@charset "UTF-8";

*,
::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;
  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 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;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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


/* site content */
/* ============================================ */
/* -- commom -- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  transition: .5s;
}
.sp {
  display: none;
}
h2 {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
h2 .main-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 5px;
  position: relative;
  z-index: 1;
}
h2 .main-icon img {
  vertical-align: inherit;
}
h2 .main-title {
  font-size: 2.77rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
h2 .main-title::before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #333;
  border-radius: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
h2 .main-title-back {
  font-size: 16.66rem;
  line-height: 1;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
h2 .main-title-back.blue {
  color: #F4F9FC;
}
h3 {
  font-size: 2.22rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 75px;
}
h3::before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #333;
  border-radius: 2px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  h2 .main-title-back {
    font-size: 23vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    margin-bottom: 50px;
  }
  h2 .main-icon {
    width: 50px;
    height: 50px;
  }
  h2 .main-title {
    font-size: 2.3rem;
  }
  h2 .main-title::before {
    width: 50px;
    bottom: -13px;
  }
  h2 .main-title-back {
    font-size: 5.3rem;
    top: 20px;
  }
  h3 {
    font-size: 2rem;
    margin-bottom: 45px;
  }
  h3::before {
    width: 50px;
    bottom: -13px;
  }
}
/* -- header -- */
header {
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
.head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 50px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  position: relative;
  background: #fff;
}
.head-container .logo {
  width: 212px;
}
.head-container .logo img {
  vertical-align: middle;
}
.nav-area {
  position: relative;
}
nav {
  display: flex;
  align-items: center;
}
.nav-menu {
  display: flex;
}
.nav-menu li {
  padding: 0 20px;
}
.nav-menu li a {
  border: none;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  padding: 38px 0;
}
.nav-menu li a:hover {
  color: #2585BA;
}
.nav-menu li.active a {
  color: #2585BA;
}
.nav-icon {
  display: none;
  width: 25px;
  min-width: 25px;
  margin-right: 10px;
}
.nav-tel {
  display: flex;
  align-items: center;
  margin-left: 25px;
  font-size: 1.7rem;
  letter-spacing: 0.015em;
}
.nav-tel img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.recruit-nav {
  position: relative;
}
#recruit-nav-open_pc {
  cursor: pointer;
  transition: 0.5s;
}
#recruit-nav-open_pc.active {
  color: #2585BA;
}
#recruit-nav-open_pc:hover {
  color: #2585BA;
}
.dropdown-list_pc {
  position: absolute;
  width: 185px;
  background: #fff;
  border: solid 2px #333333;
  border-radius: 0.6em;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 15px);
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.dropdown-list_pc.show {
  visibility: visible;
  opacity: 1;
}
.dropdown-list_pc::before {
  content: '';
  display: block;
  width: 25px;
  height: 28px;
  background: url("../images/dropdown-arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: calc(100% - 11px);
  left: 50%;
  transform: translateX(-50%);
}
.nav-menu li .dropdown-list_pc a {
  font-size: 1rem;
  display: block;
  padding: 10px 0;
  border-top: dotted 2px #333333;
}
.nav-menu li .dropdown-list_pc li:first-child a {
  border-top: none;
}
.hum {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 9px;
  right: 10px;
  display: none;
  cursor: pointer;
}
.hum::before {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 5px;
  background: #2585BA;
  position: absolute;
  top: 12px;
  left: 4px;
  transition: 0.5s;
}
.hum::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: #2585BA;
  position: absolute;
  top: 22px;
  left: 4px;
  transition: 0.5s;
}
@media screen and (max-width: 1280px) {
  .head-container {
    padding: 20px;
  }
  .nav-menu li {
    padding: 0 13px;
  }
  .nav-menu li a {
    font-size: 2vw;
  }
  #recruit-nav-open_pc {
    font-size: 2vw;
  }
  .nav-tel {
    font-size: 3vw;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 56px;
  }
  .hum {
    display: block;
  }
  .hum.active::before {
    top: 19px;
    transform: rotate(-45deg);
  }
  .hum.active::after {
    width: 25px;
    top: 19px;
    transform: rotate(45deg);
  }
  .head-container {
    padding: 16px 20px;
    z-index: 999;
  }
  .head-container .logo {
    width: 127px;
  }
  .nav-area {
    transform: translateY(-120%);
    position: fixed;
    top: 56px;
    right: 0;
    left: 0;
    z-index: 100;
    background: #E8F3F8;
    transition: 0.5s;
    z-index: 998;
  }
  .nav-area.pc {
    display: none;
  }
  .nav-area.sp.show {
    transform: translateY(0%);
  }
  nav {
    padding: 30px 20px 10px;
  }
  .nav-menu {
    flex-flow: column;
    width: 100%;
  }
  .nav-menu li {
    padding: 0;
    margin-bottom: 20px;
  }
  .nav-menu li a {
    font-size: 1.15rem;
    background: #fff;
    border: solid 2px #333;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 13px 25px;
    position: relative;
  }
  .nav-menu li a::before,
  .nav-menu li a::after {
    content: '';
    display: block;
    width: 10px;
    height: 3px;
    border-radius: 5px;
    background: #2585BA;
    position: absolute;
    right: 20px;
  }
  .nav-menu li a::before {
    top: 24px;
    transform: rotate(45deg);
  }
  .nav-menu li a::after {
    top: 30px;
    transform: rotate(-45deg);
  }
  .nav-menu li.active a {
    color: #333;
  }
  .nav-icon {
    display: block;
  }
  .nav-icon img {
    vertical-align: text-top;
  }
  .nav-tel {
    display: none;
  }
  .nav-menu li.recruit-nav {
    border: solid 2px #333;
    border-radius: 10px;
    background: #fff;
  }
  .nav-menu li.recruit-nav #recruit-nav-open_sp {
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    padding: 13px 25px;
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
    cursor: pointer;
  }
  .nav-menu li.recruit-nav .dropdown-list_sp li {
    margin: 0;
    padding: 0 20px;
  }
  .nav-menu li.recruit-nav .dropdown-list_sp a {
    border: none;
    border-top: dotted 2px #333333;
    border-radius: 0;
    padding: 13px 0;
    font-size: 1.03rem;
  }
  .nav-menu li.recruit-nav .dropdown-list_sp li a::before,
  .nav-menu li.recruit-nav .dropdown-list_sp li a::after {
    right: 3px;
  }
  .nav-menu li.recruit-nav #recruit-nav-open_sp::before,
  .nav-menu li.recruit-nav #recruit-nav-open_sp::after {
    content: '';
    display: block;
    width: 14px;
    height: 3px;
    border-radius: 5px;
    background: #2585BA;
    position: absolute;
    transition: 0.5s;
    right: 20px;
  }
  .nav-menu li.recruit-nav #recruit-nav-open_sp::before {
    top: 27px;
    transform: rotate(0deg);
  }
  .nav-menu li.recruit-nav #recruit-nav-open_sp::after {
    top: 27px;
    transform: rotate(-90deg);
  }
  .nav-menu li.recruit-nav #recruit-nav-open_sp.active::after {
    transform: rotate(0deg);
  }
  .dropdown-list-wrap {
    display: none;
  }
}
/* -- footer -- */
.footer-container {
  position: relative;
}
.for-top {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border: solid 2px #2585BA;
  position: fixed;
  right: 55px;
  border-radius: 50%;
  z-index: 50;
}
.for-top::before,
.for-top::after {
  content: '';
  display: block;
  width: 13px;
  height: 3px;
  border-radius: 3px;
  background: #2585BA;
  position: absolute;
  top: 27px;
}
.for-top::before {
  left: 18px;
  transform: rotate(-42deg);
}
.for-top::after {
  left: 26px;
  transform: rotate(42deg);
}
.contact-wrapper {
  background: url("../images/background-contact.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0;
  text-align: center;
  color: #fff;
}
.contact-wrapper .title {
  font-size: 4.5rem;
  line-height: 1;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  margin-bottom: 12px;
}
.contact-wrapper .small-title {
  font-size: 1.11rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
}
.contact-wrapper .small-title::before {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-wrapper .sub-text {
  font-size: 0.88rem;
}
.tel-contact {
  font-size: 3.55rem;
  letter-spacing: 0.05em;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}
.tel-contact img {
  width: 60px;
  height: 60px;
  margin: 0 20px 20px 0;
}
.info-wrapper {
  padding: 95px 0;
  position: relative;
}
.info-wrapper .logo {
  width: 139px;
  margin: 0 auto 25px;
}
.info-wrapper .address {
  font-size: 0.88rem;
  text-align: center;
  margin-bottom: 50px;
}
.footer-menu {
  margin-bottom: 50px;
}
.footer-menu ul {
  display: flex;
  justify-content: center;
}
.footer-menu li {
  margin: 0 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}
.footer-menu li a:hover {
  color: #2585BA;
}
.copy {
  text-align: center;
  font-size: 0.77rem;
  color: #999;
}
@media screen and (min-width: 769px) {
  a.tel-sp-only[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
    }
  }
@media screen and (max-width: 768px) {
  .for-top {
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .for-top::before, .for-top::after {
    width: 10px;
    top: 14px;
  }
  .for-top::before {
    left: 8px;
  }
  .for-top::after {
    left: 14px;
  }
  .contact-wrapper {
    padding: 90px 0;
  }
  .contact-wrapper .title {
    font-size: 3.84rem;
  }
  .contact-wrapper .small-title {
    font-size: 1.07rem;
  }
  .contact-wrapper .small-title::before {
    bottom: -23px;
  }
  .contact-wrapper .sub-text {
    margin-bottom: 18px;
  }
  .tel-contact {
    font-size: 2rem;
  }
  .tel-contact img {
    width: 30px;
    height: 30px;
    margin: 0 10px 11px 0;
  }
  .info-wrapper {
    padding: 50px 0;
  }
  .info-wrapper .logo {
    width: 90px;
  }
  .info-wrapper .address {
    font-size: 0.8rem;
    margin-bottom: 40px;
  }
  .footer-menu {
    margin-bottom: 40px;
  }
  .footer-menu li a {
    font-size: 1rem;
  }
  .copy {
    font-size: 0.7rem;
  }
}
/* -- animation -- */
.ani-target,
.ani-target-list {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.ani-target.active,
.ani-target-list.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}
.ani-target-slidein {
  opacity: 0;
}
.ani-target-slidein.s-left.active {
  animation: slideInLeft 1.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.ani-target-slidein.s-right.active {
  animation: slideInRight 1.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes slideInRight {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

/* -- kv -- */
.home-kv {
  background: #2585BA url("../images/main-view-home_pc.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  height: calc(100vh - 80px);
  margin-top: 80px;
}
.kv-texts {
  position: absolute;
  top: calc(50% - 3.8rem - 100px);
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.home-kv-title {
  color: #fff;
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 0px 0px 10px rgba(37, 133, 186);
}
.home-kv-text {
  color: #fff;
  font-size: 0.98rem;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(37, 133, 186);
}
@media screen and (max-width: 768px) {
  .home-kv {
    margin-top: 56px;
  }
  .kv-texts {
    top: calc(50% - 5.2rem - 56px);
  }
  .home-kv-title {
    font-size: 4rem;
  }
  .home-kv-text {
    font-size: 1.1rem;
    max-width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .home-kv {
    background: url("../images/main-view-home_sp.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100vh - 56px);
  }
  .kv-texts {
    top: calc(50% - 29.5vw);
  }
  .home-kv-title {
    font-size: 10vw;
  }
  .home-kv-text {
    font-size: 3vw;
    text-align: left;
    padding: 0 20px;
    max-width: none;
  }
}
/* -- inner contents -- */
.main-wrapper {
  background: url("../images/background-service.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.main-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 150px 0;
}
.service-block {
  display: flex;
  margin-bottom: 80px;
}
.service-block .img-area {
  width: 640px;
  min-width: 640px;
  height: fit-content;
  margin-right: 80px;
  padding: 10px;
  background: #fff;
  border: solid 2px #333;
  border-radius: 2em;
  overflow: hidden;
}
.service-block.position .img-area {
  margin-right: 0;
  margin-left: 80px;
}
.service-block .img-area img {
  border-radius: 1.5em;
}
.service-block .text-area {
  padding-top: 60px;
}
.service-block .title-en {
  font-size: 1.11rem;
  color: #2585BA;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.service-block .title {
  font-size: 2.44rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.another-construction .text {
  text-align: center;
  margin-bottom: 55px;
}
.construction-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.construction-list li {
  width: 340px;
  text-align: center;
  background: #fff;
  border: solid 2px #333;
  margin: 0 20px 40px;
  padding: 22px 0;
  border-radius: 45px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}
.client-wrapper {
  padding: 150px 0 110px;
}
.client-container {
  max-width: 1280px;
  margin: 0 auto;
}
.client-list ul {
  display: flex;
  flex-wrap: wrap;
}
.client-list li {
  font-size: 0.83rem;
  margin-bottom: 20px;
  width: 25%;
  padding-left: 17px;
  position: relative;
}
.client-list li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2585BA;
  position: absolute;
  top: 8px;
  left: 0;
}
.client-list .notes {
  text-align: right;
  margin-top: 70px;
}

.inner-home-kv {
  margin-top: 80px;
  position: relative;
  padding-top: 20.833%;
}
.inner-home-kv.company {
  background: url("../images/main-view-company.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-home-kv.recruit {
  background: url("../images/main-view-recruit.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-home-kv.voice {
  background: url("../images/main-view-voice.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-kv-texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.inner-kv-title {
  color: #fff;
  font-size: 3.75rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  text-align: center;
}
h2 .main-title.inner {
  padding-top: 15px;
}
.breadcrumb {
  max-width: 1280px;
  margin: 20px auto 140px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  font-size: 0.9rem;
  margin-right: 27px;
  position: relative;
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb li::before,
.breadcrumb li::after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: #2585BA;
  position: absolute;
}
.breadcrumb li::before {
  right: -18px;
  top: 10px;
  transform: rotate(45deg);
}
.breadcrumb li::after {
  right: -18px;
  top: 15px;
  transform: rotate(-45deg);
}
.breadcrumb li:last-child:before,
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a {
  text-decoration: underline;
  transition: 0.5s;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.outline-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0 150px;
}
.outline-block dl {
  display: flex;
}
.outline-block dt {
  border-bottom: solid 2px #2585BA;
  min-width: 200px;
  padding: 25px 0;
}
.outline-block dd {
  padding: 25px 60px;
  border-bottom: solid 2px #EEEEEE;
  width: 100%;
}
.access-wrapper {
  background: #F4F9FC;
}
.inner-container {
  max-width: 1280px;
  margin: 0 auto;
}
.access-wrapper .inner-container {
  padding: 150px 0;
}
.access-block {
  margin-top: 130px;
  display: flex;
  gap: 60px
}
.map-area {
  width: 100%;
}
.map-name {
  text-align: center;
  font-size: 1.66rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.access-block .map {
  width: 100%;
  height: 400px;
  border-radius: 3em;
  overflow: hidden;
  border: solid 2px #333;
  position: relative;
}
.access-block .map iframe {
  width: 100%;
  height: 100%;
}
.map-address {
  text-align: center;
  margin-top: 30px;
}
.top-message {
  display: flex;
}
.top-message .img-area {
  width: 520px;
  min-width: 520px;
  height: fit-content;
  margin-right: 100px;
  padding: 10px;
  background: #fff;
  border: solid 2px #333;
  border-radius: 2em;
  overflow: hidden;
}
.top-message .img-area img {
  border-radius: 1.5em;
}
.message-wrapper .inner-container {
  padding: 0 0 150px;
}
.top-message .text-area {
  margin-top: -20px;
}
.message-title {
  font-size: 2.5rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}
.message-title .focus {
  color: #2585BA;
}
.message-text p {
  margin: 20px 0;
}
.message-name {
  text-align: right;
}
.message-name .name {
  font-size: 1.25rem;
  margin-left: 20px;
}
.re-voice-wrapper {
  background: url("../images/background-re-voice_pc.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.recruit-wrapper .inner-container {
  padding: 150px 0;
}
.recruit-wrapper .outline-block {
  padding: 60px 0 100px;
}
.re-voice-wrapper .inner-container {
  padding: 150px 0;
}
h2.h2-voice {
  text-align: left;
  margin-bottom: 60px;
}
h2.h2-voice .main-title {
  color: #fff;
}
h2.h2-voice .main-title::before {
  background: #fff;
  left: 0;
  bottom: -10px;
  transform: translateX(0%);
}
h2.h2-voice .main-title-back {
  font-size: 10rem;
  opacity: 0.1;
  position: absolute;
  left: 13.3%;
  top: -41px;
}
.voice-texts .text {
  color: #fff;
}
.for-link {
  margin-top: 45px;
}
.for-link a {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  border: solid 2px #fff;
  display: block;
  width: 300px;
  text-align: center;
  border-radius: 0.5em;
  padding: 20px 0;
  position: relative;
}
.for-link a:hover {
  background: #fff;
  color: #2585BA;
}
.for-link a::before,
.for-link a::after {
  content: '';
  display: block;
  width: 12px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 25px;
}
.for-link a:hover:before,
.for-link a:hover:after {
  background: #2585BA;
}
.for-link a::before {
  top: 33px;
  transform: rotate(45deg);
}
.for-link a::after {
  top: 40px;
  transform: rotate(-45deg);
}
.entry-link-area a {
  display: block;
  width: 600px;
  padding: 58px 0;
  margin: 0 auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  background: #2585BA;
  border: solid 2px #2585BA;
  border-radius: 0.8em;
  text-align: center;
  position: relative;
}
.entry-link-area a:hover {
  background: #fff;
  color: #2585BA;
}
.entry-link-area a .arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #fff;
  background: #2585BA;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.entry-link-area a .arrow::before,
.entry-link-area a .arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 13px;
}
.entry-link-area a .arrow::before {
  top: 14px;
  transform: rotate(45deg);
}
.entry-link-area a .arrow::after {
  top: 19px;
  transform: rotate(-45deg);
}
.voice-wrapper.blue {
  background: #F4F9FC;
}
.voice-block {
  display: flex;
  padding: 120px 0;
}
.voice-block-another {
  padding: 120px 0;
}
.voice-block.top-block {
  padding-top: 0;
}
.voice-block .photos {
  width: 520px;
  min-width: 520px;
  margin-right: 100px;
}
.voice-wrapper.blue .voice-block .photos {
  margin-left: 100px;
}
.voice-block .interviews {
  width: calc(100% - 620px);
}
.voice-block .img-area {
  height: fit-content;
  padding: 10px;
  background: #fff;
  border: solid 2px #333;
  border-radius: 2em;
  overflow: hidden;
}
.voice-block .img-area img {
  border-radius: 1.5em;
}
.voice-block .data-area {
  text-align: center;
  margin-top: 15px;
}
.voice-block .data-area .name {
  font-size: 1.33rem;
  font-weight: bold;
}
.department {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  font-size: 2.22rem;
  margin-bottom: 10px;
}
.interview-block {
  padding: 20px 0;
  border-bottom: dotted 1px #D5D5D5;
}
.interview-block .question {
  color: #2585BA;
  font-weight: bold;
}
.entry-link-area.voice-only {
  padding: 100px 0 150px;
}
.form-wrapper .inner-container {
  max-width: 720px;
  padding: 0 0 150px;
}
.scene-label {
  margin-bottom: 60px;
}
.scene-label ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.scene-label li {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  font-size: 1.11rem;
  font-weight: bold;
  background: #fff;
  color: #001864;
  text-align: center;
  border: solid 2px #001864;
  width: 30.6%;
  padding: 15px 0;
  border-radius: 35px;
  position: relative;
  z-index: 1;
}
.scene-label li.active {
  background: #001864;
  color: #fff;
}
.scene-label ul::before {
  content: '';
  display: block;
  width: 90%;
  height: 2px;
  background: #001864;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-comment {
  margin-bottom: 60px;
  text-align: center;
}
.input-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.confirmation .input-block {
  justify-content: flex-start;
  border-bottom: solid 2px #EEEEEE;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.input-block label {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 503px);
}
.input-block input {
  border: solid 2px #CCCCCC;
  padding: 12px 20px;
  width: 503px;
}
.input-block .label-required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 24px;
  background: #D03E31;
  color: #fff;
  border-radius: 3px;
  font-size: 0.72rem;
  text-align: center;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.form-note {
  background: #F4F9FC;
  border-radius: 1.5em;
  font-size: 0.88rem;
  text-align: center;
  padding: 37px;
  margin: 50px 0;
}
.check-btn {
  text-align: center;
}
.confirmation .check-btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.check-btn button {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  width: 300px;
  height: 80px;
  background: #2585BA;
  border: solid 2px #2585BA;
  color: #fff;
  border-radius: 0.5em;
  text-align: center;
  font-size: 1.11rem;
  font-weight: bold;
  transition: 0.5s;
}
.check-btn button:hover {
  color: #2585BA;
  background: #fff;
}
.confirmation .check-btn button {
  margin: 0 13px;
}
.check-btn button.cancel {
  color: #CCCCCC;
  border: solid 2px #CCCCCC;
  background: #fff;
}
.check-btn button.cancel:hover {
  opacity: 0.7;
}
.check-btn button.cancel.back-form {
  color: #2585BA;
  border: solid 2px #2585BA;
  background: #fff;
}
.check-btn button.cancel.back-form:hover {
  background: #2585BA;
  color: #fff;
  opacity: 1;
}
.completed-title {
  font-size: 2.22rem;
  color: #2585BA;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.completed-texts p {
  text-align: center;
  margin: 25px 0;
}
.for-home-link {
  margin-top: 50px;
}
.for-home-link a {
  font-size: 1.11rem;
  display: block;
  margin: 0 auto;
  width: 300px;
  padding: 22px 0;
  background: #fff;
  border: solid 2px #2585BA;
  color: #2585BA;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5em;
  position: relative;
}
.for-home-link a:hover {
  background: #2585BA;
  color: #fff;
}
.for-home-link a::before,
.for-home-link a::after {
  content: '';
  display: block;
  width: 12px;
  height: 3px;
  border-radius: 5px;
  background: #2585BA;
  position: absolute;
  right: 25px;
}
.for-home-link a::before {
  top: 33px;
  transform: rotate(45deg);
}
.for-home-link a::after {
  top: 40px;
  transform: rotate(-45deg);
}
.for-home-link a:hover::before,
.for-home-link a:hover:after {
  background: #fff;
}
.error-wrapper .inner-container {
  max-width: 720px;
  padding: 200px 0 150px;
}
.error-title {
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 11.11rem;
  color: #2585BA;
  line-height: 1.5;
}
.error-texts {
  text-align: center;
  font-size: 1.66rem;
}
.error-messe-title {
  text-align: center;
  font-size: 1.17rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.error-messe-block {
  text-align: center;
}

@media screen and (max-width: 1500px) {
  h2.h2-voice .main-title-back {
    left: 18.5%;
  }
}
@media screen and (max-width: 1280px) {
  .main-container {
    padding: 150px 20px 40px;
  }
  .service-block .img-area {
    width: 50%;
    min-width: 50%;
    margin-right: 5%;
  }
  .service-block.position .img-area {
    margin-left: 5%;
  }
  .service-block .text-area {
    padding-top: 0;
  }
  .service-block .title-en {
    margin-bottom: 0;
  }
  .service-block .title {
    font-size: 3.7vw;
    margin-bottom: 15px;
  }
  .client-list {
    padding: 0 20px;
  }
  .construction-list li {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .breadcrumb {
    padding: 0 20px;
  }
  .inner-container {
    padding: 0 20px;
  }
  .outline-block dt {
    min-width: 27%;
    padding: 15px 0;
  }
  .outline-block dd {
    padding: 15px 20px;
  }
  .access-wrapper .inner-container {
    padding: 150px 20px;
  }
  .message-wrapper .inner-container {
    padding: 0 20px 150px;
  }
  .re-voice-wrapper .inner-container {
    padding: 150px 20px;
    overflow: hidden;
  }
  .recruit-wrapper .inner-container {
    padding: 150px 20px;
  }
  .top-message .img-area {
    width: 30%;
    min-width: 30%;
    margin-right: 4.5%;
  }
  .message-title {
    font-size: 2.1rem;
  }
  h2.h2-voice .main-title-back {
    font-size: 7rem;
    top: -22px;
  }
  .entry-link-area a {
    width: 100%;
    max-width: 350px;
    padding: 25px 0;
    font-size: 1.2rem;
    border-radius: 0.6em;
  }
  .entry-link-area a .arrow {
    width: 30px;
    height: 30px;
    right: 25px;
  }
  .entry-link-area a .arrow::before,
  .entry-link-area a .arrow::after {
    right: 8px;
  }
  .entry-link-area a .arrow::before {
    top: 10px;
  }
  .entry-link-area a .arrow::after {
    top: 15px;
  }
  .voice-block .photos {
    width: 30%;
    min-width: 30%;
    margin-right: 4.5%;
  }
  .voice-wrapper.blue .voice-block .photos {
    margin-right: 0;
    margin-left: 4.5%;
  }
  .voice-block .interviews {
    width: 65.5%;
  }
  .form-wrapper .inner-container {
    padding: 0 20px 150px;
  }
  .check-btn button {
    width: 100%;
    max-width: 350px;
    font-size: 1.2rem;
  }
  .error-title {
    font-size: 5rem;
  }
  .input-block input {
    width: 460px;
  }
  .input-block label {
    width: calc(100% - 460px);
  }
}
@media screen and (max-width: 768px) {
  .main-container {
    padding: 50px 20px;
  }
  .service-block {
    flex-flow: column;
    margin-bottom: 40px;
  }
  .service-block .img-area {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    padding: 5px;
    border-radius: 3em;
  }
  .service-block .img-area img {
    border-radius: 2.5em;
  }
  .service-block .text-area {
    padding-top: 20px;
  }
  .service-block .title-en {
    font-size: 1.23rem;
  }
  .service-block .title {
    font-size: 1.84rem;
    margin-bottom: 20px;
  }
  .service-block.position {
    flex-flow: column-reverse;
  }
  .service-block.position .img-area {
    margin-left: 0;
  }
  .another-construction {
    margin-top: 80px;
  }
  .construction-list li {
    padding: 8px 0;
    font-size: 0.77rem;
  }
  .client-wrapper {
    padding: 50px 0 60px;
  }
  .client-list {
    padding: 0 20px;
  }
  .client-list ul {
    flex-flow: column;
  }
  .client-list li {
    font-size: 0.8rem;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 12px;
  }
  .client-list li::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
  .client-list .notes {
    text-align: center;
    margin-top: 40px;
    font-size: 1rem;
  }
  .inner-home-kv {
    margin-top: 56px;
    padding-top: 35%;
  }
  .inner-kv-title {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .breadcrumb {
    margin: 20px 0;
  }
  h2 .main-title.inner {
    padding-top: 40px;
  }
  .outline-block {
    padding: 0 0 60px;
  }
  .outline-block dl {
    display: block;
    margin-bottom: 10px;
  }
  .outline-block dt {
    width: fit-content;
    min-width: auto;
    padding: 15px 0 5px;
  }
  .outline-block dd {
    padding: 15px 0 25px;
  }
  .access-wrapper .inner-container {
    padding: 40px 20px 60px;
  }
  .access-block {
    margin-top: 60px;
    flex-flow: column;
    gap: 50px;
  }
  .map-address {
    margin-top: 20px;
  }
  .message-wrapper .inner-container {
    padding: 30px 20px 60px;
  }
  .access-block .map {
    height: 250px;
  }
  .top-message {
    flex-flow: column-reverse;
  }
  .top-message .img-area {
    width: 80%;
    max-width: 270px;
    min-width: auto;
    margin: 30px auto 0;
  }
  .top-message .text-area {
    margin-top: 0;
  }
  .message-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .message-name .name {
    font-size: 1rem;
  }
  .re-voice-wrapper .inner-container {
    padding: 70px 20px;
  }
  .recruit-wrapper .inner-container {
    padding: 40px 20px 60px;
  }
  .re-voice-wrapper {
    background: url("../images/background-re-voice_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
  h2.h2-voice .main-title-back {
    left: 28%;
  }
  .h2-voice .main-title {
    font-size: 2.15rem;
  }
  h2.h2-voice {
    margin-bottom: 40px;
  }
  .for-link {
    margin-top: 30px;
  }
  .for-link a {
    font-size: 1.07rem;
    max-width: 240px;
    padding: 11px 0;
  }
  .for-link a::before,
  .for-link a::after {
    width: 8px;
    height: 2px;
    right: 17px;
  }
  .for-link a::before {
    top: 22px;
  }
  .for-link a::after {
    top: 27px;
  }
  .recruit-wrapper .outline-block {
    padding: 0 0 60px;
  }
  .voice-wrapper .inner-container {
    padding: 40px 20px;
  }
  .voice-block {
    padding: 20px 0;
    flex-flow: column;
  }
  .voice-block-another {
    padding: 20px 0;
  }
  .voice-wrapper.blue .voice-block {
    flex-flow: column-reverse;
  }
  .voice-wrapper.blue .voice-block .photos {
    margin-left: auto;
    margin-right: auto;
  }
  .voice-block .photos {
    width: 80%;
    max-width: 270px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .voice-block .data-area .name {
    font-size: 1.1rem;
  }
  .voice-block .interviews {
    width: 100%;
    margin-top: 20px;
  }
  .department {
    font-size: 1.1rem;
  }
  .interview-block {
    padding: 10px 0;
  }
  .entry-link-area.voice-only {
    padding: 50px 20px 60px;
  }
  .form-wrapper .inner-container {
    padding: 40px 20px 60px;
  }
  .scene-label {
    margin-bottom: 30px;
  }
  .scene-label li {
    font-size: 0.6rem;
    width: 31%;
  }
  .input-block {
    flex-flow: column;
  }
  .input-block label {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 48px;
  }
  .input-block .label-required {
    width: 40px;
    height: 22px;
    font-size: 0.65rem;
    right: auto;
    left: 0;
  }
  .input-block input {
    font-size: 16px;
    width: 100%;
  }
  .form-comment {
    margin-bottom: 40px;
    text-align: left;
  }
  .form-note {
    text-align: left;
    font-size: 13px;
    padding: 25px;
  }
  .confirmation .check-btn button {
    margin: 10px 0;
  }
  .confirmation .input-block {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .confirmation .input-block label {
    padding-left: 0;
  }
  .value-text {
    width: 100%;
  }
  .confirmation .check-btn {
    margin-bottom: -10px;
    flex-flow: column-reverse;
    align-items: center;
  }
  .completed-title {
    font-size: 1.3rem;
  }
  .completed-texts p {
    text-align: left;
  }
  .for-home-link a::before {
    top: 30px;
  }
  .for-home-link a::after {
    top: 37px;
  }
  .error-title {
    font-size: 3.5rem;
  }
  .error-texts {
    font-size: 0.9rem;
  }
  .error-wrapper .inner-container {
    padding: 90px 20px 60px;
  }
  .error-messe-title {
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  h2.h2-voice .main-title-back {
    left: 50%;
  }
}