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

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; }

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

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; }

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

input,
select {
  vertical-align: middle; }

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

ul,
ol {
  list-style: none; }

a {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none; }

alink,
avisited {
  color: inherit; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
  max-width: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# COMMONb
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

:root {
  --color-main: #E6671E;
  --color-sub: #209CD3;
  --color-back:#F5F4F2;
  --color-back-o:#FFF4E6;
  --color-green:#078080;
  --color-pink:#F26969;
  --color-gray:#777777;
  --color-main-hover: #ff7e17;
  --color-sub-hover: #23bbff; }

a {
  transition: .3s; }

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

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

.img,
.thumb {
  line-height: 0;
  text-align: center; }
  .img img,
  .thumb img {
    transition: .3s; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

.txt-c {
  text-align: center; }

.txt-r {
  text-align: right; }

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

.d-iblock {
  display: inline-block; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

.back-c {
  background: var(--color-back); }

.back-c-o {
  background: var(--color-back-o); }

.back-gray {
  background: #FBFBFB; }

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer {
  padding: 70px 0;
  background: var(--color-main);
  color: #fff; }
  footer .l-flex {
    justify-content: space-between;
    margin-bottom: 70px; }
  footer .info {
    display: flex; }
  footer .tel {
    text-align: right; }
  footer .telnum {
    width: 268px;
    display: inline-block; }
  @media screen and (max-width: 950px) {
    footer .info {
      display: block; }
    footer .ft-logo {
      margin: 0 auto; }
    footer .tel p {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    footer .l-inner {
      position: relative; }
    footer .l-flex {
      display: block;
      margin-bottom: 50px; }
    footer .info {
      margin: 0 auto 30px; }
      footer .info p {
        text-align: center; }
    footer .tel {
      text-align: center;
      position: absolute;
      bottom: 60px;
      width: 100%;
      left: 0; }
    footer .telnum {
      margin: 0 auto;
      width: 220px;
      display: block; } }
  @media screen and (max-width: 500px) {
    footer .ft-logo {
      width: 240px; } }

.ft-logo {
  width: 270px;
  text-align: center;
  font-size: 14px;
  margin-right: 20px; }

.ft-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap; }
  .ft-nav li {
    margin: 0 20px 20px; }
    .ft-nav li a {
      font-size: 14px; }
  @media screen and (max-width: 767px) {
    .ft-nav {
      display: block;
      margin-bottom: 150px; }
      .ft-nav a {
        display: block;
        text-align: center;
        padding: 10px; }
      .ft-nav li {
        margin: 0;
        border-bottom: 1px dotted #fff; } }

.copyright {
  text-align: center; }

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: .3s;
  box-shadow: 0 1px 3px 0 #ddd; }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }

.hd-logo {
  white-space: nowrap;
  text-align: center; }
  .hd-logo a:hover {
    opacity: .7; }
  .hd-logo img {
    width: 235px;
    transition: .3s; }

.list-hd-btn {
  display: flex; }
  .list-hd-btn a + a {
    margin-left: 10px; }
  .list-hd-btn .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .list-hd-btn .btn:before {
      content: '';
      width: 22px;
      height: 22px;
      display: inline-block;
      background-size: contain;
      margin-right: 10px; }

.btn-apply:before {
  background: url(../../assets/img/ic_email.svg) no-repeat center center; }

.btn-login:before {
  background: url(../../assets/img/ic_rock.svg) no-repeat center center; }

.btn-logout:before {
  background: url(../../assets/img/ic_unrock.svg) no-repeat center center; }

@media screen and (min-width: 1171px) {
  header {
    height: 80px; }
    header .inner {
      padding: 0 20px; }
  .is-fixed {
    height: 60px; }
    .is-fixed .hd-logo img {
      width: 220px; }
    .is-fixed .hd-logo span {
      font-size: 10px; } }

@media screen and (max-width: 1170px) {
  header {
    padding: 10px 0 10px 10px;
    height: 70px; }
    header .inner {
      padding: 0 10px; }
    header.is-fixed {
      padding: 5px 0 5px 10px; } }

@media screen and (max-width: 767px) {
  header .inner {
    padding: 0; }
  .hd-logo img {
    width: 200px; }
  .list-hd-btn .btn {
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    display: block;
    height: 70px;
    padding: 10px 15px; }
    .list-hd-btn .btn:before {
      display: block;
      margin: 0 auto 2px; }
    .list-hd-btn .btn:after {
      content: none; }
  .list-hd-btn a + a {
    margin-left: 0; } }

@media screen and (max-width: 500px) {
  header {
    padding: 5px 0 5px 5px;
    height: 60px; }
    header.is-fixed {
      padding: 2px 0 2px 5px; }
  .hd-logo img {
    width: 170px; }
  .list-hd-btn .btn {
    font-size: 12px;
    display: block;
    height: 60px;
    padding: 10px; } }

@media screen and (max-width: 500px) {
  .hd-logo img {
    width: 160px; }
  .list-hd-btn .btn {
    font-size: 10px; } }

@media screen and (max-width: 350px) {
  .hd-logo img {
    width: 120px; }
  .list-hd-btn .btn {
    padding: 10px 5px; } }

/*--------------------------------------------------------------
# LAYOUT
--------------------------------------------------------------*/
#l-main {
  display: block;
  padding-top: 80px;
  position: relative; }
  @media screen and (max-width: 1100px) {
    #l-main {
      padding-top: 70px; } }
  @media screen and (max-width: 500px) {
    #l-main {
      padding-top: 60px; } }

.l-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px; }

.l-inner-s {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px; }

#l-flex-content {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    #l-flex-content {
      display: block; } }
  #l-flex-content + section {
    margin-top: 50px; }

#l-main-content {
  width: calc(100% - 240px); }
  @media screen and (max-width: 1000px) {
    #l-main-content {
      width: 100%;
      margin-bottom: 100px; } }

#l-side-content {
  width: 200px; }
  #l-side-content section {
    margin-bottom: 50px; }
  @media screen and (max-width: 1000px) {
    #l-side-content {
      width: 100%; } }

.l-sec {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .l-sec {
      padding: 70px 0; } }

.l-sec-s {
  padding: 50px 0; }

.l-sec-page {
  padding: 0 0 80px; }
  @media screen and (max-width: 767px) {
    .l-sec-page {
      padding: 0 0 60px; } }

.l-sec-last {
  padding-bottom: 0 !important; }

.l-flex {
  display: flex; }

.l-flex-2 {
  flex-wrap: wrap; }
  .l-flex-2 > * {
    width: calc((100% - 30px)/2);
    margin-bottom: 30px; }
    .l-flex-2 > *:nth-child(even) {
      margin-left: 30px; }
  @media screen and (max-width: 1000px) {
    .l-flex-2 > * {
      width: calc((100% - 20px)/2);
      margin-bottom: 20px; }
      .l-flex-2 > *:nth-child(even) {
        margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .l-flex-2 {
      display: block; }
      .l-flex-2 > * {
        width: 100%; }
        .l-flex-2 > *:nth-child(even) {
          margin-left: 0; } }

.l-flex-3 {
  flex-wrap: wrap; }
  .l-flex-3 > * {
    width: calc((100% - 60px)/3);
    margin-bottom: 30px;
    margin-left: 30px; }
    .l-flex-3 > *:nth-child(3n+1) {
      margin-left: 0; }
  @media screen and (max-width: 1000px) {
    .l-flex-3 {
      flex-wrap: wrap; }
      .l-flex-3 > * {
        width: calc((100% - 20px)/2);
        margin-left: 0; }
        .l-flex-3 > *:nth-child(even) {
          margin-left: 20px; } }
  @media screen and (max-width: 600px) {
    .l-flex-3 {
      display: block; }
      .l-flex-3 > * {
        width: 100%; }
        .l-flex-3 > *:nth-child(even) {
          margin-left: 0; } }

.l-flex-4 {
  flex-wrap: wrap; }
  .l-flex-4 > * {
    width: calc((100% - 120px)/4);
    margin-bottom: 40px;
    margin-left: 40px; }
    .l-flex-4 > *:nth-child(4n+1) {
      margin-left: 0; }
  @media screen and (max-width: 1000px) {
    .l-flex-4 {
      flex-wrap: wrap; }
      .l-flex-4 > * {
        width: calc((100% - 20px)/2);
        margin-left: 0; }
        .l-flex-4 > *:nth-child(even) {
          margin-left: 20px; } }
  @media screen and (max-width: 600px) {
    .l-flex-4 {
      display: block; }
      .l-flex-4 > * {
        width: 100%; }
        .l-flex-4 > *:nth-child(even) {
          margin-left: 0; } }

.l-flex-center {
  justify-content: center; }

.l-flex-start {
  justify-content: flex-start !important; }

.l-flex-space {
  justify-content: space-between; }

.l-flex-reverse {
  flex-direction: row-reverse; }

.l-flex-acenter {
  align-items: center; }

/*--------------------------------------------------------------
# ARTICLE
--------------------------------------------------------------*/
.single article, .blog article, .archive article {
  background: #fff;
  padding: 30px;
  position: relative; }
  .single article + .btn, .blog article + .btn, .archive article + .btn {
    margin-top: 70px; }
  .single article.new:after, .blog article.new:after, .archive article.new:after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../assets/img/recruit/new.svg) no-repeat center center;
    background-size: contain; }
  .single article .date, .blog article .date, .archive article .date {
    color: #aaa;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 80px; }
  .single article .box-cat, .blog article .box-cat, .archive article .box-cat {
    display: flex;
    margin-bottom: 10px; }
    .single article .box-cat .cat + .cat, .blog article .box-cat .cat + .cat, .archive article .box-cat .cat + .cat {
      margin-left: 10px; }
  .single article .detail, .blog article .detail, .archive article .detail {
    background: #FBFBFB;
    padding: 20px;
    margin-bottom: 20px; }
  .single article .title-job, .blog article .title-job, .archive article .title-job {
    font-size: 18px;
    padding-left: 27px;
    margin-bottom: 10px;
    position: relative; }
    .single article .title-job:before, .blog article .title-job:before, .archive article .title-job:before {
      content: '';
      width: 22px;
      height: 18px;
      display: inline-block;
      background: url(../../assets/img/recruit/ic_camera.svg) no-repeat center center;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 7px; }
  .single article .info, .blog article .info, .archive article .info {
    margin-bottom: 50px; }
  .single article .list-info li + li, .blog article .list-info li + li, .archive article .list-info li + li {
    margin-top: 10px; }
  .single article .list-info dl, .blog article .list-info dl, .archive article .list-info dl {
    display: flex;
    justify-content: space-between;
    font-size: 15px; }
  .single article .list-info dt, .blog article .list-info dt, .archive article .list-info dt {
    width: 100px;
    font-weight: bold;
    padding-left: 27px;
    position: relative; }
  .single article .list-info dd, .blog article .list-info dd, .archive article .list-info dd {
    width: calc(100% - 110px); }
  .single article .salary dt:before, .blog article .salary dt:before, .archive article .salary dt:before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../../assets/img/recruit/ic_money.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 4px; }
  .single article .location dt:before, .blog article .location dt:before, .archive article .location dt:before {
    content: '';
    width: 15px;
    height: 22px;
    display: inline-block;
    background: url(../../assets/img/recruit/ic_pin.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 3px;
    top: 3px; }
  .single article .cat, .blog article .cat, .archive article .cat {
    border: 1px solid var(--color-main);
    color: var(--color-main);
    text-align: center;
    width: 120px;
    font-size: 13px;
    margin-right: 10px;
    font-weight: bold;
    padding: 3px; }
  .single article section, .blog article section, .archive article section {
    margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .single article, .blog article, .archive article {
      padding: 25px; } }
  @media screen and (max-width: 500px) {
    .single article, .blog article, .archive article {
      padding: 50px 20px 20px; }
      .single article .date, .blog article .date, .archive article .date {
        right: auto;
        left: 20px; }
      .single article .title-job, .blog article .title-job, .archive article .title-job {
        font-size: 16px; }
      .single article .detail, .blog article .detail, .archive article .detail {
        padding: 15px; }
      .single article .list-info dl, .blog article .list-info dl, .archive article .list-info dl {
        font-size: 14px; }
      .single article .list-info dt, .blog article .list-info dt, .archive article .list-info dt {
        width: 80px; }
      .single article .list-info dd, .blog article .list-info dd, .archive article .list-info dd {
        width: calc(100% - 90px); } }

.list-recruit article {
  margin-bottom: 30px; }
  .list-recruit article .info {
    padding-right: 200px;
    position: relative;
    margin-bottom: 0; }
  .list-recruit article .btn {
    position: absolute;
    bottom: 0;
    right: 0; }

@media screen and (max-width: 767px) {
  .list-recruit article .info {
    padding-right: 0; }
  .list-recruit article .list-info {
    margin-bottom: 20px; }
  .list-recruit article .btn {
    position: relative;
    margin: 0 auto; } }

.status {
  font-size: 13px;
  width: 100px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  padding: 3px; }
  .status.full-time {
    background: var(--color-main);
    border: 1px solid var(--color-main); }
    .status.full-time:hover {
      background: #fff;
      color: var(--color-main); }
  .status.part-time {
    background: var(--color-sub);
    border: 1px solid var(--color-sub); }
    .status.part-time:hover {
      background: #fff;
      color: var(--color-sub); }
  .status.contract {
    background: var(--color-green);
    border: 1px solid var(--color-green); }
    .status.contract:hover {
      background: #fff;
      color: var(--color-green); }
  .status.subcontracting {
    background: var(--color-pink);
    border: 1px solid var(--color-pink); }
    .status.subcontracting:hover {
      background: #fff;
      color: var(--color-pink); }
  .status.freelance {
    background: var(--color-gray);
    border: 1px solid var(--color-gray); }
    .status.freelance:hover {
      background: #fff;
      color: var(--color-gray); }

/*--------------------------------------------------------------
# FORM
--------------------------------------------------------------*/
form {
  margin: 0 auto; }

input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='text'],
input[type='email'],
input[type='radio'],
input[type='checkbox'],
input[type='date'],
input[type='time'],
input[type='tel'],
input[type='number'],
input[type='password'],
input[type='file'],
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 16px; }

textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
input[type='reset'],
label,
button,
select {
  cursor: pointer; }

input[type='submit'] {
  padding: 0; }

select::-ms-expand {
  display: none; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='number'],
input[type='date'],
input[type='time'],
textarea {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  background: #fff;
  min-height: 52px;
  border-radius: 5px; }

::placeholder {
  color: #98A6B5; }

::-ms-input-placeholder {
  color: #98A6B5; }

:-ms-input-placeholder {
  color: #98A6B5; }

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important; }

.horizontal-item {
  margin: 0 10px 7px 0 !important;
  display: inline-block; }

input[type=checkbox] {
  appearance: none;
  display: none; }
  input[type=checkbox] + span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer; }
    input[type=checkbox] + span:before {
      content: '';
      background: #fff;
      border: 1px solid #ddd;
      display: inline-block;
      width: 20px;
      height: 20px;
      position: relative;
      top: 3px;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease;
      border-radius: 3px;
      margin-right: 7px; }
  input[type=checkbox]:checked + span:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -8px;
    width: 8px;
    height: 12px;
    border: solid var(--color-sub);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }

#wpmem_login input[type=checkbox] {
  display: inline-block;
  width: 20px;
  height: 20px; }
  #wpmem_login input[type=checkbox]:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    border-radius: 3px;
    margin-right: 3px; }
  #wpmem_login input[type=checkbox]:checked + label {
    position: relative; }
    #wpmem_login input[type=checkbox]:checked + label:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: -21px;
      top: 50%;
      margin-top: -5px;
      width: 8px;
      height: 12px;
      border: solid var(--color-sub);
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }

input[type=radio] {
  appearance: none;
  display: none; }
  input[type=radio] + span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer; }
    input[type=radio] + span:before {
      content: '';
      background: #fff;
      border: 1px solid #ddd;
      display: inline-block;
      width: 20px;
      height: 20px;
      position: relative;
      top: 3px;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease;
      position: relative;
      border-radius: 10px;
      margin-right: 7px; }
  input[type=radio]:checked + span:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: var(--color-sub); }

.mw_wp_form_confirm .privacy {
  color: #fff; }
  .mw_wp_form_confirm .privacy span {
    color: #333; }

.privacy label {
  height: 30px;
  position: relative;
  display: block; }

.input-s {
  max-width: 300px;
  width: 100%; }

.privacy {
  position: relative;
  display: inline-block;
  margin-top: 50px; }

.box-note h4 {
  font-weight: normal; }

.box-form h4 {
  font-weight: bold !important; }

.box-form .txt {
  color: #333;
  display: block;
  font-size: 14px; }

.box-form-confirm dd {
  padding: 15px 0; }

@media screen and (max-width: 767px) {
  .box-form-confirm dd {
    padding: 5px 0; } }

select option {
  color: #333; }
  select option:first-child {
    color: #98A6B5; }

.list-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }
  .list-checkbox li {
    position: relative;
    width: 33.33333%;
    margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .list-checkbox li {
      width: 50%; } }

.date-select {
  width: 90%;
  display: flex;
  justify-content: space-between; }
  .date-select input {
    width: 49%; }
  @media screen and (max-width: 767px) {
    .date-select {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .date-select {
      display: block; }
      .date-select input {
        width: 100%; }
        .date-select input + input {
          margin-top: 10px; } }

.txt-error {
  color: #f00;
  margin: 2px 0 0;
  display: block;
  font-size: 14px; }

.txt-note {
  color: var(--color-pb);
  margin: 2px 0 0;
  display: block;
  font-size: 14px; }

.list-form li {
  margin-bottom: 30px; }

.list-form dl {
  display: flex;
  justify-content: space-between; }

.list-form dt {
  width: 240px;
  color: var(--color-o);
  font-weight: bold;
  padding: 10px 0 0;
  position: relative;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .list-form dt span {
    background: var(--color-sub);
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
    position: relative;
    top: 2px;
    border-radius: 2px; }

.list-form dd {
  width: calc(100% - 260px);
  padding-top: 10px; }
  .list-form dd.address {
    padding-top: 0; }
    .list-form dd.address .l-flex {
      margin-bottom: 15px; }
      .list-form dd.address .l-flex:last-of-type {
        margin-bottom: 0; }
  .list-form dd h3 {
    color: var(--color-main);
    font-weight: normal;
    margin-bottom: 10px; }
  .list-form dd div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .list-form dd div span {
      width: 100px; }
    .list-form dd div input {
      width: calc(100% - 100px); }

.list-form .l-flex {
  justify-content: space-between; }
  .list-form .l-flex p {
    width: 85px;
    font-weight: bold;
    color: #98A6B5;
    padding-top: 10px; }
  .list-form .l-flex .input {
    width: calc(100% - 100px);
    color: #333;
    font-weight: normal; }

@media screen and (max-width: 767px) {
  .list-form dl {
    display: block; }
  .list-form dt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0; }
    .list-form dt input, .list-form dt textarea, .list-form dt .select-box {
      margin-top: 0; }
  .list-form dd {
    width: 100%;
    padding-top: 0; }
    .list-form dd > input[type='text'], .list-form dd > input[type='email'], .list-form dd > input[type='tel'], .list-form dd > textarea, .list-form dd > .select-box {
      margin-top: 0; } }

@media screen and (max-width: 600px) {
  .list-form .l-flex {
    display: block; }
    .list-form .l-flex p {
      width: 100%;
      margin-bottom: 5px; }
    .list-form .l-flex .input {
      width: 100%; } }

.birthday {
  display: flex;
  align-items: flex-end !important;
  justify-content: flex-start !important; }
  .birthday input {
    width: 80px !important;
    margin-right: 5px !important; }
    .birthday input:nth-child(n+2) {
      margin-left: 10px; }

.btn-submit {
  margin: 60px auto 0 !important; }
  .btn-submit + .btn-submit {
    margin: 20px auto 0 !important; }

.box-privacypolicy {
  margin: 30px auto 50px;
  padding: 20px;
  border: 1px solid #E6E6E6;
  height: 200px;
  overflow-y: scroll;
  background: #fff; }
  .box-privacypolicy h4, .box-privacypolicy h5 {
    font-size: 18px; }
  .box-privacypolicy h4 {
    margin-bottom: 20px; }
  .box-privacypolicy .intro {
    text-align: left; }

input[type='submit'] {
  display: block;
  width: 270px;
  height: 50px;
  line-height: 48px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(190, 78, 13, 0.17); }

.privacy {
  position: relative;
  display: block;
  margin: 20px auto 40px;
  text-align: center; }
  .privacy .mwform-checkbox-field-text {
    color: #fff; }
  .privacy .horizontal-item {
    margin-right: 0 !important; }
  .privacy a {
    display: inline-block;
    text-decoration: underline; }

.mw_wp_form_confirm .privacy {
  color: #fff; }
  .mw_wp_form_confirm .privacy span {
    color: #333; }

.apply table td input {
  border: none;
  padding: 0;
  min-height: auto;
  pointer-events: none; }

.wpmem_msg {
  background: #ffc4c4 !important; }

/*--------------------------------------------------------------
# LINK
--------------------------------------------------------------*/
.btn {
  text-align: center;
  cursor: pointer;
  transition: .3s;
  border-radius: 25px;
  padding: 10px; }
  .btn input[type="button"], .btn button {
    display: block;
    width: 100%;
    text-align: center; }

.btn-ar {
  position: relative;
  padding: 10px 30px 10px 20px; }
  .btn-ar:after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg); }

.btn-s {
  width: 180px;
  margin: 0;
  font-weight: bold; }

.btn-m {
  width: 260px;
  margin: 0;
  font-weight: bold; }

.btn-l {
  max-width: 400px;
  width: 100%;
  margin: 0;
  font-weight: bold;
  padding: 20px 30px 20px 20px !important;
  border-radius: 35px;
  font-size: 16px; }

.btn-center {
  margin: 0 auto; }

.btn-c-main {
  background: var(--color-main);
  color: #fff; }
  .btn-c-main input, .btn-c-main button {
    color: #fff; }
    .btn-c-main input:after, .btn-c-main button:after {
      border-color: #fff; }
  .btn-c-main:hover {
    background: var(--color-main-hover); }

.btn-c-sub {
  background: var(--color-sub);
  color: #fff; }
  .btn-c-sub input, .btn-c-sub button {
    color: #fff; }
    .btn-c-sub input:after, .btn-c-sub button:after {
      border-color: #fff; }
  .btn-c-sub:hover {
    background: var(--color-sub-hover); }

.btn-c-w {
  background: #fff;
  color: var(--color-main); }
  .btn-c-w input, .btn-c-w button {
    color: var(--color-main); }
    .btn-c-w input:after, .btn-c-w button:after {
      border-color: var(--color-main); }
  .btn-c-w.btn-ar:after {
    border-color: var(--color-main); }
  .btn-c-w:hover {
    background: var(--color-main);
    color: #fff; }
    .btn-c-w:hover.btn-ar:after {
      border-color: #fff; }

.btn-c-b {
  background: #333;
  color: #fff; }
  .btn-c-b input, .btn-c-b button {
    color: #fff; }
    .btn-c-b input:after, .btn-c-b button:after {
      border-color: #fff; }
  .btn-c-b.btn-ar:after {
    border-color: #fff; }
  .btn-c-b:hover {
    background: #777;
    color: #fff; }
    .btn-c-b:hover.btn-ar:after {
      border-color: #fff; }

button {
  display: block; }

/*--------------------------------------------------------------
# LIST
--------------------------------------------------------------*/
.box-breadcrumb {
  margin: 30px auto; }
  @media screen and (max-width: 767px) {
    .box-breadcrumb {
      margin: 20px auto; } }

.list-breadcrumb li {
  display: inline-block; }
  .list-breadcrumb li + li {
    position: relative;
    padding-left: 20px; }
    .list-breadcrumb li + li:before {
      content: "";
      border-top: 1px solid var(--color-main);
      border-right: 1px solid var(--color-main);
      margin-top: -3px;
      height: 7px;
      width: 7px;
      position: absolute;
      top: 50%;
      left: 4px;
      transform: rotate(45deg); }

.list-label {
  display: flex;
  flex-wrap: wrap; }
  .list-label li {
    background: #EFEFEF;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    margin: 0 5px 5px 0; }

.list-dot li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 3px; }
  .list-dot li:last-child {
    margin-bottom: 0; }
  .list-dot li:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0; }

.list-note li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
  color: #aaa;
  font-size: 14px; }
  .list-note li:last-child {
    margin-bottom: 0; }
  .list-note li:before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0; }

@media screen and (max-width: 767px) {
  .list-note li {
    font-size: 13px; } }

@media screen and (max-width: 500px) {
  .list-note li {
    font-size: 12px; } }

.list-flow {
  max-width: 700px;
  width: 100%;
  margin: 0 auto; }
  .list-flow li {
    background: #FAFAFA;
    margin-bottom: 50px;
    padding: 30px;
    position: relative; }
    .list-flow li:after {
      bottom: -55px;
      left: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(230, 103, 30, 0);
      border-top-color: #e6671e;
      border-width: 20px;
      margin-left: -20px; }
    .list-flow li:last-child:after {
      content: none; }
  .list-flow section {
    display: flex;
    align-items: center; }
  .list-flow .img {
    text-align: center;
    width: 120px;
    border-right: 1px solid var(--color-main); }
    .list-flow .img .num {
      display: block;
      text-align: center;
      width: 27px;
      margin: 0 auto 10px; }
    .list-flow .img .illu {
      width: 50px; }
  .list-flow .txt {
    width: calc(100% - 120px);
    padding-left: 30px; }
    .list-flow .txt h3 {
      font-size: 18px; }
    .list-flow .txt p a {
      display: inline-block;
      color: var(--color-sub);
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .list-flow li {
      padding: 20px; }
    .list-flow .img {
      width: 90px; }
    .list-flow .txt {
      width: calc(100% - 90px);
      padding-left: 20px; }
      .list-flow .txt h3 {
        font-size: 16px; } }
  @media screen and (max-width: 500px) {
    .list-flow section {
      display: block; }
    .list-flow .img {
      border-right: none;
      margin: 0 auto 20px; }
    .list-flow .txt {
      width: 100%;
      padding-left: 0; }
      .list-flow .txt h3 {
        text-align: center;
        margin-bottom: 10px; } }

.list-sec > li {
  margin-bottom: 50px; }
  .list-sec > li:last-child {
    margin-bottom: 0; }
  .list-sec > li h2 {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative; }

.list-sec ul li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 3px; }
  .list-sec ul li:last-child {
    margin-bottom: 0; }
  .list-sec ul li:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0; }

.list-sec section > * + * {
  margin-top: 10px; }

.list-flow-form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  .list-flow-form li {
    width: 33.333333%;
    position: relative;
    margin: 0 .5em 0 1em; }
    .list-flow-form li .inner {
      background: #efefef;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 90px; }
      .list-flow-form li .inner:before {
        content: "";
        position: absolute;
        top: 0;
        border-width: 45px 0 45px 17px;
        border-style: solid;
        border-color: #efefef #efefef #efefef transparent;
        left: -17px; }
      .list-flow-form li .inner:after {
        content: "";
        position: absolute;
        top: 0;
        border-top: 45px solid transparent;
        border-bottom: 45px solid transparent;
        border-left: 17px solid #efefef;
        right: -17px; }
    .list-flow-form li:first-child {
      margin-left: 0; }
      .list-flow-form li:first-child .inner:before {
        content: none; }
    .list-flow-form li:last-child {
      margin-right: 0; }
      .list-flow-form li:last-child .inner:after {
        content: none; }
    .list-flow-form li.current .inner {
      background: var(--color-main);
      color: #fff; }
      .list-flow-form li.current .inner:before {
        border-color: var(--color-main) var(--color-main) var(--color-main) transparent; }
      .list-flow-form li.current .inner:after {
        border-left: 17px solid var(--color-main); }
    .list-flow-form li.current .num {
      border-color: #fff; }
  .list-flow-form .num {
    padding: 10px 20px 10px 0;
    border-right: 1px solid var(--color-main); }
    .list-flow-form .num img {
      width: 27px; }
  .list-flow-form .txt {
    padding: 10px 0 10px 20px; }
  @media screen and (max-width: 600px) {
    .list-flow-form li .inner {
      display: block;
      padding: 23px 0; }
    .list-flow-form .num {
      padding: 0;
      border-right: none;
      margin: 0 auto;
      text-align: center; }
      .list-flow-form .num img {
        width: 20px; }
    .list-flow-form .txt {
      padding: 0;
      text-align: center;
      font-size: 12px; } }

.list-terms {
  counter-reset: item; }
  .list-terms > li h2:before {
    counter-increment: item;
    content: "第" counter(item) "条：";
    display: inline-block;
    margin-right: 3px; }

.list-privacypolicy {
  counter-reset: item; }
  .list-privacypolicy > li h2:before {
    counter-increment: item;
    content: counter(item) ".";
    display: inline-block;
    margin-right: 3px; }

/*--------------------------------------------------------------
# MEDIA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# MESSAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SEARCH _form.scssFORM
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SECTION
--------------------------------------------------------------*/
#sec-search {
  margin-bottom: 70px; }
  #sec-search .inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px; }
  #sec-search h2 {
    margin-bottom: 15px;
    position: relative;
    padding-left: 24px; }
    #sec-search h2:before {
      content: '';
      width: 18px;
      height: 18px;
      display: inline-block;
      background: url(../../assets/img/recruit/ic_search.svg) no-repeat center center;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 3px; }
  #sec-search .list-cat {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
    #sec-search .list-cat li {
      width: calc((100% - 60px)/4);
      border: 1px solid var(--color-main);
      text-align: center;
      color: var(--color-main);
      line-height: 1.3em; }
      #sec-search .list-cat li a {
        padding: 15px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        height: 100%; }
        #sec-search .list-cat li a:hover {
          background: var(--color-main);
          color: #fff; }
        #sec-search .list-cat li a.current {
          background: var(--color-main);
          color: #fff; }
      #sec-search .list-cat li em {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px; }
        #sec-search .list-cat li em br {
          display: none; }
      #sec-search .list-cat li span {
        font-size: 12px; }
  #sec-search .list-tag {
    display: flex; }
    #sec-search .list-tag li + li {
      margin-left: 10px; }
      #sec-search .list-tag li + li:first-child {
        margin-left: 0 !important; }
  @media screen and (max-width: 767px) {
    #sec-search .list-cat li {
      width: calc((100% - 30px)/4); }
      #sec-search .list-cat li em {
        font-size: 15px; }
        #sec-search .list-cat li em br {
          display: block; }
      #sec-search .list-cat li span {
        font-size: 11px; }
    #sec-search .list-tag {
      flex-wrap: wrap; }
    #sec-search .status {
      width: auto; } }
  @media screen and (max-width: 500px) {
    #sec-search .list-cat {
      flex-wrap: wrap; }
      #sec-search .list-cat li {
        width: calc((100% - 10px)/2);
        margin-bottom: 10px; }
        #sec-search .list-cat li a {
          padding: 7px 5px; }
        #sec-search .list-cat li em {
          font-size: 14px;
          margin-bottom: 2px; }
        #sec-search .list-cat li span {
          font-size: 10px;
          line-height: 1.4em; }
    #sec-search .list-tag li {
      margin: 0 5px 5px 0 !important; }
      #sec-search .list-tag li:first-child {
        margin-left: 0; }
    #sec-search .status {
      font-size: 12px; } }

/*--------------------------------------------------------------
# TABLE
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }
  @media screen and (max-width: 600px) {
    table {
      border: none; } }

th, td {
  padding: 20px; }
  @media screen and (max-width: 767px) {
    th, td {
      padding: 20px 15px; } }

th {
  background: var(--color-back-o);
  width: 190px;
  border-bottom: 1px solid #fff;
  text-align: left; }
  @media screen and (max-width: 767px) {
    th {
      width: 150px; } }
  @media screen and (max-width: 600px) {
    th {
      display: block;
      width: 100%;
      padding: 15px 10px; } }

td {
  width: calc(100% - 190px);
  border-bottom: 1px solid #efefef; }
  td > * + * {
    margin-top: 10px; }
  td a {
    color: var(--color-sub);
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    td {
      width: calc(100% - 150px); } }
  @media screen and (max-width: 600px) {
    td {
      display: block;
      width: 100%;
      padding: 15px 0 25px;
      border-bottom: none; } }

tr:last-child th, tr:last-child td {
  border-bottom: none; }

/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.8; }
  @media screen and (max-width: 500px) {
    body {
      font-size: 14px; } }

em {
  font-style: normal; }

.txt-bold {
  font-weight: bold;
  margin-left: 2px; }

.txt-en {
  font-family: 'Raleway', sans-serif;
  letter-spacing: .03em; }

.intro {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px; }
  .intro p a {
    color: var(--color-sub);
    text-decoration: underline;
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .intro {
      font-size: 15px; } }

mark {
  background: none;
  border-bottom: 2px solid var(--color-main);
  font-style: normal; }

.title-border {
  border-bottom: 2px solid #EFEFEF;
  padding-bottom: 10px;
  margin-bottom: 30px !important; }

.title-s {
  font-size: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 500px) {
    .title-s {
      font-size: 18px; } }

.title-sec-en {
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .title-sec-en {
      font-size: 40px; } }
  @media screen and (max-width: 500px) {
    .title-sec-en {
      font-size: 30px; } }

.title-sec {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px; }
  .title-sec:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    background: var(--color-main);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }
  .title-sec .txt-en {
    font-size: 15px;
    color: var(--color-main);
    font-weight: bold;
    letter-spacing: .1em; }
  .title-sec small {
    font-size: 16px;
    margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .title-sec {
      font-size: 25px; }
      .title-sec small {
        font-size: 15px; } }
  @media screen and (max-width: 500px) {
    .title-sec {
      font-size: 23px; } }

.title-sec-l {
  font-size: 32px;
  margin-bottom: 20px; }
  .title-sec-l .txt-en {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .03em; }
  @media screen and (max-width: 767px) {
    .title-sec-l {
      font-size: 26px; } }
  @media screen and (max-width: 500px) {
    .title-sec-l {
      font-size: 24px; } }

.note {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: #777; }
  .note:before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0; }
  @media screen and (max-width: 767px) {
    .note {
      font-size: 13px; } }
  @media screen and (max-width: 500px) {
    .note {
      font-size: 12px; } }

.txt-remark {
  position: relative;
  font-size: 14px;
  color: #777;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .txt-remark {
      font-size: 13px; } }
  @media screen and (max-width: 500px) {
    .txt-remark {
      font-size: 12px; } }

.title-page {
  height: 300px;
  position: relative;
  margin-bottom: 120px; }
  .title-page:before {
    content: '';
    display: block;
    width: 80%;
    height: 300px;
    margin-left: 20%;
    background: url(../../assets/img/title_bg.jpg) no-repeat center center;
    background-size: cover; }
  .title-page .txt {
    background: var(--color-main);
    width: 670px;
    max-width: 90%;
    color: #fff;
    padding: 50px;
    position: absolute;
    left: 0;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .title-page .txt-en {
    font-weight: bold;
    text-align: center;
    width: 100%; }
  .title-page h1 {
    font-weight: bold;
    font-size: 27px; }
  @media screen and (max-width: 1200px) {
    .title-page:before {
      width: 90%;
      margin-left: 10%; } }
  @media screen and (max-width: 767px) {
    .title-page:before {
      width: 100%;
      margin-left: 0;
      background: url(../../assets/img/title_bg_sp.jpg) no-repeat center center;
      background-size: cover; }
    .title-page .txt {
      padding: 30px 20px;
      max-width: 80%;
      bottom: -60px; } }

.txt-link {
  color: var(--color-sub);
  display: inline-block;
  text-decoration: underline; }

#wpmem_reg, #wpmem_login {
  max-width: 700px;
  width: 100%;
  margin: 0 auto; }
  #wpmem_reg legend, #wpmem_login legend {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 18px; }
  #wpmem_reg .div_text, #wpmem_login .div_text {
    margin: 5px auto 15px; }
  #wpmem_reg .button_div, #wpmem_login .button_div {
    text-align: center;
    margin-top: 40px; }
    #wpmem_reg .button_div input[type='submit'], #wpmem_login .button_div input[type='submit'] {
      margin: 20px auto 40px; }
  #wpmem_reg .link-text, #wpmem_login .link-text {
    text-align: center; }
    #wpmem_reg .link-text a, #wpmem_login .link-text a {
      display: inline-block;
      color: var(--color-sub); }
    #wpmem_reg .link-text + .link-text, #wpmem_login .link-text + .link-text {
      margin-top: 10px; }
  #wpmem_reg .req, #wpmem_login .req {
    color: var(--color-pink);
    font-weight: bold; }

.register_status {
  text-align: center;
  margin-bottom: 20px; }

.register_links, .login_status {
  text-align: center; }
  .register_links li + li, .login_status li + li {
    margin-top: 10px; }
  .register_links a, .login_status a {
    text-decoration: underline;
    color: var(--color-sub);
    display: inline-block; }

.profile #l-main .l-inner-s ul {
  text-align: center; }

.profile #l-main .l-inner-s li + li {
  margin-top: 10px; }

.profile #l-main .l-inner-s a {
  text-decoration: underline;
  color: var(--color-sub);
  display: inline-block; }

.wpmem_msg {
  text-align: center;
  background: #FAFAFA;
  padding: 20px;
  margin-bottom: 50px; }

#wpmem_restricted_msg {
  margin-bottom: 50px; }

/*--------------------------------------------------------------
# STATE
--------------------------------------------------------------*/
.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
#mainvisual .inner {
  position: relative; }

#mainvisual .img {
  text-align: right; }
  #mainvisual .img img {
    width: 80%;
    box-shadow: 0 1px 3px 0 #ddd; }

#mainvisual .txt {
  background: var(--color-main);
  color: #fff;
  width: 37%;
  position: absolute;
  left: 0;
  bottom: 30%;
  padding: 50px; }

#mainvisual h1 {
  font-size: 30px; }
  #mainvisual h1 img {
    max-width: 350px;
    width: 100%; }

#mainvisual .news {
  text-align: right;
  margin-top: -30px; }
  #mainvisual .news .inner {
    text-align: left;
    width: 60%;
    padding: 30px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 3px 0 #ddd;
    border-radius: 5px 0 0 5px; }
  #mainvisual .news .l-flex {
    align-items: center; }
  #mainvisual .news .txt-en {
    color: var(--color-main);
    margin-right: 20px; }
  #mainvisual .news article {
    display: flex;
    align-items: center; }
    #mainvisual .news article .date {
      margin-right: 10px;
      color: #aaa; }
    #mainvisual .news article h3 {
      font-weight: normal; }
      #mainvisual .news article h3 a {
        color: var(--color-sub);
        display: inline-block;
        text-decoration: underline; }

@media screen and (max-width: 1300px) {
  #mainvisual .txt {
    padding: 30px; }
  #mainvisual h1 img {
    width: 300px; } }

@media screen and (max-width: 1100px) {
  #mainvisual .inner {
    margin-bottom: 30px; }
  #mainvisual .img img {
    width: 90%; }
  #mainvisual .txt {
    bottom: -30px;
    width: 55%; }
  #mainvisual .news {
    margin-top: 0;
    padding: 20px; }
    #mainvisual .news .inner {
      width: 100%;
      background: none;
      box-shadow: none;
      padding: 20px 0;
      border-top: 1px dotted #ccc;
      border-bottom: 1px dotted #ccc; } }

@media screen and (max-width: 767px) {
  #mainvisual .img img {
    width: 100%; }
  #mainvisual .txt {
    position: relative;
    width: 90%;
    bottom: 0;
    margin-top: -50px; }
  #mainvisual h1 {
    font-size: 24px; }
  #mainvisual .news .l-flex {
    display: block; }
  #mainvisual .news h2 {
    text-align: center;
    margin-right: 0; }
  #mainvisual .news article {
    align-items: flex-start; } }

@media screen and (max-width: 500px) {
  #mainvisual .txt {
    padding: 20px;
    width: 93%; }
    #mainvisual .txt p {
      font-size: 13px; } }

@media screen and (max-width: 400px) {
  #mainvisual .txt {
    padding: 15px; }
    #mainvisual .txt p {
      font-size: 11px; }
  #mainvisual h1 {
    font-size: 20px; }
    #mainvisual h1 img {
      width: 240px; } }

@media screen and (max-width: 350px) {
  #mainvisual h1 {
    font-size: 19px; }
    #mainvisual h1 img {
      width: 200px; } }

/* ------------------------------
 SEC-ABOUT
------------------------------ */
#sec-about {
  position: relative; }
  #sec-about .l-inner {
    position: relative; }
  #sec-about:before {
    content: '';
    display: block;
    width: 100%;
    height: 270px;
    background: #fffbe5;
    background: linear-gradient(77deg, #fffbe5 0%, #e6671e 0%, #f2894c 70%, #f78849 100%);
    position: absolute;
    left: 0;
    bottom: 0; }
  #sec-about .intro .txt-en {
    font-size: 20px;
    display: inline-block; }
  @media screen and (max-width: 1000px) {
    #sec-about .l-flex-3 {
      justify-content: center; } }

.point {
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 10px; }
  .point img {
    width: 60px;
    margin-bottom: 10px; }
    .point img + p {
      font-size: 18px;
      line-height: 1.6em;
      font-weight: bold; }
  .point p span, .point p em {
    color: var(--color-main);
    font-weight: bold; }
  .point p span img {
    width: 37px; }

/* ------------------------------
 SEC-EXAMPLE
------------------------------ */
#sec-example li img {
  margin-bottom: 10px; }

#sec-example li .txt-en {
  font-size: 13px;
  color: #aaa;
  font-weight: normal; }

#sec-example li .type {
  font-size: 18px;
  line-height: 1.3em; }

@media screen and (max-width: 1000px) {
  #sec-example .intro br {
    display: none; }
  #sec-example .l-flex-3 {
    justify-content: center; } }

@media screen and (max-width: 600px) {
  #sec-example .l-flex-3 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto; } }

/* ------------------------------
 SEC-VOICE
------------------------------ */
.voice {
  background: #fff;
  padding: 50px;
  margin: 0 20px;
  display: flex !important;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07); }
  .voice:after {
    top: 100%;
    right: 100px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px; }
  .voice .name {
    text-align: center;
    width: 38%;
    font-weight: bold;
    font-size: 18px; }
    .voice .name img {
      margin: 0 auto 10px;
      max-width: 200px; }
  .voice .detail {
    width: 60%; }
    .voice .detail dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 20px;
      align-items: flex-start; }
    .voice .detail dt {
      background: var(--color-main);
      color: #fff;
      width: 75px;
      border-radius: 3px;
      text-align: center;
      margin-bottom: 10px; }
    .voice .detail dd {
      width: calc(100% - 90px);
      margin-bottom: 10px; }
  @media screen and (max-width: 900px) {
    .voice {
      display: block !important; }
      .voice .name {
        margin-bottom: 20px;
        width: 100%;
        font-size: 16px; }
        .voice .name img {
          width: 150px; }
      .voice .detail {
        width: 100%; }
        .voice .detail dt {
          width: 65px; }
        .voice .detail dd {
          width: calc(100% - 70px); } }
  @media screen and (max-width: 767px) {
    .voice {
      margin: 0 15px;
      padding: 30px; } }
  @media screen and (max-width: 500px) {
    .voice {
      margin: 0 5px;
      padding: 20px; } }
  @media screen and (max-width: 350px) {
    .voice {
      margin: 0 5px;
      padding: 15px; } }

.slick-dots {
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: -20px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #fff; }
    .slick-dots li.slick-active button:before {
      background: var(--color-main); }

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: var(--color-main);
  border-radius: 30px;
  z-index: 10; }
  .slick-arrow:before {
    width: 50px;
    height: 50px;
    border-radius: 25px; }
  .slick-arrow:after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -5px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%; }

.slick-prev {
  left: 2%; }
  .slick-prev:after {
    transform: rotate(-135deg);
    left: 50%;
    margin-left: -5px; }

.slick-next {
  right: 2%; }
  .slick-next:after {
    transform: rotate(45deg);
    left: 50%;
    margin-left: -8px; }

/* ------------------------------
 SEC-CONTACT
------------------------------ */
#sec-contact {
  background: #fffbe5;
  background: linear-gradient(77deg, #fffbe5 0%, #e6671e 0%, #f2894c 70%, #f78849 100%);
  color: #fff; }
  #sec-contact .l-flex {
    justify-content: space-between;
    align-items: center; }
  #sec-contact .txt {
    width: calc(100% - 263px); }
  #sec-contact .img {
    padding-top: 100px;
    width: 243px; }
  #sec-contact .list-btn {
    display: flex;
    margin: 30px 0; }
    #sec-contact .list-btn a {
      max-width: 100%;
      width: 300px;
      padding: 20px 60px 20px 40px !important;
      font-size: 16px;
      border-radius: 35px;
      font-weight: bold; }
    #sec-contact .list-btn li:last-child {
      margin-left: 10px; }
  #sec-contact .info {
    display: flex;
    align-items: center; }
  #sec-contact .telnum {
    max-width: 268px;
    width: 100%; }
  @media screen and (max-width: 900px) {
    #sec-contact {
      padding: 60px 0 0; }
      #sec-contact .title-sec-l {
        text-align: center; }
      #sec-contact .l-flex {
        display: block; }
      #sec-contact .txt {
        width: 100%;
        margin-bottom: 30px; }
      #sec-contact .img {
        width: 100%;
        padding-top: 0; }
        #sec-contact .img img {
          width: 150px; }
      #sec-contact .list-btn {
        justify-content: center; }
      #sec-contact .info {
        display: block; }
      #sec-contact .telnum {
        margin: 0 auto; }
      #sec-contact .openhour {
        text-align: center; } }
  @media screen and (max-width: 767px) {
    #sec-contact .list-btn a {
      font-size: 15px; } }
  @media screen and (max-width: 650px) {
    #sec-contact .list-btn a {
      padding: 15px 50px 15px 30px !important;
      margin: 0 auto;
      width: auto; } }
  @media screen and (max-width: 374px) {
    #sec-contact .list-btn {
      display: block; }
      #sec-contact .list-btn li {
        margin: 0 auto 15px;
        text-align: center; }
        #sec-contact .list-btn li:last-child {
          margin-left: 0; }
      #sec-contact .list-btn a {
        width: 270px;
        margin: 0 auto; } }

/* ------------------------------
 SEC-BUSINESS
------------------------------ */
#sec-business section {
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: relative; }

#sec-business .intro {
  margin-bottom: 70px; }
  #sec-business .intro img {
    max-width: 150px;
    width: auto;
    margin: 0 auto 20px; }
  #sec-business .intro .txt-en {
    font-size: 20px;
    display: inline-block; }

#sec-business .num {
  position: absolute;
  width: 100%;
  top: -40px;
  left: 0;
  text-align: center; }

#sec-business .title {
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
  #sec-business .title:after {
    content: '';
    width: 25px;
    height: 5px;
    display: inline-block;
    background: url(../../assets/img/index/co_ln_01.svg) no-repeat center bottom;
    background-size: contain; }
  #sec-business .title p {
    color: #aaa;
    font-weight: bold; }
  #sec-business .title h3 {
    font-size: 20px; }

@media screen and (max-width: 767px) {
  #sec-business section {
    margin-bottom: 60px;
    padding: 50px 30px 30px; }
  #sec-business .title {
    margin-bottom: 20px; } }

@media screen and (max-width: 500px) {
  #sec-business section {
    padding: 50px 20px 20px; } }

#box-bn {
  border-top: 1px solid #efefef; }
  #box-bn ul {
    display: flex;
    justify-content: center; }
  #box-bn li {
    width: 30%;
    margin: 0 1%; }
  #box-bn a {
    display: block;
    border: 1px solid #ddd; }
  @media screen and (max-width: 767px) {
    #box-bn ul {
      justify-content: space-between; }
    #box-bn li {
      width: 33%; } }
  @media screen and (max-width: 600px) {
    #box-bn ul {
      display: block; }
    #box-bn li {
      max-width: 270px;
      width: 100%;
      margin: 0 auto 10px; } }

/*# sourceMappingURL=style.css.map */