@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@600;700&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 40px;
  height: 38px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none; }
  @media screen and (max-width: 800px) {
    .zdo_drawer_button {
      width: 30px;
      height: 28px; } }

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 40px;
  height: 5px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0; }
  @media screen and (max-width: 800px) {
    .zdo_drawer_button .zdo_drawer_bar {
      height: 3px;
      width: 30px; } }

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0; }

.zdo_drawer_button .zdo_drawer_bar2 {
  top: calc(50% - 2.5px); }
  @media screen and (max-width: 800px) {
    .zdo_drawer_button .zdo_drawer_bar2 {
      top: calc(50% - 1.5px); } }

.zdo_drawer_button .zdo_drawer_bar3 {
  top: auto;
  bottom: 0; }

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 38px;
  left: 6px; }
  @media screen and (max-width: 800px) {
    .zdo_drawer_button.active .zdo_drawer_bar {
      width: 28px; } }

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 6px; }
  @media screen and (max-width: 800px) {
    .zdo_drawer_button.active .zdo_drawer_bar1 {
      top: 1px; } }

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0; }

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: 33px; }
  @media screen and (max-width: 800px) {
    .zdo_drawer_button.active .zdo_drawer_bar3 {
      top: 21px; } }

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none; }

.zdo_drawer_button.active .zdo_drawer_close {
  display: block; }

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px; }

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #FFF; }

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #FFF; }

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001; }
  @media screen and (max-width: 800px) {
    .zdo_drawer_menu .zdo_drawer_button {
      top: 18px;
      right: 20px; } }
.zdo_drawer_menu a:visited {
  color: inherit; }
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0; }
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 525px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(525px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #000;
  overflow: scroll; }
  @media screen and (max-width: 800px) {
    .zdo_drawer_menu .zdo_drawer_nav_wrapper {
      width: 100%;
      transform: translate(100%); } }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px; }
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-525px);
  right: auto;
  left: 0; }
  @media screen and (max-width: 800px) {
    .zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
      transform: translate(-100%); } }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 115px 65px 20px; }
  @media screen and (max-width: 800px) {
    .zdo_drawer_menu .zdo_drawer_nav {
      padding: 60px 30px 30px; } }

.zdo_drawer_menu a:visited {
  color: #FFF !important; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* wrap */
/*	common
---------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 2; }
  @media screen and (max-width: 800px) {
    body {
      font-size: 14px;
      line-height: 1.8; } }

/* link */
a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

a:active, a:focus {
  outline: none; }

/* figure */
img {
  max-width: 100%;
  height: auto; }

/* heading */
/* text */
p {
  text-align: justify; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 800px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 800px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .inline_s {
      display: inline; } }

.wrapper {
  overflow: hidden;
  position: relative; }

.inner {
  max-width: 1080px;
  padding: 0 40px;
  margin: auto;
  position: relative; }

.ttl {
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 36px; }
  @media screen and (max-width: 800px) {
    .ttl {
      font-size: 22px; } }

.header {
  margin-top: 50px;
  margin-bottom: -10px; }
  @media screen and (max-width: 800px) {
    .header {
      margin-top: 20px; } }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 800px) {
      .header__list {
        justify-content: flex-start; } }
  .header__logo {
    padding: 0 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .header__logo {
        padding: 0;
        width: 120px;
        margin-left: 20px; } }
  .header__li {
    text-align: center;
    line-height: 1.4;
    padding: 0 20px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .header__li {
        display: none; } }
    .header__li:after {
      content: "";
      right: 0;
      top: 5px;
      height: 50px;
      background: #CCC;
      position: absolute;
      width: 1px; }
    .header__li:nth-of-type(5):before {
      content: "";
      left: 0;
      top: 5px;
      height: 50px;
      background: #CCC;
      position: absolute;
      width: 1px; }
    .header__li a {
      font-weight: bold;
      font-size: 14px;
      font-family: "fot-tsukuardgothic-std"; }
  .header__icon {
    display: block;
    width: 58px;
    margin: 0 auto 20px; }
  .header__contact {
    z-index: 10;
    width: 100px;
    height: 100px;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px; }
    @media screen and (max-width: 800px) {
      .header__contact {
        top: 10px;
        width: 70px;
        height: 70px;
        right: 10px; } }

.mv {
  padding: 0 50px;
  max-width: 1366px;
  margin: auto; }
  @media screen and (max-width: 800px) {
    .mv {
      padding: 0; } }

@media screen and (max-width: 800px) {
  .topNewsWrap {
    padding: 0 20px; } }

.topNews {
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
  background: #FFFCEB;
  padding: 30px 40px 30px 0;
  align-items: center;
  position: relative;
  margin-top: -7vw; }
  @media screen and (max-width: 800px) {
    .topNews {
      padding: 20px; } }
  .topNews__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 800px) {
      .topNews__dl {
        display: block; } }
  .topNews__dt {
    width: 190px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 800px) {
      .topNews__dt {
        width: 100%; } }
    .topNews__dt img {
      display: block;
      width: 20px;
      margin: 0 auto 10px; }
  .topNews__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    @media screen and (max-width: 800px) {
      .topNews__dd {
        width: 100%; } }
    .topNews__dd a {
      text-decoration: underline;
      font-size: 14px; }
      @media screen and (max-width: 800px) {
        .topNews__dd a {
          font-size: 11px; } }

.topAbout {
  position: relative;
  height: 430px;
  margin: 100px 0 150px; }
  @media screen and (max-width: 800px) {
    .topAbout {
      margin: 70px 0 70px; } }
  .topAbout:before {
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #EFF6E8; }
  @media screen and (max-width: 800px) {
    .topAbout {
      height: auto; } }
  .topAbout .inner {
    background: #EFF6E8;
    border-radius: 30px 0 0 30px;
    padding: 80px 0px;
    height: 100%; }
    @media screen and (max-width: 800px) {
      .topAbout .inner {
        padding: 80px 20px; } }
  .topAbout__txt {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .topAbout__txt {
        text-align: left; } }
    .topAbout__txt span {
      font-weight: bold; }
  .topAbout__img1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 132px;
    top: 30px;
    left: -20px; }
    @media screen and (max-width: 800px) {
      .topAbout__img1 {
        position: static;
        margin: 0 auto 20px;
        width: 100px; } }
  .topAbout__img2 {
    width: 202.45px;
    position: absolute;
    right: 0;
    top: -50px; }
    @media screen and (max-width: 800px) {
      .topAbout__img2 {
        width: 150px; } }
  .topAbout__img3 {
    width: 234.54px;
    left: -60px;
    bottom: -100px;
    position: absolute; }
    @media screen and (max-width: 800px) {
      .topAbout__img3 {
        width: 100px;
        left: -20px;
        bottom: -50px; } }

.topAboutWrap {
  padding: 0 0 0 20px; }

.btn {
  background: #F39939;
  border: 2px solid #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 305px;
  height: 50px;
  color: #FFF;
  align-content: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 100px;
  margin: auto; }

.topWorks__img1 {
  width: 110.46px;
  margin: auto; }
  @media screen and (max-width: 800px) {
    .topWorks__img1 {
      margin: 0 auto 20px;
      width: 90px; } }
.topWorks__img2 {
  position: absolute;
  right: -70px;
  top: -30px;
  width: 202.45px; }
  @media screen and (max-width: 800px) {
    .topWorks__img2 {
      width: 120px;
      top: -40px;
      right: -10px; } }
.topWorks__item {
  width: 245px;
  margin-right: 10px; }
  @media screen and (max-width: 800px) {
    .topWorks__item {
      width: 200px; } }
.topWorks__txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px; }
  .topWorks__txt span {
    font-weight: bold; }
.topWorks__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: baseline;
  margin: 50px 0 40px; }
  @media screen and (max-width: 800px) {
    .topWorks__list {
      margin: 50px 0 20px; } }
.topWorks__li {
  width: calc(100%/3 - 10px); }
  @media screen and (max-width: 800px) {
    .topWorks__li {
      width: 100%;
      margin: 0 auto 20px;
      max-width: 300px;
      display: block; } }

.topRecruitWrap {
  padding: 0 20px 0 0; }

.topRecruit {
  position: relative;
  margin: 200px 0 150px; }
  @media screen and (max-width: 800px) {
    .topRecruit {
      margin: 70px 0; } }
  .topRecruit:before {
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #F9F3F5; }
  @media screen and (max-width: 800px) {
    .topRecruit {
      height: auto; } }
  .topRecruit .inner {
    background: #F9F3F5;
    border-radius: 0 30px 30px 0;
    padding: 80px 0px 110px;
    height: 100%; }
    @media screen and (max-width: 800px) {
      .topRecruit .inner {
        padding-left: 20px;
        padding-right: 20px; } }
  .topRecruit__txt {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px; }
    .topRecruit__txt span {
      font-weight: bold; }
  .topRecruit__img1 {
    position: absolute;
    right: -30px;
    top: 0;
    width: 46px;
    top: 30px; }
    @media screen and (max-width: 800px) {
      .topRecruit__img1 {
        position: static;
        width: 179px;
        margin: 0 auto 20px; } }
  .topRecruit__img2 {
    width: 202.47px;
    position: absolute;
    left: 0;
    top: -80px; }
    @media screen and (max-width: 800px) {
      .topRecruit__img2 {
        width: 120px;
        top: -60px; } }
  .topRecruit__img3 {
    width: 297.35px;
    right: -60px;
    bottom: -70px;
    position: absolute; }
    @media screen and (max-width: 800px) {
      .topRecruit__img3 {
        width: 200px;
        right: -30px;
        bottom: -50px; } }
  .topRecruit__box {
    max-width: 800px;
    margin: auto;
    border-radius: 10px;
    padding: 50px;
    background: #FFF; }
    @media screen and (max-width: 800px) {
      .topRecruit__box {
        margin: 20px auto 0;
        padding: 20px; } }
  .topRecruit__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-top: -1px;
    padding: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .topRecruit__dl {
        padding: 10px;
        display: block; } }
  .topRecruit__dt {
    width: 100px; }
    @media screen and (max-width: 800px) {
      .topRecruit__dt {
        width: 100%; } }
  .topRecruit__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    @media screen and (max-width: 800px) {
      .topRecruit__dd {
        width: 100%; } }
  .topRecruit .subTtl {
    font-size: 22px;
    margin: 0 0 10px; }
    @media screen and (max-width: 800px) {
      .topRecruit .subTtl {
        font-size: 18px;
        text-align: center; } }

.wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 200px; }
  @media screen and (max-width: 800px) {
    .wrap {
      margin-top: 150px;
      padding: 0 20px; } }
  .wrap__ttl {
    width: 267.15px;
    margin: -90px auto 0;
    position: relative; }
    @media screen and (max-width: 800px) {
      .wrap__ttl {
        width: 180px;
        margin: -125px auto 0; } }
  .wrap .ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .wrap .ttl {
        margin-bottom: 20px; } }

.topCompany {
  width: 50%;
  background: #EFF6FF;
  position: relative;
  border-radius: 30px 0 0 30px;
  padding: 50px; }
  @media screen and (max-width: 800px) {
    .topCompany {
      width: 100%;
      padding: 20px;
      margin-bottom: 150px;
      border-radius: 20px;
      padding-top: 100px; } }
  .topCompany__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
    padding: 20px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-size: 14px; }
  .topCompany__dt {
    width: 100px; }
  .topCompany__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }

.topAccess {
  width: 50%;
  background: #FFFCEB;
  border-radius: 0 30px 30px 0;
  padding: 50px; }
  @media screen and (max-width: 800px) {
    .topAccess {
      width: 100%;
      padding: 20px;
      padding-top: 100px;
      border-radius: 20px; } }
  .topAccess__txt {
    margin: 20px 0 40px;
    font-weight: bold; }
    @media screen and (max-width: 800px) {
      .topAccess__txt {
        margin: 20px 0; } }
  .topAccess__box {
    background: #FFF;
    padding: 30px; }
    @media screen and (max-width: 800px) {
      .topAccess__box {
        padding: 20px; } }
  .topAccess iframe {
    height: 400px;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .topAccess iframe {
        height: 250px; } }

