@charset "UTF-8";
/* ==================================================

※このファイルにCSSを書き込む。

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

※このファイルは基本的に編集しない。他のCSSで設定上書きでの対処を推奨。

================================================== */
@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Noto+Sans+JP:wght@100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="search"] {
  outline-offset: -2px;
}

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-spacing: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 11rem;
}

@media (min-width: 751px) and (max-width: 1128px) {
  html {
    font-size: 0.8865248227vw;
  }
  html .c-container {
    padding: 0 2.4rem;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
    scroll-padding-top: 6rem;
  }
}
@media screen and (min-width: 751px) {
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .onlyPC {
    display: none !important;
  }
}
body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

body.js-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0;
}

p:last-child {
  margin-bottom: 0px;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

span {
  display: inline-block;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media screen and (min-width: 751px) {
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}
.ml-auto {
  margin-left: auto;
}

.m-auto {
  margin: 0 auto;
}

.no_margin {
  margin: 0 !important;
}

.c-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  .c-txt {
    font-size: 1.4rem;
  }
}
.text-none {
  color: red;
  font-size: 1.8rem;
}

body.overflow {
  overflow: hidden;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #wrapper {
    max-width: 75rem;
  }
}
.c-container {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .c-container {
    max-width: 100%;
    padding: 0 1.6rem;
  }
}
.c-center {
  text-align: center;
}

.c-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.c-bold {
  font-weight: bold;
}

.c-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}

#back_to_top {
  width: 7.2rem;
  height: 3.9rem;
  position: fixed;
  right: 2.4rem;
  top: auto;
  bottom: 2.4rem;
  border-radius: 2.3rem;
  font-family: "Fustat", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #145aa8;
  line-height: 1;
  padding: 1rem 3rem 0.8rem 1.5rem;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}

#back_to_top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fafaf8;
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
  z-index: -1;
}

#back_to_top::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 46%;
  border: solid #145aa8;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 0.3rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 1;
}

@media screen and (min-width: 960px) {
  #back_to_top:hover {
    opacity: 0.6;
  }
}
.boxContent {
  padding: 10rem 0 12rem;
}

.boxContent > *:last-child {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 750px) {
  .boxContent {
    padding: 4.8rem 0 8rem;
  }
}
.fade-content {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

.fade-content.show {
  opacity: 1;
}

.fade-text {
  display: block;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 300% 300%;
}

.fade-text.to__right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #fff),
    color-stop(60%, rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    #fff 30%,
    rgba(255, 255, 255, 0) 60%
  );
  background-position: left 100% center;
  -webkit-transform: translate(-1.5rem, 0);
  transform: translate(-1.5rem, 0);
  -webkit-animation: toRight 2s ease-out 0.6s forwards;
  animation: toRight 2s ease-out 0.6s forwards;
}

@-webkit-keyframes toRight {
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-position: left 0% center;
  }
}

@keyframes toRight {
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-position: left 0% center;
  }
}
#pageNotFound .btn-links--txt._en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.btn-wrap {
  width: 26rem;
  height: 6.8rem;
}

.btn-links {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.4rem;
  padding: 1.6rem 1.8rem 1.6rem 2.4rem;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}

.btn-links--icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.2rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn-links--icon svg {
  width: 1.2rem;
  height: 0.7rem;
}

.btn-links._btnWhite {
  background-color: #ffffff;
}

.btn-links._btnWhite .btn-links--txt {
  color: #145aa8;
  border-right: 0.1rem solid #6396b6;
}

.btn-links._btnWhite .btn-links--icon {
  background-color: #f3f6fa;
}

.btn-links._btnWhite .btn-links--icon svg {
  width: 1.2rem;
  height: 1.1rem;
}

.btn-links._btnWhite .btn-links--icon path {
  stroke: #145aa8;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

@media screen and (min-width: 960px) {
  .btn-links._btnWhite:hover .btn-links--icon {
    background-color: #145aa8;
  }
  .btn-links._btnWhite:hover .btn-links--icon path {
    stroke: #ffffff;
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease;
  }
}
.btn-links._btnBlue01 {
  background-color: #145aa8;
}

.btn-links._btnBlue01 .btn-links--txt {
  border-right: 0.1rem solid #6396b6;
}

.btn-links._btnBlue01 .btn-links--icon {
  background-color: #1565bd;
}

.btn-links._btnBlue01 .btn-links--icon path {
  stroke: #fff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.btn-links._btnBlue02 {
  background-color: #003c7e;
}

.btn-links._btnBlue02 .btn-links--txt {
  border-right: 0.1rem solid #0a3462;
}

.btn-links._btnBlue02 .btn-links--icon {
  background-color: #03366d;
}

@media screen and (min-width: 960px) {
  .btn-links._hoverOp:hover {
    opacity: 1;
  }
  .btn-links._hoverOp:hover .btn-links--icon {
    background-color: #ffffff;
  }
  .btn-links._hoverOp:hover .btn-links--icon path {
    stroke: #145aa8;
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease;
  }
  .btn-links._hoverIc:hover .btn-links--icon {
    background-color: #fff;
  }
  .btn-links._hoverIc:hover .btn-links--icon path {
    stroke: #145aa8;
  }
}
.btn-links--txt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  width: 17.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}

.btn-links--txt._en {
  font-family: "Fustat", sans-serif;
  font-weight: 800;
}

.btn-links--icon {
  width: 2.4rem;
  height: 2.4rem;
}

.c-btnLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}

.c-btnLink__text {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #145aa8;
}

.c-btnLink__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-btnLink__icon svg {
  width: 1.2rem;
  height: 0.7rem;
}

.c-btnLink__icon path {
  stroke: #145aa8;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-btnLink:hover {
    opacity: 1;
  }
  .c-btnLink:hover .c-btnLink__icon {
    background-color: #145aa8;
  }
  .c-btnLink:hover .c-btnLink__icon path {
    stroke: #fff;
  }
}
@media screen and (max-width: 750px) {
  .c-btnLink {
    gap: 0.5rem;
  }
  .c-btnLink__text {
    line-height: 1.2;
    font-size: 1.1rem;
    padding-top: 0.2rem;
  }
}
.d-none {
  display: none;
}

.contactConfirm .c-breadcrumb-list_item:nth-child(2) {
  display: none;
}

.contactConfirm .c-breadcrumb-list_item.d-none {
  display: inline-block;
}

.contactConfirm .c-title-sub {
  padding: 0.6rem 1rem 1.6rem;
}

.contactConfirm .p-recruit .l-entry__inner {
  background-color: transparent;
  padding: 0;
}

.contactConfirm .c-form {
  background-color: #fafaf8;
  padding: 4rem 8rem;
  margin-top: 3.2rem;
}

.contactConfirm .c-form__wrap__inner {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .contactConfirm .c-form {
    padding: 1rem 1.6rem 4rem;
  }
}
@media screen and (min-width: 751px) {
  .c-form__txt {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
    color: #303030;
    letter-spacing: 0.04em;
  }
  .c-form__wrap {
    width: 100%;
    margin: 0 auto;
  }
  .c-form__wrap__inner {
    margin-top: 4rem;
  }
  .c-form__wrap .required {
    font-family: "Lexend", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    padding: 0 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #cf0100;
    border-radius: 0.3rem;
  }
  .c-form__wrap .required.--no {
    background-color: #707070;
  }
  .c-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .c-form__head .c-form__tit {
    margin-bottom: 0;
  }
  .c-form__tit {
    color: #303030;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .c-form__tit--note {
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #707070;
  }
  .c-form__headSub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .c-form__headSub .c-form__tit {
    margin-bottom: 0;
  }
  .c-form__titMain {
    color: #303030;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .c-form__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-form__control--select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-form__control--select select {
    background-image: url(../images/arrow_select_bold.svg);
    background-repeat: no-repeat;
    background-size: 1.3rem 1.5rem;
    background-position: 10.5rem 50%;
    max-width: 13.8rem !important;
    min-width: 13.8rem;
  }
  .c-form__control--select select::-webkit-input-placeholder {
    font-family: "Lexend", sans-serif;
    color: #303030;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control--select select::-moz-placeholder {
    font-family: "Lexend", sans-serif;
    color: #303030;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control--select select:-ms-input-placeholder {
    font-family: "Lexend", sans-serif;
    color: #303030;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control--select select::-ms-input-placeholder {
    font-family: "Lexend", sans-serif;
    color: #303030;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control--select select::placeholder {
    font-family: "Lexend", sans-serif;
    color: #303030;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control--select select:focus {
    outline: none;
  }
  .c-form__control--select .char {
    margin: 0 1.6rem 0 0.8rem;
    padding-top: 1.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    color: #303030;
  }
  .c-form__control.address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 1.4rem;
  }
  .c-form__control.address .error-st {
    width: 100%;
  }
  .c-form__control #prefecture-select {
    display: none !important;
  }
  .c-form__control.select-pre {
    display: block;
  }
  .c-form__control.select-pre .wpcf7-form-control-wrap {
    display: inline;
  }
  .c-form__control .select-nws {
    max-width: 42rem;
    width: 100%;
    position: relative;
  }
  .c-form__control .select-nws .select-selected {
    font-family: "Lexend", sans-serif;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    position: relative;
    border: 1px solid #b5b5b5;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 1.4rem 2rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 6rem;
    color: #161b1f;
    background-color: #fff;
    text-transform: capitalize;
    background-image: url(../images/arrow_select.svg);
    background-repeat: no-repeat;
    background-size: 1.3rem 1.5rem;
    background-position: 37rem 50%;
  }
  .c-form__control .select-nws .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: auto;
    max-height: 32rem;
    border: 1px solid #cccccc;
    border-radius: 0.4rem;
  }
  .c-form__control .select-nws .select-hide {
    display: none;
  }
  .c-form__control .select-nws .item {
    color: #161b1f;
    padding: 0.8rem 1.6rem;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    font-size: 1.6rem;
  }
  .c-form__control .inputselect {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden;
    overflow: hidden;
  }
  .c-form__control select {
    font-family: "Lexend", sans-serif;
  }
  .c-form__control__input,
  .c-form__control select,
  .c-form__control textarea {
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.4rem 2rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #303030 !important;
    font-weight: 400;
    min-height: 6rem;
    max-width: 68.5rem;
    border: 1px solid #b5b5b5;
  }
  .c-form__control__input::-webkit-input-placeholder,
  .c-form__control select::-webkit-input-placeholder,
  .c-form__control textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-moz-placeholder,
  .c-form__control select::-moz-placeholder,
  .c-form__control textarea::-moz-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:-ms-input-placeholder,
  .c-form__control select:-ms-input-placeholder,
  .c-form__control textarea:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-ms-input-placeholder,
  .c-form__control select::-ms-input-placeholder,
  .c-form__control textarea::-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::placeholder,
  .c-form__control select::placeholder,
  .c-form__control textarea::placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:focus,
  .c-form__control select:focus,
  .c-form__control textarea:focus {
    outline: none;
  }
  .c-form__control textarea {
    height: 28rem;
    width: 100%;
    resize: none;
  }
  .c-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.4rem;
  }
  .c-form__group .show-error .error-st {
    display: block;
  }
  .c-form__group--job select {
    max-width: 68.5rem;
    background-image: url(../images/arrow_select.svg);
    background-repeat: no-repeat;
    background-size: 1.3rem 1.5rem;
    background-position: 63.5rem 50%;
  }
  .c-form__group--name,
  .c-form__group--furigana {
    max-width: 46.2rem;
  }
  .c-form__group--zipcode .c-form__control__input {
    max-width: 24rem;
  }
  .c-form__group:last-child {
    margin-bottom: 0;
  }
  .c-form__group .wpcf7-form-control-wrap {
    width: 100%;
  }
  .c-form__group--birthday .wpcf7-form-control-wrap {
    width: auto;
  }
  .c-form__group .error-st {
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #cf0100;
    margin-top: 0.8rem;
    display: none;
    line-height: 1.3;
    width: 100%;
  }
  .c-form__group .error .error-st,
  .c-form__group.error .error-st {
    display: block;
  }
  .c-form__group .error .codedropz-upload-inner h4,
  .c-form__group .error .select-selected,
  .c-form__group .error input,
  .c-form__group .error select,
  .c-form__group .error textarea,
  .c-form__group.error .codedropz-upload-inner h4,
  .c-form__group.error .select-selected,
  .c-form__group.error input,
  .c-form__group.error select,
  .c-form__group.error textarea {
    border: 1px solid #cf0100 !important;
    background-color: rgba(255, 239, 239, 0.55) !important;
  }
  .c-form__group .wpcf7-not-valid-tip {
    display: none !important;
  }
  .c-form__group--uploadFile .c-form__control {
    gap: 2.3rem;
  }
  .c-form__group--uploadFile .drag {
    width: 51rem;
  }
  .c-form__group--uploadFile .brows {
    width: calc(100% - 51rem - 2.3rem);
    padding-top: 1.5rem;
  }
  .c-form__constraint {
    margin-top: 4rem;
  }
  .c-form__your-consent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 0.7rem;
  }
  .c-form__your-consent--notes {
    font-family: "Lexend", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    color: #303030;
    margin-top: 0.5rem;
  }
  .c-form__check {
    display: inline-block;
    padding-left: 3.4rem;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.05;
    color: #303030;
  }
  .c-form__check > a {
    color: #303030;
    text-decoration: underline;
  }
}
@media screen and (min-width: 751px) and (min-width: 960px) {
  .c-form__check > a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 751px) {
  .c-form__check .required {
    margin-left: 1.4rem;
  }
  .c-form__check input {
    position: absolute;
    top: -4.3rem;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .c-form__check input:checked ~ .c-form__check--checkmark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    background-color: #518af3;
    border-radius: 1px;
  }
  .c-form__check--checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 0.2rem;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    cursor: pointer;
  }
  .c-form__btn {
    text-align: center;
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-form__btn__link {
    width: 26rem;
    height: 6.8rem;
  }
  .c-form__btn__link .btn-links--icon {
    background-color: #1565bd;
  }
  .c-form__btn__link .btn-links--icon svg {
    width: 1.1rem;
    height: 1rem;
  }
  .c-form.contact-confirm .c-form__titMain,
  .c-form.contact-confirm .c-form__group.email_confirm,
  .c-form.contact-confirm .c-form_email_confirm,
  .c-form.contact-confirm .required {
    display: none;
  }
  .c-form.contact-confirm .c-form__heading {
    margin-bottom: 1rem;
  }
  .c-form.contact-confirm .c-form__control {
    width: calc(100% - 18.5rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-form.contact-confirm .c-form__control--select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-form.contact-confirm .c-form__control--select .char {
    margin: 0;
    padding-top: 0;
  }
  .c-form.contact-confirm .c-form__control .column {
    width: auto;
    gap: 0;
  }
  .c-form.contact-confirm .c-form__tit {
    padding-right: 3rem;
    width: 16.5rem;
    margin: 0;
  }
  .c-form.contact-confirm .wpcf7-form-control-wrap-confirm {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    color: #161b1f;
  }
  .c-form.contact-confirm .c-form__group {
    max-width: 100% !important;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    padding: 3rem 0;
    min-height: 9.2rem;
    border-bottom: 1px solid #dbdbdb;
  }
  .c-form.contact-confirm .c-form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4.8rem;
  }
  .c-form.contact-confirm .c-form__btn__back {
    cursor: pointer;
    min-width: 11.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-form.contact-confirm .c-form__btn__back .u-text {
    font-family: "Fustat", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #145aa8;
  }
  .c-form.contact-confirm .c-form__btn__back .u-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.2rem;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-form.contact-confirm .c-form__btn__back .u-icon svg {
    width: 1.2rem;
    height: 0.7rem;
  }
  .c-form.contact-confirm .c-form__btn__back .u-icon path {
    stroke: #145aa8;
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease;
  }
}
@media screen and (min-width: 751px) and (min-width: 960px) {
  .c-form.contact-confirm .c-form__btn__back:hover .u-icon {
    background-color: #145aa8;
  }
  .c-form.contact-confirm .c-form__btn__back:hover .u-icon path {
    stroke: #fff;
  }
}
@media screen and (max-width: 750px) {
  .c-form__txt {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    color: #303030;
    letter-spacing: 0.04em;
  }
  .c-form__wrap {
    width: 100%;
    margin: 0 auto;
  }
  .c-form__wrap__inner {
    margin-top: 4rem;
  }
  .c-form__wrap .required {
    font-family: "Lexend", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    padding: 0 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #cf0100;
    border-radius: 0.3rem;
  }
  .c-form__wrap .required.--no {
    background-color: #707070;
  }
  .c-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.4rem 1.4rem;
    margin-bottom: 1.2rem;
  }
  .c-form__head .c-form__tit {
    margin-bottom: 0;
  }
  .c-form__tit {
    color: #303030;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .c-form__tit--note {
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #707070;
    width: 100%;
  }
  .c-form__headSub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.4rem 1.4rem;
    margin-bottom: 0.8rem;
  }
  .c-form__headSub .c-form__tit {
    margin-bottom: 0;
  }
  .c-form__titMain {
    color: #303030;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .c-form__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-form__control--select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-form__control--select select {
    background-image: url(../images/arrow_select_bold.svg);
    background-repeat: no-repeat;
    background-size: 1.3rem 1.5rem;
    background-position: 4.5rem 50%;
    background-color: #fff;
    width: 6.8rem !important;
    padding: 1.4rem 2rem 1.4rem 1.5rem !important;
  }
  .c-form__control--select select#year {
    width: 8.8rem !important;
    background-position: 6.5rem 50%;
    padding: 1.4rem 2rem 1.4rem 1.8rem !important;
  }
  .c-form__control--select select::-webkit-input-placeholder {
    font-family: "Lexend", sans-serif;
    color: #303030;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control--select select::-moz-placeholder {
    font-family: "Lexend", sans-serif;
    color: #303030;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control--select select:-ms-input-placeholder {
    font-family: "Lexend", sans-serif;
    color: #303030;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control--select select::-ms-input-placeholder {
    font-family: "Lexend", sans-serif;
    color: #303030;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control--select select::placeholder {
    font-family: "Lexend", sans-serif;
    color: #303030;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control--select .char {
    margin: 0 0.6rem;
    padding-top: 1.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    color: #303030;
  }
  .c-form__control.address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 1.4rem;
  }
  .c-form__control.address .error-st {
    width: 100%;
  }
  .c-form__control #prefecture-select {
    display: none !important;
  }
  .c-form__control.select-pre {
    display: block;
  }
  .c-form__control.select-pre .wpcf7-form-control-wrap {
    display: inline;
  }
  .c-form__control .select-nws {
    max-width: 42rem;
    width: 100%;
    position: relative;
  }
  .c-form__control .select-nws .select-selected {
    font-family: "Lexend", sans-serif;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    position: relative;
    border: 1px solid #b5b5b5;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 1.4rem 2rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 6rem;
    color: #161b1f;
    background-color: #fff;
    text-transform: capitalize;
    background-image: url(../images/arrow_select.svg);
    background-repeat: no-repeat;
    background-size: 1.3rem 1.5rem;
    background-position: 37rem 50%;
  }
  .c-form__control .select-nws .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: auto;
    max-height: 32rem;
    border: 1px solid #cccccc;
    border-radius: 0.4rem;
  }
  .c-form__control .select-nws .select-hide {
    display: none;
  }
  .c-form__control .select-nws .item {
    color: #161b1f;
    padding: 0.8rem 1.6rem;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    font-size: 1.6rem;
  }
  .c-form__control .inputselect {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden;
    overflow: hidden;
  }
  .c-form__control select {
    font-family: "Lexend", sans-serif;
  }
  .c-form__control__input,
  .c-form__control select,
  .c-form__control textarea {
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.4rem 2rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #303030 !important;
    font-weight: 400;
    min-height: 6rem;
    max-width: 68.5rem;
    border: 1px solid #b5b5b5;
  }
  .c-form__control__input::-webkit-input-placeholder,
  .c-form__control select::-webkit-input-placeholder,
  .c-form__control textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-moz-placeholder,
  .c-form__control select::-moz-placeholder,
  .c-form__control textarea::-moz-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:-ms-input-placeholder,
  .c-form__control select:-ms-input-placeholder,
  .c-form__control textarea:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-ms-input-placeholder,
  .c-form__control select::-ms-input-placeholder,
  .c-form__control textarea::-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::placeholder,
  .c-form__control select::placeholder,
  .c-form__control textarea::placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:focus,
  .c-form__control select:focus,
  .c-form__control textarea:focus {
    outline: none;
  }
  .c-form__control textarea {
    height: 30rem;
    width: 100%;
    resize: none;
  }
  .c-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.4rem;
  }
  .c-form__group .show-error .error-st {
    display: block;
  }
  .c-form__group--job select {
    max-width: 100%;
    background-image: url(../images/arrow_select.svg);
    background-repeat: no-repeat;
    background-size: 1.3rem 1.5rem;
    background-position: 27.5rem 50%;
  }
  .c-form__group--name,
  .c-form__group--furigana {
    max-width: 46.2rem;
  }
  .c-form__group--zipcode .c-form__control__input {
    max-width: 24rem;
  }
  .c-form__group:last-child {
    margin-bottom: 0;
  }
  .c-form__group .wpcf7-form-control-wrap {
    width: 100%;
  }
  .c-form__group .error-st {
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #cf0100;
    margin-top: 0.8rem;
    display: none;
    line-height: 1.3;
    width: 100%;
  }
  .c-form__group .error .error-st,
  .c-form__group.error .error-st {
    display: block;
  }
  .c-form__group .error .codedropz-upload-inner h4,
  .c-form__group .error .select-selected,
  .c-form__group .error input,
  .c-form__group .error select,
  .c-form__group .error textarea,
  .c-form__group.error .codedropz-upload-inner h4,
  .c-form__group.error .select-selected,
  .c-form__group.error input,
  .c-form__group.error select,
  .c-form__group.error textarea {
    border: 1px solid #cf0100 !important;
    background-color: rgba(255, 239, 239, 0.55) !important;
  }
  .c-form__group .wpcf7-not-valid-tip {
    display: none !important;
  }
  .c-form__group--uploadFile .c-form__control {
    gap: 2.3rem;
  }
  .c-form__group--uploadFile .drag {
    width: 51rem;
  }
  .c-form__group--uploadFile .brows {
    width: calc(100% - 51rem - 2.3rem);
    padding-top: 1.5rem;
  }
  .c-form__constraint {
    margin-top: 4rem;
  }
  .c-form__your-consent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 0.7rem;
  }
  .c-form__your-consent--notes {
    font-family: "Lexend", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    color: #303030;
    margin-top: 1.2rem;
  }
  .c-form__check {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    padding-top: 3.2rem;
    color: #303030;
  }
  .c-form__check > a {
    color: #303030;
    text-decoration: underline;
  }
  .c-form__check .required {
    margin-left: 1.4rem;
  }
  .c-form__check input {
    position: absolute;
    top: -4.3rem;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .c-form__check input:checked ~ .c-form__check--checkmark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    background-color: #518af3;
    border-radius: 1px;
  }
  .c-form__check--checkmark {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 0.2rem;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    cursor: pointer;
  }
  .c-form__btn {
    text-align: center;
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-form__btn__link {
    width: 26rem;
    height: 6.8rem;
  }
  .c-form__btn__link .btn-links--icon {
    background-color: #1565bd;
  }
  .c-form__btn__link .btn-links--icon svg {
    width: 1.1rem;
    height: 1rem;
  }
  .c-form.contact-confirm .c-form__titMain,
  .c-form.contact-confirm .c-form__group.email_confirm,
  .c-form.contact-confirm .c-form_email_confirm,
  .c-form.contact-confirm .required {
    display: none;
  }
  .c-form.contact-confirm .c-form__head {
    margin: 0;
  }
  .c-form.contact-confirm .c-form__heading {
    margin-bottom: 1rem;
  }
  .c-form.contact-confirm .c-form__control {
    width: calc(100% - 14rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-form.contact-confirm .c-form__control--select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-form.contact-confirm .c-form__control--select .char {
    margin: 0;
    padding-top: 0;
  }
  .c-form.contact-confirm .c-form__control .column {
    width: auto;
    gap: 0;
  }
  .c-form.contact-confirm .c-form__tit {
    width: 12rem;
    margin: 0;
    font-size: 1.4rem;
  }
  .c-form.contact-confirm .wpcf7-form-control-wrap-confirm {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    color: #161b1f;
  }
  .c-form.contact-confirm .c-form__group {
    max-width: 100% !important;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    padding: 2.4rem 0;
    min-height: 7.3rem;
    border-bottom: 1px solid #dbdbdb;
  }
  .c-form.contact-confirm .c-form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4rem;
  }
  .c-form.contact-confirm .c-form__btn__back {
    cursor: pointer;
    min-width: 11.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-form.contact-confirm .c-form__btn__back .u-text {
    font-family: "Fustat", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #145aa8;
  }
  .c-form.contact-confirm .c-form__btn__back .u-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.2rem;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-form.contact-confirm .c-form__btn__back .u-icon svg {
    width: 1.2rem;
    height: 0.7rem;
  }
  .c-form.contact-confirm .c-form__btn__back .u-icon path {
    stroke: #145aa8;
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease;
  }
}
.l-content {
  width: calc(100% - 22rem - 8rem);
}

@media screen and (max-width: 750px) {
  .l-content {
    width: 100%;
  }
}
.l-sticky {
  width: 22rem;
  position: relative;
}

.l-sticky__inner {
  z-index: 9;
  background-color: #fafaf8;
  padding: 2.4rem 1.6rem;
  border-radius: 0.5rem;
}

.l-sticky__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6rem;
}

.l-sticky__heading--pic {
  width: 8rem;
  margin: 0 auto;
}

.l-sticky__heading--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.8rem;
}

.l-sticky__heading--name ._en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}

.l-sticky__heading--name ._en .ttl {
  font-family: "Fustat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.l-sticky__heading--name ._en .bg {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #145aa8;
  border-radius: 3rem;
  padding: 0.3rem 1rem;
}

.l-sticky__heading--name ._ja {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  .l-sticky__heading--name ._ja {
    font-size: 1.4rem;
  }
}

.l-sticky__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6rem;
  margin-top: 1.6rem;
}

.l-sticky__items {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1.2rem;
}

.l-sticky__items--ttl {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #145aa8;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.8rem;
}

.l-sticky__items--ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.1rem;
  background-color: #145aa8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-sticky__items--txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  .l-sticky {
    width: 100%;
  }
  .l-sticky__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-sticky__heading--pic {
    width: 8rem;
    margin: 0 auto;
  }
  .l-sticky__heading--name {
    width: calc(100% - 8rem - 1.6rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.8rem;
  }
}
.c-sticky {
  position: relative;
  width: 22rem;
}

.c-sticky__inner {
  border-radius: 0.5rem;
  overflow: hidden;
}

.c-sticky__title {
  min-height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f6fa;
  padding: 0.5rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #145aa8;
}

.c-sticky__list {
  background-color: #fafaf8;
  padding: 2.4rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.7rem;
}

.c-sticky__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-sticky__list-item > a {
  display: inline-block;
  background-color: #fff;
  border-radius: 3rem;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #145aa8;
}

@media screen and (max-width: 750px) {
  .c-sticky__list-item > a {
    font-size: 1.4rem;
    line-height: 1;
  }
}

@media screen and (min-width: 960px) {
  .c-sticky__list-item > a:hover {
    background-color: #145aa8;
    color: #fff;
    opacity: 1;
  }
}
.c-sticky__list-item > a.active {
  background-color: #145aa8;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .c-sticky {
    width: 100%;
  }
  .c-sticky__list {
    padding: 1.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .c-sticky__list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.l-pageTitle {
  background: linear-gradient(
    132.91deg,
    #1479a8 0%,
    rgba(20, 131, 168, 0.8) 59.98%,
    #a6e3d0 98.32%
  );
  position: relative;
}

.l-pageTitle__inner {
  width: 100%;
  min-height: 33.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 3.2rem;
}

.l-pageTitle__inner::before {
  content: "";
  position: absolute;
  background: url(../images/deco_pageTitle.png) no-repeat;
  background-size: cover;
  width: 44.4rem;
  height: 21rem;
  top: 5.5rem;
  right: 0.4rem;
  z-index: -1;
}

.l-pageTitle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-pageTitle__title--en {
  font-family: "Fustat", sans-serif;
  font-weight: bold;
  font-size: 8rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}

.l-pageTitle__title--ja {
  padding-left: 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
}

.l-pageTitle__title--ja::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .l-pageTitle__inner {
    padding-top: 3.5rem;
    min-height: 18.5rem;
    overflow: hidden;
  }
  .l-pageTitle__inner::before {
    background: url(../images/deco_pageTitle_sp.png) no-repeat;
    background-size: cover;
    right: 0rem;
    width: 15.5rem;
    height: 14.5rem;
    top: 1.5rem;
  }
  .l-pageTitle__title--en {
    font-size: 4rem;
    margin-bottom: 0.7rem;
  }
}
.l-pageTitle-interview {
  background: linear-gradient(
    111.58deg,
    #1479a8 3.09%,
    rgba(20, 131, 168, 0.8) 45.98%,
    #a6e3d0 73.4%
  );
  padding-top: 14.2rem;
  min-height: 52.5rem;
  position: relative;
}

.l-pageTitle-interview__inner {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

.l-pageTitle-interview__inner::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: -6.4rem;
  width: 34.6rem;
  height: 23.5rem;
  background: url(../images/deco_pageTitle_02.png) no-repeat;
  background-size: cover;
}

.l-pageTitle-interview__inner .c-container {
  max-width: 100%;
  width: calc(100% - 67.3rem - 6rem);
  padding: 0;
  margin-left: 0;
  padding-left: calc(50% - 54rem);
}

.l-pageTitle-interview__heading {
  max-width: 100%;
  color: #ffffff;
  padding-bottom: 2.4rem;
}

.l-pageTitle-interview__heading .lable {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 2.4rem;
  position: relative;
  margin-bottom: 2.4rem;
}

.l-pageTitle-interview__heading .lable::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-pageTitle-interview__heading .title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}

.l-pageTitle-interview__heading .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 2.4rem;
  border-left: 0.1rem solid #ffffff;
  padding-top: 2.4rem;
}

.l-pageTitle-interview__heading .name ._ja {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 1.6rem;
}

.l-pageTitle-interview__heading .name ._en {
  font-family: "Fustat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.l-pageTitle-interview__pic {
  position: relative;
  margin-bottom: -6.9rem;
  right: 0;
  width: 67.3rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .l-pageTitle-interview {
    background: linear-gradient(
      176.71deg,
      #1479a8 5.94%,
      rgba(20, 131, 168, 0.8) 62.07%,
      #a6e3d0 97.96%
    );
    padding-top: 8.4rem;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.9rem;
  }
  .l-pageTitle-interview__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4rem;
  }
  .l-pageTitle-interview__inner::before {
    content: "";
    position: absolute;
    top: -6rem;
    left: 0;
    width: 19.9rem;
    height: 16.8rem;
    background: url(../images/deco_pageTitle_02_sp.png) no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .l-pageTitle-interview__inner .c-container {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .l-pageTitle-interview__heading {
    max-width: 100%;
    padding-bottom: 4rem;
  }
  .l-pageTitle-interview__heading .title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }
  .l-pageTitle-interview__heading .name {
    padding-top: 1.3rem;
  }
  .l-pageTitle-interview__heading .name ._ja {
    font-size: 1.4rem;
  }
  .l-pageTitle-interview__heading .name ._en {
    font-size: 2rem;
  }
  .l-pageTitle-interview__pic {
    position: relative;
    width: 34.2rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    z-index: 2;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
.c-breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.2rem 0 0;
}

.c-breadcrumb-list li {
  position: relative;
  padding: 0 1rem;
}

.c-breadcrumb-list li::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: -0.2rem;
  top: 55%;
  background: #8b8b8b;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.c-breadcrumb-list li:not(.active) > a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}

.c-breadcrumb-list li.disabled > a {
  cursor: default;
}

@media screen and (min-width: 960px) {
  .c-breadcrumb-list li.disabled > a:hover {
    opacity: 1 !important;
  }
}
.c-breadcrumb-list li.active::after {
  background-color: #145aa8;
}

.c-breadcrumb-list li.active > a {
  cursor: default;
  opacity: 1;
  color: #145aa8;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-breadcrumb-list li:first-child::after {
  display: none;
}

.c-breadcrumb-list li:last-child {
  padding-right: 0;
}

.c-breadcrumb-list li:first-child {
  padding-left: 0;
}

@media screen and (min-width: 960px) {
  .c-breadcrumb-list li:not(.active) a:hover {
    opacity: 0.6;
  }
}
.c-breadcrumb-list li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #8b8b8b;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  text-transform: uppercase;
}

.c-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pagination-button.dis {
  background-color: transparent;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 0;
  width: auto;
  height: auto;
}

.c-pagination-button.active > a {
  background-color: #fafaf8;
  color: #484848;
  pointer-events: none;
}

.c-pagination-button > a {
  font-family: "Fustat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #145aa8;
  width: 4rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  padding-top: 0.4rem;
  background-color: #f3f6fa;
  -webkit-transition:
    background-color 0.3s ease,
    color 0.3s ease;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-pagination-button > a:hover {
    opacity: 1;
    background-color: #145aa8;
    color: #fff;
  }
  .c-pagination-button > a:hover path {
    stroke: #fff;
  }
}
.c-pagination-button--prev > a,
.c-pagination-button--next > a {
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #f3f6fa;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-pagination-button--prev > a svg,
.c-pagination-button--next > a svg {
  width: 1.2rem;
  height: 0.7rem;
}

.c-pagination-button--prev > a path,
.c-pagination-button--next > a path {
  stroke: #145aa8;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.c-pagination-button--prev.disable > a,
.c-pagination-button--next.disable > a {
  background-color: #dddddd;
  cursor: default;
}

.c-pagination-button--prev.disable > a path,
.c-pagination-button--next.disable > a path {
  stroke: #fff;
}

.c-pagination-button--prev {
  margin-right: 2.4rem;
}

.c-pagination-button--next {
  margin-left: 2.4rem;
}

@media screen and (max-width: 750px) {
  .c-pagination-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .c-pagination-button--prev,
  .c-pagination-button--next {
    position: absolute;
    top: calc(100% + 2rem);
  }
  .c-pagination-button--prev {
    left: 40%;
  }
  .c-pagination-button--next {
    right: 40%;
  }
}
.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.c-title._white {
  color: #ffffff;
}

.c-title._white .c-title__ja .square {
  background-color: #ffffff;
}

.c-title__en {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.c-title__ja {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}

.c-title__ja .square {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #a9dfbf;
}

@media screen and (max-width: 750px) {
  .c-title__en {
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
  }
  .c-title__ja {
    font-size: 1.4rem;
  }
}
.c-title-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: -0.7rem;
}

.c-title-top__en {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 1;
  margin: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(12%, rgb(20, 131, 168)),
    color-stop(98%, rgb(20, 111, 168))
  );
  background: linear-gradient(
    -90deg,
    rgb(20, 131, 168) 12%,
    rgb(20, 111, 168) 98%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-title-top__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -13px;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.c-title-top__square {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #a9dfbf;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-title-top__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333333;
}

@media screen and (max-width: 750px) {
  .c-title-top__en {
    font-size: 4.8rem;
  }
  .c-title-top__text {
    font-size: 1.4rem;
  }
}
.c-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-bottom: 2.4rem;
  border-bottom: solid 1px #e8ebec;
  margin-bottom: 4rem;
}

.c-title-sub__en {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 1.6rem;
  background: linear-gradient(268.26deg, #1483a8 70.48%, #146fa8 96.4%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 750px) {
  .c-title-sub__en {
    font-size: 1.4rem;
  }
}
.c-title-sub__en:after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  left: 0;
  top: 0.2rem;
  background-color: #a9dfbf;
}

.c-title-sub__ja {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333333;
}

@media screen and (max-width: 750px) {
  .c-title-sub__ja {
    font-size: 2.4rem;
  }
}
.footer {
  background: linear-gradient(
    132.91deg,
    #1479a8 0%,
    rgba(20, 131, 168, 0.8) 59.98%,
    #a6e3d0 98.32%
  );
}

.footer__recruit {
  padding-top: 8rem;
}

.footer__recruit .deco01 {
  position: absolute;
  top: 13.3rem;
  left: -2.8rem;
  width: 15.1rem;
}

.footer__recruit .deco02 {
  position: absolute;
  top: -6.4rem;
  right: 6.6rem;
  width: 21.4rem;
  z-index: -2;
}

.footer__recruit .deco03 {
  position: absolute;
  top: 15.6rem;
  right: -5.2rem;
  width: 13.6rem;
  z-index: -2;
}

.footer__recruit .recruit__box {
  position: relative;
  padding: 3.6rem 0 5.2rem;
}

.footer__recruit .recruit__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(48.04deg, #1483a8 0.49%, #7ab4c1 97.39%);
  opacity: 0.8;
  border-radius: 0.4rem;
  z-index: -1;
}

.footer__recruit .recruit__box--title {
  width: 47rem;
  margin: 4rem auto 0;
}

.footer__recruit .recruit__box--btn {
  max-width: 56rem;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

@media screen and (max-width: 750px) {
  .footer__recruit .recruit__box {
    padding-bottom: 4rem;
  }
  .footer__recruit .recruit__box--title {
    width: 22.6rem;
    margin: 4rem auto 0;
  }
  .footer__recruit .recruit__box--btn {
    max-width: 26rem;
    margin: 4rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .footer__recruit .deco01 {
    top: 34.6rem;
    left: -3rem;
    width: 10.5rem;
  }
  .footer__recruit .deco02 {
    top: -7.2rem;
    right: 4rem;
    width: 11.5rem;
  }
  .footer__recruit .deco03 {
    top: 4.4rem;
    right: -2.6rem;
    width: 7.6rem;
  }
}
.footer__content {
  padding: 10rem 0 6rem;
}

.footer__content .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12rem;
  -moz-column-gap: 12rem;
  column-gap: 12rem;
}

.footer__content .left {
  width: 36rem;
}

.footer__content .left__logo {
  width: 17.6rem;
  height: 5.7rem;
  margin-bottom: 4rem;
}

.footer__content .left__logo a:hover {
  opacity: 0.7;
}

.footer__content .right {
  width: calc(100% - 12rem - 36rem);
}

.footer__content .right__nav {
  margin-bottom: 4.6rem;
}

.footer__content .right__nav--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.2rem 12rem;
}

.footer__content .right__nav--link {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  width: 12rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}

.footer__content .right__nav--link::before {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 0%;
  height: 0.1rem;
  background-color: #002854;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.footer__content .right__nav--link .ja {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.footer__content .right__nav--link .en {
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (min-width: 960px) {
  .footer__content .right__nav--link:hover {
    color: #002854;
  }
  .footer__content .right__nav--link:hover::before {
    width: 100%;
  }
}
.footer__content .right__info {
  border-top: 0.1rem solid #1c7fab;
  padding-top: 3.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}

.footer__content .right__info--address {
  width: 49.3rem;
}

.footer__content .right__info--txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 0.8rem;
  text-decoration: none;
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.footer__content .right__info--txt:last-child {
  font-family: "Fustat", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

.footer__content .right__info--map {
  width: calc(100% - 49.3rem - 1.6rem);
  font-family: "Fustat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  position: relative;
  text-align: right;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__content .right__info--map::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon_map.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

@media screen and (min-width: 960px) {
  .footer__content .right__info--map:hover {
    color: #145aa8;
  }
  .footer__content .right__info--map:hover::before {
    background: url(../images/icon_map_hover.svg) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  .footer__content {
    padding: 4rem 0;
  }
  .footer__content .c-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4rem;
  }
  .footer__content .left {
    width: 100%;
  }
  .footer__content .left__logo {
    width: 12.1rem;
    height: 3.9rem;
    margin: 0 auto 3.2rem;
  }
  .footer__content .left .btn-wrap {
    width: 100%;
  }
  .footer__content .left .btn-wrap .btn-links--txt {
    width: 26rem;
  }
  .footer__content .right {
    width: 100%;
  }
  .footer__content .right__nav {
    display: none;
  }
  .footer__content .right__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.8rem;
  }
  .footer__content .right__info--address {
    width: 100%;
  }
  .footer__content .right__info--txt:nth-child(2) {
    line-height: 1.2;
  }
  .footer__content .right__info--txt:last-child {
    font-family: "Fustat", sans-serif;
    letter-spacing: 0.04em;
    margin-bottom: 0;
  }
  .footer__content .right__info--map {
    width: 100%;
    text-align: left;
    padding-left: 2.4rem;
  }
}
.footer__copyright {
  background-color: #333333;
  padding: 1.9rem 0;
}

.footer__copyright .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__copyright--links {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
}

@media screen and (min-width: 960px) {
  .footer__copyright--links:hover {
    text-decoration: underline;
  }
}
.footer__copyright--txt {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .footer__copyright {
    padding: 1.6rem 0;
  }
  .footer__copyright .c-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  body.js-open .header.is-background .logo-fixed {
    display: block;
  }
  body.js-open .header.is-background .logo-scroll {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 10.2rem;
  z-index: 9;
}

@media screen and (max-width: 750px) {
  .header {
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header .logo-scroll {
  display: none;
}

.header.is-background .logo-fixed {
  display: none;
}

.header.is-background .logo-scroll {
  display: block;
}

.header__inner {
  margin: 0 auto;
  padding: 0 2.4rem;
}

@media screen and (max-width: 750px) {
  .header__inner {
    max-width: 100%;
    padding: 0 0.8rem;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .header__left {
    position: relative;
    z-index: 999;
  }
}
.header__left--logo {
  width: 27.9rem;
}

@media screen and (max-width: 750px) {
  .header__left--logo {
    width: 18.7rem;
  }
}
.header__left--logo .logo-fixed {
  display: block;
}

.header__right {
  width: 75.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.header__nav {
  width: calc(100% - 14.6rem - 4rem);
}

@media screen and (max-width: 750px) {
  .header__nav {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    padding: 7.2rem 1.6rem 0;
    z-index: 1;
    background-image: url(../images/top/bg_mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header__nav.open {
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav.open .c-nav {
    right: 0;
  }
}
.header__nav .c-nav {
  background-color: #ffffff;
  border-radius: 5rem;
}

@media screen and (max-width: 750px) {
  .header__nav .c-nav {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0.5rem;
    padding: 3.2rem 1.6rem;
    height: 77vh;
    overflow: scroll;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    right: -100%;
    position: relative;
  }
  .header__nav .c-nav .btn-wrap {
    width: 100%;
    margin-top: 2.9rem;
  }
  .header__nav .c-nav .btn-wrap .btn-links--txt {
    width: 22.6rem;
  }
}
.header__nav .c-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .header__nav .c-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 1rem;
  }
  .header__nav .c-nav__menu li {
    width: 100%;
    padding: 0 0 2.7rem;
    border-bottom: 0.1rem solid #e8ebec;
    margin-bottom: 3.2rem;
  }
}
.header__nav .c-nav__menu li:last-child {
  margin-right: -0.1rem;
}

@media screen and (max-width: 750px) {
  .header__nav .c-nav__menu li:last-child {
    margin-bottom: 0;
  }
}
.header__nav .c-nav__link {
  display: inline-block;
  padding: 1.6rem 1.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #145aa8;
  -webkit-transition:
    color 0.3s ease,
    background-color 0.3s ease;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
  border-radius: 5rem;
}

@media screen and (min-width: 960px) {
  .header__nav .c-nav__link:hover {
    background-color: #145aa8;
    color: #ffffff;
  }
}
@media screen and (max-width: 750px) {
  .header__nav .c-nav__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.2rem;
    position: relative;
    font-size: 1.6rem;
    color: #333333;
    border-radius: 0;
    padding: 0;
  }
  .header__nav .c-nav__link ._en {
    font-family: "Fustat", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    background: linear-gradient(268.26deg, #1483a8 13.76%, #146fa8 96.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .header__nav .c-nav__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/icon_arrow_03.svg) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.header__entry {
  position: relative;
  width: 14.6rem;
  height: 10.2rem;
}

.header__entry:hover .header__entry--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__entry--text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #145aa8;
  cursor: pointer;
  z-index: 2;
  -webkit-transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.header__entry--text span {
  font-family: "Fustat", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  display: inline-block;
  -webkit-transform: translateX(-0.8rem);
  transform: translateX(-0.8rem);
}

.header__entry--text span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/icon_send_white.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__entry--btnWrap {
  padding-top: 0.8rem;
}

.header__entry--btn {
  width: 14.6rem;
  height: 8.4rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
}

@media screen and (max-width: 750px) {
  .header__entry {
    position: fixed;
    right: 0;
    bottom: 2.4rem;
    width: 8.6rem;
    height: 6.3rem;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.5rem;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
  }
  .header__entry.is-show {
    opacity: 1;
  }
  .header__entry--text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 1.3rem;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0;
  }
  .header__entry--text span {
    font-size: 1.6rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header__entry--text span::after {
    top: auto;
    bottom: -2.2rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
    background: url(../images/icon_send_white.svg) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header__entry--btn {
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
  .header__entry--btn .c-btnLink__icon {
    width: 2rem;
    height: 2rem;
  }
}
.header .openbtn1 {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 4.4rem;
  height: 4.4rem;
  background-color: #f3f6fa;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.header .openbtn1-show {
  display: block;
}

.header .openbtn1-hide {
  display: none;
}

.header .openbtn1.active .openbtn1-show {
  display: none;
}

.header .openbtn1.active .openbtn1-hide {
  display: block;
}

#pageNotFound .btnWrap {
  margin-top: 4rem;
}

@media screen and (max-width: 750px) {
  .p-about .c-title-sub {
    margin-bottom: 2.4rem;
  }
}
.p-about .l-value {
  padding-bottom: 6rem;
}

@media screen and (max-width: 750px) {
  .p-about .l-value {
    padding-bottom: 4rem;
  }
}
.p-about .l-value__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 750px) {
  .p-about .l-value__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-about .l-value__img {
  width: 55.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}

.p-about .l-value__text .c-txt {
  line-height: 1.8;
}

.p-about .l-value .c-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
}

@media screen and (max-width: 750px) {
  .p-about .l-value .c-ttl {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    margin-bottom: 2.4rem;
  }
}
.p-about .l-value .c-ttl span {
  background: linear-gradient(268.26deg, #1483a8 13.76%, #146fa8 96.4%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-about .l-mind {
  padding: 6rem 0;
}

@media screen and (max-width: 750px) {
  .p-about .l-mind {
    padding: 4rem 0;
  }
}
.p-about .l-mind__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.4rem 4rem;
}

@media screen and (max-width: 750px) {
  .p-about .l-mind__grid {
    gap: 1.6rem;
  }
}
.p-about .l-mind__item {
  background-color: #fafaf8;
  border-radius: 0.5rem;
  padding: 4.8rem 4rem 3.5rem;
  position: relative;
  width: calc((100% - 8rem) / 3);
}

@media screen and (max-width: 750px) {
  .p-about .l-mind__item {
    padding: 3rem 1.6rem 2.6rem;
    width: calc((100% - 1.6rem) / 2);
  }
}
.p-about .l-mind__number {
  position: absolute;
  top: 3.5rem;
  left: 4rem;
  font-size: 1.2rem;
  line-height: 1;
  background: linear-gradient(268.26deg, #1483a8 70.48%, #146fa8 96.4%);
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-about .l-mind__icon {
  width: 12rem;
  height: 12rem;
  margin: 0 auto 1.6rem;
}

.p-about .l-mind__title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #145aa8;
  margin-bottom: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-about .l-mind__text {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #4b4b4b;
}

@media screen and (max-width: 750px) {
  .p-about .l-mind__grid {
    gap: 1.5rem;
  }
  .p-about .l-mind__number {
    top: 2rem;
    left: 1.6rem;
  }
  .p-about .l-mind__icon {
    margin-bottom: 1.8rem;
  }
  .p-about .l-mind__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .p-about .l-mind__text {
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.p-about .l-recruit {
  padding: 6rem 0;
}

@media screen and (max-width: 750px) {
  .p-about .l-recruit {
    padding: 4rem 0;
  }
}
.p-about .l-message {
  padding: 6rem 0;
}

@media screen and (max-width: 750px) {
  .p-about .l-message {
    padding: 4rem 0;
  }
}
.p-about .l-message__border {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 750px) {
  .p-about .l-message__border {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
  }
}
.p-about .l-message__border:after {
  content: "";
  width: 0.1rem;
  display: block;
  background-color: #e8ebec;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 750px) {
  .p-about .l-message__border:after {
    width: 100%;
    height: 0.1rem;
  }
}
.p-about .l-message__border span {
  color: #dedede;
  font-size: 1.4rem;
  font-family: "Fustat", sans-serif;
  line-height: 1;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .p-about .l-message__border span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
.p-about .l-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  background-color: #fafaf8;
  border-radius: 0.5rem;
  padding: 6rem;
}

@media screen and (max-width: 750px) {
  .p-about .l-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.9rem 2.4rem;
    gap: 2.1rem;
  }
}
.p-about .l-message__img {
  width: 39.4rem;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-about .l-message .c-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
  background: linear-gradient(268.26deg, #1483a8 13.76%, #146fa8 96.4%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 750px) {
  .p-about .l-message .c-ttl {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    margin-bottom: 2.4rem;
  }
}
#p-blog .boxContent {
  padding-top: 10rem;
}

@media screen and (max-width: 750px) {
  #p-blog .boxContent {
    padding-top: 4.8rem;
  }
}
#p-blog .p-blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}

#p-blog .p-blog__inner {
  width: calc(100% - 30rem);
}

#p-blog .p-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.7rem 1.6rem;
}

#p-blog .p-blog__list__item {
  width: calc(33.3333333333% - 1.0666666667rem);
}

#p-blog .p-blog__list__item--link {
  display: block;
  padding: 2.4rem;
  -webkit-box-shadow: 0px 0px 2rem rgba(128, 128, 128, 0.1);
  box-shadow: 0px 0px 2rem rgba(128, 128, 128, 0.1);
  border-radius: 0.5rem;
  background: #ffffff;
}

@media screen and (min-width: 960px) {
  #p-blog .p-blog__list__item--link:hover .c-btnLink__icon {
    background-color: #145aa8;
  }
  #p-blog .p-blog__list__item--link:hover .c-btnLink__icon path {
    stroke: #fff;
  }
  #p-blog .p-blog__list__item--link:hover .p-blog__list__item--pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
#p-blog .p-blog__list__item--content {
  margin-bottom: 3.2rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e8ebec;
}

#p-blog .p-blog__list__item--pic {
  border-radius: 0.5rem;
  max-height: 13.6rem;
  overflow: hidden;
  margin-bottom: 3.2rem;
}

#p-blog .p-blog__list__item--pic img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

#main-top .l-blog .p-blog__list__item--pic .c-fit {
  aspect-ratio: 285 / 193;
}

#p-blog .p-blog__list__item--pic .c-fit {
  aspect-ratio: 201 / 136;
}
@media screen and (max-width: 750px) {
  #p-blog .p-blog__list__item--pic .c-fit {
    aspect-ratio: 294 / 198;
  }
}

#p-blog .p-blog__list__item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  gap: 1rem;
}

#p-blog .p-blog__list__item--info-date {
  font-family: "Fustat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #8b8b8b;
  padding-top: 0.3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#p-blog .p-blog__list__item--info-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.5rem;
}

#p-blog .p-blog__list__item--info-cate > span {
  border-radius: 3rem;
  background-color: #f3f6fa;
  min-height: 1.8rem;
  text-align: center;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #145aa8;
}

@media screen and (max-width: 750px) {
  #p-blog .p-blog__list__item--info-cate > span {
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
  }
}

#p-blog .p-blog__list__item--title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#p-blog .p-blog__list__item--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#p-blog .p-blog__pagination {
  margin-top: 6.6rem;
}

#p-blog .p-blogSgl__content {
  padding-top: 1rem;
}

#p-blog .p-blogSgl__heading {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e8ebec;
  margin-bottom: 4rem;
}

#p-blog .p-blogSgl__heading-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 1.3rem;
}

#p-blog .p-blogSgl__heading-date {
  padding-top: 0.4rem;
  font-family: "Fustat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0px;
  color: #8b8b8b;
}

#p-blog .p-blogSgl__heading-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

#p-blog .p-blogSgl__heading-cate > span {
  border-radius: 3rem;
  background-color: #f3f6fa;
  min-height: 1.8rem;
  text-align: center;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #145aa8;
}

#p-blog .p-blogSgl__desc a {
  color: #145aa8;
  text-decoration: underline;
}

#p-blog .p-blogSgl__desc a:hover {
  opacity: 0.7;
}

#p-blog .p-blogSgl__heading-title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333333;
}

#p-blog .p-blogSgl__desc > p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #4b4b4b;
}

#p-blog .p-blogSgl__desc figure {
  width: 100%;
  margin-top: 6rem;
}

#p-blog .p-blogSgl__btn {
  margin-top: 6rem;
  text-align: center;
}

#p-blog .p-blogSgl__btn .btn-wrap {
  margin: 0 auto;
}

#p-blog .p-blogSgl__btn .btn-links--txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  #p-blog .p-blog__content {
    display: block;
  }
  #p-blog .p-blog__inner {
    width: 100%;
    margin-top: 4rem;
  }
  #p-blog .p-blog__list {
    gap: 4rem 1.6rem;
  }
  #p-blog .p-blog__list__item {
    width: 100%;
  }
  #p-blog .p-blog__list__item--content {
    margin-bottom: 3.2rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #e8ebec;
  }
  #p-blog .p-blog__list__item--pic {
    max-height: 19.8rem;
  }
  #p-blog .p-blog__pagination {
    margin: 3.6rem 0 4.4rem;
  }
  #p-blog .p-blogSgl__content {
    padding-top: 0;
  }
  #p-blog .p-blogSgl__heading {
    padding-bottom: 2.6rem;
    margin-bottom: 2.5rem;
  }
  #p-blog .p-blogSgl__heading-label {
    margin-bottom: 2rem;
  }
  #p-blog .p-blogSgl__heading-title {
    font-size: 2.4rem;
  }
  #p-blog .p-blogSgl__desc > p {
    font-size: 1.4rem;
  }
  #p-blog .p-blogSgl__desc figure {
    margin-top: 3.8rem;
  }
  #p-blog .p-blogSgl__btn {
    margin-top: 3.8rem;
  }
  #p-blog .p-blogSgl__btn .btn-links--txt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
  }
}
.p-faq__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}

@media screen and (max-width: 750px) {
  .p-faq__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
}
.p-faq__category {
  position: relative;
  width: 22rem;
}

@media screen and (max-width: 750px) {
  .p-faq__category {
    width: 100%;
  }
}
.p-faq__inner {
  width: calc(100% - 30rem);
}

@media screen and (max-width: 750px) {
  .p-faq__inner {
    width: 100%;
  }
}
.p-faq__content {
  padding: 6rem 0;
}

@media screen and (max-width: 750px) {
  .p-faq__content {
    padding: 4rem 0;
  }
}
.p-faq__content:first-child {
  padding-top: 0;
}

.p-faq__content:last-child {
  padding-bottom: 0;
}

.c-faq-item {
  margin-bottom: 4rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
  .c-faq-item {
    margin-bottom: 2.4rem;
  }
}
.c-faq-item:last-child {
  margin-bottom: 0;
}

.c-faq-item__question {
  background-color: #fafaf8;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4rem 3.2rem 2.2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  gap: 1.6rem;
}

@media screen and (max-width: 750px) {
  .c-faq-item__question {
    padding: 1.6rem;
  }
  .c-faq-item__question .c-faq-item__text {
    letter-spacing: 0.05em;
  }
}
.c-faq-item__question:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-faq-item__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 3.2rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 1.6rem;
  background-color: #ffffff;
}

@media screen and (max-width: 750px) {
  .c-faq-item__answer {
    padding: 0 1.6rem;
  }
}
.c-faq-item__answer .c-faq-item__text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .c-faq-item__answer .c-faq-item__text {
    line-height: 1.8;
    font-size: 1.4rem;
  }
}
.c-faq-item__icon {
  color: #145aa8;
  font-family: "Fustat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-faq-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #145aa8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 1px solid #e8ebec;
  padding-left: 2.4rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  .c-faq-item__text {
    padding-left: 1.6rem;
  }
}
.c-faq-item.is-open .c-faq-item__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.c-toggle {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  border-radius: 0.4rem;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-toggle:after,
.c-toggle:before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 0.1rem;
  background-color: #145aa8;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-toggle:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.js-accor-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 960px) {
  .js-accor-btn:hover .c-toggle {
    background-color: #145aa8;
  }
  .js-accor-btn:hover .c-toggle:after,
  .js-accor-btn:hover .c-toggle::before {
    background-color: #ffffff;
  }
}
.js-accor.is-open .c-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.js-accor.is-open .js-accor-content {
  opacity: 1;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

@media screen and (max-width: 750px) {
  .js-accor.is-open .js-accor-content {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
}
#main-top .mainVisual {
  position: relative;
  overflow: hidden;
}

#main-top .mainVisual__inner {
  position: relative;
  z-index: 8;
  padding-top: 4.8rem;
}

#main-top .mainVisual .deco span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  pointer-events: none;
  z-index: 9;
}

#main-top .mainVisual .deco span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-top .mainVisual .deco span:nth-child(1) {
  top: 38.2rem;
  left: 8.6rem;
  width: 17.5rem;
}

#main-top .mainVisual .deco span:nth-child(2) {
  top: 17.8rem;
  right: 12rem;
  width: 12.8rem;
}

#main-top .mainVisual .deco span:nth-child(3) {
  top: 38.3rem;
  right: -10rem;
  width: 128rem;
  z-index: -1;
}

#main-top .mainVisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/bg_mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

#main-top .mainVisual__inner {
  width: 108rem;
  margin-inline: auto;
  position: relative;
  z-index: 8;
}

#main-top .mainVisual .splide-main {
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
}

#main-top .mainVisual .splide-main .splide__track {
  overflow: visible;
}

#main-top .mainVisual .splide-main .splide__slide {
  width: 76.1rem;
  margin-inline: -2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main-top .mainVisual .splide-main .splide__slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(0.69);
  transform: scale(0.69);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition:
    transform 2s cubic-bezier(0.25, 1, 0.5, 1),
    -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  -webkit-transform-origin: center;
  transform-origin: center;
}

#main-top .mainVisual .splide-main .splide__slide.is-centered img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#main-top .mainVisual__content {
  width: 108rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8rem;
  padding-bottom: 12rem;
  margin-top: -2.3rem;
}

#main-top .mainVisual__content__heading {
  position: relative;
  width: 58.8rem;
  height: 12.2rem;
}

#main-top .mainVisual__content__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 34rem;
  height: 5.1rem;
}

#main-top .mainVisual__content__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#main-top .mainVisual__content__logo--sub {
  top: 7rem;
  left: 20.2rem;
  width: 38.6rem;
  height: 5.2rem;
}

#main-top .mainVisual__content__tagline {
  position: absolute;
  top: 8.7rem;
  left: 0;
  font-family: "Fustat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}

#main-top .mainVisual__content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

#main-top .mainVisual__content__text {
  width: 63rem;
}

#main-top .mainVisual__content__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2;
  color: #ffffff;
  margin: 0;
}

#main-top .mainVisual__content .btn-wrap {
  margin-right: 36.7rem;
  margin-top: 5.1rem;
}

#main-top .mainVisual__content .btn-wrap .btn-links--txt._en {
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .mainVisual__inner {
    padding-top: 8.2rem;
    padding-bottom: 6.3rem;
  }
  #main-top .mainVisual .deco span:nth-child(1) {
    top: 24.9rem;
    left: 1.1rem;
    width: 7.6rem;
  }
  #main-top .mainVisual .deco span:nth-child(2) {
    top: 4.8rem;
    right: 1rem;
    width: 6.5rem;
  }
  #main-top .mainVisual .deco span:nth-child(3) {
    top: 0.3rem;
    right: 0;
    width: 100%;
    z-index: -1;
  }
  #main-top .mainVisual__inner {
    width: 100%;
  }
  #main-top .mainVisual .splide-main {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #main-top .mainVisual .splide-main .splide__slide {
    width: 34.2rem;
    margin-inline: 0;
  }
  #main-top .mainVisual__content {
    width: 100%;
    gap: 4rem;
    padding-bottom: 0;
    margin-top: 0;
  }
  #main-top .mainVisual__content__heading {
    position: relative;
    width: 33rem;
    height: 6.3rem;
  }
  #main-top .mainVisual__content__logo {
    top: -2.3rem;
    left: 1.6rem;
    width: 17.5rem;
    height: 5.1rem;
  }
  #main-top .mainVisual__content__logo--sub {
    top: 1.4rem;
    left: 14.8rem;
    width: 19.9rem;
    height: 5.2rem;
  }
  #main-top .mainVisual__content__tagline {
    top: 3.6rem;
    left: 1.5rem;
    font-weight: 500;
    font-size: 1rem;
  }
  #main-top .mainVisual__content__body {
    padding-inline: 1.6rem;
  }
  #main-top .mainVisual__content__text {
    width: 100%;
  }
  #main-top .mainVisual__content__text p {
    font-size: 1.4rem;
    line-height: 2;
  }
  #main-top .mainVisual__content .btn-wrap {
    margin-inline: auto;
    margin-top: 3rem;
    width: 34.2rem;
  }
  #main-top .mainVisual__content .btn-wrap .btn-links--icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  #main-top .mainVisual__content .btn-wrap .btn-links--txt._en {
    font-size: 1.8rem;
    width: 100%;
  }
}
#main-top .l-about {
  padding: 14rem 0 12rem;
}

#main-top .l-about .deco-box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  pointer-events: none;
  z-index: -2;
}

#main-top .l-about .deco-box span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-top .l-about .deco-box span:nth-child(1) {
  top: 0;
  left: -8.1rem;
  width: 128rem;
}

#main-top .l-about__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#main-top .l-about .c-title-top {
  width: 37.3rem;
}

#main-top .l-about__content {
  width: 62.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

#main-top .l-about__content__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333333;
  margin: 0;
}

#main-top .l-about__content__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333333;
  margin: 0;
}

#main-top .l-about .btn-wrap {
  width: 26rem;
  height: 6.8rem;
}

#main-top .l-about__slider {
  width: 100%;
  height: 100%;
  margin-top: 6rem;
}

#main-top .l-about__slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 2rem);
  width: calc(100% + 50vw);
  height: calc(100% + 10rem);
  background-color: #fff;
  z-index: 9;
  pointer-events: none;
}

#main-top .l-about__slider .splide-about {
  width: 100%;
  height: 100%;
  visibility: visible;
  position: relative;
  padding-bottom: 6rem;
}

#main-top .l-about__slider .splide__pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  gap: 0.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-about__slider .splide__pagination {
    bottom: 6%;
    left: -13%;
    transform: initial;
  }
}

#main-top .l-about__slider .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #main-top .l-about__slider .splide__pagination__page {
    width: 0.7rem;
    height: 0.7rem;
  }
}

#main-top .l-about__slider .splide__pagination__page.is-active {
  background-color: #145aa8;
  opacity: 1;
}

#main-top .l-about__slider .splide__arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 1rem;
  transform: translateY(50%);
}

@media screen and (max-width: 750px) {
  #main-top .l-about__slider .splide__arrows {
    transform: initial;
    right: 6%;
  }
}

#main-top .l-about__slider .splide__arrow {
  position: static;
  transform: none;
  width: 6rem;
  height: 6rem;
  border: 0.1rem solid #ccc;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  #main-top .l-about__slider .splide__arrow {
    width: 4rem;
    height: 4rem;
  }
}

#main-top .l-about__slider .splide__arrow svg {
  width: 2rem;
  height: 2rem;
  fill: #145aa8;
}

#main-top .l-about__slider .splide__track {
  overflow: visible;
}

#main-top .l-about__slider .splide__slide {
  margin-right: 6rem;
}

#main-top .l-about .about-card {
  width: 37rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #e8ebec;
  -webkit-box-shadow: 0 0 2rem 0 rgba(128, 128, 128, 0.1);
  box-shadow: 0 0 2rem 0 rgba(128, 128, 128, 0.1);
  padding: 3.6rem 4rem 5.9rem;
  height: 100%;
  position: relative;
  display: block;
}

#main-top .l-about .about-card::before,
#main-top .l-about .about-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

#main-top .l-about .about-card::before {
  background-image: url(../images/top/bg_about_card01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}

#main-top .l-about .about-card::after {
  background-color: #fff;
  z-index: -2;
}

@media screen and (min-width: 960px) {
  #main-top .l-about .about-card:hover::before {
    opacity: 1;
  }
  #main-top .l-about .about-card:hover .about-card__number {
    color: #fff;
  }
  #main-top .l-about .about-card:hover .about-card__title-en {
    color: #fff;
  }
  #main-top .l-about .about-card:hover .about-card__title-ja {
    color: #fff;
  }
  #main-top .l-about .about-card:hover .about-card__text {
    color: #fff;
  }
}
#main-top .l-about .about-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4.6rem;
}

#main-top .l-about .about-card__number {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #8b8b8b;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  will-change: color;
}

#main-top .l-about .about-card__icon {
  width: 9rem;
  height: 9rem;
  margin-left: auto;
}

#main-top .l-about .about-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#main-top .l-about .about-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3.2rem;
}

#main-top .l-about .about-card__title-en {
  font-family: "Fustat", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
  color: #145aa8;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  will-change: color;
}

#main-top .l-about .about-card__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #145aa8;
  margin-top: 1rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  will-change: color;
}

#main-top .l-about .about-card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333333;
  margin: 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  will-change: color;
}

@media screen and (max-width: 750px) {
  #main-top .l-about {
    padding: 6.3rem 0 9.8rem;
    overflow: hidden;
  }
  #main-top .l-about .deco-box span:nth-child(1) {
    top: -5rem;
    left: 0;
    width: 100%;
  }
  #main-top .l-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.8rem;
  }
  #main-top .l-about .c-title-top {
    width: 100%;
    gap: 2.7rem;
  }
  #main-top .l-about__content {
    width: 100%;
    gap: 4rem;
  }
  #main-top .l-about__content__heading {
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
  #main-top .l-about__content__text {
    font-size: 1.4rem;
    line-height: 2;
  }
  #main-top .l-about .btn-wrap {
    width: 100%;
  }
  #main-top .l-about .btn-wrap .btn-links--txt {
    width: 25.8rem;
  }
  #main-top .l-about__slider {
    margin-top: 5rem;
  }
  #main-top .l-about__slider .splide__slide {
    margin-right: 2.4rem;
  }
  #main-top .l-about .about-card {
    width: 30rem;
  }
  #main-top .l-about .about-card__text {
    letter-spacing: 0;
  }
}
#main-top .l-interview {
  padding: 12rem 0;
  background: #fafaf8;
}

#main-top .l-interview__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8rem;
}

#main-top .l-interview__content {
  width: calc(100% - 37.3rem - 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

#main-top .l-interview .l-sticky {
  width: 37.3rem;
}

#main-top .l-interview .l-sticky__inner {
  padding: 0;
}

#main-top .l-interview .c-description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  margin-top: 7.9rem;
}

#main-top .l-interview .p-interview__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

#main-top .l-interview .p-interview__items {
  width: 100%;
  padding-top: 3.8rem;
  border-top: 1px solid #e8ebec;
}

#main-top .l-interview .p-interview__items:last-child {
  border-bottom: 1px solid #e8ebec;
}

#main-top .l-interview .p-interview__items--link {
  width: 100%;
  gap: 4.8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#main-top .l-interview .p-interview__items--pic {
  width: 25.8rem;
}

#main-top .l-interview .p-interview__items--pic::before {
  bottom: auto;
  top: 3.7rem;
}

#main-top .l-interview .p-interview__items--pic::after {
  top: auto;
  bottom: 2.2rem;
}

#main-top .l-interview .p-interview__items--pic span {
  border-radius: 4px;
}

#main-top .l-interview .p-interview__items--content {
  width: calc(100% - 25.8rem - 4.8rem);
}

#main-top .l-interview .p-interview__items--inter {
  margin-bottom: 3.1rem;
}

#main-top .l-interview .p-interview__items--title {
  margin-bottom: 3.2rem;
}

#main-top .l-interview .p-interview__items--btn {
  margin-top: 6.1rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview {
    padding: 6.3rem 0 3.2rem;
  }
  #main-top .l-interview .c-title-top {
    gap: 2.7rem;
  }
  #main-top .l-interview__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.8rem;
  }
  #main-top .l-interview__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
  #main-top .l-interview .l-sticky {
    width: 100%;
  }
  #main-top .l-interview .c-description {
    margin-top: 4.8rem;
  }
  #main-top .l-interview .btn-wrap {
    width: 100%;
  }
  #main-top .l-interview .btn-wrap .btn-links--txt {
    width: 25.8rem;
  }
  #main-top .l-interview .p-interview__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #main-top .l-interview .p-interview__items {
    padding-top: 3.9rem;
  }
  #main-top .l-interview .p-interview__items:last-child {
    border-bottom: none;
  }
  #main-top
    .l-interview
    .p-interview__items:last-child
    .p-interview__items--link {
    border-bottom: none;
  }
  #main-top .l-interview .p-interview__items--link {
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main-top .l-interview .p-interview__items--content {
    width: 100%;
  }
  #main-top .l-interview .p-interview__items--inter {
    margin-bottom: 2.5rem;
  }
  #main-top .l-interview .p-interview__items--title {
    margin-bottom: 2.4rem;
  }
  #main-top .l-interview .p-interview__items--name {
    padding-top: 1.9rem;
    padding-bottom: 0.5rem;
  }
  #main-top .l-interview .p-interview__items--name ._ja {
    margin-bottom: 2rem;
  }
  #main-top .l-interview .p-interview__items--btn {
    margin-top: 4.8rem;
  }
}
#main-top .l-blog {
  padding: 12rem 0 12rem;
}

#main-top .l-blog .deco-box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

#main-top .l-blog .deco-box span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-top .l-blog .deco-box span:nth-child(1) {
  top: -10rem;
  left: -7.8rem;
  width: 128rem;
}

#main-top .l-blog__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#main-top .l-blog .c-title-top {
  width: 37.3rem;
}

#main-top .l-blog__content {
  width: 62.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

#main-top .l-blog__content__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333333;
  margin: 0;
}

#main-top .l-blog__content__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333333;
  margin: 0;
}

#main-top .l-blog .btn-wrap {
  width: 26rem;
  height: 6.8rem;
}

#main-top .l-blog__post {
  margin-top: 6rem;
}

#main-top .l-blog .p-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.7rem 4rem;
}

#main-top .l-blog .p-blog__list__item {
  width: calc(33.3333333333% - 2.6666666667rem);
}

#main-top .l-blog .p-blog__list__item--link {
  display: block;
  padding: 2.4rem;
  -webkit-box-shadow: 0px 0px 2rem rgba(128, 128, 128, 0.1);
  box-shadow: 0px 0px 2rem rgba(128, 128, 128, 0.1);
  border-radius: 0.5rem;
  background: #ffffff;
}

@media screen and (min-width: 960px) {
  #main-top .l-blog .p-blog__list__item--link:hover .c-btnLink__icon {
    background-color: #145aa8;
  }
  #main-top .l-blog .p-blog__list__item--link:hover .c-btnLink__icon path {
    stroke: #fff;
  }
  #main-top
    .l-blog
    .p-blog__list__item--link:hover
    .p-blog__list__item--pic
    img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
#main-top .l-blog .p-blog__list__item--content {
  margin-bottom: 3.2rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e8ebec;
}

#main-top .l-blog .p-blog__list__item--pic {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 3.2rem;
  aspect-ratio: 285/192;
}

#main-top .l-blog .p-blog__list__item--pic img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

#main-top .l-blog .p-blog__list__item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  gap: 1rem;
}

#main-top .l-blog .p-blog__list__item--info-date {
  font-family: "Fustat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #8b8b8b;
  padding-top: 0.3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#main-top .l-blog .p-blog__list__item--info-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.5rem;
}

#main-top .l-blog .p-blog__list__item--info-cate > span {
  border-radius: 3rem;
  background-color: #f3f6fa;
  min-height: 1.8rem;
  text-align: center;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #145aa8;
}

#main-top .l-blog .p-blog__list__item--title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main-top .l-blog .p-blog__list__item--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  #main-top .l-blog {
    padding: 8.4rem 0 4rem;
  }
  #main-top .l-blog .deco-box span:nth-child(1) {
    top: -5rem;
    left: 0;
    width: 100%;
  }
  #main-top .l-blog__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.8rem;
  }
  #main-top .l-blog .c-title-top {
    width: 100%;
    gap: 2.7rem;
  }
  #main-top .l-blog__content {
    width: 100%;
  }
  #main-top .l-blog__content__text {
    font-size: 1.4rem;
    line-height: 2;
  }
  #main-top .l-blog .btn-wrap {
    width: 100%;
  }
  #main-top .l-blog .btn-wrap .btn-links--txt {
    width: 25.8rem;
  }
  #main-top .l-blog__post {
    margin-top: 4.8rem;
  }
  #main-top .l-blog .p-blog__list {
    gap: 4rem;
  }
  #main-top .l-blog .p-blog__list__item {
    width: 100%;
  }
  #main-top .l-blog .p-blog__list__item--content {
    margin-bottom: 3.2rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #e8ebec;
  }
  #main-top .l-blog .p-blog__list__item--pic {
    margin-bottom: 3.2rem;
    width: 28.5rem;
  }
}
#main-top .l-faq {
  padding: 4.3rem 0 11.5rem;
}

#main-top .l-faq .deco-box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

#main-top .l-faq .deco-box span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-top .l-faq .deco-box span:nth-child(1) {
  top: -16rem;
  left: -7.8rem;
  width: 128rem;
}

#main-top .l-faq__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main-top .l-faq .c-description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.5rem;
  margin-top: 2.8rem;
}

#main-top .l-faq__content {
  width: 62.7rem;
}

#main-top .l-faq .p-faq__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main-top .l-faq .c-faq-item {
  margin-bottom: 3.3rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-faq {
    padding: 4.4rem 0 8rem;
  }
  #main-top .l-faq .deco-box span:nth-child(1) {
    top: -5rem;
    left: 0;
    width: 100%;
  }
  #main-top .l-faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
  #main-top .l-faq .c-title-top {
    gap: 2.7rem;
  }
  #main-top .l-faq .c-description {
    gap: 4rem;
    margin-top: 2.1rem;
  }
  #main-top .l-faq .btn-wrap {
    width: 100%;
  }
  #main-top .l-faq .btn-wrap .btn-links--txt {
    width: 25.8rem;
  }
  #main-top .l-faq__content {
    width: 100%;
  }
  #main-top .l-faq .p-faq__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main-top .l-faq .c-faq-item {
    margin-bottom: 2.4rem;
  }
  #main-top .l-faq .c-faq-item__text {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding-left: 2.4rem;
  }
}
.p-interviewSgl .breadcrumb-list {
  padding-top: 1.4rem;
}

.p-interviewSgl .boxContent {
  padding-top: 11.8rem;
}

.p-interviewSgl .boxContent .c-title-sub {
  padding-bottom: 2.3rem;
}

.p-interviewSgl .boxContent .c-title-sub__en {
  margin-bottom: 1.1rem;
}

.p-interviewSgl .boxContent .c-title-sub__ja {
  font-weight: 500;
}

.p-interviewSgl .boxContent .l-content__title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: linear-gradient(268.26deg, #1483a8 13.76%, #146fa8 96.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 4rem;
}

.p-interviewSgl .boxContent .l-content__question--item {
  margin-top: 6.4rem;
}

.p-interviewSgl .boxContent .l-content__question--pic {
  margin-top: 6.4rem;
  text-align: center;
}

.p-interviewSgl .boxContent .l-content__question--text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.814;
  letter-spacing: 0.04em;
  color: #4b4b4b;
}

@media screen and (max-width: 750px) {
  .p-interviewSgl .boxContent {
    padding-top: 2.4rem;
  }
  .p-interviewSgl .boxContent .c-title-sub {
    margin-bottom: 2.3rem;
  }
  .p-interviewSgl .boxContent .c-title-sub__en {
    font-size: 1.6rem;
  }
  .p-interviewSgl .boxContent .c-title-sub__ja {
    line-height: 1.6;
  }
  .p-interviewSgl .boxContent .l-content__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .p-interviewSgl .boxContent .l-content__question--item {
    margin-top: 4rem;
  }
  .p-interviewSgl .boxContent .l-content__question--pic {
    margin-top: 4rem;
  }
  .p-interviewSgl .boxContent .l-content__question--text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-interviewSgl__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 750px) {
  .p-interviewSgl__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4rem;
  }
}
.p-interviewSgl__other--btn {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-interviewSgl__other--btn .btn-links--txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  .p-interviewSgl__other .c-title-sub {
    padding-bottom: 1.6rem !important;
  }
  .p-interviewSgl__other .c-title-sub__en {
    margin-bottom: 0.4rem !important;
  }
  .p-interviewSgl__other--btn {
    margin-top: 4rem;
  }
  .p-interviewSgl__other--btn .btn-wrap {
    width: 100%;
  }
  .p-interviewSgl__other--btn .btn-links--txt {
    width: 25.8rem;
  }
}
.p-interview .boxContent {
  padding-top: 8.7rem;
}

.p-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem 8rem;
}

.p-interview__items {
  width: calc((100% - 8rem) / 2);
}

.p-interview__items--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3.1rem;
  padding-bottom: 3.9rem;
  border-bottom: 0.1rem solid #e8ebec;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .p-interview__items--link:hover .c-btnLink__icon {
    background-color: #145aa8;
  }
  .p-interview__items--link:hover .c-btnLink__icon path {
    stroke: #fff;
  }
  .p-interview__items--link:hover .p-interview__items--pic > span img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-interview__items--link:hover .p-interview__items--pic::before,
  .p-interview__items--link:hover .p-interview__items--pic::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.p-interview__items--pic {
  position: relative;
  width: 43.6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-interview__items--pic > span {
  overflow: hidden;
}

.p-interview__items--pic > span img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.p-interview__items--pic::before,
.p-interview__items--pic::after {
  content: "";
  position: absolute;
  -webkit-transition:
    opacity 0.5s ease,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.p-interview__items--pic::before {
  background: url(../images/interview/deco_hover01.png) no-repeat;
  background-size: cover;
  width: 10.6rem;
  height: 10rem;
  bottom: 2.5rem;
  left: -3.2rem;
}

.p-interview__items--pic::after {
  background: url(../images/interview/deco_hover02.png) no-repeat;
  background-size: cover;
  width: 9.4rem;
  height: 9.3rem;
  right: -3.2rem;
  top: 3.1rem;
}

.p-interview__items--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.p-interview__items--inter {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #145aa8;
  padding-left: 2.4rem;
  position: relative;
  margin-bottom: 2.4rem;
}

.p-interview__items--inter::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #145aa8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-interview__items--title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}

.p-interview__items--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 2.4rem;
  border-left: 0.1rem solid #145aa8;
  padding-top: 2.4rem;
}

.p-interview__items--name ._ja {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 1.6rem;
}

.p-interview__items--name ._en {
  font-family: "Fustat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-interview__items--btn {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .p-interview .boxContent {
    padding-top: 4.8rem;
  }
  .p-interview__list {
    gap: 4rem;
  }
  .p-interview__items {
    width: 100%;
  }
  .p-interview__items--link {
    padding-bottom: 3.9rem;
  }
  .p-interview__items--pic {
    width: 100%;
  }
  .p-interview__items--title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .p-interview__items--name {
    padding-top: 1.6rem;
  }
  .p-interview__items--name ._ja {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .p-interview__items--name ._en {
    font-size: 2rem;
  }
  .p-interview__items--btn {
    margin-top: 3.4rem;
  }
}
.p-privacy .boxContent {
  padding-top: 8.8rem;
}

.p-privacy__box {
  background-color: #fafaf8;
  padding: 5.3rem 8rem 4rem;
}

.p-privacy__title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 0.1rem solid #e8ebec;
  padding-bottom: 1.7rem;
  margin-bottom: 3.3rem;
}

.p-privacy__items {
  margin-bottom: 3.2rem;
}

.p-privacy__items:last-child {
  margin-bottom: 0;
}

.p-privacy__items--ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #145aa8;
  margin-bottom: 1.4rem;
}

.p-privacy__items--txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  .p-privacy .boxContent {
    padding-top: 4.8rem;
  }
  .p-privacy__box {
    padding: 2.4rem 1.9rem;
  }
  .p-privacy__title {
    font-size: 2rem;
    letter-spacing: 0.02em;
    padding-bottom: 1.1rem;
    margin-bottom: 2rem;
  }
  .p-privacy__items {
    margin-bottom: 2rem;
  }
  .p-privacy__items--ttl {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.4rem;
  }
  .p-privacy__items--txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.c-tabs__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50.8rem;
  max-width: 100%;
  background-color: #f3f6fa;
  border-radius: 10rem;
  padding: 0.4rem;
  margin: 0 auto 6.4rem;
}

@media screen and (max-width: 750px) {
  .c-tabs__control {
    margin-bottom: 4.8rem;
  }
}
.c-tabs__btn {
  border-radius: 10rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 2.4rem;
}

.c-tabs__btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 750px) {
  .c-tabs__btn {
    padding: 1.6rem;
  }
}
.c-tabs__btn span {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  display: block;
  color: #145aa8;
}

@media screen and (max-width: 750px) {
  .c-tabs__btn span {
    font-size: 1.6rem;
  }
}
.c-tabs__btn.is-active {
  background-color: #145aa8;
}

.c-tabs__btn.is-active span {
  color: #ffffff;
}

.c-tabs__inner {
  opacity: 0;
}

.c-tabs__items {
  display: none;
}

.c-tabs__items.is-active {
  display: block;
}

.c-tabs__items.is-active .c-tabs__inner {
  -webkit-animation: fadein 0.3s ease-in;
  animation: fadein 0.3s ease-in;
  opacity: 1;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-recruit .l-flow {
  padding: 0 0 6rem;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-flow {
    padding: 0 0 4rem;
  }
}
.p-recruit .l-flow .c-txt {
  color: #4b4b4b;
}

.p-recruit .l-flow__summary {
  position: relative;
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-flow__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-recruit .l-flow__summary-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fafaf8;
  border-radius: 0.5rem;
  padding: 1.4rem 2rem 1.6rem;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 10.4rem;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-flow__summary-card {
    padding: 1.6rem;
  }
}
.p-recruit .l-flow__summary-card:not(:last-child):after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.7rem;
  background: url(../images/recruit/line-flow-summary.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: -2.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .p-recruit .l-flow__summary-card:not(:last-child):after {
    top: inherit;
    bottom: -1.7rem;
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-recruit .l-flow__summary-card:last-child {
  background: linear-gradient(
    132.91deg,
    #1479a8 0%,
    rgba(20, 131, 168, 0.8) 59.98%,
    #a6e3d0 98.32%
  );
}

.p-recruit .l-flow__summary-card:last-child .l-flow__summary-step,
.p-recruit .l-flow__summary-card:last-child .l-flow__summary-title {
  color: #ffffff;
  background: transparent;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.p-recruit .l-flow__summary-step {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 800;
  font-family: "Fustat", sans-serif;
  background: linear-gradient(268.26deg, #1483a8 13.76%, #146fa8 96.4%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.6rem;
}

.p-recruit .l-flow__summary-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-recruit .l-flow__summary-note {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #145aa8;
}

.p-recruit .l-flow__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.8rem;
  background: #fafaf8;
  padding: 6rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-flow__detail {
    padding: 3.2rem 1.6rem;
    gap: 2.9rem;
  }
}
.p-recruit .l-flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
  border-radius: 1.6rem;
  position: relative;
}

.p-recruit .l-flow-step:last-child .l-flow-step__icon:after {
  content: none;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-flow-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-recruit .l-flow-step__icon {
  width: 16rem;
  height: 16rem;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .p-recruit .l-flow-step__icon:after {
    content: "";
    position: absolute;
    height: 4.8rem;
    width: 0.7rem;
    background: url(../images/recruit/line-flow-step.svg) no-repeat;
    background-size: contain;
    bottom: -4.8rem;
    right: 44%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-recruit .l-flow-step__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-recruit .l-flow-step__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #145aa8;
  margin-bottom: 1.6rem;
  letter-spacing: 0.02em;
}

.p-recruit .l-flow-step__title span {
  font-size: 1.6rem;
  margin-left: 0.4rem;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-flow-step__title {
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-size: 2rem;
    text-align: center;
  }
  .p-recruit .l-flow-step__title span {
    font-size: 1.4rem;
  }
}
.p-recruit .l-flow-step__text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #4b4b4b;
}

.p-recruit .l-flow-step__text a {
  color: #145aa8;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-flow-step__text {
    font-size: 1.4rem;
  }
}
.p-recruit .l-job {
  margin-bottom: 6rem;
  padding: 6rem 0;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-job {
    padding: 4rem 0;
    margin-bottom: 0;
  }
}
.p-recruit .l-job .c-job-item {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 4rem;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-job .c-job-item {
    margin-bottom: 2.4rem;
  }
}
.p-recruit .l-job .c-job-item:last-child {
  margin-bottom: 0;
}

.p-recruit .l-job .c-job-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem;
  border-radius: 0.8rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f9f7f5;
  position: relative;
  gap: 1.6rem;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-job .c-job-item__btn {
    padding: 2.4rem 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .p-recruit .l-job .c-job-item__btn:hover .c-faq-item__toggle {
    background-color: #145aa8;
  }
  .p-recruit .l-job .c-job-item__btn:hover .c-faq-item__toggle:after,
  .p-recruit .l-job .c-job-item__btn:hover .c-faq-item__toggle::before {
    background-color: #ffffff;
  }
}
.p-recruit .l-job .c-job-item__btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-recruit .l-job .c-job-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #145aa8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-job .c-job-item__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 750px) {
  .p-recruit .l-job .c-job-item.is-open .c-job-item__content {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.p-recruit .c-job-detail {
  width: 100%;
}

.p-recruit .c-job-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding-top: 2.4rem;
}

@media screen and (max-width: 750px) {
  .p-recruit .c-job-detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    padding-top: 2.4rem;
  }
}
.p-recruit .c-job-detail dl:first-child {
  border-top: none;
  padding-top: 0;
}

.p-recruit .c-job-detail dt {
  width: 19.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #145aa8;
  text-align: center;
  background-color: #f3f6fa;
  padding: 2.4rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .p-recruit .c-job-detail dt {
    width: 100%;
    line-height: 1;
  }
}
.p-recruit .c-job-detail dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-recruit .c-job-detail dd ul {
  margin-top: 0.8rem;
  padding-left: 1.6rem;
  list-style: disc;
}

.p-recruit .c-job-detail dd ul li {
  margin: 0.4rem 0;
}

.p-recruit .c-job-detail dd p + p {
  margin-top: 0.4rem;
}

.p-recruit .c-job-detail dd p + ul {
  margin-top: 0.4rem;
}

.p-recruit .l-entry__inner {
  padding: 6.4rem 8rem;
  background-color: #fafaf8;
  border-radius: 0.5rem;
}

.p-recruit .l-entry .btn-links--icon {
  background-color: #1565bd;
}

.p-recruit .l-entry .c-title-sub {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 750px) {
  .p-recruit .l-entry__inner {
    padding: 4rem 1.6rem;
  }
}
.p-thanks__heading {
  padding: 0 1rem 1.8rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #333333;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 3.2rem;
}

.p-thanks__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333333;
}

.p-thanks__txt a {
  color: #145aa8;
}

@media screen and (min-width: 960px) {
  .p-thanks__txt a:hover {
    opacity: 0.6;
  }
}
.p-thanks__box {
  margin-top: 3.2rem;
  background-color: #fafaf8;
  padding: 2.4rem 2.8rem;
}

.p-thanks__box--tit {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #145aa8;
  margin-bottom: 1.6rem;
}

.p-thanks__btn {
  margin-top: 3.2rem;
  text-align: center;
}

.p-thanks__btn .btn-links--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .p-thanks__heading {
    padding: 2rem 0;
    font-size: 2rem;
  }
  .p-thanks__txt {
    font-size: 1.4rem;
  }
  .p-thanks__box {
    margin-top: 2rem;
    padding: 2.4rem 1.4rem;
  }
  .p-thanks__box--tit {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* reCAPTCHA badge */
.grecaptcha-badge {
  z-index: 10;
  bottom: 10rem !important;
}
/*# sourceMappingURL=style.css.map */
