@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * 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%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: calc(16em/26) calc(16em/26);
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: calc(34em/26);
  height: 13px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: calc(34em/26);
  height: 1px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html {
  font-size: calc(100vw / 750 * 10);
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(100vw / 768 * 5.818181818);
  }
}

@media print, screen and (min-width: 1320px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 2.6rem;
  overflow-x: hidden;
  margin-top: calc(130em/26);
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    margin-top: calc(74em/16);
  }
  body.home {
    margin-top: 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

address {
  font-style: normal;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}

figure {
  margin: 0;
}

hr {
  border-top: 1px solid #ddd;
  border-width: 1px 0 0 0;
  height: 0px;
  margin: 1em 0;
}

table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

table th,
table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: .5em 1em;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f10;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(15em/16) 0;
}

@media screen and (max-width: 767.98px) {
  .header .container {
    padding-top: calc(38em/26);
    padding-bottom: calc(34em/26);
  }
}

.header .logo img {
  max-width: calc(320em/16);
}

@media screen and (max-width: 767.98px) {
  .header .logo {
    margin-left: 3%;
  }
  .header .logo img {
    max-width: calc(426em/26);
  }
}

/* hamburgers.css Override */
.hamburger {
  outline: none;
}

@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger-box {
  /* bugFix
   * https://github.com/jonsuh/hamburgers/issues/66#issuecomment-442695022
   */
  display: block;
}

/* グローバルメニュー */
@media screen and (min-width: 768px) {
  .overlay {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
  }
  .overlay.is-active {
    opacity: 1;
    display: block;
  }
}

.nav-global {
  font-weight: bold;
}

@media screen and (max-width: 767.98px) {
  .nav-global {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background-color: white;
    padding-top: calc(120em/24);
    transition: .5s;
  }
  .nav-global.is-active {
    left: 15%;
  }
}

@media screen and (min-width: 768px) {
  .nav-global ol {
    color: #53565a;
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #eae5e3;
  }
}

@media screen and (min-width: 768px) and (max-width: 767.98px) {
  .nav-global ol {
    color: #767879;
  }
}

@media screen and (min-width: 768px) {
  .nav-global ol li + li {
    border-left: 1px solid #eae5e3;
  }
}

.nav-global ol a {
  padding: calc(6em/16) calc(20em/16);
  display: block;
}

@media screen and (min-width: 768px) {
  .nav-global ol a {
    position: relative;
  }
  .nav-global ol a:not(.btn)::after {
    content: '';
    position: absolute;
    bottom: -.7em;
    left: 0;
    display: block;
    width: 0%;
    height: 2px;
    background-color: #0d1721;
    transition: .5s;
  }
  .nav-global ol a:hover::after {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .nav-global ol a {
    width: 85%;
    padding: 1.6em 1.2em;
    border-bottom: 1px solid #ddd;
    transition: .5s;
  }
  .nav-global ol a:hover {
    background-color: #eee;
  }
}

.nav-global ol a.btn {
  width: calc(160em/16);
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .nav-global ol a.btn {
    /*display: none;*/
    padding: .8em 1.2em;
    margin: calc(20em/24) 0 0 12.5%;
    width: 60%;
  }
}

/* フッター */
.footer {
  text-align: center;
}

.footer .container {
  max-width: calc(970em/16);
}

.footer .foot-contact {
  background-image: url(../img/common/bg_foot-contact.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767.98px) {
  .footer .foot-contact {
    background-image: url(../img/common/sp/bg_foot-contact.jpg);
  }
}

.footer .foot-contact .container {
  padding-top: calc(50em/16);
  padding-bottom: calc(50em/16);
}

@media screen and (max-width: 767.98px) {
  .footer .foot-contact .container {
    padding-top: calc(114em/26);
    padding-bottom: calc(92em/26);
    padding-left: calc(70em/24);
    padding-right: calc(70em/24);
  }
}

.footer .foot-contact .border {
  border: calc(10em/16) solid #4a4849;
  padding: calc(40em/16);
}

@media screen and (max-width: 767.98px) {
  .footer .foot-contact .border {
    border: calc(16em/26) solid #4a4849;
    padding: calc(53em/26) calc(34em/26);
  }
}

.footer .foot-contact h3 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: calc(400em/1000);
}

@media screen and (max-width: 767.98px) {
  .footer .foot-contact h3 {
    font-size: 3.6rem;
    letter-spacing: calc(150em/1000);
  }
}

.footer .foot-contact h3::after {
  line-height: 2.2em;
  content: '…';
  display: block;
}

.footer .foot-contact p {
  line-height: 1.9;
}

.footer .foot-contact .button {
  margin-top: 3em;
}

@media screen and (max-width: 767.98px) {
  .footer .foot-contact .button {
    margin-top: 1.5em;
  }
}

.footer .foot-contact .btn {
  display: inline-flex;
  width: calc(418em/24);
  height: calc( 65em/24);
  font-size: 2.4rem;
  letter-spacing: calc(150em/1000);
}

@media screen and (max-width: 767.98px) {
  .footer .foot-contact .btn {
    font-size: 3.4rem;
    width: 100%;
    height: calc( 152em/34);
  }
}

.footer .foot-contact .contact-en {
  display: block;
  font-size: 1.6rem;
  margin-bottom: .5em;
}

.footer .foot-company {
  background-color: #97999b;
  color: #fff;
}

.footer .foot-company .container {
  padding-top: calc(70em/16);
  padding-bottom: calc(70em/16);
}

@media screen and (max-width: 767.98px) {
  .footer .foot-company .container {
    padding-top: calc(46em/26);
    padding-bottom: calc(98em/26);
  }
}

.footer .foot-company .logo {
  max-width: calc(502em/24);
}

@media screen and (max-width: 767.98px) {
  .footer .foot-company .logo {
    max-width: calc(639em/39);
  }
}

.footer .foot-company p {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-top: calc(36em/14);
}

@media screen and (max-width: 767.98px) {
  .footer .foot-company p {
    font-size: 2.6rem;
    line-height: 1.7;
  }
}

.footer .foot-address {
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: calc(50em/12);
}

@media screen and (max-width: 767.98px) {
  .footer .foot-address {
    margin-top: 3.6em;
    font-size: 2.4rem;
  }
}

.footer .foot-address dd {
  margin-top: 1em;
}

@media screen and (max-width: 767.98px) {
  .footer .foot-address dd {
    margin-top: .7em;
  }
}

.footer .copyright {
  background-color: #7d7d7d;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.footer .copyright .container {
  padding: 1em 0;
}

@media screen and (max-width: 767.98px) {
  .footer .copyright .container {
    padding: .5em 0;
  }
}

.footer .copyright small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767.98px) {
  .footer .copyright small {
    font-size: 2rem;
  }
}

/* ボタン四角 */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #0d1721;
  color: #fff;
  border-left: 0;
  overflow: hidden;
  position: relative;
  width: 16em;
  height: 3em;
  z-index: 0;
}

.btn::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #1d3842;
  display: block;
  z-index: -1;
  -webkit-transform: skewX(22deg);
  transform: skewX(22deg);
  transition: .3s;
}

.btn:hover::after {
  left: 105%;
}

.btn-contact::before {
  content: '';
  width: calc(23em/16);
  height: calc(18em/16);
  background-image: url(../img/common/ico_fukidashi.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: .7em;
}

/* ボタン囲み角丸 */
.btn-round {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 2em;
  line-height: 1;
  width: 21em;
  height: 3.1em;
  position: relative;
  color: #1d3842;
  transition: .3s;
}

.btn-round::before, .btn-round::after {
  content: '';
  position: absolute;
  display: block;
  top: 54%;
}

.btn-round::before {
  right: 1.4em;
  width: .7em;
  height: .7em;
  border-top: 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn-round::after {
  right: 1.3em;
  width: 1em;
  height: 0;
  border-top: 1px solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-round:hover, .report-cat-list .btn-round.current {
  background-color: #1d3842;
  color: #fff;
  border-color: #1d3842;
}

.btn-round-bg {
  color: #fff;
  background-color: #1d3842;
  border-color: #1d3842;
}

.btn-round-bg:hover {
  background-color: initial;
  color: #1d3842;
  border-color: initial;
}

.interview-pager .btn-round.all {
  width: 16em;
}

/* メインビジュアル */
.main-visual {
  color: #0d1721;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-animation: fadeIn 1s forwards 1s;
  animation: fadeIn 1s forwards 1s;
}

.main-visual .container {
  position: relative;
}

.page .main-visual .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(500em/26);
}

.page .main-visual .container .inner {
  width: 100%;
}

.home .main-visual .container {
  height: calc(100vw * 379 / 375);
}

@media screen and (min-width: 768px) {
  .page .main-visual .container {
    max-width: calc(970em/16);
    height: calc(350em/16);
  }
  .home .main-visual .container {
    height: 100vh;
    min-height: calc(800em/16);
  }
}

.main-visual .main-title {
  opacity: 0;
}

.page .main-visual .main-title {
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  line-height: 1;
  font-size: 4.2rem;
  opacity: 1;
  padding: .65em;
  letter-spacing: calc(400em/1000);
  margin-bottom: .3em;
}

@media screen and (min-width: 768px) {
  .page .main-visual .main-title {
    font-size: 2.6rem;
    height: calc(200em/26);
    padding: 0 2.5em;
    text-align: center;
    line-height: 1.5;
    letter-spacing: calc(500em/1000);
	margin-bottom: 0;
  }
}

.page .main-visual .main-title-en {
  font-size: 2.6rem;
  letter-spacing: .4em;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .page .main-visual .main-title-en {
    font-size: 2rem;
    margin-top: .5em;
  }
}

.main-visual .sub-title {
  opacity: 0;
}

.page .main-visual .sub-title {
  opacity: 1;
  text-align: center;
  width: 100%;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .page .main-visual .sub-title {
  position: absolute;
  font-family: monospace;
  letter-spacing: .4em;
  left: 0%;
  top: 50%;
    font-size: 1.8rem;
    -webkit-transform: translate(0%, calc(116em/18));
    transform: translate(0%, calc(116em/18));
  }
}

@media all and (-ms-high-contrast: none) {
  .page .main-visual .sub-title {
	  top: 85%;
  }
}

.page .main-visual .sub-title img {
  max-width: 90%;
}

@media screen and (min-width: 768px) {
  .page .main-visual .sub-title img {
    max-width: calc(334em/18);
  }
}

.main-visual.wh {
  color: #fff;
}

/* パンくす */
.bread {
  background-color: #eee;
}

.bread .container {
  padding-top: .8em;
  padding-bottom: .7em;
}

.bread ol {
  display: flex;
  line-height: 1;
}

.bread ol li {
  color: #0d1721;
  font-size: 1.4rem;
}

@media screen and (max-width: 767.98px) {
  .bread ol li {
    font-size: 2.4rem;
  }
}

.bread ol li + li::before {
  content: '/';
  margin-left: .5em;
  margin-right: .5em;
}

.bread ol a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1280px) {
  .container {
    padding-left: calc(20em/16);
    padding-right: calc(20em/16);
  }
}

@media screen and (max-width: 767.98px) {
  .container {
    padding-left: calc(37em/26);
    padding-right: calc(37em/26);
  }
}

.main p + p {
  margin-top: 1em;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-full {
  width: 100%;
  height: auto;
}

.card {
  background-color: #fff;
  height: 100%;
}

.card figure {
  background-color: rgba(238, 238, 238, 0.6);
  min-height: calc(273em/16);
}

@media screen and (max-width: 767.98px) {
  .card figure {
    min-height: calc(326em/26);
  }
}

.card .text {
  padding: 2em 1em;
}
.no-content .card .text {
  padding: 1em 1em 1.4em;
}

@media screen and (max-width: 767.98px) {
  .card .text {
    padding: 1.4em 1.4em;
  }
}

.card .num {
  color: #4a4849;
  font-size: 1.4rem;
}

@media screen and (max-width: 767.98px) {
  .card .num {
    font-size: 2.6rem;
  }
}

.card .cat {
  background-color: #223641;
  color: #fff;
  font-size: 1.3rem;
  padding: .3em .5em .2em;
}

@media screen and (max-width: 767.98px) {
  .card .cat {
    font-size: 2rem;
  }
}

.card .ttl {
  color: #202340;
  font-size: 1.6rem;
  margin-top: .5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 2px solid;
  line-height: 1;
  padding-left: .3em;
}
.no-content .card .ttl {
  line-height: 1.3;
  margin-top: .8em;
  margin-bottom: 1.5em;
  text-overflow: inherit;
  white-space: inherit;
}

@media screen and (max-width: 767.98px) {
  .card .ttl {
    font-size: 3.2rem;
    padding-left: .5em;
  }
}

.card .para {
  color: #4a4849;
  font-size: 1.4rem;
  margin-top: 1.4em;
  overflow: hidden;
  min-height: calc(1.5 * 3em);
  max-height: calc(1.5 * 3em);
}

@media screen and (max-width: 767.98px) {
  .card .para {
    font-size: 2.6rem;
  }
}

.card .update {
  color: #979697;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 2em;
}

@media screen and (max-width: 767.98px) {
  .card .update {
    text-align: right;
    font-size: 2.2rem;
    margin-top: 1.4em;
  }
}

.card-bg {
  background-color: rgba(238, 238, 238, 0.5);
}

.list-bulet li::before {
  content: '・';
  margin-right: .25em;
}

@media screen and (max-width: 767.98px) {
  .hidden-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

@-webkit-keyframes mv2 {
  from {
    width: 150vw;
  }
  to {
    width: 95.6vw;
  }
}

@keyframes mv2 {
  from {
    width: 150vw;
  }
  to {
    width: 95.6vw;
  }
}

@-webkit-keyframes mv3 {
  from {
    width: 150vw;
  }
  to {
    width: 59.5vw;
  }
}

@keyframes mv3 {
  from {
    width: 150vw;
  }
  to {
    width: 59.5vw;
  }
}

@-webkit-keyframes mv3sp {
  from {
    width: 141vw;
  }
  to {
    width: 84.5vw;
  }
}

@keyframes mv3sp {
  from {
    width: 141vw;
  }
  to {
    width: 84.5vw;
  }
}

@-webkit-keyframes fadeIn {
  from {
    background-size: 105% auto;
  }
  to {
    opacity: 1;
    background-size: 100% auto;
  }
}

@keyframes fadeIn {
  from {
    background-size: 105% auto;
  }
  to {
    opacity: 1;
    background-size: 100% auto;
  }
}

@-webkit-keyframes moveUp {
  from {
    position: relative;
    opacity: 0;
    top: 100px;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes moveUp {
  from {
    position: relative;
    opacity: 0;
    top: 100px;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.js-scroll-fade {
  position: relative;
  top: 30px;
  transition: 2s;
  opacity: 0;
}

.js-scroll-fade.is-animation {
  top: 0;
  opacity: 1;
}

/* HOME */
.home {
  /* Slick */
}

.home .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .main-visual {
  visibility: hidden;
  position: relative;
}

.home .main-visual .image-layer1,
.home .main-visual .image-layer2,
.home .main-visual .image-layer3 {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .home .main-visual .image-layer1,
  .home .main-visual .image-layer2,
  .home .main-visual .image-layer3 {
    min-height: calc(800em/16);
  }
}

.home .main-visual .image-layer2,
.home .main-visual .image-layer3 {
  overflow: hidden;
  -webkit-transform: skewX(-19.6deg);
  transform: skewX(-19.6deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.home .main-visual .image-layer2::before,
.home .main-visual .image-layer3::before {
  content: '';
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  -webkit-transform: skewX(19.6deg);
  transform: skewX(19.6deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 100vw;
  height: 100vh;
  min-height: 60vw;
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .image-layer2::before,
  .home .main-visual .image-layer3::before {
    background-position: 50% 0%;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 768px) {
  .home .main-visual .image-layer2::before,
  .home .main-visual .image-layer3::before {
    min-height: calc(800em/16);
  }
}

.home .main-visual .image-layer1 {
  width: 100vw;
  background-image: url(../img/home/main_visual_lay01.jpg);
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .image-layer1 {
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .home .main-visual .image-layer2 {
    -webkit-animation: mv2 .1s forwards 7s;
    animation: mv2 .1s forwards 7s;
    width: 150vw;
  }
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .image-layer2 {
    width: 141vw;
  }
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .image-layer2::before {
    background-image: url(../img/home/sp/main_visual_lay02.jpg);
  }
}

@media screen and (min-width: 768px) {
  .home .main-visual .image-layer2::before {
    background-image: url(../img/home/main_visual_lay02.jpg);
    background-position: 41% 0;
  }
}

@media screen and (min-width: 1024px) {
  .home .main-visual .image-layer2::before {
    background-position: 0 0;
  }
}

@media screen and (min-width: 1280px) {
  .home .main-visual .image-layer2::before {
    background-position: calc(450em/14) 0;
  }
}

@media screen and (min-width: 768px) {
  .home .main-visual .image-layer3 {
    -webkit-animation: mv3 .7s forwards 6s;
    animation: mv3 .7s forwards 6s;
    width: 150vw;
  }
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .image-layer3 {
    width: 141vw;
    -webkit-animation: mv3sp .1s forwards 6s;
    animation: mv3sp .1s forwards 6s;
  }
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .image-layer3::before {
    background-image: url(../img/home/sp/main_visual_lay03.jpg);
  }
}

@media screen and (min-width: 768px) {
  .home .main-visual .image-layer3::before {
    background-image: url(../img/home/main_visual_lay03.jpg);
    background-position: 50% 50%;
  }
}

@media screen and (min-width: 1024px) {
  .home .main-visual .image-layer3::before {
    background-position: 100% 0;
  }
}

.home .main-visual .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.home .main-visual .en {
  color: #fff;
  font-size: 4.6rem;
  line-height: 1;
  font-family: monospace;
  position: absolute;
  left: calc(31em/46);
  opacity: 0;
}

.home .main-visual .en img {
  max-width: calc(219em/46);
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .en {
    font-size: 2.4rem;
    left: calc(40em/24);
  }
  .home .main-visual .en img {
    max-width: calc(100vw * 270 / 375);
  }
}

.home .main-visual .en:nth-child(1) {
  top: calc(175em/46);
  -webkit-animation: fadeIn 1s forwards 1.5s;
  animation: fadeIn 1s forwards 1.5s;
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .en:nth-child(1) {
    top: calc(65em/24);
  }
}

.home .main-visual .en:nth-child(2) {
  top: calc(224em/46);
  -webkit-animation: fadeIn 1s forwards 2s;
  animation: fadeIn 1s forwards 2s;
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .en:nth-child(2) {
    display: none;
  }
}

.home .main-visual .en:nth-child(3) {
  top: calc(276em/46);
  -webkit-animation: fadeIn 1s forwards 2.5s;
  animation: fadeIn 1s forwards 2.5s;
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .en:nth-child(3) {
    display: none;
  }
}

.home .main-visual .en:nth-child(4) {
  top: calc(327em/46);
  -webkit-animation: fadeIn 1s forwards 3s;
  animation: fadeIn 1s forwards 3s;
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .en:nth-child(4) {
    display: none;
  }
}

.home .main-visual .main-title {
  color: #fff;
  line-height: 1.1;
  font-size: 6.2rem;
  font-weight: bold;
  position: absolute;
  left: calc(26em/62);
  top: calc(442em/62);
  -webkit-animation: fadeIn 1s forwards 4s;
  animation: fadeIn 1s forwards 4s;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .main-title {
    font-size: 6.5rem;
    left: calc(40em/65);
	line-height: 1.4;
    top: calc(100vw * 130 / 375);
  }
}

.home .main-visual .main-title small {
  display: block;
  font-size: 3.8rem;
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .main-title small {
    font-size: 3.4rem;
    margin-bottom: .5em;
  }
}

.home .main-visual .sub-title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  position: absolute;
  left: calc(26em/26);
  top: calc(617em/26);
  -webkit-animation: fadeIn 1s forwards 5s;
  animation: fadeIn 1s forwards 5s;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .sub-title {
    font-size: 2.8rem;
	font-weight: normal;
    left: calc( 40em/28);
    top: calc(100vw * 280 / 375);
    line-height: 1.6;
  }
}

.home .main-visual p {
  font-weight: bold;
  color: #1d3842;
}

@media screen and (max-width: 767.98px) {
  .home .main-visual p {
    font-size: 3.2rem;
  }
}

.home .main-visual .btn {
  width: 100%;
  height: calc(48em/18);
  font-size: 1.8rem;
  margin-top: .5em;
  letter-spacing: calc(100em/1000);
}

@media screen and (max-width: 767.98px) {
  .home .main-visual .btn {
    margin-top: 1em;
    font-size: 3.6rem;
    width: calc(526em/36);
    height: calc(100em/36);
  }
}

.home .top-bnr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 4em;
  width: calc(840em / 16);
}

.home .top-bnr > a:not(.w100) {
  width: 48%;
}

.home .top-bnr > a:nth-child(even) {
  margin-right: 4%;
}

.home .top-bnr > a:nth-child(n+4) {
  margin-top: 4%;
}

.home .top-bnr > a.w100 {
  margin-right: 0;
  margin-bottom: 4%;
}

.home .top-bnr > a.w100, .home .top-bnr > a img {
  width: 100%;
}

.home .sec-ttl {
  line-height: 1;
  text-align: center;
  font-size: 6rem;
}

.home .sec-ttl .yanone {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 3px;
}

.home .sec-ttl .ja {
  display: block;
  font-size: 1.8rem;
  padding-bottom: calc(6em/16);
}

@media screen and (max-width: 767.98px) {
  .home .top-bnr {
    flex-wrap: wrap;
    width: 100%;
  }
  .home .top-bnr > a:not(.w100) {
    margin-right: 0;
    width: 100%;
  }
  .home .top-bnr > a {
    margin-bottom: 6%;
    margin-right: 0;
  }
  .home .top-bnr > a:nth-child(n+3) {
    margin-top: 0;
  }
  .home .top-bnr > a.w100 {
    margin-bottom: 6%;
  }
  .home .sec-ttl .ja {
    font-size: 2.6rem;
    padding-bottom: calc(30em/26);
  }
  .home .sec-ttl .yanone {
    font-size: 140%;
  }
}

.home .sec-ttl::after {
  color: #202340;
  content: '・・・';
  display: block;
  font-size: 2.2rem;
  line-height: 2.2;
  font-weight: normal;
  letter-spacing: calc(-500em/1000);
}

@media screen and (max-width: 767.98px) {
  .home .sec-ttl::after {
    font-size: 3rem;
  }
}

.home .sec-about .container {
  padding-top: calc(52em/16);
  padding-bottom: calc(90em/16);
}

@media screen and (max-width: 767.98px) {
  .home .sec-about .container {
    padding-top: calc(90em/26);
    padding-bottom: calc(90em/26);
  }
}

.home .sec-about p {
  text-align: center;
  padding-top: calc(12em/16);
  line-height: 1.8;
}

@media screen and (max-width: 767.98px) {
  .home .sec-about p {
    font-size: 2.8rem;
    text-align: left;
  }
}

.home .sec-about .button {
  margin-top: calc(45em/16);
}

@media screen and (max-width: 767.98px) {
  .home .sec-about .button {
    margin-top: calc(59em/26);
  }
  .home .sec-about .button .btn-round {
    width: 96%;
  }
}

.home .sec-about .img-about-us {
  max-width: calc(392em/60);
}

@media screen and (max-width: 767.98px) {
  .home .sec-about .img-about-us {
    max-width: calc(502em/60);
  }
}

.home .sec-report, .home .sec-seminar, .home .sec-interview {
  background-color: #f8f8f8;
}
.home .sec-report, .home .sec-seminar, .home .sec-interview {
  padding-bottom: calc(64em/16);
}

.home .sec-report .container, .home .sec-seminar .container {
  max-width: 1296px;
  padding-top: calc(64em/16);
}

@media screen and (max-width: 767.98px) {
  .home .sec-report, .home .sec-seminar, .home .sec-interview {
    padding-bottom: 3em;
  }
  .home .sec-report .container, .home .sec-interview .container {
    padding-top: calc(60em/26);
    padding-bottom: calc(156em/26);
    padding-left: 0;
    padding-right: 0;
  }
  .home .sec-seminar .container {
    padding-top: calc(60em/26);
    padding-bottom: calc(156em/26);
  }
}

.home .sec-report .img-report, .home .sec-seminar .img-report {
  max-width: calc(365em/60);
}

@media screen and (max-width: 767.98px) {
  .home .sec-interview .img-report {
    max-width: calc(411em/60);
  }
  .home .sec-report .img-report {
    max-width: calc(411em/60);
  }
  .home .sec-seminar .img-report {
    max-width: calc(250em/60);
  }
}

.home .slider {
  margin-top: calc(23em/16);
  margin-bottom: 3em;
}
.home .sec-report .slider, .home .sec-interview .slider {
  margin-bottom: 6em;
}

@media screen and (max-width: 767.98px) {
  .home .slider {
    margin-top: calc(23em/26);
	margin-bottom: 0;
  }
  .home .sec-report .slider, .home .sec-interview .slider {
    margin-bottom: 0;
  }
}

.home .slider .slide-item {
  margin-left: calc(11em/16);
  margin-right: calc(11em/16);
}

@media screen and (max-width: 767.98px) {
  .home .slider .slide-item {
    margin-left: calc(10em/26);
    margin-right: calc(10em/26);
  }
}

.home .slider .slide-item a, .sidebar .newslist li a {
  display: block;
}

.home .slider .slide-item a:hover, .hover:hover {
  opacity: .8;
}

.home .slider .slick-arrow {
  border-radius: 50%;
  width: calc(45em/10);
  height: calc(45em/10);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  border-color: #202340;
  color: transparent;
  position: relative;
  bottom: -5.3em;
  outline: none;
}

@media screen and (max-width: 767.98px) {
  .home .slider .slick-arrow {
    width: calc(72em/10);
    height: calc(72em/10);
    bottom: -6.9em;
  }
}

.home .slider .slick-arrow::before, .home .slider .slick-arrow::after {
  position: absolute;
  content: '';
  top: 54%;
  left: 50%;
}

.home .slider .slick-arrow::before {
  width: calc(10em/10);
  height: calc(10em/10);
  border-top: 1px solid #202340;
}

@media screen and (max-width: 767.98px) {
  .home .slider .slick-arrow::before {
    width: calc(15em/10);
    height: calc(15em/10);
  }
}

.home .slider .slick-arrow::after {
  width: calc(16em/10);
  height: 0;
  border-top: 1px solid #202340;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767.98px) {
  .home .slider .slick-arrow::after {
    width: calc(21em/10);
  }
}

.home .slider .slick-arrow:hover {
  background-color: #202340;
  transition: .5s;
}

.home .slider .slick-arrow:hover::before, .home .slider .slick-arrow:hover::after {
  border-color: #fff;
}

.home .slider .slick-prev {
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
}

.home .slider .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.home .slider .slick-next {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.home .slider .slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sec-news .container {
  max-width: 800px;
  padding-top: calc(64em/16);
  padding-bottom: calc(110em/16);
}

@media screen and (max-width: 767.98px) {
  .sec-news .container {
    padding-top: calc(60em/26);
    padding-bottom: calc(156em/26);
  }
}

.sec-news .container dl {
  border-bottom: 1px solid;
  clear: both;
  margin-bottom: calc(16em/16);
  padding-bottom: calc(16em/16);
}
.sec-news .container dl:last-of-type {
  margin-bottom: 3em;
}

@media screen and (max-width: 767.98px) {
  .sec-news .container dl {
    margin-bottom: calc(10em/26);
  }
}

.sec-news .container dt {
  float: left;
  width: calc(110em/16);
}

@media screen and (max-width: 767.98px) {
  .sec-news .container dt {
    width: calc(170em/26);
  }
}

.sec-news .container dd {
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 767.98px) {
  .sec-news .container dd {
    flex-wrap: wrap;
  }
}

.sec-news .container .date {
  margin-right: calc(10em/16);
  width: calc(90em/16);
}

@media screen and (max-width: 767.98px) {
    .sec-news .container .date {
    margin-right: calc(10em/26);
    width: calc(170em/26);
  }
}

.sec-news .container .cat {
  display: inline-block;
  flex-shrink: 0;
  text-align: center;
  width: calc(130em/16);
  background-color: #1d3842;
  color: #fff;
  margin-right: calc(10em/16);
  padding-top: calc(2em/16);
  padding-bottom: calc(2em/16);
  padding-left: calc(5em/16);
  padding-right: calc(5em/16);
}

@media screen and (max-width: 767.98px) {
  .sec-news .container .cat {
    width: auto;
    margin-right: calc(10em/26);
    margin-bottom: calc(10em/26);
    padding-top: calc(2em/26);
    padding-bottom: calc(2em/26);
    padding-left: calc(15em/26);
    padding-right: calc(15em/26);
  }
}

.sec-news .container .ttl {
  color: #1d3842
}

.home .sec-news .img-news {
  max-width: calc(276em/60);
}

@media screen and (max-width: 767.98px) {
  .home .sec-news .img-news {
    max-width: calc(332em/60);
  }
}

/* second page */
.page .main {
  color: #1d3842;
}

.page .main > .container {
  padding-top: calc( 95em/16);
  padding-bottom: calc(175em/16);
}

@media screen and (max-width: 767.98px) {
  .page .main > .container {
    padding-top: calc(110em/26);
    padding-bottom: calc(110em/26);
  }
}

.page .main .main-title {
  color: #1d3842;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .page .main .main-title {
    font-size: 2.2rem;
  }
}

.page .main .fig {
  text-align: center;
  margin-top: 3em;
}

.page .main .page-article {
  margin-top: 4em;
}
.page .main .page-article.noTop {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .page .main .page-article {
    max-width: calc(960em/16);
    margin-left: auto;
    margin-right: auto;
  }
}

.page .main .page-article p {
  line-height: 2;
}

/* about us */
.page-about .main-visual {
  background-image: url(../img/about/main_image.jpg);
}

@media screen and (max-width: 767.98px) {
  .page-about .main-visual {
    background-image: url(../img/about/sp/main_image.jpg);
  }
}

.page-about .main .fig img {
  max-width: calc(318em/16);
}

@media screen and (max-width: 767.98px) {
  .page-about .main .fig img {
    max-width: calc(588em/26);
  }
}

.page-about .main .list-bulet {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* risk */
.page-risk .main-visual {
  background-image: url(../img/risk/main_image.jpg);
}

@media screen and (max-width: 767.98px) {
  .page-risk .main-visual {
    background-image: url(../img/risk/sp/main_image.jpg);
  }
}

.page-risk .main .fig img {
  max-width: calc(269em/16);
}

@media screen and (max-width: 767.98px) {
  .page-risk .main .fig img {
    max-width: calc(536em/26);
  }
}

.page-risk .page-article .button {
  margin-top: 3em;
}

/* risk */
.page-risk-shindan .main-visual {
  background-image: url(../img/shindan/main_image.jpg);
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main-visual {
    background-image: url(../img/shindan/sp/main_image.jpg);
  }
}

.page-risk-shindan .main p + p {
  margin-top: 0;
}

.page-risk-shindan .main .page-article {
  max-width: 100%;
  padding-top: 3em;
  margin-top: 0;
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main .page-article {
    padding-left: calc(30em/26);
    padding-right: calc(30em/26);
  }
}

.page-risk-shindan .main .page-article:last-child {
  padding-bottom: 3em;
}

.page-risk-shindan .main .page-article .main-title {
  font-size: 5rem;
  color: #1d3842;
  line-height: 1.5;
}

.page-risk-shindan .main .page-article .main-title span {
  display: inline-block;
  border-bottom: 1px solid #1d3842;
  width: calc(1280em/50);
  padding-bottom: .6em;
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main .page-article .main-title span {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main .page-article .main-title {
    font-size: 4.4rem;
  }
}

.page-risk-shindan .main .page-article section {
  border-bottom: 1px dotted #7e7e81;
  padding-top: calc(100em/16);
  padding-bottom: calc( 80em/16);
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main .page-article section {
    padding-top: calc(70em/26);
    padding-bottom: calc(60em/26);
  }
}

.page-risk-shindan .main .page-article section .ttl-check {
  color: #1d3842;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main .page-article section .ttl-check {
    font-size: 3.2rem;
    flex-direction: column;
    text-align: center;
    white-space: nowrap;
  }
}

.page-risk-shindan .main .page-article section .ttl-check::before {
  content: '';
  width: calc(41em/24);
  height: calc(41em/24);
  background-image: url(../img/shindan/sp/ico_check_square.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: .5em;
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main .page-article section .ttl-check::before {
    width: calc(62em/32);
    height: calc(62em/32);
    margin-bottom: .6em;
  }
}

.page-risk-shindan .main .page-article section .comments {
  background-color: #fdeeef;
  margin-top: 1em;
}

.page-risk-shindan .main .page-article section .container {
  max-width: calc(960em/16);
  padding-top: 2em;
  padding-bottom: 2em;
}

.page-risk-shindan .main .page-article section p {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main .page-article section p {
    font-size: 2.6rem;
  }
}

.page-risk-shindan .main .page-article section p.red {
  color: #f10;
}

.page-risk-shindan .main .page-article .row {
  margin-top: calc(75em/16);
  margin-bottom: calc(75em/16);
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main .page-article .row {
    margin-top: calc(100em/26);
    margin-bottom: calc(100em/26);
  }
}

.page-risk-shindan .main .page-article .row .container {
  max-width: calc(500em/16);
}

.page-risk-shindan .main .page-article .row .check-list li {
  color: #1d3842;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  line-height: 2;
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main .page-article .row .check-list li {
    font-size: 3rem;
  }
}

.page-risk-shindan .main .page-article .row .check-list li::before {
  content: '';
  width: calc(34em/22);
  height: calc(34em/22);
  background-image: url(../img/shindan/sp/ico_check_circle.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: .5em;
}

@media screen and (max-width: 767.98px) {
  .page-risk-shindan .main .page-article .row .check-list li::before {
    width: calc(34em/30);
    height: calc(34em/30);
  }
}

/* report */
.page-report .main-visual, body.category .main-visual {
  background-image: url(../img/report/main_image.jpg);
}

@media screen and (max-width: 767.98px) {
  .page-report .main-visual, body.category .main-visual {
    background-image: url(../img/report/sp/main_image.jpg);
  }
}

.report-cat-list {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
	width: 100%
}
.report-cat-list .btn-round {
	margin-right: 0;
	margin-left: 0;
	width: 90%;
}
.report-cat-list .btn-round.current {
	pointer-events: none;
}
.btn-round.current::before, .btn-round.current::after {
	display: none;
}

@media screen and (min-width: 768px) {
  .page-report .report-list {
    display: flex;
    flex-wrap: wrap;
  }
  .tax-report_cat .report-list, .post-type-archive-seminar .report-list, .home .report-list {
    display: flex;
    flex-wrap: wrap;
  }
  .report-cat-list .btn-round:not(:last-child) {
	margin-right: 20px;
  }
  .report-list li:not(:nth-child(3n)) {
    margin-right: calc((100% - (410em/16 * 3)) / 2);
  }
  .tax-feature .report-list li:not(:nth-child(3n)) {
    margin-right: 1em;
  }
  .tax-feature .report-list li:last-child {
    margin-right: 0;
  }
  .report-cat-list .btn-round {
	min-width: 18em;
	padding: 0 3em;
	width: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .report-cat-list {
	  flex-wrap: wrap;
	  margin-bottom: 50px;
  }
  .report-cat-list .btn-round:not(:last-child) {
	margin-bottom: 15px;
  }
}

.page-report .report-list li, .tax-report_cat .report-list li, .post-type-archive-seminar .report-list li, .home .report-list li, .post-type-archive-interview .report-list li {
  margin-bottom: 4em;
}

@media screen and (min-width: 768px) {
  .page-report .report-list li, .tax-report_cat .report-list li, .post-type-archive-seminar .report-list li, .home .report-list li, .post-type-archive-interview .report-list li {
    width: calc(410em/16);
  }
}
@media screen and (max-width: 767.98px) {
  .home .report-list li:last-child {
    margin-bottom: 0;
  }
}

.page-report .card {
  background-color: #f8f8f8;
}
.home .report-list .card .ttl {
  margin-bottom: 2em;
}

/* 2 column */
.column .main {
  color: #53565a;
}

@media screen and (min-width: 768px) {
  .column .main > .container, .post-type-archive-article .main > .container {
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .column .main-contents, .post-type-archive-article .main-contents {
    /* width: calc(908em/16); */
    width: calc(708em/16);
    margin: 0 calc(100em/16);
  }
}

@media screen and (max-width: 767.98px) {
  .column .sidebar, .post-type-archive-article .sidebar {
    margin-top: 3em;
  }
}

@media screen and (min-width: 768px) {
  .column .sidebar, .post-type-archive-article .sidebar {
    width: calc(330em/16);
  }
}

.column .sidebar .ttl-sidebar, .post-type-archive-article .sidebar .ttl-sidebar {
  color: #1d3842;
  border-bottom: 4px solid;
  white-space: nowrap;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.column .sidebar .ttl-sidebar::before, .post-type-archive-article .sidebar .ttl-sidebar::before {
  content: '';
  width: 1.5em;
  height: 1.2em;
  display: inline-block;
  margin-right: .3em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}

@media screen and (min-width: 768px) {
  .column .sidebar .ttl-sidebar, .post-type-archive-article .sidebar .ttl-sidebar {
    font-size: 2rem;
  }
}

.column .sidebar .ttl-sidebar small, .post-type-archive-article .sidebar .ttl-sidebar small {
  font-size: 78%;
  font-weight: normal;
  margin-left: 1em;
  padding-left: .6em;
  border-left: 1px solid;
}

.column .sidebar .item, .post-type-archive-article .sidebar .item {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .column .sidebar .item figure, .post-type-archive-article .sidebar .item figure {
    width: calc(200em/26);
  }
}

@media screen and (min-width: 768px) {
  .column .sidebar .item figure, .post-type-archive-article .sidebar .item figure {
    width: calc(120em/16);
  }
}

.column .sidebar .item p, .post-type-archive-article .sidebar .item p {
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .column .sidebar .item p, .post-type-archive-article .sidebar .item p {
    font-size: 3.2rem;
    width: calc(436em/32);
    line-height: 1.5;
    max-height: 6em;
  }
}

@media screen and (min-width: 768px) {
  .column .sidebar .item p, .post-type-archive-article .sidebar .item p {
    font-size: 1.5rem;
    line-height: 1.6;
    width: calc(193em/15);
    max-height: 8em;
  }
}

.column .newslist:not(:first-child),
.column .osusume:not(:first-child),
.column .ranking:not(:first-child),
.post-type-archive-article .newslist:not(:first-child),
.post-type-archive-article .osusume:not(:first-child),
.post-type-archive-article .ranking:not(:first-child) {
  margin-top: 3em;
}

.column .newslist ol,
.column .osusume ol,
.column .ranking ol,
.post-type-archive-article .newslist ol,
.post-type-archive-article .osusume ol,
.post-type-archive-article .ranking ol {
  border-top: 1px dotted;
  margin-top: 1em;
}

.column .newslist ol li,
.column .osusume ol li,
.column .ranking ol li,
.post-type-archive-article .newslist ol li,
.post-type-archive-article .osusume ol li,
.post-type-archive-article .ranking ol li {
  border-bottom: 1px dotted;
  padding-top: 1em;
  padding-bottom: 1em;
}

.column .osusume .ttl-sidebar::before, .post-type-archive-article .osusume .ttl-sidebar::before {
  background-image: url(../img/column/ico_osusume.png);
}

.column .ranking .ttl-sidebar::before, .post-type-archive-article .ranking .ttl-sidebar::before {
  background-image: url(../img/column/ico_ranking.png);
}

.column .newslist .ttl-sidebar::before, .post-type-archive-article .newslist .ttl-sidebar::before {
  background-image: url(../img/column/ico_news.png);
  width: .8em;
}

.column .pager, .post-type-archive-article .pager {
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .column .pager, .post-type-archive-article .pager {
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
  }
}

.column .pager .prev,
.column .pager .list,
.column .pager .next {
  color: #202340;
}

.column .pager .prev a,
.column .pager .next a {
  position: relative;
}

.column .pager .prev a::before, .column .pager .prev a::after,
.column .pager .next a::before,
.column .pager .next a::after {
  position: absolute;
  content: '';
}

.column .pager .prev a::before,
.column .pager .next a::before {
  width: .5em;
  height: .5em;
  border-top: 1px solid;
}

@media screen and (max-width: 767.98px) {
  .column .pager .prev a::before,
  .column .pager .next a::before {
    top: 52%;
  }
}

@media screen and (min-width: 768px) {
  .column .pager .prev a::before,
  .column .pager .next a::before {
    top: 54%;
  }
}

.column .pager .prev a::after,
.column .pager .next a::after {
  top: 50%;
  width: 1em;
  height: 0;
  border-top: 1px solid;
}

@media screen and (max-width: 767.98px) {
  .column .pager .prev a,
  .column .pager .next a {
    border: 1px solid;
    width: 3em;
    height: 3em;
    display: inline-flex;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
  }
  .column .pager .prev a:hover,
  .column .pager .next a:hover {
    background-color: #1d3842;
    color: #fff;
    border-color: #1d3842;
  }
}

@media screen and (max-width: 767.98px) {
  .column .pager .prev,
  .column .pager .next {
    margin-top: 2em;
  }
}

@media screen and (min-width: 768px) {
  .column .pager .prev,
  .column .pager .next {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .column .pager .prev a::before {
    -webkit-transform: translate(-100%, -50%) rotate(-45deg);
    transform: translate(-100%, -50%) rotate(-45deg);
    left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .column .pager .prev a::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    left: -1.2em;
  }
}

.column .pager .prev a::after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767.98px) {
  .column .pager .prev a::after {
    left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .column .pager .prev a::after {
    left: -1em;
  }
}

@media screen and (max-width: 767.98px) {
  .column .pager .prev {
    order: 2;
    width: 48%;
    text-align: right;
  }
}

@media screen and (max-width: 767.98px) {
  .column .pager .list {
    order: 1;
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .column .pager .next a::before {
    -webkit-transform: translate(0em, -50%) rotate(45deg);
    transform: translate(0em, -50%) rotate(45deg);
    left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .column .pager .next a::before {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    right: -1.2em;
  }
}

@media screen and (max-width: 767.98px) {
  .column .pager .next a::after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .column .pager .next a::after {
    left: auto;
    right: -1em;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media screen and (max-width: 767.98px) {
  .column .pager .next {
    order: 3;
    width: 48%;
  }
}

/* column */
.column-index .main-visual {
  background-image: url(../img/column/main_image.jpg);
}

@media screen and (max-width: 767.98px) {
  .column-index .main-visual {
    background-image: url(../img/column/sp/main_image.jpg);
  }
}

@media screen and (max-width: 767.98px) {
  .column-index .main-contents .item, .post-type-archive-article .main-contents .item {
    background-color: #f8f8f8;
    padding: calc(18em/26) calc(18em/26) calc(60em/26) calc(18em/26);
  }
  .column-index .main-contents .item + .item, .post-type-archive-article .main-contents .item + .item {
    margin-top: calc(55em/26);
  }
}

@media screen and (min-width: 768px) {
  .column-index .main-contents .item, .post-type-archive-article .main-contents .item {
    border-bottom: 1px dotted;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .column-index .main-contents .item .col-pic, .post-type-archive-article .main-contents .item .col-pic {
    width: calc(280em/16);
  }
}

@media screen and (max-width: 767.98px) {
  .column-index .main-contents .item .col-pic figure, .post-type-archive-article .main-contents .item .col-pic figure {
    padding: calc(10em/26);
    border: 1px solid #b3b2b3;
    background-color: #fff;
  }
}

.column-index .main-contents .item .col-txt, .post-type-archive-article .main-contents .item .col-txt {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) {
  .column-index .main-contents .item .col-txt, .post-type-archive-article .main-contents .item .col-txt {
    width: calc(600em/16);
    padding-left: 1.5em;
  }
}

.column-index .main-contents .item .update, .post-type-archive-article .main-contents .item .update {
  line-height: 1;
  color: #1d3842;
}

@media screen and (max-width: 767.98px) {
  .column-index .main-contents .item .update, .post-type-archive-article .main-contents .item .update {
    margin-top: 1em;
  }
  .column-index .main-contents .item .update::before, .post-type-archive-article .main-contents .item .update::before {
    content: '更新日：';
  }
}

@media screen and (min-width: 768px) {
  .column-index .main-contents .item .update, .post-type-archive-article .main-contents .item .update {
    font-size: 1.2rem;
  }
}

.column-index .main-contents .item .description, .post-type-archive-article .main-contents .item .description {
  color: #010101;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .column-index .main-contents .item .description, .post-type-archive-article .main-contents .item .description {
    max-height: 8em;
    font-size: 2.8rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .column-index .main-contents .item .description, .post-type-archive-article .main-contents .item .description {
    font-size: 1.4rem;
    overflow: hidden;
    min-height: 4em;
    margin-top: .5em;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767.98px) {
  .column-index .main-contents .item .button, .post-type-archive-article .main-contents .item .button {
    order: 2;
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .column-index .main-contents .item .button, .post-type-archive-article .main-contents .item .button {
    margin-top: .2em;
  }
}

@media screen and (min-width: 768px) {
  .column-index .main-contents .item .btn-round, .post-type-archive-article .main-contents .item .btn-round {
    display: inline-flex;
    font-size: 1.2rem;
  }
}

.column-index .tag-list {
  display: flex;
}

@media screen and (max-width: 767.98px) {
  .column-index .tag-list {
    color: #696565;
    font-size: 2.4rem;
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .column-index .tag-list {
    justify-content: flex-end;
  }
}

.column-index .tag-list li + li {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .column-index .tag-list li {
    font-size: 1.2rem;
  }
}

.column-index .tag-list li::before {
  content: '#';
  font-family: monospace;
  margin-right: .3em;
}

/* column-post */
.column-post .main-visual {
  background-image: url(../img/column/main_image.jpg);
}

@media screen and (max-width: 767.98px) {
  .column-post .main-visual {
    background-image: url(../img/column/sp/main_image.jpg);
  }
}

@media screen and (max-width: 767.98px) {
  .column-post .main-contents .update {
    border-bottom: 2px solid;
    font-size: 2.2rem;
    padding-bottom: .5em;
  }
  .column-post .main-contents .update::before {
    content: '更新日：';
  }
}

@media screen and (min-width: 768px) {
  .column-post .main-contents .update {
    line-height: 1;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .column-post .main-contents .update::after {
    content: '・・・';
    display: block;
    line-height: 2;
    font-size: 2rem;
    letter-spacing: calc(-500em/1000);
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
}

.column-post .main-contents .post-title {
  color: #1d3842;
  font-size: 2.2rem;
  margin-top: 1em;
}

.column-post .main-contents h3 {
  color: #1d3842;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 2em 0 1em;
}

.column-post .main-contents img {
  height: auto;
  max-width: 100%;
}

/* .column-post .main-contents input.download {
  background-color: #333;
  color: #fff;
} */

@media screen and (max-width: 767.98px) {
  .column-post .main-contents .post-title {
    font-size: 3.6rem;
  }
}

.column-post .main-contents figure:not([class]) {
  margin-top: 2em;
}

.column-post .main-contents p:not([class]) {
  margin-top: 2em;
  color: #010101;
}

@media screen and (max-width: 767.98px) {
  .column-post .main-contents p:not([class]) {
    font-size: 2.8rem;
    line-height: 1.8;
    color: #53565a;
  }
  .column-post .main-contents img {
    height: auto;
    max-width: 100%;
  }
}

.column-post .main-contents .pager {
  margin-top: 4em;
}

/* contact */
.page-contact .main > .container,
.page-confirm .main > .container,
.page-thanks .main > .container,
.page-register .main > .container,
.page-login .main > .container,
.page-profile .main > .container {
  padding-top: 0;
}
.contact_table {
  border: none;
  margin-top: 1em;
  margin-bottom: 4em;
}
.contact_table input {
  background-color: #fff;
  height: 3.75em;
  padding: 0 1.563em;
  width:100%;
}
.contact_table input[type="checkbox"] {
  height: inherit;
  width:inherit;
}
.contact_table input[type="radio"] {
  height: 1.75em;
}
.contact_table textarea {
  background-color: #fff;
	width:100%;
}
.contact_table {
	text-align:left;
}
.contact_table th, .contact_table td {
  border: none;
  padding: .938em 0;
}
.contact_table th {
  padding-top: 2em;
  padding-right: 5.5em;
  vertical-align: top;
  width:30%;
}
.contact_table th.must, .contact_table th.required {
  position: relative;
}
.contact_table th.must:after, .contact_table th.required:after {
  background-color: #9c0a20;
  color: #fff;
  content: "必須";
  padding: 0.1875em .875em;
  position: absolute;
  right: 1em;
  top: 1.8em;
}
.accept_submit, .contact_submit {
  text-align:center;
}
.accept_submit a {
  text-decoration: underline;
}
.contact_submit input {
	border: none;
	width:100%;
	padding:10px;
	font-size:16px;
}
.contact_submit input[name=submitBack] {
	width:50%;
	padding:10px;
    margin-top: 20px;
	font-size: 15px;
}
.page-confirm .example {
  display: none;
}
.contact-intro {
  font-size: 2rem;
  margin-bottom: 2em;
  text-align: center;
}
.contact_submit.btn-round .ajax-loader {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .contact_table th, .contact_table td {
	display:block;
	width:100%;
	padding:3% 0;
  }
  .contact_table td {
    padding-top: 0;
  }
  .contact_table input, .contact_table textarea {
	width:99%;
  }
  .contact_submit input {
	width:100%;
  }
  .contact_table th.must:after, .contact_table th.required:after {
    margin-left: 10px;
	position: relative;
	right: auto;
	top: auto;
  }
  .contact-intro {
    font-size: inherit;
  }
}

/* login */
#wpmem_login legend, #wpmem_reg legend {
  display: none;
}
.page-register #wpmem_reg .button_div, .page-profile #wpmem_login .button_div {
  text-align: center;
  width: 100%;
}
.page-register #wpmem_reg .button_div, .page-login #wpmem_login .button_div, .column-post #wpmem_login .button_div, .page-profile #wpmem_login .button_div {
  margin-bottom: 30px;
}
.page-login #wpmem_login .button_div, .column-post #wpmem_login .button_div {
  text-align: left;
  width: 100%;
}
#wpmem_reg input[type="submit"], #wpmem_login input[type="submit"] {
  padding: 10px;
  width: 60%;
}
#wpmem_login input[type="submit"] {
  display: block;
  margin: 30px auto 0;
}
.page-register #wpmem_reg .div_text, .page-register #wpmem_reg .div_textarea, .page-register #wpmem_reg .div_url,
.page-login #wpmem_login .div_text, .page-login #wpmem_login .div_textarea, .page-login #wpmem_login .div_url,
.column-post #wpmem_login .div_text, .column-post #wpmem_login .div_textarea, .column-post #wpmem_login .div_url,
.page-profile #wpmem_login .div_text, .page-profile #wpmem_login .div_textarea, .page-profile #wpmem_login .div_url {
  margin-top: 5px;
  margin-bottom: 20px;
  width: 100%;
}
.page-register #wpmem_reg fieldset, .page-login #wpmem_login fieldset, .column-post #wpmem_login fieldset, .page-profile #wpmem_login fieldset, .register-intro {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
}
.page-login #wpmem_login .link-text, .page-register #wpmem_reg .link-text, .column-post #wpmem_login .link-text, .page-profile #wpmem_login input[type=text], .page-profile #wpmem_login .link-text {
  width: 100%;
}
.page-register .req-text {
  display: none;
}
.main-visual.no_thum {
  -webkit-animation: none;
  animation: none;
  opacity: 1;
}
.not-login-area {
  margin-top: 3em;
  margin-bottom: 7em;
}
.not-login-text {
  margin-bottom: 1em;
  text-align: center;
}
.not-login-btn {
  display: flex;
  justify-content: space-between;
}


@media screen and (max-width: 767.98px) {
  .page-register #wpmem_reg fieldset, .page-login #wpmem_login fieldset, .column-post #wpmem_login fieldset, .register-intro {
    width: 100%;
  }
  .main-visual.no_thum {
    background-repeat: no-repeat;
  }
  .not-login-btn .btn-round {
    width: 12em;
  }
}

/* Webinar Archive */
section.webinar_archive {
  width:70%;
  margin:0px auto;
}
section.webinar_archive p {
  text-align:center;
}
section.webinar_archive div {
  margin:50px auto;
}
section.webinar_archive div h2 {
  font-size:1.5em;
  font-weight:bold;
}
section.webinar_archive div h2::after{
  display:block;
  content:"";
  border-bottom:1px solid #333;
  width:80%;
  margin:10px auto;
}
section.webinar_archive div h3 {
  font-size:1.3em;
}
section.webinar_archive div h2,section.webinar_archive div h3 {
  text-align:center;
  margin:10px auto;
}
section.webinar_archive div ul {
  display:block;
  margin:20px auto;
}
section.webinar_archive div ul li img {
  margin:30px auto;
  border:1px solid #ccc;
  height: auto;
  width:100%;
}

.webinar_archive .page-numbers {
  display: flex;
  justify-content: center;
}
.webinar_archive ul.page-numbers {
  margin-top: 5em;
}
.webinar_archive .page-numbers li:not(:last-child) {
  margin-right: 1.5em;
}
.webinar_archive .page-numbers li .page-numbers {
  align-items: center;
  border-radius: 50%;
  height: 2em;
  width: 2em;
}
.webinar_archive .page-numbers li .page-numbers.current, .webinar_archive .page-numbers li .page-numbers:not(.dots):hover {
  background-color: #53565a;
  color: #fff;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 767.98px) {
  section.webinar_archive {
    width: 100%;
    margin:0px auto;
  }  
  section.webinar_archive p {
    font-size: 1.15em;
    text-align: left;
  }  
  section.webinar_archive div h2::after{
    display:block;
    content:"";
    border-bottom:1px solid #333;
    width:100%;
    margin:10px auto;
  }    
}

/* Form Add */
span.name-sei input, span.name-mei input, span.kana-sei input, span.kana-mei input {
  width:calc((100% - 4.46%) / 2);
}
span.name-sei input, span.kana-sei input {
  margin-right: 4.46%;
}


/* seminar */
.seminar-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2.045em;
  padding-bottom: .75em;
  position: relative;
  text-align: center;
}
.seminar-title:after {
  border-bottom: 2px solid currentColor;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3.864em;
}
.width {
  margin-right: auto;
  margin-left: auto;
  width: calc(1080em / 16);
}
.width02 {
  margin-right: auto;
  margin-left: auto;
  width: calc(1150em / 16);
}
.width03 {
  margin-right: auto;
  margin-left: auto;
  width: calc(1000em / 16);
}
.width04 {
  margin-right: auto;
  margin-left: auto;
  width: calc(800em / 16);
}

.single-seminar .post-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: .875em;
}
.single-seminar .post-title span {
  font-size: 2rem;
}
.datetime {
  border: 1px solid currentColor;
  font-size: 1.8rem;
  padding: 13px 20px;
}
.datetime img {
  margin-right: 20px;
}
.single-seminar .single-thum {
  margin: 3em auto 0;
  max-width: calc(650em/16);
  text-align: center;
}
.single-seminar .single-thum img, .report-lunch-cont img {
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  max-width: 100%;
}
.single-seminar .single-thum iframe {
  height: 23.5em;
}
.single-seminar .post-sub-title, .column-post .single-seminar .post-sub-title {
  border-bottom: 4px solid currentColor;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3.5em;
  margin-bottom: 1em;
  padding-bottom: .45em;
}
.single-seminar .post-sub-title.noborder {
  border-bottom: none;
  padding-bottom: 0;
}
.single-seminar .bread br {
  display: none;
}
.textarea {
  line-height: 2;
}
.seminar-table {
  margin-bottom: 4em;
}
.seminar-table table {
  border: none;
}
.seminar-table th, .seminar-table td {
  border: none;
  font-weight: normal;
  padding: 0 0 .75em;
  text-align: left;
  vertical-align: top;
}
.single-seminar .pager {
  display: flex;
  justify-content: space-between;
}
.panelist {
  background-color: #eee;
  padding: 40px;
}
.panelist dl {
  display: flex;
}
.panelist dl:not(:first-child) {
  margin-top: 3.125em;
}
.panelist dt {
  border-radius: 50%;
  flex-shrink: 0;
  height: 10em;
  overflow: hidden;
  width: 10em;
}
.panelist dt img {
  height: 100%;
  width: auto;
}
.panelist dd {
  margin-left: 40px;
}
.panelist .name-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .45em;
}
.btn-round.seminar-btn {
  background-color: #d28f00;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  height: 4.091em;
  margin-top: 3em;
  margin-bottom: 5em;
  width: 21.818em;
}
.btn-round.seminar-btn:hover {
  background-color: #fff;
  border-color: #d28f00;
  color: #d28f00;
}
.btn-round.seminar-btn::after, .btn-round.seminar-btn::before, .btn-round.apply:hover::before, .btn-round.apply:hover::after {
  border-top-color: #fff;
}
.btn-round.seminar-btn:hover::after, .btn-round.seminar-btn:hover::before, .btn-round.apply::before, .btn-round.apply::after {
  border-top-color: #d28f00;
}
.feature-bnr {
  margin-bottom: 4.5em;
  text-align: center;
}
.feature-bnr img {
  max-width: 100%;
}
.feature-bnr img:hover {
  opacity: .7;
}

.single-seminar .main-visual, .post-type-archive-seminar .main-visual, .tax-feature .main-visual {
  background-image: url(../img/seminar/main_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.summary {
  margin-bottom: 4.5em;
}
.summary .btn-round {
  margin-top: 2em;
}
.digest-iframe {
  margin-bottom: 4em;
  text-align: center;
}
.seminar-list-wrap, .seminar-list-panelist {
  display: flex;
  justify-content: space-between;
}
.seminar-list-text {
  width: 37.125em;
}
.seminar-list-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .85em;
}
.seminar-list-text .btn-round {
  display: inline-flex;
}
.main .seminar-list-contents {
  margin: 1.3em 0 1.8em;
}
.seminar-list-img {
  margin-left: 1em;
  text-align: center;
  width: 19.625em;
}
.seminar-list-img > p {
  font-weight: bold;
}
.seminar-list-panelist {
  margin-top: .75em;
}
.seminar-list-panelist.panelist-overflow {
  overflow-x: auto;
	white-space: nowrap;
}
/* スクロールの幅の設定 */
.panelist-overflow::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}  
/* スクロールの背景の設定 */
.panelist-overflow::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
/* スクロールのつまみ部分の設定 */
.panelist-overflow::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1d3842;
}
.seminar-list-panelist li {
  margin-right: 1em;
  width: 8.375em;
}
.seminar-list-paneler {
  border-radius: 50%;
  height: 8.375em;
  margin-bottom: 1em;
  overflow: hidden;
  width: 8.375em;
}
.seminar-list-panelist li img, .modal-panelist-img img {
  height: 100%;
  width: auto;
}
.modal-panelist {
  align-items: flex-start;
  display :flex;
  flex-wrap: wrap;
}
.modal-panelist li {
  align-items: center;
  display: flex;
  text-align: left;
  width: 30%;
}
.modal-panelist li:nth-child(n+4) {
  margin-top: 3em;
}
.modal-panelist li:not(:nth-child(3n)){
  margin-right: 5%;
}
.modal-panelist-img {
  border-radius: 50%;
  flex-shrink: 0;
  height: 7em;
  margin-right: 1em;
  overflow: hidden;
  width: 7em;
}
.seminar-list-position {
  font-size: .8em;
  margin-top: 1em;
}
.btn-round.apply {
  border-color: #d28f00;
  color: #d28f00;
}
.btn-round.apply:hover {
  background-color: #d28f00;
  color: #fff;
}
.btn-round.modal {
  margin-bottom: 5em;
}
.seminar-list-text .btn-round {
  width: 17em;
}
.seminar-list-text .btn-round:not(:first-of-type) {
  margin-left: 2em;
}
.tax-feature .report-list > li:not(:first-child) {
  border-top: 1px solid #1d3842;
  margin-top: 2.5em;
  padding-top: 2.5em;
}
.page .main > .container.seminar-container {
  padding-bottom: 6.25em;
}
.seminar-end {
  background-color: #eee;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
.seminar-back-btn {
  margin: 5em 0;
}

.slider01.slick-slider {
  margin-bottom: 90px;
}
.slider01 .slick-prev, .slider01 .slick-next {
  height: 30px;
  width: 15px;
}
.slider01 .slick-prev {
  left: -70px;
}
.slider01 .slick-next {
  right: -70px;
}
.slider01 .slick-prev:before, .slider01 .slick-next:before {
  border: 2px solid;
  content: "";
  height: 21px;
  position: absolute;
  top: calc(50% - 3px);
  transform: rotate(45deg) translateY(-50%);
  width: 21px;
}
.slider01 .slick-prev:before {
  border-color: transparent transparent #565656 #565656;
  left: -3px;
}
.slider01 .slick-next:before {
  border-color: #565656 #565656 transparent transparent;
  right: 12px;
}
.webinar_archive .slider01 li img, .webinar_archive .slider01 .slick-dots {
  margin: 0;
}
.slider01 .slick-track, .slider01 .slick-list {
  margin-top: 0;
  margin-bottom: 0;
}
.webinar_archive .slider01 .slick-dots {
  bottom: -40px;
}
.slider01 .slick-dots li {
  height: 15px;
  margin: 0 11px;
  width: 15px;
}
.slider01 .slick-dots li button {
  background-color: #eee;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.slider01 .slick-dots li.slick-active button {
  background-color: #000;
}
.slider01 .slick-dots li button:before {
  display: none;
}

.page .main > .container.nologin {
  margin-top: calc( 95em/16);
  padding-top: 0;
}
.nologin #wpmem_login {
  margin: auto;
  width: 60%;
}
.nologin #wpmem_login input[type=text] {
  width: 100%;
}
.nologin #wpmem_login .button_div {
  width: 100%;
}
.nologin #wpmem_restricted_msg {
  text-align: center;
}
.nologin #wpmem_restricted_msg .btn-round {
  margin-top: 2em;
}
.webinar_archive .not-login-area.wbnarc {
  margin-top: 7em;
}

.report-list-end-item, .report-list-first-item {
  display: none;
}
.readMoreBtn {
  display: none;
  margin-top: 5em;
}

.login-after-btn {
  display: flex;
}
.login-after-btn .btn-round {
  margin: 0;
}
.login-after-btn .btn-round:not(:last-child) {
  margin-right: 2em;
}

@media screen and (max-width: 767.98px) {
  .bread ol {
    flex-wrap: wrap;
  }
  .width, .width02, .width03, .width04, .feature-bnr, .seminar-list-text, .seminar-list-img {
    width: 100%;
  }
  .width03, .width04, .member-sec03 .width02 {
    padding-right: calc(37em/26);
    padding-left: calc(37em/26);
  }
  .digest-iframe {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .digest-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .seminar-table {
    margin-bottom: 2em;
  }
  .seminar-title {
    font-size: 3.2rem;
  }
  .seminar-list-ttl {
    font-size: 3rem;
  }
  .seminar-list-wrap {
    flex-wrap: wrap;
  }
  .seminar-list-text .btn-round {
    width: 48%;
  }
  .seminar-list-text .btn-round:not(:first-of-type) {
    margin-left: 2%;
  }
  .seminar-list-text {
    margin-bottom: 3em;
  }
  .seminar-list-panelist {
    justify-content: space-evenly;
  }
  .seminar-list-img {
    margin-left: 0;
  }
  .seminar-list-panelist.panelist-overflow {
    justify-content: flex-start;
  }
  .seminar-end .seminar-list-text .btn-round {
    display: flex;
    width: 21em;
  }
  .page .main > .container.seminar-container {
    padding-bottom: calc(110em/26);
  }
  .seminar-end {
    padding-top: calc(110em/26);
    padding-bottom: calc(110em/26);
  }
  .single-seminar .post-title, .single-seminar .post-sub-title {
    font-size: 3rem;
  }
  .single-seminar .post-title span {
    font-size: 2.8rem;
  }
  .seminar-table th {
    width: 6em;
  }
  .panelist {
    padding: 1.5em;
  }
  .panelist dl {
    flex-wrap: wrap;
    justify-content: center;
  }
  .panelist dt {
    height: 8em;
    margin-bottom: 1em;
	width: 8em;
  }
  .panelist dd {
    margin-left: 0;
  }
  .panelist .name-title {
    font-size: 2.6rem;
    text-align: center;
  }
  .modal-panelist li {
    width: 100%;
  }
  .modal-panelist li:not(:first-child) {
    margin-top: 2em;
  }
  .modaal-wrapper .modaal-close {
    background-color: #000;
  }
  .datetime {
    align-items: center;
    display: flex;
    padding: 1em;
  }
  .datetime img {
    margin-right: 1em;
  }
  .slider01.slick-slider {
    width: 90%;
  }
  .slider01 .slick-prev, .slider01 .slick-next {
    height: 21px;
    width: 11px;
  }
  .slider01 .slick-prev {
    left: -7%;
  }
  .slider01 .slick-next {
    right: -7%;
  }
  .slider01 .slick-next:before {
    right: 8px;
  }
  .slider01 .slick-prev:before, .slider01 .slick-next:before {
    height: 15px;
    width: 15px;
  }
  .nologin #wpmem_login {
	width: 100%;
  }
  .single-seminar .pager {
    flex-wrap: wrap;
    justify-content: center;
  }
  .single-seminar .pager > :not(:last-child) {
    margin-bottom: 2em;
  }
  .digestframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .single-seminar .single-thum iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


/* document */
.post-type-archive-document .main-visual, .single-document .main-visual {
  background-image: url(../img/document/main_image.jpg);
}
.page .main > .container.doc-bundle {
  padding-bottom: 3em;
}
.doc-bundle p {
  text-align: center;
}
.doc-bundle .btn-round {
  margin-top: 1.25em;
}
.doc-cat-list {
/*  background-color: #eee;  */
  padding: 2.5em 2.5em 3.25em;
}
.doc-cat-list .report-cat-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  width: 54.375em;
}
.doc-cat-list .report-cat-list .btn-round {
  margin-right: 1.875em;
  width: 16.875em;
}
.doc-cat-list .btn-round:before {
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  top: 43%;
  transform: translateY(-50%) rotate(-45deg);
}
.doc-cat-list .btn-round:hover:before {
  border-color: transparent transparent #fff #fff;
}
.doc-cat-list .btn-round:after {
  display: none;
}
.doc-cat-list .btn-round:nth-child(3n), .doc-cat-list .btn-round:last-child {
  margin-right: 0;
}
.doc-cat-list .btn-round:nth-child(n+4), .doc-list-item:nth-child(n+4) {
  margin-top: 1.875em;
}
.doc-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  text-align: center;
}
.doc-list-section {
  padding: 5em;
}
.doc-list-section:nth-child(even) {
  background-color: #eee;
}
.doc-list {
  display: flex;
  flex-wrap: wrap;
}
.doc-list-item {
  border-radius: .6888em;
  box-shadow: 0 0 6px rgba(0,0,0,.13);
  overflow: hidden;
  width: 21.25em;
}
.doc-list-item:not(:nth-child(3n)) {
  margin-right: 1.875em;
}
.doc-list-text {
  background-color: #fff;
  padding: 1.25em 1.5em 1.5em;
  text-align: center;
}
.doc-list-title {
  font-weight: bold;
  margin-bottom: 1.25em;
}
.doc-dl-link {
  border: 2px solid #d28f00;
  border-radius: 20px;
  color: #d28f00;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .75em 0 .7em;
  transition: .3s;
  width: 100%;
}
.doc-dl-link:hover {
  background-color: #d28f00;
  color: #fff;
}
.doc-single-item {
  display: flex;
}
.doc-single-main {
  border-right: 1px solid #b4b4b4;
  flex-shrink: 0;
  padding-right: 6.25em;
  width: 36.25em;
}
.doc-toc-title {
  font-weight: bold;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  text-align: center;
}
.doc-single-form {
  padding-left: 6.25em;
}
.doc-single-form .contact_table th, .doc-single-form .contact_table td {
  display: block;
  font-weight: normal;
  padding: 0;
  width: 100%;
}
.doc-single-form .contact_table td.flex {
  display: flex;
  justify-content: space-between;
}
.doc-single-form .contact_table th {
  padding-bottom: .7em;
}
.doc-single-form .contact_table td {
  padding-bottom: 1.5em;
}
.doc-single-form .contact_table tr:last-child td {
  padding-bottom: 0;
}
.doc-single-form .contact_table th.must:after {
  background-color: #d41748;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-left: 1.25em;
  padding: .3em .8em .25em;
  position: relative;
  right: auto;
  top: 1px;
}
.doc-single-form .btn-round {
  border-color: #d28f00;
  color: #d28f00;
  cursor: pointer;
}
.doc-single-form .btn-round:hover {
  background-color: #d28f00;
  border-color: #d28f00;
  color: #fff;
}
.doc-single-form .contact_submit input {
  cursor: pointer;
  outline: none;
}
.doc-single-form td.flex .col2 {
  width: 47%;
}
.doc-single-form td.flex .col2 input {
  width: 100%;
}

.member h2 {
  margin:20px auto;
  font-weight:bold;
  font-size:1.8em;
}
.memberpage .page-article:first-child {
  margin-top: 0;
}
.page .main .memberpage .page-article:not(:first-child) {
  margin-top: 6em;
}
.memberpage .seminar-title {
  margin-bottom: 1.7em;
  padding-bottom: 0;
}
.memberpage .seminar-title:after {
  display: none;
}
.member-text {
  text-align: center;
}
.member-special {
  display: flex;
  flex-wrap: wrap;
  margin: calc(45em / 16) auto;
}
.member-special li {
  background-color: #eee;
  padding: calc(34em / 16);
  width: calc((100% - (40em / 16)) / 2);
}
.member-special li:nth-child(odd) {
  margin-right: calc(40em / 16);
}
.member-special li:nth-child(n+3) {
  margin-top: calc(40em / 16);
}
.member-special-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: calc(22em / 20);
  padding-bottom: calc(12em / 20);
  position: relative;
  text-align: center;
}
.member-special-title:after {
  border-bottom: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3.864em;
}
.member-plan {
  font-size: 1.8rem;
  margin-bottom: calc(50em / 18);
}
.member-plan, .member-plan th, .member-plan td {
  border: none;
}
.member-plan thead th {
  padding: .9em;
  width: calc(100% / 3);
}
.member-plan thead th:not(:first-child) {
  background-color: #1d3842;
  color: #fff;
}
.member-plan thead th:nth-child(2) {
  border-right: .6em solid #fff;
}
.member-plan thead th:nth-child(3) {
  border-left: .6em solid #fff;
}
.member-plan tbody th {
  font-weight: normal;
  padding: .8em 1em;
  text-align: left;
}
.member-plan td {
  text-align: center;
}
.member-plan tbody tr:nth-child(even) {
  background-color: #eee;
}
.member-plan td.small {
  font-size: 1.4rem;
}
.member-plan-list li {
  counter-increment: counter;
  line-height: 1.8;
  padding-left: calc(38em / 16);
  position: relative;
}
.member-plan-list li:not(:last-child) {
  margin-bottom: .2em;
}
.member-plan-list li:before {
  background-color: #1d3842;
  border-radius: 50%;
  color: #fff;
  content: counter(counter);;
  display: inline-block;
  height: calc(26em / 16);
  left: 0;
  position: absolute;
  text-align: center;
  width: calc(26em / 16);
}

.document-thanks .button {
  margin-top: 4em;
}

@media screen and (max-width: 767.98px) {
  .doc-list-section {
    padding: 4em 0;
  }
  .doc-cat-list {
    padding-right: 1em;
    padding-left: 1em;
  }
  .doc-cat-list .report-cat-list {
    justify-content: center;
    width: 100%;
  }
  .doc-title, .doc-toc-title {
    font-size: 3.2rem;
  }
  .doc-cat-list .report-cat-list .btn-round {
    margin-right: 0;
    width: 21em;
  }
  .doc-list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .doc-list-item:not(:first-child) {
    margin-top: 2em;
  }
  .doc-list-item, .doc-single-main, .doc-single-form {
    width: 100%;
  }
  .doc-list-title {
    font-size: 3rem;
  }
  .doc-dl-link {
    font-size: 2.6rem;
  }
  .doc-single-item {
    flex-wrap: wrap;
  }
  .doc-single-main {
    border-right: 0;
    padding-right: 0;
  }
  .doc-toc-title {
    margin-bottom: 1em;
  }
  .doc-single-main .tocList {
    border-bottom: 1px solid #b4b4b4;
    line-height: 1.8;
    margin-bottom: 7%;
    padding: 0 5% 7%;
  }
  .doc-single-form {
    padding-left: 0;
  }
  .member-text {
    text-align: left;
  }
  .member-special li {
    width: 100%;
  }
  .member-special li:nth-child(odd) {
    margin-right: 0;
  }
  .member-special-title {
    font-size: 3rem;
  }
  .member-special li:not(:first-child) {
    margin-top: 1.5em;
  }
  .page .main .memberpage .page-article:not(:first-child) {
    margin-top: 4em;
  }
}


/* studygroup archive */
.study_item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.study_item h3 {
  width: 35em;
}
.study_item .btn-round {
  width: 14em;
}
@media screen and (max-width: 767.98px) {
  .study_item {
    flex-wrap: wrap;
	justify^content: center;
  }
  .study_item h3 {
    margin-bottom: 1em;
    width: 100%;
  }
}


/* pager */
.pnavi {
  margin-top: 3em;
  text-align: center;
}
.pnavi > * {
  border-radius: 50%;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
}
.pnavi > *.current {
  background-color: #1d3842;
  color: #fff;
}
.pnavi > *:not(:last-child) {
  margin-right: .75em;
}


/* report lunchtime_webinar */
.report-lunch-cat {
  background-color: #223641;
  color: #fff;
  padding: calc(5em / 16) calc(9em / 16) calc(4em / 16);
}
.column-post .main-contents .report-lunch-cat + .post-title {
  margin-top: .5em;
}
.report-lunch-thum {
  margin-bottom: calc(24em / 16);
}
.report-lunch-thum img {
  max-width: 100%;
}
.single-seminar.report-lunch-area .post-sub-title {
  margin-top: 1.5em;
  margin-bottom: .6em;
}
.report-lunch-area .panelist {
  padding: calc(25em / 16);
}
.report-lunch-area .panelist dt {
  height: calc(120em / 16);
  width: calc(120em / 16);
}
.report-lunch-area .panelist dd {
  line-height: 1.6;
  margin-left: calc(25em / 16);
}
.report-lunch-area .panelist .name-title {
  margin-bottom: .8em;
}
.column-post .report-lunch-cont h3 {
  border-bottom: 4px solid;
  font-size: 2rem;
  margin-top: 3em;
  padding-bottom: .4em;
}
.column-post .report-lunch-cont h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 2em;
}
.column-post .report-lunch-cont h3 + p:not([class]) {
  margin-top: 1em;
}
.report-lunch-area .note {
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 767.98px) {
  .report-lunch-area {
    margin-top: 1.5em;
  }
  .single-seminar.report-lunch-area .post-sub-title {
    font-size: 3rem;
  }
  .report-lunch-area .panelist {
     padding: 1.5em;
  }
  .report-lunch-area .panelist dd {
    margin-left: 0;
  }
  .column-post .report-lunch-cont h3 {
    font-size: 3.2rem;
  }
  .column-post .report-lunch-cont h4 {
    font-size: 3rem;
  }
}


/* interview */
.interview-pager .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.categories-cat-list {
  margin-bottom: 3em;
}
.categories-desc {
  font-weight: bold;
  margin: 0 auto 3em;
  width: 80%;
}
.categories-desc a {
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .interview-pager .list {
    flex-wrap: wrap;
  }
  .interview-pager .btn-round:not(:first-child) {
    margin-top: 2em;
  }
  .categories-desc {
    width: 100%;
  }
}


/* category performance */
.top-cat-pf {
  margin-bottom: 3em;
}
.pf-table {
  margin-bottom: 5em;
  text-align: center;
}
.pf-table thead th {
  background-color: #1d3842;
  color: #fff;
}
.pf-table thead th:first-child {
  width: 17%;
}
.pf-table thead th:nth-child(2) {
  width: 30%;
}
.pf-table tbody td:last-child {
  text-align: left;
}
.pf-link {
  text-decoration: underline;
}

.report-cat-list .btn-round::before, .report-cat-list .btn-round::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .report-cat-list .btn-round {
    min-width: 14em;
  }
}

@media screen and (max-width: 767.98px) {
  .pf-article {
    padding-left: calc(37em/26);
	padding-right: calc(37em/26);
  }
  .pf-table thead th:first-child {
    width: 19%;
  }
  .report-cat-list .btn-round {
    margin-right: .5em;
	margin-left: .5em;
	padding: 0 1.5em;
	width: auto;
  }
}


/* member renewal */
body.page-member_test {
  margin-top: 0;
}
.flex-style {
  display: flex;
}
.memberhd {
  background-color: #ececec;
  padding-top: calc(150em / 16);
  padding-bottom: calc(110em / 16);
}
.memberhd .width03 {
  justify-content: space-between;
}
.memberhd .box {
  flex-shrink: 0;
  width: calc(520em/ 16);
}
.memberhd .title {
  font-size: 4.6rem;
  font-weight: bold;
}
.memberhd .text {
  border: 2px solid #1d3842;
  font-size: 3rem;
  font-weight: bold;
  margin: 1em 0 2em;
  padding: calc(5em / 30) calc(10em / 30) calc(3em / 30);
  text-align: center;
}
.memberhd .img {
  margin-left: calc(115em / 16);
  width: calc(365em/ 16);
}
.memberhd .img img {
  height: auto;
  width: 100%;
}
.memberhd .btns {
  justify-content: center;
}
.memberhd .btn01.small {
  width: 80%;
}
.btn01 {
  align-items: center;
  background: linear-gradient(45deg, #0d1721 0%, #0d1721 50%, #1d3842 50%, #1d3842 100%);
  border-radius: calc(50em / 22);
  color: #fff;
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: bold;
  height: calc(70em / 22);
  justify-content: center;
  width: calc(250em / 22);
  text-align: center;
}
.btn01.small {
  border-radius: calc(50em / 18);
  font-size: 1.8rem;
  height: calc(70em / 18);
  width: calc(250em / 18);
}
.btn01.wide {
  width: calc(320em / 22);
}
.btitle {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: calc(45em / 40);
  padding-top: calc(85em / 40);
  text-align: center;
}
.member-sec01 {
  margin-bottom: calc(110em / 16);
}
.member-sec01 .list {
  justify-content: space-between;
  text-align: center;
}
.member-sec01 .item {
  background-color: #ececec;
  border-radius: calc(10em / 16);
  padding: calc(28em / 16);
  width: calc(320em / 16);
}
.member-sec01 .item .img img {
  height: auto;
  width: calc(84em / 16);
}
.member-sec01 .item .text {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: calc(20em / 24);
}
.member-sec01 .text02 {
  font-size: 1.8rem;
  margin: auto;
  width: calc(830em / 18);
}
.member-sec02 {
  background-color: #ececec;
  padding-bottom: calc(120em / 16);
}
.member-sec02 .item {
  align-items: flex-start;
}
.member-sec02 .item:not(:last-child) {
  margin-bottom: calc(80em / 16);
}
.member-sec02 .item .img {
  position: relative;
}
.member-sec02 .item .img img {
  box-shadow: 4px 4px 5px rgba(12, 55, 71, .25);
  height: auto;
  width: calc(450em / 16);
}
.member-sec02 .box {
  background-color: #fff;
  font-size: 1.8rem;
  padding-top: calc(40em / 18);
  padding-bottom: calc(40em / 18);
  width: calc(630em / 18);
}
.member-sec02 .item:nth-child(odd) .box {
  padding-right: calc(130em / 18);
  padding-left: calc(60em / 18);
}
.member-sec02 .item:nth-child(even) .box {
  padding-right: calc(60em / 18);
  padding-left: calc(130em / 18);
}

@media screen and (min-width: 768px) {
  .member-sec02 .item .img {
    margin-top: calc(40em / 16);
  }
  .member-sec02 .item:nth-child(odd) .img {
    margin-left: calc(80em / -16);
    order: 2;
  }
  .member-sec02 .item:nth-child(odd) .box {
    order: 1;
  }
  .member-sec02 .item:nth-child(even) .img {
    margin-right: calc(80em / -16);
  }
}

.member-sec02 .box .title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: calc(20em / 32);
}
.member-sec02 .box .title .number {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-size: 6rem;
  line-height: 1;
  margin-right: calc(12em / 60);
}
.member-sec02 .box p {
  line-height: 1.7;
}
.member-sec02 .box .btn01 {
  margin-top: calc(22em / 22);
}
.member-sec03 {
  padding-bottom: calc(100em / 16);
}
.member-sec03 .tb {
  border-collapse: separate;
  border-spacing: 5px;
}
.member-sec03 .tb, .member-sec03 th, .member-sec03 td {
  border: none;
}
.member-sec03 thead th {
  color: #fff;
  font-size: 2.6rem;
  padding: calc(22em / 26) calc(20em / 26) calc(19em / 26);
}
.member-sec03 thead th:not(:first-child) {
  width: calc(292em / 26);
}
.member-sec03 thead th:nth-child(2) {
  background-color: #a9aaac;
}
.member-sec03 thead th:nth-child(3) {
  background-color: #1d3842;
}
.member-sec03 thead th:nth-child(4) {
  background-color: #9c0a20;
}
.member-sec03 tbody th, .member-sec03 tbody td {
  background-color: #ececec;
  font-size: 2.2rem;
  font-weight: bold;
  padding: calc(17em / 22);
  text-align: center;
}
.member-sec03 tbody td.small {
  font-size: 1.8rem;
}
.member-sec03 tbody th {
  width: calc(260em / 22);
}
.member-sec03 .text {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: calc(80em / 26);
  text-align: center;
}

.member-sec04 {
  background-color: #ececec;
  padding-bottom: calc(120em / 16);
}
.member-sec04 .text {
  font-size: 1.8rem;
  margin-bottom: 2em;
  text-align: center;
}
.member-sec04 .form_submit {
  margin-top: 2.5em;
  text-align: center;
}
.member-sec04 .wpcf7 .ajax-loader {
  display: block;
}
.member-sec04 .contact_table {
  margin-bottom: 2em;
}
.header.nocolor {
  background-color: transparent;
}

@media screen and (max-width: 767.98px) {
  .memberhd {
    padding-top: calc(110em / 16);
  }
  .memberhd .width03, .memberhd .btns {
    flex-wrap: wrap;
    width: 100%;
  }
  .memberhd .box, .memberhd .btns .btn01, .member-sec01 .item {
    width: 100%;
  }
  .memberhd .title {
    font-size: 5.5rem;
    text-align: center;
  }
  .memberhd .text, .btn01, .btn01.small {
    font-size: 4.2rem;
  }
  .btn01.small {
    height: calc(70em / 22);
  }
  .memberhd .img {
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
    width: 80%;
  }
  .memberhd .btns .btn01:first-child {
    margin-bottom: 1em;
  }
  .member-sec01 .list {
    flex-wrap: wrap;
  }
  .member-sec01 .item:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .member-sec01 .item .text {
    font-size: 4rem;
  }
  .member-sec01 .item .img img {
    width: auto;
  }
  .member-sec01 .text02 {
    font-size: 2.6rem;
    line-height: 2;
    width: 100%;
  }
  .member-sec02 .width03 {
    padding: 0;
  }
  .member-sec02 .item {
    flex-wrap: wrap;
  }
  .member-sec02 .item .img {
    padding-right: calc(37em / 26);
    padding-left: calc(37em / 26);
    text-align: center;
  }
  .member-sec02 .item .img img {
    margin-bottom: -.5em;
    max-width: 450px;
    width: 100%;
  }
  .member-sec02 .box {
    font-size: 2.6rem;
    width: 100%;
  }
  .member-sec02 .item:nth-child(odd) .box {
    padding-right: calc(60em / 18);
  }
  .member-sec02 .item:nth-child(even) .box {
    padding-left: calc(60em / 18);
  }
  .member-sec02 .box .title {
    font-size: 4rem;
  }
  .member-sec02 .box .title .number {
    font-size: 8rem;
  }
  .member-sec03 .text {
    font-size: 3.4rem;
  }
  .member-sec04 .text {
    font-size: 2.6rem;
  }
}

/* インタビュー詳細画像回り込み */
.single-seminar .imgLeft {
  align-items: flex-start;
  display: flex;
  margin-top: 2em;
}
.single-seminar .imgLeft img {
  flex-shrink: 0;
  margin-right: 3%;
  width: 40%;
}
.single-seminar .imgLeft .imgTxt > :first-child {
  margin-top: 0;
}

@media screen and (max-width: 767.98px) {
  .single-seminar .imgLeft {
    flex-wrap: wrap;
  }
  .single-seminar .imgLeft img {
    margin-right: 0;
    margin-bottom: 5%;
    width: 100%;
  }
}