@charset "UTF-8";
* {
  box-sizing: border-box;
  word-wrap: break-word;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  color: #303030;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='650' height='800' preserveAspectRatio='none' viewBox='0 0 600 800'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1454%26quot%3b)' fill='none'%3e%3crect width='600' height='800' x='0' y='0' fill='rgba(87%2c 98%2c 123%2c 1)'%3e%3c/rect%3e%3cpath d='M45 800L845 0L1091 0L291 800z' fill='url(%23SvgjsLinearGradient1455)'%3e%3c/path%3e%3cpath d='M525 800L-275 0L-344 0L456 800z' fill='url(%23SvgjsLinearGradient1456)'%3e%3c/path%3e%3cpath d='M296.53101101299336 800L600 496.53101101299336L600 800z' fill='url(%23SvgjsLinearGradient1455)'%3e%3c/path%3e%3cpath d='M0 800L303.46898898700664 800L 0 496.53101101299336z' fill='url(%23SvgjsLinearGradient1456)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1454'%3e%3crect width='600' height='800' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1455'%3e%3cstop stop-color='rgba(175%2c 187%2c 209%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(175%2c 187%2c 209%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1456'%3e%3cstop stop-color='rgba(175%2c 187%2c 209%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(175%2c 187%2c 209%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.2s;
}
a:hover {
  transform: translateY(5px);
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
picture,
img,
video,
a {
  display: block;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

input,
button,
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  outline: 0;
  border: 1px solid #8490AE;
  font-size: 1.6rem;
}

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

.pcView {
  display: flex !important;
}
@media (max-width: 568px) {
  .pcView {
    display: none !important;
  }
}

.spView {
  display: none !important;
}
@media (max-width: 568px) {
  .spView {
    display: block !important;
  }
}

.widthKeeper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .widthKeeper {
    max-width: 100%;
  }
}

.jelly {
  animation: gelatine 1s infinite;
}

@keyframes gelatine {
  from, to {
    transform: scale(0.95, 0.95);
  }
  50% {
    transform: scale(1, 1);
  }
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 2%;
  align-items: center;
}
@media (max-width: 568px) {
  header {
    width: 95%;
    margin: auto;
  }
}
header .company-name {
  font-size: 19.6px;
  font-weight: bold;
  font-size: 19.6px;
  font-weight: bold;
  font-family: "Shippori Mincho B1";
  color: #fff;
}
header .company-name img {
  width: 160px;
  margin: -20px auto 0;
}
@media (max-width: 568px) {
  header .company-name img {
    width: 120px;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  header .company-name {
    display: flex;
    align-items: center;
  }
}
header nav {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
header nav a {
  margin-right: 10px;
  text-decoration: none;
  color: #303030;
  flex: 1;
  font-family: "Shippori Mincho B1", serif;
}

section {
  padding: 100px 0;
  margin-bottom: 120px;
}
@media (max-width: 568px) {
  section {
    padding: 40px 0;
    margin-bottom: 0;
  }
}
section h2 {
  font-size: 23.8px;
  margin-bottom: 20px;
  margin-top: -160px;
}
@media (max-width: 568px) {
  section h2 {
    margin-top: 0;
  }
}
section h2 .h2-big {
  font-size: 10rem;
  color: #dadada;
  text-align: center;
  font-family: "Cormorant", serif;
  font-weight: 300;
}
@media (max-width: 568px) {
  section h2 .h2-big {
    font-size: 6rem;
    color: #303030;
  }
}
section h2 .h2-small {
  font-size: 2rem;
  color: #303030;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
}
section h3 {
  font-size: 19.6px;
  margin-bottom: 10px;
}

.inner {
  width: 100%;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

footer {
  background-color: #8491ae;
  padding: 120px 0 10px;
}
@media (max-width: 568px) {
  footer {
    padding: 50px 0 10px;
  }
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 568px) {
  footer .footer-content {
    flex-direction: column;
  }
}
footer .footer-company {
  font-size: 14px;
  color: #fff;
}
footer .footer-company img {
  width: 100px;
  margin-bottom: 15px;
}
@media (max-width: 568px) {
  footer .footer-company img {
    margin: auto;
  }
}
@media (max-width: 568px) {
  footer .footer-company {
    text-align: center;
    margin-bottom: 30px;
  }
}
footer .footer-nav a {
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Shippori Mincho B1", serif;
}
@media (max-width: 568px) {
  footer .footer-nav a {
    text-align: center;
  }
}
footer small {
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 30px;
}

#top {
  position: relative;
}
#top h1 {
  position: absolute;
  top: 30%;
  color: #fff;
  right: 12%;
  /* padding-bottom: 50%; */
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 7rem;
  letter-spacing: 0.1em;
}
@media (max-width: 568px) {
  #top h1 {
    font-size: 4rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
#top .hero-image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#top .hero-image picture {
  width: 80%;
}
@media (max-width: 568px) {
  #top .hero-image picture {
    width: 92%;
  }
}

#message {
  background-image: url("../img/message_bg.jpg");
  background-size: cover;
  background-position: center;
}
#message .box {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 568px) {
  #message .box {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 90%;
    margin: 0 auto;
  }
}
#message .copy {
  font-size: 4rem;
  color: #414141;
  margin: 0 auto 20px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
}
@media (max-width: 568px) {
  #message .copy {
    font-size: 3rem;
  }
}
#message .text {
  width: 66%;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 3rem;
  color: #303030;
}
@media (max-width: 568px) {
  #message .text {
    width: 100%;
  }
}

#business .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 568px) {
  #business .flex {
    flex-direction: column;
  }
}
#business .flex .service-item {
  padding: 60px;
  width: 48%;
  background-image: url("../img/serviceitem_img01.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 568px) {
  #business .flex .service-item {
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px;
  }
}
#business .flex .service-item.item02 {
  background-image: url("../img/serviceitem_img02.jpg");
}
#business .flex .service-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#business h3 {
  font-family: "Cormorant", serif;
  color: #fff;
  position: relative;
}
#business h3 .h3-number {
  font-size: 3rem;
  color: #dadada;
}
#business h3 .h3-title {
  font-size: 3rem;
}
#business p {
  position: relative;
  color: #fff;
  width: 80%;
  margin: 0 auto 20px;
  font-size: 1.7rem;
  line-height: 3rem;
}

#contact {
  background-image: url("../img/contact_bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
#contact .inner {
  min-height: 300px;
}
#contact p {
  text-align: center;
  color: #303030;
  font-size: 1.7rem;
  line-height: 3rem;
}
#contact .cta-button {
  display: block;
  background-color: #1c3b5d;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin: 30px auto 0;
  font-size: 2.5rem;
  padding: 10px 50px;
  width: 300px;
  text-align: center;
  font-family: "Shippori Mincho B1";
}
#contact .box {
  background: #fff;
  padding: 50px 0;
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  bottom: -50%;
  margin: auto;
}
@media (max-width: 568px) {
  #contact .box {
    position: relative;
    width: 90%;
  }
}

.burger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 2rem;
  height: 2rem;
  display: none;
}
@media (max-width: 568px) {
  .burger {
    display: flex;
  }
}

.burger-line {
  width: 2rem;
  height: 0.25rem;
  background-color: #fff;
  transition: all 0.3s linear;
}

.burger.open .burger-line:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 5px);
}

.burger.open .burger-line:nth-child(2) {
  opacity: 0;
}

.burger.open .burger-line:nth-child(3) {
  transform: rotate(45deg) translate(-4px, -3px);
}

.mobile-nav {
  transform: translateX(-100%);
  flex-direction: column;
  justify-content: center;
  background: #333;
  height: 100vh;
  text-align: left;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 9;
}
.mobile-nav a {
  font-size: 2rem;
  text-transform: uppercase;
  padding: 2rem 0;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s linear;
}
.mobile-nav a:hover {
  color: #ddd;
}

@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
  }
  .pcView {
    display: none;
  }
  .mobile-nav.open {
    display: flex;
    transform: translateX(0);
  }
}
#company .box {
  display: flex;
  justify-content: center;
}
#company .company-table {
  width: 80%;
  max-width: 800px;
  border-collapse: collapse;
  line-height: 1.8;
  margin: 0 auto;
}
#company .company-table tbody,
#company .company-table tr,
#company .company-table th,
#company .company-table td {
  display: block;
  /* 縦並びにする */
  width: 100%;
  /* 全幅 */
  text-align: center;
}
#company .company-table tr {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
#company .company-table th {
  background: transparent;
  /* 背景なし */
  padding: 0 0 4px 0;
  font-weight: 700;
  color: #666;
  border: none;
}
#company .company-table td {
  padding: 0 0 8px 0;
  border: none;
}
#company .company-table a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */