@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a, a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* module.scss */
* {
  margin: 0;
  padding: 0;
}

:root {
  --browser-width: 0px;
  /* ブラウザの幅を格納するCSS変数 */
  --element-x: 0px;
  /* 要素のx座標を格納するCSS変数 */
  --difference: 0px;
  /* ブラウザの幅と要素のx座標の差を格納するCSS変数 */
}

html {
  overflow-x: hidden;
  font-size: 2.5vw;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  height: 100%;
}
@media screen and (min-width: 400px) {
  html {
    font-size: 62.5%;
    scroll-padding-top: 70px;
  }
}

picture,
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wf-loading {
  opacity: 0;
}

body {
  color: #2c2f2f;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.86;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-optical-sizing: auto;
  font-variant-east-asian: proportional-width jis04;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
  opacity: 0;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  body {
    overflow-x: initial;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
p {
  text-align: justify;
}

a {
  color: #2c2f2f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #f8f8f8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#screen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #screen.active::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

section,
.section {
  clear: both;
  text-align: justify;
  margin: 0;
}

section p,
section ul,
.section p,
.section ul {
  text-align: justify;
}

.title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .title {
    margin-bottom: 40px;
  }
}
.title h2 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: left;
  letter-spacing: 0.05em;
  color: #324364;
}
@media screen and (min-width: 769px) {
  .title h2 {
    font-size: 3rem;
  }
}

/* ------------------------------------------------
トップページ
------------------------------------------------ */
.mv {
  position: relative;
}
.mv > picture {
  width: 100%;
}
.mv > picture img {
  width: 100%;
  height: auto;
  max-height: 18.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 769px) {
  .mv > picture img {
    max-height: 330px;
  }
}
.mv .mv-text {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
  width: calc(100% - 1.5rem);
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1155px) {
  .mv .mv-text {
    width: 1140px;
    left: -10px;
  }
}
.mv .mv-text img {
  width: 34.2rem;
  height: auto;
}
@media screen and (min-width: 769px) {
  .mv .mv-text img {
    width: 55.8rem;
  }
}
.mv .mv-text picture {
  display: block;
}

.top-bisiness {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.8rem 0 5.6rem;
}
@media screen and (min-width: 769px) {
  .top-bisiness {
    padding: 122px 0 110px;
  }
}

.top-bisiness__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top-bisiness__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-bisiness__content {
  background: #fff;
  padding: 2rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .top-bisiness__content {
    padding: 4rem;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1140px) {
  .top-bisiness__content {
    margin-left: 150px;
    margin-right: initial;
  }
}
.top-bisiness__content p {
  color: #2c2f2f;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 3.5rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .top-bisiness__content p {
    line-height: 4.2rem;
    font-size: 2.5rem;
    text-align: left;
  }
}
.top-bisiness__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* リストの塊は中央、各行（・の位置）は左端で揃える */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  /* スマホは左寄せ（ブロックも左に） */
}
@media screen and (max-width: 768px) {
  .top-bisiness__content ul {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.top-bisiness__content ul li {
  color: #2c2f2f;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 3.5rem;
  font-size: 1.8rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-bisiness__content ul li::before {
  content: "・";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  text-align: center;
  margin-right: 0.4em;
}
@media screen and (min-width: 769px) {
  .top-bisiness__content ul li {
    line-height: 4.2rem;
    font-size: 2.5rem;
    text-align: left;
  }
}

.top-column.accounting-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top-column.accounting-column .column__list {
    margin-left: 0;
  }
}

.top-column {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8rem;
}
@media screen and (min-width: 769px) {
  .top-column {
    width: calc(100% - 30px);
    max-width: 1140px;
    padding-bottom: 100px;
  }
}
.top-column .top-column__title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .top-column .top-column__title {
    margin-bottom: 30px;
  }
}
.top-column .column__list {
  width: 100%;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 769px) {
  .top-column .column__list {
    max-width: 840px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1140px) {
  .top-column .column__list {
    margin-left: 150px;
    margin-right: initial;
  }
}
.top-column .column__list li {
  width: 100%;
  position: relative;
}
.top-column .column__list li::after {
  content: "";
  background: url("../images/common/icon-arrow-right.svg") no-repeat;
  background-size: contain;
  width: 0.7rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  bottom: -0.5rem;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .top-column .column__list li::after {
    width: 7px;
    height: 14px;
    bottom: -5px;
  }
}
.top-column .column__list li:hover::after {
  right: -0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-column .column__list li a {
  display: block;
  padding: 1.8rem 0;
  border-bottom: solid 0.1rem #d5d5d5;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-column .column__list li a {
    padding: 9px 40px 13px 0;
  }
}
.top-column .column__list li a .column__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 769px) {
  .top-column .column__list li a .column__group {
    margin-bottom: 6px;
  }
}
.top-column .column__list li a .column__date {
  font-weight: 500;
  font-size: 1.3rem;
  font-family: #324364;
  color: #3b4043;
}
@media screen and (min-width: 769px) {
  .top-column .column__list li a .column__date {
    letter-spacing: 0.03em;
    font-size: 1.4rem;
  }
}
.top-column .column__list li a .column__cat {
  font-size: 1.2rem;
  margin-left: 1rem;
  border: solid 1px #324364;
  padding: 0.4rem 0.8rem;
  line-height: 1;
  color: #3b3b3b;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .top-column .column__list li a .column__cat {
    font-size: 1.2rem;
    margin-left: 12px;
    padding: 3px 6px;
  }
}
.top-column .column__list li a .column__title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0.8rem;
  color: #3b4043;
  width: calc(100% - 3rem);
}
.top-column .column__list li a .column__text {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #2c2f2f;
  position: relative;
  width: calc(100% - 3.6rem);
}
@media screen and (min-width: 769px) {
  .top-column .column__list li a .column__text {
    line-height: 2.8rem;
  }
}
.top-column .column__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top-column .column__anchor {
    width: calc(100% - 30px);
    max-width: 840px;
  }
}
.top-column .column__anchor a {
  text-decoration: underline;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2rem;
  text-align: justify;
  color: #3b3b3b;
  padding-right: 2.4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-column .column__anchor a {
    padding-right: 24px;
  }
}
.top-column .column__anchor a:hover {
  text-decoration: none;
}
.top-column .column__anchor a::after {
  content: "";
  background: url("../images/common/icon-arrow-right.svg") no-repeat;
  background-size: contain;
  width: 0.7rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  bottom: -0.3rem;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .top-column .column__anchor a::after {
    width: 7px;
    height: 14px;
    bottom: -3px;
  }
}
.top-column .column__anchor a:hover::after {
  right: -0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ------------------------------------------------
Accountingページ
------------------------------------------------ */
.mv.accounting-mv picture img {
  max-height: 19rem;
}
@media screen and (min-width: 769px) {
  .mv.accounting-mv picture img {
    max-height: 400px;
  }
}

.accounting-bisiness {
  padding: 6.4rem 0 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .accounting-bisiness {
    padding: 100px 0 150px;
  }
}

.accounting-title {
  margin-bottom: 35px;
}
.accounting-title h2 {
  text-align: center;
}

.accounting-title.accounting-title__sp {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .accounting-title.accounting-title__sp {
    margin-bottom: 50px;
  }
}

.accounting-table {
  width: calc(100% - 3rem);
  max-width: 840px;
  margin: 0 auto;
}

.accounting-table__table {
  width: 100%;
}

.accounting-table__row {
  border-bottom: solid 1px #cdd6dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .accounting-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.accounting-table__term {
  padding: 1.4rem 0 0;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .accounting-table__term {
    padding: 11px 0;
    width: 245px;
  }
}

.accounting-table__desc {
  padding: 0 0 1.5rem 0;
}
@media screen and (min-width: 769px) {
  .accounting-table__desc {
    padding: 13px 0;
    width: calc(100% - 245px);
  }
}
.accounting-table__desc a {
  text-decoration: underline;
}
.accounting-table__desc a:hover {
  text-decoration: none;
}

.company-biography {
  padding-bottom: 8rem;
}
@media screen and (min-width: 769px) {
  .company-biography {
    padding-bottom: 100px;
  }
}

.company-biography__title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .company-biography__title {
    margin-bottom: 30px;
  }
}

.company-biography__block {
  width: 100%;
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

.company-biography__list {
  border-bottom: solid 1px #cdd6dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .company-biography__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.company-biography__item {
  padding: 1.4rem 0 0.3rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .company-biography__item {
    padding: 11px 0;
    width: 92px;
  }
}

.company-biography__description {
  padding: 0 0 1.2rem 0;
}
@media screen and (min-width: 769px) {
  .company-biography__description {
    padding: 11px 0;
    width: calc(100% - 92px);
  }
}

.works-table__block {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8rem;
}
@media screen and (min-width: 769px) {
  .works-table__block {
    padding-bottom: 145px;
  }
}

.works-table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 942px;
  border: solid 1px #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.works-table tr {
  border-bottom: solid 1px #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3b4043;
}
.works-table th,
.works-table td {
  padding: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-right: solid 1px #dfdfdf;
  font-weight: 400;
  font-size: 1.5rem;
}
.works-table th.works-table__heading {
  border-right: solid 1px #dfdfdf;
  background: #eef1f5;
}
.works-table td.works-table__heading--date {
  text-align: center;
  padding: 0.6rem;
  width: 11rem;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .works-table td.works-table__heading--date {
    width: 150px;
    padding: 12px;
  }
}
@media screen and (min-width: 769px) {
  .works-table td {
    padding: 12px 12px 12px 30px;
  }
  .works-table th {
    padding: 12px;
  }
}

/* ------------------------------------------------
会社案内ページ
------------------------------------------------ */
.company-overview {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.title.company-title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .title.company-title {
    margin-bottom: 25px;
  }
}

.company-table {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 769px) {
  .company-table {
    margin-bottom: 120px;
  }
}

.company-table__table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .company-table__table {
    width: 744px;
  }
}

.company-table__row {
  border-bottom: solid 1px #cdd6dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .company-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.company-table__term {
  padding: 1.2rem 0 0.5rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .company-table__term {
    padding: 11px 0;
    width: 205px;
  }
}

.company-table__desc {
  padding: 0 0 1.1rem 0;
  line-height: 1.73;
}
@media screen and (min-width: 769px) {
  .company-table__desc {
    padding: 11px 0;
    width: calc(100% - 205px);
  }
}
.company-table__desc p {
  line-height: 1.73;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .company-table__desc p {
    margin-bottom: 10px;
  }
}
.company-table__desc ul {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 2.2rem;
  line-height: 1.73;
}
@media screen and (min-width: 769px) {
  .company-table__desc ul {
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 20px;
  }
}
.company-table__desc a {
  text-decoration: underline;
}
.company-table__desc a:hover {
  text-decoration: none;
}

.company-table__desc ul.company-table__list {
  margin-bottom: 0;
}

.company-greeting {
  /* company-overview（外枠）側で幅と余白を持つので、ここでは二重に持たない */
  width: 100%;
  max-width: none;
  display: block;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 769px) {
  .company-greeting {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .company-layout__inner {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .company-layout__inner {
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .company-layout__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .company-layout__inner .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.company-layout__inner p {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .company-layout__inner p {
    width: 100%;
    max-width: 744px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .company-layout__inner p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    line-height: 1.86;
  }
}

@media screen and (min-width: 769px) {
  .company-greeting__image {
    width: 48%;
    max-width: 546px;
  }
}
@media screen and (min-width: 1140px) {
  .company-greeting__image {
    width: 546px;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 2rem;
  }
}
.company-greeting__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .company-greeting__image img {
    max-width: 546px;
  }
}

/* ------------------------------------------------
下層ページ
------------------------------------------------ */
.page-title {
  width: 100%;
  height: 16.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .page-title {
    height: 215px;
    margin-bottom: 20px;
  }
}
.page-title h1 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #324364;
}
@media screen and (min-width: 769px) {
  .page-title h1 {
    font-size: 3.5rem;
  }
}

input[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  vertical-align: -6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked {
  background: #000;
  content: "";
  border: 1px solid #000;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 9px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 7px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

/* -------------------------------------------------------------------------------
プライバシーポリシーページ
---------------------------------------------------------------------------------- */
.privacy_block {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .privacy_block {
    margin-bottom: 150px;
    max-width: 1140px;
  }
}
.privacy_block h2 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.privacy_block p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-bottom: 30px;
}
.privacy_block a {
  color: #0cb59b;
  text-decoration: underline;
}
.privacy_block a:hover {
  text-decoration: none;
}
.privacy_block .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 26px 0 23px;
}
.privacy_block .box a {
  color: #324364;
}
.privacy_block > ul {
  margin-bottom: 26px;
}
.privacy_block > ul > li {
  font-size: 1.4rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
}
.privacy_block > ul > li:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------------
コラムページ
---------------------------------------------------------------------------------- */
.column-detail {
  position: relative;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 5.4rem;
}
@media screen and (min-width: 769px) {
  .column-detail {
    max-width: 942px;
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
.column-detail .column-date__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .column-detail .column-date__wrapper {
    margin-right: 25px;
    margin-bottom: 15px;
  }
}
.column-detail .column-date {
  margin-right: 1.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.column-detail .column-category__tag {
  background: #fff;
  min-width: 8.5rem;
  padding: 0 0.6rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  color: #324364;
  border: solid 1px #324364;
}
.column-detail h1 {
  font-size: 2rem;
  line-height: 3.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
  font-weight: 500;
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .column-detail h1 {
    font-size: 2.5rem;
    line-height: 4rem;
    padding-bottom: 18px;
    margin-bottom: 38px;
  }
}
.column-detail h2 {
  font-size: 2rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .column-detail h2 {
    margin-top: 1.5rem;
  }
}
.column-detail h3 {
  font-size: 1.8rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .column-detail h3 {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
}
.column-detail p {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}
.column-detail img {
  margin-bottom: 3.5rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .column-detail img {
    margin-bottom: 40px;
  }
}
.column-detail blockquote {
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
.column-detail ol {
  counter-reset: listnum;
  list-style: none;
  padding-left: 2rem;
  text-indent: -2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5rem;
  color: #1c1c1c;
}
.column-detail ol li {
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.column-detail ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}
.column-detail ul {
  list-style: none;
  padding-left: 2rem;
  text-indent: -2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5rem;
  color: #1c1c1c;
}
.column-detail ul li {
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.column-detail ul li::before {
  content: "■ ";
}
.column-detail b {
  font-weight: 700 !important;
}
.column-detail table {
  width: 100%;
  border-left: solid 1px #b8b8b8;
  border-top: solid 1px #b8b8b8;
  margin-bottom: 4rem;
  max-width: 780px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  caption-side: top;
}
.column-detail table caption {
  text-align: left;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.column-detail table tr {
  border-bottom: solid 1px #b8b8b8;
}
.column-detail table th {
  background: #f1f3f7;
  border-right: solid 1px #b8b8b8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  padding: 0.6rem 1.2rem;
}
.column-detail table td {
  border-right: solid 1px #b8b8b8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 1.2rem;
}
.column-detail strong {
  font-weight: 700;
  color: #1c1c1c;
}
.column-detail i {
  font-style: italic;
}
.column-detail u {
  text-decoration: underline;
}
.column-detail s {
  display: inline-block;
}
.column-detail a {
  color: #324364;
  text-decoration: underline;
  font-weight: 700;
}
.column-detail a:hover {
  text-decoration: none;
}
.column-detail .video_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.column-detail .video_wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.column-detail .video_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 91, 52, 0.31);
}

.page_back-parts {
  width: calc(100% - 3rem);
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-bottom: 6.5rem;
}
@media screen and (min-width: 769px) {
  .page_back-parts {
    max-width: 1140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 100px;
  }
}
.page_back-parts .page_back-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .page_back-parts .page_back-list {
    margin: 0 80px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page_back-parts .page_back-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page_back-parts .page_back-list a {
  background: #324364;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30rem;
  height: 7rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 769px) {
  .page_back-parts .page_back-list a {
    width: 350px;
    height: 80px;
  }
}
.page_back-parts .page_back-list a::after {
  background: url("../images/column/icon-arrow-white--big.svg") no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 1.5rem;
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .page_back-parts .page_back-list a::after {
    width: 1.4rem;
    height: 2.6rem;
    left: 2.4rem;
  }
}
.page_back-parts .page_back-list a:hover::after {
  left: 1.5rem;
}
.page_back-parts .page_next {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_back-parts .page_next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 4rem;
  }
}
.page_back-parts .page_next a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: underline;
}
.page_back-parts .page_next a::after {
  background: url("../images/common/icon-arrow-right.svg") no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 0.7rem;
  height: 1.4rem;
  position: absolute;
  left: -2rem;
  top: 0.3rem;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_back-parts .page_next a:hover::after {
  left: -2.5rem;
}
.page_back-parts .page_next a:hover {
  text-decoration: none;
}
.page_back-parts .page_back {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_back-parts .page_back {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 5rem;
  }
}
.page_back-parts .page_back a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: underline;
}
.page_back-parts .page_back a::after {
  background: url("../images/common/icon-arrow-right.svg") no-repeat;
  background-size: contain;
  width: 0.7rem;
  height: 1.4rem;
  position: absolute;
  right: -2rem;
  top: 0.3rem;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_back-parts .page_back a:hover::after {
  right: -2.5rem;
}
.page_back-parts .page_back a:hover {
  opacity: 1;
  text-decoration: none;
}

/* -------------------------------------------------------------------------------
プライバシーポリシーページ / 404ページ（流用）
---------------------------------------------------------------------------------- */
.privacy__content,
.notfound__content {
  width: calc(100% - 3rem);
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  padding-bottom: 5rem;
  color: #2c2f2f;
}
@media screen and (min-width: 769px) {
  .privacy__content,
  .notfound__content {
    margin-top: -7px;
    padding-bottom: 90px;
  }
}

.privacy__text,
.notfound__text {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .privacy__text,
  .notfound__text {
    margin-bottom: 25px;
  }
}

.privacy__list,
.notfound__list {
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 769px) {
  .privacy__list,
  .notfound__list {
    margin-bottom: 22px;
  }
}
.privacy__list a,
.notfound__list a {
  text-decoration: underline;
}
.privacy__list a:hover,
.notfound__list a:hover {
  text-decoration: none;
}

.notfound__back {
  margin-top: 1.6rem;
}
.notfound__back a {
  text-decoration: underline;
}
.notfound__back a:hover {
  text-decoration: none;
}

/* -------------------------------------------------------------------------------
中小M&Aガイドライン遵守宣言ページ
---------------------------------------------------------------------------------- */
.page-title__guidelines {
  height: 20rem;
}
.page-title__guidelines h1 {
  text-align: center;
  line-height: 4.8rem;
}

.guidelines__content {
  width: calc(100% - 3rem);
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  padding-bottom: 8rem;
  color: #2c2f2f;
  line-height: 2.5rem;
}
@media screen and (min-width: 769px) {
  .guidelines__content {
    margin-top: -7px;
    padding-bottom: 100px;
  }
}

.guidelines__info {
  margin-bottom: 2.4rem;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .guidelines__info {
    margin-bottom: 25px;
  }
}

.guidelines__list {
  margin-bottom: 2.4rem;
  text-indent: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .guidelines__list {
    margin-bottom: 25px;
  }
}

.guidelines p {
  text-indent: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guidelines__text {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) {
  .guidelines__text {
    margin-bottom: 25px;
  }
}

/* -------------------------------------------------------------------------------
業務内容ページ
---------------------------------------------------------------------------------- */
.services {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8rem;
}
@media screen and (min-width: 769px) {
  .services {
    padding-bottom: 74px;
  }
}

.services-title {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .services-title {
    margin-bottom: 55px;
    margin-top: -8px;
  }
}

.services__heading {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 4rem;
  text-align: left;
  color: #324364;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .services__heading {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .services__heading span {
    opacity: 0;
  }
}

.services__text {
  margin-bottom: 1.8rem;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .services__text {
    margin-bottom: 15px;
  }
}

.services-contens {
  background: #fff;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .services-contens {
    padding: 35px 40px 40px;
    margin-bottom: 28px;
    min-height: 162px;
  }
}

.services-contens__heading {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 3.5rem;
  text-align: left;
  color: #2c2f2f;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 769px) {
  .services-contens__heading {
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 45px;
    margin-bottom: 1.2rem;
  }
}
.services-contens__heading small {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .services-contens__heading small {
    font-size: 2rem;
    display: inline-block;
  }
}

.services-contens.services-blank {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 769px) {
  .services-contens.services-blank {
    margin-bottom: 126px;
  }
}

.services-contens__text {
  line-height: 2.8rem;
  font-size: 1.5rem;
}

/* -------------------------------------------------------------------------------
コラム一覧ページ
---------------------------------------------------------------------------------- */
.column {
  width: calc(100% - 3rem);
  max-width: 94.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8rem;
  margin-top: -0.8rem;
}
@media screen and (min-width: 769px) {
  .column {
    padding-bottom: 100px;
    margin-top: -8px;
  }
}
.column .column__category {
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .column .column__category {
    margin-bottom: 42px;
  }
}
.column .column__category-text {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 769px) {
  .column .column__category-text {
    margin-bottom: 15px;
  }
}
.column .column__category-heading {
  margin-right: -5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .column .column__category-heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
}
.column .column__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .column .column__category-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .column .column__category-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.column .column__category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .column .column__category-list ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (min-width: 769px) {
  .column .column__category-list ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.column .column__category-list ul li {
  padding: 0 1.6rem;
  border-right: solid 1px #2c2f2f;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .column .column__category-list ul li {
    padding: 0 0.8rem 0 0;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .column .column__category-list ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .column .column__category-list ul li {
    padding: 0 16px;
    margin-bottom: 0;
  }
}
.column .column__category-list ul li a {
  display: block;
  text-decoration: underline;
}
.column .column__category-list ul li a:hover {
  text-decoration: none;
}
.column .column__list {
  width: 100%;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 769px) {
  .column .column__list {
    margin-bottom: 13px;
  }
}
.column .column__list li {
  width: 100%;
}
.column .column__list li a {
  display: block;
  padding: 1.3rem 0 1.2rem;
  border-bottom: solid 0.1rem #d5d5d5;
  position: relative;
}
@media screen and (min-width: 769px) {
  .column .column__list li a {
    padding: 11px 40px 12px 0;
  }
}
.column .column__list li a::after {
  content: "";
  background: url("../images/common/icon-arrow-right.svg") no-repeat;
  background-size: contain;
  width: 0.7rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  bottom: -0.5rem;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .column .column__list li a::after {
    width: 7px;
    height: 14px;
    bottom: -5px;
  }
}
.column .column__list li a:hover::after {
  right: -0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.column .column__list li a .column__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 769px) {
  .column .column__list li a .column__group {
    margin-bottom: 6px;
  }
}
.column .column__list li a .column__date {
  font-weight: 500;
  font-size: 1.3rem;
  font-family: #324364;
  color: #3b4043;
}
@media screen and (min-width: 769px) {
  .column .column__list li a .column__date {
    letter-spacing: 0.03em;
    font-size: 1.4rem;
  }
}
.column .column__list li a .column__cat {
  font-size: 1.2rem;
  margin-left: 0.6rem;
  border: solid 1px #324364;
  padding: 0.4rem 0.8rem;
  line-height: 1;
  color: #3b3b3b;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .column .column__list li a .column__cat {
    font-size: 1.2rem;
    margin-left: 8px;
    padding: 3px 6px;
  }
}
.column .column__list li a .column__title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0.8rem;
  color: #3b4043;
  width: calc(100% - 3rem);
}
.column .column__list li a .column__text {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #2c2f2f;
  position: relative;
  width: calc(100% - 3.6rem);
}
@media screen and (min-width: 769px) {
  .column .column__list li a .column__text {
    line-height: 2.8rem;
  }
}

.page-nav {
  width: 100%;
  margin: 4rem auto 0;
  max-width: 37rem;
}
@media screen and (min-width: 769px) {
  .page-nav {
    margin: 8rem auto 0;
    max-width: 370px;
  }
}
.page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .page-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-nav ul li {
  margin: 0 0.5rem;
}
@media screen and (min-width: 769px) {
  .page-nav ul li {
    margin: 0 11px;
  }
}
@media screen and (max-width: 768px) {
  .page-nav ul li:first-child {
    margin: 0 0.5rem 0 0;
  }
}
.page-nav ul li:first-child a {
  background: #2a2a2a;
  color: #fff;
}
.page-nav ul li:first-child a::before {
  background: url("../images/common/icon-arrow-white.svg") no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 1.5rem;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .page-nav ul li:last-child {
    margin: 0 0 0 0.5rem;
  }
}
.page-nav ul li:last-child a {
  background: #2a2a2a;
  color: #fff;
}
.page-nav ul li:last-child a::before {
  background: url("../images/common/icon-arrow-white.svg") no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 1.5rem;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
}
.page-nav ul li a {
  font-size: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  font-weight: 500;
  background: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #2a2a2a;
  color: #414141;
}
.page-nav ul li a:hover, .page-nav ul li a:active {
  background: #2a2a2a;
  color: #fff;
  border: none;
  opacity: 0.8;
}
.page-nav ul li a.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.page-nav ul li .active {
  color: #fff;
  pointer-events: none;
  background: #2a2a2a;
}
.page-nav ul li .active::after {
  content: "";
  background: #2a2a2a;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.page-nav ul .active a {
  background: #2a2a2a;
  color: #fff;
  pointer-events: none;
}

/* header.scss */
.header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #F8F8F8;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .header {
    height: 70px;
  }
}
.header .header__heading {
  margin-left: 1.5rem;
}
@media screen and (min-width: 769px) {
  .header .header__heading.accounting__heading {
    margin-left: 3rem;
  }
}
.header .header__heading.accounting__heading .header__logo img {
  width: 25.6rem;
}
@media screen and (min-width: 900px) {
  .header .header__heading.accounting__heading .header__logo img {
    width: 342px;
  }
}
.header .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__logo img {
  width: 22.8rem;
  height: auto;
}
@media screen and (min-width: 900px) {
  .header .header__logo img {
    width: 250px;
  }
}
.header .header__nav {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .header .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__nav-list li {
  margin-right: 20px;
}
@media screen and (min-width: 900px) {
  .header .header__nav-list li {
    margin-right: 34px;
  }
}
@media screen and (min-width: 1000px) {
  .header .header__nav-list li {
    margin-right: 44px;
  }
}
.header .header__nav-list li a {
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2A2A2A;
}
.header .header__contact {
  background: #324364;
  width: 15rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 900px) {
  .header .header__contact {
    width: 170px;
  }
}
.header .accounting__nav {
  display: block !important;
}
.header .accounting__nav p {
  display: none;
}
@media screen and (min-width: 769px) {
  .header .accounting__nav p {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header .header__contact.asccounting__contact {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 6rem;
    height: 6rem;
  }
}
.header .header__contact.asccounting__contact figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .header .header__contact.asccounting__contact figure {
    display: none;
  }
}
.header .header__contact.asccounting__contact figure img {
  width: 2.2rem;
  height: auto;
}

/* gnav.scss */
.nav__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
  top: 0;
  z-index: 999;
  position: fixed;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 1.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .nav__toggle {
    display: none;
  }
}
.nav__toggle.active span {
  background: #324364;
}
.nav__toggle.active span:first-of-type {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 2.8rem;
}
.nav__toggle.active span:last-of-type {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 0.9rem;
}
.nav__toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.nav__toggle span {
  display: block;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 2.5rem;
  height: 0.1rem;
  background: #324364;
}
.nav__toggle span:last-of-type {
  margin-top: 1.9rem;
}
.nav__toggle span:nth-of-type(2) {
  opacity: 1;
  margin-top: 1rem;
}

.nav__toggle.isWhite span {
  border-bottom: solid 0.1rem #000;
}

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

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nav__menu {
  position: fixed;
  top: -120%;
  z-index: 89;
  width: 100%;
  background: #F8F8F8;
  overflow-y: auto;
  padding-top: 6rem;
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .nav__menu.active {
    top: 6rem;
  }
}
.nav__menu .nav__inner {
  overflow-y: auto;
  width: 100%;
  position: relative;
  padding: 0.5rem 0 3rem;
}

.nav__inner-menu {
  overflow-y: auto;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav__inner-menu li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav__inner-menu li:first-of-type a {
  border-top: solid 0 #CECECE;
}
.nav__inner-menu li:last-of-type a {
  border-bottom: solid 1px #CECECE;
}
.nav__inner-menu li.inner {
  width: 62.5%;
  margin-left: auto;
}
.nav__inner-menu li.inner a {
  font-size: 1.8rem;
  padding: 24px 0;
}
.nav__inner-menu li.inner a::before {
  content: none;
}
.nav__inner-menu li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #153E41;
  line-height: 1;
  position: relative;
  font-size: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  font-weight: 500;
  padding: 24px 0 24px 15px;
  letter-spacing: 0.05em;
  border-top: solid 1px #D5D5D5;
}
.nav__inner-menu li a p {
  line-height: 1;
  margin-bottom: 6px;
}

.nav__inner.active::before {
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.nav__contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.nav__contact-btn a {
  background: #324364;
  position: relative;
  width: 30rem;
  height: 7rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__contact-btn a::after {
  content: "";
  background: url("../images/common/icon-arrow-white.svg") no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  bottom: -0.5rem;
  right: 2rem;
  margin: auto;
}

.nav__copyright {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 1rem 0;
}
.nav__copyright p {
  font-size: 1.1rem;
  text-align: center;
}
.nav__copyright a {
  font-size: 1.1rem;
  text-decoration: underline;
  display: block;
  margin-bottom: 1rem;
}
.nav__copyright a:hover {
  text-decoration: none;
}

.nav__copyright-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.nav__copyright-list.accounting-nav__copyright {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* footer.scss */
.footer {
  background: #324364;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.7rem 2rem 3rem;
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 160px;
    padding: 0;
  }
}

.footer__title {
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 4.8rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 769px) {
  .footer__title {
    font-size: 3rem;
    margin-bottom: 0;
  }
}

.footer__btn {
  position: relative;
  background: #fff;
  color: #324364;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  width: 30rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .footer__btn {
    font-size: 2rem;
    width: 400px;
    height: 80px;
    padding: 0 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__btn::after {
  content: "";
  background: url("../images/common/icon-arrow-footer.svg") no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .footer__btn::after {
    width: 10px;
    height: 19px;
    right: 40px;
  }
}
.footer__btn:hover::after {
  right: 1.1rem;
}
@media screen and (min-width: 769px) {
  .footer__btn:hover::after {
    right: 35px;
  }
}

.footer__bottom {
  background: #fff;
}

.footer__bottom-block {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0.5rem 0;
}
@media screen and (min-width: 769px) {
  .footer__bottom-block {
    padding: 0;
    height: 39px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__bottom-block.accounting__bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__copy {
  font-size: 1.1rem;
  color: #2A2A2A;
}
@media screen and (min-width: 769px) {
  .footer__copy {
    font-size: 1.3rem;
  }
}

.footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .footer__privacy {
    margin-bottom: 0;
  }
}
.footer__privacy li:first-of-type {
  margin-right: 4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer__privacy li:first-of-type {
    margin-right: 55px;
  }
  .footer__privacy li:first-of-type::after {
    content: "";
    background: #3B3B3B;
    width: 1px;
    height: 17px;
    position: absolute;
    top: 0;
    right: -27px;
    margin: auto;
    bottom: 0;
  }
}
.footer__privacy li a {
  text-decoration: underline;
  font-size: 1.1rem;
  color: #2A2A2A;
}
@media screen and (min-width: 769px) {
  .footer__privacy li a {
    font-size: 1.3rem;
  }
}
.footer__privacy li a:hover {
  text-decoration: none;
}

.footer__privacy.accounting-footer__privacy li {
  margin-right: 0;
}
.footer__privacy.accounting-footer__privacy li::after {
  content: none;
}

/* print.scss */
@media print {
  @page {
    margin: 10mm;
  }
  /* 印刷時は rem を固定（1rem = 10px） */
  html {
    font-size: 62.5% !important;
  }
  html,
  body {
    background: #fff !important;
    color: #000 !important;
    /* 画面用のフェード制御が残っていると印刷が真っ白になることがあるため強制解除 */
    display: block !important;
    opacity: 1 !important;
  }
  /* 印刷時：ヘッダーの追従を無効化＆高さを圧縮 */
  .header {
    position: static !important;
    top: auto !important;
  }
  /* 印刷時：section は一旦 “タブレット幅” 相当に寄せる */
  section,
  .section {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* 1カラム（本文系）は上限なし（全幅）にする */
  .entry-content,
  .privacy__content,
  .guidelines__content,
  .notfound__content,
  .column-detail,
  .column-detail__content,
  .company-overview,
  .services,
  .works-table__block,
  #container,
  main {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* 印刷時：main に少しだけ左右余白 */
  main {
    padding-left: 6mm !important;
    padding-right: 6mm !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  /* 印刷時はナビやハンバーガーなど不要要素を非表示 */
  .nav__menu,
  .nav__toggle,
  .header__nav,
  .header__contact,
  .footer {
    display: none !important;
  }
  /* 画面用の装飾は極力落とす */
  * {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  /* レイアウト幅の固定を解除して用紙幅に合わせる */
  #container,
  main,
  .privacy__content,
  .guidelines__content,
  .column-detail,
  .company-overview,
  .services,
  .works-table__block {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  a,
  a:visited {
    color: #000 !important;
    text-decoration: underline;
  }
  /* 印刷時に背景色も出したい場合はコメントアウトを外す */
  /* body { -webkit-print-color-adjust: exact; print-color-adjust: exact; } */
}