@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  background: #FFF;
  margin-bottom: 1px; /*scrollbar*/
  word-break: normal;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}
body#pdf_target #article ol li {
  letter-spacing: normal;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.loading {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, input, blockquote, figure {
  margin: 0;
  padding: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  font-weight: inherit;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.6rem;
  }
}

img {
  border: none;
}

a img {
  border: none;
}

ul li img {
  vertical-align: bottom;
}

/*li, dt, dd {
	line-height:1.4;
}
a:link, a.skip {
	background-color:transparent;
}*/
a {
  color: #005379;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #7c1801;
}
a:visited {
  color: #252c71;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media print, screen and (max-width: 575px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.anchor {
  cursor: pointer;
}

.pcnone {
  display: none;
}

p.voice_navi {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: bold;
}

img.floating-image {
  margin: 0 10px;
}

iframe {
  border: 0px;
  max-width: 100%;
}
@media print, screen and (max-width: 575px) {
  iframe[src^="https://www.youtube.com"] {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?4alztn");
  src: url("fonts/icomoon.eot?4alztn#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?4alztn") format("truetype"), url("fonts/icomoon.woff?4alztn") format("woff"), url("fonts/icomoon.svg?4alztn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .slick-next::before, .slick-prev::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
  .icon-linkarw {
	font-size:1.3rem;
	&::before {
		content: "\e900";
	  }
  }*/
.icon-arw {
  position: relative;
}
.icon-arw:before {
  position: absolute;
  content: "";
  background: url("../images/icon-arw_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
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; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: middle;
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#main {
  margin: 0 auto;
  clear: both;
  position: relative;
}

#article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 1200px) {
  #article {
    max-width: 1200px;
    padding: 0;
  }
}

#page_main {
  max-width: 1200px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 992px) {
  #page_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  #page_main {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
  }
}

#page_maincontents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 992px) {
  #page_maincontents {
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 1200px) {
  #page_maincontents {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    -ms-flex-preferred-size: 900px;
        flex-basis: 900px;
    margin-right: auto;
  }
}
#page_maincontents-onecol {
  width: 100%;
}

div#page_maincontents,
div#page_maincontents-onecol {
  line-height: 2;
  padding: 0;
  z-index: 2;
}
@media print, screen and (min-width: 992px) {
  div#page_maincontents,
  div#page_maincontents-onecol {
    padding: 0;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

aside#page_sidemenu {
  z-index: 1;
}
@media print, screen and (min-width: 992px) {
  aside#page_sidemenu {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
  }
}

#wrapper .container {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.custom-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1366px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.skip {
  position: absolute;
  overflow: hidden;
  width: 0;
  margin: 0;
  padding: 0;
}

a.skip {
  text-align: center;
  padding: 2px 0;
  top: 0;
}
a.skip:active, a.skip:focus {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  top: 0;
  left: 0;
  z-index: 3000;
  height: auto;
}
a.skip:active {
  width: 100%;
}
a.skip:focus {
  width: 99.99%;
}

#header #header_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  position: relative;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
  z-index: 4;
  border-radius: 0 0 30px 30px;
}
@media print, screen and (min-width: 992px) {
  #header #header_container {
    position: absolute;
    width: calc(100% - 3rem);
  }
}
@media print, screen and (min-width: 1200px) {
  #header #header_container {
    width: 100%;
    max-width: 1200px;
  }
}
#header #header_logo {
  padding: 0px 15px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
  @include media-breakpoint-up(xl) {
    padding:30px;
  }*/
}
@media print, screen and (min-width: 992px) {
  #header #header_logo {
    margin: 0;
    padding: 15px 20px;
  }
}
#header #header_logo h1, #header #header_logo div {
  width: 160px;
  height: auto;
  /*
  @include media-breakpoint-up(xxl) {     
    width:310px;
  }*/
}
@media print, screen and (min-width: 768px) {
  #header #header_logo h1, #header #header_logo div {
    width: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  #header #header_logo h1, #header #header_logo div {
    width: 240px;
  }
}
@media print, screen and (min-width: 1200px) {
  #header #header_logo h1, #header #header_logo div {
    width: 260px;
  }
}
#header #header_logo h1 img, #header #header_logo div img {
  width: 100%;
  height: auto;
}
#header #header_logo h1 a, #header #header_logo div a {
  display: block;
}

#header_r {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #header_r {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 70px;
  }
}
@media print, screen and (min-width: 1250px) {
  #header_r {
    padding-right: 60px;
  }
}
@media print, screen and (min-width: 1285px) {
  #header_r {
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 1336px) {
  #header_r {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1360px) {
  #header_r {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1449px) {
  #header_r {
    padding-right: 20px;
  }
}
#header_r > div.setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header_r > div.setting > ul.links {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 10px 0 0;
  /*padding:0 10px;
  background:$gray-lighter;
  border-radius:0 0 20px 20px;
  @include media-breakpoint-up(xl) {
    border-radius:0 0 30px 30px;
  }
  */
}
#header_r > div.setting > ul.links li {
  text-align: center;
  position: relative;
}
#header_r > div.setting > ul.links li:last-child {
  margin-right: 0px;
}
#header_r > div.setting > ul.links li > div:not(.txt-inner)::before,
#header_r > div.setting > ul.links li > a::before {
  content: "";
  position: static;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: block;
}
#header_r > div.setting > ul.links li div.txtbtn {
  width: 100%;
  cursor: pointer;
}
#header_r > div.setting > ul.links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1200px) {
  #header_r > div.setting > ul.links li a {
    font-size: 1.4rem;
    padding: 10px;
  }
}
#header_r > div.setting > ul.links li.text .txtbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #header_r > div.setting > ul.links li.text .txtbtn {
    font-size: 1.4rem;
    padding: 10px;
  }
}
#header_r > div.setting > ul.links li.text .txtbtn[data-icon=text]::before {
  background: url(../images/head_icon_txt.svg) no-repeat center/contain;
}
#header_r > div.setting > ul.links li.language [data-icon=language]::before {
  background: url(../images/head_icon_lang.svg) no-repeat center/contain;
}
#header_r > div.setting > ul.links li.faq [data-icon=faq]::before {
  background: url(../images/head_icon_faq.svg) no-repeat center/contain;
}
#header_r > div.setting > ul.links li.contact [data-icon=contact]::before {
  background: url(../images/head_icon_contact.svg) no-repeat center/contain;
}
#header_r > div.setting > div.search {
  margin-left: 5px;
}
@media print, screen and (min-width: 1200px) {
  #header_r > div.setting > div.search {
    margin-left: 10px;
  }
}
#header_r > div.setting > div.search .searchbtn.btn {
  background: #C42F57;
  color: #FFF;
  padding: 10px;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  #header_r > div.setting > div.search .searchbtn.btn {
    font-size: 1.4rem;
    padding: 15px 20px;
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (min-width: 1366px) {
  #header_r > div.setting > div.search .searchbtn.btn {
    font-size: 1.8rem;
  }
}
#header_r > div.setting > div.search .searchbtn.btn[data-icon=search]::before {
  content: "";
  position: static;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: block;
  background: url(../images/head_icon_search.svg) no-repeat center/contain;
}
#header_r > div.setting .txt-inner,
#header_r > div.setting .search-inner {
  position: absolute;
  right: 0px;
  top: 70px;
  display: none;
  z-index: 300;
  padding: 20px 10px;
  border-radius: 30px;
  background: #C42F57;
  width: 100%;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  #header_r > div.setting .txt-inner,
  #header_r > div.setting .search-inner {
    position: fixed;
    top: 50px;
    bottom: inherit;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.6rem;
    width: auto;
  }
}
#header_r > div.setting .txt-inner.none,
#header_r > div.setting .search-inner.none {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  pointer-events: none;
  opacity: 0;
}
#header_r > div.setting .txt-inner .btn_close,
#header_r > div.setting .search-inner .btn_close {
  text-align: right;
}
#header_r > div.setting .txt-inner .btn_close div,
#header_r > div.setting .search-inner .btn_close div {
  cursor: pointer;
  position: relative;
  color: #C42F57;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  border-radius: 5px;
}
#header_r > div.setting .txt-inner .btn_close div:hover,
#header_r > div.setting .search-inner .btn_close div:hover {
  color: #FFF;
  background: #C42F57;
}
#header_r > div.setting .txt-inner .btn_close div:hover[data-icon=icon-close]::before,
#header_r > div.setting .search-inner .btn_close div:hover[data-icon=icon-close]::before {
  background: url(../images/icon_close_w.svg) no-repeat center/contain;
}
#header_r > div.setting .txt-inner .btn_close div[data-icon=icon-close]::before,
#header_r > div.setting .search-inner .btn_close div[data-icon=icon-close]::before {
  content: "";
  position: static;
  width: 10px;
  height: 10px;
  display: block;
  background: url(../images/icon_close.svg) no-repeat center/contain;
}
#header_r > div.setting .txt-inner {
  right: 200px;
}
@media print, screen and (min-width: 768px) {
  #header_r > div.setting .txt-inner {
    width: calc(100% - 200px);
  }
}
@media print, screen and (min-width: 992px) {
  #header_r > div.setting .txt-inner {
    width: calc(100% - 240px);
  }
}
@media print, screen and (min-width: 1200px) {
  #header_r > div.setting .txt-inner {
    width: 50%;
  }
}
#header_r > div.setting .txt-inner > div:first-child {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #header_r > div.setting .txt-inner > div:first-child {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header_r > div.setting .txt-inner > div:first-child dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
#header_r > div.setting .txt-inner > div:first-child dl:first-child {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #header_r > div.setting .txt-inner > div:first-child dl:first-child {
    margin-bottom: 0px;
  }
}
#header_r > div.setting .txt-inner > div:first-child dl dt {
  color: #C42F57;
  padding: 0.3rem;
}
#header_r > div.setting .txt-inner > div:first-child dl dd {
  background: #FFF;
  color: #C42F57;
  border: 1px solid #C42F57;
  cursor: pointer;
  border-radius: 5px;
}
#header_r > div.setting .txt-inner > div:first-child dl dd span {
  padding: 5px;
  display: block;
}
#header_r > div.setting .txt-inner > div:first-child dl dd.color_blue {
  color: #FFEE00;
  background: #2752FF;
}
#header_r > div.setting .txt-inner > div:first-child dl dd.color_yellow {
  color: #000;
  background: #FFEE00;
}
#header_r > div.setting .txt-inner > div:first-child dl dd.color_black {
  color: #FFEE00;
  background: #000;
}
#header_r > div.setting .search-inner {
  width: 100%;
  right: 20px;
}
@media print, screen and (min-width: 768px) {
  #header_r > div.setting .search-inner {
    width: calc(100% - 200px);
  }
}
@media print, screen and (min-width: 992px) {
  #header_r > div.setting .search-inner {
    width: calc(100% - 240px);
  }
}
@media print, screen and (min-width: 1200px) {
  #header_r > div.setting .search-inner {
    width: 50%;
  }
}
#header_r > div.setting .search-inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
@media print, screen and (min-width: 768px) {
  #header_r > div.setting .search-inner form {
    padding: 10px 30px;
  }
}
#header_r > div.setting .search-inner form > div:nth-child(1) {
  width: calc(100% - 100px);
}
#header_r > div.setting .search-inner form > div:nth-child(1) input#header_keyword {
  border: 0px;
  padding: 10px 20px;
  width: 100%;
  background: #FFF;
  border-radius: 20px 0 0 20px;
}
#header_r > div.setting .search-inner form > div:nth-child(2) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header_r > div.setting .search-inner form > div:nth-child(2).search_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header_r > div.setting .search-inner form > div:nth-child(2).search_btn[data-icon=searchbtn]::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 10px;
  display: block;
  background: url(../images/head_icon_search.svg) no-repeat center/contain;
  pointer-events: none;
}
#header_r > div.setting .search-inner form > div:nth-child(2).search_btn input.form_btn {
  width: 90px;
  background: #C42F57;
  color: #FFF;
  font-weight: bold;
  border-radius: 0 30px 30px 0px;
  padding: 10px 10px 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1200px) {
  #header_r > div.setting .search-inner form > div:nth-child(2).search_btn input.form_btn {
    width: 120px;
  }
}

#gnavi {
  display: none;
  /*
  @include media-breakpoint-up(xl) {
    padding:25px 0px 15px 0px;
  }*/
}
@media print, screen and (min-width: 768px) {
  #gnavi {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    padding: 30px 0px 5px 0px;
  }
}
@media print, screen and (min-width: 992px) {
  #gnavi {
    padding: 0px 0px 10px 0;
  }
}
#gnavi nav > ul {
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#gnavi nav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gnavi nav > ul > li > a {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: block;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  z-index: 3;
  padding: 5px 10px;
}
@media print, screen and (min-width: 992px) {
  #gnavi nav > ul > li > a {
    padding: 5px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  #gnavi nav > ul > li > a {
    font-size: 1.7rem;
    padding: 5px 20px;
  }
}
#gnavi nav > ul > li > a:after {
  content: "";
  position: absolute;
  background: #EDF4FA;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gnavi nav > ul > li > a:hover:after, #gnavi nav > ul > li > a.selected:after, #gnavi nav > ul > li > a:focus:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#gnavi nav > ul > li.menu-item-has-children > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#gnavi nav > ul > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #C42F57;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#gnavi nav > ul > li.menu-item-has-children:hover > a::after {
  width: 100%;
}
#gnavi .sub {
  margin-top: 40px;
}
#gnavi .sub ul.sub-menu {
  width: 100%;
  position: absolute;
  background-color: #C42F57;
  border-radius: 30px;
  padding: 20px;
  z-index: 100;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease, -webkit-transform 0.3s ease;
}
#gnavi .sub ul.sub-menu.active {
  opacity: 1;
  visibility: visible;
  max-height: none; /* jsで制御 */
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#gnavi .sub ul.sub-menu li {
  width: 25%;
  text-align: left;
  float: left;
}
#gnavi .sub ul.sub-menu li a {
  display: block;
  padding: 15px 10px 15px 25px;
  position: relative;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  /*&:focus,&:hover {
    text-decoration: underline;
  }*/
}
@media print, screen and (min-width: 1200px) {
  #gnavi .sub ul.sub-menu li a {
    font-size: 1.6rem;
  }
}
#gnavi .sub ul.sub-menu li a::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 5px;
  height: 5px;
  margin: 1.2rem 0 0 0.5rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#gnavi .sub ul.sub-menu li a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#gnavi .sub ul.sub-menu li a:hover:after, #gnavi .sub ul.sub-menu li a.selected:after, #gnavi .sub ul.sub-menu li a:focus:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#menu-sp {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  background: #F8F2F4;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 100;
  height: 0;
  overflow-y: auto;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
#menu-sp.active {
  height: 100vh;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 120px;
    position: relative;
  }
}
#menu-sp .header-inner .logo {
  padding: 10px 15px;
  /*
  @include media-breakpoint-up(xl) {
  padding:30px;   
  }*/
}
@media print, screen and (min-width: 992px) {
  #menu-sp .header-inner .logo {
    padding: 15px 20px;
  }
}
#menu-sp .header-inner .logo a {
  display: block;
  width: 160px;
  /*
  @include media-breakpoint-up(xxl) {     
    width:310px;
  }*/
}
@media print, screen and (min-width: 768px) {
  #menu-sp .header-inner .logo a {
    width: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .header-inner .logo a {
    width: 240px;
  }
}
@media print, screen and (min-width: 1200px) {
  #menu-sp .header-inner .logo a {
    width: 260px;
  }
}
#menu-sp .header-inner .logo a img {
  width: 100%;
  height: auto;
}
#menu-sp .header-inner > div.setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .header-inner > div.setting {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#menu-sp .header-inner > div.setting > ul.links {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 10px;
  width: 100%;
}
#menu-sp .header-inner > div.setting > ul.links li {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .header-inner > div.setting > ul.links li {
    width: auto;
  }
}
#menu-sp .header-inner > div.setting > ul.links li:last-child {
  margin-right: 0px;
}
#menu-sp .header-inner > div.setting > ul.links li > div:not(.txt-inner)::before,
#menu-sp .header-inner > div.setting > ul.links li > a::before {
  content: "";
  position: static;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 576px) {
  #menu-sp .header-inner > div.setting > ul.links li > div:not(.txt-inner)::before,
  #menu-sp .header-inner > div.setting > ul.links li > a::before {
    margin: 0 10px 0 0;
  }
}
#menu-sp .header-inner > div.setting > ul.links li div.txtbtn {
  width: 100%;
  cursor: pointer;
}
#menu-sp .header-inner > div.setting > ul.links li a {
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
}
@media print, screen and (min-width: 576px) {
  #menu-sp .header-inner > div.setting > ul.links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #menu-sp .header-inner > div.setting > ul.links li a {
    font-size: 1.4rem;
    padding: 10px;
  }
}
#menu-sp .header-inner > div.setting > ul.links li.text .txtbtn {
  color: #333333;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
}
@media print, screen and (min-width: 576px) {
  #menu-sp .header-inner > div.setting > ul.links li.text .txtbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #menu-sp .header-inner > div.setting > ul.links li.text .txtbtn {
    font-size: 1.4rem;
    padding: 10px;
  }
}
#menu-sp .header-inner > div.setting > ul.links li.text .txtbtn[data-icon=text]::before {
  background: url(../images/head_icon_txt.svg) no-repeat center/contain;
}
#menu-sp .header-inner > div.setting > ul.links li.language [data-icon=language]::before {
  background: url(../images/head_icon_lang.svg) no-repeat center/contain;
}
#menu-sp .header-inner > div.setting > ul.links li.faq [data-icon=faq]::before {
  background: url(../images/head_icon_faq.svg) no-repeat center/contain;
}
#menu-sp .header-inner > div.setting > ul.links li.contact [data-icon=contact]::before {
  background: url(../images/head_icon_contact.svg) no-repeat center/contain;
}
#menu-sp .header-inner > div.setting .txt-inner {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  z-index: 4;
  padding: 20px 10px;
  border-radius: 30px;
  background: #FFF;
  width: calc(100% - 3rem);
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .header-inner > div.setting .txt-inner {
    position: fixed;
    top: 50px;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    bottom: inherit;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.6rem;
    width: calc(100% - 200px);
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .header-inner > div.setting .txt-inner {
    right: 200px;
    width: calc(100% - 240px);
  }
}
@media print, screen and (min-width: 1200px) {
  #menu-sp .header-inner > div.setting .txt-inner {
    width: 50%;
  }
}
#menu-sp .header-inner > div.setting .txt-inner > div:first-child {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .header-inner > div.setting .txt-inner > div:first-child {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#menu-sp .header-inner > div.setting .txt-inner > div:first-child dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
#menu-sp .header-inner > div.setting .txt-inner > div:first-child dl:first-child {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .header-inner > div.setting .txt-inner > div:first-child dl:first-child {
    margin-bottom: 0px;
  }
}
#menu-sp .header-inner > div.setting .txt-inner > div:first-child dl dt {
  color: #C42F57;
  padding: 0.3rem;
}
#menu-sp .header-inner > div.setting .txt-inner > div:first-child dl dd {
  background: #FFF;
  color: #C42F57;
  border: 1px solid #C42F57;
  cursor: pointer;
  border-radius: 5px;
}
#menu-sp .header-inner > div.setting .txt-inner > div:first-child dl dd span {
  padding: 5px;
  display: block;
}
#menu-sp .header-inner > div.setting .txt-inner > div:first-child dl dd.color_blue {
  color: #FFEE00;
  background: #2752FF;
}
#menu-sp .header-inner > div.setting .txt-inner > div:first-child dl dd.color_yellow {
  color: #000;
  background: #FFEE00;
}
#menu-sp .header-inner > div.setting .txt-inner > div:first-child dl dd.color_black {
  color: #FFEE00;
  background: #000;
}
#menu-sp .header-inner > div.setting .txt-inner.none {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  pointer-events: none;
  opacity: 0;
}
#menu-sp .header-inner > div.setting .txt-inner .btn_close {
  text-align: right;
}
#menu-sp .header-inner > div.setting .txt-inner .btn_close div {
  cursor: pointer;
  position: relative;
  color: #C42F57;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  border-radius: 5px;
}
#menu-sp .header-inner > div.setting .txt-inner .btn_close div:hover {
  color: #FFF;
  background: #C42F57;
}
#menu-sp .header-inner > div.setting .txt-inner .btn_close div:hover[data-icon=icon-close]::before {
  background: url(../images/icon_close_w.svg) no-repeat center/contain;
}
#menu-sp .header-inner > div.setting .txt-inner .btn_close div[data-icon=icon-close]::before {
  content: "";
  position: static;
  width: 10px;
  height: 10px;
  display: block;
  background: url(../images/icon_close.svg) no-repeat center/contain;
}
#menu-sp .inner {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
#menu-sp .header_search {
  padding: 10px 0 20px 0;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .header_search {
    padding: 0;
  }
}
#menu-sp .header_search fieldset {
  width: 100%;
  border: 0;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .header_search fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#menu-sp .header_search fieldset legend {
  display: contents;
}
#menu-sp .header_search fieldset legend span {
  display: block;
  color: #C42F57;
  font-weight: bold;
  font-size: 1.2rem;
  padding-right: 20px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .header_search fieldset legend span {
    padding-bottom: 0px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .header_search fieldset legend span {
    font-size: 1.6rem;
  }
}
#menu-sp .header_search fieldset > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu-sp .header_search fieldset > div div.search_field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu-sp .header_search fieldset > div div.search_field input#keyword_sp {
  border: 0px;
  padding: 10px 20px;
  width: 100%;
  background: #FFF;
  border-radius: 20px 0 0 20px;
}
#menu-sp .header_search fieldset > div div.search_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu-sp .header_search fieldset > div div.search_btn[data-icon=searchbtn]::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 10px;
  display: block;
  background: url(../images/head_icon_search.svg) no-repeat center/contain;
  pointer-events: none;
}
#menu-sp .header_search fieldset > div div.search_btn input.form_btn {
  width: 90px;
  background: #C42F57;
  color: #FFF;
  font-weight: bold;
  border-radius: 0 30px 30px 0px;
  padding: 10px 10px 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1200px) {
  #menu-sp .header_search fieldset > div div.search_btn input.form_btn {
    width: 120px;
  }
}
#menu-sp .menu {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    padding-top: 40px;
  }
}
#menu-sp .menu_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
#menu-sp .menu_nav nav ul {
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu-sp .menu_nav nav ul li {
  width: 100%;
}
#menu-sp .menu_nav nav ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_nav nav ul li a {
    padding: 15px 0;
  }
}
#menu-sp .menu_nav nav:nth-of-type(1) ul {
  gap: 10px;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_nav nav:nth-of-type(1) ul {
    gap: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_nav nav:nth-of-type(1) ul li a {
    font-size: 1.8rem;
  }
}
#menu-sp .menu_nav nav:nth-of-type(2) ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_nav nav:nth-of-type(2) ul li a {
    font-size: 1.7rem;
  }
}
#menu-sp .menu_nav nav:nth-of-type(2) ul li a::before {
  content: "";
  position: static;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: block;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_nav nav:nth-of-type(2) ul li a::before {
    width: 44px;
    height: 44px;
  }
}
#menu-sp .menu_nav nav:nth-of-type(2) ul li a[data-icon=gairai]::before {
  background: url(../images/top_subnav_icon01.svg) no-repeat center/contain;
}
#menu-sp .menu_nav nav:nth-of-type(2) ul li a[data-icon=nyuin]::before {
  background: url(../images/top_subnav_icon02.svg) no-repeat center/contain;
}
#menu-sp .menu_nav nav:nth-of-type(2) ul li a[data-icon=iryokikan]::before {
  background: url(../images/top_subnav_icon03.svg) no-repeat center/contain;
}
#menu-sp .menu_nav nav:nth-of-type(2) ul li a[data-icon=recruit]::before {
  background: url(../images/top_subnav_icon04.svg) no-repeat center/contain;
}
#menu-sp .menu_info {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding-top: 20px;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info {
    padding-top: 0;
  }
}
#menu-sp .menu_info > div.left {
  width: 100%;
}
#menu-sp .menu_info > div.left > div {
  padding-bottom: 20px;
}
#menu-sp .menu_info > div.left > div h2 {
  text-align: center;
  background: #C42F57;
  color: #FFF;
  padding: 3px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .menu_info > div.left > div h2 {
    font-size: 1.5rem;
    padding: 6px;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info > div.left > div h2 {
    font-size: 1.7rem;
  }
}
#menu-sp .menu_info > div.left > div:nth-of-type(1) {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(1) {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
#menu-sp .menu_info > div.left > div:nth-of-type(1) p {
  display: inline;
  font-weight: bold;
}
#menu-sp .menu_info > div.left > div:nth-of-type(1) p:nth-of-type(1) {
  color: #C42F57;
  font-weight: bold;
  padding: 0.8rem 0;
}
#menu-sp .menu_info > div.left > div:nth-of-type(2) {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
#menu-sp .menu_info > div.left > div:nth-of-type(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1366px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div {
    gap: 20px;
  }
}
#menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div {
  width: 100%;
}
#menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div h3 {
  padding: 3px;
  font-size: 1.4rem;
  color: #C42F57;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div h3 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl {
    padding-bottom: 10px;
  }
}
#menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl div {
  gap: 5px;
  padding: 3px 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl div {
    gap: 10px;
  }
}
#menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl div dt {
  background: #C42F57;
  color: #FFF;
  padding: 3px 4px;
  border-radius: 6px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl div dt {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl div dt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1366px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl div dt {
    font-size: 1.5rem;
  }
}
#menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl div dd {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl div dd {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #menu-sp .menu_info > div.left > div:nth-of-type(2) > div > div dl div dd {
    font-size: 1.6rem;
  }
}
#menu-sp .menu_info > div.right {
  width: 100%;
  background: #FFF;
  border-radius: 20px;
  padding: 15px;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info > div.right {
    border-radius: 30px;
    padding: 20px;
  }
}
#menu-sp .menu_info > div.right > div.tel {
  color: #C42F57;
  font-weight: bold;
  padding: 0 0 5px 0;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .menu_info > div.right > div.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#menu-sp .menu_info > div.right > div.tel h2 {
  font-size: 1.7rem;
}
#menu-sp .menu_info > div.right > div.tel span {
  display: block;
  font-size: 2.4rem;
  position: relative;
  padding-left: 35px;
}
#menu-sp .menu_info > div.right > div.tel span[data-icon=tel]::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}
#menu-sp .menu_info > div.right > div.tel span a {
  text-decoration: none;
  color: #C42F57;
}
#menu-sp .menu_info p {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .menu_info p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info p {
    font-size: 1.6rem;
  }
}
#menu-sp .menu_info h2, #menu-sp .menu_info h3 {
  font-weight: bold;
}
#menu-sp .menu_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding-top: 10px;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #menu-sp .menu_info ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 20px;
    gap: 10px;
  }
}
#menu-sp .menu_info ul li {
  display: inline-block;
  width: 100%;
}
#menu-sp .menu_info ul li a {
  text-decoration: none;
  border-radius: 20px;
  padding: 13px 8px 13px 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 576px) {
  #menu-sp .menu_info ul li a {
    padding: 13px 30px 13px 13px;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info ul li a {
    padding: 16px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  #menu-sp .menu_info ul li a {
    font-size: 1.8rem;
  }
}
#menu-sp .menu_info ul li a:hover {
  opacity: 0.7;
}
#menu-sp .menu_info ul li a::after {
  position: static;
  content: "";
  background: url("../images/icon-link-arw_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 10px;
  margin-left: 5px;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_info ul li a::after {
    width: 18px;
    height: 18px;
    right: 15px;
    margin-left: 15px;
  }
}
#menu-sp .menu_info ul li a.white {
  color: #FFF !important;
}
#menu-sp .menu_info ul li a.white::after {
  background: url("../images/icon-link-arw_white.svg");
  background-size: contain;
}
#menu-sp .menu_info ul li a {
  background: #FFF;
  border: 1px solid #C42F57;
  color: #C42F57;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 576px) {
  #menu-sp .menu_info ul li a {
    font-size: inherit;
  }
}

.menu-trigger {
  visibility: hidden;
  position: fixed;
  top: 10px;
  right: 2.6vw;
  z-index: 200;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #C42F57;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-trigger.initialized {
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .menu-trigger {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }
}
@media print, screen and (min-width: 992px) {
  .menu-trigger {
    width: 60px;
    height: 60px;
    right: 1vw;
  }
}
@media screen and (min-width: 1366px) {
  .menu-trigger {
    width: 90px;
    height: 90px;
    padding-top: 14px;
    top: 20px;
  }
}
.menu-trigger span:nth-of-type(-n+3) {
  width: 16px;
  height: 1px;
  background-color: #FFF;
  margin: 2px 0;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media print, screen and (min-width: 992px) {
  .menu-trigger span:nth-of-type(-n+3) {
    width: 28px;
    margin: 4px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .menu-trigger span:nth-of-type(-n+3) {
    width: 30px;
    margin: 4.5px 0;
  }
}
@media screen and (min-width: 1366px) {
  .menu-trigger span:nth-of-type(-n+3) {
    margin: 7px 0;
    width: 40px;
  }
}
.menu-trigger span.menu-text {
  position: absolute;
  top: 24px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .menu-trigger span.menu-text {
    font-size: 1rem;
    font-size: 0.7rem;
    top: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .menu-trigger span.menu-text {
    top: 40px;
    font-size: 0.8rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .menu-trigger span.menu-text {
    top: 42px;
  }
}
@media screen and (min-width: 1366px) {
  .menu-trigger span.menu-text {
    top: 65px;
    font-size: 1rem;
  }
}
.menu-trigger.active {
  background-color: #FFF;
}
.menu-trigger.active span:nth-of-type(-n+3) {
  background-color: #C42F57;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}
@media print, screen and (min-width: 992px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
}
@media print, screen and (min-width: 1200px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
}
@media screen and (min-width: 1366px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
            transform: translateY(16px) rotate(-45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
}
@media print, screen and (min-width: 992px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}
@media print, screen and (min-width: 1200px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
            transform: translateY(-15px) rotate(45deg);
  }
}
.menu-trigger.active span.menu-text {
  color: #C42F57;
}

.btn {
  text-align: center;
}
.btn .menu-trigger2 {
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px 20px;
  color: #C42F57 !important;
  border-radius: 10px;
  border: 1px solid #C42F57;
  text-align: center;
  text-decoration: none;
  margin: 20px;
}
.btn .menu-trigger,
.btn .menu-trigger2 {
  cursor: pointer;
}

body.scroll-lock {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

#footer {
  width: 100%;
  padding-top: 30px;
}
@media print, screen and (min-width: 1200px) {
  #footer {
    padding-top: 50px;
  }
}
#footer.page {
  margin-top: 40px;
  border-top: 1px solid #F3E3E8;
}
@media print, screen and (min-width: 1200px) {
  #footer.page {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  #footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#footer > div.container {
  padding: 0 15px;
}
@media print, screen and (min-width: 1200px) {
  #footer > div.container {
    padding: 0;
  }
}
#footer > div > div:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#footer > div > div:first-of-type .footer_logo {
  padding-bottom: 10px;
  width: 200px;
}
@media print, screen and (min-width: 992px) {
  #footer > div > div:first-of-type .footer_logo {
    width: 310px;
  }
}
#footer > div > div:first-of-type .footer_logo img {
  width: 100%;
  height: auto;
}
#footer > div > div:first-of-type .footer_address address {
  font-style: normal;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 992px) {
  #footer > div > div:first-of-type .footer_address address {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
#footer > div > div:first-of-type .footer_address a[href*="tel:"] {
  color: #333333;
}
#footer > div > div ~ div {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #footer > div > div ~ div {
    width: 50%;
  }
}
@media print, screen and (min-width: 1200px) {
  #footer > div > div ~ div {
    width: 500px;
  }
}
#footer > div > div ~ div .footer_btn ul {
  list-style-type: none;
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
#footer > div > div ~ div .footer_btn ul li {
  display: inline-block;
  width: calc((100% - 10px) / 2);
}
#footer > div > div ~ div .footer_btn ul li a {
  text-decoration: none;
  border-radius: 20px;
  padding: 13px 8px 13px 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 576px) {
  #footer > div > div ~ div .footer_btn ul li a {
    padding: 13px 30px 13px 13px;
  }
}
@media print, screen and (min-width: 992px) {
  #footer > div > div ~ div .footer_btn ul li a {
    padding: 16px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  #footer > div > div ~ div .footer_btn ul li a {
    font-size: 1.8rem;
  }
}
#footer > div > div ~ div .footer_btn ul li a:hover {
  opacity: 0.7;
}
#footer > div > div ~ div .footer_btn ul li a::after {
  position: static;
  content: "";
  background: url("../images/icon-link-arw_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 10px;
  margin-left: 5px;
}
@media print, screen and (min-width: 992px) {
  #footer > div > div ~ div .footer_btn ul li a::after {
    width: 18px;
    height: 18px;
    right: 15px;
    margin-left: 15px;
  }
}
#footer > div > div ~ div .footer_btn ul li a.white {
  color: #FFF !important;
}
#footer > div > div ~ div .footer_btn ul li a.white::after {
  background: url("../images/icon-link-arw_white.svg");
  background-size: contain;
}
#footer > div > div ~ div .footer_btn ul li a {
  color: #FFF;
  background: #C42F57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 13px;
}
@media print, screen and (min-width: 992px) {
  #footer > div > div ~ div .footer_btn ul li a {
    font-size: 1.8rem;
    padding: 30px;
  }
}
#footer > div > div ~ div .footer_btn ul li a::after, #footer > div > div ~ div .footer_btn ul li a::before {
  content: "";
  position: static;
}
#footer > div > div ~ div .footer_btn ul li a::after {
  background: url(../images/icon-link-arw_white.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
}
@media print, screen and (min-width: 992px) {
  #footer > div > div ~ div .footer_btn ul li a::after {
    width: 18px;
    height: 18px;
  }
}
#footer > div > div ~ div .footer_btn ul li a::before {
  width: 20px;
  height: 20px;
}
@media print, screen and (min-width: 992px) {
  #footer > div > div ~ div .footer_btn ul li a::before {
    width: 32px;
    height: 32px;
  }
}
#footer > div > div ~ div .footer_btn ul li a[data-icon=access]::before {
  background: url(../images/icon_footer_access.svg) no-repeat center/contain;
}
#footer > div > div ~ div .footer_btn ul li a[data-icon=mail]::before {
  background: url(../images/icon_footer_mail.svg) no-repeat center/contain;
}
#footer > div > div ~ div .sns dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media print, screen and (min-width: 992px) {
  #footer > div > div ~ div .sns dl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#footer > div > div ~ div .sns dl dt {
  color: #C42F57;
  font-weight: bold;
}
#footer > div > div ~ div .sns dl dd {
  width: 30px;
}
#footer > div > div ~ div .sns dl dd img {
  width: 100%;
  height: auto;
}

nav#footer_menu {
  max-width: 1200px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 992px) {
  nav#footer_menu {
    padding: 0;
  }
}
nav#footer_menu ul {
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 24px;
}
@media print, screen and (min-width: 992px) {
  nav#footer_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 1.4rem;
  }
}
nav#footer_menu ul li {
  margin: 0;
}
nav#footer_menu ul li::after {
  content: "";
  margin: 0px 10px;
  background: #E6E6E6;
  width: 1px;
  height: 1.6rem;
  position: absolute;
}
nav#footer_menu ul li:last-child::after {
  content: none;
}

#footer_copy {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  font-family: "Spectral", serif;
  padding: 15px 0;
}
#footer_copy p {
  text-align: center;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  #footer_copy p {
    font-size: 1.2rem;
  }
}

