@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  margin: 0;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
  margin-inline: auto;
  width: 100%;
}
body.bg-fixed {
  overflow: hidden;
}

main {
  display: block;
}
main a {
  color: #000000;
}

p,
table,
figure,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

svg,
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .project .mainContents {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .project .mainContents {
    padding-top: 12rem;
  }
}
.project .kv {
  background-image: url("../img/kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .project .kv {
    background-image: url("../img/sp/kv.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
  }
}
.project .kv__container {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .project .kv__container {
    width: 124rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .project .kv__container {
    width: 100%;
  }
}
.project .kv__title {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .project .kv__title {
    padding: 3.5rem 0 5.3rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .project .kv__title {
    padding: 5rem 0 4rem;
    font-size: 3.4rem;
    text-align: center;
  }
}
.project .kv__title span {
  display: block;
}
@media screen and (min-width: 769px) {
  .project .kv__title span {
    padding-top: 1rem;
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .project .kv__title span {
    padding-top: 3rem;
    font-size: 3.8rem;
    line-height: 5.7rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_contents {
    margin: 8.2rem auto 0;
    padding: 0 2rem;
    max-width: 124rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_contents {
    margin-top: 10rem;
    padding: 0 4rem;
  }
}
.project .project_content {
  position: relative;
  border: 1px solid #013a64;
}
@media screen and (min-width: 769px) {
  .project .project_content:not(:first-of-type) {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_content:not(:first-of-type) {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_content:last-of-type .project_title {
    padding: 2.8rem 0 2.8rem 20.9rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_content:last-of-type .project_head {
    padding: 2.1rem 0 2.1rem 18.9rem;
  }
}
.project .project_title {
  display: block;
  background-color: #0f4377;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .project .project_title {
    padding: 2.8rem 0 2.8rem 19rem;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_title {
    padding: 2.5rem 0;
    font-size: 3.8rem;
    text-align: center;
  }
}
.project .project_head {
  font-weight: 600;
  border-bottom: 1px solid #013a64;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .project .project_head {
    padding: 2.1rem 0 2.1rem 21.8rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_head {
    padding: 1.5rem 0;
    font-size: 3.2rem;
    text-align: center;
  }
}
.project .project_text {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .project .project_text {
    padding: 3rem 0 0 6rem;
    font-size: 3.2rem;
    line-height: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_text {
    padding-top: 3.5rem;
    font-size: 3.2rem;
    line-height: 4.4rem;
    text-align: center;
  }
}
.project .img_project01 {
  display: block;
}
@media screen and (min-width: 769px) {
  .project .img_project01 {
    position: absolute;
    width: 53rem;
    top: 2.5rem;
    right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .project .img_project01 {
    padding: 4rem 5rem 0;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.6rem;
    padding: 6rem 0 4.2rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail01 {
    padding: 4rem 5rem 4.3rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail01 dl {
    width: 56.6rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail01 dl {
    width: 56.6rem;
  }
}
.project .project_detail01 dl dt {
  font-weight: 600;
  color: #003c69;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .project .project_detail01 dl dt {
    padding: 0.7rem 0;
    font-size: 2.1rem;
    border-top: 1px solid #003c69;
    border-bottom: 1px solid #003c69;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail01 dl dt {
    padding: 0.5rem 0;
    font-size: 2.4rem;
    border-top: 2px solid #003c69;
    border-bottom: 2px solid #003c69;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail01 dl dd {
    padding-top: 2.2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail01 dl dd {
    padding-top: 2.5rem;
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail01 dl dd span {
    position: relative;
    top: -0.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail01 dl dd span {
    position: relative;
    top: -0.7rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail01 dl dd:not(:last-of-type) {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail01 dl dd:not(:last-of-type) {
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.6rem;
    padding: 11.4rem 0 4.2rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail02 {
    padding: 4rem 5rem 4.3rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail02 dl {
    width: 56.6rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail02 dl {
    width: 56.6rem;
  }
}
.project .project_detail02 dl dt {
  font-weight: 600;
  color: #003c69;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .project .project_detail02 dl dt {
    padding: 0.7rem 0;
    font-size: 2.1rem;
    border-top: 1px solid #003c69;
    border-bottom: 1px solid #003c69;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail02 dl dt {
    padding: 0.5rem 0;
    font-size: 2.4rem;
    border-top: 2px solid #003c69;
    border-bottom: 2px solid #003c69;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail02 dl dd {
    padding-top: 2.2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail02 dl dd {
    padding-top: 2.5rem;
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail02 dl dd span {
    position: relative;
    top: -0.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail02 dl dd span {
    position: relative;
    top: -0.7rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail02 dl dd:not(:last-of-type) {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail02 dl dd:not(:last-of-type) {
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.6rem;
    padding: 6rem 0 9.7rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail03 {
    padding: 4rem 5rem 4.3rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail03 dl {
    width: 56.6rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail03 dl {
    width: 56.6rem;
  }
}
.project .project_detail03 dl dt {
  font-weight: 600;
  color: #003c69;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .project .project_detail03 dl dt {
    padding: 0.7rem 0;
    font-size: 2.1rem;
    border-top: 1px solid #003c69;
    border-bottom: 1px solid #003c69;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail03 dl dt {
    padding: 0.5rem 0;
    font-size: 2.4rem;
    border-top: 2px solid #003c69;
    border-bottom: 2px solid #003c69;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail03 dl dd {
    padding-top: 2.2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail03 dl dd {
    padding-top: 2.5rem;
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .project .project_detail03 dl dd:not(:last-of-type) {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .project .project_detail03 dl dd:not(:last-of-type) {
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .project .img_project02 {
    width: 36.2rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (max-width: 768px) {
  .project .img_project02 {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .project .contact {
    margin: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .project .contact {
    margin: 9.8rem 0 17.5rem;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .project .contact .contact_box {
    width: 95rem;
    margin: 0 auto;
    padding: 2.5rem 0 1.8rem;
    border: 1px solid #00b9ec;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .project .contact .contact_box {
    width: 100%;
    margin: 0 auto;
    padding: 5.5rem 4.5rem;
    border: 1px solid #00b9ec;
    border-radius: 10px;
  }
}
.project .contact_lead {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .project .contact_lead {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .project .contact_lead {
    font-size: 3.2rem;
    line-height: 5.1rem;
  }
}
@media screen and (min-width: 769px) {
  .project .contact_items {
    padding-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .project .contact_items {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}
.project .contact_btn02 {
  position: relative;
  display: block;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.project .contact_btn02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .project .contact_btn02::before {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .project .contact_btn02:hover::before {
    right: 0;
  }
}
.project .contact_btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow.png) center/100% no-repeat;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .project .contact_btn02::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 2.7rem;
    -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .project .contact_btn02::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  .project .contact_btn02:hover::after {
    background-image: url(../img/arrow_on.png);
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
.project .contact_btn02 span {
  position: relative;
  z-index: 20;
}
.contact_btn02:hover .project .contact_btn02 span {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 769px) {
  .project .contact_btn02 {
    width: 38rem;
    height: 5.2rem;
    border-radius: 26px;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .project .contact_btn02 {
    width: 57rem;
    border-radius: 26px;
    padding: 1.5rem 0;
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .project .contact_text {
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .project .contact_text {
    padding-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.project .contact_tel {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .project .contact_tel {
    font-size: 3.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .project .contact_tel {
    font-size: 5.6rem;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .project .contact_time {
    padding-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .project .contact_time {
    padding-top: 2.5rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    text-align: center;
  }
}

.project_anchorlink {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .project_anchorlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10rem;
    padding-bottom: 8.2rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .project_anchorlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
    padding-bottom: 10rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .project_anchorlink a:hover {
    color: var(--primary);
  }
}