@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #fff;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

object,
embed {
  height: 100%;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

div {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/*  touch
---------------------------------------------*/
a,
img,
button,
input[type=button],
input[type=submit],
.touch-hover {
  -webkit-tap-highlight-color: transparent;
}

/*  box-sizing
---------------------------------------------*/
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
/*  list
---------------------------------------------*/
li {
  list-style: none;
  line-height: 1;
}

/*  form
---------------------------------------------*/
input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

legend {
  display: none;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  height: auto;
}

textarea {
  height: auto;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
}

/* ======= outline ======= */
input[type=email],
input[type=text],
input[type=number],
input[type=password],
textarea,
select {
  outline: none;
}

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1;
}

/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .lgNone {
    display: none !important;
  }
}
@media screen and (max-width: 1030px) {
  .tbNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

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

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

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

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

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

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

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

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

/*==================================================================
    general　基本設定
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #202020;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1;
  }
}

/* -----------------------------------------------
    p
------------------------------------------------*/
p {
  line-height: 1.7;
}

/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 300ms ease;
  color: #202020;
}

.pc a:hover {
  text-decoration: none;
}

/*  a img
---------------------------------------------*/
a img {
  transition: all 200ms ease;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ======= hover ======= */
a[href^="tel:"]:hover img {
  opacity: 1;
}

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  text-decoration: underline;
}

.pc a.link:hover {
  text-decoration: none;
}

/* -----------------------------------------------
    section
------------------------------------------------*/
/*==================================================================
    layout
===================================================================*/
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper:before {
  content: "";
  position: absolute;
  background: url("../img/top/back_logo.svg") center bottom no-repeat;
  background-size: contain;
  top: 0;
  left: 150px;
  width: 1200px;
  height: 150px;
  transform: rotate(90deg);
  transform-origin: 0 0; /* 回転の基準点・右上 */
}
@media screen and (max-width: 768px) {
  .wrapper:before {
    display: none;
  }
}

.secBlock {
  width: 100%;
  position: relative;
  padding: 0 80px;
}
@media screen and (max-width: 1030px) {
  .secBlock {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .secBlock {
    padding: 0 20px;
  }
}

.content {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sec_1 .content {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec_1 .content {
    padding-top: 40px;
  }
}

.inr_1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.inr_1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.inr_800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*==================================================================
    headline
==================================================================*/
.h2_box {
  position: relative;
  text-align: center;
}
.h2_box p {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .h2_box p {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .h2_box p {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
.h2_box p:after {
  content: "";
  width: 30px;
  height: 5px;
  background-color: #aad41e;
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .h2_box p:after {
    bottom: -0.6em;
  }
}
.h2_box h2 {
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: 0.5em;
  line-height: 1.5;
  margin-left: 0.5em;
}
@media screen and (max-width: 1030px) {
  .h2_box h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .h2_box h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 6;
  text-align: center;
  line-height: 4;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
    line-height: 3;
  }
}

.h4_box {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .h4_box {
    margin-bottom: 20px;
  }
}
.h4_box p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 2em;
  color: #174f98;
  position: relative;
}
.h4_box p:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #174f98;
  position: absolute;
  bottom: -1em;
  left: 0;
}
.h4_box h4 {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.5em;
  line-height: 1.5;
  text-align: left;
}

/*==================================================================
    .btn01
===================================================================*/
.btnBox {
  text-align: center;
}

.detail_btn {
  display: inline-block;
  position: relative;
  padding: 1em 4em 1em 3em;
  margin: 0 auto;
  border: 1px solid #174f98;
  border-radius: 5px;
  background-color: #fff;
  font-size: 2rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 1030px) {
  .detail_btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .detail_btn {
    padding: 0.75em 3em 0.75em 2em;
  }
}
.detail_btn:after {
  position: absolute;
  right: 2.5em;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left;
  width: 3em;
  height: 0.5em;
  background-color: #174f98;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
          clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .detail_btn:after {
    width: 2em;
    right: 1.5em;
  }
}
.detail_btn:hover::after {
  background-color: #fff;
  transform: translateY(-50%) scaleX(1.4);
}
.detail_btn:hover {
  background-color: #174f98;
  cursor: pointer;
  transform: scale(1.1);
}
.detail_btn span {
  color: #174f98;
  margin-right: 2em;
}

.detail_btn:hover span {
  color: #fff;
}

/*==================================================================
    .btnContact
===================================================================*/
.submitBtn {
  color: #174f98;
  padding-right: 2em;
}

.detail_btn:hover .submitBtn {
  color: #fff;
}

/*==================================================================
    .btn02
===================================================================*/
.btn02 {
  position: relative;
  display: inline-flex;
  width: 120px;
  height: 120px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  border: 1px solid #174f98;
}
.btn02:after {
  background: #174f98;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.4s, transform 0s;
  transition-delay: 0s, 0.4s;
}
@media screen and (max-width: 768px) {
  .btn02 {
    width: 80px;
    height: 80px;
  }
}
.btn02 .inner {
  position: relative;
  color: #174f98;
  transition: 0.35s ease-in-out;
}
.btn02 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn02:hover:after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.5s, transform 0.4s ease-in-out;
}
.btn02:hover .inner {
  color: #fff;
}

/*==================================================================
    .btn03
===================================================================*/
.btn03 {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  background-color: #174f98;
  outline: none;
  transition: ease 0.2s;
  margin: 0 auto;
}
@media screen and (max-width: 320px) {
  .btn03 {
    width: 100%;
  }
}
.btn03 span {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*== 背景が流れる（中央から横全体） */
.bgcenter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #aad41e;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: top;
}
.bgcenter:hover:before {
  transform: scale(1, 1);
}

/*==================================================================
    .btn04
===================================================================*/
.btn04 {
  color: #fff;
  background-color: #174f98;
  display: inline-block;
  padding: 0.75em 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Cinzel", serif;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1030px) {
  .btn04 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn04 {
    margin-bottom: 1em;
  }
}
.btn04:hover {
  color: #fff;
  background-color: #aad41e;
}

/*==================================================================
    .header
===================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 1030px) {
  .header {
    display: none;
  }
}
.header_inr {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
}
.header .logo img {
  width: 200px;
}
.header .gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
.header .gnav .gnav_item a {
  color: #202020;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 1.5em;
}
.header .gnav .gnav_item a:hover {
  color: #fff;
  background-color: #174f98;
}
.header .gnav .gnav_phone a,
.header .gnav .gnav_contact a {
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  position: relative;
}
.header .gnav .gnav_phone a {
  background-color: #174f98;
  padding: 0 1em 0 2.5em;
}
.header .gnav .gnav_phone p {
  font-size: 2.2rem;
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .header .gnav .gnav_phone p {
    font-size: 2rem;
  }
}
.header .gnav .gnav_phone p:before {
  content: "";
  background: url("../img/common/icon_phone_w.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 27px;
}
@media screen and (max-width: 1200px) {
  .header .gnav .gnav_phone p:before {
    width: 20px;
    height: 20px;
    left: 1.25em;
  }
}
.header .gnav .gnav_contact a {
  background-color: #aad41e;
  padding: 0 1em 0 3em;
}
@media screen and (max-width: 1200px) {
  .header .gnav .gnav_contact a {
    padding: 0 1em 0 2.25em;
  }
}
.header .gnav .gnav_contact p:before {
  content: "";
  background: url("../img/common/icon_mail_w.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1200px) {
  .header .gnav .gnav_contact p:before {
    width: 20px;
    height: 20px;
    left: 1em;
  }
}

/*==================================================================
    .header-sp
===================================================================*/
.header-sp {
  /*============
  gnav-sp
  =============*/
  /*toggle_btnクリックで.panelactive付与*/
  /*  アニメーション表示 */
  /*===========================
  .toggle_btn ハンバーガーメニュー
  ===============================*/
  /*ボタン全体の形状*/
  /*activeクラスが付与された後のボタンのアイコン設定*/
  /*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
}
.header-sp .gnav-sp {
  display: block;
  position: fixed;
  top: 0;
  right: -100vw;
  bottom: 0;
  width: 50vw;
  background-color: #174f98;
  overflow-x: hidden;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  transition: 0.5s;
  z-index: 105;
  opacity: 0;
  /* Chrome, Safari 対応 */
}
@media screen and (max-width: 768px) {
  .header-sp .gnav-sp {
    width: 100vw;
  }
}
.header-sp .gnav-sp::-webkit-scrollbar {
  display: none;
}
.header-sp .gnav-sp .gnav-sp_inr {
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header-sp .gnav-sp .gnav-sp_inr {
    padding-top: 40px;
    position: relative;
    height: 100vh;
  }
}
.header-sp .gnav-sp .logo-sp {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .header-sp .gnav-sp .logo-sp {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    margin-bottom: 20px;
  }
}
.header-sp .gnav-sp .logo-sp p {
  font-size: 1.4rem;
  color: #fff;
}
.header-sp .gnav-sp .logo-sp img {
  width: 50%;
  margin-bottom: 10px;
}
.header-sp .gnav-sp .gnav-sp_box ul {
  width: 100%;
}
.header-sp .gnav-sp .gnav-sp_box .menu_ttl {
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  padding-bottom: 0.5em;
  color: #fff;
}
.header-sp .gnav-sp .gnav-sp_box a {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 1.5em;
  color: #fff;
  margin-bottom: 2px;
}
.header-sp .gnav-sp .gnav-sp_box .bg1 {
  background-color: #346eb9;
}
.header-sp .gnav-sp .gnav-sp_box .bg2 {
  background-color: #174f98;
}
.header-sp .gnav-sp .gnav_sp-phone span {
  position: relative;
}
.header-sp .gnav-sp .gnav_sp-phone span:before {
  content: "";
  background: url("../img/common/icon_phone_w.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 20px;
}
.header-sp .gnav-sp.panelactive {
  right: 0;
  opacity: 1;
}
.header-sp .toggle_btn {
  display: none;
  position: fixed;
  top: 5px;
  right: 5px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 5px 10px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 110;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1030px) {
  .header-sp .toggle_btn {
    display: block;
    transform: none;
  }
}
.header-sp .toggle_btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #174f98;
  transition: all 0.5s;
}
.header-sp .toggle_btn span:nth-child(1) {
  top: 15px;
}
.header-sp .toggle_btn span:nth-child(2) {
  top: 25px;
  animation-delay: 0.33s;
}
.header-sp .toggle_btn span:nth-child(3) {
  top: 35px;
}
.header-sp .toggle_btn.active {
  top: 0;
  right: 10px;
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  .header-sp .toggle_btn.active {
    top: 10px;
    right: 0;
  }
}
.header-sp .toggle_btn.active span {
  background-color: #fff;
  width: 30px;
}
.header-sp .toggle_btn.active span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
.header-sp .toggle_btn.active span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.header-sp .toggle_btn.active span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}
.header-sp .toggle_btn.active span:nth-child(4) {
  display: none;
}
.header-sp .fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}
@media screen and (max-width: 1030px) {
  .header-sp .fadeDown {
    animation: none;
    opacity: 1;
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  position: relative;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .ft_navBlock {
  padding: 30px 80px;
  background-color: #174f98;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer .ft_navBlock {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .ft_navBlock .flexBox {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer .ft_navBlock .l_box {
    margin-top: 20px;
  }
}
.footer .ft_navBlock .l_box .ft_logo {
  margin-bottom: 20px;
}
.footer .ft_navBlock .r_box {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer .ft_navBlock .r_box {
    margin-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
}
.footer .ft_navBlock .r_box .ft_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer .ft_navBlock .r_box .ft_nav {
    justify-content: center;
  }
}
.footer .ft_navBlock .r_box .ft_nav li {
  margin-right: 1em;
  line-height: 2;
}
.footer .ft_copyBlock {
  padding: 5px 80px;
  background-color: #052958;
  text-align: center;
}
.footer .ft_copyBlock .ft_copy {
  font-size: 1.4rem;
}
.footer:before {
  content: "";
  background: url("../img/common/excavator.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 120px;
  height: 88px;
  top: -82px;
  right: 80px;
}
@media screen and (max-width: 768px) {
  .footer:before {
    width: 90px;
    height: 60px;
    top: -60px;
    right: 20px;
  }
}

/*==================================================================
    .mainView
===================================================================*/
.mainView {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .mainView {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainView {
    margin-bottom: 40px;
  }
}
.mainView .mainView_inr {
  position: relative;
}
.mainView .mainView_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mainView .mainView_ttl {
    width: 70%;
  }
}
.mainView .slick-slide img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .mainView .slick-slide img {
    height: 70vh;
  }
}

/*==================================================================
    .page_mv 各ページのmainView
===================================================================*/
.page_mv {
  margin-top: 80px;
}
@media screen and (max-width: 1030px) {
  .page_mv {
    margin-top: 0;
  }
}
.page_mv .page_mv_inr {
  position: relative;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .page_mv .page_mv_inr {
    height: 30vh;
  }
}
.page_mv .page_mv_ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
}
.page_mv .page_mv_ttl p {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 1em;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1030px) {
  .page_mv .page_mv_ttl p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page_mv .page_mv_ttl p {
    font-size: 1.6rem;
  }
}
.page_mv .page_mv_ttl p:after {
  content: "";
  width: 30px;
  height: 5px;
  background-color: #aad41e;
  position: absolute;
  bottom: -0.75em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.page_mv .page_mv_ttl h2 {
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 0.5em;
  line-height: 1.5;
  margin-left: 0.5em;
  color: #fff;
}
@media screen and (max-width: 1030px) {
  .page_mv .page_mv_ttl h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .page_mv .page_mv_ttl h2 {
    font-size: 3rem;
  }
}

#business .page_mv_inr {
  background: url("../img/business/mv_business.png") center center no-repeat;
  background-size: cover;
}

#company .page_mv_inr {
  background: url("../img/company/mv_company.png") center center no-repeat;
  background-size: cover;
}

#recruit .page_mv_inr {
  background: url("../img/recruit/mv_recruit.png") center center no-repeat;
  background-size: cover;
}

#contact .page_mv_inr {
  background: url("../img/contact/mv_contact.png") center center no-repeat;
  background-size: cover;
}

#policy .page_mv_inr {
  background: url("../img/policy/mv_policy.png") center center no-repeat;
  background-size: cover;
}

/*==================================================================
    .page_bottom_img 各ページ下部
===================================================================*/
.page_bottom_img {
  width: 100%;
  height: 60vh;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .page_bottom_img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .page_bottom_img {
    height: 200px;
  }
}

#business .page_bottom_img {
  background: url("../img/business/bsns_bottom_img.png") center center no-repeat;
  background-size: cover;
}

#company .page_bottom_img {
  background: url("../img/company/company_bottom_img.png") center center no-repeat;
  background-size: cover;
}

#recruit .page_bottom_img {
  background: url("../img/recruit/recruit_bottom_img.png") center center no-repeat;
  background-size: cover;
}

/*==================================================================
    .gmap
===================================================================*/
.gmap iframe {
  width: 100%;
  height: 80vh;
  max-height: 550px;
}

/*==================================================================
    .pagetop
===================================================================*/
.pagetop .content {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .pagetop .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pagetop .pagetop_btn:hover {
  transform: translateY(-5px);
}

/*==================================================================
    animation
===================================================================*/
/*  scrollbar none
---------------------------------------------*/
body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

/*  underline 
---------------------------------------------*/
.ani-line {
  color: #fff;
  position: relative;
}
.ani-line::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.ani-line:hover::after {
  transform: scale(1, 1);
}

.ani-line-2 {
  position: relative;
}
.ani-line-2::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.ani-line-2:hover::after {
  transform: scale(1, 1);
}

/*  bg-zoom 背景画像拡大暗く
---------------------------------------------*/
.bg-zoom {
  position: relative;
  overflow: hidden;
  background-color: #202020;
}
.bg-zoom:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/top/contactBg_top.png") center center no-repeat;
  background-size: cover;
  transition: all 0.8s ease;
  z-index: -1;
}
.bg-zoom:hover:after {
  opacity: 0.3;
  transform: scale(1.05);
}

/*-- 複数個所ある場合 --
@mixin bg-zoom($bgPath) {
  position: relative;
  overflow: hidden;
  background-color: $k;
  &:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: $bgPath center center no-repeat;
    background-size: cover;
    transition: all .8s ease;
    z-index: -1;
  }
  &:hover {
    &:after {
      opacity: .3;
      transform: scale(1.05);
    }
  }
}
.zoom-img01 {
  @include bg-zoom(url("../img/top/contactBg_top.png"))
}
*/
/*  fadeUp （ fadeUp と is-target はセットで表記）
---------------------------------------------*/
.fadeUp {
  opacity: 0;
}

.fadeUp.is-animation {
  animation: fadeUpAnime 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ズーム */
.zoom {
  display: block;
  transition-duration: 0.3s;
}
.zoom:hover {
  transform: scale(1.1);
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}

/* 上下揺れ */
.fluffy {
  animation: fluffy 2s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
/*==================================================================
    #top  共通
===================================================================*/
#top {
  position: relative;
  width: 100%;
}
#top .sec_1 .secBlock {
  padding: 0;
}
#top .sec_1 .secBlock:after {
  content: "";
  background: url("../img/top/back_logo.svg") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 65%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top .sec_1 .secBlock:after {
    width: 90%;
  }
}
#top .sec_1 .secBlock .content {
  padding-top: 0;
  padding-bottom: 80px;
}
#top .sec_1 .secBlock .flexBox {
  align-items: start;
}
@media screen and (max-width: 1030px) {
  #top .sec_1 .secBlock .flexBox {
    display: block;
  }
}
#top .sec_1 .secBlock .l_box {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #top .sec_1 .secBlock .l_box {
    width: 40%;
  }
}
@media screen and (max-width: 1030px) {
  #top .sec_1 .secBlock .l_box {
    display: none;
  }
}
#top .sec_1 .secBlock .r_box {
  width: 50%;
  padding: 0 40px 0 4%;
}
@media screen and (max-width: 1200px) {
  #top .sec_1 .secBlock .r_box {
    width: 60%;
  }
}
@media screen and (max-width: 1030px) {
  #top .sec_1 .secBlock .r_box {
    width: 100%;
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #top .sec_1 .secBlock .r_box {
    padding: 0 20px;
  }
}
#top .sec_2 .secBlock {
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  #top .sec_2 .content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top .sec_2 .flexBox {
    display: block;
  }
}
#top .sec_2 .job_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  #top .sec_2 .job_list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1030px) {
  #top .sec_2 .job_list {
    margin-bottom: 20px;
  }
}
#top .sec_2 .job_list li {
  width: 33.3333333333%;
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #top .sec_2 .job_list li {
    height: 500px;
  }
}
@media screen and (max-width: 1030px) {
  #top .sec_2 .job_list li {
    height: 400px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top .sec_2 .job_list li {
    width: 100%;
    height: 150px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#top .sec_2 .job_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #top .sec_2 .job_list li:last-child {
    margin-bottom: 0;
  }
}
#top .sec_2 .job_list .job_1 {
  background: url("../img/top/bisiness01.png") center center no-repeat;
  background-size: cover;
}
#top .sec_2 .job_list .job_2 {
  background: url("../img/top/bisiness02.png") center center no-repeat;
  background-size: cover;
}
#top .sec_2 .job_list .job_3 {
  background: url("../img/top/bisiness03.png") center center no-repeat;
  background-size: cover;
}
#top .sec_3 h2,
#top .sec_3 p,
#top .sec_3 h4,
#top .sec_4 h2,
#top .sec_4 p,
#top .sec_4 h4 {
  color: #fff;
}
#top .sec_3 .secBlock {
  background: url("../img/top/bg_check.svg") top left repeat;
  padding-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  #top .sec_3 .secBlock {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #top .sec_3 .secBlock {
    padding-bottom: 80px;
  }
}
#top .sec_3 .secBlock:after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
}
#top .sec_3 .content {
  background: url("../img/top/company.png") center center no-repeat;
  background-size: cover;
  padding-right: 20%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  #top .sec_3 .content {
    display: block;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .sec_3 .content {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
#top .sec_4 .secBlock {
  background: url("../img/top/recruit.png") center center no-repeat;
  background-size: cover;
}
#top .sec_4 .secBlock .content {
  padding-left: 20%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1030px) {
  #top .sec_4 .secBlock .content {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .sec_4 .secBlock .content {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

/*==================================================================
    #business
===================================================================*/
#business {
  position: relative;
  width: 100%;
}
#business .sec_1,
#business .sec_2,
#business .sec_3 {
  position: relative;
}
#business .sec_1:after,
#business .sec_2:after,
#business .sec_3:after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  max-width: 1000px;
  height: 400px;
  bottom: 0;
  right: 0;
  background-color: #eeeeee;
}
#business .sec_1 .content,
#business .sec_2 .content,
#business .sec_3 .content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #business .sec_1 .content,
  #business .sec_2 .content,
  #business .sec_3 .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#business .sec_1 .flexBox,
#business .sec_2 .flexBox,
#business .sec_3 .flexBox {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #business .sec_1 .flexBox,
  #business .sec_2 .flexBox,
  #business .sec_3 .flexBox {
    display: block;
  }
}
#business .sec_1 .flexBox .l_box,
#business .sec_2 .flexBox .l_box,
#business .sec_3 .flexBox .l_box {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  #business .sec_1 .flexBox .l_box,
  #business .sec_2 .flexBox .l_box,
  #business .sec_3 .flexBox .l_box {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #business .sec_1 .flexBox .l_box,
  #business .sec_2 .flexBox .l_box,
  #business .sec_3 .flexBox .l_box {
    width: 100%;
  }
}
#business .sec_1 .flexBox .r_box,
#business .sec_2 .flexBox .r_box,
#business .sec_3 .flexBox .r_box {
  margin-left: 5%;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #business .sec_1 .flexBox .r_box,
  #business .sec_2 .flexBox .r_box,
  #business .sec_3 .flexBox .r_box {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
#business .buns1_3 {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #business .buns1_3 {
    display: none;
  }
}
#business .buns1_3-2 {
  display: none;
}
@media screen and (max-width: 768px) {
  #business .buns1_3-2 {
    display: block;
  }
}
#business .buns2_3,
#business .buns3_3 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #business .buns2_3,
  #business .buns3_3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #business .buns2_3,
  #business .buns3_3 {
    display: block;
  }
}
#business .buns2_3-2,
#business .buns3_3-2 {
  display: none;
}
@media screen and (max-width: 1200px) {
  #business .buns2_3-2,
  #business .buns3_3-2 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #business .buns2_3-2,
  #business .buns3_3-2 {
    display: none;
  }
}
#business .ex_img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #business .ex_img {
    margin-top: 20px;
    display: flex !important;
  }
}
#business .ex_img figure {
  margin-right: 10px;
}
#business .ex_img figure:last-child {
  margin-right: 0;
}

/*==================================================================
    #company
===================================================================*/
#company {
  position: relative;
  width: 100%;
}
#company .sec_1 .content {
  padding-bottom: 0;
}
#company .h4_box p {
  text-align: center;
}
#company .h4_box p:after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#company .h4_box h4 {
  text-align: center;
}
#company dl {
  border-bottom: 1px solid #ccc;
  padding: 2em 0;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #company dl {
    display: block;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 0;
  }
  #company dl:last-child {
    border-bottom: 1px solid #ccc;
  }
}
#company dl dt {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #company dl dt {
    width: 100%;
    text-align: left;
    background-color: #e6e6e6;
    padding: 0.5em 1em;
  }
}
#company dl dd {
  width: 80%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #company dl dd {
    width: 100%;
    padding: 0.5em 1em;
    background-color: #fff;
  }
}
#company .ex_img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #company .ex_img {
    margin-top: 20px;
    display: flex !important;
  }
}
#company .ex_img figure {
  margin-right: 10px;
}
#company .ex_img figure:last-child {
  margin-right: 0;
}
#company .access_txt {
  text-align: right;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #company .access_txt {
    text-align: left;
  }
}

/*==================================================================
    #recruit
===================================================================*/
#recruit {
  position: relative;
  width: 100%;
}
#recruit .bold_txt {
  text-align: center;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #recruit .bold_txt {
    text-align: left;
    letter-spacing: 0;
    line-height: 1.7;
  }
}
#recruit .recruit_box {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_box {
    margin: 20px auto;
  }
}
#recruit dl {
  border-bottom: 1px solid #ccc;
  padding: 2em 0;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #recruit dl {
    display: block;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 0;
  }
  #recruit dl:last-child {
    border-bottom: 1px solid #ccc;
  }
}
#recruit dl dt {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit dl dt {
    width: 100%;
    text-align: left;
    background-color: #e6e6e6;
    padding: 0.5em 1em;
  }
}
#recruit dl dd {
  width: 80%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #recruit dl dd {
    width: 100%;
    padding: 0.5em 1em;
    background-color: #fff;
  }
}
#recruit .recruit__list li {
  list-style: disc;
  line-height: 1.2;
  padding: 0.25em 0;
  margin-left: 2em;
  position: relative;
}
#recruit .ex_img {
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #recruit .ex_img {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex !important;
  }
}
#recruit .ex_img figure {
  width: 33.3333333333%;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  #recruit .ex_img figure {
    padding: 3px;
  }
}
#recruit .captionImg {
  position: relative;
}
#recruit .captionTxt {
  position: absolute;
  width: 70%;
  bottom: 0.75em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0.3em 1em;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  text-align: center;
}
#recruit .btn_w {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #recruit .btn_w {
    padding: 0.75em 2em 0.75em 1em;
  }
}
#recruit .btnBox {
  margin-top: 40px;
}

/*==================================================================
    #contact
===================================================================*/
.sec_contact {
  margin-top: 160px;
}
@media screen and (max-width: 1200px) {
  .sec_contact {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact {
    margin-top: 40px;
  }
}
.sec_contact .content {
  background: url("../img/common/contact.png") center center no-repeat;
  background-size: cover;
  padding: 80px;
}
@media screen and (max-width: 1200px) {
  .sec_contact .content {
    padding: 40px;
  }
}
@media screen and (max-width: 1030px) {
  .sec_contact .content {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact .content {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1030px) {
  .sec_contact .flexBox {
    display: block;
  }
}
.sec_contact .flexBox .l_box,
.sec_contact .flexBox .r_box {
  width: 48%;
}
@media screen and (max-width: 1030px) {
  .sec_contact .flexBox .l_box,
  .sec_contact .flexBox .r_box {
    width: 100%;
  }
}
.sec_contact .flexBox .l_box a,
.sec_contact .flexBox .r_box a {
  display: block;
  background-color: #fff;
  border: solid 1px #174f98;
  padding: 40px;
  text-align: center;
  color: #174f98;
}
@media screen and (max-width: 1030px) {
  .sec_contact .flexBox .l_box a,
  .sec_contact .flexBox .r_box a {
    padding: 1em 0;
  }
}
.sec_contact .flexBox .l_box a p,
.sec_contact .flexBox .r_box a p {
  line-height: 3;
}
@media screen and (max-width: 1030px) {
  .sec_contact .flexBox .l_box a p,
  .sec_contact .flexBox .r_box a p {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact .flexBox .l_box a p,
  .sec_contact .flexBox .r_box a p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.sec_contact .flexBox .l_box .phone_txt,
.sec_contact .flexBox .l_box .mail_txt,
.sec_contact .flexBox .r_box .phone_txt,
.sec_contact .flexBox .r_box .mail_txt {
  line-height: 2;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .sec_contact .flexBox .l_box .phone_txt,
  .sec_contact .flexBox .l_box .mail_txt,
  .sec_contact .flexBox .r_box .phone_txt,
  .sec_contact .flexBox .r_box .mail_txt {
    font-size: 2rem;
  }
}
.sec_contact .flexBox .l_box .phone_txt:before,
.sec_contact .flexBox .r_box .phone_txt:before {
  content: "";
  background: url("../img/common/icon_phone_gr.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 30px;
  height: 30px;
  left: -35px;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .sec_contact .flexBox .l_box .phone_txt:before,
  .sec_contact .flexBox .r_box .phone_txt:before {
    width: 25px;
    height: 25px;
    left: -30px;
    top: 7px;
  }
}
.sec_contact .flexBox .l_box .mail_txt:before,
.sec_contact .flexBox .r_box .mail_txt:before {
  content: "";
  background: url("../img/common/icon_mail_gr.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 25px;
  height: 25px;
  left: -30px;
  top: 7px;
}
.sec_contact .flexBox .r_box a:hover {
  background-color: #174f98;
  color: #fff;
}
@media screen and (max-width: 1030px) {
  .sec_contact .flexBox .l_box {
    margin-bottom: 20px;
  }
}

/*==================================================================
    #contactページ
===================================================================*/
#contact {
  /*----------------------------*/
}
#contact .contact__inr {
  padding: 120px 80px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #contact .contact__inr {
    padding: 40px 20px;
  }
}
#contact .contact__txt {
  text-align: center;
}
#contact .contactform {
  margin-top: 60px;
}
#contact .contactform__list {
  margin-top: 2em;
}
#contact .contactform__item {
  margin-top: 0.5em;
}
#contact .contactform__policy {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
#contact .contactform__policy a {
  color: #59a6f3;
}
#contact .contactform__policy a:hover {
  color: #005db9;
}
#contact .hissu:after {
  margin-left: 1em;
  padding: 3px 6px 1px;
  font-size: 0.6em;
  color: white;
  background-color: #ff164d;
  content: "必須";
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -2px;
}
#contact span.error {
  display: block;
  width: 200px;
  text-align: right;
  font-size: 1rem;
  color: #c44;
  position: absolute;
  left: 125px;
  top: 30px;
}
@media screen and (max-width: 1030px) {
  #contact span.error {
    width: unset;
    left: 2em;
    top: 3.3em;
  }
}
#contact p.error {
  display: inline-block;
  font-size: 1rem;
  color: #c44;
  position: absolute;
  left: 200px;
  top: 27px;
}
@media screen and (max-width: 1030px) {
  #contact p.error {
    left: 1em;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #contact p.error {
    top: 27px;
    left: 1em;
  }
}
#contact .count {
  position: absolute;
  bottom: -25px;
  right: 80px;
  font-weight: bold;
}
@media screen and (max-width: 1030px) {
  #contact .count {
    right: 0;
  }
}
#contact input[type=radio] {
  position: relative;
  top: -3px;
  margin-right: 0.5em;
}
#contact select,
#contact textarea,
#contact input[type=text],
#contact input[type=tel],
#contact input[type=email] {
  width: 100%;
  padding: 1.5rem;
  background-color: #efefef !important;
  font-size: 1.4rem;
  border: none !important;
  color: #202020;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 1030px) {
  #contact select,
  #contact textarea,
  #contact input[type=text],
  #contact input[type=tel],
  #contact input[type=email] {
    width: 97%;
  }
}
#contact select:focus,
#contact textarea:focus,
#contact input[type=text]:focus,
#contact input[type=tel]:focus,
#contact input[type=email]:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px #cae3e3;
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  outline: none;
}
#contact select::-moz-placeholder, #contact textarea::-moz-placeholder, #contact input[type=text]::-moz-placeholder, #contact input[type=tel]::-moz-placeholder, #contact input[type=email]::-moz-placeholder {
  color: #b4b4b4;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact select::placeholder,
#contact textarea::placeholder,
#contact input[type=text]::placeholder,
#contact input[type=tel]::placeholder,
#contact input[type=email]::placeholder {
  color: #b4b4b4;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact select {
  background-image: url(../img/common/select-arrow.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}

/*==================================================================
    thanks.php
===================================================================*/
.thanks {
  position: relative;
  width: 100%;
  height: 90vh;
  color: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks__inr {
  padding: 120px 80px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .thanks__inr {
    padding: 40px 20px;
  }
}
.thanks__content {
  text-align: center;
}
.thanks__ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3;
  text-align: center;
}

#policy h2 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #policy h2 {
    font-size: 2.5rem;
  }
}
#policy .policy {
  padding-bottom: 80px;
}
#policy .content {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #policy .content {
    padding-top: 40px;
  }
}
#policy .sec_plc {
  margin-bottom: 3em;
}
#policy .sec_plc:first-of-type {
  margin-top: 3em;
}
#policy .sec_plc:last-of-type {
  margin-bottom: 0;
}
#policy .sec_plc h6 {
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 0.75rem;
  border-left: 5px solid #174f98;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #policy .sec_plc h6 {
    font-size: 1.7rem;
    letter-spacing: 0.2em;
  }
}
#policy .sec_plc a {
  color: #174f98;
}
#policy .sec_plc a:hover {
  color: #eeeeee;
}/*# sourceMappingURL=style.css.map */