#page-top {
  position: fixed;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  background: #C42F57;
  border: 3px solid #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 992px) {
  #page-top {
    width: 65px;
    height: 65px;
  }
}
#page-top a {
  cursor: pointer;
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 10px 10px 20px;
  color: #FFF;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  #page-top a {
    padding: 15px 0 0 0;
  }
}
#page-top a::before {
  content: "";
  position: absolute;
  background: url(../images/icon_arw_top.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 5px;
  text-align: center;
  color: #FFF;
  line-height: 1;
}
@media print, screen and (min-width: 992px) {
  #page-top a::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#page-top a br {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #page-top a br {
    display: block;
  }
}

.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#top_main {
  position: relative;
}

.slide-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F8F2F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slide-loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.loader-logo {
  width: 160px;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.slide-loader.hidden .loader-logo {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top_slide.height {
  height: 100vh;
  overflow: hidden; /* optional: 子要素のスクロールやズレ防止 */
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; /* optional: スムーズな変化 */
}

#top_header_image {
  width: 100%;
  position: relative;
  /* Animation */
  /*
      #swiper-toggle-btn {
      position: absolute;
      bottom: 100px;
      right: 10px;
      z-index: 1;
      padding: 0.5em 1em;
      font-size: 1rem;
      background: #fff;
      border: 1px solid #aaa;
      border-radius: 5px;
      cursor: pointer;      
      transition: opacity 0.15s ease !important;
      @include media-breakpoint-up(xl) {        
        bottom: 140px;
       right: 20px;
      }
    }
    #swiper-toggle-btn.disabled {
      opacity: 0.5 !important;
      pointer-events: none !important;
      cursor: not-allowed !important;
    }
      */
}
#top_header_image .swiper.swiper-main {
  width: 100%;
  /* 高さはJSで上書き*/
  overflow: hidden;
  position: relative;
}
#top_header_image .swiper.swiper-main .swiper-wrapper {
  position: relative;
}
#top_header_image .swiper.swiper-main .swiper-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--top-slide-height);
  background: #f6fbff;
  mix-blend-mode: multiply;
}
#top_header_image .swiper.swiper-main .swiper-wrapper div.swiper-slide {
  position: relative;
  overflow: hidden;
}
#top_header_image .swiper.swiper-main .swiper-wrapper div.swiper-slide .images {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: var(--top-slide-height);
  overflow: hidden;
  z-index: -100;
}
#top_header_image .swiper.swiper-main .swiper-wrapper div.swiper-slide .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#top_header_image .swiper.swiper-main .swiper-button-prev,
#top_header_image .swiper.swiper-main .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
#top_header_image .swiper.swiper-main .swiper-button-prev::after,
#top_header_image .swiper.swiper-main .swiper-button-next::after {
  content: none;
}
#top_header_image .swiper.swiper-main .swiper-button-prev, #top_header_image .swiper.swiper-main .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/slide_prev.svg");
  left: 5px;
}
@media print, screen and (min-width: 992px) {
  #top_header_image .swiper.swiper-main .swiper-button-prev, #top_header_image .swiper.swiper-main .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
}
#top_header_image .swiper.swiper-main .swiper-button-next, #top_header_image .swiper.swiper-main .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/slide_next.svg");
  right: 5px;
}
@media print, screen and (min-width: 992px) {
  #top_header_image .swiper.swiper-main .swiper-button-next, #top_header_image .swiper.swiper-main .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
}
#top_header_image .swiper.swiper-main .swiper-pagination {
  width: 100% !important;
  bottom: 100px !important;
  padding-left: 15px;
}
@media print, screen and (min-width: 1200px) {
  #top_header_image .swiper.swiper-main .swiper-pagination {
    bottom: 140px !important;
  }
}
#top_header_image .swiper.swiper-main .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  opacity: 1;
  border: 1px solid #FFF;
  margin: 0 10px !important;
}
#top_header_image .swiper.swiper-main .swiper-pagination-bullet-active {
  background: #FFF;
}
#top_header_image .swiper.swiper-main div.txt {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  font-family: "BIZ UDPMincho", "serif";
  text-align: center;
  opacity: 0;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  /*img {
    width:100%;
    height:auto;
  }*/
  /* フェードイン用クラス */
}
@media print, screen and (min-width: 576px) {
  #top_header_image .swiper.swiper-main div.txt {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top_header_image .swiper.swiper-main div.txt {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  #top_header_image .swiper.swiper-main div.txt {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_header_image .swiper.swiper-main div.txt {
    font-size: 3.6rem;
  }
}
#top_header_image .swiper.swiper-main div.txt.show {
  -webkit-animation: fadeInText 0.8s ease forwards;
          animation: fadeInText 0.8s ease forwards;
}
@-webkit-keyframes fadeInText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#top_header_image .swiper.swiper-main div.txt.slide1 {
  color: #FFF;
  top: 20%;
}
@media print, screen and (min-width: 992px) {
  #top_header_image .swiper.swiper-main div.txt.slide1 {
    top: 30%;
  }
}
#top_header_image .swiper.swiper-main div.txt.slide2 {
  color: #FFF;
  top: 35%;
}
@media print, screen and (min-width: 992px) {
  #top_header_image .swiper.swiper-main div.txt.slide2 {
    top: 45%;
  }
}
#top_header_image .swiper.swiper-main div.txt.slide3 {
  color: #838599;
  top: 5%;
}
@media print, screen and (min-width: 992px) {
  #top_header_image .swiper.swiper-main div.txt.slide3 {
    top: 15%;
  }
}
#top_header_image .swiper.swiper-main div.txt.slide4 {
  color: #838599;
  left: inherit;
  right: 10%;
  -webkit-transform: none;
          transform: none;
}
@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#top_header_image .swiper-bg {
  overflow: hidden;
}
#top_header_image .swiper-slide-active-prev .images,
#top_header_image .swiper-slide-duplicate-active .images,
#top_header_image .swiper-slide-active .images {
  -webkit-animation: zoomDown 10s linear 0s 1 normal both;
          animation: zoomDown 10s linear 0s 1 normal both;
}
#top_header_image .swiper-button-prev.swiper-button-disabled-user,
#top_header_image .swiper-button-next.swiper-button-disabled-user {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
#top_header_image .swiper-pagination-not-clickable {
  opacity: 0.5;
  pointer-events: none;
}
#top_header_image .toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #FFF;
  color: #C42F57;
  position: absolute;
  bottom: 100px;
  right: 10px;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: bold;
  z-index: 1;
}
@media print, screen and (min-width: 1200px) {
  #top_header_image .toggle-btn {
    bottom: 140px;
    right: 20px;
    padding: 5px 15px;
  }
}
#top_header_image .toggle-btn .icon {
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1200px) {
  #top_header_image .toggle-btn .icon {
    width: 16px;
    height: 16px;
  }
}
#top_header_image .toggle-btn .icon.pause {
  background-image: url("../images/icon-pause.svg");
}
#top_header_image .toggle-btn .icon.play {
  background-image: url("../images/icon-play.svg");
}
#top_header_image .toggle-btn .label {
  font-size: 1rem;
}
@media print, screen and (min-width: 1200px) {
  #top_header_image .toggle-btn .label {
    font-size: 1.4rem;
  }
}

.top_subnav {
  width: 100%;
  position: relative;
  margin-bottom: 85px;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 576px) {
  .top_subnav {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .top_subnav {
    margin-bottom: 60px;
  }
}
.top_subnav > div {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  z-index: 3;
  background: #FFF;
  border-radius: 30px 30px 0 0;
  padding: 10px 0;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 1200px) {
  .top_subnav > div {
    width: 100%;
    top: -130px;
  }
}
.top_subnav > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 576px) {
  .top_subnav > div ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.top_subnav > div ul li {
  width: 50%;
}
@media print, screen and (min-width: 576px) {
  .top_subnav > div ul li {
    width: 100%;
    border-right: 1px solid #DFDFDF;
  }
}
.top_subnav > div ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  text-decoration: none;
  position: relative;
}
.top_subnav > div ul li a::before {
  content: "";
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  will-change: transform;
  z-index: 1;
}
@media print, screen and (min-width: 992px) {
  .top_subnav > div ul li a::before {
    width: 70px;
    height: 70px;
    padding: 0 30px;
  }
}
.top_subnav > div ul li a[data-icon=gairai]::before {
  background: url(../images/top_subnav_icon01.svg) no-repeat center/contain;
}
.top_subnav > div ul li a[data-icon=nyuin]::before {
  background: url(../images/top_subnav_icon02.svg) no-repeat center/contain;
}
.top_subnav > div ul li a[data-icon=iryokikan]::before {
  background: url(../images/top_subnav_icon03.svg) no-repeat center/contain;
}
.top_subnav > div ul li a[data-icon=recruit]::before {
  background: url(../images/top_subnav_icon04.svg) no-repeat center/contain;
}
.top_subnav > div ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #F8F2F4;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 0;
}
.top_subnav > div ul li a:hover::before {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.top_subnav > div ul li a:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(10);
          transform: translate(-50%, -50%) scale(10);
}
.top_subnav > div ul li a span {
  color: #333333;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .top_subnav > div ul li a span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top_subnav > div ul li a span {
    font-size: 1.6rem;
  }
}
.top_subnav > div ul li:nth-of-type(4) {
  border-right: 0;
}

.top_info {
  background: #F8F2F4;
  padding: 30px 1.5rem;
}
@media print, screen and (min-width: 1200px) {
  .top_info {
    padding: 40px 0px;
  }
}
.top_info > div {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media print, screen and (min-width: 992px) {
  .top_info > div {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_info > div {
    gap: 30px;
  }
}
.top_info > div > div.left {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.left {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top_info > div > div.left > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 576px) {
  .top_info > div > div.left > div {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.top_info > div > div.left > div > div h2 {
  text-align: center;
  background: #C42F57;
  color: #FFF;
  padding: 3px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .top_info > div > div.left > div > div h2 {
    font-size: 1.5rem;
    padding: 6px;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.left > div > div h2 {
    font-size: 1.7rem;
  }
}
.top_info > div > div.left > div > div:nth-of-type(1) {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .top_info > div > div.left > div > div:nth-of-type(1) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.left > div > div:nth-of-type(1) {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.top_info > div > div.left > div > div:nth-of-type(1) p:nth-of-type(1) {
  color: #C42F57;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.8rem 0;
}
.top_info > div > div.left > div > div:nth-of-type(1) p:nth-of-type(2) {
  font-weight: bold;
}
.top_info > div > div.left > div > div:nth-of-type(2) {
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .top_info > div > div.left > div > div:nth-of-type(2) {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.left > div > div:nth-of-type(2) {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
.top_info > div > div.left > div > div:nth-of-type(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1366px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div {
    gap: 20px;
  }
}
.top_info > div > div.left > div > div:nth-of-type(2) > div > div {
  width: 100%;
}
.top_info > div > div.left > div > div:nth-of-type(2) > div > div h3 {
  padding: 3px;
  font-size: 1.4rem;
  color: #C42F57;
}
@media print, screen and (min-width: 768px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div > div h3 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div > div h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div > div dl {
    padding-bottom: 10px;
  }
}
.top_info > div > div.left > div > div:nth-of-type(2) > div > div dl div {
  gap: 5px;
  padding: 3px 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div > div dl div {
    gap: 10px;
  }
}
.top_info > div > div.left > div > div:nth-of-type(2) > div > div dl div dt {
  background: #C42F57;
  color: #FFF;
  padding: 3px 4px;
  border-radius: 6px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div > div dl div dt {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div > div dl div dt {
    font-size: 1.4rem;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 1366px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div > div dl div dt {
    font-size: 1.5rem;
  }
}
.top_info > div > div.left > div > div:nth-of-type(2) > div > div dl div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div > div dl div dd {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div > div dl div dd {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_info > div > div.left > div > div:nth-of-type(2) > div > div dl div dd {
    font-size: 1.6rem;
  }
}
.top_info > div > div.right {
  width: 100%;
  background: #FFF;
  border-radius: 20px;
  padding: 15px;
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.right {
    border-radius: 30px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_info > div > div.right {
    border-radius: 40px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.right {
    width: 360px;
  }
}
.top_info > div > div.right > div.tel {
  color: #C42F57;
  font-weight: bold;
  padding: 0 0 5px 0;
}
@media print, screen and (min-width: 576px) {
  .top_info > div > div.right > div.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.right > div.tel {
    display: block;
  }
}
.top_info > div > div.right > div.tel h2 {
  font-size: 1.7rem;
}
.top_info > div > div.right > div.tel span {
  display: block;
  font-size: 1.8rem;
  position: relative;
  padding-left: 35px;
}
@media print, screen and (min-width: 992px) {
  .top_info > div > div.right > div.tel span {
    font-size: 2.4rem;
  }
}
.top_info > div > div.right > div.tel span[data-icon=tel]::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}
.top_info > div > div.right > div.tel span a {
  text-decoration: none;
  color: #C42F57;
}
.top_info > div h2, .top_info > div h3 {
  font-weight: bold;
}
.top_info > div p {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .top_info > div p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info > div p {
    font-size: 1.6rem;
  }
}
.top_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  width: 100%;
  padding-top: 10px;
}
@media print, screen and (min-width: 992px) {
  .top_info ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 20px;
    gap: 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_info ul {
    gap: 20px;
    padding-top: 40px;
  }
}
.top_info ul li {
  display: inline-block;
  width: 100%;
}
.top_info ul li a {
  text-decoration: none;
  border-radius: 20px;
  padding: 13px 8px 13px 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 576px) {
  .top_info ul li a {
    padding: 13px 30px 13px 13px;
  }
}
@media print, screen and (min-width: 992px) {
  .top_info ul li a {
    padding: 16px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_info ul li a {
    font-size: 1.8rem;
  }
}
.top_info ul li a:hover {
  opacity: 0.7;
}
.top_info ul li a::after {
  position: static;
  content: "";
  background: url("../images/icon-link-arw_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 10px;
  margin-left: 5px;
}
@media print, screen and (min-width: 992px) {
  .top_info ul li a::after {
    width: 18px;
    height: 18px;
    right: 15px;
    margin-left: 15px;
  }
}
.top_info ul li a.white {
  color: #FFF !important;
}
.top_info ul li a.white::after {
  background: url("../images/icon-link-arw_white.svg");
  background-size: contain;
}
@media print, screen and (min-width: 992px) {
  .top_info ul li {
    width: auto;
  }
}
.top_info ul li a {
  background: #FFF;
  color: #C42F57;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 576px) {
  .top_info ul li a {
    font-size: inherit;
  }
}

#top_news {
  position: relative;
  padding: 0px 0 40px 0;
}
@media print, screen and (min-width: 992px) {
  #top_news {
    padding: 40px 0 60px 0;
  }
}
#top_news .jyuyo {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 1.5rem;
}
@media print, screen and (min-width: 992px) {
  #top_news .jyuyo {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top_news .jyuyo h2 {
  font-size: 1.8rem;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  font-weight: bold;
  position: relative;
  padding-left: 43px;
}
@media print, screen and (min-width: 992px) {
  #top_news .jyuyo h2 {
    font-size: 2.4rem;
    padding-left: 73px;
  }
}
#top_news .jyuyo h2[data-icon=jyuyo]::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_jyuyo_ttl.svg) no-repeat center/contain;
}
@media print, screen and (min-width: 992px) {
  #top_news .jyuyo h2[data-icon=jyuyo]::before {
    width: 54px;
    height: 54px;
  }
}
#top_news .jyuyo ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style-type: none;
}
#top_news .jyuyo ul li a, #top_news .jyuyo ul li span {
  display: block;
  color: #C42F57;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  padding: 0.5em 5px 0.5em 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 992px) {
  #top_news .jyuyo ul li a, #top_news .jyuyo ul li span {
    font-size: 2.4rem;
    padding: 0.5em 5px 0.5em 50px;
  }
}
#top_news .jyuyo ul li a::before, #top_news .jyuyo ul li span::before {
  position: absolute;
  top: 0.8em;
  width: 6px;
  height: 6px;
  left: 0px;
  margin: 0.4rem 0 0 0.8rem;
  border-top: 2px solid #C42F57;
  border-right: 2px solid #C42F57;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
@media print, screen and (min-width: 992px) {
  #top_news .jyuyo ul li a::before, #top_news .jyuyo ul li span::before {
    width: 10px;
    height: 10px;
    left: 10px;
  }
}
#top_news .jyuyo ul li a:hover {
  background: #F8F2F4;
}
#top_news .container {
  padding: 0 15px;
}
@media print, screen and (min-width: 1200px) {
  #top_news .container {
    padding: 0;
  }
}
#top_news .tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#top_news .tabs .tabmenu {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #top_news .tabs .tabmenu {
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
  }
}
#top_news .tabs ul[role=tablist] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media print, screen and (min-width: 768px) {
  #top_news .tabs ul[role=tablist] {
    min-width: auto;
    gap: 0 10px;
  }
}
#top_news .tabs ul[role=tablist] li {
  width: 100%;
  color: #C42F57;
  background: #F2F2F2;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.4em;
  border-radius: 15px;
}
@media print, screen and (min-width: 576px) {
  #top_news .tabs ul[role=tablist] li {
    font-size: 1.4rem;
    padding: 8px 5px;
  }
}
@media print, screen and (min-width: 768px) {
  #top_news .tabs ul[role=tablist] li {
    line-height: 1.6em;
    padding: 12px 5px;
  }
}
@media print, screen and (min-width: 992px) {
  #top_news .tabs ul[role=tablist] li {
    font-size: 1.6rem;
    padding: 16px 10px;
    line-height: 1.8em;
    border-radius: 20px;
  }
}
#top_news .tabs ul[role=tablist] li:hover {
  background: #C42F57;
  color: #FFF;
}
#top_news .tabs ul[role=tablist] li[role=tab][aria-selected=true] {
  background: #C42F57;
  color: #FFF;
  position: relative;
}
#top_news .tabs ul[role=tablist] li[role=tab][aria-selected=true]::after {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #C42F57;
}
#top_news .tabs div[role=tabpanel] ul {
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
  #top_news .tabs div[role=tabpanel] ul {
    padding-top: 20px;
  }
}
#top_news .tabs div[role=tabpanel] ul li {
  border-bottom: 1px solid #DFDFDF;
}
#top_news .tabs div[role=tabpanel] ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 992px) {
  #top_news .tabs div[role=tabpanel] ul li a {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_news .tabs div[role=tabpanel] ul li a {
    padding: 30px;
    gap: 30px;
  }
}
#top_news .tabs div[role=tabpanel] ul li a:hover {
  background: #F8F2F4;
}
#top_news .tabs div[role=tabpanel] ul li a:hover .title {
  text-decoration: underline;
}
#top_news .tabs div[role=tabpanel] ul li a span {
  display: block;
}
#top_news .tabs div[role=tabpanel] ul li a span.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 992px) {
  #top_news .tabs div[role=tabpanel] ul li a span.meta {
    gap: 20px;
  }
}
#top_news .tabs div[role=tabpanel] ul li a span.meta time {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 992px) {
  #top_news .tabs div[role=tabpanel] ul li a span.meta time {
    font-size: 1.4rem;
    width: 140px;
  }
}
#top_news .tabs div[role=tabpanel] ul li a span.meta span {
  padding: 0px 5px;
  border-radius: 20px;
  font-size: 1.1rem;
  width: auto;
  text-align: center;
  border: 1px solid #333333;
}
@media print, screen and (min-width: 768px) {
  #top_news .tabs div[role=tabpanel] ul li a span.meta span {
    font-size: 1.2rem;
    width: 120px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_news .tabs div[role=tabpanel] ul li a span.meta span {
    font-size: 1.4rem;
    width: 150px;
  }
}
#top_news .tabs div[role=tabpanel] ul li a span.meta span.cate {
  color: #C42F57;
  border: #C42F57 1px solid;
}
#top_news .tabs div[role=tabpanel] ul li a span.title {
  font-weight: bold;
}
#top_news .tabs .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
@media print, screen and (min-width: 992px) {
  #top_news .tabs .link {
    padding-top: 40px;
  }
}
#top_news .tabs .link .btn {
  display: inline-block;
}
#top_news .tabs .link .btn a {
  text-decoration: none;
  border-radius: 20px;
  padding: 13px 8px 13px 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 576px) {
  #top_news .tabs .link .btn a {
    padding: 13px 30px 13px 13px;
  }
}
@media print, screen and (min-width: 992px) {
  #top_news .tabs .link .btn a {
    padding: 16px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_news .tabs .link .btn a {
    font-size: 1.8rem;
  }
}
#top_news .tabs .link .btn a:hover {
  opacity: 0.7;
}
#top_news .tabs .link .btn a::after {
  position: static;
  content: "";
  background: url("../images/icon-link-arw_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 10px;
  margin-left: 5px;
}
@media print, screen and (min-width: 992px) {
  #top_news .tabs .link .btn a::after {
    width: 18px;
    height: 18px;
    right: 15px;
    margin-left: 15px;
  }
}
#top_news .tabs .link .btn a.white {
  color: #FFF !important;
}
#top_news .tabs .link .btn a.white::after {
  background: url("../images/icon-link-arw_white.svg");
  background-size: contain;
}
#top_news .tabs .link .btn a {
  background: #C42F57;
}
#top_news .tabs .link .rss a {
  padding: 15px 18px;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background: #C42F57;
  border-radius: 30px;
}
#top_news .tabs .link .rss a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

#top_osusume {
  overflow: hidden;
  position: relative;
  background: #F8F2F4;
  padding: 40px 0 0 0;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
}
#top_osusume > div.slide {
  padding: 0px;
  position: relative;
}
#top_osusume > div.slide.slick-initialized {
  height: auto;
  background-color: transparent;
}
#top_osusume > div.slide ul {
  width: 100%;
  list-style: none;
  margin: 0 0 50px;
  z-index: 1;
  display: none;
}
#top_osusume > div.slide ul.slick-initialized {
  display: block;
}
#top_osusume > div.slide ul .slick-slide {
  padding: 0px;
  margin: 0px 10px;
  background: #FFF;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 992px) {
  #top_osusume > div.slide ul .slick-slide {
    margin: 0px 30px 10px 30px;
  }
}
#top_osusume > div.slide ul .slick-slide img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px 30px 0 0;
}
#top_osusume > div.slide ul .slick-slide span.txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_osusume > div.slide ul .slick-slide a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}
@media print, screen and (min-width: 992px) {
  #top_osusume > div.slide ul .slick-slide a {
    font-size: 1.8rem;
  }
}
#top_osusume > div.slide ul .slick-slide p {
  padding: 8px;
}
#top_osusume > div.slide ul .slick-slide:hover img {
  opacity: 0.5;
}
#top_osusume > div.slide ul.single-slide .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}
#top_osusume > div.slide .slick-prev, #top_osusume > div.slide .slick-next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background-color: #C42F57;
  border-radius: 50%;
  color: #FFF;
}
@media print, screen and (min-width: 992px) {
  #top_osusume > div.slide .slick-prev, #top_osusume > div.slide .slick-next {
    width: 50px;
    height: 50px;
  }
}
#top_osusume > div.slide .slick-prev:hover, #top_osusume > div.slide .slick-prev:focus, #top_osusume > div.slide .slick-next:hover, #top_osusume > div.slide .slick-next:focus {
  background: #F3E3E8;
}
#top_osusume > div.slide .slick-prev::before, #top_osusume > div.slide .slick-prev::after, #top_osusume > div.slide .slick-next::before, #top_osusume > div.slide .slick-next::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#top_osusume > div.slide .slick-prev {
  left: 5%;
  z-index: 100;
}
@media print, screen and (min-width: 992px) {
  #top_osusume > div.slide .slick-prev {
    left: 30%;
  }
}
#top_osusume > div.slide .slick-prev::before {
  background: url(../images/slide_prev.svg) no-repeat center/contain;
}
#top_osusume > div.slide .slick-next {
  right: 5%;
  z-index: 99;
  z-index: 100;
}
@media print, screen and (min-width: 992px) {
  #top_osusume > div.slide .slick-next {
    right: 30%;
  }
}
#top_osusume > div.slide .slick-next::before {
  background: url(../images/slide_next.svg) no-repeat center/contain;
}
#top_osusume > div.slide .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
  bottom: -20px;
}
#top_osusume > div.slide .slick-dots li {
  width: 10px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  margin: 0 10px;
  line-height: 0;
}
#top_osusume > div.slide .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 5px;
  font-size: 0%;
  background: #FFF;
  color: #333333;
}
#top_osusume > div.slide .slick-dots li button:hover, #top_osusume > div.slide .slick-dots li button:focus {
  background: #C42F57;
}
#top_osusume > div.slide .slick-dots li.slick-active button {
  background: #C42F57;
  color: #FFF;
}
#top_osusume .btnPlay_osusume {
  position: absolute;
  width: 60px;
  height: 21px;
  background-image: url(../images/slide_btn_stop.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0%;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
  bottom: -30px;
  right: 20px;
  z-index: 1;
}
@media print, screen and (min-width: 992px) {
  #top_osusume .btnPlay_osusume {
    width: 76px;
    height: 26px;
  }
}
#top_osusume > div.link-list {
  background: #F3E3E8;
  padding: 20px 1.5rem;
}
@media print, screen and (min-width: 1200px) {
  #top_osusume > div.link-list {
    padding: 20px 0;
  }
}
#top_osusume > div.link-list ul {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  #top_osusume > div.link-list ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 992px) {
  #top_osusume > div.link-list ul {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_osusume > div.link-list ul {
    gap: 30px;
  }
}
#top_osusume > div.link-list ul li {
  width: calc((100% - 10px) / 2);
}
@media print, screen and (min-width: 768px) {
  #top_osusume > div.link-list ul li {
    width: 100%;
  }
}
#top_osusume > div.link-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 10px;
  background: #FFF;
  border-radius: 30px;
  color: #333333;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media print, screen and (min-width: 992px) {
  #top_osusume > div.link-list ul li a {
    padding: 14px 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#top_osusume > div.link-list ul li a span {
  display: block;
  width: 100%;
  text-align: center;
}
#top_osusume > div.link-list ul li a::before {
  content: "";
  position: static;
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 992px) {
  #top_osusume > div.link-list ul li a::before {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
}
#top_osusume > div.link-list ul li a[data-icon=kenshin]::before {
  background: url(../images/top_icon_osusume01.svg) no-repeat center/contain;
}
#top_osusume > div.link-list ul li a[data-icon=yobo]::before {
  background: url(../images/top_icon_osusume02.svg) no-repeat center/contain;
}
#top_osusume > div.link-list ul li a[data-icon=omimai]::before {
  background: url(../images/top_icon_osusume03.svg) no-repeat center/contain;
}
#top_osusume > div.link-list ul li a[data-icon=access]::before {
  background: url(../images/top_icon_osusume04.svg) no-repeat center/contain;
}
#top_osusume > div.link-list ul li a:hover {
  opacity: 0.7;
}

#top_shinryo {
  padding: 40px 1.5rem;
}
@media print, screen and (min-width: 1200px) {
  #top_shinryo {
    padding: 40px 0;
  }
}
#top_shinryo > div {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (min-width: 992px) {
  #top_shinryo > div {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
  }
}
#top_shinryo > div ul {
  list-style-type: none;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top_shinryo > div ul li {
  width: 100%;
}
#top_shinryo > div ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  font-size: 1.6rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  #top_shinryo > div ul li a {
    font-size: 2rem;
  }
}
#top_shinryo > div ul li:hover {
  opacity: 0.7;
}
#top_shinryo > div > div.left {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  #top_shinryo > div > div.left {
    width: 60%;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_shinryo > div > div.left {
    width: 70%;
  }
}
#top_shinryo > div > div.left ul li a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: block;
  width: 100%;
}
#top_shinryo > div > div.left ul li a div img {
  width: 100%;
  height: auto;
  border-radius: 30px 30px 0 0;
}
#top_shinryo > div > div.left ul li a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px 30px;
}
#top_shinryo > div > div.left ul li a span[data-icon=arw]::before {
  position: absolute;
  content: "";
  background: url(../images/icon-link-arw_red.svg) no-repeat center/contain;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 20px;
}
@media print, screen and (min-width: 992px) {
  #top_shinryo > div > div.left ul li a span[data-icon=arw]::before {
    width: 18px;
    height: 18px;
  }
}
#top_shinryo > div > div.right {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  #top_shinryo > div > div.right {
    width: 40%;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_shinryo > div > div.right {
    width: 30%;
  }
}
#top_shinryo > div > div.right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 992px) {
  #top_shinryo > div > div.right ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top_shinryo > div > div.right ul li a {
  padding: 18px 30px;
}
@media print, screen and (min-width: 1200px) {
  #top_shinryo > div > div.right ul li a {
    padding: 38px 30px;
  }
}
#top_shinryo > div > div.right ul li a[data-icon=arw]::before {
  position: absolute;
  content: "";
  background: url(../images/icon-link-arw_red.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  right: 20px;
}
@media print, screen and (min-width: 1200px) {
  #top_shinryo > div > div.right ul li a[data-icon=arw]::before {
    width: 18px;
    height: 18px;
  }
}

#top_profile {
  position: relative;
  margin: 10px 0 40px 0;
}
@media print, screen and (min-width: 992px) {
  #top_profile {
    margin: 60px 0 0 0;
  }
}
#top_profile .pic {
  position: relative;
}
#top_profile .pic img {
  width: 100%;
  height: auto;
}
#top_profile .ttl {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 1.5rem;
}
@media screen and (min-width: 1366px) {
  #top_profile .ttl {
    left: -30px;
  }
}
#top_profile .ttl > div {
  background: #FFF;
  position: absolute;
  padding: 10px 20px;
  border-radius: 30px;
  top: -60px;
  width: calc(100% - 3rem);
}
@media print, screen and (min-width: 1200px) {
  #top_profile .ttl > div {
    width: auto;
    padding: 10px 30px;
  }
}
#top_profile .ttl > div h2 {
  padding: 20px 0;
  font-size: 2rem;
}
@media print, screen and (min-width: 992px) {
  #top_profile .ttl > div h2 {
    font-size: 3rem;
  }
}
#top_profile .ttl > div h2 span {
  position: relative;
  display: inline-block;
  padding: 0 5px 10px 8px;
  color: #333333;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 992px) {
  #top_profile .ttl > div h2 span {
    padding: 0 5px 20px 8px;
  }
}
#top_profile .ttl > div h2 span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #C42F57;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top_profile .container {
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 992px) {
  #top_profile .container {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1366px) {
  #top_profile .container {
    padding: 0;
  }
}
#top_profile .btn {
  display: inline-block;
  margin: 15px 0;
}
#top_profile .btn a {
  text-decoration: none;
  border-radius: 20px;
  padding: 13px 8px 13px 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 576px) {
  #top_profile .btn a {
    padding: 13px 30px 13px 13px;
  }
}
@media print, screen and (min-width: 992px) {
  #top_profile .btn a {
    padding: 16px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_profile .btn a {
    font-size: 1.8rem;
  }
}
#top_profile .btn a:hover {
  opacity: 0.7;
}
#top_profile .btn a::after {
  position: static;
  content: "";
  background: url("../images/icon-link-arw_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 10px;
  margin-left: 5px;
}
@media print, screen and (min-width: 992px) {
  #top_profile .btn a::after {
    width: 18px;
    height: 18px;
    right: 15px;
    margin-left: 15px;
  }
}
#top_profile .btn a.white {
  color: #FFF !important;
}
#top_profile .btn a.white::after {
  background: url("../images/icon-link-arw_white.svg");
  background-size: contain;
}
@media print, screen and (min-width: 1200px) {
  #top_profile .btn {
    margin: 10px 0 20px 0;
  }
}
#top_profile .btn a {
  background: #C42F57;
}
#top_profile h3 {
  color: #C42F57;
  font-size: 2rem;
  font-weight: bold;
  padding: 40px 0 20px 0;
}
@media print, screen and (min-width: 992px) {
  #top_profile h3 {
    font-size: 3rem;
  }
}
#top_profile p {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 992px) {
  #top_profile p {
    font-size: 1.8rem;
    line-height: 1.8em;
  }
}
#top_profile ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 992px) {
  #top_profile ul {
    margin-top: 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
  }
}
#top_profile ul li {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  #top_profile ul li {
    width: auto;
  }
}
#top_profile ul li a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  border-radius: 10px;
}
#top_profile ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_profile ul li a span::before {
  content: "";
  position: static;
  margin-right: 10px;
  background: url(../images/icon-arw_bg_red.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
}
#top_profile ul li a:hover {
  background: #F8F2F4;
}
#top_profile ol {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 992px) {
  #top_profile ol {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
  }
}
#top_profile ol li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media print, screen and (min-width: 992px) {
  #top_profile ol li {
    display: block;
  }
}
#top_profile ol li > div.img {
  width: 40%;
}
@media print, screen and (min-width: 992px) {
  #top_profile ol li > div.img {
    width: auto;
  }
}
#top_profile ol li > div.img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
#top_profile ol li > div.txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 0 10px;
}
@media print, screen and (min-width: 992px) {
  #top_profile ol li > div.txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    top: -60px;
  }
}
#top_profile ol li > div.txt span {
  display: block;
  color: #C42F57;
  font-weight: bold;
}
#top_profile ol li > div.txt span.number {
  font-size: 5rem;
  font-family: "Barlow", "sans-serif";
  font-weight: 600;
  font-style: normal;
  line-height: 1.2em;
}
@media print, screen and (min-width: 992px) {
  #top_profile ol li > div.txt span.number {
    font-size: 10rem;
  }
}
#top_profile ol li > div.txt span:nth-of-type(2) {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 992px) {
  #top_profile ol li > div.txt span:nth-of-type(2) {
    font-size: 2.4rem;
  }
}

#top_closeup {
  background: #F8F2F4;
  padding: 40px 1.5rem 60px 1.5rem;
}
@media print, screen and (min-width: 992px) {
  #top_closeup {
    padding: 40px 0 60px 0;
  }
}
#top_closeup .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (min-width: 992px) {
  #top_closeup .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
  }
}
#top_closeup .container > div {
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#top_closeup .container > div .img {
  width: 30%;
}
@media print, screen and (min-width: 992px) {
  #top_closeup .container > div .img {
    width: 200px;
  }
}
#top_closeup .container > div .img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
#top_closeup .container > div .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top_closeup .container > div .txt h3 {
  color: #C42F57;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 992px) {
  #top_closeup .container > div .txt h3 {
    font-size: 2rem;
  }
}
#top_closeup .container > div .txt a {
  color: #C42F57;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 5px;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  border-radius: 10px;
}
#top_closeup .container > div .txt a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#top_closeup .container > div .txt a span::after {
  content: "";
  position: static;
  margin-left: 10px;
  background: url(../images/icon-arw_bg_red.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
}

#top_recruit {
  max-width: 1200px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 20px 1.5rem;
}
@media print, screen and (min-width: 1200px) {
  #top_recruit {
    padding: 40px 0;
    gap: 60px;
  }
}
#top_recruit > div {
  width: 100%;
}
#top_recruit > div a {
  display: block;
  text-decoration: none;
}
#top_recruit > div a img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
#top_recruit > div a:hover img {
  opacity: 0.7;
}
#top_recruit > div a div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 25px;
  padding-top: 1rem;
}
@media print, screen and (min-width: 1200px) {
  #top_recruit > div a div {
    padding-right: 45px;
  }
}
#top_recruit > div a div h2 {
  color: #C42F57;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #top_recruit > div a div h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  #top_recruit > div a div h2 {
    font-size: 2.4rem;
  }
}
#top_recruit > div a div p {
  color: #333333;
}
#top_recruit > div a div[data-icon=arw]::before {
  position: absolute;
  content: "";
  background: url(../images/icon-arw_bg_red.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 1200px) {
  #top_recruit > div a div[data-icon=arw]::before {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}

#top_ban {
  margin-top: 30px;
  background: #F2F2F2;
  padding: 40px 1.5rem;
}
@media print, screen and (min-width: 1200px) {
  #top_ban {
    padding: 40px 0;
  }
}
#top_ban > div.container {
  position: relative;
}
#top_ban > div.container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  #top_ban > div.container ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 992px) {
  #top_ban > div.container ul {
    gap: 30px;
  }
}
#top_ban > div.container ul li {
  width: 100%;
}
#top_ban > div.container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  color: #333333;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  #top_ban > div.container ul li a {
    display: block;
  }
}
#top_ban > div.container ul li a:hover {
  opacity: 0.8;
}
#top_ban > div.container ul li a div:nth-of-type(1) {
  width: 45%;
}
@media print, screen and (min-width: 576px) {
  #top_ban > div.container ul li a div:nth-of-type(1) {
    width: 35%;
  }
}
@media print, screen and (min-width: 768px) {
  #top_ban > div.container ul li a div:nth-of-type(1) {
    width: auto;
  }
}
#top_ban > div.container ul li a div:nth-of-type(1) img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 0 30px;
}
@media print, screen and (min-width: 768px) {
  #top_ban > div.container ul li a div:nth-of-type(1) img {
    border-radius: 30px 30px 0 0;
  }
}
#top_ban > div.container ul li a div:nth-of-type(2) {
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 992px) {
  #top_ban > div.container ul li a div:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    padding: 15px 10px 10px 10px;
  }
}
#top_ban > div.container ul li a div:nth-of-type(2) span {
  display: block;
}
#top_ban > div.container ul li a div:nth-of-type(2) span:nth-of-type(1) {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 992px) {
  #top_ban > div.container ul li a div:nth-of-type(2) span:nth-of-type(1) {
    font-size: inherit;
  }
}
#top_ban > div.container ul li a div:nth-of-type(2) span:nth-of-type(2) {
  font-size: 1.8rem;
  font-weight: bold;
}
@media print, screen and (min-width: 992px) {
  #top_ban > div.container ul li a div:nth-of-type(2) span:nth-of-type(2) {
    font-size: 2.6rem;
    padding: 5px;
  }
}

#main h2.center {
  text-align: center;
  padding: 0px 0 25px 0;
  font-size: 2rem;
}
@media print, screen and (min-width: 992px) {
  #main h2.center {
    font-size: 3rem;
    padding: 20px 0 50px 0;
  }
}
#main h2.center span {
  position: relative;
  display: inline-block;
  padding: 0 5px 10px 8px;
  color: #333333;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 992px) {
  #main h2.center span {
    padding: 0 5px 20px 8px;
  }
}
#main h2.center span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #C42F57;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main h2.s {
  text-align: center;
  padding: 20px 0;
  font-size: 2.4rem;
}
#main h2.s span {
  color: #333333;
  letter-spacing: 0.2em;
}

/*
#header_ttl {
  position:relative;

  > div {
    padding:50px 100px 40px 100px;
    text-align:center;

    h1 {
      font-size:250%;
    }
  }
  div.cate_ttl {
    display:flex;
    padding:0px;
    align-items:center;
   > h1 {
    flex-basis:40%; 
   }

   > div {
    flex-basis:60%;
    margin:0px; padding:0px;
    vertical-align:top;
    img {
      width:100%;
      height:auto;
    }
   }
  }
}
*/
/* pankuzu */
.breadcrumb {
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 2em;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1366px) {
  .breadcrumb {
    max-width: 1200px;
    padding: 0;
    margin-bottom: 4em;
  }
}
.breadcrumb ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb ol li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 40px;
}
.breadcrumb ol li:not(:first-child)::before {
  position: absolute;
  width: 8px;
  height: 8px;
  left: -34px;
  margin: 0.7rem 0 0 0.8rem;
  border-top: 1px solid #C42F57;
  border-right: 1px solid #C42F57;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.breadcrumb ol li:first-child {
  margin-left: 0;
}
.breadcrumb ol li:first-child:before {
  content: none;
}

/* category_list */
#article #page_maincontents ul.category_page_list {
  padding: 0;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents ul.category_page_list {
    gap: 20px 30px;
  }
}
#article #page_maincontents ul.category_page_list > li {
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #article #page_maincontents ul.category_page_list > li {
    width: calc((100% - 30px) / 2);
  }
}
#article #page_maincontents ul.category_page_list > li a, #article #page_maincontents ul.category_page_list > li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /*高さそろえのため*/
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#article #page_maincontents ul.category_page_list > li a {
  text-decoration: none;
  color: #333333;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 50px;
  background: white;
  border: 1px solid #e0b5c0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
#article #page_maincontents ul.category_page_list > li a:hover {
  background: #F8F2F4;
  padding: 15px 20px 25px 50px;
}
#article #page_maincontents ul.category_page_list > li a:hover::before {
  top: calc(50% - 5px);
}
#article #page_maincontents ul.category_page_list > li a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/icon-arw_bg_red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#article #page_maincontents ul.category_page_list > li::after {
  background: none;
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents ul.category_page_list.catetop li {
    width: calc((100% - 60px) / 3);
  }
}

/* incatlist */
#article #page_maincontents ul.incatlist,
#article #page_maincontents-onecol ul.incatlist {
  padding: 0;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 0 20px;
}
#article #page_maincontents ul.incatlist li,
#article #page_maincontents-onecol ul.incatlist li {
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #article #page_maincontents ul.incatlist li,
  #article #page_maincontents-onecol ul.incatlist li {
    width: calc(50% - 10px);
  }
}
#article #page_maincontents ul.incatlist li a,
#article #page_maincontents-onecol ul.incatlist li a {
  position: relative;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 1.5em;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 15px 10px 40px;
  border-bottom: 2px solid #F8F2F4;
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents ul.incatlist li a,
  #article #page_maincontents-onecol ul.incatlist li a {
    padding: 20px 15px 20px 50px;
  }
}
#article #page_maincontents ul.incatlist li a:hover,
#article #page_maincontents-onecol ul.incatlist li a:hover {
  background: #F8F2F4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents ul.incatlist li a:hover,
  #article #page_maincontents-onecol ul.incatlist li a:hover {
    padding: 15px 15px 25px 50px;
  }
}
#article #page_maincontents ul.incatlist li a::before,
#article #page_maincontents-onecol ul.incatlist li a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/icon-arw_blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 7px;
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents ul.incatlist li a::before,
  #article #page_maincontents-onecol ul.incatlist li a::before {
    width: 25px;
    height: 25px;
    left: 10px;
  }
}
#article #page_maincontents ul.incatlist li:after,
#article #page_maincontents-onecol ul.incatlist li:after {
  background: none;
}

/* sidemenu */
aside#page_sidemenu ul {
  list-style-type: none;
}
aside#page_sidemenu h2.page_cate,
aside#page_sidemenu h2 {
  position: relative;
  font-size: 1.8rem;
  padding: 0px 0px 20px 20px;
  font-weight: bold;
  color: #C42F57;
}
aside#page_sidemenu h2.page_cate a,
aside#page_sidemenu h2 a {
  color: #C42F57;
}
aside#page_sidemenu h2.page_cate::after,
aside#page_sidemenu h2::after {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 80px;
  height: 80px;
  background: #F8F2F4;
  border-radius: 50%;
  z-index: -1;
}
aside#page_sidemenu .page_menu_cate_link {
  padding: 0;
  font-size: 100%;
  margin-bottom: 15px;
}
aside#page_sidemenu .page_menu_cate_link ul {
  margin: 20px 0px 10px 0px;
}
aside#page_sidemenu .page_menu_cate_link ul li {
  position: relative;
  text-align: left;
  list-style: none;
  padding: 0px;
  margin: 0;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
aside#page_sidemenu .page_menu_cate_link ul li.selected a {
  font-weight: bold;
  border-radius: 5px;
  color: #C42F57;
}
aside#page_sidemenu .page_menu_cate_link ul li:last-child {
  border: none;
}
aside#page_sidemenu .page_menu_cate_link ul li:hover {
  cursor: pointer;
  background: #F8F2F4;
  border-radius: 5px;
}
aside#page_sidemenu .page_menu_cate_link ul li a,
aside#page_sidemenu .page_menu_cate_link ul li span {
  position: relative;
  padding: 10px 10px 10px 35px;
  display: block;
}
aside#page_sidemenu .page_menu_cate_link ul li a {
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}
aside#page_sidemenu .page_menu_cate_link ul li span {
  color: #C42F57;
}
aside#page_sidemenu .page_menu_cate_link ul li::before {
  position: absolute;
  top: 1em;
  width: 6px;
  height: 6px;
  left: 5px;
  margin: 0.4rem 0 0 0.8rem;
  border-top: 2px solid #C42F57;
  border-right: 2px solid #C42F57;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  z-index: 1;
}
aside#page_sidemenu .page_menu_cate_link ul li::after {
  background: none;
}
aside#page_sidemenu .page_menu_cate_link .btn button {
  color: #C42F57;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  font-weight: bold;
  padding: 10px 20px 10px 10px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  aside#page_sidemenu .page_menu_cate_link .btn button {
    display: none;
  }
}
aside#page_sidemenu .page_menu_cate_link .btn button::before {
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
aside#page_sidemenu .page_menu_cate_link .btn button.show-more::before {
  background: url(../images/icon-showmore.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
aside#page_sidemenu .page_menu_cate_link .btn button.show-more-expanded::before {
  background: url(../images/icon-showmore-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
aside#page_sidemenu .page_menu_cate_link:nth-of-type(n+2) {
  margin-top: 5rem;
}
aside#page_sidemenu #page_menu_life {
  padding: 10px 15px 15px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #C42F57;
}
aside#page_sidemenu #page_menu_life h2 {
  margin: 0 0 10px;
  padding: 0px;
  color: #FFF;
  background: none;
}
aside#page_sidemenu #page_menu_life h2 span {
  position: relative;
  display: block;
  padding-left: 30px;
}
aside#page_sidemenu #page_menu_life h2 span::before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 15px;
  height: 4px;
  background: #FFF;
  content: "";
}
aside#page_sidemenu #page_menu_life ul {
  margin: 0 auto;
  background: none;
}
aside#page_sidemenu #page_menu_life ul li {
  list-style: none;
  margin: 0 0 10px;
  cursor: pointer;
  background: #FFF;
}
aside#page_sidemenu #page_menu_life ul li::after {
  background: none;
}
aside#page_sidemenu #page_menu_life ul li:last-child {
  margin-bottom: 0;
}
aside#page_sidemenu #page_menu_life ul li[class^=life0] {
  position: relative;
}
aside#page_sidemenu #page_menu_life ul li[class^=life0]::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0.6em;
  left: 0;
  margin-right: 0.2em;
}
aside#page_sidemenu #page_menu_life ul li[class^=life0] a:after {
  position: absolute;
  top: 1.5em;
  right: 0.5em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #C42F57;
  border-right: 2px solid #C42F57;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
aside#page_sidemenu #page_menu_life ul li.life01:before {
  background: url(../images/top_life_01.png) no-repeat;
  background-size: contain;
}
aside#page_sidemenu #page_menu_life ul li.life02:before {
  background: url(../images/top_life_02.png) no-repeat;
  background-size: contain;
}
aside#page_sidemenu #page_menu_life ul li.life03:before {
  background: url(../images/top_life_03.png) no-repeat;
  background-size: contain;
}
aside#page_sidemenu #page_menu_life ul li.life04:before {
  background: url(../images/top_life_04.png) no-repeat;
  background-size: contain;
}
aside#page_sidemenu #page_menu_life ul li.life05:before {
  background: url(../images/top_life_05.png) no-repeat;
  background-size: contain;
}
aside#page_sidemenu #page_menu_life ul li.life06:before {
  background: url(../images/top_life_06.png) no-repeat;
  background-size: contain;
}
aside#page_sidemenu #page_menu_life ul li.life07:before {
  background: url(../images/top_life_07.png) no-repeat;
  background-size: contain;
}
aside#page_sidemenu #page_menu_life ul li.life08:before {
  background: url(../images/top_life_08.png) no-repeat;
  background-size: contain;
}
aside#page_sidemenu #page_menu_life ul li a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  padding: 15px 10px 15px 60px;
  display: block;
}
aside#page_sidemenu .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  aside#page_sidemenu .btn {
    text-align: left;
  }
}
aside#page_sidemenu .btn a {
  background: #C42F57;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
  padding: 13px 45px 13px 25px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  aside#page_sidemenu .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
aside#page_sidemenu .btn a::after {
  position: absolute;
  content: "";
  background: url(../images/icon-arw_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 15px;
}
@media print, screen and (min-width: 992px) {
  aside#page_sidemenu .btn a::after {
    width: 25px;
    height: 25px;
  }
}

#article #page_maincontents #otoiawase,
#article #page_maincontents-onecol #otoiawase {
  margin-top: 30px;
  background-color: #F8F2F4;
  clear: both;
  padding: 20px;
  border-radius: 20px;
}
#article #page_maincontents #otoiawase h2,
#article #page_maincontents-onecol #otoiawase h2 {
  margin-bottom: 5px;
  color: #C42F57;
  font-size: 1.8rem;
  font-weight: bold;
}
#article #page_maincontents #otoiawase p,
#article #page_maincontents-onecol #otoiawase p {
  margin-bottom: 0;
}

/* news_backnumber */
#article #page_maincontents-onecol .news ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  #article #page_maincontents-onecol .news ul {
    padding: 20px 0;
  }
}
#article #page_maincontents-onecol .news ul li {
  border-bottom: 1px solid #DFDFDF;
  padding: 0;
}
#article #page_maincontents-onecol .news ul li::after {
  content: none;
}
#article #page_maincontents-onecol .news ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents-onecol .news ul li a {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #article #page_maincontents-onecol .news ul li a {
    gap: 30px;
  }
}
#article #page_maincontents-onecol .news ul li a:hover {
  background: #F8F2F4;
}
#article #page_maincontents-onecol .news ul li a:hover .title {
  text-decoration: underline;
}
#article #page_maincontents-onecol .news ul li a span {
  display: block;
}
#article #page_maincontents-onecol .news ul li a span.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents-onecol .news ul li a span.meta {
    gap: 20px;
  }
}
#article #page_maincontents-onecol .news ul li a span.meta time {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents-onecol .news ul li a span.meta time {
    font-size: 1.4rem;
    width: 150px;
  }
}
#article #page_maincontents-onecol .news ul li a span.meta span {
  padding: 0px 5px;
  border-radius: 20px;
  font-size: 1.1rem;
  width: auto;
  text-align: center;
  border: 1px solid #333333;
}
@media print, screen and (min-width: 768px) {
  #article #page_maincontents-onecol .news ul li a span.meta span {
    font-size: 1.2rem;
    width: 120px;
  }
}
@media print, screen and (min-width: 1200px) {
  #article #page_maincontents-onecol .news ul li a span.meta span {
    font-size: 1.4rem;
    width: 150px;
  }
}
#article #page_maincontents-onecol .news ul li a span.meta span.cate {
  color: #C42F57;
  border: #C42F57 1px solid;
  line-height: 1.7;
}
#article #page_maincontents-onecol .news ul li a span.title {
  font-weight: bold;
}
#article #page_maincontents-onecol .news .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #article #page_maincontents-onecol .news .link {
    padding-top: 2rem;
  }
}
#article #page_maincontents-onecol .news .link .btn {
  display: inline-block;
}
#article #page_maincontents-onecol .news .link .btn a {
  text-decoration: none;
  border-radius: 20px;
  padding: 13px 8px 13px 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 576px) {
  #article #page_maincontents-onecol .news .link .btn a {
    padding: 13px 30px 13px 13px;
  }
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents-onecol .news .link .btn a {
    padding: 16px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  #article #page_maincontents-onecol .news .link .btn a {
    font-size: 1.8rem;
  }
}
#article #page_maincontents-onecol .news .link .btn a:hover {
  opacity: 0.7;
}
#article #page_maincontents-onecol .news .link .btn a::after {
  position: static;
  content: "";
  background: url("../images/icon-link-arw_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 10px;
  margin-left: 5px;
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents-onecol .news .link .btn a::after {
    width: 18px;
    height: 18px;
    right: 15px;
    margin-left: 15px;
  }
}
#article #page_maincontents-onecol .news .link .btn a.white {
  color: #FFF !important;
}
#article #page_maincontents-onecol .news .link .btn a.white::after {
  background: url("../images/icon-link-arw_white.svg");
  background-size: contain;
}
#article #page_maincontents-onecol .news .link .btn a {
  background: #C42F57;
  color: #FFF;
}
#article #page_maincontents-onecol .news .link .rss a {
  padding: 15px 20px !important;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background: #C42F57 !important;
  border-radius: 30px;
}
#article #page_maincontents-onecol .news .link .rss a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#article #page_maincontents-onecol .news .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  #article #page_maincontents-onecol .news .pagenation {
    font-size: inherit;
    line-height: inherit;
    font-size: 1.7rem;
  }
}
#article #page_maincontents-onecol .news .pagenation a, #article #page_maincontents-onecol .news .pagenation span {
  border: 1px solid #C42F57;
  border-radius: 5px;
  padding: 5px;
  margin-right: 3px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #article #page_maincontents-onecol .news .pagenation a, #article #page_maincontents-onecol .news .pagenation span {
    padding: 5px 8px;
    line-height: 1.5;
  }
}
#article #page_maincontents-onecol .news .pagenation a:last-child {
  margin-right: 0px;
}
#article #page_maincontents-onecol .news .pagenation span:last-child {
  margin-right: 0px;
}
#article #page_maincontents-onecol .news .pagenation span.selected {
  background: #C42F57;
  color: #FFF;
}
#article #page_maincontents-onecol .news .pagenation a {
  color: #C42F57;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#article #page_maincontents-onecol .news .pagenation a:hover {
  background: #C42F57;
  color: #FFF;
}

/* sitemap */
#article #page_maincontents-onecol.sitemap {
  font-size: inherit;
}
#article #page_maincontents-onecol.sitemap [class^=container]:not(.container1) {
  padding-left: 30px;
}
@media print, screen and (min-width: 992px) {
  #article #page_maincontents-onecol.sitemap [class^=container]:not(.container1) {
    padding-left: 60px;
  }
}
#article #page_maincontents-onecol.sitemap [class^=container] ul {
  list-style-type: none;
}
#article #page_maincontents-onecol.sitemap [class^=container] ul li {
  background: url("../images/icon_file_s.png") no-repeat;
  background-position: 0px 0.5em;
  padding: 2px 0 2px 24px;
}
#article #page_maincontents-onecol.sitemap [class^=container] ul li::after {
  content: none;
}
#article #page_maincontents-onecol.sitemap [class^=sitemap-title] {
  background: url("../images/icon_folder_s.png") no-repeat;
  background-position: 0px 0.6em;
  padding: 2px 0 2px 24px;
}

/*-- lifeevent --*/
dl.life {
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  font-size: 90%;
}
dl.life dt {
  text-align: left;
  padding: 6px;
  font-weight: bold;
  margin-top: 2px;
  line-height: 1.6;
}
dl.life dt a {
  background: url(../images/icon_folder_s.png) no-repeat left 0.3em;
  padding: 0 25px;
  margin: 0;
  display: inline-block;
}
dl.life dt span {
  margin-left: 0.5em;
  padding-left: 1em;
  display: block;
}
dl.life dt + dt {
  margin-top: 5px;
}
dl.life dd {
  line-height: 1.6;
  margin: 5px 0 15px;
  text-align: left;
  padding: 2px 2px 2px 30px;
  color: #4e7b20;
}
dl.life dd span {
  padding-left: 1.25em;
  display: block;
}
dl.life dd a {
  background: url(../images/icon_file_s.png) no-repeat left 0.1em;
  padding: 0 25px;
  margin: 0;
  display: inline-block;
}

/*--soshiki--*/
#article #page_main #page_maincontents-onecol #groupindex ul {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #article #page_main #page_maincontents-onecol #groupindex ul {
    margin: 0 0 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #article #page_main #page_maincontents-onecol #groupindex ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#article #page_main #page_maincontents-onecol #groupindex ul > li a, #article #page_main #page_maincontents-onecol #groupindex ul > li span {
  display: block;
}
#article #page_main #page_maincontents-onecol #groupindex ul > li a,
#article #page_main #page_maincontents-onecol #groupindex ul > li span.name {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  font-weight: bold;
}
#article #page_main #page_maincontents-onecol #groupindex ul > li span.txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#article #page_main #page_maincontents-onecol #groupindex ul > li > ul {
  width: 100%;
}

.module_btn {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module_btn a {
  text-decoration: none;
  border-radius: 20px;
  padding: 13px 8px 13px 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 576px) {
  .module_btn a {
    padding: 13px 30px 13px 13px;
  }
}
@media print, screen and (min-width: 992px) {
  .module_btn a {
    padding: 16px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .module_btn a {
    font-size: 1.8rem;
  }
}
.module_btn a:hover {
  opacity: 0.7;
}
.module_btn a::after {
  position: static;
  content: "";
  background: url("../images/icon-link-arw_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 10px;
  margin-left: 5px;
}
@media print, screen and (min-width: 992px) {
  .module_btn a::after {
    width: 18px;
    height: 18px;
    right: 15px;
    margin-left: 15px;
  }
}
.module_btn a.white {
  color: #FFF !important;
}
.module_btn a.white::after {
  background: url("../images/icon-link-arw_white.svg");
  background-size: contain;
}
.module_btn a {
  background: #C42F57;
  color: #FFF;
}

/*pdficon*/
.article_fileicon {
  margin: 30px 0 20px 0;
  font-size: 1.2rem;
  line-height: 1.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .article_fileicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.article_fileicon_img {
  margin-right: 15px;
}
@media print, screen and (max-width: 575px) {
  .article_fileicon_img {
    width: 100%;
  }
}
@media print, screen and (max-width: 575px) {
  .article_fileicon_txt {
    padding-top: 10px;
  }
}

#article .file_size {
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  #article .file_size {
    font-size: 1.2rem;
  }
}

#article [class^=icon_] {
  padding: 0 5px;
  margin: 0px 10px;
  font-size: 1.2rem;
  line-height: 1.8em;
  color: #FFFFFF;
  display: inline-block;
}

.icon_pdf {
  background: #9E0000;
}

.icon_xls {
  background: #217547;
}

.icon_xlsx {
  background: #217547;
}

.icon_xlsm {
  background: #217547;
}

.icon_csv {
  background: #848484;
}

.icon_tsv {
  background: #848484;
}

.icon_doc {
  background: #153B86;
}

.icon_rtf {
  background: #153B86;
}

.icon_docx {
  background: #153B86;
}

.icon_jtd {
  background: #DB1718;
}

.icon_gif {
  background: #76720F;
}

.icon_jpeg {
  background: #76720F;
}

.icon_jpg {
  background: #76720F;
}

.icon_bmp {
  background: #76720F;
}

.icon_mp3 {
  background: #509C15;
}

.icon_mp4 {
  background: #412184;
}

.icon_png {
  background: #76720F;
}

.icon_ppt {
  background: #C05203;
}

.icon_pptx {
  background: #C05203;
}

.icon_sxc {
  background: #076A00;
}

.icon_sxw {
  background: #163A86;
}

.icon_wav {
  background: #4F9C12;
}

.icon_wmv {
  background: #A02F07;
}

.icon_xdw {
  background: #006A54;
}

.icon_xls {
  background: #0B6606;
}

.icon_xlsx {
  background: #0B6606;
}

.icon_zip {
  background: #646464;
}

.icon_link {
  background: #385B99;
}

.icon_docment {
  background: #C00000;
}

.filesize {
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .filesize {
    font-size: 1.2rem;
  }
}