@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);
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

@-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: #FFFFFF;
  color: #333333;
  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: 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 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 {
  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: 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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  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: 0.5rem;
  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: #34699A;
  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(51, 51, 51, 0.12);
}

.btn-b {
  text-align: center;
}
.btn-b a {
  position: relative;
  min-width: 17rem;
  font-size: 1rem;
}
@media screen and (max-width: 520px) {
  .btn-b a {
    min-width: 0;
  }
}
.btn-b a {
  line-height: 1;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #34699A;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.9em 3em 1.1em 2em;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 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(51, 51, 51, 0);
}
.btn-b 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: #34699A;
  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;
  flex-direction: column;
  align-items: center;
}
.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;
  }
}
@media screen and (max-width: 520px) {
  .cta__hd {
    font-size: 1.25rem;
  }
}
.cta__list {
  width: 100%;
  max-width: 920px;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .cta__list {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .cta__list {
    flex-wrap: wrap;
    gap: 3vw;
    margin-top: 9vw;
  }
}
@media screen and (max-width: 520px) {
  .cta__list {
    flex-direction: column;
    margin-top: 9vw;
    gap: 3vw;
  }
}
.cta__item {
  width: 28%;
  min-width: 200px;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .cta__item {
    width: calc(50% - 1.5vw);
    min-width: 0;
  }
}
@media screen and (max-width: 520px) {
  .cta__item {
    width: 100%;
  }
}
.cta__item a {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
  transition: all 0.2s ease;
  min-height: 100px;
}
.cta__item a::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 2px #34699A;
  border-right: solid 2px #34699A;
  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(51, 51, 51, 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.5rem;
  text-align: center;
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
/*=============================================================
ハンバーガーメニュー（SP・タブレット）
=============================================================*/
.drawer-hamburger {
  -webkit-appearance: none;
  appearance: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.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: auto;
}
.header--drawer__hd__logo--service {
  width: 60%;
}

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

/*=============================================================
PCヘッダー
=============================================================*/
.header--pc {
  border-top: 4px solid #34699A;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 1.5rem;
  height: 10rem;
}
@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: flex-start;
  align-items: center;
  gap: 1.5rem;
  width: 35%;
}
.header__info__hd__logo--cp {
  width: 30%;
  display: flex;
}
.header__info__hd__logo--service {
  width: 45%;
  line-height: 0;
}
.header__info__cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
}
.header__info__cta__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-width: 280px;
  font-size: 1.0625rem;
  padding-right: 2.25rem;
}
.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;
}
.header__info__cta__item--csl a {
  background-color: #F8A025;
}
.header__info__cta__item--csl a::before {
  background-image: url(../../assets/img/icon_cta_test_w.png);
}
.header__info__cta__item--mail a {
  background-color: #34699A;
  min-width: 220px;
}
.header__info__cta__item--mail a::before {
  background-image: url(../../assets/img/icon_mail_w.png);
}
.header__nav__menu {
  display: flex;
  justify-content: space-between;
}
.header__nav__menu__item a {
  font-size: 0.9375rem;
  line-height: 3em;
  min-width: 4em;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.header__nav__menu__item a::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: calc(50% - 0.25rem);
  bottom: 0.5rem;
  transform: rotate(135deg);
  transition: all 0.2s ease;
  opacity: 0;
}
.header__nav__menu__item a:hover {
  color: #34699A;
}
.header__nav__menu__item a:hover::before {
  bottom: 0;
  opacity: 1;
}
.header--pc02 {
  border-top: 4px solid #34699A;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 0;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .header--pc02 {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .header--pc02 {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .header--pc02 {
    display: none;
  }
}
.header--pc02 .header__info {
  padding: 1.25rem 0;
}
.header--pc02 .header__nav {
  height: 4rem;
  position: relative;
}
.header--pc02 .header__nav .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 4rem;
}
.header--pc02 .header__nav .header__nav__menu__item a {
  color: #fff;
}
.header--pc04 {
  border-top: 4px solid #34699A;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 0;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .header--pc04 {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .header--pc04 {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .header--pc04 {
    display: none;
  }
}
.header--pc04 .header__info {
  padding: 1.25rem 0;
}
.header--pc04 .header__nav {
  height: 4rem;
  position: relative;
}
.header--pc04 .header__nav .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 4rem;
}
.header--pc04 .header__nav .header__nav__menu__item a {
  color: #fff;
}
.header--pc03 {
  border-top: 4px solid #34699A;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 0;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .header--pc03 {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .header--pc03 {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .header--pc03 {
    display: none;
  }
}
.header--pc03 .header__info {
  padding: 1.5rem 0;
}
.header--pc03 .header__nav {
  height: 4rem;
  position: relative;
}
.header--pc03 .header__nav .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 4rem;
}
.header--pc03 .header__nav .header__nav__menu__item a {
  color: #fff;
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.footer .bg {
  padding: 5rem 0 0;
  height: 100%;
  background-color: #fff;
  border-top: 4px solid #34699A;
  position: relative;
}
.footer .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/img/bg_footer.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  pointer-events: none;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer .bg {
    padding: 12vw 0 0;
  }
}
@media screen and (max-width: 520px) {
  .footer .bg {
    padding: 15vw 0 0;
  }
}
.footer .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.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: 9em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .footer__nav__menu--a {
    width: 40%;
  }
}
.footer__nav__menu--b {
  width: 13em;
}
.footer__nav__menu__item {
  font-size: inherit;
  margin-top: 1em;
}
.footer__nav__menu__item a {
  font-size: inherit;
  font-weight: 600;
}
.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 3vw 6vw;
  }
}
@media screen and (max-width: 520px) {
  .footer__cta {
    margin-top: 12vw;
    flex-wrap: wrap;
    padding: 0 3vw 6vw;
  }
}
.footer__cta__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.0625rem;
  padding-right: 2.25rem;
}
.footer__cta__item a::before {
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__cta__item--csl a {
  background-color: #F8A025;
  color: #fff;
  min-width: 280px;
}
@media screen and (max-width: 520px) {
  .footer__cta__item--csl a {
    min-width: 0;
    width: 100%;
  }
}
.footer__cta__item--csl a::before {
  background-image: url(../../assets/img/icon_cta_test_w.png);
}
.footer__cta__item--mail a {
  background-color: #34699A;
  min-width: 220px;
}
@media screen and (max-width: 520px) {
  .footer__cta__item--mail a {
    min-width: 0;
    width: 100%;
  }
}
.footer__cta__item--mail a::before {
  background-image: url(../../assets/img/icon_mail_w.png);
}
.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 ▼▼----------*/
/*=============================================================
FV（ファーストビュー）
=============================================================*/
.fv {
  min-height: 720px;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .fv {
    height: auto;
    min-height: 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv {
    height: auto;
    min-height: 0;
  }
}
@media screen and (max-width: 520px) {
  .fv {
    height: auto;
    min-height: 0;
  }
}
.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: center;
  height: 100%;
}
@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 {
    width: 650px;
    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;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.fv__headline__text__item {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  background-color: #34699A;
  box-sizing: border-box;
  padding: 0.4em 1em;
}
@media screen and (max-width: 520px) {
  .fv__headline__text__item {
    font-size: 3.8vw;
    text-align: center;
    width: 94%;
  }
}
.fv__headline__main {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__main {
    align-items: center;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__main {
    align-items: flex-start;
    margin-top: 9vw;
  }
}
.fv__headline__main span {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #fff;
  display: inline-block;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .fv__headline__main span {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__main span {
    font-size: 4.5vw;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__main span {
    font-size: 6vw;
    text-align: left;
  }
}
.fv__headline__wreaths {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__wreaths {
    justify-content: center;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__wreaths {
    justify-content: center;
    margin-top: 4vw;
    gap: 6vw;
  }
}
.fv__headline__wreaths__item {
  width: 160px;
  aspect-ratio: 1;
  background-image: url(../../assets/img/top/fv_wreath01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .fv__headline__wreaths__item {
    width: 140px;
  }
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__wreaths__item {
    width: 22vw;
    max-width: 150px;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__wreaths__item {
    width: 35vw;
    max-width: 140px;
  }
}
.fv__headline__wreaths__item__label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__wreaths__item__label {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__wreaths__item__label {
    font-size: 3vw;
  }
}
.fv__headline__wreaths__item__value {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .fv__headline__wreaths__item__value {
    font-size: 3vw;
  }
}
@media screen and (max-width: 520px) {
  .fv__headline__wreaths__item__value {
    font-size: 5vw;
  }
}
.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(51, 51, 51, 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;
  }
}

@media screen and (min-width: 1280px) {
  .fv--02 {
    margin-top: -4rem;
  }
}
.fv--02 .outer {
  background-image: url(../../assets/img/top/mv_pc02.jpg);
}
.fv--02 .fv__headline__text__item {
  background-color: #F8A025;
}
.fv--02 .fv__headline__steps {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  list-style: none;
}
@media screen and (max-width: 520px) {
  .fv--02 .fv__headline__steps {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 6vw;
  }
}
.fv--02 .fv__headline__steps__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.5rem;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.12);
  padding: 0.75rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .fv--02 .fv__headline__steps__item {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.875rem;
  }
}
.fv--02 .fv__headline__steps__item__num {
  font-size: 1.75rem;
  font-weight: 700;
  color: #34699A;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 520px) {
  .fv--02 .fv__headline__steps__item__num {
    font-size: 1.375rem;
    min-width: 2em;
    text-align: center;
  }
}
.fv--02 .fv__headline__steps__item__icon {
  width: 96px;
  height: 96px;
  object-fit: contain;
}
@media screen and (max-width: 520px) {
  .fv--02 .fv__headline__steps__item__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
  }
}
.fv--02 .fv__headline__steps__item__label {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .fv--02 .fv__headline__steps__item__label {
    font-size: 0.9375rem;
    text-align: left;
  }
}
.fv--02 .fv__headline__steps__item__desc {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 520px) {
  .fv--02 .fv__headline__steps__item__desc {
    font-size: 0.75rem;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .fv--02 .fv__form-area {
    margin-top: 4rem;
  }
}

.fv--03bk .outer {
  background-image: url(../../assets/img/top/mv_pc03.jpg);
}

@media screen and (min-width: 1280px) {
  .fv--04 {
    margin-top: -4rem;
  }
}
.fv--04 .outer {
  background-image: url(../../assets/img/top/mv_pc04.jpg);
}
.fv--04 .fv__headline__text__item {
  background-color: #F8A025;
}
.fv--04 .fv__headline__steps {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  list-style: none;
}
@media screen and (max-width: 520px) {
  .fv--04 .fv__headline__steps {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 6vw;
  }
}
.fv--04 .fv__headline__steps__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.5rem;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.12);
  padding: 0.75rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .fv--04 .fv__headline__steps__item {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.875rem;
  }
}
.fv--04 .fv__headline__steps__item__num {
  font-size: 1.75rem;
  font-weight: 700;
  color: #34699A;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 520px) {
  .fv--04 .fv__headline__steps__item__num {
    font-size: 1.375rem;
    min-width: 2em;
    text-align: center;
  }
}
.fv--04 .fv__headline__steps__item__icon {
  width: 96px;
  height: 96px;
  object-fit: contain;
}
@media screen and (max-width: 520px) {
  .fv--04 .fv__headline__steps__item__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
  }
}
.fv--04 .fv__headline__steps__item__label {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .fv--04 .fv__headline__steps__item__label {
    font-size: 0.9375rem;
    text-align: left;
  }
}
.fv--04 .fv__headline__steps__item__desc {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 520px) {
  .fv--04 .fv__headline__steps__item__desc {
    font-size: 0.75rem;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .fv--04 .fv__form-area {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1280px) {
  .fv--03 {
    margin-top: -4rem;
  }
}
.fv--03 .outer {
  background-image: url(../../assets/img/top/mv_pc01.jpg);
}
.fv--03 .fv__headline__wreaths {
  display: none;
}
.fv--03 .fv__headline__text__item__num {
  font-size: 3em;
  line-height: 0;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-right: 0.15em;
}
.fv--03 .fv__headline__text__item {
  background-color: #F8A025;
}
.fv--03 .fv__headline__steps {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  list-style: none;
}
@media screen and (max-width: 520px) {
  .fv--03 .fv__headline__steps {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 6vw;
  }
}
.fv--03 .fv__headline__steps__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.5rem;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.12);
  padding: 0.75rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .fv--03 .fv__headline__steps__item {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.875rem;
  }
}
.fv--03 .fv__headline__steps__item__num {
  font-size: 1.75rem;
  font-weight: 700;
  color: #34699A;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 520px) {
  .fv--03 .fv__headline__steps__item__num {
    font-size: 1.375rem;
    min-width: 2em;
    text-align: center;
    flex-shrink: 0;
  }
}
.fv--03 .fv__headline__steps__item__icon {
  width: 96px;
  height: 96px;
  object-fit: contain;
}
@media screen and (max-width: 520px) {
  .fv--03 .fv__headline__steps__item__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
  }
}
.fv--03 .fv__headline__steps__item__label {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .fv--03 .fv__headline__steps__item__label {
    font-size: 0.9375rem;
    text-align: left;
  }
}
.fv--03 .fv__headline__steps__item__desc {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 520px) {
  .fv--03 .fv__headline__steps__item__desc {
    font-size: 0.75rem;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .fv--03 .fv__form-area {
    margin-top: 4rem;
  }
}

/*=============================================================
こんなお客様に（concern）
=============================================================*/
.concern .bg {
  position: relative;
  background-color: #E8E2DB;
  padding: 6rem 0 4rem;
}
@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__hd {
  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.375rem;
  }
}
.concern__hd span {
  font-size: 3rem;
  color: #F8A025;
  padding: 0 0.15em;
}
@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 {
  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 {
  position: relative;
  z-index: 0;
  width: 31.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 0 4rem;
}
.concern__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  border-top: 4px solid #F8A025;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), 50% 100%, 0 calc(100% - 2rem));
  filter: drop-shadow(4px 4px 8px rgba(51, 51, 51, 0.16));
  z-index: -1;
}
@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: #F8A025;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.25em 0.75em;
}
.concern__item__icon {
  align-self: center;
  width: 22%;
  aspect-ratio: 1;
  margin-top: 2rem;
}
.concern__item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.concern__item__hd {
  font-size: 1.1875rem;
  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: 3em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .concern__item__hd {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 520px) {
  .concern__item__hd {
    font-size: 1.0625rem;
    padding: 0 3vw;
  }
}
.concern__item__sentence {
  line-height: 1.8;
  box-sizing: border-box;
  padding: 0 1.5rem;
  margin-top: 1em;
}
.concern__item__sentence:first-of-type {
  margin-top: 1.5rem;
}
@media screen and (max-width: 520px) {
  .concern__item__sentence:first-of-type {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 520px) {
  .concern__item__sentence {
    padding: 0 3vw;
  }
}

/*=============================================================
活用用途（concept）
=============================================================*/
.concept .bg {
  box-sizing: border-box;
  padding: 6rem 0 7rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .concept .bg {
    padding: 9vw 0 9vw;
  }
}
@media screen and (max-width: 520px) {
  .concept .bg {
    padding: 12vw 0 12vw;
  }
}
.concept__hd {
  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.375rem;
  }
}
.concept__hd span {
  font-size: 3rem;
  color: #34699A;
  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__list {
  margin-top: 0;
}
.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(51, 51, 51, 0.16);
  box-sizing: border-box;
  border-left: 4px solid #34699A;
  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.1;
  color: #34699A;
  bottom: -1.2rem;
  right: 2rem;
}
.concept__text__hd {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
}
@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.25rem;
  }
}
.concept__text__hd span {
  color: #34699A;
}
.concept__text__sentence {
  position: relative;
}
.concept__text__sentence:first-of-type {
  margin-top: 2rem;
}
.concept__text__sentence + .concept__text__sentence {
  margin-top: 1em;
}
@media screen and (max-width: 520px) {
  .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 {
  background-color: #E8E2DB;
  box-sizing: border-box;
  padding: 7rem 0 7rem;
}
@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__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .services__list {
    margin-top: 9vw;
    gap: 3vw;
  }
}
@media screen and (max-width: 520px) {
  .services__list {
    flex-direction: column;
    margin-top: 9vw;
    gap: 0;
  }
}
.services__item {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 4px solid #34699A;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
  padding: 0 0 2rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .services__item {
    width: calc(50% - 1.5vw);
  }
}
@media screen and (max-width: 520px) {
  .services__item {
    width: 100%;
  }
  .services__item:not(:first-child) {
    margin-top: 6vw;
  }
}
.services__item__num {
  background-color: #34699A;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.25em 0.75em;
}
.services__item__icon {
  align-self: center;
  width: 22%;
  aspect-ratio: 1;
  margin-top: 2rem;
}
.services__item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services__item__hd {
  width: 100%;
  font-size: 1.375rem;
  line-height: 1.6;
  color: #34699A;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 1.5rem 1rem;
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .services__item__hd {
    font-size: 1.25rem;
    padding: 0 3vw 1rem;
  }
}
.services__item__hd::before {
  content: "";
  position: absolute;
  width: calc(50% - 1.5rem);
  height: 2px;
  background-color: #34699A;
  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;
}

/*=============================================================
実施フロー（flow）
=============================================================*/
.flow .bg {
  padding: 7rem 0 7rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .flow .bg {
    padding: 12vw 0 12vw;
  }
}
@media screen and (max-width: 520px) {
  .flow .bg {
    padding: 15vw 0 15vw;
  }
}
.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: #34699A;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@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: #34699A;
  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.1em;
  }
}
@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(51, 51, 51, 0.16);
  position: relative;
  box-sizing: border-box;
  border-top: 4px solid #34699A;
  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__text--time::before {
  content: "（ヒアリングから約1ヶ月後）";
  position: absolute;
  font-size: 0.875rem;
  color: #34699A;
  font-weight: 400;
  left: 0;
  bottom: -2.25rem;
}
@media screen and (max-width: 520px) {
  .flow__item__text--time::before {
    font-size: 0.75rem;
    bottom: -2rem;
  }
}
.flow__item__hd {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: #34699A;
}
@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: #F8A025;
}
.flow__item:last-child .flow__item__order::before {
  content: none;
}
.flow__item:last-child .flow__item__text {
  border-top: 4px solid #F8A025;
}
.flow__item:last-child .flow__item__hd {
  color: #F8A025;
}

/*=============================================================
特長（features）
=============================================================*/
.features .bg {
  background-color: #E8E2DB;
  box-sizing: border-box;
  padding: 7rem 0 7rem;
}
@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__list {
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__list {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .features__list {
    margin-top: 9vw;
  }
}
.features__item {
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
  box-sizing: border-box;
  padding: 1px 6rem 5rem 6rem;
  position: relative;
  z-index: 0;
}
.features__item + .features__item {
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item {
    padding: 1px 3vw 6vw 3vw;
  }
}
@media screen and (max-width: 520px) {
  .features__item {
    padding: 1px 3vw 6vw 3vw;
  }
}
.features__item::before {
  content: "FEATURE";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #EFEFEF;
  font-size: 6rem;
  line-height: 0.7;
  letter-spacing: -0.025em;
  writing-mode: vertical-rl;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item::before {
    font-size: 18vw;
  }
}
@media screen and (max-width: 520px) {
  .features__item::before {
    font-size: 20vw;
  }
}
.features__item__num {
  font-size: 5.5rem;
  color: #34699A;
  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: 1.75rem;
  color: #34699A;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item__hd {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 520px) {
  .features__item__hd {
    font-size: 1.25rem;
    margin-top: 4.5vw;
  }
}
.features__item__sentence {
  position: relative;
}
.features__item__sentence + .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__figure {
  margin-top: 3rem;
  background-color: #E8E2DB;
  box-sizing: border-box;
  padding: 2rem;
}
@media screen and (max-width: 520px) {
  .features__item__figure {
    margin-top: 9vw;
    padding: 6vw 3vw;
  }
}
.features__item__figure img {
  width: 100%;
}
.features__item:nth-child(2) figcaption {
  width: 100%;
  background-color: #F8A025;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0.5em 1em;
}
.features__item--split {
  padding-bottom: 5rem;
}
.features__item--split .features__item__split-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item--split .features__item__split-row {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 520px) {
  .features__item--split .features__item__split-row {
    flex-direction: column;
    gap: 0;
  }
}
.features__item--split .features__item__body {
  width: 48.5%;
  flex-shrink: 0;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item--split .features__item__body {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .features__item--split .features__item__body {
    width: 100%;
  }
}
.features__item--split .features__item__figure {
  width: 48.5%;
  flex-shrink: 0;
  margin-top: 0;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .features__item--split .features__item__figure {
    width: 100%;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .features__item--split .features__item__figure {
    width: 100%;
    margin-top: 9vw;
  }
}

/*=============================================================
有償と無償の違い（compare）
=============================================================*/
.compare .bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../../assets/img/top/bg_ambient_w.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 7rem 0 7rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .compare .bg {
    padding: 12vw 0 12vw;
  }
}
@media screen and (max-width: 520px) {
  .compare .bg {
    padding: 15vw 0 15vw;
  }
}
.compare__table-wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 520px) {
  .compare__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.compare__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  font-size: 1rem;
}
@media screen and (max-width: 520px) {
  .compare__table {
    min-width: 560px;
  }
}
.compare__table {
  line-height: 1.6;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
}
@media screen and (max-width: 520px) {
  .compare__table {
    font-size: 0.875rem;
  }
}
.compare__table th, .compare__table td {
  padding: 1em 1.25em;
  vertical-align: middle;
  border: 1px solid rgba(51, 51, 51, 0.12);
}
@media screen and (max-width: 520px) {
  .compare__table th, .compare__table td {
    padding: 0.75em 0.75em;
  }
}
.compare__table thead th {
  background-color: #34699A;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.compare__table thead th.compare__table__th--label {
  width: 18%;
  background-color: #fff;
  background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), rgba(51, 51, 51, 0.2) 50%, transparent calc(50% + 1px));
}
.compare__table thead th:nth-child(2) {
  background-color: #F8A025;
}
.compare__table tbody tr {
  background-color: #fff;
}
.compare__table tbody tr:nth-child(odd) {
  background-color: #F3F6F9;
}
.compare__table tbody tr:nth-child(even) {
  background-color: #fff;
}
.compare__table tbody td:first-child {
  font-weight: 600;
  color: #34699A;
  white-space: nowrap;
}

