@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

img {
  border: none;
  vertical-align: bottom;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.4478571429;
  padding: 15px;
  width: 100%;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

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

label input[type=radio]:checked + span::after {
  opacity: 1;
}

label input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

label input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

label input[type=radio] + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 8px;
}

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

label input[type=checkbox]:checked + span::after {
  opacity: 1;
}

label input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

label input[type=checkbox] + 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: 50%;
  transform: translateY(-50%);
  width: 1em;
}

label input[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.4rem;
  padding: 15px;
  width: 100%;
}

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

select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
  background-color: #011950;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  max-width: 100%;
  padding: 20px 178px;
  text-decoration: none;
  width: 446px;
}

input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
}

input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

*,
*::before,
*::after {
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  color: #1a1a1a;
  font-family: "Noto_Sans_JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  max-width: 100%;
  min-height: 100vh;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

/* トップに戻るボタン */
.backToTop {
  background: #5ba9f7;
  border-radius: 9999px;
  bottom: 50px;
  display: inline-block;
  height: 55px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 50px;
  transition: opacity 0.8s;
  width: 55px;
  z-index: 999;
}

/* 上三角 */
.backToTop:before {
  border: 0.2em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  color: #FFF;
  content: "";
  display: inline-block;
  height: 0.8em;
  left: 50%;
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.8rem;
  z-index: 1000;
}

/* hover時 */
.backToTop:hover {
  opacity: 0.8 !important;
}

.form__list {
  margin-top: 40px;
}

.form__field + .form__field,
.form__acceptance {
  margin-top: 24px;
}

.form__required {
  color: #e20000;
}

.form__input::-moz-placeholder {
  color: #a9a9a9;
}

.form__input::placeholder {
  color: #a9a9a9;
}

.form__textarea {
  height: 160px;
}

.form__acceptance-text {
  background-color: #f2f2f2;
  height: 120px;
  overflow-y: auto;
}

.form__select {
  padding-right: 35px;
}

.form__data-select {
  position: relative;
}

.form__data-select::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  height: 10px;
  position: absolute;
  right: 15px;
  top: 46%;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
}

.form__data-radio {
  display: flex;
  flex-wrap: wrap;
}

.form__data,
.form__data-radio,
.form__data-select,
.form__data-check {
  margin-top: 4px;
}

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

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 20px;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 16px;
  position: relative;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::before {
  border: 1px solid #000;
  border-radius: 7px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 14px;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::after {
  background-color: #000;
  border-radius: 4px;
  content: "";
  height: 8px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 8px;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-acceptance {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}

.wpcf7-list-item-label {
  font-size: 1.4rem;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::before {
  border: 1px solid #000;
  border-radius: 3px;
  content: "";
  height: 20px;
  left: -16px;
  position: absolute;
  top: 12.25px;
  width: 20px;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
  height: 5px;
  left: -11px;
  opacity: 0;
  position: absolute;
  top: 11.25px;
  transform: rotate(-45deg);
  width: 10px;
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__submit-button {
  margin-top: 40px;
  text-align: center;
}

.form__submit-input {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  max-width: 500px;
  padding: 16px 20px;
  transition: opacity 0.3s;
  width: 100%;
}

.form__submit-input:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto_Sans_JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald/Oswald-Regular.ttf") format("truetype");
}
.header__left {
  height: 180px;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 16.6666666667%;
  z-index: 10;
}

.header__left a {
  display: block;
}

.header__right {
  align-items: center;
  display: flex;
  height: inherit;
  margin-left: auto;
}

.header__nav nav {
  height: inherit;
}

.header__nav ul {
  align-items: center;
  display: flex;
  height: inherit;
}

.header__nav li {
  position: relative;
}

.header__nav li::before {
  background-color: #FFFFFF;
  bottom: -8px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  width: 6px;
}

.header__nav li:hover::before {
  background-color: #011950;
}

.header__nav li.is-active::before {
  background-color: #011950;
}

.header__nav li:not(:last-child) {
  margin-right: 50px;
}

.header__nav a {
  font-family: Roboto;
  font-size: clamp(1.4rem, 1.11111vw, 1.6rem);
}

.header__contact {
  align-items: center;
  background-color: #011950;
  display: flex;
  justify-content: center;
  margin-left: 50px;
  width: 187px;
}

.header__contact a {
  color: #FFFFFF;
  font-size: clamp(14px, 1.11111vw, 16px);
  padding-left: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.header__contact a::before {
  background: url(../img/Icon_mail.png);
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.header__contact a:hover {
  opacity: 0.5;
}

.footer__left-row {
  align-items: center;
  display: flex;
}

.footer__SNS {
  align-items: center;
  display: flex;
  margin-left: 46px;
}

.footer__icon {
  display: block;
}

.footer__icon:not(:first-child) {
  margin-left: 20px;
}

.footer__copy-right {
  margin-top: 20px;
}

.footer__right li {
  font-family: "Oswald";
  font-size: clamp(14px, 1.11111vw, 16px);
}

.footer__right li:not(:first-child) {
  margin-top: 20px;
}

.l-header {
  height: 80px;
}

.l-header__inner {
  display: flex;
  height: inherit;
  position: relative;
}

.l-footer {
  background-color: #001135;
  color: #FFFFFF;
  padding: 55px 0;
}

.l-footer__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  width: min(100%, 1088px);
}

.l-contact {
  color: #FFFFFF;
}

.l-main-visual {
  font-family: "Noto_Sans_JP";
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 1440px;
}

.l-main-visual__inner {
  position: relative;
}

.l-top-about {
  margin-top: 55px;
}

.l-top-about__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  width: 1140px;
}

.l-top-service {
  margin-top: 120px;
}

.l-top-service__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  width: 1280px;
}

.l-top-work {
  background-color: #F8F8F8;
  margin-top: 120px;
  padding-top: 120px;
}

.l-top-work__inner {
  margin: 0 auto;
  padding: 0 20px;
  width: min(79.1666666667%, 1140px);
}

.l-top-news {
  background-color: #F8F8F8;
  padding-bottom: 120px;
  padding-top: 120px;
}

.l-top-news__inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 76.3888888889%;
}

.l-sidebar {
  max-width: 100%;
  width: 300px;
}

.l-archive-news {
  margin: 60px 0 120px;
}

.l-archive-news__inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
  width: 76.3888888889%;
}

.l-archive-work {
  margin-bottom: 120px;
  margin-top: 60px;
}

.l-archive-work__inner {
  display: flex;
  margin: 0 auto;
  max-width: 1094px;
  width: 75.9722222222%;
}

.c-common-title {
  color: #000000;
  font-family: "Oswald";
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-common-title__sub {
  color: #FFFFFF;
  font-family: "Oswald";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-drawer__icon {
  display: none;
  position: fixed;
  right: 16px;
  top: 20px;
  transition: all 0.3s ease 0s;
  z-index: 600;
}

.c-drawer__icon.is-active .c-drawer__icon-bar1 {
  background-color: #FFFFFF;
  top: 8px;
  transform: rotate(45deg);
}

.c-drawer__icon.is-active .c-drawer__icon-bar2 {
  display: none;
}

.c-drawer__icon.is-active .c-drawer__icon-bar3 {
  background-color: #FFFFFF;
  top: 8px;
  transform: rotate(-45deg);
}

.c-drawer__icon-bars {
  display: block;
  height: 20px;
  position: relative;
  width: 22px;
}

.c-drawer__icon-bar1,
.c-drawer__icon-bar2,
.c-drawer__icon-bar3 {
  background: #242424;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.c-drawer__icon-bar2 {
  top: 8px;
}

.c-drawer__icon-bar3 {
  top: 16px;
}

.c-drawer__content {
  background: #001135;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  height: 100vh;
  opacity: 0;
  padding-top: 48vw;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100vw;
  z-index: 599;
}

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

.c-drawer__content-list {
  margin: 0 auto;
  width: 73.3333333333%;
}

.c-drawer__content-item {
  border-bottom: 1px solid #707070;
}

.c-drawer__content-item a {
  color: #FFFFFF;
  display: block;
  font-size: 3.7333333333vw;
  padding: 18px 20px;
  text-decoration: none;
}

.c-breadcrumb {
  color: #A9A9A9;
  font-family: Roboto;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
  padding-right: 60px;
  text-align: right;
}

.c-breadcrumb span:nth-child(n+2) {
  margin-left: 10px;
}

.c-breadcrumb .current-item {
  color: #242424;
}

.c-breadcrumb .bread-arrow {
  background-color: #A9A9A9;
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 20px;
}

.pagination {
  margin-top: 60px;
  text-align: left;
}

.pagination .page-numbers {
  display: flex;
}

.pagination .page-numbers li {
  height: 40px;
  width: 40px;
}

.pagination .page-numbers li:not(:last-child) {
  margin-right: 12px;
}

.pagination .page-numbers li a,
.pagination .page-numbers li span {
  display: block;
  font-size: 1.4rem;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.pagination .page-numbers li a {
  background-color: #E9EEEF;
}

.pagination .page-numbers li span.current {
  background-color: #001E63;
  color: #FFFFFF;
}

.pagination .page-numbers li .next,
.pagination .page-numbers li .prev {
  background-color: #FFFFFF;
}

.nav-links {
  font-size: 0;
}

.nav-links .page-numbers {
  background-color: #E9EEEF;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 5px;
  padding: 9.5px 17px;
}

.nav-links .page-numbers.next {
  background-color: #FFFFFF;
  margin-left: 18px;
  margin-right: 0px;
}

.nav-links .page-numbers.prev {
  background-color: #FFFFFF;
  margin-left: 0px;
  margin-right: 15px;
}

.nav-links .page-numbers.current {
  background-color: #001E63;
  color: #FFFFFF;
}

.c-archive-link {
  color: #011950;
  display: block;
  font-size: 1.4rem;
  line-height: 1.1721428571;
  margin-top: 40px;
  padding-right: 15px;
  text-align: right;
}

.c-archive-link:hover a {
  opacity: 0.5;
}

.c-archive-link:hover a::before {
  right: -20px;
}

.c-archive-link a {
  position: relative;
  transition: all 0.4s ease 0s;
}

.c-archive-link a::before {
  border-bottom: 3px solid #011950;
  border-right: 3px solid #011950;
  content: "";
  height: 10px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.4s ease 0s;
  width: 10px;
}

.c-sidebar__common-name {
  background-color: #001135;
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 16px 0px 15px 18px;
}

.p-main-visual__swiper {
  height: auto;
  margin-left: 40px;
  margin-right: 80px;
  max-width: 100%;
  width: 77.0833333333%;
}

.p-main-visual__swiper-wrapper {
  height: 100%;
}

.p-main-visual__swiper-slide {
  height: 100%;
}

.p-main-visual__swiper-slide img {
  animation: scale1 10s linear 0s 1 normal both;
  height: 100%;
  width: 100%;
}

.p-main-visual__title {
  color: #011950;
  font-size: 5rem;
  font-weight: 700;
  height: 62.8571428571%;
  letter-spacing: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  z-index: 10;
}

.p-main-visual__sub-title {
  border-bottom: 3px solid #011950;
  bottom: 10%;
  color: #011950;
  font-family: "Oswald";
  font-size: 5rem;
  position: absolute;
  right: 0;
  width: 32.9861111111%;
  z-index: 10;
}

.p-about-block {
  display: flex;
}

.p-about-block__left {
  width: 50%;
}

.p-about-block__left img {
  width: 100%;
}

.p-about-block__right {
  padding: 69px 0 70px 40px;
  width: 50%;
}

.p-about-block__container {
  width: 89.0909090909%;
}

.p-about-block__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 40px;
}

.p-about-block__link {
  color: #011950;
  display: block;
  font-size: 1.4rem;
  margin-top: 40px;
  padding-right: 15px;
  text-align: right;
  transition: all 0.4s ease;
}

.p-about-block__link:hover {
  opacity: 0.3;
}

.p-about-block__link:hover a::before {
  right: -20px;
}

.p-about-block__link a {
  position: relative;
}

.p-about-block__link a::before {
  border-bottom: 3px solid #011950;
  border-right: 3px solid #011950;
  content: "";
  height: 10px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.4s ease;
  width: 10px;
}

.p-service-block {
  background-repeat: no-repeat;
  margin-top: 40px;
  transition: all 0.2s ease 0s;
  width: 100%;
}

.p-service-block__list {
  display: flex;
  justify-content: space-between;
}

.p-service-block__list:hover .p-service-block__item:not(:hover) {
  opacity: 0.3;
}

.p-service-block__item {
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease 0s;
  width: calc(33.3333333333% - 12px);
}

.p-service-block__item:hover {
  margin-bottom: 20px;
  margin-top: -20px;
}

.p-service-block__title-wrapper {
  -o-object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  object-fit: cover;
  padding: 49px 0;
  padding-left: 30px;
}

.p-service-block__title-wrapper.bg01 {
  background-image: url(../img/p-service-block01.png);
}

.p-service-block__title-wrapper.bg02 {
  background-image: url(../img/p-service-block02.png);
}

.p-service-block__title-wrapper.bg03 {
  background-image: url(../img/p-service-block03.png);
}

.p-service-block__content {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 10px;
}

.p-service-block__text {
  font-size: 1.6rem;
  line-height: 2;
  padding: 10px;
  transform-origin: top;
  transition: all 0.4s ease 0s;
}

.p-service-block__link {
  border: 1px solid #000000;
  border-radius: 6px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 12px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 140px;
}

.p-service-block__link:hover {
  opacity: 0.5;
}

.p-service-block__link:hover a::before {
  right: 12px;
}

.p-service-block__link a {
  display: inline-block;
  padding: 12px 40px 12px 20px;
  position: relative;
  transition: all 0.4s ease 0s;
}

.p-service-block__link a::before {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.4s ease 0s;
  width: 10px;
}

.p-work-block {
  background-color: #FFFFFF;
  margin-top: 40px;
  padding: 50px 40px;
}

.p-work-block__list > a {
  display: block;
}

.p-work-block__item {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 50px;
  padding-top: 20px;
}

.p-work-block__item:not(:first-child) {
  padding-top: 50px;
}

.p-work-block__item > a {
  align-items: center;
  display: flex;
}

.p-work-block__left {
  width: 28.431372549%;
}

.p-work-block__left img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-work-block__right {
  margin-left: 50px;
  width: 66.6666666667%;
}

.p-work-block__tag {
  background-color: #F3F3F3;
  color: #626262;
  display: inline-block;
  padding: 5px 20px;
}

.p-work-block__title {
  font-size: 2.4rem;
  line-height: 1.4479166667;
  margin-top: 30px;
}

.p-work-block__text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 30px;
}

.p-work-block__time {
  color: #A9A9A9;
  display: block;
  font-size: 1.2rem;
  margin-top: 17px;
}

.p-news-block {
  display: flex;
}

.p-news-block__left {
  border-right: 1px solid #E2E2E2;
  width: 264px;
}

.p-news-block__title {
  margin-bottom: 45px;
}

.p-news-block__tab-list {
  padding-left: 20px;
}

.p-news-block__tab-item:not(:first-child) {
  margin-top: 20px;
}

.p-news-block__tab-item a {
  position: relative;
}

.p-news-block__tab-item a.is-active::after {
  background-color: #001E63;
  content: "";
  height: 8px;
  left: -14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.p-news-block__right {
  padding-left: 60px;
  width: calc(100% - 264px);
}

.p-news-block__card-list {
  display: none;
}

.p-news-block__card-list.is-active {
  display: block;
}

.p-news-block__card {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 30px;
}

.p-news-block__card a {
  display: block;
  padding-bottom: 30px;
}

.p-news-block__card-meta {
  align-items: center;
  display: flex;
}

.p-news-block__card-time {
  color: #A9A9A9;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4483333333;
  margin-right: 32px;
}

.p-news-block__card-cats {
  display: flex;
}

.p-news-block__card-cat {
  background-color: #FFFFFF;
  color: #626262;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4481818182;
  padding: 4px 18px;
}

.p-news-block__card-cat:nth-child(n+2) {
  margin-left: 20px;
}

.p-news-block__card-title {
  font-size: 1.6rem;
  line-height: 1.448125;
  margin-top: 28px;
}

.p-about-main-visual {
  margin-left: auto;
  margin-top: 233px;
  position: relative;
  width: 88.1944444444vw;
}

.p-about-main-visual__title-wrapper {
  background-color: #FFFFFF;
  left: 0;
  max-width: 500px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-top: 16px;
  position: absolute;
  top: 0;
  width: 36.231884058%;
  z-index: 5;
}

.p-about-main-visual__sub-title {
  font-size: 2rem;
  font-weight: 700;
}

.p-about-main-visual__img {
  height: 100%;
  margin-left: auto;
  margin-top: -93px;
  max-height: 514px;
  overflow: hidden;
  width: 92.0289855072vw;
}

.p-about-main-visual__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-about-concept {
  margin: 98px auto 0;
  max-width: 840px;
  width: 58.3333333333vw;
}

.p-about-concept__buttons {
  display: flex;
  justify-content: space-between;
}

.p-about-concept__button a {
  font-size: 1.6rem;
  padding-right: 20px;
  position: relative;
  transition: all 0.4s ease 0s;
}

.p-about-concept__button a::before {
  border-bottom: 2px solid #001E63;
  border-right: 2px solid #001E63;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

.p-about-concept__heading {
  font-size: 4rem;
  margin-top: 100px;
}

.p-about-concept__sub-heading {
  font-size: 1.6rem;
  margin-top: 40px;
}

.p-about-philosophy {
  background-color: #F8F8F8;
  margin: 123px auto 0px;
  max-width: 1100px;
  width: 76.3888888889%;
}

.p-about-philosophy__inner {
  display: flex;
}

.p-about-philosophy__left {
  padding: 70px 30px;
  width: 67.2727272727%;
}

.p-about-philosophy__sub-title {
  color: #001E63;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-about-philosophy__title {
  display: inline-block;
  font-family: Oswald;
  font-size: 4rem;
  font-weight: 700;
  line-height: 45/40;
  position: relative;
}

.p-about-philosophy__title::before {
  background-color: #000000;
  content: "";
  height: 2px;
  position: absolute;
  right: -75px;
  top: 53%;
  transform: translateY(-50%);
  width: 60px;
}

.p-about-philosophy__text {
  font-size: 1.6rem;
  line-height: 38/16;
  margin-top: 60px;
}

.p-about-philosophy__name {
  font-size: 1.6rem;
  margin-top: 45px;
  text-align: right;
}

.p-about-philosophy__right {
  width: 32.7272727273%;
}

.p-about-philosophy__right img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-about-access {
  margin: 120px auto 0;
  max-width: 1100px;
  width: 76.3888888889vw;
}

.p-about-access__sub-title {
  color: #001E63;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-about-access__title {
  display: inline-block;
  font-family: Oswald;
  font-size: 4rem;
  font-weight: 700;
  line-height: 45/40;
  position: relative;
}

.p-about-access__title::before {
  background-color: #000000;
  content: "";
  height: 2px;
  position: absolute;
  right: -70px;
  top: 57%;
  transform: translateY(-50%);
  width: 60px;
}

.p-about-access__address {
  font-size: 1.6rem;
  margin-top: 27px;
}

.p-about-access__map-wrapper {
  margin-top: 44px;
  padding-top: 36.3636363636%;
  position: relative;
  width: 100%;
}

.p-about-access__map-wrapper iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-about-profile {
  background-color: #F8F8F8;
  margin-top: 120px;
  padding: 72px 170px 120px;
}

.p-about-profile__inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 76.3888888889vw;
}

.p-about-profile__sub-title {
  color: #001E63;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-about-profile__title {
  display: inline-block;
  font-family: Oswald;
  font-size: 4rem;
  font-weight: 700;
  line-height: 45/40;
  position: relative;
}

.p-about-profile__title::before {
  background-color: #000000;
  content: "";
  height: 2px;
  position: absolute;
  right: -80px;
  top: 59%;
  transform: translateY(-50%);
  width: 60px;
}

.p-about-profile__list {
  margin-top: 62px;
}

.p-about-profile__list-row {
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  font-size: 1.6rem;
  padding-bottom: 40px;
}

.p-about-profile__list-row:nth-child(n+2) {
  padding-top: 40px;
}

.p-about-profile__list-row dt {
  width: 170px;
}

.p-about-profile__list-row dd {
  width: calc(100% - 170px);
}

.p-about-swiper {
  height: auto;
  width: 100%;
}

.p-about-swiper .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
  width: 100%;
}

.p-about-swiper .swiper-slide {
  height: auto;
  width: 33.3333333333%;
}

.p-about-swiper .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-404-not-found {
  background-image: url(../img/p-404-not-found.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-top: 250px;
  max-height: 600px;
  padding-bottom: 12.1527777778vw;
  padding-right: 14.1666666667vw;
  padding-top: 12.2222222222vw;
  width: 88.1944444444vw;
}

.p-404-not-found__contents {
  color: #FFFFFF;
  margin-left: auto;
  max-width: 516px;
  width: 32.7559055118vw;
}

.p-404-not-found__title {
  font-family: Oswald;
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4857142857;
}

.p-404-not-found__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 20px;
}

.p-404-not-found__button {
  border: 1px solid #FFFFFF;
  margin-top: 22px;
  text-align: right;
  width: 140px;
}

.p-404-not-found__button a {
  display: block;
  height: 100%;
  padding: 12px 30px 12px 0;
  position: relative;
  width: 100%;
}

.p-404-not-found__button a::before {
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  content: "";
  height: 12px;
  left: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(137deg);
  width: 12px;
}

.p-service-main-visual {
  margin-left: auto;
  margin-top: 233px;
  position: relative;
  width: 88.1944444444vw;
}

.p-service-main-visual__title-wrapper {
  background-color: #FFFFFF;
  left: 0;
  max-width: 500px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-top: 16px;
  position: absolute;
  top: 0;
  width: 36.231884058%;
  z-index: 5;
}

.p-service-main-visual__sub-title {
  font-size: 2rem;
  font-weight: 700;
}

.p-service-main-visual__img {
  height: 100%;
  margin-left: auto;
  margin-top: -93px;
  max-height: 514px;
  overflow: hidden;
  width: 92.0289855072vw;
}

.p-service-main-visual__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-service-concept {
  margin: 62px auto 0;
  max-width: 840px;
  width: 58.3333333333vw;
}

.p-service-concept__buttons {
  display: flex;
  justify-content: space-around;
}

.p-service-concept__button a {
  font-size: 1.6rem;
  padding-right: 20px;
  position: relative;
  transition: all 0.4s ease 0s;
}

.p-service-concept__button a::before {
  border-bottom: 2px solid #001E63;
  border-right: 2px solid #001E63;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

.p-service-concept__heading {
  font-size: 4rem;
  margin-top: 101px;
}

.p-service-concept__sub-heading {
  font-size: 1.6rem;
  margin-top: 45px;
}

.p-service-detail {
  background-color: #F8F8F8;
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
}

.p-service-detail__row {
  display: flex;
}

.p-service-detail__left {
  padding-bottom: 111px;
  padding-left: 50px;
  padding-right: 110px;
  padding-top: 111px;
  width: 46.6666666667%;
}

.p-service-detail__number {
  font-family: Oswald;
  font-size: 4rem;
  font-weight: 700;
  padding-right: 16px;
  position: relative;
}

.p-service-detail__number::before {
  background-color: #000000;
  content: "";
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.p-service-detail__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 22px;
}

.p-service-detail__text {
  font-size: 2.2rem;
  line-height: 2.0909090909;
  margin-top: 22px;
}

.p-service-detail__img {
  width: 53.3333333333%;
}

.p-service-detail__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-service-detail02__img {
  position: absolute;
  right: 0;
  top: -60px;
}

.p-service-detail__feature {
  background-color: #FFFFFF;
  font-family: Oswald;
  font-size: 2.2rem;
  padding: 30px 50px;
  width: 100%;
}

.p-service-detail__feature span {
  font-size: 1.2rem;
  margin-left: 16px;
}

.p-service-detail__feature-text {
  font-size: 1.6rem;
  margin-top: 20px;
}

.p-news-main-visual {
  margin-left: auto;
  margin-top: 233px;
  position: relative;
  width: 88.1944444444vw;
}

.p-news-main-visual__title-wrapper {
  background-color: #FFFFFF;
  left: 0;
  max-width: 500px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-top: 16px;
  position: absolute;
  top: 0;
  width: 36.231884058%;
  z-index: 5;
}

.p-news-main-visual__sub-title {
  font-size: 2rem;
  font-weight: 700;
}

.p-news-main-visual__img {
  height: 100%;
  margin-left: auto;
  margin-top: -93px;
  max-height: 514px;
  overflow: hidden;
  width: 92.0289855072vw;
}

.p-news-main-visual__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-single-news-contents {
  margin-bottom: 120px;
  margin-top: 180px;
}

.p-single-news-contents__inner {
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
}

.p-single-news-contents__row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  width: 100%;
}

.p-single-news-contents__container {
  padding-bottom: 40px;
  padding-left: 42px;
  padding-right: 42px;
  width: calc(100% - 340px);
}

.p-single-news-contents__container h2 {
  background-color: #f8f9f9;
  border-left: 3px solid #001E63;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  margin-top: 40px;
  padding: 8px 0px 10px 10px;
}

.p-single-news-contents__container h3 {
  border-bottom: 3px solid #e4e4e4;
  font-size: 1.8rem;
  margin-top: 40px;
  padding-bottom: 10px;
  padding-left: 14px;
  position: relative;
}

.p-single-news-contents__container h3::before {
  border-bottom: 3px solid #001E63;
  bottom: -3px;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  width: 270px;
}

.p-single-news-contents__container p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 40px;
}

.p-single-news-contents__container ul {
  margin-top: 42px;
}

.p-single-news-contents__container ul li {
  font-size: 1.6rem;
  padding-left: 16px;
  position: relative;
}

.p-single-news-contents__container ul li::before {
  background-color: #001E63;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.p-single-news-contents__cat {
  display: flex;
}

.p-single-news-contents__cat a {
  background-color: #F3F3F3;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 4px 20px;
}

.p-single-news-contents__cat a:not(:first-child) {
  margin-left: 18px;
}

.p-single-news-contents__title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 20px;
}

.p-single-news-contents__thumbnail img {
  width: 100%;
}

.p-single-news-contents__time {
  color: #A9A9A9;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 20px;
}

.p-single-news-contents__pagination {
  border-top: 1px solid #E2E2E2;
  display: flex;
  justify-content: space-around;
  margin-top: 42px;
  padding-top: 40px;
}

.p-single-news-contents__pagination .nav-left,
.p-single-news-contents__pagination .nav-top,
.p-single-news-contents__pagination .nav-right {
  margin-top: 0px;
}

.p-sidebar-new-article ul {
  margin: 0 auto;
  width: 88%;
}

.p-sidebar-new-article li {
  font-size: 1.4rem;
  padding: 18px 0;
}

.p-sidebar-new-article li:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}

.p-sidebar-archive {
  margin-top: 40px;
}

.p-sidebar-archive ul {
  margin: 0 auto;
  width: 88%;
}

.p-sidebar-archive li {
  font-size: 1.4rem;
  padding: 18px 0;
}

.p-sidebar-archive li:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}

.p-sidebar-category {
  margin-top: 40px;
}

.p-sidebar-category ul {
  margin: 0 auto;
  width: 88%;
}

.p-sidebar-category li {
  font-size: 1.4rem;
  padding: 18px 0;
}

.p-sidebar-category li:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}

.p-single-work-contents {
  margin: 60px auto 120px;
  max-width: 100%;
  width: 840px;
}

.p-single-work-contents__inner {
  padding: 0 20px;
}

.p-single-work-contents__inner p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 40px;
}

.p-single-work-contents__cat {
  display: flex;
}

.p-single-work-contents__cat a {
  background-color: #F3F3F3;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 4px 20px;
}

.p-single-work-contents__cat a:not(:first-child) {
  margin-left: 18px;
}

.p-single-work-contents__title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 20px;
}

.p-single-work-contents__time {
  color: #A9A9A9;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 20px;
}

.p-single-work-contents__button {
  border: 1px solid #001E63;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  width: 280px;
}

.p-single-work-contents__button a {
  display: block;
  font-family: Roboto;
  font-size: 1.4rem;
  height: 100%;
  padding: 12px 86px 12px 93px;
  position: relative;
  width: 100%;
}

.p-single-work-contents__button a::before {
  content: "";
}

.p-contact-main-visual {
  margin-left: auto;
  margin-top: 233px;
  position: relative;
  width: 88.1944444444vw;
}

.p-contact-main-visual__title-wrapper {
  background-color: #FFFFFF;
  left: 0;
  max-width: 500px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-top: 16px;
  position: absolute;
  top: 0;
  width: 36.231884058%;
  z-index: 5;
}

.p-contact-main-visual__sub-title {
  font-size: 2rem;
  font-weight: 700;
}

.p-contact-main-visual__img {
  height: 100%;
  margin-left: auto;
  margin-top: -93px;
  max-height: 514px;
  overflow: hidden;
  width: 92.0289855072vw;
}

.p-contact-main-visual__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-contact-form {
  margin: 60px auto 120px;
  width: 44.4444444444%;
}

.p-contact-form_intro {
  font-size: 1.6rem;
  line-height: 2.375;
  margin-bottom: 105px;
}

.p-contact-form__company-name {
  font-size: 1.4rem;
}

.p-contact-form__company-name input {
  border-radius: 4px;
  margin-top: 10px;
  padding: 16px;
}

.p-contact-form__please {
  margin-left: 21px;
}

.p-contact-form__name,
.p-contact-form__number,
.p-contact-form__email,
.p-contact-form__select,
.p-contact-form__textarea {
  font-size: 1.4rem;
  margin-top: 40px;
}

.p-contact-form__name input,
.p-contact-form__name select,
.p-contact-form__name textarea,
.p-contact-form__number input,
.p-contact-form__number select,
.p-contact-form__number textarea,
.p-contact-form__email input,
.p-contact-form__email select,
.p-contact-form__email textarea,
.p-contact-form__select input,
.p-contact-form__select select,
.p-contact-form__select textarea,
.p-contact-form__textarea input,
.p-contact-form__textarea select,
.p-contact-form__textarea textarea {
  border-radius: 4px;
  margin-top: 10px;
  padding: 16px;
}

.p-contact-form__checkbox {
  font-size: 1.4rem;
  margin-top: 40px;
}

.p-contact-form__submit {
  margin: 40px auto 0px;
  width: 71.875%;
}

.p-contact-form__submit input[type=submit] {
  background-color: #011950;
  font-size: 1.4rem;
  padding: 22px;
  width: 100%;
}

.p-work-main-visual {
  margin-left: auto;
  margin-top: 233px;
  position: relative;
  width: 88.1944444444vw;
}

.p-work-main-visual__title-wrapper {
  background-color: #FFFFFF;
  left: 0;
  max-width: 500px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-top: 16px;
  position: absolute;
  top: 0;
  width: 36.231884058%;
  z-index: 5;
}

.p-work-main-visual__sub-title {
  font-size: 2rem;
  font-weight: 700;
}

.p-work-main-visual__img {
  height: 100%;
  margin-left: auto;
  margin-top: -93px;
  max-height: 514px;
  overflow: hidden;
  width: 92.0289855072vw;
}

.p-work-main-visual__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-work-contents__left {
  width: 23.5831809872%;
}

.p-work-contents__right {
  width: 76.4168190128%;
}

.p-work-contents__tab-list {
  padding-left: 20px;
}

.p-work-contents__tab-item:not(:first-child) {
  margin-top: 20px;
}

.p-work-contents__tab-item a {
  position: relative;
}

.p-work-contents__tab-item a.is-active::after {
  background-color: #001E63;
  content: "";
  height: 8px;
  left: -14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.p-work-contents__card-list {
  padding-left: 60px;
}

.p-work-contents__card-list > a {
  display: block;
  height: 100%;
  width: 100%;
}

.p-work-contents__card-item {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 30px;
}

.p-work-contents__card-item:not(first-child) {
  padding-top: 30px;
}

.p-work-contents__meta {
  align-items: center;
  display: flex;
}

.p-work-contents__tag {
  background-color: #F8F8F8;
  margin-left: 32px;
  padding: 5px 18px;
}

.p-work-contents__title {
  font-size: 1.6rem;
  margin-top: 12px;
}

.p-contact-contents {
  margin: 62px auto 120px;
  max-width: 100%;
  width: 640px;
}

.p-contact-contents__lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.375;
}

.p-contact-contents__thanks--en {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.482;
}

.p-contact-contents__thanks--ja {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  margin-top: 20px;
}

.p-contact-contents__thanks-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.375;
  margin-top: 40px;
}

.p-contact-contents__button {
  background-color: #011950;
  border-radius: 4px;
  margin: 40px auto 0;
  text-align: center;
  width: 460px;
}

.p-contact-contents__button a {
  color: #FFFFFF;
  display: block;
  height: 100%;
  padding: 20px 0;
  width: 100%;
}

.p-contact-contents__confirm {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.448125;
}

.p-contact-contents__confirm-block {
  margin-top: 100px;
}

.p-contact-confirm-block__field {
  display: flex;
  font-size: 1.6rem;
}

.p-contact-confirm-block__field:nth-child(n+2) {
  margin-top: 42px;
}

.p-contact-confirm-block__label {
  font-weight: 500;
  width: 192px;
}

.p-contact-confirm-block__label span {
  color: #E20000;
}

.p-contact-confirm-block__data {
  font-weight: 400;
  width: calc(100% - 192px);
}

.form__label label {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.448;
}

.form__required {
  color: #E20000;
}

.form__caution {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 20px;
}

.form__data {
  margin-top: 10px;
}

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

.wpcf7-response-output {
  font-size: 1.6rem;
}

.p-contact-block {
  display: flex;
}

.p-contact-block__left {
  width: 56.9444444444%;
}

.p-contact-block__left img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-contact-block__right {
  background-color: #011950;
  padding: 5.6944444444vw 0px;
  width: 43.0555555556%;
}

.p-contact-block__container {
  margin: 0 auto;
  width: 275px;
}

.p-contact-block__container p {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  text-align: center;
}

.p-contact-block__buttons {
  margin-top: 32px;
}

.p-contact-block__buttons .p-contact-block__button {
  border: 1px solid #FFFFFF;
  display: block;
  font-size: 2.2rem;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease 0s;
}

.p-contact-block__buttons .p-contact-block__button img {
  left: 13%;
  margin-right: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact-block__buttons .p-contact-block__button:hover {
  background-color: #FFFFFF;
  color: #011950;
}

.p-contact-block__buttons .p-contact-block__button:nth-child(2) {
  margin-top: 20px;
}

.p-contact-block__time {
  font-size: 1.4rem;
  margin-top: 20px;
}

.mt120 {
  margin-top: 120px;
}

.u-mt--123 {
  margin-top: 123px;
}

.mt332 {
  margin-top: 332px;
}

.u-mb--120 {
  margin-bottom: 120px;
}

.mb332 {
  margin-bottom: 332px;
}

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

@media (min-width: 0px) and (max-width: 1280px) {
  .header__nav nav {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .c-drawer__icon {
    display: block;
  }
}
@media (max-width: 767px) {
  .header__left {
    height: 80px;
    width: 28.8%;
  }
  .footer__left {
    margin-top: 20px;
  }
  .footer__left-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__logo {
    width: 44%;
  }
  .footer__SNS {
    margin-left: 0px;
    margin-top: 20px;
  }
  .l-footer__inner {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 0 50px;
  }
  .l-top-about__inner {
    max-width: 100%;
  }
  .l-top-service {
    margin-top: 60px;
  }
  .l-top-service__inner {
    margin-left: auto;
    width: 94.6666666667vw;
  }
  .l-top-work {
    padding-top: 60px;
  }
  .l-top-work__inner {
    width: 94.6666666667%;
  }
  .l-top-news {
    padding-bottom: 72px;
    padding-top: 80px;
  }
  .l-top-news__inner {
    width: 84%;
  }
  .l-archive-work__inner {
    flex-direction: column;
  }
  .c-common-title {
    font-size: 3.8rem;
    line-height: 1;
  }
  .p-main-visual__swiper {
    height: 135.2112676056vw;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .p-main-visual__swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-main-visual__title {
    height: 100%;
    position: static;
    transform: translateY(0);
    writing-mode: horizontal-tb;
  }
  .p-main-visual__sub-title {
    margin: 0 auto;
    position: static;
    width: calc(100% - 40px);
  }
  .p-about-block {
    flex-direction: column;
  }
  .p-about-block__left {
    width: 100%;
  }
  .p-about-block__right {
    margin-top: 30px;
    width: 100%;
  }
  .p-about-block__container {
    position: static;
    right: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
  .p-service-block {
    height: 100%;
  }
  .p-service-block__list {
    flex-direction: column;
  }
  .p-service-block__list:hover .p-service-block__item:not(:hover) {
    opacity: 1;
  }
  .p-service-block__item {
    color: #000000;
    text-align: left;
    width: 100%;
  }
  .p-service-block__title-wrapper {
    color: #FFFFFF;
    padding: 14.66666vw 0;
    padding-left: 30px;
  }
  .p-service-block__content {
    font-size: 2rem;
    margin-top: 12px;
  }
  .p-service-block__link {
    border: 1px solid #011950;
    margin-bottom: 12px;
    margin-right: 0;
    margin-top: 12px;
    width: 124px;
  }
  .p-service-block__link a::before {
    border-bottom: 1px solid #011950;
    border-right: 1px solid #011950;
  }
  .p-work-block {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .p-work-block__left {
    width: 40.6779661017%;
  }
  .p-work-block__right {
    width: 53.2203389831%;
  }
  .p-work-block__title {
    font-size: 3.7333333333vw;
    margin-top: 12px;
  }
  .p-work-block__text {
    margin-top: 0px;
  }
  .p-work-block__text p {
    display: none;
  }
  .p-work-block__time {
    margin-top: 10px;
  }
  .p-news-block {
    flex-direction: column;
  }
  .p-news-block__left {
    border-right: none;
    width: 100%;
  }
  .p-news-block__tab-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .p-news-block__tab-item:not(:first-child) {
    margin-top: 0px;
  }
  .p-news-block__tab-item {
    width: 50%;
  }
  .p-news-block__tab-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-news-block__right {
    padding-left: 0px;
    width: 100%;
  }
  .p-news-block__card-list {
    margin-top: 30px;
  }
  .p-news-block__card-cat {
    padding: 5px;
  }
  .p-single-news-contents__row {
    flex-direction: column;
  }
  .p-work-contents__left {
    width: 100%;
  }
  .p-work-contents__right {
    width: 100%;
  }
  .p-work-contents__tab-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .p-work-contents__tab-item:not(:first-child) {
    margin-top: 0px;
  }
  .p-work-contents__tab-item {
    width: 50%;
  }
  .p-work-contents__tab-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-work-contents__card-list {
    padding-left: 0px;
  }
  .p-contact-block {
    flex-direction: column-reverse;
  }
  .p-contact-block__left {
    width: 100%;
  }
  .p-contact-block__right {
    padding: 80px 0;
    width: 100%;
  }
  .p-contact-block__container {
    margin: 0 auto;
    width: 60.5333%;
  }
  .p-contact-block__container p {
    text-align: center;
  }
  .p-contact-block__buttons .p-contact-block__button {
    font-size: 1.4rem;
  }
  .p-contact-block__time {
    text-align: center;
  }
}
@keyframes scale1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}