@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;
}
.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;
}
@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.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;
  }
}
@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;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .c-txt > *:first-child {
    margin-top: -0.4em;
  }
  .c-txt > *:last-child {
    margin-bottom: -0.4em;
  }
  .c-txt > * + * {
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: 1.5rem;
    line-height: 2;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .c-txt > *:first-child {
    margin-top: -0.5em;
  }
  .c-txt > *:last-child {
    margin-bottom: -0.5em;
  }
  .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: #18499D;
  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: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

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

.ff__en2 {
  font-family: "Afacad", 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;
    text-decoration: none;
    color: #000000;
  }
}
.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;
  }
}

.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__700 {
  max-width: 700px;
}

@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-nostyle {
  font-style: normal;
}
.t-fnt.m-lh__12 {
  line-height: 1.2;
}
.t-fnt.m-lh__15 {
  line-height: 1.5;
}
.t-fnt.m-lh__18 {
  line-height: 1.8;
}
.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-ta__center {
  text-align: center;
}
.t-fnt.m-ta__right {
  text-align: right;
}
.t-fnt.m-clr__wt {
  color: #FFFFFF;
}
.t-fnt.m-clr__bk {
  color: #000000;
}
.t-fnt.m-clr__bl {
  color: #18499D;
}
.t-fnt.m-clr__gy {
  color: #707070;
}
@media screen and (max-width: 767px) {
  .t-fnt.m-fs__sp_12 {
    font-size: 1.2rem;
  }
  .t-fnt.m-fs__sp_14 {
    font-size: 1.4rem;
  }
  .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_26 {
    font-size: 2.6rem;
  }
  .t-fnt.m-fs__sp_28 {
    font-size: 2.8rem;
  }
  .t-fnt.m-fs__sp_32 {
    font-size: 3.2rem;
  }
  .t-fnt.m-fs__sp_34 {
    font-size: 3.4rem;
  }
  .t-fnt.m-fs__sp_40 {
    font-size: 4rem;
  }
  .t-fnt.m-fs__sp_60 {
    font-size: 6rem;
  }
  .t-fnt.m-lh__sp_22 {
    line-height: 2.2;
  }
  .t-fnt.m-ta__sp_center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .t-fnt.m-fs__pc_13 {
    font-size: 1.3rem;
  }
  .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_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_28 {
    font-size: 2.8rem;
  }
  .t-fnt.m-fs__pc_30 {
    font-size: 3rem;
  }
  .t-fnt.m-fs__pc_34 {
    font-size: 3.4rem;
  }
  .t-fnt.m-fs__pc_40 {
    font-size: 4rem;
  }
  .t-fnt.m-fs__pc_44 {
    font-size: 4.4rem;
  }
  .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_90 {
    font-size: 9rem;
  }
  .t-fnt.m-fs__pc_100 {
    font-size: 10rem;
  }
  .t-fnt.m-fs__pc_110 {
    font-size: 11rem;
  }
  .t-fnt.m-fs__pc_140 {
    font-size: 14rem;
  }
  .t-fnt.m-lh__pc_25 {
    line-height: 2.5;
  }
  .t-fnt.m-ta__pc_center {
    text-align: center;
  }
  .t-fnt.m-ta__pc_right {
    text-align: right;
  }
}

.t-bg.m-bk {
  background-color: #272727;
}
.t-bg.m-wt {
  background-color: #FFFFFF;
}
.t-bg.m-bl {
  background-color: #18499D;
}
.t-bg.m-bl_dark {
  background-color: #042C72;
}
.t-bg.m-bl_thin {
  background-color: #F3F7FF;
}
.t-bg.m-bl_thin2 {
  background-color: #E4EBF7;
}
.t-bg.m-frontFeature {
  background-image: url(../img/front/bg_200.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.t-bg.m-asideContact {
  background-image: url(../img/common/aside_contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.t-bg.m-logoSide, .t-bg.m-logoSide_top {
  background-image: url(../img/common/bg_logo_side.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 216px 586px;
}
.t-bg.m-logoSide_top {
  background-position: right top;
}

@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;
}
@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-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_lr__sp_10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .t-grid.m-spc_lr__sp_10 > * {
    padding-left: 5px;
    padding-right: 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_20 {
    margin-bottom: -20px;
  }
  .t-grid.m-spc_b__sp_20 > * {
    padding-bottom: 20px;
  }
  .t-grid.m-spc_b__sp_40 {
    margin-bottom: -40px;
  }
  .t-grid.m-spc_b__sp_40 > * {
    padding-bottom: 40px;
  }
}
@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-2 {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid .m-col__pc_1-2 > * {
    position: relative;
    display: block;
    height: 100%;
  }
  .t-grid.m-spc_lr__pc_20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .t-grid.m-spc_lr__pc_20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t-grid.m-spc_lr__pc_28 {
    margin-left: -14px;
    margin-right: -14px;
  }
  .t-grid.m-spc_lr__pc_28 > * {
    padding-left: 14px;
    padding-right: 14px;
  }
  .t-grid.m-spc_lr__pc_38 {
    margin-left: -19px;
    margin-right: -19px;
  }
  .t-grid.m-spc_lr__pc_38 > * {
    padding-left: 19px;
    padding-right: 19px;
  }
  .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_60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .t-grid.m-spc_lr__pc_60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .t-grid.m-spc_lr__pc_80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .t-grid.m-spc_lr__pc_80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .t-grid.m-spc_b__pc_20 {
    margin-bottom: -20px;
  }
  .t-grid.m-spc_b__pc_20 > * {
    padding-bottom: 20px;
  }
  .t-grid.m-spc_b__pc_35 {
    margin-bottom: -35px;
  }
  .t-grid.m-spc_b__pc_35 > * {
    padding-bottom: 35px;
  }
  .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_44 {
    margin-bottom: -44px;
  }
  .t-grid.m-spc_b__pc_44 > * {
    padding-bottom: 44px;
  }
  .t-grid.m-spc_b__pc_50 {
    margin-bottom: -50px;
  }
  .t-grid.m-spc_b__pc_50 > * {
    padding-bottom: 50px;
  }
  .t-grid.m-spc_b__pc_60 {
    margin-bottom: -60px;
  }
  .t-grid.m-spc_b__pc_60 > * {
    padding-bottom: 60px;
  }
}

.l-breadcrumb {
  font-size: 1.2rem;
}
.l-breadcrumb a {
  text-decoration: none;
  color: #000000;
}
.l-breadcrumb a:hover {
  text-decoration: underline;
  color: #18499D;
}
.l-breadcrumb ul {
  letter-spacing: -.4em;
}
.l-breadcrumb li {
  letter-spacing: normal;
  display: inline-block;
}
.l-breadcrumb li::after {
  content: "›";
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}
.l-breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.l-footer {
  background-image: url(../img/common/footer_logo_bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 926px 342px;
  background-color: #0C2340;
  color: #FFFFFF;
}
.l-footer a {
  color: #FFFFFF;
}
.l-footer .address {
  font-style: normal;
}
.l-footer_logo img.mark {
  width: 138px;
  height: 72px;
}
.l-footer_logo img.txt {
  width: 226px;
  height: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 150px;
    background-size: 340px 125px;
  }
  .l-footer_logo {
    text-align: center;
  }
  .l-footer .address {
    text-align: center;
    margin-top: 20px;
  }
  .l-footer .rightbox {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .l-footer .address {
    margin-top: 30px;
  }
  .l-footer .rightbox a {
    text-decoration: none;
  }
  .l-footer .rightbox a:hover {
    text-decoration: underline;
  }
  .l-footer .rightbox dt + dd {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-footerBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  .l-footerBtn a, .l-footerBtn .a {
    width: 100%;
    height: 80px;
    min-height: 80px;
    padding-right: 45px;
  }
  .l-footerBtn a::after, .l-footerBtn .a::after {
    width: 48px;
    height: 48px;
    background-size: 9.47px 9.47px;
  }
  .l-footerBtn a .en, .l-footerBtn .a .en {
    font-size: 3.2rem;
  }
  .l-footerBtn a .ja, .l-footerBtn .a .ja {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footerBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
  }
}

.l-copy {
  font-size: 1.2rem;
  margin-top: 50px;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .l-copy {
    text-align: center;
  }
}

.l-gNav .btns ul > * {
  width: 120px;
  height: 120px;
}
.l-gNav .btns ul > * a {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .1em;
}
.l-gNav .btns ul > * a::before {
  content: "";
  display: block;
  width: 100%;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.l-gNav .btns ul > * a:hover {
  opacity: 1;
}
.l-gNav .btns li.recruit a {
  background-color: #18499D;
  color: #FFFFFF;
}
.l-gNav .btns li.recruit a::before {
  background-image: url(../img/common/header_recruit.svg);
  background-size: 42px 42px;
}
.l-gNav .btns li.contact a {
  background-color: #0C2340;
  color: #FFFFFF;
}
.l-gNav .btns li.contact a::before {
  background-image: url(../img/common/header_contact.svg);
  background-size: 27px 20px;
}
@media screen and (max-width: 1200px) {
  .l-gNav .btns ul > * {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .l-gNav .main {
    background: red;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 101;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: auto;
    background-color: #1B1B1B;
    display: none;
  }
  .l-gNav .main ul {
    padding: 30px 40px;
  }
  .l-gNav .main a {
    color: #FFFFFF;
    position: relative;
    min-height: 65px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    border-bottom: solid 1px #353535;
    text-decoration: none;
  }
  .l-gNav .main a::after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
    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: 7px 7px;
  }
  .l-gNav .main .tel {
    font-family: "Jost", sans-serif;
    font-size: 2.8rem;
  }
  .l-gNav .main .tel .num {
    font-family: "Afacad", sans-serif;
    font-size: 3.2rem;
  }
  .l-gNav .main .tel a {
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    border-bottom: 0;
  }
  .l-gNav .main .tel a::after {
    display: none;
  }
  .l-gNav .btns ul {
    display: inline-flex;
    display: -ms-inline-flexbox;
  }
  .l-gNav .btns ul > * {
    width: 60px;
    height: 60px;
  }
  .l-gNav .btns ul > * a {
    font-size: .8rem;
    white-space: nowrap;
  }
  .l-gNav .btns ul > * a::before {
    height: 20px;
  }
  .l-gNav .btns li.recruit a::before {
    background-size: 20px 20px;
  }
  .l-gNav .btns li.contact a::before {
    background-image: url(../img/common/header_contact_sp.svg);
    background-size: 20px 20px;
  }
  .l-gNav_btn {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #1B1B1B;
    cursor: pointer;
  }
  .l-gNav_btn span {
    display: block;
    width: 15px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    transition: all 300ms ease-out 0s;
    opacity: 1;
  }
  .l-gNav_btn span:nth-child(1) {
    margin-top: -5px;
  }
  .l-gNav_btn span:nth-child(3) {
    margin-top: 5px;
  }
  .l-gNav_btn.is-open span:nth-child(1) {
    margin-top: 0;
    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) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 1101px) {
  .l-gNav {
    margin-left: 80px;
    flex: 1;
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .l-gNav .main {
    flex: 1;
    position: relative;
  }
  .l-gNav .main ul {
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-grid-row-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: 15px;
    height: 100%;
  }
  .l-gNav .main ul .tel {
    position: absolute;
    right: 30px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    font-family: "Jost", sans-serif;
  }
  .l-gNav .main ul .tel .num {
    font-size: 2.4rem;
    letter-spacing: 0;
    font-family: "Afacad", sans-serif;
  }
  .l-gNav .main ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-gNav .main ul a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    position: relative;
  }
  .l-gNav .main ul a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #18499D;
    transition: all 300ms ease-out 0s;
  }
  .l-gNav .main ul a:hover {
    opacity: 1;
  }
  .l-gNav .main ul a:hover::after {
    width: 100%;
  }
  .l-gNav .btns ul {
    display: inline-flex;
    display: -ms-inline-flexbox;
  }
  .l-gNav_btn {
    display: none;
  }
  .l-gNav.m-front .main a {
    color: #FFFFFF;
  }
  .l-gNav.m-front.is-scroll .main a {
    color: #000000;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1280px) {
  .l-gNav {
    margin-left: 40px;
  }
  .l-gNav .main ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .l-gNav .main ul .tel {
    right: 0;
  }
  .l-gNav .main ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  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 a {
  position: relative;
  display: block;
}
.l-header_logo img {
  display: block;
  transition: all 300ms ease-out 0s;
}
.l-header_logo img.m-bl {
  opacity: 1;
}
.l-header_logo img.m-wt {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.l-header.m-front .l-header_logo img.m-bl {
  opacity: 0;
}
.l-header.m-front .l-header_logo img.m-wt {
  opacity: 1;
}
.l-header.m-front.is-scroll .l-header_logo img.m-bl {
  opacity: 1;
}
.l-header.m-front.is-scroll .l-header_logo img.m-wt {
  opacity: 0;
}
.l-header.is-scroll {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .l-header {
    height: 60px;
    padding-left: 19px;
  }
  .l-header_logo {
    height: 40px;
  }
  .l-header_logo img {
    width: 77px;
    height: 40px;
    vertical-align: top;
  }
  .l-header .gNav {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1101px) {
  .l-header {
    height: 120px;
    padding-left: 25px;
  }
  .l-header_logo {
    width: 172px;
    height: 80px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-header_logo a {
    display: block;
  }
  .l-header_logo img {
    width: 138px;
    height: 72px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .l-header {
    height: 90px;
  }
}

.l-main {
  background-image: url(../img/common/bg_logo_side_main.svg);
  background-repeat: no-repeat;
  background-position: right top 184px;
  background-size: 216px 586px;
}
@media screen and (max-width: 767px) {
  .l-main {
    background-position: right top 60px;
    background-size: 90px 243px;
  }
}

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

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

.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 .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: 2.8rem;
  }
  .p-blog h3 {
    font-size: 2.4rem;
  }
  .p-blog h4 {
    font-size: 2rem;
  }
  .p-blog h5 {
    font-size: 1.5rem;
  }
  .p-blog h6 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-boxRow {
    display: inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .p-boxRow > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 50%;
  }
  .p-boxRow > * img {
    width: 100%;
    height: auto;
  }
  .p-boxRow.m-img300 .imgbox {
    width: 27.27273%;
  }
  .p-boxRow.m-img300 .txtbox {
    width: 72.72727%;
  }
  .p-boxRow.m-img368 .imgbox {
    width: 33.45455%;
  }
  .p-boxRow.m-img368 .txtbox {
    width: 66.54545%;
  }
  .p-boxRow.m-img422 .imgbox {
    width: 38.36364%;
  }
  .p-boxRow.m-img422 .txtbox {
    width: 61.63636%;
  }
  .p-boxRow.m-img520 .imgbox {
    width: 47.27273%;
  }
  .p-boxRow.m-img520 .txtbox {
    width: 52.72727%;
  }
  .p-boxRow.m-img585wide .imgbox {
    width: 41.78571%;
  }
  .p-boxRow.m-img585wide .txtbox {
    width: 58.21429%;
  }
  .p-boxRow.m-reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .p-boxRow.m-between {
    width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .p-boxRow.m-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-boxRow.m-middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-boxRow.m-wide {
    width: 100%;
  }
}

.p-boxRound {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-boxRound {
    border-radius: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-boxRound {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-boxInterview {
    margin-left: -50px;
    margin-right: -50px;
  }
  .p-boxInterview > * + * {
    margin-top: 30px;
  }
  .p-boxInterview + .p-boxInterview {
    margin-top: 30px;
  }
  .p-boxInterview > * {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-boxInterview .txtbox {
    flex: 1;
  }
  .p-boxInterview dt {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .p-boxInterview dd {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.5;
  }
  .p-boxInterview dt + dd {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-boxInterview {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-left: -50px;
    margin-right: -50px;
  }
  .p-boxInterview > * + * {
    margin-top: 60px;
  }
  .p-boxInterview.m-row {
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-boxInterview.m-row > * + * {
    margin-top: 0;
  }
  .p-boxInterview.m-row_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-boxInterview.m-row_reverse > * + * {
    margin-top: 0;
  }
  .p-boxInterview + .p-boxInterview {
    margin-top: 60px;
  }
  .p-boxInterview > * {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-boxInterview .txtbox {
    flex: 1;
  }
  .p-boxInterview dt {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .p-boxInterview dd {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5;
  }
  .p-boxInterview dt + dd {
    margin-top: 34px;
  }
}

.p-boxInlineFrame iframe {
  width: 100%;
}

.p-boxPrivacy {
  height: 280px;
  overflow: auto;
  border: solid 1px #D0D0D0;
}
.p-boxPrivacy .inner {
  padding: 40px;
}
.p-boxPrivacy .inner > * + * {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-boxPrivacy {
    height: 280px;
  }
  .p-boxPrivacy .inner {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-mv {
    height: 580px;
    background-image: url(../img/front/mv_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .p-mv .txtbox {
    color: #FFFFFF;
    padding-top: 107px;
  }
  .p-mv .txtbox .ja {
    font-size: 2rem;
    font-weight: 700;
  }
  .p-mv .txtbox .en {
    margin-top: 20px;
    font-weight: 600;
    font-size: 6.6rem;
    line-height: 1;
    white-space: nowrap;
    text-align: right;
  }
  .p-mv .txtbox .en .sm {
    font-size: 4.2rem;
    display: block;
    margin-top: -.1em;
  }
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: calc(100vh - 30px);
    background-image: url(../img/front/mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .p-mv .txtbox {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  .p-mv .txtbox .ja {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .p-mv .txtbox .en {
    font-size: 18rem;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    text-align: right;
    padding-right: .5em;
    display: inline-block;
    white-space: nowrap;
  }
  .p-mv .txtbox .en .sm {
    display: block;
    font-size: 12rem;
    line-height: 1;
    margin-right: -.7em;
  }
  .p-mv .txtbox .ja + .en {
    margin-top: 20px;
  }
}

.p-secFrontAbout {
  position: relative;
}
.p-secFrontAbout_h {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-secFrontAbout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secFrontAbout .imgbox {
    margin-left: -15px;
    margin-top: 50px;
  }
  .p-secFrontAbout_h .en + .ja {
    margin-top: 10px;
  }
  .p-secFrontAbout_h .catch {
    margin-top: 25px;
  }
  .p-secFrontAbout_c {
    margin-top: 30px;
  }
  .p-secFrontAbout_c .btns {
    margin-top: 30px;
  }
  .p-secFrontAbout_c .btns li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontAbout {
    padding-top: 135px;
    padding-bottom: 100px;
  }
  .p-secFrontAbout_i {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-secFrontAbout .txtbox {
    width: 50%;
    max-width: 560px;
    margin-left: auto;
  }
  .p-secFrontAbout .imgbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    max-width: calc(50% - 30px);
  }
  .p-secFrontAbout_h .en, .p-secFrontAbout_h .ja {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .p-secFrontAbout_h .en + .ja {
    margin-top: 30px;
  }
  .p-secFrontAbout_h .catch {
    margin-top: 60px;
  }
  .p-secFrontAbout_c {
    margin-top: 40px;
  }
  .p-secFrontAbout_c .btns {
    margin-top: 60px;
  }
  .p-secFrontAbout_c .btns li + li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-secFrontAbout .txtbox {
    width: 60%;
  }
  .p-secFrontAbout .imgbox {
    max-width: calc(40% - 30px);
  }
}

.p-secFrontFeature_h {
  position: relative;
}
.p-secFrontFeature_h .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(100%, -80%);
}
@media screen and (max-width: 767px) {
  .p-secFrontFeature {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secFrontFeature_h .en + .ja {
    margin-top: 10px;
  }
  .p-secFrontFeature_h .btn {
    left: auto;
    right: 10px;
    transform: translate(0, -80%);
  }
  .p-secFrontFeature_c {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontFeature {
    padding-top: 168px;
    padding-bottom: 120px;
  }
  .p-secFrontFeature_h .en + .ja {
    margin-top: 30px;
  }
  .p-secFrontFeature_c {
    margin-top: 44px;
    text-align: right;
  }
  .p-secFrontFeature_c .list li + li {
    margin-top: 20px;
  }
}

.p-secFrontCompany_h .img img {
  width: 100%;
  height: 830px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-secFrontCompany {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secFrontCompany_h .img {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -1.4em;
  }
  .p-secFrontCompany_h .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .p-secFrontCompany_h .en + .ja {
    margin-top: 10px;
  }
  .p-secFrontCompany_c {
    margin-top: 30px;
  }
  .p-secFrontCompany_c .btns {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontCompany {
    padding-bottom: 120px;
  }
  .p-secFrontCompany_h .img {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -8rem;
  }
  .p-secFrontCompany_h .en + .ja {
    margin-top: 30px;
  }
  .p-secFrontCompany_c {
    margin-top: 40px;
  }
  .p-secFrontCompany_c .btns {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-secFrontRecruit_i {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .p-secFrontRecruit_h .en + .ja {
    margin-top: 10px;
  }
  .p-secFrontRecruit_h .catch {
    margin-top: 30px;
  }
  .p-secFrontRecruit_c {
    margin-top: 30px;
  }
  .p-secFrontRecruit_c .btns {
    margin-top: 40px;
  }
  .p-secFrontRecruit .txtbox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secFrontRecruit .imgbox {
    height: 188px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .p-secFrontRecruit .imgbox img {
    height: 188px;
    width: auto;
  }
  .p-secFrontRecruit .slider {
    animation: animation-sp 30s linear infinite;
    display: flex;
  }
  .p-secFrontRecruit .slider ul {
    display: flex;
  }
  .p-secFrontRecruit .slider li {
    width: calc(50vw);
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontRecruit_i {
    position: relative;
  }
  .p-secFrontRecruit_h {
    white-space: nowrap;
  }
  .p-secFrontRecruit_h .en + .ja {
    margin-top: 30px;
  }
  .p-secFrontRecruit_h .catch {
    margin-top: 58px;
  }
  .p-secFrontRecruit_c {
    margin-top: 30px;
  }
  .p-secFrontRecruit_c .btns {
    margin-top: 70px;
  }
  .p-secFrontRecruit_c .btns li + li {
    margin-top: 30px;
  }
  .p-secFrontRecruit .txtbox {
    padding-top: 127px;
    padding-bottom: 127px;
    max-width: 680px;
    width: 60%;
    margin-left: auto;
  }
  .p-secFrontRecruit .imgbox {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(40% - 30px);
    max-width: 360px;
    height: 100%;
    transform: translate(-10%, 0);
    overflow: hidden;
  }
  .p-secFrontRecruit .imgbox .slider {
    animation: animation-pc 30s linear infinite;
  }
  .p-secFrontRecruit .imgbox .slider img {
    width: 100%;
    height: auto;
  }
}
@keyframes animation-pc {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes animation-sp {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-secFrontNews {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secFrontNews_h .en + .ja {
    margin-top: 10px;
  }
  .p-secFrontNews_c {
    margin-top: 40px;
  }
  .p-secFrontNews .rightbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontNews {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-secFrontNews_h .en + .ja {
    margin-top: 20px;
  }
  .p-secFrontNews_c {
    margin-top: 80px;
  }
  .p-secFrontNews .leftbox {
    width: 34.09091%;
  }
  .p-secFrontNews .rightbox {
    flex: 1;
  }
}

.p-secAsideContact .teltime a {
  text-decoration: none;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-secAsideContact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secAsideContact_c {
    margin-top: 20px;
  }
  .p-secAsideContact .rightbox {
    text-align: center;
    margin-top: 10px;
  }
  .p-secAsideContact .rightbox .time {
    margin-top: -1em;
  }
  .p-secAsideContact .rightbox .btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secAsideContact {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .p-secAsideContact.m-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-secAsideContact_c {
    margin-top: 24px;
  }
  .p-secAsideContact .rightbox {
    margin-top: -1.5em !important;
    text-align: center;
  }
  .p-secAsideContact .rightbox .time {
    margin-top: -1em;
  }
  .p-secAsideContact .rightbox .btn {
    margin-top: 40px;
  }
}

.p-secCompanyPhilosophy_c {
  text-align: center;
}
.p-secCompanyPhilosophy_c .list {
  display: inline-block;
  text-align: left;
}

.p-secCompanyIndustry {
  background-image: url(../img/common/bg_logo_side_bl.svg);
  background-repeat: no-repeat;
  background-position: right top 10px;
  background-size: 216px 586px;
  position: relative;
  padding-bottom: 120px;
}
.p-secCompanyIndustry > * {
  position: relative;
  z-index: 1;
}
.p-secCompanyIndustry::after {
  content: "";
  display: block;
  width: 100%;
  height: 436px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-secCompanyIndustry_h .h > * {
  display: inline-block;
}
.p-secCompanyIndustry_h .h .ja {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-secCompanyIndustry::after {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-secCompanyIndustrySub .imgbox {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secCompanyIndustrySub .txtbox {
    width: calc(100% - 360px);
  }
  .p-secCompanyIndustrySub .imgbox {
    width: 360px;
  }
  .p-secCompanyIndustrySub_i .txtbox {
    padding-right: 70px;
  }
  .p-secCompanyIndustrySub_i.m-reverse .txtbox {
    padding-right: 0;
    padding-left: 70px;
  }
}

.p-secEsgTop_s {
  margin-left: -20px;
  margin-right: -20px;
}

.p-secEsgTopSub {
  padding-left: 20px;
  padding-right: 20px;
}
.p-secEsgTopSub_i {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}
.p-secEsgTopSub .txtbox {
  background-color: #F3F7FF;
  padding: 40px;
}
.p-secEsgTopSub .imgbox .img {
  background-color: #FFFFFF;
  aspect-ratio: 1;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-secEsgMain_h .imgbox {
  position: relative;
}
.p-secEsgMain_h .imgbox .icos {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-secEsgMain_h .imgbox .icos ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-secEsgMainSub {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-secEsgMainSub {
    padding: 70px 60px;
  }
  .p-secEsgMainSub .txtbox {
    flex: 1;
    padding-right: 70px;
  }
  .p-secEsgMainSub .imgbox {
    width: 27.27273%;
  }
}

.p-secServiceFeatures {
  background-image: url(../img/common/bg_logo_bottom.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 586px 216px;
}
@media screen and (max-width: 767px) {
  .p-secServiceFeatures_s {
    padding: 30px 15px;
  }
  .p-secServiceFeatures .img {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceFeatures_s {
    padding: 100px 70px 80px;
  }
  .p-secServiceFeatures_s + .p-secServiceFeatures_s {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceFeaturesSub2 {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceFeaturesSub2 {
    padding: 60px;
  }
  .p-secServiceFeaturesSub2_c {
    text-align: center;
  }
  .p-secServiceFeaturesSub2_c .txt {
    text-align: center;
  }
  .p-secServiceFeaturesSub2_c .txt ul {
    display: inline-block;
    text-align: left;
    list-style-type: disc;
    padding-left: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceWorksSub3 {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceWorksSub3 {
    padding: 50px;
  }
  .p-secServiceWorksSub3 .imgbox {
    width: 33.45455%;
  }
  .p-secServiceWorksSub3 .imgbox .img {
    margin-top: -80px;
    margin-bottom: -80px;
  }
  .p-secServiceWorksSub3 .txtbox {
    flex: 1;
    padding-right: 27px;
  }
}

.p-secRecruitLink .txtbox, .p-secRecruitLink .imgbox, .p-secRecruitLink .imgbox .img, .p-secRecruitLink .imgbox .img img {
  height: 100%;
}
.p-secRecruitLink img {
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-secRecruitLink {
    height: 290px;
  }
}

.p-secEnvironmentEducationSub_c .imgbox {
  height: 510px;
  position: relative;
}
.p-secEnvironmentEducationSub_c .imgbox .img {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-secEnvironmentEducationSub_c .imgbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-secEnvironmentEducationSub_s > .p-sec > .p-sec_i {
  padding: 60px 40px 70px;
}
.p-secEnvironmentEducationSub_s > .p-sec .h {
  margin-top: 20px;
}
.p-secEnvironmentEducationSub_s > .p-sec .p-sec_c {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-secEnvironmentEducationSub_c .imgbox .img img {
    object-position: 70% 40%;
  }
  .p-secEnvironmentEducationSub_s > .p-sec > .p-sec_i {
    padding: 30px 15px;
  }
}

.p-secNumbers_i {
  padding: 40px 25px 45px;
}
.p-secNumbers_h {
  padding-bottom: 35px;
}
.p-secNumbers_c .img {
  text-align: center;
}
.p-secNumbers_c .txt {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-secInterview + .p-secInterview {
    margin-top: 50px;
  }
  .p-secInterview_h + .p-secInterview_c {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secInterview + .p-secInterview {
    margin-top: 80px;
  }
  .p-secInterview_h + .p-secInterview_c {
    margin-top: 60px;
  }
}

.c-icoTel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/ico_tel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-icoMail::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 13px;
  background-image: url(../img/common/ico_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: .5em;
}

.c-icoCircle {
  text-align: center;
}
.c-icoCircle .img {
  display: inline-block;
  width: 136px;
  height: 136px;
  background-color: #042C72;
  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-icoCircle .img img {
  width: 80px;
  height: 80px;
}

.c-btn.m-ha__center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn.m-ha__sp_center {
    text-align: center;
  }
  .c-btn.m-ha__sp_right {
    text-align: right;
  }
}

.c-btnLineArrow a, .c-btnLineArrow .a, .c-btnLineArrow label {
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.c-btnLineArrow a::before, .c-btnLineArrow a::after, .c-btnLineArrow .a::before, .c-btnLineArrow .a::after, .c-btnLineArrow label::before, .c-btnLineArrow label::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 300ms ease-out 0s;
}
.c-btnLineArrow a::before, .c-btnLineArrow .a::before, .c-btnLineArrow label::before {
  width: 100%;
  background-color: #DCDCDC;
}
.c-btnLineArrow a::after, .c-btnLineArrow .a::after, .c-btnLineArrow label::after {
  width: 10%;
  background-color: #000000;
}
.c-btnLineArrow a > *, .c-btnLineArrow .a > *, .c-btnLineArrow label > * {
  color: #000000;
}
.c-btnLineArrow a > *::after, .c-btnLineArrow .a > *::after, .c-btnLineArrow label > *::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  border: solid 1px #18499D;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url(../img/common/ico_btn_arrow_bl.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  transition: all 300ms ease-out 0s;
}
.c-btnLineArrow a .en + .ja, .c-btnLineArrow .a .en + .ja, .c-btnLineArrow label .en + .ja {
  margin-left: 26px;
}
.c-btnLineArrow a:hover::after, .c-btnLineArrow .a:hover::after, .c-btnLineArrow label:hover::after {
  width: 100%;
}
.c-btnLineArrow a:hover > *::after, .c-btnLineArrow .a:hover > *::after, .c-btnLineArrow label:hover > *::after {
  background-color: #18499D;
  background-image: url(../img/common/ico_btn_arrow_wt.svg);
}
.c-btnLineArrow.m-dark a::before, .c-btnLineArrow.m-dark .a::before, .c-btnLineArrow.m-dark label::before {
  background-color: #525252;
}
.c-btnLineArrow.m-dark a::after, .c-btnLineArrow.m-dark .a::after, .c-btnLineArrow.m-dark label::after {
  background-color: #FFFFFF;
}
.c-btnLineArrow.m-dark a > *::after, .c-btnLineArrow.m-dark .a > *::after, .c-btnLineArrow.m-dark label > *::after {
  border-color: #FFFFFF;
  background-image: url(../img/common/ico_btn_arrow_wt.svg);
}
.c-btnLineArrow.m-dark a:hover, .c-btnLineArrow.m-dark .a:hover, .c-btnLineArrow.m-dark label:hover {
  background-color: transparent;
}
.c-btnLineArrow.m-dark a:hover > *::after, .c-btnLineArrow.m-dark .a:hover > *::after, .c-btnLineArrow.m-dark label:hover > *::after {
  background-color: #FFFFFF;
  background-image: url(../img/common/ico_btn_arrow_bk.svg);
}
.c-btnLineArrow.m-dark a:hover > span > span, .c-btnLineArrow.m-dark .a:hover > span > span, .c-btnLineArrow.m-dark label:hover > span > span {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-btnLineArrow a::after, .c-btnLineArrow .a::after, .c-btnLineArrow label::after {
    width: 16.52174%;
  }
  .c-btnLineArrow a > *::after, .c-btnLineArrow .a > *::after, .c-btnLineArrow label > *::after {
    width: 40px;
    height: 40px;
    background-size: 8px 8px;
  }
}

.c-btnSlideArrow a, .c-btnSlideArrow .a {
  background-color: #18499D;
  border: 0;
  min-height: 123px;
  padding-left: 45px;
  padding-right: 120px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  text-align: left;
}
.c-btnSlideArrow a::before, .c-btnSlideArrow .a::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -180%;
  z-index: 1;
  background-color: #0C2340;
  transform: skew(45deg, 0);
  transition: all 300ms ease-out 0s;
}
.c-btnSlideArrow a::after, .c-btnSlideArrow .a::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  border: solid 1px #FFFFFF;
  border-radius: 999px;
  margin-left: 14px;
  background-image: url(../img/common/ico_btn_arrow_wt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  z-index: 2;
}
.c-btnSlideArrow a > span, .c-btnSlideArrow .a > span {
  position: relative;
  z-index: 2;
}
.c-btnSlideArrow a > span > span, .c-btnSlideArrow .a > span > span {
  display: block;
  line-height: 1;
}
.c-btnSlideArrow a > span > span.en, .c-btnSlideArrow .a > span > span.en {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  margin-bottom: 5px;
}
.c-btnSlideArrow a > span > span.ja, .c-btnSlideArrow .a > span > span.ja {
  font-weight: 500;
  letter-spacing: .2em;
}
.c-btnSlideArrow a:hover, .c-btnSlideArrow .a:hover {
  opacity: 1;
  background-color: #18499D;
}
.c-btnSlideArrow a:hover::before, .c-btnSlideArrow .a:hover::before {
  left: -20%;
}
.c-btnSlideArrow a:hover > span, .c-btnSlideArrow .a:hover > span {
  color: #FFFFFF;
}
.c-btnSlideArrow a:hover > span > span, .c-btnSlideArrow .a:hover > span > span {
  color: #FFFFFF;
}
.c-btnSlideArrow.m-wt-bl a {
  border: solid 1px #18499D;
  background-color: #FFFFFF;
}
.c-btnSlideArrow.m-wt-bl a > span > span {
  color: #18499D;
}
.c-btnSlideArrow.m-wt-bl a::before {
  background-color: #18499D;
}
.c-btnSlideArrow.m-wt-bl a::after {
  border-color: #18499D;
  background-image: url(../img/common/ico_btn_arrow_bl.svg);
}
.c-btnSlideArrow.m-wt-bl a:hover::after {
  border-color: #FFFFFF;
  background-image: url(../img/common/ico_btn_arrow_wt.svg);
}
.c-btnSlideArrow.m-wt-bl a:hover > span > span {
  color: #FFFFFF;
}
.c-btnSlideArrow.m-lg a, .c-btnSlideArrow.m-lg .a {
  min-width: 686px;
  min-height: 136px;
  text-align: center;
}
.c-btnSlideArrow.m-submit a, .c-btnSlideArrow.m-submit .a {
  min-width: 340px;
  min-height: 90px;
}
.c-btnSlideArrow.m-submit a input, .c-btnSlideArrow.m-submit .a input {
  background-color: transparent;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.c-btnSlideArrow.m-submit a::after, .c-btnSlideArrow.m-submit .a::after {
  width: 50px;
  height: 50px;
  background-size: 10px 10px;
}
.c-btnSlideArrow.m-sm a, .c-btnSlideArrow.m-sm .a {
  min-width: 320px;
  min-height: 90px;
}
.c-btnSlideArrow.m-sm a::after, .c-btnSlideArrow.m-sm .a::after {
  width: 50px;
  height: 50px;
  background-size: 10px 10px;
}
.c-btnSlideArrow.m-high a, .c-btnSlideArrow.m-high .a {
  height: 180px;
}
.c-btnSlideArrow.m-high a::before, .c-btnSlideArrow.m-high .a::before {
  width: 180%;
  left: -240%;
}
.c-btnSlideArrow.m-high a:hover::before, .c-btnSlideArrow.m-high .a:hover::before {
  left: -40%;
}
.c-btnSlideArrow.m-pagelist a, .c-btnSlideArrow.m-pagelist .a {
  width: 100%;
  min-width: 0;
  min-height: 90px;
  background-color: #FFFFFF;
  border: solid 1px #18499D;
  padding-right: 45px;
  color: #18499D;
}
.c-btnSlideArrow.m-pagelist a > span, .c-btnSlideArrow.m-pagelist .a > span {
  color: #18499D;
}
.c-btnSlideArrow.m-pagelist a > span > span, .c-btnSlideArrow.m-pagelist .a > span > span {
  color: #18499D;
}
.c-btnSlideArrow.m-pagelist a::before, .c-btnSlideArrow.m-pagelist .a::before {
  background-color: #18499D;
}
.c-btnSlideArrow.m-pagelist a::after, .c-btnSlideArrow.m-pagelist .a::after {
  border: solid 1px #18499D;
  width: 50px;
  height: 50px;
  right: 23px;
  background-image: url(../img/common/ico_btn_arrow_bl.svg);
  background-size: 10px 10px;
  background-color: #FFFFFF;
}
.c-btnSlideArrow.m-pagelist a:hover, .c-btnSlideArrow.m-pagelist .a:hover {
  color: #FFFFFF;
}
.c-btnSlideArrow.m-pagelist a:hover > span, .c-btnSlideArrow.m-pagelist .a:hover > span {
  color: #FFFFFF;
}
.c-btnSlideArrow.m-pagelist a:hover > span > span, .c-btnSlideArrow.m-pagelist .a:hover > span > span {
  color: #FFFFFF;
}
.c-btnSlideArrow.m-white a, .c-btnSlideArrow.m-white .a {
  width: 320px;
  min-width: 0;
  min-height: 90px;
  background-color: #FFFFFF;
  border: solid 1px #18499D;
  padding-right: 45px;
  color: #18499D;
}
.c-btnSlideArrow.m-white a > span, .c-btnSlideArrow.m-white .a > span {
  color: #18499D;
}
.c-btnSlideArrow.m-white a > span > span, .c-btnSlideArrow.m-white .a > span > span {
  color: #18499D;
}
.c-btnSlideArrow.m-white a::before, .c-btnSlideArrow.m-white .a::before {
  background-color: #042C72;
}
.c-btnSlideArrow.m-white a::after, .c-btnSlideArrow.m-white .a::after {
  border: solid 1px #18499D;
  width: 50px;
  height: 50px;
  right: 23px;
  background-image: url(../img/common/ico_btn_arrow_bl.svg);
  background-size: 10px 10px;
  background-color: #FFFFFF;
}
.c-btnSlideArrow.m-white a:hover, .c-btnSlideArrow.m-white .a:hover {
  color: #FFFFFF;
}
.c-btnSlideArrow.m-white a:hover > span, .c-btnSlideArrow.m-white .a:hover > span {
  color: #FFFFFF;
}
.c-btnSlideArrow.m-white a:hover > span > span, .c-btnSlideArrow.m-white .a:hover > span > span {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-btnSlideArrow.m-high a, .c-btnSlideArrow.m-high .a {
    width: 100%;
    min-width: 0;
    height: 118px;
    padding-left: 35px;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .c-btnSlideArrow.m-high a > span > span.en, .c-btnSlideArrow.m-high .a > span > span.en {
    font-size: 3.2rem;
  }
  .c-btnSlideArrow.m-high a > span > span.ja, .c-btnSlideArrow.m-high .a > span > span.ja {
    font-size: 1.2rem;
  }
  .c-btnSlideArrow.m-high a::before, .c-btnSlideArrow.m-high .a::before {
    width: 180%;
    left: -240%;
  }
  .c-btnSlideArrow.m-high a::after, .c-btnSlideArrow.m-high .a::after {
    width: 58px;
    height: 58px;
  }
  .c-btnSlideArrow.m-high a:hover::before, .c-btnSlideArrow.m-high .a:hover::before {
    left: -40%;
  }
  .c-btnSlideArrow.m-lg a, .c-btnSlideArrow.m-lg .a {
    min-width: 0;
    width: 100%;
    min-height: 80px;
    padding: 10px 24px;
    text-align: left;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .c-btnSlideArrow.m-lg a .en, .c-btnSlideArrow.m-lg .a .en {
    font-size: 2.4rem;
  }
  .c-btnSlideArrow.m-lg a .ja, .c-btnSlideArrow.m-lg .a .ja {
    font-size: 1.2rem;
  }
  .c-btnSlideArrow.m-lg a::after, .c-btnSlideArrow.m-lg .a::after {
    width: 48px;
    height: 48px;
    right: 20px;
  }
  .c-btnSlideArrow.m-pagelist a, .c-btnSlideArrow.m-pagelist .a {
    min-height: 70px;
    padding: 5px 30px 5px 15px;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .c-btnSlideArrow.m-pagelist a::after, .c-btnSlideArrow.m-pagelist .a::after {
    width: 32px;
    height: 32px;
    background-size: 7px 7px;
    right: 10px;
  }
  .c-btnSlideArrow.m-pagelist a > span, .c-btnSlideArrow.m-pagelist .a > span {
    font-size: 1.5rem;
  }
}

.c-btnArrow a, .c-btnArrow .a {
  border: 0;
  background-color: transparent;
  min-width: 0;
  padding: 10px 0 16px;
  min-height: 0;
  border-bottom: solid 1px #000000;
  overflow: visible;
}
.c-btnArrow a::after, .c-btnArrow .a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 11px;
  margin-left: 20px;
  background-image: url(../img/common/ico_btn_slidearrow_bk.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px 11px;
  transition: all 300ms ease-out 0s;
}
.c-btnArrow a span, .c-btnArrow .a span {
  color: #000000;
}
.c-btnArrow a:hover::after, .c-btnArrow .a:hover::after {
  transform: translate(30%, 0);
}

.c-btnBasic a, .c-btnBasic .a {
  background-color: #18499D;
  border: 0;
  position: relative;
  min-width: 320px;
  min-height: 100px;
}
.c-btnBasic a::before, .c-btnBasic .a::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -180%;
  z-index: 1;
  background-color: #0C2340;
  transform: skew(45deg, 0);
  transition: all 300ms ease-out 0s;
}
.c-btnBasic a > *, .c-btnBasic .a > * {
  position: relative;
  z-index: 2;
}
.c-btnBasic a:hover, .c-btnBasic .a:hover {
  color: #FFFFFF;
  background-color: #18499D;
}
.c-btnBasic a:hover span, .c-btnBasic .a:hover span {
  color: #FFFFFF;
}
.c-btnBasic a:hover::before, .c-btnBasic .a:hover::before {
  left: -20%;
}
@media screen and (max-width: 767px) {
  .c-btnBasic a, .c-btnBasic .a {
    min-width: 320px;
    min-height: 85px;
  }
}

.c-btnBorder a, .c-btnBorder .a {
  min-height: 80px;
  border: solid 1px #18499D;
  background-color: #FFFFFF;
}
.c-btnBorder a span, .c-btnBorder a input, .c-btnBorder .a span, .c-btnBorder .a input {
  color: #18499D;
}
.c-btnBorder a:hover, .c-btnBorder .a:hover {
  background-color: #18499D;
}
.c-btnBorder a:hover span, .c-btnBorder a:hover input, .c-btnBorder .a:hover span, .c-btnBorder .a:hover input {
  color: #FFFFFF;
}

.c-btnWide a, .c-btnWide .a {
  background-color: #042C72;
  border: solid 1px #042C72;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding-right: 180px;
}
.c-btnWide a > span, .c-btnWide .a > span {
  color: #FFFFFF;
}
.c-btnWide a > span > span.en, .c-btnWide .a > span > span.en {
  font-size: 4.4rem;
  word-break: keep-all;
}
.c-btnWide a > span > span.ja, .c-btnWide .a > span > span.ja {
  font-size: 1.8rem;
}
.c-btnWide a::after, .c-btnWide .a::after {
  width: 100px;
  height: 100px;
  background-size: 20px 20px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .c-btnWide a, .c-btnWide .a {
    padding-right: 45px;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .c-btnWide a::after, .c-btnWide .a::after {
    width: 70px;
    height: 70px;
    right: 20px;
    background-size: 12px 12px;
  }
  .c-btnWide a > span > span.en, .c-btnWide .a > span > span.en {
    font-size: 3.2rem;
  }
  .c-btnWide a > span > span.ja, .c-btnWide .a > span > span.ja {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 5px;
  }
}

.c-btnCircleArrow a, .c-btnCircleArrow .a {
  display: block;
  width: 147px;
  height: 147px;
  min-width: 0;
  min-height: 0;
  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: 29px 29px;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  background-color: transparent;
}
.c-btnCircleArrow a:hover, .c-btnCircleArrow .a:hover {
  background-color: #FFFFFF;
  background-image: url(../img/common/ico_btn_arrow_bl.svg);
}
@media screen and (max-width: 767px) {
  .c-btnCircleArrow a, .c-btnCircleArrow .a {
    width: 70px;
    height: 70px;
    background-size: 14px 14px;
  }
}

.c-ttlPageLower .h {
  line-height: 1;
  padding-bottom: 50px;
}
.c-ttlPageLower .h .en, .c-ttlPageLower .h .ja {
  white-space: nowrap;
  display: inline-block;
}
.c-ttlPageLower .h .en + .ja {
  margin-left: 36px;
}
.c-ttlPageLower .imgs ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.c-ttlPageLower .imgs ul li:nth-child(1) {
  width: 45.21429%;
}
.c-ttlPageLower .imgs ul li:last-child {
  flex: 1;
}
.c-ttlPageLower .imgs ul li img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-ttlPageLower {
    padding-top: 100px;
  }
  .c-ttlPageLower .h {
    padding-bottom: 30px;
  }
  .c-ttlPageLower .h .en + .ja {
    margin-left: 25px;
  }
  .c-ttlPageLower .imgs ul li img {
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlPageLower {
    padding-top: 200px;
  }
}

.c-ttlEqual .h {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
  line-height: 1;
}
.c-ttlEqual .h .en, .c-ttlEqual .h .ja {
  min-width: 0;
}
.c-ttlEqual .h .en > *:first-child, .c-ttlEqual .h .en > *:last-child, .c-ttlEqual .h .ja > *:first-child, .c-ttlEqual .h .ja > *:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.c-ttlEqual .h .en > *:last-child {
  margin-bottom: -.1em;
}
.c-ttlEqual .h .en + .ja {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-ttlEqual .h {
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
  }
  .c-ttlEqual .h .en {
    text-align: left;
    width: 100%;
  }
  .c-ttlEqual .h .ja {
    text-align: right;
    margin-top: 10px;
  }
}

.c-ttlBox .h {
  background-color: #18499D;
  color: #FFFFFF;
  min-height: 72px;
  padding: 10px;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-ttlBoxRound {
  text-align: center;
}
.c-ttlBoxRound .h {
  display: inline-block;
  padding: 5px 40px;
  background-color: #18499D;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-ttlInterview {
  position: relative;
}
.c-ttlInterview .txtbox {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #18499D;
  color: #FFFFFF;
  padding: 50px 30px;
  max-width: 487px;
  width: 90%;
  text-align: center;
}
.c-ttlInterview .txtbox .box {
  display: inline-block;
  text-align: left;
}
.c-ttlInterview .txtbox .h + .txt {
  margin-top: 1em;
}
.c-ttlInterview .imgbox {
  height: 700px;
}
.c-ttlInterview .imgbox .img {
  height: 100%;
}
.c-ttlInterview .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-ttlInterview {
    padding-bottom: 100px;
  }
  .c-ttlInterview .txtbox {
    bottom: 0;
    background-color: rgba(24, 73, 157, 0.9);
  }
  .c-ttlInterview .imgbox {
    height: 300px;
    padding-left: 30px;
  }
}

.c-txt ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.c-txt dl {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.c-txt dl dt {
  font-weight: 700;
  font-size: 2rem;
  white-space: nowrap;
  padding-right: .5em;
}
.c-txt dl dt::after {
  content: "：";
}
.c-txt dl dd {
  flex: 1;
  padding-top: .3em;
}

.c-form select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 400px;
  height: 45px;
  border: solid 1px #D0D0D0;
  padding: 10px;
  box-sizing: border-box;
  background-color: transparent;
  color: #000000;
  font-size: 1.5rem;
}
.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 #D0D0D0;
  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 #D0D0D0;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input::placeholder, .c-form textarea::placeholder {
  color: #D0D0D0;
}
.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 .checkboxs {
  display: inline-block;
  text-align: left;
}
.c-form .checkboxs .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 .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 #D0D0D0;
}
.c-listNews li:last-child {
  border-bottom: solid 1px #D0D0D0;
}
.c-listNews a {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
  text-decoration: none;
  padding: 35px 0;
}
.c-listNews .date {
  font-size: 1.3rem;
  letter-spacing: .1em;
  color: #707070;
  white-space: nowrap;
}
.c-listNews .ttl {
  color: #000000;
}
.c-listNews .date + .ttl {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .c-listNews a {
    padding: 30px 0;
  }
}

.c-listPhilosophy {
  text-align: left;
  display: inline-block;
}
.c-listPhilosophy .num {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  transform: translate(0, -10%);
  width: 2.2em;
  white-space: nowrap;
  position: relative;
}
.c-listPhilosophy .num::after {
  content: "";
  display: inline-block;
  width: .7em;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: .2em;
  transform: translate(0, -50%) rotate(-45deg);
}
.c-listPhilosophy .txt {
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, -15%);
}
@media screen and (max-width: 767px) {
  .c-listPhilosophy {
    white-space: nowrap;
  }
  .c-listPhilosophy .txt {
    vertical-align: top;
  }
  .c-listPhilosophy li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-listPhilosophy li + li {
    margin-top: 14px;
  }
}

.c-listHistory ol {
  position: relative;
}
.c-listHistory ol::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #D0D0D0;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 1;
}
.c-listHistory li {
  position: relative;
  padding-left: 90px;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
}
.c-listHistory li::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: -5px;
  z-index: 2;
  transform: translate(0, -50%);
  border-radius: 999px;
  background-color: #18499D;
  border: solid 5px #FFFFFF;
}
.c-listHistory li:first-child::after, .c-listHistory li:last-child::after {
  content: "";
  display: block;
  width: 32px;
  height: 50%;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #FFFFFF;
}
.c-listHistory li:first-child::after {
  top: 0;
}
.c-listHistory li:last-child::after {
  bottom: 0;
}
.c-listHistory li .date {
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  width: 9em;
}
.c-listHistory li .title {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-listHistory ol::before {
    left: 8px;
  }
  .c-listHistory li {
    padding-left: 30px;
    display: block;
  }
  .c-listHistory li::before {
    width: 16px;
    height: 16px;
    display: none;
  }
  .c-listHistory li .date, .c-listHistory li .title {
    display: block;
  }
  .c-listHistory li .date {
    font-size: 2rem;
    position: relative;
  }
  .c-listHistory li .date::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background-color: #18499D;
    border: solid 5px #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translate(-35px, -50%);
  }
  .c-listHistory li + li {
    margin-top: 20px;
  }
}

.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;
  width: 50px;
  border-radius: 999px;
  text-decoration: none;
  color: #000000;
  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;
  border: solid 1px #272727;
}
.c-listPaging .page:hover, .c-listPaging .current:hover {
  opacity: 1;
  background-color: #272727;
  color: #FFFFFF;
}
.c-listPaging .current {
  background-color: #272727;
  color: #FFFFFF;
}
.c-listPaging .extend {
  width: auto;
  aspect-ratio: auto;
}
.c-listPaging .previouspostslink, .c-listPaging .nextpostslink {
  background-image: url(../img/common/ico_arrow_btn_bk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 12px;
  width: 20px;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
}
.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;
  }
}

.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: 20px;
  height: 12px;
  margin-left: 20px;
  background-image: url(../img/common/ico_arrow_btn_bk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 300ms ease-out 0s;
}
.c-listPrevNext .post-nav__prev a::before {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 20px;
}
.c-listPrevNext .post-nav__prev a:hover::before {
  transform: translate(-60%, 0) scaleX(-1);
}
.c-listPrevNext .post-nav__next a:hover::after {
  transform: translate(60%, 0);
}
@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;
  }
}

.c-listCheck {
  text-align: center;
}
.c-listCheck ul {
  display: inline-block;
  text-align: left;
}
.c-listCheck li {
  padding-left: 3.375em;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
.c-listCheck li::before {
  content: "";
  display: block;
  width: 45px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url(../img/common/ico_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-listStaff a, .c-listStaff .a {
  color: #000000;
  text-decoration: none;
}
.c-listStaff a .txtbox, .c-listStaff .a .txtbox {
  position: relative;
  background-color: #FFFFFF;
  padding: 30px;
  min-height: 170px;
}
.c-listStaff a .txtbox::after, .c-listStaff .a .txtbox::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border: solid 1px #0C2340;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  background-image: url(../img/common/ico_btn_arrow_bl.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}
.c-listStaff .name {
  font-size: 2.4rem;
  font-weight: 500;
}
.c-listStaff .txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-listStaff a .txtbox, .c-listStaff .a .txtbox {
    min-height: 0;
  }
  .c-listStaff a .txtbox::after, .c-listStaff .a .txtbox::after {
    width: 50px;
    height: 50px;
    right: 20px;
    background-size: 10px 10px;
  }
  .c-listStaff .name {
    font-size: 1.8rem;
  }
  .c-listStaff .txt {
    font-size: 1.4rem;
  }
}

.c-listFAQ .dl {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #D0D0D0;
}
.c-listFAQ .dl:last-child {
  border-bottom: solid 1px #D0D0D0;
}
.c-listFAQ dt, .c-listFAQ dd {
  position: relative;
  padding-left: 120px;
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
}
.c-listFAQ dt::before, .c-listFAQ dd::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: solid 1px #18499D;
  border-radius: 999px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-listFAQ dt::before {
  content: "Q";
  background-color: #18499D;
  color: #FFFFFF;
}
.c-listFAQ dd::before {
  content: "A";
  background-color: #FFFFFF;
  color: #18499D;
}
.c-listFAQ dt + dd {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-listFAQ dt, .c-listFAQ dd {
    padding-left: 80px;
  }
  .c-listFAQ dt::before, .c-listFAQ dd::before {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-listBeforeAfter img {
    width: 100%;
  }
  .c-listBeforeAfter li:first-child .inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .c-listBeforeAfter li:first-child .inner::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 30px transparent;
    border-top: solid 20px #E4EBF7;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 80%);
  }
  .c-listBeforeAfter li:last-child .inner {
    margin-top: 30px;
  }
}

@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 {
    border-top: solid 1px #D0D0D0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-tableOutline tr:last-child {
    border-bottom: solid 1px #D0D0D0;
  }
  .c-tableOutline th + td {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-tableOutline table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .c-tableOutline th, .c-tableOutline td {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px #D0D0D0;
    border-bottom: solid 1px #D0D0D0;
  }
  .c-tableOutline th {
    width: 180px;
    padding-right: 30px;
  }
}

@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 #D0D0D0;
  }
  .c-tableForm tr:last-child {
    border-bottom: solid 1px #D0D0D0;
  }
  .c-tableForm td {
    margin-top: 5px;
  }
  .c-tableForm .th > * {
    display: inline-block;
  }
  .c-tableForm .required {
    display: inline-block;
    color: #FF001E;
  }
}
@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: #FF001E;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .c-tableForm .radios li {
    display: inline-block;
    vertical-align: top;
  }
}
