@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}
@media (max-width: 767px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #282828;
}

.wrap {
  max-width: 1080px;
  width: 96%;
  margin: 0 auto;
}

/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
header {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .logo {
  padding: 10px 0 10px 5%;
  width: 250px;
}
header .logo img {
  width: 100%;
}
@media (max-width: 767px) {
  header .logo {
    width: 35%;
  }
}
header .logo a {
  transition: all 0.4s;
}
header .logo a:hover {
  opacity: 0.6;
}
header .pc-nav {
  margin: 0 5% 0 0;
}
@media (max-width: 767px) {
  header .pc-nav {
    display: none;
  }
}
header .pc-nav ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
header .pc-nav ul li a {
  position: relative;
  padding: 0 0 5px 0;
  transition: all 0.4s;
}
header .pc-nav ul li a:before {
  background: #1f6999;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
header .pc-nav ul li a:hover {
  color: #1f6999;
}
header .pc-nav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
header .pc-nav ul li:nth-child(6) {
  width: 240px;
  height: 80px;
}
header .pc-nav ul li:nth-child(6) a {
  position: initial;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f6999;
  color: #fff;
  transition: all 0.4s;
  border: 1px solid #1f6999;
}
header .pc-nav ul li:nth-child(6) a:hover {
  background: #fff;
  color: #1f6999;
}
header .pc-nav ul li:nth-child(6) a:hover::before {
  background: url("../images/common/icon_nav_email_on.svg") 0 0 no-repeat;
}
header .pc-nav ul li:nth-child(6) a::before {
  position: initial;
  content: "";
  background: url("../images/common/icon_nav_email.svg") 0 0 no-repeat;
  transition: all 0.4s;
  background-size: 32px;
  height: 25px;
  width: 32px;
  margin: 0 20px 0 0;
  transform: none;
}
header .sp-nav {
  display: none;
}
@media (max-width: 767px) {
  header .sp-nav {
    display: initial;
  }
  header .sp-nav .menu-icon {
    width: 40px;
    height: 30px;
    position: fixed;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
    display: inline-block;
  }
  header .sp-nav .menu-icon span {
    display: block;
    height: 4px;
    margin: 6px 0;
    background: #1f6999;
    border-radius: 2px;
    transition: 0.4s;
  }
  header .sp-nav #menu-toggle:checked + .menu-icon span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  header .sp-nav #menu-toggle:checked + .menu-icon span:nth-child(2) {
    opacity: 0;
  }
  header .sp-nav #menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
header .sp-nav .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}
header .sp-nav #menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}
header .sp-nav .menu {
  position: fixed;
  top: 0;
  left: -250px;
  /* ← 初期位置を左へ */
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  transition: left 0.4s ease;
  z-index: 2;
  padding: 30px;
}
header .sp-nav .menu li {
  margin: 20px 0 0 0;
}
header .sp-nav #menu-toggle:checked ~ .menu {
  left: 0;
  /* ← 開いたときは左0へ */
}

footer .upper {
  background: url("../images/common/bg_footer.jpg") center top no-repeat;
  background-size: cover;
  padding: 90px 0;
}
@media (max-width: 767px) {
  footer .upper {
    padding: 45px 0;
  }
}
footer .upper .title {
  text-align: center;
  position: relative;
}
footer .upper .title h2 {
  font-size: 4rem;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  footer .upper .title h2 {
    font-size: 3rem;
  }
}
footer .upper .title .en {
  font-size: 15rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media (max-width: 767px) {
  footer .upper .title .en {
    font-size: 20vw;
    top: -60px;
  }
}
footer .upper p {
  margin: 90px 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  footer .upper p {
    margin: 45px 0 0 0;
  }
}
footer .upper .btn-contact {
  display: flex;
  width: 320px;
  height: 90px;
  background: #1f6999;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 60px auto 0 auto;
  cursor: pointer;
  box-shadow: 5px 5px 0 #999;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  footer .upper .btn-contact {
    margin: 30px auto 0 auto;
  }
}
footer .upper .btn-contact:before {
  content: "";
  background: url("../images/common/ico_footer_email.png") 0 0 no-repeat;
  background-size: 32px;
  width: 32px;
  height: 25px;
  margin: 0 20px 0 0;
}
footer .upper .btn-contact:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
}
footer .lower {
  background: #1f6999;
  padding: 60px 0 10px 0;
}
@media (max-width: 767px) {
  footer .lower {
    padding: 30px 0 10px 0;
  }
}
footer .lower .flex-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .lower .flex-box {
    display: block;
  }
}
footer .lower .flex-box .left-box {
  width: 33.3%;
}
@media (max-width: 767px) {
  footer .lower .flex-box .left-box {
    width: 70%;
    margin: 0 auto;
  }
}
footer .lower .flex-box .left-box .logo {
  transition: all 0.4s;
}
footer .lower .flex-box .left-box .logo:hover {
  opacity: 0.6;
}
footer .lower .flex-box .left-box address {
  margin: 10px 0 0 0;
}
footer .lower .flex-box .left-box address p {
  color: #fff;
  font-size: 1.4rem;
}
footer .lower .flex-box .right-box {
  width: 65%;
}
@media (max-width: 767px) {
  footer .lower .flex-box .right-box {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
footer .lower .flex-box .right-box nav ul {
  display: flex;
  justify-content: end;
  gap: 30px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  footer .lower .flex-box .right-box nav ul {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  footer .lower .flex-box .right-box nav ul li {
    width: 40%;
  }
}
footer .lower .flex-box .right-box nav ul li a {
  color: #fff;
}
footer .lower .flex-box .right-box nav ul li a:hover {
  text-decoration: underline;
}
footer .lower .copy {
  text-align: right;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  footer .lower .copy {
    margin: 30px 0 0 0;
  }
}

.home .main-visual {
  position: relative;
}
.home .main-visual h1 {
  color: #fff;
  font-size: 2.5vw;
  font-weight: 900;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .home .main-visual h1 {
    left: 10%;
    transform: initial;
    font-size: 4.3vw;
    top: 10%;
  }
}
.home .main-visual h1 span {
  display: block;
  font-size: 1vw;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .home .main-visual h1 span {
    font-size: 3vw;
    text-align: left;
    margin: 10px 0 0 0;
  }
}
.home .main-visual .swiper img {
  width: 100%;
  height: auto;
}
.home .lead {
  position: relative;
  z-index: 5;
}
.home .lead .inner {
  background: #fff;
  border-radius: 16px;
  padding: 60px 60px 0 60px;
  margin: -100px 0 0 0;
}
@media (max-width: 767px) {
  .home .lead .inner {
    margin: -20px 0 0 0;
    border-radius: 8px;
    padding: 30px 15px 0 15px;
  }
}
.home .lead .inner h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .home .lead .inner h2 {
    font-size: 3.2rem;
  }
}
.home .lead .inner p {
  text-align: center;
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .home .lead .inner p {
    margin: 20px 0 0 0;
  }
}
.home .service {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .home .service {
    margin: 50px 0 0 0;
  }
}
.home .service h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 767px) {
  .home .service h2 {
    font-size: 3rem;
  }
}
.home .service h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #7e7e7e;
}
.home .service .block01 {
  background: url("../images/top/img_service_01.jpg") center no-repeat;
  background-size: cover;
  padding: 510px 0 0 0;
}
@media (max-width: 767px) {
  .home .service .block01 {
    padding: 300px 0 0 0;
  }
}
.home .service .block01 .label {
  background: rgba(31, 105, 153, 0.9);
  padding: 40px 0;
}
@media (max-width: 767px) {
  .home .service .block01 .label {
    padding: 20px 0;
  }
}
.home .service .block01 .label h3 {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .home .service .block01 .label h3 {
    font-size: 2.4rem;
  }
}
.home .service .block01 .label p {
  color: #fff;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .home .service .block01 .label p {
    margin: 15px 0 0 0;
  }
}
.home .service .flex-box {
  display: flex;
}
@media (max-width: 767px) {
  .home .service .flex-box {
    display: block;
  }
}
.home .service .flex-box .left-box,
.home .service .flex-box .right-box {
  position: relative;
}
@media (max-width: 767px) {
  .home .service .flex-box .left-box,
  .home .service .flex-box .right-box {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .home .service .flex-box .left-box img,
  .home .service .flex-box .right-box img {
    width: 100%;
  }
}
.home .service .flex-box .left-box .text-box,
.home .service .flex-box .right-box .text-box {
  position: absolute;
  background: rgba(31, 105, 153, 0.9);
  bottom: -100px;
  padding: 10px 20px;
  margin: 0 5%;
}
@media (max-width: 767px) {
  .home .service .flex-box .left-box .text-box,
  .home .service .flex-box .right-box .text-box {
    bottom: 0;
    margin: 0;
  }
}
.home .service .flex-box .left-box .text-box h3,
.home .service .flex-box .right-box .text-box h3 {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .home .service .flex-box .left-box .text-box h3,
  .home .service .flex-box .right-box .text-box h3 {
    font-size: 2.4rem;
  }
}
.home .service .flex-box .left-box .text-box p,
.home .service .flex-box .right-box .text-box p {
  color: #fff;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .home .service .flex-box .left-box .text-box p,
  .home .service .flex-box .right-box .text-box p {
    margin: 15px 0 0 0;
  }
}
.home .works {
  margin: 220px 0 0 0;
  background: #9eccea;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .home .works {
    margin: 50px 0 0 0;
  }
}
.home .works .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .home .works .title {
    display: block;
  }
}
.home .works .title h2 {
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .home .works .title h2 {
    font-size: 3rem;
  }
}
.home .works .title h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #7e7e7e;
}
.home .works .title .btn-more {
  width: 240px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f6999;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 5px 5px 0 #999;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home .works .title .btn-more {
    display: none;
  }
}
.home .works .title .btn-more::after {
  content: "";
  background: url("../images/common/ico_btn_arrow.png") 0 0 no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
}
.home .works .title .btn-more:hover {
  transform: translate(5px, 5px);
  box-shadow: none;
}
.home .works .sp-btn {
  display: none;
}
@media (max-width: 767px) {
  .home .works .sp-btn {
    width: 240px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1f6999;
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 5px 5px 0 #999;
    transition: all 0.4s;
    cursor: pointer;
    margin: 40px auto 0 auto;
  }
  .home .works .sp-btn::after {
    content: "";
    background: url("../images/common/ico_btn_arrow.png") 0 0 no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
  }
  .home .works .sp-btn:hover {
    transform: translate(5px, 5px);
    box-shadow: none;
  }
}
.home .works .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .home .works .item-list {
    display: block;
    margin: 30px 0 0 0;
  }
}
.home .works .item-list .item {
  width: 300px;
}
@media (max-width: 767px) {
  .home .works .item-list .item {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.home .works .item-list .item .thumb {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
  overflow: hidden;
}
.home .works .item-list .item .thumb img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home .works .item-list .item .thumb img {
    width: 100%;
    height: 250px;
  }
}
.home .works .item-list .item .thumb .cat {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  text-align: right;
  padding: 5px;
  font-size: 1.3rem;
}
.home .works .item-list .item p {
  margin: 10px 0 0 0;
}
.home .works .item-list .item a {
  transition: all 0.4s;
}
.home .works .item-list .item a:hover {
  opacity: 0.7;
}
.home .works .item-list .item a:hover .thumb {
  box-shadow: none;
}
.home .information {
  background: #eef3f8;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .home .information {
    padding: 50px 0;
  }
}
.home .information h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 767px) {
  .home .information h2 {
    font-size: 3rem;
  }
}
.home .information h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #7e7e7e;
}
.home .information .inner {
  max-width: 850px;
  margin: 40px auto 0 auto;
}
@media (max-width: 767px) {
  .home .information .inner {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
.home .information .inner dl div {
  border-bottom: 1px solid #cacaca;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  display: flex;
}
@media (max-width: 767px) {
  .home .information .inner dl div {
    display: block;
  }
}
.home .information .inner dl div dt {
  font-weight: 400;
  color: #7e7e7e;
}
.home .information .inner dl div dd {
  margin: 0 0 0 50px;
}
.home .information .inner dl div dd a:hover {
  text-decoration: underline;
}
.home .information .inner .btn-more {
  width: 240px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f6999;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 5px 5px 0 #999;
  transition: all 0.4s;
  margin: 60px auto 0 auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home .information .inner .btn-more {
    margin: 30px auto 0 auto;
  }
}
.home .information .inner .btn-more::after {
  content: "";
  background: url("../images/common/ico_btn_arrow.png") 0 0 no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
}
.home .information .inner .btn-more:hover {
  transform: translate(5px, 5px);
  box-shadow: none;
}

.service .main-visual {
  background: url("../images/service/bg_main_visual.jpg") center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .service .main-visual {
    padding: 50px 0;
  }
}
.service .main-visual h1 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .service .main-visual h1 {
    font-size: 3rem;
  }
}
.service .main-visual h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .service .main-visual h1 span {
    font-size: 2rem;
  }
}
.service .lead {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .service .lead {
    margin: 50px 0 0 0;
  }
}
.service .lead h2 {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .service .lead h2 {
    font-size: 2.6rem;
  }
}
.service .lead p {
  text-align: center;
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .service .lead p {
    margin: 20px 0 0 0;
  }
}
.service .detail {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .service .detail {
    margin: 50px 0;
  }
}
.service .detail .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  gap: 90px;
}
@media (max-width: 767px) {
  .service .detail .box {
    display: block;
    margin-top: 30px 0 0 0;
  }
}
.service .detail .box:nth-child(even) {
  flex-direction: row-reverse;
}
.service .detail .box:nth-child(even) .img-box {
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
@media (max-width: 767px) {
  .service .detail .box:nth-child(even) .img-box {
    margin: 0 auto;
  }
}
.service .detail .box .img-box {
  width: 60%;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .service .detail .box .img-box {
    margin: 0 auto;
  }
}
.service .detail .box .img-box img {
  width: 100%;
}
.service .detail .box .text-box {
  width: 100%;
  max-width: 770px;
}
.service .detail .box .text-box h3 {
  font-size: 2.8rem;
  border-bottom: 1px solid #282828;
}
.service .detail .box .text-box p {
  margin: 20px 0 0 0;
}
.service .detail .box .text-box ul {
  margin: 20px 0 0 0;
}

.company h2 {
  font-size: 2.8rem;
  border-bottom: 1px solid #282828;
}
@media (max-width: 767px) {
  .company h2 {
    font-size: 2.4rem;
  }
}
.company .main-visual {
  background: url("../images/company/bg_main_visual.jpg") center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .company .main-visual {
    padding: 50px 0;
  }
}
.company .main-visual h1 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .company .main-visual h1 {
    font-size: 3rem;
  }
}
.company .main-visual h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .company .main-visual h1 span {
    font-size: 2rem;
  }
}
.company .greeting {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .company .greeting {
    margin: 50px 0 0 0;
  }
}
.company .greeting p {
  margin: 40px 0 0 0;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .company .greeting p {
    margin: 20px 0 0 0;
  }
}
.company .outline {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .company .outline {
    margin: 50px 0 0 0;
  }
}
.company .outline dl {
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .company .outline dl {
    margin: 15px 0 0 0;
  }
  .company .outline dl dd {
    width: 68%;
  }
}
.company .outline dl div {
  display: flex;
}
.company .outline dl div dt {
  font-weight: 400;
  width: 120px;
  text-align: right;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .company .outline dl div dt {
    width: 30%;
  }
}
.company .outline .map {
  margin: 100px 0 0 0;
  position: relative;
  width: 100%;
  padding-top: 36.25%;
  height: 0;
}
@media (max-width: 767px) {
  .company .outline .map {
    margin: 50px 0 0 0;
    padding-top: 75%;
  }
}
.company .outline .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company .history {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .company .history {
    margin: 50px 0;
  }
}
.company .history .timeline {
  position: relative;
  margin-left: 60px;
  border-left: 2px solid #ccc;
  padding-left: 1rem;
}
.company .history .timeline-item {
  position: relative;
  margin-block: 2rem;
}
.company .history .timeline-item::before {
  content: "";
  position: absolute;
  left: -2.1rem;
  top: 1rem;
  width: 20px;
  height: 20px;
  background: #4d78b4;
  border-radius: 50%;
}
.company .history .timeline-item .timeline-date {
  margin-left: 3rem;
}
.company .history .timeline-item .timeline-content {
  margin-left: 3rem;
}

.works h2,
.post-type-archive-works h2,
.term-architecture h2,
.term-bid h2 {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .works h2,
  .post-type-archive-works h2,
  .term-architecture h2,
  .term-bid h2 {
    font-size: 2.4rem;
  }
}
.works .main-visual,
.post-type-archive-works .main-visual,
.term-architecture .main-visual,
.term-bid .main-visual {
  background: url("../images/company/bg_main_visual.jpg") center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .works .main-visual,
  .post-type-archive-works .main-visual,
  .term-architecture .main-visual,
  .term-bid .main-visual {
    padding: 50px 0;
  }
}
.works .main-visual h1,
.post-type-archive-works .main-visual h1,
.term-architecture .main-visual h1,
.term-bid .main-visual h1 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .works .main-visual h1,
  .post-type-archive-works .main-visual h1,
  .term-architecture .main-visual h1,
  .term-bid .main-visual h1 {
    font-size: 3rem;
  }
}
.works .main-visual h1 span,
.post-type-archive-works .main-visual h1 span,
.term-architecture .main-visual h1 span,
.term-bid .main-visual h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .works .main-visual h1 span,
  .post-type-archive-works .main-visual h1 span,
  .term-architecture .main-visual h1 span,
  .term-bid .main-visual h1 span {
    font-size: 2rem;
  }
}
.works .lead,
.post-type-archive-works .lead,
.term-architecture .lead,
.term-bid .lead {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .works .lead,
  .post-type-archive-works .lead,
  .term-architecture .lead,
  .term-bid .lead {
    margin: 50px 0 0 0;
  }
}
.works .lead p,
.post-type-archive-works .lead p,
.term-architecture .lead p,
.term-bid .lead p {
  text-align: center;
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .works .lead p,
  .post-type-archive-works .lead p,
  .term-architecture .lead p,
  .term-bid .lead p {
    margin: 20px 0 0 0;
  }
}
.works .lead ul,
.post-type-archive-works .lead ul,
.term-architecture .lead ul,
.term-bid .lead ul {
  margin: 80px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 90px;
}
@media (max-width: 767px) {
  .works .lead ul,
  .post-type-archive-works .lead ul,
  .term-architecture .lead ul,
  .term-bid .lead ul {
    margin: 40px 0 0 0;
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .works .lead ul li,
  .post-type-archive-works .lead ul li,
  .term-architecture .lead ul li,
  .term-bid .lead ul li {
    width: 48%;
  }
}
.works .lead ul li a,
.post-type-archive-works .lead ul li a,
.term-architecture .lead ul li a,
.term-bid .lead ul li a {
  width: 240px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f6999;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 5px 5px 0 #999;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .works .lead ul li a,
  .post-type-archive-works .lead ul li a,
  .term-architecture .lead ul li a,
  .term-bid .lead ul li a {
    width: 100%;
  }
}
.works .lead ul li a::after,
.post-type-archive-works .lead ul li a::after,
.term-architecture .lead ul li a::after,
.term-bid .lead ul li a::after {
  content: "";
  background: url("../images/common/ico_btn_arrow.png") 0 0 no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
}
.works .lead ul li a:hover,
.post-type-archive-works .lead ul li a:hover,
.term-architecture .lead ul li a:hover,
.term-bid .lead ul li a:hover {
  transform: translate(5px, 5px);
  box-shadow: none;
}
.works .list,
.post-type-archive-works .list,
.term-architecture .list,
.term-bid .list {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .works .list,
  .post-type-archive-works .list,
  .term-architecture .list,
  .term-bid .list {
    margin: 50px 0;
  }
}
.works .list h2,
.post-type-archive-works .list h2,
.term-architecture .list h2,
.term-bid .list h2 {
  text-align: left;
  border-left: 10px solid #1f6999;
  padding: 0 0 0 10px;
}
.works .list .flex-wrap,
.post-type-archive-works .list .flex-wrap,
.term-architecture .list .flex-wrap,
.term-bid .list .flex-wrap {
  margin: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 45px;
}
.works .list .flex-wrap .item,
.post-type-archive-works .list .flex-wrap .item,
.term-architecture .list .flex-wrap .item,
.term-bid .list .flex-wrap .item {
  max-width: 330px;
  width: 100%;
}
.works .list .flex-wrap .item img,
.post-type-archive-works .list .flex-wrap .item img,
.term-architecture .list .flex-wrap .item img,
.term-bid .list .flex-wrap .item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .works .list .flex-wrap .item,
  .post-type-archive-works .list .flex-wrap .item,
  .term-architecture .list .flex-wrap .item,
  .term-bid .list .flex-wrap .item {
    max-width: initial;
    margin: 20px 0 0 0;
  }
}
.works .list .flex-wrap .item p,
.post-type-archive-works .list .flex-wrap .item p,
.term-architecture .list .flex-wrap .item p,
.term-bid .list .flex-wrap .item p {
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .works .list .flex-wrap,
  .post-type-archive-works .list .flex-wrap,
  .term-architecture .list .flex-wrap,
  .term-bid .list .flex-wrap {
    display: block;
  }
}

.news h2,
.blog h2,
.single h2 {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .news h2,
  .blog h2,
  .single h2 {
    font-size: 2rem;
  }
}
.news .main-visual,
.blog .main-visual,
.single .main-visual {
  background: url("../images/company/bg_main_visual.jpg") center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .news .main-visual,
  .blog .main-visual,
  .single .main-visual {
    padding: 50px 0;
  }
}
.news .main-visual h1,
.blog .main-visual h1,
.single .main-visual h1 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .news .main-visual h1,
  .blog .main-visual h1,
  .single .main-visual h1 {
    font-size: 3rem;
  }
}
.news .main-visual h1 span,
.blog .main-visual h1 span,
.single .main-visual h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .news .main-visual h1 span,
  .blog .main-visual h1 span,
  .single .main-visual h1 span {
    font-size: 2rem;
  }
}
.news .content,
.blog .content,
.single .content {
  margin: 100px 0;
}
.news .content dl div,
.blog .content dl div,
.single .content dl div {
  border-bottom: 1px solid #cacaca;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  display: flex;
}
@media (max-width: 767px) {
  .news .content dl div,
  .blog .content dl div,
  .single .content dl div {
    display: block;
  }
}
.news .content dl div dt,
.blog .content dl div dt,
.single .content dl div dt {
  font-weight: 400;
  color: #7e7e7e;
}
.news .content dl div dd,
.blog .content dl div dd,
.single .content dl div dd {
  margin: 0 0 0 50px;
}
.news .content dl div dd a:hover,
.blog .content dl div dd a:hover,
.single .content dl div dd a:hover {
  text-decoration: underline;
}
.news .news-title h2,
.blog .news-title h2,
.single .news-title h2 {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.news .news-title .date,
.blog .news-title .date,
.single .news-title .date {
  text-align: right;
  font-size: 1.4rem;
}
.news .entry,
.blog .entry,
.single .entry {
  margin: 60px 0 0 0;
}
.news .entry h2,
.blog .entry h2,
.single .entry h2 {
  text-align: left;
  border-left: 5px solid #1f6999;
  padding: 0 0 0 15px;
  margin: 2em 0 0 0;
}
.news .entry h3,
.blog .entry h3,
.single .entry h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #1f6999;
  margin: 2em 0 0 0;
}
.news .entry p,
.blog .entry p,
.single .entry p {
  margin: 1em 0 0 0;
}
.news .entry a,
.blog .entry a,
.single .entry a {
  text-decoration: underline;
  color: #1f6999;
}
.news .entry a:hover,
.blog .entry a:hover,
.single .entry a:hover {
  text-decoration: none;
}
.news .entry ul,
.blog .entry ul,
.single .entry ul {
  margin: 1em 0 0 0;
  list-style-type: disc;
  padding: 0 0 0 1.2em;
}
.news .entry ol,
.blog .entry ol,
.single .entry ol {
  margin: 1em 0 0 0;
  list-style-type: decimal;
  padding: 0 0 0 1.2em;
}
.news .post-nav,
.blog .post-nav,
.single .post-nav {
  margin: 40px 0;
}
.news .post-nav-list,
.blog .post-nav-list,
.single .post-nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.news .post-nav-list li a,
.blog .post-nav-list li a,
.single .post-nav-list li a {
  text-decoration: none;
}

