@charset "UTF-8";

/*///////////////////////////////

bace

/////////////////////////////*/

/*///////////////////////////////

variable

/////////////////////////////*/

/*-----------------------------
ブレークポイント
-----------------------------*/

/*-----------------------------
color
-----------------------------*/

/*///////////////////////////////

mixin

/////////////////////////////*/

/*-----------------------------
font
-----------------------------*/

/*-----------------------------
bace
-----------------------------*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body,
body input,
body textarea,
body button {
  -webkit-text-size-adjust: 100%;
  font-family: Roboto Condensed, sans-serif;
}

body {
  position: relative;
}

body p {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}

iframe {
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.row {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 90%;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.ta_center {
  text-align: center;
}

.ta_center_pc {
  text-align: center;
}

.txt18 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

.txt_600 {
  font-weight: 600;
}

.lh20 {
  line-height: 2rem;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
images,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size:100%; */
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 99;
}

.header_primary_header .contaienr {
  position: relative;
}

.header_flex {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 25px 40px;
}

.header_logo_link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header_logo_link:hover {
  opacity: 0.7;
}

.header_gnav {
  margin-right: 60px;
}

.header_gnav_wrap_inner {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header_gnav_item {
  position: relative;
  margin-right: 15px;
}


.header_gnav_item.contact_btn {
  border: 1px solid rgb(41 142 212);
  background-color: rgb(41 142 212);
  border-radius: 50px;
}

.header_gnav_item.contact_btn a {
  display: block;
  padding: 10px 15px;
  color: #fff;
}


.header_nav_wrap_sp {
  text-align: center;
}

.header_nav_sp {
  z-index: 10000;
}

.header_nav-menu {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 800px;
  z-index: -1;
  visibility: hidden;
}

.header_nav-menu > li {
  pointer-events: none;
  -webkit-animation: fadeOutUp 0.5s cubic-bezier(0.17, 0.67, 0.57, 0.99)
    forwards;
  animation: fadeOutUp 0.5s cubic-bezier(0.17, 0.67, 0.57, 0.99) forwards;
}

.header_nav-menu > li a {
  background-color: #000;
  display: block;
  padding: 15px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
}

.header_nav-menu > li a .jp {
  display: inline-block;
  margin-left: 15px;
}

.header_nav-menu > li + li a {
  border-top: solid 1px #ddd;
}

.header_nav-menu.active {
  pointer-events: auto;
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

.header_nav-menu.active > li {
  opacity: 0;
  -webkit-animation: fadeInDown 0.5s cubic-bezier(0.17, 0.67, 0.57, 0.99)
    forwards;
  animation: fadeInDown 0.5s cubic-bezier(0.17, 0.67, 0.57, 0.99) forwards;
  pointer-events: auto;
}

.header_gmenu {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.header_gmenu::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #72bff5;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header_gmenu:hover::after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header_gmenu_sp {
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  line-height: 50px;
  font-weight: 700;
}

.header_js-humberger {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #000;
  cursor: pointer;
  z-index: 1;
  border-radius: 5px;
}

.header_js-humberger.active {
  z-index: 1000;
}

.header_js-humberger span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background-color: transparent;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, transform 0.5s;
  transition: background-color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.header_js-humberger span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  will-change: transform;
}

.header_js-humberger span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  will-change: transform;
}

.header_js-humberger span:nth-child(1) {
  top: 35%;
}

.header_js-humberger span:nth-child(2) {
  top: 50%;
}

.header_js-humberger span:nth-child(3) {
  top: 65%;
}

.header_js-humberger.active span:nth-child(1) {
  top: 45%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_js-humberger.active span:nth-child(2) {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 0;
}

.header_js-humberger.active span:nth-child(3) {
  top: 45%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header_js-humberger:hover span::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.header_js-humberger:hover span:nth-of-type(1)::before {
  -webkit-transition: -webkit-transform 0.5s 0s;
  transition: -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s;
  transition: transform 0.5s 0s, -webkit-transform 0.5s 0s;
}

.header_js-humberger:hover span:nth-of-type(2)::before {
  -webkit-transition: -webkit-transform 0.5s 0.1s;
  transition: -webkit-transform 0.5s 0.1s;
  transition: transform 0.5s 0.1s;
  transition: transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
}

.header_js-humberger:hover span:nth-of-type(3)::before {
  -webkit-transition: -webkit-transform 0.5s 0.2s;
  transition: -webkit-transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
}

.header_js-humberger:hover span::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header_js-humberger:hover span:nth-of-type(1)::after {
  -webkit-transition: -webkit-transform 0.5s 0.3s;
  transition: -webkit-transform 0.5s 0.3s;
  transition: transform 0.5s 0.3s;
  transition: transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
}

.header_js-humberger:hover span:nth-of-type(2)::after {
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  transition: -webkit-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
}

.header_js-humberger:hover span:nth-of-type(3)::after {
  -webkit-transition: -webkit-transform 0.5s 0.5s;
  transition: -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}

.overlay {
  display: block;
  visibility: hidden;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

.footer {
  background-color: #fff;
}

.footer_area {
  width: 100%;
}

.footer_content {
  padding: 50px 0 50px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_content_left {
  width: 600px;
}

.footer_content_left--logo {
  width: 230px;
}

.footer_content_left--logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.footer_content_left--address {
  margin-top: 20px;
}

.footer_content_right {
  width: 600px;
}

.footer_content_right--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.footer_content_right--list li {
  width: 33.3333%;
}

.footer_content_right--list li a {
  color: #333;
  display: block;
  padding: 10px 20px;
  font-size: 1.5rem;
  text-decoration: none;
}

.footer_info {
  margin-left: 40px;
}

.footer_info a {
  color: #6c2293;
  text-decoration: none;
}

.footer_copyRight {
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.footer_copyRight_wrap {
  width: 100%;
  padding: 3px 0;
  background-color: rgb(41 142 212);
}

.inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.inner.w-1100 {
  max-width: 1100px;
}

.inner.w-980 {
  max-width: 980px;
}

.inner.w-800 {
  max-width: 800px;
}

.inner.w-1400 {
  max-width: 1400px;
}

.heading1 {
  font-size: 6.5rem;
  font-weight: 560;
  letter-spacing: 0.4rem;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  font-style: italic;
}

.heading3 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #000;
  position: relative;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.4rem;
}

.heading3_recruit {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  background: #6c2293;
  padding: 30px;
  line-height: 1.5;
}

.heading4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.4rem;
}

.heading_sub {
  color: #2e308d;
}

.sec_ttl {
  position: relative;
  font-family: Roboto Condensed, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  background-color: #222;
  color: #fff;
}

.sec_ttl .en {
  position: relative;
  font-size: 2.4rem;
  display: inline-block;
  padding-right: 1.5rem;
}

.sec_ttl .ja {
  position: relative;
  font-size: 1.6rem;
  padding-left: 1.5rem;
  display: inline-block;
}

.sec_ttl .ja::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
}

.interview_num {
  font-weight: 700;
  color: #6c2293;
  font-style: italic;
  margin-bottom: 20px;
}

.interview_content {
  margin-top: 30px;
  padding-right: 30px;
}

.btn {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-align: center;
  width: 300px;
  padding: 20px 0;
  border-radius: 100px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgb(101, 92, 221);
  background: -webkit-linear-gradient(
    72deg,
    rgb(101, 92, 221) 0%,
    rgb(132, 9, 197) 100%
  );
  background: linear-gradient(
    18deg,
    rgb(101, 92, 221) 0%,
    rgb(132, 9, 197) 100%
  );
  position: relative;
  -webkit-box-shadow: 0px 3px 14px 1px #949494;
  box-shadow: 0px 3px 14px 1px #949494;
}

.btn::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn:hover {
  background: rgb(101, 92, 221);
  background: -webkit-linear-gradient(
    72deg,
    rgb(163, 0, 249) 0%,
    rgb(163, 0, 249) 100%
  );
  background: linear-gradient(
    18deg,
    rgb(163, 0, 249) 0%,
    rgb(163, 0, 249) 100%
  );
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover::after {
  right: 24px;
}

.btn_top_about {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  width: 100%;
  padding: 22px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgb(101, 92, 221);
  background: -webkit-linear-gradient(
    72deg,
    rgb(101, 92, 221) 0%,
    rgb(132, 9, 197) 100%
  );
  background: linear-gradient(
    18deg,
    rgb(101, 92, 221) 0%,
    rgb(132, 9, 197) 100%
  );
  position: relative;
}

.btn_top_about::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_top_about_sm {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
}

.jc_center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixed {
  position: fixed !important;
  width: 100%;
  height: 100%;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 9999;
}

#page-top a {
  line-height: 85px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  border: solid 2px #fff;
  background: rgb(101, 92, 221);
  background: -webkit-linear-gradient(
    72deg,
    rgb(101, 92, 221) 0%,
    rgb(132, 9, 197) 100%
  );
  background: linear-gradient(
    18deg,
    rgb(101, 92, 221) 0%,
    rgb(132, 9, 197) 100%
  );
}

#page-top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sec-pt {
  padding-top: 100px;
}

.cmn__sec {
  position: relative;
  background: rgba(255, 255, 255, 0.9019607843);
  z-index: 1;
}

.fixed_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  z-index: -100;
  overflow: hidden;
  background-color: #fff;
}

.fixed_bg_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/main_img.png);
  background-position: center;
  background-size: cover;
}

.lawer_sec {
  padding: 130px 0 80px;
}

.lawer_content_wrap {
  margin-bottom: 50px;
}

.lawer_content_inner {
  margin-bottom: 40px;
}

.lawer_content_wrap,
.lawer_content_inner:last-child {
  margin-bottom: 0;
}

.lawer_flex01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lawer_flex01_images {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}

.lawer_flex01_images img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lawer_flex01_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
}

.lawer_flex01_images,
.lawer_flex01_content {
  padding: 0 15px;
}

.lawer_flex02 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.lawer_flex02_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.lawer_flex02_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lawer_flex02_b {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lawer_flex02_b .lawer_flex02_content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.lawer_flex02_b .lawer_flex02_images {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.lawer_flex02_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  padding-right: 40px;
}

#company_sec .lawer_content_wrap .txt18 {
  line-height: 2;
  padding-top: 30px;
}

#company_sec .color-mursaki {
  color: #2e308d;
  border-bottom: 1px solid #2e308d;
  padding-bottom: 0;
}

.bg_gr {
  background: #f8f8f8;
}

.bt_gr {
  border-top: solid 2px #e9e9e9;
}

.table_content_wrap02 {
  width: 100%;
  list-style: none;
}

.table_content_inner {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_content_row {
  position: relative;
  border-bottom: solid 2px #d2d2d2;
}

.table_content_row::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background-color: #72bff5;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.table_content_row:last-child {
  border-bottom: none;
}

.table_content_row:last-child::after {
  content: none;
}

.table_h02 {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 20px 20px 20px 20px;
  line-height: 2;
}

.table_h02_b {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 20px 20px 20px 20px;
  line-height: 2;
}

.table_d02 {
  color: #000;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 20px 20px 20px 20px;
  line-height: 1.8;
}

.table_d02_b {
  color: #000;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 20px 20px 20px 20px;
  line-height: 2;
}

#breadcrumb li {
  display: inline-block;
  color: #333;
  position: relative;
  font-size: 1.8rem;
  padding: 0 2px;
  text-transform: uppercase;
  line-height: 1.3;
}

#breadcrumb li a {
  color: #333;
  text-decoration: none;
}

#breadcrumb li + li {
  margin-left: 25px;
}

#breadcrumb li + li::before {
  content: "＞";
  margin: 0 10px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: -28px;
}

.fedein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fedein.isAnimate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slick-list {
  overflow: visible !important;
}

.slick-prev,
.slick-next {
  z-index: 20;
}

.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #2f0047;
  font-size: 2.4rem;
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #2f0047;
  font-size: 2.4rem;
}

.slick-dots li button:before {
  font-size: 50px !important;
}

.ribbon {
  padding: 10px 20px;
  border-radius: 5px 5px 5px 0px;
}

.ribbon:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #222;
}

.ribbon .en {
  font-size: 1.3rem;
  font-weight: 200;
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 1040px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.md-xmark {
  display: none;
  cursor: pointer;
  position: absolute;
   bottom: -15%;
  right: 0;
  text-align: center;
  background-color: #fff;
  color: #333;
  margin-left: auto;
  z-index: 222222;
}

.md-xmark a{
	padding: 15px 0;
	font-size: 14px;
	display: block !important;
	width: 200px;
	border-radius: 25px;
	 border: 2px solid #333;
}



.window {
  padding: 30px 20px 20px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
   height: 400px;
  overflow-y: scroll;
}


.window .image {
  width: 40%;
  height: auto;
}

.window .image img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.window .cont {
  width: 56%;
  font-size: 1.3rem;
  line-height: 2;
}

.index_top_about_flowoverlay .window .cont {
  width: 100%;
  height: 100%;
}

.index_top_value_overlay .window{
	height: 550px;
}

.index_top_value_overlay .window .cont {
  width: 100%;
   height: 100%;
}

.index_top_recruit_overlay .window {
  display: block;
}



.index_top_recruit_overlay .index-accordion_text{
	padding: 20px;
	font-size: 1.2rem;
}

.window .cont table {
  width: 100%;
}

.window .cont table th,
td {
  padding: 5px 0;
  font-size: 14px;
}

.window .cont table th {
  width: 25%;
  vertical-align: top;
}

.window .cont table td {
  vertical-align: top;
}

.back-black {
  background-color: #1e1e1e;
}

.back-white {
  background-color: #fff;
}

.back-mursaki {
  padding: 5px 20px;
  color: #333;
}

.color-white {
  color: #fff;
}

.number {
  display: inline-block;
  margin-right: 20px;
}

.line {
  position: relative;
}

.index_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.index_main_visual {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.index_main_copy {
  position: absolute;
  bottom: 90px;
  right: -5%;
  z-index: 1;
  line-height: 1.5;

}

.index_main_copy01 {
  font-size: 6rem;
  font-weight: 200;
  color: #000;
  letter-spacing: 1.5rem;
  font-weight: bold;
  text-shadow: 0 0 6px #fff;
}

.index_top_mission {
  padding: 100px 0;
}

.index_top_mission::before {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  width: 300px;
  height: 390px;
  background-image: url(../images/index_top_mission01.png);
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
/*   padding: 0 30px; */
/*   background-color: rgba(89, 87, 87,.2); */
/*   box-shadow: 6px 6px 10px 10px rgba(89, 87, 87,.2); */
  background-size: 300px auto;
  content: "";
}

.index_top_mission::after {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  width: 300px;
  height: 390px;
  background-image: url(../images/index_top_mission02.png);
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
/*   padding: 0 30px; */
/*   background-color: rgba(89, 87, 87,.2); */
/*   box-shadow: 6px 6px 10px 10px rgba(89, 87, 87,.2); */
  background-size: 300px auto;
  content: "";
}

.index_top_mission_wrap {
  position: relative;
  text-align: center;
  z-index: 1;
}

.index_top_mission_wrap p {
  font-weight: bold;
}

.index_top_news {
  background-color: #222;
}

.index_top_newswrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  padding: 80px 0;
}

.index_top_news .sec_ttl {
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.index_top_news_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.index_top_news_content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto Condensed, sans-serif;
  font-weight: bold;
  padding-bottom: 20px;
  background-size: 5px 1px;
  background-image: -webkit-linear-gradient(left, #bcc1c2 3px, transparent 2px);
  background-image: linear-gradient(to right, #bcc1c2 3px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.index_top_news_content li time {
  font-size: 1.8rem;
  font-weight: 100;
  display: inline-block;
  width: 15%;
/*   margin-right: 60px; */
}

.index_top_news_content li p {
  color: #fff;
  /* font-weight: bold; */
}

.index_top_news_content li + li {
  padding-top: 20px;
}

.index_top_business {
  padding: 140px 0 120px;
}

.index_top_business_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index_top_business_flex .heading2 {
  font-weight: 700;
  letter-spacing: 0.6rem;
  color: #333;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
  font-size: 4.5rem;
  line-height: 1.5;
	text-shadow: 0px 0px 10px #fff,
 0px 0px 1px #fff,
 0px 0px 1px #fff,
 0px 0px 1px #fff;
}

.index_top_business_flex + .index_top_business_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-top: 100px;
}

.index_top_business_flex
  + .index_top_business_flex
  .index_top_business_flex_contents {
  margin-left: 0;
  margin-right: 40px;
  width: 40%;
}

.index_top_business_flex
  + .index_top_business_flex
  .index_top_business_flex_images {
  width: 60%;

}

.index_top_business_flex
  + .index_top_business_flex
  .index_top_business_flex_images::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  border-radius: 1.5rem;
}

.index_top_business_flex + .index_top_business_flex .index_top_business_btn {
  margin-top: 200px;
}

.index_top_business_flex
  + .index_top_business_flex
  .index_top_business_btn
  + .index_top_business_btn {
  margin-top: 25px;
}

.index_top_business_flex_contents {
  position: relative;
  margin-left: 40px;
  width: 50%;
}

.index_top_business_flex_contents .heading2 {
  position: relative;
  margin-top: 30px;
  font-size: 4rem;
  top: 0;
}

.index_top_business_flex_images {
  position: relative;
  width: 50%;
}

.index_top_business_flex_images img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 5px rgba(89, 87, 87,.2);
}

.index_top_business_btn {
  margin: 25px 0 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #222;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-box-shadow: 0 0.4em 0 #222;
  box-shadow: 0 0.4em 0 #222;
  white-space: nowrap;
  text-align: center;
  max-width: 270px;
  transition: transform .05s cubic-bezier(.33,1,.68,1);
}

.index_top_business_btn:hover{
	box-shadow: unset;
  transform: translateY(4px);
}

.index_top_business_btn a {
  padding: 0.8em 1.6em;
  display: block;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.index_reason {
  position: relative;
  padding: 80px 0 120px;
  margin-top: 40px;
}

.index_reason .heading1 {
	width: 85%;
  margin: 0 auto 80px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  color: #fff;
  text-shadow:0 0 6px #333;
  z-index: 1;
}

.index_reason .inner {
  position: relative;
}

.index_reason_circle {
  width: 50px;
  height: 45px;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: rgb(134,205,255);
background: linear-gradient(184deg, rgb(41 142 212) 0%, rgba(255,255,255,1) 100%);

  border-radius: 50%;
  /*円の位置を画面中央に固定*/
  position: absolute;
  left: 50%;
  top: 65%;
/*   z-index: -1; */
  padding-bottom: 45px;
}

.index_reason--listwrap {
  max-width: 1000px;
  padding-top: 130px;
  margin: 0 auto;
}

.index_reason--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0px 0px 15px 5px rgba(3, 110, 184, .4);
  border-radius: 15px;
}

.index_reason--item_img {
  width: 50%;
}

.index_reason--item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 15px 15px 0px;
}

.index_reason--item_txtBox {
  position: relative;
  width: 52%;
  background-color: #fff;
  padding: 50px 30px 50px 30px;
    border-radius: 15px 0px 0px 15px;
}

.index_reason--item_txtBox .ribbon {
  position: absolute;
  top: -20px;
  left: 30px;
}

.index_reason--item_txtBox .ttl {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
}

.index_reason--item_number {
  font-size: 12em;
  -webkit-text-stroke: 1px #222;
  text-stroke: 1px #222;
  color: #fff;
}

.index_reason--item + .index_reason--item {
  margin-top: 40px;
}

.index_top_value {
  padding: 0px 0 80px;
}

.index_top_value_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  max-width: 1000px;
  margin: 60px auto;
}

.index_top_value_point {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 80px;
}

.index_top_value_point p {
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.6rem;
}

.index_top_value_point_head {
  list-style: none;
  text-align: left;
  margin-bottom: 40px;
}

.index_top_value_point_head span {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.index_top_value_point_head span + span {
  margin-top: 30px;
}



.index_top_value_list {
  max-width: 1000px;
  margin: 0px auto 40px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_top_value_list img{
	max-width: 300px;
	margin: 0 auto;
}
/* 
.index_top_value_list li {
  font-size: 3rem;
  font-weight: bold;
  border-radius: 50%;
  width: 25%;
  text-align: center;
  padding: 100px 0;
}

.index_top_value_list li:first-child {
  background-color: #eeebcb;
  border: 1px solid #eeebcb;
}

.index_top_value_list li:nth-child(2) {
  background-color: #c6d9ef;
  border: 1px solid #c6d9ef;
}

.index_top_value_list li:nth-child(3) {
  background-color: #f3d6e2;
  border: 1px solid #f3d6e2;
}

.index_top_value_list li + li {
  margin-left: 30px;
} */

.index_top_value_btn {
  margin: 25px auto 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #222;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-box-shadow: 0 0.4em 0 #222;
  box-shadow: 0 0.4em 0 #222;
  white-space: nowrap;
  text-align: center;
  max-width: 270px;
transition: transform .05s cubic-bezier(.33,1,.68,1);
}

.index_top_value_btn:hover{
	box-shadow: unset;
  transform: translateY(4px);
}

.index_top_value_btn a {
  padding: 0.8em 1.6em;
  display: block;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.index-accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f3f8ff;
}

.index-accordion .inner {
  padding: 80px 0;
}

.index-accordion-list {
  padding: 0 20px 20px;
  line-height: 1.5;
}

.index-accordion_title {
  position: relative;
  padding: 30px 60px 0;
  background-color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
}

.index-accordion_title::before {
  position: absolute;
  content: "Q";
  left: 0;
}

.index-accordion_title::after {
  position: absolute;
  display: block;
  content: "";
  top: 60%;
  right: 0px;
  border: 10px solid transparent;
  border-top: 12px solid #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index-accordion_text {
  position: relative;
  display: none;
  padding: 20px 20px 20px 30px;
  border-top: 1px solid #333;
  font-size: 1.6rem;
}

.index-accordion_text::before {
  position: absolute;
  content: "A";
  left: 0;
}

.index_voice .inner {
  padding: 60px 0 30px;
}

.index_voicelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
}

.index_voicelist--item {
  position: relative;
  width: calc(33.33% - 25px);
  background-color: #9badc5;
}

.index_top_about {
  padding: 100px 0;
}

.index_top_about .heading2 {
  color: #fff;
}

.index_top_about_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index_top_about_flex .heading2 {
  font-weight: 700;
  letter-spacing: 0.6rem;
  color: #333;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
  font-size: 4.5rem;
  line-height: 1.5;
}

.index_top_about_flex_contents {
  position: relative;
  margin-left: 40px;
  width: 50%;
}

.index_top_about_flex_contents .heading2 {
  position: relative;
  margin-top: 30px;
  font-size: 4rem;
  top: 0;
}


.index_top_about_flex_images {
  position: relative;
  width: 50%;
}

.index_top_about_flex_images img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 5px rgba(89, 87, 87,.2);
}



.index_top_about_btn {
  margin: 50px 0 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #222;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-box-shadow: 0 0.4em 0 #222;
  box-shadow: 0 0.4em 0 #222;
  white-space: nowrap;
  text-align: center;
  max-width: 270px;
 transition: transform .05s cubic-bezier(.33,1,.68,1);
}

.index_top_about_btn:hover{
	box-shadow: unset;
  transform: translateY(4px);
}

.index_top_about_btn a {
  padding: 0.8em 1.6em;
  display: block;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.index_top_recruit {
  padding: 80px 0 100px;
}

.index_top_recruit_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_top_recruit_btn {
  margin: 25px 0 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #222;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-box-shadow: 0 0.4em 0 #222;
  box-shadow: 0 0.4em 0 #222;
  white-space: nowrap;
  text-align: center;
  width: 270px;
 transition: transform .05s cubic-bezier(.33,1,.68,1);
}


.index_top_recruit_btn:hover{
	box-shadow: unset;
  transform: translateY(4px);
}

.index_top_recruit_btn + .index_top_recruit_btn {
  margin-left: 20px;
}

.index_top_recruit_btn a {
  padding: 0.8em 1.6em;
  display: block;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  text-align: center;
}

.index .news_wrap {
  width: 70%;
  position: absolute;
  bottom: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
}

.index .news_ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  padding: 60px 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2e308d),
    to(#823c96)
  );
  background: -webkit-linear-gradient(left, #2e308d 0%, #823c96 100%);
  background: linear-gradient(90deg, #2e308d 0%, #823c96 100%);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .news_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  background: #fff;
  padding: 30px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .news_content .more_btn a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.index .news_content .more_btn a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: -2em;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.index .news_content .more_btn a:hover {
  text-decoration: none;
  -webkit-transform: translateX(2em);
  transform: translateX(2em);
}

.index .news_content .more_btn a:hover::after {
  opacity: 1;
}

.index .news_content .more_btn a img {
  width: 40px;
}

.index .news_index {
  padding-bottom: 0;
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.index .news_index-item {
  margin-bottom: 20px;
}

.index .news_index-item:last-child {
  margin-bottom: 0;
}

.index .news_index-time {
  display: inline-block;
  margin-right: 1em;
}

.index .news_index-link {
  display: inline-block;
}

.index .news_index-link-content {
  display: block;
}

.index .news_index-link-content:hover .news_index-time,
.index .news_index-link-content:hover .news_index-link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: linear-gradient(90deg, #2e308d 0%, #823c96 100%);
}

.index .news_index-link a {
  color: #333;
  text-decoration: none;
}

.sp-none {
  display: none;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 769px) {
  .inner {
    width: 85%;
  }

  .sec-pt {
    padding-top: 144px;
  }

  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }
}

@media (max-width: 1400px) {
  body p {
    font-size: 1.3333333333vw;
  }

  .mb20 {
    margin-bottom: 1.6vw;
  }

  .mt10 {
    margin-top: 0.9333333333vw;
  }

  .mt20 {
    margin-top: 1.6vw;
  }

  .mt30 {
    margin-top: 2.4vw;
  }

  .mt40 {
    margin-top: 3.0666666667vw;
  }

  .mt50 {
    margin-top: 3.7333333333vw;
  }

  .pt50 {
    padding-top: 3.7333333333vw;
  }

  .txt18 {
    font-size: 1.7333333333vw;
  }

  .fixed_bg {
    height: 75.55555vw;
  }

  .header_logo img {
    width: 16.6666666667vw;
  }

  .header_gnav_wrap_inner {
    margin-left: 2vw;
  }

  .header_gmenu {
    font-size: 1.2rem;
  }

  .header_gnav {
    margin-right: 30px;
  }

  .header_js-humberger {
    top: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
  }

  .header_js-humberger span {
    width: 15px;
  }

  .footer_content {
    padding: 4vw 0;
  }

  .footer_content_left {
    width: 40vw;
  }

  .footer_content_left .txt18 {
    font-size: 1.6vw;
  }

  .footer_content_left--logo {
    width: 17.3333333333vw;
  }

  .footer_content_left--address {
    margin-top: 1.6vw;
  }

  .footer_content_right {
    width: 46.666666vw;
  }


  .footer_content_right--list li a {
    padding: 0.8vw 1.3333333333vw;
	font-size: 1.3666666667vw;
  }

  .inner.w-980 {
    width: 78%;
  }

  .inner.w-800 {
    width: 78%;
  }

  .heading1 {
    font-size: 4.6666666667vw;
  }

  .heading3 {
    font-size: 2.9333333333vw;
    margin-bottom: 2vw;
  }

  .heading4 {
    font-size: 1.8666666667vw;
    margin-bottom: 1.3333333333vw;
  }

  .sec_ttl .en {
    font-size: 1.3666666667vw;
    padding-right: 1.0666666667vw;
  }

  .sec_ttl .ja {
    font-size: 1.4666666667vw;
    padding-left: 1.0666666667vw;
  }

  .sec_ttl .ja::before {
    height: 1.3333333333vw;
  }

  .btn {
    width: 24vw;
    font-size: 1.6vw;
  }

  .btn:hover::after {
    right: 1.6vw;
  }

  .btn_top_about {
    font-size: 1.6vw;
  }

  .btn_top_about::after {
    right: 2vw;
  }

  .btn_top_about_sm {
    font-size: 1.0666666667vw;
  }

  #page-top {
    bottom: 2vw;
    right: 0.9333333333vw;
  }

  #page-top a {
    width: 8vw;
    height: 8vw;
    font-size: 2vw;
    line-height: 9.3333333333vw;
  }

  .ribbon {
    padding: 1.0666666667vw 1.6vw;
    border-radius: 0.4vw 0.4vw 0.4vw 0px;
  }

  .ribbon:before {
    border-bottom: solid 1.3333333333vw transparent;
    border-left: solid 2vw #222;
  }

  .ribbon:before {
    border-bottom: solid 2vw transparent;
    border-left: solid 2.6666666667vw #222;
  }

  .index_main {
    height: 66.6666666667vw;
  }

  .index_main_copy {
    bottom: 5%;
    right: -3%;
  }

  .index_main_copy01 {
    font-size: 4.3333333333vw;
  }

  .index_top_mission::before {
    left: 1.0666666667vw;
    width: 18vw;
    height: 26.6666666667vw;
    background-size: 18vw;
/* 	padding: 0 1.5555555vw; */
  }

  .index_top_mission::after {
    right: 1.0666666667vw;
    width: 18vw;
    height: 26.6666666667vw;
    background-size: 18vw;
/* 	padding: 0 1.5555555vw; */
  }

  .index_top_mission {
    padding: 6.6666666667vw 0;
  }

  .index_top_newswrap {
    padding: 5.3333333333vw 0;
  }

  .index_top_news_content li {
    padding-bottom: 1.6vw;
    background-size: 0.5333333333vw 1px;
  }

  .index_top_news_content li time {
    font-size: 1.7333333333vw;
    margin-right: 4.6666666667vw;
  }

  .index_top_news_content li + li {
    padding-top: 1.6vw;
  }

  .index_top_business {
    padding: 9.3333333333vw 0 8vw;
  }

  .index_top_business_flex .heading2 {
    top: 20%;
    font-size: 3.2vw;
  }

  .index_top_business_flex + .index_top_business_flex {
    margin-top: 6.6666666667vw;
  }

  .index_top_business_flex
    + .index_top_business_flex
    .index_top_business_flex_contents {
    margin-right: 3.0666666667vw;
  }

  .index_top_business_flex + .index_top_business_flex .index_top_business_btn {
    margin-top: 14.6666666667vw;
  }

  .index_top_business_flex
    + .index_top_business_flex
    .index_top_business_btn
    + .index_top_business_btn {
    margin-top: 2.1333333333vw;
  }

  .index_top_business_flex_contents {
    margin-left: 3.0666666667vw;
  }

  .index_top_business_flex_contents .heading2 {
    margin-top: 2.4vw;
    font-size: 2.8vw;
  }

  .index_top_business_btn {
    font-size: 1.6vw;
    margin: 2.1333333333vw 0 1.0666666667vw;
    max-width: 26.6666666667vw;
  }

  .index_top_business_btn a {
    padding: 1.3333333333vw 2.1333333333vw;
  }

  .index_reason {
    margin-top: 4.6666666667vw;
    padding: 8vw 0 8vw;
  }

  .index_reason .heading1 {
	  margin: 0 auto 6.444444vw;
  }

  .index_reason_circle {
    height: 40px;
  }

  .index_reason--listwrap {
    max-width: 100%;
    padding-top: 7.3333333333vw;
  }

  .index_reason--item_txtBox {
    padding: 4.4vw 2.4vw 4.4vw 2.4vw;
  }

  .index_reason--item_txtBox .ttl {
    font-size: 1.8666666667vw;
  }

  .index_reason--item_number {
    font-size: 4.6666666667vw;
  }

  .index_reason--item + .index_reason--item {
    margin-top: 3.7333333333vw;
  }

  .index_top_value_wrap {
    max-width: 80vw;
    margin: 4vw auto;
  }

  .index_top_value_point {
    margin-left: 5.3333333333vw;
  }

  .index_top_value_point p {
    font-size: 1.6vw;
  }

  .index_top_value_point_head {
    margin-bottom: 3.2vw;
  }

  .index_top_value_point_head span {
    font-size: 3.2vw;
  }

  .index_top_value_point_head span + span {
    margin-top: 2.4vw;
  }

  .index_top_value_list {
    margin: 0 auto 4vw;
  }
	
	.index_top_value_list img{
		max-width: 30vw;
	}

/*   .index_top_value_list li {
    font-size: 2.6666666667vw;
    padding: 8.3333333vw 0;
  }

  .index_top_value_list li + li {
    margin-left: 2.555555vw;
  }
 */
  .index_top_value_btn {
    font-size: 1.6vw;
    margin: 2.1333333333vw auto 1.0666666667vw;
    max-width: 26.6666666667vw;
  }

  .index_top_value_btn a {
    padding: 1.3333333333vw 2.1333333333vw;
  }

  .index-accordion .inner {
    padding: 6.6666666667vw 0;
  }

  .index_voice .inner {
    padding: 3.3333333333vw 0 2vw;
  }

  .index_top_about {
    padding: 6.6666666667vw 0;
  }
	
	.index_top_about_flex_contents {
		margin-left: 3.55555555vw;
	}

  .index_top_about_flex_contents {
    padding: 0 2.6666666667vw 0;
  }

  .index_top_about_btn {
    font-size: 1.6vw;
    margin: 3.3333333333vw 0 1.0666666667vw;
    max-width: 26.6666666667vw;
  }

  .index_top_about_btn a {
    padding: 1.3333333333vw 2.1333333333vw;
  }
	
	.index_top_recruit{
		padding: 6.6666666667vw 0;
	}

  .index_top_recruit_btn {
    font-size: 1.6vw;
    margin: 2.1333333333vw 0 1.0666666667vw;
    width: 26.6666666667vw;
  }

  .index_top_recruit_btn a {
    padding: 1.3333333333vw 2.1333333333vw;
  }

  .index .news_content {
    padding: 2vw 2vw vq(10);
  }

  .index .news_content .more_btn a img {
    width: 3.3333333333vw;
  }

  .index .news_index {
    font-size: 1.3333333333vw;
    margin-bottom: 0.5333333333vw;
  }
}

@media (max-width: 890px) {
  .header_gnav_wrap {
    display: none;
  }
}

@media (max-width: 768px) {
  body p {
    font-size: 2vw;
  }

  .container {
    margin: 0 auto;
  }

  .row {
    max-width: 767px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }

  .mb20 {
    margin-bottom: 2.6666666667vw;
  }

  .mt10 {
    margin-bottom: 1.7333333333vw;
  }

  .mt20 {
    margin-top: 2.6666666667vw;
  }

  .mt30 {
    margin-top: 3.3333333333vw;
  }

  .mt40 {
    margin-top: 4vw;
  }

  .mt50 {
    margin-top: 4.6666666667vw;
  }

  .pt50 {
    padding-top: 4.6666666667vw;
  }

  .ta_center_pc {
    text-align: left;
  }

  .ta_center_sp {
    text-align: center;
  }

  .txt18 {
    font-size: 2.4vw;
  }

  .fixed_bg {
    height: 92.5555555vw;
  }

  .header_flex {
    padding: 20px 20px;
  }

  .header_logo img {
    width: 180px;
  }

  .header_nav-menu {
    min-width: 100%;
  }

  .footer_content {
    padding: 6vw 0;
    display: block;
  }

  .footer_content_left {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
	
	   .footer_content_left .txt18 {
		   font-size: 2.6666666667vw;
	}
	
	.footer_content_right--list li{
		margin-top: 2.222222vw;
	}

  .footer_content_right--list li a {
    font-size: 2.6666666667vw;
  }

  .footer_content_left--logo {
    width: 37.3333333333vw;
  }

  .footer_content_left--address {
    width: 46.6666666667vw;
    margin-left: 8vw;
  }

  .footer_content_right {
    width: 100%;
    margin-top: 4.44444vw;
  }

  .footer_content_right .txt18 {
    font-size: 2.6666666667vw;
  }

  .footer_content_right--list {
    text-align: center;
  }

  .inner.w-980 {
    width: 90%;
  }

  .inner.w-800 {
    width: 90%;
  }

  .heading1 {
    font-size: 5.7333333333vw;
  }

  .heading3 {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
	text-align: center;
  }

  .heading4 {
    font-size: 2.9333333333vw;
    margin-bottom: 2.6666666667vw;
	text-align: center;
  }

  .sec_ttl .en {
    font-size: 2.6666666667vw;
    padding-right: 1.6vw;
  }

  .sec_ttl .ja {
    font-size: 2.1333333333vw;
    padding-left: 2vw;
  }

  .sec_ttl .ja::before {
    height: 2.1333333333vw;
  }

  .btn {
    width: 100%;
    font-size: 2vw;
    padding: 3.7333333333vw 0;
  }

  .btn::after {
    right: 5.3333333333vw;
  }

  .btn_top_about {
    font-size: 2.9333333333vw;
  }

  .btn_top_about_sm {
    font-size: 1.6vw;
  }

  .btn_top_about {
    padding: 20px;
  }

  #page-top {
    bottom: 2.6666666667vw;
    right: 1.6vw;
  }

  #page-top a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 12vw;
  }

  .ribbon {
    padding: 1.6vw 3.3333333333vw;
    border-radius: 0.6666666667vw 0.6666666667vw 0.6666666667vw 0px;
  }

  .index_main {
    height: 93.3333333333vw;
  }

  .index_main_copy {
    bottom: 8%;
  }

  .index_main_copy01 {
    font-size: 6.6666666667vw;
    letter-spacing: 1.3333333333vw;
  }

  .index_top_mission {
    padding: 13.3333333333vw 0;
  }
	
	.index_top_mission::before{
		content: none;
	}

  .index_top_mission::after {
	  content: none;
	}
	
	
  .index_top_newswrap {
    display: block;
    padding: 9.3333333333vw 0;
  }

  .index_top_news_content {
    margin-top: 8vw;
  }

  .index_top_news_content li {
    padding-bottom: 3.3333333333vw;
    background-size: 0.6666666667vw 1px;
  }

  .index_top_news_content li time {
    font-size: 2.6666666667vw;
    margin-right: 5.3333333333vw;
	 width: 18%;
  }

  .index_top_news_content li + li {
    padding-top: 2.6666666667vw;
  }

  .index_top_business {
    padding: 16vw 0 16vw;
  }

  .index_top_business_flex .heading2 {
    top: 25%;
    left: 15%;
    font-size: 4.6666666667vw;
    letter-spacing: 0.4vw;
  }

  .index_top_business_flex + .index_top_business_flex {
    margin-top: 24vw;
  }

  .index_top_business_flex
    + .index_top_business_flex
    .index_top_business_flex_contents {
    position: absolute;
    top: 0;
    left: 45%;
    width: 100%;
  }

  .index_top_business_flex
    + .index_top_business_flex
    .index_top_business_flex_contents
    .ribbon {
    position: absolute;
    top: 0;
  }

  .index_top_business_flex
    + .index_top_business_flex
    .index_top_business_flex_images {
    width: 66.6666666667vw;
    margin-left: 0;
    margin-right: auto;
  }

  .index_top_business_flex + .index_top_business_flex .index_top_business_btn {
    margin-top: 40vw;
  }

  .index_top_business_flex_contents {
    position: absolute;
    top: 0;
    width: 100%;
    margin-right: 0;
  }

  .index_top_business_flex_contents .heading2 {
    left: 0;
    margin-top: 4vw;
    font-size: 3.4vw;
  }

  .index_top_business_flex_images {
    width: 66.6666666667vw;
    margin-left: auto;
  }

  .index_top_business_flex_images::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
  }

  .index_top_business_flex_images img {
    zoom: 0.6;
  }

  .index_top_business_btn {
    margin: 3.3333333333vw 0 1.0666666667vw;
    max-width: 36vw;
    font-size: 2.1333333333vw;
  }
	
	.index_top_business_flex + .index_top_business_flex .index_top_business_btn + .index_top_business_btn{
		  margin: 3.3333333333vw 0 1.0666666667vw;
	}

  .index_top_business_btn a {
    padding: 1.7333333333vw 2.1333333333vw;
    text-align: center;
  }

  .index_reason {
    padding: 8vw 0 13.3333333333vw;
    margin-top: 15vw;
  }

  .index_reason .heading1 {
	  width: 95%;
	  margin: 0 auto 12.444444vw;
  }

  .index_reason_circle {
    top: 55%;
    height: 48px;
  }

  .index_reason--listwrap {
    padding-top: 3.3333333333vw;
  }

  .index_reason--item {
    margin-top: 10.6666666667vw;
  }

  .index_reason--item_img {
    width: 100%;
    margin-left: auto;
    position: relative;
  }

  .index_reason--item_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
	border-radius: 15px;
  }

  .index_reason--item_img img {
    height: 42.22222222vw;
    object-fit: cover;
	  border-radius: 15px;
  }

  .index_reason--item_txtBox {
    position: absolute;
    top: 15%;
    background: none;
    padding: 0 4vw 6.6666666667vw;
    z-index: 1;
  }

  .index_reason--item_txtBox .ribbon {
    top: -56%;
	left:0;
  }

  .index_reason--item_txtBox {
    width: 100%;
    margin-top: 4vw;
  }

  .index_reason--item_txtBox .ttl {
    font-size: 3.2vw;
    color: #fff;
  }

  .index_reason--item_txtBox p {
    color: #fff;
    font-size: 2.4vw;
  }

  .index_reason--item_number {
	 position: relative;
    font-size: 18.6666666667vw;
  }
	
	.index_reason--item_number::before{
		content: "";
		width: 100%;
		height: 20%;
		background: rgb(41 142 212);
		position: absolute;
		left: 0;
		bottom: 10%;
		right: 0;
		z-index: -1;
	}

  .index_reason--item + .index_reason--item {
    margin-top: 13.3333333333vw;
  }

  .index_top_value {
    padding: 0 0 8vw;
  }

  .index_top_value_wrap {
    max-width: 100%;
    display: block;
    margin: 6.6666666667vw auto;
  }

  .index_top_value_point {
    margin-left: 0;
  }

  .index_top_value_point p {
    font-size: 2.4vw;
    text-align: center;
  }

  .index_top_value_point_head {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }

  .index_top_value_point_head span {
    font-size: 4.5333333333vw;
  }

  .index_top_value_point_head span + span {
    margin-top: 3.4666666667vw;
  }
	
.index_top_value_list img{
		max-width: 40vw;
	}

/*   .index_top_value_list li {
    width: calc(33.3333333333% - 1.3333333333vw);
    font-size: 3.4666666667vw;
    padding: 11vw 0;
  }
 */
  .index_top_value_btn {
    margin: 5.3333333333vw auto;
    max-width: 36vw;
    font-size: 2.1333333333vw;
  }

  .index_top_value_btn a {
    padding: 1.7333333333vw 2.1333333333vw;
    text-align: center;
  }

  .index_voicelist {
    display: block;
  }

  .index_voicelist--item {
    width: 100%;
  }

  .index_voicelist--item + .index_voicelist--item {
    margin-top: 6.6666666667vw;
  }

  .index_top_about {
    padding: 9.3333333333vw 0;
  }

  .index_top_about_flex_contents {
    width: 80vw;
    padding: 0 4vw 8vw 0;
	margin-right: 0;
    margin-left: 4.555556vw;
  }

  .index_top_about_flex_images {
    width: 80.3333333333vw;
    margin-left: auto;
  }

  .index_top_about_flex_images img {
    zoom: 0.6;
  }

  .index_top_about_btn {
    margin: 5.3333333333vw 0 1.0666666667vw;
    max-width: 36vw;
    font-size: 2.1333333333vw;
  }

  /* .index_top_about_btn {
    text-align: left !important;
  } */
	
	.index_top_recruit{
		padding: 8vw 0 8vw;
	}
	
	
	.index_top_recruit_overlay .window {
  height: 350px;
}

.index_top_recruit_overlay .index-accordion-list{
	padding: 0;
}

.index_top_recruit_overlay .index-accordion_title{
	font-size: 1.2rem;
	padding: 25px 20px 0;
}
	
	.index_top_recruit_overlay .index-accordion_title::after{
	border: 5px solid transparent;
    border-top: 6px solid #333;
	}

  .index_top_recruit_btn {
    margin: 3.3333333333vw 0 1.0666666667vw;
    width: 36vw;
    font-size: 2.1333333333vw;
  }

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

  .index .news_content .more_btn a img {
    width: 4.2666666667vw;
  }

  .index .news_index {
    font-size: 2vw;
    margin-bottom: 1.0666666667vw;
  }
	
	.window{
		display: block;
	}
	
	.window{
		display: block;
		height: 495px;
	}
	
	    .window h3 {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
	
	.window .image{
		width: 90%;
		margin: 0 auto;
		height: 185px;
	}
	
	.window .cont{
		width: 100%;
		margin-top: 30px;
		font-size: 12px;
	}
	
	.index_top_value_overlay .md-contents {
		top: 48%;
	}
	
	.index_top_value_overlay .window{
		height: 520px;
	}
	
	.index_top_value_overlay .window .cont{
		margin-top: 0;
	}
	
	.index_top_about_flowoverlay  .window .cont{
		margin-top: 0;
	}
}

@media (max-width: 768px) and (max-width: 768px) {
  .index_top_business_flex
    + .index_top_business_flex
    .index_top_business_flex_contents
    .ribbon {
    left: 16%;
  }
}

@media (max-width: 468px) {
  body p {
    font-size: 2.4vw;
  }

  .txt18 {
    font-size: 2.6666666667vw;
  }
	
	.fixed_bg{
		height: 115.5555555vw;
	}

  .footer_content {
    padding: 8vw 0;
  }

  .footer_content_left {
    display: block;
  }

  .footer_content_left .txt18 {
    font-size: 3.3333333333vw;
  }

  .footer_content_left--logo {
    width: 40vw;
    margin: 0 auto 2.6666666667vw;
  }

  .footer_content_left--address {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
	
	.heading1 {
		font-size: 5.3333333333vw;
	}

  .heading3 {
    font-size: 4.6666666667vw;
    margin-bottom: 3.3333333333vw;
  }

  .heading4 {
    font-size: 3.3333333333vw;
  }

  .sec_ttl .en {
    font-size: 3.4666666667vw;
    padding-right: 2.4vw;
  }

  .sec_ttl .ja {
    font-size: 2.6666666667vw;
    padding-left: 2.4vw;
  }

  .btn {
    font-size: 2.6666666667vw;
  }

  #page-top a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 3.3333333333vw;
    line-height: 16vw;
  }

  .index_main {
    height: 106.6666666667vw;
  }

  .index_top_business_flex .heading2 {
    top: 30%;
  }

  .index_top_business_flex + .index_top_business_flex {
    margin-top: 26.6666666667vw;
  }

  .index_top_business_flex_contents .heading2 {
    left: 0;
  }

  .index_top_value_point p {
    font-size: 2.9333333333vw;
  }

  .index_top_value_point_head span {
    font-size: 5.0666666667vw;
  }

  .index_top_value_list li {
    font-size: 3.7333333333vw;
  }
}

.recruit .ttl .en {
  font-size: 3.4rem;
}

@media (min-width: 769px) {
  .recruit .ttl .en {
    font-size: 6.5rem;
  }
}

.recruit .ttl .ja {
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .recruit .ttl .ja {
    font-size: 2rem;
  }
}

.recruit .ttl.beside .ja {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .recruit .ttl.beside .ja {
    margin-top: 34px;
  }
}


.ttl.contact {
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 769px) {
  .ttl.contact {
    margin-bottom: 103px;
  }
}

.ttl.contact .ja {
  display: block;
  margin-top: 20px;
}

@media (min-width: 769px) {
  .ttl.contact .ja {
    margin-top: 40px;
  }
}

.ttl.contact .ja::before {
  content: none;
}


.recruit-contact {
    background: rgb(241, 247, 252);
  padding-top: 40px;
  padding-bottom: 50px;
}



@media (min-width: 769px) {
  .recruit-contact {
    padding-top: 80px;
    padding-bottom: 95px;
  }
}

.recruit-contact_box {
  background: #fff;
  padding: 40px 20px;
}

@media (min-width: 769px) {
  .recruit-contact_box {
    padding: 106px 20px;
  }
}

.recruit-contact .form-box {
  max-width: 920px;
  margin: 0 auto;
}

.recruit-contact_text {
  margin-bottom: 50px;
}


@media (min-width: 769px) {
  .recruit-contact form table {
    width: 100%;
  }

  .recruit-contact form tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #D1CFCF;
  }

  .recruit-contact form .add {
    margin-bottom: 20px;
  }

}


.contactPage .check input[type="checkbox"] {
  display: none;
}

.contactPage .check input[type="checkbox"]~span {
  background: url("../images/common/check_box_bg02.png") no-repeat left top 9px;
  background-size: 16px 16px;
  display: block;
  min-height: 16px;
  padding: 4px 0 6px 26px;
}

.contactPage .check input[type="checkbox"]:checked~span {
  background: url("../images/common/check_box_bg01.png") no-repeat left top 9px;
  background-size: 16px 16px;
}




.wpcf7-response-output {
  display: none !important;
}

.recruit-contact_item {
  width: 100%;
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  .recruit-contact_item {
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.7rem;
    width: 25%;
  }
}

.recruit-contact_item:not(:last-of-type) {
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .recruit-contact_item:not(:last-of-type) {
    margin-bottom: 28px;
  }
}

.recruit-contact_item:last-of-type {
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .recruit-contact_item:last-of-type {
    margin-bottom: 0;
  }
}

.recruit-contact_item::after {
  content: "必須";
  display: block;
  color: #fff;
  background: #193285;
  padding: 4px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 16px;
}

@media (min-width: 769px) {
  .recruit-contact_item::after {
    padding: 4px 10px;
  }
}

.recruit-contact_detail {
  width: 100%;
}

@media (min-width: 769px) {
  .recruit-contact_detail {
    width: 75%;
    padding-left: 40px;
  }
}

.recruit-contact_detail:not(:last-of-type) {
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .recruit-contact_detail:not(:last-of-type) {
    margin-bottom: 28px;
  }
}

.recruit-contact_detail select,
.recruit-contact_detail textarea,
.recruit-contact_detail input {
  height: 50px;
  background: #f2f2f3;
  font-size: 16px;
}

@media (min-width: 769px) {

  .recruit-contact_detail select,
  .recruit-contact_detail textarea,
  .recruit-contact_detail input {
    height: 57px;
  }
}

.recruit-contact_detail select::-moz-placeholder,
.recruit-contact_detail textarea::-moz-placeholder,
.recruit-contact_detail input::-moz-placeholder {
  color: #b5b5b6;
}

.recruit-contact_detail select:-ms-input-placeholder,
.recruit-contact_detail textarea:-ms-input-placeholder,
.recruit-contact_detail input:-ms-input-placeholder {
  color: #b5b5b6;
}

.recruit-contact_detail select::placeholder,
.recruit-contact_detail textarea::placeholder,
.recruit-contact_detail input::placeholder {
  color: #b5b5b6;
}

.recruit-contact_detail select,
.recruit-contact_detail input {
  padding: 0 8px;
}

@media (min-width: 769px) {

  .recruit-contact_detail select,
  .recruit-contact_detail input {
    padding: 0 30px;
  }
}

.recruit-contact_detail textarea {
  padding: 16px 8px;
}

@media (min-width: 769px) {
  .recruit-contact_detail textarea {
    padding: 16px 30px;
  }
}

.recruit-contact_detail .select-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.recruit-contact_detail .select-wrap:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  width: 13px;
  height: 9px;
  background: url(../images/recruit/select.png) no-repeat;
  background-size: contain;
}

.recruit-contact_detail .w-100 {
  width: 100%;
}

.recruit-contact_detail .w-50 {
  width: 235px;
}

.recruit-contact_detail .w-20 {
  width: 156px;
  text-align: center;
}

.recruit-contact_detail.w-num_wrap {
  display: flex;
  align-items: center;
}

.recruit-contact_detail.w-num_wrap span {
  padding: 0 8px;
  display: block;
  font-size: 1.5rem;
}

@media (min-width: 769px) {
  .recruit-contact_detail.w-num_wrap span {
    font-size: 1.8rem;
  }
}

.recruit-contact .w-num {
  width: 100px;
}

.recruit-contact_policy {
  font-size: 1.4rem;
  margin-bottom: 42px;
}

@media (min-width: 769px) {
  .recruit-contact_policy {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 42px;
  }
}

.recruit-contact_policy a {
  color: #1e1e1e;
  text-decoration: underline;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .recruit-contact_policy a {
    font-size: 1.6rem;
  }
}

.recruit-contact .check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 76px;
}

.recruit-contact .check label {
  margin-right: 20px;
  display: inline-block;
  font-size: 1.4srem;
}

@media (min-width: 769px) {
  .recruit-contact .check label {
    font-size: 1.6rem;
  }
}

.recruit-contact .check input {
  display: none;
}

.recruit-contact .check input+span {
  padding-left: 32px;
  position: relative;
}

.recruit-contact .check input+span::before {
  content: "";
  display: block;
  border: 1px solid #1e1e1e;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
}

.recruit-contact .check input:checked+span::after {
  content: "";
  background: url(../images/recruit/check.svg) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
}

.recruit-contact_btn {
  width: 100%;
  max-width: 366px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

@media (min-width: 769px) {
  .recruit-contact_btn {
    height: 78px;
  }
}

.recruit-contact_btn:hover {
  opacity: 0.7;
}

.recruit-contact_btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/recruit/contact-arrow.png) center/contain no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .recruit-contact_btn::after {
    width: 45px;
    height: 45px;
  }
}

.recruit-contact_btn input {
  color: #9fa0a0;
  background: #e6e6e6;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 769px) {
  .recruit-contact_btn input {
    font-size: 1.8rem;
  }
}

@media (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}

@media (min-width: 769px) {
  .sp-none {
    display: block;
  }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#entry {
  margin-top: 10em;
}

.contactPage .topTxt {
  margin: 0 0 68px 3px;
  letter-spacing: 0.06em;
}

.contactPage table {
  margin-bottom: 80px;
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}

.contactPage th,
.contactPage td {
  padding: 28px 0 28px 58px;
  text-align: left;
  vertical-align: middle;
}

.contactPage th {
  padding: 20px 50px 20px 0;
  width: 29%;
  font-weight: 500;
}

.contactPage td {
  font-size: 1.3rem;
  position: relative;
  width: 70%;
}

.contactPage th .must {
  float: right;
  width: 44px;
  color: #fff;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: #b2bed2;
  text-align: center;
}

.contactPage td:before {
  position: absolute;
  left: 0;
  top: 27px;
  width: 1px;
  bottom: 27px;
  background: #D1CFCF;
  content: "";
}

.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="tel"],
.contactPage td input[type="number"],
.contactPage td select,
.contactPage td textarea {
  color: #333;
  width: 100%;
  height: 58px;
  font-size: 1.3rem;
  padding: 5px 10px 5px 23px;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
}

.contactPage td .wid01 {
  width: 98px !important;
}

.contactPage td .ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.6rem;
}

.contactPage td .add {
  margin-bottom: 20px;
}

.contactPage td textarea {
  height: 265px;
  resize: vertical;
  padding: 20px 10px 20px 23px;
}

.contactPage .txtP {
  margin-bottom: 45px;
  line-height: 1.9;
  text-align: center;
}

.contactPage .txtP a {
  text-decoration: underline;
}

.contactPage .txtP a:hover {
  opacity: 0.7;
}

.contactPage .agreeTxt {
  width: 460px;
  margin: 0 auto 100px;
  padding: 12px 10px 16px 80px;
  box-sizing: border-box;
  border: 1px solid #CCC;
}

.contactPage .agreeTxt input[type="checkbox"] {
  display: none;
}

.contactPage .agreeTxt input[type="checkbox"]~span {
  background: url("../images/common/check_box_bg02.png") no-repeat left top 9px;
  background-size: 16px 16px;
  display: block;
  min-height: 16px;
  padding: 0px 0 6px 26px;
}

.contactPage .agreeTxt input[type="checkbox"]:checked~span {
  background: url("../images/common/check_box_bg01.png") no-repeat left top 9px;
  background-size: 16px 16px;
}

.contactPage .submit {
  padding-bottom: 5em;
  text-align: center;
}

.contactPage .submit li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
}

.ajax-loader {
  display: none !important;
}

.contactPage .submit li .info01 {
  display: block;
  position: relative;
  background: #193285;
  border: 1px solid #193285;
}

.contactPage .submit li .info02 {
  position: relative;
  z-index: 2;
}

.contactPage .submit li .info01:before {
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("../images/common/icon05.png") no-repeat left center;
  background-size: 21px 11px;
  content: "";
  z-index: 3;
  transition: .3s;
  -webkit-transition: .3s;
}

.contactPage .submit li .info01:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contactPage .submit .back .info01:before {
  margin-top: -5px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("../images/common/icon07.png") no-repeat left center;
  background-size: 21px 11px;
  content: "";
}

.contactPage .submit li input {
  color: #fff;
  width: 258px;
  height: 48px;
  font-size: 1.6rem;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
}

.contactPage .submit li input:disabled {
  cursor: default;
  pointer-events: none;
}

.contactPage .submit .back .info01 {
  background: #919191;
  border-color: #919191;
}

.contactPage .submit li.disabled .info01 {
  background: #CECECE;
  border-color: #CECECE;
}

.contactPage .submit li.disabled .info01:after {
  display: none;
}

.contactPage .errTop {
  margin-bottom: 16px;
  padding: 18px 10px;
  color: #C1272D;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 3px solid #C1272D;
  background: #FCDEDD;
  text-align: center;
}

.contactPage .errTop img {
  margin: -3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
  background: #FCDEDD;
  border: 1px solid #C1272D;
}

.contactPage .error td .errorTxt {
  margin: 2px 0 -22px;
  display: block;
  color: #DE2B2B;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}

.contactPage .confirmTab th,
.contactPage .confirmTab td {
  height: 60px;
}

.contactPage .confirmTab td .add {
  margin-bottom: 4px;
}

.thanks .title {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
}

.thanks .thanksTxt {
  margin-bottom: 180px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.thanks .linkBtn a {
  margin: 0 auto;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  width: 256px;
  color: #fff;
  text-align: center;
  position: relative;
  background: #193285;
  border: 1px solid #193285;
  box-sizing: border-box;
}

.thanks .linkBtn a:before {
  margin-top: -4px;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("../images/common/icon07.png") no-repeat left center;
  background-size: 21px auto;
  content: "";
  z-index: 3;
  transition: .3s;
  -webkit-transition: .3s;
}

.thanks .linkBtn .info {
  position: relative;
  z-index: 2;
}

.thanks .linkBtn a:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media all and (min-width: 897px) {
  .contactPage .submit li:hover .info01:after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .contactPage .submit li:hover .info01:before {
    right: -21px;
    background-image: url("../images/common/icon08.png");
  }

  .contactPage .submit li.disabled:hover .info01:before {
    right: 10px;
    background-image: url("../images/common/icon05.png");
  }

  .contactPage .submit li:hover input {
    color: #00A9D6;
  }

  .contactPage .submit li.disabled:hover input {
    color: #fff;
  }

  .contactPage .submit li.back:hover .info01:before {
    left: -21px;
    background-image: url("../images/common/icon14.png");
  }

  .thanks .linkBtn a:hover {
    color: #fc4300;
  }

  .thanks .linkBtn a:hover:before {
    background-image: url("../images/common/icon14.png");
    left: -21px;
  }

  .thanks .linkBtn a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@media all and (max-width: 896px) {
  .contactPage .topTxt {
    margin: 0 0 17px;
    line-height: 1.9;
    text-align: center;
  }

  .contactPage table {
    margin-bottom: 48px;
  }

  .contactPage th,
  .contactPage td {
    float: left;
    width: 100%;
    padding: 0 0 25px;
    box-sizing: border-box;
  }

  .contactPage th {
    padding: 22px 0 10px;
    width: 100%;
    border: none;
  }

  .contactPage td:before {
    display: none;
  }

  .contactPage td input[type="text"],
  .contactPage td input[type="email"],
  .contactPage td input[type="tel"],
  .contactPage td textarea {
    height: 58px;
    font-size: 1.2rem;
    padding: 5px 10px 5px 25px;
  }

  .contactPage td {
    font-size: 1.4rem;
  }

  .contactPage td .wid01 {
    width: 124px !important;
  }

  .contactPage td .ico {
    margin-right: 7px;
  }

  .contactPage td .add {
    margin-bottom: 20px;
  }

  .contactPage td textarea {
    height: 180px;
    padding: 20px 10px 20px 25px;
  }

  .contactPage .txtP {
    margin-bottom: 23px;
    line-height: 1.85;
  }

  .contactPage .agreeTxt {
    width: auto;
    margin: 0 auto 51px;
    padding: 14px 10px 14px 30px;
  }

  .contactPage .agreeTxt span.wpcf7-list-item {
    margin: 0 !important;
  }

  .contactPage .submit li {
    margin: 0 0 15px;
    display: block;
  }

  .contactPage .submit li:last-child {
    margin-bottom: 0;
  }

  .contactPage .submit li span:before {
    right: 17px;
  }

  .contactPage .submit li input {
    width: 100%;
    height: 60px;
  }

  .contactPage .errTop {
    margin-bottom: 18px;
    padding: 23px 10px 20px;
    font-size: 1.6rem;
    border-width: 2px;
    line-height: 1.9;
  }

  .contactPage .errTop img {
    margin: 0 auto 5px;
    display: block;
  }

  .contactPage .error td .errorTxt {
    margin: 3px 0 -19px;
    font-size: 1.1rem;
  }

  .contactPage .confirmTab th,
  .contactPage .confirmTab td {
    padding: 21px 0 7px;
    height: auto;
    line-height: 2;
  }

  .contactPage .confirmTab td {
    padding: 0 0 20px;
  }

  .contactPage .confirmTab td .add {
    margin-bottom: 4px;
  }

  .thanks .title {
    margin-bottom: 22px;
    font-size: 2.4rem;
  }

  .thanks .thanksTxt {
    margin-bottom: 37px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
  }

  .thanks .linkBtn a {
    margin: 0 auto;
    height: 60px;
    width: 100%;
    font-size: 1.6rem;
    max-width: 450px;
    letter-spacing: 0.06em;
  }

  .thanks .linkBtn a:before {
    left: 16px;
  }
}

@media all and (max-width: 374px) {
  .contactPage .txtP {
    margin: 0 -17px 23px;
  }

  .contactPage .agreeTxt {
    padding: 14px 5px 14px 10px;
    font-size: 1.3rem;
  }
}


.contactPage.thanks {
  margin-top: 150px;
  padding-bottom: 80px;
}

.contactPage.thanks .recruit-breadcrumb_list {
  text-align: center;
  border-top: 1px solid #333;
}

