@charset "UTF-8";
/* Base style
-----------------------------------------------------------*/
/*----- reset -----*/
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: .875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----- default -----*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "メイリオ", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  color: #333333;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

/* Layout style
-----------------------------------------------------------*/
/*----- wrapper -----*/
.wrapper {
  padding-top: 123px;
  overflow: hidden;
}

/*----- block-skip -----*/
.block-skip {
  z-index: 15;
  position: fixed;
  top: 0;
  left: 0;
}

.block-skip a {
  font-size: 1.4rem;
  line-height: 1;
}

.block-skip a:not(:focus) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

/*----- header -----*/
.header {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 123px;
  padding-top: 20px;
  border-bottom: 1px solid #efefef;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1.33333;
}

.header-inner {
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
}

.header-logo {
  position: absolute;
  width: 297.6px;
}

.header-nav-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.header-nav-menu-item:not(:first-child) {
  margin-left: 2.5%;
}

.header-nav-menu-title {
  display: block;
  position: relative;
  padding: 20px 0 22px;
  font-weight: 700;
  cursor: pointer;
}

.header-nav-menu-title:after {
  -webkit-transition: width ease-in .15s;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #f95e5e;
  content: "";
  transition: width ease-in .15s;
}

.header-nav-menu-title:hover::after, .header-nav-menu-title.is-current::after {
  -webkit-transform-origin: right;
  right: inherit;
  left: 0;
  width: 100%;
  transform-origin: right;
}

.header-nav-utility {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.header-nav-utility-item:not(:first-child) {
  margin-left: 15px;
}

.header-search-box {
  width: 230px;
}

.header-search-box .gsc-search-box {
  margin-bottom: 0;
}

.header-search-box .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}

.header-search-box .gsc-input-box {
  height: 40px;
  padding: 0;
  border-width: 2px 0 2px 2px;
  border-radius: 5px 0 0 5px;
  border-color: #cbcbcb;
}

.header-search-box .gsc-input-box .gsc-input {
  height: 100%;
}

.header-search-box td.gsc-search-button {
  width: 72px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-search-box .gsc-search-button-v2 {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 6px 10px 8px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background-color: #333333;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}

.header-search-box .gsc-search-button-v2:hover {
  background-color: #636262;
}

.header-search-box .gsc-search-button-v2::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  content: "検索";
}

.header-search-box .gsc-search-button-v2 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.header .button-cv-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .button-cv-item {
  width: 162px;
}

.header .button-cv-item + .button-cv-item {
  margin-left: 7px;
}

.header .button-cv-item .button-cv {
  padding: 0.75em 1em;
}

.header-dropdown .header-nav-menu-title {
  position: relative;
  width: 100%;
  padding-left: 1.5em;
  text-align: left;
}

.header-dropdown .header-nav-menu-title::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: .25em;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  transform: rotate(45deg);
  border-right: 3px solid #f95e5e;
  border-bottom: 3px solid #f95e5e;
  content: "";
}

.header-dropdown-outer {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  padding: 32px 10px 31px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(251, 197, 197, 0.8)), to(rgba(175, 204, 252, 0.8)));
  background: linear-gradient(to left, rgba(251, 197, 197, 0.8), rgba(175, 204, 252, 0.8));
}

.header-dropdown-inner {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.header-dropdown-head, .header-dropdown-body {
  background-color: #ffffff;
}

.header-dropdown-head a, .header-dropdown-body a {
  display: block;
  position: relative;
  padding-left: 1em;
}

.header-dropdown-head a::before, .header-dropdown-body a::before {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: .45em;
  left: -.125em;
  transform: rotate(-45deg);
  border-right-style: solid;
  border-bottom-style: solid;
  content: "";
}

.header-dropdown-head a:not(:hover), .header-dropdown-body a:not(:hover) {
  text-decoration: underline;
}

.header-dropdown-head {
  -ms-flex-line-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  margin-bottom: 4px;
  padding: 1em 1.25em;
  font-size: 2.2rem;
  font-weight: 700;
}

.header-dropdown-head a::before {
  width: 10px;
  height: 10px;
  border-width: 3px;
  border-color: #f95e5e;
}

.header-dropdown-head .header-dropdown-head-sp {
  display: none;
}

.header-dropdown-body {
  padding: 1.5em 3em 1.75em;
  font-size: 1.5rem;
}

.header-dropdown-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: -8px -24px;
}

.header-dropdown-menu-item {
  width: 33.33333%;
  padding: 8px 24px;
}

.header-dropdown-menu-item a {
  color: #1662b3;
}

.header-dropdown-menu-item a::before {
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-color: #a6a6a7;
}

.header-dropdown-close {
  z-index: 5;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
}

.header-dropdown-close::before, .header-dropdown-close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  margin: auto;
  background-color: #f95e5e;
  content: "";
}

.header-dropdown-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-dropdown-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----- footer -----*/
.footer {
  position: relative;
  margin-top: 130px;
  line-height: 1.33333;
}

.footer-inner {
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
}

.footer-sitemap {
  padding: 70px 0;
  background-color: #f9f9f9;
}

.footer-sitemap-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.footer-sitemap-col.col-1 {
  width: 100%;
}

.footer-sitemap-col.col-2 {
  width: 50%;
}

.footer-sitemap-col.col-3 {
  width: 33.33333%;
}

.footer-sitemap-col.col-4 {
  width: 25%;
}

.footer-sitemap-col > .footer-sitemap-row {
  padding-left: 1em;
}

.footer-sitemap-col > a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}

.footer-sitemap-col > a::before {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: .35em;
  left: -.125em;
  transform: rotate(-45deg);
  border-right-style: solid;
  border-bottom-style: solid;
  content: "";
}

.footer-sitemap-col > a:not(:hover) {
  text-decoration: underline;
}

.footer-sitemap-row.-first {
  margin: -2em -1.75em 0;
}

.footer-sitemap-row.-first > .footer-sitemap-col {
  margin-top: 2em;
  padding: 0 1.75em;
}

.footer-sitemap-row.-first > .footer-sitemap-col > a {
  font-weight: 700;
}

.footer-sitemap-row.-first > .footer-sitemap-col > a::before {
  width: 10px;
  height: 10px;
  border-width: 3px;
  border-color: #f95e5e;
}

.footer-sitemap-row.-second {
  margin: .5em -.75em 0;
  font-size: 1.4rem;
}

.footer-sitemap-row.-second .footer-sitemap-col {
  margin: .5em 0;
  padding: 0 .75em;
}

.footer-sitemap-row.-second .footer-sitemap-col > a {
  color: #1662b3;
}

.footer-sitemap-row.-second .footer-sitemap-col > a::before {
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-color: #a6a6a7;
}

.footer-link {
  padding: .75em 0;
  background-color: #f0f0f0;
}

.footer-link-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -14px;
}

.footer-link-list > li {
  margin: 0 14px;
}

.footer-link-list a:hover {
  text-decoration: underline;
}

.footer-lower {
  padding: 25px 0 30px;
}

.footer-lower-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-lower-left {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-info-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 187px;
}

.footer-info-address {
  margin-left: 28px;
}

.footer-info-address small {
  display: block;
  margin-bottom: .25em;
}

.footer-info-tel {
  pointer-events: none;
}

.footer-social {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.footer-social-item {
  margin: 5px 0 5px 26px;
}

.footer-social-item a {
  display: inline-block;
  position: relative;
  padding: .7em 0 .7em 2.7em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 42px auto;
}

.footer-social-item.-facebook a {
  background-image: url(../images/footer_icon_facebook.png);
}

.footer-social-item.-twitter a {
  background-image: url(../images/footer_icon_twitter.png);
}

.footer-social-item.-video a {
  background-image: url(../images/footer_icon_video.png);
}

.footer-social-item a span {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-start;
}

.footer-social-item a span::before {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: .25em .75em 0 .5em;
  transform: rotate(45deg);
  border-top: 1px solid #a6a6a7;
  border-right: 1px solid #a6a6a7;
  content: "";
}

.footer-social-item a:not(:hover) {
  text-decoration: underline;
}

.footer-copy {
  text-align: right;
}

/*----- pagetop -----*/
.pagetop {
  z-index: 9;
  position: absolute;
  width: 62px;
  height: 62px;
}

.pagetop.is-fixed {
  position: fixed;
  top: auto;
  bottom: 20px;
}

.pagetop a {
  -webkit-box-shadow: 3px 0 5px rgba(111, 52, 157, 0.1);
  -webkit-transition: all 0.15s ease-in-out;
  display: block;
  height: 100%;
  border: 3px solid #f95e5e;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 3px 0 5px rgba(111, 52, 157, 0.1);
  transition: all 0.15s ease-in-out;
}

.pagetop a::before {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all ease-in-out .15s;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: -4.5px auto 0;
  transform: rotate(-45deg);
  border-top: 4px solid #f95e5e;
  border-right: 4px solid #f95e5e;
  content: '';
  transition: all ease-in-out .15s;
}

/*----- content -----*/
.content-inner {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.content-section {
  line-height: 2.125;
}

.content-section section + section {
  margin-top: 50px;
}

.content-section-heading {
  font-weight: 700;
  line-height: 1.4;
}

.content-text {
  margin: 1em 0;
}

.content-text:first-child {
  margin-top: 0;
}

.content-text:last-child {
  margin-bottom: 0;
}

/*----- content-detail -----*/
.content-detail {
  padding-top: 55px;
}

.content-detail-inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.content-detail-row {
  background-color: #ffffff;
}

.content-detail-row .content-detail-article {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content-detail-article {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.content-detail-article section > p {
  margin: 1em 0;
}

.content-detail-article figure {
  line-height: 1.25;
  text-align: center;
}

.content-detail-article figure + figure {
  margin-top: 1.5em;
}

.content-detail .article-toc {
  background-color: #fdf8f8;
}

.content-detail .article-toc-heading {
  font-size: 2.6rem;
  font-weight: 700;
}

.content-detail .article-toc ul li:not(:first-child) {
  margin-top: 2em;
}

.content-detail .article-toc ul li a {
  display: inline-block;
  font-weight: 700;
}

.content-detail .article-toc ul li > ul {
  margin-top: 1em;
  padding-left: 1.5em;
}

.content-detail .article-toc ul li > ul li:not(:first-child) {
  margin-top: 1em;
}

.content-detail .article-toc ul li > ul li a {
  font-weight: 400;
}

.content-detail-sidebar .button-cv-items {
  margin-top: 28px;
}

.content-detail-sidebar .button-cv-item + .button-cv-item {
  margin-top: 14px;
}

.content-detail-aside + .content-detail-aside {
  margin-top: 3.75em;
}

.content-detail-aside-heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

/*----- breadcrumb -----*/
.breadcrumb {
  padding: 0.35em 0;
  background-color: #fdf8f8;
  letter-spacing: -.4em;
}

.breadcrumb-inner {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb li {
  display: inline-block;
  letter-spacing: normal;
}

.breadcrumb li:not(:last-child)::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 1em 0 .5em;
  transform: rotate(45deg);
  border-top: 1px solid #a6a6a7;
  border-right: 1px solid #a6a6a7;
  vertical-align: middle;
  content: "";
}

.breadcrumb li a:not(:hover) {
  text-decoration: underline;
}

/* Mmodule style
-----------------------------------------------------------*/
/*----- heading -----*/
.heading-lv1 {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.heading-lv1-border {
  display: inline-block;
  position: relative;
  padding-bottom: .25em;
}

.heading-lv1-border::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(#fbc5c5), to(#afccfc));
  background: linear-gradient(to left, #fbc5c5, #afccfc);
  content: "";
}

.heading-lv1-en {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-top: .5em;
  background-image: -webkit-gradient(linear, right top, left top, from(#fbc5c5), to(#afccfc));
  background-image: linear-gradient(to left, #fbc5c5, #afccfc);
  color: #d4c8e1;
  letter-spacing: .23rem;
}

.heading-lv1-layer .heading-lv1 {
  display: inline-block;
  text-align: left;
}

.content-detail-aside-heading, .heading-lv2.-type02, .content-detail.-member .content-detail-article h2 {
  position: relative;
  padding-bottom: 0.5em;
}

.content-detail-aside-heading::before, .heading-lv2.-type02::before, .content-detail.-member .content-detail-article h2::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(#fbc5c5), to(#afccfc));
  background: linear-gradient(to left, #fbc5c5, #afccfc);
  content: "";
}

.heading-lv2 {
  font-weight: 600;
  line-height: 1.4;
}

.heading-lv2.-type01 > span {
  display: inline-block;
  position: relative;
}

.heading-lv2.-type01 > span:before, .heading-lv2.-type01 > span:after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

ul.column-box.js-count-box.test {
    display: flex;
    justify-content: space-evenly;
}ul.column-box.js-count-box.test {
    display: flex;
    justify-content: space-evenly;
}ul.column-box.js-count-box.test {
    display: flex;
    justify-content: space-evenly;
}ul.column-box.js-count-box.test {
    display: flex;
    justify-content: space-evenly;
}ul.column-box.js-count-box.test {
    display: flex;
    justify-content: space-evenly;
}ul.column-box.js-count-box.test {
    display: flex;
    justify-content: space-evenly;
}
ul.column-box.js-count-box.test {
    display: flex;
    justify-content: space-evenly;
}
.heading-lv2.-type01 > span::before {
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fbc5c5), to(#afccfc));
  background: linear-gradient(to top, #fbc5c5, #afccfc);
}

.heading-lv2.-type01 > span::after {
  z-index: 1;
  background-color: #ffffff;
}

.heading-lv3 {
  margin-bottom: 1.5em;
  font-weight: 600;
}

.heading-lv3 > span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.heading-lv3 > span::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ece7f1;
  content: "";
}

/*----- text -----*/
.text-indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.text-indent .text-link, .text-indent .content-detail .article-toc ul li a, .content-detail .article-toc ul li .text-indent a, .text-indent .anchor-link-item > a {
  text-indent: 0;
}

.text-indent-0 {
  text-indent: 0;
}

.text-box-outline {
  padding: 1em;
  border: 1px solid #f9f9f9;
  line-height: 1.75;
}

.text-box-outline.-attention {
  border-color: #f95e5e;
}

.text-box-outline.-attention p {
  color: #f95e5e;
}

.text-lead-top {
  margin: 1em 0;
  line-height: 1.94444;
}

.text-link.-word::before, .content-detail .article-toc ul li a.-word::before, .anchor-link-item > a.-word::before, .text-link.-pdf::before, .content-detail .article-toc ul li a.-pdf::before, .anchor-link-item > a.-pdf::before, .text-link.-excel::before, .content-detail .article-toc ul li a.-excel::before, .anchor-link-item > a.-excel::before {
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}

.text-link.-anchor, .content-detail .article-toc ul li a, .anchor-link-item > a, .text-link.-arrow-right, .anchor-link-item > a.-arrow-right {
  display: inline-block;
  padding-left: 1.75em;
}

.text-link.-anchor::before, .content-detail .article-toc ul li a::before, .anchor-link-item > a::before, .text-link.-arrow-right::before, .anchor-link-item > a.-arrow-right::before {
  position: absolute;
  left: .25em;
  width: 10px;
  height: 10px;
  border-right: 3px solid #f95e5e;
  border-bottom: 3px solid #f95e5e;
  content: "";
}

.text-link, .content-detail .article-toc ul li a, .anchor-link-item > a {
  position: relative;
  color: #1662b3;
  line-height: 1.75;
}

.text-link.-inline, .content-detail .article-toc ul li a.-inline, .anchor-link-item > a.-inline {
  margin: 0 .25em;
}

.text-link:not(:hover), .content-detail .article-toc ul li a:not(:hover), .anchor-link-item > a:not(:hover) {
  text-decoration: underline;
}

.text-link.-anchor::before, .content-detail .article-toc ul li a::before, .anchor-link-item > a::before {
  -webkit-transform: rotate(45deg);
  top: .5em;
  transform: rotate(45deg);
}

.text-link.-arrow-right, .content-detail .article-toc ul li a.-arrow-right, .anchor-link-item > a.-arrow-right {
  color: #1662b3;
}

.text-link.-arrow-right::before, .content-detail .article-toc ul li a.-arrow-right::before, .anchor-link-item > a.-arrow-right::before {
  -webkit-transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.text-link.-word::before, .content-detail .article-toc ul li a.-word::before, .anchor-link-item > a.-word::before, .text-link.-pdf::before, .content-detail .article-toc ul li a.-pdf::before, .anchor-link-item > a.-pdf::before, .text-link.-excel::before, .content-detail .article-toc ul li a.-excel::before, .anchor-link-item > a.-excel::before {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.text-link.-word::before, .content-detail .article-toc ul li a.-word::before, .anchor-link-item > a.-word::before {
  background-image: url(../images/icon_word.png);
}

.text-link.-pdf::before, .content-detail .article-toc ul li a.-pdf::before, .anchor-link-item > a.-pdf::before {
  background-image: url(../images/icon_pdf.png);
}

.text-link.-excel::before, .content-detail .article-toc ul li a.-excel::before, .anchor-link-item > a.-excel::before {
  background-image: url(../images/icon_excel.png);
}

.text-link.-blank, .content-detail .article-toc ul li a.-blank, .anchor-link-item > a.-blank {
  color: #1662b3;
}

.text-link.-blank::after, .content-detail .article-toc ul li a.-blank::after, .anchor-link-item > a.-blank::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 3px 5px;
  background: url(../images/icon_blank.png) no-repeat 50% 50%;
  vertical-align: middle;
  content: "";
}

.text-note {
  font-size: 1.4rem;
}

/*----- list -----*/
.list-note > li {
  font-size: 1.4rem;
}

.list-border:not(:first-child) {
  margin-top: 30px;
}

.list-border > li {
  padding-bottom: 1em;
  border-bottom: 1px solid #dddddd;
}

.list-border > li + li {
  margin-top: 1em;
}

.list-indent:not(:first-child) {
  margin-top: 30px;
}

.list-indent > li {
  padding-left: 1em;
  line-height: 1.85714;
  text-indent: -1em;
}

.list-middot:not(:first-child) {
  margin-top: 30px;
}

.list-middot > li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-middot > li::before {
  content: "・";
}

.list-brackets {
  counter-reset: number 0;
}

.list-brackets:not(:first-child) {
  margin-top: 30px;
}

.list-brackets:not(:last-child) {
  margin-bottom: 30px;
}

.list-brackets .list-item-counter {
  position: relative;
  padding-left: 2.25em;
  counter-increment: number;
}

.list-brackets .list-item-counter::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "[" counter(number) "]";
}

.list-brackets .list-item-counter + .list-item-counter {
  margin-top: .25em;
}

.list-box {
  border: 4px solid #f6f5f5;
}

.list-box > li + li {
  border-top: 4px solid #f6f5f5;
}

.list-box-row {
  display: table;
  width: 100%;
}

.list-box-row .list-box-num, .list-box-row .list-box-text {
  display: table-cell;
}

.list-box-num {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#fbc5c5), to(#afccfc));
  background-image: linear-gradient(to left, #fbc5c5, #afccfc);
  color: #d4c8e1;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

/*----- link -----*/
.link-list-item {
  border-bottom: 1px solid #e9f1fd;
}

.link-list-item:last-child {
  margin-bottom: 0;
}

.link-list-item .link-list-item-inr {
  display: table;
  width: 100%;
  height: 75px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-list-item .link-list-item-inr > span {
  display: table-cell;
  vertical-align: middle;
}

.heading-lv2 + .link-list {
  margin-top: -30px;
}

/*----- anchor-link -----*/
.anchor-link {
  letter-spacing: -.4em;
}

.anchor-link-block {
  background-color: #fdf8f8;
}

.anchor-link-item {
  letter-spacing: normal;
  vertical-align: top;
}

/*----- icon -----*/
.icon-fax:before {
  background-image: url(../images/icon_fax.png);
  background-size: 1.125em 1.125em;
  content: "FAX：";
}

.icon-mail {
  padding-left: 2.125em;
}

.icon-mail::before {
  top: .25em;
  width: 1.625em;
  height: 1.125em;
  margin-right: 8px;
  background-image: url(../images/icon_mail.png);
  background-size: contain;
  content: "";
}

.icon-fax, .icon-mail, .icon-tel {
  position: relative;
  text-align: left;
}

.icon-fax::before, .icon-mail::before, .icon-tel::before {
  position: absolute;
  left: 0;
  padding-left: 1.5em;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.icon-fax, .icon-tel {
  padding-left: 4.235em;
}

.icon-fax::before, .icon-tel::before {
  top: 0;
}

.icon-tel {
  color: #333333;
}

.icon-tel::before {
  background-image: url(../images/icon_tel.png);
  background-size: 1em 0.95833em;
  content: "TEL：";
}

.icon-scroll-action {
  z-index: 8;
  position: relative;
  width: 100%;
  margin-bottom: -1em;
  text-align: right;
}

.icon-scroll-action > span {
  -webkit-animation: arrow-swing 1.2s ease-in-out infinite alternate;
  display: inline-block;
  padding: .25em 2em .35em .5em;
  background-color: #f95e5e;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  vertical-align: middle;
  animation: arrow-swing 1.2s ease-in-out infinite alternate;
}

.icon-scroll-action > span::before, .icon-scroll-action > span::after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}

.icon-scroll-action > span::before {
  width: 14px;
  height: 2px;
  background: #fff;
}

.icon-scroll-action > span::after {
  -webkit-transform: rotate(45deg);
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*----- button -----*/
.button-block {
  margin-top: 40px;
  text-align: center;
}

.button-cv {
  display: block;
  padding: 1.25em 1em;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

.button-cv.-red {
  background-color: #f95e5e;
}

.button-cv.-red:hover {
  background-color: #fc3737;
}

.button-cv.-blue {
  background-color: #1662b3;
}

.button-cv.-blue:hover {
  background-color: #0352a6;
}

.button-list-heading {
  font-weight: 500;
  line-height: 1.4;
}

.button-list-group.-total .button {
  border-color: #d8e3fa;
  background-color: #d8e3fa;
}

.button-list-group.-total .button:hover {
  border-color: #c2d3f4;
  background-color: #c2d3f4;
}

.button-list-group.-total .button .button-arrow::before {
  border-color: #89abe7;
}

.button-list-group.-general .button {
  border-color: #f8dadf;
  background-color: #f8dadf;
}

.button-list-group.-general .button:hover {
  border-color: #f1c5cd;
  background-color: #f1c5cd;
}

.button-list-group.-general .button .button-arrow::before {
  border-color: #fda2a3;
}

.button-list-group.-engineer .button {
  border-color: #fbe5d1;
  background-color: #fbe5d1;
}

.button-list-group.-engineer .button:hover {
  border-color: #f7d8ba;
  background-color: #f7d8ba;
}

.button-list-group.-engineer .button .button-arrow::before {
  border-color: #fdb683;
}

.button-list-group.-other .button {
  border-color: #ede9e9;
  background-color: #ede9e9;
}

.button-list-group.-other .button:hover {
  border-color: #e0dada;
  background-color: #e0dada;
}

.button-list-group.-other .button .button-arrow::before {
  border-color: #a6a6a7;
}

.button, .button-primary, .button-secondary {
  -webkit-transition: color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out;
  display: inline-block;
  border: 2px solid;
  font-weight: 500;
  line-height: 1.33333;
  transition: color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out;
}

.-full.button, .-full.button-primary, .-full.button-secondary {
  width: 100%;
}

.button-arrow, .button-primary, .button-secondary {
  position: relative;
}

.button-arrow::before, .button-primary::before, .button-secondary::before {
  -webkit-transform: rotate(45deg);
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid;
  border-right: 3px solid;
  content: "";
}

.column-box .col > .button, .column-box .col > .button-primary, .column-box .col > .button-secondary {
  width: 100%;
}

.button {
  border-radius: 4px;
  border-color: #febfbf;
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.button-arrow {
  display: inline-block;
  padding-right: 1em;
  padding-left: 1.5em;
}

.button-arrow::before {
  left: 0;
  border-top-color: #f95e5e;
  border-right-color: #f95e5e;
}

.button.-full .button-arrow {
  display: block;
}

.button.-sm {
  font-weight: 400;
}

.button.-sm .button-arrow::before {
  width: 8px;
  height: 8px;
  border-width: 1px;
}

.button-primary, .button-secondary {
  border-radius: 5px;
}

.button-primary::after, .button-secondary::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  border: 2px solid;
  border-radius: 50%;
  content: "";
}

.button-primary::before, .button-secondary::before {
  right: 29px;
  border-color: #ffffff;
}

.button-primary {
  padding: 1.2em 2.5em 1.2em 2.25em;
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
}

.button-primary::after {
  border-radius: 50%;
  border-color: #ffffff;
}

.button-primary.-red {
  border-color: #f95e5e;
  background-color: #f95e5e;
}

.button-primary.-red:hover {
  border-color: #fc3737;
  background-color: #fc3737;
}

.button-primary.-blue {
  border-color: #1662b3;
  background-color: #1662b3;
}

.button-primary.-blue:hover {
  border-color: #0352a6;
  background-color: #0352a6;
}

.button-secondary {
  padding: .875em 2.5em .875em 1em;
  border-color: #1662b3;
  border-color: #f95e5e;
  background-color: #1662b3;
  background-color: #fcecec;
  font-size: 1.8rem;
}

.button-secondary::after {
  border-color: #f95e5e;
  background-color: #f95e5e;
}

.button-secondary:hover {
  background-color: #facbcb;
}

.button-secondary .button-text-note {
  letter-spacing: -.08em;
}

/*----- column -----*/
.column-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.column-box.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-box.-gap-0 {
  margin: 0;
}

.column-box.-gap-0 .col {
  padding: 0;
}

.column-box .col-1 {
  width: 100%;
}

.column-box .col-2 {
  width: 50%;
}

.column-box .col-3 {
  width: 33.33333%;
}

.column-box .col-4 {
  width: 25%;
}

.column-box .col-5 {
  width: 20%;
}

.column-box .col-6 {
  width: 16.66667%;
}

/*----- table -----*/
.table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.25;
}

.table.-full {
  width: 100%;
}

.table.-fixed {
  table-layout: fixed;
}

.table th, .table td {
  text-align: center;
}

.table th {
  background-color: #e9f1fd;
}

.table th + th {
  border-left: 1px solid #ffffff;
}

.table tbody th, .table tbody td {
  border-top: 1px solid #e9f1fd;
}

.table tbody th {
  background-color: #f9f9f9;
}

.table-layout .table {
  width: 100%;
  line-height: 1.75;
}

.table-layout .table th, .table-layout .table td {
  text-align: left;
}

.table-layout .table th {
  font-weight: 600;
}

.table-layout .table td > p {
  margin: 2em 0;
}

.table-layout .table td > p:first-child {
  margin-top: 0;
}

.table-layout .table td > p:last-child {
  margin-bottom: 0;
}

.table-layout .table tbody th, .table-layout .table tbody td {
  border-top: 0;
}

.table-layout .table tbody th {
  background-color: #e9f1fd;
}

.table-scroll-sp {
  position: relative;
  overflow-x: auto;
}

/*----- box -----*/
.box {
  padding: 20px 28px;
  background-color: #f9f9f9;
}

.box:not(:first-child) {
  margin-top: 1em;
}

/*----- figure -----*/
.fig-box {
  text-align: center;
}

.fig-box-caption {
  font-size: 1.4rem;
  line-height: 1.83333;
}

.fig-box-caption:not(:first-child) {
  margin-top: 1em;
}

.fig-box-caption:not(:last-child) {
  margin-bottom: 1em;
}

/*----- card -----*/
.card-category {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  line-height: 1.5;
}

.card-category-header {
  text-align: center;
}

.card-category-body-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: .75em;
}

.card-category-body-row .card-category-text-data {
  margin-top: 0;
}

.card-category-fig {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
  text-align: center;
}

.card-category-fig img {
  -webkit-transform: rotate(0.001deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  transform: rotate(0.001deg);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.card-category-title {
  font-weight: 700;
}

.card-category-text-data {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #9c9898;
  text-align: right;
}

.card-category.-category1 .card-category-header {
  background-color: #d8e3fa;
}

.card-category.-category2 .card-category-header {
  background-color: #e1eff9;
}

.card-category.-category3 .card-category-header {
  background-color: #f8dadf;
}

.card-category.-category4 .card-category-header {
  background-color: #fbe5d1;
}

.card-category.-category5 .card-category-header {
  background-color: #ede9e9;
}

.column-box .card-category {
  height: 100%;
}

.card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow ease .15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  transition: -webkit-box-shadow ease .15s;
  transition: box-shadow ease .15s;
  transition: box-shadow ease .15s, -webkit-box-shadow ease .15s;
}

.card-fig {
  overflow: hidden;
  line-height: 1;
}

.card-fig img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  vertical-align: middle;
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.card-fig-caption {
  font-size: 1.4rem;
  text-align: right;
}

.card-body {
  position: relative;
  line-height: 1.4;
}

.card-body > p:not(:first-child) {
  margin-top: 1em;
}

.card-title {
  margin-bottom: .75em;
}

.card-button {
  text-align: center;
}

.card.-primary {
  -webkit-box-shadow: none;
  background-color: transparent;
  box-shadow: none;
}

.card.-primary .card-body {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin: -18px 20px 0;
  padding: 30px 25px 35px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.card.-primary .card-text {
  line-height: 1.75;
}

/*----- panel -----*/
.panel-layer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-transform: translate(4px, 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  height: 100%;
  transform: translate(4px, 4px);
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbc5c5), to(#afccfc));
  background: linear-gradient(to bottom, #fbc5c5, #afccfc);
  font-weight: 500;
  line-height: 1.35294;
  text-align: center;
}

.panel-layer::before {
  z-index: -1;
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  content: "";
}

.panel-layer-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.05882em;
}

.panel-layer-data {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.panel-layer-data-num span {
  font-size: .5em;
}

.panel-layer-text {
  margin: .75em 0;
}

.panel-layer-icon {
  margin: 0 auto .5em;
}

.panel-layer-icon img {
  vertical-align: middle;
}

.panel-layer-label {
  margin-top: auto;
  color: #989696;
}

.panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 4px 0 6px rgba(0, 0, 0, 0.04);
  display: block;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 4px 0 6px rgba(0, 0, 0, 0.04);
  line-height: 1.47826;
  text-align: center;
}

.panel::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#fbc5c5), to(#afccfc));
  background: linear-gradient(to left, #fbc5c5, #afccfc);
  content: "";
}

.panel[href]:after {
  -webkit-transform: skew(50deg);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: skew(50deg);
  border-right: 2px solid #000000;
  border-bottom: 2px solid;
  border-left: 2px solid transparent;
  content: "";
}

.panel-icon {
  margin: 0 auto 25px;
}

.panel-title {
  font-weight: 700;
  line-height: 1.47826;
}

.panel-text {
  margin-top: 2em;
}

.panel-keyword {
  margin-top: 1em;
  color: #001b55;
  font-size: 1.4rem;
  text-align: left;
}

.panel-list.column-box .panel {
  height: 100%;
}

/*----- definition-list -----*/
.definition-list:not(:first-child) {
  margin-top: 2em;
}

.definition-list-head {
  font-weight: 600;
}

.definition-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.definition-list-row dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.definition-list-row dt::after {
  content: "：";
}

/*----- flow -----*/
.flow-box .flow-box-item {
  position: relative;
  line-height: 1.625;
}

.flow-box .flow-box-item::before, .flow-box .flow-box-item::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  content: "";
}

.flow-box .flow-box-item::after {
  z-index: 1;
}

.flow-box .flow-box-head {
  font-weight: 700;
  line-height: 1.2;
}

.flow-box .flow-box-period {
  display: block;
  line-height: 1.42857;
}

.flow-box .flow-box-title {
  font-weight: 700;
}

.flow-box .flow-box-item.-first {
  background-color: #c4d7f9;
}

.flow-box .flow-box-item.-first .flow-box-head {
  color: #6f99e3;
}

.flow-box .flow-box-item.-second {
  background-color: #decff0;
}

.flow-box .flow-box-item.-second .flow-box-head {
  color: #a383ca;
}

.flow-box .flow-box-item.-third {
  background-color: #fbdbdb;
}

.flow-box .flow-box-item.-third .flow-box-head {
  color: #f89394;
}

.flow-box .flow-box-legend-head {
  margin-bottom: .5em;
  font-weight: 700;
  line-height: 1.4;
}

.flow-box .flow-box-legend.-first .flow-box-legend-head {
  background-color: #c4d7f9;
}

.flow-box .flow-box-legend.-second .flow-box-legend-head {
  background-color: #decff0;
}

.flow-box .flow-box-legend.-third .flow-box-legend-head {
  background-color: #fbdbdb;
}

.flow-box-vertical .flow-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.625;
}

.flow-box-vertical .flow-box-head {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  background-color: #c4d7f9;
  color: #6f99e3;
  font-weight: 700;
  text-align: center;
}

.flow-box-vertical .flow-box-item:not(:last-child) {
  margin-bottom: 4px;
}

.flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::before, .flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::after {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-color: transparent;
  content: "";
}

.flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::before {
  border-top-color: #ffffff;
}

.flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::after {
  border-top-color: #c4d7f9;
}

.flow-box-vertical .flow-box-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 5px;
}

.flow-box-vertical .flow-box-body > p:not(:first-child) {
  margin-top: .75em;
}

.flow-box-vertical .flow-box-body > p:not(:last-child) {
  margin-bottom: .75em;
}

.flow-box-vertical .flow-box-item:not(:first-child) .flow-box-body {
  border-top: 1px dashed #e5e5e5;
}

.flow-box-vertical .flow-box-title {
  font-weight: 700;
}

.flow-box-vertical .flow-box-fig {
  line-height: 1;
  text-align: left;
}

.flow-box-vertical .flow-box-fig:not(:first-child) {
  margin-top: .75em;
}

.flow-box-vertical .flow-box-fig img {
  vertical-align: middle;
}

/*----- iframe -----*/
/* google-calendar */
.google-calendar {
  position: relative;
  margin: 0 auto;
}

.google-calendar-legend {
  padding: 10px 15px;
  border: 2px solid #cbcbcb;
  background-color: #ffffff;
}

.google-calendar-legend-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-left: -1.5em;
  font-size: 1.4rem;
}

.google-calendar-legend-list > li {
  position: relative;
  margin-left: 1.5em;
  padding-left: 1em;
}

.google-calendar-legend-list > li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: .75em;
  height: .75em;
  background-color: #000;
  content: '';
}

.google-calendar-legend-list .legend-category1::before {
  background-color: #182C57;
}

.google-calendar-legend-list .legend-category2::before {
  background-color: #42104A;
}

.google-calendar-legend-list .legend-category3::before {
  background-color: #23164E;
}

.google-calendar-legend-list .legend-category4::before {
  background-color: #1B887A;
}

.google-calendar-legend-list .legend-category5::before {
  background-color: #5229A3;
}

.google-calendar-legend-list .legend-category6::before {
  background-color: #691426;
}

.google-calendar-legend-list .legend-category7::before {
  background-color: #711616;
}

.google-calendar-legend-list .legend-category8::before {
  background-color: #B1440E;
}

.google-calendar-legend-list .legend-category9::before {
  background-color: #5F6B02;
}

.google-calendar-legend-list .legend-category10::before {
  background-color: #AB8B00;
}

.google-calendar-legend-list .legend-category11::before {
  background-color: #875509;
}

.google-calendar-legend-list .legend-category12::before {
  background-color: #8C500B;
}

.google-calendar-legend-list .legend-category13::before {
  background-color: #853104;
}

/*----- information -----*/
.information-heading {
  font-weight: 600;
}

.information-item {
  letter-spacing: .05rem;
  line-height: 1.625;
}

.information-item + .information-item {
  margin-top: 1.5em;
}

.information-item-link {
  display: block;
}

.information-item-link:not(:hover) .information-item-info {
  text-decoration: underline;
}

.information-item-data {
  position: relative;
  color: #333333;
}

.information-item-info {
  color: #1662b3;
}

.information-item.-new .information-item-data::after {
  color: #f95e5e;
  font-weight: 600;
  content: "NEW";
}

.information-list.-dotted .information-item {
  margin-top: 0;
  border-top: 1px dotted #afccfc;
}

.information-list.-dotted .information-item:last-child {
  border-bottom: 1px dotted #afccfc;
}

.heading-lv2.-type02 + .information-list.-dotted .information-item:first-child {
  border-top: 0;
}

.heading-lv2.-type02 + .information-list.-dotted .information-item:first-child .information-item-link {
  padding-top: 0;
}

/*----- 採用情報 -----*/
.recruit-info-heading {
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

/* TOP
-----------------------------------------------------------*/
.top-content-lead {
  margin: 1.75em 0;
  text-align: center;
}

/*----- mainvisual -----*/
.top-mainvisual {
  position: relative;
  width: 100%;
  text-align: center;
}

.top-mainvisual-title, .top-mainvisual-bg {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.top-mainvisual-title {
  z-index: 1;
}

.top-mainvisual-bg {
  -webkit-animation: mv-fadein 24s linear infinite 0s;
  z-index: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  animation: mv-fadein 24s linear infinite 0s;
  opacity: 0;
}

.top-mainvisual-bg.-item01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-mainvisual-bg.-item02 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.top-mainvisual-bg.-item03 {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.top-mainvisual-bg.-item04 {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}


/*----- 新着情報 -----*/
.top-news {
  background-color: #fdf8f8;
}

/*----- 厚生労働省のミッション -----*/
.top-mission {
  position: relative;
}

.top-mission .panel.-copy {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

.top-mission .panel.-copy .panel-copy-text {
  margin: 1em 0;
}

.top-mission .panel.-copy .panel-copy-text:last-child {
  margin-bottom: 0;
}

.top-mission .panel.-copy .panel-copy-text.-primary {
  font-weight: 700;
}

.top-mission-bg {
  position: absolute;
}

.top-mission-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
}

/*----- 政策を知る -----*/

/*----- 職員を知る -----*/

/* 政策を知る
-----------------------------------------------------------*/
/*----- 詳細ページ -----*/
.content-detail.-policy {
  padding-bottom: 60px;
  background-image: radial-gradient(at 0 100%, rgba(175, 204, 252, 0.5), rgba(251, 197, 197, 0.5));
}

.content-detail.-policy .article-heading-icon {
  float: left;
}

.content-detail.-policy .article-heading-main {
  margin-bottom: 1.5em;
  font-weight: 400;
}

.content-detail.-policy .article-heading-main > em {
  font-weight: 500;
  line-height: 1.14286;
}

.content-detail.-policy .article-heading-keyword {
  color: #001b55;
  font-size: 1.4rem;
}

.content-detail.-policy .article-heading-keyword dt {
  font-weight: 700;
}

.content-detail.-policy .article-heading:after {
  display: block;
  clear: both;
  content: "";
}

.content-detail.-policy .content-detail-article h2 {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}

.content-detail.-policy .content-detail-article h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f95e5e), color-stop(50%, #f95e5e), color-stop(50%, #1662b3), to(#1662b3));
  background: linear-gradient(to bottom, #f95e5e 0%, #f95e5e 50%, #1662b3 50%, #1662b3 100%);
  content: "";
}

.content-detail.-policy .content-detail-article h3 {
  padding: .75em;
  background-color: #f5f1f8;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}

.content-detail.-policy .content-detail-article figcaption {
  margin-top: .5em;
  color: #9c9898;
}

/* 職員を知る
-----------------------------------------------------------*/
/*----- filter -----*/
.filter-box .filter-button {
  -webkit-transition: all ease-in-out .15s;
  display: inline-block;
  padding: .7em .75em .8em;
  border-radius: 4px;
  background-color: #f4f4f4;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  transition: all ease-in-out .15s;
}

.filter-box .filter-button.is-active {
  background-color: #727171;
  color: #ffffff;
}

.filter-box .filter-button.-clear {
  border: 1px solid #727171;
  background-color: #ffffff;
  color: #727171;
}

.filter-box-title {
  line-height: 1.4;
}

.filter-box .filter-clear-field {
  margin-top: 20px;
  padding-top: 13px;
  border-top: 1px solid #ececec;
  text-align: right;
}

/*----- 詳細ページ -----*/
.content-detail.-member {
  overflow: hidden;
  background: url(../images/bg_article01.jpg) 50% 50%;
}

.content-detail.-member .content-detail-inner {
  z-index: 1;
  position: relative;
}

.content-detail.-member .content-detail-inner::before, .content-detail.-member .content-detail-inner::after {
  z-index: -1;
  position: absolute;
  background-image: radial-gradient(at 0 100%, rgba(175, 204, 252, 0.5), rgba(251, 197, 197, 0.5));
  content: "";
}

.content-detail.-member .article-heading h1 {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.content-detail.-member .article-profile {
  line-height: 1.33333;
}

.content-detail.-member .article-profile-box {
  z-index: 1;
  position: relative;
}

.content-detail.-member .article-profile-box > p:not(:first-child) {
  margin-top: 1em;
}

.content-detail.-member .article-profile-category {
  position: relative;
  padding-left: 1.35em;
  font-weight: 700;
}

.content-detail.-member .article-profile-category::before {
  position: absolute;
  top: .25em;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  content: "";
}

.content-detail.-member .-category1 .article-profile-box {
  background-color: #d8e3fa;
}

.content-detail.-member .-category1 .article-profile-category::before {
  background-color: #89abe7;
}

.content-detail.-member .-category2 .article-profile-box {
  background-color: #e1eff9;
}

.content-detail.-member .-category2 .article-profile-category::before {
  background-color: #76b3d3;
}

.content-detail.-member .-category3 .article-profile-box {
  background-color: #f8dadf;
}

.content-detail.-member .-category3 .article-profile-category::before {
  background-color: #fda2a3;
}

.content-detail.-member .-category4 .article-profile-box {
  background-color: #fbe5d1;
}

.content-detail.-member .-category4 .article-profile-category::before {
  background-color: #fdb683;
}

.content-detail.-member .-category5 .article-profile-box {
  background-color: #ede9e9;
}

.content-detail.-member .-category5 .article-profile-category::before {
  background-color: #a6a6a7;
}

.content-detail.-member .content-detail-article h2 {
  font-weight: 600;
  line-height: 1.4;
}

.content-detail.-member .content-detail-article ul:not(:first-child) {
  margin-top: 1em;
}

.content-detail.-member .content-detail-article ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.content-detail.-member .content-detail-article ul > li::before {
  content: "・";
}

/* 特集
-----------------------------------------------------------*/
.content-special.-bg {
  background: #fdf8f8 url(../../images/special_bg.png) no-repeat 50% 205px;
}

.content-detail.-special {
  background-color: #fdf8f8;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.content-detail.-special .article-mv {
  line-height: 1;
  text-align: center;
}

.content-detail.-special .article-mv .article-inner {
  z-index: 1;
  position: relative;
}

.content-detail.-special .article-mv img {
  width: 100%;
}

.content-detail.-special .article-section:first-child {
  margin-top: 0;
}

.content-detail.-special .article-section-header {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.content-detail.-special .article-section-header-title {
  font-weight: bold;
  text-align: center;
}

.content-detail.-special .article-section-header-title .heading-lv2 {
  display: inline-block;
}

.content-detail.-special .article-section-header-profile {
  text-align: center;
}

.content-detail.-special .article-section-header-profile figure {
  margin: 0 auto 1em;
}

.content-detail.-special .article-section-header-profile p {
  font-size: 1.4rem;
}

.content-detail.-special .article-section-header-profile p em {
  font-size: 1.6rem;
  font-weight: bold;
}

.content-detail.-special .article-section-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.4;
}

.content-detail.-special .article-section-heading::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(#fbc5c5), to(#afccfc));
  background: linear-gradient(to left, #fbc5c5, #afccfc);
  content: "";
}

.content-detail.-special .article-section-heading-num {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: .5em;
  background-image: -webkit-gradient(linear, right top, left top, from(#fbc5c5), to(#afccfc));
  background-image: linear-gradient(to left, #fbc5c5, #afccfc);
  color: #d4c8e1;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.content-detail.-special .article-section-text {
  margin: 1.25em 0;
}

.content-detail.-special .article-section-text:first-child {
  margin-top: 0;
}

.content-detail.-special .article-section-text:last-child {
  margin-bottom: 0;
}

.content-detail.-special .article-section-row + .article-section-row {
  margin-top: 1.25em;
}

.content-detail.-special .article-section section + section {
  margin-top: 50px;
}

.content-detail.-special .article-section .heading-lv3 {
  margin-bottom: 1em;
}

.content-detail.-special .article-box-fig {
  margin-bottom: 1em;
  line-height: 1;
}

.content-detail.-special .article-box-fig img {
  width: 100%;
}

.content-detail.-special .article-box-body {
  font-size: 1.4rem;
}

.content-detail.-special .article-box-body em {
  font-size: 1.6rem;
  font-weight: 700;
}

.content-detail.-special .article-profile:not(:first-child) {
  margin-top: 40px;
}

.content-detail.-special .article-profile-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.content-detail.-special .article-profile-fig {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}

.content-detail.-special .article-profile-info {
  font-size: 1.4rem;
  line-height: 1.42857;
}

.content-detail.-special .talk {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.content-detail.-special .talk-icon {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  margin-right: 6px;
}

.content-detail.-special .talk-icon img {
  -webkit-box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.16);
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.16);
  vertical-align: middle;
}

.content-detail.-special .talk-icon-name {
  margin-top: .5em;
  font-weight: 700;
  text-align: center;
}

.content-detail.-special .talk-icon-name span {
  font-size: 1.4rem;
  font-weight: 400;
}

.content-detail.-special .talk-balloon {
  z-index: 1;
  position: relative;
  border-radius: 8px;
  background-color: #f0f0f0;
}

.content-detail.-special .talk-balloon::before, .content-detail.-special .talk-balloon::after {
  -webkit-transform: rotate(45deg);
  display: block;
  z-index: -1;
  position: absolute;
  width: 0;
  height: 0;
  transform: rotate(45deg);
  border-right: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-radius: 50%;
  content: '';
}

.content-detail.-special .talk-balloon::before {
  top: 10px;
  border-top: 28px solid transparent;
  border-left: 28px solid #f0f0f0;
}

.content-detail.-special .talk-balloon::after {
  border-top: 28px solid transparent;
  border-left: 28px solid #ffffff;
}

.content-detail.-special .talk-balloon p:not(:first-child) {
  margin-top: .75em;
}

.content-detail.-special .talk-balloon p:not(:last-child) {
  margin-bottom: .75em;
}

.content-detail.-special .talk.-color02 .talk-balloon {
  background-color: #fef5ed;
}

.content-detail.-special .talk.-color02 .talk-balloon::before {
  border-left-color: #fef5ed;
}

.content-detail.-special .talk.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-detail.-special .talk.-reverse .talk-icon {
  margin-right: 0;
  margin-left: 6px;
}

.content-detail.-special .talk.-reverse .talk-balloon::before, .content-detail.-special .talk.-reverse .talk-balloon::after {
  -webkit-transform: scale(-1, 1) rotate(45deg);
  transform: scale(-1, 1) rotate(45deg);
}

.content-detail.-special .talk.-reverse .talk-balloon::before {
  left: auto;
}

.content-detail.-special .talk.-reverse .talk-balloon::after {
  left: auto;
}

.content-detail.-special .talk-img-block {
  text-align: center;
}

.content-detail.-special .talk-annotation-block {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
  font-size: 1.4rem;
}

.content-detail.-special .talk-annotation-block::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.content-detail.-special .special-card {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.content-detail.-special .special-card-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
}

.content-detail.-special .special-card-header .special-card-label {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: .75em;
  border-radius: 50%;
  background-color: #6f7bef;
  color: #ffffff;
}

.content-detail.-special .special-card-header .special-card-label.-holiday {
  background-color: #389efe;
}

.content-detail.-special .special-card-fig {
  position: relative;
  line-height: 1;
  text-align: center;
}

.content-detail.-special .special-card-fig figcaption {
  margin-top: .25em;
  font-size: 14px;
  text-align: right;
}

.content-detail.-special .special-card-fig img {
  vertical-align: middle;
}

.content-detail.-special.-special-bg02 {
  background: url(../../special/images/content_bg02.png) no-repeat 50% 0, radial-gradient(at 0 100%, rgba(203, 236, 210, 0.2), rgba(175, 217, 252, 0.2));
}

.content-detail.-special.-special-bg02 .heading-lv1-border::before, .content-detail.-special.-special-bg02 .heading-lv2.-type02::before, .content-detail.-special.-special-bg02 .article-section-heading::before {
  background: -webkit-gradient(linear, right top, left top, from(#cbecd2), to(#afd9fc));
  background: linear-gradient(to left, #cbecd2, #afd9fc);
}

.content-detail.-special.-special-bg02 .article-section-heading-num, .content-detail.-special.-special-bg02 .list-box-row .list-box-num {
  background-image: -webkit-gradient(linear, right top, left top, from(#cbecd2), to(#afd9fc));
  background-image: linear-gradient(to left, #cbecd2, #afd9fc);
  color: #bce2e8;
}

.content-detail.-special.-special-bg03 {
  background: url(../../special/images/content_bg03.png) no-repeat 50% 0, radial-gradient(at 0 100%, rgba(210, 249, 184, 0.2), rgba(252, 238, 179, 0.2));
}

.content-detail.-special.-special-bg03 .heading-lv1-border::before, .content-detail.-special.-special-bg03 .heading-lv2.-type02::before, .content-detail.-special.-special-bg03 .article-section-heading::before {
  background: -webkit-gradient(linear, right top, left top, from(#d2f9b9), to(#fceeb3));
  background: linear-gradient(to left, #d2f9b9, #fceeb3);
}

.content-detail.-special.-special-bg03 .article-section-heading-num, .content-detail.-special.-special-bg03 .list-box-row .list-box-num {
  background-image: -webkit-gradient(linear, right top, left top, from(#d2f9b9), to(#fceeb3));
  background-image: linear-gradient(to left, #d2f9b9, #fceeb3);
  color: #e7f4b6;
}

.content-detail.-special.-special-bg04 {
  background: url(../../special/images/content_bg04.png) no-repeat 50% 0, radial-gradient(at 0 100%, rgba(251, 230, 144, 0.2), rgba(251, 206, 165, 0.2));
}

.content-detail.-special.-special-bg04 .heading-lv1-border::before, .content-detail.-special.-special-bg04 .heading-lv2.-type02::before, .content-detail.-special.-special-bg04 .article-section-heading::before {
  background: -webkit-gradient(linear, right top, left top, from(#fbcea5), to(#fbe690));
  background: linear-gradient(to left, #fbcea5, #fbe690);
}

.content-detail.-special.-special-bg04 .article-section-heading-num, .content-detail.-special.-special-bg04 .list-box-row .list-box-num {
  background-image: -webkit-gradient(linear, right top, left top, from(#fbcea5), to(#fbe690));
  background-image: linear-gradient(to left, #fbcea5, #fbe690);
  color: #fbdb9b;
}

.content-detail.-special.-special-bg05 {
  background: url(../../special/images/content_bg05.png) no-repeat 50% 0, radial-gradient(at 0 100%, rgba(251, 206, 165, 0.2), rgba(251, 197, 197, 0.2));
}

.content-detail.-special.-special-bg05 .heading-lv1-border::before, .content-detail.-special.-special-bg05 .heading-lv2.-type02::before, .content-detail.-special.-special-bg05 .article-section-heading::before {
  background: -webkit-gradient(linear, right top, left top, from(#fbc5c5), to(#fbcea5));
  background: linear-gradient(to left, #fbc5c5, #fbcea5);
}

.content-detail.-special.-special-bg05 .article-section-heading-num, .content-detail.-special.-special-bg05 .list-box-row .list-box-num {
  background-image: -webkit-gradient(linear, right top, left top, from(#fbc5c5), to(#fbcea5));
  background-image: linear-gradient(to left, #fbc5c5, #fbcea5);
  color: #fbc9b5;
}

.content-detail.-special .-member-color01 {
  color: #ff4904;
}

.content-detail.-special .-member-color02 {
  color: #060e77;
}

.content-detail.-special .-member-color03 {
  color: #005f6a;
}

.content-detail.-special .-member-color04 {
  color: #784C00;
}

.content-detail.-special .-member-color05 {
  color: #0365A7;
}

.content-detail.-special .-member-color06 {
  color: #000000;
}

.content-detail.-special .special-board {
  position: relative;
  background-color: #f9f9f9;
}

.content-detail.-special .special-board-label {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.content-detail.-special .special-board-label-inner {
  display: inline-block;
  padding: .75em;
  font-weight: 700;
  line-height: 1.4;
}

.content-detail.-special .special-board-heading {
  margin: 1.75em 0 1em;
  text-align: center;
}

.content-detail.-special .special-board > p {
  margin-top: 1em;
}

.content-detail.-special .special-board > p:first-child {
  margin-top: 0;
}

.content-detail.-special .special-board > p:last-child {
  margin-bottom: 0;
}

.content-detail.-special .special-board-group .special-board-thumb {
  z-index: 1;
  position: relative;
}

.content-detail.-special .special-board-group .special-board-thumb-fig figcaption {
  margin-top: .5em;
  font-size: 1.4rem;
}

.content-detail.-special .special-board-group .special-board-thumb-info {
  margin-top: 1em;
}

.content-detail.-special .special-board-group .special-board-thumb-text:not(:first-child) {
  margin-top: 1em;
}

.content-detail.-special .special-board-group .special-board-thumb-text em {
  font-weight: 700;
}

.-special-bg03 .special-board.-color01 .special-board-label-inner {
  background-color: #fceeb3;
}

.-special-bg04 .special-board.-color01 .special-board-label-inner {
  background-color: #fef5ed;
}

.-special-bg03 .special-board.-color02 .special-board-label-inner {
  background-color: #eff2b5;
}

.-special-bg04 .special-board.-color02 .special-board-label-inner {
  background-color: #fef5ed;
}

.-special-bg03 .special-board.-color03 .special-board-label-inner {
  background-color: #ddf7b8;
}

.-special-bg04 .special-board.-color03 .special-board-label-inner {
  background-color: #fef5ed;
}

.-special-bg03 .special-board.-color04 .special-board-label-inner {
  background-color: #d2f9b9;
}

.-special-bg04 .special-board.-color04 .special-board-label-inner {
  background-color: #d2f9b9;
}

/*----- 厚生労働省の「働き方改革」 -----*/
.content-detail.-hatarakikata .article-mv .article-inner::after {
  z-index: -1;
  position: absolute;
  background: url(../../special/hatarakikata/images/mainvisual_bg.png) no-repeat 50% 50%;
  content: "";
}

/*----- 1年目職員の過ごし方 -----*/
.content-detail.-works .profile-box {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.content-detail.-works .profile-box-fig {
  overflow: hidden;
  border-radius: 50%;
}

.content-detail.-works .profile-box-info {
  font-weight: 700;
  line-height: 1.42857;
}

.content-detail.-works .profile-box-lead {
  margin-top: 15px;
}

/*----- 幹部職員からのメッセージ -----*/
.content-detail.-kanbu .profile-box {
  background-color: #f9f9f9;
}

.content-detail.-kanbu .profile-box-row {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 4px 0 6px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 4px 0 6px rgba(0, 0, 0, 0.04);
}

.content-detail.-kanbu .profile-box-fig img {
  width: 100%;
}

.content-detail.-kanbu .profile-box-info-title {
  font-weight: 700;
}

.content-detail.-kanbu .special-card-header .special-card-label {
  background-color: #f57892;
}

/*----- 医師の働き方改革 -----*/
.content-detail.-ishi .compare-table-row {
  width: 100%;
  border: 4px solid #f6f5f5;
  background-color: #f6f5f5;
}

.content-detail.-ishi .compare-table-row + .compare-table-row {
  margin-top: 10px;
}

.content-detail.-ishi .compare-table-body {
  position: relative;
  background-color: #ffffff;
}

.content-detail.-ishi .compare-table-body::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  content: "";
}

.content-detail.-ishi .compare-table-body em {
  color: #f95e5e;
}

/* animation
-----------------------------------------------------------*/
@-webkit-keyframes arrow-swing {
  0% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrow-swing {
  0% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes mv-fadein {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  4% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mv-fadein {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  4% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Vendor-extension （Vendorレイヤーの上書きをしています。）
-----------------------------------------------------------*/
.slider-field.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.slider-field .slick-arrow {
  z-index: 1;
  width: 36px;
  height: 36px;
  margin-top: -25px;
  border-width: 0;
  border-bottom-width: 8px;
  border-style: solid;
  border-color: #656464;
}

.slider-field .slick-arrow::before {
  content: none;
}

.slider-field .slick-prev {
  -webkit-transform: rotate(45deg);
  left: -60px;
  transform: rotate(45deg);
  border-left-width: 8px;
}

.slider-field .slick-next {
  -webkit-transform: rotate(-45deg);
  right: -60px;
  transform: rotate(-45deg);
  border-right-width: 8px;
}

.slider-field.slick-dotted.slick-slider .slick-arrow {
  margin-top: -45px;
}

.slider-field .slick-dots {
  right: 0;
  bottom: 0;
  left: 0;
}

.slider-field .slick-dots li {
  width: auto;
  margin: 0 4px;
}

.slider-field .slick-dots li button {
  -webkit-transition: all ease-in-out .15s;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid #b1aeae;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all ease-in-out .15s;
}

.slider-field .slick-dots li button::before {
  content: none;
}

.slider-field .slick-dots li:hover button, .slider-field .slick-dots li.slick-active button {
  background-color: #656464;
}

/* Utility
-----------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

/* color */
.fc-base {
  color: #333333 !important;
}

.fc-attention {
  color: #f95e5e !important;
}

/* background-color */
.bg-white {
  background-color: #ffffff !important;
}

.bg-pink {
  background-color: #fdf8f8 !important;
}

.bg-gray {
  background-color: #f0f0f0;
}

/* border-color */
.no-border {
  border: none !important;
}

/* flexbox */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.jc-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.jc-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.jc-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.jc-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.jc-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.ai-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.ai-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.ai-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ai-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* float */
.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

.fl-none {
  float: none !important;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* font-family */
.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

/* font-size */
.fs-sm {
  font-size: 1.4rem !important;
}

.fs-md {
  font-size: 1.6rem !important;
}

.fs-lg {
  font-size: 1.8rem !important;
}

.fs-xl {
  font-size: 2.2rem !important;
}

.fs-xxl {
  font-size: 2.2rem !important;
}

.img-border {
  border: 1px solid #707070;
}

.img-outline {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border: 8px solid #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.img-circle {
  -webkit-box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.16);
}

.img-circle, .img-circle img {
  vertical-align: middle;
}

/* margin */
.m-auto {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* padding */
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* text-align */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* vertical-align */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

.sp {
  display: none !important;
}

/* display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-i-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}

.of-hidden {
  overflow: hidden;
}

.of-auto {
  overflow: auto;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.hover-opacity:hover {
  opacity: 0.8;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-155 {
  width: 155px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-175 {
  width: 175px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-205 {
  width: 205px !important;
}

.w-210 {
  width: 210px !important;
}

.w-215 {
  width: 215px !important;
}

.w-220 {
  width: 220px !important;
}

.w-225 {
  width: 225px !important;
}

.w-230 {
  width: 230px !important;
}

.w-235 {
  width: 235px !important;
}

.w-240 {
  width: 240px !important;
}

.w-245 {
  width: 245px !important;
}

.w-250 {
  width: 250px !important;
}

.w-255 {
  width: 255px !important;
}

.w-260 {
  width: 260px !important;
}

.w-265 {
  width: 265px !important;
}

.w-270 {
  width: 270px !important;
}

.w-275 {
  width: 275px !important;
}

.w-280 {
  width: 280px !important;
}

.w-285 {
  width: 285px !important;
}

.w-290 {
  width: 290px !important;
}

.w-295 {
  width: 295px !important;
}

.w-300 {
  width: 300px !important;
}

.w-305 {
  width: 305px !important;
}

.w-310 {
  width: 310px !important;
}

.w-315 {
  width: 315px !important;
}

.w-320 {
  width: 320px !important;
}

.w-325 {
  width: 325px !important;
}

.w-330 {
  width: 330px !important;
}

.w-335 {
  width: 335px !important;
}

.w-340 {
  width: 340px !important;
}

.w-345 {
  width: 345px !important;
}

.w-350 {
  width: 350px !important;
}

.w-355 {
  width: 355px !important;
}

.w-360 {
  width: 360px !important;
}

.w-365 {
  width: 365px !important;
}

.w-370 {
  width: 370px !important;
}

.w-375 {
  width: 375px !important;
}

.w-380 {
  width: 380px !important;
}

.w-385 {
  width: 385px !important;
}

.w-390 {
  width: 390px !important;
}

.w-395 {
  width: 395px !important;
}

.w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-width: 920px) {
  .wrapper {
    padding-top: 50px;
  }
  .header {
    height: 50px;
    padding: 8px 0;
    background-color: #ffffff;
  }
  .header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-right: 12px;
    padding-left: 12px;
  }
  .header-logo {
    position: static;
    width: 198.5px;
  }
  .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-20px);
    -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    flex-direction: column;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    transform: translateY(-20px);
    background-color: #ffffff;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header-nav::-webkit-scrollbar {
    display: none;
  }
  .header-nav.is-open {
    -webkit-transform: translateY(0);
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-menu, .header-nav-utility {
    display: block;
    margin: 0;
  }
  .header-nav-menu-item {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header-nav-menu-item:not(:first-child) {
    margin-left: 0;
  }
  .header-nav-menu-title {
    padding: 20px 30px;
    font-size: 2rem;
  }
  .header-nav-menu-title::after {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform ease-in-out .15s;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 13px;
    height: 13px;
    margin-top: -6px;
    transform: rotate(45deg);
    border-top: 2px solid #f95e5e;
    border-right: 2px solid #f95e5e;
    background-color: transparent;
    content: "";
    transition: -webkit-transform ease-in-out .15s;
    transition: transform ease-in-out .15s;
    transition: transform ease-in-out .15s, -webkit-transform ease-in-out .15s;
  }
  .header-nav-menu-title:hover::after, .header-nav-menu-title.is-current::after {
    -webkit-transform-origin: inherit;
    right: 30px;
    left: inherit;
    width: 13px;
    transform-origin: inherit;
  }
  .header-nav-utility {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 46.5px 28px 57.5px;
  }
  .header-nav-utility-item:not(:first-child) {
    margin: 53px 0 0;
  }
  .header-search-box {
    width: 100%;
  }
  .header-search-box .gsc-input-box {
    height: 70px;
    font-size: 1.8rem;
  }
  .header-search-box td.gsc-search-button {
    width: 93px;
  }
  .header-search-box .gsc-search-button-v2 {
    height: 70px;
    font-size: 1.8rem;
  }
  .header-search-box .gsc-search-button-v2 svg {
    width: 25px;
    height: 25px;
  }
  .header .button-cv-items {
    display: block;
  }
  .header .button-cv-item {
    width: 100%;
  }
  .header .button-cv-item + .button-cv-item {
    margin: 12px 0 0;
  }
  .header .button-cv-item .button-cv {
    padding: 1.125em 1em;
    font-size: 2rem;
  }
  .header-dropdown .header-nav-menu-title {
    margin-left: 0;
  }
  .header-dropdown .header-nav-menu-title::before {
    content: none;
  }
  .header-dropdown .header-nav-menu-title::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header-dropdown .header-nav-menu-title.is-open::after {
    -webkit-transform: rotate(-45deg);
    margin-top: 0;
    transform: rotate(-45deg);
  }
  .header-dropdown-outer {
    display: none;
    position: static;
    padding: 0;
    background: transparent;
  }
  .header-dropdown-inner {
    padding-bottom: 30px;
  }
  .header-dropdown-head {
    display: block;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.6rem;
  }
  .header-dropdown-head a {
    padding: 10px 10px 12px 45px;
  }
  .header-dropdown-head a::before {
    top: 0;
    bottom: 0;
    left: 28px;
    margin: auto;
  }
  .header-dropdown-head .header-dropdown-head-sp {
    display: inline;
  }
  .header-dropdown-body {
    padding: 0;
    background-color: transparent;
  }
  .header-dropdown-menu {
    display: block;
    margin: 0;
  }
  .header-dropdown-menu-item {
    width: 100%;
    padding: 0;
  }
  .header-dropdown-menu-item a {
    padding: 10px 10px 12px 45px;
    font-size: 1.4rem;
  }
  .header-dropdown-menu-item a::before {
    top: 0;
    bottom: 0;
    left: 28px;
    margin: auto;
  }
  .header-dropdown-close {
    display: none;
  }
  .header .header-ham-menu {
    display: block;
    z-index: 5;
    position: relative;
    width: 24px;
    height: 23px;
    margin-left: auto;
  }
  .header .header-ham-menu span, .header .header-ham-menu::after, .header .header-ham-menu::before {
    -webkit-transition: all .3s ease-in-out;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333333;
    content: "";
    cursor: pointer;
    transition: all .3s ease-in-out;
  }
  .header .header-ham-menu span {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .header-ham-menu::before {
    top: 0;
  }
  .header .header-ham-menu::after {
    bottom: 0;
  }
  .header .header-ham-menu.is-open span, .header .header-ham-menu.is-open::before, .header .header-ham-menu.is-open::after {
    background-color: #141932;
  }
  .header .header-ham-menu.is-open span {
    left: 50%;
    width: 0;
  }
  .header .header-ham-menu.is-open::before {
    -webkit-transform: translateY(10px) rotate(-135deg);
    transform: translateY(10px) rotate(-135deg);
  }
  .header .header-ham-menu.is-open::after {
    -webkit-transform: translateY(-10px) rotate(135deg);
    transform: translateY(-10px) rotate(135deg);
  }
}

@media screen and (max-width: 767px) {
  .header-inner {
    max-width: 100%;
  }
  .header-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-dropdown-inner {
    max-width: 100%;
  }
  .footer-inner {
    max-width: 100%;
  }
  .footer-inner {
    padding-right: 14px;
    padding-left: 14px;
  }
  .footer {
    margin-top: 75px;
  }
  .footer-sitemap {
    padding: 40px 0;
  }
  .footer-sitemap-row {
    margin: 0;
  }
  .footer-sitemap-col {
    margin: 0;
  }
  .footer-sitemap-row.-first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    margin-top: 0;
  }
  .footer-sitemap-row.-first .footer-sitemap-col {
    width: 50%;
    margin-top: 1em;
  }
  .footer-sitemap-row.-first .footer-sitemap-col:nth-child(-n+2) {
    margin-top: 0;
  }
  .footer-sitemap-row.-second {
    display: none;
  }
  .footer-link {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
  }
  .footer-link-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    font-size: 1.4rem;
  }
  .footer-link-list > li {
    width: 48%;
    margin: 0;
    letter-spacing: -.03em;
  }
  .footer-link-list > li:nth-child(n + 3) {
    margin-top: 1em;
  }
  .footer-lower-row {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -10px;
  }
  .footer-social-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 10px;
    font-size: 1.5rem;
  }
  .footer-social-item:not(.-video) {
    width: 50%;
  }
  .footer-social-item a {
    background-size: 40px auto;
  }
  .footer-social-item.-twitter {
    text-align: right;
  }
  .footer-info {
    display: block;
    margin-top: 2.75em;
    font-size: 1.4rem;
    text-align: center;
  }
  .footer-info-logo {
    width: 140px;
    margin: 0 auto 1em;
  }
  .footer-info-address {
    margin-left: 0;
  }
  .footer-info-address small {
    font-size: 1em;
  }
  .footer-info-tel {
    pointer-events: auto;
  }
  .footer-copy {
    margin-top: 4.5em;
    font-size: 1.4rem;
    text-align: center;
  }
  .pagetop {
    top: -31px;
    right: 12px;
  }
  .content-inner {
    max-width: 100%;
  }
  .content-inner {
    padding-right: 14px;
    padding-left: 14px;
  }
  .content {
    padding-top: 45px;
  }
  .content-inner .content-outer-sp {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-section {
    margin-top: 30px;
  }
  .content-section + .content-section {
    margin-top: 50px;
  }
  .content-section-heading {
    margin-bottom: 1em;
    font-size: 1.7rem;
  }
  .content-section-heading em {
    font-size: 2.1rem;
  }
  .content.-bg {
    padding-bottom: 75px;
  }
  .content-detail {
    padding-right: 17.5px;
    padding-left: 17.5px;
  }
  .content-detail-inner {
    max-width: 100%;
  }
  .content-detail {
    padding-top: 30px;
  }
  .content-detail .article-toc {
    margin: 30px 0 45px;
    padding: 10px 15px 15px;
  }
  .content-detail .article-toc-heading {
    margin-bottom: .75em;
    font-size: 2rem;
  }
  .content-detail .content-detail-sidebar {
    margin-top: 30px;
  }
  .content-detail .content-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .breadcrumb-inner {
    max-width: 100%;
  }
  .breadcrumb-inner {
    padding-right: 14px;
    padding-left: 14px;
  }
  .breadcrumb {
    padding: .4em 0 .6em;
    overflow-x: auto;
  }
  .breadcrumb-inner {
    white-space: nowrap;
  }
  .breadcrumb li {
    font-size: 1.4rem;
  }
  .heading-lv1 {
    margin-bottom: 1em;
  }
  .heading-lv1-border {
    font-size: 2.4rem;
  }
  .heading-lv1-en {
    font-size: 1.4rem;
  }
  .heading-lv1-layer {
    margin-bottom: 1.25em;
    text-align: center;
  }
  .heading-lv1-layer .heading-lv1 {
    margin-bottom: 0;
  }
  .heading-lv1-layer .heading-lv1-img {
    display: block;
    width: 90%;
    margin: 25px auto 0;
  }
  .heading-lv1-layer .heading-lv1-img img {
    width: 100%;
  }
  .content-detail-aside-heading::before, .heading-lv2.-type02::before, .content-detail.-member .content-detail-article h2::before {
    height: 4px;
  }
  .heading-lv2 {
    margin-bottom: 1.25em;
    font-size: 2rem;
  }
  .heading-lv2:not(:first-child) {
    margin-top: 1.5em;
  }
  .heading-lv2.-type01 > span {
    padding-left: 2em;
  }
  .heading-lv2.-type01 > span::before {
    top: 4px;
    width: 23px;
    height: 23px;
  }
  .heading-lv2.-type01 > span::after {
    top: 10px;
    left: 6px;
    width: 11px;
    height: 11px;
  }
  .heading-lv3 {
    font-size: 1.8rem;
  }
  .list-box:not(:first-child) {
    margin-top: 25px;
  }
  .list-box:not(:last-child) {
    margin-bottom: 25px;
  }
  .list-box > li {
    padding: 30px 18px;
  }
  .list-box-row .list-box-num, .list-box-row .list-box-text {
    vertical-align: top;
  }
  .list-box-row .list-box-num + .list-box-text {
    padding-left: 22px;
  }
  .list-box-num {
    font-size: 3rem;
  }
  .list-box-text {
    font-size: 1.4rem;
  }
  .link-list-item .link-list-item-inr > span br {
    display: none;
  }
  .heading-lv2 + .link-list {
    margin-top: -20px;
  }
  .anchor-link-block {
    margin: 35px 0 30px;
    padding: 25px 15px;
  }
  .anchor-link-item + .anchor-link-item {
    margin-top: 15px;
  }
  .anchor-link.-column-2-sp .anchor-link-item {
    display: inline-block;
    width: 50%;
  }
  .anchor-link.-column-2-sp .anchor-link-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .icon-tel .icon-tel-note {
    font-size: 1.4rem;
  }
  .button-block {
    width: auto;
    margin: 38px 20px 0;
  }
  .button-block .button {
    width: 100%;
  }
  .button-cv {
    font-size: 2rem;
  }
  .button-list > li + li {
    margin-top: 7px;
  }
  .button-list > li .text-note {
    display: block;
    margin-top: .5em;
    line-height: 1.25;
  }
  .button-list .button {
    width: 100%;
  }
  .button-list-heading {
    font-size: 1.8rem;
  }
  .button-list-group {
    padding: 15px 12px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  .button-list-group + .button-list-group {
    border-top: 0;
  }
  .button-list-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .button-list-head .button-list-toggle-icon {
    -ms-flex-negative: 0;
    position: relative;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-left: auto;
    border-radius: 50%;
  }
  .button-list-head .button-list-toggle-icon::before, .button-list-head .button-list-toggle-icon::after {
    -webkit-transition: all ease-in-out .4s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 3px;
    margin: auto;
    background-color: #ffffff;
    content: "";
    transition: all ease-in-out .4s;
  }
  .button-list-head .button-list-toggle-icon::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .button-list-head .button-list-toggle-icon.is-open::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  .button-list-body {
    margin-top: 25px;
  }
  .button-list-group.-total .button-list-toggle-icon {
    background-color: #89abe7;
  }
  .button-list-group.-general .button-list-toggle-icon {
    background-color: #fda2a3;
  }
  .button-list-group.-engineer .button-list-toggle-icon {
    background-color: #fdb683;
  }
  .button-list-group.-other .button-list-toggle-icon {
    background-color: #a6a6a7;
  }
  .button {
    padding: 1em 2em;
    font-size: 1.6rem;
  }
  .button-arrow {
    display: block;
  }
  .button-arrow::before {
    width: 12px;
    height: 12px;
  }
  .button.-sm {
    padding: .95em 1.375em;
    font-size: 1.4rem;
    text-align: left;
  }
  .button-primary, .button-secondary {
    display: table;
    width: 100%;
    border-radius: 3px;
  }
  .button-primary::before, .button-secondary::before {
    right: 18px;
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .button-primary::after, .button-secondary::after {
    right: 11px;
    width: 19px;
    height: 19px;
    border-width: 1px;
  }
  .button-primary {
    height: 77px;
    padding: .75em 1.75em;
    font-size: 1.8rem;
  }
  .button-primary-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .button-secondary {
    height: 60px;
    padding: .625em 2.25em 0.625em 2em;
    font-size: 1.5rem;
  }
  .button-secondary-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .column-box {
    margin: -6px;
  }
  .column-box .col {
    padding: 6px;
  }
  .column-box.-gap-lg {
    margin: -12px;
  }
  .column-box.-gap-lg .col {
    padding: 12px;
  }
  .column-box .col-1-sp {
    width: 100%;
  }
  .column-box .col-2-sp {
    width: 50%;
  }
  .column-box .col-3-sp {
    width: 33.33333%;
  }
  .table thead th {
    padding: 15px;
  }
  .table tbody th, .table tbody td {
    padding: 22px;
  }
  .table-layout .table th, .table-layout .table td {
    display: block;
    width: 100%;
  }
  .table-layout .table th {
    padding: 1em .75em;
  }
  .table-layout .table td {
    padding: 1em .75em 2.85em;
  }
  .table-layout .table td .box, .table-layout .table td .timeline {
    width: auto;
    margin-right: -.75em;
    margin-left: -.75em;
  }
  .table-scroll-sp .table {
    min-width: 800px;
    white-space: nowrap;
  }
  .table-scroll-sp .table-sticky-head {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    white-space: normal;
  }
  .box {
    padding: 15px;
  }
  .fig-box:not(:first-child) {
    margin-top: 25px;
  }
  .fig-box:not(:last-child) {
    margin-bottom: 25px;
  }
  .card-category-header, .card-category-body {
    padding: 8px;
    font-size: 1.4rem;
  }
  .card-category-body {
    padding-bottom: 45px;
  }
  .card-category-list:not(:first-child) {
    margin-top: 30px;
  }
  .card-body {
    padding: 15px 15px 20px;
  }
  .card-title {
    font-size: 1.7rem;
  }
  .card-button {
    margin-top: 20px;
  }
  .card-list .card-item + .card-item {
    padding-top: 14px;
  }
  .panel-layer {
    padding: 20px 5px 16px;
  }
  .panel-layer-title {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
  .panel-layer-data-num {
    font-size: 6.25rem;
  }
  .panel-layer-data-unit {
    font-size: 2.5rem;
  }
  .panel-layer-data-unit.-post {
    font-size: 1.7rem;
  }
  .panel-layer-text {
    font-size: 1.4rem;
  }
  .panel-layer-icon {
    width: 41.5px;
  }
  .panel-layer-label {
    font-size: 1.4rem;
  }
  .panel {
    padding: 30px 15px 60px;
  }
  .panel::after {
    bottom: 35px;
    width: 50px;
    height: 5px;
  }
  .panel-icon {
    width: 77.5px;
  }
  .panel-title {
    font-size: 1.8rem;
  }
  .panel-title br {
    display: none;
  }
  .panel-list:not(:first-child) {
    margin-top: 30px;
  }
  .definition-list-head {
    margin-bottom: 1.75em;
  }
  .definition-list-head {
    margin-bottom: .75em;
  }
  .flow-box .flow-box-list {
    margin: 40px 0;
  }
  .flow-box .flow-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em 1.5em 1em;
  }
  .flow-box .flow-box-item::before, .flow-box .flow-box-item::after {
    right: 0;
    left: 0;
    margin-bottom: 0;
    border-width: 18px calc(50vw - 14px) 0 calc(50vw - 14px);
  }
  .flow-box .flow-box-item::before {
    top: 0;
    border-top-color: #ffffff;
  }
  .flow-box .flow-box-item::after {
    bottom: -18px;
  }
  .flow-box .flow-box-item:first-child::before {
    content: none;
  }
  .flow-box .flow-box-item + .flow-box-item {
    margin-top: 3px;
    padding-top: 2em;
  }
  .flow-box .flow-box-head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .75em;
    font-size: 3rem;
  }
  .flow-box .flow-box-period {
    font-size: 1.4rem;
  }
  .flow-box .flow-box-item.-first::after {
    border-top-color: #c4d7f9;
  }
  .flow-box .flow-box-item.-second::after {
    border-top-color: #decff0;
  }
  .flow-box .flow-box-item.-third::after {
    border-top-color: #fbdbdb;
  }
  .flow-box .flow-box-legend:not(:first-child) {
    margin-top: 20px;
  }
  .flow-box .flow-box-legend-head {
    padding: 16px 12px;
  }
  .flow-box .flow-box-legend-body {
    margin: 0 12px;
  }
  .flow-box-vertical .flow-box-head {
    width: 56px;
    padding: 15px 5px;
    font-size: 1.8rem;
  }
  .flow-box-vertical .flow-box-item:not(:last-child) {
    margin-bottom: 2px;
  }
  .flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::before, .flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::after {
    border-width: 8px 28px 0 28px;
  }
  .flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::before {
    bottom: -10px;
  }
  .flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::after {
    bottom: -8px;
  }
  .flow-box-vertical .flow-box-body {
    padding: 16px;
  }
  .google-calendar .iframe-wrap {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 450px;
    overflow-x: auto;
  }
  .google-calendar .iframe-wrap iframe {
    display: block;
    width: 650px;
    height: 450px;
    margin: 0 auto;
  }
  .information-item.-new .information-item-data::after {
    display: inline-block;
    margin: 0 0 .5em 1em;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .heading-lv1 + .information-list {
    margin-top: 30px;
  }
  .information-list.-dotted .information-item-link {
    padding: 12px;
  }
  .recruit-info {
    padding-top: 75px;
  }
  .recruit-info-heading {
    margin-bottom: 1.25em;
    font-size: 2.5rem;
  }
  .recruit-info-lower {
    margin-top: 65px;
  }
  .top-content {
    padding-top: 50px;
  }
  .top-content.-bg {
    padding-bottom: 50px;
  }
  .top-mainvisual {
    padding-top: 86.8%;
  }
  .top-mainvisual-title {
    top: 20%;
    width: 100%;
    padding: 0 14px;
  }
  .top-mainvisual-bg.-item01 {
    background-image: url(../../images/mainvisual_bnr01_sp.jpg);
  }
  .top-mainvisual-bg.-item02 {
    background-image: url(../../images/mainvisual_bnr03_sp.jpg);
  }
  .top-mainvisual-bg.-item03 {
    background-image: url(../../images/mainvisual_bnr01_sp.jpg);
  }
  .top-mainvisual-bg.-item04 {
    background-image: url(../../images/mainvisual_bnr03_sp.jpg);
  }
  .top-news {
    padding: 47.5px 0 55px;
  }
  .top-news-heading {
    margin-bottom: 1.5em;
    font-size: 2.3rem;
  }
  .top-news .information-list {
    margin-top: 0;
  }
  .top-mission {
    padding: 41.06667% 0 41.06667%;
    background: radial-gradient(at 100% 100%, #fbc5c5, #afccfc);
  }
  .top-mission .heading-lv1 {
    margin-bottom: 3em;
  }
  .top-mission .panel.-copy {
    padding: 52px 18px 84px;
    text-align: left;
  }
  .top-mission .panel.-copy .panel-copy-text.-primary {
    font-size: 1.9rem;
  }
  .top-mission-bg {
    right: 0;
    left: 0;
    width: 100%;
    padding-top: 35.86667%;
  }
  .top-mission-bg.-first {
    top: 0;
    background: url(../../images/mission_bg_img01_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .top-mission-bg.-second {
    bottom: 0;
    background: url(../../images/mission_bg_img02_sp.jpg) no-repeat 0 100%;
    background-size: 100% auto;
  }
  .top-mission-bg-item {
    display: none;
  }
  .top-member .panel-title {
    font-size: 1.25rem;
  }
  .content-detail.-policy .content-detail-inner {
    padding: 15px;
  }
  .content-detail.-policy .article-heading {
    margin-bottom: 2.5em;
  }
  .content-detail.-policy .article-heading-icon {
    width: 55px;
  }
  .content-detail.-policy .article-heading-main {
    margin-left: 70px;
    font-size: 1.4rem;
  }
  .content-detail.-policy .article-heading-main > em {
    font-size: 2.2rem;
  }
  .content-detail.-policy .article-heading-main > em br {
    display: none;
  }
  .content-detail.-policy .content-detail-article h2 {
    margin-top: 4em;
    margin-bottom: 1.25em;
    padding: .3em 0 .3em 1em;
    font-size: 2rem;
  }
  .content-detail.-policy .content-detail-article h3 {
    margin: 2em 0 1em;
    font-size: 1.8rem;
  }
  .filter-box {
    margin: 30px 0;
    padding: 15px 12px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  .filter-box-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .filter-box-head .filter-box-toggle-icon {
    -ms-flex-negative: 0;
    position: relative;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-left: auto;
    border-radius: 50%;
    background-color: #727171;
  }
  .filter-box-head .filter-box-toggle-icon::before, .filter-box-head .filter-box-toggle-icon::after {
    -webkit-transition: all ease-in-out .4s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 3px;
    margin: auto;
    background-color: #ffffff;
    content: "";
    transition: all ease-in-out .4s;
  }
  .filter-box-head .filter-box-toggle-icon::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .filter-box-head .filter-box-toggle-icon.is-open::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  .filter-box-title {
    font-size: 1.6rem;
  }
  .filter-box-body {
    margin-top: 25px;
  }
  .content-detail.-member {
    padding-bottom: 66.5px;
  }
  .content-detail.-member .content-detail-inner::before {
    top: -30px;
    left: -24px;
    width: 261.5px;
    height: 386.5px;
  }
  .content-detail.-member .content-detail-inner::after {
    right: -157px;
    bottom: -66.5px;
    width: 419px;
    height: 300px;
  }
  .content-detail.-member .content-detail-article {
    padding: 35px 15px 48px;
  }
  .content-detail.-member .article-profile-fig img {
    width: 100%;
  }
  .content-detail.-member .article-profile-category {
    font-size: 1.6rem;
  }
  .content-detail.-member .article-profile-box {
    margin: -25px 13px 0;
    padding: 25px;
  }
  .content-detail.-member .article-profile-text-primary {
    font-size: 1.6rem;
  }
  .content-detail.-member .article-profile-text-primary span {
    font-size: 1.4rem;
  }
  .content-detail.-member .article-heading {
    margin-bottom: 1.75em;
  }
  .content-detail.-member .article-heading h1 {
    font-size: 2rem;
  }
  .content-detail.-member .article-heading h1 br {
    display: none;
  }
  .content-detail.-member .content-detail-article h2 {
    margin-top: 3.35em;
    margin-bottom: 1.25em;
    font-size: 2rem;
  }
  .content-special.-bg {
    background: #fdf8f8 url(../../special/images/index_bg_sp.png) no-repeat 50% 129px;
    background-size: 100%;
  }
  .content-special .heading-lv1 {
    margin-bottom: 2.1875em;
  }
  .content-special .content-data {
    margin-top: 50px;
  }
  .content-detail.-special {
    padding-bottom: 60px;
    background-size: 100%;
  }
  .content-detail.-special .content-detail-header {
    margin: 1.5em 0;
  }
  .content-detail.-special .content-detail-article {
    padding: 25px 13px 35px;
  }
  .content-detail.-special .article-mv {
    margin-bottom: 60px;
  }
  .content-detail.-special .article-section {
    margin-top: 50px;
  }
  .content-detail.-special .article-section-header {
    margin-bottom: 50px;
    padding: 20px 13px 25px;
  }
  .content-detail.-special .article-section-header-title .heading-lv2 {
    margin-bottom: .75em;
  }
  .content-detail.-special .article-section-header-profile {
    margin-top: 30px;
  }
  .content-detail.-special .article-section-header-profile figure {
    width: 80%;
  }
  .content-detail.-special .article-section-heading {
    padding-bottom: .5em;
    font-size: 2rem;
  }
  .content-detail.-special .article-section-heading-num {
    margin-right: .3em;
    font-size: 4rem;
  }
  .content-detail.-special .article-section-col + .article-section-col {
    margin-top: 20px;
  }
  .content-detail.-special .article-box-fig {
    max-width: 81.5873%;
    margin: 0 auto .5em;
  }
  .content-detail.-special .article-profile {
    width: 79.36508%;
    margin: 0 auto;
  }
  .content-detail.-special .article-profile:not(:first-child) {
    margin-top: 30px;
  }
  .content-detail.-special .article-profile-row + .article-profile-row {
    margin-top: 20px;
  }
  .content-detail.-special .article-profile-fig {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 94.5px;
    height: 94.5px;
    margin-right: 10px;
  }
  .content-detail.-special .article-profile-fig.-lg {
    width: 138px;
    height: 138px;
    margin-right: 13px;
  }
  .content-detail.-special .related-link {
    margin-top: 50px;
  }
  .content-detail.-special .talk:not(:first-child) {
    margin-top: 30px;
  }
  .content-detail.-special .talk-icon img {
    width: 65px;
    height: 65px;
  }
  .content-detail.-special .talk-balloon {
    margin-left: 15px;
    padding: 10px 15px;
  }
  .content-detail.-special .talk-balloon::before, .content-detail.-special .talk-balloon::after {
    border-width: 15px;
  }
  .content-detail.-special .talk-balloon::before {
    left: -10px;
  }
  .content-detail.-special .talk-balloon::after {
    top: 20px;
    left: -15px;
  }
  .content-detail.-special .talk.-reverse .talk-balloon {
    margin-right: 15px;
    margin-left: 0;
  }
  .content-detail.-special .talk.-reverse .talk-balloon::before {
    right: -10px;
  }
  .content-detail.-special .talk.-reverse .talk-balloon::after {
    right: -15px;
  }
  .content-detail.-special .talk-img-block {
    margin: 30px auto 0;
  }
  .content-detail.-special .special-card {
    padding: 15px 13px;
  }
  .content-detail.-special .special-card-header .special-card-label {
    width: 45px;
    height: 45px;
    font-size: 1.4rem;
  }
  .content-detail.-special .special-card-body {
    margin-top: .75em;
  }
  .content-detail.-special .special-card-body > p {
    margin-top: .75em;
  }
  .content-detail.-special .special-card-fig:not(:last-child) {
    margin-bottom: 10px;
  }
  .content-detail.-special .special-card-fig img {
    width: 100%;
  }
  .content-detail.-special.-special-bg01 {
    background-image: url(../../special/images/content_bg01_sp.png);
  }
  .content-detail.-special.-special-bg02 {
    background: url(../../special/images/content_bg02_sp.png) no-repeat 50% 0, radial-gradient(at 0 100%, rgba(203, 236, 210, 0.2), rgba(175, 217, 252, 0.2));
    background-size: 100%, 100%;
  }
  .content-detail.-special.-special-bg03 {
    background: url(../../special/images/content_bg03_sp.png) no-repeat 50% 0, radial-gradient(at 0 100%, rgba(210, 249, 184, 0.2), rgba(252, 238, 179, 0.2));
    background-size: 100%, 100%;
  }
  .content-detail.-special.-special-bg04 {
    background: url(../../special/images/content_bg04_sp.png) no-repeat 50% 0, radial-gradient(at 0 100%, rgba(251, 230, 144, 0.2), rgba(251, 206, 165, 0.2));
    background-size: 100%, 100%;
  }
  .content-detail.-special.-special-bg05 {
    background: url(../../special/images/content_bg05_sp.png) no-repeat 50% 0, radial-gradient(at 0 100%, rgba(251, 206, 165, 0.2), rgba(251, 197, 197, 0.2));
    background-size: 100%, 100%;
  }
  .content-detail.-special .special-board {
    margin-top: 60px;
    padding: 25px 15px 35px;
  }
  .content-detail.-special .special-board-label {
    margin: -25px 0;
  }
  .content-detail.-special .special-board-label-inner {
    min-width: 180px;
  }
  .content-detail.-special .special-board-heading {
    font-size: 1.8rem;
  }
  .content-detail.-special .special-board-group + .special-board-group {
    margin-top: 60px;
  }
  .content-detail.-special .special-board-group .special-board {
    margin-top: 25px;
    padding-bottom: 50px;
  }
  .content-detail.-special .special-board-group .special-board-thumb {
    width: 90%;
    margin: -20px auto 0;
  }
  .content-detail.-special .special-board-group .special-board-thumb-info {
    text-align: center;
  }
  .content-detail.-hatarakikata .article-mv .article-inner::after {
    right: -2.38095%;
    bottom: -25.77778%;
    width: 21.42857%;
    padding-top: 20.31746%;
    background-size: contain;
  }
  .content-detail.-works .profile-box-fig {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .content-detail.-works .profile-box-info {
    margin-top: 15px;
    font-size: 1.4rem;
    text-align: center;
  }
  .content-detail.-works .profile-box-info em {
    font-size: 1.6rem;
  }
  .content-detail.-kanbu .content-detail-article {
    padding-top: 0;
  }
  .content-detail.-kanbu .profile-box {
    margin: 0 -13px;
    padding: 25px 13px;
  }
  .content-detail.-kanbu .profile-box:not(:first-child) {
    margin-top: 50px;
  }
  .content-detail.-kanbu .profile-box-row {
    padding: 15px 12px;
  }
  .content-detail.-kanbu .profile-box-fig {
    margin-bottom: 15px;
  }
  .content-detail.-kanbu .profile-box-info-title {
    margin-bottom: .75em;
  }
  .content-detail.-kanbu .special-card-header .special-card-label {
    width: 55px;
    height: 55px;
  }
  .content-detail.-ishi .compare-table-head, .content-detail.-ishi .compare-table-body {
    text-align: center;
  }
  .content-detail.-ishi .compare-table-head {
    padding: 15px 10px 10px;
  }
  .content-detail.-ishi .compare-table-body {
    padding: 35px 10px 15px;
  }
  .content-detail.-ishi .compare-table-body::before {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-width: 18px calc(50vw - (17.5px + 13px)) 0 calc(50vw - (17.5px + 13px));
    border-top-color: #f6f5f5;
  }
  .slider-field {
    padding-right: 27px;
    padding-left: 27px;
  }
  .slider-field .slick-arrow {
    width: 18px;
    height: 18px;
    margin-top: -18px;
    border-bottom-width: 4px;
  }
  .slider-field .slick-prev {
    left: 10px;
    border-left-width: 4px;
  }
  .slider-field .slick-next {
    right: 10px;
    border-right-width: 4px;
  }
  .slider-field .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .fl-none-sp {
    float: none !important;
  }
  .fl-clear-sp {
    clear: both !important;
  }
  .img-responsive {
    width: 100%;
  }
  .img-outline {
    border-width: 4px;
  }
  .mt-0-sp {
    margin-top: 0px !important;
  }
  .mb-0-sp {
    margin-bottom: 0px !important;
  }
  .ml-0-sp {
    margin-left: 0px !important;
  }
  .mr-0-sp {
    margin-right: 0px !important;
  }
  .mt-5-sp {
    margin-top: 5px !important;
  }
  .mb-5-sp {
    margin-bottom: 5px !important;
  }
  .ml-5-sp {
    margin-left: 5px !important;
  }
  .mr-5-sp {
    margin-right: 5px !important;
  }
  .mt-10-sp {
    margin-top: 10px !important;
  }
  .mb-10-sp {
    margin-bottom: 10px !important;
  }
  .ml-10-sp {
    margin-left: 10px !important;
  }
  .mr-10-sp {
    margin-right: 10px !important;
  }
  .mt-15-sp {
    margin-top: 15px !important;
  }
  .mb-15-sp {
    margin-bottom: 15px !important;
  }
  .ml-15-sp {
    margin-left: 15px !important;
  }
  .mr-15-sp {
    margin-right: 15px !important;
  }
  .mt-20-sp {
    margin-top: 20px !important;
  }
  .mb-20-sp {
    margin-bottom: 20px !important;
  }
  .ml-20-sp {
    margin-left: 20px !important;
  }
  .mr-20-sp {
    margin-right: 20px !important;
  }
  .mt-25-sp {
    margin-top: 25px !important;
  }
  .mb-25-sp {
    margin-bottom: 25px !important;
  }
  .ml-25-sp {
    margin-left: 25px !important;
  }
  .mr-25-sp {
    margin-right: 25px !important;
  }
  .mt-30-sp {
    margin-top: 30px !important;
  }
  .mb-30-sp {
    margin-bottom: 30px !important;
  }
  .ml-30-sp {
    margin-left: 30px !important;
  }
  .mr-30-sp {
    margin-right: 30px !important;
  }
  .mt-35-sp {
    margin-top: 35px !important;
  }
  .mb-35-sp {
    margin-bottom: 35px !important;
  }
  .ml-35-sp {
    margin-left: 35px !important;
  }
  .mr-35-sp {
    margin-right: 35px !important;
  }
  .mt-40-sp {
    margin-top: 40px !important;
  }
  .mb-40-sp {
    margin-bottom: 40px !important;
  }
  .ml-40-sp {
    margin-left: 40px !important;
  }
  .mr-40-sp {
    margin-right: 40px !important;
  }
  .mt-45-sp {
    margin-top: 45px !important;
  }
  .mb-45-sp {
    margin-bottom: 45px !important;
  }
  .ml-45-sp {
    margin-left: 45px !important;
  }
  .mr-45-sp {
    margin-right: 45px !important;
  }
  .mt-50-sp {
    margin-top: 50px !important;
  }
  .mb-50-sp {
    margin-bottom: 50px !important;
  }
  .ml-50-sp {
    margin-left: 50px !important;
  }
  .mr-50-sp {
    margin-right: 50px !important;
  }
  .pt-0-sp {
    padding-top: 0px !important;
  }
  .pb-0-sp {
    padding-bottom: 0px !important;
  }
  .pl-0-sp {
    padding-left: 0px !important;
  }
  .pr-0-sp {
    padding-right: 0px !important;
  }
  .pt-5-sp {
    padding-top: 5px !important;
  }
  .pb-5-sp {
    padding-bottom: 5px !important;
  }
  .pl-5-sp {
    padding-left: 5px !important;
  }
  .pr-5-sp {
    padding-right: 5px !important;
  }
  .pt-10-sp {
    padding-top: 10px !important;
  }
  .pb-10-sp {
    padding-bottom: 10px !important;
  }
  .pl-10-sp {
    padding-left: 10px !important;
  }
  .pr-10-sp {
    padding-right: 10px !important;
  }
  .pt-15-sp {
    padding-top: 15px !important;
  }
  .pb-15-sp {
    padding-bottom: 15px !important;
  }
  .pl-15-sp {
    padding-left: 15px !important;
  }
  .pr-15-sp {
    padding-right: 15px !important;
  }
  .pt-20-sp {
    padding-top: 20px !important;
  }
  .pb-20-sp {
    padding-bottom: 20px !important;
  }
  .pl-20-sp {
    padding-left: 20px !important;
  }
  .pr-20-sp {
    padding-right: 20px !important;
  }
  .pt-25-sp {
    padding-top: 25px !important;
  }
  .pb-25-sp {
    padding-bottom: 25px !important;
  }
  .pl-25-sp {
    padding-left: 25px !important;
  }
  .pr-25-sp {
    padding-right: 25px !important;
  }
  .pt-30-sp {
    padding-top: 30px !important;
  }
  .pb-30-sp {
    padding-bottom: 30px !important;
  }
  .pl-30-sp {
    padding-left: 30px !important;
  }
  .pr-30-sp {
    padding-right: 30px !important;
  }
  .pt-35-sp {
    padding-top: 35px !important;
  }
  .pb-35-sp {
    padding-bottom: 35px !important;
  }
  .pl-35-sp {
    padding-left: 35px !important;
  }
  .pr-35-sp {
    padding-right: 35px !important;
  }
  .pt-40-sp {
    padding-top: 40px !important;
  }
  .pb-40-sp {
    padding-bottom: 40px !important;
  }
  .pl-40-sp {
    padding-left: 40px !important;
  }
  .pr-40-sp {
    padding-right: 40px !important;
  }
  .pt-45-sp {
    padding-top: 45px !important;
  }
  .pb-45-sp {
    padding-bottom: 45px !important;
  }
  .pl-45-sp {
    padding-left: 45px !important;
  }
  .pr-45-sp {
    padding-right: 45px !important;
  }
  .pt-50-sp {
    padding-top: 50px !important;
  }
  .pb-50-sp {
    padding-bottom: 50px !important;
  }
  .pl-50-sp {
    padding-left: 50px !important;
  }
  .pr-50-sp {
    padding-right: 50px !important;
  }
  .pt-55-sp {
    padding-top: 55px !important;
  }
  .pb-55-sp {
    padding-bottom: 55px !important;
  }
  .pl-55-sp {
    padding-left: 55px !important;
  }
  .pr-55-sp {
    padding-right: 55px !important;
  }
  .pt-60-sp {
    padding-top: 60px !important;
  }
  .pb-60-sp {
    padding-bottom: 60px !important;
  }
  .pl-60-sp {
    padding-left: 60px !important;
  }
  .pr-60-sp {
    padding-right: 60px !important;
  }
  .pt-65-sp {
    padding-top: 65px !important;
  }
  .pb-65-sp {
    padding-bottom: 65px !important;
  }
  .pl-65-sp {
    padding-left: 65px !important;
  }
  .pr-65-sp {
    padding-right: 65px !important;
  }
  .pt-70-sp {
    padding-top: 70px !important;
  }
  .pb-70-sp {
    padding-bottom: 70px !important;
  }
  .pl-70-sp {
    padding-left: 70px !important;
  }
  .pr-70-sp {
    padding-right: 70px !important;
  }
  .pt-75-sp {
    padding-top: 75px !important;
  }
  .pb-75-sp {
    padding-bottom: 75px !important;
  }
  .pl-75-sp {
    padding-left: 75px !important;
  }
  .pr-75-sp {
    padding-right: 75px !important;
  }
  .pt-80-sp {
    padding-top: 80px !important;
  }
  .pb-80-sp {
    padding-bottom: 80px !important;
  }
  .pl-80-sp {
    padding-left: 80px !important;
  }
  .pr-80-sp {
    padding-right: 80px !important;
  }
  .pt-85-sp {
    padding-top: 85px !important;
  }
  .pb-85-sp {
    padding-bottom: 85px !important;
  }
  .pl-85-sp {
    padding-left: 85px !important;
  }
  .pr-85-sp {
    padding-right: 85px !important;
  }
  .pt-90-sp {
    padding-top: 90px !important;
  }
  .pb-90-sp {
    padding-bottom: 90px !important;
  }
  .pl-90-sp {
    padding-left: 90px !important;
  }
  .pr-90-sp {
    padding-right: 90px !important;
  }
  .pt-95-sp {
    padding-top: 95px !important;
  }
  .pb-95-sp {
    padding-bottom: 95px !important;
  }
  .pl-95-sp {
    padding-left: 95px !important;
  }
  .pr-95-sp {
    padding-right: 95px !important;
  }
  .pt-100-sp {
    padding-top: 100px !important;
  }
  .pb-100-sp {
    padding-bottom: 100px !important;
  }
  .pl-100-sp {
    padding-left: 100px !important;
  }
  .pr-100-sp {
    padding-right: 100px !important;
  }
  .text-center-sp {
    text-align: center !important;
  }
  .text-left-sp {
    text-align: left !important;
  }
  .text-right-sp {
    text-align: right !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /* width(px) 5-150 */
  .w-5-sp {
    width: 5px !important;
  }
  .w-10-sp {
    width: 10px !important;
  }
  .w-15-sp {
    width: 15px !important;
  }
  .w-20-sp {
    width: 20px !important;
  }
  .w-25-sp {
    width: 25px !important;
  }
  .w-30-sp {
    width: 30px !important;
  }
  .w-35-sp {
    width: 35px !important;
  }
  .w-40-sp {
    width: 40px !important;
  }
  .w-45-sp {
    width: 45px !important;
  }
  .w-50-sp {
    width: 50px !important;
  }
  .w-55-sp {
    width: 55px !important;
  }
  .w-60-sp {
    width: 60px !important;
  }
  .w-65-sp {
    width: 65px !important;
  }
  .w-70-sp {
    width: 70px !important;
  }
  .w-75-sp {
    width: 75px !important;
  }
  .w-80-sp {
    width: 80px !important;
  }
  .w-85-sp {
    width: 85px !important;
  }
  .w-90-sp {
    width: 90px !important;
  }
  .w-95-sp {
    width: 95px !important;
  }
  .w-100-sp {
    width: 100px !important;
  }
  .w-105-sp {
    width: 105px !important;
  }
  .w-110-sp {
    width: 110px !important;
  }
  .w-115-sp {
    width: 115px !important;
  }
  .w-120-sp {
    width: 120px !important;
  }
  .w-125-sp {
    width: 125px !important;
  }
  .w-130-sp {
    width: 130px !important;
  }
  .w-135-sp {
    width: 135px !important;
  }
  .w-140-sp {
    width: 140px !important;
  }
  .w-145-sp {
    width: 145px !important;
  }
  .w-150-sp {
    width: 150px !important;
  }
  /* width(%) 5-100 */
  .w-5per-sp {
    width: 5% !important;
  }
  .w-10per-sp {
    width: 10% !important;
  }
  .w-15per-sp {
    width: 15% !important;
  }
  .w-20per-sp {
    width: 20% !important;
  }
  .w-25per-sp {
    width: 25% !important;
  }
  .w-30per-sp {
    width: 30% !important;
  }
  .w-35per-sp {
    width: 35% !important;
  }
  .w-40per-sp {
    width: 40% !important;
  }
  .w-45per-sp {
    width: 45% !important;
  }
  .w-50per-sp {
    width: 50% !important;
  }
  .w-55per-sp {
    width: 55% !important;
  }
  .w-60per-sp {
    width: 60% !important;
  }
  .w-65per-sp {
    width: 65% !important;
  }
  .w-70per-sp {
    width: 70% !important;
  }
  .w-75per-sp {
    width: 75% !important;
  }
  .w-80per-sp {
    width: 80% !important;
  }
  .w-85per-sp {
    width: 85% !important;
  }
  .w-90per-sp {
    width: 90% !important;
  }
  .w-95per-sp {
    width: 95% !important;
  }
  .w-100per-sp {
    width: 100% !important;
  }
  /* width(em) 5-10 */
  .w-1em-sp {
    width: 1em !important;
  }
  .w-2em-sp {
    width: 2em !important;
  }
  .w-3em-sp {
    width: 3em !important;
  }
  .w-4em-sp {
    width: 4em !important;
  }
  .w-5em-sp {
    width: 5em !important;
  }
  .w-6em-sp {
    width: 6em !important;
  }
  .w-7em-sp {
    width: 7em !important;
  }
  .w-8em-sp {
    width: 8em !important;
  }
  .w-9em-sp {
    width: 9em !important;
  }
  .w-10em-sp {
    width: 10em !important;
  }
}

@media screen and (min-width: 768px) {
  .header-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pagetop {
    top: -24px;
    right: 20px;
  }
  .pagetop.is-fixed {
    bottom: 20px;
  }
  .pagetop a:hover {
    -webkit-transform: translate(-3px, -3px);
    -webkit-box-shadow: 3px 3px 10px rgba(111, 52, 157, 0.3);
    transform: translate(-3px, -3px);
    background-color: #f95e5e;
    box-shadow: 3px 3px 10px rgba(111, 52, 157, 0.3);
  }
  .pagetop a:hover::before {
    border-color: #fff;
  }
  .content-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content {
    padding-top: 80px;
  }
  .content-section {
    margin-top: 50px;
  }
  .content-section + .content-section {
    margin-top: 100px;
  }
  .content-section-heading {
    margin-bottom: .75em;
    font-size: 2.6rem;
  }
  .content-section-heading em {
    font-size: 3.2rem;
  }
  .content.-bg {
    padding-bottom: 130px;
  }
  .content-detail {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-detail-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .content-detail-row .content-detail-article {
    width: 70.9%;
  }
  .content-detail-row .content-detail-sidebar {
    width: 23%;
  }
  .content-detail .article-toc {
    margin: 50px 0 95px;
    padding: 40px 45px;
  }
  .content-detail .article-toc-heading {
    margin-bottom: 1.5em;
    font-size: 2.6rem;
  }
  .breadcrumb-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-lv1 {
    margin-bottom: 1.75em;
  }
  .heading-lv1-border {
    font-size: 4.2rem;
  }
  .heading-lv1-en {
    font-size: 1.7rem;
  }
  .heading-lv1-img img {
    max-height: 105.3px;
  }
  .heading-lv1-layer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 3.75em;
  }
  .heading-lv1-layer .heading-lv1 {
    margin-bottom: 0;
  }
  .heading-lv1-layer .heading-lv1-img {
    margin-left: auto;
  }
  .heading-lv2 {
    margin-bottom: 1.5em;
    font-size: 2.4rem;
  }
  .heading-lv2:not(:first-child) {
    margin-top: 2em;
  }
  .heading-lv2.-type01 > span {
    padding-left: 1.5em;
  }
  .heading-lv2.-type01 > span::before {
    top: 3px;
    width: 26px;
    height: 26px;
  }
  .heading-lv2.-type01 > span::after {
    top: 10px;
    left: 7px;
    width: 12px;
    height: 12px;
  }
  .heading-lv3 {
    font-size: 2rem;
  }
  .text-box-outline {
    text-align: center;
  }
  .text-lead-top {
    font-size: 1.8rem;
    text-align: center;
  }
  .list-box:not(:first-child) {
    margin-top: 50px;
  }
  .list-box:not(:last-child) {
    margin-bottom: 50px;
  }
  .list-box > li {
    padding: 20px 32px;
  }
  .list-box-row {
    height: 136px;
  }
  .list-box-row .list-box-num, .list-box-row .list-box-text {
    vertical-align: middle;
  }
  .list-box-row .list-box-num + .list-box-text {
    padding-left: 40px;
  }
  .list-box-num {
    font-size: 4.4rem;
  }
  .anchor-link {
    text-align: center;
  }
  .anchor-link-block {
    margin: 56px 0 50px;
    padding: 30px;
  }
  .anchor-link-item {
    display: inline-block;
    margin: 5px 25px;
    text-align: left;
  }
  .icon-tel {
    pointer-events: none;
  }
  .icon-tel:hover {
    text-decoration: none;
  }
  .icon-scroll-action {
    display: none;
  }
  .button-cv {
    font-size: 1.4rem;
  }
  .button-list.-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    margin: -12px;
  }
  .button-list.-row.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-list.-row .button-list-col {
    padding: 12px;
  }
  .button-list.-row .button-list-col[class*=col-] .button, .button-list.-row .button-list-col[class*=col-] .button-primary, .button-list.-row .button-list-col[class*=col-] .button-secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .button-list.-row .button-list-col.col-1 {
    width: 100%;
  }
  .button-list.-row .button-list-col.col-2 {
    width: 50%;
  }
  .button-list.-row .button-list-col.col-3 {
    width: 33.33333%;
  }
  .button-list.-row.-sm {
    margin: -6px;
  }
  .button-list.-row.-sm .button-list-col {
    padding: 6px;
  }
  .button-list-heading {
    font-size: 2.1rem;
  }
  .button-list-group {
    margin-top: 2.5em;
  }
  .button-list-head {
    padding-bottom: .75em;
  }
  .button-list-head .button-list-toggle-icon {
    display: none;
  }
  .button-arrow::before, .button-primary::before, .button-secondary::before {
    width: 9px;
    height: 9px;
  }
  .column-box .col > .button, .column-box .col > .button-primary, .column-box .col > .button-secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .button {
    padding: .75em 1.25em;
  }
  .button:hover {
    border-color: #f95e5e;
    background-color: #fcecec;
  }
  .button.-lg {
    min-width: 255px;
    padding: 1em 1.25em;
    font-size: 1.8rem;
  }
  .button.-sm {
    padding: .35em .875em;
    font-size: 1.6rem;
  }
  .button.-sm .button-arrow {
    padding: 0 0 0 1em;
  }
  .button-text-note {
    font-size: 1.4rem;
  }
  
  
  /* button 職員を知る・特集 案2 */
.shiny_btn01 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  padding: 1.2em 2em;
  background-color: #f95e5e; /* 背景色 */
  box-shadow: 0 3px 0 0 #fbc5c5; /* 影の色 */
  border-radius: 5px;
  font-weight: bold; /* 文字の太さ */
  color: #fff; /* 文字の色 */
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s;
  font-size: 1.2em;
}
.shiny_btn01::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  animation: shiny_btn01 3s ease-in-out infinite;
}


.shiny_btn01 span.button-arrow::before {
    left: 0;
    border-top-color: #fff !important;
    border-right-color: #fff !important;
}


/* マウスオーバーした際のデザイン */
.shiny_btn01:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

/* 光るアニメーション */
@-webkit-keyframes shiny_btn01 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
  
  
  .column-box {
    margin: -8px;
  }
  .column-box .col {
    padding: 8px;
  }
  .column-box.-gap-lg {
    margin: -16px;
  }
  .column-box.-gap-lg .col {
    padding: 16px;
  }
  .table thead th {
    padding: 15px 20px;
  }
  .table tbody th, .table tbody td {
    padding: 22px 20px;
  }
  .table-layout .table {
    border-collapse: separate;
    border-spacing: 0 2px;
  }
  .table-layout .table th, .table-layout .table td {
    border-bottom: 1px solid #e9f1fd;
    vertical-align: top;
  }
  .table-layout .table th {
    width: 180px;
    padding: 50px 24px;
  }
  .table-layout .table td {
    padding: 50px;
  }
  .box.-inside {
    padding: 40px 65px 45px;
  }
  .fig-box:not(:first-child) {
    margin-top: 50px;
  }
  .fig-box:not(:last-child) {
    margin-bottom: 50px;
  }
  .card-category[href] {
    -webkit-transition: -webkit-box-shadow ease .15s;
    transition: -webkit-box-shadow ease .15s;
    transition: box-shadow ease .15s;
    transition: box-shadow ease .15s, -webkit-box-shadow ease .15s;
  }
  .card-category[href]:hover {
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .card-category[href]:hover .card-category-fig img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  .card-category-header {
    padding: 8px 15px;
  }
  .card-category-body {
    padding: 15px 15px 50px;
  }
  .card-category-list:not(:first-child) {
    margin-top: 55px;
  }
  .card-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px;
  }
  .card[href] .card-body {
    padding-bottom: 85px;
  }
  .card-title {
    font-size: 2rem;
  }
  .card-button {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
  }
  .card[href]:hover {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .card[href]:hover .button {
    border-color: #f95e5e;
    background-color: #fcecec;
  }
  .card[href]:hover .card-fig img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  .card.-primary[href]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .card.-primary[href] .card-body {
    padding-bottom: 100px;
  }
  .card.-primary[href] .card-body .card-button {
    position: absolute;
    bottom: 30px;
  }
  .card.-primary .card-title {
    font-size: 2.6rem;
  }
  .card.-primary .card-title em {
    font-size: 3.2rem;
  }
  .panel-layer {
    padding: 22px 10px 30px;
  }
  .panel-layer-title {
    margin-bottom: .5em;
    font-size: 1.7rem;
  }
  .panel-layer-data-num {
    font-size: 10rem;
  }
  .panel-layer-data-unit {
    font-size: 4rem;
  }
  .panel-layer-data-unit.-post {
    font-size: 2.4rem;
  }
  .panel-layer-icon {
    width: 66px;
  }
  .panel-layer-label {
    font-size: 1.4rem;
  }
  .panel {
    padding: 50px 15px 85px;
  }
  .panel[href] {
    -webkit-transition: -webkit-box-shadow ease .2s;
    transition: -webkit-box-shadow ease .2s;
    transition: box-shadow ease .2s;
    transition: box-shadow ease .2s, -webkit-box-shadow ease .2s;
  }
  .panel[href]:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  }
  .panel[href]:hover::after {
    width: 75px;
  }
  .panel::after {
    -webkit-transition: width ease-in-out .2s;
    bottom: 45px;
    width: 66px;
    height: 6px;
    transition: width ease-in-out .2s;
  }
  .panel-icon {
    width: 119px;
  }
  .panel-title {
    min-height: 2.95652em;
    font-size: 2.4rem;
  }
  .panel-list:not(:first-child) {
    margin-top: 50px;
  }
  .panel-list.column-box {
    margin-bottom: -12.5px;
  }
  .panel-list.column-box .panel-item {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .flow-box .flow-box-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    margin: 30px 0;
  }
  .flow-box .flow-box-item {
    width: calc((100% - 25px - (3px * 4)) / 5);
    height: 230px;
    padding: 1em 0 1em 1em;
  }
  .flow-box .flow-box-item::before, .flow-box .flow-box-item::after {
    top: 0;
    bottom: 0;
    border-width: 115px 0 115px 25px;
  }
  .flow-box .flow-box-item::after {
    right: -25px;
  }
  .flow-box .flow-box-item:nth-child(5n+1)::before {
    content: none;
  }
  .flow-box .flow-box-item:not(:nth-child(5n+1)) {
    margin-left: 3px;
    padding-left: 2.5em;
  }
  .flow-box .flow-box-item:not(:nth-child(5n+1))::before {
    left: 0;
    border-left-color: #ffffff;
  }
  .flow-box .flow-box-item:nth-child(n+6) {
    margin-top: 3px;
  }
  .flow-box .flow-box-head {
    margin-bottom: .75em;
    font-size: 4rem;
  }
  .flow-box .flow-box-title {
    letter-spacing: -.05em;
  }
  .flow-box .flow-box-period {
    margin-bottom: .75em;
    font-size: 1.4rem;
  }
  .flow-box .flow-box-item.-first::after {
    border-left-color: #c4d7f9;
  }
  .flow-box .flow-box-item.-second::after {
    border-left-color: #decff0;
  }
  .flow-box .flow-box-item.-third::after {
    border-left-color: #fbdbdb;
  }
  .flow-box .flow-box-legend:not(:first-child) {
    margin-top: 30px;
  }
  .flow-box .flow-box-legend-head {
    padding: .5em 1.5em;
  }
  .flow-box .flow-box-legend-body {
    margin: 0 1.5em;
  }
  .flow-box-vertical .flow-box-head {
    width: 70px;
    padding: 15px 10px;
    font-size: 2rem;
  }
  .flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::before, .flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::after {
    border-width: 8px 35px 0 35px;
  }
  .flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::before {
    bottom: -12px;
  }
  .flow-box-vertical .flow-box-item:not(:last-child) .flow-box-head::after {
    bottom: -8px;
  }
  .flow-box-vertical .flow-box-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 5px;
    padding: 18px 30px 25px;
  }
  .google-calendar .iframe-wrap {
    position: relative;
  }
  .google-calendar .iframe-wrap::before {
    display: block;
    width: 100%;
    padding-top: 71.28072%;
    content: "";
  }
  .google-calendar .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .information-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .information-item-data {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 13em;
    padding-right: 4.5em;
  }
  .information-item-info + .information-item-data {
    margin-left: 1.5em;
  }
  .information-item.-new .information-item-data::after {
    position: absolute;
    top: 0;
    right: 1.75em;
    font-size: 1.4rem;
  }
  .heading-lv1 + .information-list {
    margin-top: 50px;
  }
  .information-list.-dotted .information-item-link {
    padding: 20px 0;
  }
  .recruit-info {
    padding-top: 130px;
  }
  .recruit-info-heading {
    margin-bottom: 1.5em;
    font-size: 4.2rem;
  }
  .recruit-info-lower {
    margin-top: 80px;
  }
  .top-content {
    padding-top: 85px;
  }
  .top-content.-bg {
    padding-bottom: 90px;
  }
  .top-content .heading-lv1 {
    margin-bottom: 3.125em;
  }
  .top-mainvisual {
    height: 433px;
  }
  .top-mainvisual-title {
    top: 56px;
    padding: 0 10px;
  }
  .top-mainvisual-bg.-item01 {
    background-image: url(../../images/mainvisual_bnr01.jpg);
  }
  .top-mainvisual-bg.-item02 {
    background-image: url(../../images/mainvisual_bnr03.jpg);
  }
  .top-mainvisual-bg.-item03 {
    background-image: url(../../images/mainvisual_bnr01.jpg);
  }
  .top-mainvisual-bg.-item04 {
    background-image: url(../../images/mainvisual_bnr03.jpg);
  }
  .top-mainvisual-bg.-repeat-x {
    background-repeat: repeat;
    background-size: auto;
  }
  .top-news {
    padding: 40px 0 75px;
  }
  .top-news-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-news-heading {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2em;
    font-size: 2.4rem;
  }
  .top-news .information-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .top-mission {
    margin-top: -26px;
    padding-top: 0;
  }
  .top-mission .heading-lv1 {
    margin-bottom: 5em;
  }
  .top-mission .panel.-copy {
    width: 83%;
    padding: 120px 10% 130px;
  }
  .top-mission .panel.-copy .panel-copy-text {
    font-size: 1.8rem;
  }
  .top-mission .panel.-copy .panel-copy-text.-primary {
    font-size: 3.4rem;
  }
  .top-mission-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 26px;
    bottom: 30px;
    flex-direction: column;
    width: calc((100vw - 830px) / 2);
    min-width: 602px;
  }
  .top-mission-bg-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    position: relative;
    flex: 1;
    overflow: hidden;
    font-size: 0;
  }
  .top-mission-bg-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
  }
  .top-mission-bg.-first {
    left: 0;
  }
  .top-mission-bg.-second {
    right: 0;
  }
  .top-policy .panel {
    padding-right: 8px;
    padding-left: 8px;
  }
  .top-policy .panel-title {
    font-size: 2.1rem;
  }
  .top-member {
    z-index: 1;
    position: relative;
    background: url(../../images/member_bg.png) no-repeat 0 100%;
    background-size: 100%;
  }
  .top-member .card-category-body {
    font-size: 1.6rem;
  }
  .top-member .card-category-title {
    font-size: 1.8rem;
    line-height: 1.33333;
  }
  .content-detail.-policy .content-detail-inner {
    padding: 100px;
  }
  .content-detail.-policy .article-heading {
    margin-bottom: 3.75em;
  }
  .content-detail.-policy .article-heading-icon {
    width: 139px;
  }
  .content-detail.-policy .article-heading-icon ~ * {
    margin-left: 170px;
  }
  .content-detail.-policy .article-heading-main {
    font-size: 1.8rem;
  }
  .content-detail.-policy .article-heading-main > em {
    font-size: 3.8rem;
  }
  .content-detail.-policy .article-heading-keyword {
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
  .content-detail.-policy .article-heading-keyword dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .content-detail.-policy .article-heading-keyword dt::after {
    content: "：";
  }
  .content-detail.-policy .content-detail-article h2 {
    margin: 3.95em 0 1.5em;
    padding: .2em 0 .2em .75em;
    font-size: 2.4rem;
  }
  .content-detail.-policy .content-detail-article h3 {
    margin: 2.75em 0 1.5em;
  }
  .filter-box {
    margin: 52px 0 58px;
    padding: 20px;
    background-color: #f4f4f4;
  }
  .filter-box .filter-button:not(.is-active):hover {
    background-color: #9e9e9e;
    color: #ffffff;
  }
  .filter-box .filter-button.-clear:hover {
    background-color: #727171;
  }
  .filter-box-head {
    margin-bottom: 1em;
  }
  .filter-box-head .filter-box-toggle-icon {
    display: none;
  }
  .filter-box-title {
    font-size: 1.8rem;
  }
  .filter-box-body {
    padding: 15px;
    background-color: #ffffff;
  }
  .content-detail.-member {
    padding-bottom: 138px;
  }
  .content-detail.-member .content-detail-inner::before, .content-detail.-member .content-detail-inner::after {
    width: 838px;
  }
  .content-detail.-member .content-detail-inner::before {
    top: -55px;
    left: -131px;
    height: 838px;
  }
  .content-detail.-member .content-detail-inner::after {
    right: -133px;
    bottom: -164px;
    height: 560px;
  }
  .content-detail.-member .content-detail-article {
    padding: 95px 100px 100px;
  }
  .content-detail.-member .article-heading {
    margin-bottom: 3em;
  }
  .content-detail.-member .article-heading h1 {
    font-size: 3.4rem;
  }
  .content-detail.-member .article-profile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .content-detail.-member .article-profile-fig {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 64%;
  }
  .content-detail.-member .article-profile-box {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    order: -1;
    margin-right: -65px;
    padding: 50px;
  }
  .content-detail.-member .article-profile-box > p:not(:first-child) {
    margin-top: .75em;
  }
  .content-detail.-member .article-profile-category {
    font-size: 1.8rem;
  }
  .content-detail.-member .article-profile-text-primary {
    font-size: 1.8rem;
  }
  .content-detail.-member .article-profile-text-primary span {
    font-size: 1.6rem;
  }
  .content-detail.-member .content-detail-article h2 {
    margin-top: 3.35em;
    margin-bottom: 1.5em;
    font-size: 2.4rem;
  }
  .content-special.-bg {
    background: #fdf8f8 url(../../special/images/index_bg.png) no-repeat 50% 205px;
  }
  .content-special .heading-lv1 {
    margin-bottom: 3.75em;
  }
  .content-special .content-data {
    margin-top: 100px;
  }
  .content-detail.-special {
    padding-bottom: 118px;
  }
  .content-detail.-special .content-detail-header {
    margin: 2.5em 0 3.125em;
  }
  .content-detail.-special .content-detail-article {
    padding: 72px 0 110px;
  }
  .content-detail.-special .article-inner {
    margin-right: 100px;
    margin-left: 100px;
  }
  .content-detail.-special .article-mv {
    margin-bottom: 70px;
  }
  .content-detail.-special .article-section {
    margin-top: 60px;
  }
  .content-detail.-special .article-section[class*=-bg-] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-detail.-special .article-section.-bg-gray {
    background-color: #fbfbfb;
  }
  .content-detail.-special .article-section-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    padding: 30px 100px 35px;
  }
  .content-detail.-special .article-section-header-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
  }
  .content-detail.-special .article-section-header-profile {
    -ms-flex-negative: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    flex-shrink: 0;
    order: -1;
    width: 300px;
    margin-right: 60px;
  }
  .content-detail.-special .article-section-header-profile figure {
    width: 250px;
  }
  .content-detail.-special .article-section-heading {
    padding-bottom: .75em;
    font-size: 2.2rem;
  }
  .content-detail.-special .article-section-heading-num {
    font-size: 4.4rem;
  }
  .content-detail.-special .article-section-text {
    line-height: 2.125;
  }
  .content-detail.-special .article-section-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 -28px;
  }
  .content-detail.-special .article-section-row.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .content-detail.-special .article-section-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 28px;
  }
  .content-detail.-special .article-section-col.-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.10227%;
    flex: 0 0 57.10227%;
    max-width: 57.10227%;
  }
  .content-detail.-special .article-section-col.-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.89773%;
    flex: 0 0 42.89773%;
    max-width: 42.89773%;
  }
  .content-detail.-special .article-section-col.-xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.97727%;
    flex: 0 0 28.97727%;
    max-width: 28.97727%;
  }
  .content-detail.-special .article-profile:not(:first-child) {
    margin-top: 40px;
  }
  .content-detail.-special .article-profile-row + .article-profile-row {
    margin-top: 25px;
  }
  .content-detail.-special .article-profile-fig {
    width: 126px;
    height: 126px;
    margin-right: 21px;
  }
  .content-detail.-special .article-profile-fig.-lg {
    width: 185px;
    height: 185px;
  }
  .content-detail.-special .related-link {
    margin-top: 100px;
  }
  .content-detail.-special .talk:not(:first-child) {
    margin-top: 40px;
  }
  .content-detail.-special .talk-icon img {
    width: 85px;
    height: 85px;
  }
  .content-detail.-special .talk-icon-name {
    font-size: 1.8rem;
  }
  .content-detail.-special .talk-balloon {
    margin-left: 30px;
    padding: 10px 20px;
  }
  .content-detail.-special .talk-balloon::before {
    left: -18px;
  }
  .content-detail.-special .talk-balloon::after {
    top: 25px;
    left: -28px;
  }
  .content-detail.-special .talk.-reverse .talk-balloon {
    margin-right: 30px;
    margin-left: 0;
  }
  .content-detail.-special .talk.-reverse .talk-balloon::before {
    right: -18px;
  }
  .content-detail.-special .talk.-reverse .talk-balloon::after {
    right: -28px;
  }
  .content-detail.-special .talk-img-block, .content-detail.-special .talk-annotation-block {
    max-width: calc(100% - 121px);
    margin-left: auto;
  }
  .content-detail.-special .talk-img-block {
    margin-top: 50px;
  }
  .content-detail.-special .special-card {
    padding: 15px 15px 25px;
  }
  .content-detail.-special .special-card-header {
    min-height: 3em;
    font-size: 1.8rem;
  }
  .content-detail.-special .special-card-header .special-card-label {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
  }
  .content-detail.-special .special-card-body {
    margin-top: 1.25em;
  }
  .content-detail.-special .special-card-body > p {
    margin-top: 1em;
  }
  .content-detail.-special .special-card-fig:not(:last-child) {
    margin-bottom: 25px;
  }
  .content-detail.-special .special-card-fig figcaption {
    position: absolute;
    right: 0;
    bottom: -1.25em;
  }
  .content-detail.-special.-special-bg01 {
    background-image: url(../../special/images/content_bg01.png);
  }
  .content-detail.-special .special-board {
    margin-top: 80px;
    padding: 30px 70px 35px;
  }
  .content-detail.-special .special-board-label {
    margin: -30px 0;
  }
  .content-detail.-special .special-board-label-inner {
    min-width: 360px;
    font-size: 2rem;
  }
  .content-detail.-special .special-board-heading {
    font-size: 2.2rem;
  }
  .content-detail.-special .special-board-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .content-detail.-special .special-board-group + .special-board-group {
    margin-top: 80px;
  }
  .content-detail.-special .special-board-group .special-board {
    width: 69.6%;
    margin-top: 30px;
  }
  .content-detail.-special .special-board-group .special-board-thumb {
    width: 47%;
    margin-left: -45px;
  }
  .content-detail.-special .special-board-group .special-board-thumb-fig figcaption {
    text-align: right;
  }
  .content-detail.-special .special-board-group .special-board-thumb-info {
    text-align: right;
  }
  .content-detail.-special .special-board-group .special-board-thumb-text em {
    font-size: 1.8rem;
  }
  .content-detail.-special .special-board-group.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .content-detail.-special .special-board-group.-reverse .special-board-thumb {
    margin-right: -45px;
    margin-left: auto;
  }
  .content-detail.-special .special-board-group.-reverse .special-board-thumb-fig figcaption {
    text-align: left;
  }
  .content-detail.-special .special-board-group.-reverse .special-board-thumb-info {
    margin-top: 1em;
    text-align: left;
  }
  .content-detail.-hatarakikata .article-mv .article-inner::after {
    right: -48px;
    bottom: -40px;
    width: 135px;
    height: 128px;
  }
  .content-detail.-works .profile-box-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .content-detail.-works .profile-box-fig {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 203px;
    height: 203px;
    margin-right: 20px;
  }
  .content-detail.-works .profile-box-info em {
    font-size: 1.8rem;
  }
  .content-detail.-kanbu .content-detail-article {
    padding-top: 0;
  }
  .content-detail.-kanbu .profile-box {
    padding: 72px 0;
  }
  .content-detail.-kanbu .profile-box:not(:first-child) {
    margin-top: 80px;
  }
  .content-detail.-kanbu .profile-box-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 24px 54px;
  }
  .content-detail.-kanbu .profile-box-fig {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 47.30942%;
    margin-right: 5.60538%;
  }
  .content-detail.-kanbu .profile-box-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .content-detail.-kanbu .profile-box-info-title {
    margin-bottom: 1.25em;
    font-size: 1.8rem;
  }
  .content-detail.-kanbu .special-card {
    padding: 25px 25px 35px;
  }
  .content-detail.-kanbu .special-card-header .special-card-label {
    width: 60px;
    height: 60px;
  }
  .content-detail.-kanbu .box {
    padding: 35px 30px;
  }
  .content-detail.-ishi .compare-table-row {
    display: table;
    height: 136px;
  }
  .content-detail.-ishi .compare-table-head, .content-detail.-ishi .compare-table-body {
    display: table-cell;
    line-height: 2.125;
    vertical-align: middle;
  }
  .content-detail.-ishi .compare-table-head {
    width: 41.33065%;
    padding: 15px 44px;
  }
  .content-detail.-ishi .compare-table-body {
    padding: 15px 50px 15px 65px;
  }
  .content-detail.-ishi .compare-table-body::before {
    top: 0;
    bottom: 0;
    left: 0;
    border-width: 64px 0 64px 32px;
    border-left-color: #f6f5f5;
  }
  .text-center-pc {
    text-align: center !important;
  }
  .text-left-pc {
    text-align: left !important;
  }
  .text-right-pc {
    text-align: right !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .heading-lv1-en {
    background-image: none;
  }
  .list-box-num {
    background-image: none;
  }
  .content-detail.-special .article-section-heading-num {
    background-image: none;
  }
  .content-detail.-special.-special-bg02 .article-section-heading-num, .content-detail.-special.-special-bg03 .article-section-heading-num, .content-detail.-special.-special-bg04 .article-section-heading-num, .content-detail.-special.-special-bg05 .article-section-heading-num, .content-detail.-special.-special-bg02 .list-box-row .list-box-num, .content-detail.-special.-special-bg03 .list-box-row .list-box-num, .content-detail.-special.-special-bg04 .list-box-row .list-box-num, .content-detail.-special.-special-bg05 .list-box-row .list-box-num {
    background-image: none;
  }
}

  /* button 職員を知る・特集 案1 */
  .btn_rm {
  font-weight: bold; /* 文字の太さ */
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn_rm-staff , .btn_rm-special {
  color: #fff; /* 文字色 */
  font-size:1.5em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1em 1em 1em 60px;
  border-radius: 100vh;
  width: 100%; /* ボタン幅 */
  max-width: 500px; /* 最低ボタン幅 */
  transition: 0.3s;
}

.btn_rm-staff {
  background: #fc3737; /* 職員を知るボタン色 */
}

.btn_rm-special {
  background: #0352a6; /* 特集ボタン色 */
}

.btn_rm-staff::before,
.btn_rm-special::before {
  content: '';
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.btn_rm-staff::before {
  width: 80px;
  height: 80px;
  background-image: url(../../images/staff-top.png); /* 職員を知るアイコン */
}

.btn_rm-special::before {
  width: 80px;
  height: 80px;
  background-image: url(../../images/special-top.png); /* 特集アイコン */
}


.btn_rm img {
    width: 1em;
    margin-right: 0.5em;
}

/* マウスオーバーした際のデザイン */
.btn_rm-staff:hover,
.btn_rm-special:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 500px){
.btn_rm-staff , .btn_rm-special {
  color: #fff; /* 文字色 */
  font-size:1.3em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1em 1em 1em 90px;
  border-radius: 100vh;
  width: 100%; /* ボタン幅 */
  max-width: 500px; /* 最低ボタン幅 */
  transition: 0.3s;
}

.btn_rm-staff::before,
.btn_rm-special::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn_rm-staff::before {
  width: 60px;
  height: 60px;
  background-image: url(../../images/staff-top.png); /* 職員を知るアイコン */
}

.btn_rm-special::before {
  width: 60px;
  height: 60px;
  background-image: url(../../images/special-top.png); /* 特集アイコン */
}

}

@media screen and (max-width: 390px){
.btn_rm-staff::before,
.btn_rm-special::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}

}


