@charset "UTF-8";
/*!
Theme Name: yourouseinou
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yourouseinou
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yourouseinou is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* 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.15;
  -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: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

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: #aaa #bbb #bbb;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* noto-sans-cjk-jp
font-weight: 300;
font-weight: 400;
font-weight: 500;
font-weight: 700;

*/
/* mediaクエリ----------------------- */
/* mediaクエリ----------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

html {
  scroll-padding-top: 136.15px;
  scroll-behavior: smooth;
}
@media (max-width: 880px) {
  html {
    scroll-padding-top: 88px;
  }
}
@media (max-width: 480px) {
  html {
    scroll-padding-top: 69px;
  }
}

body {
  background: url("./img/bgptn.jpg") repeat;
  background-attachment: fixed;
  color: #111111;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 1.08rem;
  letter-spacing: 0.6px;
  scroll-behavior: smooth;
}
@media (max-width: 480px) {
  body {
    font-size: 1rem;
  }
}
body p {
  line-height: 1.8;
}

a {
  color: #111111;
  text-decoration: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

.header {
  padding: 0 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.header__wrap {
  position: sticky;
  top: 0;
  z-index: 999;
  height: 136.15px;
}
@media (max-width: 1440px) {
  .header__wrap {
    scroll-padding-top: 69px;
    position: relative;
    height: 86.5px;
  }
}
@media (max-width: 480px) {
  .header__wrap {
    height: 69px;
  }
}
.header__wrap.scroll {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1170px) {
  .header__wrap.scroll {
    background: transparent;
  }
}
.header__btn {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1440px) {
  .header__btn {
    display: none;
  }
}
.header__btn--red {
  border-left: 2px solid #e60012;
  border-right: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
  background-color: #e60012;
}
.header__btn--red:hover {
  background-color: #fff;
  color: #e60012;
}
.header__btn--blue {
  border-left: 2px solid #002f7b;
  border-right: 2px solid #002f7b;
  border-bottom: 2px solid #002f7b;
  background-color: #002f7b;
}
.header__btn--blue:hover {
  background-color: #fff;
  color: #002f7b;
}
.header__btn a {
  padding: 8px;
  width: 190px;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: block;
  text-align: center;
}
.header__btn > div {
  background-color: #7c6d63;
  padding: 8px 14px;
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__flex {
  display: flex;
  justify-content: space-between;
  padding: 6px 0 10px 10px;
}
@media (max-width: 1440px) {
  .header__flex {
    padding-top: 10px;
  }
}
@media (max-width: 880px) {
  .header__flex {
    padding: 10px 10px 20px 10px;
  }
}
@media (max-width: 480px) {
  .header__flex {
    justify-content: flex-start;
  }
}
.header__right {
  display: flex;
  align-items: start;
}
.header__logo {
  position: relative;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo h1 {
  margin: 0;
  position: relative;
}
@media (max-width: 480px) {
  .header__logo h1 {
    line-height: 1;
  }
}
.header__logo h1 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.header__logo h1 img {
  width: 56px;
  height: auto;
}
.header__logo--flex {
  display: flex;
  color: #002f7b;
  align-items: center;
  font-weight: normal;
  gap: 10px;
}
.header__logo--flex .subtit {
  font-size: 16px;
  padding-left: 3px;
}
.header__logo--flex .tit {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1px;
}
.header__tel {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.header__tel .date {
  font-size: 0.84rem;
  line-height: 1;
  margin: 0;
}
.header__tel .telno {
  font-size: 2.2rem;
  letter-spacing: 1.4px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1440px) {
  .header__tel {
    padding-right: 90px;
  }
}
@media (max-width: 880px) {
  .header__tel {
    display: none;
  }
}
.header nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .header nav {
    display: none;
  }
}
.header nav .menu {
  font-size: 1rem;
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
  margin-bottom: 0;
}
.header nav .menu li {
  font-size: 1rem;
  list-style: none;
  text-align: center;
}
.header nav .menu li a {
  width: 100%;
  display: block;
  padding: 24px 30px;
  text-decoration: none;
  color: #111111;
  font-size: 1.08rem;
  letter-spacing: 0.8px;
}
.header nav .menu li a:hover {
  color: #e60012;
  text-decoration: underline;
}
.header nav .menu li.dropbtn {
  position: relative;
}
.header nav .menu li.dropbtn .submenu {
  display: none;
  position: absolute;
  margin-left: 0;
  padding: 0;
  left: 10px;
  width: 100%;
  z-index: 9;
}
.header nav .menu li.dropbtn .submenu li {
  text-align: left;
  position: relative;
  background: #7ecef4;
  border-bottom: 1px solid #fff;
}
.header nav .menu li.dropbtn .submenu li:last-child {
  border-bottom: none;
}
.header nav .menu li.dropbtn .submenu li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 12px;
  border-bottom: 1px solid #fff;
  color: #111111;
}
.header nav .menu li.dropbtn .submenu li a:last-child {
  border-bottom: none;
}
.header nav .menu li.dropbtn .submenu li a i {
  padding-right: 6px;
}
.header nav .menu li.dropbtn .submenu li:hover a {
  color: #fff;
  text-decoration: none;
  background-color: #002f7b;
}
.header nav button {
  display: none;
}
@media (max-width: 1024px) {
  .header nav button {
    display: block;
  }
}
.header .spmenu {
  display: none;
  position: relative;
  z-index: 999;
}
@media (max-width: 1440px) {
  .header .spmenu {
    display: block;
  }
}
.header .spmenu_con {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #c1e8fa;
  transition: width 0.2s;
  z-index: 999;
}
.header .spmenu .menu--isOpen {
  width: 60vw;
  list-style-type: none;
  padding-top: 30px;
  padding-left: 15px;
  margin: 0;
}
@media (max-width: 480px) {
  .header .spmenu .menu--isOpen {
    width: 74vw;
  }
}
.header .spmenu .menu--isOpen li {
  border-bottom: 1px solid #111111;
  text-align: left;
  padding: 12px 6px 12px 8px;
}
.header .spmenu .menu--isOpen li > a {
  color: #111111;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 0.94rem;
}
.header .spmenu .menu--isOpen li i {
  padding-right: 4px;
}
.header .spmenu .menu--isOpen li.dropbtn--sp .submenu {
  margin: 0 0 0 10px;
  padding: 4px 0;
}
.header .spmenu .menu--isOpen li.dropbtn--sp .submenu li {
  text-align: left;
  border-bottom: none;
  margin-left: 0.6rem;
  padding: 4px 2px;
  list-style: none;
}
.header .spmenu .menu--isOpen li.dropbtn--sp .submenu li a {
  color: #111111;
  font-size: 0.9rem;
}
.header .spmenu .menu--isOpen li.btnlist {
  padding: 20px 20px 10px 0;
  color: #435912;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.header .spmenu .menu--isOpen li.btnlist > div a {
  min-width: auto;
  width: 190px;
  font-size: 0.9rem;
  word-break: keep-all;
  padding: 4px 40px;
  display: inline-block;
  margin: 0;
}
.header .spmenu .menu__button {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-color: #e60012;
  border: 1px solid #e60012;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .header .spmenu .menu__button {
    top: 8px;
  }
}
.header .spmenu .menu__button .text {
  display: block;
  margin: auto;
  color: #fff;
  position: absolute;
  font-size: 11px;
  left: 0;
  right: 0;
  bottom: 2px;
}
.header .spmenu .line {
  display: block;
  width: 80%;
  margin: auto;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 14px) / 2);
  border-radius: 3px;
  transition: 0.2s;
}
.header .spmenu .menu__lineTop {
  transform: translateY(-8px);
}
.header .spmenu .menu__lineBottom {
  transform: translateY(8px);
}
.header .spmenu .menu--isOpen .menu__lineTop {
  transform: rotate(45deg);
}
.header .spmenu .menu--isOpen .menu__lineMiddle {
  opacity: 0;
}
.header .spmenu .menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
}

.btmcontact {
  background-color: #fff;
  padding: 40px 10px;
}
.btmcontact__flex {
  display: flex;
}
@media (max-width: 480px) {
  .btmcontact__flex {
    flex-flow: column-reverse;
  }
}
.btmcontact__tel, .btmcontact__mail {
  flex: 1;
  text-align: center;
}
.btmcontact__tel h4, .btmcontact__mail h4 {
  color: #002f7b;
  font-size: 1.6rem;
  font-weight: normal;
}
@media (max-width: 880px) {
  .btmcontact__tel h4, .btmcontact__mail h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .btmcontact__tel h4, .btmcontact__mail h4 {
    font-size: 1.1rem;
    margin: 10px auto;
  }
}
.btmcontact__tel {
  border-right: 2px solid #f6f1e6;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .btmcontact__tel {
    border-right: none;
    border-top: 2px solid #f6f1e6;
    padding: 20px 0 0 0;
  }
}
.btmcontact__tel .telno--pc {
  color: #111111;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
@media (max-width: 880px) {
  .btmcontact__tel .telno--pc {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .btmcontact__tel .telno--pc {
    display: none;
  }
}
.btmcontact__tel .telno--sp {
  display: none;
}
@media (max-width: 480px) {
  .btmcontact__tel .telno--sp {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.1rem;
  }
}
.btmcontact__tel .telno--sp i {
  padding-right: 10px;
}
.btmcontact__tel .info {
  font-size: 1rem;
}
.btmcontact__mail {
  flex: 1;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .btmcontact__mail {
    padding: 0 0 20px 0;
  }
}
.btmcontact__mail .btn__01 {
  width: 100%;
  padding: 15px;
  max-width: 350px;
}
@media (max-width: 880px) {
  .btmcontact__mail .btn__01 {
    max-width: none;
    width: 90%;
    padding: 12px 15px;
  }
}
@media (max-width: 480px) {
  .btmcontact__mail .btn__01 {
    margin-top: 10px;
  }
}

.bottominfo {
  position: relative;
  width: 100%;
  background-color: #f6f1e6;
  padding: 80px 10px 20px;
}
@media (max-width: 880px) {
  .bottominfo {
    padding: 60px 0 40px;
  }
}
@media (max-width: 480px) {
  .bottominfo {
    padding: 60px 0 0;
  }
}
.bottominfo__wrap {
  display: flex;
  gap: 40px;
}
@media (max-width: 480px) {
  .bottominfo__wrap {
    flex-flow: column;
  }
}
.bottominfo__logo {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bottominfo__logo img {
  max-width: 70px;
}
.bottominfo__logo--text {
  color: #002f7b;
  flex: 1;
}
.bottominfo__logo--subtit {
  font-size: 1.1rem;
}
.bottominfo__logo--tit {
  font-size: 1.4rem;
}
.bottominfo__ad {
  line-height: 1.5;
  margin: 10px 0;
}
.bottominfo__gmap {
  flex: 1;
  position: relative;
  padding-bottom: 30.25%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .bottominfo__gmap {
    padding-bottom: 65.25%;
  }
}
.bottominfo__gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bottominfo .gmap.btn__01 {
  min-width: 180px;
  max-width: 100%;
  font-size: 0.9rem;
  padding: 8px 30px;
  margin: 8px 0 0;
}
@media (max-width: 480px) {
  .bottominfo .gmap.btn__01 {
    min-width: auto;
    width: 200px;
  }
}
.bottominfo .img-track {
  width: 200px;
  display: block;
  margin: 0 0 -40px auto;
}
@media (max-width: 880px) {
  .bottominfo .img-track {
    width: 140px;
    margin: 0 0 -80px auto;
  }
}
@media (max-width: 480px) {
  .bottominfo .img-track {
    width: 120px;
    padding-top: 20px;
    margin: 0 0 0 auto;
  }
}

.site-footer {
  background-color: #002f7b;
}
.site-footer__menu {
  padding: 40px 0 40px;
}
@media (max-width: 880px) {
  .site-footer__menu {
    padding: 80px 0 20px;
  }
}
@media (max-width: 480px) {
  .site-footer__menu {
    display: none;
  }
}
.site-footer__menu.l-wrap {
  margin-bottom: 80px;
}
@media (max-width: 880px) {
  .site-footer__menu.l-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .site-footer__menu.l-wrap {
    margin-bottom: 20px;
  }
}
.site-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media (max-width: 480px) {
  .site-footer__menu ul {
    gap: 2%;
  }
}
.site-footer__menu ul li {
  list-style: none;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}
@media (max-width: 480px) {
  .site-footer__menu ul li {
    width: 39%;
  }
}
.site-footer__menu ul li:first-child {
  border: none;
}
.site-footer__menu ul li:last-child {
  border-right: none;
}
.site-footer__menu ul li a {
  color: #fff;
  font-size: 0.9rem;
}
.site-footer__menu ul li a:hover {
  text-decoration: underline;
}
.site-footer__menu ul li .parent {
  margin: 0 0 10px 0;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .site-footer__menu ul li .parent {
    font-size: 0.9rem;
    margin: 0 0 0 0;
  }
}
.site-footer__menu ul li .child {
  margin: 0 0 10px 10px;
  font-size: 0.94rem;
}
@media (max-width: 480px) {
  .site-footer__menu ul li .child {
    font-size: 0.82rem;
    margin: 0 0 10px 10px;
  }
}
.site-footer .copyright {
  background-color: #002f7b;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  margin: 0;
  padding: 10px;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .site-footer .copyright {
    font-size: 0.76rem;
    text-align: center;
  }
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 38px;
  color: #e60012;
  cursor: pointer;
}
@media (max-width: 480px) {
  #topBtn {
    bottom: 15px;
    right: 15px;
    font-size: 38px;
  }
}
#topBtn:hover {
  opacity: 0.6;
}

.l-wrap {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 880px) {
  .l-wrap {
    max-width: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .l-wrap {
    max-width: none;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.title__01 {
  margin: 40px auto;
}
@media (max-width: 480px) {
  .title__01 {
    margin: 10px auto;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }
}
.title__01 .ja {
  font-size: 40px;
  font-weight: normal;
  color: #111111;
  margin: 0;
  letter-spacing: 3px;
}
@media (max-width: 880px) {
  .title__01 .ja {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .title__01 .ja {
    font-size: 1.3rem;
  }
}
.title__01 .ja .small {
  font-size: 22px;
}
@media (max-width: 880px) {
  .title__01 .ja .small {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .title__01 .ja .small {
    font-size: 1rem;
  }
}
.title__01 .en {
  color: #e60012;
  font-size: 23px;
  font-weight: normal;
  margin: 0;
  padding-left: 4px;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .title__01 .en {
    font-size: 0.9rem;
  }
}
.title__01.center {
  text-align: center;
}
.title__02 {
  border-left: 3px solid #111111;
  padding: 6px 4px 0 10px;
  font-size: 18px;
  background: #012f7b;
  color: #fff;
  padding: 10px 12px;
  letter-spacing: 1.2px;
}
@media (max-width: 480px) {
  .title__02 {
    padding: 2px 4px 4px 6px;
    font-size: 1rem;
  }
}
.title__03 {
  border-left: 5px solid #111111;
  padding: 8px 4px 4px 20px;
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 480px) {
  .title__03 {
    font-size: 20px;
    border-left: 3px solid #111111;
    padding: 4px 0px 0px 10px;
  }
}
.title__03.green {
  color: #435912;
  border-color: #435912;
}
.title__03 .small {
  font-size: 20px;
  margin: 0 6px;
}
.title__04 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 6px;
  font-weight: normal;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .title__04 {
    font-size: 21px;
    letter-spacing: 1px;
  }
}
.title__05 {
  text-align: center;
  color: #435912;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .title__05 {
    font-size: 1.06rem;
    margin-bottom: 20px;
  }
}
.title__05 span {
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .title__05 span {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.title__page {
  background: #fff;
  padding: 30px 10px;
  text-align: center;
  color: #111111;
  letter-spacing: 5px;
  margin: 0 auto;
  position: relative;
  min-height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 880px) {
  .title__page {
    min-height: 140px;
  }
}
@media (max-width: 480px) {
  .title__page {
    min-height: 110px;
    padding: 6px 20px;
    font-size: 1.2rem;
    margin: 10px auto 10px;
    font-weight: normal;
    letter-spacing: 2px;
  }
}
.title__page .ja {
  font-size: 40px;
  font-weight: normal;
  color: #111111;
  margin: 0;
  letter-spacing: 3px;
}
@media (max-width: 880px) {
  .title__page .ja {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .title__page .ja {
    font-size: 1.3rem;
  }
}
.title__page .ja .small {
  font-size: 22px;
}
@media (max-width: 880px) {
  .title__page .ja .small {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .title__page .ja .small {
    font-size: 1rem;
  }
}
.title__page .en {
  color: #e60012;
  font-size: 23px;
  font-weight: normal;
  margin: 0;
  padding-left: 4px;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .title__page .en {
    font-size: 0.9rem;
  }
}
.title__page .img01 {
  position: absolute;
  width: 100px;
  top: 0;
  position: absolute;
  left: 0;
}
@media (max-width: 880px) {
  .title__page .img01 {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .title__page .img01 {
    width: 28px;
  }
}
.title__page .img02 {
  width: 114px;
  left: 28%;
  position: absolute;
  top: 100px;
}
@media (max-width: 880px) {
  .title__page .img02 {
    width: 80px;
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 480px) {
  .title__page .img02 {
    width: 54px;
    left: 18%;
  }
}
.title__page .img03 {
  width: 200px;
  position: absolute;
  right: 0;
  top: 50px;
}
@media (max-width: 880px) {
  .title__page .img03 {
    width: 100px;
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 480px) {
  .title__page .img03 {
    width: 72px;
  }
}
.title__mini {
  margin: 0 0 20px 0;
}
.title__mini span {
  background-color: #7c6d63;
  padding: 4px 14px;
  color: #fff;
  letter-spacing: 1px;
}

.subtitle {
  text-align: center;
  line-height: 2.5;
  font-size: 1.06rem;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .subtitle {
    line-height: 2;
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

.btn__01 {
  display: inline-flex;
  background: transparent;
  border-radius: 90px;
  padding: 20px 10px;
  min-width: 320px;
  margin: 20px auto;
  text-align: center;
  color: #111111;
  font-size: 1.14rem;
  border: 1px solid #fff;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 880px) {
  .btn__01 {
    min-width: 290px;
    padding: 12px 10px;
  }
}
@media (max-width: 480px) {
  .btn__01 {
    width: 84%;
    max-width: auto;
    min-width: auto;
    padding: 8px 10px;
    font-size: 0.94rem;
  }
}
.btn__01.size--w {
  width: 70%;
}
.btn__01.color--red {
  color: #fff;
  border: 1px solid #e60012;
  background-color: #e60012;
}
.btn__01.color--red:hover {
  background-color: #fff;
  color: #e60012;
}
.btn__01.color--blue {
  color: #fff;
  border: 1px solid #002f7b;
  background-color: #002f7b;
}
.btn__01.color--blue:hover {
  background-color: #fff;
  color: #002f7b;
}
.btn__01.color--white {
  color: #002f7b;
  border: 1px solid #002f7b;
  background-color: #002f7b;
}
.btn__01.color--white:hover {
  background-color: #fff;
  color: #002f7b;
}
.btn__01.color--skyblue {
  color: #002f7b;
  border: 1px solid #7ecef4;
  background-color: #7ecef4;
}
.btn__01.color--skyblue:hover {
  background-color: #fff;
  color: #7ecef4;
}
.btn__01.color--toumei {
  color: #002f7b;
  border: 1px solid #002f7b;
  background-color: transform;
}
.btn__01.color--toumei:hover {
  background-color: #002f7b;
  color: #fff;
}
.btn__01.backhome {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 14px 10px;
  color: #002f7b;
  border-color: #002f7b;
}
.btn__01.backhome:hover {
  background-color: #002f7b;
  color: #fff;
}
@media (max-width: 480px) {
  .btn__01.backhome {
    width: 200px;
    padding: 8px 10px;
  }
}
.btn__02 {
  display: inline-block;
  background: transparent;
  padding: 4px 10px;
  min-width: 200px;
  margin: 20px auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #002f7b;
  font-size: 1rem;
  border: 1px solid #002f7b;
  border-radius: 90px;
  position: relative;
}
@media (max-width: 480px) {
  .btn__02 {
    max-width: auto;
    min-width: auto;
    padding: 2px 18px;
    font-size: 0.94rem;
  }
}
.btn__02:hover {
  background-color: #002f7b;
  color: #fff;
}
.btn__02.back {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #eee;
  color: #111111;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .btn__02.back {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn__02.back:hover {
  background-color: #7c6d63;
  border: 1px solid #7c6d63;
  color: #fff;
}
.btn__more {
  display: inline-flex;
  border: 1px solid #002f7b;
  padding: 6px 30px;
  border-radius: 60px;
  font-size: 1rem;
  color: #002f7b;
}
@media (max-width: 880px) {
  .btn__more {
    font-size: 0.84rem;
    padding: 2px 20px;
  }
}
.btn__more:hover {
  background-color: #002f7b;
  color: #fff;
}
.btn__more:hover .arrow {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn__more--02 {
  display: inline-flex;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 6px 30px;
  border-radius: 60px;
  font-size: 1rem;
  color: #435912;
}
@media (max-width: 880px) {
  .btn__more--02 {
    font-size: 0.84rem;
    padding: 2px 20px;
  }
}
.btn__more--02 .arrow {
  margin: auto;
  display: inline-block;
  width: 25px;
  height: 6px;
  border-bottom: 1px solid #435912;
  border-right: 1px solid #435912;
  transform: skew(45deg);
}
.btn__more--02:hover {
  background-color: #435912;
  color: #fff;
}
.btn__more--02:hover .arrow {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn__morebig, .btn__morebig02 {
  display: flex;
  border: 1px solid #002f7b;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  padding: 20px;
  font-size: 1.2rem;
  color: #002f7b;
  justify-content: center;
  align-items: center;
}
@media (max-width: 880px) {
  .btn__morebig, .btn__morebig02 {
    font-size: 0.84rem;
    padding: 10px 20px;
  }
}
.btn__morebig:hover, .btn__morebig02:hover {
  background-color: #002f7b;
  color: #fff;
}
.btn__morebig .arrowdown, .btn__morebig02 .arrowdown {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("./img/arrow_down.png"); /* 画像のパスを設定 */
  background-size: contain; /* 画像サイズを要素に合わせる */
  background-repeat: no-repeat; /* 画像の繰り返しを無効に */
  background-position: center; /* 画像の位置を中央に */
  margin-left: 10px; /* テキストとの間隔を調整 */
}
@media (max-width: 480px) {
  .btn__morebig .arrowdown, .btn__morebig02 .arrowdown {
    width: 12px;
    height: 12px;
  }
}
.btn__morebig .arrowup, .btn__morebig02 .arrowup {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("./img/arrow_up.png"); /* 画像のパスを設定 */
  background-size: contain; /* 画像サイズを要素に合わせる */
  background-repeat: no-repeat; /* 画像の繰り返しを無効に */
  background-position: center; /* 画像の位置を中央に */
  margin-left: 10px; /* テキストとの間隔を調整 */
}
@media (max-width: 480px) {
  .btn__morebig .arrowup, .btn__morebig02 .arrowup {
    width: 12px;
    height: 12px;
  }
}

.arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("./img/img_arrow.png"); /* 画像のパスを設定 */
  background-size: contain; /* 画像サイズを要素に合わせる */
  background-repeat: no-repeat; /* 画像の繰り返しを無効に */
  background-position: center; /* 画像の位置を中央に */
  margin-left: 10px; /* テキストとの間隔を調整 */
}
@media (max-width: 480px) {
  .arrow {
    width: 12px;
    height: 12px;
  }
}
.arrow__down {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("./img/arrow_down.png"); /* 画像のパスを設定 */
  background-size: contain; /* 画像サイズを要素に合わせる */
  background-repeat: no-repeat; /* 画像の繰り返しを無効に */
  background-position: center; /* 画像の位置を中央に */
  margin-left: 10px; /* テキストとの間隔を調整 */
}

.list__side {
  margin: 0;
  font-weight: 300;
  font-size: 0.96rem;
}
.list__side li {
  padding: 10px 0;
}
.list__side li a:hover {
  opacity: 0.6;
  text-decoration: underline;
  color: #111111;
}
.list__01 {
  margin: 0;
  padding: 0 0 0 1rem;
}
.list__01 li {
  margin-bottom: 10px;
}
.list__01 li:last-child {
  margin-bottom: 0;
}

.line__pink {
  background: linear-gradient(transparent 60%, rgba(255, 151, 160, 0.5) 60%);
}

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.link.color-pink {
  color: #f07e88;
  font-weight: bold;
}
.link.color-blue {
  color: #002f7b;
}
.link__hover:hover {
  opacity: 0.8;
}

.pankuzu {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.pankuzu li {
  list-style: none;
}
.pankuzu li a {
  display: inline-block;
  text-decoration: underline;
  padding-right: 4px;
}
.pankuzu li a:hover {
  text-decoration: none;
  color: #e60012;
}
.pankuzu li a::after {
  display: inline-block;
  content: ">";
  padding: 0 0 0 8px;
}

.bnrlist {
  background-color: #c1e8fa;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 480px) {
  .bnrlist {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.bnrlist__flex {
  display: flex;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}
.bnrlist__item {
  border: 2px solid #fff;
  background-color: #fff;
  position: relative;
  padding: 0;
}
.bnrlist__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.bnrlist__item:hover {
  opacity: 0.9;
}
.bnrlist__item--flex {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .bnrlist__item--flex {
    flex-flow: column;
  }
}
@media (max-width: 480px) {
  .bnrlist__item--flex.rec {
    flex-flow: column-reverse;
  }
}
.bnrlist__item .title__01 {
  word-break: keep-all;
  min-width: 280px;
  padding: 0 20px;
}
@media (max-width: 880px) {
  .bnrlist__item .title__01 {
    min-width: 190px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .bnrlist__item .title__01 {
    text-align: center;
    padding-bottom: 4px;
  }
}
.bnrlist__item .title__01 p.en {
  font-size: 20px;
}
@media (max-width: 880px) {
  .bnrlist__item .title__01 p.en {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .bnrlist__item .title__01 p.en {
    font-size: 0.8rem;
  }
}
.bnrlist__item .title__01 h2.ja {
  font-size: 38px;
}
@media (max-width: 880px) {
  .bnrlist__item .title__01 h2.ja {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .bnrlist__item .title__01 h2.ja {
    font-size: 1.3rem;
    line-height: 1;
  }
}
.bnrlist__item .bnrlist__img img {
  vertical-align: middle;
}
.bnrlist .bg__white {
  flex: 1;
  background-color: #fff;
}
@media (max-width: 480px) {
  .bnrlist .bg__white {
    display: none;
  }
}
.bnrlist .bg__skyblue {
  flex: 1;
  background-color: #c1e8fa;
}
@media (max-width: 480px) {
  .bnrlist .bg__skyblue {
    display: none;
  }
}
.bnrlist .sankaku05 {
  position: absolute;
  display: block;
  width: 110px;
  bottom: 30px;
  left: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .bnrlist .sankaku05 {
    width: 60px;
  }
}
.bnrlist .sankaku06 {
  position: absolute;
  display: block;
  width: 120px;
  bottom: 10px;
  right: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .bnrlist .sankaku06 {
    width: 80px;
    bottom: 40px;
  }
}

.pcnone {
  display: none !important;
}
@media (max-width: 480px) {
  .pcnone {
    display: block !important;
  }
}

.spnone {
  display: block !important;
}
@media (max-width: 480px) {
  .spnone {
    display: none !important;
  }
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.nav-previous,
.nav-next {
  position: relative;
}
.nav-previous a,
.nav-next a {
  padding: 10px;
  background-color: #002f7b;
  color: #fff;
  border-radius: 30px;
  display: block;
}
.nav-previous a:hover,
.nav-next a:hover {
  background-color: #e60012;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-home .mv {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
@media (max-width: 880px) {
  .page-home .mv {
    padding-left: 10px;
    padding-right: 10px;
    height: 60vh;
  }
}
.page-home .mv__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.page-home .mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.page-home .mv__content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-home .mv h2 {
  font-size: 2.8rem;
  letter-spacing: 1.4px;
  color: #002f7b;
  line-height: 1.5;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 18px rgba(255, 255, 255, 0.4); /* 光彩（外側）の効果を追加 */
}
@media (max-width: 880px) {
  .page-home .mv h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .page-home .mv h2 {
    font-size: 1.4rem;
  }
}
.page-home .infomation {
  background-color: #002f7b;
}
.page-home .infomation .l-wrap {
  position: relative;
}
.page-home .infomation__flex {
  display: flex;
  margin-top: -50px;
  align-items: normal;
}
@media (max-width: 480px) {
  .page-home .infomation__flex {
    flex-flow: column;
  }
}
.page-home .infomation__tit {
  background-color: #f6f1e6;
  color: #002f7b;
  font-size: 1.1rem;
  padding: 30px 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .page-home .infomation__tit {
    padding: 10px 10px;
  }
  .page-home .infomation__tit p {
    margin: 0;
  }
}
.page-home .infomation__content {
  background-color: #fff;
  flex: 1;
  position: relative;
  padding: 20px;
}
@media (max-width: 480px) {
  .page-home .infomation__content {
    padding: 10px;
  }
}
.page-home .infomation__content--box {
  position: relative;
}
.page-home .infomation__content--box:hover {
  text-decoration: underline;
}
.page-home .infomation__content--box > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-home .infomation__content .date {
  margin: 0 0 10px;
}
.page-home .infomation__content .text {
  margin: 0;
}
.page-home .infomation__content .btn__02 {
  margin: 10px 0 0 auto;
  width: 180px;
  display: block;
  min-width: auto;
  font-size: 0.88rem;
}
@media (max-width: 480px) {
  .page-home .infomation__content .btn__02 {
    margin: 20px 0 10px auto;
  }
}
.page-home .service {
  background-size: 60%;
  background-image: url(./img/top_service_bg.png);
  background-position: right bottom;
  background-color: #002f7b;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media (max-width: 880px) {
  .page-home .service {
    background-size: 80%;
  }
}
@media (max-width: 480px) {
  .page-home .service {
    background-size: 100%;
  }
}
.page-home .service__flex {
  display: flex;
  padding: 10px 20px 0;
  align-items: end;
}
@media (max-width: 880px) {
  .page-home .service__flex {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .page-home .service__flex {
    flex-flow: column;
  }
}
.page-home .service__content {
  flex: 1;
  padding-bottom: 40px;
}
.page-home .service__content .title__01 .ja {
  color: #fff;
}
.page-home .service__content .btn__01.color--blue {
  border-color: #fff;
}
.page-home .service__text {
  color: #fff;
  line-height: 2;
}
.page-home .service__img {
  max-width: 400px;
  display: block;
  margin-bottom: -20px;
}
@media (max-width: 880px) {
  .page-home .service__img {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .page-home .service__img {
    max-width: 200px;
  }
}
.page-home .aday {
  background-color: #c1e8fa;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 480px) {
  .page-home .aday {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.page-home .aday__item {
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}
.page-home .aday__item:hover {
  opacity: 0.6;
}
.page-home .aday__item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-home .aday__item--flex {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .page-home .aday__item--flex {
    flex-flow: column;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
}
.page-home .aday__item .aday__img {
  border: 5px solid #fff;
  border-radius: 10px;
  width: 500px;
}
@media (max-width: 880px) {
  .page-home .aday__item .aday__img {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .page-home .aday__item .aday__img {
    flex-grow: 1;
    width: 100%;
  }
}
.page-home .aday__item .aday__img.no02 {
  order: 2;
}
.page-home .aday__item .aday__arrow {
  width: 60px;
  margin-left: -30px;
  position: relative;
}
@media (max-width: 880px) {
  .page-home .aday__item .aday__arrow {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .page-home .aday__item .aday__arrow {
    align-self: flex-end;
    margin-top: -30px;
    margin-right: 14px;
  }
}
@media (max-width: 480px) {
  .page-home .aday__item .aday__arrow.no03 {
    order: 3;
  }
}
.page-home .aday__maru {
  background-color: #e60012;
  width: 150px;
  height: 150px;
  background-color: #e60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: -20px;
  position: relative;
}
@media (max-width: 880px) {
  .page-home .aday__maru {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .page-home .aday__maru {
    align-self: flex-start;
    margin-right: 0;
    margin-bottom: -60px;
  }
}
@media (max-width: 480px) {
  .page-home .aday__maru.no01 {
    order: 1;
  }
}
.page-home .aday__maru p {
  color: #fff;
  font-size: 22px;
  margin: 0;
  letter-spacing: 1px;
}
@media (max-width: 880px) {
  .page-home .aday__maru p {
    font-size: 19px;
  }
}
.page-home .aday__maru p span {
  font-size: 16px;
}
@media (max-width: 880px) {
  .page-home .aday__maru p span {
    font-size: 14px;
  }
}
.page-home .aday__text {
  flex: 1;
  margin-left: 30px;
}
@media (max-width: 480px) {
  .page-home .aday__text {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .page-home .aday__text.no4 {
    order: 4;
  }
}
.page-home .aday__text p {
  line-height: 2.4;
  margin: 0;
  padding-bottom: 4px;
}
.page-home .aday__text .line {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.page-home .aday .sankaku01 {
  position: absolute;
  display: block;
  width: 100px;
  top: -20px;
  left: 0;
}
@media (max-width: 480px) {
  .page-home .aday .sankaku01 {
    width: 70px;
  }
}
.page-home .aday .sankaku02 {
  position: absolute;
  display: block;
  width: 140px;
  top: -20px;
  right: 0;
}
@media (max-width: 480px) {
  .page-home .aday .sankaku02 {
    width: 90px;
    top: -40px;
  }
}
.page-home .aday .sankaku03 {
  position: absolute;
  display: block;
  width: 140px;
  bottom: 20px;
  left: 0;
}
@media (max-width: 480px) {
  .page-home .aday .sankaku03 {
    width: 40px;
    bottom: 20px;
  }
}
.page-home .aday .sankaku04 {
  position: absolute;
  display: block;
  width: 140px;
  bottom: 0px;
  right: 0;
}
@media (max-width: 480px) {
  .page-home .aday .sankaku04 {
    width: 60px;
    bottom: 60px;
  }
}

.company .gaiyou {
  background-image: url(./img/company_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 100px;
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .company .gaiyou {
    margin-bottom: 40px;
  }
}
.company .gaiyou__tbl {
  border-collapse: collapse;
}
@media (max-width: 480px) {
  .company .gaiyou__tbl {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid #fff;
  }
}
.company .gaiyou__tbl th, .company .gaiyou__tbl td {
  text-align: left;
  font-weight: normal;
  padding: 30px 20px;
  border-bottom: 1px solid #c1e8fa;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .company .gaiyou__tbl th, .company .gaiyou__tbl td {
    display: block;
    width: 100%;
    padding: 2px 10px;
  }
}
.company .gaiyou__tbl th {
  width: 30%;
  background-color: #dff1fa;
  font-weight: normal;
}
@media (max-width: 480px) {
  .company .gaiyou__tbl th {
    width: 100%;
  }
}
.company .gaiyou__tbl td {
  background-color: #fff;
}
@media (max-width: 480px) {
  .company .gaiyou__tbl td {
    padding-bottom: 30px;
  }
}
.company .gaiyou__tbl .timetbl {
  table-layout: auto;
  margin-bottom: 0;
}
.company .gaiyou__tbl .timetbl th, .company .gaiyou__tbl .timetbl td {
  background-color: #fff;
  text-align: left;
  font-weight: normal;
  padding: 0;
  border: none;
}
.company .gaiyou__tbl .timetbl th {
  padding-right: 30px;
  white-space: nowrap; /* 改行を防ぐ */
  width: 1%; /* 必要な最小幅を確保 */
}
.company .gaiyou__flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 880px) {
  .company .gaiyou__flex {
    flex-flow: column;
    align-items: flex-start;
  }
}
@media (max-width: 880px) {
  .company .gaiyou__flex .btn__02 {
    margin: 5px 0 0;
  }
}
.company .enkaku .listwrap {
  display: flex;
}
@media (max-width: 480px) {
  .company .enkaku .listwrap {
    flex-flow: column;
  }
}
.company .enkaku__list {
  padding: 40px 0;
  margin: 20px 0;
  font-size: 1.06rem;
  max-width: 900px;
  flex: 1;
}
@media (max-width: 480px) {
  .company .enkaku__list {
    padding: 0;
  }
}
.company .enkaku__list-item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
}
.company .enkaku__list-item .date {
  width: 20%;
  font-size: 1.1rem;
  padding: 0px 30px 0 0;
  text-align: right;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-top: -4px;
}
@media (max-width: 880px) {
  .company .enkaku__list-item .date {
    padding: 0px 30px 0 0;
  }
}
@media (max-width: 480px) {
  .company .enkaku__list-item .date {
    width: 8rem;
    font-size: 1rem;
    padding: 0px 20px 0 0;
  }
}
.company .enkaku__list-item .tit {
  margin: -6px 0 10px;
  font-size: 1.1rem;
}
@media (max-width: 480px) {
  .company .enkaku__list-item .tit {
    font-size: 0.9rem;
  }
}
.company .enkaku__list-item .text {
  margin: 0 0 10px;
  font-size: 0.9rem;
}
@media (max-width: 480px) {
  .company .enkaku__list-item .text {
    font-size: 0.82rem;
  }
}
.company .enkaku__list-item .content {
  position: relative;
  width: 80%;
  padding: 0 20px 60px 30px;
  border-left: 1px solid #7ecef4;
  letter-spacing: 1.4px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .company .enkaku__list-item .content {
    width: auto;
    padding: 0 0px 30px 20px;
    letter-spacing: 1px;
    line-height: 1.3;
    font-size: 0.9rem;
    flex: 1;
  }
}
.company .enkaku__list-item .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #7ecef4;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .company .enkaku__list-item .content::before {
    width: 16px;
    height: 16px;
  }
}
.company .enkaku__imgs {
  display: flex;
  flex-flow: column;
  gap: 40px;
  justify-content: space-around;
}
@media (max-width: 480px) {
  .company .enkaku__imgs {
    flex-flow: row;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.company .enkaku__img01, .company .enkaku__img02, .company .enkaku__img03 {
  max-width: 245px;
  border-radius: 28px;
}
@media (max-width: 880px) {
  .company .enkaku__img01, .company .enkaku__img02, .company .enkaku__img03 {
    max-width: 160px;
    border-radius: 18px;
  }
}
@media (max-width: 480px) {
  .company .enkaku__img01, .company .enkaku__img02, .company .enkaku__img03 {
    border-radius: 14px;
    max-width: none;
    width: 100%; /* 各 `img` の幅を親要素に対して調整 */
    height: auto; /* 縦横比を維持 */
    flex: 1; /* 各画像が均等のスペースを取るようにする */
    max-width: calc(33.33% - 10px); /* 3つの画像を均等に配置 */
  }
}
.company .message {
  background-color: #dff1fa;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .company .message {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.company .message__flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 480px) {
  .company .message__flex {
    flex-flow: column;
    align-items: center;
    gap: 10px;
  }
}
.company .message__img {
  max-width: 380px;
  border-radius: 8px;
}
@media (max-width: 880px) {
  .company .message__img {
    max-width: 200px;
  }
}
.company .message__content--name {
  text-align: right;
}

.aday {
  background-color: #c1e8fa;
  padding-top: 100px;
  padding-bottom: 40px;
}
.aday__tit {
  background-color: #fff;
  margin-bottom: -60px;
}
.aday__tit .titlist {
  display: flex;
  justify-content: space-around;
  max-width: 990px;
}
.aday__tit .titlist__item {
  position: relative;
}
.aday__tit .titlist__item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.aday__tit .titlist__item:hover {
  opacity: 0.86;
}
.aday__tit .titlist__maru {
  background-color: #e60012;
  width: 150px;
  height: 150px;
  background-color: #e60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 880px) {
  .aday__tit .titlist__maru {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .aday__tit .titlist__maru {
    width: 90px;
    height: 90px;
    align-self: flex-start;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .aday__tit .titlist__maru.no01 {
    order: 1;
  }
}
.aday__tit .titlist__maru p {
  color: #fff;
  font-size: 22px;
  margin: 0;
  letter-spacing: 1px;
}
@media (max-width: 880px) {
  .aday__tit .titlist__maru p {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .aday__tit .titlist__maru p {
    font-size: 16px;
  }
}
.aday__tit .titlist__maru p span {
  font-size: 16px;
}
@media (max-width: 880px) {
  .aday__tit .titlist__maru p span {
    font-size: 12px;
  }
}
.aday__tit .titlist__sankaku {
  position: absolute;
  display: block;
  width: 50px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-25px);
}
@media (max-width: 880px) {
  .aday__tit .titlist__sankaku {
    width: 40px;
    transform: translateX(-20px);
  }
}
@media (max-width: 480px) {
  .aday__tit .titlist__sankaku {
    width: 30px;
    transform: translateX(-15px);
  }
}
.aday .flow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 10px;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .aday .flow {
    flex-flow: column;
  }
}
.aday .flow__box {
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  padding: 10px;
  flex: 1 1 calc(33.333% - 13.33px);
  max-width: calc(33.333% - 13.33px);
}
@media (max-width: 480px) {
  .aday .flow__box {
    flex: 1;
    max-width: 100%;
  }
}
.aday .flow__box h4 {
  margin: 10px 8px;
  color: #002f7b;
}
.aday .flow__box p {
  margin: 0 8px 18px;
  font-size: 0.96rem;
  line-height: 1.6;
}
.aday .flow.driver .flow__box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 16px solid red;
}
@media (max-width: 480px) {
  .aday .flow.driver .flow__box::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-top: 16px solid red;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: none;
  }
}
.aday .flow.driver .flow__box.last::after {
  display: none;
}
.interview__tit {
  border-left: 6px solid #e60012;
  padding: 6px 0 4px 14px;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 40px;
}
.interview__tit h4 {
  margin: 0 0 4px;
}
.interview__tit--info {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 480px) {
  .interview__tit--info.nojimu {
    flex-flow: column;
    align-items: self-start;
    gap: 0;
  }
}
.interview__tit--info.nojimu > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.interview__tit--info p {
  margin: 0;
}
.interview__tit--info .old {
  background: #002f7b;
  padding: 0 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
}
.interview__box {
  margin-bottom: 70px;
}
.interview__flex {
  display: flex;
  gap: 40px;
  max-height: 400px;
  overflow: hidden;
  transition: max-height 1s ease;
}
@media (max-width: 480px) {
  .interview__flex {
    gap: 10px;
  }
}
.interview__flex02 {
  display: flex;
  gap: 40px;
}
@media (max-width: 480px) {
  .interview__flex02 {
    gap: 10px;
  }
}
.interview__jimu {
  max-height: 800px;
  overflow: hidden;
  transition: max-height 1s ease;
}
.interview__img {
  width: 28%;
}
@media (max-width: 880px) {
  .interview__img {
    width: 22%;
  }
}
.interview__content {
  flex: 1;
}
.interview__content .small {
  font-size: 0.84rem;
}
.interview__q {
  background-color: #f3f4f7;
  padding: 2px 20px;
  position: relative;
}
.interview__q p {
  position: relative;
  padding-left: 48px;
  margin: 10px 0;
}
@media (max-width: 880px) {
  .interview__q p {
    line-height: 1.5;
  }
}
.interview__q p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 40px;
  height: 0.5px;
  background-color: #000;
}
.interview__a {
  padding: 0 8px 0 14px;
  margin-bottom: 40px;
}
.interview__a p {
  margin-bottom: 10px;
}
@media (max-width: 880px) {
  .interview__a p {
    line-height: 1.5;
  }
}
.numbers {
  padding-bottom: 40px;
  padding-top: 80px;
  background-color: #c1e8fa;
}
.numbers__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 880px) {
  .numbers__flex {
    margin-bottom: 10px;
  }
}
.numbers__flex.flex01, .numbers__flex.flex02 {
  justify-content: space-between;
}
@media (max-width: 880px) {
  .numbers__flex.flex01 {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 880px) {
  .numbers__flex.flex01 > div {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 880px) {
  .numbers__flex.flex01 > div:nth-child(3) {
    flex: 1 1 100%;
  }
}
@media (max-width: 880px) {
  .numbers__flex.flex02 {
    flex-flow: column;
  }
}
@media (max-width: 480px) {
  .numbers__flex.flex03 {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .numbers__flex.flex03 > div {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .numbers__flex.flex03 > div:nth-child(3) {
    flex: 1 1 100%;
  }
}
.numbers__box {
  flex: 1;
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  color: #002f7b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.numbers__box--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.numbers__box h4 {
  color: #e60012;
  text-align: center;
  margin: 10px 0 20px;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
@media (max-width: 480px) {
  .numbers__box h4 {
    font-size: 1.08rem;
    letter-spacing: 0.8px;
  }
}
.numbers__box h4 span {
  font-size: 1rem;
}
@media (max-width: 480px) {
  .numbers__box h4 span {
    font-size: 0.8rem;
  }
}
.numbers__box p {
  text-align: center;
  margin: 0 0 10px;
}
.numbers__box .flex {
  display: flex;
  align-items: center;
}
.numbers__box .main {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 480px) {
  .numbers__box .main {
    font-size: 40px;
  }
}
.numbers__box .small {
  color: #111111;
}
.numbers__box.box02 .main {
  font-size: 84px;
}
@media (max-width: 480px) {
  .numbers__box.box02 .main {
    font-size: 60px;
  }
}
.numbers__box.box02 .sub {
  font-size: 34px;
}
@media (max-width: 480px) {
  .numbers__box.box02 .sub {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.numbers__box.box03 .flex {
  gap: 20px;
  justify-content: center;
  align-items: end;
}
.numbers__box.box03 .small {
  margin-bottom: 0;
}
.numbers__box.box03 .main {
  font-size: 50px;
}
@media (max-width: 480px) {
  .numbers__box.box03 .main {
    font-size: 40px;
  }
}
.numbers__box.box03 .main i {
  padding-right: 5px;
}
.numbers__box.box04 .flex, .numbers__box.box05 .flex {
  justify-content: center;
  gap: 30px;
  padding-right: 40px;
}
@media (max-width: 480px) {
  .numbers__box.box04 .flex, .numbers__box.box05 .flex {
    gap: 10px;
    padding-right: 0;
  }
}
.numbers__box.box04 i, .numbers__box.box05 i {
  font-size: 80px;
}
@media (max-width: 480px) {
  .numbers__box.box04 i, .numbers__box.box05 i {
    font-size: 50px;
  }
}
.numbers__box.box04 .mainbox .main, .numbers__box.box05 .mainbox .main {
  font-size: 28px;
  letter-spacing: 1px;
}
.numbers__box.box04 .mainbox .main--02, .numbers__box.box05 .mainbox .main--02 {
  font-size: 20px;
}
@media (max-width: 480px) {
  .numbers__box.box04 .mainbox .main, .numbers__box.box05 .mainbox .main {
    font-size: 20px;
  }
}
.numbers__box.box05 .main {
  text-align: left;
}
.numbers__box.box06 .listitem {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .numbers__box.box06 .listitem {
    font-size: 14px;
  }
}
.numbers__box.box06 .listitem p {
  margin-bottom: 0;
}
.numbers__box.box06 .listitem span {
  font-size: 26px;
}
@media (max-width: 880px) {
  .numbers .bnrlist__item.l-wrap {
    width: 100%;
    margin-top: 40px;
  }
}

.service {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #dff1fa;
}
.service .item__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 880px) {
  .service .item__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .service .item__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service .item__box {
  background: #fff;
  border: 2px solid #002f7b;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  position: relative;
  min-height: 240px;
}
@media (max-width: 880px) {
  .service .item__box {
    min-height: 200px;
  }
}
@media (max-width: 480px) {
  .service .item__box {
    min-height: auto;
  }
}
.service .item__box:hover {
  transform: scale(1.03);
  cursor: pointer;
}
.service .item__box a {
  display: block;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service .item__box .arrow {
  margin-left: auto;
}
.service .item__box .item__title {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #c1e8fa;
}
.service .item__box .item__title .item__icon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.service .item__box .item__title .item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .item__box .item__title h4 {
  font-size: 1.1rem;
  color: #002f7b;
  margin: 0;
}
.service .item__box .item__text {
  padding: 12px 20px 30px;
}
.service .item__box .item__text p {
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.recruitment {
  padding-bottom: 40px;
  background-color: #c1e8fa;
}
.recruitment .titlelist {
  background-color: #002f7b;
  margin-bottom: 30px;
  padding: 30px 10px;
}
.recruitment .titlelist p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #fff;
}
.recruitment .titlelist .titlelist__flex {
  display: flex;
  gap: 10px;
}
@media (max-width: 880px) {
  .recruitment .titlelist .titlelist__flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .recruitment .titlelist .titlelist__flex {
    flex-flow: column;
    gap: 2px;
  }
}
.recruitment .titlelist .btn__01 {
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 880px) {
  .recruitment .titlelist .btn__01 {
    min-width: auto;
    margin: 10px;
    flex: 1;
    width: auto;
  }
}
@media (max-width: 480px) {
  .recruitment .titlelist .btn__01 {
    width: 100%;
    margin: 4px;
  }
}
.recruitment .titlelist .btn__01:hover {
  color: #002f7b;
}

.reccon .reccon__box {
  background: #fff;
  border: 3px solid #002f7b;
  border-radius: 20px;
  margin-bottom: 20px;
}
.reccon .reccon__box .reccon__title {
  background-color: #002f7b;
  padding: 20px 15px;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (max-width: 480px) {
  .reccon .reccon__box .reccon__title {
    padding: 14px 15px;
  }
}
.reccon .reccon__box .reccon__title h4 {
  background-color: #002f7b;
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  position: relative;
  padding-left: 24px;
}
.reccon .reccon__box .reccon__title h4::before {
  content: "";
  position: absolute;
  top: 50%; /* 垂直中央揃え */
  left: 0;
  transform: translateY(-50%);
  width: 4px; /* ラインの幅 */
  height: 100%; /* ラインの高さ */
  background-color: #e60012;
  border-radius: 5px; /* 角丸の効果 */
}
.reccon .reccon__box .reccon__main {
  padding: 15px;
}
.reccon .reccon__box .reccon__main table {
  width: 94%;
  margin: 10px auto 30px;
  border-collapse: collapse;
}
.reccon .reccon__box .reccon__main table th,
.reccon .reccon__box .reccon__main table td {
  text-align: left;
  padding: 30px 10px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 480px) {
  .reccon .reccon__box .reccon__main table th,
  .reccon .reccon__box .reccon__main table td {
    width: 100%;
    display: block;
    padding: 0 6px;
  }
}
.reccon .reccon__box .reccon__main table th {
  width: 24%;
  color: #002f7b;
  font-weight: bold;
  padding: 10px 30px 10px 34px;
}
@media (max-width: 480px) {
  .reccon .reccon__box .reccon__main table th {
    width: 100%;
    border-bottom: none;
    padding: 10px 6px 6px;
  }
}
.reccon .reccon__box .reccon__main table td {
  width: 70%;
}
@media (max-width: 480px) {
  .reccon .reccon__box .reccon__main table td {
    width: 100%;
    padding: 0 6px 10px 10px;
  }
}

.contact {
  background-color: #dff1fa;
  padding-bottom: 180px;
  padding-top: 20px;
}
.contact .tel {
  text-align: center;
  margin-bottom: 140px;
}
@media (max-width: 480px) {
  .contact .tel {
    margin-bottom: 80px;
  }
}
.contact .tel .spnone,
.contact .tel .pcnone {
  margin: 10px 0;
}
.contact .tel .spnone .tel__no {
  font-size: 49px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact .tel .spnone .tel__info {
  font-size: 1rem;
  letter-spacing: 1px;
}
.contact .tel .pcnone .tel__no {
  margin: 30px 0 0;
}
.contact .tel .pcnone .tel__no .btn__01 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 10px;
}
.contact .tel .pcnone .tel__no .btn__01 i {
  color: #002f7b;
}
.contact .tel .pcnone .tel__info {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 1px;
}
.contact .mail__wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 60px;
  width: 96%;
  margin: auto;
}
@media (max-width: 880px) {
  .contact .mail__wrap {
    padding: 20px 10px 40px;
  }
}
@media (max-width: 480px) {
  .contact .mail__wrap {
    width: 100%;
    border-radius: 10px;
    padding: 20px 10px 40px;
  }
}
.contact .mail__wrap table th, .contact .mail__wrap table td {
  text-align: left;
  padding: 20px 10px 50px;
  vertical-align: top;
  margin-bottom: 10px;
  border-bottom: 2px dotted #c1e8fa;
}
@media (max-width: 880px) {
  .contact .mail__wrap table th, .contact .mail__wrap table td {
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .contact .mail__wrap table th, .contact .mail__wrap table td {
    width: 100%;
    display: block;
    padding: 0px;
    border-bottom: none;
  }
}
.contact .mail__wrap table th p, .contact .mail__wrap table td p {
  margin: 0;
}
.contact .mail__wrap table th {
  max-width: 12.5em;
  font-weight: normal;
}
@media (max-width: 880px) {
  .contact .mail__wrap table th {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }
}
@media (max-width: 880px) {
  .contact .mail__wrap table td {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contact .mail__wrap table td {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.contact .mail__wrap table .titbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px;
  gap: 10px;
}
@media (max-width: 880px) {
  .contact .mail__wrap table .titbox {
    padding: 0;
    justify-content: flex-start;
  }
}
.contact .mail__wrap table .hissu {
  background-color: #e60012;
  color: #fff;
  text-align: center;
  padding: 4px 15px;
  font-size: 0.9rem;
  line-height: 1;
  word-break: keep-all;
  letter-spacing: 2px;
}
.contact .mail__wrap table .nini {
  background-color: #002f7b;
  color: #fff;
  text-align: center;
  padding: 4px 15px;
  font-size: 0.9rem;
  line-height: 1;
  word-break: keep-all;
  letter-spacing: 2px;
}
.contact .mail__wrap table input[type=text],
.contact .mail__wrap table input[type=tel],
.contact .mail__wrap table input[type=email],
.contact .mail__wrap table textarea {
  padding: 10px;
  font-size: 1.1rem;
}
@media (max-width: 480px) {
  .contact .mail__wrap table input[type=text],
  .contact .mail__wrap table input[type=tel],
  .contact .mail__wrap table input[type=email],
  .contact .mail__wrap table textarea {
    width: 100%;
    max-width: 100%;
  }
}
.contact .mail__wrap table select {
  padding: 10px;
  font-size: 1.1rem;
}
.contact .mail .btn__01.soushin {
  display: block;
  width: 340px;
  margin: 0 auto;
}
.contact .mail .btn__01.soushin:hover {
  cursor: pointer;
}
@media (max-width: 880px) {
  .contact .mail .btn__01.soushin {
    padding: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .contact .mail .btn__01.soushin {
    width: 90%;
    padding: 10px;
  }
}
.contact__bottomtext {
  text-align: center;
  margin-bottom: 10px;
}
.contact .prilink {
  text-align: center;
}

.pri__wrap {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .pri__wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.pri__wrap dl dt {
  border-left: 4px solid #002f7b;
  padding-left: 10px;
  margin-bottom: 10px;
}
.pri__wrap dl dd {
  margin-bottom: 60px;
}

.notfound {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .notfound {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.notfound > p {
  text-align: center;
  font-size: 1.2rem;
}

.pageinfo {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #c1e8fa;
}
.pageinfo__wrap {
  max-width: 1000px;
  margin: auto;
}
.pageinfo .archivebox {
  border-bottom: 1px solid #ddd;
}
.pageinfo .bg__white {
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .pageinfo .bg__white {
    padding: 20px 20px;
  }
}
.pageinfo__title {
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  position: relative;
  transition: transform 0.3s ease;
  text-decoration: none;
}
.pageinfo__title.link {
  border-bottom: none;
}
.pageinfo__title.link:hover {
  transform: scale(1.01);
}
.pageinfo__title > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}
.pageinfo__title .date {
  font-size: 0.98rem;
  color: #999;
  margin-bottom: 5px;
}
.pageinfo__title .title {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  .pageinfo__title .title {
    font-size: 1.1rem;
  }
}
.pageinfo__content {
  margin-bottom: 140px;
  padding: 0 10px;
}
.pageinfo__content p {
  font-size: 1rem;
  line-height: 1.8;
}
.pageinfo .attachment-post-thumbnail {
  width: 300px;
  max-height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 40px;
}
.pageinfo .pagination {
  display: flex; /* ページネーションのリンクを横並びにする */
  justify-content: center; /* 中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  gap: 8px; /* 各リンク間の余白 */
  margin-top: 20px;
}
.pageinfo .pagination a, .pageinfo .pagination span {
  display: inline-block;
  padding: 8px 16px; /* ボタンの内側の余白 */
  border-radius: 4px; /* 角を丸くする */
  background-color: #c1e8fa;
  color: #111111;
  text-decoration: none; /* 下線を消す */
  font-size: 1rem;
  transition: all 0.2s ease-in-out; /* ホバー時のアニメーション */
}
.pageinfo .pagination a:hover {
  background-color: #e60012;
  color: #fff;
}
.pageinfo .pagination .current {
  background-color: #002f7b;
  color: #fff; /* 現在のページのテキスト色 */
  pointer-events: none; /* クリック不可にする */
}/*# sourceMappingURL=style.css.map */