@charset "UTF-8";
/* normalize */
/* normalize */
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;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: normal;
  text-align: left;
}

a {
  text-decoration: underline;
  color: #18A1E6;
  transition: all 600ms 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%, false 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: "Alata", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.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;
}

@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-bg.m-clr__gy {
  background-color: #F9F9F9;
}
.t-bg.m-clr__sky {
  background-color: #A9D9F1;
}
.t-bg.m-clr__skythin {
  background-color: #E9F6FF;
}
.t-bg.m-gr__sky {
  background-image: linear-gradient(120deg, #285ca3, #56e3ff);
}

.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-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;
  }
  .t-grid.m-spc_b__sp_75 {
    margin-bottom: -75px;
  }
  .t-grid.m-spc_b__sp_75 > * {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 768px) {
  .t-grid.m-flex__pc_wrap, .t-grid.m-flex__pc_wrap_reverse, .t-grid.m-flex__pc_column, .t-grid.m-flex__pc_column_reverse, .t-grid.m-flex__pc_row, .t-grid.m-flex__pc_row_reverse {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
  }
  .t-grid.m-flex__pc_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-grid.m-flex__pc_wrap_reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .t-grid.m-flex__pc_column {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .t-grid.m-flex__pc_column_reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .t-grid.m-flex__pc_row {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .t-grid.m-flex__pc_row_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .t-grid.m-flex__pc_left {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .t-grid.m-flex__pc_center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .t-grid.m-flex__pc_right {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .t-grid.m-flex__pc_between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .t-grid.m-flex__pc_around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .t-grid.m-flex__pc_align_top {
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .t-grid.m-flex__pc_align_middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .t-grid.m-flex__pc_align_bottom {
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .t-grid.m-col__pc_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__pc_1-2_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-3_w > * {
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
  .t-grid.m-col__pc_1-3_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-4_w > * {
    flex: 0 1 25%;
    max-width: 25%;
  }
  .t-grid.m-col__pc_1-4_w > * > * {
    height: 100%;
  }
  .t-grid .m-col__pc_1-1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .t-grid .m-col__pc_1-1 > * {
    position: relative;
    display: block;
  }
  .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;
  }
  .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_25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .t-grid.m-spc_lr__pc_25 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .t-grid.m-spc_lr__pc_40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .t-grid.m-spc_lr__pc_40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .t-grid.m-spc_lr__pc_70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .t-grid.m-spc_lr__pc_70 > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .t-grid.m-spc_lr__pc_100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .t-grid.m-spc_lr__pc_100 > * {
    padding-left: 50px;
    padding-right: 50px;
  }
  .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_120 {
    margin-bottom: -120px;
  }
  .t-grid.m-spc_b__pc_120 > * {
    padding-bottom: 120px;
  }
}

.l-breadcrumb {
  font-size: 1.2rem;
}
.l-breadcrumb ul {
  letter-spacing: -.4em;
}
.l-breadcrumb li {
  letter-spacing: normal;
  display: inline-block;
}
.l-breadcrumb li::after {
  content: "›";
  display: inline-block;
  padding: 0 1em;
}
.l-breadcrumb li:last-child::after {
  display: none;
}
.l-breadcrumb a {
  text-decoration: none;
  color: #000000;
}
.l-breadcrumb a:hover {
  text-decoration: underline;
}

.l-footer {
  background-color: #285CA3;
  color: #ffffff;
}
.l-footer_i {
  border-top: solid 1px #ffffff;
  padding-top: 50px;
  padding-bottom: 30px;
}
.l-footer a[href^="tel:"] {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-footer a {
    color: #ffffff;
  }
  .l-footer_nav {
    display: none;
  }
  .l-footer_logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-footer_logo img {
    width: 280px;
    height: 51px;
  }
  .l-footer_office {
    text-align: center;
    font-style: normal;
    line-height: 2;
  }
  .l-footer_office dl {
    display: inline-block;
    text-align: left;
  }
  .l-footer_office dl > div + div {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .bottom {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .l-footer_office {
    flex: 1;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
  }
  .l-footer_office > dl {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .l-footer_office > dl > div + div {
    margin-left: 60px;
  }
  .l-footer_nav {
    width: 360px;
    line-height: 2.5;
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .l-footer_nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    display: block;
  }
  .l-footer_nav a:hover {
    text-decoration: underline;
  }
}

.l-copy {
  background-color: #285CA3;
  color: #ffffff;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-copy {
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .l-gNav_i {
    width: 100vw;
    max-height: calc(100vh - 50px);
    position: fixed;
    top: 50px;
    left: 0;
    z-index: -1;
    background-color: #1D447A;
    overflow: auto;
    transform: translate(0, -50px);
    transition: all 600ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
  }
  .l-gNav_i.is-open {
    z-index: 1;
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .l-gNav ul {
    padding: 0 15px;
  }
  .l-gNav ul li {
    border-bottom: solid 1px #8692A2;
  }
  .l-gNav ul li a, .l-gNav ul li .a {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    color: #ffffff;
    min-height: 65px;
    padding: 10px;
    text-decoration: none;
    position: relative;
  }
  .l-gNav ul li a::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    background-color: #ffffff;
    background-image: url(../img/common/ico_arrow_nav.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px 5px;
    border-radius: 999px;
  }
  .l-gNav ul li .a::before, .l-gNav ul li .a::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 10px;
    background-color: #ffffff;
    transition: all 300ms ease-out 0s;
  }
  .l-gNav ul li .a::before {
    transform: translate(0, -50%);
  }
  .l-gNav ul li .a::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-gNav ul li .a.is-open::after {
    opacity: 0;
  }
  .l-gNav ul li:last-child {
    border-bottom: 0;
  }
  .l-gNav ul li ul {
    margin-top: -10px;
    padding-bottom: 10px;
    display: none;
  }
  .l-gNav ul li li {
    margin-right: -15px;
    border-bottom: 0;
  }
  .l-gNav ul li li a, .l-gNav ul li li .a {
    min-height: 50px;
  }
  .l-gNav .contact a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-gNav_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    width: 50px;
    height: 50px;
    background-color: #1D447A;
    cursor: pointer;
  }
  .l-gNav_btn span {
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 600ms ease-out 0s;
  }
  .l-gNav_btn span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 6px));
  }
  .l-gNav_btn span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .l-gNav_btn span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 6px));
  }
  .l-gNav_btn.is-open span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-gNav_btn.is-open span:nth-child(2) {
    transform: translate(100px, -50%);
  }
  .l-gNav_btn.is-open span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-gNav .m-pc {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .l-gNav ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .l-gNav ul ul {
    display: none;
  }
  .l-gNav li {
    margin-right: 25px;
  }
  .l-gNav a {
    display: block;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
  }
  .l-gNav a:hover {
    color: #18A1E6;
    opacity: 1;
  }
  .l-gNav .contact a {
    display: block;
    width: 110px;
    height: 110px;
    background-color: #285CA3;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-gNav .contact a::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/common/contact.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .l-gNav .contact a:hover {
    background-color: #18A1E6;
    opacity: 1;
  }
  .l-gNav .m-sp {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1100px) {
  .l-gNav li {
    margin-right: 15px;
  }
  .l-gNav .contact a {
    width: 90px;
  }
}

.l-header {
  z-index: 101;
  transition: all 600ms ease-out 0s;
}
.l-header_logo a {
  display: block;
  background-image: url(../img/common/logo_wt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
.l-header_logo.m-lower a {
  background-image: url(../img/common/logo_bl.svg);
}
.l-header.m-lower {
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .l-header {
    background-color: #1D447A;
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    padding-left: 15px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-header_logo {
    position: relative;
    z-index: 2;
  }
  .l-header_logo a {
    width: 143px;
    height: 26px;
    background-image: url(../img/common/logo_wt.svg) !important;
  }
  .l-header_tel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 101;
    background-color: #0897DE;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(../img/common/ico_tel.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
  }
  .l-header_tel a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-header_nav .contact {
    position: fixed;
    top: 0;
    right: 50px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: #285CA3;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(../img/common/ico_mail.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
  }
  .l-header.m-lower {
    background-color: #1d447a;
  }
}
@media screen and (min-width: 1201px) {
  .l-header {
    height: 110px;
    padding-left: 40px;
    padding-right: 110px;
    position: fixed;
    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 {
    width: 280px;
    height: 51px;
  }
  .l-header_right {
    text-align: right;
  }
  .l-header_tel {
    padding-right: 25px;
    font-family: "Alata", sans-serif;
    color: #285CA3;
    font-size: 2.4rem;
    margin-bottom: 7px;
  }
  .l-header_tel::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/common/tel.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
  }
  .l-header_tel a {
    text-decoration: none;
  }
  .l-header_nav .contact {
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-header.is-scroll {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .l-header.is-scroll .l-header_logo a {
    background-image: url(../img/common/logo_bl.svg);
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 50px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-art {
    padding-bottom: 50px;
  }
  .p-art.m-lower .breadcrumb {
    margin-top: 23px;
  }
  .p-art.m-lower .p-art_c, .p-art.m-lower .p-art_s {
    margin-top: 60px;
  }
  .p-art_h .linkcats {
    margin-top: 40px;
  }
  .p-art_h .listtags {
    margin-top: 30px;
  }
  .p-art_h .blogtitle {
    margin-top: 10px;
  }
  .p-art_c .paging {
    margin-top: 50px;
  }
  .p-art_c .prevnext {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-art {
    padding-top: 50px;
  }
  .p-art_h {
    position: relative;
  }
  .p-art_h .mvlower + .breadcrumb {
    margin-top: 40px;
  }
  .p-art_h .linkbtns {
    margin-top: 50px;
  }
  .p-art_h .linkcats {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .p-art_h .listtags {
    margin-top: 70px;
  }
  .p-art_h .blogtitle {
    margin-top: 10px;
  }
  .p-art_c .paging {
    margin-top: 100px;
  }
  .p-art_c .prevnext {
    margin-top: 100px;
  }
  .p-art.m-front {
    padding-bottom: 70px;
  }
  .p-art.m-lower {
    padding-bottom: 120px;
  }
  .p-art.m-lower .p-art_c, .p-art.m-lower .p-art_s {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1201px) {
  .p-art {
    padding-top: 110px;
  }
}

.p-blog a {
  color: #18A1E6;
}
.p-blog.m-page h3 {
  color: #000000 !important;
}
.p-blog ul {
  list-style-type: disc;
}
.p-blog ol {
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .p-blog {
    line-height: 2;
  }
  .p-blog > * + * {
    margin-top: 15px;
  }
  .p-blog h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .p-blog h3 {
    font-size: 2.1rem;
    color: #285CA3;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .p-blog h4 {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .p-blog h5 {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .p-blog h6 {
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-blog {
    line-height: 2;
  }
  .p-blog > * + * {
    margin-top: 20px;
  }
  .p-blog h2 {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .p-blog h3 {
    font-size: 2.4rem;
    color: #285CA3;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 50px;
    margin-bottom: 24px;
  }
  .p-blog h4 {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .p-blog h5 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .p-blog h6 {
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.p-boxSdg {
  background-color: #F9F9F9;
  position: relative;
}
.p-boxSdg .icos {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
}
.p-boxSdg .icos ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  margin: 0 -5px;
}
.p-boxSdg .icos li {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-boxSdg {
    padding: 40px 15px 20px;
  }
  .p-boxSdg .icos img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-boxSdg {
    padding: 60px;
  }
}

.p-boxRecruitmentTab .tab_cnts {
  padding-top: 80px;
}
.p-boxRecruitmentTab .tab_cnts .tab_cnt {
  display: none;
}
.p-boxRecruitmentTab .tab_cnts .tab_cnt.is-active {
  display: block;
}
.p-boxRecruitmentTab .tab_cnts .btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-boxRecruitmentTab {
    margin-top: 50px;
  }
  .p-boxRecruitmentTab .tab_cnts {
    padding-top: 40px;
  }
  .p-boxRecruitmentTab .tab_cnts .btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-boxRecruitmentTab {
    margin-top: 100px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-mv {
    position: relative;
  }
  .p-mv::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: solid 275px #1D447A;
    border-bottom: solid 448px transparent;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
  }
  .p-mv .txtbox {
    position: absolute;
    top: 70px;
    right: 15px;
    color: #ffffff;
  }
  .p-mv .txtbox .h {
    font-size: 2.2rem;
    letter-spacing: .1em;
    margin-bottom: 16px;
  }
  .p-mv .txtbox p {
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
  .p-mv .imgbox {
    padding-left: 15px;
    width: 100%;
    height: 457px;
    text-align: right;
  }
  .p-mv .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-mv {
    position: relative;
  }
  .p-mv::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: solid 490px #1D447A;
    border-bottom: solid 1300px transparent;
    position: absolute;
    top: -110px;
    left: 0;
    z-index: -1;
  }
  .p-mv .txtbox {
    position: absolute;
    top: 220px;
    right: 100px;
    color: #ffffff;
  }
  .p-mv .txtbox .h {
    font-size: 4rem;
    letter-spacing: .1em;
    font-weight: 500;
  }
  .p-mv .txtbox p {
    font-size: 2rem;
    letter-spacing: .1em;
    font-weight: 500;
  }
  .p-mv .txtbox .h + p {
    margin-top: 20px;
  }
  .p-mv .imgbox {
    padding-left: 70px;
    width: 100%;
    height: 656px;
    text-align: right;
  }
  .p-mv .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-mvNews .post a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-mvNews {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-mvNews .post a {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    color: #000000;
    text-decoration: none;
  }
  .p-mvNews .post a .date {
    font-size: 1.2rem;
  }
  .p-mvNews .post a .ttl {
    font-size: 1.5rem;
    padding-left: 15px;
  }
  .p-mvNews .btn {
    margin-top: 10px;
  }
  .p-mvNews .btn a {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-mvNews {
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 707px;
    max-width: calc(100% - 140px);
    height: 80px;
    border-radius: 20px 0 0 0;
  }
  .p-mvNews .post {
    width: calc(100% - 150px - 45px);
    height: 100%;
  }
  .p-mvNews .post a {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 10px 45px;
    height: 100%;
    text-decoration: none;
  }
  .p-mvNews .post a .date {
    font-family: "Alata", sans-serif;
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
  .p-mvNews .post a .date + .ttl {
    margin-left: 30px;
  }
  .p-mvNews .btn {
    padding-right: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-mvLower {
    padding-top: 20px;
  }
  .p-mvLower .h .en, .p-mvLower .h .ja {
    display: block;
  }
  .p-mvLower .h .en {
    font-size: 1.2rem;
    letter-spacing: .1em;
    color: #285CA3;
  }
  .p-mvLower .h .ja {
    font-size: 2.2rem;
  }
  .p-mvLower .img {
    height: 105px;
    margin-top: 20px;
    margin-right: -15px;
  }
  .p-mvLower .breadcrumb {
    margin-top: 23px;
  }
}
@media screen and (min-width: 768px) {
  .p-mvLower > .inner {
    margin-right: calc(50% - 50vw);
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-mvLower .h {
    width: 31.2%;
    min-width: 300px;
  }
  .p-mvLower .h .en, .p-mvLower .h .ja {
    display: block;
  }
  .p-mvLower .h .en {
    font-family: "Alata", sans-serif;
    font-size: 1.5rem;
    letter-spacing: .1em;
    color: #285CA3;
  }
  .p-mvLower .h .ja {
    font-size: 3.2rem;
  }
  .p-mvLower .img {
    height: 250px;
    flex: 1;
  }
  .p-mvLower .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .p-secFrontAbout {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .p-secFrontAbout .p-sec_h {
    margin-bottom: 30px;
  }
  .p-secFrontAbout .p-sec_c .h {
    margin-bottom: 20px;
  }
  .p-secFrontAbout .p-sec_c .catch {
    margin-bottom: 40px;
  }
  .p-secFrontAbout .bgs {
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 430px;
  }
  .p-secFrontAbout .bgs .img_101 {
    width: 190px;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-secFrontAbout .bgs .img_102 {
    width: 260px;
    height: 260px;
    position: absolute;
    top: 171px;
    right: 0;
    z-index: 2;
  }
  .p-secFrontAbout .bgs .img_103 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontAbout {
    padding-top: 150px;
    padding-bottom: 190px;
  }
  .p-secFrontAbout > .p-sec_i {
    position: relative;
  }
  .p-secFrontAbout > .p-sec_i > .p-sec_i2 {
    width: 730px;
    max-width: 80%;
    position: relative;
    z-index: 2;
  }
  .p-secFrontAbout .p-sec_h {
    margin-bottom: 30px;
  }
  .p-secFrontAbout .p-sec_c .h {
    margin-bottom: 30px;
  }
  .p-secFrontAbout .p-sec_c .catch {
    margin-bottom: 40px;
  }
  .p-secFrontAbout .bgs .img_101 {
    position: absolute;
    top: -77px;
    right: 50%;
    z-index: -1;
    transform: translate(95%, 0);
  }
  .p-secFrontAbout .bgs .img_102 {
    position: absolute;
    bottom: -95px;
    right: 0;
    z-index: -1;
    transform: translate(50%, 0);
  }
  .p-secFrontAbout .bgs .img_103 {
    position: absolute;
    top: -80px;
    right: -130px;
    z-index: -2;
  }
}

@media screen and (max-width: 767px) {
  .p-secFrontFeatures {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }
  .p-secFrontFeatures::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: solid 126px #11376B;
    border-top: solid 328px transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .p-secFrontFeatures::before {
    content: "";
    display: block;
    width: 164px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(5%, -40%);
    background-image: url(../img/front/deco_101.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .p-secFrontFeatures > .p-sec_i::after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transform: translate(-5%, 35%);
    background-image: url(../img/front/deco_102.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .p-secFrontFeatures .p-sec_s {
    padding-top: 85px;
    position: relative;
    z-index: 2;
  }
  .p-secFrontFeatures .p-sec_h {
    position: relative;
    z-index: 2;
  }
  .p-secFrontFeatures .p-sec_c {
    position: relative;
    z-index: 2;
  }
  .p-secFrontFeatures .p-sec_c .btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontFeatures {
    position: relative;
  }
  .p-secFrontFeatures::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: solid 418px #11376B;
    border-top: solid 1100px transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .p-secFrontFeatures > .p-sec_i {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
  }
  .p-secFrontFeatures > .p-sec_i::before {
    content: "";
    display: block;
    width: 336px;
    height: 244px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-30%, -45%);
    background-image: url(../img/front/deco_101.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .p-secFrontFeatures > .p-sec_i::after {
    content: "";
    display: block;
    width: 286px;
    height: 270px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 25%);
    background-image: url(../img/front/deco_102.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .p-secFrontFeatures .p-sec_s {
    padding-top: 135px;
  }
  .p-secFrontFeatures .p-sec_c .btn {
    margin-top: 100px;
  }
}

.p-secFrontFeaturesSub > .p-sec_i {
  background-color: #ffffff;
  position: relative;
  padding: 230px 30px 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.p-secFrontFeaturesSub .p-sec_h {
  position: absolute;
  top: -55px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  width: 79.41176%;
  max-width: 270px;
  aspect-ratio: 1;
  text-align: center;
  border-radius: 999px;
  background-color: rgba(40, 92, 163, 0.2);
  padding-bottom: 10%;
  display: inline-flex;
  display: -ms-inline-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.p-secFrontFeaturesSub .p-sec_h::before {
  content: "";
  display: block;
  width: 74.07407%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(#264878, #285ca3);
  border-radius: 999px;
}
.p-secFrontFeaturesSub .p-sec_h .num, .p-secFrontFeaturesSub .p-sec_h .lg {
  position: relative;
  z-index: 2;
  display: block;
  color: #ffffff;
}
.p-secFrontFeaturesSub .p-sec_h .num {
  font-family: "Alata", sans-serif;
  font-size: 3rem;
  letter-spacing: .1em;
  line-height: 1;
}
.p-secFrontFeaturesSub .p-sec_h .lg {
  font-size: 5rem;
  letter-spacing: .1em;
  line-height: 1;
}
.p-secFrontFeaturesSub .p-sec_h .num + .lg {
  margin-top: 10px;
}
.p-secFrontFeaturesSub .p-sec_c .h {
  text-align: center;
  font-size: 3rem;
}
.p-secFrontFeaturesSub .p-sec_c .txt {
  line-height: 2;
}
.p-secFrontFeaturesSub .p-sec_c .h + .txt {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-secFrontFeaturesSub > .p-sec_i {
    padding: 165px 20px 20px;
  }
  .p-secFrontFeaturesSub .p-sec_h {
    max-width: 190px;
    padding-bottom: 5%;
  }
  .p-secFrontFeaturesSub .p-sec_h::before {
    width: 140px;
  }
  .p-secFrontFeaturesSub .p-sec_h .num {
    font-size: 2rem;
  }
  .p-secFrontFeaturesSub .p-sec_h .lg {
    font-size: 3rem;
  }
  .p-secFrontFeaturesSub .p-sec_h .num + .lg {
    margin-top: 10px;
  }
  .p-secFrontFeaturesSub .p-sec_h.m-sp_sm .lg {
    font-size: 2.4rem;
  }
  .p-secFrontFeaturesSub .p-sec_c .h {
    font-size: 2rem;
  }
  .p-secFrontFeaturesSub .p-sec_c .txt {
    line-height: 1.8;
  }
  .p-secFrontFeaturesSub .p-sec_c .h + .txt {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontFeaturesSub .p-sec_h.m-sm {
    padding-bottom: 7%;
  }
  .p-secFrontFeaturesSub .p-sec_h.m-sm .lg {
    font-size: 4rem;
  }
}

.p-secFrontService {
  position: relative;
}
.p-secFrontService::before {
  content: "";
  width: 100%;
  height: 490px;
  background-color: #A9D9F1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-secFrontService .toptxt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
.p-secFrontService .p-sec_h {
  margin-bottom: 40px;
}
.p-secFrontService .p-sec_c > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-secFrontService::before {
    height: 345px;
  }
  .p-secFrontService .toptxt {
    text-align: left;
    color: #285CA3;
    font-size: 1.6rem;
  }
  .p-secFrontService .p-sec_h {
    margin-bottom: 30px;
  }
  .p-secFrontService .p-sec_c > * + * {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-secFrontNews {
    padding-top: 50px;
  }
  .p-secFrontNews .p-sec_h {
    text-align: center;
    margin-bottom: 30px;
  }
  .p-secFrontNews .btn {
    margin-top: 20px;
  }
  .p-secFrontNews .btn a {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontNews {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .p-secFrontNews .p-sec_h {
    text-align: center;
    margin-bottom: 65px;
  }
  .p-secFrontNews .btn a {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .p-secFrontPartners {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secFrontPartners > .p-sec_i {
    background-color: #285CA3;
  }
  .p-secFrontPartners a {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    padding: 20px;
    color: #ffffff;
    text-decoration: none;
  }
  .p-secFrontPartners .txtbox {
    margin-top: 20px;
  }
  .p-secFrontPartners .p-sec_h {
    margin-bottom: 20px;
  }
  .p-secFrontPartners .p-sec_h .en {
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontPartners {
    padding-bottom: 160px;
  }
  .p-secFrontPartners .p-sec_i {
    position: relative;
    padding-top: 90px;
  }
  .p-secFrontPartners .p-sec_i::after {
    content: "";
    width: calc(100% - 214px);
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-image: url(../img/front/bg_401.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
  }
  .p-secFrontPartners .p-sec_i2 {
    position: relative;
  }
  .p-secFrontPartners .p-sec_i2::before {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    background-color: #001C63;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: left top;
    transform: skew(0, -4deg);
  }
  .p-secFrontPartners a {
    display: block;
    width: calc(100% - 140px);
    background-color: #285CA3;
    padding: 35px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 3;
    display: inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-secFrontPartners a::after {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    background-color: #ffffff;
    border-radius: 999px;
    background-image: url(../img/common/ico_arrow_05.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 10px;
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .p-secFrontPartners a:hover {
    opacity: 1;
    background-color: rgba(24, 161, 230, 0.9);
  }
  .p-secFrontPartners a:hover::after {
    background-image: url(../img/common/ico_arrow_04.svg);
  }
  .p-secFrontPartners .txtbox {
    flex: 1;
    padding-left: 45px;
    position: relative;
    z-index: 2;
  }
  .p-secFrontPartners .imgbox {
    width: 33.33333%;
    position: relative;
    z-index: 2;
  }
  .p-secFrontPartners .p-sec_h .en {
    color: #ffffff;
  }
  .p-secFrontPartners .p-sec_h .ja {
    color: #ffffff;
  }
  .p-secFrontPartners .p-sec_c {
    margin-top: 24px;
  }
  .p-secFrontPartners .p-sec_c .txt {
    font-size: 1.8rem;
  }
}

.p-secFrontCompany {
  padding-top: 180px;
  padding-bottom: 210px;
  position: relative;
  z-index: 2;
}
.p-secFrontCompany .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0) skew(0, -5deg);
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-secFrontCompany .bg img {
  width: 130%;
  height: 130%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(0, 5deg);
}
.p-secFrontCompany .p-sec_i {
  position: relative;
  z-index: 2;
}
.p-secFrontCompany .p-sec_h {
  margin-bottom: 40px;
}
.p-secFrontCompany .p-sec_h .en, .p-secFrontCompany .p-sec_h .ja {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-secFrontCompany {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .p-secFrontCompany .p-sec_i {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-secFrontCompany .p-sec_h {
    margin-bottom: 30px;
  }
}

.p-secFrontRecruit {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-secFrontRecruit {
    margin-top: -30px;
    padding-bottom: 70px;
  }
  .p-secFrontRecruit .p-sec_i {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: -30px;
    background-color: #0897DE;
    color: #ffffff;
  }
  .p-secFrontRecruit .p-sec_h {
    margin-bottom: 30px;
  }
  .p-secFrontRecruit .p-sec_h .h {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-secFrontRecruit .p-sec_h .h .en {
    color: #ffffff;
  }
  .p-secFrontRecruit .p-sec_h .h .ja {
    margin-left: 20px;
    color: #9CD5F2;
  }
  .p-secFrontRecruit .bg {
    display: block;
    width: 100%;
    height: 320px;
    transform: skew(0, -6.5deg);
    overflow: hidden;
  }
  .p-secFrontRecruit .bg img {
    width: 100%;
    height: 130%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) skew(0, 6.5deg);
  }
  .p-secFrontRecruit .p-sec_c {
    margin-top: 10px;
  }
  .p-secFrontRecruit .p-sec_c .h + .txt {
    margin-top: 20px;
  }
  .p-secFrontRecruit .p-sec_c .btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFrontRecruit {
    margin-top: -50px;
    margin-bottom: 140px;
  }
  .p-secFrontRecruit > .p-sec_i {
    width: 53vw;
    padding-top: 145px;
    padding-bottom: 120px;
    padding-left: 30px;
    position: relative;
    top: 0;
    z-index: 3;
    color: #ffffff;
  }
  .p-secFrontRecruit > .p-sec_i::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0897DE;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(0, -6.5deg);
  }
  .p-secFrontRecruit > .p-sec_i .p-sec_h, .p-secFrontRecruit > .p-sec_i .p-sec_c {
    max-width: 590px;
    padding-right: 40px;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  .p-secFrontRecruit .bg {
    width: 100%;
    height: calc(100% + 30px);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    transform: skew(0, -6.5deg);
    overflow: hidden;
    background-image: linear-gradient(#0897de, #0579b3);
  }
  .p-secFrontRecruit .bg img {
    width: 53%;
    height: 130%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) skew(0, 6.5deg);
  }
  .p-secFrontRecruit .p-sec_h .h {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-secFrontRecruit .p-sec_h .h .en {
    color: #ffffff;
  }
  .p-secFrontRecruit .p-sec_h .h .ja {
    margin-left: 20px;
    color: #9CD5F2;
  }
  .p-secFrontRecruit .p-sec_c {
    margin-top: 10px;
  }
  .p-secFrontRecruit .p-sec_c .h + .txt {
    margin-top: 20px;
  }
  .p-secFrontRecruit .p-sec_c .btn {
    margin-top: 50px;
  }
}

.p-secAsideContact {
  background-color: #285CA3;
  color: #ffffff;
}
.p-secAsideContact a {
  color: #ffffff;
  text-decoration: none;
}
.p-secAsideContact .p-sec_h .h .en {
  font-family: "Alata", sans-serif;
  font-size: 3rem;
  letter-spacing: .1em;
}
.p-secAsideContact .p-sec_c .telfax dl {
  line-height: 1;
}
.p-secAsideContact .p-sec_c .telfax dl > div {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
}
.p-secAsideContact .p-sec_c .telfax dl > div + div {
  margin-top: 20px;
}
.p-secAsideContact .p-sec_c .telfax dt {
  width: 59px;
  font-size: 2rem;
  background-color: #ffffff;
  color: #3A6E9C;
  text-align: center;
  font-family: "Alata", sans-serif;
  line-height: 1.4;
}
.p-secAsideContact .p-sec_c .telfax dd {
  padding-left: 14px;
  font-size: 3rem;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-secAsideContact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secAsideContact .p-sec_h {
    text-align: center;
    margin-bottom: 30px;
  }
  .p-secAsideContact .p-sec_c .telfax dl > div {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-secAsideContact .p-sec_c .telfax dl > div + div {
    margin-top: 20px;
  }
  .p-secAsideContact .p-sec_c .btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secAsideContact {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .p-secAsideContact .p-sec_i2 {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-secAsideContact .p-sec_h {
    width: 30%;
  }
  .p-secAsideContact .p-sec_c {
    flex: 1;
    display: inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-secAsideContact .p-sec_c > * {
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-secLower {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secLower_h {
    margin-bottom: 30px;
  }
  .p-secLower.m-pb__0 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-secLowerTop .catch {
    margin-bottom: 30px;
  }
  .p-secLowerTop.m-recruitment .imgbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secLowerTop .catch {
    margin-bottom: 38px;
  }
  .p-secLowerTop.m-recruitment .imgbox {
    margin-top: 100px;
    position: relative;
  }
  .p-secLowerTop.m-recruitment .imgbox::after {
    content: "";
    display: block;
    width: 100vw;
    height: calc(50% + 70px);
    background-color: #E9F6FF;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 70px);
  }
}

@media screen and (max-width: 767px) {
  .p-secLowerTopLower .p-sec_h {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-secLowerTopLower .p-sec_h {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-secCompanyMessage {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-secCompanyMessage {
    padding-bottom: 85px;
  }
  .p-secCompanyMessage_h {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  .p-secCompanyMessageLower {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .p-secCompanyMessageLower .p-sec_h {
    margin-bottom: 30px;
  }
  .p-secCompanyMessageLower .author {
    margin-top: 30px;
  }
  .p-secCompanyMessageLower .author .ttl {
    font-size: 1.4rem;
  }
  .p-secCompanyMessageLower .author .name {
    font-size: 2rem;
    font-weight: 700;
  }
  .p-secCompanyMessageLower .imgbox {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secCompanyMessageLower {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .p-secCompanyMessageLower .p-sec_h {
    margin-bottom: 24px;
  }
  .p-secCompanyMessageLower .txtbox {
    width: 55%;
    padding-right: 55px;
  }
  .p-secCompanyMessageLower .imgbox {
    flex: 1;
  }
  .p-secCompanyMessageLower .author {
    margin-top: 35px;
  }
  .p-secCompanyMessageLower .author .ttl {
    font-size: 1.6rem;
  }
  .p-secCompanyMessageLower .author .name {
    font-size: 2.4rem;
    font-weight: 700;
  }
}

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

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

@media screen and (min-width: 768px) {
  .p-secCompanyHistory {
    padding-top: 100px;
  }
  .p-secCompanyHistory .p-secCompanyHistory_h {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 768px) {
  .p-secCompanyAccess {
    padding-top: 100px;
  }
  .p-secCompanyAccess .p-secCompanyAccess_h {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  .p-secCompanyAccessLower {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-secCompanyAccessLower + .p-secCompanyAccessLower {
    margin-top: -40px;
  }
  .p-secCompanyAccessLower .mapbox {
    margin-top: 40px;
  }
  .p-secCompanyAccessLower .mapbox .map {
    aspect-ratio: 1.625;
    width: 100%;
  }
  .p-secCompanyAccessLower .mapbox .map iframe {
    width: 100%;
    height: 100%;
  }
  .p-secCompanyAccessLower .p-sec_h {
    margin-bottom: 20px;
  }
  .p-secCompanyAccessLower .btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secCompanyAccessLower {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-secCompanyAccessLower + .p-secCompanyAccessLower {
    margin-top: -150px;
  }
  .p-secCompanyAccessLower .txtbox {
    width: 40.9%;
  }
  .p-secCompanyAccessLower .mapbox {
    flex: 1;
  }
  .p-secCompanyAccessLower .mapbox .map {
    aspect-ratio: 1.625;
  }
  .p-secCompanyAccessLower .mapbox .map iframe {
    width: 100%;
    height: 100%;
  }
  .p-secCompanyAccessLower .p-sec_h {
    margin-bottom: 24px;
  }
  .p-secCompanyAccessLower .btn {
    margin-top: 40px;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

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

@media screen and (max-width: 767px) {
  .p-secFeaturesCircle {
    position: relative;
  }
  .p-secFeaturesCircle + .p-secFeaturesCircle {
    margin-top: 120px;
  }
  .p-secFeaturesCircle .imgbox {
    margin-bottom: 30px;
  }
  .p-secFeaturesCircle .p-sec_h {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(-20%, -50%);
    width: 180px;
    aspect-ratio: 1;
    text-align: center;
    border-radius: 999px;
    background-color: rgba(40, 92, 163, 0.2);
    padding-bottom: 2.5%;
    display: inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-secFeaturesCircle .p-sec_h::before {
    content: "";
    display: block;
    width: 133px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(#264878, #285ca3);
    border-radius: 999px;
  }
  .p-secFeaturesCircle .p-sec_h .h {
    position: relative;
    z-index: 1;
    color: #ffffff;
  }
  .p-secFeaturesCircle .p-sec_h .h .num, .p-secFeaturesCircle .p-sec_h .h .lg {
    display: block;
    line-height: 1;
  }
  .p-secFeaturesCircle .p-sec_h .h .num {
    font-family: "Alata", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .1em;
  }
  .p-secFeaturesCircle .p-sec_h .h .lg {
    font-size: 3.4rem;
    letter-spacing: .1em;
    margin-top: 5px;
  }
  .p-secFeaturesCircle .p-sec_h .h .lg.m-sm {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-secFeaturesCircle {
    position: relative;
  }
  .p-secFeaturesCircle + .p-secFeaturesCircle {
    margin-top: 170px;
  }
  .p-secFeaturesCircle .txtbox > *, .p-secFeaturesCircle .imgbox > * {
    height: auto !important;
  }
  .p-secFeaturesCircle .imgbox {
    padding-right: 80px;
  }
  .p-secFeaturesCircle .p-sec_h {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translate(calc(-50% - 80px - 50px), -50%);
    width: 180px;
    aspect-ratio: 1;
    text-align: center;
    border-radius: 999px;
    background-color: rgba(40, 92, 163, 0.2);
    padding-bottom: 2.5%;
    display: inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-secFeaturesCircle .p-sec_h::before {
    content: "";
    display: block;
    width: 133px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(#264878, #285ca3);
    border-radius: 999px;
  }
  .p-secFeaturesCircle .p-sec_h .h {
    position: relative;
    z-index: 1;
    color: #ffffff;
  }
  .p-secFeaturesCircle .p-sec_h .h .num, .p-secFeaturesCircle .p-sec_h .h .lg {
    display: block;
    line-height: 1;
  }
  .p-secFeaturesCircle .p-sec_h .h .num {
    font-family: "Alata", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .1em;
  }
  .p-secFeaturesCircle .p-sec_h .h .lg {
    font-size: 3.4rem;
    letter-spacing: .1em;
    margin-top: 5px;
  }
  .p-secFeaturesCircle .p-sec_h .h .lg.m-sm {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-secFeaturesCircleLower .txtbox > *, .p-secFeaturesCircleLower .imgbox > * {
    height: auto !important;
  }
  .p-secFeaturesCircleLower .h {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFeaturesCircleLower .txtbox > *, .p-secFeaturesCircleLower .imgbox > * {
    height: auto !important;
  }
  .p-secFeaturesCircleLower .imgbox {
    padding-right: 80px;
  }
  .p-secFeaturesCircleLower .h {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  .p-secFleet_h {
    margin-bottom: 30px;
  }
  .p-secFleet_s2 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFleet_h {
    margin-bottom: 34px;
  }
  .p-secFleet_c > * + * {
    margin-top: 50px;
  }
  .p-secFleet_s2 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-secFleetLower {
    padding-top: 50px;
  }
  .p-secFleetLower .p-sec_h {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFleetLower {
    padding-top: 80px;
  }
  .p-secFleetLower:first-child {
    padding-top: 70px;
  }
  .p-secFleetLower .p-sec_h {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-secFleetLower2 + .p-secFleetLower2 {
    margin-top: 50px;
  }
  .p-secFleetLower2 .p-sec_h {
    margin-bottom: 20px;
  }
  .p-secFleetLower2 .imgbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secFleetLower2 {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-secFleetLower2 + .p-secFleetLower2 {
    margin-top: 50px;
  }
  .p-secFleetLower2 .txtbox {
    flex: 0 1 66.66666%;
    padding-left: 70px;
  }
  .p-secFleetLower2 .imgbox {
    flex: 0 1 33.333333%;
  }
  .p-secFleetLower2 .p-sec_h {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-secRecruitmentFeatures {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secRecruitmentFeatures_h {
    margin-bottom: 30px;
  }
  .p-secRecruitmentFeatures .imgbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitmentFeatures {
    padding-top: 100px;
    margin-top: -70px;
    padding-bottom: 100px;
  }
  .p-secRecruitmentFeatures_h {
    margin-bottom: 34px;
  }
  .p-secRecruitmentFeatures_c {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    margin-left: -40px;
    margin-right: -40px;
  }
  .p-secRecruitmentFeatures_c > * {
    flex: 0 1 50%;
    padding-left: 40px;
    padding-right: 40px;
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-secRecruitmentPerson {
    padding-top: 50px;
  }
  .p-secRecruitmentPerson_h {
    margin-bottom: 30px;
  }
  .p-secRecruitmentPerson .topbox {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
  }
  .p-secRecruitmentPerson .topbox .imgbox {
    margin-top: 30px;
  }
  .p-secRecruitmentPerson .catch {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitmentPerson {
    padding-top: 100px;
  }
  .p-secRecruitmentPerson_h {
    margin-bottom: 120px;
  }
  .p-secRecruitmentPerson .topbox_i {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-secRecruitmentPerson .topbox_i > * {
    flex: 0 1 50%;
  }
  .p-secRecruitmentPerson .topbox_i .imgbox {
    transform: translate(0, -75px);
  }
  .p-secRecruitmentPerson .catch {
    margin-top: 80px;
  }
}

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

.p-secRecruitmentEmployeeLower_i {
  display: inline-flex;
  display: -ms-inline-flexbox;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
  background-color: #F9F9F9;
}
.p-secRecruitmentEmployeeLower_i > * {
  height: auto !important;
}
.p-secRecruitmentEmployeeLower li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 767px) {
  .p-secRecruitmentEmployeeLower_i {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }
  .p-secRecruitmentEmployeeLower .imgbox {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .p-secRecruitmentEmployeeLower .txtbox {
    width: 100%;
  }
  .p-secRecruitmentEmployeeLower .p-sec_h {
    margin-bottom: 10px;
  }
  .p-secRecruitmentEmployeeLower .p-sec_c {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitmentEmployeeLower_i {
    padding: 30px;
  }
  .p-secRecruitmentEmployeeLower .imgbox {
    flex: 0 1 37%;
    text-align: center;
  }
  .p-secRecruitmentEmployeeLower .txtbox {
    flex: 0 1 63%;
  }
  .p-secRecruitmentEmployeeLower .p-sec_h {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-secRecruitmentTraining {
    padding-top: 50px;
  }
  .p-secRecruitmentTraining_h {
    margin-bottom: 30px;
  }
  .p-secRecruitmentTraining_c .imgbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secRecruitmentTraining {
    padding-top: 130px;
  }
  .p-secRecruitmentTraining_h {
    margin-bottom: 34px;
  }
  .p-secRecruitmentTraining .middlebox {
    margin-top: 70px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-secRecruitmentTraining .middlebox .txtbox {
    flex: 0 1 60%;
    padding-right: 70px;
  }
  .p-secRecruitmentTraining .middlebox .imgbox {
    flex: 0 1 40%;
  }
}

@media screen and (max-width: 767px) {
  .p-secEsgTop {
    padding-top: 30px;
  }
  .p-secEsgTop .p-sec_h {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-secEsgTop {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
    padding-top: 70px;
  }
  .p-secEsgTop .txtbox {
    flex: 0 1 60%;
    padding-right: 70px;
  }
  .p-secEsgTop .imgbox {
    flex: 0 1 40%;
    text-align: center;
  }
  .p-secEsgTop .p-sec_h {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-secEsgEnvironment .imgbox {
    margin-top: 30px;
  }
  .p-secEsgEnvironment .bottombox {
    margin-top: 60px;
  }
  .p-secEsgEnvironment .bottombox .list li + li {
    margin-top: 20px;
  }
  .p-secEsgEnvironment .bottombox .list .h {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-secEsgEnvironment {
    padding-top: 100px;
  }
  .p-secEsgEnvironment.m-first {
    margin-top: -70px;
  }
  .p-secEsgEnvironment .topbox {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .p-secEsgEnvironment .txtbox {
    flex: 0 1 54.6%;
    padding-right: 70px;
  }
  .p-secEsgEnvironment .imgbox {
    flex: 0 1 45.4%;
  }
  .p-secEsgEnvironment_h {
    margin-bottom: 34px;
  }
  .p-secEsgEnvironment .bottombox {
    margin-top: 110px;
  }
  .p-secEsgEnvironment .bottombox .list li + li {
    margin-top: 30px;
  }
  .p-secEsgEnvironment .bottombox .list .h {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-secEsgEnvironmentLower .catch {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-secEsgEnvironmentLower .catch {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceGraybox {
    padding: 20px 15px;
  }
  .p-secServiceGraybox + .p-secServiceGraybox {
    margin-top: 20px;
  }
  .p-secServiceGraybox > .p-sec_h {
    margin-bottom: 10px;
  }
  .p-secServiceGraybox .p-sec .p-sec_h {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceGraybox {
    margin-top: 80px;
  }
  .p-secServiceGraybox + .p-secServiceGraybox {
    margin-top: 50px;
  }
  .p-secServiceGraybox > .p-sec_h {
    margin-bottom: 24px;
  }
  .p-secServiceGraybox .p-sec .p-sec_h {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceTransportationVehicle_c {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .p-secServiceTransportationVehicle_c .btn {
    margin-top: 40px;
  }
  .p-secServiceTransportationVehicle_c .imgbox {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceTransportationVehicle {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-secServiceTransportationVehicle_h {
    margin-bottom: 34px;
  }
  .p-secServiceTransportationVehicle_c {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .p-secServiceTransportationVehicle_c .txtbox {
    flex: 0 1 50%;
    padding-left: 70px;
  }
  .p-secServiceTransportationVehicle_c .txtbox .btn {
    margin-top: 40px;
  }
  .p-secServiceTransportationVehicle_c .imgbox {
    flex: 0 1 50%;
  }
  .p-secServiceTransportationVehicle_c .imgbox img {
    width: 100%;
  }
  .p-secServiceTransportationVehicle_c .btn {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceCarMain {
    margin-top: -60px;
  }
  .p-secServiceCarMain_s {
    margin-top: 40px;
  }
  .p-secServiceCarMain_s > * + * {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceCarMain {
    padding-top: 100px;
    margin-top: -70px;
  }
  .p-secServiceCarMain_h {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceCarFactory_c .imgs {
    margin-top: 30px;
  }
  .p-secServiceCarFactory_s {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceCarFactory {
    padding-top: 100px;
  }
  .p-secServiceCarFactory_h {
    margin-bottom: 34px;
  }
  .p-secServiceCarFactory_c .imgs {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceCarFactoryLower .p-sec_h {
    margin-bottom: 10px;
  }
  .p-secServiceCarFactoryLower .imgbox {
    margin-top: 30px;
  }
  .p-secServiceCarFactoryLower .detail {
    margin-top: 20px;
  }
  .p-secServiceCarFactoryLower .detail dt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceCarFactoryLower .p-sec_h {
    margin-bottom: 24px;
  }
  .p-secServiceCarFactoryLower .p-sec_c {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .p-secServiceCarFactoryLower .p-sec_c .txtbox {
    flex: 0 1 67.6%;
    padding-left: 70px;
  }
  .p-secServiceCarFactoryLower .p-sec_c .imgbox {
    flex: 0 1 32.4%;
  }
  .p-secServiceCarFactoryLower .p-sec_c .detail {
    margin-top: 30px;
  }
  .p-secServiceCarFactoryLower .p-sec_c .detail dt {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceWarehouseLower .p-sec_c {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .p-secServiceWarehouseLower .imgbox {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceWarehouseLower .p-sec_c {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .p-secServiceWarehouseLower .p-sec_c > * {
    flex: 0 1 100%;
  }
  .p-secServiceWarehouseLower .txtbox {
    flex: 0 1 72.7%;
    padding-left: 70px;
  }
  .p-secServiceWarehouseLower .imgbox {
    flex: 0 1 27.3%;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceRealMain {
    margin-top: -60px;
  }
  .p-secServiceRealMain_s {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceRealMain {
    padding-top: 100px;
    margin-top: -70px;
  }
  .p-secServiceRealMain_h {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 768px) {
  .p-secServiceRealItems {
    padding-top: 80px;
  }
  .p-secServiceRealItems_h {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceTransportationMain {
    margin-top: -60px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceTransportationMain {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .p-secServiceTransportationMain_h {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  .p-secServiceWarehouseMain_s {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceWarehouseMain {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .p-secServiceWarehouseMain_h {
    margin-bottom: 34px;
  }
}

.p-secContactTop_i {
  background-color: #ffffff;
  padding: 60px 55px;
  text-align: center;
}
.p-secContactTop_h {
  margin-bottom: 30px;
}
.p-secContactTop_h .h {
  font-size: 2.8rem;
}
.p-secContactTop_h .h .l {
  font-size: 3.2rem;
}
.p-secContactTop_c .a {
  display: inline-block;
  font-size: 4.2rem;
  color: #285CA3;
  font-family: "Alata", sans-serif;
  text-decoration: none;
}
.p-secContactTop_c .a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(0, 12%);
}
.p-secContactTop_c .a.tel::before {
  background-image: url(../img/contact/ico_tel.svg);
}
.p-secContactTop_c .a.tel:hover {
  color: #18A1E6;
}
.p-secContactTop_c .a.tel:hover::before {
  background-image: url(../img/contact/ico_tel_hover.svg);
}
.p-secContactTop_c .a.fax::before {
  background-image: url(../img/contact/ico_fax.svg);
}
@media screen and (max-width: 767px) {
  .p-secContactTop_i {
    padding: 30px 15px;
  }
  .p-secContactTop_h {
    margin-bottom: 20px;
  }
  .p-secContactTop_h .h {
    font-size: 2rem;
  }
  .p-secContactTop_h .h .l {
    font-size: 2.4rem;
  }
  .p-secContactTop_c .a {
    font-size: 3.2rem;
  }
  .p-secContactTop_c .a::before {
    transform: translate(0, 17%);
  }
}

.p-secContactForm_i {
  position: relative;
}
.p-secContactForm_i::before {
  content: "";
  display: block;
  width: 176px;
  height: 150px;
  position: absolute;
  top: -100px;
  right: 0;
  transform: translate(0, -50%);
  background-image: url(../img/contact/ico_001.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-secContactForm {
    margin-top: -60px;
  }
  .p-secContactForm_i::before {
    transform: scale(0.7) translate(30%, -20%);
  }
  .p-secContactForm_c .form {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-secContactForm {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -70px;
  }
  .p-secContactForm_h {
    margin-bottom: 34px;
  }
  .p-secContactForm_c .form {
    margin-top: 70px;
    padding: 60px 30px 150px;
    background-color: #ffffff;
  }
}

.p-secSimple .toplink a {
  text-decoration: none;
  color: #18A1E6;
}
.p-secSimple .toplink a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-secSimple_h {
    margin-bottom: 50px;
  }
  .p-secSimple_c .toplink {
    margin-top: 50px;
  }
  .p-secSimple.m-404 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secSimple_h {
    margin-bottom: 70px;
  }
  .p-secSimple_c .toplink {
    margin-top: 60px;
  }
  .p-secSimple.m-404 {
    margin-top: 110px;
  }
}

.c-btnCircleArrow a, .c-btnCircleArrow .a {
  font-family: "Alata", sans-serif;
  font-size: 1.3rem;
  letter-spacing: .2em;
  color: #285CA3;
  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-btnCircleArrow a::after, .c-btnCircleArrow .a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 15px;
  background-color: #285CA3;
  background-image: url(../img/common/ico_arrow_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 7px;
  border-radius: 999px;
  transition: all 600ms ease-out 0s;
}
.c-btnCircleArrow a:hover, .c-btnCircleArrow .a:hover {
  opacity: 1;
  color: #18A1E6;
}
.c-btnCircleArrow a:hover::after, .c-btnCircleArrow .a:hover::after {
  background-color: #18A1E6;
}

.c-btnArrow {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-btnArrow a, .c-btnArrow .a {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 70px;
  min-height: 90px;
  min-width: 430px;
  background-color: #285CA3;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #285CA3;
  border-radius: 999px;
  font-size: 1.6rem;
  font-family: "Alata", sans-serif;
  letter-spacing: .2em;
  position: relative;
  cursor: pointer;
}
.c-btnArrow a span, .c-btnArrow a input, .c-btnArrow .a span, .c-btnArrow .a input {
  position: relative;
  z-index: 2;
}
.c-btnArrow a input, .c-btnArrow .a input {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 1.6rem;
}
.c-btnArrow a .wpcf7-spinner, .c-btnArrow .a .wpcf7-spinner {
  position: absolute !important;
  top: 50%;
  right: 35px;
  transform: translate(0, -50%);
}
.c-btnArrow a::after, .c-btnArrow .a::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background-image: url(../img/common/ico_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 54px;
  transform: translate(0, -50%);
}
.c-btnArrow a:hover, .c-btnArrow .a:hover {
  opacity: 1;
  background-color: #18A1E6;
  border-color: #18A1E6;
}
.c-btnArrow.m-xs a, .c-btnArrow.m-xs .a {
  min-width: 300px;
  min-height: 80px;
}
.c-btnArrow.m-sm a, .c-btnArrow.m-sm .a {
  min-width: 320px;
}
.c-btnArrow.m-slide a, .c-btnArrow.m-slide .a {
  position: relative;
  overflow: hidden;
  border: 0;
}
.c-btnArrow.m-slide a span, .c-btnArrow.m-slide a input, .c-btnArrow.m-slide .a span, .c-btnArrow.m-slide .a input {
  position: relative;
  z-index: 1;
}
.c-btnArrow.m-slide a::before, .c-btnArrow.m-slide .a::before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(30deg) translate(-110%);
  background-color: #18A1E6;
  transition: all 600ms ease-out 0s;
}
.c-btnArrow.m-slide a:hover, .c-btnArrow.m-slide .a:hover {
  background-color: #285CA3;
}
.c-btnArrow.m-slide a:hover::before, .c-btnArrow.m-slide .a:hover::before {
  transform: skew(30deg) translate(-10%);
}
.c-btnArrow.m-wt a, .c-btnArrow.m-wt .a {
  background-color: #ffffff;
  color: #18A1E6;
}
.c-btnArrow.m-wt a::before, .c-btnArrow.m-wt .a::before {
  background-color: #D4F1FF;
}
.c-btnArrow.m-wt a::after, .c-btnArrow.m-wt .a::after {
  width: 38px;
  height: 38px;
  background-image: url(../img/common/ico_arrow_02.svg);
  background-size: 11px 7px;
  background-color: #18A1E6;
  border-radius: 999px;
  right: 30px;
}
.c-btnArrow.m-wt a:hover, .c-btnArrow.m-wt .a:hover {
  background-color: #ffffff;
}
.c-btnArrow.m-noarrow a::after, .c-btnArrow.m-noarrow .a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-btnArrow a, .c-btnArrow .a {
    min-width: 300px;
    min-height: 70px;
  }
  .c-btnArrow a::after, .c-btnArrow .a::after {
    right: 30px;
  }
  .c-btnArrow.m-xs a, .c-btnArrow.m-xs .a {
    min-width: 300px;
    min-height: 70px;
  }
  .c-btnArrow.m-sm a, .c-btnArrow.m-sm .a {
    min-width: 300px;
  }
}

.c-btnAsideContact {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-btnAsideContact a {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 30px;
  min-height: 90px;
  color: #285CA3;
  background-color: #ffffff;
  text-decoration: none;
  border: solid 1px #285CA3;
  border-radius: 999px;
  font-size: 1.8rem;
  font-family: "Alata", sans-serif;
  position: relative;
}
.c-btnAsideContact a span {
  position: relative;
  z-index: 2;
}
.c-btnAsideContact a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/common/contact_bl.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.c-btnAsideContact.m-slide a {
  position: relative;
  overflow: hidden;
  border: 0;
}
.c-btnAsideContact.m-slide a span {
  position: relative;
  z-index: 1;
}
.c-btnAsideContact.m-slide a::after {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(30deg) translate(-110%);
  background-color: #D4F1FF;
  transition: all 600ms ease-out 0s;
}
.c-btnAsideContact.m-slide a:hover {
  opacity: 1;
}
.c-btnAsideContact.m-slide a:hover::after {
  transform: skew(30deg) translate(-10%);
}
@media screen and (max-width: 767px) {
  .c-btnAsideContact a {
    max-width: 300px;
    min-height: 70px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-btnAsideContact a {
    max-width: 300px;
    width: 100%;
  }
}

.c-ttlFrontBasic .en, .c-ttlFrontBasic .ja, .c-ttlFrontBasic .sm, .c-ttlFrontBasic .md, .c-ttlFrontBasic .lg {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-ttlFrontBasic .en {
    font-size: 3rem;
    letter-spacing: .1em;
    font-family: "Alata", sans-serif;
    color: #285CA3;
  }
  .c-ttlFrontBasic .ja {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlFrontBasic .en {
    font-size: 4.6rem;
    letter-spacing: .1em;
    font-family: "Alata", sans-serif;
    color: #285CA3;
  }
  .c-ttlFrontBasic .ja {
    font-size: 2rem;
  }
}

.c-ttlFrontFeatures {
  text-align: center;
  line-height: 1.5;
}
.c-ttlFrontFeatures .en, .c-ttlFrontFeatures .ja {
  display: block;
}
.c-ttlFrontFeatures .en {
  font-size: 2rem;
  letter-spacing: .1em;
  font-family: "Alata", sans-serif;
  color: #285CA3;
}
.c-ttlFrontFeatures .ja {
  font-size: 5rem;
  color: #285CA3;
}
.c-ttlFrontFeatures .ja .circle {
  font-size: 10rem;
  display: inline-block;
  position: relative;
  width: 1.3em;
  text-align: center;
}
.c-ttlFrontFeatures .ja .circle::before {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  border: solid 2px #285CA3;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.c-ttlFrontFeatures .en + .ja {
  margin-top: -.8em;
}
@media screen and (max-width: 767px) {
  .c-ttlFrontFeatures .en {
    font-size: 1.4rem;
  }
  .c-ttlFrontFeatures .ja {
    font-size: 2.4rem;
  }
  .c-ttlFrontFeatures .ja .circle {
    font-size: 3.6rem;
    margin-right: 7px;
  }
  .c-ttlFrontFeatures .en + .ja {
    margin-top: 6px;
  }
}

.c-ttlFrontService {
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}
.c-ttlFrontService .en, .c-ttlFrontService .ja {
  display: block;
}
.c-ttlFrontService .en {
  font-size: 20rem;
  line-height: 1;
  letter-spacing: .1em;
  font-family: "Alata", sans-serif;
  color: #ffffff;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -17%);
  white-space: nowrap;
}
.c-ttlFrontService .ja {
  font-size: 4rem;
  text-align: center;
  color: #285CA3;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-ttlFrontService {
    padding-top: 55px;
  }
  .c-ttlFrontService .en {
    font-size: 7rem;
  }
  .c-ttlFrontService .ja {
    font-size: 2.4rem;
  }
}

.c-ttlLowerBasic .en, .c-ttlLowerBasic .ja {
  display: block;
}
.c-ttlLowerBasic .en {
  font-family: "Alata", sans-serif;
  letter-spacing: .1em;
  color: #285CA3;
}
.c-ttlLowerBasic .ja {
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .c-ttlLowerBasic .en {
    font-size: 1.2rem;
  }
  .c-ttlLowerBasic .ja {
    font-size: 2.4rem;
  }
  .c-ttlLowerBasic.m-simplePage {
    text-align: center;
  }
  .c-ttlLowerBasic.m-simplePage .en {
    font-size: 4rem;
  }
  .c-ttlLowerBasic.m-simplePage .ja {
    font-size: 2.4;
    color: #285CA3;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlLowerBasic .en {
    font-size: 1.5rem;
  }
  .c-ttlLowerBasic .ja {
    font-size: 3.4rem;
  }
  .c-ttlLowerBasic.m-simplePage {
    text-align: center;
  }
  .c-ttlLowerBasic.m-simplePage .en {
    font-size: 6rem;
  }
  .c-ttlLowerBasic.m-simplePage .ja {
    font-size: 3.2;
    color: #285CA3;
  }
  .c-ttlLowerBasic.m-bigen {
    position: relative;
    height: 16rem;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .c-ttlLowerBasic.m-bigen .en {
    font-size: 16rem;
    text-align: justify;
    text-align-last: justify;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: 100%;
  }
  .c-ttlLowerBasic.m-bigen .ja {
    position: relative;
    z-index: 2;
  }
}

.c-ttlBox {
  background-color: #285CA3;
  color: #ffffff;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-ttlBox {
    padding: 5px 0;
    min-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlBox {
    padding: 10px;
    min-height: 76px;
  }
  .c-ttlBox .ja {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: .1em;
  }
}

.c-ttlCatch .h {
  font-size: 2.4rem;
  font-weight: 500;
  color: #285CA3;
}
@media screen and (max-width: 767px) {
  .c-ttlCatch .h {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-ttlBlogTitle .h {
    font-size: 2.4rem;
    font-weight: 500;
    color: #285CA3;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlBlogTitle .h {
    font-size: 3.2rem;
    font-weight: 500;
    color: #285CA3;
  }
}

.c-txt ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: .5em;
}
.c-txt.m-nostyle {
  font-style: normal;
}
.c-txt.m-nostyle > * {
  font-style: normal;
}
.c-txt.m-ta__center {
  text-align: center;
}
.c-txt.m-clr__bl {
  color: #285CA3;
}
@media screen and (max-width: 767px) {
  .c-txt.m-lh__sp_20 {
    line-height: 2;
  }
  .c-txt.m-lh__sp_20 > * + * {
    margin-top: 2em;
  }
  .c-txt.m-lh__sp_20.m-flat > * + * {
    margin-top: 0;
  }
  .c-txt.m-lh__sp_22 {
    line-height: 2.2;
  }
  .c-txt.m-lh__sp_22 > * + * {
    margin-top: 2.2em;
  }
  .c-txt.m-lh__sp_22.m-flat > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-txt.m-fs__pc_16 {
    font-size: 1.6rem;
  }
  .c-txt.m-fs__pc_24 {
    font-size: 2.4rem;
  }
  .c-txt.m-lh__pc_20 {
    line-height: 2;
  }
  .c-txt.m-lh__pc_20 > * + * {
    margin-top: 2em;
  }
  .c-txt.m-lh__pc_20.m-flat > * + * {
    margin-top: 0;
  }
  .c-txt.m-lh__pc_23 {
    line-height: 2.3;
  }
  .c-txt.m-lh__pc_23 > * + * {
    margin-top: 2.3em;
  }
  .c-txt.m-lh__pc_23.m-flat > * + * {
    margin-top: 0;
  }
  .c-txt.m-lh__pc_25 {
    line-height: 2.5;
  }
  .c-txt.m-lh__pc_25 > * + * {
    margin-top: 2.5em;
  }
  .c-txt.m-lh__pc_25.m-flat > * + * {
    margin-top: 0;
  }
}

.c-imgSampleCatch {
  width: 100%;
  aspect-ratio: 1.36;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  font-family: "Alata", sans-serif;
  background-color: #D9D9D9;
}

.c-form select {
  width: 100%;
  max-width: 400px;
  height: 45px;
  border: solid 1px #D9D9D9;
  padding: 10px;
  box-sizing: border-box;
  background-color: #D9D9D9;
}
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"] {
  width: 100%;
  max-width: 300px;
  height: 45px;
  border: solid 1px #D9D9D9;
  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 #D9D9D9;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input::placeholder, .c-form textarea::placeholder {
  color: #D9D9D9;
}
.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 .btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-form input[type="text"]:placeholder,
  .c-form input[type="email"]:placeholder,
  .c-form input[type="tel"]:placeholder {
    font-size: 1.5rem;
  }
  .c-form .btn {
    margin-top: 50px;
  }
}

.c-listFrontService a {
  position: relative;
  display: block;
}
.c-listFrontService a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(40, 92, 163, 0.7);
  transition: all 600ms ease-out 0s;
}
.c-listFrontService a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 3;
  background-image: url(../img/common/ico_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 10px;
  background-color: #285CA3;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  transition: all 600ms ease-out 0s;
}
.c-listFrontService a:hover {
  opacity: 1;
}
.c-listFrontService a:hover::before {
  opacity: 0;
}
.c-listFrontService a:hover::after {
  background-color: #ffffff;
  background-image: url(../img/common/ico_arrow_03.svg);
}
.c-listFrontService .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 35px 25px;
}
.c-listFrontService .txtbox .en {
  font-family: "Alata", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .1em;
}
.c-listFrontService .txtbox .ja {
  font-size: 2.4rem;
  letter-spacing: .1em;
}

.c-listNewsPosts a {
  display: block;
  text-decoration: none;
  color: #000000;
}
.c-listNewsPosts a:hover {
  opacity: 1;
}
.c-listNewsPosts a:hover .imgbox {
  opacity: .4;
}
.c-listNewsPosts .txtbox {
  margin-top: 30px;
}
.c-listNewsPosts .txtbox .date {
  font-size: 1.3rem;
  font-family: "Alata", sans-serif;
  letter-spacing: .1em;
}
.c-listNewsPosts .txtbox .date + .ttl {
  margin-top: 10px;
}
.c-listNewsPosts .txtbox .cat {
  font-size: 1.2rem;
  line-height: 1;
  color: #7C7C7C;
  border-left: solid 1px #7C7C7C;
  padding-left: 1em;
  margin-top: 17px;
}
.c-listNewsPosts .imgbox {
  transition: all 600ms ease-out 0s;
}
.c-listNewsPosts .imgbox img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-listNewsPosts .txtbox {
    margin-top: 20px;
  }
}

.c-listFrontCompany li a {
  display: block;
  padding: 30px 20px 60px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  color: #285CA3;
}
.c-listFrontCompany li a path {
  transition: all 600ms ease-out 0s;
}
.c-listFrontCompany li a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-color: #285CA3;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background-image: url(../img/common/ico_arrow_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 7px;
  transition: all 600ms ease-out 0s;
}
.c-listFrontCompany li a:hover {
  opacity: 1;
  background-color: rgba(40, 92, 163, 0.9);
  color: #ffffff;
}
.c-listFrontCompany li a:hover::after {
  background-color: #ffffff;
  background-image: url(../img/common/ico_arrow_03.svg);
}
.c-listFrontCompany li a:hover .img.fill path {
  fill: #ffffff !important;
}
.c-listFrontCompany li a:hover .img.stroke path {
  stroke: #ffffff;
}
.c-listFrontCompany .txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-listFrontCompany li a {
    padding: 30px;
  }
}

.c-listLinkBtns {
  margin-top: 20px;
  margin-bottom: 50px;
}
.c-listLinkBtns a:hover {
  opacity: 1;
  color: #18A1E6;
}
.c-listLinkBtns li {
  width: 100%;
  padding: 0 20px;
  max-width: 265px;
  margin: 0 auto;
}
.c-listLinkBtns li a {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  min-height: 65px;
  color: #285CA3;
  font-size: 1.6rem;
  text-decoration: none;
  border-bottom: solid 1px #285CA3;
  position: relative;
}
.c-listLinkBtns li a::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-right: solid 1px #285CA3;
  border-bottom: solid 1px #285CA3;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -75%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c-listLinkBtns ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    margin: 0 -20px;
  }
}

.c-listItems a, .c-listItems .a {
  display: block;
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-listItems .imgbox + .txtbox {
    margin-top: 20px;
  }
  .c-listItems .txtbox > * + * {
    margin-top: 15px;
  }
  .c-listItems .ttl {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .c-listItems .imgbox + .txtbox {
    margin-top: 30px;
  }
  .c-listItems .txtbox > * + * {
    margin-top: 20px;
  }
  .c-listItems .ttl {
    font-size: 2rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .c-listRecruitmentFeatures li + li {
    margin-top: 30px;
  }
  .c-listRecruitmentFeatures .ttl + .txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-listRecruitmentFeatures li + li {
    margin-top: 30px;
  }
  .c-listRecruitmentFeatures .ttl + .txt {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-listRecruitmentPerson {
    font-size: 1.8rem;
    color: #ffffff;
  }
  .c-listRecruitmentPerson li::before {
    content: "-";
    display: inline-block;
    margin-right: .5em;
  }
  .c-listRecruitmentPerson li + li {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-listRecruitmentPerson {
    font-size: 2.4rem;
    color: #ffffff;
  }
  .c-listRecruitmentPerson li::before {
    content: "-";
    display: inline-block;
    margin-right: .5em;
  }
  .c-listRecruitmentPerson li + li {
    margin-top: 24px;
  }
}

.c-listTabsBtn ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  border-bottom: solid 1px #D9D9D9;
}
.c-listTabsBtn li {
  padding: 10px 50px;
  min-height: 64px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: solid 1px #ffffff;
  border-bottom: solid 1px #D9D9D9;
  transform: translate(0, 1px);
}
.c-listTabsBtn li.is-active {
  border: solid 1px #D9D9D9;
  border-bottom: solid 1px #ffffff;
}
@media screen and (max-width: 767px) {
  .c-listTabsBtn {
    overflow-x: auto;
  }
  .c-listTabsBtn ul {
    scroll-snap-type: x mandatory;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .c-listTabsBtn li {
    flex-shrink: 0;
    scroll-snap-align: start;
    padding: 5px 10px;
    text-align: left;
  }
}

.c-listNewsCats ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
}
.c-listNewsCats li {
  padding: 0 20px;
}
.c-listNewsCats li a {
  text-decoration: none;
  padding: 5px 20px;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 999px;
  color: #000000;
}
.c-listNewsCats li.is-active a {
  color: #ffffff;
  background-color: #18A1E6;
}
@media screen and (max-width: 767px) {
  .c-listNewsCats ul {
    margin: 0 -5px;
  }
  .c-listNewsCats li {
    padding: 0 2px 10px;
  }
  .c-listNewsCats li a {
    font-size: 1.5rem;
    padding: 3px 12px;
  }
}

.c-listPaging {
  letter-spacing: -.4em;
  text-align: center;
}
.c-listPaging a, .c-listPaging span {
  box-sizing: border-box;
  letter-spacing: 0;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
  overflow: hidden;
}
.c-listPaging .page, .c-listPaging .current {
  display: inline-block;
  font-family: "Alata", sans-serif;
  line-height: 4rem;
  width: 4rem;
  text-align: center;
  font-size: 1.4rem;
  border: solid 1px #285CA3;
  color: #285CA3;
  border-radius: 999px;
}
.c-listPaging .previouspostslink, .c-listPaging .nextpostslink {
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  text-indent: 200%;
  background-image: url(../img/common/ico_arrow_paging.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 12px;
}
.c-listPaging .previouspostslink {
  transform: rotate(180deg);
}
.c-listPaging .current, .c-listPaging .page:hover {
  opacity: 1;
  background-color: #285CA3;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-listPaging a, .c-listPaging span {
    margin: 0 3px;
  }
  .c-listPaging .page, .c-listPaging .current {
    line-height: calc(3.4rem - 2px);
    width: 3.4rem;
  }
  .c-listPaging .previouspostslink, .c-listPaging .nextpostslink {
    width: 3.4rem;
    line-height: 3.4rem;
  }
}

.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 17px;
}
.c-listPrevNext .btn {
  display: inline-flex;
  display: -ms-inline-flexbox;
}
.c-listPrevNext .post-nav__prev, .c-listPrevNext .post-nav__next {
  font-size: 1.8rem;
  min-width: 76px;
}
.c-listPrevNext .post-nav__prev a, .c-listPrevNext .post-nav__next a {
  text-decoration: none;
  display: block;
  position: relative;
  width: 76px;
}
.c-listPrevNext .post-nav__prev a::after, .c-listPrevNext .post-nav__next a::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.c-listPrevNext .post-nav__next a::after {
  background-image: url(../img/common/ico_arrow_next.svg);
  right: 0;
}
.c-listPrevNext .post-nav__prev {
  text-align: right;
}
.c-listPrevNext .post-nav__prev a::after {
  background-image: url(../img/common/ico_arrow_prev.svg);
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-listPrevNext .post-nav {
    margin-left: -5px;
    margin-right: -5px;
  }
  .c-listPrevNext .post-nav > * {
    padding: 0 5px;
  }
  .c-listPrevNext .post-nav__prev, .c-listPrevNext .post-nav__next {
    min-width: 65px;
    font-size: 1.5rem;
  }
  .c-listPrevNext .post-nav__prev a, .c-listPrevNext .post-nav__next a {
    width: 65px;
  }
  .c-listPrevNext .btn a {
    min-width: 200px;
    min-height: 60px;
    padding: 5px 10px;
  }
}

.c-listDateTag {
  line-height: 1;
}
.c-listDateTag ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.c-listDateTag .date {
  font-size: 1.3rem;
  font-family: "Alata", sans-serif;
  letter-spacing: .1em;
}
.c-listDateTag .cat {
  font-size: 1.2rem;
  line-height: 1;
  border-left: solid 1px #7C7C7C;
  padding-left: 1em;
  margin-left: 40px;
}
.c-listDateTag .cat a {
  color: #7C7C7C;
  text-decoration: none;
}

.c-tableOverview table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.c-tableOverview th, .c-tableOverview td {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  border-top: solid 1px #D9D9D9;
}
.c-tableOverview th {
  width: 250px;
  font-weight: 700;
  padding-right: 30px;
  position: relative;
}
.c-tableOverview th::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #285CA3;
  position: absolute;
  top: -1px;
  left: 0;
}
.c-tableOverview td {
  line-height: 2em;
}
.c-tableOverview td > * + * {
  margin-top: 2em;
}
.c-tableOverview td.m-flat > * + * {
  margin-top: 0;
}
.c-tableOverview tr:last-child th, .c-tableOverview tr:last-child td {
  border-bottom: solid 1px #D9D9D9;
}
.c-tableOverview tr:last-child th::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #285CA3;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.c-tableOverview.m-tab tr:first-child th, .c-tableOverview.m-tab tr:first-child td {
  border-top: 0;
}
.c-tableOverview.m-tab tr:first-child th::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-tableOverview table, .c-tableOverview thead, .c-tableOverview tbody, .c-tableOverview tr, .c-tableOverview th, .c-tableOverview td {
    display: block;
  }
  .c-tableOverview th {
    padding: 20px 0 10px;
    width: 100%;
    border-bottom: 0 !important;
  }
  .c-tableOverview th::after {
    display: none !important;
  }
  .c-tableOverview td {
    padding: 0 0 25px 30px;
    border: 0 !important;
  }
}

.c-tableForm {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.c-tableForm .th {
  position: relative;
}
.c-tableForm .th .required {
  display: inline-block;
  background-color: #FF9A35;
  color: #ffffff;
  padding: 1px 10px;
  border-radius: 6px;
}
@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 + tr {
    margin-top: 20px;
  }
  .c-tableForm th {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .c-tableForm th .th > * {
    display: inline-block;
  }
  .c-tableForm th .required {
    margin-left: 20px;
  }
  .c-tableForm th + td {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .c-tableForm table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .c-tableForm .th, .c-tableForm td {
    padding: 15px 0;
  }
  .c-tableForm th {
    width: 270px;
  }
  .c-tableForm th .th .required {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .c-tableForm td {
    padding-left: 30px;
  }
  .c-tableForm .tr_content th {
    vertical-align: top;
    padding-top: 15px;
  }
}

.c-catch {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-catch.m-xl {
  font-size: 3.4rem;
}
.c-catch.m-lg {
  font-size: 3.2rem;
}
.c-catch.m-md {
  font-size: 3rem;
}
.c-catch.m-sm {
  font-size: 2.4rem;
  line-height: 2;
}
.c-catch.m-xs {
  font-size: 2rem;
}
.c-catch.m-border strong {
  background: linear-gradient(transparent calc(100% - 1px), #000000 1px);
}
.c-catch.m-underbar em {
  font-style: normal;
  display: inline-block;
  position: relative;
}
.c-catch.m-underbar em::after {
  content: "";
  display: block;
  width: calc(100% - 1em);
  height: 2px;
  background-color: #285CA3;
  position: absolute;
  bottom: -.5em;
  left: .5em;
}
.c-catch.m-fw__500 {
  font-weight: 500;
}
.c-catch.m-fw__500 .h, .c-catch.m-fw__500 strong {
  font-weight: 500;
}
.c-catch.m-fw__700 {
  font-weight: 700;
}
.c-catch.m-fw__700 .h, .c-catch.m-fw__700 strong {
  font-weight: 700;
}
.c-catch.m-lh__pc_20 {
  line-height: 2;
}
.c-catch.m-lh__pc_15 {
  line-height: 1.5;
}
.c-catch.m-ta__c {
  text-align: center;
}
.c-catch.m-clr__bl {
  color: #285CA3;
}
.c-catch.m-has__num .num {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-catch {
    font-size: 3rem;
  }
  .c-catch.m-underbar em::after {
    bottom: 0;
  }
  .c-catch.m-xl {
    font-size: 2.4rem;
  }
  .c-catch.m-lg {
    font-size: 2.4rem;
  }
  .c-catch.m-md {
    font-size: 2rem;
  }
  .c-catch.m-sm {
    font-size: 2rem;
  }
  .c-catch.m-xs {
    font-size: 1.8rem;
  }
}
