@charset "UTF-8";
/* normalize */
/* normalize */
.c-btn a, .c-btn .a, .c-btn label {
  font-size: 1rem;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-out 0s;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #000000;
  background-color: #000000;
  min-width: 300px;
  min-height: 60px;
  padding: 10px;
}
.c-btn a span, .c-btn a input, .c-btn a button, .c-btn .a span, .c-btn .a input, .c-btn .a button, .c-btn label span, .c-btn label input, .c-btn label button {
  color: #FFFFFF;
  font-size: 1.5rem;
  border: 0 !important;
  background-color: transparent;
  position: relative;
}
.c-btn a:hover, .c-btn .a:hover, .c-btn label:hover {
  opacity: 1;
  background-color: #FFFFFF;
}
.c-btn a:hover span, .c-btn a:hover input, .c-btn a:hover button, .c-btn .a:hover span, .c-btn .a:hover input, .c-btn .a:hover button, .c-btn label:hover span, .c-btn label:hover input, .c-btn label:hover button {
  color: #000000;
}
.c-btn a .wpcf7-spinner, .c-btn .a .wpcf7-spinner, .c-btn label .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-btn a, .c-btn .a, .c-btn label {
    line-height: 1.5;
  }
  .c-btn a > *:first-child, .c-btn .a > *:first-child, .c-btn label > *:first-child {
    margin-top: -0.25em;
  }
  .c-btn a > *:last-child, .c-btn .a > *:last-child, .c-btn label > *:last-child {
    margin-bottom: -0.25em;
  }
}
@media screen and (min-width: 768px) {
  .c-btn a, .c-btn .a, .c-btn label {
    line-height: 1.5;
  }
  .c-btn a > *:first-child, .c-btn .a > *:first-child, .c-btn label > *:first-child {
    margin-top: -0.25em;
  }
  .c-btn a > *:last-child, .c-btn .a > *:last-child, .c-btn label > *:last-child {
    margin-bottom: -0.25em;
  }
}

.c-ttl, .c-ttl .h {
  font-weight: 700;
}
.c-ttl .sm, .c-ttl .md, .c-ttl .lg, .c-ttl .en, .c-ttl .ja {
  display: block;
}
.c-ttl .sm span, .c-ttl .md span, .c-ttl .lg span, .c-ttl .en span, .c-ttl .ja span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-ttl, .c-ttl .h {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .c-ttl .sm, .c-ttl .md, .c-ttl .lg, .c-ttl .en, .c-ttl .ja {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .c-ttl .sm > *:first-child, .c-ttl .md > *:first-child, .c-ttl .lg > *:first-child, .c-ttl .en > *:first-child, .c-ttl .ja > *:first-child {
    margin-top: -0.15em;
  }
  .c-ttl .sm > *:last-child, .c-ttl .md > *:last-child, .c-ttl .lg > *:last-child, .c-ttl .en > *:last-child, .c-ttl .ja > *:last-child {
    margin-bottom: -0.15em;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl, .c-ttl .h {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .c-ttl .sm, .c-ttl .md, .c-ttl .lg, .c-ttl .en, .c-ttl .ja {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .c-ttl .sm > *:first-child, .c-ttl .md > *:first-child, .c-ttl .lg > *:first-child, .c-ttl .en > *:first-child, .c-ttl .ja > *:first-child {
    margin-top: -0.25em;
  }
  .c-ttl .sm > *:last-child, .c-ttl .md > *:last-child, .c-ttl .lg > *:last-child, .c-ttl .en > *:last-child, .c-ttl .ja > *:last-child {
    margin-bottom: -0.25em;
  }
}

.c-txt {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .c-txt > * + * {
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
  .c-txt > * + * {
    margin-top: 2em;
  }
}

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

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style-type: none;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: transparent;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: normal;
  text-align: left;
}

a {
  text-decoration: underline;
  color: #002D54;
  transition: all 300ms ease-out 0s;
}
a:hover {
  opacity: 0.7;
}

.xs {
  font-size: .7em;
}

.s {
  font-size: .85em;
}

.l {
  font-size: 1.15em;
}

.xl {
  font-size: 1.3em;
}

.b {
  font-weight: 700;
}

.i {
  font-style: italic;
}

.maker {
  background: linear-gradient(transparent 40%, yellow 40%);
  padding-bottom: .25em;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  transition: all 1s ease;
}
.maker.is-active {
  background-size: 100% 100%;
}

.ff__gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.ff__mincho {
  font-family: "Noto Serif JP", serif;
}

.ff__en {
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .m {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }

  .m {
    font-size: 1.5rem;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
.w {
  width: 100%;
  min-width: 0;
  background-color: transparent;
}
.w::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .w {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .w {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .w_m {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .w_m {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .w_m {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 374px) {
  .w_m {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.g {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  /**
  		&.m-haln__left {
  			margin-left: 0;
  			margin-right: auto;
  		}
  		&.m-haln__right {
  			margin-left: auto;
  			margin-right: 0;
  		}
  **/
}
.g::after {
  content: "";
  display: block;
  clear: both;
}
.g.m-mxw__1030 {
  max-width: 1030px;
}
.g.m-mxw__1000 {
  max-width: 1000px;
}
.g.m-mxw__980 {
  max-width: 980px;
}
.g.m-mxw__920 {
  max-width: 920px;
}
.g.m-mxw__800 {
  max-width: 800px;
}
.g.m-mxw__720 {
  max-width: 720px;
}
.g.m-mxw__470 {
  max-width: 470px;
}
.g.m-mxw__390 {
  max-width: 390px;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.ir {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.t-fnt.m-lh__10 {
  line-height: 1;
}
.t-fnt.m-lh__11 {
  line-height: 1.1;
}
.t-fnt.m-lh__12 {
  line-height: 1.2;
}
.t-fnt.m-lh__15 {
  line-height: 1.5;
}
.t-fnt.m-lh__20 {
  line-height: 2;
}
.t-fnt.m-lh__25 {
  line-height: 2.5;
}
.t-fnt.m-fw__400 {
  font-weight: 400;
}
.t-fnt.m-fw__500 {
  font-weight: 500;
}
.t-fnt.m-fw__600 {
  font-weight: 600;
}
.t-fnt.m-fw__700 {
  font-weight: 700;
}
.t-fnt.m-ls__50 {
  letter-spacing: 0.05em;
}
.t-fnt.m-ls__100 {
  letter-spacing: 0.1em;
}
.t-fnt.m-ls__200 {
  letter-spacing: 0.2em;
}
.t-fnt.m-ls__400 {
  letter-spacing: 0.4em;
}
.t-fnt.m-ta__left {
  text-align: left;
}
.t-fnt.m-ta__center {
  text-align: center;
}
.t-fnt.m-ta__right {
  text-align: right;
}
.t-fnt.m-clr__body {
  color: #000000;
}
.t-fnt.m-clr__wt {
  color: #fff;
}
.t-fnt.m-clr__wt_thin {
  color: rgba(255, 255, 255, 0.3);
}
.t-fnt.m-clr__gy {
  color: #606060;
}
.t-fnt.m-clr__bl {
  color: #002D54;
}
.t-fnt.m-clr__bl2 {
  color: #074071;
}
@media screen and (max-width: 767px) {
  .t-fnt.m-fs__sp_12 {
    font-size: 1.2rem;
  }
  .t-fnt.m-fs__sp_15 {
    font-size: 1.5rem;
  }
  .t-fnt.m-fs__sp_16 {
    font-size: 1.6rem;
  }
  .t-fnt.m-fs__sp_18 {
    font-size: 1.8rem;
  }
  .t-fnt.m-fs__sp_20 {
    font-size: 2rem;
  }
  .t-fnt.m-fs__sp_24 {
    font-size: 2.4rem;
  }
  .t-fnt.m-fs__sp_28 {
    font-size: 2.8rem;
  }
  .t-fnt.m-fs__sp_30 {
    font-size: 3rem;
  }
  .t-fnt.m-fs__sp_34 {
    font-size: 3.4rem;
  }
  .t-fnt.m-fs__sp_40 {
    font-size: 4rem;
  }
  .t-fnt.m-fs__sp_48 {
    font-size: 4.8rem;
  }
  .t-fnt.m-fs__sp_53 {
    font-size: 5.3rem;
  }
  .t-fnt.m-fs__sp_70 {
    font-size: 7rem;
  }
  .t-fnt.m-lh__sp_25 {
    line-height: 2.5;
  }
  .t-fnt.m-ta__sp_center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .t-fnt.m-fs__pc_12 {
    font-size: 1.2rem;
  }
  .t-fnt.m-fs__pc_14 {
    font-size: 1.4rem;
  }
  .t-fnt.m-fs__pc_15 {
    font-size: 1.5rem;
  }
  .t-fnt.m-fs__pc_16 {
    font-size: 1.6rem;
  }
  .t-fnt.m-fs__pc_18 {
    font-size: 1.8rem;
  }
  .t-fnt.m-fs__pc_20 {
    font-size: 2rem;
  }
  .t-fnt.m-fs__pc_24 {
    font-size: 2.4rem;
  }
  .t-fnt.m-fs__pc_30 {
    font-size: 3rem;
  }
  .t-fnt.m-fs__pc_32 {
    font-size: 3.2rem;
  }
  .t-fnt.m-fs__pc_40 {
    font-size: 4rem;
  }
  .t-fnt.m-fs__pc_45 {
    font-size: 4.5rem;
  }
  .t-fnt.m-fs__pc_50 {
    font-size: 5rem;
  }
  .t-fnt.m-fs__pc_60 {
    font-size: 6rem;
  }
  .t-fnt.m-fs__pc_80 {
    font-size: 8rem;
  }
  .t-fnt.m-fs__pc_120 {
    font-size: 12rem;
  }
  .t-fnt.m-fs__pc_200 {
    font-size: 20rem;
  }
  .t-fnt.m-lh__pc_25 {
    line-height: 2.5;
  }
}

.t-bg.m-bk {
  background-color: #1E1E1E;
}
.t-bg.m-wt {
  background-color: #FFFFFF;
}
.t-bg.m-bl {
  background-color: #002D54;
}
.t-bg.m-bl2 {
  background-color: #074071;
}
.t-bg.m-bl_thin {
  background-color: #F3F7FA;
}
.t-bg.m-bl_gradation {
  background-image: linear-gradient(300deg, #074071, #0e7ad7);
}
.t-bg.m-frontAbout {
  background-image: url(../img/front/bg_101@2x.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.t-bg.m-frontProperties {
  background-image: url(../img/front/bg_201@2x.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 922px 745px;
}
.t-bg.m-asideContact {
  background-image: url(../img/common/bg_aside_contact@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.t-bg.m-numbers {
  background-image: url(../img/recruit/bg_100@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.t-bg.m-companyPhilosophy {
  background-image: url(../img/company/bg_201@2x.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .t-bg.m-frontProperties {
    background-size: 372px 300px;
  }
}

@media screen and (max-width: 767px) {
  .t-spc.m-mt__5l {
    margin-top: 50px;
  }
  .t-spc.m-mt__4l {
    margin-top: 50px;
  }
  .t-spc.m-mt__3l {
    margin-top: 40px;
  }
  .t-spc.m-mt__2l {
    margin-top: 40px;
  }
  .t-spc.m-mt__lg {
    margin-top: 40px;
  }
  .t-spc.m-mt__md {
    margin-top: 30px;
  }
  .t-spc.m-mt__sm {
    margin-top: 30px;
  }
  .t-spc.m-mt__2s {
    margin-top: 20px;
  }
  .t-spc.m-mt__3s {
    margin-top: 20px;
  }
  .t-spc.m-mt__4s {
    margin-top: 15px;
  }
  .t-spc.m-mt__5s {
    margin-top: 10px;
  }
  .t-spc.m-mt__l {
    margin-top: 34px;
  }
  .t-spc.m-mt__m {
    margin-top: 24px;
  }
  .t-spc.m-mb__5l {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__4l {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__3l {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__2l {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__lg {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__md {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__sm {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__2s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__3s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__4s {
    margin-bottom: 15px;
  }
  .t-spc.m-mb__5s {
    margin-bottom: 10px;
  }
  .t-spc.m-mb__l {
    margin-bottom: 34px;
  }
  .t-spc.m-mb__m {
    margin-bottom: 24px;
  }
  .t-spc.m-pt__7l {
    padding-top: 60px;
  }
  .t-spc.m-pt__6l {
    padding-top: 60px;
  }
  .t-spc.m-pt__5l {
    padding-top: 50px;
  }
  .t-spc.m-pt__4l {
    padding-top: 50px;
  }
  .t-spc.m-pt__3l {
    padding-top: 40px;
  }
  .t-spc.m-pt__2l {
    padding-top: 40px;
  }
  .t-spc.m-pt__lg {
    padding-top: 40px;
  }
  .t-spc.m-pt__md {
    padding-top: 30px;
  }
  .t-spc.m-pt__sm {
    padding-top: 30px;
  }
  .t-spc.m-pt__2s {
    padding-top: 20px;
  }
  .t-spc.m-pt__3s {
    padding-top: 20px;
  }
  .t-spc.m-pt__4s {
    padding-top: 15px;
  }
  .t-spc.m-pt__5s {
    padding-top: 10px;
  }
  .t-spc.m-pt__l {
    padding-top: 34px;
  }
  .t-spc.m-pt__m {
    padding-top: 24px;
  }
  .t-spc.m-pb__7l {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__6l {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__5l {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__4l {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__3l {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__2l {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__lg {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__md {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__sm {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__2s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__3s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__4s {
    padding-bottom: 15px;
  }
  .t-spc.m-pb__5s {
    padding-bottom: 10px;
  }
  .t-spc.m-pb__l {
    padding-bottom: 34px;
  }
  .t-spc.m-pb__m {
    padding-bottom: 24px;
  }
  .t-spc.m-mt__sp_5l {
    margin-top: 50px;
  }
  .t-spc.m-mt__sp_4l {
    margin-top: 50px;
  }
  .t-spc.m-mt__sp_3l {
    margin-top: 40px;
  }
  .t-spc.m-mt__sp_2l {
    margin-top: 40px;
  }
  .t-spc.m-mt__sp_lg {
    margin-top: 40px;
  }
  .t-spc.m-mt__sp_md {
    margin-top: 30px;
  }
  .t-spc.m-mt__sp_sm {
    margin-top: 30px;
  }
  .t-spc.m-mt__sp_2s {
    margin-top: 20px;
  }
  .t-spc.m-mt__sp_3s {
    margin-top: 20px;
  }
  .t-spc.m-mt__sp_4s {
    margin-top: 15px;
  }
  .t-spc.m-mt__sp_5s {
    margin-top: 10px;
  }
  .t-spc.m-mt__sp_l {
    margin-top: 34px;
  }
  .t-spc.m-mt__sp_m {
    margin-top: 24px;
  }
  .t-spc.m-mb__sp_5l {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__sp_4l {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__sp_3l {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__sp_2l {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__sp_lg {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__sp_md {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__sp_sm {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__sp_2s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__sp_3s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__sp_4s {
    margin-bottom: 15px;
  }
  .t-spc.m-mb__sp_5s {
    margin-bottom: 10px;
  }
  .t-spc.m-mb__sp_l {
    margin-bottom: 34px;
  }
  .t-spc.m-mb__sp_m {
    margin-bottom: 24px;
  }
  .t-spc.m-pt__sp_7l {
    padding-top: 60px;
  }
  .t-spc.m-pt__sp_6l {
    padding-top: 60px;
  }
  .t-spc.m-pt__sp_5l {
    padding-top: 50px;
  }
  .t-spc.m-pt__sp_4l {
    padding-top: 50px;
  }
  .t-spc.m-pt__sp_3l {
    padding-top: 40px;
  }
  .t-spc.m-pt__sp_2l {
    padding-top: 40px;
  }
  .t-spc.m-pt__sp_lg {
    padding-top: 40px;
  }
  .t-spc.m-pt__sp_md {
    padding-top: 30px;
  }
  .t-spc.m-pt__sp_sm {
    padding-top: 30px;
  }
  .t-spc.m-pt__sp_2s {
    padding-top: 20px;
  }
  .t-spc.m-pt__sp_3s {
    padding-top: 20px;
  }
  .t-spc.m-pt__sp_4s {
    padding-top: 15px;
  }
  .t-spc.m-pt__sp_5s {
    padding-top: 10px;
  }
  .t-spc.m-pt__sp_l {
    padding-top: 34px;
  }
  .t-spc.m-pt__sp_m {
    padding-top: 24px;
  }
  .t-spc.m-pb__sp_7l {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__sp_6l {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__sp_5l {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__sp_4l {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__sp_3l {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__sp_2l {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__sp_lg {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__sp_md {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__sp_sm {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__sp_2s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__sp_3s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__sp_4s {
    padding-bottom: 15px;
  }
  .t-spc.m-pb__sp_5s {
    padding-bottom: 10px;
  }
  .t-spc.m-pb__sp_l {
    padding-bottom: 34px;
  }
  .t-spc.m-pb__sp_m {
    padding-bottom: 24px;
  }
  .t-spc.m-pl__sp_2l {
    padding-left: 40px;
  }
  .t-spc.m-pl__sp_lg {
    padding-left: 30px;
  }
  .t-spc.m-pl__sp_md {
    padding-left: 20px;
  }
  .t-spc.m-pl__sp_sm {
    padding-left: 15px;
  }
  .t-spc.m-pr__sp_2l {
    padding-right: 40px;
  }
  .t-spc.m-pr__sp_lg {
    padding-right: 30px;
  }
  .t-spc.m-pr__sp_md {
    padding-right: 20px;
  }
  .t-spc.m-pr__sp_sm {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .t-spc.m-mt__5l {
    margin-top: 100px;
  }
  .t-spc.m-mt__4l {
    margin-top: 90px;
  }
  .t-spc.m-mt__3l {
    margin-top: 80px;
  }
  .t-spc.m-mt__2l {
    margin-top: 70px;
  }
  .t-spc.m-mt__lg {
    margin-top: 60px;
  }
  .t-spc.m-mt__md {
    margin-top: 50px;
  }
  .t-spc.m-mt__sm {
    margin-top: 40px;
  }
  .t-spc.m-mt__2s {
    margin-top: 30px;
  }
  .t-spc.m-mt__3s {
    margin-top: 20px;
  }
  .t-spc.m-mt__4s {
    margin-top: 15px;
  }
  .t-spc.m-mt__5s {
    margin-top: 10px;
  }
  .t-spc.m-mt__l {
    margin-top: 34px;
  }
  .t-spc.m-mt__m {
    margin-top: 24px;
  }
  .t-spc.m-mb__5l {
    margin-bottom: 100px;
  }
  .t-spc.m-mb__4l {
    margin-bottom: 90px;
  }
  .t-spc.m-mb__3l {
    margin-bottom: 80px;
  }
  .t-spc.m-mb__2l {
    margin-bottom: 70px;
  }
  .t-spc.m-mb__lg {
    margin-bottom: 60px;
  }
  .t-spc.m-mb__md {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__sm {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__2s {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__3s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__4s {
    margin-bottom: 15px;
  }
  .t-spc.m-mb__5s {
    margin-bottom: 10px;
  }
  .t-spc.m-mb__l {
    margin-bottom: 34px;
  }
  .t-spc.m-mb__m {
    margin-bottom: 24px;
  }
  .t-spc.m-pt__7l {
    padding-top: 120px;
  }
  .t-spc.m-pt__6l {
    padding-top: 110px;
  }
  .t-spc.m-pt__5l {
    padding-top: 100px;
  }
  .t-spc.m-pt__4l {
    padding-top: 90px;
  }
  .t-spc.m-pt__3l {
    padding-top: 80px;
  }
  .t-spc.m-pt__2l {
    padding-top: 70px;
  }
  .t-spc.m-pt__lg {
    padding-top: 60px;
  }
  .t-spc.m-pt__md {
    padding-top: 50px;
  }
  .t-spc.m-pt__sm {
    padding-top: 40px;
  }
  .t-spc.m-pt__2s {
    padding-top: 30px;
  }
  .t-spc.m-pt__3s {
    padding-top: 20px;
  }
  .t-spc.m-pt__4s {
    padding-top: 15px;
  }
  .t-spc.m-pt__5s {
    padding-top: 10px;
  }
  .t-spc.m-pt__l {
    padding-top: 34px;
  }
  .t-spc.m-pt__m {
    padding-top: 24px;
  }
  .t-spc.m-pb__7l {
    padding-bottom: 120px;
  }
  .t-spc.m-pb__6l {
    padding-bottom: 110px;
  }
  .t-spc.m-pb__5l {
    padding-bottom: 100px;
  }
  .t-spc.m-pb__4l {
    padding-bottom: 90px;
  }
  .t-spc.m-pb__3l {
    padding-bottom: 80px;
  }
  .t-spc.m-pb__2l {
    padding-bottom: 70px;
  }
  .t-spc.m-pb__lg {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__md {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__sm {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__2s {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__3s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__4s {
    padding-bottom: 15px;
  }
  .t-spc.m-pb__5s {
    padding-bottom: 10px;
  }
  .t-spc.m-pb__l {
    padding-bottom: 34px;
  }
  .t-spc.m-pb__m {
    padding-bottom: 24px;
  }
  .t-spc.m-mt__pc_5l {
    margin-top: 100px;
  }
  .t-spc.m-mt__pc_4l {
    margin-top: 90px;
  }
  .t-spc.m-mt__pc_3l {
    margin-top: 80px;
  }
  .t-spc.m-mt__pc_2l {
    margin-top: 70px;
  }
  .t-spc.m-mt__pc_lg {
    margin-top: 60px;
  }
  .t-spc.m-mt__pc_md {
    margin-top: 50px;
  }
  .t-spc.m-mt__pc_sm {
    margin-top: 40px;
  }
  .t-spc.m-mt__pc_2s {
    margin-top: 30px;
  }
  .t-spc.m-mt__pc_3s {
    margin-top: 20px;
  }
  .t-spc.m-mt__pc_4s {
    margin-top: 15px;
  }
  .t-spc.m-mt__pc_5s {
    margin-top: 10px;
  }
  .t-spc.m-mt__pc_l {
    margin-top: 34px;
  }
  .t-spc.m-mt__pc_m {
    margin-top: 24px;
  }
  .t-spc.m-mb__pc_5l {
    margin-bottom: 100px;
  }
  .t-spc.m-mb__pc_4l {
    margin-bottom: 90px;
  }
  .t-spc.m-mb__pc_3l {
    margin-bottom: 80px;
  }
  .t-spc.m-mb__pc_2l {
    margin-bottom: 70px;
  }
  .t-spc.m-mb__pc_lg {
    margin-bottom: 60px;
  }
  .t-spc.m-mb__pc_md {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__pc_sm {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__pc_2s {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__pc_3s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__pc_4s {
    margin-bottom: 15px;
  }
  .t-spc.m-mb__pc_5s {
    margin-bottom: 10px;
  }
  .t-spc.m-mb__pc_l {
    margin-bottom: 34px;
  }
  .t-spc.m-mb__pc_m {
    margin-bottom: 24px;
  }
  .t-spc.m-pt__pc_7l {
    padding-top: 120px;
  }
  .t-spc.m-pt__pc_6l {
    padding-top: 110px;
  }
  .t-spc.m-pt__pc_5l {
    padding-top: 100px;
  }
  .t-spc.m-pt__pc_4l {
    padding-top: 90px;
  }
  .t-spc.m-pt__pc_3l {
    padding-top: 80px;
  }
  .t-spc.m-pt__pc_2l {
    padding-top: 70px;
  }
  .t-spc.m-pt__pc_lg {
    padding-top: 60px;
  }
  .t-spc.m-pt__pc_md {
    padding-top: 50px;
  }
  .t-spc.m-pt__pc_sm {
    padding-top: 40px;
  }
  .t-spc.m-pt__pc_2s {
    padding-top: 30px;
  }
  .t-spc.m-pt__pc_3s {
    padding-top: 20px;
  }
  .t-spc.m-pt__pc_4s {
    padding-top: 15px;
  }
  .t-spc.m-pt__pc_5s {
    padding-top: 10px;
  }
  .t-spc.m-pt__pc_l {
    padding-top: 34px;
  }
  .t-spc.m-pt__pc_m {
    padding-top: 24px;
  }
  .t-spc.m-pb__pc_7l {
    padding-bottom: 120px;
  }
  .t-spc.m-pb__pc_6l {
    padding-bottom: 110px;
  }
  .t-spc.m-pb__pc_5l {
    padding-bottom: 100px;
  }
  .t-spc.m-pb__pc_4l {
    padding-bottom: 90px;
  }
  .t-spc.m-pb__pc_3l {
    padding-bottom: 80px;
  }
  .t-spc.m-pb__pc_2l {
    padding-bottom: 70px;
  }
  .t-spc.m-pb__pc_lg {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__pc_md {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__pc_sm {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__pc_2s {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__pc_3s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__pc_4s {
    padding-bottom: 15px;
  }
  .t-spc.m-pb__pc_5s {
    padding-bottom: 10px;
  }
  .t-spc.m-pb__pc_l {
    padding-bottom: 34px;
  }
  .t-spc.m-pb__pc_m {
    padding-bottom: 24px;
  }
  .t-spc.m-pl__pc_2l {
    padding-left: 70px;
  }
  .t-spc.m-pl__pc_lg {
    padding-left: 60px;
  }
  .t-spc.m-pl__pc_md {
    padding-left: 50px;
  }
  .t-spc.m-pl__pc_sm {
    padding-left: 40px;
  }
  .t-spc.m-pr__pc_2l {
    padding-right: 70px;
  }
  .t-spc.m-pr__pc_lg {
    padding-right: 60px;
  }
  .t-spc.m-pr__pc_md {
    padding-right: 50px;
  }
  .t-spc.m-pr__pc_sm {
    padding-right: 40px;
  }
}

.t-grid.m-flex__wrap, .t-grid.m-flex__wrap_reverse, .t-grid.m-flex__column, .t-grid.m-flex__column_reverse, .t-grid.m-flex__row, .t-grid.m-flex__row_reverse {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.t-grid.m-flex__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-grid.m-flex__wrap_reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.t-grid.m-flex__column {
  flex-direction: column;
  -ms-flex-direction: column;
}
.t-grid.m-flex__column_reverse {
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}
.t-grid.m-flex__row {
  flex-direction: row;
  -ms-flex-direction: row;
}
.t-grid.m-flex__row_reverse {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.t-grid.m-flex__left {
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.t-grid.m-flex__center {
  -ms-flex-pack: center;
  justify-content: center;
}
.t-grid.m-flex__right {
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.t-grid.m-flex__between {
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.t-grid.m-flex__around {
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.t-grid.m-flex__align_top {
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.t-grid.m-flex__align_middle {
  -ms-grid-row-align: center;
  align-items: center;
}
.t-grid.m-flex__align_bottom {
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.t-grid.m-hgt__auto > * > * {
  height: auto;
}
@media screen and (max-width: 767px) {
  .t-grid.m-flex__sp_wrap, .t-grid.m-flex__sp_wrap_reverse, .t-grid.m-flex__sp_column, .t-grid.m-flex__sp_column_reverse, .t-grid.m-flex__sp_row, .t-grid.m-flex__sp_row_reverse {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
  }
  .t-grid.m-flex__sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-grid.m-flex__sp_wrap_reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .t-grid.m-flex__sp_column {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .t-grid.m-flex__sp_column_reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .t-grid.m-flex__sp_row {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .t-grid.m-flex__sp_row_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .t-grid.m-flex__sp_left {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .t-grid.m-flex__sp_center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .t-grid.m-flex__sp_right {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .t-grid.m-flex__sp_between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .t-grid.m-flex__sp_around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .t-grid.m-flex__sp_align_top {
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .t-grid.m-flex__sp_align_middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .t-grid.m-flex__sp_align_bottom {
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .t-grid.m-col__sp_1-1_w > * {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .t-grid.m-col__sp_1-1_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__sp_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__sp_1-2_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__sp_1-4_w > * {
    flex: 0 1 25%;
    max-width: 25%;
  }
  .t-grid.m-col__sp_1-4_w > * > * {
    height: 100%;
  }
  .t-grid.m-spc_lr__sp_5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .t-grid.m-spc_lr__sp_5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .t-grid.m-spc_b__sp_5 {
    margin-bottom: -5px;
  }
  .t-grid.m-spc_b__sp_5 > * {
    padding-bottom: 5px;
  }
  .t-grid.m-spc_b__sp_10 {
    margin-bottom: -10px;
  }
  .t-grid.m-spc_b__sp_10 > * {
    padding-bottom: 10px;
  }
  .t-grid.m-spc_b__sp_40 {
    margin-bottom: -40px;
  }
  .t-grid.m-spc_b__sp_40 > * {
    padding-bottom: 40px;
  }
  .t-grid.m-spc_b__sp_60 {
    margin-bottom: -60px;
  }
  .t-grid.m-spc_b__sp_60 > * {
    padding-bottom: 60px;
  }
  .t-grid.m-hgt__sp_auto > * > * {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .t-grid.m-flex__pc_wrap, .t-grid.m-flex__pc_wrap_reverse, .t-grid.m-flex__pc_column, .t-grid.m-flex__pc_column_reverse, .t-grid.m-flex__pc_row, .t-grid.m-flex__pc_row_reverse {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
  }
  .t-grid.m-flex__pc_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-grid.m-flex__pc_wrap_reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .t-grid.m-flex__pc_column {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .t-grid.m-flex__pc_column_reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .t-grid.m-flex__pc_row {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .t-grid.m-flex__pc_row_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .t-grid.m-flex__pc_left {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .t-grid.m-flex__pc_center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .t-grid.m-flex__pc_right {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .t-grid.m-flex__pc_between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .t-grid.m-flex__pc_around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .t-grid.m-flex__pc_align_top {
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .t-grid.m-flex__pc_align_middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .t-grid.m-flex__pc_align_bottom {
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .t-grid.m-col__pc_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__pc_1-2_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-3_w > * {
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
  .t-grid.m-col__pc_1-3_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-4_w > * {
    flex: 0 1 25%;
    max-width: 25%;
  }
  .t-grid.m-col__pc_1-4_w > * > * {
    height: 100%;
  }
  .t-grid.m-spc_lr__pc_8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .t-grid.m-spc_lr__pc_8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .t-grid.m-spc_lr__pc_10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .t-grid.m-spc_lr__pc_10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .t-grid.m-spc_lr__pc_30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .t-grid.m-spc_lr__pc_30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .t-grid.m-spc_lr__pc_40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .t-grid.m-spc_lr__pc_40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .t-grid.m-spc_lr__pc_70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .t-grid.m-spc_lr__pc_70 > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .t-grid.m-spc_b__pc_8 {
    margin-bottom: -8px;
  }
  .t-grid.m-spc_b__pc_8 > * {
    padding-bottom: 8px;
  }
  .t-grid.m-spc_b__pc_40 {
    margin-bottom: -40px;
  }
  .t-grid.m-spc_b__pc_40 > * {
    padding-bottom: 40px;
  }
  .t-grid.m-spc_b__pc_60 {
    margin-bottom: -60px;
  }
  .t-grid.m-spc_b__pc_60 > * {
    padding-bottom: 60px;
  }
  .t-grid.m-spc_b__pc_80 {
    margin-bottom: -80px;
  }
  .t-grid.m-spc_b__pc_80 > * {
    padding-bottom: 80px;
  }
  .t-grid.m-spc_b__pc_110 {
    margin-bottom: -110px;
  }
  .t-grid.m-spc_b__pc_110 > * {
    padding-bottom: 110px;
  }
  .t-grid.m-hgt__pc_auto > * > * {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t-grid.m-flex__tb_wrap, .t-grid.m-flex__tb_wrap_reverse, .t-grid.m-flex__tb_column, .t-grid.m-flex__tb_column_reverse, .t-grid.m-flex__tb_row, .t-grid.m-flex__tb_row_reverse {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
  }
  .t-grid.m-flex__tb_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-grid.m-flex__tb_wrap_reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .t-grid.m-flex__tb_column {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .t-grid.m-flex__tb_column_reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .t-grid.m-flex__tb_row {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .t-grid.m-flex__tb_row_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .t-grid.m-flex__tb_left {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .t-grid.m-flex__tb_center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .t-grid.m-flex__tb_right {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .t-grid.m-flex__tb_between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .t-grid.m-flex__tb_around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .t-grid.m-flex__tb_align_top {
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .t-grid.m-flex__tb_align_middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .t-grid.m-flex__tb_align_bottom {
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .t-grid.m-hgt__tb_auto > * > * {
    height: auto;
  }
}

.l-breadcrumb ul {
  letter-spacing: -.4em;
}
.l-breadcrumb ul li {
  letter-spacing: normal;
  display: inline-block;
}
.l-breadcrumb ul li::after {
  content: "›";
  display: inline-block;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.l-breadcrumb ul li:last-child::after {
  display: none;
}
.l-breadcrumb a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-footer_nav a, .l-footer_nav2 a {
  text-decoration: none;
  color: #000000;
}
.l-footer_btm {
  border-top: solid 1px #DADADA;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 50px;
  }
  .l-footer .sign {
    text-align: center;
    padding-bottom: 50px;
  }
  .l-footer_about {
    display: inline-block;
    text-align: left;
  }
  .l-footer_nav, .l-footer_nav2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_i {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .l-footer_btm {
    padding-bottom: 130px;
  }
  .l-footer_nav li + li {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-copy {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .l-gNav {
    width: 100%;
  }
  .l-gNav_main {
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #002D54;
    display: none;
  }
  .l-gNav_main ul {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 15px 40px 30px;
  }
  .l-gNav_main li {
    padding: 0;
    border-bottom: solid 1px #273C68;
  }
  .l-gNav_main a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 15px 10px;
    position: relative;
  }
  .l-gNav_main a::after {
    content: "";
    display: block;
    width: 54px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 10px;
    border: solid 1px #FFFFFF;
    border-radius: 999px;
    background-image: url(../img/common/ico_btn_arrow_wt.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px 7px;
    transform: translate(0, -50%);
  }
  .l-gNav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #002D54;
  }
  .l-gNav_btn span {
    display: block;
    width: 22px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 1;
    transition: all 300ms ease-out 0s;
  }
  .l-gNav_btn span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 5px));
  }
  .l-gNav_btn span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .l-gNav_btn span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 5px));
  }
  .l-gNav_btn.is-open span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-gNav_btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-gNav_btn.is-open span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 992px) {
  .l-gNav ul {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .l-gNav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-gNav a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) and (min-width: 1201px) {
  .l-gNav ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .l-gNav li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  transition: all 300ms ease-out 0s;
}
.l-header.is-scroll {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
@media screen and (max-width: 991px) {
  .l-header_i {
    height: 60px;
    padding: 10px 60px 10px 15px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-header_logo img {
    display: block;
    height: 27px;
    width: auto;
  }
  .l-header_gNav {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 2;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .l-header_i {
    height: 120px;
    padding: 30px 30px 30px 30px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-header_logo img {
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .l-header_logo img {
    width: 200px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1201px) {
  .l-header_i {
    padding: 30px 45px 30px 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-headerFixedBtns {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-headerFixedBtns {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
  }
  .l-headerFixedBtns ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .l-headerFixedBtns a {
    width: 254px;
    height: 80px;
  }
}

.l-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.p-blog ul, .p-blog ol {
  list-style-position: inside;
}
.p-blog ul {
  list-style-type: disc;
}
.p-blog ol {
  list-style-type: decimal;
}
.p-blog li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-blog .nostyle {
  list-style-type: none;
}
.p-blog .nostyle li {
  padding-left: 0;
  text-indent: 0;
}
.p-blog a {
  color: #0089FF;
  text-decoration: underline;
}
.p-blog .aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.p-blog .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.p-blog .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.p-blog .entry-content::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-blog {
    line-height: 1.8;
  }
  .p-blog > * + * {
    margin-top: 15px;
  }
  .p-blog > div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-blog h2, .p-blog h3, .p-blog h4, .p-blog h5, .p-blog h6 {
    margin-top: 30px;
    line-height: 1.5;
  }
  .p-blog h1, .p-blog h2 {
    font-size: 2.4rem;
  }
  .p-blog h3 {
    font-size: 2.1rem;
  }
  .p-blog h4 {
    font-size: 1.9rem;
  }
  .p-blog h5 {
    font-size: 1.6rem;
  }
  .p-blog h6 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog {
    line-height: 2;
  }
  .p-blog > * + * {
    margin-top: 20px;
  }
  .p-blog > div {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-blog h2, .p-blog h3, .p-blog h4, .p-blog h5, .p-blog h6 {
    margin-top: 40px;
    line-height: 1.8;
  }
  .p-blog h1, .p-blog h2 {
    font-size: 3.2rem;
  }
  .p-blog h3 {
    font-size: 2.4rem;
  }
  .p-blog h4 {
    font-size: 2rem;
  }
  .p-blog h5 {
    font-size: 1.6rem;
  }
  .p-blog h6 {
    font-size: 1.5rem;
  }
}

.p-boxMap iframe {
  max-width: 100%;
}

.p-boxSlider {
  position: relative;
  max-width: none;
  width: calc(50vw + 50%);
}
@media screen and (max-width: 767px) {
  .p-boxSlider .slider-item {
    width: 270px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-boxSlider {
    padding-right: 10px;
  }
  .p-boxSlider .slider-item {
    width: 340px;
  }
}

.p-boxAnime .txt {
  width: max-content;
  animation: infiniteScroll 20s linear infinite;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-boxAnime {
    position: relative;
  }
  .p-boxAnime .txtbox {
    padding-top: 200px;
    padding-bottom: 200px;
    margin-bottom: -100px;
    position: relative;
    z-index: -1;
  }
  .p-boxAnime .txtbox .txt {
    opacity: .3;
  }
  .p-boxAnime .imgbox li {
    position: absolute;
    z-index: -2;
  }
  .p-boxAnime .img_001 {
    top: 50%;
    left: 0;
    transform: translate(0, calc(-70px - 80%));
    width: 65%;
    height: auto;
  }
  .p-boxAnime .img_002 {
    top: 50%;
    right: 0;
    transform: translate(0, -75%);
    width: 45%;
    height: auto;
  }
  .p-boxAnime .img_003 {
    bottom: 50%;
    left: 10vw;
    transform: translate(0, calc(35px + 90%));
    width: 55%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-boxAnime {
    position: relative;
  }
  .p-boxAnime .txtbox {
    padding-top: 450px;
    padding-bottom: 450px;
    margin-bottom: -250px;
    position: relative;
    z-index: -1;
  }
  .p-boxAnime .txtbox .txt {
    opacity: .3;
  }
  .p-boxAnime .imgbox li {
    position: absolute;
    z-index: -2;
  }
  .p-boxAnime .img_001 {
    top: 50%;
    left: 7.85714vw;
    transform: translate(0, calc(-100px - 100%));
    width: 48.28571%;
    height: auto;
  }
  .p-boxAnime .img_002 {
    top: 50%;
    right: 5vw;
    transform: translate(0, -75%);
    width: 34.14286%;
    height: auto;
  }
  .p-boxAnime .img_003 {
    bottom: 50%;
    left: 18.78571vw;
    transform: translate(0, calc(60px + 100%));
    width: 35.64286%;
    height: auto;
  }
}
@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 30px / 2));
  }
}
.p-boxRatio_1-1 {
  aspect-ratio: 1;
}

.p-boxCircle {
  border-radius: 9999px;
}

@media screen and (max-width: 767px) {
  .p-boxRow .imgbox {
    text-align: center;
  }
  .p-boxRow.m-benefit .imgbox {
    width: 25%;
  }
  .p-boxRow.m-benefit .txtbox {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .p-boxRow.m-esgs .imgbox {
    width: 38.54545%;
  }
  .p-boxRow.m-esgs .txtbox {
    width: 61.45455%;
  }
  .p-boxRow.m-message .imgbox {
    width: 40%;
  }
  .p-boxRow.m-message .txtbox {
    width: 60%;
  }
  .p-boxRow.m-features .imgbox {
    width: 36.36364%;
  }
  .p-boxRow.m-features .txtbox {
    width: 63.63636%;
  }
  .p-boxRow.m-sec .p-sec_h {
    width: 43.54545%;
  }
  .p-boxRow.m-sec .p-sec_c {
    width: 56.45455%;
  }
  .p-boxRow.m-benefit .imgbox {
    width: 29.56522%;
  }
  .p-boxRow.m-benefit .txtbox {
    width: 70.43478%;
  }
  .p-boxRow.m-frontService .p-sec_h {
    width: 59.09091%;
  }
  .p-boxRow.m-frontService .p-sec_c {
    width: 40.90909%;
  }
  .p-boxRow.m-frontNews .p-sec_h {
    width: 26.81818%;
  }
  .p-boxRow.m-frontNews .p-sec_c {
    width: 73.18182%;
  }
}

.p-boxSubDl {
  border-left: solid 1px #F3F0EA;
  padding-left: 30px;
}

.p-boxBorder {
  border: solid 1px #F3F0EA;
}

.p-boxShadow {
  box-shadow: 0 4px 30px rgba(0, 45, 84, 0.1);
}

.p-boxSliderMV {
  width: 100%;
  height: 100%;
}

.p-mvFront {
  position: relative;
}
.p-mvFront .catch {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}
.p-mvFront .catch dd {
  opacity: .4;
}
.p-mvFront .bg {
  width: 100%;
  height: 100%;
}
.p-mvFront .bg img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mvFront {
    height: calc(100vh);
  }
  .p-mvFront .catch {
    left: 15px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .p-mvFront {
    height: calc(100vh - 50px);
  }
  .p-mvFront .catch {
    padding-left: 7.85714%;
    transform: translate(0, -25%);
  }
}

@media screen and (min-width: 768px) {
  .p-sec .p-sec_row {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

.p-secBorderLeft_i {
  border-left: solid 1px #3C3C3C;
}
@media screen and (max-width: 767px) {
  .p-secBorderLeft_i {
    padding: 10px 0 10px 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secBorderLeft_i {
    padding: 0 30px 10px 45px;
  }
}

.p-secFront2Col_w {
  position: relative;
  z-index: 2;
}
.p-secFront2Col a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-secFront2Col_i {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFront2Col_i {
    padding-top: 135px;
    padding-bottom: 100px;
  }
}

.p-secAsideContact_i {
  background-image: linear-gradient(123deg, #ffffff80, #ffffff4d);
}
@media screen and (max-width: 767px) {
  .p-secAsideContact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secAsideContact_i {
    padding: 40px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-secAsideContact {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .p-secAsideContact_i {
    padding-top: 90px;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-secAsideContact .p-secAsideContact_row {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-secIconLeft .p-secIconLeft_row {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

.p-secCircleNum_i {
  position: relative;
  padding: 70px 30px 40px;
}
.p-secCircleNum_h .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .p-secFrontAbout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontAbout {
    padding-top: 200px;
    padding-bottom: 520px;
  }
}

@media screen and (max-width: 767px) {
  .p-secFrontService {
    padding-top: 50px;
  }
  .p-secFrontService_c {
    margin-top: 30px;
  }
  .p-secFrontService .top {
    padding-bottom: 100px;
  }
  .p-secFrontService .btm {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontService {
    margin-top: -100px;
    padding-top: 100px;
  }
  .p-secFrontService_s {
    padding-bottom: 100px;
  }
  .p-secFrontService_c {
    padding-top: 3em;
  }
  .p-secFrontService .top {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-secFrontServiceSub_h .img {
    transform: translate(0, -50px);
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontServiceSub_h .img {
    transform: translate(0, -130px);
    margin-top: 130px;
    margin-bottom: -130px;
  }
}

@media screen and (max-width: 767px) {
  .p-secFrontProperties {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontProperties {
    padding-top: 150px;
  }
  .p-secFrontProperties_h .btn {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-secFrontNews {
    padding-top: 50px;
  }
  .p-secFrontNews_c {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontNews {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-secCompanyMessaga {
    padding-top: 50px;
  }
  .p-secCompanyMessaga .imgbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secCompanyMessaga {
    padding-top: 50px;
  }
  .p-secCompanyMessaga .txtbox {
    padding-right: 65px;
  }
  .p-secCompanyMessaga .txtbox .author {
    margin-top: 2em;
  }
  .p-secCompanyMessaga .imgbox {
    padding-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .p-secCompanyPhilosophy {
    padding-top: 50px;
  }
  .p-secCompanyPhilosophy_top {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secCompanyPhilosophy {
    padding-top: 120px;
  }
  .p-secCompanyPhilosophy_top {
    padding-bottom: 120px;
  }
}

.p-secCompanyPhilosophySub {
  position: relative;
}
.p-secCompanyPhilosophySub::before {
  content: "PURPOSE";
  color: #002D54;
  font-size: 18.1rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: rotate(90deg) translate(-50%, 0);
  transform-origin: left top;
  opacity: .31;
}
.p-secCompanyPhilosophySub_i {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-secCompanyPhilosophySub {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secCompanyPhilosophySub {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-secCompanyOutline {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secCompanyOutline {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-secCompanyAccess {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secCompanyAccess .mapbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secCompanyAccess {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-secEsgTop .imgbox {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secEsgTop {
    padding-top: 60px;
  }
  .p-secEsgTop .txtbox {
    padding-right: 65px;
  }
}

@media screen and (max-width: 767px) {
  .p-secEsgTop {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secEsgTop {
    padding-top: 60px;
  }
  .p-secEsgTop .txtbox {
    padding-right: 65px;
  }
}

@media screen and (max-width: 767px) {
  .p-secEsgMain {
    padding-top: 50px;
  }
  .p-secEsgMain:last-child {
    padding-bottom: 50px;
  }
  .p-secEsgMain .txtbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secEsgMain {
    padding-top: 170px;
  }
  .p-secEsgMain:nth-child(n+2) {
    padding-top: 100px;
  }
  .p-secEsgMain:last-child {
    padding-bottom: 120px;
  }
  .p-secEsgMain .txtbox {
    padding-left: 105px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceTop {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceTop {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceFeatures {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceFeatures {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceFeaturesSub {
    padding-top: 50px;
  }
  .p-secServiceFeaturesSub:first-child {
    padding-top: 0;
  }
  .p-secServiceFeaturesSub .txtbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceFeaturesSub + .p-secServiceFeaturesSub {
    margin-top: 40px;
  }
  .p-secServiceFeaturesSub .txtbox {
    padding-right: 100px;
  }
  .p-secServiceFeaturesSub_i[class*="_row_reverse"] .txtbox {
    padding-right: 0;
    padding-left: 100px;
  }
}

.p-secServiceRegeneration {
  position: relative;
}
.p-secServiceRegeneration::before {
  content: "REGENERATION";
  color: #002D54;
  font-size: 18.1rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: rotate(90deg) translate(-50%, 0);
  transform-origin: left top;
  opacity: .31;
}
.p-secServiceRegeneration_i {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-secServiceRegeneration {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceRegeneration {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceRegenerationSub {
    padding: 20px;
  }
  .p-secServiceRegenerationSub .txtbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceRegenerationSub {
    padding: 50px 70px;
  }
  .p-secServiceRegenerationSub .txtbox {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceHandling {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceHandling {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceHandlingSub + .p-secServiceHandlingSub {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceHandlingSub + .p-secServiceHandlingSub {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-secRecruitTop {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secRecruitTop_c {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitTop {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-secRecruitNumbers {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secRecruitNumbers_c {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitNumbers {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .p-secRecruitNumbers_c {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-secRecruitNumbersSub2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitNumbersSub2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-secRecruitBenefit {
    padding-top: 50px;
  }
  .p-secRecruitBenefit_s {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitBenefit {
    padding-top: 100px;
  }
  .p-secRecruitBenefit_s {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  .p-secRecruitBenefitSub_i {
    padding: 15px;
  }
  .p-secRecruitBenefitSub .txtbox {
    padding-left: 20px;
  }
  .p-secRecruitBenefitSub_h {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitBenefitSub_i {
    padding: 30px;
    min-height: 230px;
  }
  .p-secRecruitBenefitSub .txtbox {
    padding-left: 40px;
  }
  .p-secRecruitBenefitSub_h {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-secRecruitEducation {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitEducation {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .p-secRecruitRecruitment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitRecruitment {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-secPropertiesSubs > * + * {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secPropertiesSubs > * + * {
    margin-top: 60px;
  }
}

.c-icoMail::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  vertical-align: middle;
  background-image: url(../img/common/ico_mail_wt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-icoMail.m-bk::before {
  background-image: url(../img/common/ico_mail_bk.svg);
}
a:hover .c-icoMail.m-hover::before {
  background-image: url(../img/common/ico_mail_bk.svg);
}
a:hover .c-icoMail.m-hover.m-bk::before {
  background-image: url(../img/common/ico_mail_wt.svg);
}

.c-icoTel::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 19px;
  margin-right: 12px;
  vertical-align: middle;
  background-image: url(../img/common/ico_tel_wt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-icoTel.m-bk::before {
  background-image: url(../img/common/ico_tel_bk.svg);
}

.c-icoState {
  background-color: #000000;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-icoState {
    padding: 7px;
  }
}
@media screen and (min-width: 768px) {
  .c-icoState {
    padding: 15px;
  }
}

.c-icoCat {
  background-color: #002D54;
  color: #FFFFFF;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 999px;
}

.c-btn a:hover, .c-btn .a:hover, .c-btn label:hover {
  background-color: #000000;
}
.c-btn.m-bk a, .c-btn.m-bk .a, .c-btn.m-bk label {
  background-color: #000000;
}
.c-btn.m-bk a:hover, .c-btn.m-bk .a:hover, .c-btn.m-bk label:hover {
  background-color: #000000;
}
.c-btn.m-bk a:hover span, .c-btn.m-bk a:hover input, .c-btn.m-bk a:hover button, .c-btn.m-bk .a:hover span, .c-btn.m-bk .a:hover input, .c-btn.m-bk .a:hover button, .c-btn.m-bk label:hover span, .c-btn.m-bk label:hover input, .c-btn.m-bk label:hover button {
  color: #FFFFFF;
}
.c-btn.m-bl a, .c-btn.m-bl .a, .c-btn.m-bl label {
  background-color: #002D54;
}
.c-btn.m-bl a:hover, .c-btn.m-bl .a:hover, .c-btn.m-bl label:hover {
  background-color: #002D54;
}
.c-btn.m-bl a:hover span, .c-btn.m-bl a:hover input, .c-btn.m-bl a:hover button, .c-btn.m-bl .a:hover span, .c-btn.m-bl .a:hover input, .c-btn.m-bl .a:hover button, .c-btn.m-bl label:hover span, .c-btn.m-bl label:hover input, .c-btn.m-bl label:hover button {
  color: #FFFFFF;
}
.c-btn.m-ha__center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn.m-ha__sp_center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-btn.m-ha__pc_right {
    text-align: right;
  }
}

.c-btnArrowRound a, .c-btnArrowRound .a, .c-btnArrowRound label {
  background-color: transparent;
  border: 0;
  padding: 0;
  min-width: 0;
  min-height: 42px;
}
.c-btnArrowRound a span, .c-btnArrowRound a input, .c-btnArrowRound a button, .c-btnArrowRound .a span, .c-btnArrowRound .a input, .c-btnArrowRound .a button, .c-btnArrowRound label span, .c-btnArrowRound label input, .c-btnArrowRound label button {
  color: #000000;
}
.c-btnArrowRound a::after, .c-btnArrowRound .a::after, .c-btnArrowRound label::after {
  content: "";
  display: inline-block;
  width: 83px;
  height: 42px;
  border: solid 1px #8096A9;
  border-radius: 999px;
  margin-left: 22px;
  background-image: url(../img/common/ico_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 9px;
}
.c-btnArrowRound a:hover, .c-btnArrowRound .a:hover, .c-btnArrowRound label:hover {
  background-color: transparent;
}
.c-btnArrowRound.m-wide a, .c-btnArrowRound.m-wide .a, .c-btnArrowRound.m-wide label {
  width: 100%;
}
.c-btnArrowRound.m-wide a::after, .c-btnArrowRound.m-wide .a::after, .c-btnArrowRound.m-wide label::after {
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translate(0, -50%);
}
.c-btnArrowRound.m-list a, .c-btnArrowRound.m-list .a, .c-btnArrowRound.m-list label {
  padding: 20px;
  min-height: 70px;
  border: solid 1px #002D54;
  background-color: #FFFFFF;
}
.c-btnArrowRound.m-list a span, .c-btnArrowRound.m-list a input, .c-btnArrowRound.m-list a button, .c-btnArrowRound.m-list .a span, .c-btnArrowRound.m-list .a input, .c-btnArrowRound.m-list .a button, .c-btnArrowRound.m-list label span, .c-btnArrowRound.m-list label input, .c-btnArrowRound.m-list label button {
  color: #002D54;
}
.c-btnArrowRound.m-list a::after, .c-btnArrowRound.m-list .a::after, .c-btnArrowRound.m-list label::after {
  border-color: #002D54;
  background-image: url(../img/common/ico_btn_arrow_bl.svg);
  margin-left: 40px;
}
.c-btnArrowRound.m-list a:hover span, .c-btnArrowRound.m-list a:hover input, .c-btnArrowRound.m-list a:hover button, .c-btnArrowRound.m-list .a:hover span, .c-btnArrowRound.m-list .a:hover input, .c-btnArrowRound.m-list .a:hover button, .c-btnArrowRound.m-list label:hover span, .c-btnArrowRound.m-list label:hover input, .c-btnArrowRound.m-list label:hover button {
  color: #FFFFFF;
}
.c-btnArrowRound.m-list a:hover::after, .c-btnArrowRound.m-list .a:hover::after, .c-btnArrowRound.m-list label:hover::after {
  border-color: #FFFFFF;
  background-image: url(../img/common/ico_btn_arrow_wt.svg);
}
.c-btnArrowRound.m-list.is-active a, .c-btnArrowRound.m-list.is-active .a, .c-btnArrowRound.m-list.is-active label {
  background-color: #002D54;
}
.c-btnArrowRound.m-list.is-active a span, .c-btnArrowRound.m-list.is-active a input, .c-btnArrowRound.m-list.is-active a button, .c-btnArrowRound.m-list.is-active .a span, .c-btnArrowRound.m-list.is-active .a input, .c-btnArrowRound.m-list.is-active .a button, .c-btnArrowRound.m-list.is-active label span, .c-btnArrowRound.m-list.is-active label input, .c-btnArrowRound.m-list.is-active label button {
  color: #FFFFFF;
}
.c-btnArrowRound.m-list.is-active a::after, .c-btnArrowRound.m-list.is-active .a::after, .c-btnArrowRound.m-list.is-active label::after {
  border-color: #FFFFFF;
  background-image: url(../img/common/ico_btn_arrow_wt.svg);
}
.c-btnArrowRound.m-i a, .c-btnArrowRound.m-i .a, .c-btnArrowRound.m-i label {
  min-height: 45px;
}
.c-btnArrowRound.m-i a::after, .c-btnArrowRound.m-i .a::after, .c-btnArrowRound.m-i label::after {
  display: none;
}
.c-btnArrowRound.m-i a > i, .c-btnArrowRound.m-i .a > i, .c-btnArrowRound.m-i label > i {
  display: inline-block;
  width: 83px;
  height: 42px;
  border: solid 1px #8096A9;
  border-radius: 999px;
  margin-left: 22px;
  position: relative;
  transform: trnaslate(0, -2px);
  overflow: hidden;
}
.c-btnArrowRound.m-i a > i > *, .c-btnArrowRound.m-i .a > i > *, .c-btnArrowRound.m-i label > i > * {
  position: relative;
  z-index: 2;
}
.c-btnArrowRound.m-i a > i::before, .c-btnArrowRound.m-i .a > i::before, .c-btnArrowRound.m-i label > i::before {
  content: "";
  display: block;
  width: 220%;
  height: 100%;
  background-color: #002D54;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: skew(-20deg, 0) translate(-50%, -50%);
  transition: all 300ms ease-out 0s;
}
.c-btnArrowRound.m-i a > i::after, .c-btnArrowRound.m-i .a > i::after, .c-btnArrowRound.m-i label > i::after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/common/ico_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-btnArrowRound.m-i a:hover > i::before, .c-btnArrowRound.m-i .a:hover > i::before, .c-btnArrowRound.m-i label:hover > i::before {
  transform: skew(-30deg, 0) translate(50%, -50%);
}
.c-btnArrowRound.m-i a:hover > i::after, .c-btnArrowRound.m-i .a:hover > i::after, .c-btnArrowRound.m-i label:hover > i::after {
  background-image: url(../img/common/ico_btn_arrow_wt.svg);
}
.c-btnArrowRound.m-border a, .c-btnArrowRound.m-border .a, .c-btnArrowRound.m-border label {
  border-style: solid;
  border-width: 1px;
}
.c-btnArrowRound.m-lg a, .c-btnArrowRound.m-lg .a, .c-btnArrowRound.m-lg label {
  min-height: 100px;
}
.c-btnArrowRound.m-submit a, .c-btnArrowRound.m-submit .a, .c-btnArrowRound.m-submit label {
  min-height: 90px;
}
.c-btnArrowRound.m-wt a, .c-btnArrowRound.m-wt .a, .c-btnArrowRound.m-wt label {
  border-color: #FFFFFF;
}
.c-btnArrowRound.m-wt a span, .c-btnArrowRound.m-wt a input, .c-btnArrowRound.m-wt a button, .c-btnArrowRound.m-wt .a span, .c-btnArrowRound.m-wt .a input, .c-btnArrowRound.m-wt .a button, .c-btnArrowRound.m-wt label span, .c-btnArrowRound.m-wt label input, .c-btnArrowRound.m-wt label button {
  color: #FFFFFF;
}
.c-btnArrowRound.m-wt a::after, .c-btnArrowRound.m-wt .a::after, .c-btnArrowRound.m-wt label::after {
  border-color: #FFFFFF;
  background-image: url(../img/common/ico_btn_arrow_wt.svg);
}
.c-btnArrowRound.m-bl a, .c-btnArrowRound.m-bl .a, .c-btnArrowRound.m-bl label {
  border-color: #002D54;
  background-color: transparent;
}
.c-btnArrowRound.m-bl a span, .c-btnArrowRound.m-bl a input, .c-btnArrowRound.m-bl a button, .c-btnArrowRound.m-bl .a span, .c-btnArrowRound.m-bl .a input, .c-btnArrowRound.m-bl .a button, .c-btnArrowRound.m-bl label span, .c-btnArrowRound.m-bl label input, .c-btnArrowRound.m-bl label button {
  color: #002D54;
}
.c-btnArrowRound.m-bl a::after, .c-btnArrowRound.m-bl .a::after, .c-btnArrowRound.m-bl label::after {
  border-color: #002D54;
  background-image: url(../img/common/ico_btn_arrow_bl.svg);
}
.c-btnArrowRound.m-bl a:hover, .c-btnArrowRound.m-bl .a:hover, .c-btnArrowRound.m-bl label:hover {
  background-color: transparent;
}
.c-btnArrowRound.m-bl a:hover span, .c-btnArrowRound.m-bl a:hover input, .c-btnArrowRound.m-bl a:hover button, .c-btnArrowRound.m-bl .a:hover span, .c-btnArrowRound.m-bl .a:hover input, .c-btnArrowRound.m-bl .a:hover button, .c-btnArrowRound.m-bl label:hover span, .c-btnArrowRound.m-bl label:hover input, .c-btnArrowRound.m-bl label:hover button {
  color: #002D54;
}
.c-btnArrowRound.m-bg__bl a, .c-btnArrowRound.m-bg__bl .a, .c-btnArrowRound.m-bg__bl label {
  background-color: #002D54;
}
@media screen and (max-width: 767px) {
  .c-btnArrowRound a::after, .c-btnArrowRound .a::after, .c-btnArrowRound label::after {
    width: 64px;
    height: 32px;
  }
  .c-btnArrowRound.m-wide a::after, .c-btnArrowRound.m-wide .a::after, .c-btnArrowRound.m-wide label::after {
    right: 15px;
  }
  .c-btnArrowRound.m-lg a, .c-btnArrowRound.m-lg .a, .c-btnArrowRound.m-lg label {
    min-height: 70px;
  }
  .c-btnArrowRound.m-list a, .c-btnArrowRound.m-list .a, .c-btnArrowRound.m-list label {
    position: relative;
    padding-left: 30px;
    padding-right: 100px;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .c-btnArrowRound.m-list a::after, .c-btnArrowRound.m-list .a::after, .c-btnArrowRound.m-list label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }
}

.c-btnBorder a, .c-btnBorder .a, .c-btnBorder label {
  width: 100%;
  background-color: transparent;
}
.c-btnBorder a span, .c-btnBorder a input, .c-btnBorder a button, .c-btnBorder .a span, .c-btnBorder .a input, .c-btnBorder .a button, .c-btnBorder label span, .c-btnBorder label input, .c-btnBorder label button {
  color: #000000;
}

.c-btnHover a, .c-btnHover .a, .c-btnHover label {
  position: relative;
  overflow: hidden;
}
.c-btnHover a > *, .c-btnHover a::after, .c-btnHover .a > *, .c-btnHover .a::after, .c-btnHover label > *, .c-btnHover label::after {
  position: relative;
  z-index: 2;
}
.c-btnHover a::before, .c-btnHover .a::before, .c-btnHover label::before {
  content: "";
  display: block;
  width: 220%;
  height: 100%;
  background-color: #002D54;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: skew(-20deg, 0) translate(-50%, -50%);
  transition: all 300ms ease-out 0s;
}
.c-btnHover a:hover, .c-btnHover .a:hover, .c-btnHover label:hover {
  opacity: 1;
}
.c-btnHover a:hover::before, .c-btnHover .a:hover::before, .c-btnHover label:hover::before {
  transform: skew(-30deg, 0) translate(50%, -50%);
}
.c-btnHover.m-before__bk a::before, .c-btnHover.m-before__bk .a::before, .c-btnHover.m-before__bk label::before {
  background-color: #002D54;
}
.c-btnHover.m-before__bk00 a::before, .c-btnHover.m-before__bk00 .a::before, .c-btnHover.m-before__bk00 label::before {
  background-color: #000000;
}
.c-btnHover.m-before__bl a::before, .c-btnHover.m-before__bl .a::before, .c-btnHover.m-before__bl label::before {
  background-color: #004E92;
}
.c-btnHover.m-before__bl2 a::before, .c-btnHover.m-before__bl2 .a::before, .c-btnHover.m-before__bl2 label::before {
  background-color: #2C6FA8;
}

.c-btnPlane a, .c-btnPlane .a, .c-btnPlane label {
  min-width: 0;
  border: 0;
  background-color: transparent;
}
.c-btnPlane a span, .c-btnPlane a input, .c-btnPlane a button, .c-btnPlane .a span, .c-btnPlane .a input, .c-btnPlane .a button, .c-btnPlane label span, .c-btnPlane label input, .c-btnPlane label button {
  color: #000000;
}
.c-btnPlane a:hover, .c-btnPlane .a:hover, .c-btnPlane label:hover {
  background-color: transparent;
  opacity: 0.7;
}

.c-btnSingle a, .c-btnSingle .a, .c-btnSingle label {
  min-width: 390px;
  min-height: 90px;
}
.c-btnSingle a:hover span, .c-btnSingle a:hover input, .c-btnSingle a:hover button, .c-btnSingle .a:hover span, .c-btnSingle .a:hover input, .c-btnSingle .a:hover button, .c-btnSingle label:hover span, .c-btnSingle label:hover input, .c-btnSingle label:hover button {
  color: #FFFFFF;
}

.c-btnAsideContact a, .c-btnAsideContact .a, .c-btnAsideContact label {
  min-height: 90px;
}
.c-btnAsideContact a:hover span, .c-btnAsideContact a:hover input, .c-btnAsideContact a:hover button, .c-btnAsideContact .a:hover span, .c-btnAsideContact .a:hover input, .c-btnAsideContact .a:hover button, .c-btnAsideContact label:hover span, .c-btnAsideContact label:hover input, .c-btnAsideContact label:hover button {
  color: #FFFFFF;
}

.c-linkContactTel a {
  text-decoration: none;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.c-linkContactTel a > * {
  position: relative;
  z-index: 2;
}
.c-linkContactTel a::before {
  content: "";
  display: block;
}
.c-linkContactTel a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-linkContactTel a {
    min-height: 180px;
  }
}
@media screen and (min-width: 768px) {
  .c-linkContactTel a {
    min-height: 238px;
  }
}

.c-ttlTop .sm, .c-ttlTop .md, .c-ttlTop .lg, .c-ttlTop .ja, .c-ttlTop .en {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-ttlFrontAbout .ja {
    display: inline-block;
    vertical-align: top;
    line-height: 120px;
    position: absolute;
    transform: translate(0, -10%);
    margin-left: 30px;
  }
}

.c-ttlLowerTitle {
  background-image: url(../img/common/bg_lower_title@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-ttlLowerTitle::before, .c-ttlLowerTitle::after {
  content: "";
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-ttlLowerTitle::before {
    height: 100px;
  }
  .c-ttlLowerTitle::after {
    height: 50px;
  }
  .c-ttlLowerTitle .ttl {
    min-height: 60px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-ttlLowerTitle .ttl .ja + .en {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlLowerTitle::before {
    height: 120px;
  }
  .c-ttlLowerTitle::after {
    height: 50px;
  }
  .c-ttlLowerTitle .ttl {
    min-height: 200px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-ttlLowerTitle .ttl .ja + .en {
    margin-top: 10px;
  }
}

.c-ttlBorderLeft {
  border-left: solid 3px #074071;
}
.c-ttlBorderLeft.m-wt {
  border-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-ttlBorderLeft {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlBorderLeft {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 50px;
  }
}

.c-ttlNum .num > * {
  display: inline-block;
  position: relative;
}
.c-ttlNum .num > *::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #002D54;
  position: absolute;
  right: 5%;
  top: 55%;
  transform: translate(50%, 0%) rotate(-52deg);
}
@media screen and (max-width: 767px) {
  .c-ttlNum .num > *::after {
    width: 30px;
  }
}

.c-ttlCircle {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-ttlCircle {
    width: 70%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-ttlCircleNum .num {
  width: 90px;
  aspect-ratio: 1;
  border-radius: 999px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-txt ul, .c-txt ol {
  list-style-position: inside;
}
.c-txt ul {
  list-style-type: disc;
}
.c-txt ul.m-center {
  display: inline-block;
}
.c-txt ol {
  list-style-type: decimal;
}
.c-txt li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-txt .nostyle {
  list-style-type: none;
}
.c-txt .nostyle li {
  padding-left: 0;
  text-indent: 0;
}
.c-txt a {
  color: #0089FF;
  text-decoration: underline;
}

.c-imgWide img {
  width: 100%;
  height: auto;
  max-height: 555px;
  object-fit: cover;
}
.c-imgWide.m-sm img {
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .c-imgWide img {
    aspect-ratio: 1.618;
  }
}

.c-imgCircle {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-imgCircle img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .c-imgCircle img {
    width: 50px;
    height: 50px;
  }
}

.c-imgSampleCatch {
  width: 100%;
  aspect-ratio: 1.4978;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  background-color: #F3F0EA;
}

.c-form select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 400px;
  height: 45px;
  border: solid 1px #DADADA;
  padding: 10px;
  box-sizing: border-box;
  background-color: transparent;
  color: #000000;
  font-size: 1.5rem;
  background-color: #DADADA;
}
.c-form .select_w {
  position: relative;
}
.c-form .select_w::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-top-color: #000000;
  border-top-width: 8px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -2px);
}
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 300px;
  height: 45px;
  border: solid 1px #DADADA;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input[type="text"].lg,
.c-form input[type="email"].lg,
.c-form input[type="tel"].lg {
  max-width: 100%;
}
.c-form textarea {
  width: 100%;
  min-width: 100%;
  min-height: 150px;
  border: solid 1px #DADADA;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input::placeholder, .c-form textarea::placeholder {
  color: #DADADA;
}
.c-form input[type="checkbox"] {
  margin-right: 14px;
}
.c-form .privacy {
  text-indent: -1em;
  margin-top: 50px;
  text-align: center;
}
.c-form .privacy .wpcf7-list-item-label {
  display: none;
}
.c-form .wpcf7-not-valid-tip {
  white-space: nowrap;
}
.c-form .top-tip .wpcf7-not-valid-tip {
  transform: translate(0, -200%);
}
.c-form .radios li .wpcf7-not-valid-tip {
  display: none;
}
.c-form .radios li:last-child .wpcf7-not-valid-tip {
  display: block;
}
.c-form .checkboxs {
  display: inline-block;
  text-align: left;
}
.c-form .checkboxs .wpcf7-list-item-label {
  display: none;
}
.c-form .checkboxs .wpcf7-not-valid-tip {
  position: absolute;
}
.c-form .file_w {
  vertical-align: top;
  margin-top: 0;
}
.c-form .file_w + .file_w {
  margin-top: 10px;
}
.c-form .file_w input[type="file"] {
  display: none;
}
.c-form .file_w .fileLabel {
  display: inline-block;
  height: 45px;
  width: 236px;
  padding: 0 1em;
  line-height: 2;
  border: 0;
  background-color: #F3F3F3;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-form .file_w .filename {
  display: none;
  margin-left: 10px;
}
.c-form .file_w .filename .name {
  display: inline-block;
  margin-left: .25em;
  font-size: .8em;
}
.c-form .file_w .filename .reset {
  display: none;
  margin-left: .25em;
  font-size: .8em;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  border: solid 1px #000000;
  background-color: #000000;
  padding: 0 .3em 0 1.1em;
  vertical-align: baseline;
  border-radius: 4px;
}
.c-form .file_w .filename .reset::before, .c-form .file_w .filename .reset::after {
  content: "";
  width: .8em;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: .2em;
  margin-top: -.5px;
}
.c-form .file_w .filename .reset::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-form .file_w .filename .reset::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-form .file_w.is-changed .filename {
  display: block;
}
.c-form .file_w.is-changed .filename .reset {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-form input::placeholder, .c-form textarea::placeholder {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form .other-input > * {
    margin-top: 10px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .c-form .other-input > * label {
    padding-right: 1em;
  }
  .c-form .other-input > * .wpcf7-form-control-wrap:last-child {
    flex: 1;
  }
}

.c-listNews li {
  border-top: solid 1px #BEBEBE;
}
.c-listNews li:last-child {
  border-bottom: solid 1px #BEBEBE;
}
.c-listNews a {
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-listNews a {
    display: block;
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .c-listNews a {
    min-height: 94px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .c-listNews .date {
    width: 130px;
  }
  .c-listNews .title {
    flex: 1;
  }
}

.c-listPhilosophy li {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
}
.c-listPhilosophy li + li {
  margin-top: 3em;
}
.c-listPhilosophy .num {
  width: 3em;
}
.c-listPhilosophy .txt {
  flex: 1;
}
.c-listPhilosophy .sm, .c-listPhilosophy .md, .c-listPhilosophy .lg {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-listPhilosophy li + li {
    margin-top: 2em;
  }
}

.c-listProperties .imgbox {
  position: relative;
}
.c-listProperties .imgbox .state {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-listProperties .imgbox .img {
  overflow: hidden;
}
.c-listProperties .imgbox .img img {
  transition: all 300ms ease-out 0s;
}
.c-listProperties a {
  text-decoration: none;
}
.c-listProperties a:hover .imgbox img {
  transform: scale(1.1);
}
.c-listProperties .txtbox .cat {
  font-size: 1.2rem;
  font-weight: 400;
}
.c-listProperties .txtbox .ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-listProperties .imgbox + .txtbox {
  margin-top: calc(22px - .25em);
}
.c-listProperties .cat + .ttl {
  margin-top: calc(10px);
}
.c-listProperties .detail {
  margin-top: calc(25px - .25em);
}
.c-listProperties .txt {
  margin-top: calc(23px - .25em);
}

.c-listPaging {
  text-align: center;
}
.c-listPaging a, .c-listPaging span {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1.3;
  width: 55px;
  border-radius: 999px;
  border: solid 1px #002D54;
  text-decoration: none;
  color: #002D54;
  font-size: 1.8rem;
  margin-right: .4em;
}
.c-listPaging a:last-child, .c-listPaging span:last-child {
  margin-right: 0;
}
.c-listPaging .page, .c-listPaging .current {
  background-color: #FFFFFF;
}
.c-listPaging .page:hover, .c-listPaging .current:hover {
  opacity: 1;
  background-color: #002D54;
  color: #FFFFFF;
}
.c-listPaging .current {
  background-color: #002D54;
  color: #FFFFFF;
}
.c-listPaging .extend {
  width: auto;
  aspect-ratio: auto;
  border: 0;
}
.c-listPaging .previouspostslink, .c-listPaging .nextpostslink {
  background-image: url(../img/common/ico_btn_arrow_bl.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 10px;
  width: 20px;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
}
.c-listPaging .previouspostslink {
  transform: scaleX(-1);
  margin-right: 20px;
}
.c-listPaging .nextpostslink {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-listPaging a, .c-listPaging span {
    margin-right: .1em;
    width: 45px;
  }
  .c-listPaging .previouspostslink {
    margin-right: 10px;
  }
  .c-listPaging .nextpostslink {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-listCats a {
    width: 100%;
  }
}

.c-listPrevNext .post-nav {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-listPrevNext .post-nav > * {
  padding: 0 20px;
}
.c-listPrevNext .post-nav__prev, .c-listPrevNext .post-nav__next {
  white-space: nowrap;
}
.c-listPrevNext .post-nav__prev a, .c-listPrevNext .post-nav__next a {
  color: #000000;
  font-size: 1.8rem;
  text-decoration: none;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
}
.c-listPrevNext .post-nav__prev a::before, .c-listPrevNext .post-nav__next a::after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background-image: url(../img/common/ico_btn_arrow_next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 300ms ease-out 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-listPrevNext .post-nav__prev a::before {
  background-image: url(../img/common/ico_btn_arrow_prev.svg);
  margin-left: 0;
  margin-right: 20px;
}
.c-listPrevNext .post-nav__prev a:hover::before {
  transform: translate(-80%, -50%);
}
.c-listPrevNext .post-nav__next a:hover::after {
  transform: translate(-20%, -50%);
}
.c-listPrevNext.m-news .post-nav__prev a, .c-listPrevNext.m-news .post-nav__next a {
  width: 83px;
  height: 42px;
  border: solid 1px #8096A9;
  border-radius: 999px;
  text-indent: 999px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.c-listPrevNext.m-properties .post-nav__prev a::before, .c-listPrevNext.m-properties .post-nav__next a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background-image: url(../img/common/ico_btn_arrow_bl.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: static;
  margin: 0;
  transform: translate(0);
  margin-left: 20px;
}
.c-listPrevNext.m-properties .post-nav__prev a::before {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-listPrevNext .post-nav > * {
    padding: 0 7px;
  }
  .c-listPrevNext .post-nav__prev a, .c-listPrevNext .post-nav__next a {
    font-size: 1.3rem;
  }
  .c-listPrevNext .post-nav__prev a::before, .c-listPrevNext .post-nav__next a::after {
    width: 30px;
    height: 30px;
    background-size: 15px 7.5px;
    margin: 0 10px;
  }
  .c-listPrevNext .post-nav__next a::after {
    margin-left: 0;
  }
  .c-listPrevNext .post-nav__prev a::before {
    margin-right: 0;
  }
  .c-listPrevNext .btn a, .c-listPrevNext .btn .a {
    min-width: 160px;
    min-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-tableOutline table, .c-tableOutline thead, .c-tableOutline tbody, .c-tableOutline tr, .c-tableOutline th, .c-tableOutline td {
    display: block;
    width: 100%;
  }
  .c-tableOutline tr {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #F3F0EA;
  }
  .c-tableOutline tr:last-child {
    border-bottom: solid 1px #F3F0EA;
  }
  .c-tableOutline th {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .c-tableOutline th + td {
    margin-top: .3em;
  }
  .c-tableOutline.m-recruit th {
    font-size: 1.8rem;
  }
  .c-tableOutline.m-recruit th + td {
    margin-top: .7em;
  }
}
@media screen and (min-width: 768px) {
  .c-tableOutline table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .c-tableOutline th, .c-tableOutline td {
    font-weight: 400;
    font-size: 1.5rem;
    border-top: solid 1px #F3F0EA;
    border-bottom: solid 1px #F3F0EA;
    height: 100px;
    vertical-align: middle;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .c-tableOutline th {
    width: 180px;
    padding-right: 10px;
  }
}

.c-tableDetail table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 7px;
}
.c-tableDetail th {
  background-color: #F3F0EA;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  width: 73px;
  white-space: nowrap;
  vertical-align: middle;
}
.c-tableDetail td {
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .c-tableDetail.m-detail th, .c-tableDetail.m-detail td {
    padding: 5px;
  }
  .c-tableDetail.m-detail th {
    width: 100px;
    font-weight: 500;
    white-space: normal;
  }
  .c-tableDetail.m-detail td {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-tableDetail.m-detail table {
    border-spacing: 20px;
  }
  .c-tableDetail.m-detail th, .c-tableDetail.m-detail td {
    padding: 5px;
  }
  .c-tableDetail.m-detail th {
    width: 228px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .c-tableDetail.m-detail td {
    font-size: 1.5rem;
    padding-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  .c-tableForm table, .c-tableForm thead, .c-tableForm tbody, .c-tableForm tr, .c-tableForm th, .c-tableForm td {
    display: block;
  }
  .c-tableForm tr {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #606060;
  }
  .c-tableForm tr:last-child {
    border-bottom: solid 1px #606060;
  }
  .c-tableForm td {
    margin-top: 5px;
  }
  .c-tableForm .th > * {
    display: inline-block;
  }
  .c-tableForm .required {
    display: inline-block;
    color: red;
  }
}
@media screen and (min-width: 768px) {
  .c-tableForm th, .c-tableForm td {
    font-size: 1.5rem;
    font-weight: 400;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-tableForm th {
    width: 276px;
  }
  .c-tableForm th.content {
    vertical-align: top;
  }
  .c-tableForm td {
    padding-left: 40px;
  }
  .c-tableForm .th {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .c-tableForm .required {
    color: red;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .c-tableForm .radios li {
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  .js-swiper {
    padding-bottom: 45px;
  }
  .js-swiper .swiper-controller {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45px;
    display: block;
    width: 100%;
  }
  .js-swiper .swiper-horizontal > .swiper-pagination-bullets, .js-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .js-swiper .swiper-pagination-custom, .js-swiper .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: calc(100% - 100px);
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .js-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .js-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0);
  }
  .js-swiper .swiper-pagination-bullet {
    width: 100%;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1px));
    border-radius: 999px;
    background: #BEBEBE;
  }
  .js-swiper .swiper-pagination-bullet-active {
    width: 100%;
    background: #070707;
    background-size: 200%;
    background-position: left center;
  }
  .js-swiper .swiper-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
    display: -ms-inline-flexbox;
  }
  .js-swiper .swiper-buttons > * + * {
    margin-left: 7px;
  }
  .js-swiper .swiper-button-next, .js-swiper .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 44px;
  }
  .js-swiper .swiper-button-next::after, .js-swiper .swiper-button-prev::after {
    content: "";
    font-size: 2rem;
    color: #000000;
    color: #000000;
    background-image: url(../img/common/slider_arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 9px;
  }
  .js-swiper .swiper-button-next {
    border-left: solid 1px #000000;
    padding-left: 12px;
  }
  .js-swiper .swiper-button-next::after {
    background-image: url(../img/common/slider_arrow_right.svg);
  }
}
@media screen and (min-width: 768px) {
  .js-swiper {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .js-swiper .swiper-controller-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    display: block;
    width: 100%;
  }
  .js-swiper .swiper-controller-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    display: block;
    width: 100%;
  }
  .js-swiper .swiper-horizontal > .swiper-pagination-bullets, .js-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .js-swiper .swiper-pagination-custom, .js-swiper .swiper-pagination-fraction {
    bottom: 15px;
    left: 0;
    width: auto;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .js-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .js-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0);
  }
  .js-swiper .swiper-pagination-bullet {
    width: 100%;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1px));
    border-radius: 999px;
    background: #BEBEBE;
  }
  .js-swiper .swiper-pagination-bullet-active {
    width: 100%;
    background: #070707;
    background-size: 200%;
    background-position: left center;
  }
  .js-swiper .swiper-buttons {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 100%);
    display: inline-flex;
    display: -ms-inline-flexbox;
  }
  .js-swiper .swiper-buttons > * + * {
    margin-left: 10px;
  }
  .js-swiper .swiper-button-next, .js-swiper .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 44px;
  }
  .js-swiper .swiper-button-next::after, .js-swiper .swiper-button-prev::after {
    content: "";
    font-size: 3rem;
    color: #000000;
    background-image: url(../img/common/slider_arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 9px;
  }
  .js-swiper .swiper-button-next {
    border-left: solid 1px #000000;
    padding-left: 12px;
  }
  .js-swiper .swiper-button-next::after {
    background-image: url(../img/common/slider_arrow_right.svg);
  }
}
