@charset "UTF-8";
/* font
-----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* カスタムプロパティ
-----------------------------------------------------*/
:root {
  --main: #00328C;
  --sub: #238FE6;
  --base: #E9F4FF;
  --bk: #222222;
  --it-bk: #001A49;
  --wf-black: #333333;
  --white: #ffffff;
  --gray: #D3E9F3;
  --lightgray: #E4F1F7;
  --pink: #E25AA1;
  --cta_bg: linear-gradient(120deg, #0072BC 24.55%, #36A8E0 65.01%, #60B0E4 82.72%);
  --gr: linear-gradient(138deg, #15328B 14.78%, #0B50A2 37.13%, #0072BC 52.98%, #36A8E0 74.52%, #88B9E8 84.28%, #E2AAC7 96.06%);
  --blue: #00328C;
  --bluegradation: linear-gradient(102deg, #15328B 0%, #0B50A2 24.3%, #0072BC 63.63%);
  --skybluegradation: linear-gradient(230deg, #0072BC 0%, #36A8E0 67.6%, #60B0E4 100%);
  --gr_cta: linear-gradient(139deg, #15328B 20.59%, #0B50A2 43.14%, #0072BC 59%, #36A8E0 76.21%, #60B0E4 80.72%, #88B9E8 85.98%, #E2AAC7 95.75%);
}

/* common
-----------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  overflow: auto;
  /* `.modal__area`が`display: block`の場合 */
  /* `.js-global-nav`に`.open`クラスが付与されている場合 */
}
html:has(.modal__area[style*="display: block"]) {
  overflow: hidden;
}
html:has(.js-global-nav.open) {
  overflow: hidden;
}

body {
  margin: 0 auto;
  font-family: "Yu Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  color: var(--bk);
  position: relative;
}
@media (min-width: 1000px) {
  body {
    font-size: 1.125rem;
  }
}

/* img
-----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/* link
-----------------------------------------------------*/
a {
  text-decoration: none;
  transition: 0.3s linear;
  cursor: pointer;
  color: var(--black01);
}

/* ul ol
-----------------------------------------------------*/
ul {
  list-style-type: none;
}

ol {
  list-style-type: none;
}

/* 見出し
-----------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1 {
    line-height: 1.4;
    font-size: 3rem;
  }
}
@media (min-width: 1000px) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 1.6px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h2 {
    line-height: 1.6;
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 1.12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
}

h5 {
  font-size: 1rem;
  line-height: 1.6;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.6;
}

/* 英語テキスト
-----------------------------------------------------*/
.en {
  font-family: "Lato", serif;
}

/* cta__area
-----------------------------------------------------*/
.cta__area__section {
  padding: 64px 16px;
  background: var(--cta_bg);
  position: relative;
}
@media (min-width: 1000px) {
  .cta__area__section {
    padding: 80px 16px;
  }
}
.cta__area__section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 420px;
  display: block;
  background-image: url("../images/graphic/cta-graphic-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .cta__area__section::before {
    background-image: url("../images/graphic/cta-graphic-pc.png");
    width: 1762px;
    height: 476px;
  }
}
.cta__area__section .cta__area {
  max-width: 1064px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta__area__section .cta__area__sub-title {
  color: var(--white);
  font-size: 1.25rem;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 1000px) {
  .cta__area__section .cta__area__sub-title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.cta__area__section .cta__area__title {
  color: var(--white);
  margin-bottom: 40px;
  text-align: center;
}
.cta__area__section .cta__area__text {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 1.6;
}
@media (min-width: 1000px) {
  .cta__area__section .cta__area__text {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 40px;
    letter-spacing: 0.72px;
  }
}
.cta__area__section .cta__area__btn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1000px) {
  .cta__area__section .cta__area__btn {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
.cta__area__section .cta__area__btn__detail {
  display: flex;
  justify-content: center;
}
@media (min-width: 1000px) {
  .cta__area__section .cta__area__btn__detail {
    width: 100%;
    max-width: 358px;
  }
}
.cta__area__section .cta__area__btn__detail .detail__btn {
  height: 56px;
}
@media (min-width: 1000px) {
  .cta__area__section .cta__area__btn__detail .detail__btn {
    font-size: 1.5rem;
    height: 64px;
  }
}
.cta__area__section .cta__area__btn__entry {
  display: flex;
  justify-content: center;
}
@media (min-width: 1000px) {
  .cta__area__section .cta__area__btn__entry {
    width: 100%;
    max-width: 358px;
  }
}
.cta__area__section .cta__area__btn__entry .entry__btn {
  height: 56px;
  color: var(--blue);
  background: var(--white);
  border-radius: 6px;
  border: 3px solid var(--blue);
  letter-spacing: 0.04em;
}
.cta__area__section .cta__area__btn__entry .entry__btn::after {
  background-image: url(../images/arrow.png);
}
@media (min-width: 1000px) {
  .cta__area__section .cta__area__btn__entry .entry__btn {
    font-size: 1.5rem;
    height: 64px;
  }
}

.header {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
.header__wrap {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 16px 0 16px;
  position: relative;
  z-index: 98;
}
@media (min-width: 1200px) {
  .header__wrap {
    height: 85px;
    padding: 0 0 0 16px;
  }
}
.header__wrap .header__logo {
  width: 110px;
  margin-right: auto;
  line-height: 0;
  z-index: 99;
}
@media (min-width: 1200px) {
  .header__wrap .header__logo {
    width: 150px;
  }
}
.header__wrap .header__logo img {
  width: 100%;
}
@media (min-width: 1000px) {
  .header__wrap .header__nav--pc ul {
    display: flex;
    gap: 0 20px;
    padding-right: 24px;
  }
  .header__wrap .header__nav--pc ul li {
    position: relative;
  }
  .header__wrap .header__nav--pc ul li:hover .drop__items {
    visibility: visible;
    opacity: 1;
  }
  .header__wrap .header__nav--pc ul li:hover .drop__items .drop__item a {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
  }
  .header__wrap .header__nav--pc ul li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1rem;
    color: var(--blue);
    transition: 0.3s;
  }
  .header__wrap .header__nav--pc ul li a:hover {
    background: var(--skybluegradation);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }
  .header__wrap .header__nav--pc ul li a .plus {
    display: block;
    background-image: url("../images/plus-gr.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 4px;
    width: 13px;
    height: 13px;
  }
  .header__wrap .header__nav--pc ul li .drop__items {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 48px 24px 24px 24px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: auto;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: 0s;
    z-index: 5;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .header__wrap .header__nav--pc ul li .drop__items {
    padding: 20px 24px;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(11, 80, 162, 0.08), 0px 0px 8px 0px rgba(11, 80, 162, 0.08) inset;
  }
}
@media (min-width: 1000px) {
  .header__wrap .header__nav--pc ul li .drop__items .drop__item {
    display: flex;
    align-items: center;
  }
  .header__wrap .header__nav--pc ul li .drop__items .drop__item a {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    position: relative;
  }
  .header__wrap .header__nav--pc ul li .drop__items .drop__item a:hover {
    opacity: 1;
  }
  .header__wrap .header__cta {
    width: 244px;
    padding: 8px 16px;
  }
  .header__wrap .header__cta__title {
    color: var(--blue);
    margin-bottom: 6px;
  }
  .header__wrap .header__cta__title .label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 2px;
    background: linear-gradient(153deg, #15328B 3.76%, #0B50A2 52.48%, #0072BC 87.03%, #36A8E0 133.98%, #88B9E8 155.24%, #E2AAC7 180.93%);
    color: var(--white);
    padding: 2px 6px;
    margin-right: 8px;
  }
  .header__wrap .header__cta__title .text {
    border-bottom: 2px solid var(--blue);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6;
    display: inline-block;
  }
  .header__wrap .header__cta .header__cta__btn__area .header__cta__entry {
    display: flex;
    justify-content: center;
  }
  .header__wrap .header__cta .header__cta__btn__area .header__cta__entry .entry__btn {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    justify-content: center;
    line-height: 1.6;
    background: var(--blue);
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 4px;
  }
  .header__wrap .header__cta .header__cta__btn__area .header__cta__entry .entry__btn::after {
    right: 24px;
    width: 18px;
    height: 18px;
    background-image: url("../images/arrow-w.png");
  }
}
.header .pc-view {
  display: none;
}
@media (min-width: 1200px) {
  .header .pc-view {
    display: block;
  }
}
.header .sp-view {
  display: block;
}
@media (min-width: 1200px) {
  .header .sp-view {
    display: none;
  }
}

.main {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .main {
    margin-top: 80px;
  }
}
.main .wrap {
  position: relative;
}

.footer {
  padding: 40px 16px;
  max-width: 648px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .footer {
    max-width: 1046px;
    padding: 64px 16px 32px 16px;
    display: grid;
    grid-template-columns: 5fr 5fr;
  }
}
@media (min-width: 1000px) {
  .footer .footer__box--right {
    order: 2;
  }
}
.footer .footer__box--right ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--gray);
}
.footer .footer__box--right ul li a {
  color: var(--it-bk);
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .footer .footer__box--right ul li a {
    font-size: 1.125rem;
    transition: 0.3s;
  }
  .footer .footer__box--right ul li a:hover {
    background: var(--skybluegradation);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }
}
.footer .footer__box--right ul li .inner__ac__menu__title {
  color: var(--it-bk);
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.footer .footer__box--right ul li .inner__ac__menu__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("../images/plus-gr.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer .footer__box--right ul li .inner__ac__menu__title.open::after {
  background-image: url("../images/minus-gr.png");
}
@media (min-width: 1000px) {
  .footer .footer__box--right ul li .inner__ac__menu__title {
    transition: 0.3s;
  }
  .footer .footer__box--right ul li .inner__ac__menu__title:hover {
    background: var(--skybluegradation);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }
}
.footer .footer__box--right ul li .inner__ac__menu__items {
  display: none;
  margin-top: 12px;
}
.footer .footer__box--right ul li .inner__ac__menu__items ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: none;
  padding-bottom: 0;
}
.footer .footer__box--right ul li .inner__ac__menu__items ul li {
  border: none;
  display: flex;
  align-items: center;
}
.footer .footer__box--right ul li .inner__ac__menu__items ul li a {
  color: var(--it-bk);
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  padding: 0 0 0 16px;
  transition: 0.5s;
}
@media (min-width: 1000px) {
  .footer .footer__box--right ul li .inner__ac__menu__items ul li a:hover {
    background: var(--skybluegradation);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }
}
.footer .footer__box--right .footer__site-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 0 32px 0;
  border-bottom: 1px solid var(--gray);
}
@media (min-width: 1000px) {
  .footer .footer__box--right .footer__site-links {
    border-bottom: none;
    padding: 32px 0 0 0;
    gap: 28px;
  }
}
.footer .footer__box--right .footer__site-links .footer__site-link {
  display: flex;
  align-items: center;
}
.footer .footer__box--right .footer__site-links .footer__site-link a {
  color: var(--it-bk);
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .footer .footer__box--right .footer__site-links .footer__site-link a {
    font-size: 1.125rem;
    position: relative;
    transition: 0.3s;
  }
  .footer .footer__box--right .footer__site-links .footer__site-link a:hover {
    background: var(--skybluegradation);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }
}
.footer .footer__box--right .footer__site-links .footer__site-link a img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.footer .footer__box--right .copylight {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 24px;
  color: var(--wf-black);
}
@media (min-width: 1000px) {
  .footer .footer__box--right .copylight {
    margin-top: 64px;
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .footer .footer__box--left {
    display: flex;
    flex-direction: column;
    order: 1;
  }
}
.footer .footer__box--left .footer__company {
  padding-bottom: 16px;
}
.footer .footer__box--left .footer__company .logo {
  width: 100%;
}
.footer .footer__box--left .footer__company .logo a {
  display: block;
  width: 220px;
  margin: 46px 0 30px 0;
  transition: 0.3s;
}
.footer .footer__box--left .footer__company .logo a:hover {
  opacity: 0.6;
}
@media (min-width: 1000px) {
  .footer .footer__box--left .footer__company .logo a {
    width: 180px;
    margin: 0 0 30px 0;
  }
}
.footer .footer__box--left .footer__company .logo a img {
  width: 100%;
}
.footer .footer__box--left .footer__company .campany__detail {
  color: var(--wf-black);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  letter-spacing: 0.64px;
}
.footer .footer__box--left .footer__company .campany__detail span {
  text-decoration: none;
}
@media (min-width: 1000px) {
  .footer .footer__box--left .footer__company .campany__detail {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* hamburger menu
-----------------------------------------------------*/
.js-global-nav.sp-view {
  display: block;
}
@media (min-width: 1200px) {
  .js-global-nav.sp-view {
    display: none;
  }
}

.global__nav {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
}
.global__nav .inner {
  display: flex;
  flex-direction: column;
  background: linear-gradient(#FFF 0%, #CADDE5 74.36%, #E3F2F9 100%), linear-gradient(120deg, #0072BC 24.55%, #36A8E0 65.01%, #60B0E4 82.72%);
  width: 100%;
  height: 100svh;
  padding: 60px 16px 0 16px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
.global__nav .inner.menu-height {
  height: 100vh;
}
.global__nav .inner__logo {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 110px;
}
.global__nav .inner__logo a {
  width: 100%;
}
.global__nav .inner__logo a img {
  width: 100%;
}
.global__nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid var(--white);
}
.global__nav .inner ul li:last-child {
  margin-bottom: 24px;
}
.global__nav .inner ul li a {
  display: block;
  color: var(--blue);
  font-weight: bold;
  padding: 16px 8px;
  text-decoration: none;
  transition-duration: 0.3s;
}
.global__nav .inner ul li .inner__ac__menu__title {
  padding: 24px 8px;
  font-weight: bold;
  position: relative;
  color: var(--blue);
}
.global__nav .inner ul li .inner__ac__menu__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 8px;
  width: 20px;
  height: 20px;
  background-image: url("../images/ac_arrow-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}
.global__nav .inner ul li .inner__ac__menu__title.open::after {
  transform: rotate(-180deg);
}
.global__nav .inner ul li .inner__ac__menu__items {
  display: none;
}
.global__nav .inner ul li .inner__ac__menu__items ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.global__nav .inner ul li .inner__ac__menu__items ul li {
  border: none;
  display: flex;
  align-items: center;
}
.global__nav .inner ul li .inner__ac__menu__items ul li a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.56px;
  padding: 0 0 0 16px;
}
.global__nav .inner__cta {
  width: 100vw;
  margin-left: -16px;
  padding: 12px 16px 16px 16px;
  margin-top: auto;
}
.global__nav .inner__cta__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 16px;
}
.global__nav .inner__cta__title .label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  border-radius: 2px;
  background: linear-gradient(153deg, #15328B 3.76%, #0B50A2 52.48%, #0072BC 87.03%, #36A8E0 133.98%, #88B9E8 155.24%, #E2AAC7 180.93%);
  color: var(--white);
  padding: 2px 12px;
  margin-right: 8px;
}
.global__nav .inner__cta__title .text {
  border-bottom: 2px solid var(--blue);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
}
.global__nav .inner__cta__title .small {
  font-size: 1rem;
  margin-left: 4px;
}
.global__nav .inner__cta__detail {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
.global__nav .inner__cta__detail .detail__btn {
  height: 48px;
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 1.25rem;
}
.global__nav .inner__cta__entry {
  display: flex;
  justify-content: center;
}
.global__nav .inner__cta__entry .entry__btn {
  height: 48px;
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 1.25rem;
}

.open .global__nav {
  width: 100%;
  right: 0;
}
.open .hamburger span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
  background-color: var(--blue);
}
.open .hamburger span:nth-child(2) {
  opacity: 0;
}
.open .hamburger span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
  background-color: var(--blue);
}

.hamburger {
  position: fixed;
  top: 15px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 99;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--main);
  border-radius: 4px;
  transition: all 0.5s;
}
.hamburger span:nth-child(1) {
  top: 4px;
}
.hamburger span:nth-child(2) {
  top: 14px;
}
.hamburger span:nth-child(3) {
  bottom: 4px;
}

/* qa__items
-----------------------------------------------------*/
.qa__items {
  max-width: 648px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.qa__items .qa__item {
  border-bottom: 1px solid var(--lightgray);
}
.qa__items .qa__item .qa__item__q {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.56px;
  text-indent: 0;
  padding: 16px 40px 16px 32px;
  position: relative;
  transition: 0.3s;
  text-align: justify;
}
@media (min-width: 1000px) {
  .qa__items .qa__item .qa__item__q {
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    padding: 24px 40px 24px 32px;
  }
  .qa__items .qa__item .qa__item__q:hover {
    opacity: 0.8;
  }
}
.qa__items .qa__item .qa__item__q::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 2px;
}
.qa__items .qa__item .qa__item__q.open::after {
  background-image: url("../images/minus.png");
}
.qa__items .qa__item .qa__item__q .label {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  background: var(--skybluegradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media (min-width: 1000px) {
  .qa__items .qa__item .qa__item__q .label {
    top: 16px;
  }
}
.qa__items .qa__item .qa__item__a {
  display: none;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.56px;
  text-indent: 0;
  margin-top: 12px;
  padding: 0 22px 24px 32px;
  position: relative;
  text-align: justify;
}
@media (min-width: 1000px) {
  .qa__items .qa__item .qa__item__a {
    font-size: 1.125rem;
    margin-top: 16px;
  }
}
.qa__items .qa__item .qa__item__a .label {
  position: absolute;
  top: -10px;
  left: 2px;
  display: inline-block;
  margin-right: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--pink);
}
@media (min-width: 1000px) {
  .qa__items .qa__item .qa__item__a .label {
    top: -5px;
  }
}

/* 詳しく見る
-----------------------------------------------------*/
.detail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%;
  max-width: 358px;
  border: 3px solid var(--blue);
  border-radius: 6px;
  background: var(--white);
  color: var(--blue);
  transition: 0.3s;
}
@media (min-width: 1000px) {
  .detail__btn:hover {
    opacity: 0.6;
  }
}

/* エントリーする（テキストあり）
-----------------------------------------------------*/
.entry__btn--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  line-height: 1;
  width: 100%;
  max-width: 358px;
  height: 80px;
  border-radius: 8px;
  border: 3px solid var(--white);
  background: linear-gradient(97deg, #E54090 36.25%, #8356CD 69.74%, #0D7FC4 100%), linear-gradient(97deg, #F0328E 36.25%, #753FCD 69.74%, #0D7FC4 100%), linear-gradient(98deg, #F0328E 36.57%, #0D7FC4 101.56%);
  color: var(--white);
  transition: 0.3s;
  position: relative;
}
@media (min-width: 768px) {
  .entry__btn--text {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .entry__btn--text:hover {
    background: var(--gr);
  }
}
.entry__btn--text .text {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.entry__btn--text .text--sm {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
.entry__btn--text .icon {
  display: inline-block;
  background-image: url("../images/arrow-w.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* エントリーする
-----------------------------------------------------*/
.entry__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%;
  max-width: 358px;
  border-radius: 6px;
  border: 3px solid var(--white);
  background: linear-gradient(97deg, #E54090 36.25%, #8356CD 69.74%, #0D7FC4 100%), #FFF;
  color: var(--white);
  transition: 0.3s;
  position: relative;
}
.entry__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url("../images/arrow-w.png");
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
  transition: 0.3s;
}
@media (min-width: 1000px) {
  .entry__btn:hover {
    border: 3px solid var(--white);
    background: var(--gr);
    color: var(--white);
  }
}

/* top__bg
    -----------------------------------------------------*/
.top__bg {
  background: linear-gradient(180deg, #FFF 0%, #D7ECF5 50.12%, #E1F0F7 69.41%, #FFF 100%);
  /* mv
  -----------------------------------------------------*/
  /* message
  -----------------------------------------------------*/
}
.top__bg .fv {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25.5px 16px 39px 16px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .top__bg .fv {
    max-width: 100%;
    padding: 17px 16px 64px 16px;
  }
}
.top__bg .fv__gr {
  position: absolute;
  top: -57px;
  right: 0;
  width: 68%;
}
@media (min-width: 576px) {
  .top__bg .fv__gr {
    top: -100px;
  }
}
@media (min-width: 768px) {
  .top__bg .fv__gr {
    top: -100px;
  }
}
@media (min-width: 1000px) {
  .top__bg .fv__gr {
    top: -170px;
    width: 60%;
  }
}
.top__bg .fv__gr img {
  width: 100%;
}
@media (min-width: 768px) {
  .top__bg .fv__gr img {
    max-width: 902px;
  }
}
.top__bg .fv__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .top__bg .fv__wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: calc(100% - 32px);
    padding: 0 0 64px 0;
    max-width: 648px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1000px) {
  .top__bg .fv__wrap {
    display: grid;
    grid-template-columns: 7fr 3fr;
    margin: 0 auto;
    padding: 60px 0 0 0;
    max-width: 1080px;
  }
}
.top__bg .fv__wrap .fv__title {
  position: relative;
  z-index: 1;
}
.top__bg .fv__wrap .fv__title img {
  width: 100%;
}
@media (min-width: 768px) {
  .top__bg .fv__wrap .fv__title img {
    margin: 0;
    max-width: 648px;
  }
}
.top__bg .fv__wrap .fv__btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 358px;
  margin: auto auto 0 auto;
}
@media (min-width: 768px) {
  .top__bg .fv__wrap .fv__btn {
    margin: 0 auto;
    max-width: 648px;
  }
  .top__bg .fv__wrap .fv__btn .entry__btn--text {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .top__bg .fv__wrap .fv__btn .entry__btn--text {
    height: 90px;
  }
}
@media (min-width: 1000px) {
  .top__bg .fv__wrap .fv__btn {
    position: absolute;
    max-width: 400px;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
}
.top__bg .fv .pc-view {
  display: none;
}
@media (min-width: 768px) {
  .top__bg .fv .pc-view {
    display: block;
  }
}
.top__bg .fv .sp-view {
  display: block;
}
@media (min-width: 768px) {
  .top__bg .fv .sp-view {
    display: none;
  }
}
.top__bg .message__section {
  padding: 32px 16px 64px 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .top__bg .message__section {
    padding: 40px 16px 120px 16px;
  }
}
.top__bg .message__section::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  width: 77px;
  height: 98px;
  display: block;
  background-image: url("../images/graphic/polygon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .top__bg .message__section::before {
    top: 0;
    right: 16px;
    width: 128px;
    height: 193px;
  }
}
.top__bg .message__section .message {
  max-width: 648px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .top__bg .message__section .message {
    width: calc(100% - 32px);
  }
}
@media (min-width: 1000px) {
  .top__bg .message__section .message {
    max-width: 1046px;
  }
}
.top__bg .message__section .message__values__title {
  color: var(--blue);
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
.top__bg .message__section .message__values__lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1000px) {
  .top__bg .message__section .message__values__lists {
    display: grid;
    grid-template-columns: 3.3fr 3.3fr 3.3fr;
  }
}
.top__bg .message__section .message__values__lists .message__values__list {
  background: var(--white);
  box-shadow: 0px 0px 8px 0px rgba(11, 80, 162, 0.08), 0px 0px 8px 0px rgba(11, 80, 162, 0.08) inset;
  border-radius: 4px;
  padding: 20px 16px 20px 60px;
  position: relative;
}
@media (min-width: 1000px) {
  .top__bg .message__section .message__values__lists .message__values__list {
    padding: 16px 12px 16px 64px;
  }
}
.top__bg .message__section .message__values__lists .message__values__list:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  background-image: url("../images/message-icon_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top__bg .message__section .message__values__lists .message__values__list:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  background-image: url("../images/message-icon_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top__bg .message__section .message__values__lists .message__values__list:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  background-image: url("../images/message-icon_3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top__bg .message__section .message__values__lists .message__values__list .message__values__list__title {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--main);
  position: relative;
  padding: 0 0 4px 0;
  transition: 0.3s;
}
@media (min-width: 1000px) {
  .top__bg .message__section .message__values__lists .message__values__list .message__values__list__title {
    font-size: 1.125rem;
  }
}
.top__bg .message__section .message__values__lists .message__values__list .message__values__list__text {
  color: var(--bk);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
.top__bg .message__section .message__values__lists .message__values__list .message__values__list__text sup {
  font-size: 65%;
}
.top__bg .message__section .message__values__lists .message__values__list .message__values__list__text span {
  display: block;
  font-size: 0.625rem;
  line-height: 1.8;
}
.top__bg .message__section .message__values__lists .message__values__list .message__values__list__title.open + .message__values__list__text {
  display: block;
}
.top__bg .message__section .message .pc-view {
  display: none;
}
@media (min-width: 768px) {
  .top__bg .message__section .message .pc-view {
    display: block;
  }
}
.top__bg .message__section .message .sp-view {
  display: block;
}
@media (min-width: 768px) {
  .top__bg .message__section .message .sp-view {
    display: none;
  }
}

/* about
-----------------------------------------------------*/
.about__section {
  background: var(--lightgray);
  padding: 64px 16px 96px 16px;
  position: relative;
}
@media (min-width: 1000px) {
  .about__section {
    padding: 80px 16px;
  }
}
.about__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 163px;
  display: block;
  background-image: url("../images/graphic/about-graphic.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .about__section::before {
    width: 140px;
    height: 260px;
  }
}
.about__section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 88px;
  height: 163px;
  display: block;
  background-image: url("../images/graphic/about-graphic.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .about__section::after {
    width: 140px;
    height: 260px;
  }
}
.about__section .about {
  max-width: 648px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .about__section .about {
    max-width: 1080px;
  }
}
.about__section .about__title {
  color: var(--main);
  margin-bottom: 40px;
  text-align: center;
}
.about__section .about__lead {
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
@media (min-width: 1000px) {
  .about__section .about__lead {
    text-align: center;
    line-height: 1.8;
  }
}
.about__section .about .technical__area__title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  color: var(--blue);
}
@media (min-width: 1000px) {
  .about__section .about .technical__area__title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.about__section .about .technical__area__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 1000px) {
  .about__section .about .technical__area__lists {
    grid-template-columns: 5fr 5fr;
    gap: 56px;
  }
}
.about__section .about .technical__area__lists .technical__area__list__title {
  color: var(--main);
  margin-bottom: 8px;
}
.about__section .about .technical__area__lists .technical__area__list__text {
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.about__section .about .technical__area__lists .technical__area__list__images {
  display: grid;
  grid-template-columns: 2.5fr 2.5fr 2.5fr 2.5fr;
  gap: 12px;
}
.about__section .about .technical__area__lists .technical__area__list__images .technical__area__list__img {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 6px;
}
.about__section .about .technical__area__lists .technical__area__list__images .technical__area__list__img img {
  border: 3px solid transparent;
  -o-border-image: var(--skybluegradation) 1;
     border-image: var(--skybluegradation) 1;
  border-radius: 6px;
  width: 100%;
}

/* what
-----------------------------------------------------*/
.what__section {
  padding: 64px 16px;
  background: linear-gradient(180deg, #F2FBFF 0%, #DDF3FD 74.36%, #E3F2F9 100%);
  position: relative;
}
@media (min-width: 1000px) {
  .what__section {
    padding: 80px 16px;
  }
}
.what__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 227px;
  height: 237px;
  display: block;
  background-image: url("../images/graphic/what-graphic-left-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .what__section::before {
    width: 456px;
    height: 403px;
    background-image: url("../images/graphic/what-graphic-left-pc.png");
  }
}
.what__section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 208px;
  height: 234px;
  display: block;
  background-image: url("../images/graphic/what-graphic-right-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .what__section::after {
    width: 397px;
    height: 480px;
    background-image: url("../images/graphic/what-graphic-right-pc.png");
  }
}
.what__section .what {
  max-width: 648px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1000px) {
  .what__section .what {
    max-width: 1080px;
  }
}
.what__section .what__title {
  color: var(--main);
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 1000px) {
  .what__section .what__title {
    margin-bottom: 40px;
  }
}
.what__section .what__wrap .what__lists {
  margin-bottom: 48px;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__lists {
    margin-bottom: 72px;
  }
}
.what__section .what__wrap .what__lists .what__list {
  margin-bottom: 48px;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__lists .what__list {
    display: grid;
    grid-template-columns: 5fr 5fr;
    align-items: center;
    gap: 32px;
  }
  .what__section .what__wrap .what__lists .what__list:last-child {
    margin-bottom: 0;
  }
}
.what__section .what__wrap .what__lists .what__list__img {
  width: 100%;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__lists .what__list__img.order--2 {
    order: 1;
  }
}
.what__section .what__wrap .what__lists .what__list__img img {
  width: 100%;
  border-radius: 6px;
}
.what__section .what__wrap .what__lists .what__list__detail {
  margin-bottom: 16px;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__lists .what__list__detail.order--1 {
    order: 2;
  }
}
.what__section .what__wrap .what__lists .what__list__detail__title {
  margin-bottom: 16px;
  color: var(--blue);
}
.what__section .what__wrap .what__lists .what__list__detail__text {
  color: var(--it-bk);
  letter-spacing: 0.04em;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__lists .what__list__detail__text {
    line-height: 1.8;
  }
}
.what__section .what__wrap .what__career__title {
  margin-bottom: 16px;
  color: var(--blue);
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__career__title {
    text-align: center;
  }
}
.what__section .what__wrap .what__career__lead {
  margin-bottom: 16px;
  color: var(--it-bk);
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__career__lead {
    line-height: 1.6;
    letter-spacing: 0.72px;
    margin-bottom: 32px;
    text-align: center;
  }
}
.what__section .what__wrap .what__career__staff {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  gap: 16px;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__career__staff {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__career__staff__detail {
    width: 100%;
    max-width: 400px;
  }
}
.what__section .what__wrap .what__career__staff__detail__area {
  display: block;
  background: var(--bluegradation);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.what__section .what__wrap .what__career__staff__detail__area .btn__icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: var(--white);
}
.what__section .what__wrap .what__career__staff__detail__area .btn__icon::after {
  content: "";
  background-image: url("../images/plus-gr.png");
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__career__staff__detail__area .btn__icon::after {
    right: 24px;
  }
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__career__staff__detail__area:hover {
    opacity: 0.6;
  }
}
.what__section .what__wrap .what__career__staff__detail__area .title {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-bottom: 8px;
  transition: 0.3s;
}
.what__section .what__wrap .what__career__staff__detail__area .work__area {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.48px;
  transition: 0.3s;
  line-height: 1.3;
}
.what__section .what__wrap .what__career__staff__detail__area .work__area .label {
  display: inline-block;
  border: 1px solid var(--white);
  padding: 0 6px;
  border-radius: 4px;
  margin-left: 4px;
}
.what__section .what__wrap .what__career__staff__detail .modal__area {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.4);
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 64px);
  max-width: 480px;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap {
    max-width: 816px;
  }
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents {
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
  padding: 48px 24px 24px 24px;
  background-color: var(--white);
  z-index: 999;
  border: 4px solid transparent;
  -o-border-image: var(--skybluegradation) 1;
     border-image: var(--skybluegradation) 1;
  border-radius: 8px;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents {
    padding: 56px 70px 40px 70px;
  }
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .close__modal {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .close__modal::before, .what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .close__modal::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--blue);
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: 11%;
  left: 14%;
  border-radius: 2px;
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .close__modal::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
  border-radius: 2px;
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .modal__contents__img {
  margin: 0 auto 16px auto;
  max-width: 480px;
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .modal__contents__img img {
  width: 100%;
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .modal__contents__scroll {
  overflow-y: scroll;
  max-height: 53svh;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .modal__contents__scroll {
    max-height: 40vh;
  }
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .modal__contents__scroll .staff__detail__name {
  margin-bottom: 16px;
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .modal__contents__scroll .staff__detail__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 16px;
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .modal__contents__scroll .staff__detail__items .staff__detail__item .label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: var(--blue);
  padding: 0 12px;
  margin-bottom: 4px;
  position: relative;
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .modal__contents__scroll .staff__detail__items .staff__detail__item .label::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #e25aa1;
  border-right: 0;
}
.what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .modal__contents__scroll .staff__detail__items .staff__detail__item .text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 1.6;
}
@media (min-width: 1000px) {
  .what__section .what__wrap .what__career__staff__detail .modal__area .modal__wrap .modal__contents .modal__contents__scroll .staff__detail__items .staff__detail__item .text {
    font-size: 1rem;
  }
}

/* system
-----------------------------------------------------*/
.system__section {
  padding: 64px 16px;
  position: relative;
  background: linear-gradient(180deg, #FFF 23%, #EFF9FF 77.5%, #DEF4FF 100%);
}
@media (min-width: 1000px) {
  .system__section {
    padding: 80px 16px;
  }
}
.system__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 293px;
  display: block;
  background-image: url("../images/graphic/system-graphic-left-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .system__section::before {
    width: 874px;
    height: 316px;
    background-image: url("../images/graphic/system-graphic-left-pc.png");
  }
}
.system__section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 390px;
  height: 293px;
  display: block;
  background-image: url("../images/graphic/system-graphic-right-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .system__section::after {
    width: 728px;
    height: 430px;
    background-image: url("../images/graphic/system-graphic-right-pc.png");
  }
}
.system__section .system__gr {
  content: "";
  position: absolute;
  top: 432px;
  right: 0;
  width: 239px;
  height: 212px;
  display: block;
  background-image: url("../images/graphic/system-graphic-center-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .system__section .system__gr {
    top: 185px;
    width: 400px;
    height: 370px;
    background-image: url("../images/graphic/system-graphic-center-pc.png");
  }
}
.system__section .system {
  max-width: 648px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .system__section .system {
    max-width: 1080px;
  }
}
.system__section .system__title {
  color: var(--blue);
  margin-bottom: 48px;
  text-align: center;
}
.system__section .system__wrap .welfare__benefits__title {
  margin-bottom: 16px;
  color: var(--blue);
}
.system__section .system__wrap .welfare__benefits__lead {
  margin-bottom: 32px;
  color: var(--main);
}
@media (min-width: 1000px) {
  .system__section .system__wrap .welfare__benefits__lead {
    margin-bottom: 24px;
    line-height: 1.6;
    letter-spacing: 0.72px;
  }
}
.system__section .system__wrap .welfare__benefits__lists {
  display: grid;
  grid-template-columns: 5fr 5fr;
  grid-template-rows: subgrid;
  gap: 12px;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .welfare__benefits__lists {
    gap: 24px 32px;
    align-items: center;
  }
}
.system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 180px;
  background: var(--white);
  color: var(--main);
}
@media (min-width: 1000px) {
  .system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list {
    flex-direction: row;
    gap: 40px;
    padding: 0 35px;
    height: 120px;
  }
}
@media (min-width: 1000px) {
  .system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--left {
    width: 60px;
  }
  .system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--left .icon {
    width: 60px;
  }
}
@media (min-width: 1000px) {
  .system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--right {
    width: 100%;
  }
}
.system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--right .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--right .title {
    font-size: 1.5rem;
  }
  .system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--right .title span {
    display: inline;
  }
}
.system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--right .icon {
  width: 50px;
  margin: 4px auto;
}
.system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--right .sup {
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--right .sup {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}
.system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--right .note {
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .welfare__benefits__lists .welfare__benefits__list--right .note {
    display: inline;
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}
.system__section .system__wrap .system__lists {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .system__lists {
    gap: 64px;
  }
}
.system__section .system__wrap .system__lists .system__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .system__lists .system__list {
    grid-template-columns: 5fr 5fr;
    gap: 64px 32px;
    align-items: center;
  }
  .system__section .system__wrap .system__lists .system__list:first-child {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .system__section .system__wrap .system__lists .system__list:first-child .system__list__detail--right .system__items {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 16px;
  }
  .system__section .system__wrap .system__lists .system__list:nth-child(3) {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.system__section .system__wrap .system__lists .system__list__detail--left .system__list__detail__title {
  margin-bottom: 16px;
  color: var(--blue);
}
.system__section .system__wrap .system__lists .system__list__detail--left .system__list__detail__text {
  margin-bottom: 24px;
  color: var(--main);
  letter-spacing: 0.04em;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .system__lists .system__list__detail--left .system__list__detail__text {
    line-height: 1.8;
  }
}
.system__section .system__wrap .system__lists .system__list__detail--right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__list__detail__img {
  width: 100%;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__list__detail__img img {
  width: 100%;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item {
  border: 1px solid var(--main);
  border-radius: 8px;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item__title {
  font-size: 1.25rem;
  border-radius: 7px;
  font-weight: bold;
  color: var(--main);
  padding: 8px 24px;
  cursor: pointer;
  background: var(--white);
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item__title::after {
  content: "";
  background-image: url("../images/plus.png");
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media (min-width: 1000px) {
  .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item__title:hover {
    background: var(--blue);
    color: var(--white);
  }
  .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item__title:hover::after {
    background-image: url("../images/plus-w.png");
  }
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.4);
  transition: 0.3s;
  position: absolute;
  z-index: 998;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 320px;
  z-index: 999;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap {
    max-width: 480px;
  }
  .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap.treatment__modal__wrap {
    max-width: 816px;
    border-radius: 8px;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap.treatment__modal__wrap .modal__contents {
    padding: 56px 80px 40px 80px;
  }
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents {
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
  padding: 48px 24px 24px 24px;
  background-color: var(--white);
  z-index: 1000;
  border: 4px solid transparent;
  -o-border-image: var(--skybluegradation) 1;
     border-image: var(--skybluegradation) 1;
  border-radius: 8px;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents {
    padding: 56px 40px 40px 40px;
  }
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .close__modal {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .close__modal::before, .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .close__modal::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--blue);
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: 11%;
  left: 14%;
  border-radius: 2px;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .close__modal::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
  border-radius: 2px;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__img {
  margin-bottom: 8px;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__img img {
  width: 100%;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll {
  overflow-y: scroll;
  max-height: 53svh;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll {
    max-height: 40vh;
  }
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll.treatment__scroll {
  max-height: 78svh;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .training__detail__name,
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .treatment__detail__name {
  color: var(--blue);
  margin-bottom: 8px;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .training__detail__text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 1.6;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .training__detail__text {
    font-size: 1rem;
  }
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .treatment__detail__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 16px;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .treatment__detail__items .treatment__detail__item .label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: var(--blue);
  padding: 0 12px;
  margin-bottom: 4px;
  position: relative;
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .treatment__detail__items .treatment__detail__item .label::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #e25aa1;
  border-right: 0;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .treatment__detail__items .treatment__detail__item .label {
    font-size: 1rem;
  }
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .treatment__detail__items .treatment__detail__item .text {
  font-size: 0.875rem;
  color: var(--it-bk);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.56px;
}
@media (min-width: 1000px) {
  .system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .treatment__detail__items .treatment__detail__item .text {
    font-size: 1rem;
  }
}
.system__section .system__wrap .system__lists .system__list__detail--right .system__items .system__item .modal__area .modal__wrap .modal__contents .modal__contents__scroll .treatment__detail__items .treatment__detail__item .text span {
  font-size: 0.75rem;
}

/* cta__guide
-----------------------------------------------------*/
.cta__guide__section {
  padding: 88px 16px 64px 16px;
  background: linear-gradient(173deg, #153C91 -0.3%, #267BCA 24.89%, #FFF 83.27%);
  position: relative;
}
@media (min-width: 1000px) {
  .cta__guide__section {
    padding: 80px 16px;
  }
}
.cta__guide__section::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 216px;
  height: 62px;
  display: block;
  background-image: url("../images/graphic/guide-graphic-top-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .cta__guide__section::before {
    top: 15px;
    width: 433px;
    height: 121px;
    background-image: url("../images/graphic/guide-graphic-top-pc.png");
  }
}
.cta__guide__section::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 310px;
  height: 60px;
  display: block;
  background-image: url("../images/graphic/guide-graphic-bottom-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .cta__guide__section::after {
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    width: 688px;
    height: 103px;
    background-image: url("../images/graphic/guide-graphic-bottom-pc.png");
  }
}
.cta__guide__section .cta__guide {
  max-width: 648px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide {
    max-width: 1080px;
  }
}
.cta__guide__section .cta__guide::before {
  display: none;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide::before {
    content: "";
    position: absolute;
    top: 739px;
    right: -100px;
    width: 321px;
    height: 75px;
    display: block;
    background-image: url("../images/graphic/guide-graphic-center-pc.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.cta__guide__section .cta__guide__title {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 48px;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__title {
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 1.6px;
    margin-bottom: 40px;
  }
}
.cta__guide__section .cta__guide__title--small {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__title--small {
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.72px;
  }
}
.cta__guide__section .cta__guide__lead {
  color: var(--white);
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__lead {
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.72px;
  }
}
.cta__guide__section .cta__guide__img {
  position: relative;
  z-index: 2;
  max-width: 374px;
  margin: 0 auto 40px auto;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__img {
    max-width: 100%;
    margin: 0 0 40px 0;
  }
}
.cta__guide__section .cta__guide__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 4px;
  width: 160px;
  height: 38px;
  display: block;
  background-image: url("../images/graphic/guide-graphic-center-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 406px) {
  .cta__guide__section .cta__guide__img::before {
    right: -12px;
  }
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__img::before {
    display: none;
  }
}
.cta__guide__section .cta__guide__img img {
  width: calc(100% + 16px);
  margin-left: -16px;
  max-width: 977px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 406px) {
  .cta__guide__section .cta__guide__img img {
    margin-left: 0;
  }
}
.cta__guide__section .cta__guide__img .note {
  display: block;
  color: var(--white);
  font-size: 0.75rem;
  margin-top: 8px;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__img .note {
    font-size: 0.875rem;
    text-align: center;
  }
}
.cta__guide__section .cta__guide__example {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(90% + 16px);
  max-width: 375px;
  padding: 24px 0;
  margin: 0 auto 16px -16px;
  background: var(--white);
  position: relative;
}
@media screen and (min-width: 406px) {
  .cta__guide__section .cta__guide__example {
    margin: 0 auto 40px auto;
  }
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__example {
    display: grid;
    grid-template-columns: 5fr 5fr;
    max-width: 100%;
    margin: 0 0 24px 45px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 19.5%);
  }
}
@media (min-width: 1200px) {
  .cta__guide__section .cta__guide__example {
    margin: 0 0 24px 100px;
  }
}
.cta__guide__section .cta__guide__example::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 113px solid transparent;
  border-bottom: 113px solid transparent;
  border-left: 50px solid #ffffff;
  border-right: 0;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__example::after {
    border-top: 94px solid transparent;
    border-bottom: 94px solid transparent;
  }
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__example {
    padding: 24px;
  }
}
.cta__guide__section .cta__guide__example__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 8px;
  line-height: 1.6;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__example__title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.cta__guide__section .cta__guide__example__items {
  padding-left: 32px;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__example__items {
    font-size: 1.125rem;
  }
}
.cta__guide__section .cta__guide__example__items .cta__guide__example__item {
  font-size: 1rem;
  color: var(--blue);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  margin-bottom: 4px;
  position: relative;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__example__items .cta__guide__example__item {
    line-height: 1.6;
  }
}
.cta__guide__section .cta__guide__example__items .cta__guide__example__item:last-child {
  margin-bottom: 0;
}
.cta__guide__section .cta__guide__example__items .cta__guide__example__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--pink);
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: -16px;
  transform: translateY(-50%);
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__example__items .cta__guide__example__item::before {
    top: 13px;
  }
}
.cta__guide__section .cta__guide__example__items .cta__guide__example__item .note {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__example__items .cta__guide__example__item .note {
    font-size: 1rem;
  }
}
.cta__guide__section .cta__guide__feature__lists {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}
.cta__guide__section .cta__guide__feature__lists .cta__guide__feature__list {
  background: var(--skybluegradation);
  border-radius: 80px;
  padding: 3px;
}
.cta__guide__section .cta__guide__feature__lists .cta__guide__feature__list .text {
  display: inline-block;
  padding: 6px 6px 6px 36px;
  font-size: 1rem;
  color: var(--blue);
  background: var(--white);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  border-radius: 80px;
  position: relative;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__feature__lists .cta__guide__feature__list .text {
    font-size: 1.25rem;
    padding: 8px 16px 8px 36px;
  }
}
.cta__guide__section .cta__guide__feature__lists .cta__guide__feature__list .text .icon {
  display: inline-block;
  background-image: url(../images/check.png);
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cta__guide__section .cta__guide__text {
  font-size: 1rem;
  color: var(--blue);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1000px) {
  .cta__guide__section .cta__guide__text {
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    line-height: 1.6;
  }
}
.cta__guide__section .cta__guide__btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 358px;
  margin: auto auto 0 auto;
}

/* qa
-----------------------------------------------------*/
.qa__section {
  padding: 64px 16px;
  position: relative;
}
.qa__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 119px;
  height: 154px;
  display: block;
  background-image: url("../images/graphic/qa-graphic-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1000px) {
  .qa__section::before {
    width: 275px;
    height: 395px;
    background-image: url("../images/graphic/qa-graphic-pc.png");
  }
}
.qa__section .qa {
  max-width: 648px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .qa__section .qa {
    max-width: 1080px;
  }
}
.qa__section .qa__title {
  color: var(--blue);
  margin-bottom: 40px;
  text-align: center;
}

/* link
-----------------------------------------------------*/
.link__section {
  padding: 40px 16px 40px 16px;
  background: linear-gradient(106deg, #133990 4.94%, #74B9F7 115.96%);
}
@media (min-width: 1000px) {
  .link__section {
    padding: 40px 16px;
  }
}
.link__section .link {
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .link__section .link {
    display: grid;
    grid-template-columns: 5fr 5fr;
  }
}
.link__section .link .link__box--left {
  width: 100%;
  border-bottom: 1px solid var(--white);
  padding-bottom: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1000px) {
  .link__section .link .link__box--left {
    border-right: 1px solid var(--white);
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.link__section .link .link__box--left .link__text {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media (min-width: 1000px) {
  .link__section .link .link__box--left .link__text {
    margin-bottom: 20px;
  }
}
.link__section .link .link__box--left .link__sns__lists {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 16px 20px;
  position: relative;
  max-width: 326px;
  margin: 0 auto 0 auto;
  background: var(--white);
  border-radius: 4px;
}
@media (min-width: 1000px) {
  .link__section .link .link__box--left .link__sns__lists {
    max-width: 288px;
  }
}
.link__section .link .link__box--left .link__sns__lists .link__sns__list {
  width: 44px;
}
.link__section .link .link__box--left .link__sns__lists .link__sns__list a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.link__section .link .link__box--left .link__sns__lists .link__sns__list a img {
  width: 100%;
}
@media (min-width: 1000px) {
  .link__section .link .link__box--left .link__sns__lists .link__sns__list a:hover {
    opacity: 0.6;
  }
}
.link__section .link .link__box--right .link__magazin__title {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media (min-width: 1000px) {
  .link__section .link .link__box--right .link__magazin__title {
    margin-bottom: 20px;
  }
}
.link__section .link .link__box--right .link__magazin__banner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.link__section .link .link__box--right .link__magazin__banner a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 326px;
  padding: 12px 20px;
  background: var(--white);
  border-radius: 4px;
  transition: 0.3s;
}
@media (min-width: 1000px) {
  .link__section .link .link__box--right .link__magazin__banner a {
    max-width: 288px;
  }
}
.link__section .link .link__box--right .link__magazin__banner a img {
  width: 100%;
  max-width: 248px;
}
@media (min-width: 1000px) {
  .link__section .link .link__box--right .link__magazin__banner a img {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .link__section .link .link__box--right .link__magazin__banner a:hover {
    opacity: 0.6;
  }
}

/* link
-----------------------------------------------------*/
.sp__cta__menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(112deg, #0354AC 1.02%, #207BCD 56.16%, #5576B3 87.05%);
  padding: 20px 16px;
  z-index: 97;
}
.sp__cta__menu.sp-view {
  display: block;
}
@media (min-width: 1200px) {
  .sp__cta__menu.sp-view {
    display: none;
  }
}
.sp__cta__menu .sp__cta__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin-bottom: 16px;
}
.sp__cta__menu .sp__cta__title .label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 12px;
  margin-right: 8px;
}
.sp__cta__menu .sp__cta__title .text {
  border-bottom: 2px solid var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
}
.sp__cta__menu .sp__cta__title .small {
  font-size: 1rem;
  margin-left: 4px;
  vertical-align: middle;
}
.sp__cta__menu .sp__cta__btn__area {
  display: flex;
  justify-content: center;
  gap: 6px;
  max-width: 648px;
  width: 100%;
  margin: 0 auto;
}
.sp__cta__menu .sp__cta__btn__area .sp__cta__detail {
  width: 50%;
  display: flex;
  justify-content: right;
}
.sp__cta__menu .sp__cta__btn__area .sp__cta__detail .detail__btn {
  width: 100%;
  height: 48px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.64px;
}
.sp__cta__menu .sp__cta__btn__area .sp__cta__entry {
  width: 50%;
  display: flex;
  justify-content: left;
}
.sp__cta__menu .sp__cta__btn__area .sp__cta__entry .entry__btn {
  width: 100%;
  height: 48px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.64px;
  padding-right: 18px;
}
.sp__cta__menu .sp__cta__btn__area .sp__cta__entry .entry__btn::after {
  right: 9px;
  width: 18px;
  height: 18px;
}

.pc-view {
  display: none;
}
@media (min-width: 1000px) {
  .pc-view {
    display: block;
  }
}

.sp-view {
  display: block;
}
@media (min-width: 1000px) {
  .sp-view {
    display: none;
  }
}

.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w600 {
  font-weight: 600;
}

.w700 {
  font-weight: 700;
}

.w800 {
  font-weight: 800;
}

.w900 {
  font-weight: 900;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.lighter {
  font-weight: lighter;
}

.bolder {
  font-weight: bolder;
}/*# sourceMappingURL=style.css.map */