@charset "UTF-8";
/* ==========================================================
!HTML5 elements
========================================================== */
header,
footer,
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  overflow: hidden;
  overflow-scrolling: touch;
}
.eng {
  font-family: "Montserrat", sans-serif;
}

/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

.is-spOn {
  display: none !important;
}
@media only screen and (max-width: 768px), print {
  .is-spOn {
    display: block !important;
  }
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: "";
}

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* ==========================================================
!Clearfix
========================================================== */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* ==========================================================
!Layout
========================================================== */
html {
  overflow-y: scroll;
}

@media print {
  html,
html body {
    *zoom: 0.65;
  }
}
/* ==========================================================
!Wrapper
========================================================== */
.l-wrapper {
  margin: 0 auto;
}

/* 768px以上（タブレット） */
/* ==========================================================
!contents
========================================================== */
/* ==========================================================
!Section Common
========================================================== */
.l-outer {
  margin: 0 auto;
}

.l-inner {
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 4%;
}

/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
  .l-outer {
    margin: 0 auto;
    text-align: left;
  }
}
/* 1024px以上（基本のPC） */
/* 1280px以上（大きめPC） */
/* ==========================================================
!Header
========================================================== */
.l-header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: #FFF;
  box-shadow: 0 3px 10px rgba(33, 33, 33, 0.1);
}
@media only screen and (max-width: 768px), print {
  .l-header {
    height: 60px;
  }
}
.l-header.-corptop .l-inner .p-header__logo {
  display: none;
}
.l-header.-corptop .l-inner .p-header__logo.-corptop {
  display: block;
}
.l-header.-corptop .l-inner .p-gnavi__main--item a:not(.c-btn) span {
  color: #ffffff;
}
@media only screen and (max-width: 768px), print {
  .l-header.-corptop .l-inner .p-gnavi__main--item a:not(.c-btn) span {
    color: #333333;
  }
}
.l-header.-corptop .l-inner .p-gnavi__trigger--line {
  background: #ffffff;
}
.l-header.-corptop .l-inner .p-gnavi__trigger.is-on .p-gnavi__trigger--line {
  background: #333333;
}
.l-header.js-header {
  background: #ffffff;
}
.l-header.js-header-top {
  background: #ffffff;
}
.l-header.js-header-top .l-inner .p-header__logo {
  display: block;
}
.l-header.js-header-top .l-inner .p-header__logo.-top {
  display: none;
}
.l-header.js-header-top .l-inner .p-gnavi__main--item a:not(.c-btn) span {
  color: #333333;
}
.l-header.js-header-top .l-inner .p-gnavi__trigger--line {
  background: #333333;
}
.l-header.js-header-top .p-header__logo {
  display: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media only screen and (min-width: 1024px), print {
  .l-header.js-header-top .p-header__logo:hover {
    opacity: 0.6;
  }
}
.l-header.js-header-top .p-header__logo img {
  display: block;
}
@media only screen and (max-width: 768px), print {
  .l-header.js-header-top .p-header__logo {
    width: 18%;
    margin: 0;
  }
}
.l-header.js-header-top .p-header__logo.-top {
  display: block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media only screen and (min-width: 1024px), print {
  .l-header.js-header-top .p-header__logo.-top:hover {
    opacity: 0.6;
  }
}
.l-header.js-header-top .p-header__logo.-top img {
  display: block;
}
@media only screen and (max-width: 768px), print {
  .l-header.js-header-top .p-header__logo.-top {
    width: 18%;
    margin: 0;
  }
}
.l-header .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 4%;
  height: 100%;
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner {
    padding: 11px 4%;
  }
}
.l-header .l-inner .p-header__logo {
  display: block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media only screen and (min-width: 1024px), print {
  .l-header .l-inner .p-header__logo:hover {
    opacity: 0.6;
  }
}
.l-header .l-inner .p-header__logo img {
  display: block;
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-header__logo {
    width: 18%;
    margin: 0;
  }
}
.l-header .l-inner .p-gnavi__logo {
  display: none;
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__logo {
    display: block;
    width: 18%;
    margin: 0 0 24px;
  }
}
.l-header .l-inner .p-gnavi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__menu {
    display: block;
    height: 100%;
    overflow: auto;
  }
}
.l-header .l-inner .p-gnavi__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__main {
    border-top: 1px solid #D0D0D0;
    display: block;
  }
}
.l-header .l-inner .p-gnavi__main--item {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__main--item {
    margin: 0;
    border-bottom: 1px solid #D0D0D0;
  }
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__main--item a:not(.c-btn) {
    display: block;
  }
}
.l-header .l-inner .p-gnavi__main--item a:not(.c-btn) span {
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__main--item a:not(.c-btn) span {
    color: #333333;
    display: block;
    padding: 18px 0 16px;
  }
}
.l-header .l-inner .p-gnavi__main--item a:not(.c-btn) span:before {
  background: #A1CE64;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__main--item a:not(.c-btn) span {
    position: relative;
  }
  .l-header .l-inner .p-gnavi__main--item a:not(.c-btn) span:after {
    background: url(/corp/common/img/common/ico/ico_arrow.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 31px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin: -4px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    right: 10px;
  }
}
@media only screen and (min-width: 1024px), print {
  .l-header .l-inner .p-gnavi__main--item a:not(.c-btn):hover span:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-header .l-inner .p-gnavi__main--item a.is-act .p-gnavi__acco:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-header .l-inner .p-gnavi__sub {
  display: none;
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__sub {
    border-top: 1px solid #D0D0D0;
  }
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__sub--item {
    margin: 0;
    border-bottom: 1px solid #D0D0D0;
  }
  .l-header .l-inner .p-gnavi__sub--item:last-child {
    border: none;
  }
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__sub--item a:not(.c-btn) {
    padding: 0 0 0 4%;
    display: block;
  }
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__sub--item a:not(.c-btn) span {
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 18px 0 16px;
  }
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__sub--item a:not(.c-btn) span {
    position: relative;
  }
  .l-header .l-inner .p-gnavi__sub--item a:not(.c-btn) span:after {
    background: url(/corp/common/img/common/ico/ico_arrow.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 31px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin: -4px 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    right: 10px;
  }
}
.l-header .l-inner .p-gnavi__trigger {
  display: none;
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__trigger {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    right: 4%;
    width: 50px;
    height: 60px;
    z-index: 999;
    padding: 0;
  }
  .l-header .l-inner .p-gnavi__trigger--line {
    background: #333333;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    right: 10px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .l-header .l-inner .p-gnavi__trigger--line:nth-child(1) {
    width: 20px;
    top: 23px;
  }
  .l-header .l-inner .p-gnavi__trigger--line:nth-child(2) {
    width: 30px;
    top: 35px;
  }
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__trigger.is-on .p-gnavi__trigger--line:nth-child(1) {
    width: 30px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 30px;
  }
  .l-header .l-inner .p-gnavi__trigger.is-on .p-gnavi__trigger--line:nth-child(2) {
    width: 30px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 30px;
  }
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner .p-gnavi__entry {
    margin: 40px 0 0;
  }
  .l-header .l-inner .p-gnavi__entry--item .c-btn {
    width: 200px;
    margin: 0 auto;
  }
}
.l-header .l-inner .p-gnavi__acco:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 768px), print {
  .l-header .l-inner > .c-btn--entry {
    width: 40%;
    padding: 4px 0;
    margin: 0 calc(60px - 4%) 0 0;
  }
  .l-header .l-inner > .c-btn--entry span {
    font-size: 0.8125rem;
  }
  .l-header .l-inner > .c-btn--entry:after {
    width: 24px;
    top: 12px;
    right: 10px;
  }
}

/* ==========================================================
!Gnavi
========================================================== */
@media only screen and (max-width: 768px), print {
  .l-gnavi {
    display: none;
    background: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    padding: 60px 4%;
  }
}

/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* ==========================================================
!Mainimg
========================================================== */
/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* 1280px以上（大きめPC） */
/* ==========================================================
!Breadcrumb
========================================================== */
.l-breadcrumbs {
  overflow: hidden;
  width: 100%;
  padding: 38px 0;
}
@media only screen and (max-width: 768px), print {
  .l-breadcrumbs {
    padding: 18px 0;
  }
}
.l-breadcrumbs ol {
  margin: 0 auto;
  text-align: left;
}
.l-breadcrumbs ol li {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.l-breadcrumbs ol li:nth-child(n+2):before {
  display: inline-block;
  margin: -2px 10px 0 5px;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 1px solid #000000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  font-size: 0.875rem;
}
.l-breadcrumbs ol li a {
  color: #333333;
  white-space: nowrap;
  font-size: 0.875rem;
}
.l-breadcrumbs ol li span {
  white-space: nowrap;
  font-size: 0.875rem;
}

/* ==========================================================
!Footer
========================================================== */
.l-footer {
  position: relative;
  z-index: 99;
}
.l-footer .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 52px 4% 34px;
}
@media only screen and (max-width: 1024px), print {
  .l-footer .l-inner {
    display: block;
    padding: 34px 4% 40px;
  }
}

/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* 1280px以上（大きめPC） */
/* ==========================================================
!Button
========================================================== */
.c-btn {
  background: #ffffff;
  display: block;
  border: 2px solid #676767;
  padding: 12px 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn span {
  color: #676767;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  display: block;
}
.c-btn.is-reverse {
  background: #A1CE64;
  border: 2px solid #A1CE64;
}
.c-btn.is-reverse span {
  color: #ffffff;
}
.c-btn--entry {
  padding: 5px 4.3em;
}
@media only screen and (max-width: 768px), print {
	.c-btn--entry {
		padding: 5px;
	}
}
.c-btn--entry span {
  font-size: 1.125rem;
}
@media only screen and (min-width: 769px), print {
  .c-btn:hover {
    background: #A1CE64;
    border: 2px solid #A1CE64;
  }
  .c-btn:hover span {
    color: #ffffff;
  }
  .c-btn:hover.is-reverse {
    background: #ffffff;
    border: 2px solid #676767;
  }
  .c-btn:hover.is-reverse span {
    color: #676767;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px), print {
  .c-btn:hover.c-arrow:after {
    background: url(/corp/common/img/common/ico/ico_arrow_w.svg) no-repeat;
    background-size: 100%;
  }
  .c-btn:hover.c-arrow.is-reverse:after {
    background: url(/corp/common/img/common/ico/ico_arrow.svg) no-repeat;
    background-size: 100%;
  }
}

/* ==========================================================
!H(n)eading
========================================================== */
.c-title__basic {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px), print {
  .c-title__basic {
    font-size: 1.5rem;
  }
}
.c-title__basic .eng {
  display: block;
  color: #A1CE64;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px), print {
  .c-title__basic .eng {
    margin: 0 0 4px;
  }
}
.c-title__basic span {
  font-size: 8.125rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 769px), print {
  .c-title__basic span {
    font-size: 10.1088646967vw;
  }
}
@media only screen and (max-width: 768px), print {
  .c-title__basic span {
    font-size: 3.375rem;
  }
}
.c-title__basic span.ruby {
  display: block;
  color: #A1CE64;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.1;
  margin: 0 0 -20px;
}
@media only screen and (min-width: 769px), print {
  .c-title__basic span.ruby {
    font-size: 3.1104199067vw;
  }
}
@media only screen and (max-width: 768px), print {
  .c-title__basic span.ruby {
    font-size: 0.875rem;
    margin: 0;
  }
}
.c-title__lower {
  max-width: 1286px;
  margin: 0 auto 64px;
}
@media only screen and (max-width: 768px), print {
  .c-title__lower {
    margin: 0 auto 32px;
  }
}
.c-title__lower span {
  color: #A1CE64;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 769px), print {
  .c-title__lower span {
    font-size: 3.499222395vw;
  }
}
@media only screen and (max-width: 768px), print {
  .c-title__lower span {
    font-size: 1.875rem;
  }
}
.c-title__lower02 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 40px;
}
.c-title__lower02.lh15 {
    line-height: 1.6;
}
@media only screen and (min-width: 1024px), print {
  .c-title__lower02 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px), print {
  .c-title__lower02 {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
  .c-title__lower02 br {
    display: none;
  }
}
.c-title__sub {
  font-size: 1.5rem;
  color: #A1CE64;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 769px), print {
  .c-title__sub {
    font-size: 1.866251944vw;
  }
}
@media only screen and (max-width: 768px), print {
  .c-title__sub {
    font-size: 1.125rem;
  }
}

/* ==========================================================
!Listing
========================================================== */
.c-list-basic_item {
  position: relative;
  padding-left: 20px;
}
.c-list-basic_item:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 9px;
  height: 9px;
  background: #A1CE64;
  border-radius: 50%;
}
.c-list-basic_item:not(:last-child) {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px), print {
  .c-list-basic_item:not(:last-child) {
    margin: 0 0 10px 0;
  }
}

.c-list-row_col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 768px), print {
  .c-list-row_col2 {
    display: block;
  }
}
.c-list-row_col2--item {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px), print {
  .c-list-row_col2--item:not(:last-child) {
    margin: 0 0 20px 0;
  }
}

/* ==========================================================
!pagenation
========================================================== */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1px 0 0 0;
  padding: 16px 40px 16px 40px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 10px;
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  padding: 10px 10px;
}
.wp-pagenavi .page {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* ==========================================================
!Pagetop
========================================================== */
/* fixed
------------------------------------ */
.l-pagetop_fixed {
  display: none;
  position: relative;
}
.l-pagetop_fixed p {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 8.928%;
  cursor: pointer;
}

/* ==========================================================
!Table
========================================================== */
.c-table {
  width: 100%;
}
.c-table__row {
  border-top: 1px solid #D0D0D0;
}
.c-table__row:last-child {
  border-bottom: 1px solid #D0D0D0;
}
@media only screen and (max-width: 768px), print {
  .c-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-table__header, .c-table__data {
  padding: 25px 24px;
}
.c-table__header {
  background: #E3F1D1;
  font-weight: 600;
  vertical-align: top;
}
.c-table__definitionList:nth-child(n+2) {
  margin: 24px 0 0 0;
}
.c-table__definitionTerm {
  font-weight: 600;
  margin: 0 0 8px 0;
}

/* ==========================================================
!Text
========================================================== */
.c-txt--category {
  color: #A1CE64;
  font-size: 1.375rem;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px), print {
  .c-txt--category {
    margin: 0 0 8px;
  }
}
.c-txt--section {
  color: #A1CE64;
  font-size: 1.375rem;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px), print {
  .c-txt--section {
    margin: 0;
  }
}
.c-txt__lower {
  max-width: 1286px;
  margin: 0 auto 64px !important;
}
@media only screen and (min-width: 769px), print {
  .c-txt__lower {
    padding: 0 4%;
  }
}

.c-gradation {
  background: -webkit-gradient(linear, left top, right top, from(#29CE0B), to(#25A6F0));
  background: linear-gradient(90deg, #29CE0B, #25A6F0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==========================================================
!Text Link
========================================================== */
.c-txtlink_basic01 li a span {
  /* WCAG 2.0 C7 */
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
}
/* ==========================================================
!Arrow
========================================================== */
.c-arrow {
  position: relative;
}
.c-arrow:after {
  background: url(/corp/common/img/common/ico/ico_arrow.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  width: 31px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin: -4px 0 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.c-arrow.is-reverse:after {
  background: url(/corp/common/img/common/ico/ico_arrow_w.svg) no-repeat;
  background-size: 100%;
}
.c-arrow--l {
  padding: 0 0 0 50px;
}
@media only screen and (max-width: 768px), print {
  .c-arrow--l {
    padding: 0 0 0 36px;
  }
}
.c-arrow--l:after {
  left: 0;
}
@media only screen and (min-width: 769px), print {
  .c-arrow--l:hover:after {
    left: 6px;
  }
}
.c-arrow--r:after {
  right: 16px;
}
@media only screen and (min-width: 769px), print {
  .c-arrow--r:hover:after {
    right: 10px;
  }
}

/* ==========================================================
!Card
========================================================== */
.c-card a {
  background: #ffffff;
  display: block;
  position: relative;
}
.c-card a:before {
  border: 4px solid #A1CE64;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px), print {
  .c-card a:hover:before {
    opacity: 1;
  }
  .c-card a:hover .c-card__ttl {
    color: #A1CE64;
  }
  .c-card a:hover .c-arrow--r:after {
    right: 10px;
  }
}
.c-card__img {
  display: block;
}
.c-card__img img {
  width: 100%;
}
.c-card__txt {
  display: block;
  padding: 16px 20px 30px;
}
.c-card__ttl {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 16px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.c-card__more {
  display: inline-block;
  padding: 0 60px 0 0;
  line-height: 2;
  min-width: 150px;
}

/* ==========================================================
!Arrow
========================================================== */
.c-sec {
  margin: 0 0 96px;
}
@media only screen and (max-width: 768px), print {
  .c-sec {
    margin: 0 0 48px;
  }
}
.c-sec .l-inner {
  padding: 0 4%;
}
.c-sec section {
  margin: 0 0 40px;
}
.c-sec section:last-child {
  margin: 0;
}
.c-sec__img.is-right {
  width: 100%;
  max-width: 1089px;
  margin: 0 0 0 auto;
}
.c-sec__img.is-right figure img {
  display: block;
}
.c-sec p {
  letter-spacing: 0.15em;
  line-height: 2.2;
  margin: 0 0 40px;
}
.c-sec p:not(.c-title__basic) {
  font-size: 1.25rem;
}
.c-sec p:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px), print {
  .c-sec p {
    margin: 0 0 20px;
  }
  .c-sec p:not(.c-title__basic) {
    font-size: 1rem;
  }
}
.c-sec__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1286px;
  margin: 0 auto 96px;
}
@media only screen and (min-width: 769px), print {
  .c-sec__column {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 768px), print {
  .c-sec__column {
    padding: 0;
    margin: 0;
    display: block;
  }
}
.c-sec__column.is-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-sec__column.is-right .c-sec__column--txt {
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .c-sec__column.is-right .c-sec__column--txt {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
    .c-sec__column.is-right .c-sec__column--txt.recruit {
        padding: 0 20px;
    }
}
.c-sec__column.is-right .c-sec__column--img span {
  margin-right: calc((60vw - 100%) * -1);
}
@media only screen and (max-width: 768px), print {
  .c-sec__column.is-right .c-sec__column--img span {
    margin: 0;
  }
}
.c-sec__column.is-right .c-sec__column--img span img {
  margin: 0 0 0 auto;
}
.c-sec__column--txt {
  width: 70%;
  margin: 0 0 0 -5%;
}
@media only screen and (max-width: 768px), print {
  .c-sec__column--txt {
    width: 92%;
    margin: 0 auto;
  }
}
.c-sec__column--txt span {
  display: block;
}
.c-sec__column--txt span.category {
  color: #7C7C7C;
  font-size: 1.125rem;
  line-height: 2;
}
@media only screen and (max-width: 768px), print {
  .c-sec__column--txt span.category {
    font-size: 1rem;
  }
}
.c-sec__column--txt span.post {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 24px;
}
@media only screen and (max-width: 768px), print {
  .c-sec__column--txt span.post {
    font-size: 1.125rem;
    margin: 0 0 12px;
  }
}
.c-sec__column--txt span.name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px), print {
  .c-sec__column--txt span.name {
    font-size: 1.75rem;
  }
}
.c-sec__column--txt span.name .ruby {
  color: #A1CE64;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 768px), print {
  .c-sec__column--txt span.name .ruby {
    font-size: 0.75rem;
  }
}
.c-sec__column--img {
  width: 60%;
}
@media only screen and (max-width: 768px), print {
  .c-sec__column--img {
    width: 92%;
    margin: 0 auto 16px;
  }
}
.c-sec__column--img span {
  display: block;
  margin-left: calc((60vw - 100%) * -1);
}
@media only screen and (max-width: 768px), print {
  .c-sec__column--img span {
    margin: 0;
  }
}
.c-sec__column--img span img {
  display: block;
  width: 100%;
  max-width: 1286px;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 768px), print {
  .c-sec--interview {
    padding: 30px 0;
    margin: 0 0 20px;
  }
  .c-sec--interview:nth-child(2n) {
    background: #F9F9F9;
  }
  .c-sec--interview:nth-child(4) {
    margin: 0 0 48px;
  }
}

/* ==========================================================
!Info
========================================================== */
.c-info {
  background: #F7F7F7;
  width: 100%;
}
.c-info .l-inner {
  padding: 64px 4% 32px;
}
@media only screen and (max-width: 768px), print {
  .c-info .l-inner {
    padding: 32px 4% 16px;
  }
}
.c-info .l-inner h3 {
  color: #4B4B4B;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 768px), print {
  .c-info .l-inner h3 {
    font-size: 1.75rem;
  }
}
.c-info .l-inner .ruby {
  color: #A1CE64;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px), print {
  .c-info .l-inner .ruby {
    font-size: 1.125rem;
    margin: 0 0 20px;
  }
}

/* ==========================================================
!Footer
========================================================== */
.p-footer__logo {
  width: 28%;
}
@media only screen and (max-width: 1024px), print {
  .p-footer__logo {
    width: 100%;
    margin: 0 0 24px;
  }
}
.p-footer__logo a {
  display: block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media only screen and (min-width: 1024px), print {
  .p-footer__logo a:hover {
    opacity: 0.6;
  }
}
.p-footer__logo a img {
  display: block;
}
.p-footer__logo span {
  display: block;
  font-weight: 700;
  margin: 8px 0 0;
}
@media only screen and (max-width: 768px), print {
  .p-footer__logo span {
    font-weight: 400;
  }
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 72%;
}
@media only screen and (max-width: 1024px), print {
  .p-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.p-footer__box--item {
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px), print {
  .p-footer__box--item {
    margin: 0 0 8px;
  }
}
.p-footer__box--item a:not(.c-btn) span {
  font-size: 0.875rem;
  position: relative;
}
.p-footer__box--item a:not(.c-btn) span:before {
  background: #A1CE64;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (min-width: 1024px), print {
  .p-footer__box--item a:not(.c-btn):hover span:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-footer__box--item.is-category a {
  color: #A1CE64;
  font-weight: 700;
  font-size: 1rem;
}
@media only screen and (max-width: 768px), print {
  .p-footer__box--item.is-category {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 768px), print {
  .p-footer__box:nth-child(3) {
    margin: 20px 0 0;
    width: 100%;
  }
  .p-footer__box:nth-child(3) a {
    max-width: 200px;
    margin: 0 auto;
  }
}

.p-copyright {
  border-top: 1px solid #D0D0D0;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 12px 0 18px;
}
@media only screen and (max-width: 768px), print {
  .p-copyright {
    width: 92%;
    margin: 0 auto;
    padding: 12px 0 14px;
  }
}

/* ==========================================================
!Index
========================================================== */
.p-indexmv {
  background: url(/corp/common/img/corp/bg_about_mv.jpg) center 0 no-repeat;
  background-size: cover;
  min-height: 670px;
  height: 100vh;
  margin: 0 0 112px;
}
@media only screen and (max-width: 768px), print {
  .p-indexmv {
    height: 100vh;
    min-height: inherit;
    max-height: 450px;
    margin: 0 0 40px;
  }
}
.p-indexmv .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1286px;
  padding: 0 4%;
  height: 100%;
}
@media only screen and (max-width: 768px), print {
  .p-indexmv .l-inner {
    padding: 0 4%;
  }
}
.p-indexmv .l-inner h1 {
  font-size: 6.25rem;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
  line-height: 1.2;
  margin: 0 0 36px;
}
@media only screen and (max-width: 768px), print {
  .p-indexmv .l-inner h1 {
    font-size: 2.5rem;
    margin: 0;
    text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  }
}
.p-indexmv .l-inner p {
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
  line-height: 1.2;
  letter-spacing: 0.5em;
  margin: 0 0 90px 0;
}
@media only screen and (min-width: 769px), print {
  .p-indexmv .l-inner p {
    font-size: 2.1772939347vw;
  }
}
@media only screen and (max-width: 768px), print {
  .p-indexmv .l-inner p {
    font-size: 0.875rem;
    line-height: 2.5;
    letter-spacing: 0.423em;
    margin: 0 0 28px 0;
  }
}

.p-sec__index {
  margin: 60px 0;
  position: relative;
  padding: 0 54px 40px;
  width: 46%;
}
.p-sec__index:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index {
    width: 92%;
    margin: 0 auto 40px;
    padding: 0 20px 24px;
  }
}
.p-sec__index:last-child {
  margin: 0 0 52px;
}
.p-sec__index h2 {
  margin: 0 0 22px;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index h2 {
    margin: 0 0 8px;
  }
}
.p-sec__index .txtbox p {
  text-align: justify;
  margin: 0 0 22px;
}
.p-sec__index .txtbox a {
  max-width: 270px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index .txtbox a {
    max-width: 100%;
  }
}
.p-sec__index.is-right {
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index.is-right {
    margin: 0 auto 40px;
  }
}
.p-sec__index.is-right h2 {
  text-align: right;
}
.p-sec__index.is-right .txtbox p {
  text-align: right;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index.is-right .txtbox p {
    text-align: justify;
  }
}
.p-sec__index--message {
  padding: 0;
  width: 100%;
  margin: 0 0 100px;
}
.p-sec__index--message:before {
  content: none;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index--message {
    margin: 0 0 40px;
  }
}
.p-sec__index--message h2.c-title__basic {
  margin: 0 0 32px;
  text-align: center;
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index--message h2.c-title__basic {
    font-size: 1.5rem;
  }
}
.p-sec__index--message h2.c-title__basic .eng {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index--message h2.c-title__basic .eng {
    font-size: 1rem;
  }
}
.p-sec__index--company {
  padding: 0 0 30px;
}
@media only screen and (max-width: 1024px), print {
  .p-sec__index--company .l-inner h2 .eng {
    font-size: 13.2192846034vw;
  }
}
.p-sec__index--company:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 90%;
  height: 1080px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index--company:before {
    width: 100%;
    height: calc(100% - 60px);
  }
}
.p-sec__index--recruit {
  background: url(/corp/common/img/corp/bg_recruit.jpg) no-repeat center center;
  background-size: cover;
  padding: 36px 58px;
  width: 100%;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index--recruit {
    padding: 30px 4%;
  }
}
.p-sec__index--recruit .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: inherit;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index--recruit .l-inner {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
}
.p-sec__index--recruit .l-inner .txtbox {
  width: 55%;
  max-width: calc(100% - 350px);
}
@media only screen and (max-width: 768px), print {
  .p-sec__index--recruit .l-inner .txtbox {
    width: 100%;
    max-width: inherit;
  }
}
.p-sec__index--recruit .l-inner .txtbox p {
  line-height: 1.75;
}
.p-sec__index--recruit .l-inner a {
  width: 100%;
  max-width: 270px;
  margin: 0 auto 0 80px;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index--recruit .l-inner a {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
}
.p-sec__index--interview {
  padding: 0;
  width: 100%;
  margin: 0 0 100px;
}
.p-sec__index--interview .l-inner {
  max-width: inherit;
}
.p-sec__index--interview .l-inner h2 {
  max-width: 1286px;
  margin: 0 auto 60px;
}
.p-sec__index--interview .l-inner .p-interview__list:after {
  content: none;
}
.p-sec__index--interview:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 90%;
  height: 690px;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: auto;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-sec__index--interview:before {
    width: 100%;
    height: calc(100% - 90px);
  }
}
.p-sec__outline {
  margin: 60px 0 120px;
}
@media only screen and (max-width: 768px), print {
  .p-sec__outline {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.p-sec__outline h2 {
  margin: 0 0 30px;
}

/* ==========================================================
!Message
========================================================== */
.p-message__index {
  text-align: center;
}
@media only screen and (max-width: 768px), print {
  .p-message__index {
    display: block;
    padding: 0;
  }
}
.p-message__index p {
  font-size: 1.625rem;
  line-height: 2.2;
  position: relative;
  padding: 28px 24px;
  max-width: 784px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px), print {
  .p-message__index p {
    font-size: 1.125rem;
    max-width: 92%;
    padding: 0 4%;
  }
}
.p-message__index p:before, .p-message__index p:after {
  content: "";
  display: block;
  width: 46px;
  height: 72px;
  position: absolute;
}
@media only screen and (max-width: 768px), print {
  .p-message__index p:before, .p-message__index p:after {
    width: 14px;
    height: 24px;
  }
}
.p-message__index p:before {
  border-top: 4px solid #A1CE64;
  border-left: 4px solid #A1CE64;
  -o-border-image: linear-gradient(90deg, #29CE0B, #25A6F0);
     border-image: -webkit-gradient(linear, left top, right top, from(#29CE0B), to(#25A6F0));
     border-image: linear-gradient(90deg, #29CE0B, #25A6F0);
  border-image-slice: 1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px), print {
  .p-message__index p:before {
    border-top: 2px solid #A1CE64;
    border-left: 2px solid #A1CE64;
  }
}
.p-message__index p:after {
  border-bottom: 4px solid #A1CE64;
  border-right: 4px solid #A1CE64;
  -o-border-image: linear-gradient(90deg, #29CE0B, #25A6F0);
     border-image: -webkit-gradient(linear, left top, right top, from(#29CE0B), to(#25A6F0));
     border-image: linear-gradient(90deg, #29CE0B, #25A6F0);
  border-image-slice: 1;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px), print {
  .p-message__index p:after {
    border-bottom: 2px solid #A1CE64;
    border-right: 2px solid #A1CE64;
  }
}
.p-message__index > a {
  max-width: 360px;
  margin: 60px auto 0;
}

/* ==========================================================
!Message
========================================================== */
@media only screen and (max-width: 768px), print {
  .p-company__index {
    display: block;
    padding: 0;
  }
}
.p-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 96px;
}
@media only screen and (max-width: 1024px), print {
  .p-company__list {
    padding: 0;
  }
}
@media only screen and (max-width: 768px), print {
  .p-company__list {
    display: block;
    padding: 0;
  }
}
.p-company__list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  max-width: 345px;
}
.p-company__list--item {
  width: 32%;
  max-width: 345px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px), print {
  .p-company__list--item {
    width: 100%;
    max-width: inherit;
    margin: 0 0 32px;
  }
}

/* ==========================================================
!Recruit
========================================================== */
.p-recruit__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1286px;
  padding: 0 4%;
  margin: 0 auto 190px;
}
.p-recruit__index .p-sec__index {
  width: 540px;
  height: 260px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit__index .p-sec__index {
    width: 100%;
    height: 100%;
  }
}
.p-recruit__index .p-sec__index .l-inner {
  padding: 0;
}
.p-recruit__index .p-sec__index:first-of-type .txtbox p {
  text-align: justify;
  margin: 0 0 53px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit__index .p-sec__index:first-of-type .txtbox p {
    margin: 0 0 25px;
  }
}
.p-recruit__index .p-sec__index:last-of-type .txtbox p {
  text-align: justify;
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit__index {
    display: block;
    margin: 0 auto;
  }
}
.p-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 54px;
}
@media only screen and (max-width: 1024px), print {
  .p-recruit__list {
    padding: 0;
  }
}
@media only screen and (max-width: 768px), print {
  .p-recruit__list {
    display: block;
    padding: 0;
  }
}
.p-recruit__list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  max-width: 345px;
}
.p-recruit__list--item {
  width: 24%;
  max-width: 345px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1024px), print {
  .p-recruit__list--item {
    width: 48%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 768px), print {
  .p-recruit__list--item {
    width: 100%;
    max-width: inherit;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 1024px), print {
  .p-recruit__list--item:nth-child(1) {
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 1024px), print {
  .p-recruit__list--item:nth-child(3) {
    margin: 50px 0 0;
  }
}
.p-recruit-mv {
  background: url(/corp/common/img/recruit/bg_recruit_mv.jpg) no-repeat center center;
  background-size: cover;
  height: calc(100vh - 80px);
  min-height: 726px;
  margin: 0 0 95px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-mv {
    background: url(/corp/common/img/recruit/bg_recruit_mv_sp.jpg) no-repeat center center;
    background-size: 100%;
    height: calc(100vh - 60px);
    min-height: inherit;
    max-height: 440px;
    margin: 0 0 40px;
  }
  .p-recruit-mv:before {
    content: none;
  }
}
.p-recruit-mv__heading {
  position: absolute;
  top: calc(50vh - 90px);
  width: 480px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-mv__heading {
    width: 196px;
    padding: 0;
    left: 4%;
    top: calc(50% - 37px);
  }
}
.p-recruit-mv .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-mv .l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4% 6% 4%;
  }
}
.p-recruit-about {
  position: relative;
  margin: 0 0 200px 0;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-about {
    margin: 0 0 60px;
  }
}
.p-recruit-about:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 90%;
  height: calc(100% - 12vw);
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: -1;
}
.p-recruit-about__heading {
  color: #A1CE64;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.6;
  max-width: 1286px;
  margin: 0 auto 64px;
}
@media only screen and (min-width: 769px), print {
  .p-recruit-about__heading {
    font-size: 4.66562986vw;
    padding: 0 4%;
  }
}
@media only screen and (max-width: 768px), print {
  .p-recruit-about__heading {
    font-size: 1.875rem;
    margin: 0 auto 32px;
  }
}
.p-recruit-about__item {
  max-width: 1286px;
  margin: 0 auto 120px;
}
@media only screen and (min-width: 769px), print {
  .p-recruit-about__item {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 768px), print {
  .p-recruit-about__item {
    margin: 0 auto 32px;
  }
}
.p-recruit-about__text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
  margin: 0 0 40px;
}
@media only screen and (min-width: 769px), print {
  .p-recruit-about__text {
    font-size: 1.866251944vw;
  }
}
@media only screen and (max-width: 768px), print {
  .p-recruit-about__text {
    font-size: 1rem;
    margin: 0 0 20px;
  }
}
.p-recruit-fascination {
  margin: 0 0 175px;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-fascination {
    padding: 0 0 30px;
    margin: 0 0 48px;
  }
}
.p-recruit-fascination:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 90%;
  height: calc(100% - 10vw);
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-fascination:before {
    width: 100%;
    height: calc(100% - 60px);
  }
}
.p-recruit-fascination .l-inner h2 {
  max-width: 1286px;
  margin: 0 auto 60px;
  padding: 0 100px 0 0;
  text-align: right;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-fascination .l-inner h2 {
    margin: 0 auto 30px;
    padding: 0;
  }
}
.p-recruit-fascination .p-message__index {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-fascination .p-message__index {
    margin: 24px 0 0;
  }
}
.p-recruit-fascination .p-message__index .imgBox {
  max-width: 545px;
  width: calc(100% - 545px);
  margin-right: 70px;
}
.p-recruit-fascination .p-message__index .txtBox {
  max-width: 545px;
}
.p-recruit-fascination .p-message__index .imgBox,
.p-recruit-fascination .p-message__index .txtBox {
  width: 50%;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-fascination .p-message__index .imgBox,
.p-recruit-fascination .p-message__index .txtBox {
    width: 100%;
  }
}
.p-recruit-fascination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 96px;
}
@media only screen and (max-width: 1024px), print {
  .p-recruit-fascination__list {
    padding: 0;
  }
}
@media only screen and (max-width: 768px), print {
  .p-recruit-fascination__list {
    display: block;
    padding: 0;
  }
}
.p-recruit-fascination__list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  max-width: 345px;
}
.p-recruit-fascination__list--item {
  background: #ffffff;
  width: 32%;
  max-width: 345px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-fascination__list--item {
    width: 100%;
    max-width: inherit;
    margin: 0 0 32px;
  }
}
.p-recruit-fascination .c-btn {
  max-width: 270px;
  margin: 0 auto;
}
.p-recruit-work {
  margin: 0 0 175px;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-work {
    padding: 0 0 30px;
    margin: 0 0 48px;
  }
}
.p-recruit-work:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 90%;
  height: calc(100% - 8vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-work:before {
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
  }
}
.p-recruit-work .l-inner h2 {
  max-width: 1286px;
  text-align: left;
  margin: 0 auto 60px;
  padding: 0 0 0 100px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-work .l-inner h2 {
    margin: 0 auto 30px;
    padding: 0;
  }
}
.p-recruit-work .p-message__index {
  margin: 40px 0 0 0;
}
.p-recruit-work .p-message__index.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 0 100px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-work .p-message__index.is-right {
    padding: 0;
  }
}
.p-recruit-work .p-message__index.is-right .imgBox {
  margin-left: 70px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-work .p-message__index.is-right .imgBox {
    margin: 0;
  }
}
.p-recruit-work .p-message__index.is-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-recruit-work .p-message__index.is-left .imgBox {
  margin-right: 70px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-work .p-message__index {
    margin: 24px 0 0;
    padding: 0;
  }
}
.p-recruit-work .p-message__index .imgBox {
  max-width: 545px;
  width: calc(100% - 545px);
}
@media only screen and (max-width: 768px), print {
  .p-recruit-work .p-message__index .imgBox {
    margin: 0;
  }
}
.p-recruit-work .p-message__index .txtBox {
  max-width: 545px;
}
.p-recruit-work .p-message__index .txtBox .c-btn {
  max-width: 340px;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-work .p-message__index .txtBox .c-btn {
    margin: 0 auto 24px;
  }
}
.p-recruit-work .p-message__index .imgBox,
.p-recruit-work .p-message__index .txtBox {
  width: 50%;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-work .p-message__index .imgBox,
.p-recruit-work .p-message__index .txtBox {
    width: 100%;
  }
}
.p-recruit-paternityleave {
  margin: 0 0 175px;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-paternityleave {
    padding: 0 0 30px;
    margin: 0 0 48px;
  }
}
.p-recruit-paternityleave:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 90%;
  height: calc(100% - 8vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-paternityleave:before {
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
  }
}
.p-recruit-paternityleave .l-inner h2 {
  max-width: 1286px;
  margin: 0 auto 60px;
  text-align: left;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-paternityleave .l-inner h2 {
    margin: 0 auto 30px;
  }
}
.p-recruit-paternityleave .p-message__index {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 40px 0 0 0;
  padding: 0 0 0 100px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-paternityleave .p-message__index {
    margin: 24px 0 0;
    padding: 0;
  }
}
.p-recruit-paternityleave .p-message__index .imgBox {
  max-width: 545px;
  width: calc(100% - 545px);
  margin-left: 70px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-paternityleave .p-message__index .imgBox {
    margin: 0;
  }
}
.p-recruit-paternityleave .p-message__index .txtBox {
  max-width: 545px;
}
.p-recruit-paternityleave .p-message__index .imgBox,
.p-recruit-paternityleave .p-message__index .txtBox {
  width: 50%;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-paternityleave .p-message__index .imgBox,
.p-recruit-paternityleave .p-message__index .txtBox {
    width: 100%;
  }
}
.p-recruit-training {
  margin: 0 0 115px;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-training {
    padding: 0 0 30px;
    margin: 0 0 48px;
  }
}
.p-recruit-training:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 90%;
  height: calc(100% - 8vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-training:before {
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
  }
}
.p-recruit-training .l-inner h2 {
  max-width: 1286px;
  text-align: right;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-training .l-inner h2 {
    margin: 0 auto 30px;
  }
}
.p-recruit-training .p-message__index {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-training .p-message__index {
    margin: 24px 0 0;
  }
}
.p-recruit-training .p-message__index .imgBox {
  max-width: 545px;
  width: calc(100% - 545px);
  margin-right: 70px;
}
.p-recruit-training .p-message__index .txtBox {
  max-width: 545px;
}
.p-recruit-training .p-message__index .imgBox,
.p-recruit-training .p-message__index .txtBox {
  width: 50%;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-training .p-message__index .imgBox,
.p-recruit-training .p-message__index .txtBox {
    width: 100%;
  }
}
.p-recruit-cvarea {
  background: #EBEBEB;
  width: 100%;
}
.p-recruit-cvarea__inner {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-recruit-cvarea__text {
  line-height: 2;
  text-align: center;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px), print {
	.p-recruit-cvarea .c-btn--entry{
		padding: 5px 4.3em;
	}
}

.p-recruit-sec {
  margin: 0 0 100px;
}
.p-recruit-sec:before {
  content: none;
}
.p-recruit-sec__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-sec__img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px), print {
  .p-recruit-sec__img-item:nth-child(n+2) {
    margin: 24px 0 0 0;
  }
}
.p-recruit-lookfor {
  margin: 0 0 115px;
  padding: 0 0 100px;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-lookfor {
    padding: 0 0 30px;
    margin: 0 0 48px;
  }
}
.p-recruit-lookfor:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 3vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-lookfor:before {
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
  }
}
.p-recruit-lookfor .l-inner h2 {
  max-width: 1286px;
  text-align: left;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-lookfor .l-inner h2 {
    margin: 0 auto 30px;
  }
}
.p-recruit-lookfor__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-lookfor__img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit-lookfor__img-item a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit-lookfor__img-item a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 769px), print {
  .p-recruit-lookfor__img-item:first-child {
    margin: 0 50px 0 0;
  }
  .p-recruit-lookfor__img-item:last-child {
    margin: 0 0 0 50px;
  }
}
@media only screen and (max-width: 768px), print {
  .p-recruit-lookfor__img-item:first-child {
    margin: 0 auto;
  }
  .p-recruit-lookfor__img-item:last-child {
    margin: 0 auto;
  }
}
.p-recruit-faq {
  margin: 0 0 115px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-faq {
    padding: 0 0 30px;
    margin: 0 0 48px;
  }
}
.p-recruit-faq:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 84%;
  height: calc(100% - 3vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-faq:before {
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
  }
}
.p-recruit-faq .l-inner {
  max-width: 1088px;
}
.p-recruit-faq .l-inner h2 {
  max-width: 1088px;
  text-align: right;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-faq .l-inner h2 {
    margin: 0 auto 30px;
  }
}
.p-recruit-faq__list {
  background: #ffffff;
  border: 2px solid #A1CE64;
}
.p-recruit-faq__list:not(:last-child) {
  margin: 0 0 16px 0;
}
.p-recruit-faq__question {
  cursor: pointer;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 25px 0 25px 100px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-faq__question {
    padding: 3% 0 3% 13%;
  }
}
.p-recruit-faq__question p {
  width: 80%;
}
.p-recruit-faq__question:before {
  content: "Q";
  color: #A1CE64;
  top: 25px;
  left: 30px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-faq__question:before {
    top: 3.5vw;
    left: 3vw;
  }
}
.p-recruit-faq__question.u-active .p-recruit-faq__arrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-recruit-faq__arrow {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
.p-recruit-faq__arrow:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #A1CE64;
  border-right: 3px solid #A1CE64;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit-faq__answer {
  display: none;
  padding: 10px 50px 25px 100px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-faq__answer {
    padding: 3% 5% 3% 13%;
  }
}
.p-recruit-faq__answer p:not(:last-child) {
  margin: 0 0 16px 0;
}
.p-recruit-faq__answer:before {
  content: "A";
  top: 5px;
  left: 30px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-faq__answer:before {
    top: 2.5vw;
    left: 3vw;
  }
}
.p-recruit-faq__question, .p-recruit-faq__answer {
  position: relative;
}
.p-recruit-faq__question:before, .p-recruit-faq__answer:before {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-faq__question:before, .p-recruit-faq__answer:before {
    font-size: 1.5rem;
  }
}
.p-recruit-contents {
  margin: 0 0 175px;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-contents {
    padding: 0 0 30px;
    margin: 0 0 48px;
  }
}
.p-recruit-contents:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 90%;
  height: calc(100% - 8vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-contents:before {
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
  }
}
.p-recruit-contents .l-inner h2 {
  max-width: 1286px;
  margin: 0 auto 60px;
  text-align: left;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-contents .l-inner h2 {
    margin: 0 auto 30px;
  }
}
.p-recruit-contents .p-message__index {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 40px 0 0 0;
  padding: 0 0 0 100px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-contents .p-message__index {
    margin: 24px 0 0;
    padding: 0;
  }
}
.p-recruit-contents .p-message__index .imgBox {
  max-width: 545px;
  width: calc(100% - 545px);
  margin-left: 70px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-contents .p-message__index .imgBox {
    margin: 0;
  }
}
.p-recruit-contents .p-message__index .txtBox {
  max-width: 545px;
}
.p-recruit-contents .p-message__index .imgBox,
.p-recruit-contents .p-message__index .txtBox {
  width: 50%;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-contents .p-message__index .imgBox,
.p-recruit-contents .p-message__index .txtBox {
    width: 100%;
  }
}
.p-recruit-contents .c-btn {
  max-width: 270px;
  margin: 0 auto;
}
.p-recruit-flow {
  margin: 0 0 175px;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-flow {
    padding: 0 0 30px;
    margin: 0 0 48px;
  }
}
.p-recruit-flow:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 90%;
  height: calc(100% - 10vw);
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-flow:before {
    width: 100%;
    height: calc(100% - 60px);
  }
}
.p-recruit-flow .l-inner h2 {
  max-width: 1286px;
  margin: 0 auto 60px;
  padding: 0 100px 0 0;
  text-align: right;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-flow .l-inner h2 {
    margin: 0 auto 30px;
    padding: 0;
  }
}
.p-recruit-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 54px;
}
@media only screen and (max-width: 1024px), print {
  .p-recruit-flow__list {
    padding: 0;
  }
}
@media only screen and (max-width: 768px), print {
  .p-recruit-flow__list {
    display: block;
    padding: 0;
  }
}
.p-recruit-flow__list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  max-width: 345px;
}
.p-recruit-flow__list--item {
  background: #ffffff;
  width: 24%;
  max-width: 345px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1024px), print {
  .p-recruit-flow__list--item {
    width: 48%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 768px), print {
  .p-recruit-flow__list--item {
    width: 100%;
    max-width: inherit;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 1024px), print {
  .p-recruit-flow__list--item:nth-child(1) {
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 1024px), print {
  .p-recruit-flow__list--item:nth-child(3) {
    margin: 50px 0 0;
  }
}
.p-recruit-flow .c-btn {
  max-width: 270px;
  margin: 60px auto 0;
}

.p-recruit-search {
  margin: 0 0 115px;
  padding: 0 0 100px;
  position: relative;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-search {
    padding: 0 0 30px;
    margin: 0 0 48px;
  }
}
.p-recruit-search::before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 3vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-search::before {
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
  }
}
.p-recruit-search .l-inner {
  max-width: inherit;
}
.p-recruit-search .l-inner h2 {
  max-width: 1286px;
  margin: 0 auto 60px;
  padding: 0 100px 0 0;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-search .l-inner h2 {
    margin: 0 auto 30px;
    padding: 0;
  }
}
.p-recruit-search .l-inner p {
  max-width: 1286px;
  margin: 0 auto 60px;
  padding: 0 100px 0 0;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-search .l-inner p {
    margin: 0 auto 30px;
    padding: 0;
  }
}
.p-recruit-search__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-search__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* 2025.06.23改修 */
.p-recruit-search__job {
    background-color: #fff;
    padding: 5% 4% 4% 4%;
    width: 100%;
    max-width: 1200px;
}

@media only screen and (max-width: 768px), print {
    .p-recruit-search__job {
        margin-right: 0;
        margin-bottom: 5%;
    }
}

.p-recruit-search__job--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .p-recruit-search__job--list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.p-recruit-search__job--list>.p-recruit-search__job--item {
    width: calc((100% - calc(20px * 1)) / 2);
    margin-right: 20px;
    background: #f7fbf2;
    /* background: #ccc; */
}

.p-recruit-search__job--list>.p-recruit-search__job--item a {
    position: relative;
}

.p-recruit-search__job--list>.p-recruit-search__job--item a:after {
    background: url(https://www.zwei.com/corp/common/img/common/ico/ico_arrow.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 31px;
    height: 8px;
    position: absolute;
    right: 15px;
    bottom: 20px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

@media (max-width: 767px) {
    .p-recruit-search__job--list>.p-recruit-search__job--item a:after {
        background-size: contain;
        width: 18px;
        height: 18px;
        right: 12px;
        bottom: 10px;
    }
}

.p-recruit-search__job--list>.p-recruit-search__job--item:nth-child(2n) {
    margin-right: 0;
}

.p-recruit-search__job--list>.p-recruit-search__job--item:nth-child(n+3) {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .p-recruit-search__job--list>.p-recruit-search__job--item:nth-child(n+3) {
        margin-top: inherit;
    }

    .p-recruit-search__job--list>.p-recruit-search__job--item:nth-child(n+2) {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .p-recruit-search__job--list>.p-recruit-search__job--item {
        width: 100%;
        margin-right: 0;
    }
}

.p-recruit-search__job--desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.p-recruit-search__job--photo {
    width: 30%;
}

.p-recruit-search__job--photo img {
    vertical-align: bottom;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.p-recruit-search__job--info {
    padding: 20px 20px;
    width: 70%;
}

.p-recruit-search__job--info .en {
    font-weight: bold;
    color: #A1CE64;
}

.p-recruit-search__job--info .title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
}

.p-recruit-search__job--info p {
    font-size: .875rem;
    max-width: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 767px) {
    .p-recruit-search__job--info {
        padding: 5px 14px 10px;
        width: 70%;
    }

    .p-recruit-search__job--info .en {
        font-size: .8rem;
    }

    .p-recruit-search__job--info .title {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .p-recruit-search__job--info p {
        font-size: .8rem;
    }
}

.p-recruit-search__job--item a:hover {
  opacity: 0.7;
}
.p-recruit-search__area {
  background-color: #fff;
  padding: 6.5% 2% 0 3%;
  max-width: 593px;
  width: 100%;
}
.p-recruit-search__area--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-recruit-search__area--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 24px;
}
.p-recruit-search__area--list:last-of-type {
  margin-bottom: 34px;
}
.p-recruit-search__area--item {
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-search__area--item {
    margin-right: 2px;
  }
}
.p-recruit-search__area--item:hover {
  background-color: #A1CE64;
  color: #fff;
}
.p-recruit-search__area--items {
  display: block;
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 5px;
  font-size: 88%;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-search__area--items {
    padding: 8px;
  }
}
.p-recruit-search__area--items:hover {
  color: #fff;
  background-color: #A1CE64;
  -webkit-transition: none;
  transition: none;
  border-radius: 5px;
}
.p-recruit-search__area--team {
  color: #A1CE64;
  width: 30%;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-search__area--team {
    min-width: 18%;
  }
}
.p-recruit-search__area--description {
  width: 100%;
}
@media only screen and (max-width: 768px), print {
  .p-recruit-search__area--description {
    min-width: 82%;
  }
}

.c-title__subbasic {
  font-size: 200%;
  text-align: center;
  padding-bottom: 9%;
}

/* ==========================================================
!Interview
========================================================== */
@media only screen and (max-width: 768px), print {
  .p-interview__index {
    display: block;
    padding: 0;
  }
}
.p-interview__index .c-btn {
  max-width: 270px;
  margin: 70px auto 0;
}
.p-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 54px;
}
@media only screen and (max-width: 1024px), print {
  .p-interview__list {
    padding: 0;
  }
}
@media only screen and (max-width: 768px), print {
  .p-interview__list {
    display: block;
    padding: 0;
  }
}
.p-interview__list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  max-width: 345px;
}
.p-interview__list--item {
  width: 24%;
  max-width: 345px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1024px), print {
  .p-interview__list--item {
    width: 48%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 768px), print {
  .p-interview__list--item {
    width: 100%;
    max-width: inherit;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 1024px), print {
  .p-interview__list--item:nth-child(1) {
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 1024px), print {
  .p-interview__list--item:nth-child(3) {
    margin: 50px 0 0;
  }
}
.p-interview__detail--item {
  margin: 0 0 64px;
}
@media only screen and (max-width: 768px), print {
  .p-interview__detail--item {
    margin: 0 0 32px;
  }
}
.p-interview__detail--item:last-child {
  margin: 0;
}
.p-interview__detail--item .question {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px), print {
  .p-interview__detail--item .question {
    font-size: 1rem;
    margin: 0 0 8px;
  }
}
.p-interview__detail--item .answer {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px), print {
  .p-interview__detail--item .answer {
    font-size: 0.875rem;
  }
}

/* ==========================================================
!News
========================================================== */
.p-lowermv {
  background: #F9F9F9;
}
.p-lowermv .l-inner {
  position: relative;
  padding: 120px 4% 45px;
}
.p-lowermv .l-inner:after {
  background: url(/corp/common/img/common/ico/ico_lowermv.svg) no-repeat;
  background-size: 100%;
  content: "";
  width: 124px;
  height: 120px;
  position: absolute;
  bottom: -50px;
  right: -30px;
  z-index: 99;
}
.p-lowermv .l-inner h1 {
  font-size: 3.75rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin: 0 0 8px;
}
@media only screen and (min-width: 769px), print {
  .p-lowermv .l-inner h1 {
    font-size: 4.66562986vw;
  }
}
@media only screen and (max-width: 768px), print {
  .p-lowermv .l-inner h1 {
    font-size: 3rem;
  }
}
.p-lowermv .l-inner .ruby {
  color: #A1CE64;
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .p-lowermv .l-inner .ruby {
    font-size: 1.7107309487vw;
  }
}
@media only screen and (max-width: 768px), print {
  .p-lowermv .l-inner .ruby {
    font-size: 1.125rem;
  }
}

/* ==========================================================
!Corp
========================================================== */
.p-corp__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1286px;
  padding: 0 4%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px), print {
  .p-corp__index {
    display: block;
  }
}
.p-corp__index .p-sec__index .l-inner {
  padding: 0;
}
.p-corp__service {
  position: relative;
  padding: 0 0 40px;
  margin: 0 0 160px;
}
@media only screen and (max-width: 768px), print {
  .p-corp__service {
    margin: 0 0 60px;
  }
}
.p-corp__service:before {
  background: #F9F9F9;
  content: "";
  display: block;
  width: 90%;
  height: calc(100% - 50px);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px), print {
  .p-corp__service:before {
    height: calc(100% - 40px);
  }
}
.p-corp__service .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4%;
}
@media only screen and (max-width: 768px), print {
  .p-corp__service .l-inner {
    display: block;
  }
}
.p-corp__service .l-inner h2 {
  width: 100%;
  margin: 0 0 20px;
}
.p-corp__service .l-inner .txtbox {
  width: 50%;
}
@media only screen and (max-width: 768px), print {
  .p-corp__service .l-inner .txtbox {
    width: 100%;
  }
}
.p-corp__service .l-inner .txtbox p {
  line-height: 2.5;
  margin: 0 0 32px;
}
.p-corp__service .l-inner .txtbox p.caution {
  font-size: 0.75rem;
}
.p-corp__service .l-inner .txtbox p:last-child {
  margin: 0;
}
.p-corp__service .l-inner .imgbox {
  width: 44%;
  margin: 0 0 0 6%;
}
@media only screen and (max-width: 768px), print {
  .p-corp__service .l-inner .imgbox {
    width: 100%;
    margin: 0 0 20px;
  }
}
.p-corp__service .l-inner .imgbox img {
  display: block;
  width: 100%;
}

/* ==========================================================
!News
========================================================== */
.p-infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
}
.p-infoList--item {
  width: 23.5%;
  margin: 0 2% 32px 0;
}
.p-infoList--item:nth-child(4n) {
  margin: 0 0 32px;
}
@media only screen and (max-width: 1024px), print {
  .p-infoList--item {
    width: 48%;
    margin: 0 4% 32px 0;
  }
  .p-infoList--item:nth-child(2n) {
    margin: 0 0 32px;
  }
}
@media only screen and (max-width: 768px), print {
  .p-infoList--item {
    width: 100%;
    margin: 0 0 16px;
  }
  .p-infoList--item:nth-child(2n) {
    margin: 0 0 16px;
  }
}
.p-infoList--item .c-btn {
  padding: 7px 1em;
}

/*
 * cmn_style.css
 */
/* ==========================================================
!Link
========================================================== */
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:active, a:focus {
  color: #333333;
}

a[target=_blank]:after {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin: 0 0 0 4px;
  padding: 0 13px 0 0;
  vertical-align: bottom;
  background-size: contain;
}

/* ==========================================================
!Base Fonts
========================================================== */
.u-fwN {
  font-weight: normal;
}

.u-fwB {
  font-weight: bold;
}

.u-fzSS {
  font-size: 75%;
}

/* base 16px -> 12px */
.u-fzS {
  font-size: 88%;
}

/* base 16px -> 14px */
.u-fzM {
  font-size: 100%;
}

.u-fzL {
  font-size: 113%;
}

/* base 16px -> 18px */
.u-fzLL {
  font-size: 125%;
}

/* base 16px -> 20px */
.u-fzLLL {
  font-size: 138%;
}

/* base 16px -> 22px */
sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: baseline;
}

/* ==========================================================
!iframe youtube googlemap
========================================================== */
.u-youtube,
.u-googlemap {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.u-youtube::before,
.u-googlemap::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.u-youtube iframe,
.u-youtube video,
.u-googlemap iframe,
.u-googlemap video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================
!Inline Align
========================================================== */
.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

.u-blockC {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

* html .u-blockC {
  margin-right: 0;
  margin-left: 0;
}

.u-blockR {
  margin-left: auto;
  text-align: left;
}

* html .u-blockR {
  margin-left: 0;
}

/* 親を超える子
------------------------------------ */
.u-side-over-width {
  margin-left: calc(586px - 50vw);
  margin-right: calc(586px - 50vw);
}

.u-side-over-width-content {
  margin-left: 0 calc(586px - 50vw);
  margin-right: 0 calc(586px - 50vw);
  padding-left: 0 calc(50vw - 586px);
  padding-right: 0 calc(50vw - 586px);
}

.u-over-width {
  margin-left: calc(50% - 50vw + 10px);
  margin-right: calc(50% - 50vw + 10px);
}

.u-over-width-content {
  margin-left: calc(50% - 50vw + 10px);
  margin-right: calc(50% - 50vw + 10px);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

/* どのdisplayで表示させるか
------------------------------------ */
/* 768px以下（SP） */
@media only screen and (max-width: 768px), print {
  .u-sp {
    display: inline-block;
  }
  .u-pc {
    display: none;
  }
}
/* 768px以上（タブレット） */
@media only screen and (min-width: 769px), print {
  .u-sp {
    display: none;
  }
  .u-pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 1400px), print {
  .u-large {
    display: none;
  }
}
@media only screen and (max-width: 1024px), print {
  .u-middle {
    display: none;
  }
}
/* ==========================================================
!Width
========================================================== */
/* 960px Grid */
.u-w960 {
  width: 960px;
}

.u-w800 {
  width: 800px;
}

.u-w640 {
  width: 640px;
}

.u-w480 {
  width: 480px;
}

.u-w320 {
  width: 320px;
}

.u-w160 {
  width: 160px;
}

.u-wHalf {
  width: 48%;
}

.u-wTri {
  width: 33%;
}

.u-wQuart {
  width: 24%;
}

.u-wFull {
  width: 99.9%;
}

.u-wMax {
  width: 100%;
}

.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

/* ==========================================================
!Floats
========================================================== */
.u-flL {
  display: inline;
  float: left;
}

.u-flR {
  display: inline;
  float: right;
}

.u-flImgL {
  display: inline;
  float: left;
  margin-right: 10px;
}

.u-flImgR {
  display: inline;
  float: right;
  margin-left: 10px;
}

.u-ftBox {
  overflow: hidden;
  *zoom: 1;
}

/* ==========================================================
!Tools
========================================================== */
.u-clear {
  clear: both;
}

.u-block {
  display: block;
}

.u-hide {
  display: none;
}

.u-bgN {
  background: none !important;
}

.u-tdU {
  text-decoration: underline;
}

.u-tdN {
  text-decoration: none;
}

/* ==========================================================
!JavaScript
========================================================== */
.over {
  /* ロールオーバー呼び出し用 */
}

.scroll {
  /* サイト内リンク以外のスムーススクロール呼び出し用 */
}

/* ==========================================================
!Margin
========================================================== */
.u-mt00 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 0.5% !important;
}

.u-mt10 {
  margin-top: 1% !important;
}

.u-mt15 {
  margin-top: 1.5% !important;
}

.u-mt20 {
  margin-top: 2% !important;
}

.u-mt25 {
  margin-top: 2.5% !important;
}

.u-mt30 {
  margin-top: 3% !important;
}

.u-mt35 {
  margin-top: 3.5% !important;
}

.u-mt40 {
  margin-top: 4% !important;
}

.u-mt45 {
  margin-top: 4.5% !important;
}

.u-mt50 {
  margin-top: 5% !important;
}

.u-mt55 {
  margin-top: 5.5% !important;
}

.u-mt60 {
  margin-top: 6% !important;
}

.u-mt65 {
  margin-top: 6.5% !important;
}

.u-mt70 {
  margin-top: 7% !important;
}

.u-mt75 {
  margin-top: 7.5% !important;
}

.u-mt80 {
  margin-top: 8% !important;
}

.u-mt85 {
  margin-top: 8.5% !important;
}

.u-mt90 {
  margin-top: 9% !important;
}

.u-mt95 {
  margin-top: 9.5% !important;
}

.u-mt100 {
  margin-top: 10% !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr05 {
  margin-right: 0.5% !important;
}

.u-mr10 {
  margin-right: 1% !important;
}

.u-mr15 {
  margin-right: 1.5% !important;
}

.u-mr20 {
  margin-right: 2% !important;
}

.u-mr25 {
  margin-right: 2.5% !important;
}

.u-mr30 {
  margin-right: 3% !important;
}

.u-mr35 {
  margin-right: 3.5% !important;
}

.u-mr40 {
  margin-right: 4% !important;
}

.u-mr45 {
  margin-right: 4.5% !important;
}

.u-mr50 {
  margin-right: 5% !important;
}

.u-mr55 {
  margin-right: 5.5% !important;
}

.u-mr60 {
  margin-right: 6% !important;
}

.u-mr65 {
  margin-right: 6.5% !important;
}

.u-mr70 {
  margin-right: 7% !important;
}

.u-mr75 {
  margin-right: 7.5% !important;
}

.u-mr80 {
  margin-right: 8% !important;
}

.u-mr85 {
  margin-right: 8.5% !important;
}

.u-mr90 {
  margin-right: 9% !important;
}

.u-mr95 {
  margin-right: 9.5% !important;
}

.u-mr100 {
  margin-right: 10% !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 0.5% !important;
}

.u-mb10 {
  margin-bottom: 1% !important;
}

.u-mb15 {
  margin-bottom: 1.5% !important;
}

.u-mb20 {
  margin-bottom: 2% !important;
}

.u-mb25 {
  margin-bottom: 2.5% !important;
}

.u-mb30 {
  margin-bottom: 3% !important;
}

.u-mb35 {
  margin-bottom: 3.5% !important;
}

.u-mb40 {
  margin-bottom: 4% !important;
}

.u-mb45 {
  margin-bottom: 4.5% !important;
}

.u-mb50 {
  margin-bottom: 5% !important;
}

.u-mb55 {
  margin-bottom: 5.5% !important;
}

.u-mb60 {
  margin-bottom: 6% !important;
}

.u-mb65 {
  margin-bottom: 6.5% !important;
}

.u-mb70 {
  margin-bottom: 7% !important;
}

.u-mb75 {
  margin-bottom: 7.5% !important;
}

.u-mb80 {
  margin-bottom: 8% !important;
}

.u-mb85 {
  margin-bottom: 8.5% !important;
}

.u-mb90 {
  margin-bottom: 9% !important;
}

.u-mb95 {
  margin-bottom: 9.5% !important;
}

.u-mb100 {
  margin-bottom: 10% !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml05 {
  margin-left: 0.5% !important;
}

.u-ml10 {
  margin-left: 1% !important;
}

.u-ml15 {
  margin-left: 1.5% !important;
}

.u-ml20 {
  margin-left: 2% !important;
}

.u-ml25 {
  margin-left: 2.5% !important;
}

.u-ml30 {
  margin-left: 3% !important;
}

.u-ml35 {
  margin-left: 3.5% !important;
}

.u-ml40 {
  margin-left: 4% !important;
}

.u-ml45 {
  margin-left: 4.5% !important;
}

.u-ml50 {
  margin-left: 5% !important;
}

.u-ml55 {
  margin-left: 5.5% !important;
}

.u-ml60 {
  margin-left: 6% !important;
}

.u-ml65 {
  margin-left: 6.5% !important;
}

.u-ml70 {
  margin-left: 7% !important;
}

.u-ml75 {
  margin-left: 7.5% !important;
}

.u-ml80 {
  margin-left: 8% !important;
}

.u-ml85 {
  margin-left: 8.5% !important;
}

.u-ml90 {
  margin-left: 9% !important;
}

.u-ml95 {
  margin-left: 9.5% !important;
}

.u-ml100 {
  margin-left: 10% !important;
}

/* ==========================================================
!Padding
========================================================== */
.u-pt00 {
  padding-top: 0 !important;
}

.u-pt05 {
  padding-top: 0.5% !important;
}

.u-pt10 {
  padding-top: 1% !important;
}

.u-pt15 {
  padding-top: 1.5% !important;
}

.u-pt20 {
  padding-top: 2% !important;
}

.u-pt25 {
  padding-top: 2.5% !important;
}

.u-pt30 {
  padding-top: 3% !important;
}

.u-pt35 {
  padding-top: 3.5% !important;
}

.u-pt40 {
  padding-top: 4% !important;
}

.u-pt45 {
  padding-top: 4.5% !important;
}

.u-pt50 {
  padding-top: 5% !important;
}

.u-pt55 {
  padding-top: 5.5% !important;
}

.u-pt60 {
  padding-top: 6% !important;
}

.u-pt65 {
  padding-top: 6.5% !important;
}

.u-pt70 {
  padding-top: 7% !important;
}

.u-pt75 {
  padding-top: 7.5% !important;
}

.u-pt80 {
  padding-top: 8% !important;
}

.u-pt85 {
  padding-top: 8.5% !important;
}

.u-pt90 {
  padding-top: 9% !important;
}

.u-pt95 {
  padding-top: 9.5% !important;
}

.u-pt100 {
  padding-top: 10% !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr05 {
  padding-right: 0.5% !important;
}

.u-pr10 {
  padding-right: 1% !important;
}

.u-pr15 {
  padding-right: 1.5% !important;
}

.u-pr20 {
  padding-right: 2% !important;
}

.u-pr25 {
  padding-right: 2.5% !important;
}

.u-pr30 {
  padding-right: 3% !important;
}

.u-pr35 {
  padding-right: 3.5% !important;
}

.u-pr40 {
  padding-right: 4% !important;
}

.u-pr45 {
  padding-right: 4.5% !important;
}

.u-pr50 {
  padding-right: 5% !important;
}

.u-pr55 {
  padding-right: 5.5% !important;
}

.u-pr60 {
  padding-right: 6% !important;
}

.u-pr65 {
  padding-right: 6.5% !important;
}

.u-pr70 {
  padding-right: 7% !important;
}

.u-pr75 {
  padding-right: 7.5% !important;
}

.u-pr80 {
  padding-right: 8% !important;
}

.u-pr85 {
  padding-right: 8.5% !important;
}

.u-pr90 {
  padding-right: 9% !important;
}

.u-pr95 {
  padding-right: 9.5% !important;
}

.u-pr100 {
  padding-right: 10% !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb05 {
  padding-bottom: 0.5% !important;
}

.u-pb10 {
  padding-bottom: 1% !important;
}

.u-pb15 {
  padding-bottom: 1.5% !important;
}

.u-pb20 {
  padding-bottom: 2% !important;
}

.u-pb25 {
  padding-bottom: 2.5% !important;
}

.u-pb30 {
  padding-bottom: 3% !important;
}

.u-pb35 {
  padding-bottom: 3.5% !important;
}

.u-pb40 {
  padding-bottom: 4% !important;
}

.u-pb45 {
  padding-bottom: 4.5% !important;
}

.u-pb50 {
  padding-bottom: 5% !important;
}

.u-pb55 {
  padding-bottom: 5.5% !important;
}

.u-pb60 {
  padding-bottom: 6% !important;
}

.u-pb65 {
  padding-bottom: 6.5% !important;
}

.u-pb70 {
  padding-bottom: 7% !important;
}

.u-pb75 {
  padding-bottom: 7.5% !important;
}

.u-pb80 {
  padding-bottom: 8% !important;
}

.u-pb85 {
  padding-bottom: 8.5% !important;
}

.u-pb90 {
  padding-bottom: 9% !important;
}

.u-pb95 {
  padding-bottom: 9.5% !important;
}

.u-pb100 {
  padding-bottom: 10% !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl05 {
  padding-left: 0.5% !important;
}

.u-pl10 {
  padding-left: 1% !important;
}

.u-pl15 {
  padding-left: 1.5% !important;
}

.u-pl20 {
  padding-left: 2% !important;
}

.u-pl25 {
  padding-left: 2.5% !important;
}

.u-pl30 {
  padding-left: 3% !important;
}

.u-pl35 {
  padding-left: 3.5% !important;
}

.u-pl40 {
  padding-left: 4% !important;
}

.u-pl45 {
  padding-left: 4.5% !important;
}

.u-pl50 {
  padding-left: 5% !important;
}

.u-pl55 {
  padding-left: 5.5% !important;
}

.u-pl60 {
  padding-left: 6% !important;
}

.u-pl65 {
  padding-left: 6.5% !important;
}

.u-pl70 {
  padding-left: 7% !important;
}

.u-pl75 {
  padding-left: 7.5% !important;
}

.u-pl80 {
  padding-left: 8% !important;
}

.u-pl85 {
  padding-left: 8.5% !important;
}

.u-pl90 {
  padding-left: 9% !important;
}

.u-pl95 {
  padding-left: 9.5% !important;
}

.u-pl100 {
  padding-left: 10% !important;
}

/* CSSコード */
/* リセットCSS */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* 実線 */
.hr1 {
  border-top: 1px solid #aaa;
}

/* 2024/07/2追加(本番にのみ反映済) */
.p-recruit-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.p-recruit-btn > li {
  width: 50%;
}
.p-recruit-btn > li + li {
  margin-left: 15px;
}
.p-recruit-btn .c-btn--entry {
  padding: 5px;
}
@media ( min-width : 768px ) {
  .p-recruit-btn {
    display: none;
  }
}

/* 2025.06.26　代表の写真サイズ調整 */
.c-sec.message .c-sec__column--img {
    width: 60%;
}
.c-sec.message .c-sec__column.is-right .c-sec__column--img span {
    margin-right: 0;
}
.c-sec.message .c-sec__column--img span {
    margin-left: 0;
}
.c-sec.message .c-sec__column.is-right .c-sec__column--img span img {
    margin: 0;
}
.c-sec.message .c-sec__column--img span img {
    max-width: 500px;
}
.c-sec.message .c-sec__column.is-right .c-sec__column--txt {
    margin: 0;
}
.c-sec.message .c-sec__column--txt {
    width: 40%;
}
@media only screen and (max-width: 768px) {
	.c-sec.message .c-sec__column--txt {
			width: 100%;
	}
}
/*
 * style.css
 */