@charset "UTF-8";
@font-face {
  font-family: iconfont;
  src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Original CSS */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  color: inherit;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox]),
optgroup,
select,
textarea {
  display: block;
  width: 100%;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder-shown, textarea::-webkit-input-placeholder-shown {
  font-family: inherit;
  line-height: inherit;
  color: #ccc;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-moz-placeholder-shown, textarea::-moz-placeholder-shown {
  font-family: inherit;
  line-height: inherit;
  color: #ccc;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder-shown, textarea:-ms-input-placeholder-shown {
  font-family: inherit;
  line-height: inherit;
  color: #ccc;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder-shown, textarea::-ms-input-placeholder-shown {
  font-family: inherit;
  line-height: inherit;
  color: #ccc;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::placeholder-shown,
textarea::placeholder-shown {
  font-family: inherit;
  line-height: inherit;
  color: #ccc;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: inherit;
  line-height: inherit;
  color: #ccc;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  line-height: inherit;
  color: #ccc;
  opacity: 1;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: inherit;
  line-height: inherit;
  color: #ccc;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

html {
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 2;
  color: #222;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body::after {
  display: none;
}

body::after {
  content: '0';
}

@media (min-width: 1080px) {
  body::after {
    content: '1';
  }
}

html,
body {
  min-height: 100%;
}

html {
  font-size: 15px;
}

@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

h1,
.h1 {
  font-size: 1.75rem;
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: .875rem;
}

@media (min-width: 1080px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

ol,
ul {
  padding-left: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 2rem;
}
@media (max-width: 1080px) {
  .header {
    padding: 1rem;
  }
}

.header__logo {
  width: 120px;
}

.header__logo img {
  display: block;
}

@media (min-width: 1080px) {
  .header__logo {
    width: 180px;
  }
}

.header__logo--div .header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo--div .header__logo-icon,
.header__logo--div .header__logo-text {
  display: block;
}

.header__logo--div .header__logo-icon {
  padding-right: 1%;
}

.header__logo--div .header__logo-text {
  padding-left: 1%;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 2rem 2rem;
}

@media (min-width: 1080px) {
  .menu__container {
    padding: 0;
  }
}

.menu__item {
  font-size: .875rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1.5em;
}

.menu__item:last-child a{
  padding-right: 0;
}

.menu__item strong {
  font-weight: normal;
  font-size: 1.75em;
  letter-spacing: .1em;
}

.menu__item span {
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8em;
  letter-spacing: .1em;
  margin-left: 1em;
}

.menu__item.is-current strong {
  color: #33a3ca;
}

.menu__item.is-current span {
  color: #c1e3ef;
}

@media (min-width: 1080px) {
  .menu__item {
    font-size: .9375rem;
    text-align: center;
    margin-bottom: 0;
  }
  .menu__item a {
    display: block;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .menu__item strong,
  .menu__item span {
    display: block;
  }
  .menu__item strong {
    font-size: 1em;
  }
  .menu__item span {
    margin-top: .25em;
    margin-left: 0;
  }
  .menu__item a {
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
  }
  .menu__item a:hover strong {
    color: #33a3ca;
  }
  .menu__item a:hover span {
    color: #c1e3ef;
  }
}

.js-menu-layer,
.js-menu-switch {
  display: none;
}

@media (max-width: 1080px) {
  .js-menu,
  .js-menu-layer,
  .js-menu__container,
  .js-menu-switch,
  .js-menu-switch__icon,
  .js-menu-switch__icon::before,
  .js-menu-switch__icon::after {
    display: block;
  }
  .js-menu,
  .js-menu-layer,
  .js-menu-switch {
    overflow: hidden;
  }
  .js-menu,
  .js-menu-layer {
    position: fixed;
    visibility: hidden;
  }
  .js-menu-layer,
  .js-menu__container {
    width: 100%;
    height: 100%;
  }
  .js-menu {
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0s step-end 0.3s, -webkit-transform 0.3s ease-in-out 0s;
    transition: visibility 0s step-end 0.3s, -webkit-transform 0.3s ease-in-out 0s;
    -o-transition: transform 0.3s ease-in-out 0s, visibility 0s step-end 0.3s;
    transition: transform 0.3s ease-in-out 0s, visibility 0s step-end 0.3s;
    transition: transform 0.3s ease-in-out 0s, visibility 0s step-end 0.3s, -webkit-transform 0.3s ease-in-out 0s;
    z-index: 10001;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .js-menu-layer {
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-transition: visibility 0s step-end 0.3s, opacity 0.3s ease-in-out 0s;
    -o-transition: visibility 0s step-end 0.3s, opacity 0.3s ease-in-out 0s;
    transition: visibility 0s step-end 0.3s, opacity 0.3s ease-in-out 0s;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
    cursor: default;
  }
  .js-menu__container {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .js-menu-switch {
    position: relative;
    width: 44px;
    height: 44px;
    z-index: 10002;
    cursor: pointer;
  }
  .js-menu-switch__icon {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    background-color: #222;
  }
  .js-menu-switch__icon, .js-menu-switch__icon::before, .js-menu-switch__icon::after {
    position: absolute;
    width: 30px;
    height: 2px;
  }
  .js-menu-switch__icon::before, .js-menu-switch__icon::after {
    content: '';
    -webkit-transition: background-color 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    background-color: #222;
  }
  .js-menu-switch__icon::before {
    top: -12px;
  }
  .js-menu-switch__icon::after {
    bottom: -12px;
  }
  .is-menu-open .js-menu,
  .is-menu-open .js-menu-layer {
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  .is-menu-open .js-menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .is-menu-open .js-menu-layer {
    opacity: 1;
  }
  .is-menu-open .js-menu-switch__icon {
    background-color: transparent;
  }
  .is-menu-open .js-menu-switch__icon::before, .is-menu-open .js-menu-switch__icon::after {
    background-color: #222;
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .is-menu-open .js-menu-switch__icon::before {
    -webkit-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  .is-menu-open .js-menu-switch__icon::after {
    -webkit-transform: translateY(-12px) rotate(-45deg);
        -ms-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
  .is-menu-open {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}

body {
  background-image: -o-linear-gradient(135deg, #fff 25%, #fafafa 25%, #fafafa 50%, #fff 50%, #fff 75%, #fafafa 75%);
  background-image: linear-gradient(-45deg, #fff 25%, #fafafa 25%, #fafafa 50%, #fff 50%, #fff 75%, #fafafa 75%);
  background-position: 50% 50%;
  background-size: 1000px 1000px;
}

@media (min-width: 1080px) {
  body {
    background-size: 1800px 1800px;
  }
}

.page {
  overflow: hidden;
}

.container {
  width: calc(100% - 2rem);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-top {
  max-width: 1040px;
}

.section {
  margin-top: 4em;
  margin-bottom: 4em;
}

@media (min-width: 600px) {
  .top .section {
    margin-top: 6em;
  }
}

.section *:first-child {
  margin-top: 0;
}

.section *:last-child {
  margin-bottom: 0;
}

.heading--mv + .section {
  margin-top: 2em;
}

.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-2__main {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}

.col-2__aside {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0;
}

.col-2__aside--image {
  text-align: right;
}

.col-2__aside--image img {
  width: 25%;
  max-width: 100px;
}

@media (min-width: 1080px) {
  .col-2__main {
    width: 740px;
  }
  .col-2__aside {
    width: 240px;
  }
  .col-2__aside--image img {
    width: 50%;
  }
}

.side-menu {
  margin-bottom: 2em;
}

.side-menu li {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

.side-menu li.is-current a {
  display: block;
  color: #33a3ca;
}

.side-menu li.is-current a:hover {
  color: #33a3ca;
}

@media (min-width: 1080px) {
  .side-menu li a {
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
  }
  .side-menu li a:hover {
    color: #33a3ca;
  }
}

.list {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  line-height: 1.6;
}

.list li {
  margin-top: .25em !important;
  margin-bottom: .25em !important;
}

ol.list > li {
  list-style-type: decimal;
  list-style-position: inside;
}

ol.list > li li {
  padding-left: 2em;
}

ul.list > li {
  list-style-type: disc;
  list-style-position: inside;
}

ul.list > li li {
  padding-left: 2em;
}

.wpcf7-spinner {
  position: absolute;
}

.empty {
  text-align: center;
  background-color: #f9f9f9;
  font-size: 1rem;
  color: #444;
  padding: 1.5em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.footer__logo {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.footer__logo img {
  width: 120px;
}

@media (min-width: 1080px) {
  .footer__logo {
    width: auto;
    text-align: left;
  }
  .footer__logo img {
    width: 150px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 2rem);
  max-width: 1040px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
}

@media (min-width: 1080px) {
  .footer__nav {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .footer__nav a:hover {
    text-decoration: underline;
  }
}

.footer__menu {
  width: 50%;
  max-width: 12em;
}

.footer__menu > li {
  margin-bottom: .5em;
}

@media (min-width: 1080px) {
  .footer__menu {
    max-width: none;
    width: auto;
    padding-left: 4rem;
  }
}

.footer__sub-menu > li {
  position: relative;
  padding-left: .75em;
}

.footer__sub-menu > li::before {
  content: '-';
  display: block;
  position: absolute;
  left: 0;
}

.copyright {
  background-color: #fff;
  text-align: center;
  padding: 1rem;
}

.copyright small {
  font-size: .75rem;
}

.breadcrumb {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-size: .875rem;
}

.breadcrumb + * {
  margin-top: 2em;
}

.breadcrumb__content {
  width: 100%;
  white-space: nowrap;
}

.breadcrumb__item {
  display: inline-block;
}

.breadcrumb__item:not(:last-child)::after {
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA02';
  margin-left: .5em;
  margin-right: .5em;
}

.breadcrumb__item:last-child a {
  pointer-events: none;
}

.buttons-outer {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}

.button {
  display: inline-block;
  background-color: #33a3ca;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-width: 0;
  color: #fff;
  padding: .75em 4em;
  border-radius: 2em;
  position: relative;
  text-align: center;
  line-height: 1.6;
}

.button::after {
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA02';
  position: absolute;
  right: 1em;
  line-height: 0;
  top: 50%;
}

.button--secondary {
  background-color: #fff;
  color: #33a3ca;
	border: 1px solid #33a3ca;
}

.button--lg {
  font-size: 1.125rem;
}

@media (min-width: 1080px) {
  .button {
    min-width: 16em;
    -webkit-transition: background-color .05s ease-in-out;
    -o-transition: background-color .05s ease-in-out;
    transition: background-color .05s ease-in-out;
  }
  .button img {
    -webkit-transition: opacity .05s ease-in-out;
    -o-transition: opacity .05s ease-in-out;
    transition: opacity .05s ease-in-out;
  }
  .button:hover {
    background-color: #c1e3ef;
  }
  .button:hover img {
    opacity: .5;
  }
  .button--lg {
    min-width: 20em;
  }
}

.button--back::after {
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA01';
  right: auto;
  left: 1em;
}

.button--has-icon {
  padding-left: 4em;
  padding-right: 4em;
}

.button--has-icon img {
  position: absolute;
  width: 3em;
  left: 3.5em;
  bottom: 0;
}

.button--has-icon span {
  position: relative;
  padding-left: 3em;
}

@media (min-width: 1080px) {
  .button--has-icon {
    padding-left: 6em;
    padding-right: 6em;
  }
  .button--has-icon img {
    width: 4em;
    left: 5.5em;
  }
  .button--has-icon span {
    padding-left: 4em;
  }
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}

.comment__image {
  display: none;
  width: 100%;
}

.comment__image img {
  display: block;
}

.comment__content {
  line-height: 1.6;
  width: 100%;
}

.comment__content .heading img {
  width: 240px;
}

.comment__content .frame {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media (min-width: 1080px) {
  .comment__image {
    display: block;
    max-width: 180px;
    width: 30%;
  }
  .comment__content {
    width: 70%;
    min-width: calc(100% - 180px);
    padding-left: 2em;
  }
  .comment__content .frame {
    position: relative;
	padding: 3rem;
  }
  .comment__content .frame::after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 30px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: -20px;
    top: calc(50% - 15px);
  }
}

.form__table {
  width: 100%;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 3em;
}

.form__table th, .form__table td {
  padding: 1em;
  vertical-align: middle;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.form__table th {
  width: 35%;
  background-color: #f9f9f9;
}

.form__table th::after {
  content: '';
  display: block;
  clear: both;
}

.form__table td input, .form__table td textarea, .form__table td select {
  font-size: 16px;
}

.form__table td textarea {
  height: 8em;
}

@media (max-width: 1080px) {
  .form__table,
  .form__table tbody, .form__table tr, .form__table th, .form__table td {
    display: block;
  }
  .form__table th, .form__table td {
    border-top-width: 0;
    border-bottom-width: 0;
  }
  .form__table th {
    width: 100%;
  }
  .form__table td {
    padding-left: 0;
    padding-right: 0;
  }
}

.form__alert {
  color: #d61111;
  margin-top: .25em;
}

.form__control {
  display: block;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: .25em .5em;
}

input.form__control {
  width: 50%;
}

.form__label {
  background-color: #444;
  color: #fff;
  font-size: .8125rem;
  padding: .125em .5em;
  float: right;
}

.frame {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
  position: relative;
}

.frame > * {
  position: relative;
}

.frame > *:first-child {
  margin-top: 0 !important;
}

.frame > *:last-child {
  margin-bottom: 0 !important;
}

.frame .frame__decoration + * {
  margin-top: 0 !important;
}

.frame .dls-outer {
  margin-top: 2em;
  margin-bottom: 2em;
}

.frame dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding: 1.5em 0;
  line-height: 1.6;
}

.frame dl:last-child {
  border-bottom-width: 0;
}

.frame dl dt {
  width: 100%;
  font-weight: bold;
  margin-bottom: .5em;
}

.frame dl dd {
  width: 100%;
}

.frame h1, .frame h2, .frame h3, .frame h4, .frame h5, .frame h6 {
  letter-spacing: .1em;
  line-height: 1.6;
}

.frame h1, .frame h2, .frame h3, .frame h4, .frame h5, .frame h6, .frame p {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

@media (min-width: 1080px) {
  .frame {
    padding: 4rem 3rem;
  }
  .frame dl {
    padding: 1.5em 1em;
  }
  .frame dl dt {
    width: 30%;
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
  .frame dl dd {
    width: 70%;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.frame__decoration {
  display: block;
  position: absolute;
}

.frame__decoration img {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@media (min-width: 1080px) {
  .frame__decoration img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.frame__decoration--top-left {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.frame__decoration--top-right {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -30%);
      -ms-transform: translate(50%, -30%);
          transform: translate(50%, -30%);
}

.frame__decoration--top25-left {
  top: 25%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.frame__decoration--top25-right {
  top: 25%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.frame__decoration--center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.frame__decoration--center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (min-width: 1080px) {
  .frame__decoration--top-left {
    top: 0;
    left: 0;
    -webkit-transform: translate(-75%, -50%);
        -ms-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
  .frame__decoration--top-right {
    top: 0;
    right: 0;
    -webkit-transform: translate(75%, -20%);
        -ms-transform: translate(75%, -20%);
            transform: translate(75%, -20%);
  }
  .frame__decoration--top25-left {
    top: 25%;
    left: 0;
    -webkit-transform: translate(-75%, -50%);
        -ms-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
  .frame__decoration--top25-right {
    top: 25%;
    right: 0;
    -webkit-transform: translate(75%, -50%);
        -ms-transform: translate(75%, -50%);
            transform: translate(75%, -50%);
  }
  .frame__decoration--center-left {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-75%, -50%);
        -ms-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
  .frame__decoration--center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translate(75%, -50%);
        -ms-transform: translate(75%, -50%);
            transform: translate(75%, -50%);
  }
}

.frame__block {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.frame__block:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.frame__group {
  margin-top: 2em;
  margin-bottom: 2em;
}

.frame__figure {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}

.heading {
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: .1em;
}

.heading--mv {
  font-size: 1.75rem;
  padding-top: .5em;
}

.top_heading {
  margin: 0.5em 0;
  font-size: 28px;
}

.top_heading span {
  display: inline-block;
}
@media (max-width: 600px) {
  .top_heading {
    font-size: 1.5rem;
  }
}

@media (min-width: 1080px) {
  .heading--mv {
    font-size: 2rem;
  }
}

.history-outer {
  position: relative;
}

.history-outer::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% - 2.5em);
  top: 2.5em;
  left: 5em;
  background-color: #c1e3ef;
}

.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.history:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.history__year {
  width: 5em;
}

.history__year span {
  font-size: 1.2em;
  font-weight: bold;
}

.history__content {
  width: calc(100% - 5em);
}

.history__content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-left: 2em;
  line-height: 1.5;
  padding-top: .5em;
  padding-bottom: .5em;
}

.history__content li::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #33a3ca;
  border-radius: 100%;
  left: -3px;
  top: calc(1.25em - 4px);
}

.history__content li span {
  display: block;
}

.history__month {
  width: 4em;
}

.history__text {
  width: calc(100% - 4em);
}

.lead {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.6;
}
.top_lead {
  margin-top: 1em;
}

@media (min-width: 600px) {
  .lead {
    text-align: center;
  }
}

.lead br {
  display: none;
}

.lead br.sp {
  display: block;
}

.lead a {
  text-decoration: underline;
}

.lead a:hover {
  text-decoration: none;
}

@media (min-width: 1080px) {
  .lead br {
    display: inline;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-top: 2em;
  padding-bottom: 2em;
}

.media:last-child {
  border-bottom-width: 0;
}

.media__head {
  max-width: 180px;
  width: 30%;
}

.media__body {
  padding-left: 1.5em;
  width: 70%;
  min-width: calc(100% - 180px);
}

@media (min-width: 1080px) {
  .media__body {
    padding-left: 3em;
  }
}

.media__name {
  margin-bottom: 1em;
  letter-spacing: .05em;
}

.media__name strong {
  font-size: 1em;
}

.media__name span {
  font-size: .75em;
  color: #33a3ca;
  margin-left: 1em;
}

.media__info {
  line-height: 1.6;
}

.media__info li {
  margin-bottom: .5em;
}

.mv {
  text-align: center;
  padding: 1rem 2rem 1rem;
}
@media screen and (max-width: 480px) {
  .mv {
    padding: 0;
  }
}

.catch__image {
  text-align: center;
}

.catch__text {
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  text-align: center;
}

.catch.is-show .catch__text {
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 1080px) {
  .mv {
    padding: 0 1rem 1rem;
  }
  .catch__text {
    margin-bottom: 4rem;
  }
}

.news-list {
  margin-top: 2em;
  margin-bottom: 2em;
}

.news-list-link {
  text-align: right;
  margin-right: 1.5em;
}
.news-list-link a {
  position: relative;
  color: #33a3ca;
}

.news-list-link a::after {
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA02';
  position: absolute;
  right: -1.5em;
  line-height: 0;
  top: 50%;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
  font-size: .9375rem;
}

.news-item > * {
  display: block;
}

.news-item .news-item__date {
  width: 9em;
}

.news-item .news-item__category {
  width: calc(100% - 6em);
  color: #33a3ca;
  padding-left: 2em;
}

.news-item > a {
  text-decoration: underline;
  width: 100%;
  margin-top: .5em;
}

@media (min-width: 1080px) {
  .news-item .news-item__category {
    width: 14em;
    padding-right: 2em;
  }
  .news-item > a {
    width: calc(100% - 9em);
    margin-top: 0;
  }
  .news-item > a:hover {
    text-decoration: none;
  }
}

.col-2 .news-item {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}

.col-2 .news-item .news-item__category {
  width: calc(100% - 8em);
}

.col-2 .news-item > a {
  width: 100%;
  margin-top: .5em;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4em;
}

.pagination__prev,
.pagination__next {
  font-size: 0;
}

.pagination__prev > a,
.pagination__next > a {
  display: block;
}

.pagination__prev > a::before, .pagination__prev > a::after,
.pagination__next > a::before,
.pagination__next > a::after {
  color: #fff;
  background-color: #33a3ca;
  padding: 1em;
  border-radius: 100%;
}

@media (min-width: 1080px) {
  .pagination__prev > a::before, .pagination__prev > a::after,
  .pagination__next > a::before,
  .pagination__next > a::after {
    -webkit-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
  }
  .pagination__prev > a:hover::before, .pagination__prev > a:hover::after,
  .pagination__next > a:hover::before,
  .pagination__next > a:hover::after {
    background-color: #c1e3ef;
  }
}

.pagination--single .pagination__prev,
.pagination--single .pagination__next {
  font-size: .75rem;
}

.pagination--single .pagination__prev > a,
.pagination--single .pagination__next > a {
  color: #fff;
  background-color: #33a3ca;
  padding: .5em 2em;
  border-radius: 2em;
}

.pagination--single .pagination__prev > a::before, .pagination--single .pagination__prev > a::after,
.pagination--single .pagination__next > a::before,
.pagination--single .pagination__next > a::after {
  color: #fff;
  background-color: transparent;
  padding: 0;
}

.pagination--single .pagination__prev > a::before,
.pagination--single .pagination__next > a::before {
  margin-right: .25em;
}

.pagination--single .pagination__prev > a::after,
.pagination--single .pagination__next > a::after {
  margin-left: .25em;
}

@media (min-width: 1080px) {
  .pagination--single .pagination__prev,
  .pagination--single .pagination__next {
    font-size: 1rem;
  }
  .pagination--single .pagination__prev a,
  .pagination--single .pagination__next a {
    -webkit-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
  }
  .pagination--single .pagination__prev a:hover,
  .pagination--single .pagination__next a:hover {
    background-color: #c1e3ef;
  }
}

.pagination__prev > a::before {
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA01';
  font-size: 1rem;
}

.pagination__next > a::after {
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA02';
  font-size: 1rem;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination__item {
  margin-left: .5em;
  margin-right: .5em;
}

.pagination__item.is-current a {
  color: #33a3ca;
  pointer-events: none;
}

@media (min-width: 1080px) {
  .pagination__item a {
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
  }
  .pagination__item a:hover {
    color: #33a3ca;
  }
}

.post__header {
  padding-bottom: 3em;
  border-bottom: 1px solid #eee;
}

.post__title {
  line-height: 1.6;
}

.post__footer {
  padding-top: 3em;
  border-top: 1px solid #eee;
}

.post__category {
  color: #33a3ca;
  margin-left: 2em;
}

.post__content {
  padding-top: 3em;
  padding-bottom: 3em;
}

.post__content strong {
  color: #33a3ca;
}

.post__content a {
  text-decoration: underline;
}

.post__content a:hover {
  text-decoration: none;
}

.post__content > p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.post__content > h2,
.post__content > h3,
.post__content > h4,
.post__content > h5,
.post__content > h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.post__content > ul {
  margin-top: 2em;
  margin-bottom: 2em;
}

.post__content > ul > li {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.4;
  margin-bottom: .5em;
}

.post__content > ul > li::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: .7em;
  margin-top: -4px;
  border-radius: 100%;
  background-color: #33a3ca;
}

.post__content > ol {
  counter-reset: num;
  margin-top: 2em;
  margin-bottom: 2em;
}

.post__content > ol > li {
  padding-left: 2.5em;
  position: relative;
  line-height: 1.4;
  margin-bottom: 1.25em;
}

.post__content > ol > li::before {
  content: counter(num);
  counter-increment: num;
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
  line-height: 1;
  padding: .5em;
  text-align: center;
  border-radius: 100%;
  background-color: #33a3ca;
  color: #fff;
  left: 0;
  top: -.25em;
  font-weight: bold;
}

.post__content > table {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.post__content > table th,
.post__content > table td {
  border: 1px solid #eee;
  padding: 1em 1.5em;
}

.post__content > table th {
  background-color: #f9f9f9;
  font-weight: bold;
}

.post__content > iframe {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.post__content > p:not([class]) > iframe {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.post__content > figure {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.post__content > figure figcaption {
  margin-top: 1em;
}

.recruit {
  position: relative;
}

.recruit > * {
  position: relative;
}

.recruit__image {
  display: block;
  object-fit: cover;
  max-height: 400px;
  border-radius: 20px;
}

@media (max-width: 736px) {
  .recruit__image {
    width: calc(100% + 2rem);
    max-width: none;
    margin-left: -1rem;
    max-height: 300px;
    border-radius: 0;
  }
}

.recruit__space {
  width: 100%;
  height: 200px;
  opacity: 0;
}

.inline-block {
	display: inline-block;
}

.service-list-section .frame__decoration {
	display: none;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}

.service-list:not(:last-child) {
	border-bottom: 1px solid #eee;
	padding-bottom: 2em;
}

.service-list > li {
  width: 33.33333333%;
  min-width: 130px;
  margin-bottom: 1.5em;
  text-align: center;
}

.service-list > li a {
  display: inline-block;
}

.service-list > li span {
  display: block;
  font-size: .875rem;
  line-height: 1.6;
}

.service-list .service-list__banner {
	margin: 0 0 1em;
	line-height: 0;
}

.service-list .service-list__banner {
	margin: 0 0 1em;
	line-height: 0;
}
@media (min-width: 600px) {
	.service-list .service-list__banner {
		width: 40%;
		margin-right: 40px;
	}
	.service-list .service-list__banner img:hover {
		opacity: 0.7;
	}
}

.service-list__buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 1em;
}

.service-list__buttons .button {
	width: 100%;
}
@media (min-width: 600px) {
	.service-list__buttons .button {
		 width: 48%;
		padding: .75em 2em;
		min-width: 170px
	}
}

.service-list__buttons--pc-only {
	display: none;
}
@media (min-width: 600px) {
	.service-list__buttons--pc-only {
		display: flex;
	}
}


.service-list__buttons--sp-only {
	display: flex;
}
@media (min-width: 600px) {
	.service-list__buttons--sp-only {
		display: none;
	}
}


@media (min-width: 600px) {
	.service-list .service-list__text {
		width: calc(60% - 40px);
	}
}

.service-list .service-list__text > h3 {
	margin: 0;
	color: #33a3ca;
}

.service-list .service-list__text > p {
	margin-top: 1em;
}

@media screen and (max-width: 480px) {
  .service-list.service-list--icon-text > li {
    width: 50%;
  }
}

@media screen and (max-width: 1080px) {
  ul.service-list.service-list--icon {
    width: 70%; 
    margin: 0 auto;
  }	
  .service-list.service-list--icon > li {
    width: 30% !important;
  }
}

.service-list.service-list--icon > li {
  width: 16.66666666%;
  min-width: 100px;
  text-align: center;
  margin-left: .5em;
  margin-right: .5em;
}

.service-list.service-list--icon > li a {
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #eee;
  padding: 1em;
  overflow: hidden;
  position: relative;
}

.service-list.service-list--icon > li a img {
  display: block;
  position: relative;
}

.service-list.service-list--icon > li a span {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: .875rem;
  padding: 1em;
  left: 0;
  top: 50%;
  line-height: 1.6;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  z-index: 1;
}

.service-list.service-list--icon > li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 1;
}

@media (min-width: 1080px) {
  .service-list:not(.service-list--icon) > li a span {
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
  }
  .service-list:not(.service-list--icon) > li a:hover span {
    color: #33a3ca;
  }
  .service-list.service-list--icon > li {
    margin-left: 0;
    margin-right: 0;
  }
  .service-list.service-list--icon > li a span, .service-list.service-list--icon > li a::before {
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
  }
  .service-list.service-list--icon > li a:hover span, .service-list.service-list--icon > li a:hover::before {
    opacity: 1;
  }
}

@media (min-width: 1080px) {		
	.single-recruit .sp-only {	
		display: none;
	}	
	.single-recruit dl dt {	
		width: 20% !important;
	}	
	.single-recruit dl dd {	
		width: 80% !important;
	}	
	.single-recruit .side-rakko {	
		margin-top: 30px;
		width: 80%;
	}	
}		
@media (max-width: 1080px) {		
	.single-recruit .pc-only {	
		display: none;
	}	
	.single-recruit .side-rakko {	
		text-align: center;
	}	
	.single-recruit .side-rakko {	
		margin: 10px auto 0;
		width: 40%;
	}	
}		
		
.single-recruit ul {		
	margin-top: 0 !important;	
}		
.single-recruit ul.list>li {		
	list-style-position: outside !important;	
	margin-left: 20px !important;	
}		
.single-recruit a {		
	color: #33a3ca;	
}		
.single-recruit .article-list {		
	list-style: none;	
	padding: 0;	
}		
.single-recruit .article-item {		
	display: flex;	
	align-items: center;	
	text-decoration: none;	
	margin-bottom: 20px;	
}		
.single-recruit .article-image {		
	width: 30%;	
	height: auto;	
	border: 1px #eee solid;	
	margin-right: 20px;	
}		
@media (max-width: 480px) {		
	.single-recruit .article-item {	
		align-items: flex-start;
		font-size: 80%;
		line-height: 1.75;
	}	
}

.image__border {
  border: 1px solid #eee;
}
.link__colored {
  color: #33a3ca;
}

/* メンバーグリッド  ─ 横幅に合わせて列数が自動調整される */
.members-grid {
  display: grid;
  gap: 1.5em;
  /* 150px 以上で自動フィット。お好みで最小値を変更してください */
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-items: center;   /* 画像を中央寄せ */
}

.members-grid > li {
  width: 100%;             /* service-list の既存幅指定を上書き */
}
.members-grid li a {
  display: flex;
  flex-direction: column;
  align-items: center;  /* 画像と文字を中央寄せ */
  text-align: center;
}

.members-grid li span {
  margin-top: .5em;
  display: block;
}

.member-message {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333;
}

.member-figure {
  margin: 0;
  flex: 0 0 300px;
  position: sticky;
  top: 32px;          /* 何 px で画面上端に張り付くか */
}

.member-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.member-heading {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  color: #2c3e50;
}

.member-body p {
  margin: 1rem 0;
  text-align: justify;
}

.member-signature {
  text-align: right;
  margin-top: 2rem;
  font-weight: 500;
}

/* ================= メンバー紹介２カラム ================ */
@media (min-width: 768px) {          /* PC 幅だけ横並び */
  .member-message {
    /* ここだけ追加。ほかの既存プロパティはそのまま残して OK */
    display: grid;                   /* ← flex ではなく Grid 推奨 */
    grid-template-columns: 300px 1fr;/* 左=写真 右=本文 */
    gap: 16px;                       /* 列間スペース */
  }

  .member-figure {
    /* Sticky 用の指定は生かしつつ、Grid で縦に伸びないよう調整 */
    flex: none;                      /* 既存の flex:0 0 300px; を上書き */
    align-self: start;               /* 写真が上詰めで止まる */
  }

  .member-heading {
    text-align: left;                /* タイトルは右カラムで左寄せ */
    margin-top: 0;                   /* 写真と揃えて余白をゼロに */
    align-self: center;   /* ← これを足すだけで中央揃え */
  }
}
  .member-body {
    grid-column: 1 / -1;     /* ← これで左右カラムを結合して 1 カラム化 */
    margin-top: 1.5rem;      /* 写真や見出しと少し離すなら任意で */
  }

/* スマホでは１カラム＆Sticky 解除（任意） */
@media (max-width: 767px) {
  .member-message { display: block; }
  .member-figure  { position: static; margin: 0; }
}
/* ====================================================== */

/* === ベースリンク：ネイビー系（下線なし） ========================== */
a {
  color: #003366;          /* 濃いネイビー ─ 未訪問 */
  text-decoration: none;   /* ← 下線を消すポイント */
}
/*
a:visited {
  color: #002855;   少し暗いネイビー ─ 訪問済み → RKCORP-47のためコメントオフ
}
*/

/* hover / focus 時だけわずかに明るくして “リンク感” を出す */
a:hover,
a:focus {
  color: #004080;
  /* 下線は付けないので text-decoration 指定は不要 */
}
/* ================================================================ */
/* Restore bullets for lists within the member-body section */
.member-body ul {
    padding-left: 2em; /* This adds indentation for the bullets. Adjust the value (e.g., 20px, 1.5em) as needed. */
}

.member-body ul li {
    list-style-type: disc;   /* This specifically brings back the '・' bullet points. */
    list-style-position: outside; /* This positions the bullets outside the text flow, which is standard. */
    /* You can add a little space below each list item if desired: */
    /* margin-bottom: 0.5em; */
}

/* Optional: If you have nested lists (a list inside another list item) and want them indented further */
.member-body ul ul {
    margin-top: 0.5em; /* Adds a bit of space above the nested list. */
    padding-left: 2em; /* Indents the nested list further. */
}


/* ======================================================
   トップページ＞ラッコ株式会社で働く 下のpタグに余白を追加
====================================================== */
.section.recruit > p {
  margin-bottom: .5em;
}

/* ======================================================
   ブログカード作成用
====================================================== */
.blog-card-long {
	margin: 0 0 1.8rem;
}
.card-link {
  display: block;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #555;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
}
.card-link:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  color: #888;
  text-decoration: none;
  transform: translateY(-2px);
}
.blog-card-label-long{
	z-index: 1;
	display: inline-block;
    position: absolute;
	background-color: #f99f48;
    top: 10px;
	left: 10px;
	max-width: 120px;
	height: 25px;
	padding: 0 0.5rem;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
}

.card-link .blogcard-text {
  display: block;
  padding: 15px 13px;
  line-height: 1.6;
}
.card-link img {
  width: 100%;
}
.longcard-link {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.longcard-link img {
  padding: 10px 10px 0;
}
.longcard-img{
	position: relative;
}
.blogcard-title {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-card-excerpt-long {
	padding-top: .8em;
    font-size: .8em;
    line-height: 1.4;
	font-weight: normal;
    opacity: .8;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 481px) {
	.card-link {
    	display: inline-block;
    	max-width: 310px;
    	margin-right: 20px;
 	}
	.longcard-link {
    	max-width: 100%;
    	display: table;
  	}
  	.longcard-img,
  	.card-link.longcard-link .blogcard-content {
    display: table-cell;
    vertical-align: middle;
  }
  .longcard-img {
    width: 40%;
  }
  .blogcard-content {
    width: 60%;
  }
  .longcard-img img {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 959px){
	.blog-card-excerpt-long {
		display: none;
	}
}


/* ======================================================
   採用ページ装飾用
====================================================== */
.tag-section strong {
  display: inline-block;
  margin-right: 0.5em;
  color: #555;
}

.tag-section .tag {
  display: inline-block;
  padding: 0.35em 0.49em;
  font-size: 0.67em;
  border-radius: 10px;
  margin: 0.2em;
  background-color: #f5f5f5;
  color: #000;
}

.carousel-section .tag-section {
  margin-bottom: 0 !important;
}

/* ======= 採用ページ＞冒頭のテックブログの記載　ここから ======= */

/* カード本体：確実に見た目を出す */
.tech-blog-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #f7f7f8;
  border: 1px solid #e2e2e5;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin: 8px auto 0;   /* センター寄せ */
}

/* ボタン：絶対配置やブロック化を打ち消す */
.tech-blog-box .zenn-link {
  position: static;               /* 下端吸着の打ち消し */
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background-color: #666C75;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 0;
  transition: background-color .2s ease, transform .2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.tech-blog-box .zenn-link:hover {
  background-color: #4A5058;
  transform: translateY(-1px);
}

/* アイコンサイズ調整（既存imgをそのまま使う） */
.tech-blog-box .zenn-link img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

/* ======= 採用ページ＞テックブログ（SP最適化） ======= */

/* 共通：ラベルは常に一行＆横並び */
.tech-blog-label{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-weight: 600;
}
.tech-blog-label .icon{
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  transform: translateY(1px);
}

/* デスクトップ（横並び） */
@media (min-width: 481px){
  .tech-blog-box{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #f7f7f8;
    border: 1px solid #e2e2e5;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  }
}

/* モバイル（<=480px） */
@media (max-width: 480px){
  .tech-blog-box{
    display: flex;
    flex-direction: column;
    align-items: center;         /* ★ 横方向中央揃えに変更 */
    text-align: center;          /* ★ テキストも中央寄せ */
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
    background: #f7f7f8;
    border: 1px solid #e2e2e5;
    font-size: 15px;
    line-height: 1.5;
    margin: 12px 0 0;
  }

  /* ラベルも中央揃え */
  .tech-blog-label {
    justify-content: center;    /* ★ 💻と文字を中央に寄せる */
  }

  .tech-blog-box .zenn-link{
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }
}

/* 赤色ボタン */
	a.button-red{
	color:#fff;
	background-color:#C62828;
	border:1.2px solid #C62828;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	}

	a.button-red:hover{
	background-color: #d92410;
    transform: translateY(-1px);
	}

/* 白色ボタン */
	a.button-white{
	background-color: #fff;
	color: #000;
	border:1.3px solid #333;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	}

	a.button-white:hover{
/* 	border-color: #ddd; */
	background-color: #fff !important;
	transform: translateY(-1px);
	}

/* ボタンホバー時・押下時の半透明化を解除 */
@media (min-width: 1080px) {
  /* 赤ボタン */
  .button.button-red:hover img,
  .button.button-red:active img,
  .button.button-red:focus img,
  /* 白ボタン */
  .button.button-white:hover img,
  .button.button-white:active img,
  .button.button-white:focus img {
    opacity: 1 !important;
  }
}

/* 灰色ボタン */
	a.button-gray{
	background-color:#666;
	color:#fff;
	border:1.2px solid #666;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	}
	
	a.button-gray:hover{
	background-color:#fff;
	color:#555;
	border:1.2px solid #111;
	transform: translateY(-1px);
	}

/* ======= 採用ページ＞募集職種 ここから ======= */

/* 募集職種のタグ */
.tag-group {
  margin-top: 0.7em;
}

.tag-section strong {
  display: inline-block;
  margin-right: 0.5em;
  color: #555;
}

.tag-section small{
	font-size: 80%;
    line-height: 1.7em;
    display: block;
    margin-top: 0.6em;
	color: #333;
}

/* タグ周辺のmargin設定 */
p.name.tag-section {
    margin-top: 0;
}
/* .tag-section .tag は archive-recruit.phpで制御 */

.tag-baige {
    background-color: #FFF3E5 !important;
}

/* タグ：水色 */
.tag-blue{
background-color:#B7E1E7 !important;
}

/* ピンク　#f8e0dd */
/* ベージュ #FFF3E5 */
/* 水色 #B7E1E7 */

/* ======= 採用ページ＞募集職種 ここまで ======= */

/* ====== サイトマップ ここから====== */
.site-map {
  --sm-text: #222;
  --sm-muted: #6b7280;
  --sm-border: #e5e7eb;
  --sm-accent: #33a3ca;
  --sm-gap: 28px; /* PC用ベース gap */
  color: var(--sm-text);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.7;

  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sm-gap) var(--sm-gap);
}

@media (min-width: 640px) {
  .site-map {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.site-map__section { padding-top: 4px; }

/* =============================
   H2 タイトル (リンク化)
   ============================= */
.site-map__title {
  position: relative;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 18px);
  padding: 10px 36px 10px 0; /* 右のアイコン分の余白 */
}
.site-map__title a {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: color .2s ease;
}
.site-map__title a:hover,
.site-map__title a:focus-visible {
  color: var(--sm-accent);
  text-decoration: none;
}

/* 下にアクセントライン (#33a3ca) */
.site-map__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 0.8px;
  background: var(--sm-accent);
}

/* 右端の丸い「＞」アイコン */
.site-map__title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--sm-border);
  background:
    url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6l6 6-6 6' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center/14px 14px;
  background-color: #fff;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}
.site-map__title:is(:hover, :focus-within)::before {
  border-color: var(--sm-accent);
}

@media (prefers-reduced-motion: reduce) {
  .site-map__title::before,
  .site-map__title a {
    transition: none;
  }
}

/* =============================
   リスト共通
   ============================= */
.site-map__list { list-style: none; margin: 0; padding: 0; }

.site-map__item { margin: 2px 0; }

.site-map__link {
  color: inherit;
  text-decoration: none;
}
.site-map__link:hover,
.site-map__link:focus-visible {
  text-decoration: underline;
  outline: none;
}

/* 子要素のマーク：「–」 */
.site-map__list > .site-map__item {
  position: relative;
  padding-left: 16px;
}
.site-map__list > .site-map__item::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--sm-muted);
  font-weight: 600;
}

/* 単独ページの仕切り線 */
.site-map__section > .site-map__list > .site-map__item + .site-map__item {
  border-top: 1px dashed var(--sm-border);
  padding-top: 8px;
  margin-top: 8px;
}

/* 2件目以降だけに付いている余白差を解消（線は1件目には出さない） */
.site-map .site-map__section > .site-map__list > .site-map__item:first-child {
  padding-top: 8px;            /* 2件目以降と同じに */
}

/* =============================
   レスポンシブ調整
   ============================= */

/* Tablet: 縦16 / 横24 */
@media (min-width: 640px) and (max-width: 959.98px) {
  .site-map {
    gap: 16px 24px;
  }
}

/* SP: gapを完全に0 */
@media (max-width: 639.98px) {
  .site-map {
    --sm-gap: 0px;
    gap: var(--sm-gap) var(--sm-gap);
  }
}

/* =============================
   ダークモード
   ============================= */
@media (prefers-color-scheme: dark) {
  .site-map {
    --sm-text: #e5e7eb;
    --sm-muted: #9ca3af;
    --sm-border: #3f4246;
    --sm-accent: #33a3ca;
  }
  .site-map__title::before { background-color: transparent; }
}
/* ====== サイトマップ ここまで====== */

/* ====== トップページのアニメーション ここから====== */

/* 必要最小限の見た目調整（レスポンシブ＆トリミング） */
.mv .mv-video,
.mv .mv-fallback {
  width: 100%;
  height: auto;
  display: block;
}

/* 必要なら“塗り抜け”のためのトリミングを維持 */
.mv .mv-video {
  object-fit: cover;
  aspect-ratio: 900 / 442; 
  transition: opacity 0.3s ease-in-out; /* 透明度を0.5秒かけて滑らかに変化させる */

}
/* 読み込み中に適用するスタイル */
.mv-video.is-loading {
    opacity: 0;
}

/* ====== トップページのアニメーション ここまで====== */