.contact h2 {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact h2 {
    font-size: 2.4rem;
  }
}
.contact .main-visual {
  background: url("../images/company/bg_main_visual.jpg") center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .contact .main-visual {
    padding: 50px 0;
  }
}
.contact .main-visual h1 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .contact .main-visual h1 {
    font-size: 3rem;
  }
}
.contact .main-visual h1 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contact .main-visual h1 span {
    font-size: 2rem;
  }
}
.contact .content {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .contact .content {
    margin: 50px 0;
  }
}
.contact .content dl div {
  display: flex;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
@media (max-width: 767px) {
  .contact .content dl div {
    display: block;
  }
}
.contact .content dl div dt {
  font-weight: 400;
  width: 20%;
}
@media (max-width: 767px) {
  .contact .content dl div dt {
    width: 100%;
  }
}
.contact .content dl div dt span {
  background: #1f6999;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 3px;
  border-radius: 4px;
  margin: 0 0 0 10px;
}
.contact .content dl div dd {
  width: 75%;
}
@media (max-width: 767px) {
  .contact .content dl div dd {
    width: 100%;
  }
}
.contact .content dl div dd .input-text {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 60%;
  height: 30px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .contact .content dl div dd .input-text {
    width: 100%;
  }
}
.contact .content dl div dd .input-zip {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 20%;
  height: 30px;
  padding: 5px 10px;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .contact .content dl div dd .input-zip {
    width: 50%;
  }
}
.contact .content dl div dd .address {
  display: block;
  margin: 10px 0 0 0;
}
.contact .content dl div dd ::placeholder {
  font-size: 1.4rem;
}
.contact .content dl div dd .text-area {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 60%;
  height: 30px;
  padding: 5px 10px;
  height: 250px;
}
@media (max-width: 767px) {
  .contact .content dl div dd .text-area {
    width: 100%;
  }
}
.contact .content .btn-submit {
  width: 240px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f6999;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 5px 5px 0 #999;
  transition: all 0.4s;
  margin: 60px auto 0 auto;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  .contact .content .btn-submit {
    margin: 30px auto 0 auto;
  }
}
.contact .content .btn-submit:hover {
  transform: translate(5px, 5px);
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */