@charset "UTF-8";

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

body {
  color: #222;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

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

figure img {
  display: block;
  width: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #39c;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(100, 100, 100, 0.5);
}

a:focus {
  outline: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

:root {
  --color-key: #d80c24;
  --color-white: #fff;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.07em;
  color: #3b3b3b;
}

@media screen and (max-width: 420px) {
  .is--pc {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .is--sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .is--sp {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .is--sp {
    display: block;
  }
}

/*
 * ヘッダー
 *********************/
#siteHeader {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#siteHeader .logo-area {
  padding: 27px 40px;
}
@media screen and (max-width: 420px) {
  #siteHeader .logo-area {
    padding: 21px 20px 19px;
  }
}
#siteHeader .logo-area a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  #siteHeader .logo-area a:hover {
    opacity: 0.7;
  }
}
#siteHeader .logo-area a .logo-img {
  border-right: 1px solid #2b2b2b;
  padding-right: 12px;
  width: 198px;
  height: 26px;
}
@media screen and (max-width: 420px) {
  #siteHeader .logo-area a .logo-img {
    width: 150px;
    height: 20px;
  }
}
#siteHeader .logo-area a .logo-caption {
  font-size: clamp(12px, 1vw + 0.2rem, 16px);
  color: #3B3B3B;
  font-weight: bold;
}
#siteHeader .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  #siteHeader .header-nav {
    display: none;
  }
}
#siteHeader .header-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  width: 219px;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1200px) {
  #siteHeader .header-nav a {
    width: 160px;
  }
}
#siteHeader .header-nav a.link-company {
  background-color: #b1b1b1;
  border: 2px solid #b1b1b1;
}
#siteHeader .header-nav a.link-inquiry {
  background-color: #2b2b2b;
  border: 2px solid #2b2b2b;
}
#siteHeader .header-nav a span,
#siteHeader .header-nav a svg {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}
@media (hover: hover) {
  #siteHeader .header-nav a:hover {
    background-color: #fff;
  }
  #siteHeader .header-nav a:hover.link-company span {
    color: #b1b1b1;
  }
  #siteHeader .header-nav a:hover.link-company svg path {
    fill: #b1b1b1;
  }
  #siteHeader .header-nav a:hover.link-inquiry span {
    color: #2b2b2b;
  }
  #siteHeader .header-nav a:hover.link-inquiry svg path {
    fill: #2b2b2b;
  }
}

article {
  position: relative;
}

/*
 * 矢印アイコン
 *********************/
.arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--color-white);
  border: 1px solid var(--color-key);
  border-radius: 50%;
  -webkit-transform: translate(2px, 1px);
      -ms-transform: translate(2px, 1px);
          transform: translate(2px, 1px);
  margin-left: 34px;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 420px) {
  .arrow-icon {
    width: 23px;
    height: 23px;
    margin-left: 14px;
    -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
}
.arrow-icon svg {
  width: 13px;
  height: 15px;
  -webkit-transform: translate(2px, 0px);
      -ms-transform: translate(2px, 0px);
          transform: translate(2px, 0px);
}
@media screen and (max-width: 420px) {
  .arrow-icon svg {
    width: 9px;
    height: 10px;
    -webkit-transform: translate(2px, 0px);
        -ms-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
}
.arrow-icon svg path {
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * 汎用セクション
 *********************/
.section-block.is-color {
  background-color: #feeded;
}
.section-block .section-inner {
  width: 100%;
  max-width: calc(1100px + 6%);
  padding: 0 3%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .section-block .section-inner {
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 420px) {
  .section-block .section-inner {
    width: 100%;
    max-width: 460px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-block .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-block .section-header .header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(26px, 2.25vw + 0.2rem, 36px);
  font-weight: bold;
  line-height: 100%;
  color: var(--color-white);
  letter-spacing: 2px;
  border-radius: 7px;
  padding: 9px 10px 7px 15px;
  background-color: var(--color-key);
}
@media screen and (max-width: 420px) {
  .section-block .section-header .header-text {
    padding: 9px 5px 7px 10px;
  }
}
@media screen and (max-width: 420px) {
  .section-block .section-header.switchMobile .header-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    gap: 6px;
    padding: 7px 5px 9px 10px;
  }
}
@media screen and (max-width: 420px) {
  .section-block .section-header.switchMobile span {
    display: inline-block;
    border-radius: 7px;
    padding: 7px 5px 9px 10px;
    background-color: var(--color-key);
  }
}
.section-block .section-body {
  margin-top: 90px;
}
@media screen and (max-width: 420px) {
  .section-block .section-body {
    margin-top: 70px;
  }
}

/*
 * キービジュアル
 *********************/
.keyVisual {
  background: transparent -webkit-radial-gradient(50% 50%, closest-side, #d80c24 0%, #bf0b20 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #d80c24 0%, #bf0b20 100%) 0% 0% no-repeat padding-box;
  padding-top: 63px;
  padding-bottom: 79px;
  margin-top: 80px;
}
@media screen and (max-width: 420px) {
  .keyVisual {
    padding-top: 34px;
    padding-bottom: 44px;
    margin-top: 60px;
  }
}
.keyVisual .keyVisual-inner {
  width: 100%;
  max-width: calc(1100px + 6%);
  padding: 0 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .keyVisual .keyVisual-inner {
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media screen and (max-width: 420px) {
  .keyVisual .keyVisual-inner {
    width: 100%;
    max-width: 345px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
  }
}
.keyVisual .keyVisual-inner:after {
  display: block;
  content: "";
  width: 182px;
  height: 293px;
  background-image: url(../img/img_key.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -49px;
  right: 72px;
}
@media screen and (max-width: 960px) {
  .keyVisual .keyVisual-inner:after {
    right: 40px;
  }
}
@media screen and (max-width: 834px) {
  .keyVisual .keyVisual-inner:after {
    right: 20px;
  }
}
@media screen and (max-width: 420px) {
  .keyVisual .keyVisual-inner:after {
    width: 124px;
    height: 199px;
    bottom: -17px;
    right: 5px;
  }
}
.keyVisual .keyVisual-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .keyVisual .keyVisual-title {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 640px) {
  .keyVisual .keyVisual-title {
    width: 62vw;
  }
}
@media screen and (max-width: 420px) {
  .keyVisual .keyVisual-title {
    width: 100%;
  }
}
.keyVisual .keyVisual-text {
  font-size: clamp(13px, 1.125vw + 0.2rem, 18px);
  line-height: 34px;
  color: var(--color-white);
  margin-top: -5px;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 1100px) {
  .keyVisual .keyVisual-text {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 640px) {
  .keyVisual .keyVisual-text {
    width: 55vw;
  }
}
@media screen and (max-width: 420px) {
  .keyVisual .keyVisual-text {
    line-height: 26px;
    letter-spacing: 1px;
    width: 55vw;
  }
}

/*
 * アンカーリンク
 *********************/
.anchor-link {
  width: 100%;
  max-width: calc(1100px + 6%);
  padding: 0 3%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
@media screen and (max-width: 420px) {
  .anchor-link {
    width: 100%;
    max-width: 460px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -28px;
  }
}
.anchor-link .anchor-link-inner {
  border-radius: 20px;
  border: 4px solid #b1b1b1;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .anchor-link .anchor-link-inner {
    border-radius: 16px;
    border-width: 3px;
  }
}
.anchor-link .anchor-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 19px 20px 21px;
  border-bottom: 4px solid #b1b1b1;
  background-color: var(--color-white);
  font-size: clamp(20px, 1.625vw + 0.2rem, 26px);
  font-weight: bold;
  color: var(--color-key);
}
@media screen and (max-width: 420px) {
  .anchor-link .anchor-title {
    padding: 24px 20px 18px;
    border-width: 3px;
  }
}
.anchor-link .anchor-link-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0 19px;
}
@media screen and (max-width: 640px) {
  .anchor-link .anchor-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 17px;
  }
}
.anchor-link .anchor-link-list .anchor-link-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 2px solid #b1b1b1;
}
.anchor-link .anchor-link-list .anchor-link-item:last-child {
  border-right: none;
}
.anchor-link .anchor-link-list .anchor-link-item.point a {
  position: relative;
  text-align: center;
}
.anchor-link .anchor-link-list .anchor-link-item.point a::before {
  position: absolute;
  content: "";
  top: -22px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-color: #feeded;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .anchor-link .anchor-link-list .anchor-link-item.point a::before {
    top: 0;
    left: -17px;
    width: calc(100% + 34px);
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .anchor-link .anchor-link-list .anchor-link-item {
    border-right: none;
    border-bottom: 2px solid #b1b1b1;
  }
  .anchor-link .anchor-link-list .anchor-link-item:last-child {
    border-bottom: none;
  }
}
.anchor-link .anchor-link-list .anchor-link-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 10px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #3b3b3b;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 640px) {
  .anchor-link .anchor-link-list .anchor-link-item a {
    gap: 6px;
    padding: 21px 0 17px;
    font-size: 16px;
  }
}
.anchor-link .anchor-link-list .anchor-link-item a:after {
  display: block;
  content: "";
  width: 17px;
  height: 19px;
  background-image: url(../img/icon_anchor_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 640px) {
  .anchor-link .anchor-link-list .anchor-link-item a:after {
    width: 13px;
    height: 15px;
  }
}
@media (hover: hover) {
  .anchor-link .anchor-link-list .anchor-link-item a:hover {
    color: #D80C24;
  }
  .anchor-link .anchor-link-list .anchor-link-item a:hover:after {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
}

/*
 * サポートガイド
 *********************/
#guide {
  padding: 86px 0 150px;
}
@media screen and (max-width: 420px) {
  #guide {
    padding-top: 82px;
    padding-bottom: 101px;
  }
}
#guide .section-body {
  margin-top: 0;
}
#guide .guide-block {
  padding-top: 130px;
}
@media screen and (max-width: 420px) {
  #guide .guide-block {
    padding-top: 90px;
  }
}
#guide .guide-block:first-child {
  padding-top: 86px;
}
@media screen and (max-width: 420px) {
  #guide .guide-block:first-child {
    padding-top: 66px;
  }
}
#guide .guide-block .guide-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  padding: 46px 50px 28px;
  background-color: #feeded;
  border: 6px solid var(--color-key);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-header {
    gap: 12px;
    padding: 26px 18px 20px;
  }
}
#guide .guide-block .guide-header .guide-caption {
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  font-weight: bold;
  line-height: 100%;
  color: #2b2b2b;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-header .guide-caption {
    line-height: 24px;
    text-align: center;
  }
}
#guide .guide-block .guide-header .guide-text {
  font-size: clamp(20px, 1.75vw + 0.2rem, 28px);
  font-weight: bold;
  line-height: 100%;
  color: var(--color-key);
  letter-spacing: 2px;
}
#guide .guide-block .guide-header:before, #guide .guide-block .guide-header:after {
  display: block;
  content: "";
  width: calc(100% - 47px);
  height: 6px;
  background-color: #feeded;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-header:before, #guide .guide-block .guide-header:after {
    width: calc(100% - 34px);
  }
}
#guide .guide-block .guide-header::before {
  top: -6px;
}
#guide .guide-block .guide-header::after {
  bottom: -6px;
}
#guide .guide-block .guide-header .frame:before, #guide .guide-block .guide-header .frame:after {
  display: block;
  content: "";
  width: 6px;
  height: calc(100% - 47px);
  background-color: #feeded;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-header .frame:before, #guide .guide-block .guide-header .frame:after {
    height: calc(100% - 34px);
  }
}
#guide .guide-block .guide-header .frame::before {
  left: -6px;
}
#guide .guide-block .guide-header .frame::after {
  right: -6px;
}
#guide .guide-block .guide-body {
  margin-top: 60px;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body {
    margin-top: 30px;
  }
}
#guide .guide-block .guide-body .service-list,
#guide .guide-block .guide-body .purpose-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 36px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #guide .guide-block .guide-body .service-list,
  #guide .guide-block .guide-body .purpose-list {
    gap: 13px;
  }
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#guide .guide-block .guide-body .service-item {
  width: calc((100% - 72px) / 3);
}
@media screen and (max-width: 1240px) {
  #guide .guide-block .guide-body .service-item {
    width: calc((100% - 36px) / 2);
  }
}
@media screen and (max-width: 834px) {
  #guide .guide-block .guide-body .service-item {
    width: 100%;
  }
}
#guide .guide-block .guide-body .service-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 34px 0px 30px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #b1b1b1;
  color: #3b3b3b;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-item a {
    padding: 26px 0px 26px;
  }
}
#guide .guide-block .guide-body .service-item a .service-caption {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.1px;
  color: #D80C24;
  padding: 0 20px;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-item a .service-caption {
    text-align: center;
    letter-spacing: 1.9px;
  }
}
#guide .guide-block .guide-body .service-item a .service-icon {
  margin-top: 17px;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-item a .service-icon {
    width: 222px;
    margin-top: -3px;
  }
}
#guide .guide-block .guide-body .service-item a .service-txt {
  margin-top: 11px;
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  line-height: 28px;
  letter-spacing: 1px;
  padding: 0 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-item a .service-txt {
    margin-top: 4px;
    line-height: 24px;
    padding: 0 27px;
  }
}
#guide .guide-block .guide-body .service-item a .arrow-icon {
  margin-left: 0;
  margin-top: 14px;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-item a .arrow-icon {
    margin-top: 17px;
  }
}
@media (hover: hover) {
  #guide .guide-block .guide-body .service-item a:hover {
    border: 2px solid #f2f2f2;
    background-color: #f2f2f2;
  }
  #guide .guide-block .guide-body .service-item a:hover .arrow-icon {
    background-color: var(--color-key);
  }
  #guide .guide-block .guide-body .service-item a:hover .arrow-icon svg path {
    fill: var(--color-white);
  }
}
#guide .guide-block .guide-body .service-item:nth-child(2) .service-icon {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-item:nth-child(2) .service-icon {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    width: 226px;
  }
}
#guide .guide-block .guide-body .service-item:nth-child(3) .service-icon {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-item:nth-child(3) .service-icon {
    -webkit-transform: translate(0px, 9px);
        -ms-transform: translate(0px, 9px);
            transform: translate(0px, 9px);
    margin-top: 2px;
    width: 230px;
  }
}
#guide .guide-block .guide-body .service-item:nth-child(4) .service-icon {
  -webkit-transform: translate(3px, -2px);
      -ms-transform: translate(3px, -2px);
          transform: translate(3px, -2px);
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-item:nth-child(4) .service-icon {
    -webkit-transform: translate(-1px, 4px);
        -ms-transform: translate(-1px, 4px);
            transform: translate(-1px, 4px);
  }
}
#guide .guide-block .guide-body .service-item:nth-child(5) .service-icon {
  -webkit-transform: translate(2px, -3px);
      -ms-transform: translate(2px, -3px);
          transform: translate(2px, -3px);
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-item:nth-child(5) .service-icon {
    -webkit-transform: translate(0px, 8px);
        -ms-transform: translate(0px, 8px);
            transform: translate(0px, 8px);
    width: 247px;
    margin-top: -13px;
  }
}
#guide .guide-block .guide-body .service-item:nth-child(6) .service-icon {
  -webkit-transform: translate(4px, -3px);
      -ms-transform: translate(4px, -3px);
          transform: translate(4px, -3px);
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .service-item:nth-child(6) .service-icon {
    -webkit-transform: translate(0px, 1px);
        -ms-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
}
#guide .guide-block .guide-body .purpose-item {
  width: calc((100% - 72px) / 3);
}
@media screen and (max-width: 1240px) {
  #guide .guide-block .guide-body .purpose-item {
    width: calc((100% - 36px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #guide .guide-block .guide-body .purpose-item {
    width: calc((100% - 13px) / 2);
  }
}
#guide .guide-block .guide-body .purpose-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 40px 29px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #b1b1b1;
  color: #3b3b3b;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .purpose-item a {
    padding: 26px 8px 25px;
  }
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .purpose-item a .purpose-icon {
    width: 60px;
  }
}
#guide .guide-block .guide-body .purpose-item a .purpos-txt {
  margin-top: 19px;
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1.3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .purpose-item a .purpos-txt {
    margin-top: 17px;
    line-height: 24px;
  }
}
#guide .guide-block .guide-body .purpose-item a .arrow-icon {
  margin-left: 0;
  margin-top: 14px;
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .purpose-item a .arrow-icon {
    margin-top: 12px;
  }
}
@media (hover: hover) {
  #guide .guide-block .guide-body .purpose-item a:hover {
    border: 2px solid #f2f2f2;
    background-color: #f2f2f2;
  }
  #guide .guide-block .guide-body .purpose-item a:hover .arrow-icon {
    background-color: var(--color-key);
  }
  #guide .guide-block .guide-body .purpose-item a:hover .arrow-icon svg path {
    fill: var(--color-white);
  }
}
#guide .guide-block .guide-body .purpose-item:nth-child(1) .purpose-icon {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 420px) {
  #guide .guide-block .guide-body .purpose-item:nth-child(1) .purpose-icon {
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
  }
}
#guide .guide-block .guide-body .purpose-item:nth-child(8) .purpose-icon {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

/*
 * お問い合わせの多いご質問
 *********************/
#faq {
  padding: 102px 0;
}
@media screen and (max-width: 420px) {
  #faq {
    padding: 72px 0 80px;
  }
}
#faq .faq-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 420px) {
  #faq .faq-list {
    gap: 17px;
  }
}
#faq .faq-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 40px 32px 38px;
  color: #3b3b3b;
  border-radius: 10px;
  border: 2px solid #b1b1b1;
  background-color: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 420px) {
  #faq .faq-item a {
    padding: 24px 18px 23px 16px;
  }
}
@media (hover: hover) {
  #faq .faq-item a:hover {
    background-color: #f2f2f2;
  }
  #faq .faq-item a:hover .arrow-icon {
    background-color: var(--color-key);
  }
  #faq .faq-item a:hover .arrow-icon svg path {
    fill: var(--color-white);
  }
}
#faq .faq-item a:before {
  display: block;
  content: "Q";
  font-family: "Jost";
  font-size: clamp(46px, 4vw + 0.2rem, 64px);
  line-height: 100%;
  color: var(--color-key);
  margin-right: 31px;
}
@media screen and (max-width: 420px) {
  #faq .faq-item a:before {
    margin-right: 10px;
  }
}
#faq .faq-item .faq-text {
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  line-height: 28px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 420px) {
  #faq .faq-item .faq-text {
    line-height: 25px;
    -webkit-line-clamp: 5;
  }
}

/*
 * サポートガイド
 *********************/
#transaction {
  padding: 86px 0 152px;
}
@media screen and (max-width: 420px) {
  #transaction {
    padding-top: 82px;
    padding-bottom: 101px;
  }
}
#transaction .section-body {
  margin-top: 0;
}
#transaction .header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 120%;
}
@media screen and (max-width: 420px) {
  #transaction .header-text {
    background: none;
    gap: 6px;
    padding: 7px 5px 9px 10px;
  }
}
@media screen and (max-width: 420px) {
  #transaction .header-text span {
    display: inline-block;
    border-radius: 7px;
    padding: 7px 5px 9px 10px;
    background-color: var(--color-key);
  }
}
#transaction .transaction-block {
  padding-top: 130px;
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block {
    padding-top: 90px;
  }
}
#transaction .transaction-block:first-child {
  padding-top: 86px;
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block:first-child {
    padding-top: 66px;
  }
}
#transaction .transaction-block .transaction-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  padding: 46px 50px 28px;
  background-color: #feeded;
  border: 6px solid var(--color-key);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-header {
    gap: 12px;
    padding: 26px 18px 20px;
  }
}
#transaction .transaction-block .transaction-header .transaction-caption {
  text-align: center;
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  font-weight: bold;
  line-height: 150%;
  color: #2b2b2b;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-header .transaction-caption {
    line-height: 24px;
    text-align: center;
  }
}
#transaction .transaction-block .transaction-header .transaction-text {
  font-size: clamp(20px, 1.75vw + 0.2rem, 28px);
  font-weight: bold;
  line-height: 100%;
  color: var(--color-key);
  letter-spacing: 2px;
}
#transaction .transaction-block .transaction-header:before, #transaction .transaction-block .transaction-header:after {
  display: block;
  content: "";
  width: calc(100% - 47px);
  height: 6px;
  background-color: #feeded;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-header:before, #transaction .transaction-block .transaction-header:after {
    width: calc(100% - 34px);
  }
}
#transaction .transaction-block .transaction-header::before {
  top: -6px;
}
#transaction .transaction-block .transaction-header::after {
  bottom: -6px;
}
#transaction .transaction-block .transaction-header .frame:before, #transaction .transaction-block .transaction-header .frame:after {
  display: block;
  content: "";
  width: 6px;
  height: calc(100% - 47px);
  background-color: #feeded;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-header .frame:before, #transaction .transaction-block .transaction-header .frame:after {
    height: calc(100% - 34px);
  }
}
#transaction .transaction-block .transaction-header .frame::before {
  left: -6px;
}
#transaction .transaction-block .transaction-header .frame::after {
  right: -6px;
}
#transaction .transaction-block .transaction-body {
  margin-top: 60px;
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-body {
    margin-top: 30px;
  }
}
#transaction .transaction-block .transaction-body .service-list,
#transaction .transaction-block .transaction-body .purpose-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #transaction .transaction-block .transaction-body .service-list,
  #transaction .transaction-block .transaction-body .purpose-list {
    gap: 36px;
  }
}
@media screen and (max-width: 640px) {
  #transaction .transaction-block .transaction-body .service-list,
  #transaction .transaction-block .transaction-body .purpose-list {
    gap: 13px;
  }
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-body .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#transaction .transaction-block .transaction-body .purpose-item {
  width: calc((100% - 72px) / 4);
}
@media screen and (max-width: 959px) {
  #transaction .transaction-block .transaction-body .purpose-item {
    width: calc((100% - 36px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #transaction .transaction-block .transaction-body .purpose-item {
    width: calc((100% - 13px) / 2);
  }
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-body .purpose-item {
    width: 100%;
  }
}
#transaction .transaction-block .transaction-body .purpose-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 20px 24px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #b1b1b1;
  color: #3b3b3b;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-body .purpose-item a {
    padding: 20px 12px 20px;
  }
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-body .purpose-item a .purpose-icon {
    width: 60px;
  }
}
#transaction .transaction-block .transaction-body .purpose-item a .purpos-txt {
  margin-top: 19px;
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-body .purpose-item a .purpos-txt {
    margin-top: 10px;
    line-height: 24px;
  }
}
#transaction .transaction-block .transaction-body .purpose-item a .purpos-lead {
  width: 100%;
  margin-top: 11px;
  font-size: clamp(12px, 0.875vw + 0.2rem, 14px);
  line-height: 24px;
  letter-spacing: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-body .purpose-item a .purpos-lead {
    margin-top: 4px;
    line-height: 24px;
    padding: 0 27px;
    text-align: center;
  }
}
#transaction .transaction-block .transaction-body .purpose-item a .arrow-icon {
  margin-left: 0;
  margin-top: 14px;
}
@media screen and (max-width: 420px) {
  #transaction .transaction-block .transaction-body .purpose-item a .arrow-icon {
    margin-top: 12px;
  }
}
@media (hover: hover) {
  #transaction .transaction-block .transaction-body .purpose-item a:hover {
    border: 2px solid #f2f2f2;
    background-color: #f2f2f2;
  }
  #transaction .transaction-block .transaction-body .purpose-item a:hover .arrow-icon {
    background-color: var(--color-key);
  }
  #transaction .transaction-block .transaction-body .purpose-item a:hover .arrow-icon svg path {
    fill: var(--color-white);
  }
}

/*
 * お知らせ
 *********************/
#news {
  padding: 100px 0;
  background-color: #feeded;
}
@media screen and (max-width: 420px) {
  #news {
    padding: 80px 0;
  }
}
@media screen and (max-width: 420px) {
  #news .section-body {
    margin-top: 70px;
  }
}
#news .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 420px) {
  #news .news-list {
    gap: 14px;
  }
}
#news .news-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  padding: 34px 40px 33px 38px;
  color: #3b3b3b;
  border-radius: 10px;
  border: 2px solid #b1b1b1;
  background-color: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 640px) {
  #news .news-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding: 17px 18px 17px 16px;
  }
}
@media (hover: hover) {
  #news .news-item a:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
  }
  #news .news-item a:hover .arrow-icon {
    background-color: var(--color-key);
  }
  #news .news-item a:hover .arrow-icon svg path {
    fill: var(--color-white);
  }
}
#news .news-item .upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
@media screen and (max-width: 640px) {
  #news .news-item .upper {
    gap: 9px;
  }
}
#news .news-item .donwner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  #news .news-item .donwner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#news .news-item .news-date {
  font-family: "Jost";
  letter-spacing: 1.6px;
}
#news .news-item .news-date,
#news .news-item .news-text {
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  line-height: 28px;
}
@media screen and (max-width: 640px) {
  #news .news-item .news-date,
  #news .news-item .news-text {
    line-height: 25px;
  }
}
#news .news-item .news-date {
  color: #d80c24;
}
#news .news-item .news-category {
  font-size: clamp(12px, 0.875vw + 0.2rem, 14px);
  line-height: 100%;
  letter-spacing: 0.9px;
  border: 1px solid #d80c24;
  padding: 4px 21px 4px 25px;
  color: #d80c24;
}
@media screen and (max-width: 640px) {
  #news .news-item .news-category {
    padding: 4px 28px 4px 29px;
  }
}
#news .news-item .news-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 640px) {
  #news .news-item .news-text {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 640px) {
  #news .news-item .arrow-icon {
    -webkit-transform: translate(0, 9px);
        -ms-transform: translate(0, 9px);
            transform: translate(0, 9px);
  }
}

/*
 * フッター付近CTA
 *********************/
.cta-area a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-key);
  -webkit-box-shadow: 0px 0px 0px 0 var(--color-key) inset;
          box-shadow: 0px 0px 0px 0 var(--color-key) inset;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta-area a .cta-inner {
  width: 100%;
  max-width: 1106px;
  padding: 0 3px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 61px;
  padding-bottom: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 420px) {
  .cta-area a .cta-inner {
    width: 100%;
    max-width: 240px;
    padding: 0 3px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 27px;
  }
}
.cta-area a .cta-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.cta-area a .cta-text .txt {
  font-size: clamp(18px, 1.5vw + 0.2rem, 24px);
  font-weight: bold;
  line-height: 28px;
  color: var(--color-white);
  letter-spacing: 1.7px;
}
@media screen and (max-width: 420px) {
  .cta-area a .cta-text .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 30px;
  }
}
.cta-area a .cta-text .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--color-key);
  border: 1px solid var(--color-white);
  border-radius: 50%;
  -webkit-transform: translate(2px, 1px);
      -ms-transform: translate(2px, 1px);
          transform: translate(2px, 1px);
}
@media screen and (max-width: 420px) {
  .cta-area a .cta-text .icon {
    width: 23px;
    height: 23px;
    -webkit-transform: translate(0px, -2px);
        -ms-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
}
.cta-area a .cta-text .icon:after {
  display: block;
  content: "";
  width: 13px;
  height: 15px;
  background-image: url(../img/ico_cta_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(2px, 0px);
      -ms-transform: translate(2px, 0px);
          transform: translate(2px, 0px);
}
@media screen and (max-width: 420px) {
  .cta-area a .cta-text .icon:after {
    width: 8px;
    height: 9px;
    -webkit-transform: translate(1px, 0px);
        -ms-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
}
@media (hover: hover) {
  .cta-area a:hover {
    -webkit-box-shadow: 0px 0px 0px 5px var(--color-key) inset;
            box-shadow: 0px 0px 0px 5px var(--color-key) inset;
    background-color: var(--color-white);
  }
  .cta-area a:hover .cta-text .txt {
    color: var(--color-key);
  }
}

/*
 * フッター
 *********************/
#siteFooter {
  background-color: #2b2b2b;
}
#siteFooter .footer-inner {
  width: 100%;
  max-width: 1106px;
  padding: 0 3px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-bottom: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 420px) {
  #siteFooter .footer-inner {
    width: 100%;
    max-width: 356px;
    padding: 0 3px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 41px;
  }
}
#siteFooter .footer-logo-area {
  width: 234px;
}
@media screen and (max-width: 420px) {
  #siteFooter .footer-logo-area {
    width: 195px;
  }
}
#siteFooter .footer-logo-area a {
  display: block;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  #siteFooter .footer-logo-area a:hover {
    opacity: 0.7;
  }
}
#siteFooter .footer-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}
@media screen and (max-width: 420px) {
  #siteFooter .footer-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
    margin-top: 44px;
  }
}
#siteFooter .footer-link-list .footer-link-item {
  padding: 0 20px;
  border-left: 1px solid var(--color-white);
}
@media screen and (max-width: 420px) {
  #siteFooter .footer-link-list .footer-link-item {
    padding: 0 14px;
    border-right: 1px solid var(--color-white);
  }
}
#siteFooter .footer-link-list .footer-link-item:last-child {
  border-right: 1px solid var(--color-white);
}
#siteFooter .footer-link-list .footer-link-item a {
  display: inline-block;
  padding: 2px 0;
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  letter-spacing: 1px;
  line-height: 100%;
  color: var(--color-white);
  position: relative;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#siteFooter .footer-link-list .footer-link-item a:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  #siteFooter .footer-link-list .footer-link-item a:hover:after {
    width: 100%;
  }
}
#siteFooter .external-link {
  margin-top: 12px;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 420px) {
  #siteFooter .external-link {
    margin-top: 26px;
  }
}
#siteFooter .external-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  line-height: 30px;
  color: var(--color-white);
  letter-spacing: 1px;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#siteFooter .external-link a:before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#siteFooter .external-link a:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/ico_external.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  #siteFooter .external-link a:hover:before {
    width: 100%;
  }
}
#siteFooter .copy-block {
  font-family: "Jost";
  font-size: clamp(10px, 0.75vw + 0.2rem, 12px);
  letter-spacing: 1.1px;
  line-height: 100%;
  color: var(--color-white);
  margin-top: 35px;
}
@media screen and (max-width: 420px) {
  #siteFooter .copy-block {
    margin-top: 25px;
  }
}

/*
 * ハンバーガー
 *********************/
.humberger-block {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: 80px;
  height: 80px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .humberger-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 420px) {
  .humberger-block {
    width: 60px;
    height: 60px;
  }
}
.humberger-block .line {
  position: relative;
  z-index: 3;
  width: 20px;
  height: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.humberger-block .line .inner {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.humberger-block .line .inner:after, .humberger-block .line .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2b2b2b;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.humberger-block .line:after, .humberger-block .line:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2b2b2b;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.humberger-block .line:before {
  top: 0;
}
.humberger-block .line:after {
  bottom: 0;
}
.humberger-block.opend .line .inner:after {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}
.humberger-block.opend .line .inner:before {
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
}
.humberger-block.opend .line:after, .humberger-block.opend .line:before {
  width: 0;
}

.humberger-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 150;
}

.humberger-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.humberger-menu.show {
  visibility: visible;
  opacity: 1;
}
.humberger-menu .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2b2b2b;
  opacity: 0.85;
}
.humberger-menu .humberger-body {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #fff;
  margin-top: 60px;
}
.humberger-menu .humberger-body .humberger-inner {
  width: 100%;
  max-width: 299px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.humberger-menu .humberger-body .humberger-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  padding: 0 10px;
}
.humberger-menu .humberger-body .humberger-link-list .humberger-link-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  color: #3b3b3b;
  padding: 15px 9px 21px;
  border-bottom: 2px solid #b1b1b1;
}
.humberger-menu .humberger-body .humberger-link-list .humberger-link-item a:after {
  display: block;
  content: "";
  width: 11px;
  height: 13px;
  background-image: url(../img/ico_humbergar_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.humberger-menu .humberger-body .humberger-link-list .humberger-link-item a.current {
  border-color: var(--color-key);
}
.humberger-menu .humberger-body .humberger-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 72px;
}
.humberger-menu .humberger-body .humberger-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 19px;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.humberger-menu .humberger-body .humberger-nav a.link-company {
  background-color: #b1b1b1;
  border: 2px solid #b1b1b1;
}
.humberger-menu .humberger-body .humberger-nav a.link-inquiry {
  background-color: #2b2b2b;
  border: 2px solid #2b2b2b;
}
.humberger-menu .humberger-body .humberger-nav a span,
.humberger-menu .humberger-body .humberger-nav a svg {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}
@media (hover: hover) {
  .humberger-menu .humberger-body .humberger-nav a:hover {
    background-color: #fff;
  }
  .humberger-menu .humberger-body .humberger-nav a:hover.link-company span {
    color: #b1b1b1;
  }
  .humberger-menu .humberger-body .humberger-nav a:hover.link-company svg path {
    fill: #b1b1b1;
  }
  .humberger-menu .humberger-body .humberger-nav a:hover.link-inquiry span {
    color: #2b2b2b;
  }
  .humberger-menu .humberger-body .humberger-nav a:hover.link-inquiry svg path {
    fill: #2b2b2b;
  }
}

/*
 * ページトップ
 *********************/
.page-top {
  background-color: #2B2B2B;
  border: 2px solid #2B2B2B;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 74px;
  position: absolute;
  bottom: 30px;
  right: 50%;
  z-index: 100;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-top.active {
  opacity: 1;
}
.page-top.fixed {
  position: fixed;
}
@media (hover: hover) {
  .page-top:hover {
    background-color: #fff;
  }
  .page-top:hover svg path {
    fill: #2B2B2B;
  }
  .page-top:hover .page-top-text {
    color: #2B2B2B !important;
  }
}
@media screen and (max-width: 420px) {
  .page-top {
    bottom: 10px;
    width: 52px;
    height: 52px;
  }
  .page-top svg {
    width: 9px;
    height: 10px;
  }
}
.page-top a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.page-top .page-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.page-top .page-top-inner .page-top-text {
  font-family: "Jost";
  font-size: clamp(12px, 0.875vw + 0.2rem, 14px);
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 420px) {
  .page-top .page-top-inner .page-top-text {
    -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
            transform: translateX(1px);
  }
}