@charset "UTF-8";
/*--------------------------------------------
  value
--------------------------------------------*/
/*--------------------------------------------
  color
--------------------------------------------*/
/*--------------------------------------------
  font
--------------------------------------------*/
/*--------------------------------------------
  margin
--------------------------------------------*/
/*--------------------------------------------
  other
--------------------------------------------*/
/*--------------------------------------------
  MIXIN 等
--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

img {
  vertical-align: top;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
}

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

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

.fadeinUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fadeinUp.on {
  opacity: 1;
  transform: translateY(0);
}

.-hover-box-shadow::before {
  transition: all 0.4s;
}
.-hover-box-shadow:has(.c-more-btn a:hover)::before {
  box-shadow: #8b8b8b 5px 5px 20px;
  background: #182d5c;
}

.-hover-image {
  position: relative;
}

/*--------------------------------------------
  KEYFRAME
--------------------------------------------*/
/*--------------------------------------------
  MIXIN
--------------------------------------------*/
/*============================================

  アイコン

  ■一括置換用
  pattern：\.icon-(.*):before
  replace：@else if $type == '$1'

============================================*/
/*-------------------------------
  :before, :after
-------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icon/icomoon.eot");
  src: url("../fonts/icon/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf") format("truetype"), url("../fonts/icon/icomoon.woff") format("woff"), url("../fonts/icon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*--------------------------------------------
  BASE
--------------------------------------------*/
.c-tel-font {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: bold;
}

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1199px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.4vw;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 2.35vw;
  }
}
html::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
html::-webkit-scrollbar-track {
  background: #187124;
}
html::-webkit-scrollbar-thumb {
  background: #ea5514;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #111111;
  line-height: 1.875;
  letter-spacing: 0.05rem;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}
body.is-modalOpen {
  overflow: hidden;
}

.grecaptcha-badge {
  z-index: 50;
}

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

main {
  display: block;
}

::placeholder {
  color: #cccccc;
}

img {
  vertical-align: middle;
}

table {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}
@media (min-width: 992px) {
  a {
    transition: all 0.4s 0s;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

sup {
  vertical-align: super;
  font-size: 0.75em;
}

sub {
  vertical-align: sub;
  font-size: 0.75em;
}

svg {
  width: 1em;
  height: 1em;
  fill: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
dt,
strong,
b {
  font-weight: 700;
  line-height: 1;
}

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

object {
  pointer-events: none;
}

/*--------------------------------------------
  Print
--------------------------------------------*/
@media print {
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }
  body {
    min-width: 1240px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-i {
  display: none !important;
}

@media print {
  .visible-print-i {
    display: inline !important;
  }
}
.visible-print-ib {
  display: none !important;
}

@media print {
  .visible-print-ib {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media print {
  .visible-ss,
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-ss-i,
  .visible-ss-ib,
  .visible-xs-i,
  .visible-xs-ib,
  .visible-sm-i,
  .visible-sm-ib,
  .visible-md-i,
  .visible-md-ib {
    display: none !important;
  }
  .visible-lg-i {
    display: inline !important;
  }
  .visible-lg-ib {
    display: inline-block !important;
  }
  .hidden-ss,
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@-ms-viewport {
  width: device-width;
}
[role=button] {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.visible-ss,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-ss-i,
.visible-xs-i,
.visible-sm-i,
.visible-md-i,
.visible-lg-i {
  display: none !important;
}

.visible-ss-ib,
.visible-xs-ib,
.visible-sm-ib,
.visible-md-ib,
.visible-lg-ib {
  display: none !important;
}

@media (max-width: 575px) {
  .visible-ss {
    display: block !important;
  }
  table.visible-ss {
    display: table !important;
  }
  tr.visible-ss {
    display: table-row !important;
  }
  th.visible-ss,
  td.visible-ss {
    display: table-cell !important;
  }
  .visible-ss-i {
    display: inline !important;
  }
  .visible-ss-ib {
    display: inline-block !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-i {
    display: inline !important;
  }
  .visible-xs-ib {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-i {
    display: inline !important;
  }
  .visible-sm-ib {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-i {
    display: inline !important;
  }
  .visible-md-ib {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-i {
    display: inline !important;
  }
  .visible-lg-ib {
    display: inline-block !important;
  }
}
@media (max-width: 575px) {
  .hidden-ss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .visible-tb {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-tb {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}
/*============================================

  CONTENT

============================================*/
.l-container {
  position: relative;
}

@media (min-width: 992px) {
  .l-totop:hover {
    opacity: 0.5;
  }
}
/*============================================

  FOOTER

============================================*/
.l-footer {
  background: #1f2f53;
}
.l-footer__cont {
  padding: 5rem 0 3.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer__cont {
    flex-direction: column;
    padding: 3rem 0 5px 0;
    gap: 3rem;
  }
}
.l-footer__cont_item:first-of-type {
  width: min(40%, 31rem);
}
@media (max-width: 767px) {
  .l-footer__cont_item:first-of-type {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .l-footer__cont_item {
    width: 100%;
  }
}
.l-footer__tel a {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .l-footer__tel a {
    font-size: 3rem;
  }
}
.l-footer__nav_list {
  display: flex;
  align-items: center;
  gap: 2em;
}
@media (max-width: 767px) {
  .l-footer__nav_list {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.l-footer__nav_list_item a {
  color: #fff;
  font-size: 1.5rem;
}
.l-footer__copy {
  margin-top: 10rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
  text-align: right;
}
@media (max-width: 767px) {
  .l-footer__copy {
    margin-top: 4rem;
    font-size: 1.2rem;
    text-align: center;
  }
}

/*============================================

  HEADER

============================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 991px) {
  .l-header {
    background: rgba(255, 255, 255, 0.87);
    box-shadow: rgba(255, 255, 255, 0.4705882353) 0 0 10px;
  }
}
.l-header__inner {
  width: min(90%, 1500px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.2rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 1.5rem 0;
  }
}
.l-header__logo {
  position: relative;
  display: block;
  z-index: 120;
  width: min(50%, 33rem);
  flex-shrink: 0;
  filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
}
@media (max-width: 991px) {
  .l-header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -70%;
    width: 70%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    overflow-y: auto;
  }
}
.l-header__nav.is-active {
  transform: translateX(-100%);
}
.l-header__nav_list {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
@media (max-width: 991px) {
  .l-header__nav_list {
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    gap: 2.8rem;
    padding: 8rem 2rem 0;
  }
}
.l-header__nav_list_item {
  font-size: 1.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .l-header__nav_list_item {
    width: 100%;
  }
}
.l-header__nav_list_item a {
  font-weight: 500;
}
@media (max-width: 991px) {
  .l-header__nav_list_item a {
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5em;
  }
  .l-header__nav_list_item a:not(.-contact)::before {
    content: "";
    width: 0.7em;
    height: 0.7em;
    background: #1f2f53;
    border-radius: 100%;
    display: block;
  }
}
.l-header__nav_list_item .-contact {
  width: 11.5rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background: #000;
  letter-spacing: -0.02rem;
}
@media (max-width: 991px) {
  .l-header__nav_list_item .-contact {
    width: min(100%, 38rem);
    margin-top: 2rem;
  }
}
.l-header__nav_list_item .-tel {
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: center;
  border-top: 1px solid #8b8b8b;
}
.l-header__nav_list_item .-tel p,
.l-header__nav_list_item .-tel a {
  width: 90%;
  margin: 0 auto;
}
.l-header__nav_list_item .-tel p {
  color: #1f2f53;
  font-size: 1.8rem;
}
.l-header__nav_list_item .-tel p:first-of-type {
  font-weight: bold;
}
.l-header__nav_list_item .-tel p:last-of-type {
  font-size: 1.4rem;
}
.l-header__nav_list_item .-tel a {
  font-weight: bold;
  font-size: 2.8rem;
  display: block;
  font-style: italic;
}
.l-header__nav_list_item .-tel a::before {
  content: none;
}
.l-header__hamburger {
  display: none;
}
@media (max-width: 991px) {
  .l-header__hamburger {
    position: relative;
    display: block;
    z-index: 1001;
    width: 30px;
    height: 25px;
    cursor: pointer;
  }
  .l-header__hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1f2f53;
    transition: 0.3s;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 0;
  }
  .l-header__hamburger span:nth-child(2) {
    top: 12px;
  }
  .l-header__hamburger span:nth-child(3) {
    bottom: 0;
  }
  .l-header__hamburger.is-active span {
    width: 100%;
  }
  .l-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(12px) rotate(-40deg) scaleX(0.8);
  }
  .l-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .l-header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-12px) rotate(40deg) scaleX(0.8);
  }
}

/*============================================

  SIDE

============================================*/
/*============================================

  ACCORDION

============================================*/
.c-accordion__cont {
  display: none;
}

/*============================================

  BUTTON WRAP

============================================*/
.c-more-btn a {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-more-btn a:hover .arrow::before {
  left: 80%;
}
.c-more-btn.-white a {
  color: #fff;
}
.c-more-btn.-center a {
  justify-content: center;
}

.arrow {
  position: relative;
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  transition: all 0.4s;
}
.arrow::before {
  content: "";
  width: 110%;
  height: 10px;
  background-image: url(../../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 50%;
  transition: all 0.2s;
  z-index: 1;
}
.arrow.-white {
  border-color: #fff;
}
.arrow.-white::before {
  background-image: url(../../img/common/arrow_white.png);
}

/*============================================

  CARD

============================================*/
/*-------------------------------
  CARD > NEWS
-------------------------------*/
/*============================================

  BREADCRUMB

============================================*/
.l-crumb {
  line-height: 1;
  margin-bottom: 2rem;
}
.l-crumb .breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-crumb .breadcrumb li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.625em;
}
.l-crumb .breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 0.875em;
  padding: 5px 0;
  max-width: 30em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
  color: #1f2f53;
  vertical-align: middle;
}
.l-crumb .breadcrumb li a:hover {
  color: #1f2f53;
  text-decoration: underline;
}
.l-crumb .breadcrumb li:last-child {
  margin-right: 0;
}
.l-crumb .breadcrumb li:last-child:after {
  display: none;
}
.l-crumb .breadcrumb li:last-child a {
  pointer-events: none;
}

/*============================================

  FORM

============================================*/
.c-form__sheet:not(:last-child) {
  margin-bottom: 5rem;
}
.c-form__sheet > tbody > tr {
  border-bottom: solid 1px #e5e5e5;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 2em 1em;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 30%;
}
.c-form__sheet > tbody > tr > td {
  width: 70%;
}
@media (max-width: 767px) {
  .c-form__sheet > tbody > tr {
    display: block;
    padding-bottom: 1.125em;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    padding: 0;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    font-size: 1.125em;
    margin-bottom: 0.75em;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
  }
  .c-form__sheet > tbody > tr:nth-last-child(n+2) {
    margin-bottom: 1.125em;
  }
}
.c-form__ttl {
  display: inline-block;
  padding-right: 0.75em;
  font-weight: inherit;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  position: absolute;
  content: "*";
  right: 0;
  top: 0;
  font-size: 1.125em;
  color: #c11;
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}
.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}
.c-form__field:nth-child(n+2) {
  margin-top: 1em;
}
.c-form__field label.error {
  display: block;
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__field.-pe_none label {
  pointer-events: none;
}
.c-form__field.-pe_none label input {
  pointer-events: none;
}
.c-form__field.-radio li:nth-child(n+2), .c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__notes {
  position: relative;
  margin-top: 0.5em;
  font-size: 0.875em;
  color: #111111;
  opacity: 0.75;
  padding-left: 1em;
}
.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  background: #f5f5f5;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 60%;
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 80%;
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}
.c-form__input.-text.-half:nth-child(n+2), .c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}
.c-form__input.-text.-full, .c-form__input.-textarea.-full {
  width: 100%;
}
@media (max-width: 767px) {
  .c-form__input.-text.-short, .c-form__input.-textarea.-short {
    width: 50%;
  }
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}
.c-form__select {
  background: #f5f5f5;
  display: inline-block;
  max-width: 100%;
  padding: 1em 1.25em;
  line-height: 1;
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2.25em;
  line-height: 1;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #f5f5f5;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  background: #ea5514;
  transform: scale(0.4);
  visibility: hidden;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 3px;
  width: 1.5em;
  height: 1.5em;
  background: #f5f5f5;
}
.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #ea5514;
  border-bottom: solid 3px #ea5514;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__agreement {
  text-align: center;
  margin-bottom: 1.5em;
}
.c-form__agreement a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__button {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .c-form__button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form__btn {
  cursor: pointer;
  display: block;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 1.25em 1em;
  text-align: center;
  border: solid 1px #ea5514;
  background: #ea5514;
  transition: all 0.4s 0s;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
}
@media (min-width: 992px) {
  .c-form__btn:hover {
    background: #fff;
    color: #ea5514;
  }
  .c-form__btn.-back:hover {
    background: #fff;
    color: #aaa;
  }
}
@media (min-width: 768px) {
  .c-form__btn {
    width: 280px;
  }
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767px) {
  .c-form__btn {
    width: 50%;
    margin: 0 auto;
  }
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
@media (max-width: 575px) {
  .c-form__btn {
    width: 100%;
  }
}
.c-form__annotation {
  margin-top: 5rem;
  padding: 3rem;
  background: #f8f8f8;
}
.c-form__annotation > p {
  position: relative;
  padding-left: 1.25em;
}
.c-form__annotation > p:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__annotation > p a {
  color: #ea5514;
}
@media (min-width: 992px) {
  .c-form__annotation > p a:hover {
    color: #183071;
  }
}
.c-form__privacy dl {
  border: solid 1px #e6eaed;
  padding: 2em;
  width: 100%;
  max-height: 15em;
  line-height: 1.4;
  overflow-y: scroll;
}
.c-form__privacy dl::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.c-form__privacy dl::-webkit-scrollbar-track {
  background: #e6eaed;
}
.c-form__privacy dl::-webkit-scrollbar-thumb {
  background: #ea5514;
}
.c-form__privacy dl dt {
  position: relative;
  font-weight: 700;
  border-left: solid 0.375em #ea5514;
  padding-left: 0.625em;
}
.c-form__privacy dl dd {
  font-size: 0.875em;
  margin-top: 1em;
}
.c-form__privacy dl dd > *:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-form__privacy dl dd:not(:last-child) {
  margin-bottom: 2.5em;
}
.c-form__privacy dl dd ul {
  padding-left: 1.5em;
}
.c-form__privacy dl dd ul li {
  list-style: disc;
}
.c-form__agreement {
  text-align: center;
  padding: 1em;
  line-height: 1;
  background: #e5e5e5;
}
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-confirm .c-form__error {
  display: none;
}
.c-form.-confirm .c-form__agreement {
  display: none;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2.5;
}

/*============================================

  LOGO

============================================*/
.c-logo__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .c-logo__link:hover {
    opacity: 0.5;
  }
}
.c-logo__img img,
.c-logo__img svg,
.c-logo__img object {
  width: 100%;
  height: 100%;
}

/*============================================

  CONTAINER

============================================*/
.c-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
}

/*============================================

  SECTION

============================================*/
.c-section + .c-section {
  margin-top: 10rem;
}
.c-section + .c-section.-gap_md {
  margin-top: 8rem;
}
.c-section + .c-section.-gap_sm {
  margin-top: 6rem;
}
@media (max-width: 991px) {
  .c-section + .c-section {
    margin-top: 8rem;
  }
  .c-section + .c-section.-gap_md {
    margin-top: 6rem;
  }
  .c-section + .c-section.-gap_sm {
    margin-top: 4rem;
  }
}

/*============================================

  IFRAME

============================================*/
.c-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*============================================

  TEXT

============================================*/
.c-paragraph > p:nth-child(n+2) {
  margin-top: 1em;
}

.c-annotation > p {
  position: relative;
  padding-left: 1.1em;
}
.c-annotation > p:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

/*============================================

  GLOBAL NAVIGATION

============================================*/
.p-gnavi__megamenu {
  display: none;
}
@media (min-width: 992px) {
  .p-gnavi__megamenu {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 3rem;
    z-index: 3;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .p-gnavi__megamenu {
    width: 100%;
  }
}
.p-gnavi__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  display: none;
  z-index: 1;
}
@media (max-width: 991px) {
  .p-gnavi {
    background: rgba(0, 0, 0, 0.875);
  }
  .p-gnavi__inner {
    display: block;
    padding: 12rem 3rem 5rem;
    font-size: 1.125em;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .p-gnavi {
    width: 50vw;
  }
}

/*============================================

  IMAGE

============================================*/
/*-------------------------------
  CASE > OBJECT FIT
-------------------------------*/
.c-ofi {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c-ofi__img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position:center center;";
}
.c-ofi__img.-contain {
  object-fit: contain;
  font-family: "object-fit: contain;object-position:center center;";
}

/*============================================

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
.c-mv {
  margin-top: 8.5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.c-mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 200px 0 0 200px;
  z-index: 0;
  width: 70%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-mv__bg {
    border-radius: 100px 0 0 100px;
  }
}
.c-mv__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1f2f53;
  opacity: 0.95;
  position: absolute;
  top: 0;
  right: 0;
  transition: 1s;
  transform: translateX(0%);
}
.c-mv__bg.on::before {
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .c-mv__bg.on::before {
    width: 140vw;
  }
}
.c-mv__inner {
  width: 90%;
  margin-left: auto;
}
.c-mv__cont {
  padding: 12vw;
  position: relative;
}
@media (max-width: 767px) {
  .c-mv__cont {
    padding: 25vw;
  }
}
.c-mv__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.6039215686);
}
.c-mv__title .en {
  font-size: 8rem;
  font-style: italic;
}
@media (max-width: 767px) {
  .c-mv__title .en {
    font-size: 4.5rem;
  }
}
.c-mv__title .jp {
  font-size: 2rem;
  margin-left: 0.2em;
}

/*============================================

  LINK EXTERNAL

============================================*/
/*============================================

  LINK PRIMARY

============================================*/
.c-link_pr {
  color: #ea5514;
}
@media (min-width: 992px) {
  .c-link_pr {
    text-decoration: underline;
    opacity: 0.5;
  }
}

/*============================================

  LINK ARROW

============================================*/
/*============================================

  LIST PRIMARY

============================================*/
.c-news-list {
  display: flex;
  flex-direction: column;
}
.c-news-list_item:not(:last-of-type) {
  border-bottom: 1px solid #c6c7c7;
}
@media (max-width: 767px) {
  .c-news-list_item:last-of-type {
    border-bottom: 1px solid #c6c7c7;
  }
}
.c-news-list_item:first-of-type a {
  padding-top: 0;
}
.c-news-list_item a {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .c-news-list_item a {
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
    padding: 2.5rem 0;
  }
}
.c-news-list_item time {
  font-size: 1.8rem;
  min-width: 6em;
}
.c-news-list_item .cat {
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  width: min(100%, 9.5rem);
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.c-news-list_item h3 {
  margin-left: 1rem;
  color: #5f6477;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-news-list_item h3 {
    width: 100%;
    margin-left: 0;
  }
}

/*============================================

  MODAL WINDOW

============================================*/
.c-modal {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.c-modal__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-modal__container {
  position: absolute;
  max-width: 1200px;
  width: 94%;
  max-height: 94%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-modal__container::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.c-modal__container::-webkit-scrollbar-track {
  background: #187124;
}
.c-modal__container::-webkit-scrollbar-thumb {
  background: #ea5514;
}
.c-modal__inner {
  background: #fff;
}
.c-modal__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-modal__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-modal__close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 5rem;
  height: 5rem;
  border: solid 1px #ea5514;
  border-radius: 50%;
  transition: 0.4s;
  background: #fff;
  z-index: 3;
}
.c-modal__close:before, .c-modal__close:after {
  position: absolute;
  content: "";
  left: 25%;
  top: calc(50% - 1px);
  width: 50%;
  height: 2px;
  background: #ea5514;
}
.c-modal__close:before {
  transform: rotate(45deg);
}
.c-modal__close:after {
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .c-modal__close:hover {
    opacity: 0.5;
  }
}

/*============================================

  PAGER

============================================*/
.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  background: #fff;
  color: #183071;
}
.c-pager__item:nth-child(n+2) {
  margin-left: 0.5em;
}
.c-pager__item.-current {
  background: #183071;
  color: #fff;
}
.c-pager__item.-ellipsis {
  background: none;
  color: #111111;
}
.c-pager__item.-link {
  border: solid 1px #183071;
}
@media (min-width: 992px) {
  .c-pager__item.-link:hover {
    background: #183071;
    color: #fff;
  }
}

/*============================================

  TAB

============================================*/
.c-tab__head {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.c-tab__trg.is-act {
  pointer-events: none;
}
.c-tab__conts {
  display: none;
}

/*============================================

  TABLE PRIMARY

============================================*/
/*============================================

  TITLE

============================================*/
/*-------------------------------
  TITLE > SUPPLEMENT
-------------------------------*/
@media (max-width: 767px) {
  .c-sec-ttl {
    margin-bottom: 3rem;
  }
}
.c-sec-ttl .en {
  font-size: 1.8rem;
  font-weight: normal;
  margin-left: 0.2em;
  margin-bottom: 0.5em;
  display: block;
}
@media (max-width: 767px) {
  .c-sec-ttl .en {
    font-size: 1.4rem;
  }
}
.c-sec-ttl .ja {
  font-size: 4.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-sec-ttl .ja {
    font-size: 3.2rem;
  }
}
.c-sec-ttl.-center {
  text-align: center;
}
.c-sec-ttl.-white {
  color: #fff;
}

/*--------------------------------------------
  value
--------------------------------------------*/
/*--------------------------------------------
  color
--------------------------------------------*/
/*--------------------------------------------
  font
--------------------------------------------*/
/*--------------------------------------------
  margin
--------------------------------------------*/
/*--------------------------------------------
  other
--------------------------------------------*/
/*============================================

  BREADCRUMB

============================================*/
.-radius10 {
  border-radius: 10px;
}

.-radius70 {
  border-radius: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .-radius70 {
    border-radius: 50px;
  }
}

.-inner {
  width: min(90%, 1150px);
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .-inner {
    width: min(80%, 1000px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .-inner {
    width: min(80%, 1000px);
  }
}

.-center {
  text-align: center;
}

.c-cv-contact {
  margin: 10rem auto;
  background: #1f2f53;
}
@media (max-width: 767px) {
  .c-cv-contact {
    margin: 5rem auto;
  }
}
.c-cv-contact__cont {
  width: 85%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .c-cv-contact__cont {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .c-cv-contact__cont {
    width: 90%;
    flex-direction: column;
  }
}
.c-cv-contact__cont_item {
  width: 50%;
}
@media (max-width: 1199px) {
  .c-cv-contact__cont_item:first-of-type {
    width: max-content;
    flex-shrink: 0;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .c-cv-contact__cont_item:first-of-type {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .c-cv-contact__cont_item:first-of-type {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .c-cv-contact__cont_item {
    width: 100%;
  }
}
.c-cv-contact__cont_item a,
.c-cv-contact__cont_item p {
  color: #fff;
}
.c-cv-contact__cont_item:first-of-type p {
  font-size: 1.5rem;
  font-weight: 100;
  margin-top: 2rem;
}
.c-cv-contact__cont_form a {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.c-cv-contact__cont_form a:hover span::before {
  right: -2em;
}
.c-cv-contact__cont_form a span {
  position: relative;
  display: block;
  width: max-content;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-cv-contact__cont_form a span {
    font-size: 1.6rem;
  }
}
.c-cv-contact__cont_form a span::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  right: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../img/common/arrow_min.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.2s;
}
.c-cv-contact__cont_tel {
  margin-top: 2rem;
}
.c-cv-contact__cont_tel a {
  font-size: 3.875vw;
  letter-spacing: -0.1rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-cv-contact__cont_tel a {
    font-size: 5rem;
  }
}
.c-cv-contact__cont_tel p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 100;
}

.c-totop {
  position: fixed;
  bottom: 50%;
  right: 10%;
  width: 7.3rem;
  height: 7.3rem;
  background: #000;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-totop {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.c-totop:hover {
  background: rgba(0, 0, 0, 0.7921568627);
}
.c-totop:hover span::before {
  top: 38%;
}
.c-totop span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-totop span::before {
  transition: all 0.4s;
  content: "";
  width: 1.2rem;
  height: 3.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../img/common/arrow_to_top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .c-totop span::before {
    width: 0.9rem;
    height: 2.5rem;
  }
}

/*============================================

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
/*============================================

  CONTACT

============================================*/
/*-------------------------------
  CONTACT > COMMON
-------------------------------*/
/*-------------------------------
  CONTACT > THANKS
-------------------------------*/
.p-thanks__txt {
  margin-top: 5rem;
  text-align: center;
  line-height: 2;
}
.p-thanks__btn {
  text-align: center;
  margin-top: 5rem;
}

/*--------------------------------------------
  value
--------------------------------------------*/
/*--------------------------------------------
  color
--------------------------------------------*/
/*--------------------------------------------
  font
--------------------------------------------*/
/*--------------------------------------------
  margin
--------------------------------------------*/
/*--------------------------------------------
  other
--------------------------------------------*/
/*============================================

  HOME

============================================*/
/*-------------------------------
  HOME > NEWS
-------------------------------*/
.p-home {
  position: relative;
  overflow: hidden;
}
.p-home::before {
  content: "";
  width: 100vw;
  height: min(110vh, 120rem);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 100%);
  background: url(../../img//home/kv_bg1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: 1.5s;
  transition-delay: 0.4s;
}
.p-home::after {
  content: "";
  width: 100vw;
  height: min(110vh, 120rem);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(100%, -100%);
  background: url(../../img//home/kv_bg2.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: 1.5s;
  transition-delay: 0.4s;
}
.p-home.on::before {
  transform: translate(0, 0);
}
.p-home.on::after {
  transform: translate(0, 0);
}
.p-home__kv {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: min(100vh, 855px);
  aspect-ratio: 1/1;
}
.p-home__kv_contImg {
  position: relative;
  width: 100vw;
  height: min(100vh, 855px);
}
.p-home__kv_contImg_list {
  position: absolute;
  z-index: 0;
  top: -2vw;
  right: -8vw;
  width: 50%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .p-home__kv_contImg_list {
    right: 0;
  }
}
@media (max-width: 767px) {
  .p-home__kv_contImg_list {
    right: 5vw;
  }
}
@media (max-width: 767px) {
  .p-home__kv_contImg_list {
    width: 80%;
  }
}
.p-home__kv_contImg_list_item {
  position: absolute;
  width: 22vw;
  height: 50%;
  width: min(23.2vw, 470px);
  height: min(23.2vw, 470px);
  object-fit: cover;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M100 1 Q110 1 120 11 L189 80 Q199 90 199 100 Q199 110 189 120 L120 189 Q110 199 100 199 Q90 199 80 189 L11 120 Q1 110 1 100 Q1 90 11 80 L80 11 Q90 1 100 1 Z' fill='%23000000' /%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  top: 10vw;
  left: 28vw;
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-home__kv_contImg_list_item {
    width: 40vw;
    height: 40vw;
  }
}
.p-home__kv_contImg_list_item:nth-child(1).on {
  transform: translate(-14vw, 18vw);
  opacity: 1;
}
@media (max-width: 767px) {
  .p-home__kv_contImg_list_item:nth-child(1).on {
    transform: translate(2vw, 49vw);
  }
}
.p-home__kv_contImg_list_item:nth-child(2) {
  z-index: 1;
  opacity: 1;
}
.p-home__kv_contImg_list_item:nth-child(2).on {
  transform: translate(0, 4vw);
  opacity: 1;
}
@media (max-width: 767px) {
  .p-home__kv_contImg_list_item:nth-child(2).on {
    transform: translate(25vw, 25vw);
  }
}
.p-home__kv_contImg_list_item:nth-child(3).on {
  transform: translate(-14vw, -10vw);
  opacity: 1;
}
@media (max-width: 767px) {
  .p-home__kv_contImg_list_item:nth-child(3).on {
    transform: translate(2vw, 0);
  }
}
.p-home__kv_contImg_list_item:nth-child(4).on {
  transform: translate(-28vw, 4vw);
  opacity: 1;
}
@media (max-width: 767px) {
  .p-home__kv_contImg_list_item:nth-child(4).on {
    transform: translate(-22vw, 25vw);
  }
}
.p-home__kv_contImg_list_item .kv_item {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.p-home__kv_contImg_list_item .kv_item.-top {
  background-image: url(../../img/home/kv_item_top.jpg);
}
.p-home__kv_contImg_list_item .kv_item.-right {
  background-image: url(../../img/home/kv_item_right.jpg);
}
.p-home__kv_contImg_list_item .kv_item.-bottom {
  background-image: url(../../img/home/kv_item_bottom.jpg);
}
.p-home__kv_contImg_list_item .kv_item.-left {
  background-image: url(../../img/home/kv_item_left.jpg);
}
.p-home__kv_contBox {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 1150px);
}
@media (max-width: 767px) {
  .p-home__kv_contBox {
    top: 70%;
  }
}
.p-home__kv_contBox_catch {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}
@keyframes slideFromLeft {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fadeInSlideRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.p-home__kv_news {
  margin-top: 10rem;
  width: min(90%, 63rem);
  display: flex;
  height: 6.2rem;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home__kv_news {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    width: 100vw;
    margin: calc((100% - 100vw) / 2);
    margin-top: 5rem;
  }
}
.p-home__kv_news_ttl {
  min-width: 13rem;
  height: 100%;
  background: #1f2f53;
  color: #fff;
  font-weight: bold;
  border-radius: 100px 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .p-home__kv_news_ttl {
    border-radius: 0 100px 0 0;
    height: 4rem;
  }
}
.p-home__kv_news_cont {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  border-radius: 0 100px 100px 0;
}
@media (max-width: 767px) {
  .p-home__kv_news_cont {
    height: auto;
    width: 90%;
  }
}
.p-home__kv_news_cont.animate-slide {
  animation: slideFromLeft 0.5s ease-out forwards;
}
.p-home__kv_news_cont a {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  transform: translateX(-100%);
  opacity: 0;
  animation: fadeInSlideRight 0.5s ease-out 0.3s forwards;
  animation-delay: 2s;
}
@media (max-width: 767px) {
  .p-home__kv_news_cont a {
    padding: 2rem 0;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1.5rem;
    gap: 5px;
  }
}
.p-home__kv_news_cont a time {
  font-weight: bold;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .p-home__kv_news_cont a time {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .p-home__kv_news_cont a span {
    display: none;
  }
}
.p-home__kv_news_cont a h4 {
  font-weight: 400;
}
.p-home .c-home-sec-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .p-home .c-home-sec-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-home .c-home-sec-flex_img {
  width: min(50%, 62rem);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-home .c-home-sec-flex_img {
    display: contents;
  }
}
@media (max-width: 767px) {
  .p-home .c-home-sec-flex_img img {
    order: 2;
  }
}
.p-home .c-home-sec-flex_txt {
  width: 100%;
  margin-left: 3.90625vw;
}
@media (max-width: 767px) {
  .p-home .c-home-sec-flex_txt {
    display: contents;
  }
}
@media (max-width: 767px) {
  .p-home .c-home-sec-flex_txt h2 {
    order: 1;
  }
}
.p-home .c-home-sec-flex_txt p {
  margin: 2.2rem 0 1.5rem 0;
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .p-home .c-home-sec-flex_txt p {
    order: 3;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .p-home .c-home-sec-flex_txt .c-more-btn {
    order: 4;
    margin-top: 2rem;
  }
}
.p-home .c-home-sec-flex.-white h2,
.p-home .c-home-sec-flex.-white p {
  color: #fff;
}
.p-home .c-home-sec-flex.-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-home .c-home-sec-flex.-reverse {
    flex-direction: column;
  }
}
.p-home .c-home-sec-flex.-reverse .c-home-sec-flex_txt {
  padding-right: 10%;
  margin-left: 0;
}
@media (max-width: 767px) {
  .p-home .c-home-sec-flex.-reverse .c-home-sec-flex_txt {
    padding-left: 0;
  }
}
.p-home__about {
  margin-top: 5rem;
}
.p-home__service, .p-home__achievements, .p-home__recruit, .p-home__news, .p-home__company {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p-home__service, .p-home__achievements, .p-home__recruit, .p-home__news, .p-home__company {
    margin-top: 5rem;
  }
}
.p-home__service {
  position: relative;
  padding: 10rem 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home__service {
    padding: 5rem 0;
  }
}
.p-home__service::before {
  content: "";
  width: calc(100vw - 5%);
  height: 100%;
  border-radius: 0 48rem 45rem 0;
  background: #1f2f53;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.8s;
  transition-delay: 0.2s;
  transform: translate(-100%, 0);
}
.p-home__service.on::before {
  transform: translate(0%, 0);
}
@media (max-width: 767px) {
  .p-home__service.on::before {
    width: 140vw;
  }
}
.p-home__achievements {
  margin-top: 10rem;
}
.p-home__achievements_txt {
  text-align: center;
  width: min(100%, 58rem);
  margin: 3rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-home__achievements_txt {
    text-align: justify;
  }
}
.p-home__achievements_list {
  display: flex;
  justify-content: space-between;
  width: min(90%, 88.5rem);
  margin: 3rem auto;
}
@media (max-width: 767px) {
  .p-home__achievements_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.p-home__achievements_list_item {
  width: 30%;
  aspect-ratio: 1/1;
  background: #1f2f53;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.01);
  transition-timing-function: cubic-bezier(0, 0.92, 0.69, 2.4);
}
@media (max-width: 767px) {
  .p-home__achievements_list_item {
    width: calc((100% - 10px) / 2);
    height: 100%;
  }
  .p-home__achievements_list_item:first-of-type {
    margin: 0 calc((100% - 10px) / 2 / 2);
  }
}
.p-home__achievements_list_item p {
  position: relative;
  top: -1em;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .p-home__achievements_list_item p {
    font-size: 0.95em;
  }
}
.p-home__achievements_list_item p img {
  position: absolute;
  bottom: -4.5em;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 12rem);
}
@media (max-width: 767px) {
  .p-home__achievements_list_item p img {
    width: 10rem;
  }
}
.p-home__achievements_list.on .p-home__achievements_list_item {
  transition: 0.4s;
  transform: scale(1);
  transition-timing-function: cubic-bezier(0, 0.02, 0, 2.17);
}
.p-home__recruit {
  position: relative;
  padding: 10rem 0;
  z-index: 0;
}
.p-home__recruit::before {
  content: "";
  width: calc(100vw - 5%);
  height: 100%;
  border-radius: 80px 0 0 80px;
  background: #1f2f53;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-home__recruit::before {
    border-radius: 100px 0 0 100px;
    width: 100%;
  }
}
.p-home__recruit .s-interview {
  margin-top: 8rem;
}
.p-home__recruit .s-interview__cont {
  position: relative;
  margin-left: calc((100% - 1150px) / 2);
  overflow-y: hidden;
  padding: 4rem 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-home__recruit .s-interview__cont {
    width: 90%;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-home__recruit .s-interview__cont {
    width: 90%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .p-home__recruit .s-interview__cont {
    width: 100%;
    margin-left: auto;
    padding: 0 0 4rem 0;
  }
}
.p-home__recruit .s-interview__cont::-webkit-scrollbar {
  display: none;
}
.p-home__recruit .s-interview__cont_list {
  width: calc(100% + 3rem);
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-home__recruit .s-interview__cont_list {
    width: 120%;
  }
}
.p-home__recruit .s-interview__cont_list_item {
  aspect-ratio: 256/231;
}
.p-home__recruit .s-interview__cont_list_item a {
  width: 100%;
  height: 100%;
}
.p-home__recruit .s-interview__cont_list_item a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-home__news_cont {
  display: flex;
}
@media (max-width: 767px) {
  .p-home__news_cont {
    flex-direction: column;
    align-items: center;
  }
}
.p-home__news_cont_item:first-of-type {
  width: min(100%, 33rem);
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .p-home__news_cont_item:first-of-type {
    width: max-content;
    margin-right: 3vw;
  }
}
@media (max-width: 767px) {
  .p-home__news_cont_item:first-of-type {
    display: contents;
  }
}
.p-home__news_cont_item:first-of-type .c-sec-ttl {
  order: 1;
}
.p-home__news_cont_item:first-of-type .c-more-btn {
  order: 3;
}
.p-home__news_cont_item:last-of-type {
  width: 100%;
  order: 2;
}
.p-home__news_cont_item .c-sec-ttl {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-home__news_cont_item .c-sec-ttl {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-home__news_cont_item .c-more-btn {
    margin-top: 4rem;
  }
}
.p-home__company {
  background: url(../../img/home/company_img_01.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 20rem 0;
}
@media (max-width: 767px) {
  .p-home__company {
    padding: 0 0;
  }
}
.p-home__company_cont {
  width: 36.5rem;
  height: 36.5rem;
  background: rgba(0, 0, 0, 0.7529411765);
  border-radius: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-home__company_cont {
    width: 25.5rem;
    height: 25.5rem;
  }
}
.p-home__company_cont a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}
.p-home__company_cont a:hover .arrow::before {
  left: 80%;
}
.p-home .mof {
  animation: auto linear reveal both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
}
@keyframes reveal {
  from {
    opacity: 0;
    clip-path: inset(0% 60% 0% 50%);
  }
  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

/*============================================

  NEWS

============================================*/
/*-------------------------------
  NEWS > COMMON
-------------------------------*/
.p-news {
  background: #f1f9ff;
}
.p-news__container {
  padding: 0 0 12rem 0;
}
.p-news__list {
  padding-top: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.p-news__list_item {
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.0901960784);
}
.p-news__list_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 0;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-news__list_item a {
    flex-direction: column;
    gap: 0.4rem;
    align-items: baseline;
  }
}
.p-news__list_item a h3 {
  font-size: 2rem;
}
.p-news__list_item a time {
  font-weight: 700;
  color: #1f2f53;
  font-size: 1.8rem;
  font-style: italic;
  font-family: "Outfit", sans-serif;
}

/*============================================

  PRIVACY POLICY

============================================*/
/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
/*============================================

  SITEMAP

============================================*/
/*-------------------------------
  SITEMAP > COMMON
-------------------------------*/
/*============================================

  STAFF

============================================*/
/*-------------------------------
  STAFF > COMMON
-------------------------------*/
.p-staff__intro {
  padding: 6rem 0;
}
.p-staff__intro h2 {
  font-size: 4.2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-staff__intro h2 {
    line-height: 1.2;
  }
}
.p-staff__intro p {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-staff__toggleBtn {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3rem 0 6rem 0;
}
@media (max-width: 767px) {
  .p-staff__toggleBtn {
    padding: 0 0 4rem 0;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-staff__toggleBtn_item {
  padding: 0.5em 5rem;
  background: #1F2E54;
  border: 1px solid #1F2E54;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 100px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .p-staff__toggleBtn_item {
    width: 100%;
  }
}
.p-staff__toggleBtn_item:hover {
  background: #fff;
  border: 1px solid #1F2E54;
  color: #1F2E54;
}
.p-staff__list {
  position: relative;
  padding: 10rem 0;
}
.p-staff__list:before {
  content: "";
  width: calc(100vw - 5%);
  height: 100%;
  border-radius: 80px 0 0 80px;
  background: #1f2f53;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-staff__list:before {
    width: 100vw;
  }
}
.p-staff__list .staff-list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.p-staff__list .staff-item h2 {
  color: #fff;
  margin-top: 0.5em;
  display: flex;
  gap: 1em;
}
.p-staff__pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 4rem 0;
  gap: 2rem;
}
.p-staff__pagenation a,
.p-staff__pagenation span {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.p-staff__pagenation span {
  background: #f0f0f0;
  color: #000;
}
.p-staff__pagenation a:not(.next, .prev) {
  background: #1F2E54;
  color: #fff;
}
.p-staff__pagenation .next,
.p-staff__pagenation .prev {
  position: relative;
  display: block;
}
.p-staff__pagenation .next::before,
.p-staff__pagenation .prev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.4rem;
  height: 1.4rem;
  margin: auto;
  border-top: 2px solid #1F2E54;
  border-right: 2px solid #1F2E54;
  box-sizing: border-box;
}
.p-staff__pagenation .next::before {
  right: 1.5em;
  transform: rotate(45deg);
}
.p-staff__pagenation .prev::before {
  left: 1.5em;
  transform: rotate(225deg);
}
/*============================================

  PRIVACY POLICY

============================================*/
/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
.p-recruit {
  color: #4D4D4D;
  position: relative;
}
.p-recruit .-inner {
  width: min(90%, 1240px);
}
.p-recruit .c__recbnr {
  padding-top: 8rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .p-recruit .c__recbnr {
    padding-top: 4rem;
  }
}
.p-recruit .c__recbnr a {
  width: 100%;
  transition: all 0.4s;
}
.p-recruit .c__recbnr a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-recruit .c__recbnr a {
    width: 100%;
  }
  .p-recruit .c__recbnr a img {
    width: 100%;
  }
}
.p-recruit .c__linebnr {
  width: 23rem;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 99;
}
@media (max-width: 767px) {
  .p-recruit .c__linebnr {
    width: 15rem;
  }
}
.p-recruit .c__linebnr a {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.p-recruit .c__linebnr a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-recruit__work_cont:nth-of-type(2) {
    position: relative;
  }
  .p-recruit__work_cont:nth-of-type(2)::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-recruit__work_cont:nth-of-type(2)::before {
    content: "";
  }
}
@media (max-width: 767px) {
  .p-recruit__work_cont:nth-of-type(2)::before {
    left: 0;
    background-image: url(../../img/recruit/s1_bg_l.png);
  }
}
.p-recruit__work_cont .intr {
  margin: 6rem 0 4rem 0;
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .p-recruit__work_cont .intr {
    font-size: 3rem;
  }
}
.p-recruit__work_cont_img {
  width: min(100%, 105rem);
  margin: 0 auto;
}
.p-recruit__work_cont_ttl {
  background: #1F2F53;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .p-recruit__work_cont_ttl {
    padding: 4rem 0;
  }
}
.p-recruit__work_cont_ttl h2 {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 1.4rem;
  color: #fff;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .p-recruit__work_cont_ttl h2 {
    display: block;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
  }
}
.p-recruit__work_cont_ttl h2 span {
  font-size: 1.3em;
}
.p-recruit__work_cont_block {
  position: relative;
  padding: 10rem 0 12rem 0;
}
@media (max-width: 767px) {
  .p-recruit__work_cont_block {
    padding: 6rem 0;
  }
}
.p-recruit__work_cont_block::before, .p-recruit__work_cont_block::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  width: min(100%, 25vw);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .p-recruit__work_cont_block::before, .p-recruit__work_cont_block::after {
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .p-recruit__work_cont_block::before, .p-recruit__work_cont_block::after {
    content: none;
  }
}
.p-recruit__work_cont_block::before {
  left: 0;
  background-image: url(../../img/recruit/s1_bg_l.png);
}
.p-recruit__work_cont_block::after {
  right: 0;
  background-image: url(../../img/recruit/s1_bg_r.png);
}
.p-recruit__work_cont_txt {
  text-align: center;
  line-height: 1.8;
  font-size: 2.5rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .p-recruit__work_cont_txt {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 6rem;
  }
}
.p-recruit__work_cont_box {
  width: 100%;
  padding: 7rem 0;
  border: 0.4rem solid #1F2F53;
}
@media (max-width: 1199px) {
  .p-recruit__work_cont_box {
    background: #fff;
    padding: 4.4rem 0;
  }
}
.p-recruit__work_cont_box ul {
  width: min(90%, 88rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
}
@media (max-width: 767px) {
  .p-recruit__work_cont_box ul {
    gap: 2.5rem;
  }
}
.p-recruit__work_cont_box ul li h3 {
  display: flex;
  gap: 10px;
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  .p-recruit__work_cont_box ul li h3 {
    font-size: 1.8rem;
  }
}
.p-recruit__work_cont_box ul li p {
  margin-top: 1.5rem;
  font-size: 1.55rem;
}
@media (max-width: 767px) {
  .p-recruit__work_cont_box ul li p {
    font-size: 1.4rem;
  }
}
.p-recruit__support {
  position: relative;
}
.p-recruit__support_wrapper {
  padding: 11rem 0 0 0;
  background: #1F2F53;
}
@media (max-width: 767px) {
  .p-recruit__support_wrapper {
    padding: 8rem 0;
  }
}
.p-recruit__support_cont {
  position: relative;
}
.p-recruit__support_cont_ttl {
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-recruit__support_cont_ttl {
    font-size: 3rem;
  }
  .p-recruit__support_cont_ttl h2 {
    line-height: 1.4;
  }
}
.p-recruit__support_cont_grid {
  padding: 8.3rem 0 14rem 0;
}
@media (max-width: 767px) {
  .p-recruit__support_cont_grid {
    padding: 6rem 0;
  }
}
.p-recruit__support_cont_grid ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 3rem;
}
@media (max-width: 1199px) {
  .p-recruit__support_cont_grid ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .p-recruit__support_cont_grid ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.p-recruit__support_cont_grid ul li {
  aspect-ratio: 1/1;
  background: #fff;
  padding-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 1199px) {
  .p-recruit__support_cont_grid ul li {
    padding-top: 0;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .p-recruit__support_cont_grid ul li {
    align-items: baseline;
    padding-top: 5%;
    border-radius: 10px;
  }
}
.p-recruit__support_cont_grid ul li .i {
  width: min(90%, 33rem);
  margin: 0 auto;
}
.p-recruit__support_cont_grid ul li img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-recruit__support_cont_grid ul li img {
    width: 30%;
  }
}
.p-recruit__support_cont_grid ul li h3 {
  width: max-content;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #707070;
  margin: 1.8rem auto 2.4rem;
  font-size: 2.8rem;
}
@media (max-width: 1199px) {
  .p-recruit__support_cont_grid ul li h3 {
    margin: 0.6rem auto;
  }
}
@media (max-width: 767px) {
  .p-recruit__support_cont_grid ul li h3 {
    font-size: 1.4rem;
  }
}
.p-recruit__support_cont_grid ul li p {
  color: #707070;
  font-size: 1.6rem;
  padding: 0 0.4rem;
}
@media (max-width: 767px) {
  .p-recruit__support_cont_grid ul li p {
    font-size: 1.18rem;
    line-height: 1.4;
  }
}
.p-recruit__support_cont_img {
  width: min(100%, 108rem);
  margin: 0 auto;
}
.p-recruit__support_marq {
  font-size: 18rem;
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
}
.p-recruit__support_marq_inner {
  display: flex;
  gap: 0.4em;
  animation: marquee 34s linear infinite;
}
.p-recruit__support_marq span {
  line-height: 1;
  display: block;
  color: rgba(219, 219, 219, 0.8196078431);
  flex: 0 0 66.6666666667%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-recruit__details {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .p-recruit__details {
    margin-top: 12rem;
  }
}
.p-recruit__details_cont_ttl {
  color: #000000;
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-recruit__details_cont_ttl {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.p-recruit__details_cont_table {
  border: #1F2F53 solid 0.4rem;
  padding: 10.5rem 0 6rem 0;
  margin: 5.5rem 0 2.3rem 0;
}
@media (max-width: 767px) {
  .p-recruit__details_cont_table {
    padding: 4rem 0;
  }
}
.p-recruit__details_cont_table dl {
  width: min(90%, 85rem);
  margin: 0 auto;
  display: flex;
  gap: 1.4rem;
}
@media (max-width: 767px) {
  .p-recruit__details_cont_table dl {
    flex-direction: column;
    gap: 0;
  }
}
.p-recruit__details_cont_table dl dt {
  border-top: 3px solid #4D4D4D;
  width: min(100%, 285px);
}
@media (max-width: 767px) {
  .p-recruit__details_cont_table dl dt {
    border-width: 1px;
  }
}
.p-recruit__details_cont_table dl dd {
  border-top: 1px solid #4D4D4D;
  width: 100%;
}
@media (max-width: 767px) {
  .p-recruit__details_cont_table dl dd {
    border-color: #d5d5d5;
  }
}
.p-recruit__details_cont_table dl dt,
.p-recruit__details_cont_table dl dd {
  padding: 2.2rem 0.6em;
}
.p-recruit__details_cont_table dl dt span,
.p-recruit__details_cont_table dl dd span {
  display: block;
  font-size: 0.9em;
}
.p-recruit__details_cont_table dl dt p,
.p-recruit__details_cont_table dl dd p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .p-recruit__details_cont_table dl dt,
  .p-recruit__details_cont_table dl dd {
    width: 100%;
  }
}

.c-post-navigation {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}
.c-post-navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.c-post-navigation .nav-links a,
.c-post-navigation .nav-links span {
  background: #000;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 8px 25px;
}
@media (max-width: 767px) {
  .c-post-navigation .nav-links a,
  .c-post-navigation .nav-links span {
    font-size: 1.2rem;
    padding: 0.7em 1em;
  }
}
.c-post-navigation .nav-links a.nav-disabled,
.c-post-navigation .nav-links span.nav-disabled {
  pointer-events: none;
  background: #737373;
}

.p-single {
  padding: 0 0 12rem 0;
}
@media (max-width: 767px) {
  .p-single {
    padding: 0 0 6rem 0;
  }
}
.p-single__title {
  padding: 4rem 0 2rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}
.p-single__title h2 {
  font-size: 3.8rem;
}
.p-single__title time {
  font-style: italic;
  font-family: "Outfit", sans-serif;
}
.p-single__cont h1,
.p-single__cont h2,
.p-single__cont h3,
.p-single__cont h4,
.p-single__cont h5,
.p-single__cont h6 {
  padding: 20px 0;
  letter-spacing: 0.05em;
}
.p-single__cont h1 {
  font-size: 3.8rem;
}
.p-single__cont h2 {
  font-size: 3.2rem;
}
.p-single__cont h3 {
  font-size: 2.5rem;
}
.p-single__cont h4 {
  font-size: 2rem;
}
.p-single__cont h5 {
  font-size: 1.8rem;
}
.p-single__cont h6 {
  font-size: 1.6rem;
}
.p-single__cont p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.05em;
}
.p-single__cont a {
  margin: 10px 0;
  color: #1F2F53;
  font-weight: 600;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.p-single__cont a:hover {
  opacity: 0.8;
}
.p-single__cont img {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */