@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #000;
  font-size: 1em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.pc-item {
  display: none;
}

.sp-item {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
}

#loading-main:after, #loading-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 110%;
}

#loading-main {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
}

#loading-main:after {
  animation: loading 0.75s linear infinite;
  border: 2px solid transparent;
  border-top-color: #F5F5F5;
}

#loading-main:before {
  border: 2px solid #1D77E2;
}

.noscroll {
  overflow: hidden;
}

a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

.wrapper {
  position: relative;
}

.rightmenu {
  position: fixed;
  top: 2.564vw;
  right: 2.564vw;
  z-index: 200;
}
.rightmenu .nav_logo {
  padding-top: 12.821vw;
}
.rightmenu .nav_logo a {
  width: 50.256vw;
  margin: 0 auto;
  display: block;
}
.rightmenu .nav_logo a img {
  width: 100%;
}
.rightmenu .mainnav {
  color: #fff;
  padding: 0;
  margin: 11.538vw auto 11.538vw;
  width: 82.051vw;
  text-align: center;
}
.rightmenu .mainnav li {
  list-style: none;
  padding-bottom: 6.41vw;
  margin-bottom: 6.41vw;
  letter-spacing: 0.1em;
  font-size: 4.615vw;
  font-weight: 700;
  line-height: 1;
  border-bottom: solid 0.256vw #fff;
}
.rightmenu .mainnav li.sub {
  font-size: 3.333vw;
}
.rightmenu .mainnav li a {
  display: block;
  color: #fff;
}
.rightmenu .mainnav li .dropdown__lists {
  display: flex;
  justify-content: space-around;
  margin-top: 6.41vw;
}
.rightmenu .mainnav li .dropdown__lists li {
  font-size: 4.103vw;
  font-weight: 400;
  border: none;
  padding: 0;
  margin: 0;
}
.rightmenu .contactsnav {
  width: 82.051vw;
  margin: 0 auto;
}
.rightmenu .contactsnav li {
  list-style: none;
  margin-bottom: 3.333vw;
}
.rightmenu .contactsnav li img {
  width: 100%;
}
.rightmenu .contactsnav li a {
  display: block;
  background-color: #73B9F2;
  font-size: 4.103vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 12.308vw;
}
.rightmenu .contactsnav li a.btn_contact {
  background: linear-gradient(to right, #2A60CB, #103D97);
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  width: 10.256vw;
  height: 10.256vw;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 510; /* 重なり順を一番上にする */
  cursor: pointer;
  background-color: #fff;
  border: 0.513vw solid #2A65CB;
  border-radius: 0.769vw;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 0.513vw;
  width: 6.667vw;
  border-radius: 0.513vw;
  background: linear-gradient(to right, #2A65CB, #2589EC);
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 1.795vw;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 1.795vw;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(45deg, #2589EC, #2A65CB);
  transition: 0.5s;
  opacity: 0;
  display: none;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  font-size: 4.615vw;
  line-height: 3;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.4em;
}
.nav_list li {
  text-align: center;
}
.nav_list li a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.nav_list li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  opacity: 1;
  transition: 0.5s;
  animation: fadeIn 0.5s ease-in 0s forwards;
}

.nav_content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
  z-index: 501;
}

#drawer_input:checked ~ .nav_content {
  pointer-events: auto;
  opacity: 1;
  transition: 0.5s;
  z-index: 501;
  animation: fadeIn 0.5s ease-in 0s forwards;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* ここまで */
body {
  position: relative;
}

#header {
  width: 100%;
  height: 15.385vw;
  position: relative;
  background-color: #fff;
}
#header .logo {
  width: 32.821vw;
  height: auto;
  position: absolute;
  top: 5.897vw;
  left: 4.872vw;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 0.256vw;
  line-height: 0;
}
#header .logo img {
  width: 100%;
}
#header ul.mainnav {
  display: none;
}
#header ul.contactsnav {
  display: none;
}

a.btn {
  display: block;
  line-height: 28.974vw;
  width: 145.128vw;
}
a.btn img {
  width: 100%;
}

#contact {
  background: url("../img/contact_bg@sp.jpg");
  background-size: cover;
  padding: 25.641vw 0;
}
#contact a {
  display: block;
  width: 82.051vw;
  margin: 0 auto;
}
#contact a img {
  width: 100%;
}

#footer {
  position: relative;
  background: #3A3A3A;
  padding: 10.256vw 0;
  height: auto;
  color: #fff;
}
#footer .wrap {
  width: 89.744vw;
  margin: 0 auto;
}
#footer .wrap .column {
  margin-bottom: 7.692vw;
}
#footer .wrap .column .leftcolumn {
  margin-bottom: 10.256vw;
}
#footer .wrap .column .leftcolumn .logo {
  width: 42.821vw;
  margin-bottom: 2.564vw;
}
#footer .wrap .column .leftcolumn .logo img {
  width: 100%;
}
#footer .wrap .column .leftcolumn .address {
  font-size: 2.821vw;
  margin-bottom: 3.846vw;
}
#footer .wrap .column .leftcolumn .copyright {
  font-size: 2.564vw;
}
#footer .wrap .column .rightcolumn .certification {
  font-size: 2.821vw;
}
#footer .wrap .mainnav {
  color: #fff;
  border-top: solid 0.256vw #fff;
  padding: 10.256vw 0 0 0;
}
#footer .wrap .mainnav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 0;
}
#footer .wrap .mainnav ul li {
  list-style: none;
  letter-spacing: 0.1em;
  font-size: 4.103vw;
  font-weight: 700;
  line-height: 2.821vw;
  padding: 0 7.692vw 0 0;
  margin-bottom: 7.692vw;
}
#footer .wrap .mainnav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#footer .wrap .mainnav ul li:last-of-type {
  padding: 0 0 0 0;
}
#footer .wrap .mainnav ul li ul.sub {
  display: block;
  margin-top: 3.846vw;
}
#footer .wrap .mainnav ul li ul.sub li {
  font-size: 3.333vw;
  font-weight: 400;
  padding: 0 0 0 1em;
  margin-bottom: 2.564vw;
  width: auto;
}
#footer .wrap .mainnav ul li ul.sub li a {
  position: relative;
}
#footer .wrap .mainnav ul li ul.sub li a::before {
  content: "";
  display: block;
  width: 1.026vw;
  height: 0.256vw;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -2.564vw;
}
#footer .wrap .mainnav ul li#f_nav_home {
  width: 100%;
}
#footer .wrap .mainnav ul li#f_nav_officelist {
  padding-right: 0;
}
#footer .wrap .mainnav ul li#f_nav_recruit {
  width: 100%;
}
#footer .wrap .mainnav ul li#f_nav_contact {
  width: 100%;
}
#footer .wrap .mainnav ul li#f_nav_privacy {
  width: 100%;
}

.pagetop a {
  width: 12.821vw;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.pagetop a img {
  width: 100%;
}

main {
  min-width: auto;
}

.secondpage #maintitle {
  background: linear-gradient(to right, #2A65CB, #2589EC);
  width: 100%;
  height: 52.051vw;
  position: relative;
  color: #fff;
}
.secondpage #maintitle .cat {
  font-size: 4.103vw;
  font-weight: 400;
  font-family: "Jost", serif;
  position: absolute;
  top: 5.128vw;
  left: 5.128vw;
  letter-spacing: 0.1em;
}
.secondpage #maintitle .cat span {
  font-size: 2.308vw;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
