@charset "UTF-8";
/*!
Theme Name: yotsubashi
Theme URI: 
Author: yotsubashi
Description: yotsubashi
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@400;700&family=Noto+Sans+JP:wght@400;600;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) > *,
:root :where(.is-layout-constrained) > * {
  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: #0074e1;
}

.aqua {
  color: #00aec1;
}

.green {
  color: #067276;
}

.bg_white {
  background-color: #fff;
}

.bg_red {
  background-color: #cd0505;
}

.bg_orange {
  background-color: #ff7f00;
}

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

.bg_aqua {
  background-color: #00aec1;
}

.bg_green {
  background-color: #00aec1;
}

.bg_light_gray {
  background-color: #eee;
}

.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: 600;
  font-feature-settings: "palt";
}

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

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

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

.medium {
  font-size: 110%;
}

.big {
  font-size: 125%;
}

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

.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: 1.5em;
}

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;
}

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

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

a:not([class]):visited {
  color: #0074e1;
}

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;
  font-size: 0.888887em;
  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;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.4em 0.5em 0.4em;
}

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 {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  display: inline-block;
}

.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-size: inherit;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt";
  border-style: solid;
  border-width: 2px;
  border-radius: 50rem;
  padding: 0.9em 1.5em 0.9em;
  position: relative;
  z-index: 0;
  display: inline-block;
  outline: none;
  transition: all 0.4s;
}
.btn_green {
  color: #fff;
  background-color: #00aec1;
  border-width: 0;
}
.btn_green:hover {
  color: #fff;
}
.btn_green.arrow {
  padding-inline-end: 4em;
}
.btn_green.arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./images/common/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8em) 50%;
  background-size: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn_white {
  color: #222;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0.1em 0.15em 1em -0.3em rgba(6, 114, 118, 0.5);
}
.btn_white.arrow {
  background-image: url(./images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) 50%;
  background-size: 1.5em;
  padding-inline-end: 4em;
}
.btn_outline_white {
  color: #fff;
  border-color: #fff;
}
.btn_outline_white:hover::before {
  width: 0%;
}
.btn_outline_white::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s;
}
.btn_arrow {
  color: #0074e1;
  background-image: url(./images/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 3em;
  font-weight: bold;
  font-feature-settings: "palt";
  padding-inline-end: 3.5em;
  padding-block: 1em;
}
.btn_more {
  color: #222;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M-9.53674e-07%2012.8571C-9.53674e-07%2012.8571%205.07912%208.33333%205.07912%206.42857C5.07912%204.52381%20-9.53674e-07%200%20-9.53674e-07%200L12%206.42857L-9.53674e-07%2012.8571Z%22%20fill%3D%22%230074E1%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(50% - 0.1em);
  background-size: 0.9em;
  font-weight: bold;
  font-feature-settings: "palt";
  padding-block-end: 0.3em;
  padding-inline-end: 1.5em;
  display: inline-block;
  position: relative;
}
.btn_more:hover::before {
  width: 0%;
}
.btn_more::before {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: #222 solid 1px;
  position: absolute;
  right: 0;
  bottom: -1px;
  transition: all 0.4s;
}

.btn_underline {
  position: relative;
}
.btn_underline:hover::before {
  width: 100%;
}
.btn_underline::before {
  content: "";
  width: 0%;
  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 0.5em;
  display: inline-block;
}
.badge_outline {
  color: #222;
  background-color: #fff;
  border: #b1d6d7 solid 1px;
}
.badge_blue {
  color: #fff;
  background-image: linear-gradient(to right, #0074e1 0%, #00aec1 100%);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.txt {
  font-weight: bold;
  font-size: 8.2svw;
  line-height: 1.2;
  text-transform: uppercase;
  pointer-events: none;
}
.txt.gradient {
  color: transparent;
  background-image: linear-gradient(to right, #dff8df 0%, #f2fbfc 100%);
  -webkit-background-clip: text;
}

.container .title_wrap .eng {
  font-size: 10svw;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .container .title_wrap .eng {
    font-size: 5svw;
  }
}
.container .title_wrap .gradient {
  color: transparent;
  background-image: linear-gradient(to right, #0074e1 0%, #00aec1 100%);
  -webkit-background-clip: text;
}
.container .title02_wrap .eng {
  text-transform: uppercase;
}

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

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

.picture {
  display: block;
}

.marker {
  background: linear-gradient(transparent 60%, #ffe760 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) .hero {
  width: 100%;
  background-image: linear-gradient(to right, #f2f8fd 0%, #f2fbfc 100%);
  position: relative;
  z-index: 0;
}
body:not(.home) .hero .page_title {
  width: 90%;
  font-size: 5.5svw;
  font-weight: 600;
  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:not(.home) .hero .page_title .eng {
  font-size: 8svw;
  text-transform: uppercase;
  display: block;
  position: relative;
  top: -0.35em;
  z-index: -1;
}
body:not(.home) .hero .pic_hero {
  line-height: 0;
  overflow: hidden;
}
body:not(.home) .hero .pic_hero img {
  width: 100%;
  height: 50svh;
  -o-object-fit: cover;
     object-fit: cover;
}
body #page {
  position: relative;
  z-index: 0;
}

.breadcrumbs {
  width: 90%;
  max-width: 1400px;
  text-align: right;
  letter-spacing: 0;
  white-space: nowrap;
  font-feature-settings: "palt";
  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);
  background-size: 0 1px;
}
.breadcrumbs ol li a:hover {
  background-position: right bottom;
}

#service_child {
  background-image: linear-gradient(to right, rgba(0, 116, 225, 0.7) 0%, rgba(0, 174, 193, 0.7) 100%);
  padding-block: 5em 6em;
  margin-block-end: -6em;
}
#service_child .container .child_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5em;
}
@media (min-width: 500px) {
  #service_child .container .child_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  #service_child .container .child_inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
#service_child .container .child_inner a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M-9.53674e-07%2012.8571C-9.53674e-07%2012.8571%205.07912%208.33333%205.07912%206.42857C5.07912%204.52381%20-9.53674e-07%200%20-9.53674e-07%200L12%206.42857L-9.53674e-07%2012.8571Z%22%20fill%3D%22%230074E1%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.6em) 50%;
  background-size: 1.15em;
  font-feature-settings: "palt";
  padding: 1.5em 2em;
}

#pagelinks {
  padding-block-start: 12em !important;
  margin-block-end: 6em;
  position: relative;
  z-index: 0;
}
#pagelinks::before {
  content: "";
  width: 100%;
  height: 55%;
  background-image: url(./images/home/bg_people.webp);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 6em;
  left: 0;
  z-index: -1;
}
#pagelinks .container:nth-of-type(1) .title_wrap .h2 span {
  display: inline-block;
}
#pagelinks .container:nth-of-type(2) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
}
#pagelinks .container:nth-of-type(2) .pagelink {
  width: calc(50% - 1em);
}
@media (min-width: 768px) {
  #pagelinks .container:nth-of-type(2) .pagelink {
    width: calc(33.3333333333% - 1.3333333333em);
  }
}
#pagelinks .container:nth-of-type(2) .pagelink a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#pagelinks .container:nth-of-type(2) .pagelink a::before {
  content: "";
  width: 90%;
  height: 90%;
  border: #fff solid 1px;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 0;
}
#pagelinks .container:nth-of-type(2) .pagelink a .picture {
  position: relative;
  z-index: -1;
  transition: all 0.4s;
}
#pagelinks .container:nth-of-type(2) .pagelink a:hover .picture {
  transform: scale(1.1);
}
#pagelinks .container:nth-of-type(2) .pagelink a .title {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

#contact {
  background-image: url(./images/common/bg_contact.png);
  background-position: 50%;
  background-size: cover;
  padding-block: 4em;
  overflow: hidden;
}
@media (width >= 768px) {
  #contact {
    padding-block: 4em;
  }
}
#contact .container {
  position: relative;
}
#contact .container .picture {
  line-height: 0;
  margin-inline: auto;
  display: none;
}
@media (width >= 768px) {
  #contact .container .picture {
    width: 30%;
    position: absolute;
    bottom: -4em;
    left: 0;
    z-index: 1;
    display: block;
  }
}
#contact .container .text {
  width: 100%;
  margin-inline-start: auto;
}
@media (width >= 768px) {
  #contact .container .text {
    width: 70%;
  }
}
#contact .container .text .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1em;
  padding: 1.5em;
  position: relative;
  z-index: 0;
}
@media (width >= 768px) {
  #contact .container .text .buttons {
    padding-inline-start: 0;
  }
}
#contact .container .text .buttons::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #0074e1 0%, #00aec1 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (width >= 768px) {
  #contact .container .text .buttons::before {
    width: 130%;
  }
}
#contact .container .text .buttons a {
  line-height: 0;
  display: grid;
  justify-content: center;
  align-items: center;
}
@media (width < 980px) {
  #contact .container .text .buttons a {
    width: 33.33%;
  }
}
@media (width < 980px) {
  #contact .container .text .buttons a:first-child {
    min-height: 100%;
    background-color: #fff;
    text-align: center;
    padding: 1em;
    align-self: stretch;
  }
}
#contact .container .text .buttons a:not(:first-child) {
  min-height: 100%;
  background-color: #fff;
  text-align: center;
  padding: 1em;
  align-self: stretch;
}
@media (width > 980px) {
  #contact .container .text .buttons a:not(:first-child) {
    min-width: 9.25em;
  }
}

#footer {
  position: relative;
}
#footer .footer_wrap .footer_inner {
  width: 80%;
  max-width: 1400px;
  border-bottom: #eee solid 1px;
  padding-block: 4em;
  margin-inline: auto;
}
#footer .footer_wrap .footer_inner .sitemap_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
}
@media (min-width: 768px) {
  #footer .footer_wrap .footer_inner .sitemap_inner .info {
    width: 45%;
    max-width: 500px;
  }
}
#footer .footer_wrap .footer_inner .sitemap_inner .menu02 {
  margin-inline-start: auto;
}
@media (min-width: 768px) {
  #footer .footer_wrap .footer_inner .sitemap_inner .menu02 {
    width: 50%;
  }
}
#footer .footer_wrap .footer_inner .sitemap_inner .menu02 ul {
  display: flex;
  flex-wrap: wrap;
  grid-auto-flow: column;
}
#footer .footer_wrap .footer_inner .sitemap_inner .menu02 ul li {
  width: 50%;
  margin-block-end: 0.5em;
}
#footer .footer_wrap .footer_inner .sitemap_inner .menu02 ul li.none {
  display: none;
}
#footer .footer_wrap .footer_inner .sitemap_inner .menu02 ul li a:not(.menu-child) {
  font-size: 110%;
}
#footer .copy_inner {
  text-align: center;
  padding: 3em 2.5%;
}

#main {
  min-height: 70dvh;
  position: relative;
}
#main .container {
  width: 90%;
  margin-inline: auto;
}
#main .container .container {
  width: 90%;
}
#main .container_l {
  max-width: 1500px;
}
#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: #067276;
}

#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
--------------------------------------------------------------*/
body:not(.home) .navigation_wrap {
  width: 100%;
  padding-block-start: 1em;
  padding-inline: 5% calc(5% - 1.5em);
  position: relative;
}
body:not(.home) .navigation_wrap .inner {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
body:not(.home) .navigation_wrap .inner .mb_nav {
  top: 0.5em;
  right: calc(5% - 1.5em);
}
body:not(.home) .navigation_wrap .inner .mb_nav .menu {
  background-color: transparent;
}
body:not(.home) .navigation_wrap .navigation ul {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-block-start: 1em;
}

#header {
  width: 100%;
  max-width: 1400px;
  background-color: #fff;
  line-height: 0;
  box-shadow: 0 0 1.5em rgba(0, 116, 225, 0.2);
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  transition: all 0.4s;
}
@media (min-width: 980px) {
  #header {
    position: absolute;
  }
}
#header .inner {
  width: 95%;
  margin-inline: auto;
}
#header .inner:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 5em;
}
#header .inner:nth-of-type(1) .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
#header .inner:nth-of-type(2) {
  border-top: #eee solid 1px;
  display: none;
}
@media (min-width: 980px) {
  #header .inner:nth-of-type(2) {
    display: block;
  }
}
#header .inner:nth-of-type(2) .navigation {
  letter-spacing: 0;
}
#header .inner:nth-of-type(2) .navigation > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#header .inner:nth-of-type(2) .navigation > ul > li {
  padding-block: 1.5em;
  position: relative;
  z-index: 0;
}
#header .inner:nth-of-type(2) .navigation > ul > li a {
  text-transform: uppercase;
}
#header .inner:nth-of-type(2) .navigation > ul > li:not(.contact):not(.none):hover {
  background-color: #00aec1;
}
#header .inner:nth-of-type(2) .navigation > ul > li:not(.contact):not(.none):hover > span,
#header .inner:nth-of-type(2) .navigation > ul > li:not(.contact):not(.none):hover > a {
  color: #fff;
}
#header .inner:nth-of-type(2) .navigation > ul > li:not(.contact):not(.none) a {
  color: inherit;
  line-height: 1;
  padding-inline: 0.5em;
  display: inline-block;
}
#header .inner:nth-of-type(2) .navigation > ul > li.none {
  display: none;
}
#header .inner:nth-of-type(2) .navigation > ul > li.drop:hover > ul {
  opacity: 1;
  visibility: visible;
}
#header .inner:nth-of-type(2) .navigation > ul > li.drop > ul {
  width: -moz-max-content;
  width: max-content;
  background-color: #f2f8fd;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 4em;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
#header .inner:nth-of-type(2) .navigation > ul > li.drop > ul li:not(:last-child) {
  border-bottom: #fff solid 1px;
}
#header .inner:nth-of-type(2) .navigation > ul > li.drop > ul li a {
  width: 100%;
  font-size: 90%;
  padding-block: 0.8em 0.9em;
}
#header .inner:nth-of-type(2) .navigation > ul > li.drop > ul li a:hover {
  color: #00aec1;
  background-color: #eee;
}
#header .inner:nth-of-type(2) .navigation > ul#menu-menu01 {
  -moz-column-gap: 2em;
       column-gap: 2em;
}
#header .inner .site_title {
  max-width: calc(100% - 10em);
  align-self: center;
}
#header .inner .site_title img {
  width: auto;
  height: 3em;
}
#header .inner .buttons {
  margin-inline-start: auto;
}

.mb_nav {
  position: absolute;
  top: 0;
  z-index: 100;
  display: inherit;
}
.mb_nav:has(.menu) {
  right: 0;
  pointer-events: none;
}
.mb_nav .mail {
  width: 5em;
  height: 5em;
  background-color: #00aec1;
  position: relative;
  pointer-events: auto;
  cursor: pointer;
}
.mb_nav .mail a {
  width: 100%;
  height: 100%;
  background-image: url("./images/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: 50% calc(50% - 0.4em);
  background-size: 2.5em;
  display: block;
}
.mb_nav .mail small {
  color: #fff;
  width: 100%;
  height: 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  bottom: 0.8em;
  display: block;
}
.mb_nav .menu {
  width: 5em;
  height: 5em;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  pointer-events: auto;
  cursor: pointer;
}
.mb_nav .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;
}
.mb_nav .menu i:before, .mb_nav .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;
}
.mb_nav .menu i:before {
  top: -0.5em;
}
.mb_nav .menu i:after {
  bottom: -0.8em;
}
.mb_nav .menu.on i {
  background-color: transparent;
}
.mb_nav .menu.on i::before {
  top: 0;
  transform: rotate(45deg);
}
.mb_nav .menu.on i::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mb_nav .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%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.drawer .drawer_inner {
  width: 85%;
  max-width: 1080px;
  min-height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.drawer .inner {
  width: 80%;
  padding-block: 5em;
  margin-inline: auto;
}
.drawer .inner .site_title {
  line-height: 0;
  padding-block-end: 3em;
  display: none;
}
@media (min-width: 980px) {
  .drawer .inner .site_title {
    padding-block-start: 8em;
  }
}
.drawer .inner .site_title a {
  display: inline-block;
}
.drawer .inner #drawer-menu01 > ul {
  display: grid;
  gap: 1.25em;
}
@media (min-width: 500px) {
  .drawer .inner #drawer-menu01 > ul {
    gap: 1.5em 4em;
  }
}
@media (min-width: 768px) {
  .drawer .inner #drawer-menu01 > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.drawer .inner #drawer-menu01 > ul > li > a {
  font-weight: 600;
}
.drawer .inner #drawer-menu01 > ul > li ul {
  margin-block-start: 0.5em;
}
.drawer .inner #drawer-menu01 > ul > li ul li > a {
  border-bottom: #eee solid 1px;
  padding-block: 0.5em;
  display: block;
}
.drawer .inner #drawer-menu01 > ul li a {
  font-size: 120%;
  transition: all 0.4s;
}
.drawer .inner #drawer-menu01 > ul.subnavi {
  margin-block-start: 3em;
}
.drawer .inner #drawer-menu01 > ul.subnavi li a:has(svg) {
  background-color: #fff;
  line-height: 0;
  border-radius: 100%;
  padding: 0.6em;
  display: inline-block;
}
.drawer .inner #drawer-menu01 > ul.subnavi li a:has(svg):not(:first-child) {
  margin-inline-start: 0.5em;
}
.drawer .inner #drawer-menu01 > ul.subnavi li a:has(svg) svg {
  fill: #067276;
  width: 2em;
  height: 2em;
}
.drawer .inner #drawer-menu01 > ul#menu-snsmenu01-1 {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-block-start: 2em;
}
.drawer .inner #drawer-menu01 > ul#menu-snsmenu01-1 .menu-item a {
  color: transparent;
  min-width: 1.5em;
  min-height: 1.5em;
  max-width: 1.5em;
  max-height: 1.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: invert(100%) sepia(100%) saturate(24%) hue-rotate(57deg) brightness(105%) contrast(108%);
  overflow: hidden;
  display: block;
}
.drawer .inner #drawer-menu01 > ul#menu-snsmenu01-1 .menu-item a:hover {
  filter: invert(72%) sepia(84%) saturate(561%) hue-rotate(25deg) brightness(104%) contrast(89%);
}
.drawer .inner #drawer-menu01 > ul#menu-snsmenu01-1 .menu-item.youtube a {
  max-width: 2em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2221.026%22%20viewBox%3D%220%200%2030%2021.026%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_15%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015%22%20d%3D%22M1990.636%2C7273.09a3.777%2C3.777%2C0%2C0%2C0-2.658-2.655c-2.329-.637-11.707-.637-11.707-.637s-9.377.02-11.707.655a3.777%2C3.777%2C0%2C0%2C0-2.658%2C2.656%2C39.454%2C39.454%2C0%2C0%2C0-.616%2C7.2%2C38.612%2C38.612%2C0%2C0%2C0%2C.635%2C7.223%2C3.776%2C3.776%2C0%2C0%2C0%2C2.658%2C2.655c2.329.636%2C11.707.636%2C11.707.636s9.378%2C0%2C11.707-.636a3.774%2C3.774%2C0%2C0%2C0%2C2.658-2.655%2C38.49%2C38.49%2C0%2C0%2C0%2C.635-7.223A39.193%2C39.193%2C0%2C0%2C0%2C1990.636%2C7273.09Zm-17.35%2C11.728v-9.012l7.78%2C4.5Z%22%20transform%3D%22translate(-1961.291%20-7269.798)%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E");
}
.drawer .inner #drawer-menu01 > ul#menu-snsmenu01-1 .menu-item.instagram a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cpath%20id%3D%22instagram%22%20d%3D%22M2186.073%2C7269.212c4%2C0%2C4.479.015%2C6.061.087%2C4.065.185%2C5.965%2C2.113%2C6.149%2C6.148.074%2C1.582.087%2C2.056.087%2C6.061s-.015%2C4.481-.087%2C6.063c-.186%2C4.032-2.08%2C5.964-6.149%2C6.148-1.582.073-2.055.088-6.061.088s-4.481-.015-6.062-.088c-4.076-.186-5.965-2.124-6.149-6.15-.073-1.58-.088-2.056-.088-6.062s.016-4.478.088-6.06c.186-4.035%2C2.08-5.965%2C6.149-6.15C2181.594%2C7269.227%2C2182.068%2C7269.212%2C2186.073%2C7269.212Zm0-2.705c-4.075%2C0-4.585.018-6.184.091-5.448.25-8.475%2C3.272-8.726%2C8.726-.074%2C1.6-.09%2C2.11-.09%2C6.184s.016%2C4.586.09%2C6.186c.25%2C5.448%2C3.271%2C8.475%2C8.725%2C8.725%2C1.6.074%2C2.111.09%2C6.186.09s4.584-.016%2C6.184-.09c5.443-.25%2C8.478-3.271%2C8.725-8.725.073-1.6.091-2.11.091-6.186s-.018-4.583-.09-6.183c-.246-5.442-3.271-8.476-8.725-8.726C2190.658%2C7266.524%2C2190.146%2C7266.507%2C2186.073%2C7266.507Zm0%2C7.3a7.7%2C7.7%2C0%2C1%2C0%2C7.7%2C7.7A7.7%2C7.7%2C0%2C0%2C0%2C2186.073%2C7273.8Zm0%2C12.7a5%2C5%2C0%2C1%2C1%2C5-5A5%2C5%2C0%2C0%2C1%2C2186.073%2C7286.507Zm8.007-14.806a1.8%2C1.8%2C0%2C1%2C0%2C1.8%2C1.8A1.8%2C1.8%2C0%2C0%2C0%2C2194.081%2C7271.7Z%22%20transform%3D%22translate(-2171.073%20-7266.507)%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E");
}
.drawer .inner #drawer-menu01 > ul#menu-snsmenu01-1 .menu-item.x a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2222.58%22%20viewBox%3D%220%200%2025%2022.58%22%3E%20%3Cpath%20id%3D%22twitter%22%20d%3D%22M18.65%2C0h3.833L14.07%2C9.58l9.83%2C13H16.186l-6.036-7.9-6.918%2C7.9H-.6l8.914-10.25L-1.1%2C0H6.806l5.456%2C7.214ZM17.31%2C20.326h2.125L5.685%2C2.166H3.406Z%22%20transform%3D%22translate(1.1)%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E");
}

.sticky_buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  line-height: 0;
  gap: 0.5em 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sticky_buttons.on {
  display: none;
}
@media (min-width: 768px) {
  .sticky_buttons {
    width: 15%;
    max-width: 120px;
    bottom: 6em;
    right: 0;
    left: inherit;
    transform: translateX(0%);
  }
}
.sticky_buttons a {
  width: 30%;
  background-color: #f2f8fd;
  padding: 0.5em 1em;
  display: block;
}
@media (min-width: 768px) {
  .sticky_buttons a {
    width: 100%;
    padding: 1em;
  }
}
.sticky_buttons a img {
  width: 6em;
  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 */