@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 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin: 0px auto;
  position: relative;
  z-index: 4;
}
#header #header_logo {
  padding: 0px 15px;
  margin: 10px 0;
}
@media print, screen and (min-width: 992px) {
  #header #header_logo {
    margin: 0;
    padding: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #header #header_logo {
    padding: 30px;
  }
}
#header #header_logo h1, #header #header_logo div {
  width: 180px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  #header #header_logo h1, #header #header_logo div {
    width: 220px;
  }
}
@media print, screen and (min-width: 992px) {
  #header #header_logo h1, #header #header_logo div {
    width: 260px;
  }
}
@media print, screen and (min-width: 1200px) {
  #header #header_logo h1, #header #header_logo div {
    width: 280px;
  }
}
@media screen and (min-width: 1366px) {
  #header #header_logo h1, #header #header_logo div {
    width: 376px;
  }
}
#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: 80px;
  }
}
@media screen and (min-width: 1366px) {
  #header_r {
    padding-right: 120px;
  }
}
#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;
  background: #F8F2F4;
  border-radius: 0 0 20px 20px;
  padding: 0 10px;
}
@media print, screen and (min-width: 1200px) {
  #header_r > div.setting > ul.links {
    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: #472800;
  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.6rem;
    padding: 15px 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: #472800;
  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.6rem;
    padding: 15px 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: 43%;
  }
}
#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;
}
@media print, screen and (min-width: 1200px) {
  #gnavi {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0px 15px 0px;
  }
}
#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: #472800;
  font-weight: bold;
  z-index: 3;
  padding: 5px 10px;
  /*
  &:after {
    content: "";
    position: absolute;
    background: $sub;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 2px;
    transform: scaleX(0);
    transition: all .5s ease;
  }
  &:hover:after, &.selected:after, &:focus:after {
      transform: scaleX(1);
  }*/
}
@media print, screen and (min-width: 1200px) {
  #gnavi nav > ul > li > a {
    font-size: 1.7rem;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1366px) {
  #gnavi nav > ul > li > a {
    padding: 5px 20px;
  }
}
#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%;
}

#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;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .header-inner .logo {
    padding: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #menu-sp .header-inner .logo {
    padding: 30px;
  }
}
#menu-sp .header-inner .logo a {
  display: block;
  width: 180px;
}
@media print, screen and (min-width: 768px) {
  #menu-sp .header-inner .logo a {
    width: 220px;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .header-inner .logo a {
    width: 260px;
  }
}
@media print, screen and (min-width: 1200px) {
  #menu-sp .header-inner .logo a {
    width: 280px;
  }
}
@media screen and (min-width: 1366px) {
  #menu-sp .header-inner .logo a {
    width: 376px;
  }
}
#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.6rem;
    padding: 15px 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.6rem;
    padding: 15px 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: 43%;
  }
}
#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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu {
    padding-top: 40px;
    gap: 50px;
  }
}
#menu-sp .menu_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_nav {
    width: 60%;
  }
}
#menu-sp .menu_nav nav {
  width: 100%;
}
#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:last-child a {
  border-bottom: none;
}
#menu-sp .menu_nav nav ul li a {
  display: block;
  text-decoration: none;
  color: #472800;
  border-bottom: 1px solid #C42F57;
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_nav nav ul li a {
    padding: 20px 15px 20px 40px;
  }
}
#menu-sp .menu_nav nav ul li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #C42F57;
  border-radius: 10px;
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_nav nav ul li a::before {
    left: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp .menu_nav nav:nth-of-type(1) ul li a {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  #menu-sp #sns {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 20px;
  }
}
#menu-sp #sns h2 {
  color: #C42F57;
  font-family: "BIZ UDPMincho", "serif";
  font-size: 2rem;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  #menu-sp #sns h2 {
    font-size: 2.4rem;
    text-align: left;
  }
}
#menu-sp #sns h2::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: #FFF;
  border-radius: 60px;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media print, screen and (min-width: 992px) {
  #menu-sp #sns h2::before {
    width: 115px;
    height: 115px;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#menu-sp #sns h2 span {
  display: inline-block;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 992px) {
  #menu-sp #sns h2 span {
    font-size: 1.8rem;
    padding-left: 15px;
  }
}
#menu-sp #sns ul {
  list-style-type: none;
}
@media print, screen and (min-width: 992px) {
  #menu-sp #sns ul li {
    padding-bottom: 15px;
  }
}
#menu-sp #sns ul li:last-child {
  padding-bottom: 0;
}
#menu-sp #sns ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #472800;
  display: block;
  padding: 10px 0px 10px 60px;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  #menu-sp #sns ul li a {
    padding: 30px 60px 30px 120px;
  }
}
#menu-sp #sns ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 44.8px;
  height: 29.4px;
}
@media print, screen and (min-width: 992px) {
  #menu-sp #sns ul li a::before {
    width: 92px;
    height: 60px;
  }
}
#menu-sp #sns ul li a.fb::before {
  background: url("../images/sns_fb.png") no-repeat center/contain;
}
#menu-sp #sns ul li a.blog::before {
  background: url("../hamanasu/images/top_sns_blog.png") no-repeat center/contain;
}
#menu-sp #sns ul li a.essay::before {
  background: url("../hamanasu/images/top_sns_essay.png") no-repeat center/contain;
}