/*=============================================================
事例（works）
=============================================================*/
.works .bg {
  box-sizing: border-box;
  padding: 7rem 0 7rem;
  background-color: #fff;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .works .bg {
    padding: 12vw 0 12vw;
  }
}
@media screen and (max-width: 520px) {
  .works .bg {
    padding: 15vw 0 15vw;
  }
}
.works__list {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .works__list {
    flex-wrap: wrap;
    gap: 3vw;
    margin-top: 9vw;
  }
}
@media screen and (max-width: 520px) {
  .works__list {
    flex-direction: column;
    margin-top: 9vw;
  }
}
.works__item {
  width: 31.5%;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 4px solid #34699A;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .works__item {
    width: calc(50% - 1.5vw);
  }
  .works__item:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .works__item {
    width: 100%;
  }
  .works__item:not(:first-child) {
    margin-top: 6vw;
  }
}
.works__item__num {
  background-color: #34699A;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.25em 0.75em;
  display: inline-block;
}
.works__item__text {
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.works__item__hd {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #EFEFEF;
}
.works__item__company-name {
  font-size: 1.375rem;
  font-weight: 600;
  color: #34699A;
  line-height: 1.6;
}
@media screen and (max-width: 520px) {
  .works__item__company-name {
    font-size: 1.25rem;
  }
}
.works__item__industry {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.5em;
  color: #575757;
}
.works__item__sentence {
  line-height: 1.8;
  margin-top: 0.75rem;
  flex: 1;
}

/*=============================================================
レポートサンプル（report）
=============================================================*/
.report .bg {
  background-color: #E8E2DB;
  box-sizing: border-box;
  padding: 7rem 0 7rem;
  position: relative;
}
.report .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/img/bg_report.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .report .bg {
    padding: 12vw 0 12vw;
  }
}
@media screen and (max-width: 520px) {
  .report .bg {
    padding: 15vw 0 15vw;
  }
}
.report .inner {
  position: relative;
}
.report__lead {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
  color: #575757;
}
@media screen and (max-width: 520px) {
  .report__lead {
    text-align: left;
    font-size: 1rem !important;
  }
}
.report__list {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  gap: 1.5rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .report__list {
    flex-wrap: wrap;
    gap: 3vw;
  }
}
@media screen and (max-width: 520px) {
  .report__list {
    flex-wrap: wrap;
    gap: 3vw;
  }
}
.report__item {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
  border-top: 4px solid #34699A;
  box-sizing: border-box;
  padding: 2.5rem 1rem 2rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .report__item {
    width: calc(50% - 1.5vw);
  }
}
@media screen and (max-width: 520px) {
  .report__item {
    width: calc(50% - 1.5vw);
    padding: 6vw 3vw 4vw;
  }
}
.report__item__num {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #34699A;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .report__item__num {
    font-size: 2.25rem;
  }
}
.report__item__name {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 520px) {
  .report__item__name {
    font-size: 0.875rem;
  }
}
.report__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .report__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
}
@media screen and (max-width: 520px) {
  .report__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
}
.report__grid__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 3px 14px rgba(51, 51, 51, 0.12);
  box-sizing: border-box;
  padding: 0;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.report__grid__item__num {
  background-color: #F8A025;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding: 0.25em 0.9em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom-right-radius: 4px;
}
.report__grid__item__img {
  width: 100%;
  background-color: #f0f3f6;
  box-sizing: border-box;
  padding: 2.25rem 0.875rem 0.875rem;
}
.report__grid__item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  box-shadow: 0 2px 8px rgba(51, 51, 51, 0.14);
}
.report__grid__item__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-top: 3px solid #34699A;
}
@media screen and (max-width: 520px) {
  .report__grid__item__body {
    padding: 0;
  }
}
.report__grid__item__hd {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #34699A;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 0.875rem 1.25rem;
  margin-top: 0;
}
@media screen and (max-width: 520px) {
  .report__grid__item__hd {
    font-size: 0.9375rem;
    padding: 0.875rem 3vw;
  }
}
.report__sample {
  margin-top: 4rem;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
}
@media screen and (max-width: 520px) {
  .report__sample {
    margin-top: 9vw;
  }
}
.report__sample img {
  width: 100%;
  display: block;
}

/*=============================================================
よくある質問（faq）
=============================================================*/
.faq summary::marker,
.faq summary::-webkit-details-marker {
  display: none;
  content: none;
}
.faq .bg {
  padding: 7rem 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: 2rem;
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
}
.faq__acco:first-of-type {
  margin-top: 4rem;
}
.faq__acco__title {
  background-color: #34699A;
  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: 1rem;
  }
}
.faq__acco__content {
  background-color: #fff;
  box-sizing: border-box;
  padding: 1em;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq__acco__content {
    padding: 1em 3vw;
  }
}
@media screen and (max-width: 520px) {
  .faq__acco__content {
    padding: 1em 3vw;
  }
}
.faq__acco__answer {
  width: calc(100% - 3rem);
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.125rem;
  line-height: 1.8;
  padding-left: 1em;
  font-weight: 400;
}
@media screen and (min-width: 521px) and (max-width: 820px) {
  .faq__acco__answer {
    width: calc(100% - 2rem);
    font-size: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .faq__acco__answer {
    width: calc(100% - 2rem);
    font-size: 0.9375rem;
  }
}
.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;
  flex-shrink: 0;
}
@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: #34699A;
  background-color: #fff;
}
.faq__acco__icon--a {
  color: #fff;
  background-color: #34699A;
}

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