/*======================================================================
 * main
======================================================================*//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}/*======================================================================
 * setting
======================================================================*/@font-face {
  font-family: "HanCode";
  font-weight: 700;
  src: url('//8598105.fs1.hubspotusercontent-na1.net/hubfs/8598105/raw_assets/public/Rpa_2024/assets/fonts/source-han-code-jp-2.012R/OTF/SourceHanCodeJP-Bold.otf') format( opentype );
}
@font-face {
  font-family: "HanCode";
  font-weight: 500;
  src: url('//8598105.fs1.hubspotusercontent-na1.net/hubfs/8598105/raw_assets/public/Rpa_2024/assets/fonts/source-han-code-jp-2.012R/OTF/SourceHanCodeJP-Medium.otf') format( opentype );
}
@font-face {
  font-family: "HanCode";
  font-weight: 400;
  src: url('//8598105.fs1.hubspotusercontent-na1.net/hubfs/8598105/raw_assets/public/Rpa_2024/assets/fonts/source-han-code-jp-2.012R/OTF/SourceHanCodeJP-Regular.otf') format( opentype );
}
@font-face {
  font-family: "HanSans";
  font-weight: 700;
  src: url('//8598105.fs1.hubspotusercontent-na1.net/hubfs/8598105/raw_assets/public/Rpa_2024/assets/fonts/SourceHanSansJP/SubsetOTF/JP/SourceHanSansJP-Bold.otf') format( opentype );
}
@font-face {
  font-family: "HanSans";
  font-weight: 500;
  src: url('//8598105.fs1.hubspotusercontent-na1.net/hubfs/8598105/raw_assets/public/Rpa_2024/assets/fonts/SourceHanSansJP/SubsetOTF/JP/SourceHanSansJP-Medium.otf') format( opentype );
}
@font-face {
  font-family: "HanSans";
  font-weight: 400;
  src: url('//8598105.fs1.hubspotusercontent-na1.net/hubfs/8598105/raw_assets/public/Rpa_2024/assets/fonts/SourceHanSansJP/SubsetOTF/JP/SourceHanSansJP-Normal.otf') format( opentype );
}
@font-face {
  font-family: "HanSans";
  font-weight: 300;
  src: url('//8598105.fs1.hubspotusercontent-na1.net/hubfs/8598105/raw_assets/public/Rpa_2024/assets/fonts/SourceHanSansJP/SubsetOTF/JP/SourceHanSansJP-Regular.otf') format( opentype );
}
@font-face {
  font-family: "HanSans";
  font-weight: 200;
  src: url('//8598105.fs1.hubspotusercontent-na1.net/hubfs/8598105/raw_assets/public/Rpa_2024/assets/fonts/SourceHanSansJP/SubsetOTF/JP/SourceHanSansJP-Light.otf') format( opentype );
}
@font-face {
  font-family: "LineSeed";
  font-weight: 200;
  src: url('//8598105.fs1.hubspotusercontent-na1.net/hubfs/8598105/raw_assets/public/Rpa_2024/assets/fonts/LINESeedJP_20230831/Web/WOFF2/LINESeedJP_OTF_Rg.woff2') format( woff2 );
}
.ff-code {
  font-family: "HanCode";
}/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}
p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}
p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; 
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/
@media screen and (max-width: 768px) {
  .hs_cos_wrapper_type_rich_text table td {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}/*======================================================================
 * adjust-width
======================================================================*/
.adjust-width {
  width: 95%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important;
  min-height: 70px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  background: #52c0eb;
  border: 2px solid #52c0eb;
  color: #fff;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 0;
  transition: background-color 0.25s, color 0.25s;
}
.c-button:link, .c-button:visited, .c-button:active {
  color: #fff;
}
.c-button::after {
  content: none !important;
}
.c-button > * {
  display: block;
  width: 100%;
}
.c-button svg {
  fill: #fff;
  transition: fill 0.25s;
}
.c-button:hover {
  opacity: 1;
  background: #fff;
  color: #52c0eb;
}
.c-button.-blue, .-blue .c-button {
  background: #52c0eb;
  border-color: #52c0eb;
}
.c-button.-blue:hover, .-blue .c-button:hover {
  background: #fff;
  color: #52c0eb;
}
.c-button.-blue:hover svg, .-blue .c-button:hover svg {
  fill: #52c0eb;
}
.c-button.-red, .-red .c-button {
  background: #e20001;
  border-color: #e20001;
}
.c-button.-red:hover, .-red .c-button:hover {
  background: #fff;
  color: #e20001;
}
.c-button.-red:hover svg, .-red .c-button:hover svg {
  fill: #e20001;
}
.c-button.-navy, .-navy .c-button {
  background: #332c6a;
  border-color: #332c6a;
}
.c-button.-navy:hover, .-navy .c-button:hover {
  background: #fff;
  color: #332c6a;
}
.c-button.-navy:hover svg, .-navy .c-button:hover svg {
  fill: #332c6a;
}
.c-button i {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-button i::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  font-style: normal;
}
.c-button i.-right {
  right: 15px;
}
.c-button i.-left {
  left: 15px;
}
.c-button i.-arrow.-right::before {
  content: "";
  font-size: 26px;
}
.c-button i.-arrow.-left::before {
  content: "";
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-height: 60px;
    font-size: 1.5rem;
  }
  .c-button i.-right {
    right: 10px;
  }
  .c-button i.-left {
    left: 10px;
  }
}/*======================================================================
 * hs form
======================================================================*/
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form label {
  display: block;
}
form .form-columns-2 .hs-form-field {
  width: 48% !important;
}
form .form-columns-2 .hs-form-field:last-child {
  margin-left: 4%;
}
form .hs-form-field {
  margin-bottom: 2em;
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
form .hs-richtext {
  margin-bottom: 0.5em;
}
form .hs-richtext img {
  height: auto;
  max-width: 100% !important;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .inputs-list li {
  display: block;
  margin: 0.7rem 0;
}
form .hs-form-required {
  color: red;
}
form .hs-error-msg,
form .hs-error-msgs {
  color: red;
}
form .hs_error_rollup {
  margin: 3em auto -2em;
  text-align: center;
}
form .hs_error_rollup .inputs-list li {
  margin: 0;
}
form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  outline: none;
  border-radius: 0;
  border: 1px solid #333;
  padding: 0.5em 1em;
}
form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=file]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=date]::-moz-placeholder {
  color: #ccc;
}
form select:-ms-input-placeholder, form textarea:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=file]:-ms-input-placeholder, form input[type=search]:-ms-input-placeholder, form input[type=date]:-ms-input-placeholder {
  color: #ccc;
}
form select::placeholder,
form textarea::placeholder, form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: #ccc;
}
form select:focus::-moz-placeholder, form textarea:focus::-moz-placeholder, form input[type=text]:focus::-moz-placeholder, form input[type=email]:focus::-moz-placeholder, form input[type=password]:focus::-moz-placeholder, form input[type=tel]:focus::-moz-placeholder, form input[type=number]:focus::-moz-placeholder, form input[type=file]:focus::-moz-placeholder, form input[type=search]:focus::-moz-placeholder, form input[type=date]:focus::-moz-placeholder {
  color: transparent;
}
form select:focus:-ms-input-placeholder, form textarea:focus:-ms-input-placeholder, form input[type=text]:focus:-ms-input-placeholder, form input[type=email]:focus:-ms-input-placeholder, form input[type=password]:focus:-ms-input-placeholder, form input[type=tel]:focus:-ms-input-placeholder, form input[type=number]:focus:-ms-input-placeholder, form input[type=file]:focus:-ms-input-placeholder, form input[type=search]:focus:-ms-input-placeholder, form input[type=date]:focus:-ms-input-placeholder {
  color: transparent;
}
form select:focus::placeholder,
form textarea:focus::placeholder, form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form input[type=password]:focus::placeholder, form input[type=tel]:focus::placeholder, form input[type=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 34px;
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  resize: vertical;
}
form input[type=file] {
  padding: initial;
  border: initial;
  background-color: transparent;
  cursor: pointer;
}
form .fn-date-picker .pika-button {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  background: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: #000;
}
form .fn-date-picker .is-selected .pika-button {
  background: #000;
  box-shadow: none;
  border-radius: 0 !important;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  cursor: pointer;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
form input[type=checkbox] + span::before {
  left: 0;
  top: 0.3rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}
form input[type=checkbox] + span::after {
  left: 0.4rem;
  top: 0.8rem;
  width: 1.2rem;
  height: 0.7rem;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  opacity: 0;
}
form input[type=checkbox]:checked + span:after {
  opacity: 1;
}
form input[type=radio] {
  display: none;
}
form input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  cursor: pointer;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
}
form input[type=radio] + span::before {
  left: 0;
  top: 0.3rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}
form input[type=radio] + span::after {
  left: 0.5rem;
  top: 0.8rem;
  width: 1rem;
  height: 1rem;
  background: #000;
  opacity: 0;
}
form input[type=radio]:checked + span:after {
  opacity: 1;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .grecaptcha-badge {
  margin: 30px auto;
}
form .hs-submit {
  width: 90%;
  max-width: 350px;
  margin: 3em auto 0;
}
form input[type=submit] {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  text-align: center;
  background: black;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  cursor: pointer;
}
form .submitted-message {
  text-align: center;
}

.form-title {
  margin: 0;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.c-container {
  padding-top: 117px;
}
@media screen and (max-width: 768px) {
  .c-container {
    padding-top: 52px;
  }
}
.c-container.-hs-blog-post, .c-container.-hs-blog-listing, .c-container.-search-results, .c-container.-hs-site-page, .c-container.-hs-page {
  padding-top: 148px;
}
@media screen and (max-width: 1000px) {
  .c-container.-hs-blog-post, .c-container.-hs-blog-listing, .c-container.-search-results, .c-container.-hs-site-page, .c-container.-hs-page {
    padding-top: 52px;
  }
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.header-brand-menu {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  align-items: stretch;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 0 0 48px;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  .header-brand-menu {
    height: 52px;
    min-height: auto;
    padding: 0 0 0 15px;
    background-color: #000;
    border-bottom: none;
  }
}
.header-brand-menu .brand-menu {
  padding: 25px 0;
}
@media screen and (max-width: 1000px) {
  .header-brand-menu .brand-menu {
    display: none;
  }
}
.header-brand-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
}
.header-brand-menu li {
  line-height: 1;
}
.header-brand-menu li:first-of-type a::after, .header-brand-menu li:nth-child(2) a::after, .header-brand-menu li:nth-child(3) a::after, .header-brand-menu li:nth-child(5) a::after, .header-brand-menu li:nth-child(6) a::after, .header-brand-menu li:nth-child(7) a::after, .header-brand-menu li:nth-child(8) a::after {
  left: 50%;
  transition: transform 0.3s ease-out;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
}
.header-brand-menu li:first-of-type a:hover::after, .header-brand-menu li:nth-child(2) a:hover::after, .header-brand-menu li:nth-child(3) a:hover::after, .header-brand-menu li:nth-child(5) a:hover::after, .header-brand-menu li:nth-child(6) a:hover::after, .header-brand-menu li:nth-child(7) a:hover::after, .header-brand-menu li:nth-child(8) a:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.header-brand-menu li a {
  position: relative;
  padding: 0 0 6px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.43;
  color: #343434;
  text-decoration: none;
}
.header-brand-menu li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  content: "";
  background-color: #343434;
  border-radius: 2px;
}
.header-brand-menu li a:hover {
  opacity: 1;
}

.header-button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background-color: #343434;
}
@media screen and (max-width: 1000px) {
  .header-button-item {
    position: absolute;
    top: 12px;
    right: 50px;
    width: 120px;
    background-color: transparent;
  }
}
.header-button-item .header-button {
  display: block;
  height: 100%;
  padding: 30px 24px 31px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .header-button-item .header-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #464646;
    border: 1px solid #464646;
    border-radius: 20px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  .header-button-item .header-button::before {
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 11px;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url("https://exceljoshi.cocoo.co.jp/hubfs/excel_joshi/images/cta/icon_speech_bubble.svg");
    mask-image: url("https://exceljoshi.cocoo.co.jp/hubfs/excel_joshi/images/cta/icon_speech_bubble.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: all 0.3s;
  }
  .header-button-item .header-button:hover {
    background-color: #b59d37;
    border-color: #b59d37;
    opacity: 1;
  }
}

@media screen and (min-width: 1001px) {
  .header-main-menu {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1000px) {
  .header-main-menu {
    display: none;
    color: #fff;
    background-color: #161F2E;
  }
}
.header-main-menu > a {
  color: #444444;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .header-main-menu > a {
    color: #fff;
  }
}
.header-main-menu .pc-menu {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .header-main-menu .pc-menu {
    display: none;
  }
}
.header-main-menu .pc-menu ul {
  list-style: none;
}
.header-main-menu .pc-menu .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px 0 15px;
  background-color: #F3F3F3;
  margin-top: 0;
}
.header-main-menu .pc-menu .hs-menu-depth-1 {
  position: relative;
  margin-right: 30px;
  color: #707070;
}
.header-main-menu .pc-menu .hs-menu-depth-1:last-of-type {
  margin-right: 0;
}
.header-main-menu .pc-menu .hs-menu-depth-1:hover > a {
  opacity: 1;
}
.header-main-menu .pc-menu .hs-menu-depth-1:hover > a::after {
  visibility: visible;
  opacity: 1;
}
.header-main-menu .pc-menu .hs-menu-depth-1 > a {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 10px 8px;
  color: #707070;
  text-decoration: none;
}
.header-main-menu .pc-menu .hs-menu-depth-1 > a::after {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: block;
  width: 37px;
  height: 0;
  visibility: hidden;
  content: "";
  border-top: 3px solid #E08025;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  transform: translateX(-50%);
}
.header-main-menu .pc-menu .hs-menu-depth-1.hs-item-has-children {
  position: relative;
}
.header-main-menu .pc-menu .hs-menu-depth-1.hs-item-has-children > a {
  position: relative;
}
.header-main-menu .pc-menu .hs-menu-depth-1.hs-item-has-children:hover > .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.header-main-menu .pc-menu .hs-menu-depth-1 > .hs-menu-children-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px 15px 22px;
  margin: -5px 0 0;
  color: #fff;
  white-space: nowrap;
  visibility: hidden;
  background-color: rgba(60, 59, 59, 0.9);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.header-main-menu .pc-menu .hs-menu-depth-2:not(:last-child) {
  margin-bottom: 0.5em;
}
.header-main-menu .pc-menu .hs-menu-depth-2 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.header-main-menu .pc-menu .hs-menu-depth-2 a::after {
  margin-left: 22px;
  font-size: 10px;
  content: "→";
}
.header-main-menu .pc-menu .hs-menu-depth-2 a:hover {
  color: #E08025;
  opacity: 1;
}
.header-main-menu .pc-menu .hs-menu-depth-2 .hs-menu-children-wrapper {
  padding: 0 0 0 10px;
  font-size: 13px;
}
.header-main-menu .pc-menu .hs-menu-depth-2 .hs-menu-children-wrapper li {
  display: flex;
  align-items: center;
}
.header-main-menu .pc-menu .hs-menu-depth-2 .hs-menu-children-wrapper li::before {
  display: block;
  margin-right: 1em;
  content: "ー";
}
@media screen and (min-width: 1001px) {
  .header-main-menu .sp-menu {
    display: none;
  }
}
.header-main-menu .sp-menu ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
}
.header-main-menu .sp-menu .hs-menu-depth-1 {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.header-main-menu .sp-menu .hs-menu-depth-1 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 32px 0 28px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background-color: #253244;
}
.header-main-menu .sp-menu .hs-menu-depth-1 > a span {
  position: relative;
  display: block;
  width: 19px;
  height: 19px;
  margin-left: 10px;
  font-size: 9px;
  line-height: 19px;
  text-align: center;
  background-color: #E9474D;
  border-radius: 50%;
}
.header-main-menu .sp-menu .hs-menu-depth-1 > a span::after {
  content: "→";
}
.header-main-menu .sp-menu .hs-menu-depth-1 .toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
}
.header-main-menu .sp-menu .hs-menu-depth-1 .toggle span {
  position: relative;
  display: block;
  width: 19px;
  height: 19px;
  font-size: 9px;
  line-height: 19px;
  text-align: center;
  background-color: #E08025;
  border-radius: 50%;
}
.header-main-menu .sp-menu .hs-menu-depth-1 .toggle span::after {
  content: "→";
}
.header-main-menu .sp-menu .hs-menu-depth-1:not(.hs-item-has-children) .toggle {
  pointer-events: none;
}
.header-main-menu .sp-menu .hs-menu-depth-1.hs-item-has-children > a span::before, .header-main-menu .sp-menu .hs-menu-depth-1.hs-item-has-children > a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 0;
  margin-left: -5px;
  content: "";
  border-top: 1px solid;
}
.header-main-menu .sp-menu .hs-menu-depth-1.hs-item-has-children > a span::after {
  transition: transform 0.3s;
  transform: rotate(90deg);
}
.header-main-menu .sp-menu .hs-menu-depth-1.hs-item-has-children .toggle {
  cursor: pointer;
}
.header-main-menu .sp-menu .hs-menu-depth-1.hs-item-has-children .toggle span::before, .header-main-menu .sp-menu .hs-menu-depth-1.hs-item-has-children .toggle span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 0;
  margin-left: -5px;
  content: "";
  border-top: 1px solid;
}
.header-main-menu .sp-menu .hs-menu-depth-1.hs-item-has-children .toggle span::after {
  transition: transform 0.3s;
  transform: rotate(90deg);
}
.header-main-menu .sp-menu .hs-menu-depth-1.hs-item-has-children.-js-opened > a span::after {
  transform: rotate(0deg);
}
.header-main-menu .sp-menu .hs-menu-depth-1.hs-item-has-children.-js-opened .toggle span::after {
  transform: rotate(0deg);
}
.header-main-menu .sp-menu .hs-menu-depth-1 > .hs-menu-children-wrapper {
  display: none;
  padding: 0 28px;
  margin: 0;
}
.header-main-menu .sp-menu .hs-menu-depth-1:last-child > a {
  background-color: #343434;
}
.header-main-menu .sp-menu .hs-menu-depth-2 {
  font-size: 11px;
  font-weight: 300;
}
.header-main-menu .sp-menu .hs-menu-depth-2:not(:last-child) {
  border-bottom: 1px solid #253244;
}
.header-main-menu .sp-menu .hs-menu-depth-2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 33px;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
.header-main-menu .sp-menu .hs-menu-depth-2 a::after {
  display: block;
  margin-left: 1em;
  content: "→";
}
.header-main-menu .sp-menu .hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper {
  padding-left: 1em;
  margin: 0;
}
.header-main-menu .sp-menu .hs-menu-depth-3 {
  width: 100%;
}
.header-main-menu .sp-menu .hs-menu-depth-3 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 28px;
  color: #fff;
  text-decoration: none;
}
.header-main-menu .sp-menu .hs-menu-depth-3 a::after {
  margin-left: auto;
}
.header-main-menu .sp-menu .hs-menu-depth-3 a::before {
  display: block;
  margin-right: 1em;
  content: "ー";
}
.header-main-menu .sp-menu .hs-menu-depth-3 a:hover {
  color: #E08025;
  opacity: 1;
}

.c-header .header-logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.c-header .header-logo a {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .c-header .header-logo {
    width: 100%;
    max-width: 150px;
  }
}
.c-header .header-logo .logo-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-header .header-logo .logo-sp {
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .header-logo .logo-pc {
    display: none;
  }
}
.c-header .toggle-btn {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: center;
  width: 48px;
  height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 8px;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .c-header .toggle-btn {
    display: none;
  }
}
.c-header .toggle-btn.-js-opened i:nth-child(1) {
  margin-top: -6px;
  transform: rotate(45deg);
}
.c-header .toggle-btn.-js-opened i:nth-child(2) {
  margin-top: -6px;
  transform: rotate(-45deg);
}
.c-header .toggle-btn.-js-opened i:nth-child(3) {
  transform: scale(0, 1);
}
.c-header .toggle-btn.-js-opened::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  margin-top: 7px;
  text-align: center;
  content: "CLOSE";
}
.c-header .toggle-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 3px;
  margin-left: -12px;
  background: #fff;
  transition: transform 0.2s ease-out, margin 0.2s ease-out;
}
.c-header .toggle-btn i:nth-child(1) {
  margin-top: -11px;
}
.c-header .toggle-btn i:nth-child(2) {
  margin-top: -1px;
}
.c-header .toggle-btn i:nth-child(3) {
  margin-top: 9px;
}

.banner-section,
.post-breadcrumbs {
  margin-top: 189px;
}
@media screen and (max-width: 1000px) {
  .banner-section,
  .post-breadcrumbs {
    margin-top: 52px;
  }
}

/* ------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------ */
.hs-inline-edit .-hs-blog-post,
.hs-inline-edit .-hs-blog-listing,
.hs-inline-edit .-search-results,
.hs-inline-edit .-hs-site-page,
.hs-inline-edit .-hs-page {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .hs-inline-edit .-hs-blog-post,
  .hs-inline-edit .-hs-blog-listing,
  .hs-inline-edit .-search-results,
  .hs-inline-edit .-hs-site-page,
  .hs-inline-edit .-hs-page {
    padding-top: 0;
  }
}
.hs-inline-edit .c-header {
  position: static;
}@charset "UTF-8";
/* ======================================================================
 * footer
====================================================================== */
.c-footer {
  padding: 20px 0 0;
  color: #fff;
  background: rgba(87, 87, 87, 0.88);
}
.c-footer .copyright {
  padding: 11px 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.88);
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 0;
  }
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.footer-inner .footer-logo {
  width: 100%;
  margin-top: 78px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .footer-inner .footer-logo {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner .footer-logo {
    margin-top: 42px;
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-inner .footer-logo img {
    max-width: 176px;
  }
}
.footer-inner .footer-nav-wrapper {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 91px;
}
@media screen and (max-width: 1000px) {
  .footer-inner .footer-nav-wrapper {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    display: flex;
    padding-right: 41px;
    padding-left: 41px;
    margin-bottom: 20px;
  }
  .footer-inner .footer-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-inner .footer-left .logo {
    width: 200px;
  }
  .footer-inner .footer-right {
    width: 100%;
  }
}

.footer-nav ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em 5em;
  justify-content: center;
}
.footer-nav a {
  display: inline;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.footer-nav .hs-item-has-children > a {
  position: relative;
}
.footer-nav .hs-item-has-children > a::after {
  position: absolute;
  top: 55%;
  left: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  margin-left: 12px;
  content: "→";
  background-color: #565555;
  border: 1px solid #707070;
  border-radius: 50%;
  transform: translateY(-50%);
}
.footer-nav .hs-menu-children-wrapper {
  display: block;
  margin: 5px 0 0;
}
.footer-nav .hs-menu-children-wrapper li {
  width: 100%;
  margin-bottom: 0.5em;
}
.footer-nav .hs-menu-children-wrapper a {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}
.footer-nav .hs-menu-children-wrapper a::before {
  display: inline-block;
  margin-right: 0.5em;
  content: "ー";
}
@media screen and (max-width: 768px) {
  .footer-nav {
    width: 100%;
  }
  .footer-nav ul {
    width: 100%;
  }
  .footer-nav li {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-nav a {
    font-size: 1em;
  }
}

.sns-footer {
  width: 100%;
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .sns-footer {
    order: 3;
    margin-top: 0;
  }
}

.footer-sub-nav {
  width: 100%;
  margin-top: 52px;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .footer-sub-nav {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.footer-sub-nav ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 62px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-sub-nav ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px 41px;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-sub-nav ul li {
    width: auto;
  }
  .footer-sub-nav ul li:nth-of-type(1) {
    order: 1;
  }
  .footer-sub-nav ul li:nth-of-type(2) {
    order: 3;
  }
  .footer-sub-nav ul li:nth-of-type(3) {
    order: 2;
  }
  .footer-sub-nav ul li:nth-of-type(4) {
    order: 4;
  }
}
.footer-sub-nav ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer-sub-nav ul li a {
    font-size: 12px;
  }
}

.pagetop {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 106px;
  height: 90px;
  margin: 0 auto 50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagetop {
    font-size: 12px;
  }
}
.pagetop::before {
  position: absolute;
  top: 52%;
  left: 42%;
  display: block;
  width: 30px;
  height: 30px;
  margin: -4px 0 0 -8px;
  content: "";
  border-top: 2px solid #020202;
  border-right: 2px solid #020202;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .pagetop::before {
    width: 26px;
    height: 26px;
  }
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * ページタイトル用のセクション
------------------------------------------------------------*/
.page-title-section {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-title-section {
    padding: 0 7px;
  }
}
.page-title-section h1 {
  text-align: center;
  font-size: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 0 0 44px;
  line-height: 1.46;
  color: #444;
}
@media screen and (max-width: 1000px) {
  .page-title-section h1 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 15px;
  }
}
.page-title-section p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .page-title-section p {
    line-height: 1.6;
    font-size: 1.2rem;
  }
}/*======================================================================
* pager
======================================================================*/
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3.3rem;
  text-decoration: none;
  margin-top: 50px;
}
.c-pagination .inner {
  display: flex;
  align-items: center;
}
.c-pagination .number-link {
  display: inline-flex;
  padding: 0.6rem 0.96rem;
  margin: 0 0.24rem;
  color: #040000;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
  transition: all 0.15s linear;
}
@media screen and (max-width: 768px) {
  .c-pagination .number-link {
    font-size: 1.2rem;
  }
}
.c-pagination .number-link.-current {
  border: 2px solid #B0C1D4;
}
.c-pagination .number-link:hover, .c-pagination .number-link:focus {
  text-decoration: none;
  opacity: 1;
}
.c-pagination .number-link.number-link:hover, .c-pagination .number-link.number-link:focus {
  border: 2px solid #B0C1D4;
}
.c-pagination .prev-link,
.c-pagination .next-link {
  display: inline-flex;
  align-items: center;
  color: #040000;
  text-decoration: none;
  padding: 0.6rem 0.96rem;
}
.c-pagination .prev-link::before, .c-pagination .prev-link::after,
.c-pagination .next-link::before,
.c-pagination .next-link::after {
  display: flex;
  align-items: center;
  width: 13px;
  height: 20px;
  padding-top: 3px;
  background-repeat: no-repeat;
}
.c-pagination .prev-link .svg,
.c-pagination .next-link .svg {
  fill: #B0C1D4;
  margin: 0 5px;
}
.c-pagination .prev-link.-disabled,
.c-pagination .next-link.-disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.c-pagination .prev-link.-disabled::before, .c-pagination .prev-link.-disabled::after,
.c-pagination .next-link.-disabled::before,
.c-pagination .next-link.-disabled::after {
  -webkit-mask-image: url("https://exceljoshi.cocoo.co.jp/hubfs/excel_joshi/images/common/chevron-right-solid.svg");
  mask-image: url("https://exceljoshi.cocoo.co.jp/hubfs/excel_joshi/images/common/chevron-right-solid.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #B0C1D4;
  -webkit-mask-position: center;
  mask-position: center;
}
.c-pagination .prev-link {
  text-align: right;
  margin-right: 6px;
}
.c-pagination .prev-link::before {
  content: url("https://exceljoshi.cocoo.co.jp/hubfs/excel_joshi/images/common/chevron-right-solid.svg");
  margin-right: 5px;
  transform: scale(-1, 1);
}
.c-pagination .prev-link.-disabled::before {
  content: "";
}
.c-pagination .next-link {
  text-align: left;
  margin-left: 6px;
}
.c-pagination .next-link::after {
  content: url("https://exceljoshi.cocoo.co.jp/hubfs/excel_joshi/images/common/chevron-right-solid.svg");
  margin-left: 5px;
}
.c-pagination .next-link.-disabled::after {
  content: "";
}@charset "UTF-8";
/*======================================================================
 * CTAスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-cta-footer
------------------------------------------------------------*/
.c-cta-footer {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 57px;
  margin-top: 97px;
}
@media screen and (max-width: 1280px) {
  .c-cta-footer {
    margin-right: 64px;
    margin-left: 64px;
  }
}@charset "UTF-8";
/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  .u-sp-only,
  .pc-non {
    display: none;
  }

  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  .u-pc-only,
  .sp-non {
    display: none;
  }
}
/*------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------*/
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 40px;
}
.u-mt-default {
  margin-top: 60px;
}
.u-mt-large {
  margin-top: 80px;
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 40px;
}
.u-mb-default {
  margin-bottom: 60px;
}
.u-mb-large {
  margin-bottom: 80px;
}

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.u-ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.u-ofi.-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

/*------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------*/
.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.u-tab-switch-target, .-js-tab-target-hide, .-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show, .-js-tab-switch-show {
  -webkit-animation: fade-in 0.25s ease-out;
  animation: fade-in 0.25s ease-out;
  display: block;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}