.menu-trigger {
  visibility: hidden;
  position: fixed;
  top: 5px;
  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: #FFF;
  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 {
    top: 10px;
    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: #C42F57;
  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: #C42F57;
  -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);
  }
}

.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 {
  position: relative;
  width: 100%;
  padding-top: 30px;
}
@media print, screen and (min-width: 1200px) {
  #footer {
    padding: 50px 0 100px 0;
  }
}
#footer::before, #footer::after {
  position: absolute;
  content: "";
  background: url(../hamanasu/images/footer_bg_1.png) no-repeat center/contain;
  width: 212.4px;
  height: 265.2px;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media print, screen and (min-width: 992px) {
  #footer::before, #footer::after {
    width: 354px;
    height: 442px;
  }
}
#footer::before {
  right: -70px;
  bottom: 100px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#footer::after {
  left: -100px;
  bottom: -100px;
}
@media print, screen and (min-width: 768px) {
  #footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#footer > div.container {
  position: relative;
  padding: 0 15px;
}
@media print, screen and (min-width: 1200px) {
  #footer > div.container {
    padding: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #footer > div.container::before {
    position: absolute;
    content: "";
    background: url(../hamanasu/images/footer_bg_2.png) no-repeat center/contain;
    width: 530px;
    height: 325px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -300px;
    mix-blend-mode: multiply;
    z-index: -1;
  }
}
#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:first-of-type .footer_address .btn {
  text-align: left;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
#footer > div > div:first-of-type .footer_address .btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #472800;
  font-weight: bold;
  padding: 15px 50px 15px 60px;
  border-radius: 30px;
  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);
}
#footer > div > div:first-of-type .footer_address .btn a::before, #footer > div > div:first-of-type .footer_address .btn a::after {
  position: absolute;
  content: "";
}
#footer > div > div:first-of-type .footer_address .btn a:before {
  background: url(../images/mark.png) no-repeat center/contain;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer > div > div:first-of-type .footer_address .btn a:after {
  background: url(../images/icon-link-arw_red.svg) no-repeat center/contain;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer > div > div:first-of-type .footer_address .btn a:hover {
  opacity: 0.7;
}
#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;
  }
}

#top_header_image {
  position: relative;
  height: 40vh;
  margin: 0 10px;
  border-radius: 18px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #top_header_image {
    margin: 0px 15px;
    height: 60vh;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_header_image {
    margin: 0px 34px;
    border-radius: 24px;
    height: 85vh;
  }
}
#top_header_image .bg {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 と同じ */
  background: url("../hamanasu/images/topimage.jpg") center/cover no-repeat;
  will-change: transform;
}

#top_intro {
  padding-bottom: 50px;
  margin-bottom: 60px;
  background: url("../hamanasu/images/top_intro_bg.jpg") no-repeat bottom center/contain;
}
@media print, screen and (min-width: 992px) {
  #top_intro {
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_intro {
    padding-bottom: 250px;
  }
}
#top_intro > div {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #472800;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 1200px) {
  #top_intro > div {
    padding: 0;
  }
}
#top_intro > div h2 {
  font-family: "BIZ UDPMincho", "serif";
  font-size: 2rem;
  padding: 30px 0 20px 0;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 992px) {
  #top_intro > div h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_intro > div h2 {
    font-size: 4rem;
    letter-spacing: 0.15em;
    padding: 60px 0 30px 0;
  }
}
#top_intro > div p {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1200px) {
  #top_intro > div p {
    font-size: 1.8rem;
  }
}
#top_intro > div .btn {
  display: inline-block;
  margin-top: 20px;
}
#top_intro > div .btn a {
  text-decoration: none;
  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;
  color: #472800;
}
@media print, screen and (min-width: 576px) {
  #top_intro > div .btn a {
    padding: 13px;
  }
}
@media print, screen and (min-width: 992px) {
  #top_intro > div .btn a {
    padding: 16px 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_intro > div .btn a {
    font-size: 1.8rem;
  }
}
#top_intro > div .btn a:hover {
  opacity: 0.7;
}
#top_intro > div .btn a::after {
  position: static;
  content: "";
  background: url("../images/icon-arw_bg_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_intro > div .btn a::after {
    width: 22px;
    height: 22px;
    right: 15px;
    margin-left: 15px;
  }
}
#top_intro > div .btn a.border {
  border-bottom: 1px solid #C42F57;
}

#top_jyuyo {
  padding: 0 1.5rem;
  margin-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  #top_jyuyo {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_jyuyo {
    padding: 0;
  }
}
#top_jyuyo > div {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 1.5rem;
  border: 1px solid #C42F57;
  border-radius: 20px;
}
@media print, screen and (min-width: 992px) {
  #top_jyuyo > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
  }
}
#top_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_jyuyo h2 {
    font-size: 2.4rem;
    padding-left: 73px;
  }
}
#top_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_jyuyo h2[data-icon=jyuyo]::before {
    width: 54px;
    height: 54px;
  }
}
#top_jyuyo ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style-type: none;
}
#top_jyuyo ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #472800;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 10px;
}
@media print, screen and (min-width: 992px) {
  #top_jyuyo ul li a {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_jyuyo ul li a {
    padding: 15px 10px;
    gap: 30px;
  }
}
#top_jyuyo ul li a:hover {
  background: #F8F2F4;
}
#top_jyuyo ul li a:hover .title {
  text-decoration: underline;
}
#top_jyuyo ul li a time {
  font-size: 1.3rem;
  position: relative;
  padding-left: 25px;
}
@media print, screen and (min-width: 992px) {
  #top_jyuyo ul li a time {
    font-size: 1.4rem;
    width: 160px;
  }
}
#top_jyuyo ul li a time::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.1rem;
  width: 10px;
  height: 10px;
  background: #C42F57;
  border-radius: 10px;
}
@media print, screen and (min-width: 992px) {
  #top_jyuyo ul li a time::before {
    top: 0.5rem;
  }
}
#top_jyuyo ul li a span {
  display: block;
}
#top_jyuyo ul li a span.title {
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#top_news {
  padding: 0px 1.5rem 40px 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  #top_news {
    padding: 40px 1.5rem 60px 1.5rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_news {
    padding: 40px 0 60px 0;
  }
}
#top_news .news,
#top_news .blog {
  width: 100%;
}
#top_news h2 {
  position: relative;
  padding-left: 50px;
}
@media print, screen and (min-width: 1200px) {
  #top_news h2 {
    padding-left: 0px;
  }
}
#top_news h2::before {
  position: absolute;
  left: -20px;
  top: -30px;
  content: "";
  width: 60px;
  height: 60px;
  background: #F8F2F4;
  border-radius: 50px;
  z-index: -1;
}
@media print, screen and (min-width: 992px) {
  #top_news h2::before {
    left: -40px;
    width: 85px;
    height: 85px;
  }
}
#top_news h2 span {
  position: relative;
  color: #472800;
  font-family: "BIZ UDPMincho", "serif";
  letter-spacing: 0.2em;
  font-size: 2rem;
}
@media print, screen and (min-width: 992px) {
  #top_news h2 span {
    font-size: 2.6rem;
  }
}
#top_news h2 span::before {
  display: block;
  position: absolute;
  top: -55px;
  left: -60px;
  content: "";
  width: 66px;
  height: 45px;
  background: url("../hamanasu/images/h2_icon_hamanasu.png") no-repeat center/cover;
}
@media print, screen and (min-width: 992px) {
  #top_news h2 span::before {
    left: -90px;
    width: 94px;
    height: 64px;
  }
}
#top_news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
  #top_news ul {
    padding-top: 20px;
  }
}
#top_news ul li {
  border-bottom: 1px solid #DFDFDF;
}
#top_news ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #472800;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 992px) {
  #top_news ul li a {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_news ul li a {
    padding: 25px 10px;
    gap: 30px;
  }
}
#top_news ul li a:hover {
  background: #F8F2F4;
}
#top_news ul li a:hover .title {
  text-decoration: underline;
}
#top_news ul li a time {
  font-size: 1.3rem;
  position: relative;
  padding-left: 25px;
}
@media print, screen and (min-width: 992px) {
  #top_news ul li a time {
    font-size: 1.4rem;
    width: 160px;
  }
}
#top_news ul li a time::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.1rem;
  width: 10px;
  height: 10px;
  background: #C42F57;
  border-radius: 10px;
}
@media print, screen and (min-width: 992px) {
  #top_news ul li a time::before {
    top: 0.5rem;
  }
}
#top_news ul li a span {
  display: block;
}
#top_news ul li a span.title {
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top_news .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
#top_news .link .btn {
  display: inline-block;
}
#top_news .link .btn a {
  text-decoration: none;
  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;
  color: #472800;
}
@media print, screen and (min-width: 576px) {
  #top_news .link .btn a {
    padding: 13px;
  }
}
@media print, screen and (min-width: 992px) {
  #top_news .link .btn a {
    padding: 16px 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_news .link .btn a {
    font-size: 1.8rem;
  }
}
#top_news .link .btn a:hover {
  opacity: 0.7;
}
#top_news .link .btn a::after {
  position: static;
  content: "";
  background: url("../images/icon-arw_bg_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 .link .btn a::after {
    width: 22px;
    height: 22px;
    right: 15px;
    margin-left: 15px;
  }
}
#top_news .link .btn a.border {
  border-bottom: 1px solid #C42F57;
}
#top_news .link .rss a {
  width: 30px;
  height: 30px;
  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-decoration: none;
  background: #472800;
  border-radius: 10px;
}
#top_news .link .rss a img {
  width: 14px;
  height: 14px;
}

#top_service {
  background: #F8F2F4;
  position: relative;
  padding: 40px 1.5rem 60px 1.5rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #top_service {
    padding: 80px 1.5rem 60px 1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_service {
    padding: 100px 0 60px 0;
  }
}
#top_service::before, #top_service::after {
  position: absolute;
  content: "";
  background: url(../hamanasu/images/top_service_bg.png) no-repeat center/contain;
  width: 628px;
  height: 784px;
  mix-blend-mode: multiply;
}
#top_service::before {
  right: -180px;
  top: -100px;
}
#top_service::after {
  left: -180px;
  bottom: 50px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#top_service h2 {
  position: relative;
  text-align: center;
  padding: 20px 0 20px 0;
  margin-bottom: 30px;
}
#top_service h2::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  content: "";
  width: 85px;
  height: 85px;
  background: #FFF;
  border-radius: 50px;
}
#top_service h2 span {
  position: relative;
  color: #472800;
  font-family: "BIZ UDPMincho", "serif";
  letter-spacing: 0.2em;
  font-size: 2rem;
}
@media print, screen and (min-width: 992px) {
  #top_service h2 span {
    font-size: 2.6rem;
  }
}
#top_service h2 span::before {
  display: block;
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 66px;
  height: 45px;
  background: url("../hamanasu/images/h2_icon_hamanasu.png") no-repeat center/cover;
}
@media print, screen and (min-width: 992px) {
  #top_service h2 span::before {
    top: -75px;
    width: 94px;
    height: 64px;
  }
}
#top_service .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_service .container {
    gap: 30px;
  }
}
#top_service .container > div {
  z-index: 1;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  #top_service .container > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc((100% - 30px) / 2);
  }
}
#top_service .container > div .img {
  width: 40%;
}
@media print, screen and (min-width: 768px) {
  #top_service .container > div .img {
    width: 100%;
  }
}
#top_service .container > div .img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
#top_service .container > div .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top_service .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_service .container > div .txt h3 {
    font-size: 2rem;
  }
}
#top_service .container > div .txt a {
  color: #472800;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 15px 0px 5px 0px;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  border-radius: 10px;
}
#top_service .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_service .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_service .btn {
  padding: 40px 0 20px 0;
}
@media print, screen and (min-width: 1200px) {
  #top_service .btn {
    padding: 60px 0 30px 0;
  }
}
#top_service .btn a {
  display: inline-block;
  text-decoration: none;
  color: #472800;
  font-weight: bold;
  font-size: 1.8rem;
  background: #FFD4E0;
  padding: 15px 90px 15px 40px;
  border-radius: 60px;
  border: 10px solid #FFF;
  -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_service .btn a {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_service .btn a {
    font-size: 2.2rem;
    padding: 20px 90px 20px 40px;
  }
}
#top_service .btn a::before {
  content: "";
  background: url("../hamanasu/images/top_service_aki_icon.png") no-repeat center/contain;
  width: 31px;
  height: 38px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 992px) {
  #top_service .btn a::before {
    width: 44px;
    height: 54px;
  }
}
#top_service .btn a:hover {
  opacity: 0.7;
}

#top_sns {
  max-width: 1200px;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 992px) {
  #top_sns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_sns {
    padding: 0;
    gap: 100px;
  }
}
#top_sns h2 {
  color: #C42F57;
  font-family: "BIZ UDPMincho", "serif";
  font-size: 2rem;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  #top_sns h2 {
    font-size: 3rem;
  }
}
#top_sns h2::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  background: #F8F2F4;
  border-radius: 60px;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#top_sns h2 span {
  display: block;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 992px) {
  #top_sns h2 span {
    font-size: 2rem;
  }
}
#top_sns ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  padding: 0 20px;
}
@media print, screen and (min-width: 576px) {
  #top_sns ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 768px) {
  #top_sns ul {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#top_sns ul li {
  width: 100%;
}
#top_sns ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #472800;
  display: block;
  position: relative;
  padding: 30px 30px 30px 80px;
}
@media print, screen and (min-width: 576px) {
  #top_sns ul li a {
    padding: 50px 10px 30px 10px;
    text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
  #top_sns ul li a {
    font-size: 2rem;
    padding: 60px 30px 30px 30px;
  }
}
#top_sns ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 64px;
  height: 42px;
}
@media print, screen and (min-width: 576px) {
  #top_sns ul li a::before {
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 992px) {
  #top_sns ul li a::before {
    width: 92px;
    height: 60px;
  }
}
#top_sns ul li a.fb::before {
  background: url("../images/sns_fb.png") no-repeat center/contain;
}
#top_sns ul li a.blog::before {
  background: url("../hamanasu/images/top_sns_blog.png") no-repeat center/contain;
}
#top_sns ul li a.essay::before {
  background: url("../hamanasu/images/top_sns_essay.png") no-repeat center/contain;
}

#top_ban {
  margin-top: 30px;
  background: #F8F2F4;
  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 h2 {
  position: relative;
  text-align: center;
  padding: 20px 0 20px 0;
  margin-bottom: 30px;
}
#top_ban > div.container h2::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  content: "";
  width: 85px;
  height: 85px;
  background: #FFF;
  border-radius: 50px;
}
#top_ban > div.container h2 span {
  position: relative;
  color: #472800;
  font-family: "BIZ UDPMincho", "serif";
  letter-spacing: 0.2em;
  font-size: 2rem;
}
@media print, screen and (min-width: 992px) {
  #top_ban > div.container h2 span {
    font-size: 2.6rem;
  }
}
#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: 1rem;
}
@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;
  }
}

/* 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;
  z-index: 2;
  position: relative;
}
@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: #472800;
  font-weight: bold;
  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: #F8F2F4;
  border: 6px solid #FFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
#article #page_maincontents ul.category_page_list > li a:hover {
  background: #FFF;
  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: #472800;
}
aside#page_sidemenu h2.page_cate a,
aside#page_sidemenu h2 a {
  color: #472800;
}
aside#page_sidemenu h2.page_cate::after,
aside#page_sidemenu h2::after {
  content: "";
  position: absolute;
  top: -80px;
  left: -70px;
  width: 154px;
  height: 164px;
  background: url(../hamanasu/images/aside_bg.png) no-repeat center/contain;
  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;
  border-bottom: 1px solid #F3E3E8;
}
aside#page_sidemenu .page_menu_cate_link ul li.selected a {
  font-weight: bold;
  border-radius: 5px;
  color: #472800;
}
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: 10px;
  height: 10px;
  border-radius: 10px;
  left: 5px;
  margin: 0.4rem 0 0 0.8rem;
  content: "";
  background: #F3E3E8;
  z-index: 1;
}
aside#page_sidemenu .page_menu_cate_link ul li::after {
  background: none;
}
aside#page_sidemenu .page_menu_cate_link .btn {
  position: relative;
  z-index: 1;
}
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;
  }
}