.secondpage #maintitle h2 {
  font-size: 4.103vw;
  text-align: center;
  line-height: 52.051vw;
  letter-spacing: 0.14em;
}
.secondpage section {
  padding: 7.692vw 0;
}
.secondpage section h2 {
  font-size: 5.128vw;
  font-size: 400;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.1em;
  color: #4A80DF;
}
.secondpage section h2 span {
  font-size: 2.051vw;
  font-weight: 400;
  font-family: "Jost", serif;
  display: block;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 768px) {
  /***************************

    PC

  *****************************/
  /* Style adjustments for viewports that meet the condition */
  .sp-item {
    display: none;
  }
  .pc-item {
    display: block;
  }
  a {
    transition: 0.5s;
  }
  a:hover {
    opacity: 0.3;
  }
  body {
    min-width: 1200px;
    position: relative;
  }
  .wrapper {
    width: auto;
  }
  .rightmenu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
  }
  #header {
    width: 100%;
    height: 56px;
    position: relative;
    background-color: #fff;
  }
  #header .logo {
    width: 168px;
    height: auto;
    position: absolute;
    top: 19px;
    left: 32px;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 0;
  }
  #header .logo img {
    width: 100%;
  }
  #header ul.mainnav {
    display: block;
    position: absolute;
    top: 0px;
    left: 258px;
    width: auto;
    z-index: 1100;
    text-align: center;
  }
  #header ul.mainnav li {
    display: inline-block;
    list-style: none;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 0 13px;
    line-height: 1;
  }
  #header ul.mainnav li:last-child {
    padding: 0 0 0 15px;
    border: none;
  }
  #header ul.mainnav li a {
    color: #000;
    line-height: 57px;
  }
  #header ul.mainnav .gnavi__list {
    position: relative;
  }
  #header ul.mainnav .gnavi__list a {
    line-height: 56px;
  }
  #header ul.mainnav .dropdown__lists {
    display: none;
    visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
    opacity: 0; /*不透明度0*/
    transition: all 0s; /*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 56px;
    left: -62px;
  }
  #header ul.mainnav .dropdown__lists.fiveletters {
    left: -54px;
  }
  #header ul.mainnav .dropdown__lists li {
    position: relative;
    padding: 0 !important;
    width: 200px;
    background-color: #2589EC;
  }
  #header ul.mainnav .dropdown__lists li a {
    display: block;
    padding: 0;
    width: 200px;
    background-color: #fff;
    line-height: 3;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #header ul.mainnav .gnavi__list:hover .dropdown__lists {
    visibility: visible; /*Gナビメニューにホバーしたら表示*/
    opacity: 1; /*不透明度1*/
    display: block !important;
  }
  #header ul.contactsnav {
    display: flex;
    width: 350px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header ul.contactsnav li {
    list-style: none;
    width: 175px;
  }
  #header ul.contactsnav li a {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 56px;
    background: linear-gradient(to right, #2A60CB, #103D97);
  }
  #header ul.contactsnav li a.btn_recruit {
    background: #73B9F2;
  }
  a.btn {
    display: block;
    line-height: 113px;
    width: 566px;
  }
  a.btn img {
    width: 100%;
  }
  #contact {
    background: url("../img/contact_bg.jpg");
    background-size: cover;
    padding: 55px 0;
  }
  #contact a {
    display: block;
    width: 312px;
    margin: 0 auto;
  }
  #contact a img {
    width: 100%;
  }
  #footer {
    position: relative;
    background: #3A3A3A;
    padding: 40px 0;
    height: auto;
    color: #fff;
  }
  #footer .wrap {
    width: 960px;
    margin: 0 auto;
  }
  #footer .wrap .column {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
  }
  #footer .wrap .column .leftcolumn {
    margin-bottom: 0;
  }
  #footer .wrap .column .leftcolumn .logo {
    width: 150px;
    margin-bottom: 10px;
  }
  #footer .wrap .column .leftcolumn .logo img {
    width: 100%;
  }
  #footer .wrap .column .leftcolumn .address {
    font-size: 10px;
    margin-bottom: 20px;
  }
  #footer .wrap .column .leftcolumn .copyright {
    font-size: 10px;
  }
  #footer .wrap .column .rightcolumn .certification {
    font-size: 10px;
  }
  #footer .wrap .mainnav {
    color: #fff;
    border-top: solid 1px #fff;
    padding: 40px 0 0 0;
  }
  #footer .wrap .mainnav ul {
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 0;
  }
  #footer .wrap .mainnav ul li {
    list-style: none;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 700;
    line-height: 11px;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
  }
  #footer .wrap .mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  #footer .wrap .mainnav ul li:last-of-type {
    padding: 0 0 0 0;
  }
  #footer .wrap .mainnav ul li ul.sub {
    display: block;
    margin-top: 15px;
  }
  #footer .wrap .mainnav ul li ul.sub li {
    font-size: 10px;
    font-weight: 400;
    padding: 0 0 0 1em;
    margin-bottom: 10px;
    width: auto;
  }
  #footer .wrap .mainnav ul li ul.sub li a {
    position: relative;
  }
  #footer .wrap .mainnav ul li ul.sub li a::before {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -10px;
  }
  #footer .wrap .mainnav ul li#f_nav_home {
    width: auto;
  }
  #footer .wrap .mainnav ul li#f_nav_officelist {
    padding-right: 30px;
  }
  #footer .wrap .mainnav ul li#f_nav_recruit {
    width: auto;
  }
  #footer .wrap .mainnav ul li#f_nav_contact {
    width: auto;
  }
  #footer .wrap .mainnav ul li#f_nav_privacy {
    width: auto;
  }
  .pagetop a {
    width: 32px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
  }
  .pagetop a img {
    width: 100%;
  }
  main {
    min-width: auto;
  }
  .secondpage #maintitle {
    background: linear-gradient(to right, #2A65CB, #2589EC);
    width: 100%;
    height: 150px;
    position: relative;
    color: #fff;
  }
  .secondpage #maintitle .cat {
    font-size: 18.75px;
    font-weight: 400;
    font-family: "Jost", serif;
    position: absolute;
    top: 18px;
    left: 18px;
    letter-spacing: 0.1em;
  }
  .secondpage #maintitle .cat span {
    font-size: 10px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
  .secondpage #maintitle h2 {
    font-size: 23.75px;
    text-align: center;
    line-height: 150px;
    letter-spacing: 0.14em;
  }
  .secondpage section {
    padding: 40px 0;
  }
  .secondpage section h2 {
    font-size: 21.88px;
    font-size: 400;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    letter-spacing: 0.1em;
    color: #4A80DF;
  }
  .secondpage section h2 span {
    font-size: 10px;
    font-weight: 400;
    font-family: "Jost", serif;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  /***************************

    PC - vw

  *****************************/
  /* Style adjustments for viewports that meet the condition */
  body {
    min-width: 100vw;
    position: relative;
  }
  .wrapper {
    width: auto;
  }
  #header {
    width: 100%;
    height: 4.667vw;
    position: relative;
    background-color: #fff;
  }
  #header .logo {
    width: 14vw;
    height: auto;
    position: absolute;
    top: 1.583vw;
    left: 2.667vw;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 0.083vw;
    line-height: 0;
  }
  #header .logo img {
    width: 100%;
  }
  #header ul.mainnav {
    display: block;
    position: absolute;
    top: 0vw;
    left: 21.5vw;
    width: auto;
    z-index: 1100;
    text-align: center;
  }
  #header ul.mainnav li {
    display: inline-block;
    list-style: none;
    color: #000;
    font-size: 1vw;
    font-weight: 700;
    padding: 0 1.083vw;
    line-height: 1;
  }
  #header ul.mainnav li:last-child {
    padding: 0 0 0 1.25vw;
    border: none;
  }
  #header ul.mainnav li a {
    color: #000;
  }
  #header ul.mainnav .gnavi__list a {
    line-height: 4.667vw;
  }
  #header ul.mainnav .dropdown__lists {
    display: none;
    visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
    opacity: 0; /*不透明度0*/
    transition: all 0s; /*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 4.667vw;
    left: -5.167vw;
  }
  #header ul.mainnav .dropdown__lists.fiveletters {
    left: -4.5vw;
  }
  #header ul.mainnav .dropdown__lists li {
    position: relative;
    padding: 0 !important;
    width: 16.667vw;
    background-color: #2589EC;
  }
  #header ul.mainnav .dropdown__lists li a {
    display: block;
    padding: 0;
    width: 16.667vw;
    background-color: #fff;
    line-height: 3;
    border: 0.083vw solid rgba(0, 0, 0, 0.1);
  }
  #header ul.mainnav .gnavi__list:hover .dropdown__lists {
    visibility: visible; /*Gナビメニューにホバーしたら表示*/
    opacity: 1; /*不透明度1*/
    display: block !important;
  }
  #header ul.contactsnav {
    display: flex;
    width: 29.167vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header ul.contactsnav li {
    list-style: none;
    width: 14.583vw;
  }
  #header ul.contactsnav li a {
    display: block;
    font-size: 1.042vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 4.667vw;
    background: linear-gradient(to right, #2A60CB, #103D97);
  }
  #header ul.contactsnav li a.btn_recruit {
    background: #73B9F2;
  }
  a.btn {
    display: block;
    line-height: 9.417vw;
    width: 47.167vw;
  }
  a.btn img {
    width: 100%;
  }
  #contact {
    background: url("../img/contact_bg.jpg");
    background-size: cover;
    padding: 4.583vw 0;
  }
  #contact a {
    display: block;
    width: 26vw;
    margin: 0 auto;
  }
  #contact a img {
    width: 100%;
  }
  #footer {
    position: relative;
    background: #3A3A3A;
    padding: 3.333vw 0;
    height: auto;
    color: #fff;
  }
  #footer .wrap {
    width: 80vw;
    margin: 0 auto;
  }
  #footer .wrap .column {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 3.333vw;
  }
  #footer .wrap .column .leftcolumn .logo {
    width: 12.5vw;
    margin-bottom: 0.833vw;
  }
  #footer .wrap .column .leftcolumn .logo img {
    width: 100%;
  }
  #footer .wrap .column .leftcolumn .address {
    font-size: 0.833vw;
    margin-bottom: 1.667vw;
  }
  #footer .wrap .column .leftcolumn .copyright {
    font-size: 0.833vw;
  }
  #footer .wrap .column .rightcolumn .certification {
    font-size: 0.833vw;
  }
  #footer .wrap .mainnav {
    color: #fff;
    border-top: solid 0.083vw #fff;
    padding: 3.333vw 0 0 0;
  }
  #footer .wrap .mainnav ul {
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 0;
  }
  #footer .wrap .mainnav ul li {
    list-style: none;
    letter-spacing: 0.1em;
    font-size: 1vw;
    font-weight: 700;
    line-height: 0.917vw;
    padding: 0 2.5vw 0 0;
    margin-bottom: 2.5vw;
  }
  #footer .wrap .mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  #footer .wrap .mainnav ul li:last-of-type {
    padding: 0 0 0 0;
  }
  #footer .wrap .mainnav ul li ul.sub {
    display: block;
    margin-top: 1.25vw;
  }
  #footer .wrap .mainnav ul li ul.sub li {
    font-size: 0.833vw;
    font-weight: 400;
    padding: 0 0 0 1em;
    margin-bottom: 0.833vw;
    width: auto;
  }
  #footer .wrap .mainnav ul li ul.sub li a {
    position: relative;
  }
  #footer .wrap .mainnav ul li ul.sub li a::before {
    content: "";
    display: block;
    width: 0.333vw;
    height: 0.083vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -0.833vw;
  }
  #footer .wrap .mainnav ul#f_nav_officelist {
    padding-right: 30px;
  }
  .pagetop a {
    width: 2.667vw;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
  }
  .pagetop a img {
    width: 100%;
  }
  main {
    min-width: auto;
  }
  .secondpage #maintitle {
    background: linear-gradient(to right, #2A65CB, #2589EC);
    width: 100%;
    height: 12.5vw;
    position: relative;
    color: #fff;
  }
  .secondpage #maintitle .cat {
    font-size: 1.563vw;
    font-weight: 400;
    font-family: "Jost", serif;
    position: absolute;
    top: 1.5vw;
    left: 1.5vw;
    letter-spacing: 0.1em;
  }
  .secondpage #maintitle .cat span {
    font-size: 0.833vw;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
  .secondpage #maintitle h2 {
    font-size: 1.979vw;
    text-align: center;
    line-height: 12.5vw;
    letter-spacing: 0.14em;
  }
  .secondpage section {
    padding: 3.333vw 0;
  }
  .secondpage section h2 {
    font-size: 1.823vw;
    font-size: 400;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    letter-spacing: 0.1em;
    color: #4A80DF;
  }
  .secondpage section h2 span {
    font-size: 0.833vw;
    font-weight: 400;
    font-family: "Jost", serif;
    display: block;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}/*# sourceMappingURL=main.css.map */