@charset "UTF-8";
/*----------▼▼ Reboot ▼▼----------*/
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

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

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ base ▼▼----------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, span, table, thead, tbody, tfoot, th, td, header, footer, main, section, article, aside, nav {
  box-sizing: border-box;
}

body {
  margin: 0;
  text-align: left;
  background-color: #fafafa;
  color: #4c4c4c;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  body.--spMenuOpened {
    overflow: hidden;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 3.3rem;
}
@media screen and (max-width: 520px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 2.3rem;
}
@media screen and (max-width: 520px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media screen and (max-width: 520px) {
  h3 {
    font-size: 1rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media screen and (max-width: 520px) {
  a:hover {
    opacity: 1;
  }
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border-style: none;
  line-height: 0;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ common ▼▼----------*/
.pc-only {
  display: block;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .sp-only {
    display: block !important;
  }
}

/*=============================================================
基本設定
=============================================================*/
section p {
  font-size: 1rem;
  line-height: 1.8;
}

.section__hd {
  font-size: 3rem;
  color: #26578F;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .section__hd {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .section__hd {
    font-size: 1.375rem;
  }
}

.inner {
  width: 1200px;
  min-width: calc(1200px + 6%);
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .inner {
    min-width: 1px;
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .inner {
    min-width: 1px;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .inner {
    min-width: 1px;
    width: 100%;
  }
}

.btn-a a {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 4px;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.12);
}

.btn-b {
  text-align: center;
}
.btn-b a {
  position: relative;
  min-width: 17rem;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #26578F;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.9em 3em 1.1em 2em;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.12);
  transition: all 0.2s ease;
}
.btn-b a::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 1.5rem;
  top: calc(50% - 0.3rem);
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.btn-b a:hover {
  box-shadow: 0 0 0 rgba(76, 76, 76, 0);
}
.btn-b a:hover::before {
  right: 1.25rem;
}

.btn-c {
  text-align: center;
}
.btn-c a {
  position: relative;
  min-width: 17rem;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #26578F;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.9em 2em 1.1em 3em;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.12);
  transition: all 0.2s ease;
}
.btn-c a::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  left: 1.5rem;
  top: calc(50% - 0.3rem);
  transform: rotate(225deg);
  transition: all 0.2s ease;
}
.btn-c a:hover {
  box-shadow: 0 0 0 rgba(76, 76, 76, 0);
}
.btn-c a:hover::before {
  left: 1.25rem;
}

.btn-d {
  text-align: center;
}
.btn-d a {
  position: relative;
  min-width: 13rem;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #26578F;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.9em 3em 1.1em 2em;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.12);
  transition: all 0.2s ease;
}
.btn-d a::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 1.5rem;
  top: calc(50% - 0.3rem);
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.btn-d a:hover {
  box-shadow: 0 0 0 rgba(76, 76, 76, 0);
}
.btn-d a:hover::before {
  right: 1.25rem;
}

a.phone-link {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 520px) {
  a.phone-link {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*=============================================================
CTA
=============================================================*/
.cta .bg {
  background-color: #C66180;
  position: relative;
  box-sizing: border-box;
  padding: 5rem 0 6rem;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .cta .bg {
    padding: 5rem 0 4rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .cta .bg {
    padding: 12vw 0 9vw;
  }
}
@media screen and (max-width: 520px) {
  .cta .bg {
    padding: 15vw 0 9vw;
  }
}
.cta .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/bg_cta.png);
  background-size: cover;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.cta .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  .cta .inner {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.cta__hd {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .cta__hd {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .cta__hd {
    font-size: 1.375rem;
    text-align: left;
  }
}
.cta__tel {
  width: 26.67%;
  margin-top: 4rem;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .cta__tel {
    width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .cta__tel {
    width: 100%;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .cta__tel {
    width: 100%;
    margin-top: 12vw;
  }
}
.cta__tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__tel a span {
  color: #fff;
  font-weight: bold;
}
.cta__tel__hd {
  font-size: 1.6875rem;
}
.cta__tel__phone-no {
  font-size: 2.75rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 520px) {
  .cta__tel__phone-no {
    margin-top: 3vw;
  }
}
.cta__tel__service-24-365 {
  font-size: 1.5rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 520px) {
  .cta__tel__service-24-365 {
    margin-top: 3vw;
  }
}
.cta__list {
  width: 67.5%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .cta__list {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .cta__list {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .cta__list {
    width: 100%;
    flex-direction: column;
    margin-top: 6vw;
  }
}
.cta__item {
  width: 31.5%;
  margin-top: 4rem;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .cta__item {
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .cta__item {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .cta__item {
    width: 100%;
    margin-top: 6vw;
  }
}
.cta__item a {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2rem 1rem 1rem;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  transition: all 0.2s ease;
}
.cta__item a::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 2px #C66180;
  border-right: solid 2px #C66180;
  right: 1.5rem;
  top: calc(50% - 0.3rem);
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.cta__item a:hover {
  box-shadow: 0 0 0 rgba(76, 76, 76, 0);
}
.cta__item a:hover::before {
  right: 1rem;
}
.cta__item__icon {
  width: 3rem;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}
.cta__item__sentence {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.75rem;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .cta__item__sentence {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .cta__item__sentence {
    margin-top: 1rem;
  }
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
/*=============================================================
ハンバーガーメニュー調整
=============================================================*/
.header--drawer {
  display: none;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.75rem 3vw 0.5em;
  height: 4rem;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .header--drawer {
    display: block;
    height: 6rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .header--drawer {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .header--drawer {
    display: block;
  }
}
.header--drawer__hd {
  display: flex;
  gap: 3vw;
  height: 100%;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .header--drawer__hd {
    width: 35%;
    min-width: 380px;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .header--drawer__hd {
    width: 50%;
    min-width: 300px;
  }
}
@media screen and (max-width: 520px) {
  .header--drawer__hd {
    width: 77%;
  }
}
.header--drawer__hd__logo {
  display: inline-block;
  height: 100%;
  line-height: 0;
}
.header--drawer__hd__logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.header--drawer__hd__logo--cp {
  width: 35%;
}
.header--drawer__hd__logo--plus {
  width: 60%;
}

.drawer-nav a.disabled {
  pointer-events: none;
  cursor: default;
  color: #bbb;
  text-decoration: none;
}
.drawer-nav a.disabled::before {
  content: none;
  position: static;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .drawer-nav {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .drawer-nav {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .drawer-nav .btn-tel {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .drawer-nav .btn-tel {
    display: none;
  }
}

/*=============================================================
PCヘッダー
=============================================================*/
.header--pc {
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 1rem;
  height: 9.5rem;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .header--pc {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .header--pc {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .header--pc {
    display: none;
  }
}
.header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__info__hd {
  display: flex;
  justify-content: space-between;
  width: 27.5%;
}
.header__info__hd__logo--cp {
  width: 30.3333%;
}
.header__info__hd__logo--plus {
  width: 66.6667%;
}
.header__info__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
}
.header__info__cta__item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__info__cta__item a::before {
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0.1em;
  z-index: 2;
}
.header__info__cta__item--test a {
  background-color: #fff;
  color: #26578F;
}
.header__info__cta__item--test a::before {
  background-image: url(../../assets/img/icon_application.png);
}
.header__info__cta__item--docs a {
  background-color: #C66180;
}
.header__info__cta__item--docs a::before {
  background-image: url(../../assets/img/icon_book_w.png);
}
.header__info__cta__item--mail a {
  background-color: #26578F;
}
.header__info__cta__item--mail a::before {
  background-image: url(../../assets/img/icon_mail-w.png);
}
.header__info__cta__item--tel a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.75rem;
}
.header__info__cta__item--tel a::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 1;
  background-image: url(../../assets/img/icon_phone-bl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0.1em;
}
.header__info__cta__item--tel a .service-24-365 {
  position: relative;
  font-size: 0.875rem;
  font-weight: bold;
  color: #C66180;
  letter-spacing: 0.025em;
}
.header__info__cta__item--tel a .phone-no {
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
  color: #C66180;
}
.header__nav {
  height: 3em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__nav__menu {
  display: flex;
  justify-content: flex-end;
}
.header__nav__menu__item {
  box-sizing: border-box;
  padding: 0 2.5em;
  border-right: solid 1px #4c4c4c;
}
.header__nav__menu__item a {
  font-size: 1rem;
  font-weight: 600;
  color: #4c4c4c;
  line-height: 1em;
  min-width: 5em;
  display: inline-block;
  position: relative;
  text-align: center;
}
.header__nav__menu__item a::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 2px #26578F;
  border-right: solid 2px #26578F;
  right: calc(50% - 0.25rem);
  bottom: -0.5rem;
  transform: rotate(135deg);
  transition: all 0.2s ease;
  opacity: 0;
}
.header__nav__menu__item a.disabled {
  pointer-events: none;
  cursor: default;
  color: #bbb;
  text-decoration: none;
}
.header__nav__menu__item a:hover {
  color: #26578F;
}
.header__nav__menu__item a:hover::before {
  bottom: -1rem;
  opacity: 1;
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.footer .bg {
  padding: 5rem 0 0;
  height: 100%;
  background-image: url(../../assets/img/bg_footer.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer .bg {
    padding: 12vw 0 0;
    background-position: 90% center;
  }
}
@media screen and (max-width: 520px) {
  .footer .bg {
    padding: 15vw 0 0;
    background-position: 90% center;
  }
}
.footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer .inner {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 520px) {
  .footer .inner {
    padding: 0 6vw;
  }
}
.footer__info {
  width: 50%;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer__info {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .footer__info {
    width: 100%;
  }
}
.footer__info__hd {
  width: 35%;
}
.footer__info__hd a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer__info__com {
  margin-top: 3rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer__info__com {
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 520px) {
  .footer__info__com {
    margin-top: 6vw;
  }
}
.footer__info__details {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin-top: 1em;
}
.footer__info__details span {
  display: inline-block;
}
.footer__nav {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  gap: 1em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer__nav {
    width: 100%;
    margin-top: 6vw;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .footer__nav {
    width: 100%;
    margin-top: 9vw;
    justify-content: flex-start;
  }
}
.footer__nav__menu {
  font-size: inherit;
}
.footer__nav__menu--a {
  width: 8em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer__nav__menu--a {
    width: 40%;
  }
}
.footer__nav__menu--b {
  width: 12em;
}
.footer__nav__menu__item {
  font-size: inherit;
  margin-top: 1em;
}
.footer__nav__menu__item a {
  font-size: inherit;
  font-weight: 600;
}
.footer__nav__menu__item a.disabled {
  pointer-events: none;
  cursor: default;
  color: #bbb;
  text-decoration: none;
}
.footer__cta {
  padding: 0 0 2rem;
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  box-sizing: border-box;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer__cta {
    margin-top: 9vw;
    flex-wrap: wrap;
    padding: 0 0 6vw;
  }
}
@media screen and (max-width: 520px) {
  .footer__cta {
    margin-top: 12vw;
    flex-wrap: wrap;
    padding: 0 0 6vw;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer__cta__item {
    min-width: 220px;
  }
}
.footer__cta__item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__cta__item a::before {
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0.1em;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .footer__cta__item--test {
    width: calc(50% + 1rem);
  }
}
.footer__cta__item--test a {
  background-color: #fff;
  color: #000000;
}
.footer__cta__item--test a::before {
  background-image: url(../../assets/img/icon_docs-bl.png);
}
@media screen and (max-width: 520px) {
  .footer__cta__item--docs {
    width: calc(50% - 2rem);
  }
}
.footer__cta__item--docs a {
  background-color: #26578F;
}
.footer__cta__item--docs a::before {
  background-image: url(../../assets/img/icon_book_w.png);
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer__cta__item--mail {
    min-width: 330px;
  }
}
@media screen and (max-width: 520px) {
  .footer__cta__item--mail {
    width: 100%;
  }
}
.footer__cta__item--mail a {
  background-color: #C66180;
}
.footer__cta__item--mail a::before {
  background-image: url(../../assets/img/icon_mail-w.png);
}
.footer__cta__item--tel a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.75rem;
}
.footer__cta__item--tel a::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 1;
  background-image: url(../../assets/img/icon_phone-bl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0.1em;
}
.footer__cta__item--tel a .service-24-365 {
  position: relative;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.footer__cta__item--tel a .phone-no {
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
  color: #000000;
}
.footer__annotation {
  width: 100%;
  font-size: 1rem;
  text-align: right;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer__annotation {
    text-align: left;
    font-size: 0.875rem;
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 520px) {
  .footer__annotation {
    text-align: left;
    font-size: 0.875rem;
    margin-top: 6vw;
  }
}
.footer .copyright {
  background-color: #575757;
}
.footer .copyright .inner {
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 0;
}
.footer .copyright__link {
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 520px) {
  .footer .copyright__link {
    font-size: 0.8125rem;
  }
}
.footer .copyright small {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 0.75em auto 0;
}
@media screen and (max-width: 520px) {
  .footer .copyright small {
    font-size: 0.8125rem;
  }
}

/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
.hide {
  display: none;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .hide {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .hide {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .hide {
    display: none;
  }
}

.fv {
  min-height: 720px;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .fv {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}
@media screen and (max-width: 520px) {
  .fv {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}
.fv .outer {
  height: 100%;
  background-image: url(../../assets/img/top/mv_pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .fv .outer {
    background-position: 80% center;
    box-sizing: border-box;
    padding: 6vw 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv .outer {
    background-position: 80% center;
  }
}
@media screen and (max-width: 520px) {
  .fv .outer {
    background-position: 80% center;
  }
}
.fv .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .fv .inner {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv .inner {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 520px) {
  .fv .inner {
    justify-content: center;
    align-items: center;
  }
}

.fv__headline {
  width: 55%;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .fv__headline {
    justify-content: center;
    width: 100%;
    width: 720px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline {
    width: 100%;
    box-sizing: border-box;
    padding: 9vw 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline {
    width: 100%;
    box-sizing: border-box;
    padding: 15vw 0;
    margin: 0 auto;
  }
}
.fv__headline__text {
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__text {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__text {
    flex-direction: column;
    align-items: center;
  }
}
.fv__headline__text__item {
  font-size: 1.125rem;
  letter-spacing: 0.015em;
  font-weight: 600;
  color: #4c4c4c;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.25em 0.75em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__text__item {
    font-size: min(18px, 3vw);
    width: 24em;
    min-width: 280px;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__text__item {
    font-size: 3.8vw;
    text-align: center;
    width: 94%;
  }
  .fv__headline__text__item:not(:first-child) {
    margin-top: 1em;
  }
}
.fv__headline__main {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin-top: 1.25em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__main {
    align-items: center;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__main {
    align-items: center;
    margin-top: 9vw;
  }
}
.fv__headline__main span {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  /* 薄い縁 + ドロップ影 */
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 2px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__main span {
    font-size: 7vw;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__main span {
    font-size: 7vw;
  }
}
.fv__headline__main span + span {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__main span + span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__main span + span {
    font-size: 6vw;
  }
}
.fv__headline__wreaths {
  display: flex;
  justify-content: space-between;
}
.fv__headline__wreaths__item {
  width: 31.5%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__wreaths__item {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__wreaths__item {
    margin-top: 6vw;
  }
}
.fv__form-area {
  width: 38%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.fv__form-area iframe {
  height: 100%;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.12);
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .fv__form-area {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__form-area {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .fv__form-area {
    display: none;
  }
}

/*=============================================================
課題やお悩み
=============================================================*/
.concern .bg {
  position: relative;
  padding: 6rem 0 2.5rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concern .bg {
    padding: 9vw 0 9vw;
  }
}
@media screen and (max-width: 520px) {
  .concern .bg {
    padding: 12vw 0 12vw;
  }
}
.concern .bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #DCE6F1, #D2D8DE);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concern .bg::before {
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  }
}
@media screen and (max-width: 520px) {
  .concern .bg::before {
    clip-path: polygon(100% 0, 100% 92.5%, 50% 100%, 0 92.5%, 0 0);
  }
}
.concern__hd {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concern__hd {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 520px) {
  .concern__hd {
    font-size: 1.5rem;
  }
}
.concern__hd span {
  font-size: 3rem;
  color: #C66180;
  padding: 0 0.25em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concern__hd span {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 520px) {
  .concern__hd span {
    font-size: 1.25em;
  }
}
.concern__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concern__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6vw;
    gap: 3vw;
  }
}
@media screen and (max-width: 520px) {
  .concern__list {
    flex-direction: column;
    margin-top: 9vw;
  }
}
.concern__item {
  width: 31.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 4px solid #C66180;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  padding: 0 0 1.5rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concern__item {
    width: calc(50% - 1.5vw);
    margin-top: 3vw;
  }
}
@media screen and (max-width: 520px) {
  .concern__item {
    width: 100%;
  }
  .concern__item:not(:first-child) {
    margin-top: 6vw;
  }
}
.concern__item__num {
  background-color: #C66180;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.25em 0.5em;
}
.concern__item__icon {
  align-self: center;
  width: 24.25%;
  aspect-ratio: 1;
  margin-top: 2rem;
}
.concern__item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.concern__item__hd {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  padding: 0 1.5rem;
  margin-top: 1.5rem;
  min-height: 3.2em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .concern__item__hd {
    font-size: 1.1875rem;
    padding: 0 3vw;
  }
}
.concern__item__sentence {
  font-size: 1.125rem;
  line-height: 1.8;
  box-sizing: border-box;
  padding: 0 1.5rem;
  margin-top: 1em;
}
.concern__item__sentence:first-of-type {
  margin-top: 2rem;
}

/*=============================================================
セキュアデータセンターTC4なら
=============================================================*/
.concept .bg {
  box-sizing: border-box;
  padding: 5.5rem 0 0;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concept .bg {
    padding: 9vw 0 0;
  }
}
@media screen and (max-width: 520px) {
  .concept .bg {
    padding: 15vw 0 0;
  }
}
.concept__hd {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concept__hd {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 520px) {
  .concept__hd {
    font-size: 1.5rem;
  }
}
.concept__hd > span {
  font-size: 3rem;
  color: #26578F;
  padding: 0 0.25em 0 0;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concept__hd > span {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 520px) {
  .concept__hd > span {
    font-size: 1.25em;
  }
}
.concept__hd > span span {
  font-family: "Montserrat", sans-serif;
  margin-left: 0.25em;
}
.concept__item {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concept__item {
    flex-direction: column-reverse;
    margin-top: 9vw;
  }
}
@media screen and (max-width: 520px) {
  .concept__item {
    flex-direction: column-reverse;
    margin-top: 12vw;
  }
}
.concept__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concept__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 520px) {
  .concept__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.concept__text {
  position: relative;
  width: 48%;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  box-sizing: border-box;
  border-left: 4px solid #26578F;
  padding: 3rem 2rem;
  overflow-y: hidden;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .concept__text {
    padding: 4.5vw 3vw;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concept__text {
    width: 100%;
    padding: 6vw 3vw;
  }
}
@media screen and (max-width: 520px) {
  .concept__text {
    width: 100%;
    padding: 9vw 3vw;
  }
}
.concept__text::before {
  position: absolute;
  content: "01";
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.14;
  color: #26578F;
  bottom: -1.2rem;
  right: 2rem;
}
.concept__text__hd {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .concept__text__hd {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 520px) {
  .concept__text__hd {
    font-size: 1.375rem;
  }
}
.concept__text__hd span {
  color: #26578F;
}
.concept__text__sentence {
  position: relative;
}
.concept__text__sentence:first-of-type {
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .concept__text__sentence {
    margin-top: 1em;
  }
  .concept__text__sentence:first-of-type {
    margin-top: 6vw;
  }
}
.concept__item:nth-child(2) .concept__text::before {
  content: "02";
}
.concept__item:nth-child(3) .concept__text::before {
  content: "03";
}
.concept__image {
  width: 48%;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .concept__image img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concept__image {
    width: 100%;
  }
  .concept__image img {
    height: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
  }
}
@media screen and (max-width: 520px) {
  .concept__image {
    width: 100%;
  }
}

/*=============================================================
サービス概要
=============================================================*/
.services {
  /*=============================================================
  サービス一覧
  =============================================================*/
}
.services .bg {
  box-sizing: border-box;
  padding: 8rem 0 8rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .services .bg {
    padding: 12vw 0 12vw;
  }
}
@media screen and (max-width: 520px) {
  .services .bg {
    padding: 15vw 0 15vw;
  }
}
.services__figure {
  margin-top: 4rem;
  background-color: #fff;
  border-top: 4px solid #26578F;
}
@media screen and (max-width: 520px) {
  .services__figure {
    margin-top: 12vw;
    overflow: auto;
  }
}
.services__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .services__list {
    margin-top: 0;
    overflow: auto;
  }
}
.services__item {
  width: 31.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 4px solid #26578F;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  margin-top: 4rem;
  padding: 0 0 1.5rem;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .services__item {
    width: 48.5%;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .services__item {
    width: 48.5%;
  }
}
@media screen and (max-width: 520px) {
  .services__item {
    width: 100%;
    margin-top: 9vw;
  }
}
.services__item__num {
  background-color: #26578F;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.25em 0.5em;
}
.services__item__icon {
  align-self: center;
  width: 24.25%;
  aspect-ratio: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .services__item__icon {
    margin-top: 6vw;
  }
}
.services__item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services__item__hd {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #26578F;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 1.5rem 1rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .services__item__hd {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 520px) {
  .services__item__hd {
    font-size: 1.25rem;
    margin-top: 6vw;
    padding: 0 3vw 1rem;
  }
}
.services__item__hd::before {
  content: "";
  position: absolute;
  width: calc(50% - 1.5rem);
  height: 2px;
  background-color: #26578F;
  bottom: 0;
  left: 1.5rem;
}
@media screen and (max-width: 520px) {
  .services__item__hd::before {
    left: 3vw;
  }
}
.services__item__sentence {
  line-height: 1.8;
  box-sizing: border-box;
  padding: 0 1.5rem;
}
@media screen and (max-width: 520px) {
  .services__item__sentence {
    padding: 0 3vw;
  }
}
.services__item__sentence:first-of-type {
  margin-top: 1rem;
}
.services .section__hd ~ h2.section__hd {
  margin-top: 6rem;
}
.services__chart {
  box-sizing: border-box;
  margin-top: 4rem;
  padding: 4rem 6rem;
  background-color: #fff;
  border-top: 4px solid #26578F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .services__chart {
    flex-direction: column;
    padding: 9vw 3vw;
  }
}
@media screen and (max-width: 520px) {
  .services__chart {
    margin-top: 9vw;
    flex-direction: column;
    padding: 9vw 3vw;
  }
}
.services__chart__btn-wrap {
  width: 13rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .services__chart__btn-wrap .services__chart__btn-wrap__icon {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 520px) {
  .services__chart__btn-wrap .services__chart__btn-wrap__icon {
    padding: 0 6vw;
  }
}
.services__chart__btn-wrap .btn-d {
  margin-top: 3rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .services__chart__btn-wrap .btn-d {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 520px) {
  .services__chart__btn-wrap .btn-d {
    margin-top: 9vw;
  }
}
.services__chart__figure {
  width: calc(100% - 17rem);
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .services__chart__figure {
    width: 100%;
    margin-top: 9vw;
  }
}
@media screen and (max-width: 520px) {
  .services__chart__figure {
    width: 100%;
    margin-top: 9vw;
  }
}

/*=============================================================
特長
=============================================================*/
.features .bg {
  box-sizing: border-box;
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features .bg {
    padding: 12vw 0 12vw;
  }
}
@media screen and (max-width: 520px) {
  .features .bg {
    padding: 15vw 0 15vw;
  }
}
.features__hd {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__hd {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 520px) {
  .features__hd {
    font-size: 1.375rem;
  }
}
.features__hd span {
  font-size: 3rem;
  color: #26578F;
  padding: 0 0 0 0.25em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__hd span {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 520px) {
  .features__hd span {
    font-size: 1.25em;
  }
}
.features__item {
  margin-top: 6rem;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  box-sizing: border-box;
  padding: 1px 6rem 4rem 6rem;
  position: relative;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item {
    margin-top: 15vw;
    padding: 1px 3vw 6vw 3vw;
  }
}
@media screen and (max-width: 520px) {
  .features__item {
    margin-top: 18vw;
    padding: 1px 3vw 6vw 3vw;
  }
}
.features__item::before {
  content: "FEATURE";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fafafa;
  font-size: 6rem;
  line-height: 0.7;
  letter-spacing: -0.025em;
  writing-mode: vertical-rl;
  text-orientation: mixed; /* 文字の向きを自動調整 */
  top: 0;
  right: 0;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item::before {
    font-size: 18vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 520px) {
  .features__item::before {
    font-size: 20vw;
    overflow: hidden;
  }
}
.features__item__num {
  font-size: 5.5rem;
  color: #26578F;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.5em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .features__item__num {
    font-size: 20vw;
  }
}
.features__item__hd {
  font-size: 2rem;
  color: #26578F;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .features__item__hd {
    font-size: 1.25rem;
    margin-top: 4.5vw;
  }
}
.features__item__sentence {
  position: relative;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__sentence {
    margin-top: 1em;
  }
}
.features__item__sentence:first-of-type {
  margin-top: 1.5rem;
}
@media screen and (max-width: 520px) {
  .features__item__sentence:first-of-type {
    margin-top: 1.5em;
  }
}
.features__item__fig-wrap {
  box-sizing: border-box;
  margin-top: 3rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap {
    margin-top: 9vw;
  }
}
.features__item__fig-wrap--A {
  padding: 2rem 8.5% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__fig-wrap--A {
    padding: 9vw 15vw 0;
  }
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap--A {
    padding: 6vw 15vw 3vw;
  }
}
.features__item__fig-wrap--B {
  background-color: #DCE6F1;
  padding: 2rem 3.2% 3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__fig-wrap--B {
    padding: 0 3vw 6vw;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3vw;
  }
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap--B {
    padding: 0 3vw 6vw;
    flex-direction: column;
  }
}
.features__item__fig-wrap--B .features__item__fig-box {
  width: 48.5%;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__fig-wrap--B .features__item__fig-box {
    width: calc(50% - 1.5vw);
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap--B .features__item__fig-box {
    width: 100%;
    margin-top: 9vw;
  }
}
.features__item__fig-wrap--B .features__item__fig-title {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__fig-wrap--B .features__item__fig-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap--B .features__item__fig-title {
    font-size: 1.125rem;
  }
}
.features__item__fig-wrap--C {
  padding: 0 0 0;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__fig-wrap--C {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap--C {
    flex-direction: column;
    align-items: center;
  }
}
.features__item__fig-wrap--C .features__item__text {
  width: 48.5%;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__fig-wrap--C .features__item__text {
    width: 88%;
    align-self: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap--C .features__item__text {
    width: 100%;
  }
}
.features__item__fig-wrap--C .features__item__points {
  margin-top: 2.5em;
}
.features__item__fig-wrap--C .features__item__point {
  margin-top: 1em;
  box-sizing: border-box;
  font-weight: 600;
  padding-left: 1em;
  position: relative;
}
.features__item__fig-wrap--C .features__item__point::before {
  position: absolute;
  content: "";
  width: 0.5em;
  aspect-ratio: 1/1;
  background-color: #26578F;
  left: 0;
  top: 0.5em;
}
.features__item__fig-wrap--C .btn-d {
  text-align: left;
  margin-top: 3rem;
}
.features__item__fig-wrap--C .features__item__figure {
  width: 46.5%;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__fig-wrap--C .features__item__figure {
    width: 70%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap--C .features__item__figure {
    width: 70%;
    margin-top: 3rem;
  }
}
.features__item__fig-wrap--D {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .features__item__fig-wrap--D {
    flex-direction: column;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__fig-wrap--D {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap--D {
    flex-direction: column;
  }
}
.features__item__fig-wrap--D .features__item__text {
  width: 48.5%;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .features__item__fig-wrap--D .features__item__text {
    width: 88%;
    align-self: flex-start;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__fig-wrap--D .features__item__text {
    width: 88%;
    align-self: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap--D .features__item__text {
    width: 100%;
  }
}
.features__item__fig-wrap--D .features__item__figure {
  width: 46.5%;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .features__item__fig-wrap--D .features__item__figure {
    width: 70%;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__fig-wrap--D .features__item__figure {
    width: 70%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .features__item__fig-wrap--D .features__item__figure {
    width: 70%;
    margin-top: 3rem;
  }
}
.features__item__fig-wrap--D .features__item__point {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.features__item__fig-wrap--D .features__item__point dt {
  width: 5.25em;
  font-size: 1rem;
  line-height: 1.8;
  background-color: #26578F;
  color: #fff;
  font-weight: 600;
  padding: 0 0.125em;
  text-align: center;
  margin-top: 1.5rem;
}
.features__item__fig-wrap--D .features__item__point dd {
  width: calc(100% - 6.25em);
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.features__item__fig-wrap--D .features__item__title {
  font-size: 1.25rem;
  color: #26578F;
  line-height: 1.6;
  font-weight: 600;
  box-sizing: border-box;
}
.features__item__fig-wrap--D .features__item__title + p {
  margin-top: 0.5em;
}
.features__item__fig-wrap--E {
  margin-top: 0;
}
.features__item__fig-wrap--E .features__item__point {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.features__item__fig-wrap--E .features__item__point dt {
  width: 5.25em;
  font-size: 1rem;
  line-height: 1.8;
  background-color: #26578F;
  color: #fff;
  font-weight: 600;
  padding: 0 0.125em;
  text-align: center;
  margin-top: 1.5rem;
}
.features__item__fig-wrap--E .features__item__point dd {
  width: calc(100% - 6.25em);
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.features__item__fig-wrap--E .features__item__title {
  font-size: 1.25rem;
  color: #26578F;
  line-height: 1.6;
  font-weight: 600;
  box-sizing: border-box;
}
.features__item__fig-wrap--E .features__item__title + p {
  margin-top: 0.5em;
}
.features__item__fig-wrap--E .features__item__figure {
  background-color: #DCE6F1;
  padding: 2rem 3.2% 2rem;
  margin-top: 3rem;
}

/*=============================================================
ユースケース
=============================================================*/
.usecase .bg {
  box-sizing: border-box;
  padding: 4rem 0 0;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .usecase .bg {
    padding: 9vw 0 0;
  }
}
@media screen and (max-width: 520px) {
  .usecase .bg {
    padding: 9vw 0 0;
  }
}
.usecase__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .usecase__list {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .usecase__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  .usecase__list {
    flex-direction: column;
  }
}
.usecase__item {
  width: 48.5%;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 4px solid #26578F;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  margin-top: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .usecase__item {
    width: 48.5%;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .usecase__item {
    width: 48.5%;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .usecase__item {
    width: 100%;
    margin-top: 9vw;
  }
}
.usecase__item__num {
  position: absolute;
  display: inline-block;
  background-color: #26578F;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.25em 0.5em;
  top: 0;
  left: 0;
}
.usecase__item__image {
  width: 100%;
  aspect-ratio: 16/9;
}
.usecase__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.usecase__item__text {
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .usecase__item__text {
    padding: 3vw 3vw 4.5vw;
  }
}
.usecase__item__hd {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #26578F;
  font-weight: 600;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 1rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 520px) {
  .usecase__item__hd {
    font-size: 1.125rem;
  }
}
.usecase__item__hd::before {
  content: "";
  position: absolute;
  width: calc(50% - 1.5rem);
  height: 2px;
  background-color: #26578F;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 520px) {
  .usecase__item__hd::before {
    width: calc(50% - 3vw);
  }
}
.usecase__item__sentence {
  margin-top: 1rem;
  flex: 1 0 auto;
}
.usecase__item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
  flex: 0 0 auto;
}
.usecase__item__tag {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  background-color: #26578F;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  flex: 0 0 auto;
}

/*=============================================================
料金について
=============================================================*/
.pricing .bg {
  box-sizing: border-box;
  padding: 6rem 0 4.5rem;
}
@media screen and (max-width: 520px) {
  .pricing .bg {
    padding: 9vw 0 15vw;
  }
}
.pricing__text {
  width: 940px;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 4px solid #26578F;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  padding: 4rem 2rem 4rem;
  margin: 4rem auto 0;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .pricing__text {
    width: 100%;
    padding: 6vw 3vw 6vw;
    margin: 6vw auto 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .pricing__text {
    width: 100%;
    padding: 6vw 3vw 6vw;
    margin: 6vw auto 0;
  }
}
@media screen and (max-width: 520px) {
  .pricing__text {
    width: 100%;
    padding: 6vw 3vw 6vw;
    margin: 6vw auto 0;
  }
}
.pricing__sentence {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .pricing__sentence {
    font-size: 1rem;
    text-align: left;
  }
}
.pricing .btn-b {
  margin-top: 3rem;
}
@media screen and (max-width: 520px) {
  .pricing .btn-b {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 520px) {
  .pricing .btn-b {
    margin-top: 12vw;
  }
}

/*=============================================================
導入の流れ
=============================================================*/
.flow .bg {
  padding: 6rem 0 0;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .flow .bg {
    padding: 12vw 0 0;
  }
}
@media screen and (max-width: 520px) {
  .flow .bg {
    padding: 15vw 0 0;
  }
}
.flow__list {
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .flow__list {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .flow__list {
    margin-top: 9vw;
  }
}
.flow__item:not(:first-child) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 520px) {
  .flow__item:not(:first-child) {
    margin-top: 3rem;
  }
}
.flow__item__box {
  display: flex;
}
.flow__item__order {
  width: 10rem;
  background-color: #26578F;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .flow__item__order {
    width: 7.5rem;
  }
}
@media screen and (max-width: 520px) {
  .flow__item__order {
    width: 5rem;
  }
}
.flow__item__order::before {
  content: "";
  position: absolute;
  background-color: #26578F;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 100%;
  height: 4.5rem;
  bottom: -4.45rem;
  left: 0;
}
@media screen and (max-width: 520px) {
  .flow__item__order::before {
    height: 3rem;
    bottom: -2.95rem;
  }
}
.flow__item__order span {
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.flow__item__order span.step {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .flow__item__order span.step {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 520px) {
  .flow__item__order span.step {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
}
.flow__item__order span.num {
  font-size: 3.75rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .flow__item__order span.num {
    font-size: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .flow__item__order span.num {
    font-size: 2.25rem;
  }
}
.flow__item__text {
  width: calc(100% - 10rem);
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  position: relative;
  box-sizing: border-box;
  border-top: 4px solid #26578F;
  padding: 3rem 2rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .flow__item__text {
    width: calc(100% - 7.5rem);
    padding: 6vw 3vw 9vw;
  }
}
@media screen and (max-width: 520px) {
  .flow__item__text {
    width: calc(100% - 5rem);
    padding: 6vw 3vw 9vw;
  }
}
.flow__item__hd {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: #26578F;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .flow__item__hd {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 520px) {
  .flow__item__hd {
    font-size: 1.25rem;
  }
}
.flow__item__sentence {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1em;
}
.flow__item:last-child .flow__item__order {
  background-color: #C66180;
}
.flow__item:last-child .flow__item__order::before {
  content: none;
  position: static;
}
.flow__item:last-child .flow__item__text {
  border-top: 4px solid #C66180;
}
.flow__item:last-child .flow__item__hd {
  color: #C66180;
}

/*=============================================================
よくあるご質問
=============================================================*/
.faq summary::marker,
.faq summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトのマーカーを非表示 */
  display: none;
  content: none;
}
.faq .bg {
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq .bg {
    padding: 9vw 0 12vw;
  }
}
@media screen and (max-width: 520px) {
  .faq .bg {
    padding: 12vw 0 15vw;
  }
}
.faq__acco {
  margin-top: 3rem;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq__acco {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 520px) {
  .faq__acco {
    margin-top: 12vw;
  }
}
.faq__acco:first-of-type {
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq__acco:first-of-type {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .faq__acco:first-of-type {
    margin-top: 9vw;
  }
}
.faq__acco__title {
  background-color: #26578F;
  box-sizing: border-box;
  font-size: 1.375rem;
  font-weight: 600;
  padding: 1em;
  display: flex;
  align-items: center;
  position: relative;
  /* 開いたときの矢印の回転 */
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq__acco__title {
    font-size: 1.125rem;
    padding: 1em calc(6vw + 0.75rem) 1em 3vw;
  }
}
@media screen and (max-width: 520px) {
  .faq__acco__title {
    font-size: 1rem;
    padding: 1em calc(6vw + 0.75rem) 1em 3vw;
  }
}
.faq__acco__title::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 1;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(135deg);
  right: 2em;
  top: 1.4em;
  transition: transform 0.25s ease-in-out;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq__acco__title::after {
    width: 0.75rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 4.5vw;
  }
}
@media screen and (max-width: 520px) {
  .faq__acco__title::after {
    width: 0.75rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 4.5vw;
  }
}
.faq__acco__title.is-opened::after {
  transform: rotate(-45deg);
  top: 1.6em;
}
.faq__acco__question {
  width: calc(100% - 3rem);
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.6;
  padding-left: 1em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq__acco__question {
    width: calc(100% - 2rem);
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 520px) {
  .faq__acco__question {
    width: calc(100% - 2rem);
    font-size: 1.125rem;
  }
}
.faq__acco__content {
  background-color: #fff;
  box-sizing: border-box;
  font-size: 1.375rem;
  font-weight: 600;
  padding: 1em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq__acco__content {
    font-size: 1.125rem;
    padding: 1em calc(6vw + 0.75rem) 1em 3vw;
  }
}
@media screen and (max-width: 520px) {
  .faq__acco__content {
    font-size: 1rem;
    padding: 1em calc(6vw + 0.75rem) 1em 3vw;
  }
}
.faq__acco__answer {
  width: calc(100% - 3rem);
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.25rem;
  line-height: 1.6;
  padding-left: 1em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq__acco__answer {
    width: calc(100% - 2rem);
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 520px) {
  .faq__acco__answer {
    width: calc(100% - 2rem);
    font-size: 1.125rem;
  }
}
.faq__acco__icon {
  display: flex;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 3rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq__acco__icon {
    width: 2rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 520px) {
  .faq__acco__icon {
    width: 2rem;
    font-size: 1rem;
  }
}
.faq__acco__icon--q {
  color: #26578F;
  background-color: #fff;
}
.faq__acco__icon--a {
  color: #fff;
  background-color: #26578F;
}

/*=============================================================
お役立ち情報
=============================================================*/
.info .bg {
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .info .bg {
    padding: 9vw 0 12vw;
  }
}
@media screen and (max-width: 520px) {
  .info .bg {
    padding: 12vw 0 15vw;
  }
}
.info__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .info__list {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .info__list {
    margin-top: 6vw;
  }
}
.info__item {
  width: 48.5%;
  margin-top: 2rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .info__item {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .info__item {
    margin-top: 6vw;
    width: 100%;
  }
}
.info__item__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  box-sizing: border-box;
  padding: 1rem;
  gap: 1rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .info__item__link {
    flex-direction: column;
    padding: 3vw 3vw 6vw;
  }
}
@media screen and (max-width: 520px) {
  .info__item__link {
    flex-direction: column;
    padding: 3vw 3vw 6vw;
  }
}
.info__item__image {
  width: 30%;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .info__item__image {
    width: 100%;
  }
  .info__item__image img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .info__item__image {
    width: 100%;
  }
  .info__item__image img {
    width: 100%;
  }
}
.info__item__text {
  width: 70%;
  position: relative;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .info__item__text {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .info__item__text {
    width: 100%;
  }
}
.info__item__text::before {
  content: "";
  position: absolute;
  width: 4.5rem;
  height: 2px;
  background-color: #26578F;
  right: 0.5rem;
  bottom: 0;
  z-index: 1;
  transition: all 0.2s ease-out;
}
.info__item__text::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 2px;
  background-color: #26578F;
  transform: rotate(45deg);
  right: 0.5rem;
  bottom: 3px;
  z-index: 1;
  transition: all 0.2s ease-out;
}
.info__item__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 0.5rem;
  position: relative;
}
.info__item__title::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 4.5rem;
  background-color: #26578F;
  bottom: 0;
}
.info__item__date {
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 1.5rem;
}
@media screen and (max-width: 520px) {
  .info__item__date {
    margin-top: 3em;
  }
}
.info__item__link:hover .info__item__text::before {
  content: "";
  right: 0;
}
.info__item__link:hover .info__item__text::after {
  content: "";
  right: 0;
}
.info .btn-b {
  margin-top: 5rem;
}
@media screen and (max-width: 520px) {
  .info .btn-b {
    margin-top: 12vw;
  }
}
.info__glossary {
  width: 100%;
  margin-top: 6rem;
  aspect-ratio: 120/27;
}
@media screen and (max-width: 520px) {
  .info__glossary {
    aspect-ratio: 16/9;
    margin-top: 12vw;
  }
}
.info__glossary__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../assets/img/top/bg_glossary.jpg);
  background-size: cover;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
}
@media screen and (max-width: 520px) {
  .info__glossary__link {
    background-position: center center;
  }
}
.info__glossary__link span {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 1em;
  position: relative;
}
@media screen and (max-width: 520px) {
  .info__glossary__link span {
    font-size: 1.5rem;
    padding-right: 1.25em;
  }
}
.info__glossary__link span::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  right: 0.5rem;
  top: calc(50% - 0.1rem);
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.info__glossary__link:hover span::before {
  right: 0.25rem;
}

/*----------▲▲ home ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
/*=============================================================
下層共通・ファーストビュー
=============================================================*/
.page-fv .outer {
  width: 100%;
  height: 15rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-fv .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-fv__hd {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.025em;
  text-shadow: 2px 2px 4px rgba(76, 76, 76, 0.16);
}
@media screen and (max-width: 520px) {
  .page-fv__hd {
    font-size: 1.5rem;
  }
}

.page-fv__services .outer {
  background-image: url(../../assets/img/page-fv_services.jpg);
}
.page-fv__column .outer {
  background-image: url(../../assets/img/page-fv_column.jpg);
}
.page-fv__glossary .outer {
  background-image: url(../../assets/img/page-fv_glossary.jpg);
}
.page-fv__works .outer {
  background-image: url(../../assets/img/page-fv_works.jpg);
}

/*=============================================================
下層共通・パンくず
=============================================================*/
.breadcrumb {
  margin-top: 1rem;
}
.breadcrumb__items {
  display: flex;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .breadcrumb__items {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  .breadcrumb__items {
    flex-wrap: wrap;
  }
}
.breadcrumb__item {
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
}
.breadcrumb__item:not(:last-child) {
  position: relative;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  font-size: inherit;
  font-weight: inherit;
  display: block;
  padding: 0 0.5em;
}
.breadcrumb__item a {
  font-size: inherit;
  font-weight: inherit;
  color: #000000;
  text-decoration: underline;
}

/*=============================================================
下層共通・見出し
=============================================================*/
.page-hdM__title-jp {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.6;
  box-sizing: border-box;
  border-bottom: 2px solid #CCC;
  padding-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .page-hdM__title-jp {
    font-size: 1.375rem;
  }
}
.page-hdM__title-jp::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 4rem;
  background-color: #26578F;
  bottom: -2px;
  left: 0;
}
.page-hdM__title-en {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #26578F;
  font-family: "Montserrat", sans-serif;
  padding-top: 0.5rem;
}
@media screen and (max-width: 520px) {
  .page-hdM__title-en {
    font-size: 0.8125rem;
  }
}

/*=============================================================
サービス一覧
=============================================================*/
/*=============================================================
サービス詳細
=============================================================*/
.page-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 520px) {
  .page-service {
    margin-bottom: 4rem;
  }
}
.page-service__hd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  box-sizing: border-box;
  border-top: 4px solid #26578F;
  padding: 3rem 2rem 3rem;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}
.page-service__hd::before {
  position: absolute;
  content: "01";
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.14;
  color: #26578F;
  bottom: -1.25rem;
  right: 2rem;
}
@media screen and (max-width: 520px) {
  .page-service__hd::before {
    font-size: 5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-service__hd {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 520px) {
  .page-service__hd {
    flex-direction: column-reverse;
    padding: 3rem 3% 3rem;
  }
}
.page-service__hd__thumb {
  width: 48.5%;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-service__hd__thumb {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .page-service__hd__thumb {
    width: 100%;
    margin-top: 2rem;
  }
}
.page-service__hd__info {
  width: 48.5%;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-service__hd__info {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .page-service__hd__info {
    width: 100%;
  }
}
.page-service__hd__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #26578F;
  line-height: 1.6;
}
.page-service__hd__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.75em;
  margin-top: 1.25rem;
}
.page-service__hd__tag {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background-color: #26578F;
}
.page-service__hd__lists {
  border-top: 2px solid #26578F;
  margin-top: 1.5rem;
}
.page-service__hd__item {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  box-sizing: border-box;
  padding-left: 1.25em;
  position: relative;
}
.page-service__hd__item::before {
  content: "";
  position: absolute;
  width: 0.5em;
  aspect-ratio: 1;
  background-color: #26578F;
  left: 0;
  top: 0.5em;
}
.page-service__hd__item:first-child {
  margin-top: 2rem;
}
.page-service__overview {
  width: 100%;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  box-sizing: border-box;
  padding: 3rem 6rem 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-service__overview {
    padding: 3rem 2rem 4rem;
  }
}
@media screen and (max-width: 520px) {
  .page-service__overview {
    padding: 3rem 3% 3rem;
  }
}
.page-service__overview__contents {
  display: flex;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-service__overview__contents {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 520px) {
  .page-service__overview__contents {
    flex-direction: column;
    align-items: center;
  }
}
.page-service__overview__text {
  flex: 1;
}
.page-service__overview__text p {
  margin-top: 1em;
}
.page-service__overview__fig-small {
  width: 27%;
  margin-left: 3%;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-service__overview__fig-small {
    width: 50%;
    margin-left: 0;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .page-service__overview__fig-small {
    width: 50%;
    margin-left: 0;
    margin-top: 3rem;
  }
}
.page-service__overview__fig {
  box-sizing: border-box;
  padding: 3rem 2rem;
  background-color: #DCE6F1;
  margin-top: 3rem;
}
@media screen and (max-width: 520px) {
  .page-service__overview__fig {
    padding: 6vw 3%;
  }
}
.page-service__recommend {
  width: 100%;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  box-sizing: border-box;
  padding: 3rem 6rem 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-service__recommend {
    padding: 3rem 2rem 4rem;
  }
}
@media screen and (max-width: 520px) {
  .page-service__recommend {
    padding: 3rem 3% 3rem;
  }
}
.page-service__recommend__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: -2rem;
}
.page-service__recommend__lists::after {
  content: "";
  display: block;
  width: 31.5%;
  height: 0;
}
.page-service__recommend__item {
  width: 31.5%;
  margin-top: 5rem;
  background-color: #fafafa;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  position: relative;
  box-sizing: border-box;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .page-service__recommend__item {
    width: 48.5%;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-service__recommend__item {
    width: 48.5%;
  }
}
@media screen and (max-width: 520px) {
  .page-service__recommend__item {
    width: 100%;
    padding: 2rem 3%;
  }
}
.page-service__recommend__item::before {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 0 0.75em;
  height: 1.75em;
  color: #fff;
  background-color: #26578F;
  top: -1.75em;
  left: 0;
}
.page-service__recommend__item h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #26578F;
  padding-bottom: 1rem;
  position: relative;
}
.page-service__recommend__item h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: #26578F;
  left: 0;
  bottom: 0;
}
.page-service__recommend__item p {
  margin-top: 1em;
}
.page-service__recommend__item:nth-child(1)::before {
  content: "Case 01";
}
.page-service__recommend__item:nth-child(2)::before {
  content: "Case 02";
}
.page-service__recommend__item:nth-child(3)::before {
  content: "Case 03";
}
.page-service__recommend__item:nth-child(4)::before {
  content: "Case 04";
}
.page-service__recommend__item:nth-child(5)::before {
  content: "Case 05";
}
.page-service__recommend__item:nth-child(6)::before {
  content: "Case 06";
}
.page-service__features {
  width: 48.5%;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  box-sizing: border-box;
  padding: 3rem 2rem 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-service__features {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .page-service__features {
    width: 100%;
    padding: 3rem 3% 3rem;
  }
}
.page-service__features__lists {
  margin-top: -1rem;
}
.page-service__features__item {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  box-sizing: border-box;
  padding-left: 1.25em;
  position: relative;
}
.page-service__features__item::before {
  content: "";
  position: absolute;
  width: 0.5em;
  aspect-ratio: 1;
  background-color: #26578F;
  left: 0;
  top: 0.5em;
}
.page-service__features__item:first-child {
  margin-top: 2rem;
}
.page-service__plans {
  width: 48.5%;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  box-sizing: border-box;
  padding: 3rem 2rem 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-service__plans {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .page-service__plans {
    width: 100%;
    padding: 3rem 3% 3rem;
  }
}
.page-service__plans__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em 0;
  margin-top: 1.25em;
}
.page-service__plans__item {
  width: 48.5%;
  height: 3em;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #DCE6F1;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 0 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .page-service__plans__item {
    font-size: 0.75rem;
    padding: 0 0.5em;
  }
}
.page-service__btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

/*=============================================================
用語集・一覧
=============================================================*/
.page-glossary__hd {
  color: #26578F;
  font-size: 1.5rem;
  font-weight: 600;
}
.page-glossary__content {
  width: 100%;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  box-sizing: border-box;
  border-top: 4px solid #26578F;
  padding: 0 2rem 6rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-glossary__content {
    padding: 0 3vw 9vw;
  }
}
@media screen and (max-width: 520px) {
  .page-glossary__content {
    padding: 0 3vw 9vw;
  }
}
.page-glossary__group {
  margin-top: 4rem;
}
.page-glossary__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
  position: relative;
}
.page-glossary__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  left: 0;
  bottom: 0;
}
.page-glossary__title::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 2px;
  background-color: #26578F;
  left: 0;
  bottom: 0;
}
.page-glossary__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
}
.page-glossary__link {
  display: inline-block;
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.page-glossary .btn-c {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

/*=============================================================
共通・記事詳細
=============================================================*/
.page-article a, .page-article p, .page-article span, .page-article dt, .page-article dd, .page-article li {
  overflow-wrap: break-word;
}
.page-article .mgt-1em {
  margin-top: 1em;
}
.page-article__content {
  width: 100%;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.16);
  box-sizing: border-box;
  border-top: 4px solid #26578F;
  padding: 0 2rem 6rem;
  margin-top: 3.6875rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-article__content {
    padding: 0 3vw 9vw;
  }
}
@media screen and (max-width: 520px) {
  .page-article__content {
    padding: 0 3vw 9vw;
  }
}
.page-article__hd {
  border-bottom: 2px solid #ccc;
  margin: 2rem 0 0;
  box-sizing: border-box;
  padding: 0 0 0.5rem;
}
.page-article__hd__title {
  color: #4c4c4c;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.page-article__hd__name {
  text-align: right;
  font-size: 1rem;
  color: #26578F;
  margin-top: -2rem;
}
.page-article__hd__data {
  text-align: right;
  font-size: 0.875rem;
  color: #26578F;
  margin-top: -1rem;
  margin-bottom: 0.5rem;
}
.page-article__thumbnail {
  box-sizing: border-box;
  padding: 0 1.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .page-article__thumbnail {
    text-align: center;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-article__thumbnail {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 520px) {
  .page-article__thumbnail {
    padding: 0 3vw;
  }
}
.page-article__thumbnail__pic {
  text-align: left;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .page-article__thumbnail__pic {
    text-align: center;
  }
}
.page-article__excerpt {
  margin: 2rem 0 0;
}
.page-article__excerpt__sentence {
  font-size: 1.125rem;
  font-weight: 600;
}
.page-article__excerpt__note {
  font-size: 0.875rem;
  font-weight: 400;
}
.page-article__profile {
  background-color: #EBF7FF;
  box-sizing: border-box;
  padding: 2rem 2rem;
  margin-top: 2rem;
  position: relative;
}
.page-article__profile__hd {
  font-size: 1.25rem;
  font-weight: 600;
  box-sizing: border-box;
  padding-left: 1rem;
  border-left: 4px solid #000000;
}
.page-article__profile__company {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin-top: 2rem;
}
.page-article__profile__p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.75em;
}
.page-article__profile__p a {
  color: #000000;
  text-decoration: underline;
}
.page-article__profile__info {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-article__profile__info {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .page-article__profile__info {
    flex-direction: column;
  }
}
.page-article__profile__logo {
  aspect-ratio: 3/2;
  width: 30%;
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 3%;
  background-color: #fff;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-article__profile__logo {
    width: 40%;
    min-width: 240px;
  }
}
@media screen and (max-width: 520px) {
  .page-article__profile__logo {
    width: 75%;
  }
}
.page-article__profile__logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.page-article__profile__detail {
  width: 67%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-article__profile__detail {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .page-article__profile__detail {
    width: 100%;
    margin-top: 2rem;
  }
}
.page-article__profile__detail dt:not(:first-of-type),
.page-article__profile__detail dd:not(:first-of-type) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 520px) {
  .page-article__profile__detail dd:not(:first-of-type) {
    margin-top: 0;
  }
}
.page-article__profile__detail dt {
  width: 7em;
  font-weight: 600;
  box-sizing: border-box;
  color: #000000;
}
@media screen and (max-width: 520px) {
  .page-article__profile__detail dt {
    width: 100%;
  }
  .page-article__profile__detail dt br {
    display: none;
  }
}
.page-article__profile__detail dd {
  width: calc(100% - 8em);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .page-article__profile__detail dd {
    width: 100%;
  }
}
.page-article__profile__detail dd a {
  color: #000000;
  text-decoration: underline;
}
.page-article__profile__note {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
}
.page-article__hd2 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 0.5rem;
}
.page-article__hd2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  left: 0;
  bottom: 0;
}
.page-article__hd2::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 2px;
  background-color: #26578F;
  left: 0;
  bottom: 0;
}
.page-article__hd3 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  color: #26578F;
  margin-top: 3rem;
}
.page-article__hd4 {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 600;
  color: #4c4c4c;
  margin-top: 3rem;
}
.page-article__p {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.page-article__p--bold {
  font-weight: 600;
}
.page-article__p--color {
  color: #26578F;
  font-weight: 600;
}
.page-article__p__bold {
  font-weight: 600;
}
.page-article__p__color {
  color: #26578F;
  font-weight: 600;
}
.page-article__p__a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.page-article__ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.page-article__ol__li {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  position: relative;
}
.page-article__ol__li::marker {
  color: #26578F;
  font-weight: 600;
}
.page-article__ol__li__bold {
  font-weight: 600;
}
.page-article__ol__li__color {
  color: #26578F;
  font-weight: 600;
}
.page-article__ol__li__a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.page-article__ul__li {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  position: relative;
  padding-left: 1.5em;
}
.page-article__ul__li::before {
  background-color: #26578F;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0.5em;
  top: 0.65em;
}
.page-article__ul__li__bold {
  font-weight: 600;
}
.page-article__ul__li__color {
  color: #26578F;
  font-weight: 600;
}
.page-article__ul__li__a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.page-article__figure {
  box-sizing: border-box;
  padding: 0 1.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .page-article__figure {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 520px) {
  .page-article__figure {
    padding: 0 3vw;
  }
}
.page-article__figcaption {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #4c4c4c;
}
.page-article__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.page-article__table caption {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #4c4c4c;
  caption-side: top;
}
.page-article__table thead {
  background-color: #26578F;
}
.page-article__table thead th {
  border: 2px solid #ccc;
  color: #fff;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 1em;
}
.page-article__table tbody {
  background-color: #fff;
}
.page-article__table tbody td {
  border: 2px solid #ccc;
  color: #4c4c4c;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 1em;
}
.page-article__quote {
  background-color: #E5FDFE;
  box-sizing: border-box;
  padding: 3rem 2rem;
  margin-top: 2rem;
  position: relative;
}
.page-article__quote::before {
  content: "“";
  position: absolute;
  font-size: 1.625rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #26578F;
  top: 1.5rem;
  left: 1rem;
}
.page-article__quote::after {
  content: "”";
  position: absolute;
  font-size: 1.625rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #26578F;
  bottom: 0.75rem;
  right: 1rem;
}
.page-article__quote__p {
  font-size: 1rem;
}
.page-article__references {
  background-color: #EBF7FF;
  box-sizing: border-box;
  padding: 2rem 2rem;
  margin-top: 4rem;
  position: relative;
}
.page-article__references__hd {
  font-size: 1.25rem;
  font-weight: 600;
  box-sizing: border-box;
  padding-left: 1rem;
  border-left: 4px solid #000000;
}
.page-article__references__list {
  list-style: none; /* デフォルトの番号を消す */
  counter-reset: note; /* カウンターの初期化 */
}
.page-article__references__item {
  margin-top: 1.5rem;
  counter-increment: note; /* カウントを進める */
  position: relative;
  padding-left: 2em; /* 番号用のスペース */
}
.page-article__references__item::before {
  content: "※" counter(note); /* 「※1」のように表示 */
  position: absolute;
  left: 0;
  color: #000000; /* 任意の色 */
  font-weight: 600; /* 任意の太さ */
}
.page-article__references__p {
  font-size: 0.875rem;
  line-height: 1.8;
}
.page-article__references__link {
  font-size: 0.875rem;
  display: block;
  color: #000000;
  text-decoration: underline;
}
.page-article .btn-c {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

/*----------▲▲ home ▲▲----------*/
/*# sourceMappingURL=style.css.map */