@charset "UTF-8";
/*!
Theme Name: ocu2025
Theme URI: 
Author: ocu2025
Description: ocu2025
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;700&family=Noto+Sans+JP:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root :where(.is-layout-flow) > * {
  margin-block-start: 1em;
}

:root :where(.wp-block-group.has-background) {
  padding: 1em;
}

.black {
  color: #222;
}

.white {
  color: #fff;
}

.gray {
  color: #aaa;
}

.red {
  color: #cd0505;
}

.blue {
  color: #6F9DD6;
}

.green {
  color: #90A940;
}

.coral {
  color: #FD726F;
}

.bg_white {
  background-color: #fff;
}

.bg_red {
  background-color: #cd0505;
}

.bg_coral {
  background-color: #FD726F;
}

.bg_brown {
  background-color: #9D7900;
}

.bg_aqua {
  background-color: #2ED6FD;
}

.bg_green {
  background-color: #90A940;
}

.bg_light_gray {
  background-color: #eee;
}

.bg_light_coral {
  background-color: #FFF7F7;
}

.d-none {
  display: none;
}

.pc {
  display: none !important;
}
@media (min-width: 980px) {
  .pc {
    display: inherit !important;
  }
}

.sp {
  display: inherit !important;
}
@media (min-width: 980px) {
  .sp {
    display: none !important;
  }
}

.mb005 {
  margin-bottom: 0.5em !important;
}

.mb01 {
  margin-bottom: 1em !important;
}

.mb02 {
  margin-bottom: 2em !important;
}

.mb03 {
  margin-bottom: 3em !important;
}

.mb04 {
  margin-bottom: 4em !important;
}

.mb05 {
  margin-bottom: 5em !important;
}

.mb06 {
  margin-bottom: 6em !important;
}

html {
  font-size: 12px;
  font-size: 50%;
  overflow-x: hidden;
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

::marker,
.eng {
  font-family: "IBM Plex Sans", sans-serif;
}

.small,
small {
  font-size: 85%;
}

.medium {
  font-size: 110%;
}

.big {
  font-size: 125%;
}

.bold,
strong {
  font-weight: bold;
}

.italic,
em {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

figure:not(.wp-block-image) {
  margin: 0;
}

table {
  width: 100%;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([class]) {
  color: #6F9DD6;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:not([class]):visited {
  color: #6F9DD6;
}

a:not([class]):hover,
a:not([class]):focus,
a:not([class]):active {
  color: #cd0505;
  text-decoration: inherit;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* -- ホバー時透過 -- */
.fade:hover,
.fadeAll a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: opacity 0.4s;
}

#zip {
  width: 20rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #222;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  max-width: 100%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.5em 0.5em 0.5em;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #222;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

select {
  width: 20rem;
  outline: 0;
  cursor: pointer;
}

option {
  font-weight: 300;
}

textarea {
  width: 100%;
  font-family: inherit;
}

label small {
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  display: inline-block;
}
label small.bg_red {
  color: #fff;
}

.wpcf7-not-valid {
  background-color: #F2DEDE !important;
}

span.wpcf7-not-valid-tip {
  color: #B94A48;
  font-size: 80%;
  display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 80%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 8px 35px 8px 14px;
  margin: 2em 0 0;
  position: relative;
  display: block;
  opacity: 0;
}
.wpcf7 form .wpcf7-response-output :after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  opacity: 1;
}
.wpcf7 form.invalid .wpcf7-response-output:before, .wpcf7 form.unaccepted .wpcf7-response-output:before {
  content: "✖";
  margin-right: 0.5em;
  color: #E6232A;
  vertical-align: baseline;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  opacity: 1;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: "✔";
  margin-right: 0.5em;
  color: #00abff;
}
.wpcf7 [name^=email],
.wpcf7 [name^=zip] {
  margin-bottom: 0.5rem;
}
.wpcf7 p {
  margin-bottom: 1.5rem;
}

.wpcf7c-conf {
  color: inherit !important;
  background: #ccc !important;
  border: inherit !important;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none;
}

.btn {
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0;
  border-style: solid;
  border-width: 2px;
  padding: 0.9em 1.5em 0.9em;
  position: relative;
  z-index: 0;
  display: inline-block;
  outline: none;
  transition: all 0.4s;
}
.btn[target=_blank] {
  padding-inline-end: 2.5em;
}
.btn[target=_blank]::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./images/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) calc(50% + 0em);
  background-size: 0.9em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn[target=_blank].green::before {
  filter: invert(56%) sepia(82%) saturate(299%) hue-rotate(33deg) brightness(95%) contrast(91%);
}
.btn[target=_blank].btn_green::before, .btn[target=_blank].btn_coral::before, .btn[target=_blank].btn_blue::before {
  filter: invert(99%) sepia(74%) saturate(125%) hue-rotate(78deg) brightness(114%) contrast(100%);
}
.btn.arrow:not([target=_blank]) {
  padding-inline-end: 4em;
}
.btn.arrow:not([target=_blank])::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-image: url(./images/common/icon_right_coral.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1.25em;
  position: absolute;
  top: calc(50% - 0.625em);
  right: 0.8em;
  z-index: -1;
}
.btn_green.arrow:not([target=_blank])::after, .btn_coral.arrow:not([target=_blank])::after, .btn_blue.arrow:not([target=_blank])::after {
  filter: brightness(100);
}
.btn_green.arrow:not([target=_blank]).down::after, .btn_coral.arrow:not([target=_blank]).down::after, .btn_blue.arrow:not([target=_blank]).down::after {
  transform: rotate(90deg);
}
.btn_green {
  color: #fff;
  background-color: #90A940;
  border-color: #90A940;
}
.btn_coral {
  color: #fff;
  background-color: #FD726F;
  border-color: #FD726F;
}
.btn_blue {
  color: #fff;
  background-color: #6F9DD6;
  border-color: #6F9DD6;
}
.btn_white {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}
.btn_arrow {
  font-weight: bold;
  padding-inline-end: 1.25em;
  padding-block-end: 0.2em;
  position: relative;
  z-index: 0;
}
.btn_arrow:hover::before {
  width: 0%;
}
.btn_arrow::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #90A940;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.4s;
}
.btn_arrow::after {
  content: "";
  width: 1em;
  height: 100%;
  background-image: url(./images/common/icon_right_coral.svg);
  background-repeat: no-repeat;
  background-position: 100% calc(50% - 0.075em);
  background-size: 1em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.btn_arrow.down::after {
  transform: rotate(90deg);
}

.btn_underline {
  position: relative;
}
.btn_underline:hover::before {
  width: 0%;
}
.btn_underline::before {
  content: "";
  width: 100%;
  border-bottom: #222 solid 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  transition: all 0.4s;
}

.badge {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.025em;
  border-radius: 50rem;
  padding: 0.4em 0.85em;
  display: inline-block;
}
.badge_outline {
  color: #90A940;
  background-color: #fff;
  border: #90A940 solid 1px;
}
.badge_outline_black {
  color: #222;
  background-color: #fff;
  border: #222 solid 1px;
}
.badge_black {
  color: #fff;
  background-color: #222;
  border: #222 solid 1px;
}
.badge_black:hover {
  color: #222;
  background-color: #fff;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.txt .eng {
  font-size: 11svw;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  bottom: -0.125em;
  pointer-events: none;
}
@media (min-width: 768px) {
  .txt .eng {
    font-size: 8rem;
  }
}

.container .title_wrap .eng {
  text-transform: uppercase;
}

.h2 {
  font-size: 6svw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 3.6rem;
  }
}

.h3 {
  font-size: 5svw;
}
@media (min-width: 500px) {
  .h3 {
    font-size: 2.6rem;
  }
}

.marker {
  background: linear-gradient(transparent 60%, #F7FBEE 0%);
}

.is-style-custom_list02 {
  list-style: none;
  padding-left: 1em;
}
.is-style-custom_list02 li {
  text-indent: -1em;
  position: relative;
}
.is-style-custom_list02 li::before {
  content: "※";
}

html.on {
  overflow-y: hidden;
}

body {
  position: relative;
  z-index: 0;
}
body:not(.home) #main {
  position: relative;
  z-index: 0;
}
body:not(.home) .hero {
  width: 100%;
  background-color: #F7FBEE;
  position: relative;
  z-index: 0;
}
body:not(.home) .hero .page_title {
  width: 90%;
  font-size: 5.5svw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-block: 2em;
  margin-inline: auto;
}
@media (min-width: 768px) {
  body:not(.home) .hero .page_title {
    font-size: 4rem;
  }
}
body #page {
  position: relative;
  z-index: 0;
}

.breadcrumbs {
  width: 90%;
  max-width: 1400px;
  letter-spacing: 0;
  white-space: nowrap;
  margin-inline: auto;
  position: relative;
  overflow-x: auto;
}
.breadcrumbs ol {
  padding-block: 1rem;
  margin: 0;
}
.breadcrumbs ol li {
  list-style: none;
  display: inline;
}
.breadcrumbs ol li + li:before {
  content: "/";
  color: #aaa;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.breadcrumbs ol li a {
  color: inherit;
  background: linear-gradient(#222, #222) left bottom/100% 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumbs ol li a:hover {
  background-size: 0 1px;
  background-position: right bottom;
}

#contact .h3 small {
  font-weight: normal;
}
#contact .container h2 {
  font-weight: normal;
}
#contact .contact_inner {
  padding-block: 4em;
  position: relative;
  z-index: 0;
}
#contact .contact_inner::before {
  content: "";
  width: 100%;
  height: calc(100% - 5em);
  background-image: linear-gradient(to bottom, #FFF7F7 0%, #F7FBEE 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#contact .contact_inner .container:nth-of-type(1) .buttons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5em 2em;
}
@media (min-width: 768px) {
  #contact .contact_inner .container:nth-of-type(1) .buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}
#contact .contact_inner .container:nth-of-type(1) .buttons a {
  border-top-color: #FD726F;
}
#contact .contact_inner .container:nth-of-type(1) .buttons a:hover {
  background-color: #FFF7F7;
}
#contact .contact_inner .container:nth-of-type(2) .buttons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5em 2em;
}
@media (min-width: 768px) {
  #contact .contact_inner .container:nth-of-type(2) .buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  #contact .contact_inner .container:nth-of-type(2) .buttons {
    grid-template-columns: repeat(3, 1fr);
  }
}
#contact .contact_inner .container:nth-of-type(2) .buttons a {
  border-top-color: #90A940;
}
#contact .contact_inner .container:nth-of-type(2) .buttons a:hover {
  background-color: #F7FBEE;
}
#contact .contact_inner .container .buttons a {
  background-color: #fff;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 1.5em;
  display: grid;
  align-items: center;
  justify-content: center;
}

#footer {
  position: relative;
}
#footer .footer_inner .sitemap_inner {
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
}
#footer .footer_inner .sitemap_inner .menu02 ul {
  padding-block: 4em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8em 3em;
}
@media (min-width: 768px) {
  #footer .footer_inner .sitemap_inner .menu02 ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  #footer .footer_inner .sitemap_inner .menu02 ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}
#footer .footer_inner .sitemap_inner .menu02 ul li:has(.menu-child) {
  grid-row: span 6;
}
@media (min-width: 1400px) {
  #footer .footer_inner .sitemap_inner .menu02 ul li:has(.menu-child) {
    grid-row: span 6;
  }
  #footer .footer_inner .sitemap_inner .menu02 ul li:nth-of-type(2) {
    grid-row: span 5;
  }
  #footer .footer_inner .sitemap_inner .menu02 ul li:nth-of-type(5) {
    grid-row: span 4;
  }
  #footer .footer_inner .sitemap_inner .menu02 ul li:nth-of-type(11), #footer .footer_inner .sitemap_inner .menu02 ul li:nth-of-type(13) {
    grid-row: span 5;
  }
}
#footer .footer_inner .sitemap_inner .menu02 ul li a[target] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.33333%2012C0.966667%2012%200.652778%2011.8694%200.391667%2011.6083C0.130556%2011.3472%200%2011.0333%200%2010.6667V1.33333C0%200.966667%200.130556%200.652778%200.391667%200.391667C0.652778%200.130556%200.966667%200%201.33333%200H6V1.33333H1.33333V10.6667H10.6667V6H12V10.6667C12%2011.0333%2011.8694%2011.3472%2011.6083%2011.6083C11.3472%2011.8694%2011.0333%2012%2010.6667%2012H1.33333ZM4.46667%208.46667L3.53333%207.53333L9.73333%201.33333H7.33333V0H12V4.66667H10.6667V2.26667L4.46667%208.46667Z%22%20fill%3D%22%23222222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(50% + 0.1em);
  background-size: 0.75em;
  padding-inline-end: 1.15em;
  display: inline-block;
}
#footer .footer_inner .sitemap_inner .menu02 ul li a:not(.menu-child) {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
#footer .footer_inner .sitemap_inner .menu02 ul li a:not(.menu-child):hover {
  text-decoration: none;
}
#footer .footer_inner .sitemap_inner .menu02 ul li a.menu-child {
  font-size: 85%;
  display: inline-block;
}
#footer .footer_inner .sitemap_inner .menu02 ul li a.menu-child:nth-of-type(2) {
  margin-block-start: 0.8em;
}
#footer .footer_inner .sitemap_inner .menu02 ul + p a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  margin-inline-start: 1em;
}
#footer .footer_inner .sitemap_inner .menu02 ul + p a:hover {
  text-decoration: none;
}
#footer .footer_inner .siteinfo_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3em 2em;
  background-color: #eee;
  padding-block: 4em;
}
#footer .footer_inner .siteinfo_inner .info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
  width: 100%;
}
@media (min-width: 1200px) {
  #footer .footer_inner .siteinfo_inner .info {
    width: auto;
  }
}
#footer .footer_inner .siteinfo_inner .info .logo {
  width: 30%;
  max-width: 160px;
}
#footer .footer_inner .siteinfo_inner .info address {
  font-style: normal;
}
#footer .footer_inner .siteinfo_inner .info address .big {
  line-height: 1.2;
}
#footer .footer_inner .siteinfo_inner .info address a {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1em;
  padding-inline-start: 1.4em;
}
#footer .footer_inner .siteinfo_inner .info address .mail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.36634%2014C0.994816%2014%200.674211%2013.8672%200.404526%2013.6015C0.134842%2013.3358%200%2013.0199%200%2012.6539V1.3461C0%200.980078%200.134842%200.664223%200.404526%200.398534C0.674211%200.132845%200.994816%200%201.36634%200H16.6337C17.0052%200%2017.3258%200.132845%2017.5955%200.398534C17.8652%200.664223%2018%200.980078%2018%201.3461V12.6539C18%2013.0199%2017.8652%2013.3358%2017.5955%2013.6015C17.3258%2013.8672%2017.0052%2014%2016.6337%2014H1.36634ZM9%209.14187L1.07503%201.97423V12.6539C1.07503%2012.7376%201.10234%2012.8063%201.15697%2012.8602C1.21161%2012.914%201.28139%2012.9409%201.36634%2012.9409H16.6337C16.7186%2012.9409%2016.7884%2012.914%2016.843%2012.8602C16.8977%2012.8063%2016.925%2012.7376%2016.925%2012.6539V1.97423L9%209.14187ZM9%208.02887L16.7118%201.0591H1.31187L9%208.02887ZM1.07503%201.97423V1.0591V12.6539C1.07503%2012.7376%201.10234%2012.8063%201.15697%2012.8602C1.21161%2012.914%201.28139%2012.9409%201.36634%2012.9409H1.07503V1.97423Z%22%20fill%3D%22%23AAAAAA%22%2F%3E%3C%2Fsvg%3E");
}
#footer .footer_inner .siteinfo_inner .info address .phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.7641%208.72516C16.6351%206.67618%2015.8447%204.93694%2014.3929%203.50742C12.941%202.0779%2011.178%201.30302%209.10377%201.18278V0C10.2997%200.0479576%2011.4241%200.307901%2012.4769%200.779832C13.5296%201.25159%2014.4539%201.88112%2015.25%202.66842C16.0462%203.45573%2016.6839%204.36762%2017.163%205.40409C17.6423%206.44057%2017.9097%207.54759%2017.9653%208.72516H16.7641ZM12.3517%208.72516C12.2227%207.88989%2011.8612%207.17922%2011.2672%206.59313C10.6734%206.00686%209.95224%205.657%209.10377%205.54353V4.36049C10.2849%204.47413%2011.2894%204.93763%2012.1174%205.751C12.9454%206.56437%2013.4239%207.55575%2013.5529%208.72516H12.3517ZM16.8189%2018C14.9416%2018%2013.0059%2017.5335%2011.0118%2016.6006C9.01765%2015.6675%207.15588%2014.3496%205.42647%2012.6467C3.70394%2010.9439%202.36885%209.11247%201.42121%207.15246C0.473735%205.19228%200%203.28796%200%201.43951C0%201.11006%200.111529%200.833872%200.334588%200.610938C0.557647%200.388005%200.836382%200.276538%201.17079%200.276538H4.19188C4.46788%200.276538%204.70091%200.365068%204.89097%200.542129C5.08103%200.719364%205.21471%200.948291%205.292%201.22891L5.92332%204.02244C5.96003%204.28534%205.95121%204.52165%205.89685%204.73138C5.8425%204.94128%205.73935%205.11774%205.58741%205.26074L3.08885%207.65654C3.56126%208.45461%204.06015%209.19379%204.5855%209.87405C5.11085%2010.5543%205.679%2011.1932%206.28994%2011.7908C6.94959%2012.4577%207.65132%2013.0665%208.39515%2013.6174C9.13915%2014.168%209.93538%2014.6685%2010.7839%2015.1189L13.1863%2012.685C13.3628%2012.4939%2013.5604%2012.3652%2013.779%2012.299C13.9976%2012.2328%2014.2256%2012.2171%2014.463%2012.2519L17.0328%2012.8094C17.3178%2012.8721%2017.5503%2013.0134%2017.7303%2013.2332C17.9101%2013.453%2018%2013.702%2018%2013.9802V16.8472C18%2017.1765%2017.8868%2017.4509%2017.6604%2017.6706C17.434%2017.8902%2017.1535%2018%2016.8189%2018ZM2.48824%206.58401L4.67312%204.49681C4.70029%204.47022%204.71891%204.43347%204.72897%204.38656C4.73921%204.33982%204.74097%204.29638%204.73426%204.25624L4.15588%201.61987C4.14918%201.56635%204.12712%201.52622%204.08971%201.49946C4.05247%201.47287%204.00668%201.45958%203.95232%201.45958H1.34391C1.30315%201.45958%201.26918%201.47287%201.242%201.49946C1.215%201.52622%201.2015%201.55966%201.2015%201.5998C1.21632%202.32299%201.33032%203.09353%201.5435%203.91141C1.75668%204.72947%202.07159%205.62034%202.48824%206.58401ZM11.92%2015.6842C12.6435%2016.0345%2013.4356%2016.3072%2014.2962%2016.5024C15.1569%2016.6975%2015.9435%2016.8058%2016.6561%2016.8271C16.6969%2016.8271%2016.7308%2016.8137%2016.758%2016.787C16.785%2016.7602%2016.7985%2016.7268%2016.7985%2016.6866V14.1285C16.7985%2014.0749%2016.785%2014.0299%2016.758%2013.9932C16.7308%2013.9564%2016.6901%2013.9346%2016.6357%2013.928L14.2351%2013.4409C14.1943%2013.4341%2014.1587%2013.4358%2014.1281%2013.4459C14.0976%2013.4559%2014.0654%2013.4743%2014.0315%2013.5008L11.92%2015.6842Z%22%20fill%3D%22%23AAAAAA%22%2F%3E%3C%2Fsvg%3E");
}
#footer .footer_inner .siteinfo_inner .hematology,
#footer .footer_inner .siteinfo_inner .hospital {
  width: 90%;
}
@media (min-width: 768px) {
  #footer .footer_inner .siteinfo_inner .hematology,
  #footer .footer_inner .siteinfo_inner .hospital {
    width: calc(50% - 3em);
  }
}
@media (min-width: 1200px) {
  #footer .footer_inner .siteinfo_inner .hematology,
  #footer .footer_inner .siteinfo_inner .hospital {
    width: 25%;
  }
}
#footer .footer_inner .siteinfo_inner .hematology a,
#footer .footer_inner .siteinfo_inner .hospital a {
  height: 100%;
  background-color: #fff;
  border-top: #90A940 solid 1px;
  padding: 1em 2em;
  display: grid;
  align-items: center;
  row-gap: 0.5em;
}
#footer .footer_inner .siteinfo_inner .hematology a:hover,
#footer .footer_inner .siteinfo_inner .hospital a:hover {
  background-color: #FFF7F7;
}
#footer .footer_inner .siteinfo_inner .hematology a .bold,
#footer .footer_inner .siteinfo_inner .hospital a .bold {
  font-size: 2.4rem;
}
#footer .footer_inner .siteinfo_inner .hematology a small,
#footer .footer_inner .siteinfo_inner .hospital a small {
  display: block;
}
#footer .copy_inner {
  background-color: #222;
  text-align: center;
  padding: 3em 2.5% 8em;
}

#main {
  min-height: 70dvh;
  position: relative;
}
#main .container {
  width: 90%;
  margin-inline: auto;
}
#main .container .container {
  width: 90%;
}
#main .container_l {
  max-width: 1400px;
}
#main .container_m {
  max-width: 1200px;
}
#main .container_s {
  max-width: 1080px;
}
#main .section {
  padding-block: 6em;
}
#main .anchor_wrap {
  border-top: #B1D6D7 1px solid;
  border-bottom: #B1D6D7 1px solid;
}
#main .anchor_wrap .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 980px) {
  #main .anchor_wrap .container {
    justify-content: start;
  }
}
#main .anchor_wrap .container .anchor {
  padding: 1em;
}
#main .anchor_wrap .container .anchor .eng {
  text-transform: uppercase;
  border-right: #aaa solid 1px;
  padding-inline-end: 1em;
  display: inline-block;
}
#main .anchor_wrap .container .anchor a {
  background-image: url(./images/common/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 100% calc(50% + 0.15em);
  background-size: 0.7em;
  padding-inline-end: 1.1em;
  display: inline-block;
}
#main .anchor_wrap .container .anchor a:hover {
  color: #90A940;
}

.gotop {
  background-color: #F7FBEE;
  line-height: 0;
  padding-block: 1em;
}

#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#loader .icon {
  --uib-size: 80px;
  --uib-speed: 1.6s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}
#loader .icon .dot {
  position: absolute;
  top: 13.5%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  animation: swing var(--uib-speed) linear infinite;
}
#loader .icon .dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: #FF7F00;
}
#loader .icon .dot:nth-child(1) {
  animation-delay: calc(var(--uib-speed) * -0.36);
}
#loader .icon .dot:nth-child(2) {
  animation-delay: calc(var(--uib-speed) * -0.27);
  opacity: 0.8;
}
#loader .icon .dot:nth-child(2)::before {
  transform: scale(0.9);
}
#loader .icon .dot:nth-child(3) {
  animation-delay: calc(var(--uib-speed) * -0.18);
  opacity: 0.6;
}
#loader .icon .dot:nth-child(3)::before {
  transform: scale(0.8);
}
#loader .icon .dot:nth-child(4) {
  animation-delay: calc(var(--uib-speed) * -0.09);
  opacity: 0.4;
}
#loader .icon .dot:nth-child(4)::before {
  transform: scale(0.7);
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  65% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#loader.loaded {
  opacity: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
# スクロールエフェクト・アニメーション
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
#header {
  padding-block-start: 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#header .navigation_wrap {
  width: 98%;
  max-width: 1400px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header .navigation_wrap .inner .site_logo {
  text-align: center;
}
#header .navigation_wrap .inner .site_logo img {
  max-width: calc(100% - 10em);
}
#header .navigation_wrap .mb_nav {
  position: absolute;
  top: 0;
}
#header .navigation_wrap .mb_nav:has(.icon_mail) {
  display: flex;
  right: 0;
  pointer-events: none;
}
#header .navigation_wrap .mb_nav a {
  pointer-events: auto;
}
@media (width < 768px) {
  #header .navigation_wrap .mb_nav a img {
    height: 4em;
  }
}

.nav_buttom {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1.5em -0.5em rgba(34, 34, 34, 0.2);
  position: fixed;
  bottom: 0;
  z-index: 100;
}
@media (min-width: 980px) {
  .nav_buttom {
    transform: translateY(100%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav_buttom.is_fixed {
    transform: translateY(0%);
  }
}
.nav_buttom .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 600px;
  margin-inline: auto;
}
.nav_buttom .inner > div {
  flex: 1;
}
.nav_buttom .inner > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  text-align: center;
  line-height: 0;
}
.nav_buttom .inner > div a img {
  height: 2em;
}
.nav_buttom .inner > div a .jpn {
  width: 100%;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  top: -0.5em;
}
.nav_buttom .menu {
  width: 5em;
  height: 5em;
  background-color: #F7FBEE;
  overflow: hidden;
  position: relative;
  pointer-events: auto;
  cursor: pointer;
}
.nav_buttom .menu i {
  content: "";
  width: 2em;
  margin: auto;
  position: absolute;
  top: -1em;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  transition: 0.4s all ease-out;
}
.nav_buttom .menu i:before, .nav_buttom .menu i:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #222;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s all ease-out;
}
.nav_buttom .menu i:before {
  top: -0.5em;
}
.nav_buttom .menu i:after {
  bottom: -0.8em;
}
.nav_buttom .menu.on i {
  background-color: transparent;
}
.nav_buttom .menu.on i::before {
  top: 0;
  transform: rotate(45deg);
}
.nav_buttom .menu.on i::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.nav_buttom .menu small {
  color: #222;
  width: 100%;
  height: 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  bottom: 0.8em;
  display: block;
}

.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transform: translateX(60%);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow-y: auto;
  visibility: hidden;
}
.drawer.on {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.drawer .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(247, 251, 238, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.drawer .drawer_inner {
  width: 90%;
  max-width: 1400px;
  min-height: 100%;
  margin-inline: auto;
  overflow: hidden;
}
.drawer .drawer_inner .inner .site_title {
  text-align: center;
  line-height: 0;
  padding-block: 2em;
}
.drawer .drawer_inner .inner .site_title a img {
  max-width: calc(100% - 8em);
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1em;
}
@media (min-width: 768px) {
  .drawer .drawer_inner .inner .nav_drawer ul.navigation {
    gap: 1.5em;
  }
}
@media (min-width: 980px) {
  .drawer .drawer_inner .inner .nav_drawer ul.navigation {
    grid-template-columns: repeat(10, 1fr);
    gap: 2em;
  }
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(-n+3) a, .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+5):nth-child(-n+7) a {
  background-color: #fff;
  text-align: center;
  padding: 20% 0.5em;
  display: grid;
  align-items: center;
  row-gap: 0.5em;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(-n+3) a[target] .jpn, .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+5):nth-child(-n+7) a[target] .jpn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.33333%2012C0.966667%2012%200.652778%2011.8694%200.391667%2011.6083C0.130556%2011.3472%200%2011.0333%200%2010.6667V1.33333C0%200.966667%200.130556%200.652778%200.391667%200.391667C0.652778%200.130556%200.966667%200%201.33333%200H6V1.33333H1.33333V10.6667H10.6667V6H12V10.6667C12%2011.0333%2011.8694%2011.3472%2011.6083%2011.6083C11.3472%2011.8694%2011.0333%2012%2010.6667%2012H1.33333ZM4.46667%208.46667L3.53333%207.53333L9.73333%201.33333H7.33333V0H12V4.66667H10.6667V2.26667L4.46667%208.46667Z%22%20fill%3D%22%2390A940%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(50% + 0.1em);
  background-size: 0.75em;
  padding-inline-end: 1em;
  justify-self: center;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(4) {
  background-color: #fff;
  padding: 1em 1.5em 1.5em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8em;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(4) > a {
  text-align: center;
  pointer-events: none;
  display: grid;
  align-items: center;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(4) > a:nth-child(1) {
  grid-column: span 2;
  row-gap: 0.5em;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(4) > a:nth-child(1) .icon {
  display: none;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(4) > a:nth-child(1) .jpn {
  background-image: url(./images/common/icon_right_circle.svg);
  background-repeat: no-repeat;
  background-position: 100% calc(50% + 0.15em);
  background-size: 1em;
  line-height: 1.5;
  padding-inline-end: 1.25em;
  justify-self: center;
  pointer-events: auto;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(4) > a:nth-child(n+2) {
  background-color: #F7FBEE;
  pointer-events: auto;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(4) > a:nth-child(n+2) .jpn {
  background-image: url(./images/common/icon_right_green.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1em;
  padding-inline-end: 1.25em;
  justify-self: center;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+8) a {
  display: block;
  position: relative;
  z-index: 0;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(8) a, .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(9) a {
  background-color: #fff;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(8) a::after, .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(9) a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./images/common/icon_right_circle.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5em) 50%;
  background-size: 1.5em;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(10) a {
  color: #90A940;
  background-color: #fff;
  text-align: center;
  border: #90A940 solid 1px;
}
@media (width < 980px) {
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(-n+3) {
    grid-column: span 2;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(4), .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(8), .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(11) {
    grid-column: span 6;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(4) > a {
    padding: 1em;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+5):nth-child(-n+7) {
    display: none;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+8):nth-child(-n+9) {
    grid-column: span 3;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+8) a {
    padding: 1em;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:last-child {
    grid-column: span 6;
  }
}
@media (min-width: 980px) {
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(-n+3), .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+5):nth-child(-n+7) {
    grid-column: span 2;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(-n+3) a, .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+5):nth-child(-n+7) a {
    padding: 15% 1em;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(4) {
    background-color: #fff;
    padding: 2em;
    grid-column: span 4;
    grid-row: span 2;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+8) {
    order: 1;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+8) a {
    text-align: center;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+8):nth-child(-n+9) {
    grid-column: span 5;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+8) a {
    font-size: 125%;
    padding: 1em;
  }
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li:last-child {
    grid-column: span 10;
  }
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li a {
  height: 100%;
  font-weight: bold;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li a .icon img {
  height: 10svw;
  max-height: 5em;
}

/*--------------------------------------------------------------
/* Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#main[tabindex="-1"]:focus {
  outline: 0;
}/*# sourceMappingURL=style.css.map */