@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap);
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
}

body {
  color: #fff;
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  background: #43bad4;
  font-size: 15px;
  line-height: 1;
}

body p {
  font-weight: 400;
}

body a {
  display: block;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 1;
  }
}

.header {
  height: 5rem;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  width: 100%;
  z-index: 99;
}

.header-title {
  color: #000000;
  font-size: 1.5rem;
  margin-left: 1.25rem;
}

@media screen and (max-width: 768px) {
  .header {
    height: 4.375rem;
    background-color: #fff;
  }
}
.header.isScroll {
  background: white;
}

.header__logo a {
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  width: 358px;
}

@media screen and (max-width: 870px) {
  .header__logo a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__logo a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 870px) {
  .header__logo img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .header .sp-menu {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .header .sp-menu {
    display: none;
    height: auto;
    padding-top: 30px;
    width: 100%;
    position: absolute;
    top: 70px;
    background-color: #fff;
    z-index: 10;
  }
}
.header nav {
  margin-left: auto;
  padding-right: 50px;
}

@media screen and (max-width: 870px) {
  .header nav {
    padding-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .header nav {
    margin-right: auto;
    padding-right: 0;
    width: 90%;
  }
  .header-title {
    font-size: 1.25rem;
  }
}
.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

@media screen and (max-width: 870px) {
  .header nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul {
    display: block;
  }
}
.header nav ul li {
  position: relative;
}

.header nav ul li:nth-child(1) {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header nav ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #cfd1d6;
  }
  .header nav ul li:last-child {
    border-bottom: 1px solid #cfd1d6;
  }
}
.header nav ul li + li {
  margin-left: 40px;
}

@media screen and (max-width: 870px) {
  .header nav ul li + li {
    margin-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul li + li {
    margin-left: 0;
  }
}
.link-none {
  pointer-events: none;
}

.header nav ul li a,
.header nav ul li span {
  color: #282f3c;
  display: block;
  font-size: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header nav ul li a,
  .header nav ul li span {
    background-size: 37px 3px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.header nav ul li a::after,
.header nav ul li span::after {
  background: #282f3c;
  bottom: -4px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header nav ul li a::after,
  .header nav ul li span::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header nav ul li a:hover::after,
  .header nav ul li span:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.header nav ul li .nav-acc {
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
  padding-top: 15px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  white-space: nowrap;
}

.sp-nav {
  padding: 0.625rem 0 0;
}

@media screen and (max-width: 768px) {
  .header nav ul li .sp-nav a:nth-child(1) {
    border-bottom: 1px solid #cfd1d6;
  }
  .header nav ul li .sp-nav a {
    padding: 15px;
    font-size: 0.875rem;
  }
}
.header nav ul li .nav-acc p + p {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .header nav ul li .nav-acc {
    margin-top: 0;
  }
}
.header nav ul li .nav-acc.isOpen {
  opacity: 1;
  pointer-events: auto;
}

.sp-menu-btn {
  display: none;
}

.sp-menu-btn button {
  background: none;
  border-radius: 0;
  border: none;
  height: 14px;
  outline: none;
  position: relative;
  padding: 0;
  width: 40px;
}

.sp-menu-btn button span {
  background: #00B8CC;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 40px;
}

.sp-menu-btn button span:nth-of-type(1) {
  top: 0;
}

.sp-menu-btn button span:nth-of-type(2) {
  bottom: 0;
}

.sp-menu-btn.isActive span:nth-of-type(1) {
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
}

.sp-menu-btn.isActive span:nth-of-type(2) {
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

@media screen and (max-width: 768px) {
  .sp-menu-btn {
    display: block;
    position: absolute;
    right: 5%;
    top: 1.75rem;
  }
}
.dorp-menu-bg {
  background: white;
  height: 8.125rem;
  left: 0;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  top: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 100%;
  z-index: 1;
}

.dorp-menu-bg.isShow {
  opacity: 1;
}

.footer {
  background: #145260;
  padding-top: 3.125rem;
  padding-bottom: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .footer .contents {
    width: 100%;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
    padding: 1.875rem 0 0;
  }
}
.footer__inner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  letter-spacing: 0.1em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 72%;
}

@media screen and (max-width: 1080px) {
  .footer__inner-nav {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner-nav {
    display: block;
    width: 100%;
  }
}
.footer__logo a {
  height: 100%;
  width: 100%;
  padding: 0.625rem 0;
}

.footer-title {
  font-size: 1.5rem;
}

.footer__inner-nav ul li {
  width: 100%;
}

.footer__inner-nav ul li:nth-child(n+2) {
  margin-top: 0.9375rem;
}

.footer__inner-nav ul li a {
  position: relative;
  width: 100%;
  display: inline-block;
}

.footer__inner-nav ul li a::after,
.footer__inner-nav ul li span::after {
  background: #fff;
  bottom: -4px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__inner-nav ul li a::after,
  .footer__inner-nav ul li span::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .footer__inner-nav ul li a:hover::after,
  .footer__inner-nav ul li span:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .footer__inner-nav__company p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #485162;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner-nav__sub {
    margin-top: 0.9375rem;
    padding-top: 0.9375rem;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner-nav__sub p + p {
    margin-top: 1.5625rem;
  }
}
.footer__inner-nav__sub p a {
  color: #93a1ac;
}

@media screen and (max-width: 768px) {
  .footer__inner-nav__sub p a {
    color: white;
  }
}
.footer__inner-logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #93a1ac;
  margin-left: auto;
  text-align: center;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .footer__inner-logo {
    border-left: none;
    margin-top: 3.125rem;
    width: 100%;
  }
}
.footer__inner-logo .logo {
  margin-right: auto;
  margin-left: auto;
  width: 11.875rem;
}

.footer__copyright {
  color: white;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-top: 3.125rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    line-height: 1.5;
    margin-top: 1.875rem;
  }
}
.inner {
  max-width: 62.5rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.btn__001 {
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .btn__001 {
    width: 100%;
  }
}
.btn__top {
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn__top {
    width: 100%;
  }
}
.btn__top a,
.btn__top input,
.btn__top button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: none;
  color: #030303;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 18.75rem;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  padding: 25px 20px;
}

@media screen and (max-width: 768px) {
  .btn__top a,
  .btn__top input,
  .btn__top button {
    font-size: 14px;
    height: 15vw;
    max-height: 4.375rem;
    margin: 0 auto;
    width: 80%;
    max-width: 25rem;
  }
}
.btn__top a span,
.btn__top input span,
.btn__top button span {
  line-height: 1.4;
  display: inline-block;
  position: relative;
  text-align: center;
}

.btn__top a span.arrow,
.btn__top input span.arrow,
.btn__top button span.arrow {
  display: block;
  left: calc(50% - 50px);
  margin-top: 10px;
  overflow: hidden;
  width: 104px;
}

.btn__top a span.arrow::after,
.btn__top input span.arrow::after,
.btn__top button span.arrow::after {
  background-size: 104px;
  content: "";
  display: block;
  height: 4px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: 104px;
}

@media screen and (min-width: 769px) {
  .btn__top a:hover,
  .btn__top input:hover,
  .btn__top button:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.btn__001 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  height: 3.125rem;
  width: 23.125rem;
  border-radius: 0.625rem;
}

.inputButton01 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  border: 1px solid transparent;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: black;
}

.inputButton01:nth-of-type(2) {
  margin-top: 1.25rem;
  background-color: #fff48e;
}

@media screen and (max-width: 768px) {
  .btn__001 {
    font-size: 14px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .btn__001 a:hover,
  .btn__001 input:hover,
  .btn__001 button:hover {
    background-color: #00B8CC;
    color: #fff;
    transition: 0.3s;
    border: 1px solid #fff;
  }
}
.btn__001 p {
  height: 100%;
}

.btn__001 input {
  outline: none;
  padding: 0;
}

.btn__002 {
  color: #282f3c;
  margin: 0 auto;
}

.btn__002 a {
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
  border-radius: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: bold;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
  .btn__002 a {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .btn__002 a:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  .btn__002 a:hover img {
    opacity: 0;
  }
  .btn__002 a:hover span.arrow::after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.top-stance__btn {
  margin-top: 1.25rem;
  max-width: 12.5rem;
}

@media screen and (min-width: 769px) {
  .top-stance__btn {
    max-width: 18.75rem;
  }
}
.btn__more {
  display: none;
}

.btn__more button {
  background: none;
  border: none;
  display: block;
  outline: none;
  margin-left: -4%;
  padding: 0;
  position: relative;
  width: 108%;
}

.btn__more button span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff48e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 71%;
  letter-spacing: 0.1em;
  left: 50%;
  position: absolute;
  top: 9%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  width: 70%;
}

.btn__more button span.text {
  height: 100%;
  top: 0;
  width: 100%;
}

.btn__more button span.icon {
  height: 100%;
  top: 0;
  width: 100%;
}

.btn__more button span.icon::after {
  background: url(../images/icon_btn_more.svg) no-repeat center center;
  background-size: 16px 16px;
  content: "";
  display: block;
  height: 16px;
  margin-left: auto;
  width: 16px;
}

.btn__more.isOpen button span.icon::after {
  background: url(../images/icon_btn_close.svg) no-repeat center center;
  background-size: 16px 1px;
  height: 1px;
  width: 16px;
}

@media screen and (max-width: 768px) {
  .btn__more {
    display: block;
  }
}
.btn__close {
  display: none;
  margin-top: 20px;
}

.btn__close button {
  background: none;
  border: none;
  display: block;
  outline: none;
  margin-left: -4%;
  padding: 0;
  position: relative;
  width: 108%;
}

.btn__close button span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff48e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 71%;
  letter-spacing: 0.1em;
  left: 50%;
  position: absolute;
  top: 9%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  width: 70%;
}

.btn__close button span.text {
  height: 100%;
  top: 0;
  width: 100%;
}

.btn__close button span.icon {
  height: 100%;
  top: 0;
  width: 100%;
}

.btn__close button span.icon::after {
  background: url(../images/icon_btn_close.svg) no-repeat center center;
  background-size: 16px 1px;
  content: "";
  display: block;
  height: 1px;
  margin-left: auto;
  width: 16px;
}

.btn__close.isOpen button span.icon::after {
  background: url(../images/icon_btn_more.svg) no-repeat center center;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

@media screen and (max-width: 768px) {
  .btn__close {
    display: block;
  }
}
.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .contact__btn {
    display: block;
    margin-top: 1.875rem;
  }
}
.contact__btn li + li {
  margin-left: 40px;
}

@media screen and (max-width: 1080px) {
  .contact__btn li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact__btn li + li {
    margin-top: 10px;
  }
}
.float-menu {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  bottom: 120px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 135px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .float-menu {
    display: none;
  }
}
.float-menu__tit {
  background: white;
  border-bottom: 1px solid #fff48e;
  letter-spacing: 0.1em;
  line-height: 55px;
}

.float-menu__btn {
  position: relative;
}

.float-menu__btn + .float-menu__btn::before {
  background: #fff48e;
  content: "";
  display: block;
  height: 1px;
  left: calc(50% - 50px);
  position: absolute;
  top: 0;
  width: 100px;
}

.float-menu__btn a {
  background: white;
  color: #fff48e;
  line-height: 79px;
  letter-spacing: 0.1em;
}

.float-menu__btn a span {
  display: inline-block;
  position: relative;
}

.float-menu__btn a span::after {
  background: url(../images/arrow_float_menu.svg) no-repeat center center;
  background-size: 13px 4px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: -20px;
  top: calc(50% - 2px);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  width: 13px;
}

@media screen and (min-width: 769px) {
  .float-menu__btn a:hover span::after {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}
.thisSlideUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.thisSlideUp.isAnimation {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  font-weight: bold;
  text-align: -webkit-center;
}

.orderSlideUp .aniTarget1 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orderSlideUp .aniTarget2 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.orderSlideUp .aniTarget3 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.orderSlideUp .aniTarget4 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.orderSlideUp .aniTarget5 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.orderSlideUp .aniTarget6 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.orderSlideUp .aniTarget7 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.orderSlideUp .aniTarget8 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.orderSlideUp .aniTarget9 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.orderSlideUp .aniTarget10 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.orderSlideUp .aniTarget11 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.orderSlideUp .aniTarget12 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.orderSlideUp .aniTarget13 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.orderSlideUp.isAnimation .aniTarget1,
.orderSlideUp.isAnimation .s-aniTarget1 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget2,
.orderSlideUp.isAnimation .s-aniTarget2 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget3,
.orderSlideUp.isAnimation .s-aniTarget3 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget4,
.orderSlideUp.isAnimation .s-aniTarget4 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget5 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget6 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget7 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget8 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget9 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget10 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget11 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget12 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp.isAnimation .aniTarget13 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.orderSlideUp .s-aniTarget1 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orderSlideUp .s-aniTarget2 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.orderSlideUp .s-aniTarget3 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.orderSlideUp .s-aniTarget4 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  font-size: 0.8125rem;
  padding: 0.9375rem 0.9375rem 1.25rem;
  max-width: 78.125rem;
  margin: 0 auto;
}
.breadcrumb li a {
  color: #282f3c;
}

@media screen and (min-width: 769px) {
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
}
.top-section {
  padding-top: 12.5rem;
}

.top-our {
  padding-top: calc(150px + 20%);
}
@media screen and (min-width: 768px) {
  .top-our {
    padding-top: 15.625rem;
  }
}

@media screen and (max-width: 768px) {
  .top-section {
    padding-top: 9.375rem;
  }
}
.contents {
  margin-right: auto;
  margin-left: auto;
  max-width: 67.5rem;
  padding: 0 1.5625rem;
}

.contents-left {
  margin-right: auto;
  max-width: 67.5rem;
  padding: 0 1.5625rem;
}

.contents-right {
  margin-left: auto;
  max-width: 67.5rem;
  padding: 0 1.5625rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .contents {
    margin-right: auto;
    margin-left: auto;
    max-width: 67.5rem;
    padding: 0 0.9375rem;
  }
  .contents-left {
    margin-right: auto;
    max-width: 67.5rem;
    padding: 0 0.9375rem;
  }
  .contents-right {
    margin-left: auto;
    max-width: 67.5rem;
    padding: 0 0.9375rem;
    text-align: right;
  }
}
@media screen and (max-width: 1080px) {
  .contents {
    width: 90%;
  }
}
.top-section h3 {
  color: #fff48e;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .top-section h3 {
    font-size: 1.5625rem;
  }
}
.top-section .text {
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
  font-size: 1.0625rem;
}

@media screen and (max-width: 768px) {
  .top-section .text {
    line-height: 1.8;
    text-align: left;
  }
  .top-section .text br {
    display: none;
  }
}
.section-title {
  font-size: 3.125rem;
  text-align: left;
  margin-bottom: 1.875rem;
}

.section-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background: #fff48e;
  margin-bottom: 0.3125rem;
}

.section-title span {
  font-size: 0.8125rem;
  display: block;
}

.page__title {
  height: 50vh;
  position: relative;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page__title {
    height: 45vh;
  }
}

.page__title-contact {
  background: url(../img/contact.jpg) no-repeat center center/cover;
}

.page__title__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .page__title__inner {
    padding: 0 2.5rem;
  }
}

.page__title-text {
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .page__title-text {
    font-size: 2.5rem;
  }
}

.page__title-sub-text {
  font-size: 1.25rem;
}

.solution {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .solution {
    margin-top: 12.5rem;
  }
}

.solution__list {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .solution__list {
    flex-direction: initial;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.125rem;
  }
}

.solution-list-item {
  height: 12.5rem;
  padding: 1.875rem 1.25rem;
  background-color: #fff;
  color: #000;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .solution-list-item {
    width: 45%;
  }
}

.so-list-item-title {
  font-size: 1.3125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .so-list-item-title {
    font-size: 1.375rem;
  }
}

.so-list-item-text {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .so-list-item-text {
    font-size: 1rem;
  }
}

/*cx 
  HTML5 Reset :: style.css
  ----------------------------------------------------------
  We have learned much from/been inspired by/taken code where offered from:

  Eric Meyer          :: http://meyerweb.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
/* make buttons play nice in IE */
button,
input[type=button] {
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clients__list li {
  width: 340px;
}

@media screen and (max-width: 1080px) {
  .clients__list li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .clients__list li {
    width: 48%;
  }
  .clients__list li:nth-of-type(3) {
    margin-top: 2%;
  }
}
.clients__list li:nth-of-type(n + 4) {
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  .clients__list li:nth-of-type(n + 4) {
    margin-top: 2%;
  }
}
.clients__list li a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  .clients__list li a:hover {
    opacity: 0.7;
  }
}
.advantage {
  background: url(../images/advantage_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 260px;
}

@media screen and (max-width: 768px) {
  .advantage {
    background: url(../images/sp/advantage_bg.jpg) repeat-y center top;
    background-size: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .advantage__list {
    display: block;
    margin-top: 30px;
  }
}
.advantage__list li {
  width: 340px;
}

@media screen and (max-width: 1080px) {
  .advantage__list li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .advantage__list li {
    width: 100%;
  }
  .advantage__list li + li {
    margin-top: 50px;
  }
}
.advantage__list-pic {
  position: relative;
}

.advantage__list-pic::before {
  color: white;
  font-size: 22px;
  left: 10px;
  position: absolute;
  top: 10px;
  text-align: center;
  z-index: 1;
}

.advantage__list-text {
  letter-spacing: 0.1em;
}

.advantage__list-text .tit {
  font-size: 22px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .advantage__list-text .tit {
    font-size: 18px;
    margin-top: 30px;
  }
}
.advantage__list-text .text {
  line-height: 1.8;
  margin-top: 20px;
}

@-webkit-keyframes btnArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes btnArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes btnArrowBack {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes btnArrowBack {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes alignArrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes alignArrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.contact-menu {
  margin: 60px auto 0;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  display: none;
  font-size: 15px;
  text-align: center;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .contact-menu {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
  }
}
.contact-menu__tit {
  background: #887126;
  color: white;
  letter-spacing: 0.1em;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact-menu__tit {
    background: none;
    border-bottom: 2px solid #887126;
    color: black;
  }
}
.contact-menu__btn {
  border-bottom: 1px solid #cfd1d6;
  position: relative;
}

.contact-menu__btn a {
  background: url(../images/sp/sp-menu-arrow.svg) no-repeat right center;
  background-size: 74px 3px;
  color: black;
  padding-top: 24px;
  padding-bottom: 24px;
}

.contact-menu__btn a span {
  display: inline-block;
  padding-right: 25px;
}

.page-top-btn {
  bottom: 30px;
  position: fixed;
  right: 30px;
  width: 57px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .page-top-btn {
    bottom: 20px;
    right: 5%;
  }
}
.page-top-btn.isStop {
  bottom: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .page-top-btn__wap {
    height: 57px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }
}
.page-top-btn a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  .page-top-btn a:hover {
    opacity: 0.7;
  }
}
.top-feature {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .top-feature {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.top-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-feature__list {
    display: block;
    margin-top: 20px;
  }
}
.top-feature__list li {
  width: 340px;
}

@media screen and (max-width: 1080px) {
  .top-feature__list li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .top-feature__list li {
    width: 100%;
  }
  .top-feature__list li + li {
    margin-top: 50px;
  }
}
.top-feature__list li .text {
  line-height: 1.8;
  margin-top: 20px;
}

.top-feature__list li .text .tit {
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top-feature__list li .text .tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-service .sec-tit__copy {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}
.top-clients {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .top-clients {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.top-data {
  background: url(../images/top/data-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .top-data {
    background: url(../images/top/sp/data-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 50px;
  }
}
.top-data__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px 30px 340px 30px 340px;
  grid-template-columns: 340px 30px 340px 30px 340px;
  -ms-grid-rows: 210px 30px 210px 30px 210px 30px 210px 30px 210px;
  grid-template-rows: 210px 30px 210px 30px 210px 30px 210px 30px 210px;
  margin-top: 60px;
}

@media screen and (max-width: 1080px) {
  .top-data__grid {
    -ms-grid-columns: 32% 2% 32% 2% 32%;
    grid-template-columns: 32% 2% 32% 2% 32%;
    -ms-grid-rows: 18vw 2vw 18vw 2vw 18vw 2vw 18vw 2vw 18vw;
    grid-template-rows: 18vw 2vw 18vw 2vw 18vw 2vw 18vw 2vw 18vw;
  }
}
@media screen and (max-width: 768px) {
  .top-data__grid {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-data__grid-block + .top-data__grid-block {
    margin-top: 20px;
  }
}
.top-data__grid-block img {
  width: 100%;
}

.top-data__grid-block.block01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.top-data__grid-block.block02 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}

.top-data__grid-block.block03 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.top-data__grid-block.block04 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}

.top-data__grid-block.block05 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}

.top-data__grid-block.block06 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  grid-row: 7/10;
}

.top-data__grid-block.block07 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  grid-row: 9/10;
}

.top-data__grid-ano {
  font-size: 13px;
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .top-data__grid-ano {
    text-align: left;
    margin-top: 10px;
  }
}
.top-data__grid-ano.left {
  text-align: left;
  line-height: 1.3;
}

.top-consultant {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .top-consultant {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.top-consultant .pic {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top-consultant .pic {
    margin-top: 35px;
  }
}
.top-consultant .btn__002 {
  margin: 40px auto 0;
  width: 340px;
}

@media screen and (max-width: 768px) {
  .top-consultant .btn__002 {
    margin-top: 20px;
    width: 100%;
  }
}
.top-consultant .btn__002 a span {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .top-consultant .btn__002 a span {
    width: 80%;
  }
}
.top-consultant .btn__002 a span:not(.arrow) {
  height: calc(100% - 25px);
}

.top-consultant .btn__002 a span.arrow {
  left: auto;
  right: 0;
  -webkit-transform: none;
  transform: none;
  width: 112px;
}

.top-consultant .btn__002 a span.arrow::after {
  background: url(../images/top/consultant_btn_arrow.svg) no-repeat center center;
  background-size: 100px 4px;
  height: 4px;
  width: 100px;
}

.top-group {
  background: url(../images/top/group__bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .top-group {
    background: url(../images/top/sp/group__bg.jpg) no-repeat center center;
    background-size: cover;
  }
}
.top-group__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .top-group__btn {
    display: block;
    margin-top: 30px;
  }
}
.top-group__btn li + li {
  margin-left: 40px;
}

@media screen and (max-width: 1080px) {
  .top-group__btn li + li {
    margin-left: 0;
  }
}
.top-group__btn li.btn__001 a span {
  line-height: 1.5;
}

.lineup {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .lineup {
    padding-top: 120px;
  }
  .lineup .sec-tit__copy {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}
.lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .lineup__list {
    display: block;
    margin-top: 25px;
  }
}
.lineup__list-block {
  color: white;
  font-size: 22px;
  letter-spacing: 0.1em;
  position: relative;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .lineup__list-block {
    font-size: 15px;
    width: 100%;
  }
}
.lineup__list-block p {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.lineup__list-block p span {
  margin: 20px auto 0;
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  width: 9px;
}

@media screen and (max-width: 768px) {
  .lineup__list-block p span {
    height: 40px;
    width: 6px;
  }
}
.lineup__list-block p span::after {
  background: url(../images/client/lineup_arrow.svg) no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  height: 75px;
  width: 9px;
}

@media screen and (max-width: 768px) {
  .lineup__list-block p span::after {
    background: url(../images/client/lineup_arrow.svg) no-repeat center bottom;
    background-size: cover;
    height: 40px;
    width: 6px;
  }
}
.lineup__list-block a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .lineup__list-block a:hover ~ p span {
    height: 75px;
  }
}
.lineup__list-block.block01 {
  background: url(../images/client/lineup_img_001.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lineup__list-block.block01 {
    background: url(../images/client/sp/lineup_img_001.jpg) no-repeat center center;
    background-size: cover;
  }
}
.lineup__list-block.block02 {
  background: url(../images/client/lineup_img_002.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lineup__list-block.block02 {
    background: url(../images/client/sp/lineup_img_002.jpg) no-repeat center center;
    background-size: cover;
  }
}
.lineup__list-block.block03 {
  background: url(../images/client/lineup_img_003.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lineup__list-block.block03 {
    background: url(../images/client/sp/lineup_img_003.jpg) no-repeat center center;
    background-size: cover;
  }
}
.lineup__list-block.block04 {
  background: url(../images/client/lineup_img_004.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lineup__list-block.block04 {
    background: url(../images/client/sp/lineup_img_004.jpg) no-repeat center center;
    background-size: cover;
  }
}
.case {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .case {
    padding-top: 100px;
  }
}
.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .case__list {
    display: block;
  }
}
.case__list-block {
  width: 520px;
}

@media screen and (max-width: 1080px) {
  .case__list-block {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .case__list-block {
    width: 100%;
  }
  .case__list-block + .case__list-block {
    margin-top: 40px;
  }
}
.case__list-block:nth-of-type(n + 3) {
  margin-top: 50px;
}

@media screen and (max-width: 1080px) {
  .case__list-block:nth-of-type(n + 3) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 768px) {
  .case__list-block:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
.case__list-block__text {
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.case__list-block__text .tit {
  border-bottom: 1px solid #282f3c;
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .case__list-block__text .tit {
    font-size: 18px;
  }
}
.case__list-block__text .tit-sub {
  color: #887126;
  font-size: 18px;
  margin-bottom: 10px;
}

.client-service {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .client-service {
    padding-top: 100px;
  }
}
.client-service .sec-tit {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .client-service .sec-tit {
    margin-bottom: 30px;
  }
}
.client-service__block + .client-service__block {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .client-service__block + .client-service__block {
    margin-top: 0;
  }
}
.client-service__block-pic {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.client-service__block-pic .contents {
  position: relative;
}

@media screen and (max-width: 768px) {
  .client-service__block-pic .contents {
    width: 100%;
  }
}
.client-service__block-pic .contents::after {
  background: #35486c;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-left: -160px;
  position: absolute;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .client-service__block-pic .contents::after {
    margin-left: 0;
  }
}
.client-service__block-pic__text {
  color: white;
  letter-spacing: 0.1em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 680px;
}

@media screen and (max-width: 1080px) {
  .client-service__block-pic__text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .client-service__block-pic__text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.client-service__block-pic__text .tit {
  font-size: 22px;
}

.client-service__block-pic__text .tit span {
  font-weight: 400;
  font-size: 45px;
}

.client-service__block-pic__text .text {
  line-height: 1.8;
  margin-top: 10px;
}

.client-service__block-pic__text .ano {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

.client-service__block-pic img {
  margin-left: -160px;
}

@media screen and (max-width: 768px) {
  .client-service__block-pic img {
    margin-left: 0;
  }
}
.client-service__block-pic.reverse {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.client-service__block-pic.reverse .contents::after {
  margin-right: -160px;
  margin-left: 160px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media screen and (max-width: 1400px) {
  .client-service__block-pic.reverse .contents::after {
    margin-right: -3.2%;
    margin-left: 3.2%;
  }
}
@media screen and (max-width: 1080px) {
  .client-service__block-pic.reverse .contents::after {
    margin-right: -5.5%;
    margin-left: 5.5%;
  }
}
@media screen and (max-width: 768px) {
  .client-service__block-pic.reverse .contents::after {
    margin-right: 0;
    margin-left: 0;
  }
}
.client-service__block-pic.reverse .client-service__block-pic__text {
  left: 400px;
}

@media screen and (max-width: 1080px) {
  .client-service__block-pic.reverse .client-service__block-pic__text {
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .client-service__block-pic.reverse .client-service__block-pic__text {
    left: 50%;
  }
}
.client-service__block-pic.reverse img {
  margin-right: -160px;
  margin-left: 160px;
}

@media screen and (max-width: 1400px) {
  .client-service__block-pic.reverse img {
    margin-right: calc(-1 * (100vw - 1080px) / 2);
    margin-left: calc((100vw - 1080px) / 2);
  }
}
@media screen and (max-width: 1080px) {
  .client-service__block-pic.reverse img {
    margin-right: -5.5%;
    margin-left: 5.5%;
  }
}
@media screen and (max-width: 768px) {
  .client-service__block-pic.reverse img {
    margin-right: 0;
    margin-left: 0;
  }
}
.client-service__block-pic.isAnimation {
  -webkit-transform: none;
  transform: none;
}

.client-service__block-pic.isAnimation .contents::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.client-service__block-contents {
  background: url(../images/client/client_service_bg.jpg) repeat center center;
  background-size: 100%;
  margin-top: -250px;
  padding-top: 370px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .client-service__block-contents {
    background: url(../images/client/sp/client_service_bg.jpg) repeat-y left top;
    background-size: 100%;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.client-service__block.block01 .figure {
  max-width: 660px;
}

.client-service__block.block02 .figure {
  width: 589px;
}

@media screen and (max-width: 1080px) {
  .client-service__block.block02 .figure {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .client-service__block.block02 .figure {
    width: 100%;
  }
}
.client-service__block.block02 .figure img {
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}

@media screen and (max-width: 1080px) {
  .client-service__block.block02 .figure img {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
  }
}
@media screen and (max-width: 768px) {
  .client-service__block.block02 .figure img {
    -webkit-transform: none;
    transform: none;
  }
}
.client-service__block.block02 .client-service__section-flow {
  width: 910px;
}

@media screen and (max-width: 768px) {
  .client-service__block.block02 .client-service__section-flow {
    width: 100%;
  }
}
.client-service__block.block03 .client-service__section-flow {
  max-width: 719px;
}

.client-service__block.block04 .client-service__section-flow {
  max-width: 910px;
}

.client-service__section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.client-service__section + .client-service__section {
  border-top: 1px solid #887126;
  margin-top: 80px;
  padding-top: 77px;
}

@media screen and (max-width: 768px) {
  .client-service__section + .client-service__section {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.client-service__section + .client-service__section.form {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .client-service__section + .client-service__section.form {
    margin-top: 50px;
  }
}
.client-service__section .tit {
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .client-service__section .tit {
    margin-bottom: 40px;
  }
}
.client-service__section .tit.form {
  margin-bottom: 35px;
}

.client-service__section .tit span {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

.client-service__section .tit::after {
  background: url(../images/client/icon_client_service_section_tit.svg) no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
}

.client-service__section .figure {
  margin-right: auto;
  margin-left: auto;
}

.client-service__section-flow {
  margin-right: auto;
  margin-left: auto;
}

.client-service__section-flow-ano {
  font-size: 13px;
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .client-service__section-flow-ano {
    text-align: left;
  }
}
.client-service__section-form {
  text-align: center;
}

.client-service__section-form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .client-service__section-form ul {
    display: block;
  }
}
.client-service__section-form ul.column__01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client-service__section-form ul.column__01 li {
  width: 800px;
}

@media screen and (max-width: 768px) {
  .client-service__section-form ul.column__01 li {
    width: 100%;
  }
}
.client-service__section-form ul.column__03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.client-service__section-form ul.column__03 li {
  width: 340px;
}

@media screen and (max-width: 1080px) {
  .client-service__section-form ul.column__03 li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .client-service__section-form ul.column__03 li {
    width: 100%;
  }
  .client-service__section-form ul.column__03 li + li {
    margin-top: 30px;
  }
}
.client-service__section-form__tit {
  background: #35486c;
  color: white;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .client-service__section-form__tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .client-service__section-form__tit {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.client-service__section-form__text {
  background: rgba(255, 255, 255, 0.4);
  border-right: 2px solid #35486c;
  border-bottom: 2px solid #35486c;
  border-left: 2px solid #35486c;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 30px;
  text-align: left;
}

.client-service__section-form__text.center {
  text-align: center;
}

.client-service__section-form__text.min {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .client-service__section-form__text.center {
    text-align: center;
  }
}
.client-service__section-text {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 30px;
  width: 800px;
}

@media screen and (max-width: 1080px) {
  .client-service__section-text {
    width: 100%;
  }
}
.client-service__section-text .ano {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.client-service__section-occupation-block {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #35486c;
  max-width: 900px;
}

.client-service__section-occupation-block.top {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .client-service__section-occupation-block.top {
    margin-top: 35px;
  }
}
.client-service__section-occupation-block + .client-service__section-occupation-block {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .client-service__section-occupation-block + .client-service__section-occupation-block {
    margin-top: 35px;
  }
}
.client-service__section-occupation-block__tit {
  background: #35486c;
  color: white;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .client-service__section-occupation-block__tit {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.client-service__section-occupation-block__text {
  background: #faf9f5;
  border-right: 2px solid #35486c;
  border-bottom: 2px solid #35486c;
  border-left: 2px solid #35486c;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .client-service__section-occupation-block__text {
    padding: 0 30px;
  }
}
.client-service__section-occupation-block__text.white {
  background: white;
}

.client-service__section-occupation-block__text p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.client-service__section-occupation-block__text p + p {
  border-top: 1px solid #ddd9cf;
}

.client-service__text {
  line-height: 1.5;
  margin: 20px auto 0;
  max-width: 900px;
}

.support {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .support {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.support__list {
  margin: 60px auto 0;
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .support__list {
    margin-top: 30px;
  }
}
.support__list dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 2px solid #887126;
  border-right: 2px solid #887126;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .support__list dl {
    display: block;
  }
}
.support__list dl + dl {
  border-top: 1px solid #887126;
}

.support__list dl:first-child {
  border-top: 2px solid #887126;
}

.support__list dl:last-child {
  border-bottom: 2px solid #887126;
}

.support__list dl dt {
  padding-left: 45px;
  padding-right: 45px;
  width: 35%;
}

@media screen and (max-width: 768px) {
  .support__list dl dt {
    font-size: 18px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.support__list dl dd {
  border-left: 1px dotted #887126;
  line-height: 1.5;
  padding: 35px;
}

@media screen and (max-width: 768px) {
  .support__list dl dd {
    border-left: none;
    padding: 20px 20px 30px;
  }
}
.client-contact {
  background: url(../images/client/client_contact_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .client-contact {
    background: url(../images/client/sp/client_contact_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 90px;
  }
  .client-contact .sec-tit {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}
.client-contact__inner {
  margin-right: auto;
  margin-left: auto;
  width: 720px;
}

@media screen and (max-width: 768px) {
  .client-contact__inner {
    width: 90%;
  }
}
.client-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .client-contact__btn {
    display: block;
    margin-top: 20px;
  }
}
.client-contact__btn .tell {
  border-right: 1px solid #887126;
  border-left: 1px solid #887126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 340px;
}

@media screen and (max-width: 768px) {
  .client-contact__btn .tell {
    border-top: 1px solid #887126;
    border-right: none;
    border-left: none;
    margin-top: 10px;
    padding-top: 30px;
    width: 100%;
  }
}
.client-contact__btn .tell .icon {
  margin: 0 auto 10px;
  width: 40px;
}

.client-contact__btn .tell .en {
  letter-spacing: 0.1em;
}

.client-contact__btn .tell .tell-number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .client-contact__btn .tell .tell-number {
    margin-top: 10px;
  }
}
.client-contact__btn .tell .tell-number a {
  color: #887126;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .client-contact__btn .tell .tell-number a {
    pointer-events: auto;
  }
}
.lower-kv.regular {
  background: url(../images/regular/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .lower-kv.regular {
    background: url(../images/regular/sp/kv_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 250px;
    margin-bottom: 0;
  }
}
.service-occupation.regular {
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .service-occupation.regular {
    padding-bottom: 120px;
  }
}
.regular-career {
  background: url(../images/regular/career_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .regular-career {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.regular-career__wap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .regular-career__wap {
    display: block;
    margin-top: 60px;
  }
}
.regular-career__block {
  width: 340px;
}

@media screen and (max-width: 1080px) {
  .regular-career__block {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .regular-career__block {
    width: 100%;
  }
  .regular-career__block + .regular-career__block {
    margin-top: 50px;
  }
}
.regular-career__block-tit {
  background: #35486c;
  color: white;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .regular-career__block-tit {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.regular-career__block-case {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #35486c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.regular-career__block-case__info {
  background: white;
  height: 191px;
  line-height: 1.5;
  padding: 35px 30px;
}

@media screen and (max-width: 768px) {
  .regular-career__block-case__info {
    height: auto;
    padding: 40px 30px 30px;
  }
}
.regular-career__block-case__info .career {
  color: #35486c;
  font-size: 13px;
  margin-top: 20px;
}

.regular-career__block-case__change {
  background: #f5f9ff;
  padding: 35px 30px;
}

.regular-career__block-case__change .tit {
  border-bottom: 1px solid #282f3c;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.regular-career__block-case__change .text {
  line-height: 1.5;
}

.regular-career__block-arrow {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .regular-career__block-arrow {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.regular-career__block-arrow img {
  width: 24px;
}

.client {
  padding-top: 160px;
  padding-bottom: 170px;
}

@media screen and (max-width: 768px) {
  .client {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.lower-kv.temporary {
  background: url(../images/temporary/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .lower-kv.temporary {
    background: url(../images/temporary/sp/kv_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 250px;
    margin-bottom: 0;
  }
}
.service-occupation.temporary {
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .service-occupation.temporary {
    padding-bottom: 100px;
  }
}
.service-occupation.temporary .service-occupation__image {
  max-width: 823px;
}

.service-occupation.temporary .service-occupation__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .service-occupation.temporary .service-occupation__btn {
    display: block;
  }
}
.service-occupation.temporary .service-occupation__btn-text {
  border-top: 1px solid #bec9d9;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 80px;
  padding-top: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-occupation.temporary .service-occupation__btn-text {
    font-size: 18px;
    margin-top: 40px;
    padding-top: 40px;
  }
}
.service-occupation.temporary .service-occupation__btn li + li {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .service-occupation.temporary .service-occupation__btn li + li {
    margin-left: 0;
  }
}
.service-occupation.temporary .service-occupation__btn li.btn__002 {
  width: 380px;
}

@media screen and (max-width: 768px) {
  .service-occupation.temporary .service-occupation__btn li.btn__002 {
    width: 100%;
  }
}
.service-occupation.temporary .service-occupation__btn li.btn__002 a span {
  width: 310px;
}

@media screen and (max-width: 1080px) {
  .service-occupation.temporary .service-occupation__btn li.btn__002 a span {
    width: 80%;
  }
}
.service-occupation.temporary .service-occupation__btn li.btn__002 a span.blank {
  background: url(../images/icon_blank.svg) no-repeat right center;
  background-size: 16px 15px;
  height: 100%;
  left: 0;
  padding-right: 17px;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: auto;
}

.service-occupation.temporary .service-occupation__btn li.btn__002 a span.arrow {
  width: 112px;
}

@media screen and (max-width: 768px) {
  .service-occupation.temporary .service-occupation__btn li.btn__002 a span.arrow {
    width: 90px;
  }
}
.service-occupation.temporary .service-occupation__btn li.btn__002 a span.arrow::after {
  background: url(../images/temporary/service_occupation_btn_arrow.svg) no-repeat center center;
  background-size: 112px 4px;
  height: 4px;
  width: 112px;
}

@media screen and (max-width: 768px) {
  .service-occupation.temporary .service-occupation__btn li.btn__002 a span.arrow::after {
    background: url(../images/temporary/service_occupation_btn_arrow.svg) no-repeat right center;
    background-size: 90px 4px;
    width: 90px;
  }
}
.lower-kv.freelance {
  background: url(../images/freelance/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .lower-kv.freelance {
    background: url(../images/freelance/sp/kv_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 250px;
    margin-bottom: 0;
  }
}
.service-occupation.freelance .service-occupation__image {
  max-width: 824px;
}

.recruitment {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .recruitment {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.recruitment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .recruitment__list {
    display: block;
    margin-top: 30px;
  }
}
.recruitment__list-block {
  background: white;
  border: 2px solid #35486c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 340px;
}

@media screen and (max-width: 1080px) {
  .recruitment__list-block {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__list-block {
    width: 100%;
  }
  .recruitment__list-block + .recruitment__list-block {
    margin-top: 30px;
  }
}
.recruitment__list-block .tit {
  background: #35486c;
  color: white;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.recruitment__list-block__text {
  padding: 45px 40px;
}

@media screen and (max-width: 1080px) {
  .recruitment__list-block__text {
    padding: 25px 20px;
  }
}
.recruitment__list-block__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bec9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 8px;
}

.recruitment__list-block__text dl + dl {
  margin-top: 20px;
}

.recruitment__list-block__text dl dt {
  width: 35%;
}

.lower-kv.staff {
  background: url(../images/staff/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .lower-kv.staff {
    background: url(../images/staff/sp/kv_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 250px;
    margin-bottom: 0;
  }
}
.lower-kv.company {
  background: url(../images/company/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .lower-kv.company {
    background: url(../images/company/sp/kv_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 250px;
  }
}
.greeting .contents {
  width: 800px;
}

@media screen and (max-width: 870px) {
  .greeting .contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .greeting .contents {
    width: 100%;
  }
}
.greeting .images {
  margin-top: 35px;
  width: calc(100vw - (100vw - 800px) / 2);
}

@media screen and (max-width: 870px) {
  .greeting .images {
    width: calc(100vw - (100vw - 90%) / 2);
  }
}
@media screen and (max-width: 768px) {
  .greeting .images {
    margin-top: 30px;
    width: 100%;
  }
}
.greeting__message {
  background: url(../images/company/greeting_bg.jpg) no-repeat center center;
  background-size: cover;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-top: -260px;
  padding-top: 336px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .greeting__message {
    background: url(../images/company/sp/greeting_bg.jpg) no-repeat center center;
    background-size: cover;
    line-height: 1.5;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 120px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .greeting__message p {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}
.greeting__message p + p {
  margin-top: 1.5em;
}

.greeting__message p.tit {
  display: none;
}

@media screen and (max-width: 768px) {
  .greeting__message p.tit {
    display: block;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}
.greeting__message-name {
  line-height: 1.8;
  margin-top: 40px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .greeting__message-name {
    margin-top: 30px;
  }
}
.greeting__message-name .name {
  margin-top: 20px;
  margin-left: auto;
  width: 126px;
}

@media screen and (max-width: 768px) {
  .greeting__message-name .name {
    margin-top: 10px;
    margin-right: 5%;
  }
}
.overview {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .overview {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.overview table {
  margin: 40px auto 0;
  border-top: 1px solid #887126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  width: 800px;
}

@media screen and (max-width: 1024px) {
  .overview table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .overview table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .overview table tr,
  .overview table tbody {
    display: block;
  }
}
.overview table th {
  border-bottom: 1px solid #887126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .overview table th {
    border-bottom-style: none;
    display: block;
    padding-top: 20px;
    width: 100%;
  }
}
.overview table td {
  border-bottom: 1px solid #887126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .overview table td {
    display: block;
    padding-top: 10px;
  }
}
.overview table td p + p {
  margin-top: 1em;
}

.access {
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .access {
    padding-bottom: 120px;
  }
}
.access .map {
  border: 1px solid #887126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 35px;
}

.access .map iframe {
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .access .map iframe {
    height: 90vw;
  }
}
.access .map-root {
  line-height: 1.5;
  margin-top: 20px;
}

.access .map-root span {
  font-weight: bold;
}

.group {
  background: url(../images/company/group_bg.jpg) repeat-y left top;
  background-size: 100%;
  padding-top: 80px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .group {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.group-block {
  margin: 80px auto 0;
  width: 800px;
}

@media screen and (max-width: 1024px) {
  .group-block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .group-block.first {
    margin-top: 40px;
  }
  .group-block:nth-of-type(n + 7) {
    display: none;
  }
}
.group-block__tit {
  border-bottom: 2px solid #887126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .group-block__tit {
    font-size: 18px;
  }
}
.group-block table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .group-block table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .group-block table tr,
  .group-block table tbody {
    display: block;
  }
}
.group-block table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #887126;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .group-block table th {
    border-bottom: none;
    display: block;
    padding-top: 20px;
    width: 100%;
  }
}
.group-block table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #887126;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .group-block table td {
    display: block;
    padding-top: 10px;
    width: 100%;
  }
}
.group-block table td p + p {
  margin-top: 1em;
}

.group-block table td p span {
  font-weight: bold;
}

.group .btn__more {
  display: none;
}

@media screen and (max-width: 768px) {
  .group .btn__more {
    display: block;
    margin-top: 70px;
  }
}
.lower-kv.privacy {
  background: url(../images/privacy/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .lower-kv.privacy {
    background: url(../images/privacy/sp/kv_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sec-tit__tit {
    font-size: 25px;
  }
}
.privacy-block {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

.privacy-block .contents {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .privacy-block .contents {
    width: 90%;
  }
}
.privacy-block.last {
  padding-bottom: 210px;
}

@media screen and (max-width: 768px) {
  .privacy-block.last {
    padding-bottom: 100px;
  }
}
.privacy-block + .privacy-block {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .privacy-block + .privacy-block {
    margin-top: 120px;
    padding-top: 0;
  }
}
.privacy-block__text {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.privacy-block__text p + p {
  margin-top: 1.5em;
}

.privacy-block__text p a {
  color: #282f3c;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .privacy-block__text p a:hover {
    text-decoration: underline;
  }
}
.lower-kv.policy {
  background: url(../images/policy/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .lower-kv.policy {
    background: url(../images/policy/sp/kv_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sec-tit__tit {
    font-size: 25px;
  }
}
.policy-block {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

.policy-block .contents {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .policy-block .contents {
    width: 90%;
  }
}
.policy-block.last {
  padding-bottom: 210px;
}

.policy-block + .policy-block {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .policy-block + .policy-block {
    margin-top: 50px;
    padding-top: 0;
  }
}
.policy-block__text {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.policy-block__text p.enactment {
  margin-top: 30px;
  text-align: right;
}

.policy-block__text p + p {
  margin-top: 1.5em;
}

.policy-block__text p a {
  color: #282f3c;
  display: inline-block;
}

.policy-block__text-numbering {
  margin-top: 40px;
}

.policy-block__text-numbering.last {
  padding-bottom: 210px;
}

@media screen and (max-width: 768px) {
  .policy-block__text-numbering.last {
    padding-bottom: 100px;
  }
}
.policy-block__text-numbering__tit {
  color: #887126;
  font-size: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .policy-block__text-numbering__tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.policy-block__text-numbering .mt30 {
  margin-top: 30px;
}

.policy-block__text-numbering ol {
  list-style-type: none;
}

.policy-block__text-numbering ol li {
  padding-left: 35px;
  position: relative;
}

.policy-block__text-numbering ol li::before {
  left: 0;
  position: absolute;
  top: 0;
}

.policy-block__text-numbering ol li + li {
  margin-top: 1.5em;
}

.policy-block__text-numbering ol li p + p {
  margin-top: 0;
}

.policy-block__text-numbering ol li p.ind {
  padding-left: 1em;
  text-indent: -1em;
}

.policy-block__text-numbering ol li:nth-of-type(1)::before {
  content: "ⅰ）";
}

.policy-block__text-numbering ol li:nth-of-type(2)::before {
  content: "ⅱ） ";
}

.policy-block__text-numbering ol li:nth-of-type(3)::before {
  content: "ⅲ）";
}

.policy-block__text-numbering ol li:nth-of-type(4)::before {
  content: "ⅳ）";
}

.policy-block__text-numbering ol li:nth-of-type(5)::before {
  content: "ⅴ）";
}

.policy-block__text-numbering ol li:nth-of-type(6)::before {
  content: "ⅵ）";
}

.policy-block__text-numbering table {
  background: white;
  border-top: 1px solid #887126;
  border-right: 1px solid #887126;
  border-left: 1px solid #887126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .policy-block__text-numbering table tr,
  .policy-block__text-numbering table tbody {
    display: block;
  }
}
.policy-block__text-numbering table th {
  border-right: 1px dotted #887126;
  border-bottom: 1px solid #887126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  text-align: left;
  vertical-align: middle;
  width: 35%;
}

@media screen and (max-width: 768px) {
  .policy-block__text-numbering table th {
    border-right: none;
    border-bottom-style: dotted;
    display: block;
    padding: 15px 15px;
    width: 100%;
  }
}
.policy-block__text-numbering table th p {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.policy-block__text-numbering table td {
  border-bottom: 1px solid #887126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px 20px 30px;
}

@media screen and (max-width: 768px) {
  .policy-block__text-numbering table td {
    display: block;
    padding: 15px 15px;
  }
}
.policy-block__text-numbering table td p span.bold {
  font-weight: bold;
}

.policy-block__text-numbering table td p span.left {
  display: inline-block;
  padding-left: 1em;
}

.policy-block__text.ano {
  font-size: 13px;
  margin-top: 20px;
}

.policy-block__text.ano a {
  text-decoration: underline;
  margin-left: 1em;
}

@media screen and (min-width: 769px) {
  .policy-block__text.ano a:hover {
    text-decoration: none;
  }
}
.lower-kv.contact {
  background: url(../images/contact/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .lower-kv.contact {
    background: url(../images/contact/sp/kv_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 250px;
    margin-bottom: 80px;
  }
}
.lower-kv.contact.-user {
  background: url(../images/contact/kv_bg_user.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lower-kv.contact.-user {
    background: url(../images/contact/sp/kv_bg_user.jpg) no-repeat center center;
    background-size: cover;
  }
}
.lower-kv.contact__conf {
  background: url(../images/contact/kv_bg_conf.jpg) no-repeat center center;
  background-size: cover;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .lower-kv.contact__conf {
    height: 150px;
    margin-bottom: 80px;
  }
}
.lower-kv__tit.sub-tit {
  margin-bottom: 10px;
  font-size: 22px;
}

.qs-controls {
  background: #bec9d9;
  color: white;
  font-size: 22px;
  height: 55px;
}

@media screen and (max-width: 768px) {
  .qs-controls {
    font-size: 16px;
    height: 50px;
  }
}
.qs-day {
  background: #f5f9ff;
  color: #887126;
}

.qs-square {
  font-size: 18px;
  height: 53px;
}

@media screen and (max-width: 768px) {
  .qs-square {
    font-size: 13px;
    height: 50px;
  }
}
.qs-square:nth-of-type(7n) {
  color: #ac1c1c;
}

.qs-arrow.qs-left:after {
  background: url(../images/contact/datepicker-arrow-prev.svg) no-repeat center center;
  background-size: 10px 18px;
  border: none;
  height: 18px;
  width: 10px;
}

.qs-arrow.qs-right:after {
  background: url(../images/contact/datepicker-arrow-next.svg) no-repeat center center;
  background-size: 10px 18px;
  border: none;
  height: 18px;
  width: 10px;
}

.ssl {
  margin-top: 20px;
}


.lower-kv.message {
  background: url(../images/message/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .lower-kv.message {
    background: url(../images/message/sp/kv_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 250px;
    margin-bottom: 0;
  }
}
.lower-kv.headhunting {
  background: url(../images/headhunting/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .lower-kv.headhunting {
    background: url(../images/headhunting/sp/kv_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 250px;
    margin-bottom: 0;
  }
}
.sec-tit__head_wrap {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.sec-tit__head {
  width: 800px;
  display: inline-block;
  text-align: left;
}

.sec-tit__head img {
  margin-top: 40px;
}

ul.head__list {
  margin-top: 80px;
}

.headTarget dl {
  display: flex;
}

.headTarget dt {
  width: 45%;
  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #333;
}

.headTarget dd {
  width: 55%;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}

.head__list-text .text {
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
}

.head__list-text dt {
  font-size: 22px;
  line-height: 1.4;
  margin-top: 35px;
  text-align: left;
}

.specialty-field {
  padding-top: 160px;
  padding-bottom: 160px;
}

.specialty-field-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.specialty-field-block {
  width: 22.5%;
}

.client-specialty-field-block__tit .tit {
  font-size: 22px;
  margin-top: 20px;
}

.client-specialty-field-block__text {
  margin-top: 15px;
}

.client-specialty-field-block__text .text {
  line-height: 1.4;
}

.faq {
  padding-top: 160px;
}

.accordion {
  width: 100%;
  margin: 50px 0 0 0;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 20px;
}

.qa-title,
.qa-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.qa-title {
  background: #35486c;
  color: white;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding: 16px 40px;
  border: 2px solid #003f89;
  line-height: 1.2;
  display: flex;
  text-align: left;
  background-color: #35486c;
}

.qa-title span {
  color: #fff;
  text-align: left;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

.question {
  font-size: 30px;
}

.qa-title::after,
.qa-title::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 42%;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}

.qa-title::after {
  transform: rotate(90deg);
}

.qa-content {
  max-height: 0;
  overflow: hidden;
  border-left: 2px solid #003f89;
  border-right: 2px solid #003f89;
  border-bottom: 2px solid #003f89;
  display: flex;
}

.answer {
  font-size: 30px;
  font-weight: 500;
  padding: 0 0 0 20px;
  color: #003f89;
}

.qa-content p {
  margin: 0;
  padding: 16px 16px 16px 16px;
  line-height: 1.5;
}

.toggle:checked + .qa-title + .qa-content {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked + .qa-title::before {
  transform: rotate(90deg) !important;
}

.sp-br {
  display: none;
}

.pc-br {
  display: block;
}

.service-case {
  padding-top: 130px;
  padding-bottom: 160px;
}

.service-case__block-tit {
  background: #35486c;
  color: white;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.service-case__block-text .tit {
  font-size: 18px;
  margin-top: 20px;
}

.service-case__block-text {
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 10px 30px 30px 30px;
}

.service-cases-table th {
  border: 1px solid #ccc;
  width: 120px;
  vertical-align: middle;
}

.service-cases-table td {
  border: 1px solid #ccc;
  width: calc(100% - 120px);
  padding: 6px;
}

@media screen and (max-width: 768px) {
  .sec-tit__head {
    width: 100%;
  }
  .headTarget dl {
    display: block;
  }
  .headTarget dt {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .headTarget dd {
    width: 100%;
  }
  .specialty-field {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .faq {
    padding-top: 120px;
  }
  .accordion {
    margin: 30px 0 0 0;
  }
  img.products11-img {
    width: 80%;
  }
  .qa-title {
    font-size: 18px;
    padding: 12px 20px;
  }
  .service-voice {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .specialty-field-list {
    row-gap: 35px;
  }
  .client-specialty-field-block__text {
    margin-top: 5px;
  }
  .specialty-field-block {
    width: 100%;
  }
  .service-case__block-text {
    padding: 5px 20px 20px 20px;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
}
.service-occupation {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .service-occupation {
    padding-top: 120px;
  }
}
.service-occupation__image {
  margin: 35px auto 0;
}

.service-flow {
  background: url(../images/service-flow_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .service-flow {
    background: url(../images/sp/service-flow_bg.jpg) repeat-y center top;
    background-size: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .service-flow .contents {
    width: 100%;
  }
}
.service-flow__wap {
  margin: 50px auto 0;
  width: 940px;
}

@media screen and (max-width: 1024px) {
  .service-flow__wap {
    width: 100%;
  }
}
.service-flow__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 70px;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .service-flow__block {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .service-flow__block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 35px 5%;
    position: relative;
    width: 95%;
  }
}
.service-flow__block + .service-flow__block {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .service-flow__block + .service-flow__block {
    margin-top: 30px;
  }
}
.service-flow__block:nth-of-type(even) {
  margin-left: auto;
}

.service-flow__block-number {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 102px;
}

@media screen and (max-width: 768px) {
  .service-flow__block-number {
    font-size: 65px;
    height: 77%;
    position: absolute;
  }
}
.service-flow__block-number h3 {
  margin-top: -20px;
}

.service-flow__block-number::after {
  margin: 10px auto 0;
  background: url(../images/service_flow_arrow.svg) no-repeat center center;
  background-size: 9px 75px;
  content: "";
  display: block;
  height: 75px;
  width: 9px;
}

@media screen and (max-width: 768px) {
  .service-flow__block-number::after {
    background: url(../images/sp/service_flow_arrow.svg) no-repeat center bottom;
    background-size: 9px auto;
    height: calc(100% - 50px);
    left: 30px;
    margin-top: 0;
    position: absolute;
    top: 50px;
  }
}
.service-flow__block-number.end::after {
  margin: 10px auto 0;
  background: url(../images/service_flow_end.svg) no-repeat center center;
  background-size: 74px 65px;
  content: "";
  display: block;
  height: 65px;
  width: 74px;
}

@media screen and (max-width: 768px) {
  .service-flow__block-number.end::after {
    background-size: 40px 36px;
    left: 10px;
    height: 36px;
    width: 40px;
  }
}
.service-flow__block-text {
  letter-spacing: 0.1em;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .service-flow__block-text {
    margin-left: 0;
    padding-left: 90px;
  }
}
.service-flow__block-text .tit {
  font-size: 22px;
}

.service-flow__block-text .text {
  line-height: 2;
  margin-top: 15px;
}

.service-flow__block-text .text.link {
  text-align: right;
}

.service-flow__block-text .text.link a {
  background: url(../images/service-flow-line-arrow.svg) no-repeat right center;
  background-size: 5px 10px;
  color: #fff48e;
  display: inline-block;
  padding-right: 15px;
  text-align: right;
}

.service-copy {
  background: #35486c;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}

.service-copy__wap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .service-copy__wap {
    display: block;
  }
}
.service-copy__text {
  line-height: 1.8;
  width: 466px;
}

@media screen and (max-width: 1080px) {
  .service-copy__text {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .service-copy__text {
    width: 100%;
  }
}
.service-copy__text .tit {
  font-size: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service-copy__text .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.service-copy__text .text + .text {
  margin-top: 1.5em;
}

.service-copy__text .btn__002 {
  margin-top: 40px;
  width: 380px;
}

@media screen and (max-width: 768px) {
  .service-copy__text .btn__002 {
    margin-top: 30px;
    width: 100%;
  }
}
.service-copy__text .btn__002 a span {
  width: 310px;
}

@media screen and (max-width: 768px) {
  .service-copy__text .btn__002 a span {
    width: 70%;
  }
}
.service-copy__text .btn__002 a span.arrow {
  width: 112px;
}

@media screen and (max-width: 768px) {
  .service-copy__text .btn__002 a span.arrow {
    width: 90px;
  }
}
.service-copy__text .btn__002 a span.arrow::after {
  background: url(../images/service_copy_btn_arrow.svg) no-repeat center center;
  background-size: 112px 4px;
  height: 4px;
  width: 112px;
}

@media screen and (max-width: 768px) {
  .service-copy__text .btn__002 a span.arrow::after {
    background-position: right center;
    width: 90px;
  }
}
.service-copy__image {
  margin-left: 50px;
  margin-right: -160px;
  width: 728px;
}

@media screen and (max-width: 1400px) {
  .service-copy__image {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .service-copy__image {
    margin-right: 0;
    margin-left: 5%;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .service-copy__image {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
}
.service-voice {
  padding-top: 130px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .service-voice {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.service-voice__wap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .service-voice__wap {
    display: block;
  }
}
.service-voice__block {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #35486c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 520px;
}

@media screen and (max-width: 1080px) {
  .service-voice__block {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .service-voice__block {
    margin-top: 30px;
    width: 100%;
  }
  .service-voice__block:not(:nth-of-type(1)) {
    display: none;
  }
}
.service-voice__block:nth-of-type(even) {
  margin-left: auto;
}

.service-voice__block:nth-of-type(n + 3) {
  margin-top: 40px;
}

.service-voice__block-tit {
  background: #35486c;
  color: white;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-voice__block-tit {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.service-voice__block-text {
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 45px;
}

@media screen and (max-width: 768px) {
  .service-voice__block-text {
    padding: 40px;
  }
}
.service-voice__block-text .respondent {
  color: #35486c;
  font-size: 13px;
  margin-top: 1em;
}

.service-contact {
  background: url(../images/service_contact_bg.jpg) no-repeat left top;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .service-contact {
    background: url(../images/sp/service_contact_bg.jpg) no-repeat left top;
    background-size: cover;
  }
}
.service-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .service-contact__btn {
    display: block;
  }
}
.service-contact__btn li + li {
  margin-left: 40px;
}

@media screen and (max-width: 1080px) {
  .service-contact__btn li + li {
    margin-left: 0;
  }
}
.service-contact__btn li.btn__001 a span {
  line-height: 1.5;
}

.service-contact__contents {
  border-top: 1px solid #bfb287;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .service-contact__contents {
    padding-top: 30px;
  }
}
.service-contact__contents .tit {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-contact__contents .tit {
    line-height: 1.5;
  }
}
.service-contact__contents ul {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 720px;
}

@media screen and (max-width: 768px) {
  .service-contact__contents ul {
    display: block;
    width: 100%;
  }
}
.service-contact__contents ul li + li {
  margin-left: 40px;
}

@media screen and (max-width: 1080px) {
  .service-contact__contents ul li + li {
    margin-left: 0;
  }
}
.service-contact__contents ul li:nth-of-type(3n) {
  margin-left: 0;
}

.service-contact__contents ul li:nth-of-type(n + 3) {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .service-contact__contents ul li:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
.service-contact__contents .btn__002 {
  width: 340px;
}

@media screen and (max-width: 768px) {
  .service-contact__contents .btn__002 {
    width: 100%;
  }
}
.service-contact__contents .btn__002 a {
  line-height: 1.3;
}

.service-contact__contents .btn__002 a span {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .service-contact__contents .btn__002 a span {
    width: 70%;
  }
}
.service-contact__contents .btn__002 a span.arrow {
  width: 112px;
}

.service-contact__contents .btn__002 a span.arrow::after {
  background: url(../images/service_contact_btn_arrow.svg) no-repeat center center;
  background-size: 112px 4px;
  height: 4px;
  width: 112px;
}

@media screen and (min-width: 769px) {
  .service-contact__contents .btn__002 a:hover {
    background: url(../images/service_copy_btn_bg-hover.png) no-repeat center center;
    background-size: 100% 100%;
  }
}
.sec-tit {
  text-align: center;
}

.sec-tit__tit {
  color: #fff48e;
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sec-tit__tit {
    font-size: 30px;
  }
}
.sec-tit__tit span {
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
}

.sec-tit__tit span::before {
  margin: 10px auto;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}

@media screen and (max-width: 768px) {
  .sec-tit__tit span::before {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.sec-tit__copy {
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .sec-tit__copy {
    margin-top: 25px;
    text-align: left;
  }
}
.top-kv {
  background: url(../img/people.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-kv {
    height: 600px;
  }
}
.top-kv__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
  width: 100%;
  padding: 0 1.25rem;
}

.top-kv-title {
  text-align: start !important;
}

.top-kv__inner p {
  font-size: 45px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .top-kv__inner {
    padding: 0 0.9375rem;
  }
  .top-kv__inner p {
    font-size: 30px;
    margin-top: -150px;
  }
}
.top-kv__contact-btn {
  width: 100%;
  max-width: 1200px;
  bottom: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 3.125rem;
  left: 50%;
  top: 95%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .top-kv__contact-btn {
    left: 0;
    transform: none;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__contact-btn {
    bottom: auto;
    display: block;
    top: 90%;
    width: 100%;
  }
  .top-kv__contact-btn a {
    width: 80%;
  }
  .top-kv__contact-btn li:nth-child(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .top-kv__contact-btn li + li {
    margin-left: 0;
  }
}
.top-service-title {
  text-align: right;
}

.top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top-service__list {
    display: block;
  }
}
.top-service__list-block {
  height: 26.875rem;
  position: relative;
  width: 50%;
}

.top-service__list-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s;
  z-index: 1;
}

.top-service__list-block:hover::after {
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .top-service__list-block {
    height: auto;
    width: 100%;
  }
  .top-service__list-block + .top-service__list-block {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .top-service__list-block:hover .top-service__list-block__inner.hover {
    opacity: 1;
  }
  .top-service__list-block:hover .top-service__list-block__inner:not(.hover) {
    opacity: 0;
  }
}
.top-service__list-block__inner {
  color: white;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  width: 70%;
  z-index: 2;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .top-service__list-block__inner {
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .top-service__list-block__inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .top-service__list-block__inner {
    left: 0;
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .top-service__list-block__inner:not(.hover) {
    width: 100%;
  }
}
.top-service__list-block__inner .pic {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-service__list-block__inner .pic {
    display: block;
  }
}
.top-service__list-block__inner.hover {
  opacity: 0;
  padding: 1.25rem 1.875rem;
}

@media screen and (max-width: 768px) {
  .top-service__list-block__inner.hover {
    margin: 1.875rem auto 0;
    padding: initial;
    opacity: 1;
  }
}
.top-service__list-block__inner .tit {
  font-size: 2.1875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.tit2 {
  color: #fff48e;
  border-bottom: 1px #fff48e solid;
}

@media screen and (max-width: 768px) {
  .top-service__list-block__inner .tit {
    font-size: 1.375rem;
  }
}
.top-service__list-block__inner .tit.en {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #43bad4;
}

@media screen and (max-width: 768px) {
  .top-service__list-block__inner .tit.en {
    font-size: 1.5625rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
.top-service__list-block__inner .text {
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .top-service__list-block__inner .text {
    margin-top: 0.625rem;
  }
}
.top-service__list-block__inner .btn__002 {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .top-service__list-block__inner .btn__002 {
    margin-top: 1.25rem;
  }
}
.top-service__list-block__inner .btn__002 a span {
  width: 19.375rem;
}

@media screen and (max-width: 1024px) {
  .top-service__list-block__inner .btn__002 a span {
    width: 70%;
  }
}
.top-service__list-block__inner .btn__002 a span.arrow {
  left: auto;
  right: 0;
  -webkit-transform: none;
  transform: none;
  width: 7rem;
}

.top-service__list-block.block01 {
  background: url(../img/office.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-service__list-block.block01 {
    background: none;
  }
}
.top-service__list-block.block02 {
  background: url(../img/33202262_m.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-service__list-block.block02 {
    background: none;
  }
}
.contact {
  padding-bottom: 9.375rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 12.5rem;
  }
}

.top-contact-text {
  font-size: 1.5625rem !important;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top-contact-text {
    font-size: 1rem !important;
  }
}
.top-news {
  padding-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding-top: 12.5rem;
  }
}

.top__news-list {
  background-color: #fff;
  color: #000;
  padding: 0 1.25rem 0.625rem;
  border-radius: 0.625rem;
  overflow: auto;
  height: 9.375rem;
}
@media screen and (min-width: 768px) {
  .top__news-list {
    height: 25rem;
	padding: 1.25rem;
  }
}

.top-news-item {
  padding: 0.3125rem;
  border-bottom: solid 1px #000;
}

.top-news-item a {
  width: 100%;
  height: 100%;
}

.top-news-item time {
  font-size: 0.8125rem;
}

.top-news-title {
  margin-top: 0.3125rem;
  font-size: 1rem;
}

.human__about {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .human__about {
    margin-top: 9.375rem;
  }
}

.human-about__inner {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .human-about__inner {
    flex-direction: row-reverse;
    gap: 1.875rem;
  }
}

.human-about__img {
  width: 100%;
  max-height: 31.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .human-about__img {
    height: initial;
    width: 100%;
    margin-top: initial;
  }
}

.human-about__img img {
  height: 100%;
  object-fit: contain;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .human-about__img img {
    object-fit: cover;
  }
}

.human-about-title {
  font-size: 2.8125rem;
  position: relative;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .human-about-title {
    font-size: 3.125rem;
  }
}

.human-about-title::before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 100%;
  background-color: #fff48e;
  position: absolute;
  top: 0;
  left: -1.25rem;
}

.human-about-text {
  margin-top: 0.9375rem;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .human-about-text {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .reverse {
    flex-direction: row-reverse;
  }
}

.text-right {
  text-align: right;
}

.text-right::before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 100%;
  background-color: #fff48e;
  position: absolute;
  top: 0;
  right: -1.25rem;
  left: initial;
}

.works {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .works {
    margin-top: 9.375rem;
  }
}

.works__list {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .works__list {
    flex-direction: initial;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.works-list-item {
  padding: 1.875rem 0;
  color: #000;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .works-list-item {
    width: 25%;
  }
}

.works-list-item-title {
  text-align: left;
  margin-top: 0.625rem;
  font-size: 1.3125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .works-list-item-title {
    font-size: 1.375rem;
    margin-top: 0.9375rem;
  }
}

.works-list-item-text {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .works-list-item-text {
    font-size: 1rem;
  }
}

.works__img {
  width: 100%;
}

.works__img img {
  object-fit: cover;
  height: 100%;
}

.lower-kv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .lower-kv {
    margin-top: 69px;
    margin-bottom: 120px;
  }
}
.lower-kv__tit {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lower-kv__tit {
    font-size: 25px;
  }
}
.lower-kv__tit span {
  font-size: 22px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .lower-kv__tit span {
    font-size: 14px;
  }
}
.lower-kv__tit-en {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-align: center;
}

.contact-form {
  /**
  * SCSS Form Reset Helpers - Forked from: https://gist.github.com/anthonyshort/552543
  *
  * Intended usage:
  * - MIXINS: for very specific use cases, when you dont want to reset absolutly all the forms, very verbose output.
  * - PLACEHOLDER SELECTORS: use as extending classes. Less verbose, more generic overrides.
  *
  * A couple of things to watch out for:
  *
  * - IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
  * - The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
  * - You NEED to set the font-size and family on all form elements
  * - Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
  * - You can style the upload button in webkit using ::-webkit-file-upload-button
  * - ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
  * - IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
  * - By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
  */
  margin-top: 75px;
  padding-right: 140px;
  padding-left: 140px;
}

::-webkit-search-decoration {
  display: none;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

.contact-form .pretty * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form .pretty input:not([type=checkbox]):not([type=radio]) {
  display: none;
}

.contact-form .pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.contact-form .pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.contact-form .pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.contact-form .pretty .state label:before,
.contact-form .pretty .state label:after {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(0% - (100% - 1em) - 8%);
  background-color: transparent;
}

.contact-form .pretty .state label:before {
  border-color: #bdc3c7;
}

.contact-form .pretty .state.p-is-hover,
.contact-form .pretty .state.p-is-indeterminate {
  display: none;
}

.contact-form .pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-form .pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.contact-form .pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}

.contact-form .pretty.p-default.p-thick .state label:before,
.contact-form .pretty.p-default.p-thick .state label:after {
  border-width: 0.1428571429em;
}

.contact-form .pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.contact-form .pretty.p-smooth label:before,
.contact-form .pretty.p-smooth label:after,
.contact-form .pretty.p-smooth .icon,
.contact-form .pretty.p-smooth .svg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form .pretty.p-smooth input:checked + .state label:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-form .pretty.p-smooth input:checked + .state .icon,
.contact-form .pretty.p-smooth input:checked + .state .svg,
.contact-form .pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}

.contact-form .pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}

.contact-form .pretty.p-smooth.p-plain input:checked + .state label:before {
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form .pretty.p-tada:not(.p-default) input:checked + .state .icon,
.contact-form .pretty.p-tada:not(.p-default) input:checked + .state .svg,
.contact-form .pretty.p-tada:not(.p-default) input:checked + .state img,
.contact-form .pretty.p-tada:not(.p-default) input:checked + .state label:before,
.contact-form .pretty.p-tada:not(.p-default) input:checked + .state label:after {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

.contact-form .pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.contact-form .pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.contact-form .pretty.p-jelly:not(.p-default) input:checked + .state img,
.contact-form .pretty.p-jelly:not(.p-default) input:checked + .state label:before,
.contact-form .pretty.p-jelly:not(.p-default) input:checked + .state label:after {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.contact-form .pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}

.contact-form .pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.contact-form .pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.contact-form .pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.contact-form .pretty.p-rotate:not(.p-default) input:checked ~ .state label:before,
.contact-form .pretty.p-rotate:not(.p-default) input:checked ~ .state label:after {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.contact-form .pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}

.contact-form .pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

@media screen and (max-width: 1080px) {
  .contact-form {
    padding-right: 0;
    padding-left: 0;
  }
}
.contact-form__conf-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .contact-form__conf-btn {
    display: block;
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.contact-form__conf-text {
  color: #887126;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .contact-form__conf-text {
    font-size: 15px;
    text-align: left;
  }
}
.contact-form__conf-ano {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-form__conf-ano {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
}
.contact-form.back-top {
  padding-bottom: 200px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-form.back-top {
    padding-bottom: 100px;
  }
}
.contact-form.back-top .btn__001 {
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}

.contact-form__item {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .contact-form__item {
    margin-top: 30px;
  }
}
.contact-form__item.conf-n-top {
  margin-top: 0;
}

.contact-form__item.conf {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contact-form__item.conf {
    display: block;
  }
}
.contact-form__item.conf:nth-of-type(1) {
  border-top: 1px solid black;
}

.contact-form__item.conf + .contact-form__item.conf {
  margin-top: 0;
}

.contact-form__item.conf .contact-form__name {
  text-align: right;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .contact-form__item.conf .contact-form__name {
    text-align: left;
    width: 100%;
  }
}
.contact-form__item.conf .contact-form__name span {
  font-weight: bold;
}

.contact-form__item.conf .contact-form__name.-required::after {
  display: none;
}

.contact-form__item.conf .contact-form__text {
  margin-top: 0;
  padding-left: 40px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .contact-form__item.conf .contact-form__text {
    padding-top: 0.5em;
    padding-left: 0;
    width: 100%;
  }
}
.contact-form__item.conf .contact-form__item-column.-large {
  margin-right: 0;
  padding-left: 40px;
  width: 60%;
}

.contact-form__item.conf .contact-form__item-row {
  width: 60%;
}

.contact-form__item .contact__err-txt {
  color: #f70000;
  font-size: 15px;
  margin-top: 10px;
}

.contact-form__item .contact__err-txt.terms {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-form__item .contact__err-txt.terms {
    text-align: left;
  }
}
.contact-form__item.-sm-gutter {
  margin-top: 35px;
}

.contact-form__item-inner,
.contact-form__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact-form__item-inner,
  .contact-form__item-row {
    display: block;
  }
}
.contact-form__item-column {
  width: calc(50% - 20px);
}

.contact-form__item-column.top-border {
  border-top: 1px solid black;
}

@media screen and (max-width: 768px) {
  .contact-form__item-column {
    width: 100%;
  }
  .contact-form__item-column + .contact-form__item-column:not(.-col-3) {
    margin-top: 30px;
  }
}
.contact-form__item-column:nth-child(odd) {
  margin-right: 40px;
}

.contact-form__item-column:nth-child(n+3) {
  margin-top: 35px;
}

.contact-form__item-column.-large {
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .contact-form__item-column.-large {
    width: 100%;
  }
}
.contact-form__item-column.-large:nth-child(odd) {
  margin-right: 20px;
}

.contact-form__item-column.-col-3 {
  width: calc(33.3333333333% - 43px);
}

@media screen and (max-width: 768px) {
  .contact-form__item-column.-col-3 {
    width: calc(100% - (1em + 10px));
  }
}
.contact-form__item-column.-col-3:nth-child(odd) {
  margin-right: 43px;
}

.contact-form__item-column.-col-3:not(:last-child):not(:nth-child(3n)) {
  margin-right: 43px;
}

.contact-form__item-column.-col-3:nth-child(3) {
  margin-top: 0;
}

.contact-form__item-column.-col-3:nth-child(n+4) {
  margin-top: 35px;
}

.contact-form__item-column.conf {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact-form__item-column.conf {
    display: block;
  }
}
.contact-form__item-column.conf + .contact-form__item-column.conf {
  margin-top: 0;
}

.contact-form__item-column.conf:nth-child(odd) {
  margin-right: 0;
}

.contact-form__item-column.conf .contact-form__name {
  text-align: right;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .contact-form__item-column.conf .contact-form__name {
    text-align: left;
    width: 100%;
  }
}
.contact-form__item-column.conf .contact-form__name span {
  font-weight: bold;
}

.contact-form__item-column.conf .contact-form__name.-required::after {
  display: none;
}

.contact-form__item-column.conf .contact-form__text {
  margin-top: 0;
  padding-left: 40px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .contact-form__item-column.conf .contact-form__text {
    padding-top: 0.5em;
    padding-left: 0;
    width: 100%;
  }
}
.contact-form__item-row.conf {
  display: block;
}

.contact-form__item-row.conf .-col-3,
.contact-form__item-row.conf .contact-form__item-column:not(.conf) {
  margin-right: 0;
  padding-left: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact-form__item-row.conf .-col-3,
  .contact-form__item-row.conf .contact-form__item-column:not(.conf) {
    padding-top: 0.5em;
    padding-left: 0;
  }
}
.contact-form__item-inner.conf .contact-form__name {
  border-bottom: 0;
  padding-bottom: 0;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .contact-form__item-inner.conf .contact-form__name {
    width: 100%;
  }
}
.contact-form__item-inner.conf .contact-form__check {
  margin-top: 0;
  padding-left: 40px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .contact-form__item-inner.conf .contact-form__check {
    padding-top: 0.5em;
    padding-left: 0;
    width: 100%;
  }
}
.contact-form__name {
  width: 100%;
  color: #282f3c;
  font-size: 15px;
}

.contact-form__name.-required::after {
  content: "〈必須〉";
  color: #f70000;
  display: inline-block;
}

.contact-form__name.-border {
  border-bottom: 1px solid #282f3c;
  padding-bottom: 0.5em;
}

.contact-form__text {
  margin-top: 12px;
  width: 100%;
}

.contact-form__text input[type=text],
.contact-form__text input[type=email],
.contact-form__text input[type=tel],
.contact-form__text textarea {
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #282f3c;
  width: 100%;
  padding: 0.4375rem 0.9375rem;
  border-radius: 0.625rem;
}

@media screen and (max-width: 768px) {
  .contact-form__text input[type=text],
  .contact-form__text textarea {
    font-size: 16px;
  }
}
.contact-form__text input[type=text],
.contact-form__text input[type=email],
.contact-form__text input[type=tel] {
  max-height: 40px;
  min-height: 40px;
}

.contact-form__text textarea {
  height: 20em;
  padding-top: 0.8666666667em;
  padding-bottom: 0.8666666667em;
}

.contact-form__text.-other-text {
  width: calc(100% - 100px);
  justify-self: flex-end;
}

.contact-form__select {
  margin-top: 12px;
  width: 100%;
  height: calc(100% - 12px);
  max-height: 40px;
  min-height: 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-form__select {
    font-size: 16px;
  }
}
.contact-form__select::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 10px solid #282f3c;
  pointer-events: none;
  text-align: center;
}

.contact-form__select select {
  cursor: pointer;
  height: 100%;
  max-height: 40px;
  min-height: 40px;
  width: 100%;
  border: 1px solid #282f3c;
  background-color: #fff;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.0666666667em;
  padding-left: 1.0666666667em;
}

.contact-form__select select::-ms-expand {
  display: none;
}

.contact-form__select select option[value=""] {
  font-weight: bold;
}

.contact-form__select-suffix {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0.5333333333em;
}

.contact-form__select .meeting-days {
  text-align: center;
}

.contact-form__select .meeting-days::-webkit-input-placeholder {
  color: black;
  text-align: center;
}

.contact-form__select .meeting-days::-moz-placeholder {
  color: black;
  text-align: center;
}

.contact-form__select .meeting-days:-ms-input-placeholder {
  color: black;
  text-align: center;
}

.contact-form__select .meeting-days::-ms-input-placeholder {
  color: black;
  text-align: center;
}

.contact-form__select .meeting-days::placeholder {
  color: black;
  text-align: center;
}

.contact-form__select.meeting {
  position: relative;
}

.contact-form__select.meeting p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 10px);
  left: 2px;
  position: absolute;
  pointer-events: none;
  top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 4px);
  z-index: 0;
}

.contact-form__select.meeting::before {
  z-index: 1;
}

.contact-form__check {
  margin-top: 20px;
  font-size: 15px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contact-form__check + .-other-text {
  margin-top: 16px;
}

.contact-form__check + .-other-text textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 40px;
  min-height: 40px;
  padding: 0.4999999998em 1.0666666667em;
}

@media screen and (max-width: 768px) {
  .contact-form__check + .-other-text textarea {
    min-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__check + .-other-text {
    width: 100%;
  }
}
.contact-form__check label::before {
  border-color: #282f3c !important;
  background-color: #fff !important;
}

.contact-form__check .pretty.p-smooth input:checked + .state label:after {
  background-color: #282f3c !important;
}

@media screen and (max-width: 768px) {
  .contact-form__check .pretty.p-default {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__check .pretty.p-default input:checked + .state label {
    color: white;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__check .pretty.p-default .state label {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__check .pretty.p-default .state label:before {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__check .pretty.p-default .state label:after {
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    -webkit-transform: none;
    transform: none;
    width: calc(100% - 10px);
    z-index: -1;
  }
}
.contact-form__terms {
  color: #282f3c;
  border-radius: 0.625rem;
}

.contact-form__terms-tit {
  color: #fff;
  background-color: #282f3c;
  font-size: 22px;
  text-align: center;
  padding: 1.25rem 0;
  border-radius: 0.625rem 0.625rem 0 0;
  position: relative;
}

.contact-form__terms-tit {
  position: relative;
  cursor: pointer;
}
.contact-form__terms-tit::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 100px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #e3e3e3;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contact-form__terms-tit::after {
    display: none;
  }
}
.contact-form__terms-tit.isClose::after {
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .contact-form__terms-tit {
    background-size: 16px 8px;
    font-size: 18px;
    padding: 0.9375rem 0;
  }
  .contact-form__terms-tit.isClose {
    background-size: 16px 8px;
  }
}
.contact-form__terms-content {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.7;
  overflow: hidden;
  padding: 1.875rem 0;
  border-radius: 0 0 0.625rem 0.625rem;
}

@media screen and (max-width: 768px) {
  .contact-form__terms-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #282f3c;
    display: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contact-form__terms-content-inner {
  height: 215px;
  overflow-y: auto;
  padding-right: 55px;
  padding-left: 55px;
}

@media screen and (max-width: 768px) {
  .contact-form__terms-content-inner {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__terms-content__sp-acc {
    display: none;
  }
}
.contact-form__terms p + p {
  margin-top: 2.3em;
}

.contact-form__terms a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  display: inline-block;
}

.contact-form__terms a:hover {
  text-decoration: underline;
}

.contact-form__terms-check {
  text-align: center;
  margin-top: 35px;
}

.contact-form__btn {
  padding-bottom: 12.5rem;
}

.contact-form__terms-check label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-form__terms-check label::before {
  content: "";
  display: inline-block;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.25rem;
  background-color: #D9D9D9;
}

.wpcf7-list-item-label {
  margin-left: 0.625rem;
}

input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 1.0625rem;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0.25rem;
}

label br {
  display: none;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.625rem;
}

.contact-thanks {
  padding: 3.125rem 0 6.25rem;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .contact-thanks {
    padding: 6.25rem 0 9.375rem;
    font-size: 1.25rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.sp-only {
  display: none;
}

/*# sourceMappingURL=style.css.map */
