@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.8;
}

/* -----------------------------------------------
    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
------------------------------------------------*/
/*==================================================================
    pankuzu
==================================================================*/
.pankuzu {
  position: relative;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .pankuzu {
    padding: 0 30px;
  }
}
@media screen and (max-width: 320px) {
  .pankuzu {
    padding: 0 20px;
  }
}
.pankuzu__inr {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 320px) {
  .pankuzu__inr {
    margin-top: 10px;
  }
}
.pankuzu__txt {
  font-size: 1.4rem;
}

/*==================================================================
    layout
===================================================================*/
.section {
  position: relative;
  width: 100%;
  padding: 160px 80px;
}
@media screen and (max-width: 1030px) {
  .section {
    padding: 80px 80px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 500px) {
  .section {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 320px) {
  .section {
    padding: 40px 20px;
  }
}
.section__inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.section__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section__flex {
    flex-wrap: wrap-reverse;
  }
}
.section__flex--reverse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .section__flex--reverse {
    flex-wrap: wrap-reverse;
  }
}
.section__flex-l {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .section__flex-l {
    width: 100%;
    margin-top: 40px;
  }
}
.section__flex-r {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section__flex-r {
    width: 100%;
  }
}
.section__txt {
  margin-top: 40px;
  text-align: justify;
}
@media screen and (max-width: 320px) {
  .section__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section__img--pc {
    display: none;
  }
}
.section__img--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__img--sp {
    display: block;
  }
}

/*==================================================================
    headline
==================================================================*/
@media screen and (max-width: 768px) {
  .headline02__subttl {
    display: none;
  }
}
.headline02__ttl {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 3px solid #3d62ad;
  padding-bottom: 0.3em;
  letter-spacing: 0.2em;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .headline02__ttl {
    margin-top: 0;
  }
}

.headline03 {
  color: #3d62ad;
}
.headline03__subttl {
  font-weight: 700;
}
.headline03__subttl span {
  font-size: 1.2em;
}
.headline03__ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

/*==================================================================
    background
==================================================================*/
.bg--gray {
  background-color: #f2f2f2;
}

/*==================================================================
    .btn01
===================================================================*/
.icon--arrow {
  font-size: 1.6rem;
  padding-left: 1em;
  display: inline-flex;
  vertical-align: middle;
}

.icon--arrow-re {
  font-size: 1.6rem;
  padding-right: 1em;
  display: inline-flex;
  vertical-align: middle;
}

.btn--blue {
  display: inline-block;
  background: linear-gradient(to bottom, #3d62ad, #54c3f1);
  color: #fff;
  font-size: 1.6rem;
  padding: 1em 4em;
  overflow: hidden;
  position: relative;
  border-radius: 100vh;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .btn--blue {
    padding: 1em 3em;
  }
}
.btn--blue:after {
  background: #3d62ad;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn--blue:hover {
  color: #fff;
  transform: translateY(-5px);
}
.btn--blue:hover:after {
  transform: scale(1, 1);
}

.btn2--white {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  padding: 1em 4em;
  overflow: hidden;
  position: relative;
  border-radius: 100vh;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 1030px) {
  .btn2--white {
    padding: 1em 3em;
  }
}
.btn2--white:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn2--white:hover {
  color: #3d62ad;
  transform: translateY(-5px);
}
.btn2--white:hover:after {
  transform: scale(1, 1);
}

.btn--gry {
  display: inline-block;
  background: linear-gradient(to bottom, #aaa, #ccc);
  color: #fff;
  font-size: 1.6rem;
  padding: 1em 4em;
  overflow: hidden;
  position: relative;
  border-radius: 100vh;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .btn--gry {
    padding: 1em 3em;
  }
}
.btn--gry:after {
  background: #3d62ad;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn--gry:hover {
  color: #fff;
  transform: translateY(-5px);
}
.btn--gry:hover:after {
  transform: scale(1, 1);
}

.btn2--blue {
  display: inline-block;
  border: 1px solid #3d62ad;
  color: #3d62ad;
  font-size: 1.6rem;
  padding: 1em 4em;
  overflow: hidden;
  position: relative;
  border-radius: 100vh;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 1030px) {
  .btn2--blue {
    padding: 1em 3em;
  }
}
.btn2--blue:after {
  background: #3d62ad;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn2--blue:hover {
  color: #fff;
  transform: translateY(-5px);
}
.btn2--blue:hover:after {
  transform: scale(1, 1);
}

.btn--detail {
  display: inline-block;
  background: linear-gradient(to bottom, #3d62ad, #54c3f1);
  color: #fff;
  font-size: 1.5rem;
  padding: 1em 3em 1em 2em;
  overflow: hidden;
  position: relative;
  border-radius: 100vh;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .btn--detail {
    padding: 1em 3em 1em 1em;
  }
}
@media screen and (max-width: 768px) {
  .btn--detail {
    padding: 0.5em 3em 0.5em 1em;
  }
}
.btn--detail:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/recruit/open.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2em;
}
.active .btn--detail:before {
  background-image: url(../img/recruit/close.svg);
  background-size: contain;
}

/*==================================================================
    .btnContact
===================================================================*/
/*==================================================================
    .header
===================================================================*/
.headerPC {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #3d62ad, #54c3f1);
  height: 80px;
  z-index: 100;
}
@media screen and (max-width: 1030px) {
  .headerPC {
    display: none;
  }
}
.headerPC__inr {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .headerPC__inr {
    padding-left: 20px;
  }
}
.headerPC__logoBox {
  display: flex;
  align-items: center;
}
.headerPC__logo {
  width: 80px;
}
@media screen and (max-width: 1200px) {
  .headerPC__logo {
    width: 60px;
  }
}
.headerPC__logotxt {
  color: #fff;
  font-size: 1.3rem;
  margin-left: 1em;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .headerPC__logotxt {
    font-size: 1.1rem;
  }
}
.headerPC__logotxt span {
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .headerPC__logotxt span {
    font-size: 1rem;
  }
}

.gnavPC__list {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  height: 80px;
}
.gnavPC__link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  height: 100%;
  margin: 0 1.5em;
}
.gnavPC__link--contact {
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  position: relative;
  background-color: #3d62ad;
  padding: 0 2em;
  display: inline-flex;
  align-items: center;
  height: 80px;
  margin: 0;
}
.gnavPC__link--contact:hover {
  background-color: #2d4981;
  color: #fff020;
}

/*==================================================================
    .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: #3d62ad;
  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: #3d62ad;
}
.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: 0;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 5px 10px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 110;
  background: #3d62ad;
}
@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: #fff;
  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;
  background: linear-gradient(to bottom, #3d62ad, #54c3f1);
  padding: 40px 80px 0;
}
@media screen and (max-width: 1030px) {
  .footer {
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 0;
  }
}
.footer__logo {
  width: 70%;
  max-width: 230px;
}
.footer__inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 20px;
}
@media screen and (max-width: 1030px) {
  .footer__container {
    display: block;
  }
}
.footer__companyBox {
  margin-right: 80px;
}
@media screen and (max-width: 1030px) {
  .footer__companyBox {
    margin-right: 0;
    font-size: 1.4rem;
  }
}
.footer__address a {
  color: #fff;
}
.footer__navBox {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 1030px) {
  .footer__navBox {
    margin-top: 40px;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  .footer__navBox {
    flex-wrap: wrap;
  }
}
.footer__nav {
  margin-right: 40px;
}
.footer__nav:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav:last-of-type {
    margin-top: 20px;
  }
}
.footer__navItem, .footer__navItem--sub {
  display: flex;
  height: 40px;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .footer__navItem, .footer__navItem--sub {
    height: 30px;
  }
}
.footer__navItem a, .footer__navItem--sub a {
  color: #fff;
}
.footer__navItem {
  font-size: 1.4rem;
}
.footer__navItem--sub {
  font-size: 1.3rem;
  padding-left: 1.4rem;
}
.footer__copyBlock {
  text-align: center;
  padding-bottom: 5px;
  margin-top: 80px;
}
@media screen and (max-width: 1030px) {
  .footer__copyBlock {
    margin-top: 30px;
  }
}
.footer__copy {
  font-size: 1.2rem;
}

/*==================================================================
    .pagetop
===================================================================*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 60px;
  z-index: 10;
}
@media screen and (max-width: 1030px) {
  .pagetop {
    bottom: 10px;
  }
}
.pagetop .pagetop_btn:hover {
  transform: translateY(-5px);
}

/*==================================================================
    .mainView
===================================================================*/
.mainView {
  margin-top: 80px;
}
@media screen and (max-width: 1030px) {
  .mainView {
    margin-top: 0;
  }
}
.mainView__inr {
  position: relative;
  background: url("../img/top/keyv_pc.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.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__ttl {
    width: 70%;
  }
}

/*==================================================================
    .page_mv 各ページのmainView
===================================================================*/
.pageMV {
  margin-top: 80px;
}
@media screen and (max-width: 1030px) {
  .pageMV {
    margin-top: 0;
  }
}
.pageMV__inr {
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .pageMV__inr {
    height: 30vh;
  }
}
.pageMV__ttlBox {
  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;
}
.pageMV__ttl {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  .pageMV__ttl {
    width: 50%;
    min-width: 250px;
  }
}
.pageMV__subttl {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .pageMV__subttl {
    font-size: 2rem;
  }
}

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

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

.safety .pageMV__inr {
  background: url("../img/safety/safety_subMV.png") center center no-repeat;
  background-size: cover;
}

.recruit .pageMV__inr {
  background: url("../img/recruit/recruit_subMV.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1030px) {
  .recruit .pageMV__inr {
    background: url("../img/recruit/recruit_subMV_sp.png") center center no-repeat;
    background-size: cover;
  }
}

.archive .pageMV__inr,
.single .pageMV__inr {
  background: url("../img/news/news_subMV.png") center center no-repeat;
  background-size: cover;
}

.contact .pageMV__inr,
.confirm .pageMV__inr,
.thanks .pageMV__inr,
.policy .pageMV__inr,
.error404 .pageMV__inr {
  background: url("../img/contact/contact_subMV.png") center center no-repeat;
  background-size: cover;
}

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

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

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

.safety .bottomKV {
  background: url("../img/safety/safety_bottom.png") center center no-repeat;
  background-size: cover;
}

.archive .bottomKV,
.single .bottomKV {
  background: url("../img/news/news_bottom.png") center center no-repeat;
  background-size: cover;
}

/*==================================================================
    .contactBlock
===================================================================*/
.contactBlock {
  padding: 160px 80px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .contactBlock {
    padding: 80px 80px;
  }
}
@media screen and (max-width: 768px) {
  .contactBlock {
    padding: 40px 20px;
  }
}
.contactBlock__inr {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contactBlock__title {
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
}
.contactBlock__container {
  text-align: center;
}
.contactBlock__subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .contactBlock__subtitle {
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .contactBlock__subtitle {
    margin-top: 30px;
  }
}
.contactBlock__text {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .contactBlock__text {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.contactBlock__btnBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contactBlock__btnBox {
    display: block;
  }
}

.btn--contact {
  display: inline-block;
  background: linear-gradient(to bottom, #3d62ad, #54c3f1);
  color: #fff;
  font-size: 2.2rem;
  width: 320px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: 100vh;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 1030px) {
  .btn--contact {
    width: 300px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn--contact {
    width: 100%;
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.btn--contact:after {
  background: #3d62ad;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn--contact:hover {
  color: #fff;
  transform: translateY(-5px);
}
.btn--contact:hover:after {
  transform: scale(1, 1);
}

.btn--contact--tell {
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.btn--contact--tell span {
  display: block;
  font-size: 0.6em;
  margin-top: 0.5em;
  font-weight: nomal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .btn--contact--tell span {
    font-size: 0.8em;
  }
}

.icon--mail {
  font-size: 2.2rem;
  padding-right: 0.3em;
  display: inline-flex;
  vertical-align: middle;
}

/*==================================================================
    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 .headline01 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .top .headline01 {
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .top .headline01 {
    margin-top: 30px;
  }
}
.top .maintext {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .top .maintext {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.top .conceptBlock {
  padding: 160px 80px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .top .conceptBlock {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .conceptBlock {
    padding: 40px 30px 240px;
    background: linear-gradient(to bottom, #3d62ad, #54c3f1);
  }
}
.top .conceptBlock:after {
  content: "";
  background: url("../img/top/bg-stripe.svg") center center repeat;
  width: 100%;
  height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1030px) {
  .top .conceptBlock:after {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .top .conceptBlock:after {
    display: none;
  }
}
.top .conceptBlock__inr {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.top .conceptBlock__title--pc {
  width: 50%;
  margin: auto 0 0 0;
}
@media screen and (max-width: 768px) {
  .top .conceptBlock__title--pc {
    display: none;
  }
}
.top .conceptBlock__title--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .conceptBlock__title--sp {
    display: block;
    width: 100%;
    max-width: 450px;
  }
}
.top .conceptBlock__container {
  background: linear-gradient(to bottom, #3d62ad, #54c3f1);
  padding: 80px;
  color: #fff;
  width: 60%;
  border-radius: 40px;
}
@media screen and (max-width: 1030px) {
  .top .conceptBlock__container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top .conceptBlock__container {
    background: none;
    padding: 0;
  }
}
.top .conceptBlock__txtBox {
  width: 85%;
}
@media screen and (max-width: 1030px) {
  .top .conceptBlock__txtBox {
    width: 100%;
  }
}
.top .conceptBlock__subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top .conceptBlock__subtitle {
    font-size: 2rem;
    margin-top: 40px;
  }
}
.top .conceptBlock__visual {
  background: url("../img/top/top-img-consept01.png") center center no-repeat;
  background-size: cover;
  border-radius: 40px;
  width: 50%;
  height: 500px;
  position: absolute;
  right: -40px;
  top: 160px;
}
@media screen and (max-width: 1030px) {
  .top .conceptBlock__visual {
    height: 270px;
    right: -30px;
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top .conceptBlock__visual {
    background: url("../img/top/top-img-consept01_sp.png") center center no-repeat;
    background-size: cover;
    border-radius: 0;
    width: 100%;
    height: 200px;
    top: unset;
    bottom: 0;
    left: 0;
  }
}
.top .conceptBlock__visual--truck {
  position: absolute;
  left: -50px;
  bottom: -130px;
  width: 500px;
}
@media screen and (max-width: 1300px) {
  .top .conceptBlock__visual--truck {
    width: 400px;
  }
}
@media screen and (max-width: 1030px) {
  .top .conceptBlock__visual--truck {
    width: 270px;
    left: -10px;
    bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  .top .conceptBlock__visual--truck {
    width: 200px;
    bottom: unset;
    left: unset;
    right: 10px;
    top: -30px;
  }
}
.top .businessBlock {
  padding: 160px 80px 0;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .top .businessBlock {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .businessBlock {
    padding: 40px 30px;
    background-color: #f2f2f2;
  }
}
.top .businessBlock__title {
  width: 70%;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .businessBlock__title {
    width: 100%;
    max-width: 400px;
  }
}
.top .businessBlock__inr {
  position: relative;
  width: 100%;
}
.top .businessBlock__inr:after {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top .businessBlock__inr:after {
    display: none;
  }
}
.top .businessBlock__container {
  text-align: center;
}
.top .businessBlock__workList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: 40px auto 80px;
}
@media screen and (max-width: 768px) {
  .top .businessBlock__workList {
    display: block;
    margin: 20px auto 0;
  }
}
.top .businessBlock__work {
  width: 33.3333333333%;
  height: 360px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top .businessBlock__work {
    height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .top .businessBlock__work {
    width: 100%;
    height: 150px;
  }
}
.top .businessBlock__work--1 {
  background: url("../img/top/business-menu1.png") center center no-repeat;
  background-size: contain;
  margin-right: 40px;
}
@media screen and (max-width: 1030px) {
  .top .businessBlock__work--1 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top .businessBlock__work--1 {
    background: url("../img/top/business-menu1_sp.png") center center no-repeat;
    background-size: cover;
    margin-right: 0;
  }
}
.top .businessBlock__work--2 {
  background: url("../img/top/business-menu2.png") center center no-repeat;
  background-size: contain;
  margin-right: 40px;
}
@media screen and (max-width: 1030px) {
  .top .businessBlock__work--2 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top .businessBlock__work--2 {
    background: url("../img/top/business-menu2_sp.png") center center no-repeat;
    background-size: cover;
    margin-right: 0;
    margin-top: 20px;
  }
}
.top .businessBlock__work--3 {
  background: url("../img/top/business-menu3.png") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top .businessBlock__work--3 {
    background: url("../img/top/business-menu3_sp.png") center center no-repeat;
    background-size: cover;
    margin-top: 20px;
  }
}
.top .businessBlock__workName {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3em;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
  width: 100%;
}
.top .businessBlock__workBtn {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .top .businessBlock__workBtn {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
}
.top .companyBlock,
.top .recruitBlock {
  padding: 160px 80px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .top .companyBlock,
  .top .recruitBlock {
    padding: 140px 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .top .companyBlock,
  .top .recruitBlock {
    padding: 40px 30px 240px;
    background: linear-gradient(to bottom, #3d62ad, #54c3f1);
  }
}
.top .companyBlock__title--pc,
.top .recruitBlock__title--pc {
  width: 50%;
  max-width: 550px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top .companyBlock__title--pc,
  .top .recruitBlock__title--pc {
    display: none;
  }
}
.top .companyBlock__title--sp,
.top .recruitBlock__title--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .companyBlock__title--sp,
  .top .recruitBlock__title--sp {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.top .companyBlock__inr,
.top .recruitBlock__inr {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.top .companyBlock__container,
.top .recruitBlock__container {
  background: linear-gradient(to bottom, #3d62ad, #54c3f1);
  padding: 80px;
  color: #fff;
  width: 60%;
  border-radius: 40px;
  margin: 0 0 0 auto;
  padding-left: 140px;
}
@media screen and (max-width: 1200px) {
  .top .companyBlock__container,
  .top .recruitBlock__container {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1030px) {
  .top .companyBlock__container,
  .top .recruitBlock__container {
    width: 100%;
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top .companyBlock__container,
  .top .recruitBlock__container {
    background: unset;
    padding: 0;
  }
}
.top .companyBlock__txtBox,
.top .recruitBlock__txtBox {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .top .companyBlock__txtBox,
  .top .recruitBlock__txtBox {
    width: 100%;
  }
}
.top .companyBlock__btn,
.top .recruitBlock__btn {
  text-align: right;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .top .companyBlock__btn,
  .top .recruitBlock__btn {
    text-align: center;
  }
}
.top .companyBlock:after,
.top .recruitBlock:after {
  content: "";
  background: url("../img/top/bg-stripe.svg") center center repeat;
  width: 100%;
  height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1030px) {
  .top .companyBlock:after,
  .top .recruitBlock:after {
    height: 200px;
  }
}
.top .companyBlock__visual {
  background: url("../img/top/top-img-company.png") center center no-repeat;
  background-size: cover;
  border-radius: 40px;
  width: 50%;
  height: 500px;
  position: absolute;
  left: -40px;
  bottom: 200px;
}
@media screen and (max-width: 1030px) {
  .top .companyBlock__visual {
    height: 270px;
    left: -30px;
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .top .companyBlock__visual {
    background: url("../img/top/top-img-company_sp.png") center center no-repeat;
    background-size: cover;
    border-radius: 0;
    width: 100%;
    height: 200px;
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1030px) {
  .top .recruitBlock {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 768px) {
  .top .recruitBlock {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top .recruitBlock__text {
    text-align: center;
  }
}
.top .recruitBlock__visual {
  background: url("../img/top/top-img-recruit.png") center center no-repeat;
  background-size: cover;
  border-radius: 40px;
  width: 50%;
  height: 500px;
  position: absolute;
  left: -40px;
  bottom: 200px;
}
@media screen and (max-width: 1030px) {
  .top .recruitBlock__visual {
    height: 270px;
    left: -30px;
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .top .recruitBlock__visual {
    background: url("../img/top/top-img-recruit_sp.png") center center no-repeat;
    background-size: cover;
    border-radius: 0;
    width: 100%;
    height: 200px;
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.top .safetyBlock {
  padding: 160px 80px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .top .safetyBlock {
    padding: 140px 40px 80px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top .safetyBlock {
    padding: 40px 30px 240px;
    background: linear-gradient(to bottom, #3d62ad, #54c3f1);
    margin-top: 0;
  }
}
.top .safetyBlock__title--pc {
  width: 50%;
  max-width: 480px;
  margin: auto 0 0 0;
}
@media screen and (max-width: 1200px) {
  .top .safetyBlock__title--pc {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .top .safetyBlock__title--pc {
    display: none;
  }
}
.top .safetyBlock__title--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .safetyBlock__title--sp {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.top .safetyBlock__inr {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.top .safetyBlock__container {
  background: linear-gradient(to bottom, #3d62ad, #54c3f1);
  padding: 80px;
  color: #fff;
  width: 60%;
  border-radius: 40px;
}
@media screen and (max-width: 1030px) {
  .top .safetyBlock__container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top .safetyBlock__container {
    background: unset;
    padding: 0;
  }
}
.top .safetyBlock__txtBox {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .top .safetyBlock__txtBox {
    width: 90%;
  }
}
@media screen and (max-width: 1030px) {
  .top .safetyBlock__txtBox {
    width: 100%;
  }
}
.top .safetyBlock__btn {
  text-align: right;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .top .safetyBlock__btn {
    text-align: center;
  }
}
.top .safetyBlock__visual {
  background: url("../img/top/top-img-safety.png") center center no-repeat;
  background-size: cover;
  border-radius: 40px;
  width: 50%;
  height: 500px;
  position: absolute;
  right: -40px;
  bottom: 200px;
}
@media screen and (max-width: 1030px) {
  .top .safetyBlock__visual {
    height: 270px;
    right: -30px;
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .top .safetyBlock__visual {
    background: url("../img/top/top-img-safety_sp.png") center center no-repeat;
    background-size: cover;
    border-radius: 0;
    width: 100%;
    height: 200px;
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.top .newsBlock {
  padding: 80px 80px 0;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .top .newsBlock {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .top .newsBlock {
    padding: 40px 20px;
    background-color: #f2f2f2;
  }
}
.top .newsBlock__inr {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .top .newsBlock__inr {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top .newsBlock__inr {
    background-color: unset;
    padding: 0;
  }
}
.top .newsBlock__title {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: -140px;
}
@media screen and (max-width: 768px) {
  .top .newsBlock__title {
    width: 100%;
    max-width: 230px;
    margin-top: unset;
  }
}
.top .newsBlock__container {
  text-align: center;
}
.top .newsBlock__articleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top .newsBlock__articleBox {
    display: block;
    margin-top: 20px;
  }
}
.top .newsBlock__no-article {
  padding: 80px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .newsBlock__no-article {
    padding: 40px 0;
  }
}
.top .newsBlock__article {
  width: 33.3333333333%;
  margin-right: 40px;
}
.top .newsBlock__article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .top .newsBlock__article {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}
.top .newsBlock__articleLink {
  display: block;
  background-color: #fff;
  padding: 30px;
}
.top .newsBlock__articleLink:hover {
  transform: translateY(5px);
  filter: brightness(1.3);
}
@media screen and (max-width: 768px) {
  .top .newsBlock__articleLink {
    display: flex;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .newsBlock__thumbnail {
    width: 30%;
    margin-right: 20px;
  }
}
.top .newsBlock__dateBox {
  margin-top: 1em;
  text-align: left;
}
.top .newsBlock__date {
  display: inline-block;
  background-color: #3d62ad;
  padding: 0.3em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top .newsBlock__date {
    font-size: 1.3rem;
  }
}
.top .newsBlock__newsTitle {
  margin-top: 0.5em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top .newsBlock__newsTitle {
    font-size: 1.4rem;
  }
}
.top .newsBlock__btn {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .top .newsBlock__btn {
    margin-top: 1em;
  }
}

/*==================================================================
    #business
===================================================================*/
@media screen and (max-width: 768px) {
  .business .section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 320px) {
  .business .section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .business .section__flex-l {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 320px) {
  .business .section__flex-l {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .business .section__flex-r {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*==================================================================
    #company
===================================================================*/
.company .section__subtitle--company {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3d62ad;
  margin-top: 40px;
}
@media screen and (max-width: 1030px) {
  .company .section__flex {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 1030px) {
  .company .section__flex-l {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 1030px) {
  .company .section__flex-r {
    position: absolute;
    top: -100px;
    right: 0;
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .company .section__flex-r {
    top: -110px;
    width: 300px;
  }
}
@media screen and (max-width: 530px) {
  .company .section__flex-r {
    display: none;
  }
}
.company .greeting--2 {
  margin-top: -160px;
}
@media screen and (max-width: 1030px) {
  .company .greeting--2 {
    margin-top: -80px;
  }
}
@media screen and (max-width: 320px) {
  .company .greeting--2 {
    margin-top: -20px;
  }
}
.company .greeting--2:after {
  content: "";
  position: absolute;
  background: url("../img/company/company02.png") center center no-repeat;
  background-size: cover;
  border-radius: 40px;
  width: 50%;
  height: 500px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1030px) {
  .company .greeting--2:after {
    display: none;
  }
}
.company .president {
  text-align: right;
  margin-top: 2em;
}
.company .president span {
  margin-right: 1em;
  font-size: 0.9em;
}
.company .president__name {
  width: 10em;
}
.company .overview {
  margin-top: 40px;
}
@media screen and (max-width: 320px) {
  .company .overview {
    margin-top: 20px;
  }
}
.company .overview__box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
}
.company .overview__box:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .company .overview__box {
    display: block;
  }
}
.company .overview__dt, .company .overview__dd {
  background-color: #fff;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  .company .overview__dt, .company .overview__dd {
    padding: 1em;
  }
}
.company .overview__dt {
  width: 20%;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .company .overview__dt {
    width: 100%;
    background-color: #e9f3ff;
  }
}
.company .overview__dd {
  width: 80%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company .overview__dd {
    width: 100%;
  }
}
.company .car {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 1030px) {
  .company .car {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .company .car {
    font-size: 1.4rem;
  }
}
.company .car__box {
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .company .car__box {
    margin-right: 0;
  }
}
.company .car__list {
  display: flex;
  justify-content: space-between;
  margin-right: 2em;
}
@media screen and (max-width: 1030px) {
  .company .car__list {
    justify-content: start;
    margin-right: 0;
  }
}
.company .car__kinds {
  width: 14em;
}
@media screen and (max-width: 1030px) {
  .company .car__kinds {
    width: 15em;
  }
}
@media screen and (max-width: 768px) {
  .company .car__kinds {
    width: 14em;
  }
}
.company .access {
  margin-top: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 320px) {
  .company .access {
    margin-top: 20px;
  }
}
.company .access__box--flex {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .company .access__box--flex {
    display: block;
  }
}
.company .access__ttl {
  width: 10em;
  font-weight: 700;
  padding-left: 1em;
  border-left: 5px solid #3d62ad;
}
@media screen and (max-width: 768px) {
  .company .access__adress {
    font-size: 1.4rem;
  }
}
.company .access__storelist {
  margin-top: 1.5em;
  margin-bottom: -1em;
}

.gmap {
  margin-top: 20px;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .gmap {
    height: 50vh;
  }
}

/*==================================================================
    #safety
===================================================================*/
@media screen and (max-width: 768px) {
  .safety .bg--gray {
    background-color: #fff;
  }
}
.safety .section__ttl--safety {
  margin-top: 40px;
  color: #3d62ad;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .safety .section__flex-l {
    margin-top: 0;
  }
}
.safety .section__img--sp {
  width: 100%;
  height: 30vh;
}
.safety .sefety-img01 {
  background: url("../img/safety/safety01_sp.png");
  background-size: cover;
}
.safety .sefety-img02 {
  background: url("../img/safety/safety02_sp.png");
  background-size: cover;
}
.safety .sefety-img03 {
  background: url("../img/safety/safety03_sp.png");
  background-size: cover;
}

/*==================================================================
    #recruit
===================================================================*/
@media screen and (max-width: 768px) {
  .recruit .headline02__ttl {
    font-size: 1.8rem;
  }
}
.recruit .section__ttl--recruit {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3d62ad;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .recruit .section__ttl--recruit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1030px) {
  .recruit .section__flex {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 1030px) {
  .recruit .section__flex-l {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 1030px) {
  .recruit .section__flex-r {
    position: absolute;
    top: -40px;
    right: 0;
    width: 310px;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .recruit .section__flex-r {
    display: none;
  }
}
.recruit .section__img--sp {
  background: url("../img/recruit/recruit01_sp.png");
  background-size: cover;
  width: 100%;
  height: 30vh;
  margin-top: -40px;
}
@media screen and (max-width: 320px) {
  .recruit .section__img--sp {
    margin-top: -20px;
  }
}
.recruit .recruit {
  text-align: center;
}
.recruit .recruit__subttl {
  font-weight: 700;
  color: #3d62ad;
}
.recruit .recruit__ttl {
  background: linear-gradient(to bottom, #3d62ad, #54c3f1);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 0.5em 2em;
  display: inline-block;
  margin-top: 0.5em;
}
.recruit .recruit__txt {
  margin-top: 40px;
}
.recruit .Occupation {
  margin-top: 40px;
}
.recruit .Occupation__list {
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 10px solid #3d62ad;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit .Occupation__name {
  font-size: 1.8rem;
}
.recruit .Occupation__detail {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 1em;
  display: none;
}
.recruit .Occupation__detail dl {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em 1em;
  border-top: 1px solid #ccc;
  line-height: 1.8;
}
.recruit .Occupation__detail dl:first-child {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .recruit .Occupation__detail dl {
    display: block;
    padding: 0;
    border-top: none;
    line-height: 1.5;
  }
}
.recruit .Occupation__detail dt {
  width: 30%;
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  .recruit .Occupation__detail dt {
    width: 100%;
    padding-right: 0;
    text-align: left;
    background-color: #e9f3ff;
    padding: 0.5em 1em;
  }
}
.recruit .Occupation__detail dd {
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit .Occupation__detail dd {
    width: 100%;
    padding: 0.5em 1em;
  }
}
.recruit .Occupation__detail.active {
  display: block;
}
.recruit .entry__title {
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
}
.recruit .entry__container {
  text-align: center;
}
.recruit .entry__subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .recruit .entry__subtitle {
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .recruit .entry__subtitle {
    margin-top: 30px;
  }
}
.recruit .entry__text {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .recruit .entry__text {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.recruit .entry__btnBox {
  margin-top: 40px;
}

/*==================================================================
    #contactページ
===================================================================*/
.contact .sec-contact {
  position: relative;
  width: 100%;
  padding: 160px 80px;
}
@media screen and (max-width: 1030px) {
  .contact .sec-contact {
    padding: 80px 80px;
  }
}
@media screen and (max-width: 768px) {
  .contact .sec-contact {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 500px) {
  .contact .sec-contact {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 320px) {
  .contact .sec-contact {
    padding: 40px 20px;
  }
}
.contact .sec-contact__inr {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contact .sec-contact__txt {
  text-align: justify;
  margin-top: 40px;
}
.contact .sec-contact__noform {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .contact .sec-contact__noform {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

input.contactform__item {
  margin-top: 0.5em;
  background: #eee;
  border-radius: 5px;
}

.contactform {
  margin-top: 3em;
}
.contactform__list {
  margin-top: 2em;
}
.contactform__policy {
  margin-top: 2em;
  text-align: center;
}
.contactform__policy a {
  color: #59a6f3;
}
.contactform__policy a:hover {
  color: #005db9;
}
.contactform__btnBox {
  text-align: center;
  margin-top: 4em;
}

.wpcf7-radio {
  margin-top: 20px;
}

.wpcf7-list-item {
  display: block;
  line-height: 2;
}
.wpcf7-list-item:first-child {
  margin-top: 0.5em;
}

.wpcf7-text,
.wpcf7-textarea {
  margin-top: 0.5em;
  background: #eee !important;
  border-radius: 5px;
}

.hissu:after {
  margin-left: 1em;
  padding: 3px 6px 1px;
  font-size: 0.6em;
  color: white;
  background-color: #ff4b76;
  content: "必須";
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -2px;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #b4b4b4;
}
select::placeholder,
textarea::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  color: #b4b4b4;
}

/*--- confirm -------------------------*/
.confirm__sec {
  position: relative;
  width: 100%;
  padding: 160px 80px;
}
@media screen and (max-width: 1030px) {
  .confirm__sec {
    padding: 80px 80px;
  }
}
@media screen and (max-width: 768px) {
  .confirm__sec {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 500px) {
  .confirm__sec {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 320px) {
  .confirm__sec {
    padding: 40px 20px;
  }
}
.confirm__inr {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.confirm__ttl {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 10px solid #3d62ad;
  padding-left: 0.5em;
}
.confirm__txt {
  margin-top: 2em;
}
.confirm__contents {
  margin-top: 2em;
}
.confirm__list {
  display: flex;
  align-items: stretch;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .confirm__list {
    display: block;
  }
}
.confirm__list dt {
  width: 20%;
  background-color: #eee;
  padding: 1em;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .confirm__list dt {
    width: 100%;
    margin-right: 0;
    padding: 0.5em 1em;
  }
}
.confirm__list dd {
  width: 80%;
  padding: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .confirm__list dd {
    width: 100%;
  }
}
.confirm__btnBox {
  margin: 0 auto;
  margin-top: 4em;
  display: flex;
  justify-content: space-between;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .confirm__btnBox {
    display: block;
    text-align: center;
    width: 90%;
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  .confirm__btnSubmit {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .confirm .btn--gry,
  .confirm .btn--blue {
    width: 100%;
  }
}

/*--- thanks -------------------------*/
.thanks__sec {
  position: relative;
  width: 100%;
  padding: 160px 80px;
}
@media screen and (max-width: 1030px) {
  .thanks__sec {
    padding: 80px 80px;
  }
}
@media screen and (max-width: 768px) {
  .thanks__sec {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 500px) {
  .thanks__sec {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 320px) {
  .thanks__sec {
    padding: 40px 20px;
  }
}
.thanks__inr {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.thanks__contents {
  text-align: center;
}
.thanks__ttl {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.thanks__txt {
  margin-top: 2em;
}

/*==================================================================
    #policyページ
===================================================================*/
.policy .sec-policy {
  position: relative;
  width: 100%;
  padding: 160px 80px;
}
@media screen and (max-width: 1030px) {
  .policy .sec-policy {
    padding: 80px 80px;
  }
}
@media screen and (max-width: 768px) {
  .policy .sec-policy {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 500px) {
  .policy .sec-policy {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 320px) {
  .policy .sec-policy {
    padding: 40px 20px;
  }
}
.policy .sec-policy__inr {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.policy .sec-policy__toptxt {
  text-align: justify;
  margin-top: 3em;
}
.policy .sec-policy__container {
  margin-top: 3em;
}
.policy .sec-policy__subttl {
  font-weight: 700;
  border-left: 5px solid #3d62ad;
  padding-left: 1em;
}
.policy .sec-policy__txt {
  text-align: justify;
  margin-top: 1em;
}
.policy .sec-policy__link {
  color: #59a6f3;
  border-bottom: 1px solid #59a6f3;
}
.policy .sec-policy__link:hover {
  color: #005db9;
  border-bottom: 1px solid #005db9;
}
.policy .sec-policy__btnBox {
  margin-top: 10em;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .policy .sec-policy__btnBox {
    margin-top: 5em;
  }
}
@media screen and (max-width: 320px) {
  .policy .sec-policy__btnBox {
    margin-top: 2em;
  }
}

.archive .newsList {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .archive .newsList {
    gap: 40px;
  }
}
@media screen and (max-width: 1030px) {
  .archive .newsList {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
  }
}
.archive .newsList__link {
  display: block;
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .archive .newsList__link {
    padding: 20px;
  }
}
.archive .newsList__link:hover {
  transform: translateY(5px);
  filter: brightness(1.3);
}
.archive .newsList__thumbnail {
  width: 100%;
  text-align: center;
}
.archive .newsList__data {
  display: inline-block;
  background-color: #3d62ad;
  color: #fff;
  line-height: 1;
  padding: 0.25em 0.5em;
  margin-top: 1em;
}
.archive .newsList__ttl {
  margin-top: 0.5em;
  text-align: justify;
}
@media screen and (max-width: 1030px) {
  .archive .newsList__ttl {
    line-height: 1.5;
  }
}
.archive article {
  display: grid;
}
.archive .no-article {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .archive .no-article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.single__eyecatch {
  margin-bottom: 1.5em;
}
.single__ttl {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
}
.single__data {
  display: inline-block;
  background-color: #3d62ad;
  color: #fff;
  line-height: 1;
  padding: 0.25em 0.5em;
  margin-top: 1.5em;
}
.single__txt {
  margin-top: 1em;
}
.single .contentNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.single .contentNav a {
  font-size: 0.9em;
}
.single .contentNav a:hover {
  color: #3d62ad;
}
.single .section__inr {
  max-width: 1000px;
}

.archive-pagination {
  margin-top: 80px;
}
.archive-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-pagination ul.page-numbers .page-numbers {
  margin: 0 1em;
  padding: 0.75em 1em;
  color: #fff;
  border: 1px solid #3d62ad;
  background-color: #3d62ad;
  border-radius: 10px;
}
.archive-pagination ul.page-numbers .page-numbers:hover {
  color: #3d62ad;
  border: 1px solid #fff020;
  background-color: #fff020;
}
.archive-pagination ul.page-numbers .current {
  border: 1px solid #3d62ad;
  background-color: #f2f2f2;
  color: #3d62ad;
}
.archive-pagination ul.page-numbers .current:hover {
  border: 1px solid #3d62ad;
  background-color: #f2f2f2;
  color: #3d62ad;
}

/*==================================================================
    #page404ページ
===================================================================*/
.error404 .sec-404 {
  position: relative;
  width: 100%;
  padding: 160px 80px;
}
@media screen and (max-width: 1030px) {
  .error404 .sec-404 {
    padding: 80px 80px;
  }
}
@media screen and (max-width: 768px) {
  .error404 .sec-404 {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 500px) {
  .error404 .sec-404 {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 320px) {
  .error404 .sec-404 {
    padding: 40px 20px;
  }
}
.error404 .sec-404__inr {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.error404 .sec-404__txt {
  text-align: center;
}
.error404 .sec-404__link {
  color: #59a6f3;
  border-bottom: 1px solid #59a6f3;
}
.error404 .sec-404__link:hover {
  color: #005db9;
  border-bottom: 1px solid #005db9;
}/*# sourceMappingURL=style.css.map */