@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");


/* ================================
   detail-btn
   ================================ */
a.detail-btn {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
}
a.detail-btn:before {
  position: absolute;
  content: ">";
  right: 5%;
}
@media (min-width: 769px) {
  a.detail-btn {
    width: 200px;
    font-size: 16px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  a.detail-btn {
    font-size: 5vw;
    line-height: 10.9375vw;
  }
}


/* ================================
   fv
   ================================ */
.fv {
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.fv video {
  width: 100%;
  height: auto;
  z-index: -100;
  background-size: cover;
}
.fv .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shadow.png);
}
@media (min-width: 769px) {
  .fv {
    position: relative;
  }
  .fv:after {
    position: absolute;
    content: url(../images/scroll-icn.png);
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
  }
  @-webkit-keyframes sdb {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); opacity: 0; }
    50%  { opacity: 1; }
    100% { -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 0; }
  }
  @keyframes sdb {
    0%   { -webkit-transform: translateY(0); transform: translateY(0); opacity: 0; }
    50%  { opacity: 1; }
    100% { -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 0; }
  }
}


/* ================================
   fv-main
   ================================ */
.fv-main {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
.fv-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fv-text {
  position: absolute;
  top: 40%;
  left: 3%;
  transform: translateY(-50%);
  max-width: 730px;
  color: #000000;
  text-align: left;
  z-index: 2;
}
.fv-text h1 {
  font-size: 58px;
  line-height: 1.3;
  text-shadow: 0 4px 12px rgba(255, 255, 255, 0.6);
}
.fv-text h2 {
  font-size: 16px;
  line-height: 1.3;
  text-shadow: 0 4px 12px rgba(255, 255, 255, 0.6);
}
.fv-sub-text {
  position: absolute;
  top: 140%;
  left: 3%;
  transform: translateY(-50%);
  max-width: 730px;
  color: #000000;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv-main img {
    min-height: 60vh;
    object-fit: cover;
  }
  .fv-text {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 720px;
  }
  .fv-text h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}


/* ================================
   fv-slider
   ================================ */
