@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

p,
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;
}

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: middle;
}

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;
}

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: 10rem;
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 62.5%;
  }
}

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

main {
  overflow: hidden;
}

i {
  letter-spacing: 0;
}

.sub-top {
  width: 100%;
  height: 40rem;
  background-color: #F5F2E9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8rem;
}
@media screen and (max-width: 769px) {
  .sub-top {
    height: 19rem;
  }
}
.sub-top .text {
  font-size: 4.6rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 769px) {
  .sub-top .text {
    font-size: 2rem;
  }
}
.sub-top .img {
  position: absolute;
  bottom: 0;
  left: 4rem;
  width: 38.9rem;
  aspect-ratio: 389/240;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .sub-top .img {
    left: -2.5rem;
    width: 12.7rem;
  }
}
.sub-top .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-top-je {
  width: 100%;
  height: 36rem;
  background-color: #F5F2E9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8rem;
}
@media screen and (max-width: 520px) {
  .sub-top-je {
    height: 17.6rem;
    padding-top: 5.6rem;
  }
}
.sub-top-je .text-en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 2.3;
  padding-top: 10.5rem;
}
@media screen and (max-width: 520px) {
  .sub-top-je .text-en {
    font-size: 1.2rem;
    padding-top: 3.9rem;
  }
}
.sub-top-je .text {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  position: relative;
  line-height: 1.4;
  z-index: 5;
}
@media screen and (max-width: 520px) {
  .sub-top-je .text {
    font-size: 2rem;
    line-height: 1;
  }
}
.sub-top-je .img {
  position: absolute;
  bottom: 0;
  left: 4rem;
  width: 38.9rem;
  aspect-ratio: 389/240;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .sub-top-je .img {
    display: none;
  }
}
.sub-top-je .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.bread {
  background-color: #f8f8f8;
  padding: 2rem 0;
}
@media screen and (max-width: 520px) {
  .bread {
    padding: 1.3rem 0;
  }
}
.bread br {
  display: none;
}
.bread .container {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  word-break: break-all;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bread .container .link {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 520px) {
  .bread .container .link {
    font-size: 1rem;
  }
}
.bread .container .link:nth-child(1) {
  font-family: "Rokkitt", serif;
}
.bread .container .angle {
  color: #3E6997;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.sub-tab {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 520px) {
  .sub-tab {
    margin-top: 2rem;
  }
}
.sub-tab .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: calc(100% - 4rem);
  max-width: 120rem;
}
@media screen and (max-width: 769px) {
  .sub-tab .btn-box {
    gap: 0.5rem;
  }
}
.sub-tab .btn-box .btn {
  width: calc((100% - 4rem) / 3);
  height: 6.2rem;
  background-color: white;
  border: 1px solid #3E6997;
  border-bottom: unset;
  border-radius: 1rem 1rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 520px) {
  .sub-tab .btn-box .btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sub-tab .btn-box .btn:hover {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .sub-tab .btn-box .btn:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 769px) {
  .sub-tab .btn-box .btn {
    height: 3.7rem;
    font-size: 1.2rem;
    width: calc((100% - 1rem) / 3);
  }
}
.sub-tab .btn-box .active-tab {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  height: 6.7rem;
  background-color: #3E6997;
  color: white;
}
.sub-tab .btn-box .active-tab:hover {
  background-color: #3E6997;
}
@media screen and (max-width: 769px) {
  .sub-tab .btn-box .active-tab {
    height: 3.9rem;
    padding: unset;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.sub-tab .mega-box {
  width: 100%;
  background-color: #3E6997;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .sub-tab .mega-box {
    padding: 3rem 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sub-tab .mega-box .mega-container {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .sub-tab .mega-box .mega-container {
    gap: 0.8rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
}
.sub-tab .mega-box .mega-container .link {
  background-color: white;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 2rem;
  border-radius: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 520px) {
  .sub-tab .mega-box .mega-container .link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sub-tab .mega-box .mega-container .link:hover {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .sub-tab .mega-box .mega-container .link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sub-tab .mega-box .mega-container .link:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 769px) {
  .sub-tab .mega-box .mega-container .link {
    gap: 0;
    width: calc((100% - 0.8rem) / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1rem;
    line-height: 1.4;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }
}
.sub-tab .mega-box .mega-container .link .inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-tab .mega-box .mega-container .link .angle {
  background-color: #3E6997;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 520px) {
  .sub-tab .mega-box .mega-container .link .angle {
    width: 2rem;
    height: 2rem;
  }
}

.benefit-tab .btn-box .btn {
  width: calc((100% - 2rem) / 2);
}

.sub-sec-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-sec-title .above {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 2.3;
}
@media screen and (max-width: 769px) {
  .sub-sec-title .above {
    font-size: 1.2rem;
  }
}
.sub-sec-title .below {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .sub-sec-title .below {
    font-size: 2.4rem;
  }
}

.br-sp-use {
  display: none;
}
@media screen and (max-width: 520px) {
  .br-sp-use {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .br-sp-none {
    display: none;
  }
}

[data-anim-left] {
  opacity: 0;
  -webkit-transform: translateX(10rem);
          transform: translateX(10rem);
  -webkit-transition: 1s;
  transition: 1s;
}

[data-anim-below] {
  opacity: 0;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein-anim-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header {
  background-color: white;
  width: calc(100% - 4rem);
  position: fixed;
  top: 1.8rem;
  left: 2rem;
  z-index: 1000;
}
@media screen and (max-width: 520px) {
  .l-header {
    width: calc(100% - 2rem);
    top: 1rem;
    left: 1rem;
    min-height: 4.6rem;
  }
}
.l-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 520px) {
  .l-header .container {
    padding: 1rem 2rem;
  }
}
.l-header .container .logo {
  width: 23.3rem;
  aspect-ratio: 233/30;
}
@media screen and (max-width: 520px) {
  .l-header .container .logo {
    width: 17.8rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header .container .menu {
    display: none;
  }
}
.l-header .container .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.l-header .container .menu ul .item {
  position: relative;
}
.l-header .container .menu ul .item .inner {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  color: #2C343C;
  position: relative;
}
@media screen and (min-width: 520px) {
  .l-header .container .menu ul .item .inner {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .container .menu ul .item .inner:hover {
    color: #3E6997;
  }
}
@media screen and (max-width: 520px) {
  .l-header .container .menu ul .item .inner:active {
    background-color: #E3F2FF;
  }
}
.l-header .container .menu ul .item-has-mega {
  cursor: pointer;
}
.l-header .container .menu ul .item-has-mega .inner::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-color: #3E6997;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.9rem;
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .l-header .container .menu ul .item-has-mega:hover .header-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-header .container .menu ul .item-has-mega:hover .inner::before {
    opacity: 1;
  }
  .l-header .container .menu ul .item-has-mega:hover .inner::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 200%;
    top: 0;
    -webkit-transform: translateY(1.8rem);
            transform: translateY(1.8rem);
    left: 0;
    z-index: 1;
    cursor: auto;
  }
}
@media screen and (max-width: 520px) {
  .l-header .container .menu ul .item-has-mega:active {
    background-color: #E3F2FF;
  }
}
.l-header .container .menu ul .item-has-mega .header-mega {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  min-width: 18.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3E6997;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateY(calc(100% + 2.5rem)) translateX(-50%);
          transform: translateY(calc(100% + 2.5rem)) translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .container .menu ul .item-has-mega .header-mega .header-mega-container {
  padding: 2.2rem 0;
  padding-left: 3rem;
  padding-right: 3rem;
  gap: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header .container .menu ul .item-has-mega .header-mega .header-mega-container .header-mega-item {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 520px) {
  .l-header .container .menu ul .item-has-mega .header-mega .header-mega-container .header-mega-item:hover::before {
    width: 100%;
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 520px) {
  .l-header .container .menu ul .item-has-mega .header-mega .header-mega-container .header-mega-item:active {
    background-color: #E3F2FF;
  }
}
.l-header .container .menu ul .item-has-mega .header-mega .header-mega-container .header-mega-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  color: #3E6997;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
  width: 0;
}
.l-header .container .menu ul .item-has-mega .header-mega .header-mega-container .header-mega-item-lg {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  margin-right: 8.01rem;
  position: relative;
  position: relative;
}
.l-header .container .menu ul .item-has-mega .header-mega .header-mega-container .header-mega-item-lg::after {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: white;
  display: block;
  margin-left: 0.4rem;
  position: absolute;
  top: 0.1rem;
  right: -4rem;
}
.l-header .container .sp-entry {
  display: none;
  height: 2.6rem;
  border-radius: 10rem;
  background-color: #E9872E;
  padding-left: 0.95rem;
  padding-right: 0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
  margin-left: auto;
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  .l-header .container .sp-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header .container .sp-entry .text {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.1em;
}
.l-header .container .sp-entry .icon {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: white;
  color: #E9872E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
}
@media screen and (max-width: 960px) {
  .l-header .container .sp-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header .container .ham {
  display: none;
  width: 2.1rem;
  height: 0.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.l-header .container .ham .line {
  width: 100%;
  height: 2px;
  background-color: #3E6997;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-header .container .ham {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.side-btn-box {
  position: fixed;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 1.6rem;
}
@media screen and (max-width: 960px) {
  .side-btn-box {
    gap: 1.4rem;
    bottom: 7.8rem;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 1.3rem;
  }
}
.side-btn-box .side-btn {
  width: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  border-radius: 10rem;
}
@media screen and (max-width: 769px) {
  .side-btn-box .side-btn {
    gap: 1.6rem;
    padding-top: 1.6rem;
  }
}
.side-btn-box .side-btn .text {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 769px) {
  .side-btn-box .side-btn .text {
    font-size: 1.3rem;
  }
}
.side-btn-box .side-btn .icon {
  background-color: #3E6997;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
}
.side-btn-box .side-btn .icon .line {
  width: 0.6rem;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-btn-box .side-recruit {
  background-color: white;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3E6997;
  gap: 0.5rem;
  padding-top: 0.7rem;
}
@media screen and (max-width: 520px) {
  .side-btn-box .side-recruit:active {
    background-color: #E3F2FF;
  }
}
.side-btn-box .side-recruit .text {
  color: #3E6997;
  letter-spacing: 0;
  font-size: 1.4rem;
}
.side-btn-box .side-recruit .icon {
  color: white;
  font-size: 1rem;
}
.side-btn-box .side-recruit .side-recruit-mega {
  position: absolute;
  width: 26rem;
  height: 20rem;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .side-btn-box .side-recruit .side-recruit-mega {
    top: unset;
    bottom: 0;
  }
}
.side-btn-box .side-recruit .side-recruit-mega .container {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: white;
  gap: 1.8rem;
  border-radius: 2px;
}
.side-btn-box .side-recruit .side-recruit-mega .container .lg-link {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  position: relative;
}
.side-btn-box .side-recruit .side-recruit-mega .container .lg-link::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #3E6997;
  display: block;
  position: absolute;
  bottom: -0.1rem;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
}
@media screen and (min-width: 520px) {
  .side-btn-box .side-recruit .side-recruit-mega .container .lg-link:hover::after {
    width: 100%;
    right: unset;
    left: 0;
  }
}
.side-btn-box .side-recruit .side-recruit-mega .container .lg-link .angle {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: #3E6997;
  font-size: 0.7rem;
  letter-spacing: 0;
}
.side-btn-box .side-recruit .side-recruit-mega .container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  position: relative;
}
.side-btn-box .side-recruit .side-recruit-mega .container .item::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #3E6997;
  display: block;
  position: absolute;
  bottom: -0.1rem;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
}
@media screen and (min-width: 520px) {
  .side-btn-box .side-recruit .side-recruit-mega .container .item:hover::after {
    width: 100%;
    right: unset;
    left: 0;
  }
}
.side-btn-box .side-recruit .side-recruit-mega .container .item i {
  color: #3E6997;
}
.side-btn-box .sp-act-rec .side-recruit-mega {
  opacity: 1;
  pointer-events: auto;
}
.side-btn-box .sp-act-rec .icon {
  position: relative;
}
.side-btn-box .sp-act-rec .icon .line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
.side-btn-box .sp-act-rec .icon .line2 {
  display: none;
}
.side-btn-box .sp-act-rec .icon .line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}
.side-btn-box .side-entry {
  background-color: #E9872E;
}
@media screen and (max-width: 960px) {
  .side-btn-box .side-entry {
    display: none !important;
  }
}
@media screen and (min-width: 520px) {
  .side-btn-box .side-entry {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #E9872E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .side-btn-box .side-entry:hover {
    background-color: white;
  }
  .side-btn-box .side-entry:hover .text {
    color: #E9872E;
  }
  .side-btn-box .side-entry:hover .icon {
    background-color: #E9872E;
    color: white;
  }
}
.side-btn-box .side-entry .text {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-btn-box .side-entry .icon {
  background-color: white;
  color: #E9872E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 900;
  overflow-y: scroll;
}
.hamburger .container {
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  padding-top: 7.1rem;
}
.hamburger .container .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #E6EAEE;
  width: 100%;
}
.hamburger .container .block .item-lg {
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #E6EAEE;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hamburger .container .block .item-sm {
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #E6EAEE;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hamburger .container .block .item-sm:nth-last-child(1) {
  border-bottom: none;
}
.hamburger .container .block .item-sm i {
  color: #3E6997;
  margin-right: 1rem;
}
.hamburger .container .block .item-single {
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hamburger .container .block .item-single .angle {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: #3E6997;
  font-size: 0.7rem;
  letter-spacing: 0;
}
.hamburger .container .entry-btn {
  width: 100%;
  height: 6.6rem;
  background-color: #E9872E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  border-radius: 10rem;
  margin-bottom: 2rem;
}
.hamburger .container .entry-btn .inner-text {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hamburger .container .entry-btn .angle {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E9872E;
  background-color: white;
  font-size: 1rem;
  letter-spacing: 0;
}
.hamburger .below {
  padding-top: 4rem;
  background-color: #F5EFDE;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 4rem;
  margin-top: 4rem;
}
.hamburger .below .banner {
  width: 100%;
  aspect-ratio: 335/128;
}
.hamburger .below .links {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.hamburger .below .links .link {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  padding: 1.8rem 2.6rem;
  background-color: #3E6997;
  line-height: 1.7;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-align: center;
  gap: 0.5rem;
}
.hamburger .below .sns {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.hamburger .below .sns .sns-item {
  font-size: 2.2rem;
  color: #3E6997;
}

.active-ham {
  opacity: 1;
  pointer-events: auto;
}

.active-hambtn {
  position: relative;
}
.active-hambtn .line {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.active-hambtn .line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.side-back-gray {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 700;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 520px) {
  .side-back-gray-act {
    opacity: 1;
  }
}

.side-back-gray-act-js {
  opacity: 1;
}

.under-page-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.l-footer {
  position: relative;
  z-index: 10;
  background-color: white;
}
.l-footer .footer-to-top {
  position: fixed;
  right: 8.3rem;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.6rem;
  height: 7.6rem;
  background-color: #365C84;
  border-radius: 50%;
  font-size: 2.4rem;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3E6997;
}
@media screen and (max-width: 769px) {
  .l-footer .footer-to-top {
    right: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 520px) {
  .l-footer .footer-to-top:hover {
    background-color: #E3F2FF;
    color: #3E6997;
  }
}
.l-footer .container {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding-top: 6rem;
}
.l-footer .container .logo {
  width: 26.3rem;
  aspect-ratio: 263/34;
  margin: 0 auto;
}
.l-footer .container .nav {
  margin-top: 4.6rem;
  padding-bottom: 6rem;
}
.l-footer .container .nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  border-radius: 2px;
}
@media screen and (max-width: 960px) {
  .l-footer .container .nav .nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 769px) {
  .l-footer .container .nav .nav-list {
    border: 1px solid #E6EAEE;
    gap: 0;
  }
}
.l-footer .container .nav .nav-list .nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer .container .nav .nav-list .nav-item {
    width: calc((100% - 2rem) / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 769px) {
  .l-footer .container .nav .nav-list .nav-item {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 2rem;
    border-right: 1px solid #E6EAEE;
    border-bottom: 1px solid #E6EAEE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.8rem 1rem;
  }
}
.l-footer .container .nav .nav-list .nav-item .lg {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.8rem;
}
@media screen and (max-width: 769px) {
  .l-footer .container .nav .nav-list .nav-item .lg {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer .container .nav .nav-list .nav-item .lg .angle {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #3E6997;
  color: white;
  font-size: 0.7rem;
  letter-spacing: 0;
}
.l-footer .container .nav .nav-list .nav-item .sm {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  color: #2C343C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 1rem;
}
.l-footer .container .nav .nav-list .nav-item .sm .angle {
  font-size: 0.8rem;
  letter-spacing: 0;
}
.l-footer .container .nav .nav-list .nav-item .sm .fa-solid {
  color: #3E6997;
}
@media screen and (max-width: 769px) {
  .l-footer .container .nav .nav-list .sp-lg {
    width: 100%;
    border-bottom: 1px solid #E6EAEE;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .l-footer .container .nav .nav-list .sp-lg .lg {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media screen and (max-width: 769px) {
  .l-footer .container .nav .nav-list .sp-lg-angle .lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer .container .nav .line-anime {
  position: relative;
}
@media screen and (min-width: 520px) {
  .l-footer .container .nav .line-anime:hover::after {
    width: 100%;
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .container .nav .line-anime:active {
    background-color: #E3F2FF;
  }
}
.l-footer .container .nav .line-anime::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3E6997;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  color: #3E6997;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
  width: 0;
}
.l-footer .bottom {
  background-color: #3E6997;
}
.l-footer .bottom .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-footer .bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2.5rem;
    padding-top: 4rem;
  }
}
.l-footer .bottom .container .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .l-footer .bottom .container .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer .bottom .container .links .point {
  padding: 1.5rem 2rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  color: #3E6997;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer .bottom .container .links .point {
    width: 100%;
    padding: 2.6rem 1.8rem;
    line-height: 1.7;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.l-footer .bottom .container .links .co {
  padding: 1.5rem 2rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3E6997;
  border: 2px solid white;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .l-footer .bottom .container .links .co:hover {
    background-color: white;
    color: #3E6997;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .bottom .container .links .co:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 960px) {
  .l-footer .bottom .container .links .co {
    width: 100%;
    padding: 2.6rem 1.8rem;
    line-height: 1.7;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .bottom .container .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .l-footer .bottom .container .right {
    margin-top: 4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
}
.l-footer .bottom .container .right .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer .bottom .container .right .sns {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .bottom .container .right .sns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem 2.5rem;
  }
}
.l-footer .bottom .container .right .sns .sns-link {
  font-size: 1.6rem;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-footer .bottom .container .right .sns .sns-link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 520px) {
  .l-footer .bottom .container .right .sns .sns-link:hover {
    opacity: 0.7;
  }
}
.l-footer .bottom .container .right .sns .privacy {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .l-footer .bottom .container .right .sns .privacy:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .bottom .container .right .sns .privacy {
    width: 100%;
    text-align: center;
  }
}
.l-footer .bottom .container .right .copy {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.15em;
}

.load {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  gap: 8rem;
  pointer-events: none;
  background-color: #E9872E;
  -webkit-mask-image: -webkit-radial-gradient(circle, transparent 0%, transparent 0%, #E9872E 0%, #E9872E 100%);
          mask-image: radial-gradient(circle, transparent 0%, transparent 0%, #E9872E 0%, #E9872E 100%);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .load {
    gap: 4rem;
  }
}
.load::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 2s;
  transition: 2s;
}
.load .load-above-text {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 1.3;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .load .load-above-text {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
.load .load-above-text .sm {
  font-size: 4rem;
}
@media screen and (max-width: 769px) {
  .load .load-above-text .sm {
    font-size: 2.4rem;
  }
}
.load .load-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .load .load-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.load .load-middle .left {
  width: 14.9rem;
}
.load .load-middle .center {
  width: 22rem;
  aspect-ratio: 220/274;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .load .load-middle .center {
    max-height: 42.218798151vh;
    width: unset;
    max-width: 22rem;
  }
}
.load .load-middle .center img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-height: 762px) {
  .load .load-middle .center {
    max-height: 42.218798151vh;
    width: 15rem;
    height: unset;
  }
}
.load .load-middle .right {
  width: 14.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
@media screen and (max-width: 769px) {
  .load .load-middle .right {
    text-align: center;
    margin-top: 4rem;
  }
}
.load .load-middle .right .center-text {
  font-size: 1rem;
  font-weight: 100;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.35em;
  line-height: 1.7;
}
.load .load-below-text {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 1.3;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .load .load-below-text {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
.load .load-below-text .sm {
  font-size: 4rem;
}
@media screen and (max-width: 769px) {
  .load .load-below-text .sm {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
}

.loaded::after {
  opacity: 0;
}

.top {
  overflow: hidden;
}
.top section {
  z-index: 10;
  position: relative;
}
.top .mv {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #F5EFDE;
}
@media screen and (max-width: 960px) {
  .top .mv {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: unset;
  }
}
.top .mv .rotate {
  position: absolute;
  width: 51.3rem;
  aspect-ratio: 1/1;
  z-index: 5;
  right: -11.3rem;
  bottom: -17.5rem;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media screen and (max-width: 769px) {
  .top .mv .rotate {
    width: 24.3rem;
    right: -13.1rem;
    bottom: 30%;
  }
}
.top .mv .rotate img {
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top .mv .mv-img {
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
}
@media screen and (max-width: 960px) {
  .top .mv .mv-img {
    width: 100%;
    height: unset;
    aspect-ratio: 1/1;
    left: unset;
    right: 0;
    top: -1.3rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateX(25.7452574526%);
            transform: translateX(25.7452574526%);
  }
  .top .mv .mv-img .mv-img-item {
    background-position: right center;
  }
  .top .mv .mv-img .mv2 {
    background-position: 110% 0%;
  }
}
.top .mv .mv-img-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 4s;
  transition: 4s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.top .mv .mv1 {
  background-image: url(../img/mv1.webp);
}
.top .mv .mv2 {
  background-image: url(../img/mv2.webp);
}
.top .mv .mv3 {
  background-image: url(../img/mv3.webp);
}
.top .mv .mv4 {
  background-image: url(../img/mv4.webp);
}
.top .mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56.1111111111%;
  height: 100%;
  background-image: url(../img/mv-left.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .top .mv::after {
    display: none;
  }
}
.top .mv .textblock {
  padding-left: 5rem;
  position: relative;
  z-index: 4;
}
@media (max-height: 600px) {
  .top .mv .textblock {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 960px) {
  .top .mv .textblock {
    padding-top: 89.6vw;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding-bottom: unset;
  }
}
@media screen and (max-width: 520px) {
  .top .mv .textblock {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top .mv .textblock .catch {
  font-size: 4.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  color: #2C343C;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 769px) {
  .top .mv .textblock .catch {
    font-size: 2.2rem;
  }
}
.top .mv .textblock .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.1;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .top .mv .textblock .text {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
.top .mv .textblock .banner {
  background-color: #E9872E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  border-radius: 25rem;
  padding: 2.5rem 5rem 2.5rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  cursor: pointer;
  position: relative;
  z-index: 5;
  border: 1px solid #E9872E;
}
.top .mv .textblock .banner .sp-banner {
  display: none;
}
@media screen and (max-width: 769px) {
  .top .mv .textblock .banner {
    width: 100%;
    background: unset;
    aspect-ratio: 335/128;
    margin-top: 2.6rem;
    padding: unset;
  }
  .top .mv .textblock .banner .sp-banner {
    display: block;
    z-index: 4;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 520px) {
  .top .mv .textblock .banner:hover {
    background-color: white;
  }
  .top .mv .textblock .banner:hover .banner-text .above {
    color: #E9872E;
  }
  .top .mv .textblock .banner:hover .banner-text .middle {
    color: #E9872E;
  }
  .top .mv .textblock .banner:hover .banner-text .bottom {
    background-color: #E9872E;
    color: white;
  }
  .top .mv .textblock .banner:hover .banner-text .bottom .angle {
    background-color: white;
    color: #E9872E;
  }
}
@media screen and (max-width: 520px) {
  .top .mv .textblock .banner:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .top .mv .textblock .banner {
    max-width: 33.5rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 2.6rem;
  }
}
.top .mv .textblock .banner .img {
  width: 9.7rem;
  aspect-ratio: 97/98;
}
@media screen and (max-width: 769px) {
  .top .mv .textblock .banner .img {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .top .mv .textblock .banner .banner-text {
    display: none;
  }
}
.top .mv .textblock .banner .banner-text .above {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .mv .textblock .banner .banner-text .middle {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .mv .textblock .banner .banner-text .bottom {
  background-color: white;
  padding: 0.6rem 1rem;
  margin-top: 1.5rem;
  border-radius: 10rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #E9872E;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .mv .textblock .banner .banner-text .bottom .angle {
  width: 1.8rem;
  height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #E9872E;
  color: white;
  font-size: 0.7rem;
  letter-spacing: 0;
  font-family: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .mv .textblock .banner .banner-text .bottom .angle i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .mv .textblock .banner .banner-text .bottom .angle i::before {
  vertical-align: bottom;
}
.top .mv .illust {
  position: absolute;
  width: 40.4rem;
  aspect-ratio: 404/316;
  bottom: 1rem;
  left: 41.9rem;
  z-index: 4;
}
@media screen and (max-width: 960px) {
  .top .mv .illust {
    padding-top: 54.4vw;
    top: 0;
    left: 2.6rem;
    width: 15.4rem;
    bottom: unset;
  }
  .top .mv .illust img {
    max-height: 100%;
    aspect-ratio: 404/316;
    -o-object-fit: contain;
       object-fit: contain;
    height: unset;
  }
}
@media screen and (max-width: 520px) {
  .top .mv .illust {
    top: unset;
    bottom: 37.2rem;
    padding-top: unset;
  }
}
.top .mv .cloud {
  position: absolute;
  width: 39.1rem;
  aspect-ratio: 391/132;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .top .mv .cloud {
    width: 18rem;
    aspect-ratio: 180/80;
  }
}
.top .mv .house {
  position: absolute;
  width: 66.2rem;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .top .mv .house {
    width: 34.4rem;
  }
}
.top .para-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top .para-box .para-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}
.top .para-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.top .environment {
  padding-top: 12rem;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .top .environment {
    padding-top: 2rem;
  }
}
.top .environment .container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 769px) {
  .top .environment .container {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.top .environment .container::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/environment-back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .top .environment .container::before {
    background-image: unset;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50vw 50vw 0 0;
  }
}
.top .environment .container .titlebox {
  position: relative;
  z-index: 2;
}
.top .environment .container .titlebox .sm {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .top .environment .container .titlebox .sm {
    font-size: 1.2rem;
  }
}
.top .environment .container .titlebox .lg {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .top .environment .container .titlebox .lg {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}
.top .environment .container .text {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .top .environment .container .text {
    margin-top: 3rem;
  }
}
.top .environment .container .contents {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
  margin-top: 6rem;
}
@media screen and (max-width: 769px) {
  .top .environment .container .contents {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top .environment .container .contents .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 520px) {
  .top .environment .container .contents .item:hover .title {
    color: #E9872E;
  }
  .top .environment .container .contents .item:hover .title .angle {
    background-color: #E9872E;
  }
}
.top .environment .container .contents .item .illust {
  width: 26rem;
  aspect-ratio: 260/260;
}
@media screen and (max-width: 520px) {
  .top .environment .container .contents .item .illust {
    width: 13.3rem;
  }
}
.top .environment .container .contents .item .title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .top .environment .container .contents .item .title:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .top .environment .container .contents .item .title {
    margin-top: 2rem;
  }
}
.top .environment .container .contents .item .title .angle {
  font-size: 0.6rem;
  color: white;
  width: 1.8rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #3E6997;
  letter-spacing: 0;
}
.top .environment .container .contents .item .item-text-lg {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-top: 2rem;
}
.top .environment .container .contents .item .item-text {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.3em;
  line-height: 1.7;
  text-align: center;
  margin-top: 1.6rem;
}
.top .empty {
  width: 100%;
  aspect-ratio: 1440/430;
  background-color: transparent;
}
@media screen and (max-width: 769px) {
  .top .empty {
    aspect-ratio: 375/200;
  }
}
.top .explain {
  background-color: #E9E0CB;
  position: relative;
}
.top .explain .container {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 769px) {
  .top .explain .container {
    padding-top: 8rem;
    padding-bottom: 6.3rem;
  }
}
.top .explain .container .box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top .explain .container .box .box-container {
  width: calc(100% - 4rem);
  max-width: 80rem;
  padding: 8rem 0;
}
@media screen and (max-width: 769px) {
  .top .explain .container .box .box-container {
    padding: 4rem 0;
  }
}
.top .explain .container .box .titlebox .sm {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .top .explain .container .box .titlebox .sm {
    font-size: 1.3rem;
  }
}
.top .explain .container .box .titlebox .lg {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .top .explain .container .box .titlebox .lg {
    font-size: 2.4rem;
  }
}
.top .explain .container .box .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .top .explain .container .box .text {
    font-size: 1.2rem;
    margin-top: 3rem;
    line-height: 1.7;
  }
}
.top .explain .container .box .slide {
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .top .explain .container .box .slide {
    margin-top: 3rem;
  }
}
.top .explain .container .box .illust3 {
  position: absolute;
  width: 11.2rem;
  aspect-ratio: 112/343;
  bottom: 6rem;
  left: 4.4rem;
}
@media screen and (max-width: 960px) {
  .top .explain .container .box .illust3 {
    display: none;
  }
}
.top .explain .container .box .illust4 {
  position: absolute;
  width: 10.8rem;
  aspect-ratio: 108/241;
  bottom: -10.8rem;
  right: 10.2rem;
}
@media screen and (max-width: 769px) {
  .top .explain .container .box .illust4 {
    width: 5.6rem;
    top: -6.3rem;
    bottom: unset;
    right: 0.7rem;
  }
}
.top .explain .illust1 {
  position: absolute;
  width: 42.881rem;
  aspect-ratio: 428.81/320.36;
  -webkit-transform: rotate(141.69deg);
          transform: rotate(141.69deg);
  top: 6.6rem;
  left: -5.2rem;
}
@media screen and (max-width: 769px) {
  .top .explain .illust1 {
    width: 16.1rem;
    top: 7.55rem;
  }
}
.top .explain .illust2 {
  position: absolute;
  width: 19.4rem;
  aspect-ratio: 194/347;
  bottom: 0;
  right: 2.8rem;
}
@media screen and (max-width: 769px) {
  .top .explain .illust2 {
    width: 5.3rem;
    right: 2.3rem;
  }
}
.top .company {
  padding-top: 29.5rem;
  padding-bottom: 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
}
@media screen and (max-width: 960px) {
  .top .company {
    padding-top: 24.4rem;
    padding-bottom: 4.7rem;
  }
}
.top .company .container {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: 0;
}
.top .company .container .titlebox .sm {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 769px) {
  .top .company .container .titlebox .sm {
    font-size: 1.2rem;
  }
}
.top .company .container .titlebox .lg {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 5rem;
}
@media screen and (max-width: 769px) {
  .top .company .container .titlebox .lg {
    font-size: 2.4rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.top .company .container .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 2.4;
  text-align: left;
  margin-bottom: 6rem;
}
@media screen and (max-width: 769px) {
  .top .company .container .text {
    font-size: 1.3rem;
    margin-bottom: 4rem;
    line-height: 2rem;
  }
}
.top .company .container .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.25rem;
}
@media screen and (max-width: 960px) {
  .top .company .container .contents {
    gap: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .top .company .container .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .company .container .contents .item {
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((100% - 10.5rem) / 3);
  min-height: 18rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 3rem;
}
@media screen and (min-width: 520px) {
  .top .company .container .contents .item:hover .item-textbox .item-text-lg {
    color: #E9872E;
  }
  .top .company .container .contents .item:hover .item-textbox .item-text-lg .angle {
    background-color: #E9872E;
  }
}
@media screen and (max-width: 960px) {
  .top .company .container .contents .item {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 769px) {
  .top .company .container .contents .item {
    width: 100%;
    min-height: unset;
    padding: 2rem 2.5rem;
  }
}
.top .company .container .contents .item .img1 {
  width: 12.46rem;
  aspect-ratio: 124.6/110;
  margin-left: 4rem;
}
.top .company .container .contents .item .img2 {
  width: 13.453rem;
  aspect-ratio: 134.53/105.36;
  margin-left: 3rem;
}
.top .company .container .contents .item .img3 {
  width: 13.391rem;
  aspect-ratio: 133.91/104.29;
  margin-left: 3.1rem;
}
@media screen and (max-width: 769px) {
  .top .company .container .contents .item .img {
    margin-left: 0;
  }
}
.top .company .container .contents .item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top .company .container .contents .item .item-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 2rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 769px) {
  .top .company .container .contents .item .item-textbox {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.top .company .container .contents .item .item-textbox .item-text {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.25em;
  line-height: 1.6;
  text-align: right;
  color: #2C343C;
}
.top .company .container .contents .item .item-textbox .item-text-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #3E6997;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .top .company .container .contents .item .item-textbox .item-text-lg:active {
    background-color: #E3F2FF;
  }
}
.top .company .container .contents .item .item-textbox .item-text-lg .angle {
  width: 1.8rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #3E6997;
  letter-spacing: 0;
  color: white;
  font-size: 0.7rem;
}
.top .works {
  padding-top: 34rem;
  padding-bottom: 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
}
@media screen and (max-width: 960px) {
  .top .works {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
}
.top .works .container {
  max-width: 123rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .top .works .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
  }
}
.top .works .container .titlebox .sm {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 769px) {
  .top .works .container .titlebox .sm {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.top .works .container .titlebox .lg {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 5rem;
}
@media screen and (max-width: 769px) {
  .top .works .container .titlebox .lg {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.top .works .container .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 2.4;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .top .works .container .text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.top .works .container .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 76rem;
}
@media screen and (max-width: 960px) {
  .top .works .container .contents {
    max-width: unset;
    width: 100%;
  }
}
.top .works .container .contents .item {
  width: calc((100% - 3rem) / 2);
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  min-height: 18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 520px) {
  .top .works .container .contents .item:hover .item-textbox .item-text-lg {
    color: #E9872E;
  }
  .top .works .container .contents .item:hover .item-textbox .item-text-lg .angle {
    background-color: #E9872E;
  }
}
@media screen and (max-width: 769px) {
  .top .works .container .contents .item {
    width: 100%;
    padding: 1.8rem 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top .works .container .contents .item .img {
  position: absolute;
}
.top .works .container .contents .item .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top .works .container .contents .item .img1 {
  width: 12.622rem;
  aspect-ratio: 126.22/126;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 3rem;
}
@media screen and (max-width: 520px) {
  .top .works .container .contents .item .img1 {
    width: 7.546rem;
  }
}
.top .works .container .contents .item .img2 {
  width: 10.2rem;
  aspect-ratio: 102/110;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 3rem;
  padding-top: 1.4rem;
}
@media screen and (max-width: 520px) {
  .top .works .container .contents .item .img2 {
    width: 7.83rem;
  }
}
.top .works .container .contents .item .img3 {
  width: 13.557rem;
  aspect-ratio: 135.57/111.71;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 3rem;
}
@media screen and (max-width: 520px) {
  .top .works .container .contents .item .img3 {
    width: 8.7rem;
  }
}
.top .works .container .contents .item .img4 {
  width: 11.233rem;
  aspect-ratio: 112.3/115.57;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 3rem;
}
@media screen and (max-width: 520px) {
  .top .works .container .contents .item .img4 {
    width: 9.3rem;
  }
}
@media screen and (max-width: 520px) {
  .top .works .container .contents .item .img {
    margin-left: 0;
    padding-top: 0;
  }
}
.top .works .container .contents .item .item-textbox {
  margin-left: auto;
  margin-right: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .top .works .container .contents .item .item-textbox {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    margin-right: 0;
  }
}
.top .works .container .contents .item .item-textbox .item-text {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.25em;
  line-height: 1.6;
  text-align: right;
  color: #2C343C;
}
.top .works .container .contents .item .item-textbox .item-text-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #3E6997;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .top .works .container .contents .item .item-textbox .item-text-lg:active {
    background-color: #E3F2FF;
  }
}
.top .works .container .contents .item .item-textbox .item-text-lg .angle {
  width: 1.8rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #3E6997;
  letter-spacing: 0;
  color: white;
  font-size: 0.7rem;
}
.top .staff {
  background-color: white;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 769px) {
  .top .staff {
    padding-top: 6rem;
    padding-bottom: 4.7rem;
  }
}
.top .staff .titlebox {
  text-align: center;
}
.top .staff .titlebox .sm {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .top .staff .titlebox .sm {
    font-size: 1.2rem;
  }
}
.top .staff .titlebox .lg {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .top .staff .titlebox .lg {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.top .staff .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .top .staff .text {
    margin-top: 3rem;
  }
}
.top .staff .contents {
  margin-top: 6rem;
}
@media screen and (max-width: 769px) {
  .top .staff .contents {
    margin-top: 4.5rem;
  }
}
.top .staff .contents .swiper-slide {
  width: 30rem;
}
@media screen and (max-width: 769px) {
  .top .staff .contents .swiper-slide {
    width: 20.7rem;
  }
}
.top .staff .contents .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top .staff .contents .item {
  width: 100%;
}
.top .staff .contents .item .above {
  width: 100%;
  height: 34.2rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .top .staff .contents .item .above {
    height: 23.6rem;
  }
}
.top .staff .contents .item .above::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3E6997;
  z-index: 1;
  border-radius: 50% 50% 0 0;
}
.top .staff .contents .item .img {
  width: 25rem;
  aspect-ratio: 250/320;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  .top .staff .contents .item .img {
    width: unset;
    height: 20.7rem;
  }
}
.top .staff .contents .item .img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.top .staff .contents .item .item-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.2rem 1.4rem;
  min-height: 7.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  z-index: 2;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.7;
  font-family: "Zen Kurenaido", sans-serif;
  color: white;
}
@media screen and (max-width: 520px) {
  .top .staff .contents .item .item-text {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
    min-height: unset;
  }
}
.top .staff .contents .item .name {
  width: calc(100% - 4rem);
  margin: 0 auto;
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .top .staff .contents .item .name {
    margin-top: 1rem;
  }
}
.top .staff .contents .item .name .info {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #898377;
  letter-spacing: 0.25em;
  line-height: 1.6;
}
.top .staff .contents .item .name .name-text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.3em;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .top .staff .contents .item .name .name-text {
    font-size: 1.3rem;
  }
}
.top .staff .contents .orange .above .item-text {
  background-color: #CF731F;
}
.top .staff .contents .orange .above::before {
  background-color: #E9872E;
}
.top .staff .contents .blue .above .item-text {
  background-color: #356CA7;
}
.top .staff .contents .blue .above::before {
  background-color: #3E6997;
}
.top .staff .contents .beige .above .item-text {
  background-color: #F6EBCD;
}
.top .staff .contents .beige .above::before {
  background-color: #F5EFDE;
}
.top .staff .contents .beige .above .item-text {
  color: #E9872E;
}
.top .staff .contents .btnbox {
  margin: 0 auto;
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2.6rem;
  gap: 1rem;
}
@media screen and (max-width: 769px) {
  .top .staff .contents .btnbox {
    margin-top: 2.4rem;
    height: 3.6rem;
  }
}
.top .staff .contents .btnbox .swiper-button-next, .top .staff .contents .btnbox .swiper-button-prev {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid #3E6997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  -webkit-transform: unset;
          transform: unset;
  margin-top: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 520px) {
  .top .staff .contents .btnbox .swiper-button-next:hover, .top .staff .contents .btnbox .swiper-button-prev:hover {
    background-color: #3E6997;
  }
  .top .staff .contents .btnbox .swiper-button-next:hover::after, .top .staff .contents .btnbox .swiper-button-prev:hover::after {
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .top .staff .contents .btnbox .swiper-button-next:active, .top .staff .contents .btnbox .swiper-button-prev:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 769px) {
  .top .staff .contents .btnbox .swiper-button-next, .top .staff .contents .btnbox .swiper-button-prev {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.top .staff .contents .btnbox .swiper-button-next::after, .top .staff .contents .btnbox .swiper-button-prev::after {
  font-size: 0.8rem;
  font-weight: bold;
  color: #3E6997;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .staff .contents .btnbox .play {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid #3E6997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3E6997;
  gap: 3px;
  color: white;
}
@media screen and (max-width: 769px) {
  .top .staff .contents .btnbox .play {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.top .staff .contents .btnbox .play .fa-pause {
  display: block;
}
.top .staff .contents .btnbox .play .fa-play {
  display: none;
}
.top .staff .contents .btnbox .paused .fa-play {
  display: block;
}
.top .staff .contents .btnbox .paused .fa-pause {
  display: none;
}
.top .staff .illust1 {
  position: absolute;
  width: 24.203rem;
  aspect-ratio: 242.03/430.73;
  right: 3.5rem;
  top: -5.3rem;
  -webkit-transform: rotate(134.48deg);
          transform: rotate(134.48deg);
}
@media screen and (max-width: 769px) {
  .top .staff .illust1 {
    width: 10rem;
    top: -3rem;
    right: 1.8rem;
  }
}
.top .news {
  background-color: #E9E0CB;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .top .news {
    padding-top: 6.2rem;
    padding-bottom: 6.7rem;
  }
}
.top .news .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
}
.top .news .container .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .top .news .container .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top .news .container .above .titlebox .sm {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .top .news .container .above .titlebox .sm {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .top .news .container .above .titlebox .sm {
    font-size: 1.2rem;
  }
}
.top .news .container .above .titlebox .lg {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .top .news .container .above .titlebox .lg {
    font-size: 2.4rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.top .news .container .above .titlebox .link {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 4.2rem;
}
.top .news .container .above .titlebox .link .link-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .news .container .above .titlebox .link.fadein-anim-active {
  cursor: pointer;
}
@media screen and (min-width: 520px) {
  .top .news .container .above .titlebox .link.fadein-anim-active:hover .link-text {
    color: #E9872E;
  }
  .top .news .container .above .titlebox .link.fadein-anim-active:hover .angle {
    background-color: #E9872E;
  }
}
@media screen and (max-width: 520px) {
  .top .news .container .above .titlebox .link.fadein-anim-active:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 960px) {
  .top .news .container .above .titlebox .link {
    display: none;
  }
}
.top .news .container .above .titlebox .link .angle {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #2C343C;
  color: white;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .news .container .above .link-sp {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 4.2rem;
  display: none;
}
@media screen and (max-width: 960px) {
  .top .news .container .above .link-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.2rem;
  }
}
.top .news .container .above .link-sp .angle {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #2C343C;
  color: white;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7rem;
}
.top .news .container .above .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
  width: 100%;
  max-width: 96rem;
}
@media screen and (max-width: 769px) {
  .top .news .container .above .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .news .container .above .contents .item {
  width: calc((100% - 4rem) / 3);
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.5rem 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .top .news .container .above .contents .item {
    width: 100%;
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 520px) {
  .top .news .container .above .contents .item:hover .text .text-inner {
    background-size: 100% 1px;
  }
}
.top .news .container .above .contents .item::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../img/news-triangle-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 1rem;
  right: 1rem;
}
.top .news .container .above .contents .item .date {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #898377;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top .news .container .above .contents .item .date .ja {
  font-family: "Noto Sans JP", sans-serif;
}
.top .news .container .above .contents .item .text {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.25em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none; /* デフォルトの下線を非表示にする */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.top .news .container .above .contents .item .text .text-inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#000066), to(#000066));
  background-image: -webkit-linear-gradient(left, #000066, #000066);
  background-image: linear-gradient(90deg, #000066, #000066);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  display: inline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top .blog {
  background-color: #E9E0CB;
  width: 100%;
  padding-bottom: 10rem;
}
@media screen and (max-width: 769px) {
  .top .blog {
    padding-bottom: 1rem;
  }
}
.top .blog .box {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10rem 7rem;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .top .blog .box {
    padding: 6rem 2rem;
  }
}
.top .blog .box .titlebox {
  text-align: center;
}
.top .blog .box .titlebox .sm {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 769px) {
  .top .blog .box .titlebox .sm {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.top .blog .box .titlebox .lg {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .top .blog .box .titlebox .lg {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.top .blog .box .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
}
.top .blog .box .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 769px) {
  .top .blog .box .contents {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
  }
}
.top .blog .box .contents .item {
  width: calc((100% - 8rem) / 3);
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 769px) {
  .top .blog .box .contents .item {
    width: 100%;
  }
}
@media screen and (min-width: 520px) {
  .top .blog .box .contents .item:hover .textbox .item-text .text-inner {
    background-size: 100% 1px;
  }
}
.top .blog .box .contents .item .img {
  width: 100%;
  aspect-ratio: 326.67/184.31;
}
.top .blog .box .contents .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.top .blog .box .contents .item .textbox {
  margin-top: 2rem;
}
.top .blog .box .contents .item .textbox .date {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #898377;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.top .blog .box .contents .item .textbox .item-text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 769px) {
  .top .blog .box .contents .item .textbox .item-text {
    line-height: 1.6;
  }
}
.top .blog .box .contents .item .textbox .item-text .text-inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#000066), to(#000066));
  background-image: -webkit-linear-gradient(left, #000066, #000066);
  background-image: linear-gradient(90deg, #000066, #000066);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  display: inline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top .blog .box .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 2rem;
  margin: 0 auto;
  margin-top: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4rem;
  border: 1px solid #3E6997;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  color: #3E6997;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 520px) {
  .top .blog .box .link:hover {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .top .blog .box .link:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 769px) {
  .top .blog .box .link {
    margin-top: 3.5rem;
  }
}
.top .blog .box .link .angle {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: #3E6997;
  color: white;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
}
.top .linkblock {
  width: 100%;
  background-color: #E9E0CB;
  position: relative;
}
@media screen and (max-width: 769px) {
  .top .linkblock {
    padding-top: 9rem;
  }
}
.top .linkblock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/linkblock-back.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .top .linkblock::before {
    background-image: url(../img/linkblock-back-sp.png);
  }
}
.top .linkblock::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background-color: #3E6997;
}
.top .linkblock .container {
  position: relative;
  z-index: 5;
  max-width: 96rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20rem;
}
@media screen and (max-width: 769px) {
  .top .linkblock .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 6rem;
  }
}
.top .linkblock .container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
}
@media screen and (max-width: 520px) {
  .top .linkblock .container .box {
    width: 26.1rem;
    height: 26.1rem;
    gap: 3rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 520px) {
  .top .linkblock .container .box:hover .illust {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.top .linkblock .container .box .illust {
  width: 29rem;
  height: 20rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .linkblock .container .box .illust img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top .linkblock .container .box .link {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .top .linkblock .container .box .link {
    margin-top: 0;
  }
}
.top .linkblock .container .box .link .angle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #2C343C;
  color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  letter-spacing: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  color: white;
}
.top .linkblock .container .qa {
  background-color: #3E6997;
  gap: 3rem;
}
@media screen and (max-width: 520px) {
  .top .linkblock .container .qa .illust {
    width: 16rem;
    height: 11rem;
    margin-top: 5.2rem;
  }
}
.top .linkblock .container .contact {
  background-color: #E9872E;
  margin-top: 21.4rem;
  gap: 2rem;
}
@media screen and (max-width: 769px) {
  .top .linkblock .container .contact {
    margin-top: 0.9rem;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .top .linkblock .container .contact .illust {
    width: 19.1rem;
    height: 13.2rem;
    margin-top: 5.2rem;
  }
}
.top .linkblock .container .contact .link .angle {
  background-color: white;
  color: #E9872E;
}
.top .linkblock .illust1 {
  position: absolute;
  width: 24.203rem;
  aspect-ratio: 242.03/430.73;
  z-index: 4;
  top: -24.348rem;
  right: -1.9rem;
  -webkit-transform: rotate(148.68deg);
          transform: rotate(148.68deg);
}
@media screen and (max-width: 769px) {
  .top .linkblock .illust1 {
    width: 11.6rem;
    top: -5.4rem;
  }
}
.top .linkblock .illust1 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top .linkblock .illust2 {
  position: absolute;
  width: 30.536rem;
  aspect-ratio: 305.36/466.16;
  left: 6rem;
  bottom: 7.7rem;
  -webkit-transform: rotate(100.17deg);
          transform: rotate(100.17deg);
  z-index: 4;
}
@media screen and (max-width: 769px) {
  .top .linkblock .illust2 {
    width: 8.7rem;
    left: 1.5rem;
  }
}
.top .linkblock .illust2 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top .linkblock .illust3 {
  position: absolute;
  width: 15.1rem;
  aspect-ratio: 151/148;
  z-index: 4;
  bottom: 22.7rem;
  left: 49.6rem;
}
@media screen and (max-width: 520px) {
  .top .linkblock .illust3 {
    top: 37.7rem;
    right: unset;
    left: 1.8rem;
    width: 6.6rem;
  }
}
.top .linkblock .illust3 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top .linkblock .illust4 {
  position: absolute;
  width: 10.1rem;
  aspect-ratio: 101/99;
  z-index: 4;
  top: 18.4rem;
  right: 18.7rem;
}
@media screen and (max-width: 520px) {
  .top .linkblock .illust4 {
    top: 23.8rem;
    right: 2.3rem;
    width: 5.6rem;
  }
}
.top .linkblock .illust4 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top .recruit {
  background-color: #3E6997;
  padding-top: 8.6rem;
  padding-bottom: 10.6rem;
}
@media screen and (max-width: 520px) {
  .top .recruit {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.top .recruit .container {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.top .recruit .container .titlebox {
  text-align: center;
}
.top .recruit .container .titlebox .sm {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 520px) {
  .top .recruit .container .titlebox .sm {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.top .recruit .container .titlebox .lg {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 4rem;
}
@media screen and (max-width: 520px) {
  .top .recruit .container .titlebox .lg {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.top .recruit .container .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .top .recruit .container .text {
    margin-top: 0;
  }
}
.top .recruit .container .link {
  background-color: white;
  margin: 0 auto;
  margin-top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  width: 29.8rem;
  border-radius: 10rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 520px) {
  .top .recruit .container .link:hover {
    background-color: #E3F2FF;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
@media screen and (max-width: 520px) {
  .top .recruit .container .link:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .top .recruit .container .link {
    margin-top: 6rem;
  }
}
.top .recruit .container .link .link-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.top .recruit .container .link .angle {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3E6997;
  color: white;
  letter-spacing: 0;
  font-size: 0.8rem;
  margin-right: 2rem;
}
.top .recruit .container .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .top .recruit .container .contents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 769px) {
  .top .recruit .container .contents {
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 520px) {
  .top .recruit .container .contents {
    margin-top: 6rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.top .recruit .container .contents .item {
  background-color: white;
  width: calc((100% - 12rem) / 4);
  border-radius: 50% 50% 0 0;
  aspect-ratio: 27/28;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .top .recruit .container .contents .item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 520px) {
  .top .recruit .container .contents .item {
    aspect-ratio: 157.5/180;
    aspect-ratio: unset;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.top .recruit .container .contents .item .animcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .top .recruit .container .contents .item .animcontainer:hover {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .top .recruit .container .contents .item .animcontainer:active {
    background-color: #E3F2FF;
  }
}
.top .recruit .container .contents .item .icon {
  width: 5rem;
  height: 5rem;
  margin-top: 10.7rem;
}
@media screen and (max-width: 520px) {
  .top .recruit .container .contents .item .icon {
    margin-top: 2.9rem;
  }
}
.top .recruit .container .contents .item .item-text {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 520px) {
  .top .recruit .container .contents .item .item-text {
    font-size: 1.3rem;
    margin-top: 3rem;
    text-align: center;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 2.8rem;
    margin-top: 2rem;
  }
}
.top .recruit .container .contents .item .angle {
  margin-top: 2.5rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3E6997;
  color: white;
  letter-spacing: 0;
  font-size: 0.6rem;
}
@media screen and (max-width: 520px) {
  .top .recruit .container .contents .item .angle {
    margin-bottom: 1.5rem;
  }
}
.top .entry .link {
  width: 100%;
  height: 40rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 520px) {
  .top .entry .link:hover .angle {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  .top .entry .link:hover .text .box .box-container {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}
@media screen and (max-width: 520px) {
  .top .entry .link:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 769px) {
  .top .entry .link {
    height: 17rem;
  }
}
.top .entry .link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(215, 154, 98, 0.95)), to(rgba(233, 135, 46, 0.95)));
  background: -webkit-linear-gradient(left, rgba(215, 154, 98, 0.95) 0%, rgba(233, 135, 46, 0.95) 100%);
  background: linear-gradient(90deg, rgba(215, 154, 98, 0.95) 0%, rgba(233, 135, 46, 0.95) 100%);
}
.top .entry .link .text {
  position: relative;
  z-index: 5;
  font-size: 8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 769px) {
  .top .entry .link .text {
    font-size: 4rem;
    gap: 3rem;
  }
}
.top .entry .link .text .box {
  height: 8rem;
  overflow: hidden;
  position: relative;
  width: 44.196rem;
}
@media screen and (max-width: 769px) {
  .top .entry .link .text .box {
    height: 4rem;
    width: 22.1rem;
  }
}
.top .entry .link .text .box .box-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  gap: 1rem;
}
@media screen and (max-width: 769px) {
  .top .entry .link .text .box .box-container {
    gap: 0.5rem;
  }
}
.top .entry .link .text .angle {
  font-size: 5rem;
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: white;
  color: #E9872E;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .top .entry .link .text .angle {
    font-size: 1.6rem;
    width: 6rem;
    height: 6rem;
  }
}
.top .entry .slide {
  width: 100%;
  padding: 5rem 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 769px) {
  .top .entry .slide {
    padding: 2.2rem;
  }
}
.top .entry .slide .slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.top .entry .slide .text {
  font-size: 4rem;
  font-weight: 100;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .top .entry .slide .text {
    font-size: 2rem;
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-sub__your-charm-life .diagnosis {
  width: 100%;
  background-color: #F5F2E9;
  padding-top: 8rem;
  padding-bottom: 4.45rem;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis {
    padding-top: 4rem;
  }
}
.p-sub__your-charm-life .diagnosis .container {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.p-sub__your-charm-life .diagnosis .container .lg-text {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .lg-text {
    font-size: 1.5rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .sm-text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  margin-top: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .sm-text {
    font-size: 1.3rem;
    margin-top: 2.8rem;
    line-height: 1.8;
  }
}
.p-sub__your-charm-life .diagnosis .container .title {
  width: 31.043rem;
  height: 7.227rem;
  margin-top: 8rem;
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .title {
    width: 18.7rem;
    height: 4.5rem;
    margin-top: 5rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .title img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-sub__your-charm-life .diagnosis .container .contents {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents {
    margin-top: 2.7rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.9rem 9.15rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  gap: 8rem;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.6rem 2rem;
    gap: 0.8rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block .item .img {
  width: 22.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .item .img {
    width: 10.9rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox {
    width: 100%;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .step {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.2em;
  background-color: #3E6997;
  padding: 0rem 1.6rem;
  border-radius: 10rem;
  line-height: 1;
  height: 2.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .step {
    font-size: 1.3rem;
    height: 2.4rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .item-title {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  margin-top: 2.4rem;
  line-height: 1;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .item-title {
    font-size: 1.6rem;
    padding-bottom: 2rem;
    margin-bottom: 1.6rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .item-text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2em;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .item-text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .link {
  background-color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  height: 5.6rem;
  padding-left: 3rem;
  padding-right: 2rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  border: 1px solid #3E6997;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .link {
    gap: 2rem;
    font-size: 1.2rem;
    margin: 0 auto;
    margin-top: 2rem;
    height: 4.8rem;
  }
}
@media screen and (min-width: 520px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .link:hover {
    background-color: white;
    color: #3E6997;
  }
  .p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .link:hover .angle {
    background-color: #3E6997;
    color: white;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block .item .textbox .link .angle {
  width: 2.6rem;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3E6997;
  font-size: 1rem;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox {
    display: none;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .arrow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6rem;
  padding-bottom: 10rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
  overflow: hidden;
  max-width: 37.5rem;
  width: calc((100% - 4rem) / 2);
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .arrow-item .arrow-textbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  border-radius: 1rem;
  border: 1px solid #3E6997;
  padding: 2.7rem 1.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 5;
  width: 100%;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .arrow-item .arrow-textbox .arrow-text {
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .arrow-item .arrow-textbox .yes {
  width: 10rem;
  height: 4.5rem;
  overflow: hidden;
  border-radius: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  margin: 0 auto;
  -webkit-transition: 0.3s, display 0.3s allow-discrete;
  transition: 0.3s, display 0.3s allow-discrete;
  cursor: pointer;
  margin-top: 2.4rem;
  background-color: white;
  color: #E9872E;
  border: 1px solid #E9872E;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .arrow-item .arrow-above {
  position: absolute;
  width: 1.5rem;
  background-color: #DDD2B2;
  height: calc(100% - 3rem);
  top: 0;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .arrow-item .arrow-below {
  position: absolute;
  width: 5.2rem;
  height: 5rem;
  background-image: url(../img/ycl-arrow-below-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .active-arrow-textbox .arrow-textbox .yes {
  background-color: #E9872E;
  color: white;
  cursor: pointer;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .active-arrow-textbox .arrow-above {
  background-color: #3E6997;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .active-arrow-textbox .arrow-below {
  background-image: url(../img/ycl-arrow-below-a.png);
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .active-arrow-textbox-selected {
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .active-arrow-textbox-selected {
    width: 100%;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .active-arrow-textbox-selected .arrow-textbox .yes {
  height: 0rem;
  margin-top: 0;
  border: none;
  opacity: 0;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .active-arrow-textbox-selected .arrow-above {
  background-color: #3E6997;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox .active-arrow-textbox-selected .arrow-below {
  background-image: url(../img/ycl-arrow-below-a.png);
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox-sp {
  width: 100%;
  background-color: white;
  padding: 0 2rem;
  padding-top: 0.4rem;
  padding-bottom: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox-sp .arrow-item-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #3E6997;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 1.7rem;
  cursor: pointer;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox-sp .arrow-item-sp .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.p-sub__your-charm-life .diagnosis .container .contents .block .arrowbox-sp .arrow-item-sp .angle {
  width: 1.6rem;
  aspect-ratio: 1/1;
  background-color: #3E6997;
  color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
}
.p-sub__your-charm-life .diagnosis .container .contents .block [data-yclblockinner] {
  display: none;
}
.p-sub__your-charm-life .diagnosis .container .contents .block [data-yclblockinnersp] {
  display: none;
}
.p-sub__your-charm-life .diagnosis .container .contents .last {
  background-color: white;
  padding: 4rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last {
    padding: 2rem 1.6rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 960px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .above .left {
  width: 44rem;
  height: 34rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E9872E;
}
@media screen and (max-width: 960px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .above .left {
    width: 100%;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .above .left .text {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .above .left .text {
    font-size: 1.6rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .above .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .above .right {
    width: 100%;
    aspect-ratio: 303/244;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .above .right .background {
  width: 100%;
  height: 100%;
}
.p-sub__your-charm-life .diagnosis .container .contents .last .above .right .background img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sub__your-charm-life .diagnosis .container .contents .last .above .right .text {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 2.35rem 2.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 44.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .above .right .text {
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 1.6rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .above .right .text .link {
  background-color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  height: 5.6rem;
  width: 23.1rem;
  padding-left: 3rem;
  padding-right: 2rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  border: 1px solid #3E6997;
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .above .right .text .link {
    gap: 2rem;
    font-size: 1.2rem;
    margin: 0 auto;
    margin-top: 1.2rem;
    height: 4.8rem;
  }
}
@media screen and (min-width: 520px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .above .right .text .link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-sub__your-charm-life .diagnosis .container .contents .last .above .right .text .link:hover {
    background-color: white;
    color: #3E6997;
  }
  .p-sub__your-charm-life .diagnosis .container .contents .last .above .right .text .link:hover .angle {
    background-color: #3E6997;
    color: white;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .above .right .text .link .angle {
  width: 2.6rem;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3E6997;
  font-size: 1rem;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sub__your-charm-life .diagnosis .container .contents .last .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  padding: 1.6rem 0;
  background-color: #F5F2E9;
  border-radius: 10rem;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .middle {
    border-radius: 0;
    padding: 2rem 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .middle .prefix {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .middle .prefix {
    font-size: 1.3rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .middle .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .middle .text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .below {
  width: 100%;
  border: 1px solid #3E6997;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-sub__your-charm-life .diagnosis .container .contents .last .below .head {
  background-color: #3E6997;
  text-align: center;
  padding: 1.8rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .below .head {
    font-size: 1.2rem;
    padding: 1.8rem 0;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents {
  padding: 1.7rem 7.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1.7rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item {
  width: calc((100% - 3rem) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  background-color: #F5F7FA;
  border: 1px solid #3E6997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
  padding: 2.4rem 1.3rem 2.4rem 1.6rem;
  cursor: pointer;
}
@media screen and (min-width: 520px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item:hover {
    background-color: #E1EDFF;
  }
}
@media screen and (max-width: 960px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item {
    padding: 1.6rem 1.7rem;
    gap: 1rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item .img {
  width: 6.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item .img {
    width: 5.1rem;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  .p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item .text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-sub__your-charm-life .diagnosis .container .contents .last .below .last-below-contents .item .angle {
  width: 2.6rem;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3E6997;
  color: #3E6997;
  font-size: 1rem;
}
.p-sub__your-charm-life .diagnosis .container .contents .last [data-yclblockinner] {
  display: none;
}

.ycl-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 700;
  overflow-y: scroll;
  display: none;
}
.ycl-modal .container {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
}
.ycl-modal .container .imgbox {
  padding-top: 14rem;
  padding-bottom: 14rem;
  width: 100%;
}
.ycl-modal .container .del {
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 12.5rem;
  right: -3.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .ycl-modal .container .del {
    right: 0;
    top: 10.9rem;
  }
}

.sub-company .sub-top-je .img {
  width: 46.3rem;
  aspect-ratio: 463/194;
  bottom: 0;
  left: 0;
}
.sub-company .message {
  background-color: #F1F1F1;
  padding-top: 10rem;
  padding-bottom: 15rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .sub-company .message {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.sub-company .message .container {
  background-color: white;
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10rem;
  padding-left: 17rem;
  padding-right: 17rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .sub-company .message .container {
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sub-company .message .container .img {
  margin-top: 6rem;
}
@media screen and (max-width: 769px) {
  .sub-company .message .container .img {
    margin-top: 2rem;
  }
}
.sub-company .message .container .lg-text {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.4;
  padding-top: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 769px) {
  .sub-company .message .container .lg-text {
    font-size: 1.6rem;
    padding-top: 4rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.sub-company .message .container .sm-text {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
}
@media screen and (max-width: 769px) {
  .sub-company .message .container .sm-text {
    font-size: 1.3rem;
    padding-top: 2rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.sub-company .mvv {
  background-color: #3E6997;
  width: 100%;
  position: relative;
}
.sub-company .mvv .container {
  width: calc(100% - 4rem);
  max-width: 65.4rem;
  margin: 0 auto;
  padding-top: 11.4rem;
  padding-bottom: 9.6rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .sub-company .mvv .container {
    max-width: unset;
    padding-bottom: 16.65rem;
    padding-top: 8rem;
  }
}
.sub-company .mvv .container .mvv-title .above {
  font-style: 1.2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.2em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mvv .container .mvv-title .above {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.sub-company .mvv .container .mvv-title .below {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mvv .container .mvv-title .below {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.sub-company .mvv .container .catch {
  font-size: 6.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.3em;
  line-height: 1.3;
  margin-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mvv .container .catch {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.sub-company .mvv .container .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 2.2;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 769px) {
  .sub-company .mvv .container .text {
    font-size: 1.3rem;
  }
}
.sub-company .mvv .container .illust {
  width: 22.1rem;
  aspect-ratio: 221/573;
  position: absolute;
  bottom: -19rem;
  left: 41.9rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .sub-company .mvv .container .illust {
    width: 9.5rem;
    bottom: -7.7rem;
    right: 17.8666666667vw;
    left: unset;
  }
}
.sub-company .mvv .circle1 {
  position: absolute;
  width: 18.2rem;
  height: 18.2rem;
  border-radius: 50%;
  background-color: #E9872E;
  bottom: 6.4rem;
  left: -22.8rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mvv .circle1 {
    left: 0;
    width: 8rem;
    height: 8rem;
    z-index: 1;
    bottom: 6rem;
  }
}
.sub-company .mvv .circle2 {
  position: absolute;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  background-color: #F5EFDE;
  top: 9.8rem;
  left: 22.7rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mvv .circle2 {
    left: unset;
    right: 3.4rem;
    width: 3.3rem;
    height: 3.3rem;
    top: 13.5rem;
  }
}
.sub-company .mvv .circle3 {
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #E9872E;
  right: -9rem;
  top: 17rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mvv .circle3 {
    top: unset;
    right: 0.7rem;
    width: 4.4rem;
    height: 4.4rem;
    bottom: 14.6rem;
  }
}
.sub-company .mission {
  position: relative;
  z-index: 1;
  background-color: #F5EFDE;
}
.sub-company .mission .above-border {
  width: 100%;
  height: 31.3rem;
  top: 0;
  left: 0;
  background-color: #3E6997;
}
@media screen and (max-width: 960px) {
  .sub-company .mission .above-border {
    height: 3.4rem;
  }
}
.sub-company .mission .above-border img {
  -o-object-fit: fill;
     object-fit: fill;
}
.sub-company .mission .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sub-company .mission .container {
    padding-top: 8rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .sub-sec-title .below {
    text-align: center;
  }
}
.sub-company .mission .container .content {
  margin-top: 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  border: 1px solid #3E6997;
}
.sub-company .mission .container .content:nth-child(2 of div) {
  margin-top: 4rem;
}
.sub-company .mission .container .content:nth-child(2 of div) .inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content:nth-child(2 of div) .inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.sub-company .mission .container .content:nth-child(3 of div) {
  margin-top: 2rem;
}
.sub-company .mission .container .content:nth-child(3 of div) .inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content:nth-child(3 of div) .inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sub-company .mission .container .content .head {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3E6997;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .head {
    padding-top: 2rem;
    padding-bottom: 2rem;
    gap: 1.5rem;
  }
}
.sub-company .mission .container .content .head .sm {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .head .sm {
    font-size: 1rem;
  }
}
.sub-company .mission .container .content .head .lg {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 520px) {
  .sub-company .mission .container .content .head .lg {
    font-size: 2.1rem;
  }
}
.sub-company .mission .container .content .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-company .mission .container .content .inner .text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .text-1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .sub-company .mission .container .content .inner .text-1 {
    font-size: 1.3rem;
    line-height: 2;
  }
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .text-2 {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sub-company .mission .container .content .inner .text-2 .num {
    display: inline-block;
  }
}
.sub-company .mission .container .content .inner .sub-ja-en {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.sub-company .mission .container .content .inner .sub-ja-en .ja {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .sub-ja-en .ja {
    font-size: 2.2rem;
  }
}
.sub-company .mission .container .content .inner .sub-ja-en .en {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .sub-ja-en .en {
    font-size: 1rem;
  }
}
.sub-company .mission .container .content .inner .sub-ja-en-2 {
  padding-top: 15rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .sub-ja-en-2 {
    padding-top: 8rem;
  }
}
.sub-company .mission .container .content .inner .line {
  width: 1px;
  height: 5rem;
  background-color: #D9DDE1;
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .line {
    height: 3rem;
    margin-top: 2rem;
  }
}
.sub-company .mission .container .content .inner .line-2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .line-2 {
    margin-bottom: 2rem;
  }
}
.sub-company .mission .container .content .inner .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
  width: calc(100% - 4rem);
  max-width: 100rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub-company .mission .container .content .inner .item-box .item {
  width: calc((100% - 3.6rem) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .item-box .item {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub-company .mission .container .content .inner .item-box .item .item-back-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sub-company .mission .container .content .inner .item-box .item:nth-child(1) .item-back-frame {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sub-company .mission .container .content .inner .item-box .item:nth-child(3) .item-back-frame {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sub-company .mission .container .content .inner .item-box .item .item-above {
  position: relative;
  z-index: 2;
  margin-top: 7rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .item-box .item .item-above {
    margin-top: 0rem;
  }
}
.sub-company .mission .container .content .inner .item-box .item .item-above .item-en {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .item-box .item .item-above .item-en {
    font-size: 2.4rem;
  }
}
.sub-company .mission .container .content .inner .item-box .item .item-above .item-en .en-top {
  font-size: 4rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .item-box .item .item-above .item-en .en-top {
    font-size: 3.6rem;
  }
}
.sub-company .mission .container .content .inner .item-box .item .item-above .item-ja {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  margin-top: 1.8rem;
  text-align: center;
  line-height: 1;
}
.sub-company .mission .container .content .inner .item-box .item .item-below {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.25em;
  line-height: 1.8;
  color: #2C343C;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .container .content .inner .item-box .item .item-below {
    font-size: 1.2rem;
  }
}
.sub-company .mission .below-section {
  background-color: #3E6997;
  overflow: hidden;
}
.sub-company .mission .below-section .below-border {
  background-color: #F5EFDE;
  width: 100%;
  height: 16rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .below-section .below-border {
    height: 10rem;
  }
}
.sub-company .mission .below-section .below-border img {
  -o-object-fit: fill;
     object-fit: fill;
}
.sub-company .mission .below-section .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .below-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.5rem;
    gap: 4rem;
    padding-bottom: 20.5rem;
  }
}
.sub-company .mission .below-section .container .left {
  width: 58rem;
  aspect-ratio: 580.11/315.11;
}
@media screen and (max-width: 520px) {
  .sub-company .mission .below-section .container .left {
    width: 100%;
  }
}
.sub-company .mission .below-section .container .right {
  position: relative;
  width: 53.9rem;
}
.sub-company .mission .below-section .container .right .right-text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 2.2;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .below-section .container .right .right-text {
    text-align: center;
  }
}
.sub-company .mission .below-section .container .right .right-back {
  position: absolute;
  width: 55rem;
  aspect-ratio: 550/581;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 769px) {
  .sub-company .mission .below-section .container .right .right-back {
    -webkit-transform: unset;
            transform: unset;
    top: 0;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 769px) {
  .sub-company .mission .below-section .container .right {
    width: 33rem;
  }
}
.sub-company .mission .below-section .textbox {
  background-color: #3E6997;
  padding-bottom: 6rem;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .below-section .textbox {
    padding-bottom: 0;
  }
}
.sub-company .mission .below-section .textbox .textbox-container {
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.sub-company .mission .below-section .textbox .textbox-container .lg {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .below-section .textbox .textbox-container .lg {
    font-size: 2rem;
  }
}
.sub-company .mission .below-section .textbox .textbox-container .lg .above {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .below-section .textbox .textbox-container .lg .above {
    font-size: 1.8rem;
  }
}
.sub-company .mission .below-section .textbox .textbox-container .sm {
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .sub-company .mission .below-section .textbox .textbox-container .sm {
    font-size: 1.3rem;
    margin-top: 3rem;
  }
}
.sub-company .slide {
  background-color: #F5EFDE;
  position: relative;
  padding-top: 1rem;
}
.sub-company .slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15rem;
  background-color: #3E6997;
  top: 0;
  left: 0;
}
.sub-company .slide .container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 120rem;
  margin: 0 auto;
  overflow: hidden;
}
.sub-company .slide .container .swiper {
  overflow: visible;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.sub-company .slide .container .swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-company .slide .container .swiper .swiper-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 47rem;
}
@media screen and (max-width: 769px) {
  .sub-company .slide .container .swiper .swiper-slide {
    width: 32rem;
  }
}
.sub-company .slide .container .swiper .swiper-slide .item {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .sub-company .slide .container .swiper .swiper-slide .item {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.sub-company .slide .container .swiper .swiper-slide .item .num {
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  margin-top: 3rem;
}
.sub-company .slide .container .swiper .swiper-slide .item .text {
  -webkit-text-decoration-skip: 1.2rem;
          text-decoration-skip: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  margin-top: 1.5rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 769px) {
  .sub-company .slide .container .swiper .swiper-slide .item .text {
    font-size: 1.3rem;
  }
}
.sub-company .slide .container .swiper .swiper-slide .item .img {
  width: 100%;
  aspect-ratio: 470/264.38;
}
.sub-company .slide .container .swiper .swiper-slide-prev .item {
  -webkit-transform-origin: 37rem center;
          transform-origin: 37rem center;
}
@media screen and (max-width: 769px) {
  .sub-company .slide .container .swiper .swiper-slide-prev .item {
    -webkit-transform-origin: 27rem center;
            transform-origin: 27rem center;
  }
}
.sub-company .slide .container .swiper .swiper-slide-next .item {
  -webkit-transform-origin: 10rem center;
          transform-origin: 10rem center;
}
@media screen and (max-width: 769px) {
  .sub-company .slide .container .swiper .swiper-slide-next .item {
    -webkit-transform-origin: 5rem center;
            transform-origin: 5rem center;
  }
}
.sub-company .slide .container .swiper .swiper-slide-active .item {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sub-company .slide .container .swiper .swiper-slide-active .item {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sub-company .slide .container .swiper .swiper-slide-active .item .num {
  font-size: 1.4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .sub-company .slide .container .swiper .swiper-slide-active .item .num {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.sub-company .slide .container .swiper .swiper-slide-active .item .text {
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 769px) {
  .sub-company .slide .container .swiper .swiper-slide-active .item .text {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}
.sub-company .slide .container .swiper .swiper-button-prev {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  border: 1px solid #3E6997;
}
.sub-company .slide .container .swiper .swiper-button-prev::after {
  font-size: 1rem;
}
@media screen and (max-width: 769px) {
  .sub-company .slide .container .swiper .swiper-button-prev {
    left: 1rem;
  }
}
.sub-company .slide .container .swiper .swiper-button-next {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  border: 1px solid #3E6997;
}
.sub-company .slide .container .swiper .swiper-button-next::after {
  font-size: 1rem;
}
@media screen and (max-width: 769px) {
  .sub-company .slide .container .swiper .swiper-button-next {
    right: 1rem;
  }
}
.sub-company .normalization {
  background-color: #F5EFDE;
  padding-top: 10rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 769px) {
  .sub-company .normalization {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }
}
.sub-company .normalization .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
}
.sub-company .normalization .container .above {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8rem 8.5rem;
  background-color: white;
  border: 1px solid #3E6997;
}
@media screen and (max-width: 960px) {
  .sub-company .normalization .container .above {
    padding-top: 5rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sub-company .normalization .container .above .catch {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .sub-company .normalization .container .above .catch {
    font-size: 1.5rem;
  }
}
.sub-company .normalization .container .above .catch .num {
  font-size: 3.4rem;
  font-size: 2.4rem;
}
.sub-company .normalization .container .above .catch .catch-lg {
  font-size: 3.2rem;
}
@media screen and (max-width: 769px) {
  .sub-company .normalization .container .above .catch .catch-lg {
    font-size: 2.4rem;
  }
}
.sub-company .normalization .container .above .text {
  font-size: 1.4em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
  margin-top: 3rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .sub-company .normalization .container .above .text {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
}
.sub-company .normalization .container .above .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sub-company .normalization .container .above .list .item {
  width: calc((100% - 3rem) / 4);
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #3E6997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .sub-company .normalization .container .above .list .item {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1.7rem;
    height: 4.4rem;
  }
}
.sub-company .normalization .container .below {
  margin-top: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 769px) {
  .sub-company .normalization .container .below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 6rem;
  }
}
.sub-company .normalization .container .below .item {
  width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 769px) {
  .sub-company .normalization .container .below .item {
    width: 100%;
  }
}
.sub-company .normalization .container .below .item .lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  position: relative;
}
@media screen and (max-width: 769px) {
  .sub-company .normalization .container .below .item .lg {
    font-size: 1.6rem;
  }
}
.sub-company .normalization .container .below .item .lg::before {
  content: "";
  width: 0.5rem;
  height: 1.8rem;
  background-color: #3E6997;
}
.sub-company .normalization .container .below .item .text {
  padding-top: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2;
}
.sub-company .info {
  background-color: #3E6997;
  padding-top: 15rem;
}
@media screen and (max-width: 769px) {
  .sub-company .info {
    padding-top: 6rem;
  }
}
.sub-company .info .container {
  background-color: white;
  width: calc(100% - 4rem);
  max-width: 96rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10rem 16rem;
}
@media screen and (max-width: 769px) {
  .sub-company .info .container {
    padding: 5rem 3rem;
    padding-bottom: 4rem;
  }
}
.sub-company .info .container .content {
  margin-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .sub-company .info .container .content {
    margin-top: 0;
  }
}
.sub-company .info .container .content .item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E6EAEE;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
}
.sub-company .info .container .content .item .head {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #848B93;
  letter-spacing: 0.25em;
}
.sub-company .info .container .content .item .inner .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
.sub-company .info .container .content .item .inner .text .list-inner {
  padding-left: 1.5rem;
  display: block;
  position: relative;
}
.sub-company .info .container .content .item .inner .text .list-inner::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.sub-company .info .container .content .item .inner .text .post {
  width: 16.8rem;
  padding-right: 2.8rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
}
.sub-company .info .container .content .item .inner .text .link {
  color: #3E6997;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .sub-company .info .container .content .item .inner .text .link:hover {
    opacity: 0.6;
  }
}
.sub-company .info .container .content .item .inner .text .link .inner-link {
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .sub-company .info .container .content .item .inner .text .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .sub-company .info .container .content .item .inner .text .link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sub-company .info .container .content .item .inner .text .link i {
  text-decoration: none;
  margin-left: 0.4rem;
  margin-top: 0.6rem;
}
.sub-company .info .container .content .item .inner .text .or {
  color: #E9872E;
}
.sub-company .access {
  background-color: #F5EFDE;
  padding-top: 15rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 769px) {
  .sub-company .access {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.sub-company .access .container {
  width: calc(100% - 4rem);
  max-width: 96rem;
  margin: 0 auto;
}
.sub-company .access .container .sub-sec-title .above {
  color: #2C343C;
}
.sub-company .access .container .sub-sec-title .below {
  color: #2C343C;
}
.sub-company .access .container .content {
  margin-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 769px) {
  .sub-company .access .container .content {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.sub-company .access .container .content .item {
  width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 769px) {
  .sub-company .access .container .content .item {
    width: 100%;
  }
}
.sub-company .access .container .content .item iframe {
  width: 100%;
  height: 100%;
}
.sub-company .access .container .content .item .img {
  width: 100%;
  aspect-ratio: 450/253;
}
.sub-company .access .container .content .item .link {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  margin-top: 3rem;
  display: block;
}
@media screen and (max-width: 769px) {
  .sub-company .access .container .content .item .link {
    margin-top: 2rem;
  }
}
.sub-company .access .container .content .item .link i {
  margin-right: 1rem;
}
.sub-company .access .container .content .item .text {
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2;
  padding-left: 1.5rem;
}
.sub-company .access .container .content .item .text:nth-child(1 of p) {
  margin-top: 1.5rem;
}
.sub-company .access .container .content .item .text::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.sub-company .swiper-button-next,
.sub-company .swiper-button-prev {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .sub-company .swiper-button-next:hover,
  .sub-company .swiper-button-prev:hover {
    background-color: #E3F2FF !important;
  }
}
@media screen and (max-width: 520px) {
  .sub-company .swiper-button-next:active,
  .sub-company .swiper-button-prev:active {
    background-color: #E3F2FF;
  }
}
.sub-company .ratio {
  background-color: #3E6997;
  width: 100%;
  padding-top: 1.6rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 520px) {
  .sub-company .ratio {
    padding-bottom: 6rem;
  }
}
.sub-company .ratio .container {
  width: calc(100% - 4rem);
  max-width: 96rem;
  margin: 0 auto;
}
.sub-company .ratio .container .block {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .sub-company .ratio .container .block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.sub-company .ratio .container .block .block-inner {
  max-width: 64rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  border: 1px solid #3E6997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 3.2rem;
}
.sub-company .ratio .container .block .block-inner .head {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3E6997;
  height: 4.9rem;
}
@media screen and (max-width: 520px) {
  .sub-company .ratio .container .block .block-inner .head {
    height: 4.6rem;
    font-size: 1.4rem;
  }
}
.sub-company .ratio .container .block .block-inner .middle-text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-top: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .sub-company .ratio .container .block .block-inner .middle-text {
    margin-top: 3.1rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.sub-company .ratio .container .block .block-inner .box {
  height: 4rem;
  margin: 0 auto;
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
  border: 1px solid #3E6997;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 520px) {
  .sub-company .ratio .container .block .block-inner .box {
    font-size: 1.2rem;
  }
}
.sub-company .ratio .container .block .block-inner .content {
  margin: 0 auto;
  margin-top: 1.6rem;
  max-width: calc(100% - 4rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  background-color: #FAF7EE;
  padding: 2.1rem 0;
}
@media screen and (max-width: 520px) {
  .sub-company .ratio .container .block .block-inner .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 0;
  }
}
.sub-company .ratio .container .block .block-inner .content .item {
  width: calc((100% - 3.4rem - 8rem) / 3);
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}
@media screen and (max-width: 520px) {
  .sub-company .ratio .container .block .block-inner .content .item {
    width: calc(100% - 8.8rem);
  }
}
.sub-company .ratio .container .block .block-inner .content .item .item-top {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
.sub-company .ratio .container .block .block-inner .content .item .item-mid {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #848B93;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.5;
}
.sub-company .ratio .container .block .block-inner .content .item .item-below {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E9872E;
  margin-top: 1rem;
}
.sub-company .ratio .container .block .block-inner .content .item .item-below .unit {
  font-size: 1.4rem;
}

.business .sub-top-je .img {
  width: 34.4rem;
  aspect-ratio: 344/214;
  bottom: 0;
  left: 10.7rem;
}
.business .business-summary {
  width: 100%;
}
.business .business-summary .top {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1440px) {
  .business .business-summary .top {
    aspect-ratio: 1440/480;
  }
}
.business .business-summary .top .img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.business .business-summary .top .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 769px) {
  .business .business-summary .top .img img {
    -o-object-position: 85% 100%;
       object-position: 85% 100%;
    -o-object-position: center top;
       object-position: center top;
  }
}
.business .business-summary .top .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  padding: 13rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 769px) {
  .business .business-summary .top .container {
    padding-top: 27.8rem;
    padding-bottom: 5.1rem;
  }
}
.business .business-summary .top .container .en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .business .business-summary .top .container .en {
    font-size: 1rem;
  }
}
.business .business-summary .top .container .catch {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .business .business-summary .top .container .catch {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}
.business .business-summary .top .container .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .business .business-summary .top .container .text {
    margin-top: 3rem;
    line-height: 2;
  }
}
.business .business-summary .content {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .business .business-summary .content {
    gap: 0;
  }
}
.business .business-summary .content .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .business .business-summary .content .item {
    width: 100%;
  }
}
.business .business-summary .content .item .text-box {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .business .business-summary .content .item .text-box {
    width: 100%;
  }
}
.business .business-summary .content .item .text-box .en {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .business .business-summary .content .item .text-box .en {
    font-size: 1rem;
  }
}
.business .business-summary .content .item .text-box .ja {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-top: 2rem;
}
@media screen and (max-width: 769px) {
  .business .business-summary .content .item .text-box .ja {
    font-size: 2rem;
  }
}
.business .business-summary .content .item .text-box .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .business .business-summary .content .item .text-box .text .md_span-none {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .business .business-summary .content .item .text-box .text {
    margin-top: 3rem;
  }
}
.business .business-summary .content .item:nth-child(1) {
  padding-left: 12.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .business .business-summary .content .item:nth-child(1) {
    padding-left: 0;
    padding-bottom: 24.1rem;
  }
}
@media screen and (max-width: 960px) {
  .business .business-summary .content .item:nth-child(2) {
    padding-bottom: 25.9rem;
  }
}
.business .business-summary .content .item .img {
  width: 56rem;
  aspect-ratio: 1/1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .business .business-summary .content .item .img {
    position: absolute;
    z-index: 1;
    width: 22.7rem;
    bottom: 6rem;
    right: 0;
  }
}
.business .goal {
  margin: 0 auto;
  margin-top: 10rem;
  width: calc(100% - 4rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .business .goal {
    margin-top: 0;
  }
}
.business .goal .en {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .business .goal .en {
    font-size: 1rem;
  }
}
.business .goal .ja {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 2.5rem;
}
@media screen and (max-width: 769px) {
  .business .goal .ja {
    font-size: 2.2rem;
    margin-top: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
}
.business .goal .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .business .goal .text {
    font-size: 1.2rem;
    margin-top: 3rem;
    line-height: 2;
  }
}
.business .goal .img {
  width: 77.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .business .goal .img {
    width: 100%;
    margin-top: 4rem;
  }
}
.business .effort {
  margin-top: 5.6rem;
  background-color: #3E6997;
  padding-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .business .effort {
    margin-top: 7rem;
  }
}
.business .effort .border {
  width: 100%;
  height: 16rem;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 769px) {
  .business .effort .border {
    height: 10rem;
  }
}
.business .effort .border img {
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
  z-index: 2;
}
.business .effort .border picture {
  position: relative;
  z-index: 2;
}
.business .effort .border::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #3E6997;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.business .effort .container {
  padding-top: 14.6rem;
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .business .effort .container {
    padding-top: 2.3rem;
  }
}
.business .effort .container .title {
  text-align: center;
  padding-bottom: 8rem;
}
@media screen and (max-width: 769px) {
  .business .effort .container .title {
    padding-bottom: 4.4rem;
  }
}
.business .effort .container .title .en {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .business .effort .container .title .en {
    font-size: 1.2rem;
  }
}
.business .effort .container .title .ja {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .business .effort .container .title .ja {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.business .effort .container .block {
  background-color: white;
  margin-bottom: 10rem;
  padding: 8rem 8.5rem;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block {
    padding: 4rem 2rem;
    margin-bottom: 3rem;
  }
}
.business .effort .container .block .img {
  width: 100%;
  aspect-ratio: 960/350;
  margin-bottom: 3rem;
}
.business .effort .container .block .num {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .num {
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
  }
}
.business .effort .container .block .ja {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .ja {
    font-size: 1.8rem;
  }
}
.business .effort .container .block .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .text {
    text-align: left;
  }
}
.business .effort .container .block .block-two-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .block-two-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 3rem;
  }
}
.business .effort .container .block .block-two-item .sp-use-img {
  display: none;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .block-two-item .sp-use-img {
    display: block;
  }
}
.business .effort .container .block .block-two-item .item {
  width: calc((100% - 4rem) / 2);
  border: 1px solid #3E6997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .block-two-item .item {
    width: 100%;
    display: none;
  }
}
.business .effort .container .block .block-two-item .item .item-container {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.business .effort .container .block .block-two-item .item:nth-child(1) .head {
  margin-bottom: 3rem;
}
.business .effort .container .block .block-two-item .item:nth-child(1) .sm {
  margin-top: 2rem;
}
.business .effort .container .block .block-two-item .item:nth-child(1) .notes {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #848B93;
  letter-spacing: 0.25em;
}
.business .effort .container .block .block-two-item .item .head {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  padding: 1.8rem 0;
  background-color: #3E6997;
  text-align: center;
}
.business .effort .container .block .block-two-item .item .lg {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  text-align: center;
}
.business .effort .container .block .block-two-item .item .sm {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
  text-align: center;
}
.business .effort .container .block .block-two-item .item .sm .or {
  color: #E9872E;
}
.business .effort .container .block .block-two-item .item .beigebox {
  background-color: #FAF7EE;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business .effort .container .block .block-two-item .item .beigebox .lg {
  font-size: 1.6rem;
}
.business .effort .container .block .block-two-item .item .beigebox .block-two-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5rem;
  margin-top: 1.7rem;
}
.business .effort .container .block .block-two-item .item .beigebox .block-two-item-info .box {
  width: calc((100% - 1.5rem) / 2);
  padding: 2rem 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}
.business .effort .container .block .block-two-item .item .beigebox .block-two-item-info .box .above {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.business .effort .container .block .block-two-item .item .beigebox .block-two-item-info .box .below {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #E9872E;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.business .effort .container .block .block-two-item .item .column-two-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
.business .effort .container .block .block-two-item .item .column-two-item .box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAF7EE;
  padding: 2.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business .effort .container .block .block-two-item .item .column-two-item .box .lg {
  padding-bottom: 1.8rem;
}
.business .effort .container .block .block-two-item .item .column-two-item .box .notes {
  padding-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #848B93;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .block-two-item .item-logo-link {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .block-two-item .item-logo-link:nth-child(1) {
    margin-bottom: 2rem;
  }
}
.business .effort .container .block .block-two-item .item-logo-link:nth-child(2) .head {
  margin-bottom: 3rem;
}
.business .effort .container .block .block-two-item .item-logo-link .item-container .logo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .block-two-item .item-logo-link .item-container .logo-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.business .effort .container .block .block-two-item .item-logo-link .item-container .logo-text .logo {
  width: 10rem;
  aspect-ratio: 100/123;
}
.business .effort .container .block .block-two-item .item-logo-link .item-container .logo-text .logo-text {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business .effort .container .block .block-two-item .item-logo-link .item-container .logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
  padding-right: 2rem;
  height: 5.6rem;
  border: 1px solid #3E6997;
  border-radius: 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
  gap: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .business .effort .container .block .block-two-item .item-logo-link .item-container .logo-link:hover {
    background-color: #F5F7FA;
  }
}
@media screen and (max-width: 520px) {
  .business .effort .container .block .block-two-item .item-logo-link .item-container .logo-link:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .block-two-item .item-logo-link .item-container .logo-link {
    margin-top: 3rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.business .effort .container .block .block-two-item .item-logo-link .item-container .logo-link .link-text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .block-two-item .item-logo-link .item-container .logo-link .link-text {
    text-align: center;
    line-height: 1.4;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2rem;
  }
}
.business .effort .container .block .block-two-item .item-logo-link .item-container .logo-link .external {
  color: #3E6997;
}
.business .effort .container .block .block-two-item .item-logo-link .item-container .logo-link .external i {
  font-size: 1.2em;
}
.business .effort .container .block .block-two-item .item-02-controll .item-container .top-lg {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.business .effort .container .block .block-two-item .item-02-controll .item-container .notes {
  color: #848B93;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.25em;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.business .effort .container .block .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
  padding-right: 2rem;
  height: 5.6rem;
  border: 1px solid #3E6997;
  border-radius: 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 6rem;
  gap: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .business .effort .container .block .link:hover {
    background-color: #F5F7FA;
  }
}
@media screen and (max-width: 520px) {
  .business .effort .container .block .link:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .business .effort .container .block .link {
    margin-top: 3rem;
    gap: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 2.6rem;
  }
}
.business .effort .container .block .link .link-text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 520px) {
  .business .effort .container .block .link .link-text {
    text-align: center;
    line-height: 1.4;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2rem;
  }
}
.business .effort .container .block .link .angle {
  width: 2.6rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: #3E6997;
  border-radius: 50%;
}
.business .effort .container .block .link .angle i {
  font-size: 1rem;
}
.business .effort .container .block .sdgs-list {
  max-width: 51.2rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  background-color: #F5F7FA;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.business .effort .container .block .sdgs-list .item {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  line-height: 2;
  padding-left: 1.3rem;
  position: relative;
}
.business .effort .container .block .sdgs-list .item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.business .effort .container .block .sdgs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
  padding-right: 2rem;
  height: 5.6rem;
  border: 1px solid #3E6997;
  border-radius: 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
  gap: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .business .effort .container .block .sdgs-link:hover {
    background-color: #F5F7FA;
  }
}
@media screen and (max-width: 520px) {
  .business .effort .container .block .sdgs-link:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .sdgs-link {
    margin-top: 3rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 2.6rem;
  }
}
.business .effort .container .block .sdgs-link .link-text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .sdgs-link .link-text {
    text-align: center;
    line-height: 1.4;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2rem;
  }
}
.business .effort .container .block .sdgs-link .external {
  color: #3E6997;
}
.business .effort .container .block .sdgs-link .external i {
  font-size: 1.2em;
}
.business .effort .container .block .cram-list {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F5F7FA;
  border-radius: 10rem;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block .cram-list {
    display: none;
  }
}
.business .effort .container .block .cram-list .item {
  padding: 2rem 4rem;
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  line-height: 1;
}
.business .effort .container .block .info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.business .effort .container .block .info-box .box-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 4rem) / 3);
  background-color: #F5EFDE;
  padding: 3rem 0;
}
.business .effort .container .block .info-box .box-item .top {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.business .effort .container .block .info-box .box-item .num {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #E9872E;
  line-height: 1.5;
  margin-bottom: 0rem;
}
.business .effort .container .block .info-box .box-item .num .unit {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.business .effort .container .block .info-box .box-item .notes {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #848B93;
  letter-spacing: 0.25em;
}
.business .effort .container .cram-block .sp-use-img {
  display: none;
}
@media screen and (max-width: 769px) {
  .business .effort .container .cram-block .sp-use-img {
    display: block;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 769px) {
  .business .effort .container .cram-block .info-box {
    display: none;
  }
}
.business .effort .container .block-slide {
  padding: 8rem 6.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block-slide {
    padding: 5.3rem 2rem;
  }
}
.business .effort .container .block-slide .block-slide-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 120rem;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block-slide .block-slide-container {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.business .effort .container .block-slide .block-slide-container .swiper {
  overflow: visible;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 45rem;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block-slide .block-slide-container .swiper .swiper-slide {
    width: 29rem;
    height: 16.3rem;
  }
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide .item {
  -webkit-transform: scale(0.625);
          transform: scale(0.625);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block-slide .block-slide-container .swiper .swiper-slide .item {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide .item .num {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  margin-top: 3rem;
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide .item .text {
  -webkit-text-decoration-skip: 1.2rem;
          text-decoration-skip: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  margin-top: 1.5rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.8rem;
  margin-top: 2rem;
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide .item .img {
  width: 100%;
  aspect-ratio: 470/264.38;
}
@media screen and (max-width: 520px) {
  .business .effort .container .block-slide .block-slide-container .swiper .swiper-slide .item .img {
    aspect-ratio: 290/163.12;
    margin-bottom: 0;
  }
}
.business .effort .container .block-slide .block-slide-container .swiper .num3 .item {
  max-height: 100%;
}
.business .effort .container .block-slide .block-slide-container .swiper .num3 .item .img {
  max-height: 100%;
  aspect-ratio: unset;
}
.business .effort .container .block-slide .block-slide-container .swiper .num3 .item .img img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 290/163.12;
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide-prev .item {
  -webkit-transform-origin: 43rem center;
          transform-origin: 43rem center;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block-slide .block-slide-container .swiper .swiper-slide-prev .item {
    -webkit-transform-origin: 25rem center;
            transform-origin: 25rem center;
  }
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide-next .item {
  -webkit-transform-origin: 2.5rem center;
          transform-origin: 2.5rem center;
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide-active .item {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide-active .item {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide-active .item .num {
  font-size: 1.4rem;
  margin-top: 3rem;
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-slide-active .item .text {
  font-size: 1.8rem;
  margin-top: 2rem;
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-button-prev {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  border: 1px solid #3E6997;
  margin-top: unset;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block-slide .block-slide-container .swiper .swiper-button-prev {
    width: 3.4rem;
    height: 3.4rem;
    left: 0.55rem;
  }
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-button-prev::after {
  font-size: 1rem;
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-button-next {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  border: 1px solid #3E6997;
  margin-top: unset;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block-slide .block-slide-container .swiper .swiper-button-next {
    width: 3.4rem;
    height: 3.4rem;
    right: 0.55rem;
  }
}
.business .effort .container .block-slide .block-slide-container .swiper .swiper-button-next::after {
  font-size: 1rem;
}
.business .effort .container .block-slide .en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block-slide .en {
    font-size: 1.2rem;
    margin-bottom: 1.3rem;
  }
}
.business .effort .container .block-slide .lg {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .business .effort .container .block-slide .lg {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.business .slideactive-num1 {
  display: none;
}
.business .slideactive-num2 {
  display: none;
}
.business .slideactive-num3 {
  display: none;
}
.business .slideactive-num4 {
  display: none;
}
.business .slideactive-num-act {
  display: block;
}

.home .sub-top-je .img {
  width: 35.8rem;
  aspect-ratio: 358/220;
  bottom: 0;
  left: 8.7rem;
}
.home .sub-tab .mega-box {
  padding-bottom: 0;
  padding-top: 0.3rem;
}
.home .top {
  background-image: url(../img/home-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 769px) {
  .home .top {
    background-image: url(../img/home-back-sp.png);
  }
}
.home .top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(20%, #fff), to(rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(bottom, #fff 0%, #fff 20%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(0deg, #fff 0%, #fff 20%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .home .top::before {
    display: none;
  }
}
.home .top .container {
  position: relative;
  z-index: 2;
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 13.5rem;
  padding-top: 15rem;
}
@media screen and (max-width: 769px) {
  .home .top .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.home .top .container .en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .home .top .container .en {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
.home .top .container .ja {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .home .top .container .ja {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.home .top .container .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .home .top .container .text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.home .top .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.6rem;
  margin-top: 15rem;
}
@media screen and (max-width: 769px) {
  .home .top .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6rem;
    gap: 3.2rem;
  }
}
.home .top .container .content .item {
  width: calc((100% - 7.2rem) / 3);
  padding: 2rem;
}
@media screen and (max-width: 769px) {
  .home .top .container .content .item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home .top .container .content .item .illust {
  width: 100%;
  aspect-ratio: 336/240;
}
@media screen and (max-width: 769px) {
  .home .top .container .content .item .illust {
    width: unset;
    height: 14.214rem;
    margin: 0 auto;
  }
}
.home .top .container .content .item .item-ja {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  margin-top: 2rem;
  text-align: center;
}
.home .top .container .content .item .item-en {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  margin-top: 1rem;
  text-align: center;
}
.home .top .container .content .item .item-text {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
  text-align: center;
  margin-top: 2rem;
}
.home .home-list {
  width: 100%;
  background-color: #3E6997;
  padding-top: 12rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 769px) {
  .home .home-list {
    padding-top: 8rem;
    padding-bottom: 8.4rem;
  }
}
.home .home-list .container {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 120rem;
}
.home .home-list .container .home-list-title .en {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .home .home-list .container .home-list-title .en {
    font-size: 1.2rem;
  }
}
.home .home-list .container .home-list-title .ja {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .home .home-list .container .home-list-title .ja {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.home .home-list .container .links {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .home .home-list .container .links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 4rem;
    margin-bottom: 4.8rem;
    gap: 0.8rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home .home-list .container .links .link {
  height: 5.6rem;
  padding-left: 3rem;
  padding-right: 2rem;
  background-color: white;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #3E6997;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .home .home-list .container .links .link:hover {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .home .home-list .container .links .link:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .home .home-list .container .links .link {
    width: calc((100% - 0.8rem) / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.5rem 2rem;
    height: unset;
    font-size: 1.2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home .home-list .container .links .link .angle {
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #3E6997;
  color: white;
  font-size: 1rem;
  letter-spacing: 0;
}
.home .home-list .container .block {
  width: 100%;
  background-color: white;
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-bottom: 10rem;
}
.home .home-list .container .block:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .home .home-list .container .block {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
  }
}
.home .home-list .container .block .block-en {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .home .home-list .container .block .block-en {
    font-size: 1.2rem;
  }
}
.home .home-list .container .block .block-ja {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .home .home-list .container .block .block-ja {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.home .home-list .container .block .block-container {
  width: calc(100% - 4rem);
  max-width: 104rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .home .home-list .container .block .block-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem;
  }
}
.home .home-list .container .block .block-container .item {
  width: calc((100% - 6rem) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E6EAEE;
  padding: 2.5rem;
  border-radius: 2px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .home .home-list .container .block .block-container .item:hover {
    background-color: #FAF7EF;
  }
}
@media screen and (max-width: 769px) {
  .home .home-list .container .block .block-container .item {
    width: calc((100% - 1rem) / 2);
    padding: 0.8rem;
    padding-bottom: 1.5rem;
  }
}
.home .home-list .container .block .block-container .item .img {
  width: 100%;
  aspect-ratio: 276.67/155.56;
  overflow: hidden;
}
.home .home-list .container .block .block-container .item .img img {
  -o-object-position: left top;
     object-position: left top;
}
.home .home-list .container .block .block-container .item .date {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 769px) {
  .home .home-list .container .block .block-container .item .date {
    margin-top: 1.5rem;
  }
}
.home .home-list .container .block .block-container .item .block-title {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.4;
  margin-top: 1.4rem;
}
@media screen and (max-width: 769px) {
  .home .home-list .container .block .block-container .item .block-title {
    font-size: 1rem;
  }
}
.home .home-list .container .block .block-container .item .add {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (max-width: 769px) {
  .home .home-list .container .block .block-container .item .add {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
.home .home-list .container .block .block-container .item .triangle {
  position: absolute;
  bottom: 0.9rem;
  right: 0.9rem;
  width: 0.8rem;
  height: 0.8rem;
}
.home .home-list .container .block .block-container .item-none {
  display: none;
}
.home .home-list .container .block .all {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.15rem;
  margin: 0 auto;
  margin-top: 4rem;
  border-radius: 10rem;
}

.home-single .top {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 769px) {
  .home-single .top {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}
.home-single .top .container {
  width: calc(100% - 4rem);
  max-width: 86rem;
  margin: 0 auto;
}
.home-single .top .container .title {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.4;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.home-single .top .container .text {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
.home-single .slide {
  background-color: #F5EFDE;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .home-single .slide {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.home-single .slide .swiper {
  overflow: visible;
}
.home-single .slide .swiper .controller {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0rem;
  max-width: 86rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .home-single .slide .swiper .controller {
    margin-top: 2rem;
    width: calc(100% - 4rem);
  }
}
.home-single .slide .swiper .controller .swiper-pagination {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-right: 2rem;
  background-color: white;
  height: 0.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.home-single .slide .swiper .controller .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #3E6997;
  border-radius: 0.25rem;
}
.home-single .slide .swiper .controller .swiper-button-prev {
  position: relative;
  -webkit-transform: unset;
          transform: unset;
  margin: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin-right: 0.5rem;
  background-color: #3E6997;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
.home-single .slide .swiper .controller .swiper-button-prev::after {
  font-size: 1rem;
  color: white;
}
.home-single .slide .swiper .controller .swiper-button-next {
  position: relative;
  -webkit-transform: unset;
          transform: unset;
  margin: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  background-color: #3E6997;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
.home-single .slide .swiper .controller .swiper-button-next::after {
  font-size: 1rem;
  color: white;
}
.home-single .facility {
  background-color: #3E6997;
  padding-top: 15rem;
}
@media screen and (max-width: 769px) {
  .home-single .facility {
    padding-top: 6rem;
  }
}
.home-single .facility .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  background-color: white;
  padding: 10rem 0;
}
@media screen and (max-width: 769px) {
  .home-single .facility .container {
    padding: 4rem 0;
  }
}
.home-single .facility .container .title .en {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.4;
}
.home-single .facility .container .title .ja {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .home-single .facility .container .title .ja {
    font-size: 1.8rem;
  }
}
.home-single .facility .container .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  max-width: 97.5rem;
  margin: 0 auto;
  margin-top: 6rem;
}
@media screen and (max-width: 769px) {
  .home-single .facility .container .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.home-single .facility .container .block .data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 769px) {
  .home-single .facility .container .block .data {
    width: calc(100% - 4rem);
  }
}
.home-single .facility .container .block .data .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E6EAEE;
}
@media screen and (max-width: 769px) {
  .home-single .facility .container .block .data .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem;
    padding: 2rem 0;
  }
}
.home-single .facility .container .block .data .item .head {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #848B93;
  width: 9.5rem;
}
.home-single .facility .container .block .data .item .body {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
.home-single .facility .container .block .map {
  width: 42rem;
  aspect-ratio: 420/315;
}
.home-single .facility .container .block .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .home-single .facility .container .block .map {
    width: calc(100% - 4rem);
  }
}
.home-single .detail-link-section {
  background-color: white;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 769px) {
  .home-single .detail-link-section {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
}
.home-single .detail-link-section .detail-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #E9872E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 59.7rem;
  height: 12.8rem;
  border-radius: 10rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6.3rem;
  padding-left: 6.3rem;
  border: 2px solid #E9872E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .home-single .detail-link-section .detail-link {
    width: calc(100% - 4rem);
    height: 8.2rem;
    font-size: 1.8rem;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 520px) {
  .home-single .detail-link-section .detail-link:hover {
    background-color: white;
    color: #E9872E;
  }
}
.home-single .detail-link-section .detail-link .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.home-single .floor {
  background-color: #3E6997;
  padding-top: 8.6rem;
}
.home-single .floor .container {
  background-color: white;
  width: 100%;
  margin: 0 auto;
  padding: 8.6rem 0;
}
@media screen and (max-width: 769px) {
  .home-single .floor .container {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.home-single .floor .container .title .en {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.4;
}
.home-single .floor .container .title .ja {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .home-single .floor .container .title .ja {
    font-size: 1.8rem;
  }
}
.home-single .floor .container .block {
  max-width: 105rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  margin-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .home-single .floor .container .block {
    margin-top: 3rem;
    gap: 1rem;
  }
}
.home-single .floor .container .block .item {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 769px) {
  .home-single .floor .container .block .item {
    width: 100%;
  }
}
.home-single .floor .swiper {
  overflow: visible;
  margin-top: 4rem;
}
.home-single .floor .swiper [data-img] {
  border: 1px solid #E6EAEE;
}
.home-single .floor .swiper .controller {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0rem;
  max-width: 86rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .home-single .floor .swiper .controller {
    margin-top: 2rem;
    width: calc(100% - 4rem);
  }
}
.home-single .floor .swiper .controller .swiper-pagination {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-right: 2rem;
  background-color: #D0E5F6;
  height: 0.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.home-single .floor .swiper .controller .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #3E6997;
  border-radius: 0.25rem;
}
.home-single .floor .swiper .controller .swiper-button-prev {
  position: relative;
  -webkit-transform: unset;
          transform: unset;
  margin: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin-right: 0.5rem;
  background-color: #3E6997;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
.home-single .floor .swiper .controller .swiper-button-prev::after {
  font-size: 1rem;
  color: white;
}
.home-single .floor .swiper .controller .swiper-button-next {
  position: relative;
  -webkit-transform: unset;
          transform: unset;
  margin: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  background-color: #3E6997;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
.home-single .floor .swiper .controller .swiper-button-next::after {
  font-size: 1rem;
  color: white;
}
.home-single .bottom {
  background-color: #F5EFDE;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 769px) {
  .home-single .bottom {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.home-single .bottom .detail-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #E9872E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 59.7rem;
  height: 12.8rem;
  border-radius: 10rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6.3rem;
  padding-left: 6.3rem;
  border: 2px solid #E9872E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .home-single .bottom .detail-link {
    width: calc(100% - 4rem);
    height: 8.2rem;
    font-size: 1.8rem;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 520px) {
  .home-single .bottom .detail-link:hover {
    background-color: white;
    color: #E9872E;
  }
}
.home-single .bottom .detail-link .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.home-single .bottom .return {
  height: 5.6rem;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  padding-right: 3rem;
  padding-left: 2rem;
  border: 1px solid #3E6997;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .home-single .bottom .return:hover {
    background-color: #E3F2FF;
  }
}
.home-single .bottom .return .angle {
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #3E6997;
  color: white;
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 520px) {
  .home-single .bread .container {
    line-height: 2;
  }
}

.home-single-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 700;
  overflow-y: scroll;
  display: none;
}
.home-single-modal .slidebtn-container {
  width: calc(100% - 4rem);
  max-width: 100rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
}
.home-single-modal .slidebtn-container .slide {
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3E6997;
  border: 1px solid #3E6997;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .home-single-modal .slidebtn-container .slide:hover {
    background-color: #E3F2FF;
  }
}
.home-single-modal .slidebtn-container .slide.left {
  left: 4rem;
}
.home-single-modal .slidebtn-container .slide.right {
  right: 4rem;
}
.home-single-modal .container {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
  padding-top: 14rem;
  padding-bottom: 14rem;
  position: relative;
}
.home-single-modal .container .imgbox [data-modal-img] {
  display: none;
}
.home-single-modal .container .imgbox [data-modal-img-img] {
  display: none;
}
.home-single-modal .container .imgbox .active-modal-img {
  display: block;
}
.home-single-modal .container .del {
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 12.5rem;
  right: -3.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .home-single-modal .container .del {
    right: 0;
    top: 10.9rem;
  }
}

.home-single-modal-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 700;
  overflow-y: scroll;
  display: none;
}
.home-single-modal-img .slidebtn-container {
  width: calc(100% - 4rem);
  max-width: 100rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
}
.home-single-modal-img .slidebtn-container .slide {
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3E6997;
  border: 1px solid #3E6997;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .home-single-modal-img .slidebtn-container .slide:hover {
    background-color: #E3F2FF;
  }
}
.home-single-modal-img .slidebtn-container .slide.left {
  left: 4rem;
}
.home-single-modal-img .slidebtn-container .slide.right {
  right: 4rem;
}
.home-single-modal-img .container {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
  padding-top: 14rem;
  padding-bottom: 14rem;
  position: relative;
}
.home-single-modal-img .container .imgbox [data-modal-img] {
  display: none;
}
.home-single-modal-img .container .imgbox [data-modal-img-img] {
  display: none;
}
.home-single-modal-img .container .imgbox .active-modal-img {
  display: block;
}
.home-single-modal-img .container .del {
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 12.5rem;
  right: -3.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .home-single-modal-img .container .del {
    right: 0;
    top: 10.9rem;
  }
}

.job .sub-top-je .img {
  width: 25.9rem;
  aspect-ratio: 259/241;
  bottom: 0;
  left: 18.4rem;
}
.job .content {
  background-color: #F5EFDE;
  padding-bottom: 5rem;
}
@media screen and (max-width: 520px) {
  .job .content {
    padding-bottom: 6rem;
  }
}
.job .content .top-text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  padding-top: 8rem;
  margin-bottom: 10rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .job .content .top-text {
    padding-top: 6rem;
    margin-bottom: 6rem;
  }
}
.job .content .container {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.job .content .container .box {
  background-color: white;
  padding: 10rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  .job .content .container .box {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
.job .content .container .box .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 960px) {
  .job .content .container .box .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.job .content .container .box .above .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #3E6997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .job .content .container .box .above .text {
    padding: 1.8rem;
  }
}
.job .content .container .box .above .text .en {
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  letter-spacing: 0.2em;
  line-height: 2.3;
}
@media screen and (max-width: 520px) {
  .job .content .container .box .above .text .en {
    font-size: 1rem;
  }
}
.job .content .container .box .above .text .ja {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .job .content .container .box .above .text .ja {
    font-size: 1.6rem;
  }
}
.job .content .container .box .above .img {
  width: 69.7rem;
  aspect-ratio: 697/296;
}
@media screen and (max-width: 960px) {
  .job .content .container .box .above .img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .job .content .container .box .above .img {
    aspect-ratio: 295/150;
  }
}
.job .content .container .box .below .below-text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .job .content .container .box .below .below-text {
    margin: 3rem 0;
    text-align: start;
  }
}
.job .content .container .box .below .license {
  background-color: #F5F7FA;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .job .content .container .box .below .license {
    gap: 2rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  .job .content .container .box .below .license {
    padding: 2rem;
  }
}
.job .content .container .box .below .license .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
.job .content .container .box .below .license .left .license-title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
}
.job .content .container .box .below .license .left .license-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.job .content .container .box .below .license .left .license-list .item {
  padding: 0 1.5rem;
  border: 1px solid #3E6997;
  height: 4rem;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 520px) {
  .job .content .container .box .below .license .left .license-list .item {
    width: 100%;
    font-size: 1.2rem;
  }
}
.job .content .container .box .below .license .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #3E6997;
  height: 5.6rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3rem;
  padding-right: 2rem;
  gap: 4rem;
}
@media screen and (min-width: 520px) {
  .job .content .container .box .below .license .right {
    border: 1px solid #3E6997;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .job .content .container .box .below .license .right:hover {
    background-color: white;
    color: #3E6997;
  }
  .job .content .container .box .below .license .right:hover .angle {
    color: white;
    background-color: #3E6997;
  }
}
@media screen and (max-width: 520px) {
  .job .content .container .box .below .license .right {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.4;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .job .content .container .box .below .license .right .sp-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.job .content .container .box .below .license .right .angle {
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: white;
  color: #3E6997;
  font-size: 1rem;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .job .content .container .box:last-child {
    margin-bottom: 0;
  }
}

.educational .sub-top-je .img {
  width: 32.6rem;
  aspect-ratio: 326/207;
  bottom: 0;
  left: 16.7rem;
}
.educational .educational-top .top {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1440px) {
  .educational .educational-top .top {
    aspect-ratio: 1440/480;
  }
}
.educational .educational-top .top .img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.educational .educational-top .top .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.educational .educational-top .top .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  padding: 13rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 769px) {
  .educational .educational-top .top .container {
    padding-top: 26.4rem;
    padding-bottom: 3.6rem;
  }
}
.educational .educational-top .top .container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% - 3.5rem);
  aspect-ratio: 588/445;
  background-image: url(../img/educational-sub-top-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .educational .educational-top .top .container::before {
    display: none;
  }
}
.educational .educational-top .top .container .en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .educational .educational-top .top .container .en {
    font-size: 1rem;
  }
}
.educational .educational-top .top .container .catch {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .educational .educational-top .top .container .catch {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}
.educational .educational-top .top .container .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .educational .educational-top .top .container .text {
    line-height: 2;
    margin-top: 2rem;
  }
}
.educational .training {
  padding-bottom: 15rem;
}
@media screen and (max-width: 769px) {
  .educational .training {
    padding-bottom: 6rem;
  }
}
.educational .training .container .title {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 769px) {
  .educational .training .container .title {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.educational .training .container .title .en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 2.3;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .educational .training .container .title .en {
    font-size: 1.2rem;
  }
}
.educational .training .container .title .ja {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .educational .training .container .title .ja {
    font-size: 2.4rem;
  }
}
.educational .training .container .title .ja-sub {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .educational .training .container .title .ja-sub {
    font-size: 1.5rem;
  }
}
.educational .training .container .table {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .educational .training .container .table {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 89rem;
  }
}
.educational .training .container .table .table-container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .educational .training .container .table .table-container {
    height: 100%;
    max-width: unset;
    width: 120rem;
    height: 87.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.educational .training .container .table .table-container .table-box {
  width: 100%;
}
.educational .training .container .table .table-container .table-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.educational .skills {
  background-color: #3E6997;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 769px) {
  .educational .skills {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.educational .skills .container {
  width: calc(100% - 4rem);
  max-width: 96rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.educational .skills .container .title .en {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .educational .skills .container .title .en {
    font-size: 1.2rem;
  }
}
.educational .skills .container .title .ja {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .educational .skills .container .title .ja {
    font-size: 2.2rem;
  }
}
.educational .skills .container .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 769px) {
  .educational .skills .container .text {
    margin-top: 3rem;
    line-height: 2;
  }
}
.educational .skills .container .block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  padding: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 769px) {
  .educational .skills .container .block {
    margin-top: 4rem;
    padding: 3rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
  .educational .skills .container .block:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .educational .skills .container .block:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
.educational .skills .container .block .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 769px) {
  .educational .skills .container .block .textbox {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.educational .skills .container .block .textbox .en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .educational .skills .container .block .textbox .en {
    font-size: 1rem;
  }
}
.educational .skills .container .block .textbox .ja {
  margin-top: 1.5rem;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 769px) {
  .educational .skills .container .block .textbox .ja {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.educational .skills .container .block .textbox .block-text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .educational .skills .container .block .textbox .block-text {
    font-size: 1.4rem;
  }
}
.educational .skills .container .block .textbox .block-text .head-dot {
  font-size: 1.3rem;
  font-weight: bold;
  color: #3E6997;
}
.educational .skills .container .block .textbox .blue-back-block-text {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.6;
  background-color: #F5F7FA;
  padding: 2rem;
  margin-top: 2rem;
}
.educational .skills .container .block .img {
  width: 42rem;
  aspect-ratio: 420/236.16;
}
@media screen and (max-width: 769px) {
  .educational .skills .container .block .img {
    width: 100%;
  }
}
.educational .skills .container .block .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.educational .skillup {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #F5EFDE;
}
@media screen and (max-width: 769px) {
  .educational .skillup {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.educational .skillup .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.educational .skillup .container .title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 769px) {
  .educational .skillup .container .title {
    margin-bottom: 4rem;
  }
}
.educational .skillup .container .title .en {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .educational .skillup .container .title .en {
    font-size: 1.2rem;
  }
}
.educational .skillup .container .title .ja {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .educational .skillup .container .title .ja {
    font-size: 2.4rem;
  }
}
.educational .skillup .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-self: flex-start;
  gap: 3rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.educational .skillup .container .content .item {
  width: calc((100% - 3rem) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  background-color: white;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.educational .skillup .container .content .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 6px;
  background-color: #3E6997;
}
@media screen and (max-width: 769px) {
  .educational .skillup .container .content .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 2.5rem 2rem;
  }
}
.educational .skillup .container .content .item .img {
  width: 18.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 769px) {
  .educational .skillup .container .content .item .img {
    width: 100%;
    aspect-ratio: 295/165.87;
    overflow: hidden;
  }
}
.educational .skillup .container .content .item .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.educational .skillup .container .content .item .textbox .sm {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
}
.educational .skillup .container .content .item .textbox .lg {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  line-height: 2.2;
}
.educational .skillup .container .content .item .textbox .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
.educational .skillup .container .content .item .textbox .text .bold {
  font-weight: bold;
}
.educational .skillup .container .content .item .textbox .dot {
  padding-left: 1.5rem;
  position: relative;
}
.educational .skillup .container .content .item .textbox .dot::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #2C343C;
}

.career .sub-top-je .img {
  width: 44.1rem;
  aspect-ratio: 441/200;
  bottom: 0;
  left: 11.3rem;
}
.career .top {
  position: relative;
  background-image: url(../img/career-top.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 520px) {
  .career .top {
    background-image: url(../img/career-top-sp.png);
    background-size: contain;
    background-position: top;
  }
}
.career .top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #3E6997;
}
.career .top .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  padding: 13rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 13.5rem;
  padding-bottom: 11.6rem;
}
@media screen and (max-width: 520px) {
  .career .top .container {
    padding-top: 30rem;
    padding-bottom: 6rem;
  }
}
.career .top .container .en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 520px) {
  .career .top .container .en {
    font-size: 1rem;
  }
}
.career .top .container .ja {
  margin-top: 3rem;
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 520px) {
  .career .top .container .ja {
    margin-top: 1rem;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.career .top .container .text {
  margin-top: 3rem;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
}
@media screen and (max-width: 520px) {
  .career .top .container .text {
    margin-top: 1rem;
  }
}
.career .top .container .imgbox {
  margin-top: 12rem;
  width: 100%;
}
@media (max-width: 600px) {
  .career .top .container .imgbox {
    max-width: 40rem;
    margin: 0 auto;
    margin-top: 11rem;
  }
}
.career .up .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 14rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .career .up .container {
    padding-top: 6rem;
  }
}
.career .up .container .title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  .career .up .container .title {
    margin-bottom: 4rem;
  }
}
.career .up .container .title .en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 2.3;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .career .up .container .title .en {
    font-size: 1.2rem;
  }
}
.career .up .container .title .ja {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .career .up .container .title .ja {
    font-size: 2.4rem;
  }
}
.career .up .container .graph {
  width: 100%;
}
.career .up-below {
  margin-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 520px) {
  .career .up-below {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.career .up-below .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7rem;
  width: calc(100% - 4rem);
  max-width: 115rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .career .up-below .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.career .up-below .container .textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .career .up-below .container .textbox {
    width: 100%;
  }
}
.career .up-below .container .textbox .lg {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .career .up-below .container .textbox .lg {
    font-size: 2rem;
  }
}
.career .up-below .container .textbox .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .career .up-below .container .textbox .text {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
.career .up-below .container .imgbox {
  width: 100%;
  max-width: 57.1rem;
  aspect-ratio: 571/540;
}
.career .interview {
  background-color: #F5EFDE;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  .career .interview {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.career .interview .container .title .en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 2.3;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .career .interview .container .title .en {
    font-size: 1.2rem;
  }
}
.career .interview .container .title .ja {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .career .interview .container .title .ja {
    font-size: 2.4rem;
  }
}
.career .interview .container .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.9rem;
  width: calc(100% - 4rem);
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 769px) {
  .career .interview .container .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .career .interview .container .above {
    margin-top: 4rem;
  }
}
.career .interview .container .above .illust {
  width: 31rem;
}
@media screen and (max-width: 520px) {
  .career .interview .container .above .illust {
    width: 100%;
  }
}
.career .interview .container .above .data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.career .interview .container .below {
  width: calc(100% - 4rem);
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .career .interview .container .below {
    margin-top: 2rem;
  }
}
.career .interview .container .below .below-container {
  max-width: 96rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem;
}
.career .interview .container .below .below-container .sm {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Rokkitt", serif;
  color: #848B93;
  letter-spacing: 0.1em;
}
.career .interview .container .below .below-container .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2;
  margin-top: 3rem;
}

.career-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 700;
  overflow-y: scroll;
  display: none;
}
.career-modal .container {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
}
.career-modal .container .imgbox {
  padding-top: 14rem;
  padding-bottom: 14rem;
  width: 100%;
}
.career-modal .container .imgbox img {
  background-color: white;
}
.career-modal .container .del {
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 12.5rem;
  right: -3.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .career-modal .container .del {
    right: 0;
    top: 10.9rem;
  }
}

.benefit .sub-top-je .img {
  width: 38.5rem;
  aspect-ratio: 385/226;
  bottom: 0;
  left: 8.9rem;
}
.benefit .benefit-top .top {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1440px) {
  .benefit .benefit-top .top {
    aspect-ratio: 1440/480;
  }
}
.benefit .benefit-top .top .img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.benefit .benefit-top .top .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.benefit .benefit-top .top .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  padding: 18rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 769px) {
  .benefit .benefit-top .top .container {
    padding-top: 29.2rem;
    padding-bottom: 4.7rem;
  }
}
@media screen and (max-width: 520px) {
  .benefit .benefit-top .top .container {
    aspect-ratio: 375/501;
  }
}
.benefit .benefit-top .top .container .en {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
}
.benefit .benefit-top .top .container .catch {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
.benefit .benefit-top .top .container .text {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .benefit .benefit-top .top .container .text {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.benefit .content .beige-container {
  background-color: #F5EFDE;
  padding-top: 10rem;
  padding-bottom: 21.3rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .benefit .content .beige-container {
    padding-top: 4rem;
    padding-bottom: 16rem;
  }
}
.benefit .content .beige-container .icon-text {
  color: #3E6997;
}
.benefit .content .blue-container {
  background-color: #3E6997;
  padding-top: 12.8rem;
  padding-bottom: 21.3rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .benefit .content .blue-container {
    padding-top: 4rem;
    padding-bottom: 16rem;
  }
}
.benefit .content .blue-container .icon-text {
  color: white;
}
@media screen and (max-width: 769px) {
  .benefit .content .last-container {
    padding-bottom: 6rem;
  }
}
.benefit .content .border-blue {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  .benefit .content .border-blue {
    height: 10rem;
    width: 100%;
  }
  .benefit .content .border-blue img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.benefit .content .border-beige {
  position: absolute;
  bottom: 0;
  left: 0;
}
.benefit .content .icon {
  width: 9rem;
  height: 9rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .benefit .content .icon {
    width: 5rem;
    height: 5rem;
  }
}
.benefit .content .icon-text {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 769px) {
  .benefit .content .icon-text {
    font-size: 2.2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.benefit .content .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  max-width: 108rem;
  margin: 0 auto;
  padding-top: 15rem;
}
@media screen and (max-width: 769px) {
  .benefit .content .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 769px) {
  .benefit .content .block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.benefit .content .block .img {
  width: 42rem;
}
@media screen and (max-width: 769px) {
  .benefit .content .block .img {
    width: 14.3rem;
  }
}
.benefit .content .block .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5rem;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .benefit .content .block .textbox {
    padding: 3rem 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 4rem);
  }
}
.benefit .content .block .textbox .textbox-title {
  border-bottom: 0.1rem solid #E6EAEE;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.benefit .content .block .textbox .textbox-title p {
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .benefit .content .block .textbox .textbox-title p {
    font-size: 1.8rem;
    text-align: center;
  }
}
.benefit .content .block .textbox .lg {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-top: 4rem;
}
@media screen and (max-width: 769px) {
  .benefit .content .block .textbox .lg {
    font-size: 1.5rem;
    padding-top: 3dvi;
  }
}
.benefit .content .block .textbox .lg:nth-child(1 of p) {
  padding-top: 0;
}
.benefit .content .block .textbox .lg .line {
  width: 1rem;
  height: 0.1rem;
  background-color: #3E6997;
}
.benefit .content .block .textbox .lg .num {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  letter-spacing: 0.1em;
}
.benefit .content .block .textbox .lg-list {
  line-height: 1.8;
}
.benefit .content .block .textbox .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  padding-left: 4.5rem;
  margin-top: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .benefit .content .block .textbox .text {
    margin-top: 1.8rem;
  }
}
.benefit .content .block .textbox .non-list {
  padding-left: 0;
}
.benefit .content .block .text-kaigo {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
@media screen and (max-width: 769px) {
  .benefit .content .block .text-kaigo {
    padding: 3rem 2rem;
  }
}
.benefit .content .first-block {
  padding-top: 0;
}
.benefit .content .blue-back-block-text {
  background-color: #F5F7FA;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.8rem;
}

.workstyle .obvious {
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 520px) {
  .workstyle .obvious {
    padding-bottom: 4.4rem;
  }
}
.workstyle .obvious::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F5F7FA;
  top: 0;
  left: 0;
  z-index: -1;
}
.workstyle .obvious::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom-right-radius: 8rem;
  border-bottom-left-radius: 8rem;
}
@media screen and (max-width: 520px) {
  .workstyle .obvious::after {
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }
}
.workstyle .obvious .container {
  position: relative;
  z-index: 10;
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
}
.workstyle .obvious .container .title {
  padding-top: 10rem;
}
@media screen and (max-width: 520px) {
  .workstyle .obvious .container .title {
    padding-top: 6rem;
  }
}
.workstyle .obvious .container .title .en {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .workstyle .obvious .container .title .en {
    font-size: 1.2rem;
  }
}
.workstyle .obvious .container .title .ja {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-top: 3rem;
  text-align: center;
}
.workstyle .obvious .container .title .ja .blue {
  font-weight: 500;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .workstyle .obvious .container .title .ja {
    font-size: 2.4rem;
    margin-top: 1.6rem;
  }
}
.workstyle .obvious .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15rem;
  margin-top: 10rem;
}
@media screen and (max-width: 769px) {
  .workstyle .obvious .container .content {
    margin-top: 5rem;
    gap: 6rem;
  }
}
.workstyle .obvious .container .content .item {
  max-width: 101rem;
  margin-left: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 769px) {
  .workstyle .obvious .container .content .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3rem;
  }
}
.workstyle .obvious .container .content .item .img {
  width: 42rem;
}
@media screen and (max-width: 960px) {
  .workstyle .obvious .container .content .item .img {
    width: 30rem;
  }
}
@media screen and (max-width: 520px) {
  .workstyle .obvious .container .content .item .img {
    width: 20rem;
  }
}
.workstyle .obvious .container .content .item .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 51rem;
  max-width: 50.495049505%;
}
@media screen and (max-width: 769px) {
  .workstyle .obvious .container .content .item .textbox {
    width: 100%;
    max-width: none;
  }
}
.workstyle .obvious .container .content .item .textbox .num {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 520px) {
  .workstyle .obvious .container .content .item .textbox .num {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.workstyle .obvious .container .content .item .textbox .lg {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media screen and (max-width: 520px) {
  .workstyle .obvious .container .content .item .textbox .lg {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.workstyle .obvious .container .content .item .textbox .lg .blue {
  color: #3E6997;
}
.workstyle .obvious .container .content .item .textbox .sm {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
}
.workstyle .obvious .container .content .item .textbox .sm .or {
  color: #E9872E;
  font-weight: bold;
}
.workstyle .obvious .container .content .item .textbox .sm .has-dotted {
  padding-left: 1.4rem;
  display: block;
}
.workstyle .obvious .container .content .item:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .workstyle .obvious .container .content .item:nth-child(even) {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.workstyle .detailinfo {
  background-color: #F5F7FA;
  position: relative;
}
.workstyle .detailinfo .bubble {
  width: 30.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 302/109;
}
@media screen and (max-width: 520px) {
  .workstyle .detailinfo .bubble {
    top: -3rem;
  }
}
.workstyle .detailinfo .container {
  width: calc(100% - 4rem);
  max-width: 96rem;
  margin: 0 auto;
  padding-top: 20rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 520px) {
  .workstyle .detailinfo .container {
    padding-top: 11.5rem;
    padding-bottom: 8rem;
  }
}
.workstyle .detailinfo .container .title {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 520px) {
  .workstyle .detailinfo .container .title {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.workstyle .detailinfo .container .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 520px) {
  .workstyle .detailinfo .container .text {
    margin-top: 3rem;
  }
}
.workstyle .photo {
  background-color: #F5EFDE;
  position: relative;
}
.workstyle .photo .title {
  padding-top: 12.5rem;
}
@media screen and (max-width: 520px) {
  .workstyle .photo .title {
    padding-top: 8rem;
  }
}
.workstyle .photo .title .en {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #2C343C;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .workstyle .photo .title .en {
    font-size: 1.2rem;
  }
}
.workstyle .photo .title .ja {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .workstyle .photo .title .ja {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}
.workstyle .photo .title .title-text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  margin-top: 4rem;
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .workstyle .photo .title .title-text {
    margin-top: 3rem;
    margin-bottom: 4rem;
    font-size: 1.3rem;
  }
}
.workstyle .photo .container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 120rem;
  margin: 0 auto;
  overflow: hidden;
}
.workstyle .photo .container .swiper {
  overflow: visible;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.workstyle .photo .container .swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.workstyle .photo .container .swiper .swiper-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 47rem;
}
@media screen and (max-width: 520px) {
  .workstyle .photo .container .swiper .swiper-slide {
    width: 32rem;
  }
}
.workstyle .photo .container .swiper .swiper-slide .item {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.workstyle .photo .container .swiper .swiper-slide .item .num {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  margin-top: 3rem;
}
.workstyle .photo .container .swiper .swiper-slide .item .text {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  margin-top: 0rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 520px) {
  .workstyle .photo .container .swiper .swiper-slide .item .text {
    font-size: 1.5rem;
  }
}
.workstyle .photo .container .swiper .swiper-slide .item .text-sm {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
  margin-top: 1rem;
}
.workstyle .photo .container .swiper .swiper-slide .item .img {
  width: 100%;
  aspect-ratio: 470/264.38;
  overflow: hidden;
}
.workstyle .photo .container .swiper .swiper-slide-prev .item {
  -webkit-transform-origin: 37rem center;
          transform-origin: 37rem center;
}
.workstyle .photo .container .swiper .swiper-slide-next .item {
  -webkit-transform-origin: 10rem center;
          transform-origin: 10rem center;
}
.workstyle .photo .container .swiper .swiper-slide-active .item {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.workstyle .photo .container .swiper .swiper-slide-active .item {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.workstyle .photo .container .swiper .swiper-slide-active .item .num {
  font-size: 1.4rem;
  margin-top: 3rem;
}
.workstyle .photo .container .swiper .swiper-slide-active .item .text {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.workstyle .photo .container .swiper .swiper-button-prev {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  border: 1px solid #3E6997;
}
.workstyle .photo .container .swiper .swiper-button-prev::after {
  font-size: 1rem;
}
.workstyle .photo .container .swiper .swiper-button-next {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  border: 1px solid #3E6997;
}
.workstyle .photo .container .swiper .swiper-button-next::after {
  font-size: 1rem;
}
.workstyle .day {
  background-color: #3E6997;
  padding-top: 16rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 520px) {
  .workstyle .day {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
}
.workstyle .day .container {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
}
.workstyle .day .container .title .en {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .workstyle .day .container .title .en {
    font-size: 1.2rem;
  }
}
.workstyle .day .container .title .ja {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .workstyle .day .container .title .ja {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.workstyle .day .container .tabbox {
  margin-top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 769px) {
  .workstyle .day .container .tabbox {
    display: none;
  }
}
.workstyle .day .container .tabbox .tab {
  height: 4.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.15em;
  padding: 0 2rem;
  border: 1px solid white;
  border-radius: 2px 2px 0 0;
}
.workstyle .day .container .tabbox .active-tab {
  background-color: white;
  color: #3E6997;
  height: 5.4rem;
}
.workstyle .day .container .sp-head {
  display: none;
}
@media screen and (max-width: 769px) {
  .workstyle .day .container .sp-head {
    display: block;
    background-color: white;
    width: 100%;
    aspect-ratio: 295/295;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem;
    padding-bottom: 0;
  }
  .workstyle .day .container .sp-head .head-img {
    display: none;
  }
  .workstyle .day .container .sp-head .active-head {
    display: block;
  }
}
.workstyle .day .container .tabbox-sp {
  display: none;
  width: 100%;
  position: relative;
}
.workstyle .day .container .tabbox-sp::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-bottom: 1px solid #3E6997;
  border-right: 1px solid #3E6997;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.workstyle .day .container .tabbox-sp select {
  width: 100%;
  padding: 2rem 1.5rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  line-height: 1;
  letter-spacing: 0.15em;
  display: none;
}
@media screen and (max-width: 769px) {
  .workstyle .day .container .tabbox-sp select {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .workstyle .day .container .tabbox-sp {
    display: block;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.workstyle .day .container .content {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6rem;
}
@media screen and (max-width: 520px) {
  .workstyle .day .container .content {
    padding: 2rem;
    height: 68rem;
    overflow-x: scroll;
    scrollbar-color: #3E6997 #F5F7FA;
  }
  .workstyle .day .container .content .content-container {
    height: 100%;
    aspect-ratio: 1199/1216;
  }
}
.workstyle .day .container .content .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 960px) {
  .workstyle .day .container .content .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.workstyle .day .container .content .above .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #3E6997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .workstyle .day .container .content .above .text {
    padding: 1.8rem;
  }
}
.workstyle .day .container .content .above .text .en {
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  letter-spacing: 0.2em;
  line-height: 2.3;
}
@media screen and (max-width: 520px) {
  .workstyle .day .container .content .above .text .en {
    font-size: 1rem;
  }
}
.workstyle .day .container .content .above .text .ja {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .workstyle .day .container .content .above .text .ja {
    font-size: 1.6rem;
  }
}
.workstyle .day .container .content .above .img {
  width: 69.7rem;
  aspect-ratio: 697/296;
}
@media screen and (max-width: 960px) {
  .workstyle .day .container .content .above .img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .workstyle .day .container .content .above .img {
    aspect-ratio: 295/150;
  }
}
.workstyle .day .container .content .item {
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
}
@media screen and (max-width: 520px) {
  .workstyle .day .container .content .item {
    margin-top: 4rem;
  }
}
.workstyle .day .container .content .item .inner {
  position: relative;
  overflow-x: scroll;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .workstyle .day .container .content .item .inner .img {
    width: 50rem;
  }
}
.workstyle .day .container .content .item .scroll-bar {
  position: relative;
  display: none;
}
@media screen and (max-width: 520px) {
  .workstyle .day .container .content .item .scroll-bar {
    width: 100%;
    height: 0.5rem;
    display: block;
    margin-top: 5rem;
    border-radius: 10rem;
    background-color: #E5E5E5;
  }
  .workstyle .day .container .content .item .scroll-bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    border-radius: 10rem;
    background-color: #3E6997;
  }
}
.workstyle [data-day] {
  display: none;
}
.workstyle .active-day {
  display: block;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 520px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 520px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .p-recruit .sub-top-je {
    height: 19rem;
    padding-top: 9.6rem;
    gap: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit .sub-top-je .text-en {
    padding-top: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit .sub-top-je .text {
    font-size: 2.4rem;
  }
}
.p-recruit .sub-top-je .img {
  left: 11.3rem;
  width: 33.9rem;
  aspect-ratio: 0/0;
}
@media screen and (max-width: 960px) {
  .p-recruit .sub-top-je .img {
    left: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit .sub-top-je .img {
    display: none;
  }
}
.p-recruit .recruit-tab {
  margin-top: 0;
}
@media screen and (max-width: 520px) {
  .p-recruit .recruit-tab .mega-container {
    gap: 0.8rem 0.7rem;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit .recruit-tab .link {
    width: 16.4rem;
    padding-left: 2rem !important;
    gap: 0rem !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit .recruit-tab .link .txt {
    width: 9.8rem;
  }
}
.p-recruit .recruit-tab .link .angle {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-recruit__message {
  position: relative;
  overflow: hidden;
  background-image: url(../img/p-recruit-bg.png);
  background-size: cover;
  background-position: center;
}
.p-recruit__message::after {
  content: "";
  position: absolute;
  top: -13.1944444444vw;
  left: -12.5vw;
  width: 88.8888888889vw;
  height: 88.8888888889vw;
  border-radius: 50%;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .p-recruit__message::after {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 19.3rem);
    border-radius: 0;
  }
}
.p-recruit__message__inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 4rem);
  max-width: 100rem;
  margin: 0 auto;
  padding: 15rem 0;
}
@media screen and (max-width: 769px) {
  .p-recruit__message__inner {
    padding-top: 6rem;
    padding-bottom: 8.4rem;
  }
}
.p-recruit__message__inner .txt-area {
  width: 55%;
}
@media screen and (max-width: 769px) {
  .p-recruit__message__inner .txt-area {
    width: 100%;
  }
}
.p-recruit__message__inner .txt-area .top-txt {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #848B93;
}
@media screen and (max-width: 520px) {
  .p-recruit__message__inner .txt-area .top-txt {
    line-height: 1.2;
  }
}
.p-recruit__message__inner .txt-area .title {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-recruit__message__inner .txt-area .title {
    margin-top: 1rem;
    font-size: 2.2rem;
  }
}
.p-recruit__message__inner .txt-area .sen {
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.25em;
  color: #2C343C;
}
.p-recruit__message__inner .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
}
@media screen and (max-width: 769px) {
  .p-recruit__message__inner .img-wrap {
    position: relative;
    inset: 0;
    width: 100%;
    margin-top: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-recruit__message__inner .img-wrap .img {
  width: 100%;
  padding-top: 2rem;
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 769px) {
  .p-recruit__message__inner .img-wrap .img {
    width: 80rem;
    padding-top: 0;
    padding-left: 1rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateY(0%) translateX(0%);
              transform: translateY(0%) translateX(0%);
    }
    100% {
      -webkit-transform: translateY(0%) translateX(-100%);
              transform: translateY(0%) translateX(-100%);
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateY(0%) translateX(0%);
              transform: translateY(0%) translateX(0%);
    }
    100% {
      -webkit-transform: translateY(0%) translateX(-100%);
              transform: translateY(0%) translateX(-100%);
    }
  }
}
.p-recruit__movie {
  padding-top: 15rem;
  background-color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-recruit__movie {
    padding-top: 8rem;
  }
}
.p-recruit__movie__inner {
  width: calc(100% - 4rem);
  max-width: 85.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .p-recruit__movie__inner {
    width: calc(100% - 2rem);
  }
}
.p-recruit__movie__inner .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 520px) {
  .p-recruit__movie__inner .title {
    gap: 1rem;
  }
}
.p-recruit__movie__inner .title .en {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (max-width: 520px) {
  .p-recruit__movie__inner .title .en {
    font-size: 1.2rem;
  }
}
.p-recruit__movie__inner .title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: white;
}
@media screen and (max-width: 520px) {
  .p-recruit__movie__inner .title .ja {
    font-size: 2.4rem;
  }
}
.p-recruit__movie__inner .movie {
  width: 100%;
  margin-top: 6rem;
}
@media screen and (max-width: 520px) {
  .p-recruit__movie__inner .movie {
    margin-top: 4rem;
  }
}
.p-recruit__movie__inner .movie iframe {
  width: 100%;
  height: 48rem;
}
@media screen and (max-width: 520px) {
  .p-recruit__movie__inner .movie iframe {
    height: 19rem;
  }
}
.p-recruit__movie__inner .sen {
  margin-top: 5rem;
  text-align: center;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.25em;
  color: white;
}
.p-recruit__movie__inner .sen .bold {
  font-weight: bold;
}
.p-recruit__portrait {
  margin-top: -0.3rem;
  padding-top: 10rem;
  padding-bottom: 15rem;
  background-color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-recruit__portrait {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-recruit__portrait__inner {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 88rem;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .p-recruit__portrait__inner {
    width: 100%;
    max-width: 100%;
  }
}
.p-recruit__portrait__inner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 520px) {
  .p-recruit__portrait__inner .title {
    position: relative;
    margin: 0 auto;
    inset: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-recruit__portrait__inner .title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: white;
}
.p-recruit__portrait__inner .title .en {
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  display: block;
  width: 9rem;
}
.p-recruit__portrait__inner .ct {
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-recruit__portrait__inner .ct {
    display: none;
  }
}
.p-recruit__portrait__inner .ct .dummy {
  opacity: 0;
}
.p-recruit__portrait__inner .ct .item {
  position: absolute;
  width: 30rem;
}
@media screen and (max-width: 769px) {
  .p-recruit__portrait__inner .ct .item {
    width: 34.0909090909%;
  }
}
.p-recruit__portrait__inner .ct .item:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-recruit__portrait__inner .ct .item:nth-child(2) {
  top: 21.9318181818%;
  right: 0;
}
.p-recruit__portrait__inner .ct .item:nth-child(3) {
  bottom: 0;
  right: 13.6363636364%;
}
.p-recruit__portrait__inner .ct .item:nth-child(4) {
  bottom: 0;
  left: 13.6363636364%;
}
.p-recruit__portrait__inner .ct .item:nth-child(5) {
  top: 21.9318181818%;
  left: 0;
}
.p-recruit__portrait__inner .ct-sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .p-recruit__portrait__inner .ct-sp {
    display: block;
    margin-top: 7rem;
  }
}
.p-recruit__portrait__inner .ct-sp .swiper-slide {
  width: 30rem !important;
}
.p-recruit__portrait__inner .ct-sp .swiper-scrollbar {
  position: relative;
  inset: 0;
  width: 100%;
  max-width: 33.5rem;
  margin: 0 auto;
  margin-top: 4rem;
  background-color: white;
}
.p-recruit__portrait__inner .ct-sp .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #E9872E;
}
.p-recruit__kind {
  padding-top: 15rem;
  padding-bottom: 10rem;
  background-color: #F5EFDE;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind {
    padding-top: 8rem;
    padding-bottom: 15rem;
  }
}
.p-recruit__kind__inner {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
}
.p-recruit__kind__inner .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-recruit__kind__inner .title .en {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .title .en {
    font-size: 1.2rem;
  }
}
.p-recruit__kind__inner .title .ja {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .title .ja {
    font-size: 1.8rem;
  }
}
.p-recruit__kind__inner .title .ja .blue {
  color: #3E6997;
}
.p-recruit__kind__inner .container {
  margin-top: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container {
    margin-top: 3rem;
  }
}
.p-recruit__kind__inner .container .ct {
  position: relative;
  width: 100%;
  padding: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.2rem;
  background-color: white;
  margin-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .p-recruit__kind__inner .container .ct:last-child {
    margin-bottom: 0;
  }
}
.p-recruit__kind__inner .container .ct:last-child {
  margin-bottom: 0;
}
.p-recruit__kind__inner .container .ct .inner {
  position: relative;
  padding-top: 8rem;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner {
    padding-top: 4.2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33rem;
  background-color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner::before {
    height: 14rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .ct-title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-recruit__kind__inner .container .ct .inner .ct-title .en {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: white;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .ct-title .en {
    font-size: 1rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .ct-title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.25em;
  color: white;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .ct-title .ja {
    font-size: 1.8rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .img-wrap {
  position: relative;
  z-index: 1;
  width: 90.9090909091%;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .img-wrap {
    width: calc(100% - 2.6rem);
    margin-top: 2.25rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .img-wrap .about-wrap {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  padding: 3rem;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .img-wrap .about-wrap {
    width: calc(100% - 2rem);
    left: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .img-wrap .about-wrap {
    padding: 2rem;
    bottom: 1rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .img-wrap .about-wrap .head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  color: #3E6997;
}
.p-recruit__kind__inner .container .ct .inner .img-wrap .about-wrap .sen {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.25em;
  color: #2C343C;
}
.p-recruit__kind__inner .container .ct .inner .middle-sen {
  margin-top: 3rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.25em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .middle-sen {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .message-ct {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.2rem;
  border: 1px solid #E6EAEE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .message-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .message-ct {
    padding: 3rem 2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .message-ct::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 10rem;
  background-color: #E6EAEE;
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .message-ct::before {
    width: 100%;
    display: none;
  }
}
.p-recruit__kind__inner .container .ct .inner .message-ct .item {
  width: 46.0784313725%;
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .message-ct .item {
    width: 100%;
  }
}
.p-recruit__kind__inner .container .ct .inner .message-ct .item .item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.p-recruit__kind__inner .container .ct .inner .message-ct .item .item-head i {
  margin-top: 0.7rem;
  font-size: 2.2rem;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .message-ct .item .item-head i {
    margin-top: 0.2rem;
    font-size: 2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .message-ct .item .item-head .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.25em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .message-ct .item .item-head .txt {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.p-recruit__kind__inner .container .ct .inner .message-ct .item .sen {
  margin-top: 1rem;
  margin-left: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.25em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .message-ct .item .sen {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .message-ct .item:nth-child(2) {
    padding-top: 3rem;
    border-top: 1px solid #E6EAEE;
  }
}
.p-recruit__kind__inner .container .ct .inner .link-ct {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .link-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .link-ct .item {
  width: 48.1818181818%;
  padding: 4rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.5rem;
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .link-ct .item {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .link-ct .item {
    padding: 3rem 2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .link-ct .item .head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .link-ct .item .head {
    font-size: 1.6rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .link-ct .item .sen {
  margin-top: 2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.25em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .link-ct .item .sen {
    font-size: 1.2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .link-ct .item .btn {
  width: 29rem;
  height: 5.6rem;
  margin-top: 3rem;
  padding-left: 3rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: white;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .link-ct .item .btn {
    width: 100%;
    padding-right: 1rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .link-ct .item .btn .circle {
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: white;
}
.p-recruit__kind__inner .container .ct .inner .link-ct .--green {
  background-color: rgba(24, 160, 79, 0.1);
}
.p-recruit__kind__inner .container .ct .inner .link-ct .--green .head {
  color: #18A04F;
}
.p-recruit__kind__inner .container .ct .inner .link-ct .--green .btn {
  background-color: #18A04F;
}
.p-recruit__kind__inner .container .ct .inner .link-ct .--green .btn i {
  color: #18A04F;
}
.p-recruit__kind__inner .container .ct .inner .link-ct .--orange {
  background-color: #FAF7EF;
}
.p-recruit__kind__inner .container .ct .inner .link-ct .--orange .head {
  color: #E9872E;
}
.p-recruit__kind__inner .container .ct .inner .link-ct .--orange .btn {
  background-color: #E9872E;
}
.p-recruit__kind__inner .container .ct .inner .link-ct .--orange .btn i {
  color: #E9872E;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap {
  width: 100%;
  margin-top: 4rem;
  padding: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F7FA;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .step-title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .step-title {
    font-size: 1.6rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .step-ct {
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .step-ct {
    margin-top: 2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .bottom-wrap {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .bottom-wrap .circle {
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #3E6997;
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .bottom-wrap .circle {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .bottom-wrap .circle i {
  font-size: 1.2rem;
  color: #3E6997;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .bottom-wrap .step-item {
  min-height: 23.9rem;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .step-item {
  border-radius: 0.2rem;
  border: 1px solid #E6EAEE;
  background-color: white;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .step-item .step-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .step-item .step-head .num {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .step-item .step-head .num {
    font-size: 1.2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .step-item .step-head .txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .step-item .step-head .txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .step-item .step-head .green-text {
  color: #06C755;
  font-size: 1.3rem;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step {
  width: 28.9795918367%;
  padding: 3rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step {
    width: 100%;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step .bold {
  font-weight: bold;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step .main-txt {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #2C343C;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step .note-txt {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #848B93;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step .sm-txt {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #2C343C;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step.sm-step-1 .main-txt {
  margin-top: 1rem;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step.sm-step-1 .note-txt {
  margin-top: 0.5rem;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step.sm-step-1 .sm-txt {
  margin-top: 1rem;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step.sm-step-2 .main-txt {
  margin-top: 2rem;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step.sm-step-2 .note-txt {
  margin-top: 0.5rem;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .sm-step.sm-step-3 .main-txt {
  margin-top: 3rem;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step {
  width: 100%;
  padding: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step {
    padding: 3rem 2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .line-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  width: 24.6rem;
}
@media screen and (max-width: 960px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .line-wrap {
    width: 100%;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .line-wrap .line-head {
  width: 100%;
  height: 3.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #18A04F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: white;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .line-wrap .line-body {
  padding: 1.3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background-color: #F5F7FA;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .line-wrap .line-body .friend-btn {
  width: 13rem;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border-radius: 0.5rem;
  background-color: #18A04F;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .line-wrap .line-body .friend-btn .icon {
  width: 2rem;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .line-wrap .line-body .friend-btn .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.25em;
  color: white;
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .line-wrap .line-body .qr {
  width: 5rem;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .line-wrap .line-body .qr {
    display: none;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .intro-step {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .intro-step {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
}
.p-recruit__kind__inner .container .ct .inner .step-wrap .lg-step .lg-step-body .intro-step img {
  height: auto;
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap {
  width: 100%;
  margin-top: 4rem;
  padding: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F7FA;
}
@media screen and (max-width: 769px) {
  .p-recruit__kind__inner .container .ct .inner .scholarship-wrap {
    padding: 3rem 2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .scholarship-wrap .title {
    font-size: 1.6rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 0;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct {
    margin-top: 3rem;
    gap: 1rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item {
  width: 24.1836734694%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.2rem;
  background-color: white;
}
@media screen and (max-width: 960px) {
  .p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item {
    width: 100%;
    padding: 1rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .head {
  width: 100%;
  padding: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 0.2rem;
  background-color: #3E6997;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.5em;
  color: white;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .head {
    padding: 1.3rem;
    font-size: 1.2rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list {
  position: relative;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3rem;
  }
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 100%;
  border-left: 1px dashed #E6EAEE;
  display: none;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list::before {
    display: block;
  }
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list .line {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #E6EAEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-bottom: none;
  }
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list .line .txt {
  margin-bottom: 0.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #2C343C;
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list .line .fee {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.1;
  color: #E9872E;
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list .line .fee .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #E9872E;
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list .notes {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #848B93;
  letter-spacing: 0.1em;
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item .list .line:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-recruit__kind__inner .container .ct .inner .scholarship-wrap .scholarship-ct .item:last-child .list::before {
  display: none;
}
.p-recruit__kind__inner .container .ct .inner .bottom-txt {
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.25em;
  color: #848B93;
}
@media screen and (max-width: 520px) {
  .p-recruit__kind__inner .container .ct .inner .bottom-txt {
    margin-top: 3rem;
  }
}

.information .sub-top-je .img {
  width: 17.6rem;
  aspect-ratio: 176/239;
  bottom: 0;
  left: 19.3rem;
}
.information .content {
  background-color: #3E6997;
  padding-top: 8rem;
}
@media screen and (max-width: 520px) {
  .information .content {
    padding-top: 3rem;
  }
}
.information .content .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 86rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  gap: 3rem;
}
@media screen and (max-width: 520px) {
  .information .content .container {
    gap: 1.5rem;
  }
}
.information .content .container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem;
  border-radius: 2px;
  gap: 3rem;
}
@media screen and (max-width: 520px) {
  .information .content .container .item {
    padding: 2rem;
  }
}
.information .content .container .item .textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 520px) {
  .information .content .container .item .textbox {
    gap: 1rem;
  }
}
.information .content .container .item .textbox .date {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.1em;
}
.information .content .container .item .textbox .title {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.25em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.information .content .container .item .angle {
  font-size: 1rem;
  color: white;
  background-color: #3E6997;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.information .content .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 6rem;
  margin-bottom: 1rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 520px) {
  .information .content .pagination {
    margin-top: 4.5rem;
    padding-bottom: 5.5rem;
  }
}
.information .content .pagination .page-numbers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.information .content .pagination .page-numbers-list .page-numbers {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid white;
  width: 3rem;
  height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
.information .content .pagination .page-numbers-list .page-numbers.current {
  background-color: #E9872E;
  border: 1px solid #E9872E;
}
.information .content .pagination .page-numbers-list .dots {
  border: none;
  font-size: 3rem;
}
.information .content .pagination .page-numbers-list .next {
  background-color: white;
  color: #3E6997;
  font-size: 1rem;
}
.information .content .pagination .page-numbers-list .prev {
  background-color: white;
  color: #3E6997;
  font-size: 1rem;
}

.single-information .sub-top-je .img {
  width: 17.6rem;
  aspect-ratio: 176/239;
  bottom: 0;
  left: 19.3rem;
}
.single-information .content {
  background-color: #3E6997;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  .single-information .content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.single-information .content .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 96rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10rem;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .single-information .content .container {
    padding: 4rem 2rem;
  }
}
.single-information .content .container .title {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 520px) {
  .single-information .content .container .title {
    font-size: 1.6rem;
  }
}
.single-information .content .container .date {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 520px) {
  .single-information .content .container .date {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}
.single-information .content .container .textbox p {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
}
.single-information .content .container .return {
  margin: 0 auto;
  margin-top: 6rem;
  border: 1px solid #3E6997;
  border-radius: 10rem;
  height: 5.6rem;
  padding-left: 2rem;
  padding-right: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 520px) {
  .single-information .content .container .return {
    margin-top: 3rem;
  }
}
.single-information .content .container .return .text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
}
.single-information .content .container .return .angle {
  font-size: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3E6997;
  border-radius: 50%;
  color: white;
}

.faq .sub-top-je .img {
  width: 37rem;
  aspect-ratio: 370/320;
  bottom: 0;
  left: 14.8rem;
}
.faq .content {
  background-color: #E6EAEE;
  padding: 10rem 0;
}
@media screen and (max-width: 520px) {
  .faq .content {
    padding: 6rem 0;
  }
}
.faq .content .container {
  width: calc(100% - 4rem);
  max-width: 86rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
}
.faq .content .container .item {
  background-color: white;
  border: 1px solid #3E6997;
}
.faq .content .container .item .head {
  width: 100%;
  background-color: #3E6997;
  padding: 1.4rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq .content .container .item .head .icon-q {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  background-color: white;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq .content .container .item .head .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
.faq .content .container .item .head .pm {
  width: 1.1rem;
  height: 1.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.faq .content .container .item .head .pm::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq .content .container .item .head .pm::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .content .container .item .body {
  width: 100%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .content .container .item .body .body-container {
  padding: 1.4rem 3rem;
  padding-left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 520px) {
  .faq .content .container .item .body .body-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3rem 2rem;
  }
}
.faq .content .container .item .body .icon-a {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Rokkitt", serif;
  color: white;
  background-color: #3E6997;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq .content .container .item .body .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .faq .content .container .item .body .text {
    font-weight: 400;
  }
}
.faq .content .container .item .body .text a {
  color: #3E6997;
}
.faq .content .container .active .head .pm::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-404 {
  padding-top: 27rem;
  padding-bottom: 17rem;
  text-align: center;
  background-color: #F5EFDE;
}
@media screen and (max-width: 520px) {
  .p-404 {
    padding-top: 18rem;
    padding-bottom: 9rem;
  }
}
.p-404 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: "Rokkitt", serif;
  font-weight: 400;
  color: #3E6997;
}
.p-404 .top .en {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-404 .top .en {
    font-size: 1.8rem;
  }
}
.p-404 .top .number {
  font-weight: 300;
  font-size: 18rem;
}
@media screen and (max-width: 520px) {
  .p-404 .top .number {
    font-size: 10rem;
  }
}
.p-404 .message-ja {
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-404 .message-ja {
    font-size: 1.6rem;
  }
}
.p-404 .message-en {
  margin-top: 2rem;
  font-family: "Rokkitt", serif;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #848B93;
}
@media screen and (max-width: 520px) {
  .p-404 .message-en {
    font-size: 1.3rem;
  }
}
.p-404 .btn-style {
  width: 23rem;
  height: 5.6rem;
  margin: 0 auto;
  margin-top: 6rem;
  padding-left: 3rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10rem;
  background-color: #3E6997;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: white;
}
.p-404 .btn-style .circle {
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: white;
}
.p-404 .btn-style .circle i {
  font-size: 1.2rem;
  color: #3E6997;
}

@media screen and (max-width: 520px) {
  .p-interview .sub-top-je {
    height: 19rem;
    padding-top: 9.6rem;
    gap: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 520px) {
  .p-interview .sub-top-je .text-en {
    padding-top: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .p-interview .sub-top-je .text {
    font-size: 2.4rem;
  }
}
.p-interview .sub-top-je .img {
  left: 11.3rem;
  width: 30.9rem;
  aspect-ratio: 0/0;
}
@media screen and (max-width: 960px) {
  .p-interview .sub-top-je .img {
    left: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-interview .sub-top-je .img {
    display: none;
  }
}
.p-interview__list {
  position: relative;
  padding: 10rem 0;
  background-color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-interview__list {
    padding: 6rem 0;
  }
}
.p-interview__list__inner {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
}
.p-interview__list__inner .top-txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.25em;
  color: white;
}
.p-interview__list__inner .post-list {
  margin-top: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 520px) {
  .p-interview__list__inner .post-list {
    margin-top: 4rem;
    gap: 3rem;
  }
}
.p-interview__list__inner .post-list .post {
  width: 100%;
  padding: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .p-interview__list__inner .post-list .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 2rem;
  }
}
.p-interview__list__inner .post-list .post .img {
  width: 48.1818181818%;
  aspect-ratio: 530/298;
}
@media screen and (max-width: 769px) {
  .p-interview__list__inner .post-list .post .img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .p-interview__list__inner .post-list .post .img {
    aspect-ratio: 295/140;
  }
}
.p-interview__list__inner .post-list .post .img img {
  height: 100%;
}
.p-interview__list__inner .post-list .post .txt-area {
  width: 48.1818181818%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .p-interview__list__inner .post-list .post .txt-area {
    width: 100%;
  }
}
.p-interview__list__inner .post-list .post .txt-area .catch-copy {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-interview__list__inner .post-list .post .txt-area .catch-copy {
    font-size: 1.6rem;
  }
}
.p-interview__list__inner .post-list .post .txt-area .name {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-interview__list__inner .post-list .post .txt-area .name {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.p-interview__list__inner .post-list .post .txt-area .name .rome {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #848B93;
}
@media screen and (max-width: 520px) {
  .p-interview__list__inner .post-list .post .txt-area .name .rome {
    font-size: 1.2rem;
  }
}
.p-interview__list__inner .post-list .post .txt-area .info {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #848B93;
}
@media screen and (max-width: 520px) {
  .p-interview__list__inner .post-list .post .txt-area .info {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.p-interview__list__inner .post-list .post .txt-area .link {
  width: 26.5rem;
  height: 5.6rem;
  margin-top: 3rem;
  margin-left: auto;
  padding-left: 3rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10rem;
  background-color: #3E6997;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: white;
}
@media screen and (min-width: 520px) {
  .p-interview__list__inner .post-list .post .txt-area .link {
    border: 1px solid #3E6997;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-interview__list__inner .post-list .post .txt-area .link:hover {
    background-color: white;
    color: #3E6997;
  }
  .p-interview__list__inner .post-list .post .txt-area .link:hover .circle {
    background-color: #3E6997;
  }
  .p-interview__list__inner .post-list .post .txt-area .link:hover .circle i {
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .p-interview__list__inner .post-list .post .txt-area .link {
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.p-interview__list__inner .post-list .post .txt-area .link .circle {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-interview__list__inner .post-list .post .txt-area .link .circle i {
  font-size: 1.2rem;
  color: #3E6997;
}
.p-interview__list__inner .post-list .post:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .p-interview__list__inner .post-list .post:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-interview .p-single-interview {
  position: relative;
  padding: 10rem 0;
  background-color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview {
    padding: 6rem 0;
  }
}
.p-interview .p-single-interview .ct {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .p-interview .p-single-interview .ct {
    padding: 2rem;
  }
}
.p-interview .p-single-interview .ct .inner {
  position: relative;
  z-index: 1;
}
.p-interview .p-single-interview .ct .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34rem;
  background-color: #F5F7FA;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner::before {
    height: 19rem;
  }
}
.p-interview .p-single-interview .ct .inner .catch-copy {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  padding-top: 8rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.25em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .catch-copy {
    padding-top: 5rem;
    font-size: 1.5rem;
  }
}
.p-interview .p-single-interview .ct .inner .top-img {
  position: relative;
  z-index: 1;
  width: calc(100% - 10rem);
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 5rem;
  aspect-ratio: 1000/364;
}
@media screen and (max-width: 769px) {
  .p-interview .p-single-interview .ct .inner .top-img {
    margin-top: 3rem;
    width: calc(100% - 2.6rem);
    aspect-ratio: 269/240;
  }
}
.p-interview .p-single-interview .ct .inner .top-img img {
  height: 100%;
}
.p-interview .p-single-interview .ct .inner .top-img .person-info {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  width: 46rem;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .top-img .person-info {
    width: calc(100% - 2rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1.5rem;
    padding: 2rem;
  }
}
.p-interview .p-single-interview .ct .inner .top-img .person-info .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .top-img .person-info .name {
    font-size: 1.6rem;
  }
}
.p-interview .p-single-interview .ct .inner .top-img .person-info .name .rome {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #848B93;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .top-img .person-info .name .rome {
    font-size: 1.2rem;
  }
}
.p-interview .p-single-interview .ct .inner .top-img .person-info .info {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #848B93;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .top-img .person-info .info {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct {
  width: calc(100% - 10rem);
  margin: 0 auto;
  margin-top: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .main-ct {
    width: 100%;
    margin-top: 4rem;
    gap: 6rem;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct .block .txt-area {
  width: 51%;
}
@media screen and (max-width: 769px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block .txt-area {
    width: 100%;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .q-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .q-block {
    gap: 1rem;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .q-block .q {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Rokkitt", serif;
  font-weight: bold;
  font-size: 2.2rem;
  color: white;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .q-block .q {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .q-block .q-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .q-block .q-txt {
    font-size: 1.4rem;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .a-block {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .a-block {
    margin-top: 2rem;
    gap: 1rem;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .a-block .a {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #F5F7FA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Rokkitt", serif;
  font-weight: bold;
  font-size: 2.2rem;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .a-block .a {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .a-block .a-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.25em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block .txt-area .a-block .a-txt {
    font-size: 1.2rem;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct .block .img {
  position: relative;
  overflow: hidden;
  width: 41%;
  aspect-ratio: 410/410;
}
@media screen and (max-width: 769px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block .img {
    margin-top: 3rem;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block .img {
    aspect-ratio: 295/200;
  }
}
.p-interview .p-single-interview .ct .inner .main-ct .block .img img {
  height: 100%;
}
.p-interview .p-single-interview .ct .inner .main-ct .block:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .p-interview .p-single-interview .ct .inner .main-ct .block:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-interview__other {
  position: relative;
  padding: 10rem 0;
  background-image: url(../img/p-interview-other-bg.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 520px) {
  .p-interview__other {
    padding: 6rem 0;
  }
}
.p-interview__other .contents .swiper-slide {
  width: 30rem;
}
.p-interview__other .contents .item {
  width: 100%;
}
.p-interview__other .contents .item .above {
  width: 100%;
  height: 34.2rem;
  position: relative;
}
.p-interview__other .contents .item .above::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34.2rem;
  background-color: #3E6997;
  z-index: 1;
  border-radius: 50% 50% 0 0;
}
.p-interview__other .contents .item .img {
  width: 21.4rem;
  aspect-ratio: 214/300;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-interview__other .contents .item .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-interview__other .contents .item .item-text {
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding-top: 4.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.7;
  font-family: "Zen Kurenaido", sans-serif;
  color: white;
}
.p-interview__other .contents .item .name {
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .p-interview__other .contents .item .name {
    padding: 1rem 2rem;
  }
}
.p-interview__other .contents .item .name .info {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #898377;
  letter-spacing: 0.25em;
  line-height: 1.6;
}
.p-interview__other .contents .item .name .name-text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.3em;
  line-height: 1.6;
}
.p-interview__other .contents .btnbox {
  margin: 0 auto;
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2.6rem;
  gap: 1rem;
}
.p-interview__other .contents .btnbox .swiper-button-next, .p-interview__other .contents .btnbox .swiper-button-prev {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid #3E6997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  -webkit-transform: unset;
          transform: unset;
  margin-top: unset;
}
.p-interview__other .contents .btnbox .swiper-button-next::after, .p-interview__other .contents .btnbox .swiper-button-prev::after {
  font-size: 0.8rem;
  font-weight: bold;
  color: #3E6997;
}
.p-interview__other .contents .btnbox .play {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid #3E6997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3E6997;
  gap: 3px;
}
.p-interview__other .contents .btnbox .play::before {
  content: "";
  width: 1px;
  height: 6px;
  background-color: white;
}
.p-interview__other .contents .btnbox .play::after {
  content: "";
  width: 1px;
  height: 6px;
  background-color: white;
}

@media screen and (max-width: 520px) {
  .p-contact .sub-top-je {
    height: 19rem;
    padding-top: 9.6rem;
    gap: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 520px) {
  .p-contact .sub-top-je .text-en {
    padding-top: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .p-contact .sub-top-je .text {
    font-size: 2.4rem;
  }
}
.p-contact .sub-top-je .img {
  left: 17rem;
  bottom: 4rem;
  width: 25.3rem;
  aspect-ratio: 0/0;
}
@media screen and (max-width: 960px) {
  .p-contact .sub-top-je .img {
    left: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-contact .sub-top-je .img {
    display: none;
  }
}
.p-contact__main {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-contact__main {
    padding: 6rem 0;
  }
}
.p-contact__main .container {
  width: calc(100% - 4rem);
  max-width: 103rem;
  margin: 0 auto;
  padding: 8rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container {
    padding: 3rem 2rem;
  }
}
.p-contact__main .container .step {
  width: 42rem;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .step {
    width: 25rem;
  }
}
.p-contact__main .container .top-sen {
  width: 90%;
  margin: 0 auto;
  margin-top: 6rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.25em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .top-sen {
    margin-top: 4rem;
    font-size: 1.2rem;
    width: 100%;
    display: none;
  }
}
.p-contact__main .container .top-sen-sp {
  display: none;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.25em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .top-sen-sp {
    display: block;
    font-size: 1.2rem;
    width: 100%;
    margin-top: 1rem;
    line-height: 1.7;
  }
  .p-contact__main .container .top-sen-sp:nth-child(3) {
    margin-top: 4rem;
  }
}
.p-contact__main .container .head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.25em;
  color: #2C343C;
}
.p-contact__main .container .head .req {
  font-size: 1rem;
  color: #E9872E;
}
.p-contact__main .container .form-wrap {
  width: calc(100% - 4rem);
  max-width: 71rem;
  margin: 0 auto;
  margin-top: 6rem;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .form-wrap {
    width: 100%;
    margin-top: 4rem;
  }
}
.p-contact__main .container .form-wrap .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__main .container .form-wrap .form .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.p-contact__main .container .form-wrap .form .main .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-contact__main .container .form-wrap .form .main .block .input-style {
  width: 100%;
  height: 5rem;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E6EAEE;
  background-color: #F5F7FA;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .form-wrap .form .main .block .input-style {
    padding-left: 1rem;
  }
}
.p-contact__main .container .form-wrap .form .main .block .input-style::-webkit-input-placeholder {
  color: #D3D3D3;
}
.p-contact__main .container .form-wrap .form .main .block .input-style::-moz-placeholder {
  color: #D3D3D3;
}
.p-contact__main .container .form-wrap .form .main .block .input-style:-ms-input-placeholder {
  color: #D3D3D3;
}
.p-contact__main .container .form-wrap .form .main .block .input-style::-ms-input-placeholder {
  color: #D3D3D3;
}
.p-contact__main .container .form-wrap .form .main .block .input-style::placeholder {
  color: #D3D3D3;
}
.p-contact__main .container .form-wrap .form .main .block .textarea-style {
  padding: 2rem;
  height: 15rem;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .form-wrap .form .main .block .textarea-style {
    padding: 2rem 1rem;
  }
}
.p-contact__main .container .form-wrap .form .main .block .select-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-contact__main .container .form-wrap .form .main .block .select-wrap .select-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__main .container .form-wrap .form .main .block .select-wrap .select-inner-block .select {
  position: relative;
}
.p-contact__main .container .form-wrap .form .main .block .select-wrap .select-inner-block .select i {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  color: #3E6997;
}
.p-contact__main .container .form-wrap .form .main .block .select-wrap .select-inner-block .select .w-98 {
  width: 9.8rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .form-wrap .form .main .block .select-wrap .select-inner-block .select .w-98 {
    width: 73.0666666667vw;
  }
}
.p-contact__main .container .form-wrap .form .main .block .select-wrap .select-inner-block .select .w-76 {
  width: 7.6rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .form-wrap .form .main .block .select-wrap .select-inner-block .select .w-76 {
    width: 30.1333333333vw;
  }
}
.p-contact__main .container .form-wrap .form .main .block .post-code-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
}
.p-contact__main .container .form-wrap .form .main .block .post-code-wrap .w-61 {
  width: 6.1rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .form-wrap .form .main .block .post-code-wrap .w-61 {
    width: 23.4666666667vw;
  }
}
.p-contact__main .container .form-wrap .form .main .block .post-code-wrap .w-72 {
  width: 7.2rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .form-wrap .form .main .block .post-code-wrap .w-72 {
    width: 40vw;
  }
}
.p-contact__main .container .form-wrap .form .main .block .unit-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.25em;
  color: #2C343C;
}
.p-contact__main .container .form-wrap .form .main .block .warning-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  color: #E9872E;
  display: none;
}
.p-contact__main .container .form-wrap .form .main .privacy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-contact__main .container .form-wrap .form .main .privacy-block .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #2C343C;
}
.p-contact__main .container .form-wrap .form .main .privacy-block .txt a {
  color: #E9872E;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.p-contact__main .container .form-wrap .form .main .privacy-block .txt .privacy-req {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  background-color: #E9872E;
  border-radius: 0.3rem;
  display: inline-block;
  padding: 0 1rem;
  line-height: 2;
  margin-left: 1.4rem;
}
.p-contact__main .container .confirm-wrap {
  width: calc(100% - 4rem);
  max-width: 42rem;
  margin: 0 auto;
  margin-top: 6rem;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .confirm-wrap {
    width: 100%;
  }
}
.p-contact__main .container .confirm-wrap .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.p-contact__main .container .confirm-wrap .main .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.p-contact__main .container .confirm-wrap .main .block .txt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.25em;
  color: #2C343C;
}
.p-contact__main .container .confirm-wrap .main .birth-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-contact__main .container .confirm-wrap .main .birth-wrap .birth-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__main .container .confirm-wrap .main .post-code-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__main .container .thanks-wrap {
  width: calc(100% - 4rem);
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .thanks-wrap {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-contact__main .container .thanks-wrap .thanks-top-sen {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.25em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .thanks-wrap .thanks-top-sen {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-contact__main .container .thanks-wrap .middle-sen {
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.25em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .thanks-wrap .middle-sen {
    margin-top: 2.5rem;
    font-size: 1.2rem;
  }
}
.p-contact__main .container .thanks-wrap .warning-board {
  width: 100%;
  margin-top: 6rem;
  padding: 4rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F7FA;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .thanks-wrap .warning-board {
    margin-top: 3rem;
    padding: 3rem 1rem;
  }
}
.p-contact__main .container .thanks-wrap .warning-board .warning-top-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.25em;
  color: #3E6997;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .thanks-wrap .warning-board .warning-top-txt {
    font-size: 1.2rem;
  }
}
.p-contact__main .container .thanks-wrap .warning-board .warning-bottom-txt {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.25em;
  color: #2C343C;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .thanks-wrap .warning-board .warning-bottom-txt {
    font-size: 1rem;
  }
}
.p-contact__main .container .thanks-wrap .warning-board .warning-bottom-txt a {
  border-bottom: 1px solid #3E6997;
  color: #3E6997;
}
.p-contact__main .container .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.p-contact__main .container .btn-wrap .prev-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding-bottom: 0.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #3E6997;
}
.p-contact__main .container .btn-wrap .prev-btn::before {
  content: "<";
  font-size: 1rem;
  border-radius: 50%;
  -webkit-transform: scaleY(2);
          transform: scaleY(2);
}
.p-contact__main .container .btn-wrap .prev-btn input {
  border-bottom: 1px solid #3E6997;
  padding-bottom: 0.3rem;
}
.p-contact__main .container .btn-style {
  width: 16rem;
  height: 5.6rem;
  margin: 0 auto;
  margin-top: 6rem;
  padding-left: 3rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10rem;
  background-color: #3E6997;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: white;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .p-contact__main .container .btn-style {
    margin-top: 3rem;
  }
}
.p-contact__main .container .btn-style br {
  display: none;
}
.p-contact__main .container .btn-style .circle {
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: white;
}
.p-contact__main .container .btn-style .circle i {
  font-size: 1.2rem;
  color: #3E6997;
}
.p-contact__main .container .back-btn {
  width: 21.1rem;
}

.carerecruit .mv {
  background-color: #F5EFDE;
  padding-bottom: 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .carerecruit .mv {
    overflow: hidden;
  }
}
@media screen and (max-width: 769px) {
  .carerecruit .mv {
    padding-bottom: 2.6rem;
  }
}
.carerecruit .mv .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1400px) {
  .carerecruit .mv .container {
    padding-left: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .carerecruit .mv .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
  }
}
.carerecruit .mv .container .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .carerecruit .mv .container .textbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.carerecruit .mv .container .textbox .catch {
  font-size: 6.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.14em;
  line-height: 1.45;
  padding-top: 15.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-height: 1100px) {
  .carerecruit .mv .container .textbox .catch {
    font-size: 4rem;
    padding-top: 10rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .carerecruit .mv .container .textbox .catch br {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .carerecruit .mv .container .textbox .catch {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 769px) {
  .carerecruit .mv .container .textbox .catch {
    padding-top: 0;
  }
}
@media screen and (max-width: 520px) {
  .carerecruit .mv .container .textbox .catch {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.carerecruit .mv .container .textbox .catch .orange {
  color: #E9872E;
}
.carerecruit .mv .container .textbox .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.25em;
  line-height: 1.8;
  color: #2C343C;
}
@media screen and (max-height: 1100px) {
  .carerecruit .mv .container .textbox .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1500px) {
  .carerecruit .mv .container .textbox .text br {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .carerecruit .mv .container .textbox .text {
    font-size: 1.2rem;
  }
}
.carerecruit .mv .container .textbox .middle {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #E9872E;
  letter-spacing: 0.14em;
  line-height: 1.4;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-height: 1100px) {
  .carerecruit .mv .container .textbox .middle {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .carerecruit .mv .container .textbox .middle br {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .carerecruit .mv .container .textbox .middle {
    font-size: 1.3rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.carerecruit .mv .container .imgbox {
  width: 61.9rem;
  aspect-ratio: 619/758;
  position: relative;
}
@media screen and (min-width: 1500px) and (max-height: 1100px) {
  .carerecruit .mv .container .imgbox {
    aspect-ratio: 619/550;
  }
}
@media screen and (max-height: 1100px) {
  .carerecruit .mv .container .imgbox {
    width: 42.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .carerecruit .mv .container .imgbox {
    width: 61.9rem;
  }
}
@media screen and (max-width: 1500px) {
  .carerecruit .mv .container .imgbox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    aspect-ratio: unset;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}
@media screen and (max-width: 960px) {
  .carerecruit .mv .container .imgbox {
    width: 100%;
    background-image: unset;
    aspect-ratio: 375/280;
  }
}
.carerecruit .mv .container .imgbox .img-sp-back {
  display: none;
}
@media screen and (max-width: 960px) {
  .carerecruit .mv .container .imgbox .img-sp-back {
    display: block;
    width: calc(100% + 3.2vw);
    padding-left: 0.8rem;
    position: absolute;
    top: -1.6rem;
    left: 0;
    z-index: 1;
  }
  .carerecruit .mv .container .imgbox .img-sp-back img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.carerecruit .mv .container .imgbox .img-lg {
  position: absolute;
  width: 37.6rem;
  aspect-ratio: 1/1;
  top: 11.4rem;
  right: 3.2rem;
  z-index: 2;
}
@media screen and (max-height: 1100px) {
  .carerecruit .mv .container .imgbox .img-lg {
    width: 27rem;
  }
}
@media screen and (max-width: 1500px) {
  .carerecruit .mv .container .imgbox .img-lg {
    right: 15rem;
  }
}
@media screen and (max-width: 960px) {
  .carerecruit .mv .container .imgbox .img-lg {
    right: 8rem;
    width: 37.6rem;
  }
}
@media screen and (max-width: 769px) {
  .carerecruit .mv .container .imgbox .img-lg {
    width: 15rem;
  }
}
@media screen and (max-width: 520px) {
  .carerecruit .mv .container .imgbox .img-lg {
    right: 4rem;
    top: 6rem;
  }
}
.carerecruit .mv .container .imgbox .img-sm {
  position: absolute;
  width: 24.6rem;
  aspect-ratio: 1/1;
  bottom: 5.1rem;
  left: 4.4rem;
  z-index: 2;
}
@media screen and (max-height: 1100px) {
  .carerecruit .mv .container .imgbox .img-sm {
    width: 14rem;
  }
}
@media screen and (max-width: 960px) {
  .carerecruit .mv .container .imgbox .img-sm {
    left: 10rem;
    width: 24.6rem;
  }
}
@media screen and (max-width: 769px) {
  .carerecruit .mv .container .imgbox .img-sm {
    width: 10.8rem;
  }
}
@media screen and (max-width: 520px) {
  .carerecruit .mv .container .imgbox .img-sm {
    left: 5rem;
    width: 10.8rem;
    bottom: 2.6rem;
  }
}
.carerecruit .mv .container .imgbox .illust1 {
  position: absolute;
  width: 15.448rem;
  aspect-ratio: 154.48/274.91;
  -webkit-transform: rotate(26.39deg);
          transform: rotate(26.39deg);
  top: 2rem;
  left: 9rem;
}
@media screen and (max-width: 520px) {
  .carerecruit .mv .container .imgbox .illust1 {
    width: 8.732rem;
    top: 0rem;
    -webkit-transform: rotate(43deg);
            transform: rotate(43deg);
    left: 7.2rem;
  }
}
.carerecruit .mv .container .imgbox .illust2 {
  position: absolute;
  width: 17.565rem;
  aspect-ratio: 17.565/31.418;
  -webkit-transform: rotate(57.46deg);
          transform: rotate(57.46deg);
  right: 1.8rem;
  bottom: 0;
}
@media screen and (max-width: 520px) {
  .carerecruit .mv .container .imgbox .illust2 {
    width: 7.459rem;
    right: 2rem;
    bottom: -5.3rem;
  }
}
.carerecruit .mv .container .imgbox .img-circle1 {
  width: 7.2rem;
  aspect-ratio: 1/1;
  background-color: #3E6997;
  border-radius: 50%;
  position: absolute;
  top: 29.5rem;
  left: 0rem;
}
@media screen and (max-width: 520px) {
  .carerecruit .mv .container .imgbox .img-circle1 {
    width: 3.7rem;
    left: 0.8rem;
    top: 13.1rem;
  }
}
.carerecruit .mv .container .imgbox .img-circle2 {
  width: 5.7rem;
  aspect-ratio: 1/1;
  background-color: #E9872E;
  border-radius: 50%;
  position: absolute;
  bottom: 18.4rem;
  right: 20.3rem;
}
@media screen and (max-width: 520px) {
  .carerecruit .mv .container .imgbox .img-circle2 {
    width: 2.8rem;
    right: unset;
    left: 17.9rem;
    bottom: 2.6rem;
  }
}
.carerecruit .mv .container .imgbox .img-circle3 {
  width: 7.3rem;
  aspect-ratio: 1/1;
  background-color: #E9872E;
  border-radius: 50%;
  position: absolute;
  top: 7.7rem;
  right: -0.68rem;
}
@media screen and (max-width: 520px) {
  .carerecruit .mv .container .imgbox .img-circle3 {
    width: 3.2rem;
    right: 1.2rem;
    top: 5.5rem;
  }
}
.carerecruit .point {
  position: relative;
  z-index: 1;
}
.carerecruit .point .above-border {
  position: absolute;
  width: 100%;
  height: 26.3rem;
  top: 0;
  left: 0;
  background-color: #F5EFDE;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .above-border {
    height: 6rem;
  }
}
.carerecruit .point .above-border img {
  -o-object-fit: fill;
     object-fit: fill;
}
.carerecruit .point .below-border {
  position: absolute;
  width: 100%;
  height: 26.3rem;
  bottom: 0;
  left: 0;
  background-color: #F5EFDE;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .below-border {
    height: 6rem;
  }
}
.carerecruit .point .below-border img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -o-object-fit: fill;
     object-fit: fill;
}
.carerecruit .point .container {
  padding-top: 10rem;
  max-width: 124rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container {
    padding-top: 4.8rem;
  }
}
.carerecruit .point .container .catch {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .catch {
    font-size: 1.6rem;
  }
}
.carerecruit .point .container .title {
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .title {
    margin-top: 4.5rem;
  }
}
.carerecruit .point .container .title .en {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .title .en {
    font-size: 1.2rem;
  }
}
.carerecruit .point .container .title .ja {
  text-align: center;
  font-size: 4.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .title .ja {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.carerecruit .point .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  margin-top: 5.4rem;
  padding-bottom: 19.3rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content {
    gap: 2rem;
    margin-top: 3rem;
    padding-bottom: 9.3rem;
  }
}
.carerecruit .point .container .content .item {
  background-color: #FAF7EF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content .item {
    padding: 1.6rem 1.4rem;
  }
}
.carerecruit .point .container .content .item .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content .item .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carerecruit .point .container .content .item .above .left {
  background-color: #E9872E;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 6rem;
  padding-top: 4.35rem;
  padding-bottom: 4.35rem;
  color: white;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content .item .above .left {
    padding: 1.6rem;
  }
}
.carerecruit .point .container .content .item .above .left .num {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content .item .above .left .num {
    font-size: 2rem;
  }
}
.carerecruit .point .container .content .item .above .left .num .sm {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-right: 1rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content .item .above .left .num .sm {
    font-size: 1.2rem;
  }
}
.carerecruit .point .container .content .item .above .left .item-title {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-columns: white;
     -moz-columns: white;
          columns: white;
  letter-spacing: 0.25em;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content .item .above .left .item-title {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 520px) {
  .carerecruit .point .container .content .item .above .right-padding-thin {
    padding-right: 1rem;
  }
}
.carerecruit .point .container .content .item .above .right {
  width: 50rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content .item .above .right {
    width: 100%;
    aspect-ratio: 307/125;
  }
}
.carerecruit .point .container .content .item .middle {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content .item .middle {
    margin-top: 1.6rem;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.carerecruit .point .container .content .item .middle .orange {
  color: #E9872E;
  font-weight: bold;
}
.carerecruit .point .container .content .item .below {
  padding: 3rem;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content .item .below {
    margin-top: 1.6rem;
    padding: 1.6rem 1rem;
    gap: 1.5rem;
  }
}
.carerecruit .point .container .content .item .below .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25.6rem;
  height: 5.6rem;
  background-color: #3E6997;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  padding-left: 3rem;
  padding-right: 2rem;
  border-radius: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3E6997;
}
@media screen and (min-width: 520px) {
  .carerecruit .point .container .content .item .below .link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .carerecruit .point .container .content .item .below .link:hover {
    background-color: white;
    color: #3E6997;
  }
  .carerecruit .point .container .content .item .below .link:hover .angle {
    background-color: #3E6997;
    color: white;
  }
}
@media screen and (max-width: 769px) {
  .carerecruit .point .container .content .item .below .link {
    padding: 1.1rem 1.4rem;
    height: 4.8rem;
    font-size: 1.2rem;
    width: 100%;
  }
}
.carerecruit .point .container .content .item .below .link .angle {
  width: 2.6rem;
  height: 2.6rem;
  background-color: white;
  border-radius: 50%;
  color: #3E6997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carerecruit .career {
  background-color: #F5EFDE;
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .carerecruit .career {
    padding-top: 5rem;
  }
}
.carerecruit .career .container {
  max-width: 124rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.carerecruit .career .container .title .en {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .career .container .title .en {
    font-size: 1.2rem;
  }
}
.carerecruit .career .container .title .ja {
  font-size: 4.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .career .container .title .ja {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.carerecruit .career .container .top-text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .career .container .top-text {
    margin-top: 3.2rem;
    font-size: 1.2rem;
  }
}
.carerecruit .career .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.9rem;
  margin-top: 3.2rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .career .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.6rem;
    gap: 2.3rem;
    padding-bottom: 7.6rem;
  }
}
.carerecruit .career .illust1 {
  position: absolute;
  width: 41.82rem;
  aspect-ratio: 418.2/307.56;
  top: 2.6rem;
  left: -4.6rem;
  -webkit-transform: rotate(143deg);
          transform: rotate(143deg);
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .carerecruit .career .illust1 {
    width: 22.1rem;
    left: -10rem;
    top: 1.6rem;
  }
}
.carerecruit .career .illust2 {
  position: absolute;
  width: 24.2rem;
  aspect-ratio: 242/404;
  bottom: -2.2rem;
  right: -5rem;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .carerecruit .career .illust2 {
    width: 14.7rem;
  }
}
.carerecruit .data {
  background-image: url(../img/carerecruit-data-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 12rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .data {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 520px) {
  .carerecruit .data {
    background-image: url(../img/carerecruit-data-back-sp.png);
  }
}
.carerecruit .data .title {
  padding-top: 11.6rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .data .title {
    padding-top: 21.1rem;
  }
}
.carerecruit .data .title .en {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .data .title .en {
    font-size: 1.2rem;
  }
}
.carerecruit .data .title .ja {
  font-size: 4.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .data .title .ja {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.carerecruit .data .title .text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.25em;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .data .title .text {
    font-size: 1.2rem;
    margin-top: 3.2rem;
  }
}
.carerecruit .data .swiper {
  padding-top: 8.4rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .carerecruit .data .swiper {
    padding-top: 7.6rem;
  }
}
.carerecruit .data .swiper .swiper-wrapper .swiper-slide {
  width: 40rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .data .swiper .swiper-wrapper .swiper-slide {
    width: 27.7rem;
  }
}
.carerecruit .data .swiper .swiper-wrapper .swiper-slide:first-child {
  width: 10rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .data .swiper .swiper-wrapper .swiper-slide:first-child {
    display: none;
  }
}
.carerecruit .data .swiper .swiper-wrapper .swiper-slide:last-child {
  width: 10rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .data .swiper .swiper-wrapper .swiper-slide:last-child {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .carerecruit .data .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .carerecruit .data .swiper .swiper-wrapper .swiper-slide:nth-last-child(2) {
    padding-right: 2rem;
  }
}
.carerecruit .data .swiper .controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  gap: 1.2rem;
  top: 0;
  right: 10rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .data .swiper .controller {
    top: 2.4rem;
    right: 2rem;
    gap: 0.8rem;
  }
}
.carerecruit .data .swiper .controller .swiper-button-prev,
.carerecruit .data .swiper .controller .swiper-button-next {
  width: 5.6rem;
  height: 5.6rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3E6997;
  border-radius: 50%;
  position: relative;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 520px) {
  .carerecruit .data .swiper .controller .swiper-button-prev:hover,
  .carerecruit .data .swiper .controller .swiper-button-next:hover {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 520px) {
  .carerecruit .data .swiper .controller .swiper-button-prev:active,
  .carerecruit .data .swiper .controller .swiper-button-next:active {
    background-color: #E3F2FF;
  }
}
@media screen and (max-width: 769px) {
  .carerecruit .data .swiper .controller .swiper-button-prev,
  .carerecruit .data .swiper .controller .swiper-button-next {
    height: 3.2rem;
    width: 3.2rem;
  }
}
.carerecruit .data .swiper .controller .swiper-button-prev::after,
.carerecruit .data .swiper .controller .swiper-button-next::after {
  font-size: 1.8rem;
  color: #3E6997;
}
@media screen and (max-width: 769px) {
  .carerecruit .data .swiper .controller .swiper-button-prev::after,
  .carerecruit .data .swiper .controller .swiper-button-next::after {
    font-size: 1.2rem;
  }
}
.carerecruit .voice {
  background-color: #F5EFDE;
  padding-top: 8rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .carerecruit .voice {
    padding-top: 6.6rem;
  }
}
.carerecruit .voice .container {
  max-width: 102.4rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.carerecruit .voice .container .title .en {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .voice .container .title .en {
    font-size: 1.2rem;
  }
}
.carerecruit .voice .container .title .ja {
  font-size: 4.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E6997;
  letter-spacing: 0.2em;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .voice .container .title .ja {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.carerecruit .voice .container .title .text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .voice .container .title .text {
    font-size: 1.2rem;
    margin-top: 3.2rem;
  }
}
.carerecruit .voice .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.2rem;
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .voice .container .content {
    gap: 1.8rem;
    padding-bottom: 12.3rem;
  }
}
.carerecruit .voice .container .content .bubble-sp {
  display: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .carerecruit .voice .container .content .bubble-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}
.carerecruit .voice .container .content .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .voice .container .content .item {
    display: none;
  }
}
.carerecruit .voice .container .content .item .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2C343C;
  letter-spacing: 0.25em;
  line-height: 2.2;
  padding-top: 2rem;
}
.carerecruit .voice .container .content .item:nth-child(2) {
  background-image: url(../img/carerecruit-bubble1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 72.4rem;
  height: 17.55rem;
}
.carerecruit .voice .container .content .item:nth-child(3) {
  background-image: url(../img/carerecruit-bubble2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 72.4rem;
  height: 17.55rem;
}
.carerecruit .voice .container .content .item:nth-child(4) {
  background-image: url(../img/carerecruit-bubble3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 80.3rem;
  height: 17.55rem;
}
.carerecruit .voice .container .content .item:nth-child(5) {
  background-image: url(../img/carerecruit-bubble4.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 72.4rem;
  height: 21.05rem;
}
.carerecruit .voice .container .content .item:nth-child(odd) {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.carerecruit .voice .illust1 {
  position: absolute;
  width: 24.203rem;
  aspect-ratio: 242.03/430.73;
  top: 2.1rem;
  right: 5.5rem;
  -webkit-transform: rotate(134.48deg);
          transform: rotate(134.48deg);
}
@media screen and (max-width: 769px) {
  .carerecruit .voice .illust1 {
    width: unset;
    right: -2rem;
    top: 2.9rem;
    height: 18rem;
  }
}
.carerecruit .voice .illust2 {
  position: absolute;
  width: 19.601rem;
  aspect-ratio: 196.01/303.64;
  bottom: 26.3rem;
  left: 1.3rem;
  -webkit-transform: rotate(-165.19deg);
          transform: rotate(-165.19deg);
}
@media screen and (max-width: 769px) {
  .carerecruit .voice .illust2 {
    width: 11.2rem;
    bottom: 1.6rem;
    left: 0.54rem;
    z-index: 1;
  }
}
.carerecruit .entry {
  width: 100%;
  aspect-ratio: 1440/510;
  background-image: url(../img/carerecruit-entry-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F5EFDE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .carerecruit .entry {
    aspect-ratio: 375/280;
    background-image: url(../img/carerecruit-entry-back-sp.png);
  }
}
.carerecruit .entry .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.8rem;
  background-color: #E9872E;
  width: 80rem;
  border-radius: 1rem;
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
  border: 1px solid #E9872E;
}
@media screen and (max-width: 769px) {
  .carerecruit .entry .link {
    width: calc(100% - 5.2rem);
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    gap: 1.6rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 520px) {
  .carerecruit .entry .link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .carerecruit .entry .link:hover {
    background-color: white;
  }
  .carerecruit .entry .link:hover .en {
    color: #E9872E;
  }
  .carerecruit .entry .link:hover .ja {
    color: #E9872E;
  }
}
.carerecruit .entry .link .en {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Rokkitt", serif;
  color: white;
  letter-spacing: 0.2em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .carerecruit .entry .link .en {
    font-size: 1.6rem;
  }
}
.carerecruit .entry .link .ja {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .carerecruit .entry .link .ja {
    font-size: 2rem;
  }
}
.carerecruit .line {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 7rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .carerecruit .line {
    padding-top: 3rem;
  }
}
.carerecruit .line .sp-link-btn {
  width: 80.5333333333%;
  position: absolute;
  background-image: url(../img/carerecruit-line-btn-sp.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 302/50;
  bottom: 3.5rem;
  display: none;
}
@media screen and (max-width: 769px) {
  .carerecruit .line .sp-link-btn {
    display: block;
  }
}
.carerecruit .line .img {
  width: 80rem;
}
@media screen and (max-width: 769px) {
  .carerecruit .line .img {
    width: calc(100% - 4rem);
  }
}