@charset "UTF-8";
/*! 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=Montserrat:ital,wght@1,500&family=Noto+Sans:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

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

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 */
  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: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

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 */
  -webkit-text-decoration: underline dotted;
          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: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1150px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.inner {
  width: 1000px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

/* Setting
======================================== */
body {
  font-size: 16px;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.08em;
  word-break: break-all;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

:target::before {
  content: "";
  display: block;
  height: 200px;
  margin-top: -200px;
  visibility: hidden;
}

@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
._bold {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

._red {
  color: red !important;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

.gray-out {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
}

.spacer {
  width: 100%;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-s {
  margin-top: 25px !important;
}
.mt-m {
  margin-top: 50px !important;
}
.mt-l {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-s {
  margin-bottom: 25px !important;
}
.mb-m {
  margin-bottom: 50px !important;
}
.mb-l {
  margin-bottom: 100px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mx-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mx-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-s {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py-m {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-l {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-s {
  padding-top: 25px !important;
}
.pt-m {
  padding-top: 50px !important;
}
.pt-l {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-s {
  padding-bottom: 25px !important;
}
.pb-m {
  padding-bottom: 50px !important;
}
.pb-l {
  padding-bottom: 100px !important;
}

/* Parts
======================================== */
/* --- Title --- */
.ttl {
  color: #0084CC;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
}
.ttl span {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 40px;
}
@media (min-width: 1001px) {
  .ttl span {
    margin: 30px 0 50px;
  }
}
.ttl span:before {
  content: url(../img/icon-rhombus.svg);
  display: block;
  margin-right: 10px;
}
.ttl span:after {
  content: url(../img/icon-rhombus.svg);
  display: block;
  margin-left: 10px;
}
.ttl.white {
  color: #fff;
}
.ttl.white span {
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 50px;
}
.ttl.white span:before {
  content: url(../img/icon-rhombus_white.svg);
}
.ttl.white span:after {
  content: url(../img/icon-rhombus_white.svg);
}

/* --- Button --- */
.arrow-btn {
  font-family: "Noto Serif JP", serif;
  color: #0084CC;
  border: 1px solid #0084CC;
  background-color: #fff;
  width: 80%;
  height: 60px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
}
@media (min-width: 1001px) {
  .arrow-btn {
    width: 240px;
    height: 70px;
    font-size: 21px;
  }
}
.arrow-btn:after {
  content: url(../img/icon-arrow.svg);
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle !important;
}

/* Header
======================================== */
header {
  height: 60px;
  position: relative;
}
@media (min-width: 1001px) {
  header {
    height: 100px;
  }
}

.header-wrap {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
}
.header-wrap .lg-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
@media (min-width: 1001px) {
  .header-wrap .lg-inner {
    height: 100px;
  }
}
.header-wrap .logo {
  width: 152px;
}
@media (min-width: 1001px) {
  .header-wrap .logo {
    width: 192px;
  }
}
@media (max-width: 1000px) {
  .header-wrap .logo + nav {
    display: none !important;
  }
}
.header-wrap .nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.header-wrap .nav-list li {
  font-family: "Noto Serif JP", serif;
}
.header-wrap .nav-list li.contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0084CC;
  width: 182px;
  height: 53px;
  border: 1px solid #0084CC;
  background-color: #fff;
}
.header-wrap .nav-list li.contact a:before {
  content: url(../img/icon-mail.svg);
  display: block;
  margin-right: 10px;
}

/* --- Humburger --- */
.hamburger {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2F80D1;
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1001px) {
  .hamburger {
    display: none !important;
  }
}
.hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-container {
  position: fixed;
  transition: 0.2s;
  top: 60px;
  right: -100%;
  background: #EDF6FB;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 1000;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
.nav-container.nav-active {
  right: 0;
}
.nav-container .inner_nav {
  width: 85%;
  font-size: 18px;
}
.nav-container .inner_nav ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.nav-container .inner_nav ul li {
  padding-bottom: 10px;
  text-align: center;
  margin: 0 auto;
}
.nav-container .inner_nav ul li:not(:last-child) {
  border-bottom: 1px solid #606060;
}

/* Footer
======================================== */
footer {
  background-color: #0084CC;
  padding-top: 70px;
  color: #fff;
}
footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  footer .wrap {
    justify-content: center;
    gap: 10px;
  }
}
footer .wrap .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .wrap .contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 30px;
}
@media (max-width: 1000px) {
  footer .wrap .contact {
    justify-content: center;
    gap: 20px;
  }
}
footer .wrap .contact .tel {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
}
footer .wrap .contact .tel:before {
  content: url(../img/icon-tel.svg);
  display: block;
  margin-right: 10px;
}
footer .wrap .contact .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0084CC;
  width: 90%;
  height: 50px;
  font-size: 18px;
  background-color: #fff;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media (min-width: 1001px) {
  footer .wrap .contact .contact-btn {
    width: 327px;
    height: 70px;
    font-size: 21px;
  }
}
footer .wrap .contact .contact-btn:before {
  content: url(../img/icon-mail.svg);
  display: block;
  margin-right: 10px;
}
footer .copy-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
  border-top: 1px solid #fff;
  padding: 20px 0;
  font-size: 12px;
}

section {
  padding: 60px 0;
}
@media (min-width: 1001px) {
  section {
    padding: 100px 0;
  }
}

/* Main Visual
======================================== */
.mv {
  background-color: #EDF6FB;
  height: 300px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 0;
  width: 100%;
}
@media (min-width: 1001px) {
  .mv {
    height: 560px;
    width: calc(100% - 75px);
    align-items: center;
  }
}
.mv .wrap {
  z-index: 100;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: absolute;
}
@media (max-width: 1000px) {
  .mv .wrap {
    padding-bottom: 30px;
  }
}
.mv .wrap .subttl {
  padding: 5px 10px;
  background-color: #0084CC;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1001px) {
  .mv .wrap .subttl {
    font-size: 38px;
    padding: 15px 30px;
    margin-bottom: 35px;
  }
}
.mv .wrap .desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1001px) {
  .mv .wrap .desc {
    font-size: 18px;
    line-height: 2;
  }
}
.mv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  background: #EDF6FB;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv .img-mv {
  position: absolute;
  top: 20px;
  width: calc(100% - 50px);
  height: 300px;
  right: calc(50% - 50vw);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media (min-width: 1001px) {
  .mv .img-mv {
    width: auto;
    top: 40px;
    height: 560px;
    right: calc(50% - 50vw - 75px);
  }
}

section.about-us {
  padding-top: 100px;
}
@media (min-width: 1001px) {
  section.about-us {
    padding-top: 180px;
  }
}
section.about-us .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1001px) {
  section.about-us .wrap {
    flex-direction: row-reverse;
    gap: 80px;
  }
}
section.about-us .wrap .img {
  width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: calc(50% - 50vw);
  margin-right: auto;
}
@media (min-width: 1001px) {
  section.about-us .wrap .img {
    width: 50vw;
    height: 380px;
  }
}
section.about-us .wrap .text {
  flex: 1;
}

/* Business
======================================== */
section.business {
  background-color: #EDF6FB;
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(50vw - 50%);
  width: 100vw;
}
section.business ul.list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 100px;
}
section.business ul.list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1001px) {
  section.business ul.list li {
    gap: 80px;
  }
}
section.business ul.list li .text {
  width: 100%;
}
@media (min-width: 1001px) {
  section.business ul.list li .text {
    width: calc(50% - 80px);
  }
}
section.business ul.list li h3 {
  color: #0084CC;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
section.business ul.list li h3:after {
  content: "";
  display: block;
  background-image: url(../img/ttl-grad.svg);
  background-size: cover;
  width: 42px;
  height: 4px;
  flex: 1;
  background-position: right center;
}
section.business ul.list li img {
  width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
@media (min-width: 1001px) {
  section.business ul.list li img {
    width: 50vw;
    height: 380px;
  }
}
section.business ul.list li:nth-child(even) {
  flex-direction: row-reverse;
}
section.business ul.list li:nth-child(even) img {
  margin-left: calc(50% - 50vw);
  margin-right: auto;
}

/* Message
======================================== */
.bg-grey {
  background-color: #F4F3F2;
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(50vw - 50%);
  width: 100vw;
  z-index: -10;
}

section.message {
  background-color: #fff;
  padding: 60px 3vw 50px 0;
  position: relative;
  z-index: 100;
}
@media (min-width: 1001px) {
  section.message {
    padding: 100px 80px 100px 0;
  }
}
section.message:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -10;
}
section.message .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1001px) {
  section.message .wrap {
    gap: 110px;
  }
}
section.message h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1001px) {
  section.message h3 {
    font-size: 28px;
  }
}
section.message h3 span {
  color: #0084CC;
}
section.message p {
  flex: 100%;
}
@media (min-width: 1001px) {
  section.message p {
    flex: 1;
  }
}

/* Recurit
======================================== */
section.recruit {
  background-color: #fff;
  margin-top: 100px;
  position: relative;
  z-index: 100;
  padding: 60px 0 50px 3vw;
}
@media (min-width: 1001px) {
  section.recruit {
    padding: 100px 0 80px 100px;
  }
}
section.recruit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -10;
}
section.recruit .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1001px) {
  section.recruit .wrap {
    gap: 80px;
  }
}
section.recruit .wrap img {
  width: 440px;
}
section.recruit .wrap .text {
  flex: 1;
}
section.recruit .subttl {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
}
section.recruit dl {
  border: 1px solid #ccc;
  padding: 20px 10px;
  margin: 50px 0;
}
@media (min-width: 1001px) {
  section.recruit dl {
    padding: 50px;
    margin: 50px 0;
  }
}
section.recruit dl h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  color: #0084CC;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  section.recruit dl h3 {
    margin-bottom: 30px;
  }
}
section.recruit dl .data {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}
@media (min-width: 1001px) {
  section.recruit dl .data {
    padding: 20px 50px;
  }
}
section.recruit dl .data.bt {
  border-top: 1px solid #ccc;
}
section.recruit dl dt {
  font-weight: 700;
  width: 150px;
}

section.company {
  background-color: #EDF6FB;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(50vw - 50%);
}
section.company .wrap {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
section.company .wrap dl {
  padding: 40px 20px;
  width: 100%;
}
@media (min-width: 1001px) {
  section.company .wrap dl {
    width: 50%;
    padding: 40px;
  }
}
section.company .wrap dl h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  color: #0084CC;
  margin-bottom: 30px;
}
section.company .wrap dl .data {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}
section.company .wrap dl .data.bt {
  border-top: 1px solid #ccc;
}
section.company .wrap dl dt {
  font-weight: 700;
  width: 100%;
}
@media (min-width: 1001px) {
  section.company .wrap dl dt {
    width: 150px;
  }
}
section.company .wrap dl dd {
  flex: 1;
}
section.company .wrap iframe {
  width: 100%;
  height: 400px;
}
@media (min-width: 1001px) {
  section.company .wrap iframe {
    width: 50%;
    height: auto;
  }
}

/* Contact Form
======================================== */
section.contact-form {
  background-color: #EDF6FB;
}
section.contact-form h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #0084CC;
  margin-bottom: 50px;
  text-align: center;
}

.mw_wp_form {
  width: 100% !important;
}
.mw_wp_form dl {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.mw_wp_form dl dt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dt {
    width: 28%;
    margin-bottom: 0px;
  }
}
.mw_wp_form dl dt .required {
  display: block;
  background-color: #AA1923;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.mw_wp_form dl dt .required:before {
  content: "必須";
  display: inline-block;
}
.mw_wp_form dl dd {
  width: 100%;
  /* Radio Button*/
}
@media (min-width: 1001px) {
  .mw_wp_form dl dd {
    width: 70%;
  }
}
.mw_wp_form dl dd input[type=text] {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.mw_wp_form dl dd textarea {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.mw_wp_form dl dd .mwform-radio-field-text {
  color: #fff;
}/*# sourceMappingURL=styles.css.map */