@charset "UTF-8";
/*!
Theme Name: rokyoku2026
Theme URI: 
Author: rokyoku2026
Description: rokyoku2026
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=Great+Vibes&family=Zen+Kaku+Gothic+New: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: #C01215;
}

.blue {
  color: #6F9DD6;
}

.green {
  color: #138027;
}

.coral {
  color: #FD726F;
}

.bg_white {
  background-color: #fff;
}

.bg_red {
  background-color: #C01215;
}

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

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

.bg_green {
  background-color: #138027;
}

.bg_light_gray {
  background-color: #eee;
}

.bg_light_red {
  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: "Zen Kaku Gothic New", 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-family: "Zen Old Mincho", serif;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}

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

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

.eng {
  font-family: "Great Vibes", cursive;
}

.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: #138027;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

a:not([class]):hover,
a:not([class]):focus,
a:not([class]):active {
  color: #C01215;
  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;
  background-color: #f1f1f1;
  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: 1px;
  padding: 0.8em 1.5em 0.8em;
  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_red::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_red.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_red {
  color: #fff;
  background-color: #C01215;
  border-color: #C01215;
}
.btn_red:hover {
  background-color: #138027;
  border-color: #138027;
}
.btn_blue {
  color: #fff;
  background-color: #6F9DD6;
  border-color: #6F9DD6;
}
.btn_white {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}
.btn_arrow {
  font-weight: 900;
  padding-inline-end: 2.5em;
  padding-block-end: 0.2em;
  position: relative;
  z-index: 0;
}
.btn_arrow::after {
  content: "";
  width: 2.25em;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2251%22%20height%3D%2211%22%20viewBox%3D%220%200%2051%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%207.90421H50L33.5025%200.761353V10.7614%22%20stroke%3D%22%23C01215%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 2.25em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.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 {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.025em;
  border-radius: 50rem;
  padding: 0.4em 0.85em;
  display: inline-block;
}
.badge_outline {
  color: #C01215;
  background-color: #fff;
  border: #C01215 solid 1px;
}
.badge_white {
  color: #aaa;
  background-color: #fff;
  border: #fff solid 1px;
}
.badge_white:hover, .badge_white.active {
  color: #C01215;
}
.badge_red {
  color: #C01215;
  background-color: #FCF3F3;
  border: #FCF3F3 solid 1px;
}
.badge_red:hover {
  color: #fff;
  background-color: #C01215;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.h2 {
  font-size: 5.5svw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 3.6rem;
  }
}
.h2.vertical {
  writing-mode: vertical-rl;
  display: inline-block;
}
.h2.vertical.line {
  border-right: #C01215 solid 1px;
  padding-block-start: 0.5em;
}

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

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

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #C01215;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background-color: #138027;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: #C01215;
  background-color: #fff;
  border-color: #C01215;
  border-width: 1px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #138027;
  border-color: #138027;
}
.wp-block-button .wp-block-button__link {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  border-radius: 0;
}

a[target*=_blank]:not([href*=".pdf"]):not([href*=".zip"]).wp-block-button__link, a[target*=_blank]:not([href*=".pdf"]):not([href*=".zip"]).btn {
  background-image: url(./images/common/icon_extlink.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - (1em + 2px)) 50%;
  background-size: 1em;
  padding-inline-end: 3em;
}

a[href*=".pdf"].wp-block-button__link, a[href*=".pdf"].btn,
a[href*=".zip"].wp-block-button__link,
a[href*=".zip"].btn {
  background-image: url(./images/common/icon_download.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - (1em + 2px)) 50%;
  background-size: 1em;
  padding-inline-end: 3em;
}

html.on {
  overflow-y: hidden;
}

body {
  position: relative;
  z-index: 0;
}
body #tool {
  background-color: #FCF3F3;
  padding-block: 0.25em;
  margin-block-end: 1.5em;
}
body #tool .tool_inner {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin-inline: auto;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
body #tool .tool_inner .title .mincho {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2220%22%20viewBox%3D%220%200%2019%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.16671%2020L6.78174%2016.7934C6.51094%2016.699%206.23324%2016.5668%205.94862%2016.3968C5.66417%2016.2267%205.40981%2016.0445%205.18552%2015.8503L2.33304%2017.1053L0%2012.8947L2.46726%2010.9534C2.44401%2010.7969%202.42749%2010.6397%202.41772%2010.4818C2.40794%2010.3239%202.40306%2010.1667%202.40306%2010.01C2.40306%209.86035%202.40794%209.70825%202.41772%209.55368C2.42749%209.39912%202.44401%209.23009%202.46726%209.04658L0%207.10526L2.33304%202.915L5.17566%204.16C5.4195%203.95895%205.67976%203.77509%205.95646%203.60842C6.23315%203.44175%206.50505%203.30781%206.77214%203.20658L7.16671%200H11.8333L12.2183%203.21658C12.5216%203.33132%2012.796%203.46526%2013.0415%203.61842C13.2872%203.77158%2013.5352%203.95211%2013.7854%204.16L16.667%202.915L19%207.10526L16.4938%209.07684C16.53%209.24684%2016.5498%209.40579%2016.5532%209.55368C16.5564%209.7014%2016.558%209.85018%2016.558%2010C16.558%2010.143%2016.5547%2010.2884%2016.5482%2010.4363C16.5418%2010.584%2016.5185%2010.7531%2016.4784%2010.9434L18.9651%2012.8947L16.6318%2017.1053L13.7854%2015.84C13.5352%2016.0479%2013.2798%2016.2318%2013.0193%2016.3916C12.7588%2016.5516%2012.4917%2016.6822%2012.2183%2016.7834L11.8333%2020H7.16671ZM8.48893%2018.4211H10.4762L10.8397%2015.6013C11.3556%2015.461%2011.8271%2015.2616%2012.2542%2015.0032C12.6813%2014.7446%2013.0933%2014.4122%2013.4899%2014.0061L16.0019%2015.1053L16.9976%2013.3158L14.8043%2011.5953C14.8886%2011.3226%2014.9459%2011.0554%2014.9762%2010.7934C15.0067%2010.5317%2015.022%2010.2672%2015.022%2010C15.022%209.72596%2015.0067%209.46149%2014.9762%209.20658C14.9459%208.95149%2014.8886%208.69097%2014.8043%208.425L17.0168%206.68421L16.0214%204.89474L13.4801%206.01C13.1417%205.63351%2012.7363%205.30088%2012.264%205.01211C11.7915%204.72333%2011.3135%204.51886%2010.8301%204.39868L10.5111%201.57895H8.5046L8.16994%204.38868C7.65413%204.51553%207.17783%204.70982%206.74105%204.97158C6.3041%205.23351%205.88728%205.57088%205.49061%205.98368L2.97861%204.89474L1.98321%206.68421L4.16661%208.37842C4.08236%208.62825%204.02338%208.88807%203.98968%209.1579C3.95597%209.42772%203.93912%209.71175%203.93912%2010.01C3.93912%2010.284%203.95597%2010.5526%203.98968%2010.8158C4.02338%2011.0789%204.07916%2011.3388%204.15701%2011.5953L1.98321%2013.3158L2.97861%2015.1053L5.481%2014C5.8647%2014.4102%206.27494%2014.7462%206.71173%2015.0082C7.14867%2015.2699%207.63154%2015.471%208.16033%2015.6113L8.48893%2018.4211ZM9.51163%2013.1579C10.3528%2013.1579%2011.0687%2012.8505%2011.6591%2012.2358C12.2496%2011.6211%2012.5448%2010.8758%2012.5448%2010C12.5448%209.12421%2012.2496%208.37895%2011.6591%207.76421C11.0687%207.14947%2010.3528%206.84211%209.51163%206.84211C8.65997%206.84211%207.94152%207.14947%207.35628%207.76421C6.77104%208.37895%206.47842%209.12421%206.47842%2010C6.47842%2010.8758%206.77104%2011.6211%207.35628%2012.2358C7.94152%2012.8505%208.65997%2013.1579%209.51163%2013.1579Z%22%20fill%3D%22%23AAAAAA%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.15em;
  border-right: #aaa solid 1px;
  padding-inline: 1.35em 1em;
}
body #tool .tool_inner .badge {
  cursor: pointer;
}
body:not(.home) #main {
  position: relative;
  z-index: 0;
}
body:not(.home) .hero {
  background-image: url(./images/common/bg_head.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20em;
  position: relative;
  z-index: 0;
}
body:not(.home) .hero::before {
  content: "";
  width: 100%;
  height: calc(225px + 3em);
  background-image: url(./images/common/bg_pattern_01.svg);
  background-position: 0 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
body:not(.home) .hero .hero_inner {
  display: flex;
  width: 90%;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
body:not(.home) .hero .hero_inner .page_title {
  font-size: 5.5svw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  border-right: #C01215 solid 1px;
  padding-block-start: 0.5em;
  align-self: flex-start;
}
@media (min-width: 768px) {
  body:not(.home) .hero .hero_inner .page_title {
    font-size: 4rem;
  }
}
body:not(.home) .hero .hero_inner .pic_hero {
  line-height: 0;
}
body:not(.home) .hero .hero_inner .pic_hero img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  right: -5svw;
}
body #page {
  position: relative;
  z-index: 0;
}

.breadcrumbs {
  width: 90%;
  max-width: 1400px;
  text-align: right;
  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;
}

#support {
  position: relative;
}
#support::before {
  content: "";
  width: 100%;
  height: calc(50% - 2.5em);
  background-image: url(./images/common/bg_pattern_01.svg);
  background-position: 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#support .container,
#links .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 0;
  gap: 1em;
}
#support .container .supporter,
#links .container .supporter {
  width: calc(50% - 0.5em);
}
@media (min-width: 500px) {
  #support .container .supporter,
  #links .container .supporter {
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 768px) {
  #support .container .supporter,
  #links .container .supporter {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
@media (min-width: 1200px) {
  #support .container .supporter,
  #links .container .supporter {
    width: calc(20% - 0.8em);
  }
}
#support .container .supporter a,
#links .container .supporter a {
  display: inline-block;
}

.loop,
.loop_reverse {
  line-height: 0;
}
.loop .swiper-wrapper,
.loop_reverse .swiper-wrapper {
  transition-timing-function: linear;
}
.loop .swiper-wrapper img,
.loop_reverse .swiper-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

#footer {
  position: relative;
}
#footer .footer_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FCF3F3;
  padding-block: 4em;
  padding-inline: 5%;
  gap: 4em 2em;
}
@media (width >= 1800px) {
  #footer .footer_inner {
    padding-inline: 2.5%;
  }
}
#footer .footer_inner .sitemap_inner {
  width: 100%;
  margin-inline: auto;
}
@media (width >= 1800px) {
  #footer .footer_inner .sitemap_inner {
    width: auto;
    margin-inline: auto 0;
    order: 1;
  }
}
#footer .footer_inner .sitemap_inner .menu02 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8em 2em;
}
@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(7, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
#footer .footer_inner .sitemap_inner .menu02 ul li:has(.menu-child) {
  grid-row: span 4;
}
@media (min-width: 1400px) {
  #footer .footer_inner .sitemap_inner .menu02 ul li:has(.menu-child) {
    grid-row: span 4;
  }
  #footer .footer_inner .sitemap_inner .menu02 ul li:nth-of-type(2) {
    grid-row: span 3;
  }
}
#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) {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
#footer .footer_inner .sitemap_inner .menu02 ul li a.menu-child {
  font-size: 85%;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  display: inline-block;
}
#footer .footer_inner .sitemap_inner .menu02 ul li a.menu-child:hover {
  text-decoration: none;
}
#footer .footer_inner .sitemap_inner .menu02 ul li a.menu-child:nth-of-type(2) {
  margin-block-start: 0.5em;
}
#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 address {
  font-style: normal;
}
#footer .footer_inner .siteinfo_inner address .big {
  line-height: 1.2;
}
#footer .footer_inner .siteinfo_inner address a {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1em;
  padding-inline-start: 1.4em;
}
#footer .copy_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding: 3em 2.5% 8em;
  row-gap: 0.5em;
}
#footer .copy_inner small {
  margin-inline-start: auto;
}

#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 .tabs_wrap {
  overflow-x: auto;
}
#main .tabs {
  border-bottom: #C01215 solid 1px;
  display: flex;
  gap: 0.5em;
}
#main .tab_button {
  color: #C01215;
  background: #eee;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: bold;
  word-break: keep-all;
  border: #C01215 solid 1px;
  padding: 0.8em 3em;
  margin-block-end: -1px;
  cursor: pointer;
}
#main .tab_button:hover {
  background-color: #fff;
}
#main .tab_button.is_active {
  background-color: #fff;
  border-bottom-color: #fff;
}
#main .tab_content {
  display: none;
}
#main .tab_content.is_active {
  display: block;
}

.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-end: 2em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (width >= 1620px) {
  #header.font_large .left_nav,
  #header.font_large .right_nav {
    display: block;
  }
}
@media (width >= 1500px) {
  #header:not(.font_large) .left_nav,
  #header:not(.font_large) .right_nav {
    display: block;
  }
}
#header .left_nav,
#header .right_nav {
  display: none;
}
#header .navigation_wrap {
  width: 90%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header .navigation_wrap .inner .site_logo {
  line-height: 0;
  text-align: center;
}
#header .navigation_wrap .inner .site_logo img {
  max-width: calc(100% - 10em);
  max-height: 4.75em;
}
#header .navigation_wrap .left_nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .navigation_wrap .left_nav .navigation {
  font-feature-settings: "palt";
  font-weight: bold;
  display: flex;
  gap: 1em;
}
#header .navigation_wrap .left_nav .navigation li {
  padding-block: 0.5em;
  position: relative;
}
#header .navigation_wrap .left_nav .navigation li:hover > a {
  color: #C01215;
}
#header .navigation_wrap .left_nav .navigation li:hover > .sub_pages {
  display: block;
}
#header .navigation_wrap .left_nav .navigation li .sub_pages {
  width: -moz-max-content;
  width: max-content;
  background-color: rgba(192, 18, 21, 0.9);
  padding-block-end: 0.5em;
  position: absolute;
  top: 2.5em;
  display: none;
}
#header .navigation_wrap .left_nav .navigation li .sub_pages > a {
  padding-inline: 1em 2.5em;
}
#header .navigation_wrap .left_nav .navigation li .sub_pages > a:nth-child(1) {
  padding-block: 0.6em;
  border-bottom: #fff dotted 1px;
  margin-block-end: 0.25em;
}
#header .navigation_wrap .left_nav .navigation li .sub_pages > a:not(:nth-child(1)) {
  font-size: 95%;
  padding-block: 0.3em;
}
#header .navigation_wrap .left_nav .navigation a {
  display: block;
}
#header .navigation_wrap .right_nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#header .navigation_wrap .right_nav .btn_red {
  min-width: 12em;
  text-align: center;
}
#header .sub_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-block-start: 1em;
}
#header .sub_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 9.5em;
  background-color: #FCF3F3;
  font-weight: bold;
  padding-inline: 1em;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
}
#header .sub_nav a img {
  height: 1em;
  position: relative;
  bottom: -0.1em;
}

.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 (width >= 1620px) {
  .nav_buttom.font_large {
    transform: translateY(100%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav_buttom.font_large.is_fixed {
    transform: translateY(0%);
  }
}
@media (width >= 1500px) {
  .nav_buttom:not(.font_large) {
    transform: translateY(100%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav_buttom:not(.font_large).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: #C01215;
  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: #fff;
  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: #fff;
  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(252, 243, 243, 0.9);
  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: 5% 3.5%;
}
.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(6, 1fr);
    gap: 2em;
  }
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li {
  grid-column: span 2;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+4):not(.contact) {
  grid-column: span 3;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li:nth-child(n+4):not(.contact) > a {
  padding-inline: 1em;
}
@media (min-width: 768px) {
  .drawer .drawer_inner .inner .nav_drawer ul.navigation li {
    grid-column: span 2;
  }
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li.contact {
  grid-column: span 6;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li.contact a {
  border-style: solid;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li.contact a:hover {
  color: #138027;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li > a {
  background-color: #fff;
  padding: 1em 0.5em 1em;
  font-weight: bold;
  display: grid;
  align-items: center;
  gap: 0.25em;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li > a:hover {
  color: #C01215;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li > a .icon img {
  height: 3.5em;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li > a .jpn {
  line-height: 1.2;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li .sub_pages {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li .sub_pages a {
  padding-block: 0.25em;
  display: block;
}
.drawer .drawer_inner .inner .nav_drawer ul.navigation li .sub_pages a:hover {
  color: #138027;
}

/*--------------------------------------------------------------
/* 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 */