.contact {
  margin: 150px 0 0 0; }
  @media screen and (max-width: 800px) {
    .contact {
      margin-top: 100px; } }
  .contact .ttl {
    margin-bottom: 30px; }
  .contact__ttl {
    width: 238.75px;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .contact__ttl {
        width: 150px; } }
  .contact__box {
    max-width: 800px;
    margin: auto; }
  .contact__dl {
    border-bottom: 0.5px solid #CCC;
    border-top: 0.5px solid #CCC;
    padding: 20px 0;
    margin-top: -0.5px; }
  .contact__dt {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px; }
  .contact__dd {
    width: 100%; }
    .contact__dd input,
    .contact__dd textarea {
      display: block;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 5px;
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      border: none;
      font-size: 16px;
      background: #eaeaea; }
  .contact__btn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 86px;
    border-radius: 5px;
    background: #F39939;
    background-size: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 19px;
    justify-content: center;
    align-items: center;
    border: none;
    letter-spacing: 2px;
    margin-top: 60px; }
  @media screen and (max-width: 800px) {
    .contact .inner {
      padding: 0 20px; } }

.footer {
  margin-top: 100px; }
  .footer__inner {
    background: #FFEBD9;
    padding: 20px 0; }
  .footer__logo {
    width: 190px;
    margin: 0 auto 20px; }
  .footer__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .footer__li {
    margin: 0 20px; }
    .footer__li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .footer__li img {
      display: block;
      margin: 0 10px 0 0; }
    .footer__li span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      line-height: 1.4; }
  .footer__copy {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 20px; }
    @media screen and (max-width: 800px) {
      .footer__copy {
        background: #FFEBD9;
        padding: 10px 0;
        margin: 20px 0 0; } }
  @media screen and (max-width: 800px) {
    .footer__inner {
      display: none; } }

span.optional,
span.required {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  margin: 0 10px 0 0;
  position: relative;
  background: #CCC;
  border-radius: 2px;
  padding: 2px 10px;
  font-style: normal;
  box-sizing: border-box; }

span.required {
  background: #CC0000; }

span.optional {
  background: #1B007E; }

.error_blank {
  color: #CC000; }

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000; }

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px; }

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.thanksBox {
  max-width: 800px;
  margin: auto;
  padding: 0 20px; }
  .thanksBox h2 {
    font-size: 33px;
    text-align: center;
    margin: 0 0 30px; }
    @media screen and (max-width: 800px) {
      .thanksBox h2 {
        font-size: 22px;
        margin: 0 0 10px; } }
  .thanksBox p {
    text-align: center;
    background: #FFEBD9;
    padding: 30px; }
    @media screen and (max-width: 800px) {
      .thanksBox p {
        text-align: left; } }

.remodal {
  max-height: 500px;
  overflow: scroll; }
  @media screen and (max-width: 800px) {
    .remodal {
      max-height: 300px; } }

.modalbox {
  margin-bottom: 40px; }
  .modalbox h1 {
    text-align: left;
    font-size: 20px; }
  .modalbox h2 {
    font-size: 16px;
    text-align: left;
    font-weight: bold; }
  .modalbox p {
    font-size: 14px; }
  .modalbox ul {
    text-align: left; }
    .modalbox ul li {
      text-align: left;
      font-size: 14px; }
      .modalbox ul li ul {
        margin: 10px 0 20px 20px; }
        .modalbox ul li ul li {
          display: block;
          font-size: 12px;
          position: relative;
          padding-left: 10px; }
          .modalbox ul li ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 100px;
            background: #000000;
            position: absolute;
            left: 0;
            top: 10px; }

.contactBtn {
  width: 90%;
  max-width: 500px;
  margin: auto; }
  .contactBtn a {
    display: block; }
