@charset "UTF-8";
/*----------▼▼ Reboot ▼▼----------*/
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a, button {
  cursor: revert;
}

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

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ base ▼▼----------*/
@keyframes bounceScale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1.1);
    opacity: 1;
  }
  60% {
    transform: scale(0.9);
    opacity: 1;
  }
  80% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
  overflow: auto;
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, span, table, thead, tbody, tfoot, th, td, header, footer, main, section, article, aside, nav {
  box-sizing: border-box;
}

body {
  margin: 0;
  text-align: left;
  background-color: #EFEFEF;
  color: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0075C1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(37, 78, 128, 0.67) 0%, rgba(28, 63, 104, 0) 100%);
}
.l-header__inner {
  width: 100%;
  height: 2.5rem;
  padding: 0 30px;
  margin: 45px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    margin: 15px 0;
    padding: 0 20px;
  }
}
.l-header__logo {
  height: 1.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    height: 1rem;
  }
}
.l-header__logo a {
  display: block;
  height: 100%;
}
.l-header__logo a img {
  display: block;
  height: 100%;
}
.l-header__cont {
  display: flex;
  gap: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  align-items: center;
}
.l-header__list {
  display: flex;
  gap: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  align-items: center;
}
.l-header__item {
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
}
.l-header__item a, .l-header__item p {
  color: #fff;
  font-weight: bold;
}
.l-header__item p {
  pointer-events: none;
}
.l-headerSub {
  display: none;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.l-headerSub__wrap {
  padding: 1.25rem 28px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.l-headerSub__wrap::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.l-headerSub__list {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.l-headerSub__item a {
  color: #333333;
  font-weight: normal;
}
.l-header__cta {
  width: 9.375rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #FF9C00;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .l-header__cta {
    width: 5rem;
    height: 1.5625rem;
  }
}
.l-header__cta span {
  color: #fff;
  font-weight: bold;
  font-size: 1.0625rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
@media screen and (max-width: 767px) {
  .l-header__cta span {
    font-size: 0.8125rem;
  }
}
.l-header__init {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .l-header__init {
    display: none;
    pointer-events: none;
  }
}
.l-header__compact {
  position: fixed;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(37, 78, 128, 0.67) 0%, rgba(28, 63, 104, 0) 100%);
}
@media screen and (max-width: 1100px) {
  .l-header__compact {
    opacity: 1;
    pointer-events: all;
  }
}
.l-header__compact.is-active {
  opacity: 1;
  pointer-events: all;
}
.l-header__burger {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
}
.l-header__burger span {
  display: block;
  width: 1.5rem;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  opacity: 1;
  transition: 0.3s;
}
.l-header__burger span:first-child {
  top: 0.125rem;
}
.l-header__burger span:nth-child(2) {
  top: 0.6875rem;
}
.l-header__burger span:nth-child(3) {
  top: 1.25rem;
}
.l-header__burger.is-active {
  background-color: transparent;
}
.l-header__burger.is-active span:first-child {
  transform: translateY(0.5625rem) rotateZ(-45deg);
}
.l-header__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__burger.is-active span:nth-child(3) {
  transform: translateY(-0.5625rem) rotateZ(45deg);
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ burger ▼▼----------*/
.l-burger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1;
  backdrop-filter: blur(10px) brightness(30%);
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
}
.l-burger.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow-y: scroll;
}
.l-burger__inner {
  width: 100%;
  padding: calc(90px + 2.5rem + 7vh) 30px 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-burger__inner {
    padding: calc(30px + 2.5rem + clamp(1.5rem, 0rem + 7.5vw, 1.875rem)) 20px 20px;
  }
}
.l-burger__logo {
  height: 2.5vh;
}
@media screen and (max-width: 767px) {
  .l-burger__logo {
    height: 2vh;
  }
}
.l-burger__logo img {
  display: block;
}
.l-burger__nav {
  margin-top: 15vh;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-burger__nav {
    margin-top: 10vh;
    flex-flow: column;
    gap: clamp(2rem, 0rem + 10vw, 2.5rem);
  }
}
.l-burger__wrap:nth-of-type(2) {
  margin-left: clamp(4.1142857143rem, 0rem + 8.5714285714vw, 7.5rem);
}
@media screen and (max-width: 767px) {
  .l-burger__wrap:nth-of-type(2) {
    margin-left: 0;
  }
}
.l-burger__wrap:nth-of-type(3) {
  margin-left: clamp(3.0857142857rem, 0rem + 6.4285714286vw, 5.625rem);
}
@media screen and (max-width: 767px) {
  .l-burger__wrap:nth-of-type(3) {
    margin-left: 0;
  }
}
.l-burger__tit {
  font-size: clamp(0.6875rem, 0.4596518987rem + 0.4746835443vw, 0.875rem);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-burger__tit {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
  }
}
.l-burger__tit::before {
  content: "";
  display: block;
  width: clamp(1.5085714286rem, 0rem + 3.1428571429vw, 2.75rem);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: calc(100% + clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem));
}
.l-burger__list {
  display: flex;
  flex-flow: column;
  gap: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
}
.l-burger__item {
  font-size: clamp(0.6875rem, 0.4596518987rem + 0.4746835443vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .l-burger__item {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
  }
}
.l-burger__item a {
  color: #fff;
}
.l-burger__exit {
  margin-top: 10vh;
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}
.l-burger__exit p {
  font-size: clamp(0.6875rem, 0.4596518987rem + 0.4746835443vw, 0.875rem);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-burger__exit p {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
  }
}
.l-burger__btn {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.l-burger__btn span {
  display: block;
  width: 1.5rem;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.l-burger__btn span:first-child {
  top: 50%;
  transform: rotateZ(-45deg);
}
.l-burger__btn span:nth-child(2) {
  top: 50%;
  transform: rotateZ(45deg);
}

html.is-burgerOpen,
body.is-burgerOpen {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

/*----------▲▲ burger ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.l-footer {
  padding: 0 30px 0.75rem;
  background-color: #0075C1;
  color: #fff;
}
.l-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3.4285714286rem, 0rem + 7.1428571429vw, 6.25rem) 0 clamp(2.7428571429rem, 0rem + 5.7142857143vw, 5rem);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-flow: column;
    padding: clamp(4rem, 0rem + 20vw, 5rem) 0 clamp(3rem, 0rem + 15vw, 3.75rem);
    align-items: center;
  }
}
.l-footer__company {
  width: clamp(10.9714285714rem, 0rem + 22.8571428571vw, 20rem);
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    width: 80%;
  }
}
.l-footer__logo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 90%;
    margin: 0 auto;
  }
}
.l-footer__logo a {
  display: block;
  width: 100%;
}
.l-footer__logo a img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.l-footer__info {
  margin-top: clamp(1.5428571429rem, 0rem + 3.2142857143vw, 2.8125rem);
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: fit-content;
    margin: clamp(2.25rem, 0rem + 11.25vw, 2.8125rem) auto 0;
  }
}
.l-footer__info p {
  font-size: clamp(0.75rem, 0.4462025316rem + 0.6329113924vw, 1rem);
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .l-footer__info p {
    font-size: clamp(0.8rem, 0rem + 4vw, 1rem);
  }
}
.l-footerNav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footerNav {
    flex-flow: column;
    width: fit-content;
    margin: clamp(2.5rem, 0rem + 12.5vw, 3.125rem) auto 0;
    gap: clamp(2.5rem, 0rem + 12.5vw, 3.125rem);
  }
}
.l-footerNav__wrap:nth-of-type(2) {
  margin-left: clamp(4.1142857143rem, 0rem + 8.5714285714vw, 7.5rem);
}
@media screen and (max-width: 767px) {
  .l-footerNav__wrap:nth-of-type(2) {
    margin-left: 0;
  }
}
.l-footerNav__wrap:nth-of-type(3) {
  margin-left: clamp(3.0857142857rem, 0rem + 6.4285714286vw, 5.625rem);
}
@media screen and (max-width: 767px) {
  .l-footerNav__wrap:nth-of-type(3) {
    margin-left: 0;
  }
}
.l-footerNav__tit {
  font-size: clamp(0.6875rem, 0.4596518987rem + 0.4746835443vw, 0.875rem);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footerNav__tit {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
  }
}
.l-footerNav__tit::before {
  content: "";
  display: block;
  width: clamp(1.5085714286rem, 0rem + 3.1428571429vw, 2.75rem);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: calc(100% + clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem));
}
.l-footerNav__list {
  display: flex;
  flex-flow: column;
  gap: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
}
.l-footerNav__item {
  font-size: clamp(0.6875rem, 0.4596518987rem + 0.4746835443vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .l-footerNav__item {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
  }
}
.l-footerNav__item a {
  color: #fff;
}
.l-footer__copyright {
  width: 100%;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 0.875rem;
}

/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ common ▼▼----------*/
.l-inner {
  padding: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
    max-width: 400px;
  }
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ sidebar ▼▼----------*/
.l-postPage {
  padding: clamp(1.5625rem, 0.803rem + 1.5823vw, 2.1875rem) 30px clamp(3.125rem, 1.2263rem + 3.9557vw, 4.6875rem);
  display: flex;
  gap: 5%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-postPage {
    gap: clamp(3rem, 0rem + 15vw, 3.75rem);
    flex-flow: column;
    padding: clamp(1.75rem, 0rem + 8.75vw, 2.1875rem) 20px;
  }
}

.l-postMain {
  width: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .l-postMain {
    width: 100%;
  }
}

.l-sidebar {
  width: 28.3333333333%;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    width: 100%;
  }
}
.l-sidebar__tit {
  font-size: clamp(0.625rem, 0.3212rem + 0.6329vw, 0.875rem);
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  margin-bottom: 20px;
  color: #888888;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .l-sidebar__tit {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
  }
}

/*----------▲▲ sidebar ▲▲----------*/
/*----------▼▼ module ▼▼----------*/
.c-secTit {
  display: flex;
  flex-flow: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-secTit {
    gap: 5px;
  }
}
.c-secTit.is-side {
  flex-flow: row;
  align-items: end;
}
.c-secTit__en {
  font-size: 2.5rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #0075C1;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-secTit__en {
    font-size: 2rem;
    text-align: center;
  }
}
.c-secTit__ja {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-secTit__ja {
    text-align: center;
  }
}

.c-btn {
  display: block;
  background-color: #fff;
  border-radius: 3.125rem;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 1.25rem 4.375rem 1.25rem 2.1875rem;
  font-size: 1rem;
  color: #0075C1;
  position: relative;
  width: fit-content;
}
.c-btn__arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
.c-btn__arrow span {
  display: block;
  height: 0.125rem;
  background-color: #0075C1;
  border-radius: 0.0625rem;
  position: absolute;
  right: 0.5rem;
}
.c-btn__arrow span:nth-of-type(1) {
  width: 0.5625rem;
  transform: rotateZ(45deg);
  top: 0.625rem;
}
.c-btn__arrow span:nth-of-type(2) {
  width: 1rem;
  top: 0.875rem;
}
.c-btn__arrow span:nth-of-type(3) {
  width: 0.5625rem;
  transform: rotateZ(-45deg);
  top: 1.125rem;
}

.c-linkTxt {
  font-size: 1rem;
  color: #0075C1;
}

/*----------▲▲ module ▲▲----------*/
/*----------▼▼ card ▼▼----------*/
.c-card {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  width: clamp(10.2857125rem, 0rem + 21.4286vw, 18.75rem);
  height: clamp(13.02856875rem, 0rem + 27.1429vw, 23.75rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card {
    width: 100%;
    height: auto;
  }
}
.c-card__link {
  width: 100%;
  height: 100%;
  display: flex;
  color: #333333;
  flex-flow: column;
  position: relative;
}
.c-card__img {
  width: 100%;
  height: 50%;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    height: clamp(10rem, 0rem + 50vw, 12.5rem);
  }
}
.c-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card__cont {
  width: 100%;
  height: 50%;
  padding: clamp(0.171425rem, 0rem + 0.3572vw, 0.3125rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .c-card__cont {
    height: auto;
    padding: clamp(0.4rem, 0rem + 2vw, 0.5rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem) clamp(1.5rem, 0rem + 7.5vw, 1.875rem);
  }
}
.c-card__date {
  color: #888888;
  font-size: clamp(0.411425rem, 0rem + 0.8572vw, 0.75rem);
  font-family: Arial, "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}
@media screen and (max-width: 767px) {
  .c-card__date {
    font-size: clamp(0.6rem, 0rem + 3vw, 0.75rem);
  }
}
.c-card__tit {
  font-size: clamp(0.54856875rem, 0rem + 1.1429vw, 1rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: clamp(0.6171375rem, 0rem + 1.2857vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .c-card__tit {
    font-size: clamp(0.9rem, 0rem + 4.5vw, 1.125rem);
    margin-bottom: clamp(1.5rem, 0rem + 7.5vw, 1.875rem);
  }
}
.c-card__desc {
  font-size: clamp(0.4457125rem, 0rem + 0.9286vw, 0.8125rem);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .c-card__desc {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
    line-height: 1.85;
    -webkit-line-clamp: 3;
  }
}
.c-card__cat {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  min-width: clamp(3.42856875rem, 0rem + 7.1429vw, 6.25rem);
  width: fit-content;
  padding: 0 10px;
  font-size: clamp(0.4457125rem, 0rem + 0.9286vw, 0.8125rem);
  line-height: 1.7;
  position: absolute;
  top: clamp(0.34285625rem, 0rem + 0.7143vw, 0.625rem);
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-card__cat {
    font-size: clamp(0.65rem, 0rem + 3.25vw, 0.8125rem);
    top: clamp(0.5rem, 0rem + 2.5vw, 0.625rem);
  }
}
.c-card.--new::before {
  content: "NEW";
  display: inline;
  font-family: Arial, "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: clamp(0.82285625rem, 0rem + 1.7143vw, 1.5rem);
  font-weight: bold;
  font-style: italic;
  color: #EDF7FD;
  mix-blend-mode: plus-lighter;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
}
.c-card.--medium {
  width: clamp(22.2857125rem, 0rem + 46.4286vw, 40.625rem);
  height: clamp(17.82856875rem, 0rem + 37.1429vw, 32.5rem);
}
@media screen and (max-width: 767px) {
  .c-card.--medium {
    width: 100%;
    height: auto;
  }
}
.c-card.--medium .c-card__img {
  height: 58%;
}
@media screen and (max-width: 767px) {
  .c-card.--medium .c-card__img {
    height: clamp(10rem, 0rem + 50vw, 12.5rem);
  }
}
.c-card.--medium .c-card__cont {
  height: 42%;
  padding: clamp(0.27428125rem, 0rem + 0.5714vw, 0.5rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .c-card.--medium .c-card__cont {
    height: auto;
    padding: clamp(0.4rem, 0rem + 2vw, 0.5rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem) clamp(1.5rem, 0rem + 7.5vw, 1.875rem);
  }
}
.c-card.--medium .c-card__tit {
  font-size: clamp(0.6171375rem, 0rem + 1.2857vw, 1.125rem);
  -webkit-line-clamp: 1;
  margin-bottom: clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .c-card.--medium .c-card__tit {
    font-size: clamp(0.9rem, 0rem + 4.5vw, 1.125rem);
    -webkit-line-clamp: 2;
    margin-bottom: clamp(1.5rem, 0rem + 7.5vw, 1.875rem);
  }
}
.c-card.--medium .c-card__desc {
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  line-height: 1.85;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 767px) {
  .c-card.--medium .c-card__desc {
    font-size: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
    -webkit-line-clamp: 3;
  }
}
.c-card.--archive {
  width: 100%;
  height: clamp(6.25rem, 2.4525rem + 7.9114vw, 9.375rem);
}
@media screen and (max-width: 767px) {
  .c-card.--archive {
    height: clamp(6.75rem, 0rem + 33.75vw, 8.4375rem);
  }
}
.c-card.--archive .c-card__link {
  flex-flow: row;
}
.c-card.--archive .c-card__img {
  width: 25%;
  height: 100%;
  display: flex;
}
.c-card.--archive .c-card__cont {
  width: 75%;
  height: 100%;
  padding: clamp(0.875rem, 0.4193rem + 0.9494vw, 1.25rem) 4.5% clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem) 3.5%;
}
.c-card.--archive .c-card__info {
  margin-bottom: clamp(0.1875rem, 0.0356rem + 0.3165vw, 0.3125rem);
}
@media screen and (max-width: 767px) {
  .c-card.--archive .c-card__info {
    margin-bottom: clamp(0.4rem, 0rem + 2vw, 0.5rem);
  }
}
.c-card.--archive .c-card__cat {
  top: 0;
}
.c-card.--archive .c-card__tit {
  font-size: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  margin-bottom: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .c-card.--archive .c-card__tit {
    font-size: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
    margin-bottom: clamp(0.4rem, 0rem + 2vw, 0.5rem);
  }
}
.c-card.--archive .c-card__desc {
  font-size: clamp(0.5625rem, 0.2587rem + 0.6329vw, 0.8125rem);
  color: #888888;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .c-card.--archive .c-card__desc {
    font-size: clamp(0.6rem, 0rem + 3vw, 0.75rem);
    line-height: 1.5;
  }
}
.c-card.--post {
  width: 100%;
  height: fit-content;
  padding: 0;
}
.c-card.--post .c-card__tit {
  font-size: clamp(1.125rem, 0.5174rem + 1.2658vw, 1.625rem);
  padding: clamp(1.4375rem, 0.5261rem + 1.8987vw, 2.1875rem) clamp(2.125rem, 0.9098rem + 2.5316vw, 3.125rem) clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem);
  margin: 0;
  -webkit-line-clamp: unset;
}
@media screen and (max-width: 767px) {
  .c-card.--post .c-card__tit {
    font-size: clamp(1.25rem, 0rem + 6.25vw, 1.5625rem);
  }
}
.c-card.--post .c-card__img {
  width: 100%;
  aspect-ratio: 2;
  margin: 0;
}
.c-card.--post .c-card__info {
  display: flex;
  justify-content: space-between;
}
.c-card.--post .c-card__date {
  margin: 10px 0 0 10px;
}
.c-card.--post .c-card__cat {
  position: static;
}
.c-card.--post .c-card__main {
  padding: clamp(1rem, 0.3165rem + 1.4241vw, 1.5625rem) clamp(2.125rem, 0.9098rem + 2.5316vw, 3.125rem) clamp(2.125rem, 0.9098rem + 2.5316vw, 3.125rem);
}
.c-card.--other {
  width: 47.5%;
  height: clamp(12.6857125rem, 0rem + 26.4286vw, 23.125rem);
}
@media screen and (max-width: 767px) {
  .c-card.--other {
    width: 100%;
    height: auto;
  }
}
.c-card.--other .c-card__cont {
  padding: clamp(0.51428125rem, 0rem + 1.0714vw, 0.9375rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem) clamp(1.02856875rem, 0rem + 2.1429vw, 1.875rem);
}

/*----------▲▲ card ▲▲----------*/
/*----------▼▼ cookie ▼▼----------*/
.c-cookieConsent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 150;
  bottom: -100px;
  left: calc(50% - 40vw);
  width: 80vw;
  background-color: rgb(255, 255, 255);
  padding: 16px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  visibility: visible;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.c-cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent.is-show {
    bottom: 30px;
  }
}
.c-cookieConsent__text {
  width: 90%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.c-cookieConsent__agree {
  font-size: 0.875rem;
  color: #333333;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.c-cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #333333;
}

.c-cookieConsent.is-ccHide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------▲▲ cookie ▲▲----------*/
/*----------▼▼ wysiwyg ▼▼----------*/
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
.c-wysiwyg h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
.c-wysiwyg h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  border-left: solid 1px #ccc;
}
.c-wysiwyg h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  color: #111;
}
.c-wysiwyg h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #111;
}
.c-wysiwyg h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #999;
}
.c-wysiwyg p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  margin-top: 48px;
}
.c-wysiwyg p a {
  text-decoration: underline;
  word-break: break-all;
}
.c-wysiwyg li {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  position: relative;
}
.c-wysiwyg li + li {
  margin-top: 20px;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin: 30px 0;
}
.c-wysiwyg ul li::before {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.c-wysiwyg ol li:before {
  content: counter(n);
  counter-increment: n;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.c-wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.c-wysiwyg table tr {
  border-bottom: 1px solid #ccc;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  font-size: 16px;
  color: #333;
  padding: 1em;
}
.c-wysiwyg table th {
  font-weight: bold;
  width: 20%;
  background-color: #F4F3F0;
}
.c-wysiwyg dl {
  line-height: 36px;
}
.c-wysiwyg dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg dl dd {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg form {
  margin-top: 100px;
}
.c-wysiwyg h2:first-child,
.c-wysiwyg h3:first-child,
.c-wysiwyg h4:first-child,
.c-wysiwyg h5:first-child,
.c-wysiwyg h6:first-child,
.c-wysiwyg p:first-child {
  margin-top: 0;
}

/*----------▲▲ wysiwyg ▲▲----------*/
/*----------▼▼ staffAnimation ▼▼----------*/
.c-staffAnimation {
  position: relative;
  width: 100%;
  aspect-ratio: 621/724;
}
.c-staffAnimation__bg, .c-staffAnimation__staff {
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transform-origin: center center;
  z-index: 1;
  pointer-events: all;
}
.c-staffAnimation__staff {
  z-index: 2;
  transform-origin: bottom center;
}
.is-inview .c-staffAnimation__bg {
  animation: bounceScale 0.5s ease-in-out forwards;
}
.is-inview .c-staffAnimation__staff {
  animation: bounceScale 0.8s ease-in-out 0.5s forwards;
}

/*----------▲▲ staffAnimation ▲▲----------*/
/*----------▼▼ cta ▼▼----------*/
.c-cta {
  width: 100%;
  padding: 5.625rem 0 9.375rem;
  background-color: #fff;
  position: relative;
  z-index: 0;
  text-align: center;
}
.c-cta::before {
  content: "";
  display: block;
  background: url(../img/common/cta_bg.jpg) center/cover no-repeat;
  opacity: 0.2;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.c-cta__tit {
  font-size: 2.5rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #0075C1;
  letter-spacing: 0.4em;
}
.c-cta__wrap {
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
  gap: 5%;
}
.c-cta__btn {
  display: block;
  width: 17.5rem;
  height: 5rem;
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}
.c-cta__btn span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-cta__btn.is-clr1 {
  background-color: #0075C1;
}
.c-cta__btn.is-clr2 {
  background-color: #FF9C00;
}

/*----------▲▲ cta ▲▲----------*/
/*----------▼▼ lowerHead ▼▼----------*/
.c-lowerHead {
  width: 100vw;
  height: clamp(20rem, 13.9240506329rem + 12.6582278481vw, 25rem);
  background: url(../img/common/lower_head_back.jpg) top center/cover no-repeat;
}
.c-lowerHead__tit {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 calc(30px + 5%);
  display: flex;
  flex-flow: column;
  justify-content: end;
  color: #fff;
  font-weight: 100;
}
.c-lowerHead__ja {
  width: fit-content;
  font-size: clamp(1.8rem, 1.253164557rem + 1.1392405063vw, 2.25rem);
  margin-bottom: clamp(1.7142857143rem, 0rem + 3.5714285714vw, 3.125rem);
  position: relative;
}
.c-lowerHead__sub {
  font-size: clamp(1rem, 0.6962025316rem + 0.6329113924vw, 1.25rem);
  line-height: 1;
  position: absolute;
  white-space: nowrap;
  left: calc(100% + 90px);
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
.c-lowerHead__sub::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.c-lowerHead__en {
  font-size: clamp(5rem, 3.4810126582rem + 3.164556962vw, 6.25rem);
  mix-blend-mode: overlay;
  line-height: 0.9;
}

/*----------▲▲ lowerHead ▲▲----------*/
/*----------▼▼ textBox ▼▼----------*/
.c-textBox {
  margin: 5rem 0 6.25rem;
}
.c-textBox__cont {
  width: 75%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: clamp(2.4rem, 0rem + 5vw, 4.375rem) 9%;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .c-textBox__cont {
    width: 100%;
  }
}

/*----------▲▲ textBox ▲▲----------*/
/*----------▼▼ form ▼▼----------*/
.c-form {
  margin: 4.375rem 0;
}
.c-form__inner {
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  .c-form__inner {
    padding: 0;
  }
}
.c-form__list {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 1.875rem;
}
.c-form__item {
  width: 100%;
  display: flex;
  gap: 8%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-form__item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-form__tit {
  display: flex;
  width: 200px;
  align-items: center;
}
.c-form__label {
  display: inline-block;
  font-size: 0.6875rem;
  color: #fff;
  background-color: #E85577;
  padding: 0.1875rem 0.9375rem;
  border-radius: 0.1875rem;
  line-height: 1;
  margin-left: 10px;
}
.c-form__body {
  width: calc(92% - 200px);
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-form__body {
    width: 100%;
    margin-top: 0.9375rem;
  }
}
.c-form__body .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.c-form__body .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -1.25rem;
}
.c-form__body [data-name=post-code], .c-form__body [data-name=age] {
  max-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .c-form__body [data-name=post-code], .c-form__body [data-name=age] {
    max-width: max-content;
  }
}
.c-form__unit {
  margin-left: 0.875rem;
}
.c-form__input {
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #CCC;
  padding: 0.9375rem 1.25rem;
  line-height: 1;
  background-color: #fff;
}
.c-form__input::placeholder {
  color: #CCC;
}
.c-form__checkbox {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .c-form__checkbox {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.c-form__checkbox .wpcf7-list-item {
  display: flex;
  gap: 15px;
  margin: 0;
}
.c-form__checkbox .wpcf7-list-item label {
  display: flex;
  gap: re(15);
}
@media screen and (max-width: 767px) {
  .c-form__checkbox .wpcf7-list-item label {
    gap: 0.625rem;
  }
}
.c-form__checkbox .wpcf7-list-item input {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  border: 1px solid #CCC;
  appearance: auto;
}
.c-form__radio {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-form__radio {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.c-form__radio .wpcf7-list-item {
  margin: 0;
}
.c-form__radio .wpcf7-list-item label {
  margin: 0;
}
.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}
.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #CCC;
  background-color: #fff;
  position: relative;
}
.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #0075C1;
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-form__radio .wpcf7-list-item label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.c-form__radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.c-form__textarea {
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #CCC;
  padding: 0.9375rem 1.25rem;
  line-height: 1;
  background-color: #fff;
}
.c-form__policy {
  width: calc(92% - 200px);
  margin-left: calc(8% + 200px);
  margin-top: 2.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-form__policy {
    width: 100%;
    margin: 1.25rem auto;
  }
}
.c-form__policyCheck a {
  color: #FF9C00;
  text-decoration: underline;
}
.c-form__policyCheck .c-form__policyBtn:hover {
  cursor: pointer;
}
.c-form__policyBtn {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-form__policyBtn {
    justify-self: center;
  }
}
.c-form__policyBtn .wpcf7-list-item {
  margin: 0;
}
.c-form__policyInput {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  border: 1px solid #CCC;
  appearance: auto;
}
.c-form__policyAgree {
  margin-bottom: 0.3125rem;
}
.c-form__submit {
  margin-top: 3.125rem;
}
.c-form__submitWrap {
  margin: 0 auto;
  width: 15rem;
  height: 3.75rem;
  color: #fff;
  background-color: #0075C1;
  opacity: 0.6;
  border-radius: 1.875rem;
  position: relative;
  text-align: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}
.c-form__submitWrap .wpcf7-spinner {
  display: none;
}
.c-form__submitWrap.is-enabled {
  opacity: 1;
}
.c-form__submitWrap.is-enabled:hover {
  opacity: 0.6;
}
.c-form__submitBtn {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  cursor: not-allowed;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}
.c-form__submitBtn:not([disabled]) {
  opacity: 1;
  cursor: pointer;
}
.c-form__submitBtn:not([disabled]):hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-form__submitBtn:not([disabled]):hover {
    opacity: 1;
  }
}
.c-form__submitBtn:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-form__submitBtn:hover {
    opacity: 1;
  }
}

/*----------▲▲ form ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
.p-fv {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-color: #000;
}
.p-fv__bg {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-fv__txt {
  position: absolute;
  bottom: clamp(1.5428571429rem, 0rem + 3.2142857143vw, 2.8125rem);
  left: max((100vw - 1340px) / 2, 30px + clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem));
}
@media screen and (max-width: 767px) {
  .p-fv__txt {
    left: 15px;
    bottom: 160px;
  }
}
.p-fv__sub {
  font-size: clamp(2.6742857143rem, 0rem + 5.5714285714vw, 4.875rem);
  font-weight: 100;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-fv__sub {
    margin-bottom: 20vh;
  }
}
.p-fv__catch {
  font-size: clamp(4.6628571429rem, 0rem + 9.7142857143vw, 8.5rem);
  font-weight: 100;
  color: #fff;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 767px) {
  .p-fv__catch {
    font-size: clamp(3.4rem, 0rem + 17vw, 4.25rem);
    line-height: 1;
  }
}
.p-fv__inner {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  padding: 130px 30px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: end;
  align-items: end;
}
.p-fv__btn {
  margin-bottom: clamp(2.7428571429rem, 0rem + 5.7142857143vw, 5rem);
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    margin-bottom: 30px;
  }
}
.p-fvBtn {
  display: block;
  width: clamp(9.2571428571rem, 0rem + 19.2857142857vw, 16.875rem);
  height: clamp(3.6rem, 0rem + 7.5vw, 6.5625rem);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-fvBtn {
    width: calc(100vw - 60px);
    height: clamp(5.25rem, 0rem + 26.25vw, 6.5625rem);
  }
}
.p-fvBtn__wrap {
  padding: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem) clamp(2.4685714286rem, 0rem + 5.1428571429vw, 4.5rem) clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem) clamp(1.2342857143rem, 0rem + 2.5714285714vw, 2.25rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fvBtn__wrap {
    padding: clamp(0.8rem, 0rem + 4vw, 1rem) clamp(3.6rem, 0rem + 18vw, 4.5rem) clamp(1rem, 0rem + 5vw, 1.25rem) clamp(1.8rem, 0rem + 9vw, 2.25rem);
  }
}
.p-fvBtn__tit {
  font-family: Helvetica, Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(1.2685714286rem, 0rem + 2.6428571429vw, 2.3125rem);
  color: #888888;
}
@media screen and (max-width: 767px) {
  .p-fvBtn__tit {
    font-size: clamp(1.85rem, 0rem + 9.25vw, 2.3125rem);
  }
}
.p-fvBtn__desc {
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-fvBtn__desc {
    font-size: clamp(1rem, 0rem + 5vw, 1.25rem);
  }
}
.p-fvBtn__arrow {
  position: absolute;
  top: 50%;
  right: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  transform: translateY(-50%);
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border-radius: 50%;
}
.p-fvBtn__arrow span {
  display: block;
  height: 0.125rem;
  background-color: #FF9C00;
  border-radius: 0.0625rem;
  position: absolute;
  right: 0.5rem;
}
.p-fvBtn__arrow span:nth-of-type(1) {
  width: 0.5rem;
  transform: rotateZ(45deg);
  top: 0.6875rem;
}
.p-fvBtn__arrow span:nth-of-type(2) {
  width: 0.875rem;
  top: 0.875rem;
}
.p-fvBtn__arrow span:nth-of-type(3) {
  width: 0.5rem;
  transform: rotateZ(-45deg);
  top: 1.0625rem;
}

.p-topAbout {
  padding: 6.5625rem 0;
  background: url(../img/home/top_about_bg.jpg) center/cover no-repeat;
  position: relative;
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout {
    padding: 5rem 0 28.125rem;
    height: auto;
  }
}
.p-topAbout::after {
  content: "";
  display: block;
  height: 95%;
  aspect-ratio: 5/4;
  background: url(../img/home/top_about_pc.png) center/contain no-repeat;
  position: absolute;
  top: 7.5%;
  left: max(40%, 28.125rem);
}
@media screen and (max-width: 767px) {
  .p-topAbout::after {
    left: 30px;
    top: inherit;
    bottom: -30px;
    height: auto;
    width: 140%;
  }
}
.p-topAbout__cont {
  padding: 0 5%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topAbout__cont {
    padding: 0;
  }
}
.p-topAbout__tit {
  font-size: 2.625rem;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .p-topAbout__tit {
    font-size: 2rem;
  }
}
.p-topAbout__desc {
  display: inline-block;
  width: 19.6875rem;
  margin-top: 6.5625rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-topAbout__desc {
    margin-top: 5rem;
    width: 100%;
  }
}

@keyframes slideIn {
  0% {
    right: 100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
.p-topInterview {
  padding-top: 7.8125rem;
}
.p-topInterview .l-inner {
  padding: 0;
}
.p-topInterview__inner {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .p-topInterview__inner {
    padding: 0;
  }
}
.p-topInterview__cont {
  width: 100%;
}
.p-topInterview__list {
  width: 100%;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topInterview__list {
    padding: 0;
  }
}
.p-topInterview__list .slick-list {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .p-topInterview__list .slick-list {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
  }
}
.p-topInterview__list .slick-prev,
.p-topInterview__list .slick-next {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: calc(50% - 30px);
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-topInterview__list .slick-prev,
  .p-topInterview__list .slick-next {
    display: none !important;
  }
}
.p-topInterview__list .slick-prev .arrow,
.p-topInterview__list .slick-next .arrow {
  position: absolute;
  width: 24px;
  height: 20px;
  left: 18px;
  top: 20px;
}
.p-topInterview__list .slick-prev:hover,
.p-topInterview__list .slick-next:hover {
  transform: scale(1.1);
}
.p-topInterview__list .slick-prev:focus,
.p-topInterview__list .slick-next:focus {
  outline: none;
}
.p-topInterview__list .slick-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-topInterview__list .slick-prev {
    left: 15px;
  }
}
.p-topInterview__list .slick-prev .arrow {
  background: url(../img/common/arrow_icon--left.svg) center/cover no-repeat;
}
.p-topInterview__list .slick-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-topInterview__list .slick-next {
    right: 15px;
  }
}
.p-topInterview__list .slick-next .arrow {
  background: url(../img/common/arrow_icon--right.svg) center/cover no-repeat;
}
.p-topInterview__item {
  width: 100%;
}
.p-topInterview__link {
  display: block;
  width: 100%;
  position: relative;
  padding: 60px 20% 0 30%;
  color: #333333;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-topInterview__link {
    padding: 0;
  }
}
.p-topInterview__link:hover {
  transform: scale(1.05);
  opacity: 1;
}
.p-topInterview__staff {
  width: 100%;
}
.p-topInterview__comment {
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
  font-size: 28px;
  color: #0075C1;
  font-weight: bold;
  position: absolute;
  top: 10%;
  left: 10%;
  transform: scale(0);
  opacity: 0;
  transform-origin: center right;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .p-topInterview__comment {
    padding: 20px 20px 60px;
    font-size: 20px;
    top: -100px;
    left: 0;
  }
}
.is-inview .p-topInterview__comment {
  animation: bounceScale 0.8s ease-in-out 1.3s forwards;
}
.p-topInterview__info {
  position: absolute;
  bottom: 7.5%;
  right: 10%;
  width: 18.75rem;
  height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-topInterview__info {
    bottom: -10%;
    right: -20px;
  }
}
.p-topInterview__year {
  display: inline-block;
  padding: 0.125rem 0.375rem 0.25rem;
  background-color: #888888;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  opacity: 0;
  transform-origin: center left;
  white-space: nowrap;
  pointer-events: all;
}
.is-inview .p-topInterview__year {
  animation: slideIn 0.5s ease-in-out 2.1s forwards;
}
.p-topInterview__division {
  font-size: 0.9375rem;
  line-height: 1;
  position: absolute;
  right: 100%;
  top: calc(50% + 0.25rem);
  opacity: 0;
  transform-origin: center left;
  white-space: nowrap;
  pointer-events: all;
}
.is-inview .p-topInterview__division {
  animation: slideIn 0.5s ease-in-out 2.1s forwards;
}

.p-topFields {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-topFields {
    margin-top: 5rem;
  }
}
.p-topFields__inner {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .p-topFields__inner {
    padding: 0;
  }
}
.p-topFields__cont {
  margin-top: 7.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topFields__cont {
    margin-top: 5rem;
  }
}
.p-topFields__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5142857143rem, 0rem + 1.0714285714vw, 0.9375rem);
}
@media screen and (max-width: 767px) {
  .p-topFields__list {
    gap: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
  }
}
.p-topFields__item {
  width: calc((100% - clamp(0.5142857143rem, 0rem + 1.0714285714vw, 0.9375rem) * 2) / 3);
}
@media screen and (max-width: 767px) {
  .p-topFields__item {
    width: 100%;
  }
}
.p-topFields .p-fieldsCard__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  color: #333333;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
}
.p-topFields .p-fieldsCard__inner {
  padding: 40px 5%;
}
.p-topFields .p-fieldsCard__tit {
  font-size: clamp(0.8914285714rem, 0rem + 1.8571428571vw, 1.625rem);
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topFields .p-fieldsCard__tit {
    font-size: clamp(1.3rem, 0rem + 6.5vw, 1.625rem);
  }
}
.p-topFields .p-fieldsCard__img {
  margin: clamp(1.2rem, 0rem + 2.5vw, 2.1875rem) auto;
  width: 50%;
  height: clamp(6.1714285714rem, 0rem + 12.8571428571vw, 11.25rem);
}
@media screen and (max-width: 767px) {
  .p-topFields .p-fieldsCard__img {
    margin: clamp(2.5rem, 0rem + 12.5vw, 3.125rem) auto;
  }
}
.p-topFields .p-fieldsCard__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-topFields .p-fieldsCard__list {
  display: flex;
  gap: clamp(0.1714285714rem, 0rem + 0.3571428571vw, 0.3125rem);
  justify-content: center;
}
.p-topFields .p-fieldsCard__item {
  border: 1px solid #CCC;
  border-radius: 0.3125rem;
  padding: clamp(0.1714285714rem, 0rem + 0.3571428571vw, 0.3125rem) clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
}
@media screen and (max-width: 767px) {
  .p-topFields .p-fieldsCard__item {
    font-size: clamp(0.8rem, 0rem + 4vw, 1rem);
  }
}
.p-topFields .p-fieldsCard__item span {
  font-weight: bold;
  line-height: 1;
}

.p-topData {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-topData {
    margin-top: 7.5rem;
  }
}
.p-topData__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-topData__inner {
    flex-wrap: wrap;
  }
}
.p-topData__cont {
  width: 360px;
  height: auto;
  margin-left: max((100vw - 1340px) / 2, 30px + clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem));
  padding-top: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topData__cont {
    width: 100%;
    margin: 0 30px;
  }
}
.p-topData__txt {
  width: 100%;
}
.p-topData__desc {
  margin-top: clamp(2.2285714286rem, 0rem + 4.6428571429vw, 4.0625rem);
  padding-left: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
}
.p-topData__btn {
  padding-left: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-topData__btn {
    margin: 30px 0;
  }
}
.p-topData__img {
  width: 62.5%;
  max-height: 540px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topData__img {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}
.p-topData__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-topNews {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    margin-top: 7.5rem;
  }
}
.p-topNews__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .p-topNews__inner {
    display: block;
  }
}
.p-topNews__tit {
  width: 25%;
  padding-left: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-topNews__tit {
    width: 100%;
  }
}
.p-topNews__cont {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .p-topNews__cont {
    width: 100%;
    margin-top: 3.75rem;
  }
}
.p-topNews__list {
  display: flex;
  flex-flow: column;
  border-top: 1px solid #CCC;
}
.p-topNews__item {
  width: 100%;
  border-bottom: 1px solid #CCC;
}
.p-topNews__link {
  display: block;
  width: 100%;
  padding: 3.75rem 5rem 3.75rem 0;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topNews__link {
    padding: 1.875rem 5rem 1.875rem 0;
  }
}
.p-topNews__post {
  width: 100%;
  display: flex;
  gap: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-topNews__post {
    flex-wrap: wrap;
  }
}
.p-topNews__postDate {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 0.875rem;
}
.p-topNews__postCat {
  background-color: #fff;
  border-radius: 0.1875rem;
  padding: 0.1875rem 0.625rem;
  min-width: 7.5rem;
  font-size: 0.875rem;
  text-align: center;
}
.p-topNews__postTit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__postTit {
    display: block;
    width: 100%;
  }
}
.p-topNews__arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
.p-topNews__arrow span {
  display: block;
  height: 0.125rem;
  background-color: #0075C1;
  border-radius: 0.0625rem;
  position: absolute;
  right: 0.5rem;
}
.p-topNews__arrow span:nth-of-type(1) {
  width: 0.5625rem;
  transform: rotateZ(45deg);
  top: 0.625rem;
}
.p-topNews__arrow span:nth-of-type(2) {
  width: 1rem;
  top: 0.875rem;
}
.p-topNews__arrow span:nth-of-type(3) {
  width: 0.5625rem;
  transform: rotateZ(-45deg);
  top: 1.125rem;
}
.p-topNews__archive {
  margin-top: 3.75rem;
  width: 100%;
  text-align: right;
}

.p-topTopics {
  margin: 6.25rem 0 9.375rem;
}
.p-topTopics__inner {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .p-topTopics__inner {
    padding: 0;
  }
}
.p-topTopics__cont {
  display: grid;
  width: 100%;
}
.p-topTopics .p-topicGrid {
  display: grid;
  gap: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: clamp(2.4rem, 0rem + 5vw, 4.375rem);
}
@media screen and (max-width: 767px) {
  .p-topTopics .p-topicGrid {
    gap: clamp(1rem, 0rem + 5vw, 1.25rem);
    grid-template-columns: 1fr;
    grid-auto-rows: clamp(1.5rem, 0rem + 7.5vw, 1.875rem);
  }
}
.p-topTopics .p-topicGrid__item {
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.p-topTopics .p-topicGrid__item:nth-of-type(1) {
  background: url(../img/home/top_topics_dining.jpg) center/cover no-repeat;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;
}
@media screen and (max-width: 1100px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 7;
  }
}
@media screen and (max-width: 767px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 7;
  }
}
.p-topTopics .p-topicGrid__item:nth-of-type(2) {
  background: url(../img/home/top_topics_dining2.jpg) center/cover no-repeat;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 9;
}
@media screen and (max-width: 1100px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 7;
    grid-row-end: 13;
  }
}
@media screen and (max-width: 767px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 13;
  }
}
.p-topTopics .p-topicGrid__item:nth-of-type(3) {
  background: url(../img/home/top_topics_housing-allowance.jpg) center/cover no-repeat;
  grid-column-start: 5;
  grid-column-end: 11;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 1100px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(3) {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 13;
    grid-row-end: 17;
  }
}
@media screen and (max-width: 767px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(3) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 13;
    grid-row-end: 19;
  }
}
.p-topTopics .p-topicGrid__item:nth-of-type(4) {
  background: url(../img/home/top_topics_thanksgiving.jpg) center/cover no-repeat;
  grid-column-start: 5;
  grid-column-end: 8;
  grid-row-start: 3;
  grid-row-end: 6;
}
@media screen and (max-width: 1100px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(4) {
    grid-column-start: 7;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 5;
  }
}
@media screen and (max-width: 767px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(4) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 19;
    grid-row-end: 25;
  }
}
.p-topTopics .p-topicGrid__item:nth-of-type(5) {
  background: url(../img/home/top_topics_present.jpg) center/cover no-repeat;
  grid-column-start: 5;
  grid-column-end: 8;
  grid-row-start: 6;
  grid-row-end: 9;
}
@media screen and (max-width: 1100px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(5) {
    grid-column-start: 7;
    grid-column-end: 11;
    grid-row-start: 5;
    grid-row-end: 9;
  }
}
@media screen and (max-width: 767px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(5) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 25;
    grid-row-end: 31;
  }
}
.p-topTopics .p-topicGrid__item:nth-of-type(6) {
  background: url(../img/home/top_topics_phis.jpg) center/cover no-repeat;
  grid-column-start: 8;
  grid-column-end: 11;
  grid-row-start: 3;
  grid-row-end: 6;
}
@media screen and (max-width: 1100px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(6) {
    grid-column-start: 7;
    grid-column-end: 11;
    grid-row-start: 9;
    grid-row-end: 13;
  }
}
@media screen and (max-width: 767px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(6) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 31;
    grid-row-end: 37;
  }
}
.p-topTopics .p-topicGrid__item:nth-of-type(7) {
  background: url(../img/home/top_topics_phis2.jpg) center/cover no-repeat;
  grid-column-start: 8;
  grid-column-end: 11;
  grid-row-start: 6;
  grid-row-end: 9;
}
@media screen and (max-width: 1100px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(7) {
    grid-column-start: 7;
    grid-column-end: 11;
    grid-row-start: 13;
    grid-row-end: 17;
  }
}
@media screen and (max-width: 767px) {
  .p-topTopics .p-topicGrid__item:nth-of-type(7) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 37;
    grid-row-end: 43;
  }
}
.p-topTopics .p-topicGrid__tit {
  background-color: #0075C1;
  padding: clamp(0.234375rem, 0.1394382911rem + 0.1977848101vw, 0.3125rem) clamp(0.9375rem, 0.5577531646rem + 0.7911392405vw, 1.25rem) clamp(0.375rem, 0.2231012658rem + 0.3164556962vw, 0.5rem);
  border-radius: clamp(0.9375rem, 0.5577531646rem + 0.7911392405vw, 1.25rem);
  font-size: clamp(1.03125rem, 0.7654272152rem + 0.5537974684vw, 1.25rem);
  line-height: 1;
  position: absolute;
  top: 0;
  transform: translateY(-35%);
  left: clamp(0.9375rem, 0.5577531646rem + 0.7911392405vw, 1.25rem);
}
.p-topTopics .p-topicGrid__tit span {
  font-weight: bold;
  color: #fff;
}
.p-topTopics .p-topicGrid__desc {
  background-color: rgba(255, 255, 255, 0.9);
  padding: clamp(0.9375rem, 0.5577531646rem + 0.7911392405vw, 1.25rem) clamp(1.40625rem, 0.8366297468rem + 1.1867088608vw, 1.875rem);
  border-radius: clamp(0.46875rem, 0.2788765823rem + 0.3955696203vw, 0.625rem);
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: calc(100% - 20px);
}
.p-topTopics .p-topicGrid__desc p {
  font-size: clamp(0.75rem, 0.4462025316rem + 0.6329113924vw, 1rem);
}

/*----------▲▲ home ▲▲----------*/
/*----------▼▼ page-404 ▼▼----------*/
/*----------▲▲ page_404 ▲▲----------*/
/*----------▼▼ page-message ▼▼----------*/
.p-messageFv {
  max-width: 1200px;
  margin: 0 auto;
}
.p-messageFv__container {
  margin-top: 2.8rem;
}
.p-messageTop {
  margin: 0 auto;
  max-width: 900px;
}
.p-messageTop__container {
  margin: 2.125rem auto;
}
.p-messageTop__tit {
  font-size: 2rem;
  font-weight: bold;
  color: #0075C1;
}
@media screen and (max-width: 767px) {
  .p-messageTop__tit {
    font-size: 1.5rem;
  }
}

.p-message {
  margin: 0 auto;
  max-width: 900px;
}
.p-message__container {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-message__container {
    margin-top: 1.5rem;
  }
}
.p-message__tit {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0075C1;
}
.p-message__cont {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  color: #333333;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-message__cont {
    padding-bottom: 0.75rem;
  }
}

.p-messageImg {
  margin-left: auto;
  min-width: 1000px;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-messageImg {
    width: 100%;
    min-width: auto;
    padding: 0 20px;
    margin: 0;
  }
}
.p-messageImg__container {
  margin-top: 1.75rem;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-messageImg__container {
    margin-top: 0.875rem;
  }
}

.p-signature {
  margin: 0 auto;
  max-width: 900px;
}
.p-signature__container {
  text-align: right;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-signature__container {
    margin-top: 14px;
    margin-bottom: 60px;
  }
}
.p-signature__company {
  font-size: 0.875rem;
  color: #666666;
}
.p-signature__name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  margin-left: 13px;
}

/*----------▲▲ page-message ▲▲----------*/
/*----------▼▼ page-voice ▼▼----------*/
.p-Voice {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-Voice {
    margin-bottom: 60px;
  }
}
.p-Voice__container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 73px;
  padding: 50px 50px 36px;
  display: flex;
  gap: 3rem;
  position: relative;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-Voice__container {
    padding: 30px;
    margin-top: 30px;
  }
}
.p-Voice__container:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-Voice__container:nth-child(2n) .p-Voice__wrapperImg {
  left: -6.1%;
  right: auto;
}
@media screen and (max-width: 767px) {
  .p-Voice__container:nth-child(2n) .p-Voice__wrapperImg {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-Voice__wrapper {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-Voice__wrapper {
    margin: 0;
  }
}
.p-Voice__tit {
  font-size: 2rem;
  font-weight: bold;
  color: #0075C1;
}
@media screen and (max-width: 767px) {
  .p-Voice__tit {
    font-size: 1.125rem;
  }
}
.p-Voice__departmentInfo {
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-Voice__departmentInfo {
    margin-top: 25rem;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}
.p-Voice__entry {
  font-size: 0.625rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #888888;
  padding: 3px 6px;
  width: fit-content;
}
.p-Voice__department {
  font-size: 0.9375rem;
  padding: 6px 0;
}
.p-Voice__wrapperImg {
  width: 100%;
  max-width: 400px;
  position: absolute;
  right: -4%;
  top: -15%;
}
@media screen and (max-width: 767px) {
  .p-Voice__wrapperImg {
    width: 370px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
}

/*----------▲▲ page-voice ▲▲----------*/
/*----------▼▼ page-data ▼▼----------*/
.p-data {
  margin: 3.75rem 0 7.5rem;
}
.p-data__cont {
  width: 100%;
  display: grid;
  gap: clamp(0.3428571429rem, 0rem + 0.7142857143vw, 0.625rem);
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: repeat(5, clamp(14.4rem, 0rem + 30vw, 26.25rem));
}
@media screen and (max-width: 767px) {
  .p-data__cont {
    display: block;
  }
}
.p-data__item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.875rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-data__item {
    margin-top: 1.25rem;
    overflow: hidden;
  }
}
.p-data__item.is-item1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.p-data__item.is-item1 img {
  max-width: 5.625rem;
}
.p-data__item.is-item2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.p-data__item.is-item2 img {
  max-width: 24.6875rem;
}
.p-data__item.is-item3 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
}
.p-data__item.is-item3 img {
  max-width: 12.8125rem;
}
.p-data__item.is-item4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
.p-data__item.is-item4 img {
  max-width: 38.5rem;
}
.p-data__item.is-item5 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
}
.p-data__item.is-item5 img {
  max-width: 3.3125rem;
}
.p-data__item.is-item6 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}
.p-data__item.is-item6 img {
  max-width: 10.9375rem;
}
.p-data__item.is-item7 {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 4;
}
.p-data__item.is-item7 p {
  font-size: 2rem;
}
.p-data__item.is-item7 img {
  max-width: 6.5625rem;
}
.p-data__item.is-item8 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
}
.p-data__item.is-item8 img {
  max-width: 5.375rem;
}
.p-data__item.is-item9 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
}
.p-data__item.is-item9 img {
  max-width: 8.625rem;
}
.p-data__item.is-item10 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 5;
}
.p-data__item.is-item10 img {
  max-width: 4.875rem;
}
.p-data__item.is-item11 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
}
.p-data__item.is-item11 img {
  max-width: 8.3125rem;
}
.p-data__item.is-item12 {
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 5;
  grid-row-end: 6;
  position: relative;
}
.p-data__item.is-item12 img {
  position: absolute;
}
.p-data__item.is-item12 img:nth-of-type(1) {
  max-width: 6.25rem;
  bottom: 30%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .p-data__item.is-item12 img:nth-of-type(1) {
    max-width: 5.1875rem;
    bottom: 10%;
  }
}
.p-data__item.is-item12 img:nth-of-type(2) {
  max-width: 5.1875rem;
  top: 10%;
  right: 5%;
}
.p-data__item.is-item12 .p-data__data {
  gap: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-data__item.is-item12 .p-data__data {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.p-data__tit {
  font-size: 1.5rem;
  color: #0075C1;
}
.p-data__data {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-data__data {
    flex-direction: column;
    gap: 0;
  }
}
.p-data__num {
  font-size: 3.75rem;
  font-weight: bold;
  color: #0075C1;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
.p-data__unit {
  font-size: 2rem;
  color: #707070;
  margin-left: 0.625rem;
}
.p-data__sub {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-data__sub {
    margin-top: 0;
  }
}

/*----------▲▲ page-data ▲▲----------*/
/*----------▼▼ page-business ▼▼----------*/
.p-businessAbout {
  width: 100%;
  height: 40.625rem;
  background: url(../img/business/about_bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-businessAbout {
    height: auto;
  }
}
.p-businessAbout .l-inner {
  height: 100%;
}
.p-businessAbout__inner {
  padding: 120px 5%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-businessAbout__inner {
    padding: 30px 0;
  }
}
.p-businessAbout__cont {
  height: 100%;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-businessAbout__cont {
    width: 50%;
  }
}
.p-businessAbout__sub {
  font-weight: bold;
}
.p-businessAbout__tit {
  font-size: 2.25rem;
  font-weight: 100;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-businessAbout__tit {
    font-size: 1.75rem;
    margin: 60px 0 0;
  }
}
.p-businessAbout__desc {
  line-height: 2.6;
  margin: 140px 0 0;
}
@media screen and (max-width: 767px) {
  .p-businessAbout__desc {
    display: none;
  }
}

.p-product {
  margin: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-product {
    margin: 0;
    padding: 30px 0;
  }
}
.p-product__inner {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .p-product__inner {
    padding: 0;
  }
}
.p-product__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6.25rem clamp(1.3714285714rem, 0rem + 2.8571428571vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-product__wrap {
    gap: 60px;
  }
}
.p-product__cat {
  width: 100%;
}
.p-product__cat.is-half {
  width: calc((100% - clamp(1.3714285714rem, 0rem + 2.8571428571vw, 2.5rem)) / 2);
}
@media screen and (max-width: 767px) {
  .p-product__cat.is-half {
    width: 100%;
  }
}
.p-product__cat.is-half .p-product__item {
  width: 100%;
}
.p-product__tit .c-secTit {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-product__tit .c-secTit {
    margin-bottom: 20px;
  }
}
.p-product__tit .c-secTit.is-side {
  margin-bottom: 3.75rem;
}
.p-product__list {
  display: flex;
  gap: clamp(1.3714285714rem, 0rem + 2.8571428571vw, 2.5rem);
}
.p-product__item {
  width: calc((100% - clamp(1.3714285714rem, 0rem + 2.8571428571vw, 2.5rem)) / 2);
  background-color: #fff;
  border-radius: clamp(0.3428571429rem, 0rem + 0.7142857143vw, 0.625rem);
  padding: 40px 46px;
}
@media screen and (max-width: 767px) {
  .p-product__item {
    padding: 30px;
  }
}
.p-product__name {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  color: #0075C1;
}
@media screen and (max-width: 767px) {
  .p-product__name {
    font-size: 1.5rem;
  }
}
.p-product__img {
  margin-top: 30px;
}
.p-product__desc {
  margin-top: 20px;
}
.p-product__link {
  margin-top: 10px;
  text-align: right;
}
.p-product__link a {
  padding-right: 30px;
  background-image: url(../img/common/icon-link.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.p-businessFeature {
  width: 100%;
}
.p-businessFeature .l-inner {
  max-width: 1920px;
}
.p-businessFeature__item {
  width: 100%;
  min-height: 40.625rem;
}
@media screen and (max-width: 767px) {
  .p-businessFeature__item {
    min-height: inherit;
  }
}
.p-businessFeature__item.is-global {
  background: url(../img/business/global_bg.jpg) center/cover no-repeat;
}
.p-businessFeature__item.is-field {
  background: url(../img/business/field_bg.jpg) center/cover no-repeat;
}
.p-businessFeature__item.is-culture {
  background: url(../img/business/culture_bg.jpg) center/cover no-repeat;
}
.p-businessFeature__item:nth-of-type(2n) .p-businessFeature__inner {
  justify-content: left;
}
.p-businessFeature .l-inner {
  height: 100%;
}
.p-businessFeature__inner {
  width: 100%;
  height: 100%;
  padding: 45px 5%;
  display: flex;
  justify-content: right;
}
.p-businessFeature__cont {
  width: 500px;
  height: 100%;
  background-color: rgba(0, 117, 193, 0.8);
  border-radius: 10px;
  color: #fff;
  padding: 80px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-businessFeature__cont {
    padding: 40px 0;
  }
}
.p-businessFeature__item.is-culture .p-businessFeature__cont {
  background-color: rgba(0, 117, 193, 0.9);
}
.p-businessFeature__sub {
  font-weight: bold;
  text-align: center;
  margin: 0 30px;
}
.p-businessFeature__tit {
  font-size: 2.125rem;
  font-weight: 100;
  text-align: center;
  margin: 20px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-businessFeature__tit {
    font-size: 1.75rem;
    margin: 10px 10px 0;
  }
}
.p-businessFeature__desc {
  line-height: 2.6;
  margin: 140px 80px 0;
}
@media screen and (max-width: 767px) {
  .p-businessFeature__desc {
    line-height: 1.6;
    margin: 40px 30px 0;
  }
}

/*----------▲▲ page-business ▲▲----------*/
/*----------▼▼ page-roles ▼▼----------*/
.p-roles {
  margin: 4.6875rem 0 7.8125rem;
}
.p-roles__inner {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .p-roles__inner {
    padding: 0;
  }
}
.p-roles__list {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 3.75rem;
}
.p-roles__item {
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-roles__item {
    width: 100%;
  }
}
.p-roles__item:nth-of-type(2n+1) {
  margin-left: 10%;
  padding: 80px 100px 80px 160px;
}
@media screen and (max-width: 767px) {
  .p-roles__item:nth-of-type(2n+1) {
    margin-left: 0;
    padding: 160px 30px 30px;
  }
}
.p-roles__item:nth-of-type(2n) {
  margin-right: 10%;
  padding: 80px 160px 80px 100px;
}
@media screen and (max-width: 767px) {
  .p-roles__item:nth-of-type(2n) {
    margin-right: 0;
    padding: 160px 30px 30px;
  }
}
.p-roles__img {
  position: absolute;
  height: 200px;
  top: 100px;
}
.p-roles__item:nth-of-type(2n+1) .p-roles__img {
  left: -100px;
}
.p-roles__item:nth-of-type(2n) .p-roles__img {
  right: -100px;
}
.p-roles__item.--development .p-roles__img {
  height: 232px;
  top: calc(50% - 116px);
  left: -100px;
}
@media screen and (max-width: 767px) {
  .p-roles__item.--development .p-roles__img {
    height: auto;
    width: 120px;
    top: -20px;
    left: calc(50% - 60px);
  }
}
.p-roles__item.--production .p-roles__img {
  height: 141px;
  top: calc(50% - 70px);
  right: -100px;
}
@media screen and (max-width: 767px) {
  .p-roles__item.--production .p-roles__img {
    height: auto;
    width: 160px;
    top: 20px;
    left: calc(50% - 80px);
  }
}
.p-roles__item.--operation .p-roles__img {
  height: 237px;
  top: calc(50% - 118px);
  left: -100px;
}
@media screen and (max-width: 767px) {
  .p-roles__item.--operation .p-roles__img {
    height: auto;
    width: 140px;
    top: -20px;
    left: calc(50% - 70px);
  }
}
.p-roles__item.--marketing .p-roles__img {
  height: 237px;
  top: calc(50% - 118px);
  right: -100px;
}
@media screen and (max-width: 767px) {
  .p-roles__item.--marketing .p-roles__img {
    height: auto;
    width: 120px;
    top: -20px;
    left: calc(50% - 60px);
  }
}
.p-roles__item.--procurement .p-roles__img {
  height: 203px;
  top: calc(50% - 101px);
  left: -100px;
}
@media screen and (max-width: 767px) {
  .p-roles__item.--procurement .p-roles__img {
    height: auto;
    width: 120px;
    top: -20px;
    left: calc(50% - 60px);
  }
}
.p-roles__item.--admin .p-roles__img {
  height: 220px;
  top: calc(50% - 110px);
  right: -100px;
}
@media screen and (max-width: 767px) {
  .p-roles__item.--admin .p-roles__img {
    height: auto;
    width: 120px;
    top: -20px;
    left: calc(50% - 60px);
  }
}
.p-roles__tit--ja {
  font-size: 2.25rem;
  font-weight: 100;
  display: inline;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-roles__tit--ja {
    font-size: 1.875rem;
    display: block;
    text-align: center;
  }
}
.p-roles__tit--en {
  display: inline;
  font-size: 1.375rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #0075C1;
  letter-spacing: 0.4em;
  line-height: 1;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-roles__tit--en {
    font-size: 1.125rem;
    display: block;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
}
.p-roles__division {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-roles__division {
    width: 100%;
    gap: 8px;
  }
}
.p-roles__name {
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 3px;
  border: solid 1px #CCC;
  width: 160px;
  text-align: center;
  padding: 2px 5px 4px;
}
@media screen and (max-width: 767px) {
  .p-roles__name {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-roles__txt {
    width: 100%;
  }
}

/*----------▲▲ page-roles ▲▲----------*/
/*----------▼▼ page-faq ▼▼----------*/
.p-faq__inner {
  padding: 0 5%;
}
.p-faq__cat {
  margin: 5rem 0;
  width: 100%;
}
.p-faq__tit {
  font-size: 2rem;
  font-weight: 100;
  text-align: center;
  margin-bottom: 3.4375rem;
}
.p-faq__list {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 3px;
}
.p-faq__item {
  display: flex;
  flex-flow: column;
}
.p-faq__ques, .p-faq__ans {
  display: flex;
  align-items: center;
  gap: 5%;
  padding: 2.5rem 12.5% 2.5rem 5%;
  position: relative;
}
.p-faq__ques span, .p-faq__ans span {
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 3.125rem;
  font-style: italic;
}
.p-faq__ques p, .p-faq__ans p {
  font-weight: bold;
}
.p-faq__ques {
  background-color: #fff;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-faq__ques::before {
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-faq__ques:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}
.p-faq__ques span {
  color: #CCC;
}
.p-faq__ans {
  background-color: #EDF7FD;
}
.p-faq__ansWrap {
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-faq__ans span {
  color: #0075C1;
}
.p-faq__btn {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.p-faq__btn::before, .p-faq__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #CCC;
}
.p-faq__btn::before {
  width: 100%;
  height: 3px;
}
.p-faq__btn::after {
  width: 3px;
  height: 100%;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-faq__item.js-open .p-faq__btn::after {
  transform: translate(-50%, 0%);
  opacity: 0;
}

/*----------▲▲ page-faq ▲▲----------*/
/*----------▼▼ page-staff ▼▼----------*/
.p-voiceDetail {
  margin: 0 auto;
  max-width: 900px;
}
.p-voiceDetailFv {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-voiceDetailFv {
    margin-bottom: 60px;
  }
}
.p-voiceDetailFv__container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 73px;
  padding: 50px 50px 36px;
  display: flex;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voiceDetailFv__container {
    padding: 30px;
    margin-top: 30px;
  }
}
.p-voiceDetailFv__wrapper {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-voiceDetailFv__wrapper {
    margin: 0;
  }
}
.p-voiceDetailFv__tit {
  font-size: 2rem;
  font-weight: bold;
  color: #0075C1;
}
@media screen and (max-width: 767px) {
  .p-voiceDetailFv__tit {
    font-size: 1.125rem;
  }
}
.p-voiceDetailFv__departmentInfo {
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-voiceDetailFv__departmentInfo {
    margin-top: 25rem;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}
.p-voiceDetailFv__entry {
  font-size: 0.625rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #888888;
  padding: 3px 6px;
  width: fit-content;
}
.p-voiceDetailFv__department {
  font-size: 0.9375rem;
  padding: 6px 0;
}
.p-voiceDetailFv__wrapperImg {
  width: 100%;
  max-width: 550px;
  position: absolute;
  right: -20%;
  top: -55%;
}
@media screen and (max-width: 767px) {
  .p-voiceDetailFv__wrapperImg {
    width: 370px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
}
.p-voiceDetail__container {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-voiceDetail__container {
    margin-top: 1.5rem;
  }
}
.p-voiceDetail__tit {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0075C1;
  position: relative;
}
.p-voiceDetail__tit::before {
  content: "";
  position: absolute;
  width: 2.3125rem;
  height: 1px;
  left: -6%;
  top: 50%;
  background-color: #0075C1;
}
@media screen and (max-width: 767px) {
  .p-voiceDetail__tit::before {
    width: 0.8125rem;
  }
}
.p-voiceDetail__cont {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 1rem;
  color: #333333;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-voiceDetail__cont {
    padding-bottom: 0.75rem;
  }
}
.p-voiceDetailImg {
  min-width: 1000px;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-voiceDetailImg {
    min-width: 354px;
    width: 95%;
  }
}
.p-voiceDetailImg.right {
  margin-left: auto;
}
.p-voiceDetailImg.left {
  margin-right: auto;
}
.p-voiceDetailImg__container {
  width: 100%;
  margin-top: 1.75rem;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-voiceDetailImg__container {
    margin-top: 0.875rem;
  }
}
.p-voiceDetailRoutine {
  max-width: 900px;
  margin: 0 auto;
  margin-top: clamp(2.6057142857rem, 0rem + 5.4285714286vw, 4.75rem);
}
.p-voiceDetailRoutine__container {
  margin-top: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
  border: 1px solid #CCC;
  border-radius: 1.25rem;
}
.p-voiceDetailRoutine__tit {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #666666;
}
.p-voiceDetailRoutine__item {
  width: 100%;
  display: flex;
  gap: clamp(1.7142857143rem, 0rem + 3.5714285714vw, 3.125rem);
  align-items: center;
  padding: 2.875rem 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voiceDetailRoutine__item {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
    padding: 2.125rem 1.875rem;
  }
}
.p-voiceDetailRoutine__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  height: 1px;
  border-bottom: 1px dotted #888888;
}
.p-voiceDetailRoutine__item:last-child::after {
  border-bottom: none;
}
.p-voiceDetailRoutine__time {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  font-weight: bold;
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voiceDetailRoutine__time {
    padding: 1px 0;
  }
}
.p-voiceDetailRoutine__event {
  background-color: #fff;
  border-radius: 0.1875rem;
  padding: 0.1875rem 0.625rem;
  width: auto;
  min-width: 6.25rem;
  height: 1.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.p-voiceDetailRoutine__event span {
  font-size: 0.875rem;
  font-weight: bold;
}
.p-voiceDetailRoutine__cont {
  font-size: 1rem;
}
.p-voiceDetailLink {
  max-width: 900px;
  margin: 5rem auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-voiceDetailLink {
    margin: 2.5rem 0;
  }
}

/*----------▲▲ page-staff ▲▲----------*/
/*----------▼▼ archive ▼▼----------*/
.p-archive {
  margin: 5rem 0;
}
.p-archive__list {
  width: 100%;
  display: flex;
  flex-flow: column;
  border-top: 1px solid #CCC;
}
.p-archive__item {
  width: 100%;
  border-bottom: 1px solid #CCC;
}
.p-archive__toggle {
  padding: 4.375rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #EBEBEB;
}
.p-archive__toggle:hover {
  opacity: 0.6;
}
.p-archive__toggleBtn {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.p-archive__toggleBtn::before, .p-archive__toggleBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #CCC;
}
.p-archive__toggleBtn::before {
  width: 100%;
  height: 3px;
}
.p-archive__toggleBtn::after {
  width: 3px;
  height: 100%;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-archive__item.js-open .p-archive__toggle {
  background-color: #fff;
}
.p-archive__item.js-open .p-archive__toggle::after {
  transform: translate(-50%, 0%);
  opacity: 0;
}
.p-archive__item.is-only .p-archive__toggle {
  cursor: auto;
  pointer-events: none;
  background-color: #fff;
}
.p-archive__item.is-only .p-archive__toggle:hover {
  opacity: 1;
}
.p-archive__item.is-only .p-archive__toggleBtn {
  display: none;
}
.p-archive__item.is-only .p-archive__wrap {
  max-height: unset;
}
.p-archive__tit {
  font-size: 2.625rem;
  font-weight: 100;
}
.p-archive__wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-archive__inner {
  padding: 10px 5%;
  background-color: #fff;
}
.p-archive__cont {
  width: 100%;
  display: flex;
  flex-flow: column;
  border-top: 1px solid #CCC;
}
.p-archive__cat {
  width: 100%;
  padding: 3.4375rem 1.5%;
  border-bottom: 1px solid #CCC;
  display: flex;
  gap: 2%;
}
.p-archive__catTit {
  width: 18%;
}
.p-archive__catDesc {
  width: 80%;
}
.p-archive__link {
  margin: 4.6875rem 0;
}
.p-archive__btn {
  display: block;
  width: fit-content;
  background-color: #FF9C00;
  margin: 0 auto;
  padding: 0.75rem 1.875rem;
  color: #fff;
  border-radius: 1.25rem;
  font-size: 1.0625rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-weight: bold;
  line-height: 1;
}

/*----------▲▲ archive ▲▲----------*/
/*----------▼▼ archive-news ▼▼----------*/
.p-posts__list {
  display: flex;
  flex-flow: column;
  gap: clamp(1.25rem, 0.4905rem + 1.5823vw, 1.875rem);
}
.p-posts__pager {
  margin-top: clamp(3.375rem, 1.4003rem + 4.1139vw, 5rem);
}
.p-posts__pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.p-posts__pager .wp-pagenavi a,
.p-posts__pager .wp-pagenavi .extend,
.p-posts__pager .wp-pagenavi .current {
  width: 40px;
  height: 40px;
}
.p-posts__pager .wp-pagenavi__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0075C1;
  color: #fff;
}
.p-posts__pager .wp-pagenavi .extend .wp-pagenavi__wrap {
  background-color: transparent;
  color: #CCC;
}
.p-posts__pager .wp-pagenavi .current .wp-pagenavi__wrap {
  background-color: #CCC;
  color: #EFEFEF;
}

.p-sideCat {
  width: 100%;
  margin-bottom: clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem);
}
.p-sideCat:nth-of-type(n+2) {
  margin-top: clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem);
}
.p-sideCat__list {
  display: flex;
  flex-flow: column;
  width: 100%;
  gap: 20px;
}
.p-sideCat__item {
  height: clamp(3.75rem, 1.4715rem + 4.7468vw, 5.625rem);
}
@media screen and (max-width: 767px) {
  .p-sideCat__item {
    height: clamp(5.5rem, 0rem + 27.5vw, 6.875rem);
  }
}
.p-sideCat__link {
  height: 100%;
  display: flex;
  gap: 10px;
  color: #333333;
}
.p-sideCat__img {
  width: 40%;
  display: flex;
}
.p-sideCat__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sideCat__cont {
  width: calc(60% - 10px);
}
.p-sideCat__info {
  width: 100%;
  display: flex;
  gap: 5px;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  margin-bottom: clamp(0.375rem, 0.0712rem + 0.6329vw, 0.625rem);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sideCat__info {
    margin-bottom: clamp(0.5rem, 0rem + 2.5vw, 0.625rem);
  }
}
.p-sideCat__info .c-card__cat {
  position: static;
  height: clamp(0.625rem, 0.3212rem + 0.6329vw, 0.875rem);
  min-width: clamp(3.375rem, 1.4003rem + 4.1139vw, 5rem);
  font-size: clamp(0.4375rem, 0.1337rem + 0.6329vw, 0.6875rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sideCat__info .c-card__cat {
    height: clamp(0.7rem, 0rem + 3.5vw, 0.875rem);
    font-size: clamp(0.55rem, 0rem + 2.75vw, 0.6875rem);
  }
}
.p-sideCat__date {
  color: #888888;
  font-size: clamp(0.5rem, 0.1962rem + 0.6329vw, 0.75rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-sideCat__date {
    font-size: clamp(0.6rem, 0rem + 3vw, 0.75rem);
  }
}
.p-sideCat__tit {
  font-size: clamp(0.5625rem, 0.2587rem + 0.6329vw, 0.8125rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sideCat__tit {
    font-size: clamp(0.65rem, 0rem + 3.25vw, 0.8125rem);
  }
}

@media screen and (max-width: 767px) {
  .p-sideTax {
    margin-bottom: clamp(2rem, 0rem + 10vw, 2.5rem);
  }
}
.p-sideTax__list {
  display: flex;
  flex-flow: column;
  border-top: 1px solid #CCC;
  width: 100%;
}
.p-sideTax__item {
  width: 100%;
  padding: clamp(0.875rem, 0.4193rem + 0.9494vw, 1.25rem) clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  border-bottom: 1px solid #CCC;
}
.p-sideTax__link {
  color: #888888;
}

/*----------▲▲ archive-news ▲▲----------*/
/*----------▼▼ single-news ▼▼----------*/
.p-postCont {
  width: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-postCont {
    width: 100%;
  }
}
.p-postCont__pager {
  margin-top: clamp(2.5rem, 0.981rem + 3.1646vw, 3.75rem);
  padding-bottom: clamp(1.875rem, 0.7358rem + 2.3734vw, 2.8125rem);
  border-bottom: 1px solid #CCC;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-postCont__pager {
    margin-top: clamp(3rem, 0rem + 15vw, 3.75rem);
  }
}
.p-postCont__pager--prev, .p-postCont__pager--archive, .p-postCont__pager--next {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
}
.p-postCont__pager--prev a, .p-postCont__pager--archive a, .p-postCont__pager--next a {
  color: #333333;
  font-size: clamp(0.625rem, 0.2453rem + 0.7911vw, 0.9375rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-postCont__pager--prev a, .p-postCont__pager--archive a, .p-postCont__pager--next a {
    font-size: clamp(0.6rem, 0rem + 3vw, 0.75rem);
  }
}
.p-postCont__pager--prev a {
  margin-right: 17%;
}
.p-postCont__pager--archive {
  text-align: center;
}
.p-postCont__pager--archive a {
  margin: 0 auto;
}
.p-postCont__pager--next {
  text-align: right;
}
.p-postCont__pager--next a {
  margin-left: 17%;
}
.p-postCont__list {
  margin-top: clamp(2.875rem, 1.0522rem + 3.7975vw, 4.375rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.625rem, 0.5617rem + 2.2152vw, 2.5rem) 5%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-postCont__list {
    margin-top: clamp(3.5rem, 0rem + 17.5vw, 4.375rem);
    flex-flow: column;
    gap: clamp(1.25rem, 0rem + 6.25vw, 1.5625rem);
  }
}
.p-postCont__item {
  width: 31.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-postCont__item {
    width: 100%;
  }
}

/*----------▲▲ single-news ▲▲----------*/
/*----------▼▼ utility ▼▼----------*/
@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: inherit !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pcOnly {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

/*----------▲▲ utility ▲▲----------*/
/*# sourceMappingURL=style.css.map */