.fv-slider {
  width: 100%;
  padding: 0 40px 40px;
  box-sizing: border-box;
}
#testmemoria {
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}
.test-carousel {
  width: 100%;
}
.owl-stage-outer {
  overflow: visible;
}
.test-carousel .owl-stage {
  display: flex;
}
.test-carousel .owl-item {
  flex-shrink: 0;
}
.test-item {
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.test-item h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 14px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.test-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 6px;
  text-align: center;
  max-width: 80%;
}
.owl-nav {
  display: none !important;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.owl-prev,
.owl-next {
  pointer-events: auto;
  position: absolute;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.owl-prev { left: -30px; }
.owl-next { right: -30px; }
.owl-prev-btn,
.owl-next-btn {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #testmemoria {
    min-height: auto;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .test-carousel .test-item {
    height: 220px;
  }
}


/* ================================
   news
   ================================ */
.news { 
  background: #ffffff; text-align: center; 
}
.news .infomation { 
  text-align: left; background: #fff; 
}
.news .infomation p {
  margin-bottom: 1rem; 
}
.news .infomation p:before { 
  content: "◆"; 
  color: #1049a0; 
  margin-right: 1rem; 
}
.news .infomation .flexbox a { 
  color: #0000ff; 
  text-decoration: underline; 
  font-size: 16px; 
}
.news .infomation ul li .flexbox { 
  justify-content: flex-start; 
}
.news .infomation ul li span.txt { 
  line-height: 1.4; 
}
.news .infomation ul li span.txt a { 
  color: #0000ff; 
  text-decoration: underline; 
}
.news .infomation ul li span.txt a:visited { 
  color: #800080; 
}
.news .contact p { 
  color: #fff; 
}
.news .contact a.detail-btn { 
  color: #fff; 
  background: #1049a0; 
  border: 1px solid #fff; 
}
.news .attestation { 
  background: #fff; 
}

@media (min-width: 769px) {
  .news { 
    padding: 50px 0; 
  }
  .news .post-list article .post-date { 
    flex-basis: 160px; 
  }
  .news .post-list article .post-title { 
    flex-basis: 600px; 
  }
  .news .infomation { 
    padding: 30px 25px; 
    margin-bottom: 20px; 
  }
  .news .infomation p { 
    font-size: 24px; 
  }
  .news .infomation .flexbox a { 
    font-size: 16px; 
  }
  .news .infomation ul { 
    height: auto; 
    max-height: 250px; 
    overflow-y: scroll; 
    padding-top: 25px; 
  }
  .news .infomation ul li { 
    margin-bottom: 25px; 
  }
  .news .infomation ul li span { 
    font-size: 18px; 
  }
  .news .infomation ul li span.date { 
    margin-right: 10%; 
  }
  .news .contact { 
    width: 49%; 
    padding: 50px 0; 
    background: url("../images2/contact-bg_sp.png") no-repeat center / cover; 
  }
  .news .contact p { font-size: 32px; margin-bottom: 30px; }
  .news .attestation { width: 49%; padding: 20px 0 0; }
  .news .attestation img { width: 60%; }
}
@media screen and (max-width: 768px) {
  .news { padding: 7.5vw 0; margin-top: 0 !important; }
  .news .infomation { padding: 6.25vw 3.125vw; margin-bottom: 3.03125vw; }
  .news .infomation p { font-size: 5.3125vw; }
  .news .infomation .flexbox a { font-size: 3.125vw; }
  .news .infomation ul { 
    height: auto; 
    max-height: 54.6875vw; 
    overflow-y: scroll; 
    padding-top: 3.90625vw; 
  }
  .news .infomation ul li { 
    margin-bottom: 3.90625vw; 
  }
  .news .infomation ul li span { 
    font-size: 2.8125vw; 
  }
  .news .infomation ul li span.date { 
    margin-right: 10%; 
  }
  .news .contact-container { 
    flex-direction: column; 
  }
  .news .contact { 
    padding: 14.0625vw 0 6.25vw; 
    background: url("../images2/contact-bg_sp.png"); 
    margin-bottom: 7.03125vw; 
  }
  .news .contact p {
    font-size: 5vw; 
    margin-bottom: 14.0625vw; 
  }
  .news .contact a.detail-btn { 
    margin: 0 6.25vw; 
  }
  .news .attestation { 
    padding: 3.125vw 0; 
  }
  .news .attestation img { 
    width: 80%; 
  }
}


/* ================================
   Well-section
   ================================ */
.Well-section {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 70px 0;
  overflow: visible;
  background: url("../images2/lead-bg1_pc.png"), url("../images2/lead-bg2_pc.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  background-position: right center, left center;
}
.Well-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
}
.Well-diamond-tl {
  position: absolute;
  top: -80px;
  left: -40px;
  width: 2%;
  z-index: 1;
  pointer-events: none;
}
.Well-diamond-br {
  position: absolute;
  bottom: -100px;
  right: -60px;
  width: 30%;
  z-index: 1;
  pointer-events: none;
}
.Well-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-left: 22%;
}
.Well-content h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  margin-bottom: 28px;
}
.Well-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 8px;
  white-space: nowrap;
  margin-left: 20px;
}
.Well-content p.gap { margin-top: 16px; }
.Well-btn-wrap {
  text-align: center;
  margin-top: 36px;
  width: 100%;
}
.Well-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background-color: #1a4f8a;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.Well-btn::after { 
  content: '›'; 
  font-size: 20px; 
}
.Well-btn:hover { 
  background-color: #153e6e; 
}

@media (max-width: 768px) {
  .Well-section { 
    padding: 60px 24px; min-height: 500px; 
  }
  .Well-content h2 {
    font-size: 30px; 
  }
  .Well-content p { 
    font-size: 14px; 
    white-space: normal; 
    margin-left: 0; 
  }
  .Well-btn-wrap { 
    margin-left: 0; 
  }
}


/* ================================
   lead
   ================================ */
.lead {
  text-align: center;
}
.lead h3 {
  font-weight: normal;
}
.lead p {
  text-align: left;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .lead {
    padding: 70px 0;
    background: url("../images2/lead-bg1_pc.png"), url("../images2/lead-bg2_pc.png");
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, auto 100%;
    background-position: right center, left center;
  }
  .lead h2 { font-size: 50px; margin-bottom: 20px; }
  .lead h3 { font-size: 22px; margin-bottom: 30px; }
  .lead img { margin-bottom: 20px; }
  .lead p { text-align: center; font-size: 16px; }
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 7.5vw 0;
    background: url("../images2/lead-bg_sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .lead h2 { 
    font-size: 7.8125vw; 
    margin-bottom: 3.90625vw; 
  }
  .lead h3 { 
    font-size: 4.0625vw; 
    margin-bottom: 6.25vw; 
  }
  .lead img { 
    width: 70%; 
    margin-bottom: 3.125vw; 
  }
  .lead p { 
    font-size: 3.4375vw; 
  }
}


/* ================================
   works
   ================================ */
.works { 
  text-align: center; 
}
.works h2 { 
  color: #fff; 
}
.works h3 { 
  font-weight: normal; 
  color: #fff; 
}
.works .works-container { 
  background: #fff; 
}
.works .works-container dl { 
  text-align: left; 
  position: relative; 
}
.works .works-container dl:after {
  position: absolute;
  color: #b1bbd1;
  font-family: "Roboto Condensed", sans-serif;
  z-index: 1;
  opacity: 0.6;
}
.works .works-container dl .works-ttl { 
  position: relative; 
  z-index: 2; 
  font-weight: bold; 
}
.works .works-container dl .works-ttl:before { 
  display: inline-block; 
  content: ""; margin-right: 
  1rem; vertical-align: sub; 
}
.works .works-container dl .works-txt { 
  text-align: left; 
  line-height: 1.8; 
}
.works .works-container dl .works-btn a.detail-btn { 
  color: #fff; 
  background: #323232; 
}
.works .works-container.works1 dl:after { 
  content: "01"; 
}
.works .works-container.works1 dl .works-ttl::before { 
  background: url(../images2/ico1.png); 
  background-size: contain; 
  background-repeat: no-repeat; 
}
.works .works-container.works2 dl:after { 
  content: "02"; 
}
.works .works-container.works2 dl .works-ttl::before { 
  background: url(../images2/ico2.png); 
  background-size: contain; 
  background-repeat: no-repeat; 
}
.works .works-container.works3 dl:after { 
  content: "03"; 
}
.works .works-container.works3 dl .works-ttl::before { 
  background: url(../images2/ico3.png); 
  background-size: contain; 
  background-repeat: no-repeat; 
}
@media (min-width: 769px) {
  .works {
    background: url(../images2/works-bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 70px 0;
    margin-bottom: 80px;
  }
  .works h2 { 
    font-size: 50px; 
    margin-bottom: 20px; 
  }
  .works h3 { 
    font-size: 22px; 
    margin-bottom: 30px; 
  }
  .works .works-container { 
    height: 520px; 
    width: 100%; 
    margin-bottom: 60px; 
    position: relative; 
    background: none; 
  }
  .works .works-container:last-of-type { 
    margin-bottom: 0; 
  }
  .works .works-container .works-img { 
    position: absolute; 
    display: block; 
    top: 0; 
  }
  .works .works-container dl { 
    padding: 65px 40px 0; 
    box-sizing: border-box; 
    background: #fff; 
    width: 500px; 
    height: 417px; 
    position: absolute; 
    bottom: 0; 
  }
  .works .works-container dl:after { 
    top: 10px; 
    right: 40px; 
    font-size: 110px; 
  }
  .works .works-container dl .works-ttl { 
    font-size: 28px; 
    margin-bottom: 25px; 
  }
  .works .works-container dl .works-ttl:before { 
    width: 32px; 
    height: 32px; 
  }
  .works .works-container dl .works-txt { 
    font-size: 16px; 
    margin-bottom: 10px; 
  }
  .works .works-container dl .works-btn .detail-btn { 
    margin-right: 0 !important; 
  }
  .works .works-container.works1 .works-img,
  .works .works-container.works3 .works-img { 
    left: 0; 
  }
  .works .works-container.works1 dl,
  .works .works-container.works3 dl { 
    right: 0; 
  }
  .works .works-container.works2 .works-img { 
    right: 0; 
  }
  .works .works-container.works2 dl { 
    left: 0; 
  }
  .works .works-container.works3 .works-ttl span { 
    font-size: 70%; 
  }
}
@media screen and (max-width: 768px) {
  .works {
    background: url(../images2/works-bg_pc.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 7.5vw 0;
    margin-bottom: 7.8125vw;
  }
  .works h2 { 
    font-size: 7.8125vw; 
    margin-bottom: 3.90625vw; 
  }
  .works h3 { 
    font-size: 4.0625vw; 
    margin-bottom: 6.25vw; 
  }
  .works .works-container { 
    margin-bottom: 7.8125vw; 
  }
  .works .works-container .works-img { 
    width: 100%; 
  }
  .works .works-container dl { 
    padding: 6.25vw; 
  }
  .works .works-container dl:after { 
    top: 1.5625vw; 
    right: 1.5625vw; 
    font-size: 17.1875vw; 
  }
  .works .works-container dl .works-ttl { 
    font-size: 5.3125vw; 
    line-height: 6.875vw; 
    margin-bottom: 4.6875vw; 
  }
  .works .works-container dl .works-ttl:before { 
    width: 6.5625vw; 
    height: 6.5625vw; 
  }
  .works .works-container dl .works-txt { 
    font-size: 3.4375vw; 
    margin-bottom: 4.6875vw; 
  }
  .works .works-container.works3 .works-ttl { 
    font-size: 4.375vw; 
  }
  .works .works-container.works3 .works-ttl span { 
    font-size: 70%; 
  }
}


/* ================================
   restart / ready
   ================================ */
.restart,
.ready { 
  text-align: center; 
}
.restart h2, .ready h2 { 
  color: #fff; 
  font-style: italic; }
.restart h3, .ready h3 { 
  font-weight: normal; 
  color: #fff; }
.restart h4, .ready h4 { 
  font-weight: normal; 
  color: #fff; 
}
.restart a.detail-btn { 
  background: #fff; 
}
.ready a.detail-btn { 
  color: #fff; 
  background: #b20000; 
  border: 1px solid #fff; 
}
@media (min-width: 769px) {
  .restart, .ready { 
    padding: 40px 0; 
    height: 330px; 
  }
  .restart h2, .ready h2 { 
    font-size: 70px; 
    margin-bottom: 25px; 
  }
  .restart h3, .ready h3 { 
    font-size: 40px; 
    margin-bottom: 40px; 
  }
  .restart h4, .ready h4 { 
    font-size: 36px; 
    margin-bottom: 40px; 
  }
  .restart { 
    margin-bottom: 60px; 
    background: url("../images2/restart-bg_pc.png") no-repeat center / cover; 
  }
  .ready { 
    background: url("../images2/ready-bg_pc.png") no-repeat center / cover; 
  }
}
@media screen and (max-width: 768px) {
  .restart, .ready { 
    padding: 7.5vw 0; 
  }
  .restart h2, .ready h2 { 
    font-size: 11.71875vw; 
    margin-bottom: 3.90625vw; 
  }
  .restart h3, .ready h3 { 
    font-size: 5.9375vw; 
    margin-bottom: 6.25vw; 
  }  
  .restart h4, .ready h4 { 
    font-size: 4.6875vw; 
    margin-bottom: 6.25vw; 
  }
  .restart a.detail-btn, .ready a.detail-btn { 
    margin: 0 6.25vw; 
  }
  .restart { 
    margin-bottom: 7.8125vw; 
    background: url("../images2/restart-bg_sp.png")
  }
  .ready { 
    background: url("../images2/ready-bg_pc.png")
  }
  .ready h3 { 
    font-size: 4.6875vw !important; 
  }
}
