@charset "UTF-8";
/*======================================================
Import
======================================================*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*======================================================
Break Point
======================================================*/
/*======================================================
Font
======================================================*/
/*======================================================
Color
======================================================*/
/*======================================================
Base
======================================================*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  line-height: 1;
  color: #333;
  font-size: 16px;
}
@media (max-width: 840px) {
  body {
    font-size: 14px;
  }
}

ul li {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: #333;
}

/*======================================================
Top
======================================================*/
.hero_video {
  position: relative;
}
.hero_video::before {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hero_video picture {
  position: relative;
  z-index: 0;
}
.hero_video picture img {
  object-fit: cover;
  height: 900px;
  width: 100%;
}
@media (max-width: 665px) {
  .hero_video picture img {
    height: auto;
  }
}
.hero_video .l-top__text__box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 75px;
  width: 100%;
  text-align: center;
}
@media (max-width: 665px) {
  .hero_video .l-top__text__box {
    padding: 0 4%;
  }
}
.hero_video .l-top__text__box .tomorrow {
  display: block;
  text-align: center;
  margin: 0 auto 48px;
}
@media (max-width: 665px) {
  .hero_video .l-top__text__box .tomorrow {
    margin-bottom: 24px;
  }
}
.hero_video .l-top__text__box .fellow {
  display: block;
  margin: 0 auto;
}
@media (max-width: 665px) {
  .hero_video .l-top__text__box .fellow {
    height: 16px;
  }
}

.l-top__concept {
  background-color: #fff240;
  padding: 132px 0 300px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 665px) {
  .l-top__concept {
    padding: 100px 0 275px;
  }
}
.l-top__concept::before {
  content: "";
  background-image: url(../images/common/bg-top.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.l-top__concept::after {
  content: "";
  background-image: url(../images/common/bg-bottom.svg);
  background-position: bottom;
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.l-top__concept__inner {
  max-width: calc(850px + 4%);
  margin: 0 auto;
  z-index: 2;
  position: relative;
  padding: 0 4%;
}
.l-top__concept__heading {
  font-size: 37px;
  margin-bottom: 71px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 840px) {
  .l-top__concept__heading {
    font-size: 35px;
    margin-bottom: 60px;
  }
}
@media (max-width: 665px) {
  .l-top__concept__heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.l-top__concept__text {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.16em;
}
.l-top__concept__text:not(:last-child) {
  margin-bottom: 2.5em;
}
@media (max-width: 665px) {
  .l-top__concept__text:not(:last-child) {
    margin-bottom: 1.8em;
  }
}
@media (max-width: 665px) {
  .l-top__concept__text {
    line-height: 1.9;
    font-size: 16px;
  }
}

.l-shop_image__container {
  margin: -195px auto 0;
  padding: 0 4%;
}
.l-shop_image__container .l-shop_image {
  margin: 0 auto;
  display: block;
  border-radius: 25px;
  z-index: 3;
  position: relative;
}

.l-top__about {
  padding: 182px 0 156px;
}
@media (max-width: 665px) {
  .l-top__about {
    padding: 100px 0 115px;
  }
}

.l-top__video {
  position: relative;
  padding: 151px 0 136px;
}
@media (max-width: 665px) {
  .l-top__video {
    padding: 60px 0;
  }
}
.l-top__video__youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.l-top__video__youtube iframe {
  width: 100%;
  height: 100%;
}
.l-top__video .c-heading__group__text {
  max-width: 77%;
}

.l-top__voice {
  margin: 112px 0 148px;
}
@media (max-width: 665px) {
  .l-top__voice {
    margin: 91px 0 60px;
  }
}
.l-top__voice__list {
  display: flex;
  flex-direction: column;
  row-gap: 75px;
}
.l-top__voice__list li {
  overflow: hidden;
}
.l-top__voice__list__example {
  display: flex;
  background-color: #fff240;
  transition: 0.6s;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 840px) {
  .l-top__voice__list__example {
    flex-direction: column;
  }
}
.l-top__voice__list__example:hover {
  background-color: #ffcf40;
  transition: 0.6s;
}
.l-top__voice__list__example:hover .l-top__voice__list__example__image img {
  transform: scale(1.1);
  transition: 0.6s;
}
.l-top__voice__list__example__image {
  width: 50%;
  transition: transform 0.6s ease;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 840px) {
  .l-top__voice__list__example__image {
    width: 100%;
    border-radius: 20px 0 0 0;
  }
}
.l-top__voice__list__example__image img {
  object-fit: cover;
  transition: 0.6s;
  height: 100%;
}
@media (max-width: 840px) {
  .l-top__voice__list__example__image img {
    height: 303px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 840px) {
  .l-top__voice__list__example__image img {
    height: auto;
  }
}
.l-top__voice__list__example__text {
  width: 50%;
  padding: 0 55px 0;
  align-self: center;
}
@media (max-width: 840px) {
  .l-top__voice__list__example__text {
    width: 100%;
    padding: 18px 36px;
  }
}
@media (max-width: 1240px) {
  .l-top__voice__list__example__text {
    padding: 24px 20px;
  }
}
.l-top__voice__list__example__text .catch {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  padding: 38px 20px 31px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media (max-width: 1240px) {
  .l-top__voice__list__example__text .catch {
    font-size: 20px;
    padding: 27px 20px 27px;
  }
}
.l-top__voice__list__example__text .catch::before {
  content: "";
  background: url(../images/common/comma1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 840px) {
  .l-top__voice__list__example__text .catch::before {
    width: 18px;
    height: 18px;
  }
}
.l-top__voice__list__example__text .catch::after {
  content: "";
  background: url(../images/common/comma2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 840px) {
  .l-top__voice__list__example__text .catch::after {
    width: 18px;
    height: 18px;
  }
}
.l-top__voice__list__example__text .date {
  margin-top: 10px;
  line-height: 1.5;
  padding-left: 20px;
  letter-spacing: 0.08em;
}
@media (max-width: 840px) {
  .l-top__voice__list__example__text .date {
    padding-left: 20px;
  }
}
.l-top__voice__list__example__text .name {
  font-size: 21px;
  line-height: 1.5;
  margin-top: 5px;
  padding-left: 20px;
}
@media (max-width: 840px) {
  .l-top__voice__list__example__text .name {
    font-size: 16px;
    padding-left: 20px;
  }
}
.l-top__voice__list__example__text .name span {
  font-size: 27px;
}
@media (max-width: 840px) {
  .l-top__voice__list__example__text .name span {
    font-size: 21px;
  }
}

.l-top__entry {
  padding: 151px 0 136px;
  position: relative;
  margin-bottom: 113px;
}
@media (max-width: 665px) {
  .l-top__entry {
    margin-bottom: 95px;
    padding: 80px 0 122px;
  }
}
.l-top__entry .c-heading__group__text {
  max-width: 77%;
}

.l-top .splide__slide {
  width: 250px;
}
@media (max-width: 665px) {
  .l-top .splide__slide {
    width: 150px;
  }
}

.splide__slide {
  width: 320px;
  aspect-ratio: 1/1;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 665px) {
  .splide__slide {
    width: 150px;
  }
}
.splide__slide img {
  width: 100%;
}

.splide {
  margin-bottom: 90px;
}
@media (max-width: 665px) {
  .splide {
    margin-bottom: 60px;
  }
}

.c-subpage {
  background-color: #e4e4e4;
  padding-bottom: 120px;
  position: relative;
}
.c-subpage::after {
  content: "";
  background-image: url(../images/common/bg-bottom.svg);
  background-size: contain;
  background-position: center bottom;
  width: 100%;
  height: 20.7vw;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.c-subpage__inner {
  width: 1440px;
  max-width: calc(100% - 60px);
  background-color: #fff;
  margin: -230px auto 0;
  padding: 110px;
  border-radius: 25px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .c-subpage__inner {
    padding: 65px 35px;
  }
}
@media (max-width: 840px) {
  .c-subpage__inner {
    margin: -110px auto 0;
    padding: 65px 15px;
    max-width: calc(100% - 30px);
  }
}
.c-subpage__inner section + section {
  margin-top: 120px;
}
@media (max-width: 840px) {
  .c-subpage__inner section + section {
    margin-top: 100px;
  }
}
.c-subpage__heading {
  font-size: 60px;
  display: flex;
  flex-direction: column;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.03em;
}
.c-subpage__heading::after {
  content: attr(data-jp);
  font-size: 20px;
  line-height: 1.35;
  margin-top: 8px;
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
@media (max-width: 1440px) {
  .c-subpage__heading {
    font-size: 48px;
  }
  .c-subpage__heading::after {
    font-size: 18px;
  }
}
@media (max-width: 665px) {
  .c-subpage__heading::after {
    font-size: 15px;
  }
}

.l-message .c-box__2column__content p {
  line-height: 2.25;
}
.l-message .c-box__2column__content p + p:not([class]) {
  margin-top: 25px;
}

.l-overview__list {
  display: grid;
  gap: 30px 24px;
  line-height: 1.5;
  grid-template-columns: [column-1] auto [column-2] 1fr;
}
.l-overview__list div {
  grid-template-columns: subgrid;
  grid-column: span 2;
  display: grid;
}
@media (max-width: 665px) {
  .l-overview__list div {
    grid-column: 1;
  }
}
.l-overview__list dt,
.l-overview__list dd {
  line-height: 1.75;
}
.l-overview__list dt {
  width: 107px;
  padding-left: 23px;
  position: relative;
}
.l-overview__list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 1px;
  background-color: #222;
}
@media (max-width: 665px) {
  .l-overview__list dt {
    width: 100%;
  }
}
@media (max-width: 665px) {
  .l-overview__list dd {
    width: 100%;
  }
}
.l-overview__list dd a {
  text-decoration: underline;
}
.l-overview__list .sns_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-overview__list .sns_list li {
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-overview__list .sns_list li img {
  display: block;
}

.l-data__list {
  display: grid;
  grid-template-rows: repeat(auto, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "ft ft sd" "ft ft td" "fr fr fv" "sx sv sv";
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}
.l-data__list + .l-data__list {
  margin-top: 18px;
}
.l-data__list li:nth-child(7n+1) {
  grid-area: ft;
}
.l-data__list li:nth-child(7n+2) {
  grid-area: sd;
}
.l-data__list li:nth-child(7n+3) {
  grid-area: td;
}
.l-data__list li:nth-child(7n+4) {
  grid-area: fr;
}
.l-data__list li:nth-child(7n+5) {
  grid-area: fv;
}
.l-data__list li:nth-child(7n+6) {
  grid-area: sx;
}
.l-data__list li:nth-child(7n) {
  grid-area: sv;
}
.l-data__list li img {
  width: 100%;
}
@media (max-width: 665px) {
  .l-data__list {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .l-data__list li {
    width: calc((100% - 10px) / 2);
  }
  .l-data__list li.sp_big {
    width: 100%;
  }
}

.l-jobs__introduction {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 59px;
}
@media (max-width: 665px) {
  .l-jobs__introduction {
    text-align: left;
  }
}
.l-jobs__content p {
  margin-top: 35px;
  line-height: 1.85;
}
@media (max-width: 665px) {
  .l-jobs__content p {
    margin-top: 20px;
  }
}
.l-jobs__worklist {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 13px;
}
@media (max-width: 665px) {
  .l-jobs__worklist {
    margin-top: 20px;
    gap: 6px 8px;
  }
}
.l-jobs__worklist li {
  border: 1px solid #333;
  padding: 4px 15px 3px;
  font-size: 14px;
}
.l-jobs__linklist {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media (max-width: 622px) {
  .l-jobs__linklist {
    gap: 16px;
  }
}
.l-jobs__linklist li {
  position: relative;
}
.l-jobs__linklist li::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.l-jobs__linklist li a {
  display: block;
  width: 260px;
  background: #f38d3e;
  padding: 18px 40px;
  border-radius: 27px;
  color: #fff;
  transition: 0.6s;
}
@media (hover: hover) {
  .l-jobs__linklist li a:hover {
    background-color: #ff903b;
    transition: 0.6s;
  }
}
.l-jobs__tasklist {
  display: grid;
  gap: 13px 15px;
  line-height: 1.5;
  margin-top: 40px;
  grid-template-columns: [column-1] auto [column-2] 1fr;
}
@media (max-width: 665px) {
  .l-jobs__tasklist {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.l-jobs__tasklist div {
  grid-template-columns: subgrid;
  grid-column: span 2;
  display: grid;
}
@media (max-width: 665px) {
  .l-jobs__tasklist div {
    grid-column: 1;
    gap: 12px;
  }
}
.l-jobs__tasklist dt {
  padding-right: 15px;
  position: relative;
}
.l-jobs__tasklist dt::after {
  content: "";
  position: absolute;
  background: #222;
  height: 1px;
  width: 100%;
  left: 0;
  top: 12px;
  z-index: -2;
}
@media (max-width: 840px) {
  .l-jobs__tasklist dt::after {
    top: 9px;
  }
}
.l-jobs__tasklist dt span {
  background-color: #fff;
  padding-right: 8px;
}
.l-jobs__tasklist dd {
  font-size: 15px;
  line-height: 1.75;
}

.l-workstyle__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-workstyle__list li {
  background-color: #fff240;
  padding: 34px 28px;
}
@media (max-width: 665px) {
  .l-workstyle__list li {
    padding: 22px 22px;
  }
}
.l-workstyle__list li h3 {
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.5;
}
.l-workstyle__list li .text {
  line-height: 2;
}
.l-workstyle__list li .annotation {
  font-size: 13px;
  color: #837d2f;
  margin-top: 10px;
}

.l-welfare__list,
.l-allowance__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.l-welfare__list li,
.l-allowance__list li {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.l-welfare__list li > div,
.l-allowance__list li > div {
  padding-top: 3px;
}
@media (max-width: 665px) {
  .l-welfare__list li,
  .l-allowance__list li {
    flex-direction: column;
  }
}
.l-welfare__list img,
.l-allowance__list img {
  border-radius: 5px;
  width: 195px;
  object-fit: cover;
}
@media (max-width: 665px) {
  .l-welfare__list img,
  .l-allowance__list img {
    width: 100%;
  }
}
.l-welfare__list h3,
.l-allowance__list h3 {
  font-size: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
  line-height: 1.35;
}
.l-welfare__list text,
.l-allowance__list text {
  font-size: 15px;
}

.l-ideal__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.l-ideal__list li {
  background: #f5f5f5;
  padding: 32px 35px;
}
@media (max-width: 665px) {
  .l-ideal__list li {
    padding: 20px 18px;
  }
}
.l-ideal__list li .catch {
  color: #f38d3e;
  margin-bottom: 6px;
  font-size: 20px;
}

.l-guideline__list {
  border: 2px solid #f5f5f5;
}
.l-guideline__list div {
  display: flex;
  line-height: 1.75;
}
@media (max-width: 665px) {
  .l-guideline__list div {
    flex-direction: column;
  }
}
.l-guideline__list div dt {
  background: #f5f5f5;
  width: 200px;
  padding: 15px;
}
@media (max-width: 665px) {
  .l-guideline__list div dt {
    width: 100%;
  }
}
.l-guideline__list div:not(:last-child) dt {
  border-bottom: 1px solid #fff;
}
.l-guideline__list div:not(:last-child) dd {
  border-bottom: 1px solid #f5f5f5;
}
.l-guideline__list div dd {
  width: calc(100% - 200px);
  padding: 15px;
}
@media (max-width: 665px) {
  .l-guideline__list div dd {
    width: 100%;
  }
}
.l-guideline__list div ul li + li {
  margin-top: 8px;
}
.l-guideline__featurelist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.l-guideline__featurelist li {
  display: inline-block;
  padding: 5px 15px 3px;
  font-size: 14px;
  line-height: 1.5;
  background: #333;
  color: #fff;
  border-radius: 20px;
}
@media (max-width: 665px) {
  .l-guideline__featurelist li {
    font-size: 12px;
  }
}
.l-guideline__featurelist li + li {
  margin-top: 0px !important;
}

.l-voice .c-box__2column {
  margin-top: 45px;
}
@media (max-width: 840px) {
  .l-voice .c-box__2column {
    margin-top: 35px;
    flex-direction: column-reverse;
  }
}
.l-voice .c-box__2column__heading {
  padding-right: 90px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 840px) {
  .l-voice .c-box__2column__heading {
    padding-right: 0;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }
  .l-voice .c-box__2column__heading img {
    width: calc((100% - 30px) / 4);
  }
}
.l-voice__catch {
  font-size: 29px;
  line-height: 1.75;
  margin-top: 35px;
}
@media (max-width: 840px) {
  .l-voice__catch {
    font-size: 20px;
  }
}
.l-voice__name {
  font-size: 27px;
  margin-top: 20px;
}
.l-voice__name::after {
  content: "さん";
  font-size: 70%;
}
@media (max-width: 840px) {
  .l-voice__name {
    font-size: 18px;
  }
}
.l-voice__pos {
  font-size: 17px;
  margin-top: 6px;
}
@media (max-width: 840px) {
  .l-voice__pos {
    font-size: 14px;
  }
}
.l-voice__qa {
  margin-top: 45px;
}
.l-voice__qa > div + div {
  margin-top: 45px;
}
.l-voice__qa > div dt {
  margin-bottom: 30px;
  font-size: 20px;
  position: relative;
  padding-left: 47px;
  line-height: 1.25;
}
.l-voice__qa > div dt:after {
  content: "";
  background-color: #000;
  width: 27px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (max-width: 840px) {
  .l-voice__qa > div dt {
    padding-left: 26px;
    font-size: 18px;
  }
  .l-voice__qa > div dt::after {
    width: 16px;
  }
}
.l-voice__qa img {
  border-radius: 30px;
  max-width: calc(100% - 480px);
}
@media (max-width: 990px) {
  .l-voice__qa img {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 840px) {
  .l-voice__qa img {
    margin-top: 13px;
  }
}
.l-voice__qa h2 {
  margin-bottom: 34px;
}
@media (max-width: 840px) {
  .l-voice__qa h2 {
    margin-top: 13px;
    margin-bottom: 17px;
  }
}
.l-voice__qa .occupation {
  border: 1px solid #000;
  display: inline-block;
  padding: 3px 32px;
  margin-bottom: 32px;
  font-size: 13px;
}
@media (max-width: 840px) {
  .l-voice__qa .occupation {
    margin-bottom: 18px;
  }
}
.l-voice__qa .name {
  font-size: 25px;
  margin-bottom: 50px;
}
@media (max-width: 840px) {
  .l-voice__qa .name {
    margin-bottom: 30px;
  }
}
.l-voice__qa .name span {
  font-size: 20px;
}
.l-voice__qa .btn {
  transition: 0.3s;
  padding: 13px 59px 13px 33px;
  border-radius: 27px;
  background-color: #f38d3e;
  color: #fff;
  position: relative;
}
.l-voice__qa .btn:hover {
  transition: 0.3s;
  background-color: #ff903b;
}
.l-voice__qa .btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.l-voice_article__meta {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 35px;
  position: absolute;
  bottom: 35px;
  padding: 0 30px;
}
@media (max-width: 840px) {
  .l-voice_article__meta {
    display: block;
    margin-top: 30px;
    padding: 0 15px;
    position: static;
  }
}
.l-voice_article__meta .catch {
  font-size: 29px;
  line-height: 1.75;
}
.l-voice_article__meta .catch > span {
  background: #fff;
  padding: 0 8px;
}
@media (max-width: 840px) {
  .l-voice_article__meta .catch {
    font-size: 23px;
  }
}
.l-voice_article__meta .people {
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 840px) {
  .l-voice_article__meta .people {
    margin-top: 8px;
  }
}
.l-voice_article__meta .name {
  font-size: 27px;
  background: #fff;
  padding: 0 8px;
}
@media (max-width: 840px) {
  .l-voice_article__meta .name {
    font-size: 18px;
  }
}
.l-voice_article__meta .name span.san {
  font-size: 22px;
}
@media (max-width: 840px) {
  .l-voice_article__meta .name span.san {
    font-size: 16px;
  }
}
.l-voice_article__meta .name:empty {
  display: none;
}
.l-voice_article__meta .pos {
  margin-top: 6px;
  background: #fff;
  padding: 0 8px;
}
.l-voice_article__meta .pos[data-empty=true] {
  display: none;
}
.l-voice_article__box {
  margin-top: 50px;
}
.l-voice_article__mainPhoto {
  margin-top: 50px;
  max-width: 1440px;
  width: calc(100% + 220px);
  margin-left: -110px;
  position: relative;
}
.l-voice_article__mainPhoto img {
  width: 100%;
}
@media (max-width: 1440px) {
  .l-voice_article__mainPhoto {
    width: calc(100% + 70px);
    margin-left: -35px;
  }
}
@media (max-width: 840px) {
  .l-voice_article__mainPhoto {
    width: calc(100% + 30px);
    margin-left: -15px;
    height: auto;
    position: static;
  }
}
.l-voice_article__photolist {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 840px) {
  .l-voice_article__photolist {
    display: none;
  }
}
.l-voice_article__photolist img {
  border-radius: 30px;
}
.l-voice_article__top {
  position: absolute;
  top: 73%;
  left: 100px;
  text-align: left;
  color: #fff;
  line-height: 1.75;
  transform: translate(0%, -50%);
}
@media (max-width: 840px) {
  .l-voice_article__top {
    left: 30px;
  }
}
@media (max-width: 665px) {
  .l-voice_article__top {
    left: 29px;
  }
}
.l-voice_article__top h1 {
  margin-bottom: 8px;
  font-size: 44px;
}
@media (max-width: 840px) {
  .l-voice_article__top h1 {
    font-size: 35px;
  }
}
.l-voice_article__top .name {
  font-size: 30px;
}
@media (max-width: 840px) {
  .l-voice_article__top .name {
    font-size: 25px;
  }
}
.l-voice_article__top .name span {
  font-size: 22px;
}
@media (max-width: 840px) {
  .l-voice_article__top .name span {
    font-size: 16px;
  }
}
.l-voice_article .department {
  font-size: 17px;
}
.l-voice_article__content .c-box__2column__heading {
  gap: 35px;
}
.l-voice_article .c-box__2column__content {
  width: calc(100% - 320px);
}
@media (max-width: 840px) {
  .l-voice_article .c-box__2column__content {
    width: 100%;
  }
}
.l-voice_article .c-box__2column__content .group + .group {
  margin-top: 45px;
}
.l-voice_article .c-box__2column__content .group p + p {
  margin-top: 16px;
}
.l-voice_article .c-box__2column__content .group .question {
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 840px) {
  .l-voice_article .c-box__2column__content .group .question {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
    padding-left: 30px;
  }
}
.l-voice_article .c-box__2column__content .group .question:after {
  content: "";
  background-color: #000;
  width: 27px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 0;
}
@media (max-width: 840px) {
  .l-voice_article .c-box__2column__content .group .question:after {
    width: 20px;
  }
}
.l-voice_article .c-box__2column__content .group .tbImage {
  display: none;
}
@media (max-width: 840px) {
  .l-voice_article .c-box__2column__content .group .tbImage {
    margin-top: 30px;
    display: block;
  }
}

.l-entry .text {
  margin-bottom: 27px;
}
.l-entry .annotation {
  background-color: rgba(255, 254, 237, 0.8196078431);
  padding: 22px 15px;
  font-size: 13px;
  margin-bottom: 43px;
  text-indent: -1em;
  padding-left: 2em;
}
.l-entry .form_group {
  display: flex;
  flex-direction: column;
}
.l-entry .form_group:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 840px) {
  .l-entry .form_group:not(:last-child) {
    margin-bottom: 27px;
  }
}
.l-entry .form_group .form_title {
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 665px) {
  .l-entry .form_group .form_title {
    line-height: 2;
  }
}
.l-entry .form_group .form-detail input[type=text],
.l-entry .form_group .form-detail input[type=email],
.l-entry .form_group .form-detail textarea {
  display: block;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 12px 15px;
  width: 100%;
}
.l-entry .form_group .form-detail ::placeholder {
  color: rgb(210, 210, 210);
}
.l-entry .form_group .form-detail .c-required-error {
  color: red;
  font-size: 14px;
}
.l-entry .form_group .form-detail .button::file-selector-button {
  display: inline-block;
  border-radius: 5%;
  color: #333;
  background: rgb(216, 216, 216);
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid #333;
  text-align: center;
  margin-right: 10px;
}
.l-entry .form_group .form-detail textarea {
  line-height: 1.7;
}
.l-entry .form_group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #b6b5b5;
  color: #757373;
  border-radius: 6px;
}
.l-entry .form_group textarea {
  width: 100%;
  height: 224px;
}
.l-entry .form_group select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.l-entry .form_group select::-ms-expand {
  display: block;
}
.l-entry .form_group input {
  margin-bottom: 4px;
  width: 100%;
}
.l-entry .form_group .form_bottom_space {
  margin-bottom: 20px;
}
@media (max-width: 665px) {
  .l-entry .form_group .form_bottom_space {
    margin-bottom: 15px;
  }
}
.l-entry .form_c-btn {
  margin-top: 20px;
}
.l-entry .form_c-btn__confirm {
  background-color: #333;
  border-radius: 6px;
  padding: 18px 0 18px 0px;
  position: relative;
  max-width: 285px;
  width: 100%;
  color: #fff;
}
.l-entry .form_c-btn__confirm::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 13px; /* くの字を山なりに見た時、左側の長さ */
  height: 13px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); /* くの字の向き */
}
@media (max-width: 840px) {
  .l-entry .l-entry__btn {
    text-align: center;
  }
}

.l-confirm .confirm_text {
  margin-bottom: 40px;
}
.l-confirm tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.l-confirm tr th {
  text-align: left;
  margin-bottom: 10px;
}
.l-confirm tr dd {
  padding: 21px 25px 21px 0px;
}
.l-confirm tr dd {
  font-size: 18px;
}
.l-confirm__btn {
  display: flex;
  gap: 30px;
}
.l-confirm__btn {
  display: flex;
  gap: 20px;
}
@media (max-width: 665px) {
  .l-confirm__btn {
    flex-direction: column;
  }
}
.l-confirm__btn .form_c-btn input {
  padding: 15px 58px;
  width: 200px;
}
.l-confirm__btn .form_c-btn {
  margin-top: 20px;
}
.l-confirm__btn .form_btn__back {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 6px;
}
.l-confirm__btn .form_btn__back::after {
  transform: rotate(225deg);
  left: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.l-confirm__btn .form_btn__back input {
  color: #333;
}
.l-confirm .form_btn__back {
  margin-top: 58px;
}
.l-confirm .form_btn__back::after {
  left: 10px;
  transform: rotate(225deg);
}
.l-confirm .form_c-btn__submit {
  margin-top: 30px;
}
.l-confirm .form_btn__back,
.l-confirm .form_c-btn__submit {
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 284px;
  border-radius: 6px;
  position: relative;
}
.l-confirm .form_btn__back::after,
.l-confirm .form_c-btn__submit::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 10px;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
.l-confirm .form_btn__back input,
.l-confirm .form_c-btn__submit input {
  color: #fff;
  padding: 15px 28px;
  width: 100%;
}

.l-completion {
  line-height: 1.75;
}
.l-completion .c-subpage__inner {
  text-align: center;
}
.l-completion .c-subpage__inner__container {
  max-width: 680px;
  margin: 0 auto;
}
.l-completion .c-subpage__inner a {
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 6px;
  color: #fff;
  max-width: 284px;
  margin: 53px auto 0;
  position: relative;
}
.l-completion .c-subpage__inner a::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 4px;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.l-privacy__inner {
  line-height: 1.7;
}
.l-privacy__inner__explanation {
  margin-bottom: 60px;
}
.l-privacy__inner ul li:not(:last-child) {
  margin-bottom: 40px;
}
.l-privacy__inner ul li h2 {
  margin-bottom: 10px;
}

.l-mail .form_btn__back,
.l-mail .form_c-btn__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 284px;
  border-radius: 6px;
  position: relative;
}
.l-mail .form_btn__back::after,
.l-mail .form_c-btn__submit::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 10px;
  width: 18px;
  height: 18px;
  margin: 0 10px;
}
.l-mail .form_btn__back input,
.l-mail .form_c-btn__submit input {
  color: #fff;
  width: 100%;
}
.l-mail .form_btn__back {
  color: #333;
  background-color: #fff;
}
.l-mail .form_btn__back::after {
  transform: rotate(225deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.l-mail .form_btn__back input {
  color: #333;
  width: 285px;
}
.l-mail .form_c-btn__submit {
  background-color: #333;
}
.l-mail .form_c-btn__submit::after {
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.l-mail .form_c-btn__submit input {
  color: #ffffff;
  width: 258px;
}
@media (max-width: 1025px) {
  .l-mail .l-confirm__btn {
    flex-direction: column;
    gap: 0;
  }
}
.l-mail form {
  margin-top: 46px;
}
.l-mail tbody tr {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.l-mail tbody tr th {
  text-align: left;
  padding-right: 20px;
}
.l-mail tbody tr td {
  line-height: 1.7;
}

/*======================================================
Inner
======================================================*/
.c-inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 665px) {
  .c-inner {
    padding: 0 4%;
  }
}

/*======================================================
Header
======================================================*/
.c-header {
  color: #fff;
  padding: 33px 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  transition: background 0.3s, padding 0.3s;
  /*ナビゲーションのスタイル*/
  /*ホバーエフェクト*/
}
@media (max-width: 1240px) {
  .c-header {
    padding: 33px 4% 0;
  }
}
@media (max-width: 840px) {
  .c-header {
    padding: 18px 4% 0;
  }
}
.c-header__left a {
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  gap: 31px;
}
.c-header__left a:hover {
  opacity: 0.7;
  transition: all 0.6s ease;
}
@media (max-width: 840px) {
  .c-header__left a {
    gap: 7px;
  }
}
.c-header__left img {
  display: block;
  width: 230px;
}
@media (max-width: 665px) {
  .c-header__left img {
    width: 140px;
  }
}
.c-header__left p {
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (max-width: 1240px) {
  .c-header__left p {
    font-size: 20px;
  }
}
@media (max-width: 665px) {
  .c-header__left p {
    font-size: 14px;
  }
}
.c-header__right {
  z-index: 5;
}
@media (max-width: 1240px) {
  .c-header__right {
    position: fixed;
  }
}
.c-header__right__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1240px) {
  .c-header__right__list {
    transform: translateX(100%);
    right: 0;
    flex-direction: column;
    background: #fff;
    padding: 103px 4%;
    z-index: 4;
    width: 70vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    transition: ease 0.4s;
    gap: 23px;
    align-items: flex-start;
  }
}
.c-header__right__list li a {
  color: #fff;
  letter-spacing: 0.06em;
}
.c-header a {
  color: #000;
  text-decoration: none;
}
.c-header .header-nav ul {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.c-header .header-nav ul li {
  font-size: 14px;
}
.c-header .header-nav ul li a {
  position: relative;
}
.c-header .header-nav ul li a:hover {
  opacity: 0.7;
}
@media (min-width: 1241px) {
  .c-header .c-header__nav__entry a {
    padding: 9px 30px;
    background-color: #ff903b;
    color: #fff;
    border-radius: 20px;
  }
}
@media (hover: hover) {
  .c-header .c-header__nav__item a::after {
    /*マークのスタイル*/
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fbda32;
    border-radius: 50%;
    bottom: -15px;
    right: 50%;
    /*不透明度0で非表示*/
    opacity: 0;
    /*下方向へ50%移動*/
    transform: translateX(50%) translateY(50%);
    /*アニメーションの速度設定*/
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .c-header .c-header__nav__item a:hover::after {
    /*不透明度1で表示*/
    opacity: 1;
    /*0位置に移動*/
    transform: translateX(50%) translateY(0%);
  }
  .c-header .current a::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fbae32;
    border-radius: 50%;
    bottom: -15px;
    right: 50%;
    transform: translateX(50%);
    opacity: 1;
  }
}
.c-header .nav_back {
  position: fixed;
  height: 100vh;
  width: 0vw;
  background: #ffc02c;
  opacity: 0;
  top: 0px;
  right: 0;
  pointer-events: none;
}
.c-header .c-hamburger {
  display: none;
}
@media (max-width: 1240px) {
  .c-header .c-hamburger {
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 30px;
    width: 45px;
    gap: 10px;
    z-index: 5px;
    right: 4%;
  }
  .c-header .c-hamburger span {
    width: 45px;
    height: 3px;
    background: #fff;
    display: block;
    transition: ease 0.4s;
  }
  .c-header .c-hamburger span.scroll {
    background: #f38d3e;
    transition: ease 0.4s;
  }
}
.c-header .nav_back {
  opacity: 0.9;
  pointer-events: inherit;
}
.c-header.open .nav_back {
  width: 100%;
}
.c-header.open .c-header__right__list {
  transform: translate(0%);
}
.c-header.open .c-header__right__list li {
  margin-right: 0;
}
.c-header.open .c-header__right__list li a {
  color: #ff7e0b;
  display: block;
  padding: 10px 38px;
  text-align: center;
  font-size: 20px;
}
.c-header.open .c-hamburger {
  z-index: 10;
  position: fixed;
}
.c-header.open .c-hamburger span {
  background: #f38d3e;
  transition: 0.3s;
}
.c-header.open .c-hamburger span:nth-child(1) {
  display: none;
}
.c-header.open .c-hamburger span:nth-child(2) {
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 0px;
}
.c-header.open .c-hamburger span:nth-child(3) {
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0px;
}

/*======================================================
Header
======================================================*/
.c-heading {
  position: relative;
  padding-top: 80px;
  margin-bottom: 65px;
  letter-spacing: 0.02em;
  font-size: 24px;
}
@media (max-width: 665px) {
  .c-heading {
    padding-top: 52px;
    font-size: 16px;
    margin-bottom: 35px;
  }
}
.c-heading::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 75px;
}
@media (max-width: 665px) {
  .c-heading::before {
    font-size: 45px;
  }
}
.c-heading-jp {
  font-size: 35px;
  font-family: "IBM Plex Sans JP", sans-serif;
}
.c-heading__group {
  margin: 0 0 45px;
}
.c-heading__group__text {
  max-width: 867px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 665px) {
  .c-heading__group__text {
    margin: 0 0 35px;
  }
}

.c-category {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media (max-width: 665px) {
  .c-category {
    row-gap: 22px;
  }
}
.c-category li {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.c-category a {
  display: block;
  border-radius: 24px;
  height: 370px;
  display: flex;
  align-items: center;
  padding: 0 74px;
  background-size: 1400px;
  background-position: center;
  position: relative;
  transition: background-size 0.6s ease;
}
@media (max-width: 665px) {
  .c-category a {
    padding: 45px 20px 120px;
    height: auto;
    background-size: cover;
  }
}
@media (hover: hover) {
  .c-category a:hover {
    background-size: 1460px;
  }
}
.c-category a::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.c-category__content {
  position: relative;
  width: 100%;
  z-index: 3;
  color: #fff;
}
.c-category__content::after {
  content: url(../images/common/btn_arrow.svg);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (max-width: 915px) {
  .c-category__content::after {
    top: 105%;
    right: 50%;
    transform: translateX(50%) scale(0.8);
  }
}
.c-category__heading {
  position: relative;
  font-size: 46px;
  padding-top: 35px;
  letter-spacing: 0.08em;
}
@media (max-width: 665px) {
  .c-category__heading {
    font-size: 35px;
  }
}
.c-category__heading::before {
  content: attr(data-en);
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.08em;
}
.c-category__text {
  margin-top: 33px;
  max-width: 511px;
  line-height: 1.85;
  letter-spacing: 0.06em;
}
@media (max-width: 665px) {
  .c-category__text {
    max-width: 100%;
  }
}

.c-footer__entry {
  position: relative;
  padding: 85px 0;
}
@media (max-width: 665px) {
  .c-footer__entry {
    padding: 60px 0;
  }
}
.c-footer__entry .c-bg::after {
  display: none;
}
.c-footer__entry__catch {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
@media (max-width: 665px) {
  .c-footer__entry__catch {
    font-size: 21px;
  }
}
.c-footer__entry__btn {
  display: block;
  padding: 45px 50px;
  background: #fff;
  width: 620px;
  max-width: 100%;
  margin: 30px auto 0;
  font-size: 46px;
  border-radius: 15px;
  position: relative;
}
@media (max-width: 665px) {
  .c-footer__entry__btn {
    padding: 30px 20px;
    font-size: 34px;
  }
}
.c-footer__entry__btn::before {
  content: attr(data-en);
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  display: block;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
@media (max-width: 665px) {
  .c-footer__entry__btn::before {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.c-footer__entry__btn::after {
  content: "";
  background-image: url(../images/common/btn_arrow.svg);
  background-size: contain;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 25px;
  width: 80px;
  height: 80px;
}
@media (max-width: 665px) {
  .c-footer__entry__btn::after {
    width: 45px;
    height: 45px;
    right: 20px;
  }
}

.c-footer {
  padding: 45px 60px;
}
@media (max-width: 665px) {
  .c-footer {
    padding: 25px 4%;
  }
}
@media (max-width: 940px) {
  .c-footer {
    padding: 45px 60px 115px;
  }
}
.c-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 840px) {
  .c-footer__container {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media (max-width: 665px) {
  .c-footer__container .logo {
    width: 80%;
    text-align: center;
  }
}
.c-footer__container .logo:hover {
  opacity: 0.7;
}
.c-footer__container__nav__list ul {
  display: flex;
  gap: 49px;
  align-items: center;
}
@media (max-width: 840px) {
  .c-footer__container__nav__list ul {
    gap: 14px;
    flex-direction: column;
  }
}
.c-footer__container__nav__list ul li {
  font-size: 16px;
}
.c-footer__container__nav__list ul li a {
  transition: 0.6s;
  letter-spacing: 0.06em;
}
.c-footer__container__nav__list ul li a:hover {
  color: #ffdc40;
  transition: 0.3s;
}
.c-footer__container__nav__list ul li a[target=_blank]::after {
  content: url(../images/common/icon-external.svg);
  margin-left: 3px;
}
.c-footer__copyright {
  text-align: right;
  font-size: 12px;
}
@media (max-width: 840px) {
  .c-footer__copyright {
    margin-top: 43px;
    text-align: center;
  }
}
@media (max-width: 665px) {
  .c-footer__copyright {
    margin-top: 30px;
  }
}

.c-entry__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  background-color: #ff903b;
  position: fixed;
  z-index: 5;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: #333;
}
@media (min-width: 941px) {
  .c-entry__btn {
    writing-mode: vertical-rl;
    transition: 0.6s;
    height: 240px;
    width: 72px;
    top: 30%;
    right: 0;
  }
}
@media (max-width: 940px) {
  .c-entry__btn {
    gap: 57px;
    width: 100vw;
    height: auto;
    bottom: 0;
    top: auto;
    left: 0;
  }
}
.c-entry__btn::after {
  content: url(../images/common/entry-arrow.svg);
  position: relative;
}
@media (min-width: 941px) {
  .c-entry__btn::after {
    margin-top: 10px;
    left: 6px;
  }
}
@media (max-width: 940px) {
  .c-entry__btn::after {
    transform: rotate(-90deg);
    top: -4px;
  }
}
@media (hover: hover) {
  .c-entry__btn:hover {
    transition: 0.3s;
    letter-spacing: 0.2em;
  }
}

.c-bg {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 80%;
  height: 100%;
  background-color: #fff240;
  border-radius: 0px 25px 25px 0px;
}
.c-bg.-w100 {
  width: 100%;
  border-radius: 0;
}
.c-bg.-gray {
  background-color: #e4e4e4;
}
.c-bg.-orange {
  background-color: #ff903b;
}
.c-bg::before {
  content: "";
  background-image: url(../images/common/bg-top.svg);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-bg::after {
  content: "";
  background-image: url(../images/common/bg-bottom.svg);
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/*======================================================
Subpage
======================================================*/
.c-pagehead {
  background-size: cover;
  background-position: center;
  padding-top: 200px;
  padding-bottom: 300px;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
}
@media (max-width: 840px) {
  .c-pagehead {
    padding-top: 150px;
    padding-bottom: 160px;
  }
}
.c-pagehead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  line-height: 1;
}
.c-pagehead::after {
  content: "";
  background-image: url(../images/common/bg-top.svg);
  background-size: contain;
  width: 100%;
  height: 13.6vw;
  position: absolute;
  bottom: -13.6vw;
  display: block;
}
.c-pagehead__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: blur(2px);
  z-index: 1;
}
.c-pagehead__ttl {
  position: relative;
  z-index: 3;
}
.c-pagehead__ttl p {
  font-size: 60px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 840px) {
  .c-pagehead__ttl p {
    font-size: 38px;
  }
}
.c-pagehead__ttl p::before {
  content: attr(data-deco);
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
  color: transparent;
  font-size: 100px;
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  top: -65px;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 840px) {
  .c-pagehead__ttl p::before {
    font-size: 50px;
    top: -25px;
  }
}
.c-pagehead__ttl h1 {
  font-size: 27px;
  color: #fff;
  margin-top: 25px;
  letter-spacing: 0.06em;
}
@media (max-width: 840px) {
  .c-pagehead__ttl h1 {
    font-size: 18px;
    margin-top: 16px;
  }
}

.c-box__2column {
  display: flex;
}
.c-box__2column__heading {
  width: 480px;
}
@media (max-width: 1440px) {
  .c-box__2column__heading {
    width: 320px;
    padding-right: 30px;
  }
}
@media (max-width: 840px) {
  .c-box__2column__heading {
    width: 100%;
  }
}
.c-box__2column__content {
  width: calc(100% - 480px);
}
@media (max-width: 1440px) {
  .c-box__2column__content {
    width: calc(100% - 320px);
  }
}
@media (max-width: 840px) {
  .c-box__2column__content {
    width: 100%;
  }
}
.c-box__2column__content p {
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.c-box__2column__content p + p:not([class]) {
  margin-top: 10px;
}
@media (max-width: 840px) {
  .c-box__2column {
    flex-direction: column;
    gap: 35px;
  }
}

.c-any dt::before,
.c-required dt::before {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 6px;
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
}
@media (max-width: 665px) {
  .c-any dt::before,
  .c-required dt::before {
    line-height: 1 !important;
    padding: 4px 9px;
  }
}

.c-required dt::before {
  content: "必須";
  background-color: #f38d3e;
}

.c-any dt::before {
  content: "任意";
  background-color: #7b7a7a;
}

.sp_only {
  display: none;
}
@media (max-width: 665px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 665px) {
  .pc_only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */