@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@500&display=swap");
:root {
  --sp-padding: 4vw;
  --pc-container: 1000px;
  --gray: #c7c7c7;
  --bg-gray: #f1f2f6;
}

/* ***********************************
*
*    Ire's CSS Reset & Base
    *
* *********************************** */
/* Reset margin, padding, border
* *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
* *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

/* Layout
* *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
* *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
* *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* My setting
* *********************************** */
a {
  text-decoration: none;
}

textarea {
  resize: vertical;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
  line-height: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

th {
  font-weight: normal;
  vertical-align: text-top;
}

a {
  -webkit-transition: 1s;
  transition: 1s;
}
a:hover {
  opacity: 0.8;
}

.ctr {
  padding: 0 var(--sp-padding);
}
@media screen and (min-width: 1024px) {
  .ctr {
    max-width: var(--pc-container);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.section {
  padding: 100px 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .--pcflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pc-ctr {
    max-width: var(--pc-container);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.main .btn {
  margin-top: 75px;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5em;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 1.75em;
  background: #fff;
}
.btn::after {
  content: "";
  height: 1em;
  width: 1em;
  background: url(../img/icon-right.svg) center/contain no-repeat;
  margin-left: 1em;
}
.btn span {
  font-size: 1.2rem;
  margin-left: 0.5em;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-right {
  margin-left: auto;
}

.btn-menu {
  cursor: pointer;
}

.btn-footer {
  background: #fff;
  padding: 28px 0;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.list-company dt {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--gray);
}
.list-company dd {
  margin: 0.75em 0 1.25em;
}

.list-news > * + * {
  margin-top: 0.25em;
}
.list-news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-news .title {
  text-decoration: underline;
  margin-left: 0.25em;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.hl-section-pileup {
  margin-top: -131px;
}

.hl-lv02 {
  text-align: center;
  margin-bottom: 44px;
}

.hl-lv03 {
  font-size: 2.2rem;
  margin-bottom: 34px;
  margin-top: 30px;
}

.hl-lv03-img {
  text-align: center;
  font-size: 1.3rem;
}
.hl-lv03-img img {
  margin-bottom: 18px;
}

.main p {
  margin: 1em 0;
}

.line {
  height: 13px;
  width: 100%;
  background: url(../img/icon-triangle-l.svg) center/contain no-repeat;
  position: relative;
}
.line::after {
  content: "";
  display: block;
  height: 2px;
  background: #000;
  position: absolute;
  left: -50%;
  right: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 25px;
}
.header .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .header {
    background: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  }
}

.pc-menu nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc-menu .list-nav {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.18);
}
.pc-menu .list-nav li + li {
  margin-left: 20px;
}

@media screen and (min-width: 1024px) {
  body {
    padding-top: 81px;
  }
}
.footer {
  background: #000;
}
.footer .copyright {
  color: #fff;
  text-align: center;
  margin-top: 38px;
  font-size: 1.2rem;
  display: block;
}

.toggle-menu {
  display: none;
  position: fixed;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #666;
  padding-top: 100px;
}
.toggle-menu .list-nav > li {
  margin-top: 10px;
}

.nav-footer .list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .nav-footer .list-nav > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .nav-footer .list-nav > *:nth-child(even) {
    text-align: right;
  }
  .nav-footer .list-nav > *:nth-child(n+3) {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-footer .list-nav {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.firstview {
  height: 533px;
  background: url(../img/bg-fv.jpg) center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.firstview::after {
  content: "";
  position: absolute;
  right: var(--sp-padding);
  bottom: -88px;
  height: 212px;
  width: 13px;
  background: url(../img/line-vertical.svg) center/contain no-repeat;
}

.secondview {
  height: 400px;
  background: url(../img/page-back.jpg) center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 120px;
}

.thirdview {
  height: 400px;
  background: url(../img/page-back2.jpg) center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 120px;
}

.fourthview {
  height: 400px;
  background: url(../img/page-back3.jpg) center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 120px;
}

.section-top01 .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-top01 .flex p {
  margin-left: 40px;
}
@media screen and (min-width: 768px) {
  .section-top01 .--pcflex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.daihyo > div:first-child {
  width: 50%;
}
.daihyo > div:last-child {
  width: 50%;
}

.section-top02 {
  position: relative;
}
.section-top02::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  height: 449px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-about.jpg) top left no-repeat;
  background-size: 200% auto;
}
.section-top02 .img-about {
  margin: 90px 0 50px;
}
.section-top02 .line {
  margin: 50px 0;
}
@media screen and (min-width: 1024px) {
  .section-top02::before {
    height: 718px;
  }
}

.section-top03 .hl-lv02 {
  position: relative;
  z-index: 2;
}
.section-top03 .right {
  padding-left: 30vw;
  margin-top: -79px;
}
.section-top03 .img-wrap {
  padding-right: 26vw;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .section-top03 .right {
    padding-left: 20vw;
  }
  .section-top03 .img-wrap {
    padding-right: 20vw;
  }
}

.section-top04 {
  background: var(--bg-gray);
}

.section-top05 {
  background: url(../img/bg-recruit.jpg) center/cover no-repeat;
}
.section-top05 h2,
.section-top05 h3,
.section-top05 p {
  color: #fff;
}
.section-top05 .btn {
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .section-top05 .ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-top06 .flex {
  margin-top: 50px;
}
.section-top06 .flex * + * {
  margin-left: 10px;
}

.section-top07 {
  background: var(--bg-gray);
}

.rectable {
  width: 100%;
  margin-top: 60px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.rectable caption {
  padding: 30px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.rectable td {
  border: 1px solid #ccc;
  padding: 10px;
}
.rectable th {
  border: 1px solid #ccc;
  padding: 10px;
}

.formTable {
  width: 100%;
  border-collapse: collapse;
  margin: 60px 0;
}
.formTable th {
  width: 20%;
  font-weight: bold;
  padding-bottom: 20px;
}
.formTable td {
  width: 80%;
  padding-bottom: 20px;
}
.formTable input, .formTable textarea, .formTable select {
  width: 100%;
  line-height: 2em;
  font-size: 1.2em;
}

input[type=submit] {
  width: 300px;
  margin: 0 auto;
  background-color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  padding: 10px;
}
input[type=submit]:hover {
  cursor: pointer;
}