@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*------------------
color
-------------------*/
/*------------------
font-family
-------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #131313;
}

body.no_scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .br_sp {
    display: block;
  }
}

.bg_white {
  background-color: #ffffff;
}

.bg_blue {
  background-color: #181c61;
}

.swiper {
  width: 100%;
  max-width: 1200px;
  padding: 0 0 40px;
}

.l-header__burgerBtn.cross .bar_top {
  transform: rotate(45deg) translate(8px, 8px);
  transition: 0.3s;
}

.l-header__burgerBtn.cross .bar_mid {
  opacity: 0;
  transition: 0.3s;
}

.l-header__burgerBtn.cross .bar_bottom {
  transform: rotate(-45deg) translate(8px, -8px);
  transition: 0.3s;
}

.l-header__burgerBtn .bar {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  transition: 0.3s;
}

.bar_top,
.bar_mid {
  margin-bottom: 8px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------
color
-------------------*/
/*------------------
font-family
-------------------*/
.l-header.scrolled {
  background: #ffffff; /* スクロール時に白背景 */
  color: #000000; /* スクロール時に文字黒 */
}

.l-header.scrolled .l-header__listItem a {
  color: #000; /* リストアイテムも黒 */
}

.l-header__burgerBtn .bar.scrolled {
  background-color: #131313;
}

.l-main__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4vw;
}
.l-header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color 0.3s, color 0.3s;
}
.l-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .l-header__nav {
    padding: 0 4vw;
  }
}
.l-header__img {
  display: block;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 599px) {
  .l-header__img {
    width: 50px;
    height: 50px;
  }
}
.l-header__list {
  display: flex;
}
@media screen and (max-width: 599px) {
  .l-header__list {
    display: none;
  }
}
.l-header__listItem {
  font-size: 2rem;
}
.l-header__listItem a {
  color: #ffffff;
}
.l-header__listItem:not(:last-child) {
  padding-right: 60px;
}
.l-header__burger {
  width: 100%;
  height: 100vh;
  background-color: #181c61;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  display: none;
}
.l-header__burgerList {
  text-align: center;
  padding-top: 50%;
}
.l-header__burgerBtn {
  display: none;
}
@media screen and (max-width: 599px) {
  .l-header__burgerBtn {
    display: block;
    z-index: 9999;
  }
}
.l-header__burgerItem {
  font-size: 3.5rem;
}
.l-header__burgerItem:not(:last-child) {
  margin-bottom: 35px;
}
.l-header__burgerItem a {
  color: #ffffff;
}
.l-footer {
  background-color: #d1d2df;
  padding: 73px 0 0;
}
@media screen and (max-width: 599px) {
  .l-footer {
    padding: 16px 0 0;
  }
}
.l-footer__box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 65px;
}
@media screen and (max-width: 599px) {
  .l-footer__box {
    align-items: center;
    padding-bottom: 16px;
  }
}
.l-footer__boxRight {
  display: flex;
}
@media screen and (max-width: 599px) {
  .l-footer__boxRight {
    flex-direction: column;
  }
}
.l-footer__boxImg {
  width: 120px;
  height: 120px;
  margin-right: 90px;
}
@media screen and (max-width: 599px) {
  .l-footer__boxImg {
    width: 87px;
    height: 87px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.l-footer__boxImg img {
  display: block;
  width: 100%;
}
.l-footer__boxTitle {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .l-footer__boxTitle {
    font-size: 1.8rem;
  }
}
.l-footer__boxCopy {
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .l-footer__boxCopy {
    font-size: 1.4rem;
  }
}
.l-footer__boxList {
  display: flex;
}
@media screen and (max-width: 599px) {
  .l-footer__boxList {
    flex-direction: column;
  }
}
.l-footer__boxItem:not(:last-child) {
  margin-right: 39px;
}
@media screen and (max-width: 599px) {
  .l-footer__boxItem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.l-footer__boxItem a {
  display: block;
  color: #131313;
}
@media screen and (max-width: 599px) {
  .l-footer__boxItem a {
    font-size: 1.8rem;
    text-align: right;
  }
}
.l-footer__copywrite {
  color: #ffffff;
  text-align: center;
  background-color: #181c61;
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  .l-footer__copywrite {
    font-size: 1.4rem;
    padding: 18.5px 0;
  }
}

/*------------------
color
-------------------*/
/*------------------
font-family
-------------------*/
.c-title01 {
  font-size: 4.5rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .c-title01 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
}
.c-title01 span {
  font-size: 1.4rem;
  font-weight: 700;
}
.c-title01__img {
  display: block;
  width: 300px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 599px) {
  .c-title01__img {
    width: 222px;
    margin: 0 auto 60px;
  }
}
.c-copy__center {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .c-copy__center {
    font-size: 1.4rem;
  }
}
.c-btn01__arrow {
  position: relative;
  display: block;
  font-size: 1.8rem;
  width: 125px;
  margin: 75px auto 0;
  padding: 16px 32px;
  color: #ffffff;
  background-color: #181c61;
}
@media screen and (max-width: 599px) {
  .c-btn01__arrow {
    margin: 45px auto 0;
  }
}
.c-btn01__arrow::after {
  display: block;
  content: "";
  background-image: url(img/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.c-table01 {
  max-width: 853px;
  margin: 0 auto;
}
.c-table01 tr {
  border-bottom: 1px solid #181c61;
}
@media screen and (max-width: 599px) {
  .c-table01 tr {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
}
.c-table01 th,
.c-table01 td {
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 21.5px 0;
}
@media screen and (max-width: 599px) {
  .c-table01 th,
.c-table01 td {
    padding: 0;
  }
}
.c-table01 th {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .c-table01 th {
    font-size: 1.6rem;
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .c-table01 td {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
}

.col1 {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .col1 {
    width: 100%;
  }
}

.col2 {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .col2 {
    width: 100%;
  }
}

/*------------------
color
-------------------*/
/*------------------
font-family
-------------------*/
.p-top__fv {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 599px) {
  .p-top__fv {
    height: auto;
  }
}
.p-top__fv video {
  display: block;
  width: 100%;
  pointer-events: none;
}
.p-top__about {
  margin: 150px 0 90px;
  padding: 90px 0;
  border: 1px solid #181c61;
}
@media screen and (max-width: 599px) {
  .p-top__about {
    margin: 80px 0 70px;
    padding: 55px 0;
  }
}
.p-top__service {
  margin-bottom: 90px;
  padding: 90px 0;
  border: 1px solid #181c61;
}
@media screen and (max-width: 599px) {
  .p-top__service {
    margin-bottom: 70px;
    padding: 55px 0;
  }
}
.p-top__serviceContent {
  padding: 0 72.5px;
}
@media screen and (max-width: 599px) {
  .p-top__serviceContent {
    padding: 0 15px;
  }
}
.p-top__serviceItem {
  display: flex;
  justify-content: space-between;
}
.p-top__serviceItem:not(:last-child) {
  margin-bottom: 66px;
}
@media screen and (max-width: 599px) {
  .p-top__serviceItem:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__serviceItem {
    flex-direction: column-reverse;
  }
}
.p-top__serviceItemReverse {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}
@media screen and (max-width: 599px) {
  .p-top__serviceItemReverse {
    flex-direction: column !important;
    margin-bottom: 40px;
  }
}
.p-top__serviceText {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .p-top__serviceText {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-top__serviceTitle {
  font-size: 3rem;
  font-weight: 400;
  color: #181c61;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-top__serviceTitle {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
.p-top__serviceCopy {
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .p-top__serviceCopy {
    font-size: 1.4rem;
  }
}
.p-top__serviceImg {
  width: 45%;
}
@media screen and (max-width: 599px) {
  .p-top__serviceImg {
    width: 100%;
    margin-bottom: 12px;
  }
}
.p-top__serviceImg img {
  display: block;
  width: 100%;
}
.p-top__works {
  margin-bottom: 90px;
  padding: 90px 0;
  border: 1px solid #181c61;
}
@media screen and (max-width: 599px) {
  .p-top__works {
    margin-bottom: 70px;
    padding: 55px 0;
  }
}
.p-top__worksPadding {
  padding: 0 71px;
  margin-bottom: 75px;
}
@media screen and (max-width: 599px) {
  .p-top__worksPadding {
    padding: 0 15px;
  }
}
.p-top__worksItem {
  text-align: center;
}
.p-top__worksLink {
  display: block;
}
.p-top__worksLink img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__contact {
  margin: 0 0 90px;
  padding: 90px 0;
  border: 1px solid #181c61;
}
@media screen and (max-width: 599px) {
  .p-top__contact {
    padding: 55px 0;
    margin: 0 0 70px;
  }
}

/*------------------
color
-------------------*/
/*------------------
font-family
-------------------*/
.p-about__outline {
  margin: 0px 0 90px;
  padding: 90px 0;
  border: 1px solid #181c61;
}
@media screen and (max-width: 599px) {
  .p-about__outline {
    margin: 80px 0 70px;
    padding: 55px 0;
  }
}

/*------------------
color
-------------------*/
/*------------------
font-family
-------------------*/
.p-works {
  margin: 150px 0 90px;
  padding: 90px 0;
  border: 1px solid #181c61;
}
@media screen and (max-width: 599px) {
  .p-works {
    margin: 80px 0 70px;
    padding: 55px 0;
  }
}
.p-works__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 65px;
  padding: 0 71px;
}
@media screen and (max-width: 599px) {
  .p-works__content {
    padding: 0 16px;
  }
}
.p-works__content::after {
  content: "";
  display: block;
  width: 32%;
}
.p-works__contentItem {
  width: 32%;
}
@media screen and (max-width: 599px) {
  .p-works__contentItem {
    width: 48%;
  }
}
.p-works__contentImg {
  display: block;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .p-works__contentImg {
    height: 100px;
  }
}
.p-works__contentTitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #131313;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .p-works__contentTitle {
    font-size: 1.6rem;
  }
}

/*------------------
color
-------------------*/
/*------------------
font-family
-------------------*/
.p-single {
  margin: 150px 0 90px;
  padding: 90px 0;
  border: 1px solid #181c61;
}
@media screen and (max-width: 599px) {
  .p-single {
    margin: 80px 0 70px;
    padding: 55px 0;
  }
}
.p-single__item {
  padding: 0 170px;
}
@media screen and (max-width: 599px) {
  .p-single__item {
    padding: 0 16px;
  }
}
.p-single__title {
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 599px) {
  .p-single__title {
    font-size: 2.5rem;
    margin-bottom: 45px;
    line-height: 1.5;
  }
}
.p-single__copy {
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-single__copy {
    margin-top: 45px;
    font-size: 1.4rem;
  }
}
.p-single__content {
  margin-top: 75px;
}
@media screen and (max-width: 599px) {
  .p-single__content {
    margin-top: 45px;
  }
}
.p-single__text {
  display: flex;
}
.p-single__text:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .p-single__text:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p-single__text {
    flex-direction: column;
  }
}
.p-single__text p {
  width: 110px;
  font-size: 1.8rem;
  margin-right: 50px;
}
@media screen and (max-width: 599px) {
  .p-single__text p {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.p-single__text div {
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .p-single__text div {
    font-size: 1.4rem;
  }
}

/*------------------
color
-------------------*/
/*------------------
font-family
-------------------*/
.p-contact {
  margin: 150px 0 90px;
  padding: 90px 0;
  border: 1px solid #181c61;
}
@media screen and (max-width: 599px) {
  .p-contact {
    margin: 80px 0 70px;
    padding: 55px 0;
  }
}
.p-contact__item {
  padding: 0 71px;
}
@media screen and (max-width: 599px) {
  .p-contact__item {
    padding: 0 15px;
  }
}
.p-contact__box {
  display: flex;
  border: 2px solid #181c61;
  margin-bottom: 78px;
}
.p-contact__text {
  width: 33%;
  text-align: center;
  color: #181c61;
  padding: 13px 0;
}
.p-contact__text:not(:last-of-type) {
  border-right: 2px solid #181c61;
}
.p-contact__text.bg_blue {
  background-color: #181c61;
  color: #ffffff;
}
.p-contact__form {
  width: 85%;
  margin: 65px auto;
}
.p-contact__formItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 599px) {
  .p-contact__formItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.p-contact__formItem label {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-contact__formItem input {
  max-width: 550px;
  width: 100%;
  padding: 14px;
}
@media screen and (max-width: 599px) {
  .p-contact__formItem input {
    width: 90%;
  }
}
.p-contact__formArea {
  display: flex;
  flex-direction: column;
}
.p-contact__formArea label {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-contact__formArea textarea {
  padding: 14px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-contact__formArea textarea {
    width: 90%;
  }
}
.p-contact__formSpan {
  font-size: 1.8rem;
  font-weight: 700;
  color: #b1393b;
  padding-left: 35px;
}
.p-contact__formSubmit {
  position: relative;
  display: block;
  font-size: 1.8rem;
  width: 125px;
  margin: 75px auto 0;
  padding: 16px 32px;
  color: #ffffff;
  border: none;
  background-color: #181c61;
  cursor: pointer;
  transition: 0.5s;
}
.p-contact__formSubmit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .p-contact__formSubmit {
    margin: 45px auto 0;
  }
}
.p-contact__formBack {
  position: relative;
  display: block;
  font-size: 1.8rem;
  width: 125px;
  margin: 75px auto 0;
  padding: 16px 32px;
  color: #ffffff;
  border: none;
  background-color: #a7aaad;
  cursor: pointer;
  transition: 0.5s;
}
.p-contact__formBack:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .p-contact__formBack {
    margin: 45px auto 0;
  }
}
.p-contact__formBox {
  display: flex;
  justify-content: space-evenly;
}
.p-contact__thanks {
  width: 80%;
  margin: 0 auto;
}
.p-contact__thanksTitle {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
.p-contact__thanksCopy {
  font-size: 1.6rem;
  line-height: 1.3;
}
/*# sourceMappingURL=style.css.map */