@charset "UTF-8";
@font-face {
  font-family: din;
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/D-DIN.otf") format("opentype");
}
@font-face {
  font-family: din;
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/D-DIN-Bold.otf") format("opentype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
hgroup,
menu {
  display: block;
}

blockquote,
q {
  quotes: none;
}

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

ul,
ol,
li,
menu,
dir,
figure {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-block: 0 0;
}

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

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
}

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

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

[hidden],
template {
  display: none;
}

input[type=button],
input[type=text],
input[type=search],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

table,
tbody {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0;
  border-style: none;
}

html {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
picture {
  display: block;
  line-height: 0;
}

.body {
  position: relative;
}

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 12;
  padding: 22.5px 0 19.5px 25px;
  background: #fff;
}
@media screen and (width <= 900px) {
  .header {
    padding: 15px;
  }
}
.header__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (width <= 900px) {
  .header__logo {
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__logo img {
  width: 136px;
}
@media screen and (width <= 900px) {
  .header__logo img {
    width: 105px;
  }
}
.header__logo span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #6d6e6d;
}
@media screen and (width <= 900px) {
  .header__logo span {
    font-size: 11px;
  }
}
.header__right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media screen and (width <= 900px) {
  .header__right {
    top: auto;
    bottom: 0;
    gap: 5px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 13px 0 0;
  }
}
.header__btn {
  display: block;
  width: 200px;
  padding: 19px 0 18px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
  background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
  border-radius: 0 0 13px 13px;
}
@media screen and (width <= 900px) {
  .header__btn {
    width: 102px;
    padding: 12px 0 9px;
    border: 1px solid #fff;
    border-radius: 15px 15px 0 0;
  }
}
.header__btn-e {
  font-family: din, sans-serif;
  font-size: 22px;
  color: #ff0;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .header__btn-e {
    font-size: 13px;
  }
}
.header__btn-j {
  padding: 9px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .header__btn-j {
    padding: 6px 0 0;
    font-size: 8px;
    text-indent: 0.02em;
    letter-spacing: 0.02em;
  }
}

.hamburger {
  width: 85px;
  height: 80px;
  padding: 31px 27px;
  cursor: pointer;
  background: #1d8ccc;
  border-radius: 0 0 0 13px;
}
@media screen and (width <= 900px) {
  .hamburger {
    width: 62px;
    height: 50px;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 15px 15px 0 0;
  }
}
.hamburger__overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: all;
  content: "";
  background: rgba(0, 0, 0, 0);
}
.hamburger__line {
  position: relative;
  width: 30px;
  height: 16px;
  pointer-events: all;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
@media screen and (width <= 900px) {
  .hamburger__line {
    width: 20px;
    height: 10px;
  }
}
@media (hover: hover) {
  .hamburger__line:hover {
    opacity: 0.7;
  }
}
.hamburger__border1, .hamburger__border2 {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hamburger__border1 {
  top: 0;
}
.hamburger__border1.open {
  top: 50%;
  left: 50%;
  width: 34px;
  -webkit-transform: rotate(28.0724869359deg) translate(-50%, -50%);
          transform: rotate(28.0724869359deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (width <= 900px) {
  .hamburger__border1.open {
    width: 22.360679775px;
    -webkit-transform: rotate(26.5650511771deg) translate(-50%, -50%);
            transform: rotate(26.5650511771deg) translate(-50%, -50%);
  }
}
.hamburger__border2 {
  bottom: 0;
}
.hamburger__border2.open {
  bottom: 50%;
  left: 50%;
  width: 34px;
  -webkit-transform: rotate(-28.0724869359deg) translate(-50%, 50%);
          transform: rotate(-28.0724869359deg) translate(-50%, 50%);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media screen and (width <= 900px) {
  .hamburger__border2.open {
    width: 22.360679775px;
    -webkit-transform: rotate(-26.5650511771deg) translate(-50%, 50%);
            transform: rotate(-26.5650511771deg) translate(-50%, 50%);
  }
}

.hamin {
  position: fixed;
  inset: 0;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  padding: 180px 0 120px;
  overflow-y: scroll;
  background: #dee4e8;
}
@media screen and (width <= 900px) {
  .hamin {
    padding: 0 0 120px;
    margin: 51px 0 0;
    border-top: 12px solid #fff;
  }
}
.hamin.js-open {
  display: block;
  opacity: 1;
}
.hamin__ul {
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 4px solid #fff;
}
@media screen and (width <= 900px) {
  .hamin__ul {
    border-bottom: 3px solid #fff;
  }
}
.hamin__li {
  padding: 0 0 13px;
  border-top: 4px solid #fff;
}
@media screen and (width <= 900px) {
  .hamin__li {
    border-top: 3px solid #fff;
  }
  .hamin__li_pc {
    display: none;
  }
}
.hamin__li_sp {
  display: none;
}
@media screen and (width <= 900px) {
  .hamin__li_sp {
    display: block;
  }
}
.hamin__lidot {
  padding: 0 0 13px;
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 6px 1px;
}
@media screen and (width <= 900px) {
  .hamin__lidot {
    display: none;
  }
}
.hamin__link, .hamin__arr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.hamin__link {
  padding: 19px 4px 6px;
}
.hamin__link_pointer {
  cursor: pointer;
}
.hamin__arr {
  padding: 19px 4px 6px 277px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hamin__plus {
  position: absolute;
  top: 20px;
  right: 4px;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
@media screen and (width <= 900px) {
  .hamin__plus {
    right: 22px;
    display: block;
    width: 32px;
    height: 32px;
  }
}
.hamin__plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  content: "";
  background: #00438d;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (width <= 900px) {
  .hamin__plus::after {
    width: 15px;
  }
}
.hamin__plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 12px;
  content: "";
  background: #00438d;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (width <= 900px) {
  .hamin__plus::before {
    height: 15px;
  }
}
.hamin__plus.js-active::before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.hamin__plus.js-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.hamin__eg {
  font-family: din, sans-serif;
  font-size: 11px;
  color: #1d8ccc;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .hamin__eg {
    padding: 0 0 0 25px;
  }
}
.hamin__t1 {
  padding: 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .hamin__t1 {
    padding: 5px 0 0 25px;
  }
}
.hamin__col {
  width: 273px;
}
.hamin__center {
  display: block;
  padding: 9px 0;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .hamin__center {
    display: none;
  }
}
.hamin__svg {
  position: absolute;
  top: 20px;
  right: 4px;
  width: 30px;
}
@media screen and (width <= 900px) {
  .hamin__svg {
    right: 22px;
    width: 32px;
  }
}
.hamin__c1 {
  fill: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hamin__c2 {
  fill: none;
  stroke: #00438d;
  stroke-linejoin: round;
  stroke-width: 1.14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hamin__mrr {
  padding: 0 4px 6px 277px;
}
@media screen and (width <= 900px) {
  .hamin__mrr {
    display: none;
    padding: 13px 0 0;
  }
}
.hamin__ul-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 29px;
}
@media screen and (width <= 900px) {
  .hamin__ul-2 {
    gap: 0 25px;
    padding: 0 0 0 25px;
  }
}
.hamin__ul-2 li {
  display: block;
}
.hamin__ul-2 a {
  display: block;
  font-size: 13px;
  line-height: 2;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .hamin__ul-2 a {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
.hamin__ul-2 a::before {
  content: "〉";
}
.hamin__splink, .hamin__splink-dot, .hamin__spcenter, .hamin__spcenter-dot {
  display: none;
}
@media screen and (width <= 900px) {
  .hamin__splink, .hamin__splink-dot, .hamin__spcenter, .hamin__spcenter-dot {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.1em;
  }
}
.hamin__splink {
  padding: 17px 0 20px 25px;
  border-top: 3px solid #fff;
}
.hamin__splink-dot {
  padding: 20px 0 7px 25px;
  margin: 13px 0 0;
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 6px 1px;
}
.hamin__spcenter {
  padding: 13.5px 0 16.5px 25px;
  border-top: 3px solid #fff;
}
.hamin__spcenter-dot {
  padding: 16.5px 0 16.5px 25px;
  margin: 13px 0 0;
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 6px 1px;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 0 0 24px;
  border-top: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .footer {
    padding: 0 0 16px;
    border-top: 2px solid #00438d;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(60px, calc(31.25vw + -246.25px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 52px 0 37px;
  margin: 0 auto;
  background: #eaedf0;
}
@media screen and (width <= 900px) {
  .footer__nav {
    display: none;
  }
}
.footer__col:last-of-type {
  padding: 0 37px 0 0;
}
.footer__eg {
  font-family: din, sans-serif;
  font-size: 11px;
  color: #1d8ccc;
  letter-spacing: 0.2em;
}
.footer__b1 {
  display: block;
  margin: 13px 0 0;
  font-size: 17px;
  font-weight: 700;
  color: #00438d;
  letter-spacing: 0.1em;
}
.footer__ul {
  padding: 18px 0 0;
}
.footer__ul a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.1em;
}
.footer__ul a::before {
  content: "〉";
}
.footer__btn {
  display: block;
  width: 169px;
  margin: 46px auto 0;
}
@media screen and (width <= 900px) {
  .footer__btn {
    width: 130px;
    margin: 38px auto 0;
  }
}
.footer__copyright {
  padding: 37px 0 0;
  font-size: 9px;
  font-weight: 500;
  text-align: center;
}
@media screen and (width <= 900px) {
  .footer__copyright {
    padding: 27px 0 0;
  }
}

.goto-top {
  position: fixed;
  inset: auto 0 20px;
  z-index: 2;
  padding: 0 20px;
  margin: 0 auto;
}
.goto-top.modal-open {
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
@media screen and (width <= 900px) {
  .goto-top {
    bottom: 70px;
  }
}
.goto-top a {
  display: block;
  width: 60px;
  margin: 0 0 0 auto;
}
@media screen and (width <= 900px) {
  .goto-top a {
    width: 40px;
  }
}
.goto-top svg {
  width: 60px;
  height: 60px;
}
@media screen and (width <= 900px) {
  .goto-top svg {
    width: 40px;
    height: 40px;
  }
}
.goto-top__cls1 {
  fill: #231815;
}
.goto-top__cls2 {
  fill: #fff;
}
.goto-top__cls3 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
}

@media screen and (width <= 900px) {
  .p-pc {
    display: none;
  }
}

.p-sp {
  display: none;
}
@media screen and (width <= 900px) {
  .p-sp {
    display: block;
  }
}

.p-eg {
  position: relative;
  padding: 37px 0 0;
  font-family: din, sans-serif;
  font-size: 19px;
  color: #1d8ccc;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .p-eg {
    padding: 20px 0 0;
    font-size: 11px;
  }
}
.p-eg::after, .p-eg::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: #00438d;
  -webkit-transform: translateX(8.5px);
          transform: translateX(8.5px);
}
@media screen and (width <= 900px) {
  .p-eg::after, .p-eg::before {
    width: 8px;
    height: 8px;
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.p-eg::before {
  background: #1d8ccc;
  -webkit-transform: translateX(-8.5px);
          transform: translateX(-8.5px);
}
@media screen and (width <= 900px) {
  .p-eg::before {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}
.p-eg_lw {
  padding: 19px 0 0;
  font-size: 12px;
}
@media screen and (width <= 900px) {
  .p-eg_lw {
    padding: 10px 0 0;
    font-size: 8px;
  }
}
.p-eg_lw::after, .p-eg_lw::before {
  width: 8px;
  height: 8px;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
@media screen and (width <= 900px) {
  .p-eg_lw::after, .p-eg_lw::before {
    width: 4px;
    height: 4px;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.p-eg_lw::before {
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}
@media screen and (width <= 900px) {
  .p-eg_lw::before {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}

.p-title {
  padding: 30px 0 0;
  font-size: 38px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .p-title {
    padding: 10px 0 0;
    font-size: 20px;
  }
}

.p-text {
  padding: 34px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .p-text {
    padding: 22px 0 0;
    font-size: 12px;
  }
}

.p-btn-arrow {
  position: relative;
  display: block;
  width: 290px;
  background: #1d8ccc;
  border: 1px solid #1d8ccc;
  border-radius: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-arrow {
    width: 178px;
  }
}
.p-btn-arrow p {
  padding: 0 0 0 77px;
  font-family: din, sans-serif;
  font-size: 16px;
  line-height: 58px;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-arrow p {
    padding: 0 0 0 44px;
    font-size: 11px;
    line-height: 35px;
    letter-spacing: 0.2em;
  }
}
.p-btn-arrow svg {
  position: absolute;
  top: 50%;
  right: 14.5px;
  width: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .p-btn-arrow svg {
    right: 9px;
    width: 21px;
  }
}
.p-btn-arrow svg .c1 {
  fill: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-btn-arrow svg .c2 {
  fill: none;
  stroke: #00438d;
  stroke-linejoin: round;
  stroke-width: 1.14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .p-btn-arrow:hover {
    background: #fff;
    opacity: 1;
  }
  .p-btn-arrow:hover p {
    color: #1d8ccc;
  }
  .p-btn-arrow:hover .c1 {
    fill: #1d8ccc;
  }
  .p-btn-arrow:hover .c2 {
    stroke: #fff;
  }
}
.p-btn-arrow:active {
  background: #fff;
  opacity: 1;
}
.p-btn-arrow:active p {
  color: #1d8ccc;
}
.p-btn-arrow:active .c1 {
  fill: #1d8ccc;
}
.p-btn-arrow:active .c2 {
  stroke: #fff;
}
.p-btn-arrow_foot, .p-btn-arrow_foot-e {
  position: absolute;
  inset: auto 0 0;
  width: 220px;
  margin: 0 auto;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
}
@media screen and (width <= 900px) {
  .p-btn-arrow_foot, .p-btn-arrow_foot-e {
    width: 169px;
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
}
.p-btn-arrow_foot p, .p-btn-arrow_foot-e p {
  padding: 0 0 0 57px;
  font-size: 13px;
  line-height: 43px;
}
@media screen and (width <= 900px) {
  .p-btn-arrow_foot p, .p-btn-arrow_foot-e p {
    padding: 0 0 0 42px;
    font-size: 10px;
    line-height: 33px;
  }
}
.p-btn-arrow_foot svg, .p-btn-arrow_foot-e svg {
  right: 11.5px;
  width: 26px;
}
@media screen and (width <= 900px) {
  .p-btn-arrow_foot svg, .p-btn-arrow_foot-e svg {
    right: 9px;
    width: 20px;
  }
}
.p-btn-arrow_foot-e {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (width <= 900px) {
  .p-btn-arrow_foot-e {
    width: 135px;
  }
  .p-btn-arrow_foot-e p {
    padding: 0 0 0 36px;
    font-size: 8px;
    line-height: 26px;
  }
  .p-btn-arrow_foot-e svg {
    right: 7px;
    width: 16px;
  }
}
.p-btn-arrow_fe-env {
  width: 220px;
  margin: 32px auto 0;
}
@media screen and (width <= 900px) {
  .p-btn-arrow_fe-env {
    margin: 29px auto 0;
  }
}
.p-btn-arrow_fe-env p {
  padding: 0 0 0 57px;
  font-size: 13px;
  line-height: 43px;
}
.p-btn-arrow_fe-env svg {
  right: 11.5px;
  width: 26px;
}
.p-btn-arrow_fe-env2 {
  width: 220px;
  margin: 40px auto 0;
}
@media screen and (width <= 900px) {
  .p-btn-arrow_fe-env2 {
    margin: 29px auto 0;
  }
}
.p-btn-arrow_fe-env2 p {
  padding: 0 0 0 57px;
  font-size: 13px;
  line-height: 43px;
}
.p-btn-arrow_fe-env2 svg {
  right: 11.5px;
  width: 26px;
}
.p-btn-arrow_fe-ws {
  position: absolute;
  right: 26px;
  bottom: -25px;
  width: 240px;
  margin: 40px auto 0;
}
@media screen and (width <= 900px) {
  .p-btn-arrow_fe-ws {
    inset: auto 0 -22.5px;
    margin: 0 auto;
  }
}
.p-btn-arrow_fe-ws p {
  padding: 0 0 0 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 43px;
}
.p-btn-arrow_fe-ws svg {
  right: 11.5px;
  width: 26px;
}

.p-btn-arrow-num {
  position: relative;
  display: block;
  width: 440px;
  margin: 28px auto 0;
  background: #1d8ccc;
  border: 1px solid #1d8ccc;
  border-radius: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-arrow-num {
    width: 250px;
    margin: 20px auto 0;
  }
}
.p-btn-arrow-num.benefit- {
  margin: 50px auto 0;
}
@media screen and (width <= 900px) {
  .p-btn-arrow-num.benefit- {
    width: 270px;
  }
}
.p-btn-arrow-num p {
  padding: 0 0 0 52px;
  font-size: 20px;
  font-weight: 500;
  line-height: 88px;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-arrow-num p {
    padding: 0 0 0 35px;
    font-size: 13px;
    line-height: 48px;
  }
}
.p-btn-arrow-num svg {
  position: absolute;
  top: 50%;
  right: 14.5px;
  width: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .p-btn-arrow-num svg {
    right: 8px;
    width: 25px;
  }
}
.p-btn-arrow-num svg .c1 {
  fill: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-btn-arrow-num svg .c2 {
  fill: none;
  stroke: #00438d;
  stroke-linejoin: round;
  stroke-width: 1.14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .p-btn-arrow-num:hover {
    background: #fff;
    opacity: 1;
  }
  .p-btn-arrow-num:hover p {
    color: #1d8ccc;
  }
  .p-btn-arrow-num:hover .c1 {
    fill: #1d8ccc;
  }
  .p-btn-arrow-num:hover .c2 {
    stroke: #fff;
  }
}
.p-btn-arrow-num:active {
  background: #fff;
  opacity: 1;
}
.p-btn-arrow-num:active p {
  color: #1d8ccc;
}
.p-btn-arrow-num:active .c1 {
  fill: #1d8ccc;
}
.p-btn-arrow-num:active .c2 {
  stroke: #fff;
}

.p-btn-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 80px;
  padding: 0 33px;
  background: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-1 {
    gap: 13px;
    width: 238px;
    height: 50px;
    padding: 0 21px;
  }
}
.p-btn-1_w1 {
  gap: 25px;
  width: 310px;
}
@media screen and (width <= 900px) {
  .p-btn-1_w1 {
    gap: 68px;
    width: 280px;
  }
}
.p-btn-1_w2 {
  gap: 25px;
  width: 450px;
}
@media screen and (width <= 900px) {
  .p-btn-1_w2 {
    gap: 10px;
    width: 280px;
  }
}
.p-btn-1_tochigi {
  gap: 24px;
  width: 300px;
}
@media screen and (width <= 900px) {
  .p-btn-1_tochigi {
    gap: 34px;
    width: 238px;
  }
}
.p-btn-1_bank {
  gap: 13px;
  width: 300px;
}
@media screen and (width <= 900px) {
  .p-btn-1_bank {
    gap: 26px;
    width: 238px;
  }
}
.p-btn-1_work {
  gap: 13px;
  width: 300px;
}
@media screen and (width <= 900px) {
  .p-btn-1_work {
    gap: 28px;
    width: 238px;
  }
}
.p-btn-1__u {
  width: 38px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-1__u {
    width: 24px;
  }
}
.p-btn-1__u .cls-1 {
  fill: #1d8ccc;
}
.p-btn-1__u .cls-2 {
  fill: none;
  stroke: #1d8ccc;
  stroke-miterlimit: 10;
  stroke-width: 5.01px;
}
.p-btn-1__b {
  width: 25.6px;
  height: 39px;
  margin: 0 8px;
  fill: #1d8ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-1__b {
    width: 22px;
    margin: 0 15px 0 2px;
  }
}
.p-btn-1__ws1 {
  display: block;
  width: 39px;
  fill: #1d8ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-1__ws1 {
    width: 25px;
  }
}
.p-btn-1__ws2 {
  display: block;
  width: 39px;
  fill: #1d8ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-1__ws2 {
    width: 25px;
  }
}
.p-btn-1__tochigi {
  display: block;
  width: 34px;
  fill: #1d8ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-1__tochigi {
    width: 20px;
  }
}
.p-btn-1__bank {
  display: block;
  width: 39px;
  fill: #1d8ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-1__bank {
    width: 23px;
  }
}
.p-btn-1__work {
  display: block;
  width: 40px;
  fill: #1d8ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-1__work {
    width: 24px;
  }
}
.p-btn-1__text {
  font-size: 18px;
  font-weight: 500;
  color: #00438d;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-1__text {
    font-size: 12px;
  }
}
.p-btn-1__text span {
  font-weight: 700;
}
.p-btn-1__arrow {
  position: absolute;
  top: 26.5px;
  right: 20px;
  width: 27px;
  height: 27px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-btn-1__arrow {
    top: 16.5px;
    right: 13px;
    width: 17px;
    height: 17px;
  }
}
.p-btn-1__arrow .cls-1 {
  fill: #1d8ccc;
}
.p-btn-1__arrow .cls-2 {
  fill: none;
  stroke: #00438d;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}
@media (hover: hover) {
  .p-btn-1:hover {
    background: #00438d;
    opacity: 1;
  }
  .p-btn-1:hover .p-btn-1__text {
    color: #fff;
  }
  .p-btn-1:hover .p-btn-1__arrow .cls-1 {
    fill: #fff;
  }
  .p-btn-1:hover .p-btn-1__arrow .cls-2 {
    stroke: #fff;
  }
  .p-btn-1:hover .p-btn-1__u .cls-1 {
    fill: #fff;
  }
  .p-btn-1:hover .p-btn-1__u .cls-2 {
    stroke: #fff;
  }
  .p-btn-1:hover .p-btn-1__b {
    fill: #fff;
  }
}
.p-btn-1:active {
  background: #00438d;
  opacity: 1;
}
.p-btn-1:active .p-btn-1__text {
  color: #fff;
}
.p-btn-1:active .p-btn-1__arrow .cls-1 {
  fill: #fff;
}
.p-btn-1:active .p-btn-1__arrow .cls-2 {
  stroke: #fff;
}
.p-btn-1:active .p-btn-1__u .cls-1 {
  fill: #fff;
}
.p-btn-1:active .p-btn-1__u .cls-2 {
  stroke: #fff;
}
.p-btn-1:active .p-btn-1__b {
  fill: #fff;
}

.p-fe-env-sut {
  position: relative;
  width: 414px;
  padding: 90px 0 15px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut {
    width: 220px;
    padding: 43px 0 8px;
    font-size: 17px;
  }
}
.p-fe-env-sut.d {
  width: 181px;
  padding: 100px 0 15px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.d {
    width: 120px;
    padding: 53px 0 8px;
  }
}
.p-fe-env-sut.k {
  width: 414px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.k {
    width: 220px;
  }
}
.p-fe-env-sut.s {
  width: 600px;
  padding: 100px 0 15px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.s {
    width: 290px;
    padding: 53px 0 8px;
  }
}
.p-fe-env-sut.about-ph {
  width: 200px;
  padding: 82px 0 15px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.about-ph {
    width: 120px;
    padding: 40px 0 8px;
  }
}
.p-fe-env-sut.about-do- {
  width: 200px;
  padding: 97px 0 15px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.about-do- {
    width: 120px;
    padding: 54px 0 8px;
  }
}
.p-fe-env-sut.about-role- {
  width: 560px;
  padding: 120px 0 15px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.about-role- {
    width: 280px;
    padding: 54px 0 8px;
  }
}
.p-fe-env-sut.about-strat- {
  width: 200px;
  padding: 120px 0 15px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.about-strat- {
    width: 120px;
    padding: 54px 0 8px;
  }
}
.p-fe-env-sut.about-str- {
  width: 340px;
  padding: 120px 0 15px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.about-str- {
    width: 180px;
    padding: 54px 0 8px;
  }
}
.p-fe-env-sut.ideal- {
  width: 300px;
  padding: 82px 0 15px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.ideal- {
    width: 140px;
    padding: 40px 0 8px;
  }
}
.p-fe-env-sut.application- {
  width: 240px;
  padding: 82px 0 15px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.application- {
    width: 110px;
    padding: 40px 0 8px;
  }
}
.p-fe-env-sut.applicationflow- {
  width: 240px;
  padding: 112px 0 15px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.applicationflow- {
    width: 130px;
    padding: 48px 0 8px;
  }
}
.p-fe-env-sut.market- {
  width: 400px;
  padding: 100px 0 5px;
  line-height: 50px;
}
@media screen and (width <= 900px) {
  .p-fe-env-sut.market- {
    width: 220px;
    padding: 67px 0 4.5px;
    line-height: 24px;
  }
}
.p-fe-env-sut::after {
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(198, 226, 242)), color-stop(1.24%, rgb(191, 222, 240)), color-stop(10.26%, rgb(142, 197, 229)), color-stop(19.22%, rgb(101, 177, 220)), color-stop(27.94%, rgb(70, 161, 213)), color-stop(36.37%, rgb(47, 149, 208)), color-stop(44.36%, rgb(34, 142, 205)), color-stop(51.46%, rgb(29, 140, 204)), color-stop(58.42%, rgb(33, 142, 205)), color-stop(65.93%, rgb(46, 149, 208)), color-stop(73.69%, rgb(68, 160, 213)), color-stop(81.63%, rgb(98, 175, 220)), color-stop(89.7%, rgb(137, 195, 228)), color-stop(97.78%, rgb(184, 219, 239)), to(rgb(198, 226, 242)));
  background: linear-gradient(90deg, rgb(198, 226, 242) 0%, rgb(191, 222, 240) 1.24%, rgb(142, 197, 229) 10.26%, rgb(101, 177, 220) 19.22%, rgb(70, 161, 213) 27.94%, rgb(47, 149, 208) 36.37%, rgb(34, 142, 205) 44.36%, rgb(29, 140, 204) 51.46%, rgb(33, 142, 205) 58.42%, rgb(46, 149, 208) 65.93%, rgb(68, 160, 213) 73.69%, rgb(98, 175, 220) 81.63%, rgb(137, 195, 228) 89.7%, rgb(184, 219, 239) 97.78%, rgb(198, 226, 242) 100%);
}

.p-lw-head-btn {
  position: relative;
  display: block;
}
.p-lw-head-btn::before {
  position: absolute;
  inset: 2px 0 auto;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #00438d;
  border-radius: 10px;
}
.p-lw-head-btn div {
  position: relative;
  z-index: 2;
  width: 280px;
  padding: 33px 30px 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
  background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
  border-radius: 10px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn div {
    width: 160px;
    padding: 23px 17.5px 11px;
  }
}
.p-lw-head-btn p {
  width: 100%;
  padding: 0 0 6px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn p {
    padding: 0 0 5px;
    font-size: 12px;
  }
}
.p-lw-head-btn svg {
  display: block;
  width: 27px;
  margin: 17px auto 0;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn svg {
    width: 18px;
    margin: 10px auto 0;
  }
}
.p-lw-head-btn svg .c1 {
  fill: #fff;
  stroke: #00438d;
  stroke-miterlimit: 10;
}
.p-lw-head-btn svg .c2 {
  fill: #1d8ccc;
}
.p-lw-head-btn.recruit-w div {
  padding: 32px 29px 15px;
  background: #fff;
  border: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.recruit-w div {
    padding: 22px 16.5px 10px;
  }
}
.p-lw-head-btn.recruit-w p {
  color: #00438d;
  border-bottom: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w160::before {
    content: none;
  }
}
.p-lw-head-btn.w160 div {
  width: 160px;
  padding: 37px 38px 15px;
  background: #fff;
  border: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w160 div {
    width: 240px;
    padding: 9px;
    border-radius: 100px;
  }
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w160 svg {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 17px;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-lw-head-btn.w160 p {
  padding: 0 0 6px;
  font-size: 15px;
  color: #00438d;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w160 p {
    padding: 0;
    font-size: 12px;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border: none;
  }
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w300::before {
    content: none;
  }
}
.p-lw-head-btn.w300 div {
  width: 300px;
  padding: 37px 29.5px 15px;
  background: #fff;
  border: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w300 div {
    width: 240px;
    padding: 9px;
    border-radius: 100px;
  }
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w300 svg {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 17px;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-lw-head-btn.w300 p {
  padding: 0 0 6px;
  font-size: 15px;
  color: #00438d;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w300 p {
    padding: 0;
    font-size: 12px;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border: none;
  }
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w160-l::before {
    content: none;
  }
}
.p-lw-head-btn.w160-l div {
  width: 160px;
  padding: 37px 12px 15px;
  background: #fff;
  border: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w160-l div {
    width: 240px;
    padding: 9px;
    border-radius: 100px;
  }
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w160-l svg {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 17px;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-lw-head-btn.w160-l p {
  font-size: 15px;
  color: #00438d;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn.w160-l p {
    padding: 0;
    font-size: 12px;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border: none;
  }
}
@media (hover: hover) {
  .p-lw-head-btn:hover {
    opacity: 1;
  }
  .p-lw-head-btn:hover div {
    padding: 32px 29px 15px;
    background: #fff;
    border: 1px solid #00438d;
  }
}
@media screen and (hover: hover) and (width <= 900px) {
  .p-lw-head-btn:hover div {
    padding: 22px 16.5px 10px;
  }
}
@media (hover: hover) {
  .p-lw-head-btn:hover p {
    color: #00438d;
    border-bottom: 1px solid #00438d;
  }
  .p-lw-head-btn:hover.recruit-w div {
    padding: 33px 30px 16px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
    background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
    border: 0;
  }
}
@media screen and (hover: hover) and (width <= 900px) {
  .p-lw-head-btn:hover.recruit-w div {
    padding: 23px 17.5px 11px;
  }
}
@media (hover: hover) {
  .p-lw-head-btn:hover.recruit-w p {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .p-lw-head-btn:hover.w160 div {
    padding: 38px 39px 16px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
    background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
    border: 0;
  }
}
@media screen and (hover: hover) and (width <= 900px) {
  .p-lw-head-btn:hover.w160 div {
    padding: 10px;
  }
}
@media (hover: hover) {
  .p-lw-head-btn:hover.w160-l div {
    padding: 38px 13px 16px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
    background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
    border: 0;
  }
}
@media screen and (hover: hover) and (width <= 900px) {
  .p-lw-head-btn:hover.w160-l div {
    padding: 10px;
  }
}
@media (hover: hover) {
  .p-lw-head-btn:hover.w300 div {
    padding: 38px 30.5px 16px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
    background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
    border: 0;
  }
}
@media screen and (hover: hover) and (width <= 900px) {
  .p-lw-head-btn:hover.w300 div {
    padding: 10px;
  }
}
@media (hover: hover) {
  .p-lw-head-btn:hover.w160 p, .p-lw-head-btn:hover.w160-l p, .p-lw-head-btn:hover.w300 p {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (hover: hover) and (width <= 900px) {
  .p-lw-head-btn:hover.w160 p, .p-lw-head-btn:hover.w160-l p, .p-lw-head-btn:hover.w300 p {
    border: none;
  }
}
.p-lw-head-btn:active {
  opacity: 1;
}
.p-lw-head-btn:active div {
  padding: 32px 29px 15px;
  background: #fff;
  border: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn:active div {
    padding: 22px 16.5px 10px;
  }
}
.p-lw-head-btn:active p {
  color: #00438d;
  border-bottom: 1px solid #00438d;
}
.p-lw-head-btn:active.recruit-w div {
  padding: 33px 30px 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
  background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
  border: 0;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn:active.recruit-w div {
    padding: 23px 17.5px 11px;
  }
}
.p-lw-head-btn:active.recruit-w p {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.p-lw-head-btn:active.w160 div {
  padding: 38px 39px 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
  background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
  border: 0;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn:active.w160 div {
    padding: 10px;
  }
}
.p-lw-head-btn:active.w160-l div {
  padding: 38px 13px 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
  background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
  border: 0;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn:active.w160-l div {
    padding: 10px;
  }
}
.p-lw-head-btn:active.w300 div {
  padding: 38px 30.5px 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
  background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
  border: 0;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn:active.w300 div {
    padding: 10px;
  }
}
.p-lw-head-btn:active.w160 p, .p-lw-head-btn:active.w160-l p, .p-lw-head-btn:active.w300 p {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (width <= 900px) {
  .p-lw-head-btn:active.w160 p, .p-lw-head-btn:active.w160-l p, .p-lw-head-btn:active.w300 p {
    border: none;
  }
}

.p-foot-entry-btn {
  display: block;
  width: 330px;
  padding: 15px 0 18px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
  background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
  border-radius: 100px;
}
@media screen and (width <= 900px) {
  .p-foot-entry-btn {
    width: 200px;
    padding: 11px 0 10px;
  }
}
.p-foot-entry-btn__e {
  font-family: din, sans-serif;
  font-size: 27px;
  color: #ff0;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .p-foot-entry-btn__e {
    font-size: 18px;
  }
}
.p-foot-entry-btn__k {
  padding: 8px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .p-foot-entry-btn__k {
    padding: 4px 0 0;
  }
}
.p-foot-entry-btn__t {
  margin: 20px auto 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .p-foot-entry-btn__t {
    margin: 10px auto 0;
    font-size: 11px;
  }
}

.p-about-str-intv-img {
  position: relative;
  display: block;
  width: 68px;
  padding: 0 18px 0 0;
}
@media screen and (width <= 900px) {
  .p-about-str-intv-img {
    width: 54px;
    padding: 0 14px 0 0;
  }
}
.p-about-str-intv-img img {
  position: relative;
  z-index: 1;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-about-str-intv-img img {
    width: 40px;
  }
}
.p-about-str-intv-img svg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 25px;
}
@media screen and (width <= 900px) {
  .p-about-str-intv-img svg {
    width: 20px;
  }
}
.p-about-str-intv-img svg .cls-1 {
  fill: #fff;
  stroke: #00438d;
  stroke-miterlimit: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-about-str-intv-img svg .cls-2 {
  fill: #00438d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .p-about-str-intv-img:hover {
    opacity: 1;
  }
  .p-about-str-intv-img:hover img {
    opacity: 0.7;
  }
  .p-about-str-intv-img:hover svg .cls-1 {
    fill: #00438d;
    stroke: #fff;
  }
  .p-about-str-intv-img:hover svg .cls-2 {
    fill: #fff;
  }
}
.p-about-str-intv-img:active {
  opacity: 1;
}
.p-about-str-intv-img:active img {
  opacity: 0.7;
}
.p-about-str-intv-img:active svg .cls-1 {
  fill: #00438d;
  stroke: #fff;
}
.p-about-str-intv-img:active svg .cls-2 {
  fill: #fff;
}

.p-acc-mark {
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border: 1.5px solid #00438d;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-acc-mark {
    width: 25px;
    height: 25px;
  }
}
.p-acc-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  content: "";
  background: #1d8ccc;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (width <= 900px) {
  .p-acc-mark::after {
    width: 10px;
    height: 1px;
  }
}
.p-acc-mark::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 18px;
  content: "";
  background: #1d8ccc;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (width <= 900px) {
  .p-acc-mark::before {
    width: 1px;
    height: 10px;
  }
}
.p-acc-mark.js-active::before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-acc-mark.js-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (width <= 900px) {
  .p-acc-mark_sp {
    margin: 0 0 0 auto;
  }
  .p-acc-mark_sp::before {
    content: none;
  }
}
@media (hover: hover) {
  .p-acc-mark:hover {
    opacity: 0.7;
  }
}

.p-cross-btn {
  display: block;
  width: 210px;
  padding: 23px 23px 12px;
  border: 1px solid #00438d;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-cross-btn {
    width: 106.5px;
    padding: 9px 4.25px 6px;
    border-radius: 13px;
  }
}
@media screen and (width <= 900px) {
  .p-cross-btn_2 {
    width: 155px;
  }
}
.p-cross-btn__e {
  font-family: din, sans-serif;
  font-size: 17px;
  color: #7d8f9c;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-cross-btn__e {
    font-size: 10px;
  }
}
.p-cross-btn__t {
  padding: 19px 0 11px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #00438d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .p-cross-btn__t {
    padding: 6px 0 5px;
    font-size: 12px;
  }
}
.p-cross-btn svg {
  display: block;
  width: 19px;
  margin: 20px auto 0;
  fill: none;
  stroke: #00438d;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
@media screen and (width <= 900px) {
  .p-cross-btn svg {
    width: 10px;
    margin: 10px auto 0;
  }
}
@media (hover: hover) {
  .p-cross-btn:hover {
    background: #00438d;
    opacity: 1;
  }
  .p-cross-btn:hover p {
    color: #fff;
    border-color: #fff;
  }
  .p-cross-btn:hover svg {
    stroke: #fff;
  }
}

.p-fe-ws-tit {
  position: absolute;
  inset: -25px 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: #00438d;
  border: 2px solid #fff;
  border-radius: 100px;
}
.p-fe-ws-tit_1 {
  width: 250px;
}
.p-fe-ws-tit_2 {
  width: 300px;
}
.p-fe-ws-tit_3 {
  width: 540px;
}
.p-fe-ws-tit_4 {
  width: 200px;
}
.p-fe-ws-tit_step {
  width: 280px;
  border-color: #dee4e8;
}
.p-fe-ws-tit_post {
  width: 340px;
  border-color: #dee4e8;
}
.p-fe-ws-tit_on, .p-fe-ws-tit_ken {
  width: 280px;
  border-color: #dee4e8;
}
.p-fe-ws-tit_roadmap {
  width: 420px;
  border-color: #dee4e8;
}
.p-fe-ws-tit_roadmap_lead {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-fe-ws-tit_roadmap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 840px;
  padding: 40px 30px;
  margin: 10px auto 30px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
  background: #fff;
}
.p-fe-ws-tit_roadmap_ttl {
  width: 160px;
  font-size: 13px;
  font-weight: 500;
  color: #1d8ccc;
  letter-spacing: 0.1em;
}
.p-fe-ws-tit_roadmap_txt {
  width: 600px;
}
@media screen and (width <= 900px) {
  .p-fe-ws-tit {
    top: -15px;
    height: 30px;
    font-size: 13px;
  }
  .p-fe-ws-tit_1, .p-fe-ws-tit_2, .p-fe-ws-tit_4, .p-fe-ws-tit_step, .p-fe-ws-tit_post, .p-fe-ws-tit_on, .p-fe-ws-tit_ken {
    width: 180px;
  }
  .p-fe-ws-tit_3 {
    width: 235px;
    height: 48px;
    line-height: 18px;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
  }
  .p-fe-ws-tit_roadmap {
    width: 280px;
    border-color: #dee4e8;
  }
  .p-fe-ws-tit_roadmap_lead {
    font-size: 12px;
    letter-spacing: 0;
  }
  .p-fe-ws-tit_roadmap_box {
    display: block;
    width: 100%;
    padding: 25px 15px;
    margin: 10px auto 20px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .p-fe-ws-tit_roadmap_ttl {
    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
  }
  .p-fe-ws-tit_roadmap_txt {
    width: 100%;
  }
}

.p-fe-env-txt {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .p-fe-env-txt {
    font-size: 12px;
    letter-spacing: 0;
  }
  .p-fe-env-txt.map2 {
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    text-indent: 0;
  }
}
.p-fe-env-txt i {
  font-size: 8px;
  font-style: normal;
  line-height: 28px;
}
@media screen and (width <= 900px) {
  .p-fe-env-txt i {
    line-height: 24px;
  }
}

.p-fe-env-btn {
  padding: 17px 0 11px;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (width <= 900px) {
  .p-fe-env-btn {
    width: calc(50% - 4px);
    padding: 16px 0 11px;
  }
}
.p-fe-env-btn.t {
  border: 2px solid #1d8ccc;
}
.p-fe-env-btn.i {
  border: 2px solid #a78ce9;
}
.p-fe-env-btn.s {
  border: 2px solid #f4b231;
}
.p-fe-env-btn.g {
  border: 2px solid #00b428;
}
.p-fe-env-btn__txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  text-indent: 0.08em;
  letter-spacing: 0.06em;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (width <= 900px) {
  .p-fe-env-btn__txt {
    font-size: 12px;
  }
}
.p-fe-env-btn__txt.t {
  color: #1d8ccc;
}
.p-fe-env-btn__txt.i {
  color: #a78ce9;
}
.p-fe-env-btn__txt.s {
  color: #f4b231;
}
.p-fe-env-btn__txt.g {
  color: #00b428;
}
.p-fe-env-btn__txt span {
  font-size: 15px;
}
.p-fe-env-btn__rm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0 0;
}
.p-fe-env-btn__rm p {
  font-family: din, sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: #00438d;
  letter-spacing: 0.2em;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (width <= 900px) {
  .p-fe-env-btn__rm p {
    font-size: 9px;
  }
}
.p-fe-env-btn svg {
  width: 17px;
}
.p-fe-env-btn svg .cls-1 {
  fill: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.p-fe-env-btn svg .cls-2 {
  fill: #00438d;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (hover: hover) {
  .p-fe-env-btn:hover {
    opacity: 1;
  }
  .p-fe-env-btn:hover.t {
    background: #1d8ccc;
  }
  .p-fe-env-btn:hover.i {
    background: #a78ce9;
  }
  .p-fe-env-btn:hover.s {
    background: #f4b231;
  }
  .p-fe-env-btn:hover.g {
    background: #00b428;
  }
  .p-fe-env-btn:hover .p-fe-env-btn__txt.t, .p-fe-env-btn:hover .p-fe-env-btn__txt.i, .p-fe-env-btn:hover .p-fe-env-btn__txt.s, .p-fe-env-btn:hover .p-fe-env-btn__txt.g {
    color: #fff;
  }
  .p-fe-env-btn:hover .p-fe-env-btn__rm p {
    color: #fff;
  }
  .p-fe-env-btn:hover svg .cls-1 {
    fill: #00438d;
  }
  .p-fe-env-btn:hover svg .cls-2 {
    fill: #fff;
  }
}
.p-fe-env-btn:active {
  opacity: 1;
}
.p-fe-env-btn:active.t {
  background: #1d8ccc;
}
.p-fe-env-btn:active.i {
  background: #a78ce9;
}
.p-fe-env-btn:active.s {
  background: #f4b231;
}
.p-fe-env-btn:active.g {
  background: #00b428;
}
.p-fe-env-btn:active .p-fe-env-btn__txt.t, .p-fe-env-btn:active .p-fe-env-btn__txt.i, .p-fe-env-btn:active .p-fe-env-btn__txt.s, .p-fe-env-btn:active .p-fe-env-btn__txt.g {
  color: #fff;
}
.p-fe-env-btn:active .p-fe-env-btn__rm p {
  color: #fff;
}
.p-fe-env-btn:active svg .cls-1 {
  fill: #00438d;
}
.p-fe-env-btn:active svg .cls-2 {
  fill: #fff;
}

.p-fe-env-e {
  padding: 66px 0 0;
  font-family: din, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #c6e2f2;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .p-fe-env-e {
    padding: 58px 0 0;
    font-size: 22px;
  }
}
.p-fe-env-e.k {
  padding: 70px 0 0;
}
@media screen and (width <= 900px) {
  .p-fe-env-e.k {
    padding: 65px 0 0;
  }
}

.p-pxc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (width <= 900px) {
  .p-pxc-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-pxc-title__eg span {
  font-family: din, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1d8ccc;
  letter-spacing: 0.2em;
}
.p-pxc-title__eg span:nth-of-type(2) {
  padding: 0 0 0 12px;
  font-size: 22px;
}
.p-pxc-title__ja {
  font-size: 18px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .p-pxc-title__ja {
    font-size: 13px;
  }
}

.p-pxc-btit {
  position: relative;
  padding: 0 0 0 30px;
  margin: 36px 0 34px;
}
@media screen and (width <= 900px) {
  .p-pxc-btit {
    padding: 0 0 0 17px;
    margin: 30px 0 22px;
  }
}
.p-pxc-btit::after, .p-pxc-btit::before {
  position: absolute;
  left: 0;
  display: block;
  width: 13px;
  height: 30px;
  content: "";
}
@media screen and (width <= 900px) {
  .p-pxc-btit::after, .p-pxc-btit::before {
    width: 8px;
    height: 21px;
  }
}
.p-pxc-btit::after {
  top: 7.5px;
  background: #00438d;
}
@media screen and (width <= 900px) {
  .p-pxc-btit::after {
    top: 3.5px;
  }
}
.p-pxc-btit::before {
  top: 42.5px;
  background: #1d8ccc;
}
@media screen and (width <= 900px) {
  .p-pxc-btit::before {
    top: 31.5px;
  }
}
.p-pxc-btit span {
  display: block;
  font-size: min(22px, calc(0.7518796992vw + 12.2255639098px));
  font-weight: 500;
  line-height: 40px;
  color: #00438d;
  letter-spacing: 0.08em;
}
@media screen and (width <= 900px) {
  .p-pxc-btit span {
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 28px;
    letter-spacing: 0.05em;
  }
}

.p-pxc-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (width <= 900px) {
  .p-pxc-text {
    font-size: 12px;
    line-height: 2;
    text-align: justify;
  }
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
  background: black;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (width <= 900px) {
  .c-modal {
    padding: 10px;
  }
}
.c-modal--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  opacity: 1;
}
.c-modal__container {
  position: relative;
  max-width: 900px;
  margin: 130px 0 0;
  background-color: #fff;
}
@media screen and (width <= 900px) {
  .c-modal__container {
    margin: 70px 0 0;
  }
}
.c-modal__container_area {
  max-width: 730px;
}
.c-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  padding: 0;
  color: #666;
  cursor: pointer;
  background: none;
  border: none;
}
@media screen and (width <= 900px) {
  .c-modal__close {
    top: 7px;
    right: 7px;
  }
}
.c-modal__close svg {
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (width <= 900px) {
  .c-modal__close svg {
    width: 25px;
    height: 25px;
  }
}
.c-modal__close svg .c-modal__svg1 {
  fill: #fff;
  stroke: #00438d;
}
.c-modal__close svg .c-modal__svg1,
.c-modal__close svg .c-modal__svg2 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.48px;
}
.c-modal__close svg .c-modal__svg2 {
  fill: none;
  stroke: #1d8ccc;
}
@media (hover: hover) {
  .c-modal__close:hover svg {
    opacity: 0.5;
  }
}
.c-modal__body {
  max-height: calc(100vh - 130px - 30px);
  padding: 37.5px 40px 35px;
  overflow-y: auto;
}
@media screen and (width <= 900px) {
  .c-modal__body {
    padding: 38px 37.5px 35px;
  }
}
.c-modal__body_area {
  padding: 37.5px 40px 60px;
}
@media screen and (width <= 900px) {
  .c-modal__body_area {
    padding: 38px 37.5px 35px;
  }
}
.c-modal__body_ar1 {
  padding: 34px 62px 60px 40px;
}
@media screen and (width <= 900px) {
  .c-modal__body_ar1 {
    padding: 38px 37.5px 35px;
  }
}
.c-modal__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  text-indent: 0.06em;
  letter-spacing: 0.06em;
}
@media screen and (width <= 900px) {
  .c-modal__title {
    font-size: 17px;
    line-height: 21px;
  }
}
.c-modal__title-branch {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  padding: 26px 0;
  font-size: 25px;
  color: #00438d;
  text-align: center;
  text-indent: 0.06em;
  letter-spacing: 0.06em;
  background: #fff;
}
.c-modal__title-branch span {
  padding: 0 5px;
  font-size: 23px;
}
@media screen and (width <= 900px) {
  .c-modal__title-branch {
    padding: 28px 0 20px;
    font-size: 17px;
  }
  .c-modal__title-branch span {
    font-size: 17px;
  }
}
.c-modal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin: 20.5px auto 0;
}
@media screen and (width <= 900px) {
  .c-modal__flex {
    display: block;
    margin: 12px auto 0;
  }
}
.c-modal__flex_area {
  gap: 25px;
  margin: 37.5px auto 0;
}
@media screen and (width <= 900px) {
  .c-modal__flex_area {
    margin: 12px auto 0;
  }
}
.c-modal__flex_ar1 {
  gap: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 34px auto 0;
}
@media screen and (width <= 900px) {
  .c-modal__flex_ar1 {
    margin: 12px auto 0;
  }
}
.c-modal__pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 390px;
          flex: 0 1 390px;
  padding: 37px 0 0 10px;
}
@media screen and (width <= 900px) {
  .c-modal__pic {
    max-width: 280px;
    padding: 0;
    margin: 0 auto;
  }
}
.c-modal__pic-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 315px;
          flex: 0 1 315px;
}
@media screen and (width <= 900px) {
  .c-modal__pic-area {
    max-width: 280px;
    margin: 0 auto;
  }
}
.c-modal__pic-ar1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 319px;
          flex: 0 1 319px;
}
@media screen and (width <= 900px) {
  .c-modal__pic-ar1 {
    max-width: 280px;
    margin: 0 auto;
  }
}
.c-modal__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
  padding: 25px 0 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-modal__col-mpbg1 {
  background-image: url("./img/fe/env/m1bg.png");
}
.c-modal__col-mpbg2 {
  background-image: url("./img/fe/env/m2bg.png");
}
.c-modal__col-mpbg3 {
  background-image: url("./img/fe/env/m3bg.png");
}
.c-modal__col-mpbg4 {
  background-image: url("./img/fe/env/m4bg.png");
}
@media screen and (width <= 900px) {
  .c-modal__col {
    padding: 2px 0 0;
    margin: 34px auto 0;
    background-position: top center;
  }
}
.c-modal__col-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 270px;
          flex: 0 1 270px;
}
@media screen and (width <= 900px) {
  .c-modal__col-area {
    margin: 36px auto 0;
  }
}
.c-modal__area-map {
  position: absolute;
  right: 32px;
  bottom: 44px;
  width: 111px;
}
@media screen and (width <= 900px) {
  .c-modal__area-map {
    position: static;
    padding: 0;
    margin: 12px 0 0 auto;
  }
}
.c-modal__txt {
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .c-modal__txt {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.c-modal__branch {
  max-height: calc(100vh - 130px - 30px);
  padding: 109px 40px 40px;
  overflow-y: auto;
}
@media screen and (width <= 900px) {
  .c-modal__branch {
    padding: 65px 22.5px 35px;
  }
}
.c-modal__branch-pref {
  max-width: 820px;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  color: #1d8ccc;
  text-align: center;
  text-indent: 0.06em;
  letter-spacing: 0.06em;
  background: #d2e8f5;
  border-radius: 100px;
}
@media screen and (width <= 900px) {
  .c-modal__branch-pref {
    font-size: 13px;
    line-height: 25px;
  }
}
.c-modal__branch-pref.g {
  margin: 24px 0 0;
  color: #00b428;
  background: #ccf0d4;
}
@media screen and (width <= 900px) {
  .c-modal__branch-pref.g {
    margin-top: 0;
  }
}
.c-modal__branch-pref.s {
  margin: 15px 0 0;
  color: #f4b231;
  background: #fdf0d6;
}
@media screen and (width <= 900px) {
  .c-modal__branch-pref.s {
    margin-top: 0;
  }
}
.c-modal__branch-pref.i {
  margin: 15px 0 0;
  color: #a78ce9;
  background: #ede8fb;
}
@media screen and (width <= 900px) {
  .c-modal__branch-pref.i {
    margin-top: 0;
  }
}
.c-modal__branch-pref.f {
  margin: 15px 0 0;
  color: #00a99d;
  background: #cceeeb;
}
@media screen and (width <= 900px) {
  .c-modal__branch-pref.f {
    margin-top: 0;
  }
}
.c-modal__branch-pref.t {
  margin: 15px 0 0;
  color: #ff7bac;
  background: #ffe5ee;
}
@media screen and (width <= 900px) {
  .c-modal__branch-pref.t {
    margin-top: 0;
  }
}
.c-modal__branch-pref.k {
  margin: 15px 0 0;
  color: #00438d;
  background: #e5e9eb;
}
@media screen and (width <= 900px) {
  .c-modal__branch-pref.k {
    margin-top: 0;
  }
}
.c-modal__branch-wrap {
  padding: 0 15px;
}
@media screen and (width <= 900px) {
  .c-modal__branch-wrap {
    padding: 0 5px;
  }
}
.c-modal__branch-legend {
  padding: 19px 0 11px;
  font-size: 13px;
  text-align: right;
}
@media screen and (width <= 900px) {
  .c-modal__branch-legend {
    padding: 16px 0 8px;
    font-size: 11px;
  }
}
.c-modal__branch-star {
  color: #1d8ccc;
}
.c-modal__branch-city {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-indent: 0.06em;
  letter-spacing: 0.06em;
  background: #1d8ccc;
  border-radius: 100px;
}
@media screen and (width <= 900px) {
  .c-modal__branch-city {
    font-size: 13px;
    line-height: 20px;
  }
}
.c-modal__branch-txt {
  padding: 12px 15px 15px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .c-modal__branch-txt {
    padding: 5px 0 20px;
    font-size: 12px;
    letter-spacing: 0;
  }
}

.top {
  position: relative;
  z-index: 1;
  margin: 70px 0 0;
}
@media screen and (width <= 900px) {
  .top {
    margin: 46px 0 0;
  }
}

.kv {
  position: relative;
  z-index: 2;
}
.kv__text {
  position: absolute;
  inset: 0;
  z-index: 3;
  margin: min(163px, calc(28.25vw + -204.25px)) 0 0;
}
@media screen and (width <= 900px) {
  .kv__text {
    margin: max(107px, calc(50vw + -80.5px)) 0 0;
  }
}
.kv__title {
  max-width: max(910px, calc(50vw + 260px));
  padding: 0 140px;
  opacity: 0;
}
@media screen and (width <= 900px) {
  .kv__title {
    max-width: max(345px, calc(52.6530612245vw + 147.5510204082px));
    padding: 0 29px;
  }
}
.kv__title.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.kv__ca {
  max-width: max(548px, calc(50vw + -102px));
  padding: clamp(0px, calc(10vw + -12px), 118px) 127px 0;
  margin: 0 0 0 auto;
  opacity: 0;
}
@media screen and (width <= 900px) {
  .kv__ca {
    max-width: max(233px, calc(13.0612244898vw + 184.0204081633px));
    padding: 118px 36px 0;
  }
}
.kv__ca.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.kv__wave {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.kv [class^=kv__wave-] {
  position: absolute;
  width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
}
.kv [class^=kv__wave-].is-active {
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 1.5s ease-out;
  transition: clip-path 1.5s ease-out;
}
.kv__wave-1 {
  inset: clamp(10px, calc(17.5vw + -147.5px), 80px) 0 auto;
  z-index: 1;
  width: 100%;
}
@media screen and (width <= 900px) {
  .kv__wave-1 {
    inset: clamp(10px, calc(50vw + -21.5px), 500px) 0 auto;
  }
}
.kv__wave-2 {
  inset: clamp(10px, calc(17.5vw + 16.5px), 244px) 0 auto;
  z-index: 3;
}
@media screen and (width <= 900px) {
  .kv__wave-2 {
    inset: clamp(10px, calc(50vw + 26.5px), 500px) 0 auto;
  }
}
.kv__wave-3 {
  inset: clamp(10px, calc(17.5vw + 65.5px), 293px) 0 auto;
  z-index: 2;
}
@media screen and (width <= 900px) {
  .kv__wave-3 {
    inset: clamp(10px, calc(50vw + 39.5px), 500px) 0 auto;
  }
}
.kv__wave-4 {
  inset: clamp(10px, calc(17.5vw + 89.5px), 317px) 0 auto;
  z-index: 4;
}
@media screen and (width <= 900px) {
  .kv__wave-4 {
    inset: clamp(10px, calc(50vw + 46.5px), 500px) 0 auto;
  }
}

.top-s1 {
  position: relative;
  z-index: 1;
  padding: 70px 0 134px;
}
@media screen and (width <= 900px) {
  .top-s1 {
    padding: 35px 0 70px;
  }
}
.top-s1::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 820px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(9.32%, rgb(246, 251, 253)), color-stop(27.3%, rgb(232, 244, 250)), color-stop(74.76%, rgb(216, 236, 246)), to(rgb(205, 230, 244)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 251, 253) 9.32%, rgb(232, 244, 250) 27.3%, rgb(216, 236, 246) 74.76%, rgb(205, 230, 244) 100%);
}
@media screen and (width <= 900px) {
  .top-s1::after {
    height: 798px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(18.57%, rgb(246, 251, 253)), color-stop(37.58%, rgb(232, 244, 250)), color-stop(78.33%, rgb(216, 236, 246)), to(rgb(205, 230, 244)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 251, 253) 18.57%, rgb(232, 244, 250) 37.58%, rgb(216, 236, 246) 78.33%, rgb(205, 230, 244) 100%);
  }
}
.top-s1__wrap {
  position: relative;
  z-index: 4;
  padding: 0 37.5px;
}
.top-s1__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  padding: 77px 0 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-s1__flex {
    gap: 46px;
    padding: 33px 0 0;
  }
}
.top-s1__col {
  position: relative;
}
.top-s1__title {
  max-width: 320px;
  padding: 0 0 5px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background-image: url("./img/top/line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 1px;
}
@media screen and (width <= 900px) {
  .top-s1__title {
    max-width: 220px;
    padding: 0 0 4px;
    font-size: 17px;
    line-height: 28px;
  }
}
.top-s1__img {
  max-width: 450px;
  padding: 30px 0 0;
}
@media screen and (width <= 900px) {
  .top-s1__img {
    padding: 15px 0 0;
  }
}
.top-s1__btn {
  position: absolute;
  inset: auto 0 -30px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-s1__btn {
    bottom: -17px;
  }
}
.top-s1__wave-1 {
  position: absolute;
  inset: auto 0 40px;
  z-index: 2;
  width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
}
@media screen and (width <= 900px) {
  .top-s1__wave-1 {
    bottom: 25px;
  }
}
.top-s1__wave-1.is-active {
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 1.5s ease-out;
  transition: clip-path 1.5s ease-out;
}
.top-s1__wave-2 {
  position: absolute;
  inset: auto 0 72px;
  z-index: 3;
  width: 100%;
  clip-path: inset(0 100% 0 0);
}
@media screen and (width <= 900px) {
  .top-s1__wave-2 {
    bottom: 35px;
  }
}
.top-s1__wave-2.is-active {
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 1.5s ease-out;
  transition: clip-path 1.5s ease-out;
}

.top-s2 {
  position: relative;
  z-index: 1;
  padding: 70px 0 0;
}
@media screen and (width <= 900px) {
  .top-s2 {
    padding: 40px 0 0;
  }
}
.top-s2__wrap {
  position: relative;
  z-index: 4;
  padding: 0 37.5px 49px;
}
@media screen and (width <= 900px) {
  .top-s2__wrap {
    padding: 0 37.5px 28px;
  }
}
.top-s2__sw {
  position: relative;
  height: 790px;
  padding: 45px 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(29, 140, 204)), color-stop(22.97%, rgb(21, 120, 187)), color-stop(73.51%, rgb(6, 82, 154)), to(rgb(0, 67, 141)));
  background: linear-gradient(0deg, rgb(29, 140, 204) 0%, rgb(21, 120, 187) 22.97%, rgb(6, 82, 154) 73.51%, rgb(0, 67, 141) 100%);
}
@media screen and (width <= 900px) {
  .top-s2__sw {
    height: 560px;
    padding: 53.5px 0 47.6px 16px;
  }
}
.top-s2 [class^=top-s2__wave-] {
  position: absolute;
  clip-path: inset(0 100% 0 0);
}
.top-s2 [class^=top-s2__wave-].is-active {
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 1.5s ease-out;
  transition: clip-path 1.5s ease-out;
}
.top-s2__wave-1 {
  top: 0;
  left: 0;
  z-index: 2;
  width: 350px;
}
@media screen and (width <= 900px) {
  .top-s2__wave-1 {
    width: 178px;
  }
}
.top-s2__wave-2 {
  top: 0;
  left: 0;
  z-index: 1;
  width: 335px;
}
@media screen and (width <= 900px) {
  .top-s2__wave-2 {
    width: 171px;
  }
}
.top-s2__wave-3 {
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 345px;
}
@media screen and (width <= 900px) {
  .top-s2__wave-3 {
    width: 174px;
  }
}
.top-s2__wave-4 {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 295px;
}
@media screen and (width <= 900px) {
  .top-s2__wave-4 {
    width: 149px;
  }
}
.top-s2__swiper-out {
  position: relative;
  z-index: 3;
}

.top-w .swiper-slide {
  width: 290px;
}
@media screen and (width <= 900px) {
  .top-w .swiper-slide {
    width: 200px;
  }
}
.top-w__link {
  display: block;
  max-width: 290px;
  color: #000;
}
@media screen and (width <= 900px) {
  .top-w__link_people-index .top-w__name {
    font-size: 12px;
    line-height: 1;
  }
  .top-w__link_people-index .top-w__box {
    padding: 10px 8.5px 8.5px;
  }
  .top-w__link_people-index .top-w__kana {
    padding: 0 0 7.5px;
    font-size: 8px;
    line-height: 10px;
  }
  .top-w__link_people-index .top-w__b,
  .top-w__link_people-index .top-w__y {
    font-size: 8px;
    line-height: 11px;
  }
  .top-w__link_people-index .top-w__t {
    padding: 11px 0 0;
    font-size: 8.5px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .top-w__link_people-index .top-w__ul {
    padding: 9px 0 0;
  }
  .top-w__link_people-index .top-w__ul_1 {
    padding: 0;
  }
  .top-w__link_people-index .top-w__ul_2 {
    padding-top: 22.5px;
  }
  .top-w__link_people-index .top-w__ul_21 {
    padding-top: 11.5px;
  }
  .top-w__link_people-index .top-w__ul_22 {
    padding-top: 11.5px;
  }
  .top-w__link_people-index .top-w__ul_23 {
    padding-top: 19.5px;
  }
  .top-w__link_people-index .top-w__ul_24 {
    padding-top: 9px;
  }
  .top-w__link_people-index .top-w__ul_25 {
    padding-top: 33px;
  }
  .top-w__link_people-index .top-w__ul_3 {
    padding-top: 25px;
  }
  .top-w__link_people-index .top-w__ul_31 {
    padding-top: 36px;
  }
  .top-w__link_people-index .top-w__ul_4 {
    padding-top: 47px;
  }
  .top-w__link_people-index .top-w__ul_5 {
    padding-top: 23px;
  }
  .top-w__link_people-index .top-w__ul li {
    padding: 3px 0 0;
    line-height: 10.5px;
  }
  .top-w__link_people-index .top-w__ul li span {
    padding: 0 3px;
    font-size: 8px;
    letter-spacing: 0;
  }
}
.top-w__box {
  padding: 17px 14px 16px;
  background: #fff;
}
@media screen and (width <= 900px) {
  .top-w__box {
    padding: 11.724137931px 9.6551724138px 11.0344827586px;
  }
}
.top-w__name {
  font-size: 19px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.0526315789;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .top-w__name {
    font-size: 13.1034482759px;
  }
}
.top-w__kana {
  padding: 0 0 10px;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6666666667;
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .top-w__kana {
    padding: 0 0 6.8965517241px;
    font-size: 8.275862069px;
  }
}
.top-w__b, .top-w__y {
  font-size: 12px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}
@media screen and (width <= 900px) {
  .top-w__b, .top-w__y {
    font-size: 8.275862069px;
  }
}
.top-w__b2 {
  font-size: 11px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}
@media screen and (width <= 900px) {
  .top-w__b2 {
    font-size: 6.5px;
  }
}
.top-w__t {
  padding: 20px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6923076923;
  letter-spacing: 0.05em;
}
@media screen and (width <= 900px) {
  .top-w__t {
    padding: 13.7931034483px 0 0;
    font-size: 8.9655172414px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.top-w__ul {
  padding: 17px 0 0;
}
@media screen and (width <= 900px) {
  .top-w__ul {
    padding: 11.724137931px 0 0;
  }
}
.top-w__ul_1 {
  padding: 0;
}
@media screen and (width <= 900px) {
  .top-w__ul_1 {
    padding: 0;
  }
}
.top-w__ul_2 {
  padding-top: 40.5px;
}
@media screen and (width <= 900px) {
  .top-w__ul_2 {
    padding-top: 27.9310344828px;
  }
}
.top-w__ul_21 {
  padding-top: 22.5px;
}
@media screen and (width <= 900px) {
  .top-w__ul_21 {
    padding-top: 15.5172344828px;
  }
}
.top-w__ul_22 {
  padding-top: 40.5px;
}
@media screen and (width <= 900px) {
  .top-w__ul_22 {
    padding-top: 15.5172344828px;
  }
}
.top-w__ul_23 {
  padding-top: 35px;
}
@media screen and (width <= 900px) {
  .top-w__ul_23 {
    padding-top: 15.5172344828px;
  }
}
.top-w__ul_24 {
  padding-top: 45px;
}
@media screen and (width <= 900px) {
  .top-w__ul_24 {
    padding-top: 9px;
  }
}
.top-w__ul_25 {
  padding-top: 58px;
}
@media screen and (width <= 900px) {
  .top-w__ul_25 {
    padding-top: 35px;
  }
}
.top-w__ul_3 {
  padding-top: 64px;
}
@media screen and (width <= 900px) {
  .top-w__ul_3 {
    padding-top: 31.7241310345px;
  }
}
.top-w__ul_31 {
  padding-top: 64px;
}
@media screen and (width <= 900px) {
  .top-w__ul_31 {
    padding-top: 44.1379310345px;
  }
}
.top-w__ul_4 {
  padding-top: 81px;
}
@media screen and (width <= 900px) {
  .top-w__ul_4 {
    padding-top: 47px;
  }
}
.top-w__ul_5 {
  padding-top: 87px;
}
@media screen and (width <= 900px) {
  .top-w__ul_5 {
    padding-top: 23px;
  }
}
.top-w__ul li {
  padding: 6px 0 0;
  font-size: 12px;
  line-height: 17.5px;
}
@media screen and (width <= 900px) {
  .top-w__ul li {
    padding: 4.1379310345px 0 0;
    font-size: 8.275862069px;
    line-height: 12.0689655172px;
  }
}
.top-w__ul li span {
  padding: 0 8px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #1d8ccc;
}
@media screen and (width <= 900px) {
  .top-w__ul li span {
    padding: 0 5.5172413793px;
  }
}

.top-swiper-btn__prev, .top-swiper-btn__next {
  position: absolute;
  top: 240px;
  z-index: 5;
  width: 68.65px;
  height: 70px;
  cursor: pointer;
}
@media screen and (width <= 900px) {
  .top-swiper-btn__prev, .top-swiper-btn__next {
    display: none;
  }
}
.top-swiper-btn__prev .cls-1, .top-swiper-btn__next .cls-1 {
  fill: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top-swiper-btn__prev .cls-2, .top-swiper-btn__next .cls-2 {
  fill: #265d9f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .top-swiper-btn__prev:hover .cls-1, .top-swiper-btn__next:hover .cls-1 {
    fill: #265d9f;
  }
  .top-swiper-btn__prev:hover .cls-2, .top-swiper-btn__next:hover .cls-2 {
    fill: #fff;
  }
}
.top-swiper-btn__prev:active .cls-1, .top-swiper-btn__next:active .cls-1 {
  fill: #265d9f;
}
.top-swiper-btn__prev:active .cls-2, .top-swiper-btn__next:active .cls-2 {
  fill: #fff;
}
.top-swiper-btn__prev {
  left: 20px;
}
.top-swiper-btn__next {
  right: 20px;
}

.top-s3 {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(75.22%, rgb(244, 249, 252)), color-stop(88.96%, rgb(220, 237, 247)), to(rgb(205, 230, 244)));
  background-image: linear-gradient(0deg, rgb(244, 249, 252) 75.22%, rgb(220, 237, 247) 88.96%, rgb(205, 230, 244) 100%);
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (width <= 900px) {
  .top-s3 {
    background-size: auto 230px;
  }
}
.top-s3__t {
  padding: 35px 0 85px;
}
@media screen and (width <= 900px) {
  .top-s3__t {
    padding: 25px 0 53px;
  }
}
.top-s3__btn {
  margin: 0 auto;
}
.top-s3__main {
  padding: 50px 0 0;
  background-image: url("./img/top/img3.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (width <= 900px) {
  .top-s3__main {
    padding: 32px 0 0;
    background-image: url("./img/top/img3-sp.png");
  }
}
.top-s3__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex ;
  justify-content: center; 
  gap: 35px;
  max-width: 980px;
  padding: 62px 20px 120px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-s3__flex {
    gap: 9px;
    max-width: 375px;
    padding: 48px 20px 75px;
  }
}
.top-s3__link {
  display: block;
  width: 290px;
  height: 200px;
  padding: 0 11px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 25px;
}
.top-s3__link p {
  padding: 0 0 23px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .top-s3__link {
    width: 105px;
    height: 134px;
    padding: 0 4.5px;
    border-radius: 10px;
  }
  .top-s3__link p {
    padding: 0 0 15px;
    font-size: 13px;
  }
}
.top-s3__arrow1 {
  display: block;
  width: 19.4px;
  margin: 16px auto 0;
}
@media screen and (width <= 900px) {
  .top-s3__arrow1 {
    width: 12px;
    margin: 9px auto 0;
  }
}
.top-s3__svg-1 {
  fill: none;
  stroke: #00438d;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.top-s3__icon1 {
  width: auto;
  height: 44px;
  margin: 35px auto 23px;
}
@media screen and (width <= 900px) {
  .top-s3__icon1 {
    height: 23px;
    margin: 16px auto 14px;
  }
}
.top-s3__icon2 {
  width: auto;
  height: 54px;
  margin: 23px auto 25px;
}
@media screen and (width <= 900px) {
  .top-s3__icon2 {
    height: 25px;
    margin: 15px auto 13px;
  }
}
.top-s3__icon3 {
  width: auto;
  height: 31px;
  margin: 43px auto 28px;
}
@media screen and (width <= 900px) {
  .top-s3__icon3 {
    height: 16px;
    margin: 20px auto 17px;
  }
}

.lw {
  position: relative;
  z-index: 2;
  margin: 70px 0 0;
}
@media screen and (width <= 900px) {
  .lw {
    margin: 46px 0 0;
  }
}

.lw-head {
  padding: 16px 0 14px;
  background: #eef1f3;
}
@media screen and (width <= 900px) {
  .lw-head {
    padding: 8px 0 7px;
  }
}
.lw-head__txt {
  padding: 9px 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .lw-head__txt {
    padding: 5px 0 0;
    font-size: 12px;
  }
}

.lw-kv {
  position: relative;
  z-index: 2;
}
.lw-kv__wrap {
  position: relative;
  z-index: 1;
}
.lw-kv__title {
  position: absolute;
  inset: 50% 0 auto;
  font-size: 36px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .lw-kv__title {
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.lw-kv__cross {
  position: absolute;
  inset: 50% 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lw-kv__eg {
  font-family: din, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .lw-kv__eg {
    padding: 12px 0 0;
    font-size: 9px;
  }
}
.lw-kv__crosstit {
  padding: 10px 0 15px;
  font-size: 34px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .lw-kv__crosstit {
    padding: 5px 0 0;
    font-size: 16px;
  }
}
.lw-kv__crossfoot {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.lw-kv__crossfoot::after {
  display: block;
  max-width: 1100px;
  height: 50px;
  margin: 0 auto;
  content: "";
  background: #fff;
  border-radius: 20px 20px 0 0;
}
@media screen and (width <= 900px) {
  .lw-kv__crossfoot::after {
    height: 14px;
    border-radius: 10px 10px 0 0;
  }
}

.lw-w {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.lw-w.mix {
  mix-blend-mode: multiply;
}
.lw-w [class^=lw-w__wave-] {
  position: absolute;
  width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
}
.lw-w [class^=lw-w__wave-].is-active {
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 1.5s ease-out;
  transition: clip-path 1.5s ease-out;
}
.lw-w__wave-1 {
  inset: 0 0 auto;
  z-index: 10;
}
.lw-w__wave-2 {
  inset: 0 0 auto;
  z-index: 9;
}
.lw-w__wave-3 {
  inset: 220px 0 auto;
  z-index: 7;
}
@media screen and (width <= 900px) {
  .lw-w__wave-3 {
    top: 110px;
  }
}
.lw-w__wave-4 {
  inset: 220px 0 auto;
  z-index: 8;
}
@media screen and (width <= 900px) {
  .lw-w__wave-4 {
    top: 110px;
  }
}
.lw-w__wave-fe3 {
  inset: 100px 0 auto;
  z-index: 8;
}
@media screen and (width <= 900px) {
  .lw-w__wave-fe3 {
    top: 145px;
  }
}
.lw-w__wave-fe4 {
  inset: 285px 0 auto;
  z-index: 8;
}
@media screen and (width <= 900px) {
  .lw-w__wave-fe4 {
    top: 195px;
  }
}
.lw-w__wave-fe5 {
  inset: auto 0 0;
  z-index: 8;
}
.lw-w__wave-fe6 {
  inset: auto 0 0;
  z-index: 9;
}
.lw-w__wave-r3 {
  inset: 0 0 auto;
  z-index: 8;
  background: #eef1f3;
}
.lw-w__wave-r3 img {
  mix-blend-mode: multiply;
}
.lw-w__wave-r4 {
  inset: 0 0 auto;
  z-index: 8;
}
.lw-w__wave-r4 img {
  mix-blend-mode: multiply;
}
.lw-w__wave-fet1, .lw-w__wave-fet2 {
  inset: 400px 0 auto;
  z-index: 1;
}
@media screen and (width <= 900px) {
  .lw-w__wave-fet1, .lw-w__wave-fet2 {
    top: 276px;
  }
}
.lw-w__wave-fet2 {
  z-index: 2;
}

.lw-kv-low {
  position: relative;
  z-index: 1;
  padding: 0 0 70px;
}
@media screen and (width <= 900px) {
  .lw-kv-low {
    padding: 0 0 45px;
  }
}
.lw-kv-low__wrap {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (width <= 900px) {
  .lw-kv-low__wrap {
    padding: 0 10px;
  }
}
.lw-kv-low::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 380px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(59.65%, rgb(233, 244, 250)), color-stop(61.87%, rgb(232, 244, 250)), color-stop(77.41%, rgb(225, 240, 248)), to(rgb(205, 230, 244)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(233, 244, 250) 59.65%, rgb(232, 244, 250) 61.87%, rgb(225, 240, 248) 77.41%, rgb(205, 230, 244) 100%);
}
@media screen and (width <= 900px) {
  .lw-kv-low::after {
    height: 170px;
  }
}
.lw-kv-low__t {
  position: relative;
  z-index: 2;
  padding: 53px 0 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .lw-kv-low__t {
    padding: 24px 0 35px;
    font-size: 12px;
    line-height: 2;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.lw-kv-low__f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  max-width: 594px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .lw-kv-low__f {
    gap: 8.5px;
    max-width: 329px;
  }
}
.lw-kv-low__about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .lw-kv-low__about-flex {
    max-width: 800px;
  }
}
@media screen and (width <= 900px) {
  .lw-kv-low__about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.lw-foot {
  position: relative;
  z-index: 4;
  padding: 64px 20px 85px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.05%, rgb(205, 230, 244)), color-stop(33.41%, rgb(243, 249, 252)), color-stop(66.19%, rgb(232, 244, 250)), color-stop(88.26%, rgb(216, 236, 246)), to(rgb(205, 230, 244)));
  background: linear-gradient(270deg, rgb(205, 230, 244) 0.05%, rgb(243, 249, 252) 33.41%, rgb(232, 244, 250) 66.19%, rgb(216, 236, 246) 88.26%, rgb(205, 230, 244) 100%);
}
@media screen and (width <= 900px) {
  .lw-foot {
    padding: 40px 0 52px;
  }
}
.lw-foot_people-index {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 140, 204)), color-stop(22.97%, rgb(21, 120, 187)), color-stop(73.51%, rgb(6, 82, 154)), to(rgb(0, 67, 141)));
  background: linear-gradient(180deg, rgb(29, 140, 204) 0%, rgb(21, 120, 187) 22.97%, rgb(6, 82, 154) 73.51%, rgb(0, 67, 141) 100%);
}
.lw-foot__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 900px) {
  .lw-foot__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
  }
}
.lw-foot__in {
  position: relative;
  width: 325px;
  padding: 9px;
  border: 1px solid #fff;
  border-radius: 19px;
}
@media screen and (width <= 900px) {
  .lw-foot__in {
    width: auto;
    max-width: 250px;
    padding: 6px;
    margin: 0 auto;
    border-radius: 15px;
  }
}
.lw-foot__tit {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 2;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .lw-foot__tit {
    font-size: 16px;
  }
}

.lw-foot-e {
  position: relative;
  z-index: 4;
  padding: 70px 20px;
  background: #fff;
}
@media screen and (width <= 900px) {
  .lw-foot-e {
    padding: 55px 20px 70px;
  }
}
.lw-foot-e__title {
  width: 280px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: #00438d;
  border-radius: 100px;
}
@media screen and (width <= 900px) {
  .lw-foot-e__title {
    width: 170px;
    font-size: 10px;
  }
}
.lw-foot-e__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 820px;
  margin: 43px auto 0;
}
@media screen and (width <= 900px) {
  .lw-foot-e__flex {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 170px 140px;
    gap: 21px 15px;
    max-width: 325px;
    margin: 14px auto 0;
  }
}
.lw-foot-e__art {
  position: relative;
  width: 260px;
  padding: 0 0 35px;
}
@media screen and (width <= 900px) {
  .lw-foot-e__art {
    width: auto;
    padding: 0 0 21px;
    margin: 0 auto;
  }
}
@media screen and (width <= 900px) {
  .lw-foot-e__art_1 {
    grid-area: 1/1/2/3;
  }
}
.lw-foot-e__subtitle {
  position: relative;
  width: 200px;
  padding: 20px 0 12px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .lw-foot-e__subtitle {
    width: 140px;
    padding: 12px 0 7px;
    font-size: 12px;
  }
}
.lw-foot-e__subtitle_long {
  width: 260px;
  padding: 0 0 14px;
}
@media screen and (width <= 900px) {
  .lw-foot-e__subtitle_long {
    width: 170px;
    padding: 0 0 8px;
  }
}
.lw-foot-e__subtitle_long span {
  display: block;
  padding: 6px 0 0;
  font-size: 12px;
}
@media screen and (width <= 900px) {
  .lw-foot-e__subtitle_long span {
    padding: 3px 0 0;
    font-size: 8px;
  }
}
.lw-foot-e__subtitle::after {
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(198, 226, 242)), color-stop(1.24%, rgb(191, 222, 240)), color-stop(10.26%, rgb(142, 197, 229)), color-stop(19.22%, rgb(101, 177, 220)), color-stop(27.94%, rgb(70, 161, 213)), color-stop(36.37%, rgb(47, 149, 208)), color-stop(44.36%, rgb(34, 142, 205)), color-stop(51.46%, rgb(29, 140, 204)), color-stop(58.42%, rgb(33, 142, 205)), color-stop(65.93%, rgb(46, 149, 208)), color-stop(73.69%, rgb(68, 160, 213)), color-stop(81.63%, rgb(98, 175, 220)), color-stop(89.7%, rgb(137, 195, 228)), color-stop(97.78%, rgb(184, 219, 239)), to(rgb(198, 226, 242)));
  background: linear-gradient(90deg, rgb(198, 226, 242) 0%, rgb(191, 222, 240) 1.24%, rgb(142, 197, 229) 10.26%, rgb(101, 177, 220) 19.22%, rgb(70, 161, 213) 27.94%, rgb(47, 149, 208) 36.37%, rgb(34, 142, 205) 44.36%, rgb(29, 140, 204) 51.46%, rgb(33, 142, 205) 58.42%, rgb(46, 149, 208) 65.93%, rgb(68, 160, 213) 73.69%, rgb(98, 175, 220) 81.63%, rgb(137, 195, 228) 89.7%, rgb(184, 219, 239) 97.78%, rgb(198, 226, 242) 100%);
}
.lw-foot-e__pic {
  width: 220px;
  margin: 13px auto 0;
}
@media screen and (width <= 900px) {
  .lw-foot-e__pic {
    width: 135px;
    margin: 8px auto 0;
  }
}

.about {
  position: relative;
  background: #eef1f3;
}
.about__wrap {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}
.about__flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27.5px;
  max-width: 1000px;
  margin: 70px auto 0;
}
@media screen and (width <= 900px) {
  .about__flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 280px;
    margin: 45px auto 0;
  }
}
.about__co1 {
  position: relative;
  width: calc((100% - 55px) / 3);
  padding: 47px 32.5px 52px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .about__co1 {
    width: auto;
    padding: 29px 30px 30px;
  }
}
.about__co1-h {
  position: absolute;
  inset: -15px 0 auto;
  width: 120px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  color: #fff;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 67, 141)), color-stop(25.83%, rgb(2, 73, 146)), color-stop(61.24%, rgb(9, 91, 162)), to(rgb(20, 118, 185)));
  background: linear-gradient(90deg, rgb(0, 67, 141) 0%, rgb(2, 73, 146) 25.83%, rgb(9, 91, 162) 61.24%, rgb(20, 118, 185) 100%);
  border-radius: 100px;
}
@media screen and (width <= 900px) {
  .about__co1-h {
    top: -12.5px;
    font-size: 14px;
    line-height: 30px;
  }
}
.about__co1-t1 {
  position: relative;
  padding: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about__co1-t1 {
    padding: 0 0 14px;
    font-size: 16px;
    line-height: 26px;
  }
}
.about__co1-t1.line {
  line-height: 64px;
}
@media screen and (width <= 900px) {
  .about__co1-t1.line {
    line-height: 52px;
  }
}
.about__co1-t1::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(198, 226, 242)), color-stop(1.24%, rgb(191, 222, 240)), color-stop(10.26%, rgb(142, 197, 229)), color-stop(19.22%, rgb(101, 177, 220)), color-stop(27.94%, rgb(70, 161, 213)), color-stop(36.37%, rgb(47, 149, 208)), color-stop(44.36%, rgb(34, 142, 205)), color-stop(51.46%, rgb(29, 140, 204)), color-stop(58.42%, rgb(33, 142, 205)), color-stop(65.93%, rgb(46, 149, 208)), color-stop(73.69%, rgb(68, 160, 213)), color-stop(81.63%, rgb(98, 175, 220)), color-stop(89.7%, rgb(137, 195, 228)), color-stop(97.78%, rgb(184, 219, 239)), to(rgb(198, 226, 242)));
  background: linear-gradient(90deg, rgb(198, 226, 242) 0%, rgb(191, 222, 240) 1.24%, rgb(142, 197, 229) 10.26%, rgb(101, 177, 220) 19.22%, rgb(70, 161, 213) 27.94%, rgb(47, 149, 208) 36.37%, rgb(34, 142, 205) 44.36%, rgb(29, 140, 204) 51.46%, rgb(33, 142, 205) 58.42%, rgb(46, 149, 208) 65.93%, rgb(68, 160, 213) 73.69%, rgb(98, 175, 220) 81.63%, rgb(137, 195, 228) 89.7%, rgb(184, 219, 239) 97.78%, rgb(198, 226, 242) 100%);
}
.about__co1-t2 {
  padding: 25px 0 0;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about__co1-t2 {
    padding: 17px 0 0;
    font-size: 12px;
  }
}

.about-do {
  position: relative;
  background: #eef1f3;
}
.about-do__wrap {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}
.about-do__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: 70px auto 0;
}
@media screen and (width <= 900px) {
  .about-do__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto 0;
  }
}
.about-do__col {
  position: relative;
  width: calc(50% - 20px);
  padding: 50px 20px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .about-do__col {
    width: 100%;
    max-width: 335px;
    padding: 36px min(20px, 4.8vw) 40px;
  }
}
.about-do__n {
  position: absolute;
  inset: -34px 0 auto;
  font-family: din, sans-serif;
  font-size: 68px;
  font-weight: 700;
  color: #dee4e8;
  text-align: center;
}
@media screen and (width <= 900px) {
  .about-do__n {
    top: -25px;
    font-size: 50px;
  }
}
.about-do__subt {
  font-size: 22px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .about-do__subt {
    font-size: 16px;
  }
}
.about-do__pic {
  max-width: 380px;
  margin: 25px auto 0;
}
@media screen and (width <= 900px) {
  .about-do__pic {
    max-width: 240px;
    margin: 23px auto 0;
  }
}
.about-do__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 min(17px, calc(17.1717171717vw + -154.7171717172px));
  margin: 32px auto 0;
}
.about-do__dl:first-of-type {
  margin: 50.5px auto 0;
}
@media screen and (width <= 900px) {
  .about-do__dl {
    gap: 14.6px;
    margin: 21.8px auto 0;
  }
  .about-do__dl:first-of-type {
    margin: 31px auto 0;
  }
}
.about-do__dl dt {
  position: relative;
  width: min(150px, calc(18.3486238532vw + -35.3211009174px));
  line-height: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgb(198, 226, 242)), color-stop(58.07%, rgb(221, 238, 247)), to(rgb(232, 244, 250)));
  background: linear-gradient(90deg, rgb(198, 226, 242) 0.01%, rgb(221, 238, 247) 58.07%, rgb(232, 244, 250) 100%);
  border-radius: 50px;
}
@media screen and (width <= 900px) {
  .about-do__dl dt {
    width: 100px;
    line-height: 38px;
  }
}
.about-do__dl dt p {
  font-size: 16px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about-do__dl dt p {
    font-size: 12px;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
  }
}
.about-do__dl dt::after {
  position: absolute;
  top: 50%;
  right: -12px;
  width: 20px;
  height: 1px;
  content: "";
  background: #00438d;
}
@media screen and (width <= 900px) {
  .about-do__dl dt::after {
    right: -8.8px;
    width: 15px;
  }
}
.about-do__dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: min(14px, calc(0.9174311927vw + 4.7339449541px));
  line-height: 28px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about-do__dl dd {
    font-size: min(12px, 3.2vw);
    line-height: 22px;
    letter-spacing: 0;
  }
}

.about-role {
  position: relative;
  background: #eef1f3;
}
.about-role__wrap {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}
.about-role__acc {
  max-width: 840px;
  padding: 0 33px;
  margin: 56px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .about-role__acc {
    max-width: 520px;
    padding: 0 12px;
    margin: 25px auto 0;
  }
}
.about-role__acc_2 {
  margin: 15px auto 0;
}
@media screen and (width <= 900px) {
  .about-role__acc_2 {
    margin: 10px auto 0;
  }
}
.about-role__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
}
@media screen and (width <= 900px) {
  .about-role__head {
    height: 60px;
  }
}
.about-role__headicon {
  width: auto;
  height: 66px;
  margin: 0 0 0 16px;
}
@media screen and (width <= 900px) {
  .about-role__headicon {
    height: 30px;
  }
}
.about-role__headicon.r {
  height: 63px;
  margin: 0 0 0 23px;
}
@media screen and (width <= 900px) {
  .about-role__headicon {
    height: 30px;
    margin: 0 0 0 3px;
  }
  .about-role__headicon.r {
    height: 28px;
    margin: 0 0 0 6px;
  }
}
.about-role__headtext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 31.5px;
  color: #00438d;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .about-role__headtext {
    font-size: 13px;
    line-height: 20px;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
  }
}
.about-role__out {
  display: none;
  padding: 10px 0 70px;
}
@media screen and (width <= 900px) {
  .about-role__out {
    padding: 0 10.5px 31px;
  }
}
.about-role__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .about-role__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.about-role__pic {
  width: calc(50% - 20px);
}
@media screen and (width <= 900px) {
  .about-role__pic {
    width: auto;
    max-width: 240px;
    margin: 0 auto;
  }
}
.about-role__col {
  width: calc(50% - 20px);
}
.about-role__col p {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about-role__col {
    width: auto;
    margin: 0 auto;
  }
  .about-role__col p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}

.about-strat {
  position: relative;
  background: #eef1f3;
}
.about-strat__wrap {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}
@media screen and (width <= 900px) {
  .about-strat__wrap {
    padding: 0 10px;
  }
}
.about-strat__acc {
  max-width: 1000px;
  padding: 45px 20px 25px;
  margin: 55px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .about-strat__acc {
    max-width: 520px;
    padding: 20px 10px 11px;
    margin: 25px auto 0;
  }
}
.about-strat__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 940px;
  padding: 22px 20px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgb(198, 226, 242)), color-stop(27.37%, rgb(212, 234, 245)), color-stop(66.89%, rgb(227, 241, 249)), to(rgb(232, 244, 250)));
  background: linear-gradient(90deg, rgb(198, 226, 242) 0.01%, rgb(212, 234, 245) 27.37%, rgb(227, 241, 249) 66.89%, rgb(232, 244, 250) 100%);
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .about-strat__head {
    padding: 16px 20px;
    border-radius: 5px;
  }
}
.about-strat__head p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about-strat__head p {
    font-size: 12px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.about-strat__head-add {
  display: none;
  padding: 28px 0 0;
}
@media screen and (width <= 900px) {
  .about-strat__head-add {
    padding: 24px 0 0;
  }
}
.about-strat__out {
  display: none;
  padding: 0 0 39px;
}
@media screen and (width <= 900px) {
  .about-strat__out {
    padding: 0 0 15px;
  }
}
.about-strat__fig {
  max-width: 940px;
  margin: 95px auto 0;
}
@media screen and (width <= 900px) {
  .about-strat__fig {
    margin: 40px auto 0;
  }
}
.about-strat__fig2 {
  max-width: 940px;
  margin: 0 auto 0;
}
@media screen and (width <= 900px) {
  .about-strat__fig2 {
    margin: 0px auto 0;
  }
}
.about-strat__read {
  display: block;
  padding: 18px 20px 0;
  margin: 15px auto 0;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .about-strat__read {
    margin: 5px auto 0;
  }
}
.about-strat__read span {
  font-family: din, sans-serif;
  font-size: 11px;
  color: #00438d;
}
.about-strat__read .read {
  display: block;
}
.about-strat__read .close {
  display: none;
}
.about-strat__read svg.read {
  display: block;
  width: 11px;
  margin: 8.5px auto 0;
  fill: #1d8ccc;
}
.about-strat__read svg.x {
  display: none;
  width: 12px;
  margin: 11.5px auto 7px;
  fill: none;
  stroke: #1d8ccc;
  stroke-miterlimit: 10;
}
@media screen and (width <= 900px) {
  .about-strat__read svg.x {
    margin: 11px auto 6px;
  }
}
@media (hover: hover) {
  .about-strat__read:hover {
    opacity: 0.7;
  }
}
.about-strat__read.js-active .read {
  display: none;
}
.about-strat__read.js-active .x,
.about-strat__read.js-active .close {
  display: block;
}

.about-str {
  position: relative;
  background: #eef1f3;
}
.about-str__wrap {
  position: relative;
  z-index: 3;
  padding: 0 20px 120px;
}
@media screen and (width <= 900px) {
  .about-str__wrap {
    padding: 0 10px 70px;
  }
}
.about-str__box {
  max-width: 1000px;
  padding: 53px 10px 87px;
  margin: 55px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .about-str__box {
    max-width: 520px;
    padding: 24px 10px 36px;
    margin: 25px auto 0;
  }
}
.about-str__t1 {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about-str__t1 {
    font-size: 12px;
  }
}
.about-str__t6 {
  font-size: 14px;
  line-height: 2;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  max-width: 800px;
  margin: 60px auto 0; 
}
@media screen and (width <= 900px) {
  .about-str__t6 {
    font-size: 12px;
  }
}
.about-str__in {
  max-width: 940px;
  padding: 75px 20px 84px;
  margin: 49px auto 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(228, 241, 249)), color-stop(99.97%, rgb(233, 235, 246)));
  background: linear-gradient(90deg, rgb(228, 241, 249) 0%, rgb(233, 235, 246) 99.97%);
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .about-str__in {
    max-width: 480px;
    padding: 20px 10px 0;
    margin: 24px auto 0;
    border-radius: 5px 5px 0 0;
  }
}
.about-str__t2 {
  font-size: 16px;
  line-height: 28px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about-str__t2 {
    font-size: 11px;
    line-height: 2;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.about-str__f1, .about-str__f2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 620px;
  margin: 40px auto 0;
}
@media screen and (width <= 900px) {
  .about-str__f1, .about-str__f2 {
    gap: 5px;
    max-width: 310px;
    margin: 25px auto 0;
  }
}
.about-str__f2 {
  margin: 50px auto 0;
}
@media screen and (width <= 900px) {
  .about-str__f2 {
    margin: 15px auto 0;
  }
}
.about-str__x {
  width: 40px;
}
@media screen and (width <= 900px) {
  .about-str__x {
    width: 20px;
  }
}
.about-str__col {
  width: 280px;
  padding: 15px 10px 9px;
  border-radius: 20px;
}
@media screen and (width <= 900px) {
  .about-str__col {
    width: calc(50% - 15px);
    padding: 10px 5px 9px;
    border-radius: 10px;
  }
}
.about-str__col.g1 {
  background: #1d8ccc;
}
.about-str__col.g2, .about-str__col.g4 {
  background: #00438d;
}
.about-str__col.g3 {
  background: #fff;
}
.about-str__t3, .about-str__t5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about-str__t3, .about-str__t5 {
    font-size: 11px;
    line-height: 14px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.about-str__t5 {
  color: #1d8ccc;
}
.about-str__t4 {
  width: 67px;
  margin: 1.5px auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 100px;
}
@media screen and (width <= 900px) {
  .about-str__t4 {
    width: 34px;
    margin: 1px auto;
    font-size: 10px;
    line-height: 12px;
  }
}
.about-str__svg1, .about-str__svg2, .about-str__svg3, .about-str__svg4 {
  display: block;
  width: 45px;
  margin: 5px auto 0;
}
@media screen and (width <= 900px) {
  .about-str__svg1, .about-str__svg2, .about-str__svg3, .about-str__svg4 {
    width: 22.5px;
  }
}
.about-str__svg1 .cls-1, .about-str__svg2 .cls-1, .about-str__svg3 .cls-1, .about-str__svg4 .cls-1 {
  fill: #1d8ccc;
}
.about-str__svg1 .cls-2, .about-str__svg2 .cls-2, .about-str__svg3 .cls-2, .about-str__svg4 .cls-2 {
  fill: #fff;
}
.about-str__svg2 .cls-1, .about-str__svg4 .cls-1 {
  fill: #00438d;
}
.about-str__svg3 .cls-1 {
  fill: #1d8ccc;
}

.about-str-acc {
  max-width: 840px;
  margin: 0 auto;
  border: 1px solid #1d8ccc;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .about-str-acc {
    margin: 45px auto 0;
  }
}
.about-str-acc__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
@media screen and (width <= 900px) {
  .about-str-acc__head {
    height: 60px;
  }
}
.about-str-acc__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  color: #00438d;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .about-str-acc__title {
    font-size: 14px;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
  }
}
.about-str-acc__mark {
  position: absolute;
  top: 17.5px;
  right: 17px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border: 1.5px solid #00438d;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .about-str-acc__mark {
    right: 11px;
    width: 25px;
    height: 25px;
  }
}
.about-str-acc__mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  content: "";
  background: #1d8ccc;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (width <= 900px) {
  .about-str-acc__mark::after {
    width: 10px;
    height: 1px;
  }
}
.about-str-acc__mark::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 18px;
  content: "";
  background: #1d8ccc;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (width <= 900px) {
  .about-str-acc__mark::before {
    width: 1px;
    height: 10px;
  }
}
.about-str-acc__mark.js-active::before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.about-str-acc__mark.js-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (width <= 900px) {
  .about-str-acc__mark_sp {
    top: auto;
    bottom: 14px;
  }
  .about-str-acc__mark_sp::before {
    content: none;
  }
}
@media (hover: hover) {
  .about-str-acc__mark:hover {
    opacity: 0.7;
  }
}
.about-str-acc__out {
  position: relative;
  display: none;
  padding: 38px 10px 67px;
}
@media screen and (width <= 900px) {
  .about-str-acc__out {
    padding: 34px 7.5px 64px;
  }
}
.about-str-acc__sponly {
  display: none;
}
@media screen and (width <= 900px) {
  .about-str-acc__sponly {
    display: block;
  }
}
.about-str-acc__box {
  max-width: 750px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
}
.about-str-acc__box.e {
  margin: 86px auto 0;
}
@media screen and (width <= 900px) {
  .about-str-acc__box.e {
    margin: 68px auto 0;
  }
}
.about-str-acc__hq {
  position: relative;
  border-top: 4px solid #00438d;
}
@media screen and (width <= 900px) {
  .about-str-acc__hq {
    border-top: 2.5px solid #00438d;
  }
}
.about-str-acc__hq p {
  position: absolute;
  inset: -20px 0 auto;
  width: 280px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  color: #00438d;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  background: #fff;
  border: 1px solid #00438d;
  border-radius: 100px;
}
@media screen and (width <= 900px) {
  .about-str-acc__hq p {
    top: -10px;
    width: 100px;
    font-size: 12px;
    line-height: 18px;
  }
}
.about-str-acc__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4px 0;
  margin: 44px 0 0;
  border-top: 2px solid #fff;
}
@media screen and (width <= 900px) {
  .about-str-acc__flex {
    display: block;
    padding: 6px 0 0;
    margin: 30px 0 0;
  }
}
.about-str-acc__noflex {
  padding: 4px 0;
  border-top: 2px solid #fff;
}
@media screen and (width <= 900px) {
  .about-str-acc__noflex {
    padding: 8px 0;
  }
}
.about-str-acc__noflex__top {
  padding: 4px 0;
  margin: 44px 0 0;
  border-top: 2px solid #fff;
}
@media screen and (width <= 900px) {
  .about-str-acc__noflex__top {
    padding: 8px 0;
    margin: 30px 0 0;
  }
}
.about-str-acc__imflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0;
  border-top: 2px solid #fff;
}
@media screen and (width <= 900px) {
  .about-str-acc__imflex {
    display: block;
    padding: 6px 0 0;
  }
}
.about-str-acc__div {
  width: 210px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: #00438d;
  border: 1px solid #00438d;
  border-radius: 100px;
}
@media screen and (width <= 900px) {
  .about-str-acc__div {
    width: 140px;
    font-size: 10px;
    line-height: 18px;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
  }
  .about-str-acc__div.ls0 {
    text-indent: 0;
    letter-spacing: 0;
  }
}
.about-str-acc__div.e {
  color: #00438d;
  background: #fff;
}
.about-str-acc__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (width <= 900px) {
  .about-str-acc__col {
    margin: 0 0 0 22.5px;
  }
}
.about-str-acc__devl {
  font-size: 13px;
  line-height: 38px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about-str-acc__devl {
    font-size: 11px;
    line-height: 31px;
  }
}
.about-str-acc__devl::before {
  color: #00438d;
  content: "●";
}
.about-str-acc__devl.bt {
  border-top: 2px solid #fff;
}
@media screen and (width <= 900px) {
  .about-str-acc__devl.spt {
    margin-top: 4px;
  }
}
.about-str-acc__devl.l2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5px 0 0;
  line-height: 23px;
}
@media screen and (width <= 900px) {
  .about-str-acc__devl.l2 {
    padding: 7px 0 0;
    line-height: 17px;
  }
}
.about-str-acc__w1 {
  position: relative;
  padding: 0 0 64px;
  border-top: 2px solid #fff;
}
@media screen and (width <= 900px) {
  .about-str-acc__w1 {
    padding: 0 0 5px;
  }
}
.about-str-acc__w2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #fff;
}
@media screen and (width <= 900px) {
  .about-str-acc__w2 {
    position: relative;
    padding: 0 0 44px;
  }
  .about-str-acc__w2.w3 {
    padding: 0 0 33px;
  }
  .about-str-acc__w2.do {
    padding: 0 0 91px;
  }
}
.about-str-acc__w2.w4 {
  border: none;
}
.about-str-acc__intv {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
@media screen and (width <= 900px) {
  .about-str-acc__intv {
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 2px 0 0;
  }
}
.about-str-acc__intv.poss {
  position: static;
  margin: 10px 15px 8.5px 0;
}
@media screen and (width <= 900px) {
  .about-str-acc__intv.poss {
    position: absolute;
    right: 2px;
    bottom: 5px;
    margin: 0;
  }
}
.about-str-acc__intv.imflex {
  position: static;
  margin: 1px 15px 2px 0;
}
@media screen and (width <= 900px) {
  .about-str-acc__intv.imflex {
    margin: 10px 2px 5px 0;
  }
}
.about-str-acc__intv.do {
  position: static;
  margin: 10px 15px 8.5px 0;
}
@media screen and (width <= 900px) {
  .about-str-acc__intv.do {
    position: absolute;
    right: 2px;
    bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
.about-str-acc__intv-col {
  padding: 16px 0 0;
}
@media screen and (width <= 900px) {
  .about-str-acc__intv-col {
    padding: 7px 0 0;
  }
  .about-str-acc__intv-col.do {
    padding: 0;
  }
}
.about-str-acc__intv-col p {
  font-size: 12px;
  line-height: 15px;
}
@media screen and (width <= 900px) {
  .about-str-acc__intv-col p {
    font-size: 10px;
    line-height: 12px;
  }
}
.about-str-acc__intv-col p:first-of-type {
  font-family: din, sans-serif;
  color: #1d8ccc;
  letter-spacing: 0.1em;
}
.about-str-acc__intv-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (width <= 900px) {
  .about-str-acc__intv-fl {
    gap: 4px;
  }
}
.about-str-acc__intv-fl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (width <= 900px) {
  .about-str-acc__intv-fl2 {
    gap: 7px 4px;
    max-width: 112px;
  }
}

.about-str-ft {
  padding: 60px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .about-str-ft {
    max-width: 480px;
    padding: 50px 20px 56px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(228, 241, 249)), color-stop(99.97%, rgb(233, 235, 246)));
    background: linear-gradient(90deg, rgb(228, 241, 249) 0%, rgb(233, 235, 246) 99.97%);
    border-radius: 0 0 5px 5px;
  }
}
.about-str-ft__t1 {
  padding: 82px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about-str-ft__t1 {
    padding: 47px 0 0;
    font-size: 12px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.about-str-ft__t2 {
  margin: 18px auto 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .about-str-ft__t2 {
    font-size: 11px;
  }
}

.fe {
  position: relative;
}
.fe::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1086px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(23.97%, rgb(246, 251, 253)), color-stop(48.51%, rgb(232, 244, 250)), color-stop(68.03%, rgb(228, 242, 249)), color-stop(89.49%, rgb(214, 235, 246)), to(rgb(205, 230, 244)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 251, 253) 23.97%, rgb(232, 244, 250) 48.51%, rgb(228, 242, 249) 68.03%, rgb(214, 235, 246) 89.49%, rgb(205, 230, 244) 100%);
}
.fe__wrap {
  position: relative;
  z-index: 3;
  padding: 0 20px 160px;
}
@media screen and (width <= 900px) {
  .fe__wrap {
    padding: 0 20px 88px;
  }
}
.fe__text {
  padding: 60px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe__text {
    padding: 23px 0 0;
    font-size: 12px;
    line-height: 2;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.fe__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 125px 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 940px;
  padding: 70px 0 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .fe__flex {
    gap: 52px;
    padding: 32px 0 0;
  }
}
.fe__col {
  position: relative;
}
.fe__title {
  position: relative;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
.fe__title span {
  display: block;
  font-size: 18px;
}
@media screen and (width <= 900px) {
  .fe__title {
    font-size: 17px;
    line-height: 28px;
  }
  .fe__title span {
    font-size: 13px;
  }
}
.fe__title::after {
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(198, 226, 242)), color-stop(1.24%, rgb(191, 222, 240)), color-stop(10.26%, rgb(142, 197, 229)), color-stop(19.22%, rgb(101, 177, 220)), color-stop(27.94%, rgb(70, 161, 213)), color-stop(36.37%, rgb(47, 149, 208)), color-stop(44.36%, rgb(34, 142, 205)), color-stop(51.46%, rgb(29, 140, 204)), color-stop(58.42%, rgb(33, 142, 205)), color-stop(65.93%, rgb(46, 149, 208)), color-stop(73.69%, rgb(68, 160, 213)), color-stop(81.63%, rgb(98, 175, 220)), color-stop(89.7%, rgb(137, 195, 228)), color-stop(97.78%, rgb(184, 219, 239)), to(rgb(198, 226, 242)));
  background: linear-gradient(90deg, rgb(198, 226, 242) 0%, rgb(191, 222, 240) 1.24%, rgb(142, 197, 229) 10.26%, rgb(101, 177, 220) 19.22%, rgb(70, 161, 213) 27.94%, rgb(47, 149, 208) 36.37%, rgb(34, 142, 205) 44.36%, rgb(29, 140, 204) 51.46%, rgb(33, 142, 205) 58.42%, rgb(46, 149, 208) 65.93%, rgb(68, 160, 213) 73.69%, rgb(98, 175, 220) 81.63%, rgb(137, 195, 228) 89.7%, rgb(184, 219, 239) 97.78%, rgb(198, 226, 242) 100%);
}
.fe__title_market {
  width: 240px;
  padding: 36px 0 6px;
}
@media screen and (width <= 900px) {
  .fe__title_market {
    width: 160px;
    padding: 0 0 5px;
  }
}
.fe__title_work {
  width: 380px;
  padding: 0 0 6px;
}
@media screen and (width <= 900px) {
  .fe__title_work {
    width: 280px;
    padding: 0 0 5px;
  }
}
.fe__title_env, .fe__title_qa {
  width: 300px;
  padding: 36px 0 6px;
}
@media screen and (width <= 900px) {
  .fe__title_env, .fe__title_qa {
    width: 220px;
    padding: 0 0 5px;
  }
}
.fe__img {
  max-width: 420px;
  padding: 29px 0 0;
}
@media screen and (width <= 900px) {
  .fe__img {
    max-width: 300px;
    padding: 15px 0 0;
  }
}
.fe__btn {
  position: absolute;
  inset: auto 0 -30px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .fe__btn {
    bottom: -17px;
  }
}

.fe-kv {
  position: relative;
  z-index: 2;
}
.fe-kv::after {
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: 100%;
  height: 330px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(53.37%, rgb(232, 244, 250)), color-stop(72.38%, rgb(225, 240, 248)), to(rgb(205, 230, 244)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(232, 244, 250) 53.37%, rgb(225, 240, 248) 72.38%, rgb(205, 230, 244) 100%);
}
.fe-kv_market::after {
  height: 285px;
}
@media screen and (width <= 900px) {
  .fe-kv_market::after {
    height: 190px;
  }
}
.fe-kv__wrap {
  position: relative;
  z-index: 3;
  padding: 65px 0 110px;
}
@media screen and (width <= 900px) {
  .fe-kv__wrap {
    padding: 32px 0 61px;
  }
}
.fe-kv__wrap_market {
  padding: 65px 0 80px;
}
@media screen and (width <= 900px) {
  .fe-kv__wrap_market {
    padding: 32px 0 40px;
  }
}
.fe-kv__t1 {
  width: 230px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: #00438d;
  border-radius: 100px;
}
@media screen and (width <= 900px) {
  .fe-kv__t1 {
    width: 170px;
    font-size: 10px;
    line-height: 18px;
  }
}
.fe-kv__title {
  position: relative;
  width: 500px;
  padding: 35px 0 16px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-kv__title {
    width: 220px;
    padding: 13px 0 8px;
    font-size: 17px;
  }
}
.fe-kv__title::after {
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(198, 226, 242)), color-stop(1.24%, rgb(191, 222, 240)), color-stop(10.26%, rgb(142, 197, 229)), color-stop(19.22%, rgb(101, 177, 220)), color-stop(27.94%, rgb(70, 161, 213)), color-stop(36.37%, rgb(47, 149, 208)), color-stop(44.36%, rgb(34, 142, 205)), color-stop(51.46%, rgb(29, 140, 204)), color-stop(58.42%, rgb(33, 142, 205)), color-stop(65.93%, rgb(46, 149, 208)), color-stop(73.69%, rgb(68, 160, 213)), color-stop(81.63%, rgb(98, 175, 220)), color-stop(89.7%, rgb(137, 195, 228)), color-stop(97.78%, rgb(184, 219, 239)), to(rgb(198, 226, 242)));
  background: linear-gradient(90deg, rgb(198, 226, 242) 0%, rgb(191, 222, 240) 1.24%, rgb(142, 197, 229) 10.26%, rgb(101, 177, 220) 19.22%, rgb(70, 161, 213) 27.94%, rgb(47, 149, 208) 36.37%, rgb(34, 142, 205) 44.36%, rgb(29, 140, 204) 51.46%, rgb(33, 142, 205) 58.42%, rgb(46, 149, 208) 65.93%, rgb(68, 160, 213) 73.69%, rgb(98, 175, 220) 81.63%, rgb(137, 195, 228) 89.7%, rgb(184, 219, 239) 97.78%, rgb(198, 226, 242) 100%);
}
.fe-kv__title_market {
  width: 347px;
}
@media screen and (width <= 900px) {
  .fe-kv__title_market {
    width: 170px;
  }
}
.fe-kv__title_works {
  width: 620px;
  padding: 25px 0 0;
  line-height: 52px;
}
.fe-kv__title_works span {
  font-size: 28px;
}
@media screen and (width <= 900px) {
  .fe-kv__title_works {
    width: 280px;
    padding: 7.5px 0 0;
    line-height: 28px;
  }
  .fe-kv__title_works span {
    font-size: 13px;
  }
}
.fe-kv__pic {
  max-width: 690px;
  margin: 59px auto 0;
}
@media screen and (width <= 900px) {
  .fe-kv__pic {
    padding: 0 52.5px;
    margin: 32px auto 0;
  }
}
.fe-kv__t2 {
  margin: 53px 0 0;
  font-size: 26px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-kv__t2 {
    margin: 29px 0 0;
    font-size: 16px;
  }
}
.fe-kv__t3 {
  margin: 35px 0 0;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-kv__t3 {
    padding: 0 10px;
    margin: 22px 0 0;
    font-size: 12px;
    line-height: 2;
  }
}
.fe-kv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 92px auto 0;
}
@media screen and (width <= 900px) {
  .fe-kv__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 41px auto 0;
  }
}
.fe-kv__btns_qa {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 980px;
  padding: 0 20px;
}
@media screen and (width <= 900px) {
  .fe-kv__btns_qa {
    gap: 14px;
  }
}

.fe-market {
  position: relative;
  z-index: 3;
  background: #e8f3fa;
}
.fe-market__wrap {
  padding: 100px 20px 120px;
}
@media screen and (width <= 900px) {
  .fe-market__wrap {
    padding: 60px 20px 55px;
  }
}
.fe-market__box1 {
  max-width: 840px;
  padding: 44px 20px 42px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-market__box1 {
    max-width: 520px;
    padding: 32px 17.5px 26px;
  }
}
.fe-market__box1-tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
.fe-market__box1-tit::before {
  padding: 0 5px 0 0;
  font-size: 16px;
  color: #1d8ccc;
  content: "●";
}
@media screen and (width <= 900px) {
  .fe-market__box1-tit {
    font-size: 13px;
    line-height: 1;
  }
  .fe-market__box1-tit::before {
    font-size: 13px;
  }
}
.fe-market__box1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 23px 25px;
  max-width: 705px;
  margin: 48px auto 0;
}
@media screen and (width <= 900px) {
  .fe-market__box1-flex {
    gap: 10px;
    margin: 27px auto 0;
  }
}
.fe-market__box1-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 12.5px);
  padding: 16px 30px 13px 20px;
  background: #f0f3f5;
}
@media screen and (width <= 900px) {
  .fe-market__box1-col {
    width: 100%;
    max-width: 300px;
    padding: 21px 20px 20px;
    margin: 0 auto;
  }
}
.fe-market__box1-left {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-market__box1-left {
    font-size: 13px;
  }
}
.fe-market__box1-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fe-market__box1-num {
  padding: 0 10px 0 0;
  font-family: din, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #00438d;
}
@media screen and (width <= 900px) {
  .fe-market__box1-num {
    padding: 0 5px 0 0;
    font-size: 24px;
  }
}
.fe-market__box1-unit {
  padding: 13px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-market__box1-unit {
    padding: 9px 0 0;
    font-size: 14px;
  }
}
.fe-market__box1-city {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-market__box1-city {
    font-size: 24px;
    line-height: 1;
  }
}
.fe-market__box1-foot {
  padding: 52px 0 0;
  font-size: 12px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-market__box1-foot {
    padding: 31px 0 0;
    font-size: 11px;
  }
}
.fe-market__accout {
  max-width: 840px;
  margin: 59px auto 0;
}
@media screen and (width <= 900px) {
  .fe-market__accout {
    max-width: 520px;
    margin: 24px auto 0;
  }
}
.fe-market__acc {
  margin: 15px 0 0;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-market__acc {
    margin: 10px 0 0;
  }
}
.fe-market__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 37px 20px 35px;
}
@media screen and (width <= 900px) {
  .fe-market__head {
    height: 58px;
    padding: 0 12px;
  }
}
.fe-market__headm {
  font-family: din, sans-serif;
  font-size: 68px;
  font-weight: 700;
  color: #dee4e8;
}
@media screen and (width <= 900px) {
  .fe-market__headm {
    font-size: 36px;
  }
}
.fe-market__headtext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-market__headtext {
    font-size: 13px;
    line-height: 20px;
  }
}
.fe-market__headtext span {
  font-weight: 900;
}
.fe-market__out {
  display: none;
}
.fe-market__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 22.5px 65px;
}
@media screen and (width <= 900px) {
  .fe-market__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 5px 22.5px 25px;
  }
}
.fe-market__pic1 {
  width: 350px;
  padding: 10px 0 0;
}
@media screen and (width <= 900px) {
  .fe-market__pic1 {
    width: auto;
    max-width: 240px;
    padding: 0;
    margin: 0 auto;
  }
}
.fe-market__col1 {
  width: 350px;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-market__col1 {
    width: auto;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}

.fe-benefit {
  position: relative;
  z-index: 3;
  background: #e8f3fa;
}
.fe-benefit__wrap {
  padding: 90px 20px 120px;
}
@media screen and (width <= 900px) {
  .fe-benefit__wrap {
    padding: 50px 20px 55px;
  }
}
.fe-benefit__pi {
  font-family: din, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #8ec5e5;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .fe-benefit__pi {
    font-size: 22px;
  }
}
.fe-benefit__box {
  position: relative;
  max-width: 840px;
  padding: 50px 50px 43px;
  margin: 60px auto 0;
  background: #fff;
  border-radius: 10px;
}
.fe-benefit__box_1 {
  margin: 67px auto 0;
}
@media screen and (width <= 900px) {
  .fe-benefit__box {
    max-width: 520px;
    padding: 47px 17.5px 26px;
    margin: 33px auto 0;
  }
  .fe-benefit__box_1 {
    margin: 47px auto 0;
  }
  .fe-benefit__box_3 {
    padding: 63px 17.5px 26px;
  }
}
.fe-benefit__box-num {
  position: absolute;
  top: -23px;
  left: 50px;
  font-family: din, sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #1d8ccc;
}
@media screen and (width <= 900px) {
  .fe-benefit__box-num {
    top: -20px;
    left: 17.5px;
    font-size: 40px;
  }
}
.fe-benefit__box-t1 {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-benefit__box-t1 {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.fe-benefit__box-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.fe-benefit__box-dl_2 {
  margin: 14px 0 0;
}
@media screen and (width <= 900px) {
  .fe-benefit__box-dl {
    font-size: 12px;
  }
}
.fe-benefit__box-dl dt {
  width: 73px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  background: #dee4e8;
}
@media screen and (width <= 900px) {
  .fe-benefit__box-dl dt {
    width: 61px;
  }
}
@media screen and (width <= 900px) {
  .fe-benefit__box-dl dd span {
    display: block;
    padding: 4px 0 0;
    font-size: 10px;
    letter-spacing: 0;
  }
}
.fe-benefit__box-2f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 53px;
  margin: 17px 0 0;
}
@media screen and (width <= 900px) {
  .fe-benefit__box-2f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin: 19px 0 0;
  }
}
.fe-benefit__box-dl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.fe-benefit__box-dl2 dt {
  width: 97px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  background: #dee4e8;
}
@media screen and (width <= 900px) {
  .fe-benefit__box-dl2 {
    font-size: 12px;
  }
  .fe-benefit__box-dl2 dt {
    width: 82px;
  }
}
.fe-benefit__box-com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  margin: 37px 0 0;
  background: #f0f3f5;
}
.fe-benefit__box-com_2 {
  margin: 40px 0 0;
}
.fe-benefit__box-com_3, .fe-benefit__box-com_4 {
  margin: 23px 0 0;
}
.fe-benefit__box-com p {
  font-size: 15px;
  font-weight: 500;
  color: #00438d;
  letter-spacing: 0.05em;
}
@media screen and (width <= 900px) {
  .fe-benefit__box-com {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 20px 23px;
    margin: 28px auto 0;
  }
  .fe-benefit__box-com_2 {
    margin: 30px 0 0;
  }
  .fe-benefit__box-com_3, .fe-benefit__box-com_4 {
    margin: 25px 0 0;
  }
  .fe-benefit__box-com p {
    padding: 14px 0 0;
    font-size: 12px;
    line-height: 2;
  }
  .fe-benefit__box-com span {
    display: block;
    padding: 0 0 0 1em;
  }
}
.fe-benefit__box-svg {
  width: 66px;
}
@media screen and (width <= 900px) {
  .fe-benefit__box-svg {
    width: 45px;
    margin: 0 auto;
  }
}
.fe-benefit__foot {
  margin: 28px 0 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-benefit__foot {
    margin: 18px 0 0;
    font-size: 11px;
  }
}

.fe-career {
  position: relative;
  z-index: 3;
  background: #e8f3fa;
}
.fe-career__wrap {
  padding: 100px 20px 120px;
}
@media screen and (width <= 900px) {
  .fe-career__wrap {
    padding: 40px 10px 55px;
  }
}
.fe-career__box1 {
  max-width: 1000px;
  padding: 51px 20px 82px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-career__box1 {
    max-width: 520px;
    padding: 19px 10px 39px;
  }
}
.fe-career__box2 {
  max-width: 1000px;
  padding: 65px 20px 77px;
  margin: 43px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-career__box2 {
    max-width: 520px;
    padding: 28px 10px;
    margin: 25px auto 0;
  }
}
.fe-career__box2-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 840px;
  margin: 84px auto 0;
}
@media screen and (width <= 900px) {
  .fe-career__box2-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 43px auto 0;
  }
}
.fe-career__box2-co {
  position: relative;
  width: calc(50% - 20px);
  padding: 49px 20px 29px;
  background: #dee4e8;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-career__box2-co {
    width: auto;
    padding: 46px 17.5px 28px;
  }
}
.fe-career__box2-in {
  min-height: 170px;
  padding: 15px;
  margin: 28px auto 0;
  background: #fff;
}
@media screen and (width <= 900px) {
  .fe-career__box2-in {
    min-height: auto;
    margin: 25px auto 0;
  }
}
.fe-career__box2-in p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media screen and (width <= 900px) {
  .fe-career__box2-in p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.fe-career__t1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 46px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.fe-career__t2 {
  padding: 29px 0 0;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__t2 {
    padding: 18px 0 0;
    font-size: 12px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.fe-career__inbox {
  position: relative;
  max-width: 940px;
  padding: 60px 20px 39px;
  margin: 67px auto 0;
  background: #d6eaf6;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-career__inbox {
    max-width: 400px;
    padding: 49px 10px 39px;
  }
}
.fe-career__step {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .fe-career__step {
    max-width: 231px;
  }
}
.fe-career__t3 {
  padding: 66px 0 0;
  font-size: 12px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__t3 {
    padding: 33px 0 0;
    font-size: 11px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.fe-career__inbox2 {
  position: relative;
  max-width: 940px;
  padding: 66px 20px 47px;
  margin: 63px auto 0;
  background: #dee4e8;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-career__inbox2 {
    max-width: 400px;
    padding: 47px 20px 35px;
    margin: 35px auto 0;
  }
}
.fe-career__inbox2-svg {
  position: absolute;
  top: 43px;
  right: 63px;
  width: 78px;
  fill: #00438d;
}
@media screen and (max-width: 1030px) {
  .fe-career__inbox2-svg {
    right: calc(33.3333333333vw + -280.3333333333px);
  }
}
@media screen and (width <= 900px) {
  .fe-career__inbox2-svg {
    top: 12px;
    right: 16px;
    width: 46px;
  }
}
.fe-career__t4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__t4 {
    font-size: 12px;
    line-height: 2;
  }
}
.fe-career__inboxin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 840px;
  padding: 33px;
  margin: 35px auto 0;
  background: #fff;
}
@media screen and (width <= 900px) {
  .fe-career__inboxin {
    display: block;
    padding: 22px 18px 21px;
  }
}
.fe-career__t5 {
  font-size: 13px;
  font-weight: 500;
  color: #1d8ccc;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__t5 {
    padding: 0 0 19px;
    font-size: 12px;
    text-align: center;
    text-indent: 0.1em;
  }
}
.fe-career__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 14px;
}
.fe-career__ul li {
  display: block;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__ul li {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.fe-career__ul li::before {
  color: #1d8ccc;
  content: "● ";
}
.fe-career__t6 {
  margin: 91px 0 0;
  font-family: din, sans-serif;
  font-size: 32px;
  color: #c6e2f2;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .fe-career__t6 {
    margin: 46px 0 0;
    font-size: 22px;
  }
}
.fe-career__t7 {
  margin: 14px 0 0;
  font-size: 14px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__t7 {
    margin: 17px 0 0;
    font-size: 12px;
  }
}
.fe-career__casebox {
  max-width: 840px;
  padding: 28px 39px 53px;
  margin: 40px auto 0;
  background: #fff;
  border: 1px solid #00438d;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-career__casebox {
    padding: 15px 16.5px 52px;
    margin: 26px auto 0;
  }
}
.fe-career__casebox-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 900px) {
  .fe-career__casebox-head {
    gap: 16px;
  }
}
.fe-career__casebox-v {
  font-family: din, sans-serif;
  font-size: 14px;
  color: #1d8ccc;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__casebox-v {
    font-size: 12px;
  }
}
.fe-career__casebox-t {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__casebox-t {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.fe-career__casebox-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
  padding: 18px 40px 10px 37px;
  margin: 25px auto 0;
  background: #f0f3f5;
}
@media screen and (width <= 900px) {
  .fe-career__casebox-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 16px 15px 54px;
    margin: 27px auto 0;
  }
}
.fe-career__casebox-co {
  width: 94px;
}
@media screen and (width <= 900px) {
  .fe-career__casebox-co {
    width: 80px;
    margin: 0 auto;
  }
}
.fe-career__casebox-d {
  padding: 4px 0 7px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
@media screen and (width <= 900px) {
  .fe-career__casebox-d {
    font-size: 11px;
  }
}
.fe-career__casebox-n {
  font-size: 14px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__casebox-n {
    font-size: 13px;
  }
}
.fe-career__casebox-x {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  line-height: 28px;
}
@media screen and (width <= 900px) {
  .fe-career__casebox-x {
    font-size: 12px;
    line-height: 2;
  }
}
.fe-career__t8 {
  font-size: 26px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__t8 {
    font-size: 16px;
  }
}
.fe-career__t9 {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-career__t9 {
    font-size: 13px;
    line-height: 24px;
  }
}

.fe-env-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 90px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(29, 140, 204)), color-stop(22.97%, rgb(21, 120, 187)), color-stop(73.51%, rgb(6, 82, 154)), to(rgb(0, 67, 141)));
  background: linear-gradient(90deg, rgb(29, 140, 204) 0%, rgb(21, 120, 187) 22.97%, rgb(6, 82, 154) 73.51%, rgb(0, 67, 141) 100%);
}
@media screen and (width <= 900px) {
  .fe-env-title {
    gap: 14px;
    height: 55px;
  }
}
.fe-env-title.i {
  gap: 30px;
}
@media screen and (width <= 900px) {
  .fe-env-title.i {
    gap: 13px;
  }
}
.fe-env-title.w1 {
  gap: 45px;
}
@media screen and (width <= 900px) {
  .fe-env-title.w1 {
    gap: 12px;
  }
}
.fe-env-title.w2 {
  gap: 30px;
}
@media screen and (width <= 900px) {
  .fe-env-title.w2 {
    gap: 9px;
  }
}
.fe-env-title.tochigi {
  gap: 33px;
}
@media screen and (width <= 900px) {
  .fe-env-title.tochigi {
    gap: 12px;
  }
}
.fe-env-title.bank {
  gap: 36px;
}
@media screen and (width <= 900px) {
  .fe-env-title.bank {
    gap: 15px;
  }
}
.fe-env-title.work {
  gap: 25px;
}
@media screen and (width <= 900px) {
  .fe-env-title.work {
    gap: 17px;
  }
}
.fe-env-title span {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env-title span {
    font-size: 16px;
  }
}
.fe-env-title em {
  font-style: normal;
  font-weight: 700;
}
.fe-env-title__u {
  width: 67px;
}
@media screen and (width <= 900px) {
  .fe-env-title__u {
    width: 35px;
  }
}
.fe-env-title__u .cls-1 {
  fill: #fff;
}
.fe-env-title__u .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 5.01px;
}
.fe-env-title__i {
  width: 52px;
  fill: #fff;
}
@media screen and (width <= 900px) {
  .fe-env-title__i {
    width: 25px;
  }
}
.fe-env-title__ws1 {
  width: 62px;
  fill: #fff;
}
@media screen and (width <= 900px) {
  .fe-env-title__ws1 {
    width: 30px;
  }
}
.fe-env-title__ws2 {
  width: 57px;
  fill: #fff;
}
@media screen and (width <= 900px) {
  .fe-env-title__ws2 {
    width: 30px;
  }
}
.fe-env-title__tochigi {
  width: 51px;
  fill: #fff;
}
@media screen and (width <= 900px) {
  .fe-env-title__tochigi {
    width: 26px;
  }
}
.fe-env-title__bank {
  width: 52px;
  fill: #fff;
}
@media screen and (width <= 900px) {
  .fe-env-title__bank {
    width: 31px;
  }
}
.fe-env-title__work {
  width: 49px;
  fill: #fff;
}
@media screen and (width <= 900px) {
  .fe-env-title__work {
    width: 28px;
  }
}

.fe-env1 {
  position: relative;
  z-index: 3;
  background: #e8f3fa;
}
.fe-env1__wrap {
  padding: 0 20px 140px;
}
@media screen and (width <= 900px) {
  .fe-env1__wrap {
    padding: 0 10px 55px;
  }
}
.fe-env1__box {
  max-width: 1000px;
  padding: 50px 30px 68px;
  margin: 45px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-env1__box {
    max-width: 520px;
    padding: 33px 10px 34px;
    margin: 20px auto 0;
    border-radius: 8px;
  }
}
.fe-env1__acc {
  padding: 33px 22px;
  margin: 63px 0 0;
  background: #fff;
  border: 1px solid #00438d;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-env1__acc {
    padding: 16.5px 6.5px;
    margin: 30px 0 0;
  }
}
.fe-env1__acc_2 {
  margin: 13px 0 0;
}
@media screen and (width <= 900px) {
  .fe-env1__acc_2 {
    margin: 10px 0 0;
  }
}
.fe-env1__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 900px) {
  .fe-env1__head {
    padding: 0 6px;
  }
}
.fe-env1__headm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 0 0 0 23px;
}
@media screen and (width <= 900px) {
  .fe-env1__headm {
    gap: 5px;
    padding: 0;
  }
}
.fe-env1__headm p {
  font-family: din, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #1d8ccc;
}
@media screen and (width <= 900px) {
  .fe-env1__headm p {
    font-size: 16px;
    line-height: 16px;
  }
}
.fe-env1__headm p:first-of-type {
  font-size: 14px;
}
@media screen and (width <= 900px) {
  .fe-env1__headm p:first-of-type {
    font-size: 8px;
  }
}
.fe-env1__headtext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 900;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env1__headtext {
    font-size: 13px;
  }
}
.fe-env1__mark {
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border: 1.5px solid #00438d;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .fe-env1__mark {
    width: 25px;
    height: 25px;
  }
}
.fe-env1__mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  content: "";
  background: #1d8ccc;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (width <= 900px) {
  .fe-env1__mark::after {
    width: 10px;
    height: 1px;
  }
}
.fe-env1__mark::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 18px;
  content: "";
  background: #1d8ccc;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (width <= 900px) {
  .fe-env1__mark::before {
    width: 1px;
    height: 10px;
  }
}
.fe-env1__mark.js-active::before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.fe-env1__mark.js-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (width <= 900px) {
  .fe-env1__mark_sp {
    margin: 0 0 0 auto;
  }
  .fe-env1__mark_sp::before {
    content: none;
  }
}
@media (hover: hover) {
  .fe-env1__mark:hover {
    opacity: 0.7;
  }
}
.fe-env1__out {
  display: none;
}
.fe-env1__in {
  position: relative;
  max-width: 860px;
  padding: 0 20px 45px;
  margin: 27px auto 0;
  background: #eef1f3;
}
@media screen and (width <= 900px) {
  .fe-env1__in {
    padding: 0 0 35px;
    margin: 20px auto 0;
  }
}
.fe-env1__in_3 {
  padding: 0 0 45px;
}
@media screen and (width <= 900px) {
  .fe-env1__in_3 {
    padding: 0 0 35px;
  }
}
.fe-env1__map1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 40px 15px 0;
}
@media screen and (width <= 900px) {
  .fe-env1__map1 {
    display: block;
    padding: 20px 5px 0;
  }
}
.fe-env1__pic1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 3px;
}
@media screen and (width <= 900px) {
  .fe-env1__pic1 {
    max-width: 470px;
    padding: 0;
    margin: 0 auto;
  }
}
.fe-env1__col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 166px;
  padding: 73px 0 0;
}
@media screen and (width <= 900px) {
  .fe-env1__col1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 10px 8px;
    width: auto;
    max-width: 268px;
    padding: 20px 0 0;
    margin: 0 auto;
  }
}
.fe-env1__flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  max-width: 714px;
  margin: 32px auto 0;
}
@media screen and (width <= 900px) {
  .fe-env1__flex1 {
    display: block;
    padding: 0 5px;
  }
}
.fe-env1__fc1 {
  width: calc(50% - 7px);
  padding: 22px 15px 15px;
  background: #fff;
}
@media screen and (width <= 900px) {
  .fe-env1__fc1 {
    width: auto;
    max-width: 290px;
    margin: 0 auto;
  }
  .fe-env1__fc1:last-of-type {
    margin-top: 9px;
  }
}
.fe-env1__foh {
  font-size: 13px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
.fe-env1__rail {
  width: 105px;
  margin: 8px auto 0;
}
.fe-env1__car {
  width: 28px;
  margin: 7px auto 0;
}
.fe-env1__fs1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 21px 0 18px;
}
@media screen and (width <= 900px) {
  .fe-env1__fs1 {
    padding: 17px 0 10px;
  }
}
.fe-env1__fs2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 18px;
}
@media screen and (width <= 900px) {
  .fe-env1__fs2 {
    padding: 0 0 10px;
  }
}
.fe-env1__tokyo, .fe-env1__ul1, .fe-env1__ul2, .fe-env1__ul3, .fe-env1__ul4, .fe-env1__kawa {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env1__tokyo, .fe-env1__ul1, .fe-env1__ul2, .fe-env1__ul3, .fe-env1__ul4, .fe-env1__kawa {
    font-size: 12px;
    line-height: 20px;
  }
}
.fe-env1__tokyo i, .fe-env1__ul1 i, .fe-env1__ul2 i, .fe-env1__ul3 i, .fe-env1__ul4 i, .fe-env1__kawa i {
  font-style: normal;
  color: #eb6100;
}
.fe-env1__ul2 {
  padding: 0 0 0 18px;
}
.fe-env1__kawa {
  padding: 16px 0 0;
  text-align: center;
}
@media screen and (width <= 900px) {
  .fe-env1__kawa {
    padding: 7px 0 0;
  }
}
.fe-env1__ff1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  background: #eaedf0;
}
@media screen and (width <= 900px) {
  .fe-env1__ff1 {
    padding: 12px 0;
    font-size: 11px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 18px;
  }
}
.fe-env1__sponly {
  display: none;
}
@media screen and (width <= 900px) {
  .fe-env1__sponly {
    display: block;
    padding: 11px 5px 0;
  }
}
.fe-env1__map2 {
  max-width: 812px;
  padding: 30px 20px 16px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .fe-env1__map2 {
    display: none;
  }
}
.fe-env1__map2-sp {
  display: none;
  max-width: 470px;
  padding: 19px 5px 14px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .fe-env1__map2-sp {
    display: block;
  }
}
.fe-env1__map2-txt {
  max-width: 760px;
  padding: 24px 20px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (width <= 900px) {
  .fe-env1__map2-txt {
    max-width: 290px;
    padding: 18px 15px 16px;
    margin: 4px auto 0;
  }
}
.fe-env1__map2-txt-1 {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env1__map2-txt-1 {
    margin: 18px 0 0;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    text-indent: 0;
    letter-spacing: 0;
  }
  .fe-env1__map2-txt-1 span {
    display: block;
    margin: 0 0 0 3em;
  }
}
@media screen and (width <= 900px) {
  .fe-env1__map3 {
    max-width: 470px;
    margin: 0 auto;
  }
}
.fe-env1__map3-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 375px;
  height: 75px;
  padding: 0 70px;
  margin: 6px auto 0;
  color: #00438d;
  cursor: pointer;
  background: #fff;
  border: 5px solid #a6bdd7;
  border-radius: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .fe-env1__map3-btn {
    gap: 11px;
    width: 243px;
    height: 53px;
    padding: 0 23px;
    margin: 20px auto 0;
    border: 3px solid #a6bdd7;
  }
}
.fe-env1__map3-btn svg {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .fe-env1__map3-btn svg {
    right: 10px;
    width: 21px;
    height: 21px;
  }
}
.fe-env1__map3-btn svg .c1 {
  fill: #00438d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fe-env1__map3-btn svg .c2 {
  fill: #fff;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 1.14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .fe-env1__map3-btn:hover {
    color: #fff;
    background: #00438d;
  }
  .fe-env1__map3-btn:hover svg .c1 {
    fill: #fff;
  }
  .fe-env1__map3-btn:hover svg .c2 {
    fill: #00438d;
    stroke: #00438d;
  }
  .fe-env1__map3-btn:hover .fe-env1__map3-btn-2 {
    color: #fff;
  }
}
.fe-env1__map3-btn:active {
  color: #fff;
  background: #00438d;
}
.fe-env1__map3-btn:active svg .c1 {
  fill: #fff;
}
.fe-env1__map3-btn:active svg .c2 {
  fill: #00438d;
  stroke: #00438d;
}
.fe-env1__map3-btn:active .fe-env1__map3-btn-2 {
  color: #fff;
}
.fe-env1__map3-btn-1 {
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .fe-env1__map3-btn-1 {
    font-size: 13px;
  }
}
.fe-env1__map3-btn-2 {
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .fe-env1__map3-btn-2 {
    font-size: 12px;
  }
}
.fe-env1__box2 {
  max-width: 1000px;
  padding: 64px 30px 85px;
  margin: 45px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-env1__box2 {
    max-width: 520px;
    padding: 34px 10px;
    margin: 20px auto 0;
    border-radius: 8px;
  }
}
.fe-env1__box2-t {
  padding: 35px 0 0;
  font-size: 12px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env1__box2-t {
    padding: 24px 0 0;
    font-size: 11px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.fe-env1__box2-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 840px;
  margin: 38px auto 0;
}
@media screen and (width <= 900px) {
  .fe-env1__box2-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 37px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 32px auto 0;
  }
}
.fe-env1__box2-c {
  position: relative;
  width: calc(50% - 20px);
  padding: 48px 25px 30px;
  background: #f0f3f5;
}
@media screen and (width <= 900px) {
  .fe-env1__box2-c {
    width: 300px;
    padding: 30px 20px 28px;
  }
}
.fe-env1__box2-s {
  position: absolute;
  inset: -11px 0 auto;
  font-size: 26px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env1__box2-s {
    top: -6px;
    font-size: 17px;
  }
}
.fe-env1__box2-w {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env1__box2-w {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.fe-env1__box2-x {
  padding: 13px 0 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env1__box2-x {
    font-size: 11px;
  }
}

.fe-env-map2 {
  max-width: 100%;
  height: auto;
  /* SVG内のクリック可能エリア */
  /* 背景地図(map)はクリックさせない */
}
.fe-env-map2 g[id] {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .fe-env-map2 g[id]:hover {
    opacity: 0.7;
  }
}
.fe-env-map2 #map,
.fe-env-map2 #spmap {
  pointer-events: none;
}

.fe-env-map2-f {
  display: none;
}
@media screen and (width <= 900px) {
  .fe-env-map2-f {
    display: block;
    max-width: 270px;
    margin: 0 auto;
  }
}
.fe-env-map2-f__area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 270px;
  padding: 3px 2px 4px 3px;
  cursor: pointer;
  background: none;
  border-color: #00438d;
  border-style: solid;
  border-width: 2px 0 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fe-env-map2-f__area span {
  font-size: 12px;
  font-weight: 500;
}
.fe-env-map2-f__area::after {
  display: block;
  width: 21px;
  height: 21px;
  content: "";
  background: #a5d1eb;
  border: 1px solid #fff;
  border-radius: 100%;
}
.fe-env-map2-f__area::before {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 7px;
  height: 8px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fe-env-map2-f__area_c::after {
  background: #55a9d9;
}
.fe-env-map2-f__area_e::after {
  background: #5ab6ab;
}
.fe-env-map2-f__area_s::after {
  background: #00a2bb;
}
.fe-env-map2-f__area_n::after {
  background: #83c0e3;
}
@media (hover: hover) {
  .fe-env-map2-f__area:hover {
    opacity: 0.7;
  }
}
.fe-env-map2-f__items {
  padding: 7px 8px 33px;
}
.fe-env-map2-f__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 26px;
  margin: 4px auto 0;
  cursor: pointer;
  background: #a5d1eb;
  border: 2px solid #fff;
  border-radius: 100px;
}
.fe-env-map2-f__btn::after {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: #fffcd1;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fe-env-map2-f__btn::before {
  position: absolute;
  top: 50%;
  right: 9px;
  z-index: 2;
  display: block;
  width: 6px;
  height: 7px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background: #00438d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fe-env-map2-f__btn_c {
  background: #55a9d9;
}
.fe-env-map2-f__btn_e {
  background: #5ab6ab;
}
.fe-env-map2-f__btn_s {
  background: #00a2bb;
}
.fe-env-map2-f__btn_n {
  background: #83c0e3;
}
@media (hover: hover) {
  .fe-env-map2-f__btn:hover {
    opacity: 0.7;
  }
}
.fe-env-map2-f__num {
  display: block;
  width: 17px;
  font-size: 12px;
  line-height: 17px;
  background: #fff;
  border-radius: 100%;
}
.fe-env-map2-f__txt {
  font-size: 12px;
  font-weight: 700;
  color: #fffcd1;
  letter-spacing: 0.06em;
}

.fe-env2 {
  position: relative;
  z-index: 3;
  background: #e8f3fa;
}
.fe-env2__wrap {
  padding: 0 20px 120px;
}
@media screen and (width <= 900px) {
  .fe-env2__wrap {
    padding: 0 10px 55px;
  }
}
.fe-env2__box {
  max-width: 1000px;
  padding: 64px 30px 83px;
  margin: 45px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-env2__box {
    max-width: 520px;
    padding: 33px 10px 39px;
    margin: 20px auto 0;
    border-radius: 8px;
  }
}
.fe-env2__box-h {
  width: 312px;
  padding: 1px 0 7px;
  margin: 21px auto 0;
  font-size: 16px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background-image: url("./img/fe/env/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
@media screen and (width <= 900px) {
  .fe-env2__box-h {
    width: 272px;
    padding: 3px 0 7px;
    margin: 14px auto 0;
    font-size: 14px;
  }
}
.fe-env2__gbox {
  position: relative;
  max-width: 840px;
  padding: 55px 20px 40px;
  margin: 45px auto 0;
  background: #f0f3f5;
}
@media screen and (width <= 900px) {
  .fe-env2__gbox {
    max-width: 300px;
    padding: 60px 20px 22px;
    margin: 35px auto 0;
  }
}
@media screen and (width <= 900px) {
  .fe-env2__gbox_2 {
    padding: 30px 20px 22px;
  }
}
.fe-env2__gbox-h4 {
  position: absolute;
  inset: -10px 0 auto;
  font-size: 22px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env2__gbox-h4 {
    top: -12px;
    font-size: 17px;
    line-height: 28px;
  }
}
.fe-env2__gbox-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  max-width: 754px;
  margin: 0 auto;
}
.fe-env2__gbox-f_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (width <= 900px) {
  .fe-env2__gbox-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 26px;
  }
}
.fe-env2__gbox-c {
  width: calc(50% - 17px);
}
@media screen and (width <= 900px) {
  .fe-env2__gbox-c {
    width: auto;
  }
}
.fe-env2__gbox-pic {
  width: calc(50% - 17px);
}
@media screen and (width <= 900px) {
  .fe-env2__gbox-pic {
    width: auto;
  }
}
.fe-env2__gbox-t {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env2__gbox-t {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.fe-env2__gbox-d {
  padding: 30px 0 0;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env2__gbox-d {
    padding: 26px 0 0;
    line-height: 20px;
  }
}
.fe-env2__gbox-n {
  font-size: 9px;
  line-height: 22px;
  letter-spacing: 0.1em;
  word-break: break-all;
}
@media screen and (width <= 900px) {
  .fe-env2__gbox-n {
    font-size: 7px;
    line-height: 20px;
  }
}
.fe-env2__box2 {
  max-width: 1000px;
  padding: 55px 30px 85px;
  margin: 45px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-env2__box2 {
    max-width: 520px;
    padding: 22px 10px 53px;
    margin: 20px auto 0;
    border-radius: 8px;
  }
}
.fe-env2__box2-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 840px;
  padding: 27px 47px;
  margin: 15px auto 0;
  background: #f0f3f5;
}
@media screen and (width <= 900px) {
  .fe-env2__box2-in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    max-width: 335px;
    padding: 16px 12.5px 17px;
    margin: 10px auto 0;
  }
}
.fe-env2__box2-t {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 340px;
          flex: 0 1 340px;
  padding: 0 0 0 17px;
}
@media screen and (width <= 900px) {
  .fe-env2__box2-t {
    padding: 0 0 0 14px;
  }
}
.fe-env2__box2-t::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 84.6153846154%;
  content: "";
  background: #1d8ccc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fe-env2__box2-t span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env2__box2-t span {
    font-size: 15px;
    line-height: 24px;
  }
}
.fe-env2__box2-p {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env2__box2-p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.fe-env2__box2-f {
  padding: 20px 0 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-env2__box2-f {
    font-size: 11px;
  }
}

.fe-qa {
  position: relative;
  z-index: 3;
  background: #e8f3fa;
}
.fe-qa__wrap {
  padding: 65px 20px 100px;
}
@media screen and (width <= 900px) {
  .fe-qa__wrap {
    padding: 35px 20px 50px;
  }
}
.fe-qa__wrap2 {
  padding: 65px 20px 120px;
}
@media screen and (width <= 900px) {
  .fe-qa__wrap2 {
    padding: 35px 20px 55px;
  }
}
.fe-qa__ul {
  display: block;
}
.fe-qa__ul li {
  display: block;
  max-width: 840px;
  margin: 15px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .fe-qa__ul li {
    max-width: 520px;
    margin: 10px auto 0;
  }
}
.fe-qa__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  padding: 0 34px 0 47px;
}
@media screen and (width <= 900px) {
  .fe-qa__head {
    height: 60px;
    padding: 0 12px 0 15px;
  }
}
.fe-qa__headm {
  margin: 0 36px 0 0;
  font-family: din, sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #1d8ccc;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-qa__headm {
    margin: 0 15px 0 0;
    font-size: 20px;
  }
}
.fe-qa__headm_2 {
  margin: 0 21px 0 0;
}
@media screen and (width <= 900px) {
  .fe-qa__headm_2 {
    margin: 0 6px 0 0;
  }
}
.fe-qa__headtext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 22px;
  font-weight: 500;
  color: #00438d;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-qa__headtext {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.fe-qa__headtext_2 {
  padding: 0 10px 0 0;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (width <= 900px) {
  .fe-qa__headtext_2 {
    padding: 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.fe-qa__out {
  display: none;
  padding: 0 17.5px 20px;
}
.fe-qa__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 760px;
  padding: 26px 33px 23px;
  margin: 0 auto;
  background: #f0f3f5;
}
@media screen and (width <= 900px) {
  .fe-qa__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 14px 14px 23px;
  }
}
.fe-qa__in2 {
  max-width: 760px;
  padding: 26px 33px 23px;
  margin: 0 auto;
  background: #f0f3f5;
}
@media screen and (width <= 900px) {
  .fe-qa__in2 {
    padding: 14px 14px 19px;
  }
}
.fe-qa__fig {
  display: block;
  width: 120px;
}
@media screen and (width <= 900px) {
  .fe-qa__fig {
    width: 92px;
  }
  .fe-qa__fig img {
    width: 80px;
    margin: 0 auto;
  }
}
.fe-qa__fig figcaption {
  display: block;
  width: 92px;
  margin: 10px auto 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18.5px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: #00438d;
  border-radius: 100px;
}
@media screen and (width <= 900px) {
  .fe-qa__fig figcaption {
    margin: 9px auto 0;
  }
}
.fe-qa__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-qa__col {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.fe-qa__link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .fe-qa__link {
    margin: 5.5px 0 0;
    font-size: 12px;
    line-height: 2;
  }
}

.people {
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(29, 140, 204)), color-stop(22.97%, rgb(21, 120, 187)), color-stop(73.51%, rgb(6, 82, 154)), to(rgb(0, 67, 141)));
  background: linear-gradient(0deg, rgb(29, 140, 204) 0%, rgb(21, 120, 187) 22.97%, rgb(6, 82, 154) 73.51%, rgb(0, 67, 141) 100%);
}
.people__wrap {
  padding: 0 20px 60px;
}
@media screen and (width <= 900px) {
  .people__wrap {
    padding: 0 20px 35px;
  }
}
.people__text {
  padding: 50px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people__text {
    padding: 33px 0 0;
    font-size: 12px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2;
  }
}
.people__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  max-width: 999px;
  padding: 54px 0 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .people__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 335px;
    padding: 36px 0 0;
  }
}
.people__btn {
  display: block;
  width: 240px;
  padding: 0 0 17px;
  cursor: pointer;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .people__btn {
    width: 160px;
    padding: 0 0 9px;
    border-radius: 13px;
  }
}
.people__btn img {
  padding: 12px 12px 19px;
}
@media screen and (width <= 900px) {
  .people__btn img {
    padding: 7px 7px 8px;
  }
}
.people__btn span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people__btn span {
    font-size: 13px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-indent: 0;
    letter-spacing: 0;
  }
}
.people__btn.js-active {
  opacity: 0.7;
}
@media (hover: hover) {
  .people__btn:hover {
    opacity: 0.7;
  }
}
.people__box {
  max-width: 1000px;
  padding: 23.5px 40px 36px;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 25px;
}
@media screen and (width <= 900px) {
  .people__box {
    max-width: 520px;
    padding: 17px 12.5px;
    margin: 17px auto 0;
    border-radius: 14px;
  }
}
.people__box-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 700px;
  padding: 0 0 17.5px 32px;
}
@media screen and (width <= 900px) {
  .people__box-a {
    display: block;
    padding: 0 0 12px;
  }
}
.people__box-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0 0 32px;
  border-top: 1px solid #7d8f9c;
}
@media screen and (width <= 900px) {
  .people__box-b {
    display: block;
    padding: 14px 0 0;
  }
}
.people__box-text {
  width: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people__box-text {
    width: auto;
    line-height: 1;
    text-align: center;
    text-indent: 0.1em;
  }
}
.people__box-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 26px;
}
@media screen and (width <= 900px) {
  .people__box-tags {
    padding: 13px 20px 0 0;
  }
}
.people__box-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 26px;
}
.people__tag {
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.people__tag.js-active {
  font-weight: 700;
  color: #00438d;
}
@media (hover: hover) {
  .people__tag:hover {
    opacity: 0.7;
  }
}
.people__clear {
  display: block;
  width: 160px;
  padding: 0;
  margin: 30px auto 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (width <= 900px) {
  .people__clear {
    width: 135px;
    margin: 25px auto 0;
    font-size: 13px;
    line-height: 39px;
    border-radius: 13px;
  }
}
@media (hover: hover) {
  .people__clear:hover {
    color: #00438d;
    background: #fff;
  }
}

.people-index {
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgb(205, 230, 244)), color-stop(33.41%, rgb(243, 249, 252)), color-stop(66.19%, rgb(232, 244, 250)), color-stop(88.26%, rgb(216, 236, 246)), to(rgb(205, 230, 244)));
  background: linear-gradient(90deg, rgb(205, 230, 244) 0.05%, rgb(243, 249, 252) 33.41%, rgb(232, 244, 250) 66.19%, rgb(216, 236, 246) 88.26%, rgb(205, 230, 244) 100%);
}
.people-index__wrap {
  padding: 50px 20px;
}
@media screen and (width <= 900px) {
  .people-index__wrap {
    padding: 40px 10px 35px;
  }
}
.people-index__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 13px;
  max-width: 1199px;
  margin: 0 auto;
}
@media screen and (max-width: 1239px) {
  .people-index__flex {
    max-width: 896px;
  }
}
@media screen and (max-width: 936px) {
  .people-index__flex {
    max-width: 593px;
  }
}
@media screen and (width <= 900px) {
  .people-index__flex {
    gap: 11px 9px;
    max-width: 537px;
  }
}
@media screen and (max-width: 570px) {
  .people-index__flex {
    max-width: 355px;
  }
}
.people-index__card {
  width: 290px;
}
@media screen and (width <= 900px) {
  .people-index__card {
    width: 173px;
  }
}
.people-index__card.js-hidden {
  display: none;
}
.people-index__btn {
  display: block;
  width: 200px;
  margin: 45px auto 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: #fff;
  border: 3px solid #00438d;
  border-radius: 14px;
}
@media screen and (width <= 900px) {
  .people-index__btn {
    width: 150px;
    margin: 30px auto 0;
    font-size: 13px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 39px;
    border-radius: 12px;
  }
}

.people-x-kv {
  position: relative;
  z-index: 2;
}
.people-x-kv::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 445px;
  content: "";
  background-image: url("./img/people-x/bg1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
}
@media screen and (width <= 900px) {
  .people-x-kv::after {
    height: 198px;
    background-image: url("./img/people-x/bg1-sp.png");
  }
}
.people-x-kv__txt1 {
  padding: 65px 0 25px;
  font-family: din, sans-serif;
  font-size: 22px;
  color: #1d8ccc;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .people-x-kv__txt1 {
    padding: 30px 0 10px;
    font-size: 8px;
  }
}
.people-x-kv__wrap {
  position: relative;
  z-index: 3;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .people-x-kv__wrap {
    padding: 0 45px;
  }
}
.people-x-kv__pic {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.people-x-kv__maru {
  position: absolute;
  top: 27px;
  right: 47px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 150px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: #00438d;
  border: 3px solid #fff;
  border-radius: 50%;
}
.people-x-kv__maru span {
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (width <= 900px) {
  .people-x-kv__maru {
    top: 8px;
    right: 28px;
    width: 70px;
    height: 70px;
    font-size: 8.5px;
    line-height: 12px;
    letter-spacing: 0;
    border: 2px solid #fff;
  }
  .people-x-kv__maru span {
    font-size: 7px;
    line-height: 11px;
    letter-spacing: 0;
  }
}
.people-x-kv__title {
  position: absolute;
  top: 343px;
  left: 20px;
  z-index: 3;
  opacity: 0;
}
@media screen and (width <= 900px) {
  .people-x-kv__title {
    top: calc(41.9047619048vw + -34.1428571429px);
    left: 30px;
  }
}
.people-x-kv__title.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.people-x-kv__title span {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 65px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
  letter-spacing: 0.08em;
}
@media screen and (width <= 900px) {
  .people-x-kv__title span {
    font-size: 13px;
    line-height: 2;
  }
}
.people-x-kv__flex {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 814px;
  padding: 0 0 55px 7px;
  margin: 3px auto 0;
}
@media screen and (width <= 900px) {
  .people-x-kv__flex {
    max-width: 306px;
    padding: 0 0 24px 13px;
    margin: 12.5px auto 0;
  }
}
.people-x-kv__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 43px 0 0;
}
@media screen and (width <= 900px) {
  .people-x-kv__left {
    display: block;
    padding: 0;
  }
}
.people-x-kv__out {
  padding: 0 35px 0 0;
  border-right: 3px solid #00438d;
}
@media screen and (width <= 900px) {
  .people-x-kv__out {
    padding: 0;
    border: none;
  }
}
.people-x-kv__name {
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people-x-kv__name {
    padding: 4.5px 0 0;
    font-size: 13px;
  }
}
.people-x-kv__kana {
  padding: 7px 0 0;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people-x-kv__kana {
    padding: 3px 0 0;
    font-size: 8px;
  }
}
.people-x-kv__k {
  padding: 0 0 0 32px;
}
@media screen and (width <= 900px) {
  .people-x-kv__k {
    padding: 7px 0 0;
  }
}
.people-x-kv__k p {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.people-x-kv__k p:nth-of-type(2) {
  padding: 10px 0 0;
}
.people-x-kv__k p br {
  display: none;
}
@media screen and (width <= 900px) {
  .people-x-kv__k p {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.05em;
  }
  .people-x-kv__k p br {
    display: block;
  }
  .people-x-kv__k p:nth-of-type(2) {
    padding: 0;
  }
}
.people-x-kv__ul {
  display: block;
}
.people-x-kv__ul li {
  margin: 5.5px 0 0;
  line-height: 10px;
}
@media screen and (width <= 900px) {
  .people-x-kv__ul li {
    margin: 4.5px 0 0;
  }
}
.people-x-kv__ul span {
  padding: 0 7px 1px;
  font-size: 12px;
  line-height: 17.5px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #1d8ccc;
}
@media screen and (width <= 900px) {
  .people-x-kv__ul span {
    padding: 0 2px 1px 1px;
    font-size: 9px;
    line-height: 14.1px;
    letter-spacing: 0;
  }
}

.people-x-mc {
  position: relative;
  z-index: 3;
  padding: 63px 20px 75px;
  background: #fff;
}
@media screen and (width <= 900px) {
  .people-x-mc {
    padding: 42px 20px 45px;
  }
}
.people-x-mc__eg {
  font-family: din, sans-serif;
  font-size: 22px;
  color: #1d8ccc;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .people-x-mc__eg {
    font-size: 12px;
  }
}
.people-x-mc__title {
  padding: 12px 0 0;
  font-size: 12px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people-x-mc__title {
    padding: 9px 0 13px;
    font-size: 11px;
  }
}
.people-x-mc__box {
  max-width: 640px;
  padding: 32px 38px 30px;
  margin: 0 auto;
  background-image: url("./img/people-x/bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (width <= 900px) {
  .people-x-mc__box {
    max-width: 295px;
    padding: 12px 17.5px;
    background-image: url("./img/people-x/bg2-sp.png");
  }
}
.people-x-mc__box p {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people-x-mc__box p {
    font-size: 11px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 18px;
    letter-spacing: 0;
  }
}

.people-x-back {
  position: relative;
  z-index: 2;
  background: #fff;
}
.people-x-back__wave-1 {
  position: absolute;
  inset: 660px 0 auto;
  z-index: 1;
  width: 100%;
}
@media screen and (width <= 900px) {
  .people-x-back__wave-1 {
    top: 995px;
  }
}
.people-x-back__wave-2 {
  position: absolute;
  inset: 695px 0 auto;
  z-index: 1;
  width: 100%;
}
@media screen and (width <= 900px) {
  .people-x-back__wave-2 {
    top: 1035px;
  }
}

.people-x-c1 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0 108px;
}
@media screen and (width <= 900px) {
  .people-x-c1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    padding: 40px 0 42px;
    background: #eaedf0;
  }
}
.people-x-c1::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: calc(50vw + 290px);
  height: 100%;
  content: "";
  background: #eaedf0;
  border-radius: 0 80px 80px 0;
}
@media screen and (width <= 900px) {
  .people-x-c1::before {
    content: none;
  }
}
.people-x-c1__conts {
  position: relative;
  z-index: 2;
  width: 47.9230769231%;
}
@media screen and (width <= 900px) {
  .people-x-c1__conts {
    width: auto;
  }
}
.people-x-c1__in {
  max-width: 510px;
  padding: 0 0 0 20px;
  margin: 0 0 0 auto;
}
@media screen and (width <= 900px) {
  .people-x-c1__in {
    padding: 0 20px;
    margin: 0 auto;
  }
}
.people-x-c1__fig {
  position: relative;
  z-index: 2;
  width: 44.6153846154%;
}
@media screen and (width <= 900px) {
  .people-x-c1__fig {
    width: auto;
    max-width: 520px;
    padding: 0 0 0 20px;
    margin: 0 0 0 auto;
  }
}
.people-x-c1__pic {
  max-width: 100%;
}

.people-x-c2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0 70px;
}
@media screen and (width <= 900px) {
  .people-x-c2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    padding: 40px 0 48px;
  }
}
.people-x-c2__conts {
  position: relative;
  z-index: 2;
  width: 57.6923076923%;
}
@media screen and (width <= 900px) {
  .people-x-c2__conts {
    width: auto;
  }
}
.people-x-c2__in {
  max-width: 620px;
  padding: 0 20px 0 0;
  margin: 0 auto 0 0;
}
@media screen and (width <= 900px) {
  .people-x-c2__in {
    max-width: 510px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.people-x-c2__fig {
  position: relative;
  z-index: 2;
  width: 36.1538461538%;
}
@media screen and (width <= 900px) {
  .people-x-c2__fig {
    width: auto;
    max-width: 575px;
    padding: 0 75px 0 0;
    margin: 0 auto 0 0;
  }
}
.people-x-c2__pic {
  max-width: 100%;
}

.people-x-c3 {
  position: relative;
  z-index: 3;
  padding: 63px 0 68px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgb(205, 230, 244)), color-stop(33.41%, rgb(243, 249, 252)), color-stop(66.19%, rgb(232, 244, 250)), color-stop(88.26%, rgb(216, 236, 246)), to(rgb(205, 230, 244)));
  background: linear-gradient(90deg, rgb(205, 230, 244) 0.05%, rgb(243, 249, 252) 33.41%, rgb(232, 244, 250) 66.19%, rgb(216, 236, 246) 88.26%, rgb(205, 230, 244) 100%);
}
@media screen and (width <= 900px) {
  .people-x-c3 {
    padding: 40px 0 42px;
  }
}
.people-x-c3__conts {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .people-x-c3__conts {
    max-width: 510px;
  }
}

.people-x-me {
  position: relative;
  z-index: 3;
  padding: 88px 20px 108px;
}
@media screen and (width <= 900px) {
  .people-x-me {
    padding: 53px 26px 48px;
  }
}
.people-x-me__title {
  font-size: 18px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 24px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people-x-me__title {
    font-size: 14px;
  }
}
.people-x-me__conts {
  position: relative;
  max-width: 900px;
  padding: 72px 75px 100px;
  margin: 38px auto 0;
  background: #fff;
  border: 5px solid #1d8ccc;
  border-radius: 30px;
}
@media screen and (width <= 900px) {
  .people-x-me__conts {
    max-width: 470px;
    padding: 26px 21px 40px;
    margin: 27.5px auto 0;
    border: 3px solid #1d8ccc;
    border-radius: 10px;
  }
}
.people-x-me__conts::after {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
  display: block;
  width: 430px;
  height: 395px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  content: "";
  background: rgba(29, 140, 204, 0.16);
  border-radius: 30px 0 0;
}
@media screen and (width <= 900px) {
  .people-x-me__conts::after {
    top: -3px;
    left: -3px;
    width: 153px;
    height: 140px;
    border-radius: 10px 0 0;
  }
}
.people-x-me__pic {
  position: relative;
  z-index: 3;
  max-width: 620px;
  margin: 50px auto 0;
}
@media screen and (width <= 900px) {
  .people-x-me__pic {
    margin: 30px auto 0;
  }
}

.people-x-off {
  position: relative;
  z-index: 3;
  padding: 82px 20px 95px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 140, 204)), color-stop(22.97%, rgb(21, 120, 187)), color-stop(73.51%, rgb(6, 82, 154)), to(rgb(0, 67, 141)));
  background: linear-gradient(180deg, rgb(29, 140, 204) 0%, rgb(21, 120, 187) 22.97%, rgb(6, 82, 154) 73.51%, rgb(0, 67, 141) 100%);
}
@media screen and (width <= 900px) {
  .people-x-off {
    padding: 55px 20px;
  }
}
.people-x-off__conts {
  position: relative;
  z-index: 3;
  max-width: 940px;
  padding: 36px 20px 38px;
  margin: 0 auto;
  background-image: url("./img/people-x/bg6.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (width <= 900px) {
  .people-x-off__conts {
    max-width: 320px;
    padding: 27px 0 43px;
    background-image: url("./img/people-x/bg6-sp.png");
  }
}
.people-x-off__title {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people-x-off__title {
    font-size: 12px;
  }
}
.people-x-off__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 37px 0 0;
}
@media screen and (width <= 900px) {
  .people-x-off__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 25px 0 0;
  }
}
.people-x-off__fig {
  display: block;
  width: 380px;
}
@media screen and (width <= 900px) {
  .people-x-off__fig {
    width: auto;
    max-width: 250px;
  }
}
.people-x-off__fig figcaption {
  padding: 11px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people-x-off__fig figcaption {
    padding: 8.5px 0 0;
    font-size: 12px;
  }
}
.people-x-off__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 798px;
  margin: 24px auto 0;
}
@media screen and (width <= 900px) {
  .people-x-off__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 250px;
    margin: 29px auto 0;
  }
}
.people-x-off__spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 197px;
  padding: 8px 14px;
  background-image: url("./img/people-x/bg5.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (width <= 900px) {
  .people-x-off__spot {
    width: 170px;
    padding: 7.25px 12px;
  }
}
.people-x-off__spot svg {
  width: 20px;
  height: 29px;
}
@media screen and (width <= 900px) {
  .people-x-off__spot svg {
    width: 17px;
    height: 25px;
  }
}
.people-x-off__spot .cls-1 {
  fill: #1d8ccc;
}
.people-x-off__spot .cls-2 {
  fill: #fff;
}
.people-x-off__mp {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #00438d;
}
@media screen and (width <= 900px) {
  .people-x-off__mp {
    font-size: 11px;
    line-height: 15px;
  }
}
.people-x-off__txt1 {
  padding: 0 0 4px;
  margin: 0 0 0 22px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
}
@media screen and (width <= 900px) {
  .people-x-off__txt1 {
    padding: 0 0 3px;
    margin: 18px 0 0;
    font-size: 16px;
  }
}
.people-x-off__txt2 {
  margin: 0 0 0 34px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .people-x-off__txt2 {
    margin: 7px 0 0;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.people-x-off__wave-1 {
  position: absolute;
  inset: 297px 0 auto;
  z-index: 1;
  width: 100%;
  mix-blend-mode: multiply;
}
@media screen and (width <= 900px) {
  .people-x-off__wave-1 {
    top: 733px;
  }
}
.people-x-off__wave-2 {
  position: absolute;
  inset: 429px 0 auto;
  z-index: 2;
  width: 100%;
  mix-blend-mode: multiply;
}
@media screen and (width <= 900px) {
  .people-x-off__wave-2 {
    top: 760px;
  }
}

.recruit-ideal {
  position: relative;
  background: #eef1f3;
}
.recruit-ideal__wrap {
  position: relative;
  z-index: 3;
  padding: 0 20px 120px;
}
@media screen and (width <= 900px) {
  .recruit-ideal__wrap {
    padding: 0 20px 70px;
  }
}
.recruit-ideal__pic {
  max-width: 740px;
  margin: 44px auto 0;
}
@media screen and (width <= 900px) {
  .recruit-ideal__pic {
    max-width: 565px;
    padding: 0 22.5px;
    margin: 25px auto 0;
  }
}
.recruit-ideal__t {
  padding: 36px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .recruit-ideal__t {
    padding: 31px 0 0;
    font-size: 16px;
    line-height: 26px;
  }
}
.recruit-ideal__box {
  max-width: 1000px;
  padding: 25px 30px 120px;
  margin: 32px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .recruit-ideal__box {
    max-width: 520px;
    padding: 20px 10px 40px;
    margin: 28px auto 0;
  }
}
.recruit-ideal__out {
  position: relative;
  max-width: 890px;
  padding: 25px 25px 0;
  margin: 45px auto 0;
}
@media screen and (width <= 900px) {
  .recruit-ideal__out {
    padding: 15px 12.5px 0;
    margin: 0 auto;
  }
}
.recruit-ideal__out::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 80px;
  height: 80px;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(53.37%, rgb(232, 244, 250)), color-stop(72.38%, rgb(225, 240, 248)), to(rgb(205, 230, 244)));
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(232, 244, 250) 53.37%, rgb(225, 240, 248) 72.38%, rgb(205, 230, 244) 100%);
  border-radius: 100%;
}
@media screen and (width <= 900px) {
  .recruit-ideal__out::before {
    width: 60px;
    height: 60px;
  }
}
@media screen and (width <= 900px) {
  .recruit-ideal__out.n {
    margin: 25px auto 0;
  }
}
.recruit-ideal__subt {
  position: relative;
  z-index: 2;
  max-width: 840px;
  padding: 20px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  border: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .recruit-ideal__subt {
    padding: 24px 20px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 24px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.recruit-ideal__txt {
  max-width: 840px;
  margin: 18px auto 0;
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .recruit-ideal__txt {
    margin: 14px auto 0;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.recruit-ideal__txt.f {
  margin: 52.5px auto 0;
}
@media screen and (width <= 900px) {
  .recruit-ideal__txt.f {
    padding: 0 12.5px;
    margin: 23px auto 0;
  }
}
.recruit-ideal__bi {
  position: relative;
  max-width: 890px;
  margin: 129px auto 0;
}
@media screen and (width <= 900px) {
  .recruit-ideal__bi {
    margin: 34px auto 0;
  }
}
.recruit-ideal__left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 39px 0 0 25px;
}
@media screen and (width <= 900px) {
  .recruit-ideal__left {
    position: static;
    padding: 32px 0 0 25px;
  }
}
.recruit-ideal__left::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 140px;
  height: 140px;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(53.37%, rgb(232, 244, 250)), color-stop(72.38%, rgb(225, 240, 248)), to(rgb(205, 230, 244)));
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(232, 244, 250) 53.37%, rgb(225, 240, 248) 72.38%, rgb(205, 230, 244) 100%);
  border-radius: 100%;
}
@media screen and (width <= 900px) {
  .recruit-ideal__left::after {
    width: 120px;
    height: 120px;
  }
}
.recruit-ideal__meen {
  position: relative;
  z-index: 2;
  padding: 0 0 0 3px;
  font-family: din, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #8ec5e5;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .recruit-ideal__meen {
    font-size: 11px;
  }
}
.recruit-ideal__meja {
  position: relative;
  z-index: 2;
  padding: 7px 0 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .recruit-ideal__meja {
    font-size: 13px;
    line-height: 20px;
  }
}
.recruit-ideal__bitit {
  padding: 45px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .recruit-ideal__bitit {
    padding: 40px 0 0;
    font-size: 16px;
    line-height: 26px;
  }
}
.recruit-ideal__pic2 {
  max-width: 670px;
  margin: 34px auto 0;
}
@media screen and (width <= 900px) {
  .recruit-ideal__pic2 {
    padding: 0 2.5px;
    margin: 23px auto 0;
  }
}

.recruit-application {
  position: relative;
  background: #eef1f3;
}
.recruit-application__wrap {
  position: relative;
  z-index: 3;
  padding: 0 20px 120px;
}
@media screen and (width <= 900px) {
  .recruit-application__wrap {
    padding: 0 20px 70px;
  }
}
.recruit-application__box {
  max-width: 1000px;
  padding: 42px 17.5px 64px;
  margin: 44px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .recruit-application__box {
    max-width: 520px;
    padding: 2px 17.5px 46px;
    margin: 25px auto 0;
  }
}
.recruit-application__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .recruit-application__dl {
    display: block;
  }
}
.recruit-application__dl dt {
  width: 130px;
  padding: 12px 0 11px;
  font-size: 14px;
  line-height: 24px;
  color: #00438d;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #6cb4de;
}
@media screen and (width <= 900px) {
  .recruit-application__dl dt {
    width: auto;
    padding: 11px 0 0;
    font-size: 13px;
    line-height: 22px;
    border: none;
  }
}
.recruit-application__dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 0 11px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #dee4e8;
}
@media screen and (width <= 900px) {
  .recruit-application__dl dd {
    padding: 0 0 10px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.recruit-application__dl a {
  color: #000;
}
.recruit-application__p {
  padding: 24px 0 0;
}
@media screen and (width <= 900px) {
  .recruit-application__p {
    padding: 22px 0 0;
  }
}
.recruit-application__flow {
  max-width: 1000px;
  padding: 0 50px;
  margin: 44px auto 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .recruit-application__flow {
    max-width: 520px;
    padding: 0 22.5px;
    margin: 25px auto 0;
  }
}
.recruit-application__flow-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 44px;
}
@media screen and (width <= 900px) {
  .recruit-application__flow-in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 0;
    max-width: 290px;
    padding: 29px 0 82px;
    margin: 0 auto;
  }
}
.recruit-application__flow-c {
  width: 25%;
}
@media screen and (width <= 900px) {
  .recruit-application__flow-c {
    width: 50%;
  }
}
.recruit-application__flow-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  font-family: din, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #a9d3ec;
  letter-spacing: 0.2em;
}
.recruit-application__flow-e span {
  display: block;
  padding: 0 0 3px;
  font-family: din, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.recruit-application__flow-i1 {
  width: auto;
  height: 38px;
  margin: 10px auto 16px;
}
@media screen and (width <= 900px) {
  .recruit-application__flow-i1 {
    margin: 7.6px auto 7.4px;
  }
}
.recruit-application__flow-i2 {
  width: auto;
  height: 33px;
  margin: 12.7px auto 18.3px;
}
@media screen and (width <= 900px) {
  .recruit-application__flow-i2 {
    margin: 10px auto;
  }
}
.recruit-application__flow-i3 {
  width: auto;
  height: 36px;
  margin: 11px auto 17px;
}
@media screen and (width <= 900px) {
  .recruit-application__flow-i3 {
    margin: 8px auto 9px;
  }
}
.recruit-application__flow-i4 {
  width: auto;
  height: 44px;
  margin: 7.5px auto 12.5px;
}
@media screen and (width <= 900px) {
  .recruit-application__flow-i4 {
    margin: 4.5px auto;
  }
}
.recruit-application__flow-ar1, .recruit-application__flow-ar2, .recruit-application__flow-ar3, .recruit-application__flow-ar4 {
  padding: 0 9% 0 0;
  clip-path: polygon(0% 0%, 91% 0%, 100% 50%, 91% 100%, 0% 100%);
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: #99cbe8;
}
@media screen and (width <= 900px) {
  .recruit-application__flow-ar1, .recruit-application__flow-ar2, .recruit-application__flow-ar3, .recruit-application__flow-ar4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 55px;
    padding: 0 14.5% 0 0;
    clip-path: polygon(0% 0%, 85.5% 0%, 100% 50%, 85.5% 100%, 0% 100%);
    font-size: 14px;
    line-height: 20px;
  }
}
.recruit-application__flow-ar2 {
  background: #6cb4de;
}
.recruit-application__flow-ar3 {
  background: #389ad2;
}
.recruit-application__flow-ar4 {
  background: #1d8ccc;
}
.recruit-application__flow-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 9% 0 0;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.recruit-application__flow-note::before {
  display: block;
  content: "※";
}
@media screen and (width <= 900px) {
  .recruit-application__flow-note {
    position: absolute;
    bottom: 40px;
    left: -10px;
    padding: 0;
    letter-spacing: 0;
  }
}

.recruit-foot {
  position: relative;
  z-index: 2;
  padding: 57px 20px 62px;
  background: #fff;
}
@media screen and (width <= 900px) {
  .recruit-foot {
    padding: 30px 20px 64px;
  }
}

.cross {
  position: relative;
  z-index: 3;
  background: #fff;
}
.cross__wrap {
  padding: 0 0 120px;
}
@media screen and (width <= 900px) {
  .cross__wrap {
    padding: 0 0 55px;
  }
}
.cross__head {
  padding: 0 20px;
}
.cross__head-icon {
  width: 78px;
  padding: 11px 0 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .cross__head-icon {
    width: 50px;
    padding: 14px 0 0;
  }
}
.cross__head-tit {
  padding: 15px 0 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__head-tit {
    padding: 7px 0 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.cross__head-text {
  padding: 18px 0 97px;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__head-text {
    padding: 18px 0 47px;
    font-size: 12px;
    line-height: 2;
  }
}
.cross__head-talkmembers img {
  max-width: 666.7px;
  height: 53px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .cross__head-talkmembers img {
    max-width: 335px;
    height: 30px;
  }
}
.cross__member {
  padding: 65px 20px;
  background: #dee4e8;
}
@media screen and (width <= 900px) {
  .cross__member {
    padding: 35px 20px 33px;
  }
}
.cross__member-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24.5px;
  max-width: 745px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .cross__member-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 27px 15px;
    max-width: 495px;
  }
}
@media screen and (max-width: 540px) {
  .cross__member-flex {
    max-width: 325px;
  }
}
.cross__member-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .cross__member-flex2 {
    max-width: 500px;
  }
}
@media screen and (width <= 900px) {
  .cross__member-flex2 {
    gap: 27px 15px;
    max-width: 325px;
  }
}
.cross__member-col {
  width: 232px;
}
@media screen and (width <= 900px) {
  .cross__member-col {
    width: 155px;
  }
}
.cross__member-k {
  padding: 15px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__member-k {
    padding: 13.5px 0 0;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.cross__member-k span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}
.cross__member-k2 {
  padding: 15px 0 19px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__member-k2 {
    padding: 13.5px 0 0;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.cross__member-k2 span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}
.cross__member-k3 {
  padding: 15px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__member-k3 {
    padding: 13.5px 0 15px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.cross__member-k3 span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}.cross__member-name {
  padding: 11px 0 6.8px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__member-name {
    padding: 6.7px 0 4.5px;
    font-size: 13px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.cross__member-name span {
  font-size: 16px;
}
@media screen and (width <= 900px) {
  .cross__member-name span {
    font-size: 9px;
  }
}
.cross__member-kana {
  font-size: 11px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #00438d;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__member-kana {
    font-size: 9px;
  }
}
.cross__member-prof {
  padding: 18px 0 0;
  font-size: 12px;
  line-height: 22px;
}
@media screen and (width <= 900px) {
  .cross__member-prof {
    padding: 11px 0 0;
    font-size: 11px;
    line-height: 18px;
  }
}
.cross__btns {
  padding: 80px 10px 90px;
}
@media screen and (width <= 900px) {
  .cross__btns {
    padding: 35px 20px 60px;
  }
}
.cross__btns-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .cross__btns-flex {
    gap: 7.75px;
    max-width: 335px;
  }
}
.cross__btns-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 939px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .cross__btns-flex2 {
    gap: 13px;
  }
}
@media screen and (width <= 900px) {
  .cross__btns-flex2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    max-width: 325px;
  }
}
.cross__img1 {
  width: 88.4615384615%;
}
@media screen and (width <= 900px) {
  .cross__img1 {
    width: 100%;
  }
}
.cross__img2 {
  width: 88.4615384615%;
  margin: 100px 0 0 auto;
}
@media screen and (width <= 900px) {
  .cross__img2 {
    width: 100%;
    margin: 60px 0 0;
  }
}
.cross__img3 {
  width: 88.4615384615%;
  margin: 100px 0 0;
}
@media screen and (width <= 900px) {
  .cross__img3 {
    width: 100%;
    margin: 60px 0 0;
  }
}
.cross__body {
  padding: 0 20px;
}
@media screen and (width <= 900px) {
  .cross__body {
    max-width: 550px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
.cross__theme {
  padding: 95px 0 0;
  font-family: din, sans-serif;
  font-size: 74px;
  font-weight: 700;
  color: #dee4e8;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
@media screen and (width <= 900px) {
  .cross__theme {
    padding: 30px 0 0;
    font-size: 28px;
  }
}
.cross__tit1 {
  padding: 6px 0 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__tit1 {
    padding: 11px 0 0;
    font-size: 13px;
  }
}
.cross__tit2 {
  padding: 23px 0 0;
  font-size: 25px;
  font-weight: 500;
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__tit2 {
    padding: 10px 0 0;
    font-size: 16px;
  }
}
.cross__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1000px;
  padding: 25px 0;
  margin: 0 auto;
  border-bottom: 1px solid #00438d;
}
@media screen and (width <= 900px) {
  .cross__box1 {
    gap: 15px;
    padding: 20px 0;
  }
}
.cross__box1_1 {
  padding-top: 60px;
}
@media screen and (width <= 900px) {
  .cross__box1_1 {
    padding-top: 37px;
  }
}
.cross__fig {
  display: block;
  width: 80px;
  padding: 9px 0 4px;
}
@media screen and (width <= 900px) {
  .cross__fig {
    width: 50px;
    padding: 6px 0 0;
  }
}
.cross__fig figcaption {
  padding: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #00438d;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__fig figcaption {
    font-size: 13px;
  }
}
.cross__right, .cross__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 100px 0 0;
}
@media screen and (width <= 900px) {
  .cross__right, .cross__left {
    padding: 0;
  }
}
.cross__right p, .cross__left p {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .cross__right p, .cross__left p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.cross__left {
  padding: 0 0 0 100px;
}
@media screen and (width <= 900px) {
  .cross__left {
    padding: 0;
  }
}