@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #363636;
  background: #fff;
  font-weight: 400;
  font-size: 62.5%;
  word-break: break-all;
  font-size: 2.5641025641vw;
}

body {
  background: #fff;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #363636;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

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

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

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 1040px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/OPTIMA.TTF) format("ttf");
  font-family: "Optima";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/OPTIMA_B.TTF) format("ttf");
  font-family: "Optima";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSansJP-Regular.otf") format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSansJP-Medium.otf") format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
fieldset,
legend,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  margin: 0;
  padding: 4px 8px;
  border: 1px solid #C4C4C4;
  outline: none;
  font-size: 10px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
input[type=datetime],
input[type=week],
textarea,
select {
  margin-right: 0;
  margin-left: 0;
  padding: 4px 8px;
  border: 1px solid #C4C4C4;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  height: 100px;
  overflow: auto;
}

select {
  padding-right: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 8px center;
}

.select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.select select {
  width: 100%;
  padding-right: 24px;
  border: 1px solid #C4C4C4;
  background: none;
  cursor: pointer;
}

.select::before {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 1px solid #C4C4C4;
  pointer-events: none;
}

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

input[type=radio] + span,
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding-left: 20px;
  color: #555;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

input[type=radio] + span::before,
input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 16px;
  height: 16px;
  content: "";
  margin-top: -8px;
  border: 1px solid #363636;
  background: #fff;
}

/* fieldset */
fieldset {
  padding: 8px 16px;
  border: 1px solid #fff;
}

legend {
  padding: 0 8px;
}

/* button */
input[type=submit],
input[type=reset],
input[type=button],
button {
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
  padding: 1rem 3rem;
  color: #C4C4C4;
  font-size: 1.3rem;
  background-color: #fff;
  border: 0.1rem solid #C4C4C4;
}

/* ブラウザ対策
---------------------------------------------------------------------------- */
/* Firefox */
/* IE */
select::-ms-expand {
  display: none;
}

/* webkit */
/* iOS */
input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  font-size: 10px;
}

/* 挙動
---------------------------------------------------------------------------- */
/* hover */
input:hover,
textarea:hover,
select:hover {
  border-color: #666;
}

input[type=radio] + span:hover,
input[type=checkbox] + span:hover {
  color: #000;
}

input[type=radio] + span:hover::before,
input[type=checkbox] + span:hover::before {
  border-color: #000;
}

input[type=radio] + span:hover::after,
input[type=checkbox] + span:hover::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
}

/* checked */
input[type=radio]:checked + span,
input[type=checkbox]:checked + span {
  color: #363636;
}

input[type=radio]:checked + span::before,
input[type=checkbox]:checked + span::before {
  border-color: #363636;
}

input[type=radio]:checked + span::after,
input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #363636;
}

/* radio */
input[type=radio] + span::before,
input[type=radio] + span:hover::after,
input[type=radio]:checked + span::after {
  border-radius: 50%;
}

/* button */
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  border-color: #C4C4C4;
  background-color: #C4C4C4;
  color: #fff;
}

/* focus */
input:focus,
textarea:focus {
  border-color: #C4C4C4;
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
input[type=search]:focus {
  outline-offset: -2px;
}

/* disabled */
input:disabled,
input:disabled:hover,
textarea:disabled,
textarea:disabled:hover {
  border-color: #C4C4C4;
  background: #eee;
  cursor: not-allowed;
}

input[type=radio]:disabled + span,
input[type=checkbox]:disabled + span {
  color: #C4C4C4;
  cursor: not-allowed;
}

input[type=radio]:disabled + span::before,
input[type=checkbox]:disabled + span::before {
  border-color: #C4C4C4;
  cursor: not-allowed;
}

/* バリデーション */
/* placeholder */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.c-btn-square {
  width: 100%;
}

.c-btn-square a,
.c-btn-square input[type=submit] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn-square a {
  padding: 0.6rem 3rem;
  font-size: 1.5rem;
}

.c-btn-square input[type=submit] {
  padding: 1.1rem 0;
  font-size: 1.4rem;
}

.c-btn-square--blue a,
.c-btn-square--blue input[type=button] {
  color: #001764;
  border: 1px solid #001764;
}

.c-btn-square--red a {
  color: #CF001C;
  border: 1px solid #CF001C;
}

.c-btn-square--white input[type=submit] {
  color: #FFFFFF;
  border: 1px solid #001764;
  background: #001764;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-btn-square--white a {
  font-size: 1.5rem;
  padding: 0.825rem 0;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: #001764;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-btn-square--blue a:hover,
.c-btn-square--blue input:hover[type=button] {
  color: #FFFFFF;
  background: #001764;
}

.c-btn-square--red a:hover {
  color: #FFFFFF;
  background: #CF001C;
}

.c-btn-square--white input[type=submit]:hover {
  color: #001764;
  background: #FFFFFF;
  border: 1px solid #001764;
}

.c-btn-square--white a:hover {
  color: #001764;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.c-btn {
  display: block;
}

.c-btn p {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 1.5rem;
  color: #FFFFFF;
  line-height: 1;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.75rem 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--blue p {
  font-family: "Optima";
  background-color: #001764;
  border: 1px solid #001764;
}

.c-btn--red p {
  background-color: #CF001C;
  border: 1px solid #CF001C;
}

.c-btn--red2 p {
  background-color: #CF001C;
  border: 1px solid #CF001C;
}

.c-btn p:hover {
  background-color: #FFFFFF;
}

.c-btn--blue p:hover {
  color: #001764;
}

.c-btn--red p:hover {
  color: #CF001C;
}

.c-btn--red2 p:hover {
  color: #CF001C;
}

.c-card-sub__img {
  position: relative;
  overflow: hidden;
}

.c-card-sub__img::before {
  content: "";
  padding-top: 125.478%;
  display: block;
}

.c-card-sub:hover .c-card-sub__img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.c-card-sub__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-card-sub__wrapper {
  margin-top: 1.1rem;
}

.c-card-sub__titlebox {
  height: 3.36rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card-sub__title {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #363636;
  font-weight: 400;
  font-family: "Optima";
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-card-sub__btn {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.2rem;
}

.c-card-sub__btn p {
  width: 100%;
  text-align: center;
}

.c-card {
  position: relative;
  overflow: hidden;
  display: block;
}

.c-card__wrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  margin: 1.8rem 1.6rem;
  padding: 1.3rem 2rem;
  height: calc(100% - 3.6rem);
  width: calc(100% - 3.2rem);
}

.c-card:hover .c-card__img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.c-card:hover .c-card__wrapper {
  opacity: 1;
}

.c-card__img {
  width: 100%;
  position: relative;
  padding: 1.8rem 2.1rem;
  overflow: hidden;
}

.c-card__img::before {
  content: "";
  padding-top: 68.404%;
  display: block;
}

.c-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-card:nth-child(2) .c-card__img img {
  -o-object-position: center;
     object-position: center;
}

.c-card__titlebox {
  height: calc(100% - 3rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card__title {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.c-card__btn {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-card__btn p {
  width: 100%;
}

.c-contact-button__submit:hover,
.c-contact-button__submit:focus {
  outline: none;
}

.c-contact-button__submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.c-contact-check__item + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
}

.c-contact-check__item + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
}

.c-contact-check__item + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  content: "";
  display: block;
  height: 0.6em;
  left: -8px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 14px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

.c-contact-check__item:checked + span::after {
  opacity: 1;
}

.c-contact-text,
.c-contact-select {
  font-size: 1.2rem;
  width: 100%;
}

.c-contact-text__text,
.c-contact-select__text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1.2rem;
  width: 100%;
}

.c-contact-text:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.c-contact-textarea {
  font-size: 1.2rem;
}

.c-contact-textarea__text {
  border: 1px solid #C4C4C4;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1.2rem;
  height: 22rem;
  width: 100%;
}

.c-contact-textarea__text:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.c-contents-subtitle {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.448;
}

.c-contents-title {
  font-family: "Optima";
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contents-title:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
}

.c-contents-title--red::after {
  background: #CF001C;
}

.c-contents-title--blue::after {
  background: #001764;
}

.c-hamburger {
  z-index: 1000;
}

.c-hamburger span {
  position: relative;
  display: block;
  height: 4.24px;
  width: 31px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background: #001764;
}

.c-hamburger span:nth-child(1) {
  top: 0;
  margin-bottom: 9.54px;
}

/*OPEN時の動き*/
.c-hamburger.open span {
  background: #FFFFFF;
}

.c-hamburger.open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.c-hamburger.open span:nth-child(2) {
  top: -9px;
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

.c-section-subtitle {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

.c-section-title {
  font-family: "Optima";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.c-section-title:before,
.c-section-title:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #363636;
}

.c-section-title:before {
  margin-right: 1rem;
}

.c-section-title:after {
  margin-left: 1rem;
}

.c-section-title--red {
  color: #CF001C;
}

.c-section-title--blue {
  color: #001764;
}

.c-cection-title--border-red {
  color: #001764;
}

.c-cection-title--border-red::before,
.c-cection-title--border-red::after {
  background: #CF001C;
}

.l-about {
  margin-top: -1.7rem;
}

.l-company {
  margin-top: 8.2rem;
}

.l-contact {
  margin-top: 5.6rem;
}

.l-footer {
  margin-top: 11.5rem;
}

.l-inner {
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1176px;
}

.l-pager {
  margin-top: 6rem;
}

.l-service {
  margin-top: 4rem;
  margin-bottom: 3.5rem;
}

.l-sub-custom {
  margin-bottom: 14.3rem;
}

.l-works {
  margin-top: 9.6rem;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.p-about {
  padding-top: 5.7rem;
}

.p-about__contents {
  margin-top: 3.6rem;
}

.p-about__contentsbox {
  margin-top: 2.4rem;
  width: 100%;
}

.p-about__img {
  width: 81.0256410256vw;
  position: relative;
}

.p-about__contents:nth-child(1) .p-about__img {
  margin-left: calc(50% - 50vw);
}

.p-about__contents:nth-child(2) .p-about__img {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}

.p-about__img::before {
  content: "";
  padding-top: 107.5949%;
  display: block;
}

.p-about__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-about__contents-title--left {
  margin-right: calc(50% - 50vw);
}

.p-about__contents-title--right {
  margin-right: calc(50% - 50vw);
}

.p-about__contents-subtitle {
  margin-top: 2.6rem;
}

.p-about__contents-text {
  margin-top: 2.2rem;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}

.p-about__contents-annotation {
  font-size: 1.1rem;
  line-height: 1.5384615385;
  margin-top: 1.3rem;
}

.p-aside-list {
  width: 100%;
}

.p-aside-list__item {
  padding: 1.8rem 0;
}
.p-aside-list__date {
  font-size: 1.2rem;
}

.p-aside-list__title {
  font-size: 1.3rem;
  font-family: "Optima";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-aside__title {
  font-size: 1.7rem;
  display: block;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 1.3rem;
}

.p-aside__title--blue {
  color: #001764;
}

.p-aside__title--red {
  color: #CF001C;
}

.p-aside__list {
  margin-top: 2rem;
}

.p-aside__btn {
  margin-top: 1rem;
}

.p-cards-sub__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4rem;
}

.p-cards-sub__card {
  width: calc((100% - 1.2rem) / 2);
  margin-right: 1.2rem;
}

.p-cards-sub__card:nth-child(n+3) {
  margin-top: 3rem;
}

.p-cards-sub__card:nth-child(2n) {
  margin-right: 0;
}

.p-cards__card:nth-child(n+2) {
  margin-top: 4.8rem;
}

.p-ceo {
  background: #F7F8F9;
  padding-bottom: 5rem;
}

.p-ceo__img {
  position: relative;
  width: 100%;
}

.p-ceo__img::before {
  content: "";
  padding-top: 77.3%;
  display: block;
}

.p-ceo__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.p-ceo__profile {
  margin-top: 2.2rem;
  font-weight: 500;
}

.p-ceo__name {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.4478947368;
  padding-bottom: 1.7rem;
  margin-right: calc(50% - 50vw);
  border-bottom: 1px solid #CF001C;
}

.p-ceo__from {
  margin-top: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.8461538462;
}

.p-ceo__career {
  font-size: 1.2rem;
  line-height: 1.5384615385;
  width: 100%;
}

.p-ceo__career table {
  width: inherit;
}

.p-ceo__career th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  width: 5.6rem;
}

.p-common__img {
  width: 100%;
}

.p-common__wrapper {
  margin-top: -3.5rem;
  padding-top: 1.8rem;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -16px;
  margin-right: -16px;
  background: #FFFFFF;
  position: relative;
}

.p-common__mainbox {
  width: 100%;
  color: #363636;
}

.p-common__contents img {
  width: 100%;
  margin-top: 3.7rem;
}
.p-common__contents h2 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 2.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.p-common__contents h2::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 100%;
  left: 0;
  top: 0;
}
.p-common__contents h3 {
  font-size: 1.5rem;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 1rem;
  margin-top: 1.7rem;
  position: relative;
}
.p-common__contents h3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 4.5rem;
  height: 0.4rem;
}
.p-common__contents p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 2.1rem;
}

.p-common__contents--blue h2::before,
.p-common__contents--blue h3::before {
  background: #001764;
}

.p-common__contents--red h2::before,
.p-common__contents--red h3::before {
  background: #CF001C;
}

.p-common__asidebox {
  width: 100%;
  margin-top: 12.4rem;
}

.p-common__subtitle {
  margin-top: 1rem;
  text-align: center;
}

.p-company__overview {
  margin-top: 1.8rem;
}

.p-company__overview {
  padding-top: 5.7rem;
}

.p-concept__contents {
  margin-top: 4.6rem;
}

.p-concept__img {
  width: calc(100vw - 64px);
  margin-right: calc(50% - 50vw);
  position: relative;
}

.p-contact__subtitle {
  text-align: center;
  margin-top: 1rem;
}

.p-contact__inner {
  margin-top: 7rem;
}

.p-contact__item {
  margin-top: 1.3rem;
}

.p-contact__btn {
  margin-top: 3.5rem;
}

.p-contact__btn-return input[type=button] {
  border: none;
  color: #001764;
  font-size: 1.4rem;
}

.p-contact__btn-return {
  position: relative;
  margin-top: 3rem;
}

.p-contact__btn-return:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  top: 40%;
  left: calc(50% - 3rem);
  border-left: 2px solid #001764;
  border-bottom: 2px solid #001764;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-contact__btn-return:hover:before {
  left: calc(50% - 3.5rem);
}

.p-contact__btn-return input[type=button]:hover {
  background-color: initial;
  color: initial;
}

.p-contact__policy {
  margin-top: 1.6rem;
  text-align: center;
  color: #363636;
}

.p-contact__policy-text {
  font-size: 1.1rem;
}

.p-contact__policy-link {
  border-bottom: 1px solid #363636;
}

.p-drawer-menu {
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  position: relative;
}

.p-drawer-menu__menu {
  margin-top: 10.1rem;
}

.p-drawer-menu__item a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.9rem;
  color: #FFFFFF;
  width: 100%;
  text-decoration: none;
  padding: 1.3rem;
  line-height: 1;
  display: inline-block;
}

.p-drawer-menu__entitle {
  font-family: "Optima";
  color: #C1C1C1;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
}

.p-drawer-menu__jptitle {
  padding-top: 0.5rem;
}

.p-footer {
  color: #FFFFFF;
  background: #001764;
  padding: 3.7rem 0 2rem;
}

.p-fotter__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__logo {
  width: 18.4rem;
  margin: 0 auto;
}

.p-footer__btn {
  margin-top: 2.7rem;
  width: 28.6rem;
  margin-left: auto;
  margin-right: auto;
}

.p-footer__copyrightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -moz-deck;
  margin-top: 7.3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__policy {
  margin-right: auto;
  text-align: left;
  color: #FFFFFF;
}

.p-footer__copyright {
  margin-top: 1.6rem;
  text-align: center;
}

.p-gnav__item {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2.4rem 1.4rem;
  line-height: 1;
  text-align: left;
}

.p-gnav-item__entitle {
  font-family: "Optima";
  color: #C1C1C1;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
}

.p-gnav__item a {
  position: relative;
  width: 100%;
  display: inline-block;
}

.p-gnav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.p-gnav {
  position: static;
  z-index: 1000;
  width: 100%;
  background-color: white;
}

.p-header {
  width: 100%;
  background: #FFFFFF;
  display: block;
  position: fixed;
  z-index: 1001;
  height: 5.7rem;
}

.p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  width: inherit;
}

.p-header__logo {
  margin-left: -1rem;
  margin-right: 1rem;
  width: 15.9rem;
}

.p-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: inherit;
}

.p-header__box,
.p-header__sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__sp {
  height: inherit;
  width: inherit;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-header__spbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__drawer span {
  margin: 0 auto;
}

.p-header__overlay {
  background: #001764;
  width: 88.974vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  display: none;
}

.p-header__menubox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1002;
}

.p-mv {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  width: 100vw;
  position: relative;
}

.p-mv__textbox {
  color: #FFFFFF;
  margin-top: 4.2rem;
  margin-left: 3rem;
  color: #363636;
}

.p-mv__title {
  font-family: "Optima";
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3721428571;
}

.p-mv__title span {
  margin-left: -1rem;
}

.p-mv__icon {
  width: 3.7rem;
  display: inline;
  margin-top: -0.3rem;
}

.p-overview__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-overview__facebook {
  width: 100%;
  margin-top: 2rem;
}
.p-overview__facebook .facebook_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 99%;
}
.p-overview__facebook .fb-page,
.p-overview__facebook .fb-page span,
.p-overview__facebook .facebook_wrap iframe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 500px) !important;
  margin: 0 auto;
}

.p-overview__wrapper {
  width: 100%;
}

.p-overview__logo {
  width: 23.5rem;
  margin: 0 auto;
}

.p-overview__contents-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 2.7rem;
}

.p-overview__img {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-overview__img::before {
  content: "";
  padding-top: 49.48717%;
  display: block;
}

.p-overview__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-overview__lists {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.3076923077;
  width: 100%;
  margin-top: 2.2rem;
}

.p-overview__lists th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  width: 6.8rem;
}

.p-overview2__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-overview2__facebook {
  width: 100%;
  margin-top: 2rem;
}

.p-overview2__logo {
  width: 23.5rem;
  margin: 0 auto;
}

.p-overview2__wrapper {
  width: 100%;
}

.p-overview2__contents-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 2.7rem;
}

.p-overview2__img {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-overview2__img::before {
  content: "";
  padding-top: 49.48717%;
  display: block;
}

.p-overview2__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-overview2__lists {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.3076923077;
  margin-top: 2.2rem;
}

.p-overview2__lists th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-pager__btn a {
  font-size: 1.3rem;
  color: #363636;
  border: 1px solid #363636;
  border-radius: 1.5rem;
  padding: 0.5rem 4.2rem;
}

.p-service__img {
  width: 100%;
}

.p-service__wrapper {
  margin-top: -3.5rem;
  padding-top: 2.3rem;
  padding-bottom: 1.6rem;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -16px;
  margin-right: -16px;
  background: #FFFFFF;
  position: relative;
}

.p-service__inner {
  padding-bottom: 3.5rem;
}

.p-service__titlebox {
  margin-top: -3.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -16px;
  margin-right: -16px;
  background: #FFFFFF;
  position: relative;
}

.p-service__subtitle {
  margin-top: 1rem;
  text-align: center;
}

.p-service__btn {
  margin-top: 4.2rem;
}

.p-service__cards {
  padding-top: 2.7rem;
}

.p-slick {
  width: 100vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: 147.48vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.p-slick img {
  width: 100vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 147.48vw;
}

.p-sns {
  padding-top: 5rem;
  padding-bottom: 7rem;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  text-align: center;
}

.p-sns__text {
  font-size: 1.6rem;
}

.p-sns__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.7rem;
  margin-left: auto;
  margin-right: auto;
}
.p-sns__wrapper img {
  margin: 0;
  padding: 0;
  width: 4rem;
}

.p-sns__list {
  position: relative;
  margin-right: 1.2rem;
}
.p-sns__list:last-child {
  margin-right: 0;
}

.p-sub-custom__titlebox {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 1.6rem 0;
}

.p-sub-custom__subtitle {
  margin-top: 1rem;
  text-align: center;
}

.p-sub-custom__date {
  font-size: 1.1rem;
  color: #363636;
  font-weight: 600;
}

.p-sub-custom__title {
  line-height: 1.3529411765;
  font-size: 1.7rem;
  color: #363636;
  font-weight: 500;
  margin-top: 0.5rem;
}

.p-sub-custom__pager {
  margin-top: 6.2rem;
}

.p-sub-contact {
  padding-top: 17.8rem;
}

.p-sub-policy {
  position: relative;
}

.p-sub-policy__inner {
  padding-top: 17.2rem;
}

.p-sub-policy__entitle {
  font-family: "Optima";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.p-sub-policy__jptitle {
  margin-top: 0.8rem;
  font-size: 2.4rem;
}

.p-sub-policy__content {
  margin-top: 6.5rem;
}

.p-works__titlebox {
  margin-top: -3.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -16px;
  margin-right: -16px;
  background: #FFFFFF;
  position: relative;
}

.p-works__subtitle {
  margin-top: 1rem;
  text-align: center;
}

.p-works__btn {
  margin-top: 4.2rem;
}

.p-works__cards {
  padding-top: 2rem;
}

.urlcopied {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.urlcopied span {
  background: #363636;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.2;
  height: 100%;
  font-size: 1rem;
  color: #FFFFFF;
  border-radius: 50%;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  width: 100%;
  position: fixed;
}

.pagination {
  width: 100%;
}
.nav-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers {
  color: #363636;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
}

.page-numbers.current {
  color: #001764;
  font-size: 1.6rem;
  font-weight: 700;
}

.page-numbers li .page-numbers {
  padding-right: 1rem;
  padding-left: 1rem;
}

.page-numbers li .page-numbers.dots {
  padding-right: 0;
  padding-left: 0;
}

.page-numbers li .prev.page-numbers {
  padding-left: 0;
}

.page-numbers li .next.page-numbers {
  padding-right: 0;
}

.next, .prev {
  width: 1.1rem;
  height: 1.1rem;
  border-right: 2px solid #001764;
  border-top: 2px solid #001764;
}

.next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 4rem;
}

.prev {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-right: 4rem;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.scroll_up.on:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.scroll_up.on:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.u-hidden {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select {
  width: 100%;
  border: 1px solid #C4C4C4;
}
.wpcf7-form-control-wrap input:checked,
.wpcf7-form-control-wrap select:checked {
  color: #363636;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem;
}

.wpcf7-previous {
  width: 100%;
  padding: 1.1rem 0 !important;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 0.8474576271vw;
  }
  body {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  a:hover {
    opacity: 0.8;
  }
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn-square a {
    font-size: 1.8rem;
    padding: 1.3rem 3rem;
  }
  .c-btn-square input[type=submit] {
    padding: 1.2rem 0;
    font-size: 1.6rem;
  }
  .c-btn p {
    font-size: 1.3rem;
  }
  .c-card-sub__img {
    width: 100%;
  }
  .c-card-sub__img::before {
    padding-top: 129.1%;
  }
  .c-card-sub__wrapper {
    margin-top: 2.2rem;
  }
  .c-card-sub__titlebox {
    height: 4.8rem;
  }
  .c-card-sub__title {
    font-size: 2rem;
  }
  .c-card-sub__btn {
    margin-top: 2rem;
    margin-left: auto;
    text-align: right;
  }
  .c-card-sub__btn p {
    width: 15rem;
  }
  .c-card__wrapper {
    opacity: 0;
    margin: 1.8rem 2.1rem;
    padding: 3rem 3.5rem 3.5rem;
    width: calc(100% - 4.2rem);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-card__img::before {
    padding-top: 138.6627%;
  }
  .c-card__title {
    font-size: 2.6rem;
    -webkit-line-clamp: 7;
  }
  .c-contact-text,
.c-contact-select {
    font-size: 1.4rem;
  }
  .c-contact-text__text,
.c-contact-select__text {
    font-size: 1.4rem;
  }
  .c-contact-textarea {
    font-size: 1.4rem;
  }
  .c-contact-textarea__text {
    font-size: 1.4rem;
  }
  .c-contents-subtitle {
    font-size: 3.1rem;
  }
  .c-contents-title {
    font-size: 2rem;
  }
  .c-contents-title:after {
    margin-left: 2rem;
  }
  .c-section-subtitle {
    font-size: 3.1rem;
  }
  .c-section-title {
    font-size: 2rem;
  }
  .c-section-title:before {
    margin-right: 2.6rem;
  }
  .c-section-title:after {
    margin-left: 2.6rem;
  }
  .l-about {
    margin-top: 2rem;
  }
  .l-company {
    margin-top: 13.2rem;
  }
  .l-contact {
    margin-top: 12.2rem;
  }
  .l-footer {
    margin-top: 22.5rem;
  }
  .l-inner {
    padding-right: 32px;
    padding-left: 32px;
  }
  .l-pager {
    margin-top: 4rem;
  }
  .l-service {
    margin-top: 14.5rem;
    margin-bottom: 12.4rem;
  }
  .l-sub-custom {
    margin-bottom: -11.5rem;
  }
  .l-works {
    margin-top: 10.8rem;
  }
  .p-about {
    padding-top: 7.5rem;
  }
  .p-about__contents {
    margin-top: 7.9rem;
    margin-top: 7.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .p-about__contents:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-about__contentsbox {
    margin-top: 1rem;
    margin-left: 6rem;
    width: 45rem;
  }
  .p-about__contents:nth-child(2) .p-about__contentsbox {
    margin-left: 0;
    margin-right: auto;
  }
  .p-about__img {
    width: 60rem;
  }
  .p-about__contents:nth-child(1) .p-about__img {
    margin-left: 0;
  }
  .p-about__contents:nth-child(2) .p-about__img {
    margin-right: 0;
  }
  .p-about__img::before {
    padding-top: 117%;
  }
  .p-about__contents-title--left {
    margin-right: min((1112px - 100vw) / 2, -32px);
  }
  .p-about__contents-title--right {
    margin-right: min((1112px - 100vw) / 2, -32px);
    margin-right: -100px;
  }
  .p-about__contents-subtitle {
    margin-top: 4.1rem;
  }
  .p-about__contents-text {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 1.4477777778;
  }
  .p-about__contents-annotation {
    font-size: 1.4rem;
    line-height: 1.4478571429;
  }
  .p-aside-list__date {
    font-size: 1.3rem;
  }
  .p-aside-list__title {
    font-size: 2rem;
  }
  .p-aside__btn {
    margin-top: 4.2rem;
  }
  .p-cards-sub__wrapper {
    margin-top: 12.4rem;
  }
  .p-cards-sub__card {
    width: calc((100% - 8rem) / 3);
    margin-right: 4rem;
  }
  .p-cards-sub__card:nth-child(n+3) {
    margin-top: 0;
  }
  .p-cards-sub__card:nth-child(n+4) {
    margin-top: 8.2rem;
  }
  .p-cards-sub__card:nth-child(2n) {
    margin-right: 4rem;
  }
  .p-cards-sub__card:nth-child(3n) {
    margin-right: 0;
  }
  .p-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .p-cards__card {
    width: calc((100% - 8rem) / 3);
    margin-right: 4rem;
  }
  .p-cards__card:nth-child(n+2) {
    margin-top: 0;
  }
  .p-cards__card:nth-child(3n) {
    margin-right: 0;
  }
  .p-ceo {
    padding-bottom: 9.9rem;
  }
  .p-ceo__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-ceo__img {
    width: 49.2rem;
    margin-right: 3.3rem;
  }
  .p-ceo__img::before {
    padding-top: 140.44715%;
  }
  .p-ceo__profile {
    margin-top: 0;
    width: 58.7rem;
  }
  .p-ceo__name {
    margin-right: min((1112px - 100vw) / 2, -32px);
    font-size: 2.4rem;
    line-height: 1.4479166667;
    padding-bottom: 2.7rem;
    padding-top: 7.2rem;
  }
  .p-ceo__from {
    margin-top: 1.8rem;
    font-size: 1.5rem;
    line-height: 1.875;
  }
  .p-ceo__career {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-ceo__career th {
    width: 7.9rem;
  }
  .p-common__wrapper {
    margin-top: -12.4rem;
    margin-left: calc((50% - 50vw + 2rem) / 2);
    margin-right: calc((50% - 50vw + 2rem) / 2);
    padding-left: calc(-1 * (50% - 50vw) / 2);
    padding-right: calc(-1 * (50% - 50vw) / 2);
    padding-top: 3.2rem;
    padding-bottom: 6.6rem;
  }
  .p-common__wrapper--article {
    padding-top: 6.4rem;
    padding-left: 13rem;
    padding-right: 8.8rem;
    padding-left: calc(-1 * (50% - 50vw) / 2 + 4rem);
    padding-right: calc(-1 * (50% - 50vw) / 2 - 0.2rem);
  }
  .p-common__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-common__mainbox {
    width: 65rem;
    margin-right: 5.8rem;
  }
  .p-common__contents img {
    margin-bottom: 5.4rem;
  }
  .p-common__contents h2 {
    margin-top: 2.9rem;
  }
  .p-common__contents h3 {
    margin-top: 3rem;
  }
  .p-common__contents p {
    font-size: 1.4rem;
    margin-top: 1.7rem;
  }
  .p-common__asidebox {
    width: 36.3rem;
    margin-top: 14rem;
  }
  .p-common__subtitle {
    margin-top: 2.2rem;
  }
  .p-company__overview {
    margin-top: 5.5rem;
  }
  .p-company__overview {
    padding-top: 7.5rem;
  }
  .p-concept__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .p-concept__img {
    width: 60rem;
  }
  .p-contact__subtitle {
    margin-top: 1.7rem;
  }
  .p-contact__inner {
    margin-top: 8.5rem;
    width: 69.1rem;
  }
  .p-contact__btn {
    margin-top: 4.1rem;
  }
  .p-contact__btn-return input[type=button] {
    font-size: 1.6rem;
  }
  .p-contact__btn-return {
    margin-top: 5.7rem;
  }
  .p-contact__policy {
    margin-top: 1.46rem;
  }
  .p-contact__policy-text {
    font-size: 1.3rem;
  }
  .p-footer {
    padding: 5.5rem 0 4.6rem;
  }
  .p-footer__inner {
    position: relative;
  }
  .p-fotter__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-footer__logo {
    width: 24.6rem;
    margin-left: 0;
  }
  .p-footer__btn {
    width: 41.8rem;
    margin-top: 0;
    margin-right: 0;
    margin-right: calc(50% - 50vw + 7.8rem);
  }
  .p-footer__copyrightbox {
    font-size: 1.6rem;
    margin-top: 8.3rem;
    margin-left: initial;
    margin-right: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    letter-spacing: 0.1em;
  }
  .p-footer__policy {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-footer__copyright {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .p-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 7.5rem;
  }
  .p-header__inner {
    padding-left: 2.5rem;
  }
  .p-header__logo {
    width: 23.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .p-mv__textbox {
    position: absolute;
    color: #FFFFFF;
    bottom: 8.2rem;
    right: 10.7rem;
  }
  .p-mv__title {
    font-size: 4.8rem;
    line-height: 1.4624561404;
  }
  .p-mv__title span {
    margin-left: -2rem;
  }
  .p-mv__icon {
    width: 7.2rem;
    margin-top: -0.5rem;
  }
  .p-mv__icon:nth-of-type(2) {
    margin-left: -1rem;
  }
  .p-overview__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: min((1112px - 100vw) / 2, -32px);
  }
  .p-overview__facebook {
    width: 25rem;
    max-width: 25rem;
    margin-right: 6rem;
    margin-top: 0;
  }
  .p-overview__facebook .fb-page,
.p-overview__facebook .fb-page span,
.p-overview__facebook .facebook_wrap iframe {
    width: 100% !important;
    height: 500px !important;
  }
  .p-overview__wrapper {
    width: calc(100% - 25rem - 6rem);
  }
  .p-overview__logo {
    width: 42.1rem;
    margin-left: -2.5rem;
  }
  .p-overview__contents-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 7.5rem;
    margin-left: 0;
  }
  .p-overview__img {
    width: 51.2974%;
    margin-left: initial;
    margin-right: initial;
  }
  .p-overview__img::before {
    padding-top: 44.6532%;
  }
  .p-overview__lists {
    font-size: 1.6rem;
    line-height: 2.15;
    margin-top: 0;
    width: 47.2%;
    margin-right: 1.2rem;
  }
  .p-overview__lists th {
    width: 10.1rem;
  }
  .p-overview2__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-overview2__facebook {
    width: 25rem;
    max-width: 25rem;
    margin-right: 6rem;
    margin-top: 0;
  }
  .p-overview2__logo {
    width: 42.1rem;
    margin-left: -2.5rem;
  }
  .p-overview2__wrapper {
    width: 80.2rem;
  }
  .p-overview2__contents-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 7.5rem;
    margin-left: 0;
    width: calc(100vw - (50vw - 50%) / 2 - 6.1rem);
  }
  .p-overview2__img {
    margin-left: initial;
    width: 51.297%;
  }
  .p-overview2__img::before {
    padding-top: 44.6532%;
  }
  .p-overview2__lists {
    font-size: 1.6rem;
    line-height: 2.15;
    margin-top: 0;
    width: 48.7%;
    margin-right: 1.2rem;
  }
  .p-pager__btn a {
    padding: 0.6rem 8rem;
  }
  .p-service__wrapper {
    margin-top: -12.4rem;
    margin-left: calc((50% - 50vw + 2rem) / 2);
    margin-right: calc((50% - 50vw + 2rem) / 2);
    padding-left: calc(-1 * (50% - 50vw) / 2);
    padding-right: calc(-1 * (50% - 50vw) / 2);
    padding-top: 6.4rem;
    padding-bottom: 3.2rem;
  }
  .p-service__inner {
    padding-bottom: 12.4rem;
  }
  .p-service__titlebox {
    margin-top: -12.4rem;
    margin-left: calc((50% - 50vw + 2rem) / 2);
    margin-right: calc((50% - 50vw + 2rem) / 2);
    padding-left: calc(-1 * (50% - 50vw) / 2);
    padding-right: calc(-1 * (50% - 50vw) / 2);
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .p-service__subtitle {
    margin-top: 2.2rem;
  }
  .p-service__btn {
    margin-top: 3.9rem;
  }
  .p-service__cards {
    margin-top: 0;
  }
  .p-slick {
    height: 63.62vw;
  }
  .p-slick img {
    height: 63.62vw;
  }
  .p-sns {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
  .p-sns__text {
    font-size: 1.7rem;
  }
  .p-sns__wrapper {
    margin-top: 2.8rem;
  }
  .p-sns__wrapper img {
    width: 5.2rem;
  }
  .p-sns__list {
    margin-right: 1.7rem;
  }
  .p-sub-custom__titlebox {
    padding: 1.2rem 0;
  }
  .p-sub-custom__subtitle {
    margin-top: 2.2rem;
  }
  .p-sub-custom__date {
    font-size: 1.3rem;
  }
  .p-sub-custom__title {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
  .p-sub-custom__pager {
    margin-top: 5.3rem;
  }
  .p-sub-contact {
    padding-top: 20.8rem;
  }
  .p-sub-policy__inner {
    padding-top: 20.2rem;
  }
  .p-sub-policy__entitle {
    font-size: 2rem;
  }
  .p-sub-policy__jptitle {
    margin-top: 1rem;
    font-size: 3.1rem;
  }
  .p-sub-policy__content {
    margin-top: 14.2rem;
  }
  .p-works__titlebox {
    margin-top: -12.4rem;
    margin-left: calc((50% - 50vw) / 2);
    margin-right: calc((50% - 50vw) / 2);
    padding-left: calc(-1 * (50% - 50vw) / 2);
    padding-right: calc(-1 * (50% - 50vw) / 2);
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .p-works__subtitle {
    margin-top: 2.2rem;
  }
  .p-works__btn {
    margin-top: 3.9rem;
  }
  .p-works__cards {
    margin-top: 0;
  }
  .page-numbers {
    font-size: 2.2rem;
  }
  .page-numbers.current {
    font-size: 2.2rem;
  }
  .page-numbers li .page-numbers {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }
  .next, .prev {
    width: 1.866rem;
    height: 1.866rem;
  }
  .u-hidden-pc {
    display: none;
  }
  .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  html {
    font-size: 62.5%;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .inner-block {
    padding: 0 10px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .c-contact-check__item + span {
    font-size: 1.6rem;
  }
  .u-hidden-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */