@charset "UTF-8";
/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *    https://github.com/ireade/css/blob/master/base.scss
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: inherit;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ================================================================

base

================================================================ */
html {
  overflow-y: scroll;
}

body {
  color: #212121;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic",
    "Noto Sans Japanese", Meiryo, メイリオ, "MS PGothic", Osaka, arial,
    helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.7;
  overflow: hidden;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, "メイリオ", "MS PGothic", Osaka, arial, helvetica,
      sans-serif;
  }
}

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

@media screen and (min-width: 999px) {
  .only-tab {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

/* ================================================================
clearfix
================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------
 トップページ
---------------------------- */
.topMain02 {
  background: -webkit-linear-gradient(315deg, #eeeff9, #ecf9fc);
  background: linear-gradient(135deg, #eeeff9, #ecf9fc);
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .topMain02 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.topMain02_txt {
  margin: 0 auto;
  width: 92%;
  max-width: 560px;
}

.topMain02_img {
  margin: 0 auto;
  width: 100%;
  /* max-width: 1060px; */
  margin-top: 20px;
}
/* @media screen and (max-width: 768px) {
  .topMain02_img {
    width: 92%;
    max-width: 1060px;
  }
} */

.main-loop {
  display: flex;
  width: 2669px;
  overflow: hidden;
}

.topGood_bg {
  padding: 120px 0;
  background: url(../img/diamond_bgImg.png) repeat-Y center center;
  background-size: 100%;
  height: 100%;
}

.topGood_bg_title {
  text-align: center;
}

.topGood_bg_title img {
  max-width: 400px;
  width: 100%;
}

.topGood_bg_txt {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
}

.topGood_bg_link {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.topGood_link_left {
  width: 50%;
  /* height: 550px; */
  height: 40vw;
}

.topGood_link_left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 60px 60px 60px;
  width: 100%;
  height: 40vw;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: bold;
  background: url(../img/top/hiromu_miyajima_banner.jpg) no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.topGood_link_left a .-txt {
  position: relative;
  z-index: 3;
}

.topGood_link_left a .-tone {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.topGood_link_left a:before,
.topGood_link_left a:after {
  position: absolute;
  bottom: 4.4%;
  right: 3.4%;
  z-index: 2;
  content: "";
  width: 0px;
  height: 0px;
  border: 1px solid transparent;
}

.topGood_link_left a:before {
  -webkit-transition: border-color 1.2s 1.2s, height 0.3s 0.3s, width 0.3s;
  transition: border-color 1.2s 1.2s, height 0.3s 0.3s, width 0.3s;
}

.topGood_link_left a:after {
  -webkit-transition: border-color 1.2s 1.2s, height 0.3s, width 0.3s 0.3s;
  transition: border-color 1.2s 1.2s, height 0.3s, width 0.3s 0.3s;
}

.topGood_link_left a:hover .-tone {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.topGood_link_left a:hover:before {
  border-top-color: #ccc;
  border-right-color: #ccc;
  width: 93%;
  height: 93%;
  -webkit-transition: height 0.3s linear, width 0.3s linear 0.3s;
  transition: height 0.3s linear, width 0.3s linear 0.3s;
}

.topGood_link_left a:hover:after {
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  width: 93%;
  height: 93%;
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.3s;
  transition: width 0.3s linear, height 0.3s linear 0.3s;
}

.topGood_link_left a .-suquea {
  display: block;
  position: absolute;
  bottom: 3.3%;
  right: 2.8%;
  width: 14px;
  height: 14px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}

@media screen and (min-width: 1000px) {
  .topGood_link {
    height: 40vw;
  }
}

@media screen and (max-width: 1700px) {
  .topGood_link_left a .-suquea {
    right: 2.6%;
  }
}

@media screen and (max-width: 1500px) {
  .topGood_link_left a .-suquea {
    right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .topGood_link_left a .-suquea {
    bottom: 2.9%;
    right: 2%;
  }
}

.topGood_link_left a .-border:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #ccc;
  position: absolute;
  bottom: 4.4%;
  right: 3.4%;
}

.topGood_link_left a .-border:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 4.4%;
  right: 3.4%;
}

.topGood_link_right {
  width: 50%;
  /* height: 550px; */
  height: 40vw;
}

.topGood_link_right a .-txt {
  position: relative;
  z-index: 3;
}

.topGood_link_right a .-tone {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.topGood_link_right a:hover .-tone {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.topGood_link_right .-item01 {
  height: 20vw;
}

.topGood_link_right .-item01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 35px;
  width: 100%;
  /* min-height: 275px; */
  height: 20vw;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  background: url(../img/top/staff_banner.jpg) no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.topGood_link_right .-item01 a:before,
.topGood_link_right .-item01 a:after {
  position: absolute;
  bottom: 8.9%;
  right: 3.4%;
  z-index: 2;
  content: "";
  width: 0px;
  height: 0px;
  border: 1px solid transparent;
}

@media screen and (max-width: 1500px) {
  .topGood_link_right .-item01 a:before,
  .topGood_link_right .-item01 a:after {
    bottom: 8.5%;
  }
}

@media screen and (max-width: 1200px) {
  .topGood_link_right .-item01 a:before,
  .topGood_link_right .-item01 a:after {
    bottom: 8.7%;
  }
}

@media screen and (max-width: 999px) {
  .topGood_link_right .-item01 a:before,
  .topGood_link_right .-item01 a:after {
    bottom: 8.7%;
  }
}

.topGood_link_right .-item01 a:before {
  -webkit-transition: border-color 1.2s 1.2s, height 0.3s 0.3s, width 0.3s;
  transition: border-color 1.2s 1.2s, height 0.3s 0.3s, width 0.3s;
}

.topGood_link_right .-item01 a:after {
  -webkit-transition: border-color 1.2s 1.2s, height 0.3s, width 0.3s 0.3s;
  transition: border-color 1.2s 1.2s, height 0.3s, width 0.3s 0.3s;
}

.topGood_link_right .-item01 a:hover:before {
  border-top-color: #ccc;
  border-right-color: #ccc;
  width: 93%;
  height: 80%;
  -webkit-transition: height 0.3s linear, width 0.3s linear 0.3s;
  transition: height 0.3s linear, width 0.3s linear 0.3s;
}

.mod-mainUnder_mv > h1 {
  font-weight: normal;
}

.topGood_link_right .-item01 a:hover:after {
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  width: 93%;
  height: 80%;
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.3s;
  transition: width 0.3s linear, height 0.3s linear 0.3s;
}

.topGood_link_right .-item01 a .-suquea {
  display: block;
  position: absolute;
  bottom: 6.6%;
  right: 2.8%;
  width: 14px;
  height: 14px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}

@media screen and (max-width: 1700px) {
  .topGood_link_right .-item01 a .-suquea {
    right: 2.6%;
  }
}

@media screen and (max-width: 1500px) {
  .topGood_link_right .-item01 a .-suquea {
    right: 2.5%;
  }
}

/* @media screen and (max-width: 1000px) {
  .topGood_link_right .-item01 {
    height: 20vw;
  }
} */

@media screen and (max-width: 768px) {
  .topGood_link_right .-item01 a .-suquea {
    bottom: 6%;
    right: 2%;
  }
}

.topGood_link_right .-item01 a .-border:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #ccc;
  position: absolute;
  bottom: 8.4%;
  right: 3.4%;
}

.topGood_link_right .-item01 a .-border:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 8.7%;
  right: 3.4%;
}

.topGood_link_right .-item02 {
  position: relative;
  height: 50%;
}

.topGood_link_right .-item02 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 35px;
  width: 100%;
  /* min-height: 275px; */
  height: 20vw;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  background: url(../img/top/job_banner.jpg) no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.topGood_link_right .-item02 a:before,
.topGood_link_right .-item02 a:after {
  position: absolute;
  bottom: 8.9%;
  right: 3.4%;
  z-index: 2;
  content: "";
  width: 0px;
  height: 0px;
  border: 1px solid transparent;
}

@media screen and (max-width: 1500px) {
  .topGood_link_right .-item02 a:before,
  .topGood_link_right .-item02 a:after {
    bottom: 8.5%;
  }
}

@media screen and (max-width: 1200px) {
  .topGood_link_right .-item02 a:before,
  .topGood_link_right .-item02 a:after {
    bottom: 8.7%;
  }
}

@media screen and (max-width: 999px) {
  .topGood_link_right .-item02 a:before,
  .topGood_link_right .-item02 a:after {
    bottom: 8.7%;
  }
}

.topGood_link_right .-item02 a:before {
  -webkit-transition: border-color 1.2s 1.2s, height 0.3s 0.3s, width 0.3s;
  transition: border-color 1.2s 1.2s, height 0.3s 0.3s, width 0.3s;
}

.topGood_link_right .-item02 a:after {
  -webkit-transition: border-color 1.2s 1.2s, height 0.3s, width 0.3s 0.3s;
  transition: border-color 1.2s 1.2s, height 0.3s, width 0.3s 0.3s;
}

.topGood_link_right .-item02 a:hover:before {
  border-top-color: #ccc;
  border-right-color: #ccc;
  width: 93%;
  height: 80%;
  -webkit-transition: height 0.3s linear, width 0.3s linear 0.3s;
  transition: height 0.3s linear, width 0.3s linear 0.3s;
}

.topGood_link_right .-item02 a:hover:after {
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  width: 93%;
  height: 80%;
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.3s;
  transition: width 0.3s linear, height 0.3s linear 0.3s;
}

.topGood_link_right .-item02 a .-suquea {
  display: block;
  position: absolute;
  bottom: 6.6%;
  right: 2.8%;
  width: 14px;
  height: 14px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}

@media screen and (max-width: 1700px) {
  .topGood_link_right .-item02 a .-suquea {
    right: 2.6%;
  }
}

@media screen and (max-width: 1500px) {
  .topGood_link_right .-item02 a .-suquea {
    right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .topGood_link_right .-item02 a .-suquea {
    bottom: 6%;
    right: 2%;
  }
}

.topGood_link_right .-item02 a .-border:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #ccc;
  position: absolute;
  bottom: 8.4%;
  right: 3.4%;
}

.topGood_link_right .-item02 a .-border:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 8.7%;
  right: 3.4%;
}

.topWork_bg {
  padding: 120px 0;
  background: url(../img/diamond_bgImg.png) repeat-Y center center;
  background-size: cover;
}

.topWork_bg_title {
  text-align: center;
}

.topWork_bg_title img {
  max-width: 400px;
  width: 100%;
}

.topWork_bg_txt {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
}

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

.topWork_list .-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
}

.topWork_list .-item:nth-child(0) {
  background-color: #3f52b4;
}

.topWork_list .-item_link {
  position: relative;
  display: block;
  padding: 20px;
  width: 100%;
  height: 350px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topWork_list .-item_link:before,
.topWork_list .-item_link:after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  content: "";
  width: 0px;
  height: 0px;
  border: 1px solid transparent;
}

.topWork_list .-item_link:before {
  -webkit-transition: border-color 1.2s 1.2s, height 0.3s 0.3s, width 0.3s;
  transition: border-color 1.2s 1.2s, height 0.3s 0.3s, width 0.3s;
}

.topWork_list .-item_link:after {
  -webkit-transition: border-color 1.2s 1.2s, height 0.3s, width 0.3s 0.3s;
  transition: border-color 1.2s 1.2s, height 0.3s, width 0.3s 0.3s;
}

.topWork_list .-item_link:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.3s linear, width 0.3s linear 0.3s;
  transition: height 0.3s linear, width 0.3s linear 0.3s;
}

.topWork_list .-item_link:hover:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.3s;
  transition: width 0.3s linear, height 0.3s linear 0.3s;
}

.topWork_list .-item_link_title {
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  padding-bottom: 10px;
}

.topWork_list .-item_link_title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #fff;
  line-height: 1;
}

.topWork_list .-item_link_txt {
  margin-top: 30px;
}

.topWork_list .-item_link_suquea {
  display: block;
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}

.topWork_list .-item_link_border:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.topWork_list .-item_link_border:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.topWork_list .-type01 {
  background-color: #3f52b4;
}

.topWork_list .-type01 .-item_link {
  background-color: #3f52b4;
}

.topWork_list .-type02 {
  background-color: #00a8f3;
}

.topWork_list .-type02 .-item_link {
  background-color: #00a8f3;
}

.topWork_list .-type03 {
  background-color: #00bbd3;
}

.topWork_list .-type03 .-item_link {
  background-color: #00bbd3;
}

@media screen and (min-width: 1500px) {
  .topGood_link_left {
    height: 650px;
  }
  .topGood_link_right {
    height: 650px;
  }
}

@media screen and (max-width: 999px) {
  .topGood_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topGood_link_left {
    width: 50%;
    height: 400px;
  }
  .topGood_link_left a {
    font-size: 2.8rem;
    padding-bottom: 20px;
  }
  .topGood_link_left a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .topGood_link_right {
    height: 400px;
  }
  .topGood_link_right .-item01 a {
    /* min-height: 200px; */
    font-size: 2.4rem;
  }
  .topGood_link_right .-item02 a {
    /* min-height: 200px; */
    font-size: 2.4rem;
  }
  .topWork_list .-item {
    padding: 20px;
  }
  .topWork_list .-item_link {
    padding: 10px;
    height: 260px;
  }
  .topWork_list .-item_link_title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .topMain {
    display: block;
  }
  .topMain_left {
    width: 92%;
    margin: 0 auto;
    padding: 20px 0px;
  }
  .topMain_right {
    width: 100%;
    margin: 0 auto;
  }
  .topMain_right a {
    font-size: 2.8rem;
    padding: 50px 0;
  }
  .topGood_bg {
    padding: 80px 0;
    background: url(../img/diamond_bgImg.png) repeat-Y center center;
    background-size: 150%;
  }
  .topGood_bg_title {
    width: 80%;
    margin: 0 auto;
  }
  .topGood_bg_txt {
    width: 92%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .topGood_link {
    display: block;
    height: 160vw;
  }
  .topGood_link_left {
    width: 100%;
    height: 80vw;
  }
  .topGood_link_left a {
    padding: 20px 20px 20px 20px;
    height: 80vw;
    width: 100%;
    font-size: 2.2rem;
  }
  .topGood_link_right {
    width: 100%;
  }
  .topGood_link_right .-item01 {
    height: 40vw;
  }
  .topGood_link_right .-item01 a {
    padding: 10px 20px 10px 20px;
    height: 40vw;
    font-size: 2.2rem;
  }
  .topGood_link_right .-item02 {
    height: 40vw;
  }
  .topGood_link_right .-item02 a {
    width: 100%;
    height: 40vw;
    color: #fff;
    font-size: 2.2rem;
  }
  .topWork_bg {
    padding: 80px 0;
    background: url(../img/diamond_bgImg.png) repeat-Y center center;
    background-size: 150%;
  }
  .topWork_bg_title {
    width: 80%;
    margin: 0 auto;
  }
  .topWork_bg_txt {
    width: 92%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .topWork_list {
    display: block;
  }
  .topWork_list .-item {
    width: 100%;
    padding: 4%;
  }
  .topWork_list .-item_link {
    height: 180px;
    padding: 4%;
  }
  .topWork_list .-item_link_title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 519px) {
  .topGood_link_left {
    height: 80vw;
  }
  .topGood_link_left a {
    padding: 20px 20px 20px 20px;
    height: 80vw;
  }
  .topGood_link_left a .-tone {
    height: 80vw;
  }
}

/* ----------------------------
 トンマナとは？
---------------------------- */
.about .mod-mainUnder_mv_title01 img {
  max-width: 270px;
}

.aboutPhilosophy {
  padding: 85px 0 100px;
  background-color: #f8f8f8;
}

.aboutPhilosophy_title {
  width: 330px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  line-height: 1;
}

.aboutPhilosophy_title img {
  max-width: 280px;
}

.aboutPhilosophy_titleEn {
  text-align: center;
  color: #666;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.aboutPhilosophy_dtl {
  max-width: 1130px;
  width: 92%;
  margin: 0 auto;
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutPhilosophy_dtl_img {
  width: 48%;
  text-align: center;
}

.aboutPhilosophy_dtl_img img {
  width: 100%;
  max-width: 490px;
}

.aboutPhilosophy_dtl_list {
  width: 48%;
}

.aboutPhilosophy_dtl_list .-item {
  line-height: 1.2;
  margin-top: 60px;
  font-weight: bold;
}

.aboutPhilosophy_dtl_list .-item:first-child {
  margin-top: 0px;
}

.aboutPhilosophy_dtl_list .-item_txt01 {
  font-size: 16px;
  font-size: 1.6rem;
}

.aboutPhilosophy_dtl_list .-item_txt01.-color01 {
  color: #5c6bc0;
}

.aboutPhilosophy_dtl_list .-item_txt01.-color02 {
  color: #00a8f3;
}

.aboutPhilosophy_dtl_list .-item_txt01.-color03 {
  color: #00bbd3;
}

.aboutPhilosophy_dtl_list .-item_txt02 {
  margin-top: 10px;
  font-size: 32px;
  font-size: 3.2rem;
  color: #333;
}

.aboutPhilosophy_link {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aboutWork_bg {
  padding: 85px 0 100px;
  background: url(../img/diamond_bgImg.png) repeat-Y center center;
  background-size: 100%;
}

.aboutWork_title {
  width: 330px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  line-height: 1;
}

.aboutWork_title img {
  max-width: 280px;
}

.aboutWork_titleEn {
  text-align: center;
  color: #666;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.aboutWork_dtl {
  margin-top: 70px;
}

.aboutWork_dtl_title {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.aboutWork_dtl_img {
  margin-top: 50px;
  text-align: center;
}

.aboutWork_dtl_img img {
  width: 100%;
  max-width: 715px;
}

.aboutWork_dtl_txt {
  margin-top: 50px;
  text-align: center;
}

.aboutWork_dtl_txt .-txt01 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #3f52b4;
}

.aboutWork_dtl_txt .-txt02 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}

.aboutWork_link {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aboutHowto {
  padding: 85px 0 100px;
  background-color: #f8f8f8;
}

.aboutHowto_title {
  width: 330px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  line-height: 1;
}

.aboutHowto_title img {
  max-width: 280px;
}

.aboutHowto_titleEn {
  text-align: center;
  color: #666;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.aboutHowto_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 900px;
  margin: 60px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutHowto_list_item {
  width: 30%;
  text-align: center;
}

.aboutHowto_list_item img {
  max-width: 100%;
  max-height: 200px;
}

.aboutHowto_list_item .-txt01 {
  margin-top: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.aboutHowto_list_item .-txt02 {
  padding-top: 15px;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.aboutHowto_list_item .-txt02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22.5px;
  width: 45px;
  height: 4px;
}

.aboutHowto_list_item .-txt02.-color01 {
  color: #3f52b4;
}

.aboutHowto_list_item .-txt02.-color01:before {
  background-color: #3f52b4;
}

.aboutHowto_list_item .-txt02.-color02 {
  color: #00a8f3;
}

.aboutHowto_list_item .-txt02.-color02:before {
  background-color: #00a8f3;
}

.aboutHowto_list_item .-txt02.-color03 {
  color: #00bbd3;
}

.aboutHowto_list_item .-txt02.-color03:before {
  background-color: #00bbd3;
}

.aboutHowto_link {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .aboutPhilosophy {
    padding: 60px 0 60px;
    background-color: #f8f8f8;
  }
  .aboutPhilosophy_title img {
    max-width: 260px;
  }
  .aboutPhilosophy_dtl {
    display: block;
    width: 92%;
    margin: 40px auto 0;
  }
  .aboutPhilosophy_dtl_img {
    width: 100%;
    text-align: center;
  }
  .aboutPhilosophy_dtl_img img {
    width: 80%;
  }
  .aboutPhilosophy_dtl_list {
    width: 100%;
    margin-top: 40px;
  }
  .aboutPhilosophy_dtl_list .-item {
    margin-top: 20px;
  }
  .aboutPhilosophy_dtl_list .-item:first-child {
    margin-top: 0px;
  }
  .aboutPhilosophy_dtl_list .-item_txt01 {
    font-size: 1.4rem;
  }
  .aboutPhilosophy_dtl_list .-item_txt02 {
    margin-top: 5px;
    font-size: 2.2rem;
  }
  .aboutPhilosophy_link {
    margin-top: 60px;
  }
  .aboutWork_bg {
    padding: 60px 0 60px;
    background-size: 150%;
  }
  .aboutWork_title img {
    max-width: 260px;
  }
  .aboutWork_dtl {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
  .aboutWork_dtl_title {
    font-size: 2.2rem;
    text-align: center;
  }
  .aboutWork_dtl_img {
    margin-top: 30px;
  }
  .aboutWork_dtl_img img {
    width: 100%;
  }
  .aboutWork_dtl_txt {
    margin-top: 50px;
    text-align: center;
  }
  .aboutWork_dtl_txt .-txt01 {
    font-size: 2rem;
  }
  .aboutWork_dtl_txt .-txt02 {
    font-size: 2rem;
  }
  .aboutWork_link {
    margin-top: 40px;
  }
  .aboutHowto {
    padding: 60px 0 60px;
    background-color: #f4f1e6;
  }
  .aboutHowto_title img {
    max-width: 260px;
  }
  .aboutHowto_list {
    display: block;
  }
  .aboutHowto_list_item {
    width: 100%;
    margin-top: 60px;
  }
  .aboutHowto_list_item:first-child {
    margin-top: 0;
  }
  .aboutHowto_list_item img {
    max-width: 100%;
    max-height: 250px;
  }
  .aboutHowto_list_item .-txt01 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .aboutHowto_link {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ----------------------------
 仕事紹介
---------------------------- */
.intro .mod-mainUnder_mv_title01 img {
  max-width: 140px;
}

.introTitle img {
  max-width: 140px;
}

.introOwner_wrap {
  width: 92%;
  max-width: 1130px;
  margin: 0px auto;
  padding: 70px 0 100px;
}

.introOwner_img01 {
  overflow: hidden;
  border-radius: 10px;
}

.introOwner_img01 img {
  width: 100%;
  vertical-align: middle;
}

.introOwner_title01 {
  margin-top: 60px;
  font-size: 36px;
  font-size: 3.6rem;
}

.introOwner_txt01 {
  margin-top: 40px;
  line-height: 2;
}

.introOwner_name {
  margin-top: 30px;
  text-align: right;
}

.introOwner_name img {
  max-width: 280px;
}

.introOwner_qa_title {
  width: 92%;
  max-width: 350px;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 100px auto 0;
  text-align: center;
}

.introOwner_qa_title span {
  border-top: 1px solid #ccc;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Avenir;
}

.introOwner_qa_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}

.introOwner_qa_list .-item {
  width: 33.3%;
  padding: 70px 40px;
}

.introOwner_qa_list .-item.-color01 {
  background-color: #eef0f9;
}

.introOwner_qa_list .-item.-color02 {
  background-color: #ced3ea;
}

.introOwner_qa_list .-item.-color03 {
  background-color: #fef6f9;
}

.introOwner_qa_list .-item .-title {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}

.introOwner_qa_list .-item .-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 50%;
  width: 50px;
  height: 1px;
  background-color: #888;
  margin-right: -25px;
}

.introOwner_qa_list .-item .-txt {
  margin-top: 25px;
  line-height: 2;
}

.introWork_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 92%;
  max-width: 1130px;
  margin: 20px auto 0;
}

.introWork_list_item {
  width: 19%;
  text-align: center;
}

.introWork_list_item a {
  display: block;
  padding: 10px 10px;
  border: solid 1px #3f52b4;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.introWork_list_item a:hover {
  color: #fff;
  background-color: #3f52b4;
}

.introWork_list_item a.-active {
  color: #fff;
  background-color: #3f52b4;
}

.introWork_read {
  background-color: #e9ebf7;
  border-radius: 3px;
  width: 92%;
  max-width: 980px;
  margin: 60px auto 0;
  padding: 40px;
}

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

.introWork_read_top .-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 300px;
}

.introWork_read_top .-left .-num {
  font-size: 66px;
  font-size: 6.6rem;
  color: #3f52b4;
  font-weight: bold;
  line-height: 1;
}

.introWork_read_top .-left .-title {
  margin-top: 7px;
  margin-left: 10px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.1;
}

.introWork_read_top .-left .-title span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: Avenir;
}

.introWork_read_top .-right {
  position: relative;
  padding-left: 20px;
}

.introWork_read_top .-right:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #333;
}

.introWork_read_bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.introWork_read_bottom .-main {
  padding: 10px 10px;
  border: solid 1px #3f52b4;
  color: #3f52b4;
  min-width: 150px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.introWork_read_bottom .-mainList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 15%;
}

.introWork_read_bottom .-mainList li {
  width: 33%;
  position: relative;
  padding-left: 20px;
}

.introWork_read_bottom .-mainList li:before {
  position: absolute;
  content: "◆";
  top: 3px;
  left: 0;
  color: #3f52b4;
  font-size: 12px;
  font-size: 1.2rem;
}

.introWork_main {
  width: 92%;
  max-width: 1130px;
  margin: 80px auto 0;
}

.introWork_dtl {
  width: 92%;
  max-width: 900px;
  margin: 80px auto 0;
}

.introWork_dtl_name {
  font-size: 36px;
  font-size: 3.6rem;
}

.introWork_dtl_name span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 30px;
  font-weight: normal;
}

.introWork_dtl_tagList {
  margin-top: 20px;
}

.introWork_dtl_tagList li {
  display: inline-block;
  padding: 3px 8px;
  color: #3f52b4;
  background-color: #e9ebf7;
  border-radius: 3px;
  margin-left: 12px;
  font-weight: bold;
}

.introWork_dtl_tagList li:first-child {
  margin-left: 0;
}

.introWork_dtl_txt {
  margin-top: 20px;
}

.introWork_dtl_qa {
  margin-top: 120px;
}

.introWork_dtl_qa.-first {
  margin-top: 20px;
}

.introWork_dtl_qa .-img {
  text-align: center;
}

.introWork_dtl_qa .-img img {
  width: 98%;
}

.introWork_dtl_qa_list {
  margin-top: 50px;
}

.introWork_dtl_qa_list li {
  padding-left: 60px;
  position: relative;
  margin-top: 30px;
}

.introWork_dtl_qa_list li:first-child {
  margin-top: 0;
}

.introWork_dtl_qa_list li:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  height: 40px;
}

.introWork_dtl_qa_list li.-q {
  font-size: 20px;
  font-size: 2rem;
}

.introWork_dtl_qa_list li.-q:before {
  background: url(../img/workEnv/icon_q.png) center center no-repeat;
  background-size: 100%;
}

.introWork_dtl_qa_list li.-a {
  margin-top: 30px;
}

.introWork_dtl_qa_list li.-a:before {
  background: url(../img/workEnv/icon_a.png) center center no-repeat;
  background-size: 100%;
}

.introWork_dtl_phonePic {
  background-color: #e9ebf7;
  padding: 60px 140px;
  border-radius: 10px;
  margin-top: 150px;
  margin-bottom: 30px;
}

.introWork_dtl_phonePic .-title {
  color: #3f52b4;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.introWork_dtl_phonePic .-img {
  margin-top: 20px;
}

.introWork_dtl_phonePic .-txt {
  margin-top: 20px;
}

.introStaff {
  padding-bottom: 70px;
}

.introStaff_wrap {
  width: 92%;
  max-width: 1130px;
  margin: 20px auto 0;
}

.introStaff_main_img {
  width: 92%;
  max-width: 1000px;
  margin: 60px auto 0;
  position: relative;
}

.introStaff_main_dtl {
  margin-top: -100px;
  background-color: #e9ebf7;
  width: 100%;
  padding: 150px 0 100px;
}

.introStaff_main_dtl_wrap {
  width: 92%;
  max-width: 860px;
  margin: 20px auto 0;
}

.introStaff_main_dtl .-title {
  font-size: 24px;
  font-size: 2.4rem;
}

.introStaff_main_dtl .-txt {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.introStaff_member_img {
  margin-top: 80px;
}

.introStaff_member_img:first-child {
  margin-top: 0px;
}

.introStaff_member_title {
  border-left: 5px solid #3f52b4;
  padding-left: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.introStaff_member_talk {
  width: 92%;
  max-width: 1000px;
  margin: 10px auto 0;
}

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

.introStaff_member_talk_dtl .-img {
  width: 120px;
}

.introStaff_member_talk_dtl.-left .-talk {
  margin-top: 50px;
}

.introStaff_member_talk_dtl.-left .-talk_dtl {
  background-color: #e0e5e8;
  padding: 15px 20px;
  margin-left: 20px;
  border-radius: 25px;
}

.introStaff_member_talk_dtl.-left .-talk_dtl.-type01 {
  max-width: 270px;
  position: relative;
}

.introStaff_member_talk_dtl.-left .-talk_dtl.-type01:before {
  content: "";
  width: 35px;
  height: 25px;
  background: url(../img/introduce/intro_staff_arrow01.png) center center
    no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: -20px;
}

.introStaff_member_talk_dtl.-left .-talk_dtl.-type02 {
  margin-top: 20px;
  max-width: 710px;
}

.introStaff_member_talk_dtl.-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.introStaff_member_talk_dtl.-right .-img {
  width: 120px;
}

.introStaff_member_talk_dtl.-right .-talk {
  margin-top: 50px;
  margin-left: auto;
}

.introStaff_member_talk_dtl.-right .-talk_dtl {
  background-color: #ced3ea;
  padding: 15px 20px;
  margin-right: 20px;
  border-radius: 25px;
}

.introStaff_member_talk_dtl.-right .-talk_dtl.-type01 {
  max-width: 270px;
  margin-left: auto;
  position: relative;
}

.introStaff_member_talk_dtl.-right .-talk_dtl.-type01:before {
  content: "";
  width: 35px;
  height: 25px;
  background: url(../img/introduce/intro_staff_arrow02.png) center center
    no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: -20px;
}

.introStaff_member_talk_dtl.-right .-talk_dtl.-type02 {
  margin-top: 20px;
  max-width: 710px;
}

.introStaff_member_talk_dtl.-right02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.introStaff_member_talk_dtl.-right02 .-img {
  width: 120px;
}

.introStaff_member_talk_dtl.-right02 .-talk {
  margin-top: 50px;
  margin-left: auto;
}

.introStaff_member_talk_dtl.-right02 .-talk_dtl {
  background-color: #fef6f9;
  padding: 15px 20px;
  margin-right: 20px;
  border-radius: 25px;
}

.introStaff_member_talk_dtl.-right02 .-talk_dtl.-type01 {
  max-width: 270px;
  margin-left: auto;
  position: relative;
}

.introStaff_member_talk_dtl.-right02 .-talk_dtl.-type01:before {
  content: "";
  width: 35px;
  height: 25px;
  background: url(../img/introduce/intro_staff_arrow03.png) center center
    no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: -20px;
}

.introStaff_member_talk_dtl.-right02 .-talk_dtl.-type02 {
  margin-top: 20px;
  max-width: 710px;
}

@media screen and (max-width: 768px) {
  .introOwner_wrap {
    padding: 30px 0 60px;
  }
  .introOwner_title01 {
    margin-top: 10px;
    font-size: 2.2rem;
  }
  .introOwner_txt01 {
    margin-top: 20px;
  }
  .introOwner_name {
    margin-top: 20px;
  }
  .introOwner_name img {
    max-width: 150px;
  }
  .introOwner_qa_title {
    font-size: 2.2rem;
  }
  .introOwner_qa_list {
    display: block;
    margin-top: 30px;
  }
  .introOwner_qa_list .-item {
    width: 100%;
    padding: 40px 30px;
  }
  .introOwner_qa_list .-item.-color04 {
    background-color: #ced3ea !important;
  }
  .introOwner_qa_list .-item.-color05 {
    background-color: #eef0f9 !important;
  }
  .introOwner_qa_list .-item .-title {
    font-size: 1.8rem;
  }
  .introWork_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  .introWork_list_item {
    width: 49%;
    margin-top: 5px;
  }
  .introWork_list_item a {
    display: block;
    font-size: 1.2rem;
  }
  .introWork_read {
    margin: 30px auto 0;
    padding: 20px;
  }
  .introWork_read_top {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .introWork_read_top .-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .introWork_read_top .-left .-num {
    font-size: 4.6rem;
    line-height: 1;
  }
  .introWork_read_top .-left .-title {
    margin-top: 5px;
    margin-left: 20px;
    font-size: 2.2rem;
  }
  .introWork_read_top .-left .-title span {
    font-size: 1.6rem;
  }
  .introWork_read_top .-right {
    margin-top: 10px;
    padding-left: 0px;
  }
  .introWork_read_top .-right:before {
    width: 0;
    height: 0;
  }
  .introWork_read_bottom {
    margin-top: 20px;
    display: block;
  }
  .introWork_read_bottom .-main {
    padding: 7px 7px;
    max-width: 200px;
    margin: 0 auto;
  }
  .introWork_read_bottom .-mainList {
    margin-left: 0;
    margin-top: 20px;
  }
  .introWork_read_bottom .-mainList li {
    width: 49%;
    font-size: 1.4rem;
  }
  .introWork_main {
    margin: 40px auto 0;
  }
  .introWork_dtl {
    margin: 10px auto 0;
  }
  .introWork_dtl_name {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .introWork_dtl_name span {
    display: block;
    font-size: 1.4rem;
    margin-left: 0px;
  }
  .introWork_dtl_tagList {
    margin-top: 5px;
  }
  .introWork_dtl_tagList li {
    display: inline-block;
    padding: 3px 5px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .introWork_dtl_tagList li:first-child {
    margin-left: 0;
  }
  .introWork_dtl_qa {
    margin-top: 60px;
  }
  .introWork_dtl_qa_list {
    margin-top: 20px;
  }
  .introWork_dtl_qa_list li {
    margin-top: 10px;
    padding-left: 50px;
  }
  .introWork_dtl_qa_list li:first-child {
    margin-top: 0;
  }
  .introWork_dtl_qa_list li:before {
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
  }
  .introWork_dtl_qa_list li.-q {
    font-size: 1.8rem;
  }
  .introWork_dtl_qa_list li.-a {
    margin-top: 15px;
  }
  .introWork_dtl_phonePic {
    padding: 20px 30px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .introWork_dtl_phonePic .-title {
    color: #3f52b4;
    font-size: 2rem;
    text-align: center;
  }
  .introWork_dtl_phonePic .-img {
    margin-top: 10px;
  }
  .introWork_dtl_phonePic .-txt {
    margin-top: 10px;
  }
  .introStaff {
    padding-bottom: 50px;
  }
  .introStaff_wrap {
    width: 92%;
    max-width: 1130px;
    margin: 20px auto 0;
  }
  .introStaff_main_img {
    margin: 30px auto 0;
  }
  .introStaff_main_dtl {
    margin-top: -60px;
    padding: 60px 0 40px;
  }
  .introStaff_main_dtl .-title {
    font-size: 1.8rem;
  }
  .introStaff_main_dtl .-txt {
    font-size: 1.6rem;
  }
  .introStaff_member_img {
    margin-top: 50px;
  }
  .introStaff_member_title {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .introStaff_member_talk {
    width: 92%;
    margin: 10px auto 0;
    padding-bottom: 20px;
  }
  .introStaff_member_talk_dtl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .introStaff_member_talk_dtl .-img {
    min-width: 80px;
    max-width: 80px;
  }
  .introStaff_member_talk_dtl.-left .-talk {
    margin-top: 30px;
  }
  .introStaff_member_talk_dtl.-left .-talk_dtl {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .introStaff_member_talk_dtl.-right .-img {
    min-width: 80px;
    max-width: 80px;
  }
  .introStaff_member_talk_dtl.-right .-talk {
    margin-top: 30px;
  }
  .introStaff_member_talk_dtl.-right .-talk_dtl {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .-talk_dtl {
    font-size: 1.4rem;
  }
}

/* ----------------------------
 会社概要
---------------------------- */
.philosophy_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px auto 0 auto;
  padding-bottom: 100px;
  max-width: 1130px;
  width: 92%;
  border-bottom: 1px solid #ddd;
}

.philosophy_top_img {
  width: 48%;
}

.philosophy_top_list {
  width: 48%;
  margin-top: 80px;
}

.philosophy_top_list_item {
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.philosophy_top_list_item:first-child {
  margin-top: 0;
}

.philosophy_top_list_item span {
  color: #00bbd3;
  font-size: 32px;
  font-size: 3.2rem;
  display: block;
}

.philosophy_dtl {
  max-width: 1130px;
  width: 92%;
  margin: 0 auto;
  padding: 100px 0;
}

.philosophy_dtl .-firstTitle {
  margin-top: 0;
}

.philosophy_dtl_sec {
  max-width: 900px;
}

.philosophy_dtl_title {
  margin-top: 40px;
  font-weight: bold;
  line-height: 1.7;
}

.philosophy_dtl_title span {
  color: #00bbd3;
  font-size: 32px;
  font-size: 3.2rem;
  display: block;
}

.philosophy_dtl_txt {
  margin-top: 10px;
}

.philosophy_dtl_link {
  margin-top: 60px;
}

.philosophy_dtl_link .mod-btn01 {
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .philosophy_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px auto 0 auto;
    padding-bottom: 40px;
  }
  .philosophy_top_img {
    width: 48%;
  }
  .philosophy_top_list {
    width: 48%;
    margin-top: 50px;
  }
  .philosophy_top_list_item span {
    font-size: 2.4rem;
  }
  .philosophy_dtl {
    padding: 60px 0;
  }
  .philosophy_dtl_title {
    margin-top: 40px;
  }
  .philosophy_dtl_title span {
    font-size: 2rem;
  }
  .philosophy_dtl_txt {
    margin-top: 10px;
  }
  .philosophy_dtl_link {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .philosophy_top {
    display: block;
  }
  .philosophy_top_img {
    width: 100%;
    text-align: center;
  }
  .philosophy_top_img img {
    width: 80%;
    min-width: 300px;
  }
  .philosophy_top_list {
    width: 100%;
  }
  .philosophy_dtl {
    padding: 40px 0;
  }
  .philosophy_dtl_title {
    margin-top: 30px;
  }
  .philosophy_dtl_title span {
    font-size: 2rem;
  }
  .philosophy_dtl_txt {
    margin-top: 10px;
  }
  .philosophy_dtl_link {
    margin-top: 30px;
  }
}

.overview {
  padding-bottom: 100px;
}

.overview_title {
  margin-top: 113px;
  text-align: center;
}

.overview_title img {
  width: 126px;
}

.overview_list {
  width: 92%;
  max-width: 900px;
  margin: 60px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.overview_list dt,
.overview_list dd {
  background-image: -webkit-linear-gradient(
    left,
    #ddd,
    #ddd 5px,
    transparent 5px,
    transparent 8px
  );
  background-image: linear-gradient(
    to right,
    #ddd,
    #ddd 5px,
    transparent 5px,
    transparent 8px
  );
  background-size: 8px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.overview_list dt {
  width: 25%;
  padding: 35px 20px 15px 20px;
}

.overview_list dd {
  width: 75%;
  padding: 35px 20px 15px 20px;
}

.overview_link {
  margin-top: 60px;
}

.overview_link .mod-btn01 {
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .overview {
    padding-bottom: 100px;
  }
  .overview_title {
    margin-top: 60px;
  }
  .overview_list {
    margin: 40px auto 0 auto;
  }
  .overview_list dt {
    width: 30%;
    padding: 20px 5px 10px 10px;
  }
  .overview_list dd {
    width: 70%;
    padding: 20px 10px 10px 5px;
  }
  .overview_link {
    margin-top: 60px;
  }
  .overview_link .mod-btn01 {
    margin: 0 auto;
  }
}

.staff {
  padding-bottom: 100px;
}

.staff_list {
  max-width: 1130px;
  width: 92%;
  margin: 115px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.staff_list.-layout01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.staff_list.-layout02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.staff_list.-color01 .staff_img {
  box-shadow: 30px 30px 0px 0px #ccc;
}

.staff_list.-color01 .staff_role {
  border-left: 6px solid #ccc;
}

.staff_list.-color01 .staff_name .-en {
  color: #ccc;
}

.staff_list.-color02 .staff_img {
  box-shadow: 30px 30px 0px 0px #92d0e2;
}

.staff_list.-color02 .staff_role {
  border-left: 6px solid #92d0e2;
}

.staff_list.-color02 .staff_name .-en {
  color: #92d0e2;
}

.staff_list.-color03 .staff_img {
  box-shadow: 30px 30px 0px 0px #a8b1da;
}

.staff_list.-color03 .staff_role {
  border-left: 6px solid #a8b1da;
}

.staff_list.-color03 .staff_name .-en {
  color: #a8b1da;
}

.staff_img {
  width: 25%;
  margin-right: 30px;
  margin-bottom: 30px;
}

.staff_img img {
  vertical-align: bottom;
}

.staff_dtl {
  width: 67%;
  padding: 10px 0;
}

.staff_role {
  border-left: 6px solid #ccc;
  padding-left: 15px;
  font-weight: bold;
}

.staff_name {
  margin-top: 15px;
  line-height: 1.4;
}

.staff_name .-jp {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
}

.staff_name .-en {
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #ccc;
}

.staff_name span {
  display: block;
}

.staff_txt {
  margin-top: 20px;
}

.staff_link {
  margin-top: 60px;
}

.staff_link .mod-btn01 {
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .staff {
    padding-bottom: 100px;
  }
  .staff_list {
    margin: 60px auto 0 auto;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .staff {
    padding-bottom: 100px;
  }
  .staff_list {
    display: block;
  }
  .staff_img {
    width: 70%;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
  }
  .staff_dtl {
    width: 100%;
    padding: 10px 0;
    margin-top: 50px;
  }
}

/* ----------------------------
 職場環境
---------------------------- */
.work {
  padding: 0px 0 100px;
}

.work .mod-mainUnder_mv_title01 img {
  max-width: 150px;
}

.work_inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.workMain_inner {
  max-width: 1130px;
  width: 92%;
  margin: 70px auto;
}

.workMain_img {
  text-align: center;
}

.workMain_img img {
  max-width: 300px;
}

.workMain_title01 {
  margin-top: 70px;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 15px;
  border-left: 7px solid #5c6bc0;
}

.workMain_list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

.workMain_list02_item {
  width: 49%;
}

.workMain_list02_item:nth-child(n + 3) {
  margin-top: 50px;
}

.workMain_list02_item:nth-child(even) {
  margin-left: 2%;
}

.workMain_list02_item:last-child {
  width: 100%;
}

.workMain_list02_item img {
  width: 100%;
}

.workMain_txt01 {
  margin-top: 20px;
}

.workMain_list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.workMain_list01_item {
  margin-left: 30px;
}

.workMain_list01_item:first-child {
  margin-left: 0;
}

.workMain_coreTime {
  margin-top: 80px;
}

.workMain_coreTime_title01 {
  text-align: center;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1.2;
}

.workMain_coreTime_title01 span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}

.workMain_coreTime_img {
  margin-top: 50px;
}

.workMain_coreTime_img img {
  width: 100%;
  border-radius: 10px;
}

.workMain_coreTime_txt {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.workMain_coreTime_txt .-title {
  width: 42%;
  font-size: 34px;
  font-size: 3.4rem;
}

.workMain_coreTime_txt .-txt {
  width: 54%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.workHome {
  background: #d9dcf0;
  padding: 70px 0;
}

.workHome_inner {
  max-width: 1130px;
  width: 92%;
  margin: 0px auto;
}

.workHome_title {
  font-size: 23px;
  font-size: 2.3rem;
}

.workHome_title span {
  color: #5c6bc0;
  display: inline-block;
  margin-right: 10px;
}

.workHome_list {
  margin-top: 20px;
}

.workHome_list_item {
  margin: 0 10px;
}

.workVoice {
  position: relative;
}

.workVoice_title {
  width: 92%;
  max-width: 350px;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 100px auto 0;
  text-align: center;
}

.workVoice_title span {
  border-top: 1px solid #ccc;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 10px;
  padding-top: 10px;
}

.workVoice_inner {
  max-width: 1130px;
  width: 92%;
  margin: 70px auto;
}

.workVoice_main {
  background: url(../img/workEnv/workVoice_main01.jpg) top right no-repeat;
  background-size: 78%;
  padding: 50px 0 30px;
  margin-top: 50px;
}

.workVoice_main.-type02 {
  background: url(../img/workEnv/workVoice_main02.jpg) top right no-repeat;
}

.workVoice_main_title {
  font-size: 34px;
  font-size: 3.4rem;
  position: relative;
}

.workVoice_main_title:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 50px;
  height: 60px;
  background: url(../img/workEnv/icon_bulb.png) center center no-repeat;
  background-size: 100%;
}

.workVoice_main_role {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 60px;
}

.workVoice_main_role span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

.workVoice_main_name {
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 10px;
}

.workVoice_qa {
  max-width: 1130px;
  width: 92%;
  margin: 50px auto;
  padding-right: 220px;
}

.workVoice_qa_list li {
  padding-left: 80px;
  position: relative;
  margin-top: 50px;
}

.workVoice_qa_list li:first-child {
  margin-top: 0;
}

.workVoice_qa_list li:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 50px;
  height: 50px;
}

.workVoice_qa_list li.-q {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

.workVoice_qa_list li.-q:before {
  background: url(../img/workEnv/icon_q.png) center center no-repeat;
  background-size: 100%;
}

.workVoice_qa_list li.-a {
  margin-top: 40px;
}

.workVoice_qa_list li.-a:before {
  background: url(../img/workEnv/icon_a.png) center center no-repeat;
  background-size: 100%;
}

.worMessagge {
  padding: 110px 0;
  background-color: #d9dcf0;
}

.worMessagge_dtl {
  background-color: #fff;
  border-radius: 10px;
  padding: 80px 100px;
  max-width: 1130px;
  width: 92%;
  margin: 0px auto;
  position: relative;
}

.worMessagge_dtl:before {
  content: "";
  border-radius: 5px;
  background-image: -webkit-linear-gradient(
      left,
      #5c6bc0,
      #5c6bc0 5px,
      transparent 5px,
      transparent 12px
    ),
    -webkit-linear-gradient(left, #5c6bc0, #5c6bc0 5px, transparent 5px, transparent
          12px),
    -webkit-linear-gradient(top, #5c6bc0, #5c6bc0 5px, transparent 5px, transparent
          12px),
    -webkit-linear-gradient(top, #5c6bc0, #5c6bc0 5px, transparent 5px, transparent
          12px);
  background-image: linear-gradient(
      to right,
      #5c6bc0,
      #5c6bc0 5px,
      transparent 5px,
      transparent 12px
    ),
    linear-gradient(
      to right,
      #5c6bc0,
      #5c6bc0 5px,
      transparent 5px,
      transparent 12px
    ),
    linear-gradient(
      to bottom,
      #5c6bc0,
      #5c6bc0 5px,
      transparent 5px,
      transparent 12px
    ),
    linear-gradient(
      to bottom,
      #5c6bc0,
      #5c6bc0 5px,
      transparent 5px,
      transparent 12px
    );
  background-size: 12px 2px, 12px 2px, 2px 12px, 2px 12px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.worMessagge_dtl_title {
  text-align: center;
  margin-bottom: 30px;
}

.worMessagge_dtl_title img {
  width: 100%;
  max-width: 600px;
}

.worMessagge_dtl_note {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .workEnv .mod-mainUnder_mv_title01 img {
    max-width: 100px;
  }
  .workEnv .mod-introNav_list {
    margin-top: 30px;
  }
  .workEnv_inner {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .workMain_inner {
    margin: 30px auto;
  }
  .workMain_title01 {
    margin-top: 30px;
    font-size: 2rem;
    padding-left: 10px;
    border-left: 4px solid #5c6bc0;
  }
  .workMain_txt01 {
    margin-top: 10px;
  }
  .workMain_list01 {
    display: block;
    margin-top: 30px;
  }
  .workMain_list01_item {
    margin-left: 0px;
    margin-top: 10px;
  }
  .workMain_list01_item:first-child {
    margin-left: 0;
    margin-top: 0px;
  }
  .workMain_list02 {
    margin-top: 30px;
    display: block;
  }
  .workMain_list02_item {
    width: 100%;
    margin-top: 30px;
  }
  .workMain_list02_item:nth-child(n + 3) {
    margin-top: 30px;
  }
  .workMain_coreTime {
    margin-top: 50px;
  }
  .workMain_coreTime_title01 {
    font-size: 2.5rem;
  }
  .workMain_coreTime_title01 span {
    display: block;
    font-size: 1.6rem;
  }
  .workMain_coreTime_img {
    margin-top: 30px;
  }
  .workMain_coreTime_txt {
    margin-top: 20px;
    display: block;
  }
  .workMain_coreTime_txt .-title {
    width: 100%;
    font-size: 1.8rem;
  }
  .workMain_coreTime_txt .-txt {
    margin-top: 10px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .workVoice {
    position: relative;
  }
  .workVoice_title {
    width: 92%;
    max-width: 220px;
    font-size: 2.4rem;
    margin: 60px auto 0;
  }
  .workVoice_inner {
    margin: 0 auto;
  }
  .workVoice_main {
    background: none;
    padding: 0;
    margin-top: 20px;
  }
  .workVoice_main.-type02 {
    background: none;
  }
  .workVoice_main_title {
    margin-top: 20px;
    font-size: 1.8rem;
    position: relative;
    padding-left: 30px;
  }
  .workVoice_main_title:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -10px;
    width: 30px;
    height: 30px;
  }
  .workVoice_main_role {
    font-size: 1.4rem;
    margin-top: 20px;
    text-align: right;
  }
  .workVoice_main_role span {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 5px;
  }
  .workVoice_main_name {
    font-size: 2rem;
    margin-top: 0px;
    text-align: right;
  }
  .workVoice_qa {
    margin: 30px auto;
    padding-right: 0px;
  }
  .workVoice_qa_list li {
    padding-left: 50px;
    margin-top: 20px;
  }
  .workVoice_qa_list li:first-child {
    margin-top: 0;
  }
  .workVoice_qa_list li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(https://placehold.jp/50x50.png) center center no-repeat;
  }
  .workVoice_qa_list li.-q {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .workVoice_qa_list li.-a {
    margin-top: 10px;
  }
  .worMessagge {
    padding: 50px 0;
  }
  .worMessagge_dtl {
    padding: 20px 20px;
  }
  .worMessagge_dtl_title {
    margin-bottom: 20px;
  }
  .worMessagge_dtl_note {
    margin-top: 7px;
    padding-bottom: 7px;
    line-height: 1.6;
    text-align: center;
    font-size: 1.4rem;
  }
}

/* ----------------------------
 ニュース
---------------------------- */
.recruit {
  padding: 0px 0 100px;
}

.recruit .mod-mainUnder_mv_title01 img {
  max-width: 150px;
}

.recruit_inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.recruit_top {
  padding: 65px 0;
}

.recruit_top .recruit_inner {
  position: relative;
}

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

.recruit_top_tag li {
  min-width: 60px;
  color: #fff;
  text-align: center;
  background-color: #3f4e91;
  margin-right: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 5px;
  line-height: 1;
}

.recruit_top_title {
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 25px;
}

.recruit_top_txt {
  margin-top: 25px;
}

.recruit_massage {
  padding: 65px 0;
  background-color: #f8f8f8;
}

.recruit_massage_title {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}

.recruit_massage_title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #333;
}

.recruit_massage_dtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recruit_massage_dtl .-img {
  text-align: center;
  width: 20%;
}

.recruit_massage_dtl .-img figcaption {
  font-weight: bold;
}

.recruit_massage_dtl .-txt {
  width: 73%;
  background-color: #fff;
  border: 3px solid #3f4e91;
  padding: 30px 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  border-radius: 10px;
  position: relative;
  margin-top: 3px;
}

.recruit_massage_dtl .-txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}

.recruit_massage_dtl .-txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #3f4e91;
  z-index: 1;
}

.recruit_job {
  padding: 65px 0;
}

.recruit_job .recruit_inner {
  position: relative;
}

.recruit_job_title {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}

.recruit_job_title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #333;
}

.recruit_job_dtl {
  padding: 60px 85px;
  background-color: #fff;
  border: 3px solid #3f4e91;
  border-radius: 10px;
  margin-top: 50px;
}

.recruit_job_dtl .-title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.recruit_job_dtl .-list {
  margin-top: 30px;
}

.recruit_job_dtl .-list_number {
  display: inline-block;
  color: #fff;
  background-color: #3f4e91;
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 2.1;
  margin-right: 15px;
}

.recruit_job_dtl .-list li {
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
}

.recruit_hyuman {
  padding: 65px 0;
  background-color: #f8f8f8;
}

.recruit_hyuman_title {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}

.recruit_hyuman_title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #333;
}

.recruit_hyuman_list01 {
  width: 92%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 50px;
}

.recruit_hyuman_list01 li {
  background: url(../img/check_icon.png) no-repeat 25px 20px;
  background-size: 30px;
  padding: 20px 10px 20px 70px;
  background-color: #fff;
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.recruit_hyuman_list02 {
  width: 92%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}

.recruit_hyuman_list02 li {
  padding: 20px 0;
  border-top: 2px dashed #333;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.recruit_hyuman_list02 li:last-child {
  border-bottom: 2px dashed #333;
}

.recruit_hyuman_list02 li span {
  display: inline-block;
  margin-right: 10px;
  color: #3f4e91;
}

.recruit_environment {
  padding: 65px 0;
  position: relative;
}

.recruit_environment .recruit_inner {
  position: relative;
}

.recruit_environment_list {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.recruit_point {
  padding: 65px 0;
  background-color: #f8f8f8;
}

.recruit_point_title {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}

.recruit_point_title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #333;
}

.recruit_point_list {
  width: 92%;
  max-width: 700px;
  margin: 70px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dashed #333;
}

.recruit_point_list dt,
.recruit_point_list dd {
  padding: 20px;
  border-top: 1px dashed #333;
}

.recruit_point_list dt {
  width: 20%;
  font-weight: bold;
}

.recruit_point_list dd {
  width: 79.5%;
  margin-left: 0.5%;
}

.recruit_flow {
  padding: 65px 0;
}

.recruit_flow .recruit_inner {
  position: relative;
}

.recruit_flow_title {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}

.recruit_flow_title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #333;
}

.recruit_flow_list {
  width: 92%;
  max-width: 700px;
  margin: 70px auto 0 auto;
}

.recruit_flow_list .-item {
  background-color: #dfe5f4;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

.recruit_flow_list .-item:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  background: url(../img/sankaku_bottom.png) no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 30px;
}

.recruit_flow_list .-item:last-child:after {
  display: none;
}

.recruit_flow_list .-item .-num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #3f4e91;
  text-align: center;
  line-height: 1;
  padding-top: 10px;
  font-size: 20px;
  font-size: 2rem;
}

.recruit_flow_list .-item .-num span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.recruit_flow_list .-item .-txt {
  margin-left: 20px;
}

.recruit_flow_list .-item .-txt span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

.recruitList {
  padding: 0px 0 0px;
}

.recruitList .mod-toRrecruit {
  margin-top: 70px;
}

.recruitList .mod-mainUnder_mv_title01 img {
  max-width: 220px;
}

.recruitList_inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.recruitList_post {
  padding: 40px 40px;
  box-shadow: 3px 3px 10px 1px #ccc;
  width: 92%;
  max-width: 1000px;
  margin: 65px auto 0;
  position: relative;
}

.recruitList_post_tag {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recruitList_post_tag li {
  min-width: 60px;
  color: #fff;
  text-align: center;
  background-color: #3f4e91;
  margin-right: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 5px;
  line-height: 1;
}

.recruitList_post_tag li:last-child {
  margin-right: 0;
}

.recruitList_post_title {
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

.recruitList_post_txt {
  margin-top: 10px;
}

.recruitList_post_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.recruitList_post_list li {
  width: 33%;
  padding: 0 30px;
  border-right: 1px solid #ccc;
}

.recruitList_post_list li:last-child {
  border-right: none;
}

.recruitList_post_list li h3 {
  background: url(../img/recruit/icon_koyou.png) no-repeat 0px 9px;
  background-size: 25px;
  padding: 5px 0 5px 38px;
  font-size: 20px;
  font-size: 2rem;
}

.recruitList_post_list li.-koyou h3 {
  background: url(../img/recruit/icon_koyou.png) no-repeat 0px 9px;
  background-size: 25px;
}

.recruitList_post_list li.-address h3 {
  background: url(../img/recruit/icon_point.png) no-repeat 0px 9px;
  background-size: 25px;
}

.recruitList_post_list li.-kyuyo h3 {
  background: url(../img/recruit/icon_kyuyo.png) no-repeat 0px 9px;
  background-size: 25px;
}

.recruitList_post_list li p {
  margin-top: 5px;
}

.recruitList_post_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.recruitList_post_btn li a {
  margin: 0 20px;
}

.recruit_attention {
  display: block;
  text-align: center;
  margin: 60px auto;
  font-size: 16px;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .recruit {
    padding: 0px 0 50px;
  }
  .recruit_top {
    padding: 40px 0;
  }
  .recruit_top .recruit_inner {
    position: relative;
  }
  .recruit_top_title {
    font-size: 2.8rem;
    margin-top: 10px;
  }
  .recruit_top_txt {
    margin-top: 10px;
  }
  .recruit_massage {
    padding: 40px 0;
  }
  .recruit_massage_title {
    font-size: 2.4rem;
  }
  .recruit_massage_dtl {
    display: block;
  }
  .recruit_massage_dtl .-img {
    width: 100%;
    margin: 0 auto;
  }
  .recruit_massage_dtl .-img img {
    max-width: 120px;
  }
  .recruit_massage_dtl .-txt {
    width: 100%;
    padding: 10px 10px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 10px;
  }
  .recruit_massage_dtl .-txt:before {
    display: none;
  }
  .recruit_massage_dtl .-txt:after {
    display: none;
  }
  .recruit_job {
    padding: 40px 0;
  }
  .recruit_job .recruit_inner {
    position: relative;
  }
  .recruit_job_title {
    font-size: 2.4rem;
  }
  .recruit_job_dtl {
    padding: 10px 10px;
  }
  .recruit_job_dtl .-title {
    font-size: 2rem;
    text-align: left;
    padding: 0 10px;
  }
  .recruit_job_dtl .-list {
    margin-top: 10px;
  }
  .recruit_job_dtl .-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit_job_dtl .-list_number {
    max-width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 1.8rem;
  }
  .recruit_job_dtl .-list_txt {
    width: 80%;
  }
  .recruit_job_dtl .-list li {
    padding: 10px;
    font-size: 1.6rem;
  }
  .recruit_hyuman {
    padding: 40px 0;
  }
  .recruit_hyuman_title {
    font-size: 2.4rem;
  }
  .recruit_hyuman_list01 {
    width: 92%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .recruit_hyuman_list01 li {
    background: url(../img/check_icon.png) no-repeat 25px 13px;
    background-size: 25px;
    padding: 10px 10px 10px 70px;
    margin-top: 10px;
    font-size: 1.8rem;
    background-color: #fff;
  }
  .recruit_hyuman_list02 {
    margin-top: 30px;
  }
  .recruit_hyuman_list02 li {
    padding: 10px 10px;
    border-top: 2px dashed #333;
    font-size: 1.6rem;
  }
  .recruit_environment {
    padding: 40px 0;
  }
  .recruit_environment_list {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .recruit_environment_list .slick-dots {
    bottom: -40px;
  }
  .recruit_point {
    padding: 40px 0;
  }
  .recruit_point_title {
    font-size: 2.4rem;
  }
  .recruit_point_list {
    width: 92%;
    max-width: 700px;
    margin: 50px auto 0 auto;
  }
  .recruit_point_list dt,
  .recruit_point_list dd {
    padding: 10px 0;
  }
  .recruit_point_list dt {
    width: 25%;
  }
  .recruit_point_list dd {
    width: 74.5%;
    margin-left: 0.5%;
  }
  .recruit_flow {
    padding: 40px 0;
  }
  .recruit_flow_title {
    font-size: 2.4rem;
  }
  .recruit_flow_list {
    margin: 50px auto 0 auto;
  }
  .recruit_flow_list .-item {
    background-color: #dfe5f4;
    padding: 15px 10px;
    display: block;
  }
  .recruit_flow_list .-item .-num {
    width: 50px;
    height: 50px;
    margin: 0px auto 0;
  }
  .recruit_flow_list .-item .-txt {
    margin-top: 10px;
    margin-left: 00px;
  }
  .recruit_flow_list .-item .-txt span {
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
  }
  .recruitList {
    padding: 0px 0 60px;
  }
  .recruitList_post {
    padding: 40px 20px;
    margin: 60px auto 0;
    position: relative;
  }
  .recruitList_post_tag li {
    font-size: 1.2rem;
  }
  .recruitList_post_title {
    font-size: 2.2rem;
    padding-bottom: 3px;
  }
  .recruitList_post_txt {
    margin-top: 10px;
  }
  .recruitList_post_list {
    display: block;
    margin-top: 10px;
  }
  .recruitList_post_list li {
    width: 100%;
    margin-top: 20px;
    padding: 0px 0px;
    border-right: 0px;
  }
  .recruitList_post_list li:last-child {
    border-right: none;
  }
  .recruitList_post_btn {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .recruitList_post_btn li {
    margin-top: 10px;
  }
  .recruitList_post_btn li a {
    margin: 0 0px;
    min-height: 50px;
  }
}

/* ----------------------------
 お問い合わせ
---------------------------- */
.contact {
  background-color: #ffffff;
}

.contact_title {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-weight: normal;
}

.contact_txt {
  margin-top: 50px;
  text-align: left;
}

.contact_txt02 {
  margin-top: 50px;
  text-align: center;
}

.contact .mod-mainUnder_mv_title01 img {
  max-width: 150px;
}

.contact_wrap {
  padding: 60px 0;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.contact input {
  background-color: #efefef;
}

.contact_form {
  margin: 0px auto;
}

.contact_form_sec {
  margin-top: 50px;
}

.contact_form_sec_title {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #333;
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}

.contact_form_sec_title:before {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #8c98d2;
  position: absolute;
  top: 8px;
  left: 0;
}

.contact_form_sec_txt {
  color: #999;
  margin-top: 10px;
}

.contact_form_list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.contact_form_list li {
  width: 50%;
}

.contact_form_list02 {
  margin-top: 20px;
}

.contact_form_list02 li {
  width: 100%;
}

.contact_form_check {
  padding: 0px 0px 30px 10px;
}

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

.contact_form_check .-right {
  display: block;
  width: 100px;
  margin-top: 7px;
}

.contact_form_check .-left {
  display: block;
}

.contact_form_check input[type="checkbox"] {
  margin-top: -10px;
}

.contact_form .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_form .select .-year,
.contact_form .select .-month,
.contact_form .select .-day {
  margin-right: 10px;
}

.contact_form .select .-wrap {
  position: relative;
}

.contact_form .select .-wrap:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #aaa;
}

.contact_form .select select {
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 39px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  max-width: 100%;
  border-radius: 0;
}
.contact_form .select select.selectActive {
  color: #222;
}

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

.contact_form_btn .-btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  min-height: 60px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  margin-right: 10px;
  margin-left: 10px;
}

.contact_form_btn .-btn span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: -webkit-linear-gradient(left, #00a8f3, #3f52b4);
  background: linear-gradient(to right, #00a8f3, #3f52b4);
}

.contact_form_btn .-btn span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: -webkit-linear-gradient(left, #3f52b4, #00a8f3);
  background: linear-gradient(to right, #3f52b4, #00a8f3);
}

.contact_form_btn .-btn span:hover:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.contact_form_btn .-btn span input[type="submit"] {
  color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
}

.contact_form {
  /*
	* input要素
	*/
  /* form starting stylings ------------------------------- */
  /*
	* チェックボックス
	*/
}

.contact_form .group {
  position: relative;
  margin-bottom: 45px;
}

.contact_form .group {
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */
}

.contact_form .group input[type="text"] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

.contact_form .group input:focus {
  outline: none;
}

.contact_form .group label {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.contact_form .group input:focus ~ label,
.contact_form .group input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #8c98d2;
}

.contact_form .group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.contact_form .group .bar:before,
.contact_form .group .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #8c98d2;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.contact_form .group .bar:before {
  left: 50%;
}

.contact_form .group .bar:after {
  right: 50%;
}

.contact_form .group input:focus ~ .bar:before,
.contact_form .group input:focus ~ .bar:after {
  width: 50%;
}

.contact_form .group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.contact_form .group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
  from {
    background: #8c98d2;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #8c98d2;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.contact_form_check label {
  color: #333 !important;
}

.contact_form_check .-checkbox {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.contact_form_check .-checkbox + label:before,
.contact_form_check .-checkbox + span:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 1px;
  left: -1px;
  width: 16px;
  height: 16px;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact_form_check .-checkbox:checked + label:before,
.contact_form_check .-checkbox:checked + span:before {
  border: 8px solid #8c98d2;
}

.contact_form_check .-checkbox + label:after,
.contact_form_check .-checkbox + span:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  visibility: hidden;
}

.contact_form_check .-checkbox:checked + label:after,
.contact_form_check .-checkbox:checked + span:after {
  -webkit-animation: check 0.175s ease 0.2s 1 normal forwards;
  animation: check 0.175s ease 0.2s 1 normal forwards;
}

.contact_form_check .-checkbox + label,
.contact_form_check .-checkbox + span {
  position: relative;
  padding-left: 20px;
}

@-webkit-keyframes check {
  0% {
    visibility: visible;
    width: 0;
    height: 0;
  }
  40% {
    width: 0;
    height: 8px;
  }
  100% {
    visibility: visible;
    width: 12px;
    height: 8px;
  }
}

@keyframes check {
  0% {
    visibility: visible;
    width: 0;
    height: 0;
  }
  40% {
    width: 0;
    height: 8px;
  }
  100% {
    visibility: visible;
    width: 12px;
    height: 8px;
  }
}

@media screen and (max-width: 768px) {
  .contact_form {
    margin: 30px auto;
  }
  .contact_form .group {
    margin-bottom: 30px;
  }
  .contact_form_sec_title {
    font-size: 1.6rem;
  }
  .contact_form_sec_title:before {
    top: 6px;
  }
  .contact_form_list {
    display: block;
    margin-top: 40px;
  }
  .contact_form_list li {
    width: 100%;
  }
  .contact_form_btn {
    display: block;
  }
  .contact_form_btn .-btn {
    margin: 10px auto;
  }
  .contact_form .select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact_form .select .-year,
  .contact_form .select .-month,
  .contact_form .select .-day {
    width: 100%;
    margin-right: 10px;
  }
  .contact_form .select .-wrap {
    display: inline-block;
    margin-top: 10px;
  }
  .contact_form .select select {
    padding: 0 40px 0 5px;
    border-bottom: 1px solid #ddd;
    min-width: 200px;
    font-size: 1.6rem;
  }
  .contact_form_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

_::-webkit-full-page-media,
_:future,
:root .bar:before,
_::-webkit-full-page-media,
_:future,
:root .bar:after {
  bottom: 2px !important;
}
