/*!
Theme Name: yurika
Author:yurika
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: yurika
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.

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

:root {
--color-main: #1f3651;
--color-sub: #4f6300;
--color-main-light: #87A7D1;
--color-accent-light: #D14F71;
--color-accent:#B13557;
--color-hi-light:#FCD8E2;
--color-accent-dark: #8A2B44;

--color-base-blue:#ECF5FF;
--color-base-pink:#F5E3E8;
--color-base-green:#CEDF93;
--color-base-bejyu:#f7f4e9;
--color-base: #F1F1F1;
--color-base-light: #ffffff;
--color-base-dark: #dcdcdc;

--color-text-main: #000000;
--color-text-light: #666666;
--color-text-inverse: #ffffff;
}

.entry-content .wp-block-buttons .wp-block-button a {
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, #355A8A 0%, #355A8A 18%, #7092BE 100%);
    color: #fff;
    font-size: 1rem;
    padding: 1.2em 4em 1.2em 2em;
    letter-spacing: 1px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 0;
}

.entry-content .wp-block-buttons .wp-block-button a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #184271 0%, #1a4678 50%, #1c4c80 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.entry-content .wp-block-buttons .wp-block-button a:hover::before {
    opacity: 1;
}

.entry-content .wp-block-buttons .wp-block-button a:hover {
    color: #fff;
}

a.wp-block-button__link.wp-element-button::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    background-image: url(images/buttonMaruya.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

:root {
  --wp--style--global--content-size: 1024px;
  --wp--style--global--wide-size: 1440px;
}

.editor-styles-wrapper .wp-block {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.editor-styles-wrapper .wp-block[data-align="wide"] {
  max-width: var(--wp--style--global--wide-size);
}

.editor-styles-wrapper .wp-block[data-align="full"] {
  max-width: none;
}

p,
h1, h2, h3, h4, h5, h6{
  margin-block-start: 0;
  margin-block-end: 0;
}

html body .block-editor-block-list__layout.is-root-container
  :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1024px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.block-editor-block-list__layout.is-root-container :where(.alignwide) {
  max-width: 1440px !important;
}

.block-editor-block-list__layout.is-root-container :where(.alignfull) {
  max-width: none !important;
}



/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body.mce-content-body,
.mce-content-body,body {
	margin: 0;
	font-family:'Noto Sans JP', 'Roboto', sans-serif;
	font-weight:500;
	min-width:0;
	width:100%;
	margin:0;
	padding:0;
	color:var(--color-text-main);
}

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

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-text-main);
	font-size: 16px;
	line-height: 1.5;
}

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

p {
	margin-bottom: 0;
	line-height: 1.8;
  margin-block-start: 0;
  margin-block-end: 0;
}

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;*/
	margin:0!important;	
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--color-accent-dark);
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: var(--color-main);
}


a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	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%;
}


/* 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 li {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important;
  }

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

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

.main-navigation ul li#menu-item-31:hover > ul,
.main-navigation ul li#menu-item-31.focus > ul{
  left: auto !important;
  right: -6em!important;
  margin-left: 0!important;
}

@media screen and (min-width: 1600px) {
.main-navigation ul li#menu-item-31:hover > ul,
.main-navigation ul li#menu-item-31.focus > ul{
  right: -10em!important;
}
}

.main-navigation li {
	position: relative;
}

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

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

.headerOuter{
	position:sticky!important;
	top:0;
	background-color: rgba(255,255,255,0.92);
	position:relative;
	z-index:20;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

#masthead{
	max-width:1600px;
}

.site-title {
    margin: 0;
    max-width: 180px;
    width: 100%;
    flex: 0 0 40%;
  }

@media screen and (min-width: 600px) {
.site-title {
    margin: 0;
    max-width: 250px;
    width: 100%;
    flex: 0 0 40%;
  }
}

.site-title a {
    display: block;
    height: 50px;
    width: auto;
    max-width: none;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(../yurika/images/logoimg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

p.site-description {
    margin: 0;
    line-height: 1.3;
    display: flex;
	font-size:14px;
}

@media screen and (min-width: 1024px) {
p.site-description {
	font-size: 0.94em;
	color: #333;
}	
}

@media screen and (min-width: 1024px) {
  #masthead {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0 10px;
  }
	
  .site-branding {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 0 0;
    align-items: center;
    column-gap: 1em;
  }

  .site-description {
    font-size: 1rem;
    margin-top: 0.2em;
    margin-bottom:8px;
    color: #666;
  }

  .main-navigation {
     display: flex;
    justify-content: center;
     padding: 0 0 10px 0;
    position:relative;
  }

  .main-navigation ul {
    display: flex !important;
    gap: 3rem;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }

/* submenu */
	
 .main-navigation ul ul{
	display:block!important;
	background-color:#fff;
	padding: 0.5em;
	box-sizing: border-box;
	}

 .main-navigation ul ul li {
	}
 .main-navigation ul ul li a{
	 width:300px;
	 padding:0.4em 0.5em;
	}
	
  .main-navigation ul li {
    position: relative;
  }

  .main-navigation ul li a {
    text-decoration: none;
    color: #333;
    font-size:17px;
    padding: 0.5em 0;
  }

	.main-navigation li ul li a{
		background-color:transparent;
		transition:0.3s;
}
	.main-navigation li ul li a:hover{
	background-color:#f0f0f0;	
	}

  .menu-toggle {
    display: none;
  }
}


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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

@media screen and (max-width: 1023px) {

  .menu-toggle {
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: relative;
    width: 40px;
    height: 30px;
    text-indent: -9999px;
  }

  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle span {
    content: '';
    background-color: #333;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }

  .menu-toggle span {
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-toggle::before {
    top: 5px;
  }

  .menu-toggle::after {
    bottom: 5px;
  }
	
  .main-navigation ul {
    display: none;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .main-navigation.toggled > .menu-menu-1-container > ul {
    display: flex;
    row-gap: 2em;
  }


  .main-navigation li {
    display: block;
    width: 100%;
  }

  .main-navigation li a {
    display: block;
    padding: 0.75em 1em;
    text-decoration: none;
    color: #333;
  }

  .main-navigation ul ul {
    position: static !important;
    top: auto !important;
    left: auto !important;
    float: none !important;
    box-shadow: none !important;
    background: none !important;
    margin: 0;
    padding: 0;
  }

  .main-navigation .sub-menu {
    display: none !important;
    margin-left: 0;
    padding-left: 1em;
  }

  .main-navigation li.focus > .sub-menu {
    display: block !important;
  }

  .main-navigation .sub-menu li a {
    padding: 0.5em 1em;
	transition: background-color 0.3s ease;
  }

.main-navigation .sub-menu li a:hover {
  background-color: #f0f0f0;
	}

	.main-navigation li.focus > .sub-menu li {
    display: block;
  }
	
}


@media screen and (max-width: 1023px) {
    .menu-toggle.open span {
        background-color: transparent;
    }

    .menu-toggle.open::before {
        transform: rotate(45deg);
        top: 50%;
    }

    .menu-toggle.open::after {
        transform: rotate(-45deg);
        top: 50%;
    }
}

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

.post,
.page {
	margin: 0 0 0;
}

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

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

body:not(.home) .entry-content {
    /* padding-top: clamp(2.188rem, 1.849rem + 1.51vw, 4rem); */
    padding-top: 100px;
}
.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);
	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;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	float: left;

	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	float: right;

	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/***********/

.youtubeBox {
  width: 100%;
  max-width:1024px;
}

.youtubeBox iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 100%;
}

/***************/

.header-right-menu {
    position: fixed;
    bottom: 0;
    right: auto;
    margin: 0;
	width:100%;
	z-index:15;
}

.header-right-menu nav {
    background-color: transparent;
}

.header-right-menu .menu-2 {
    list-style: none;
    display: flex;
    gap: 0;
    padding: 0!important;
    margin: 0!important;
	width:100%;
	height:80px;
box-shadow:rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

@media screen and (min-width: 1024px) {
.header-right-menu .menu-2 {
	height:60px;
box-shadow:rgba(17, 17, 26, 0) 0px 0px 16px;
}	
}

.header-right-menu .menu-2 li {
    flex: 1;
}

.header-right-menu .menu-2 li a {
    text-decoration: none;
    color: #333;
    padding: 1em 1.5em;
    display: flex;
    background-color: var(--color-accent);
    min-height:60px;
    align-items: center;
    justify-content: center;
    color: #fff!important;
	position:relative;
}

.header-right-menu .menu-2 li a:hover {
    color: #000;
}

.header-right-menu .menu-2 li#menu-item-52 a {
    padding: 0.5em;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .header-right-menu {
        position: fixed;
        top: 0;
        right: 0;
        margin: 0;
        width: auto;
		z-index:20;
    }

	@media screen and (min-width: 1360px) {
    .header-right-menu {
        right: 3em;
    }
	}
	
    .header-right-menu .menu-2 {
        display: flex;
        gap: 0;
        padding: 0;
        margin: 0;
    }

    .header-right-menu .menu-2 li {
        flex: 0;
    }

    .header-right-menu .menu-2 li a:hover {
        color: #000;
    }

}

@media screen and (max-width: 1023px) {
	.header-right-menu .menu-2 li a {
        padding: 1.8em 1.5em 0.2em 1.5em;
		height:80px;
        width: 100%;
    }

    .header-right-menu .menu-2 li a::before {
		content:"";
		width:25px;
		height:25px;
		top: 0.8em;
		left: 50%;
		transform: translate(-50%, 0);
		background-image:url(
		../yurika/images/iconMail.svg);
		background-position:center;
		background-repeat:no-repeat;
		background-size:100%;
		position:absolute;
		z-index:100;
		}

   .header-right-menu .menu-2 li#menu-item-52 a {
        padding:0;
        border-radius: 0;
        background-color: #fff;
	   display:block;
       color:#000!important;
        text-align:left;
        font-size: 26px;
        max-width: 100%;
        position: relative;
        line-height: 1;
        padding:1.3em 0 1.1em 1em;
	   text-align:center;
    }

.header-right-menu .menu-2 li:first-child a::after {
		content:"";
		width: 1.1em;
		height: 1.1em;
		background-image:url(../yurika/images/iconFreedial.svg);
		background-position:center;
		background-repeat:no-repeat;
		background-size:100%;
		position: relative;
		display: block;
		z-index:100;
		}
	
@media screen and (max-width: 782px) {
   .header-right-menu .menu-2 li#menu-item-52 a {
       display: flex;
        border-radius: 0;
        background-color: #fff;
        color:#000!important;
        text-align:left;
        font-size: 21px;
        max-width: 100%;
        position: relative;
        line-height: 1;
        padding: 1.6em 0 0.7em;
        text-align:left;
        flex-direction: row-reverse;
        column-gap: 0.3em;
        align-items: center;
    }
}
	
.header-right-menu .menu-2 li#menu-item-52 a::before {
position: absolute;
content:"[受付時間]9時～17時";
        width:100%;
        height:1em;
        font-size:15px;
        top:0;
        padding-top:1em;
        text-align: center;
	    }
}

   .header-right-menu .menu-2 li#menu-item-52 a {
       display: flex;
        border-radius: 0;
        background-color: #fff;
        color:#000!important;
        text-align:left;
        font-size: 21px;
        max-width: 100%;
        position: relative;
        line-height: 1;
        padding: 1.6em 0 0.7em;
        text-align:left;
        flex-direction: row-reverse;
        column-gap: 0.3em;
        align-items: center;
    }

.header-right-menu .menu-2 li:first-child a::after {
		content:"";
		width: 1.1em;
		height: 1.1em;
		background-image:url(../yurika/images/iconFreedial.svg);
		background-position:center;
		background-repeat:no-repeat;
		background-size:100%;
		position: relative;
		display: block;
		z-index:100;
		}

@media screen and (min-width: 1024px) {
    .header-right-menu .menu-2 li a {
        padding: 1.8em 1.5em 0.2em 1.5em;
        background-color: var(--color-accent);
        width: 9em;
        text-align: center;
        color:#fff!important;
        border-radius: 0 0 5px 5px;
		position:relative;
    }

    .header-right-menu .menu-2 li a::before {
		content:"";
		width:25px;
		height:25px;
		top: 0.3em;
		left: 50%;
		transform: translate(-50%, 0);
		background-image:url(
		../yurika/images/iconMail.svg);
		background-position:center;
		background-repeat:no-repeat;
		background-size:100%;
		position:absolute;
		z-index:100;
		}

   .header-right-menu .menu-2 li#menu-item-52 a {
         padding:0;
         border-radius: 0 0 5px 5px;
         background-color: #fff;
         display: flex;
         color:#000!important;
         text-align:left;
         font-size: 32px;
         max-width: 310px;
         position: relative;
         line-height: 1;
         padding-top:1.1em;
         justify-content: start;
    }
	.header-right-menu .menu-2 li#menu-item-52 a::before {
        position: absolute;
content:"[受付時間]9時～17時";
		width:100%;
		height:1em;
		font-size:1.05rem;
		top:0;
		padding-top:0.6em;
	    }
}

@media screen and (max-width: 1023px) {
header#masthead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.site-branding {
    flex: 1;
    padding: 0 1em 1em 0;
    box-sizing: border-box;
}

nav#site-navigation {
    width: 70px;
    text-align: center;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
nav#site-navigation .menu-toggle {
    padding: 0.5em;
	z-index:10;
}

nav#site-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
}

@media screen and (max-width: 1024px) {
.site-branding {
    flex: 1;
    padding: 1em;
    box-sizing: border-box;
	display:flex;
	align-items:center;
	column-gap:1.2em;
}
}

@media screen and (max-width: 480px) {
.site-branding {
	flex-direction:column!important;
}
}

@media screen and (max-width: 560px) {
.site-branding {
	display:block;
	margin-left: 0;
	padding: 0.5em 0.7em;
}
}

nav#site-navigation ul li {
    margin: 0;
}

nav#site-navigation ul li a {
    text-decoration: none;
    color: var(--color-text-main);
    display: block;
    padding: 0.5em;
}

nav#site-navigation ul li a:hover {
    color: #000;
}

/***********/

@media screen and (max-width: 1023px) {
    .menu-menu-1-container {
        position: fixed;
        /* padding-top:2.5em; */
        top: -5em;
        overflow-y: auto;
        right: -100%;
        width: 80%;
        height: 100vh;
        background-color: var(--color-base-blue);
        transition: right 0.3s ease;
        z-index: 9;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-menu-1-container.open {
        right: 0;
    }

    .menu-menu-1-container ul {
        list-style: none;
        padding: 2em;
        margin: 0;
        text-align: center;
    }

    .menu-menu-1-container ul li {
        margin: 1em 0;
    }

    .menu-menu-1-container ul li a {
        text-decoration: none;
        color: #333;
        font-size: 1.2em;
        display: block;
    }
}
/***/

@media screen and (max-width: 1023px) {
    nav#site-navigation ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    nav#site-navigation li.focus > ul.sub-menu {
        overflow: hidden;
    }
}

footer.site-footer {
    width: 100%;
    /*    background-color: var(--color-base);*/
    background-color: #fff;
    color: #000;
    text-align: center;
    padding-top: 2.5em;
    padding-bottom: 2em;
    z-index: 1;
    background-color: #f7dee4;
/*background-color:#fbd8e1;*/
}

@media screen and (max-width: 1023px) {
    footer.site-footer {
        padding-bottom: 80px!important;
    }
}

footer p.site-description {
    text-align: left;
    color: #000;
    padding-left: 0.2em;
    margin-bottom: 1em;
	font-size:0.92em;
}

.site-description:before {
    font-family: 'Material Icons';
    content: 'local_hospital';
    font-size: 22px;
    margin-right: 5px;
    vertical-align: unset;
    color: var(--color-accent-dark);
    display: inline-block;
    opacity: 0;
    transition: opacity 0.1s ease-in;
    padding-bottom: 0;
    margin-top: -0.06em;
	line-height:1
}

body.loaded .site-description:before {
    opacity: 1;
}

.footer-navigation {
    margin-bottom: 2em;
}

.footer-menu {
    display: flex;
	max-width:1600px;
	justify-content:center;
    gap: 2.6em;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
.footer-menu {
    gap: 4em;
}	
}

@media screen and (min-width: 1200px) {
.footer-menu {
    gap: 5em;
}	
}

.footer-menu li {
    display: inline-block;
	text-align:left;
}

.footer-menu li a {
    color: #000;
    text-decoration: none;
    padding: 0.5em 0;
    transition: color 0.3s ease;
}

.footer-menu li a:hover {
    color: #555;
}

footer .site-info {
    background-color: transparent;
    color: #111;
    font-size: 0.9em;
    text-align: left;
    padding: 1em;
    margin-left: auto!important;
    margin-right: auto!important;
    display: flex;
    justify-content: center;
    column-gap: 2em;
    width: 100%;
    /* background-color: var(--color-main); */
}

footer .site-info a {
    color: #111;
}

@media screen and (min-width: 1024px) {
footer .site-info {
    max-width: 100%;
	margin-left:2em;
	margin-right:2em;
}
}

.footer-menu .sub-menu {
    display: block;
    margin: 0;
    padding: 0.5em 0 0.5em 0.2em;
    list-style: none;
}

.footer-menu .sub-menu li {
    display: block;
    margin: 0.2em 0;
}

.footer-menu .sub-menu li a {
     padding: 0.1em 0.5em;
    display: block;
    text-align: left;
    font-size:0.94em;
}

@media screen and (max-width: 1200px) {
    .footer-navigation {
        display: none;
    }
	
	footer.site-footer {
    padding: 0;
}
}

footer .footerInner {
    padding: 1.6em 0 1em 0;
}

@media screen and (min-width: 782px) {
footer .footerInner {
    display:flex;
    max-width:1024px;
    margin-left:auto;
    margin-right:auto;
    column-gap:2em;
    align-items: center;
    padding: 1.5em 1em 1em 1em;
	justify-content:center;
	margin-top:0;
}
}

@media screen and (min-width: 1024px) {
footer .footerInner {
    padding: 0.3em 1em 1em 1em;
	margin-top:0;
}
}


footer .footerInner ul {
    margin: 1em 0 0.5em 0;
    padding: 0;
    list-style-type:none;
    text-align:center;
}

@media screen and (min-width: 782px) {
footer .footerInner ul {
    text-align:left;
	position:relative;
	flex:0 0 46%;
}
}

@media screen and (max-width: 781px) {
	footer .site-branding {
    display: flex;
    flex-direction:column;
    align-items:center;
border-bottom: solid 1px var(--color-main-light);
		width:96%;
		margin:0 auto;
  }
}

@media screen and (min-width: 782px) {
footer .site-branding {
    display: block;
	flex: 0 0 47%;
  }
}
@media screen and (min-width: 782px) {
	footer .footerInner ul::before{
		display:block;
		position: absolute;
		content:"";
		width: 2px;
		height: 160%;
		background-color: #fff;
		top: -0.8em;
		left: -1.4em;
	}
}

footer .site-title a {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 782px) {
footer .site-title a {
    max-width: 200px;
    margin-left: 0;
    margin-right: auto;
}
}

@media screen and (max-width: 600px) {
footer .site-title a {
    max-width: 160px;
}
}
/*
header.entry-header {
	padding-top: clamp(2.813rem, 2.381rem + 2.16vw, 4rem);
	padding-right: 0;
	padding-bottom: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
	padding-left: 0;
	box-shadow: 0 1px 6px rgba(200, 200, 200, 0.1);
	position:absolute;
	z-index:3;
	width: auto;
	top: 4.6em;
}
*/
header.page-header,
header.entry-header {
	/* padding-top: clamp(2.813rem, 2.381rem + 2.16vw, 4rem); */
	/* padding-right: 0; */
	/* padding-bottom: clamp(1.25rem, 0.977rem + 1.36vw, 2rem); */
	/* padding-left: 0; */
	/* box-shadow: 0 1px 6px rgba(200, 200, 200, 0.1); */
	position:absolute;
	z-index:3;
	width:100%;
	/* top: 4.6em; */
}
header.page-header,
.page-id-79 header.entry-header,
.page-id-19 header.entry-header {
	background-image:url(images/backGrade.png);
	background-repeat:no-repeat;
	background-position:center 20%;
}
.header.page-header,
.page-id-79 .entry-content,
.page-id-19 .entry-content {
	padding-top: 140px!important;
}

@media screen and (min-width: 1200px) {
.page-id-19 .entry-content {
	padding-top: 160px!important;
}
}
header.page-header,
header.entry-header h1.entry-title {
    font-size: clamp(1.1rem, 1.8vw, 1.5rem) !important;
    text-align: center;
}
/*
.page-id-16 header.entry-header h1.entry-title{
	position:relative;
}

.page-id-16 header.entry-header h1.entry-title::before {
    content: "";
    position: absolute;
    top: -2.4rem;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    color:var(--color-accent);
    padding: 5px;
	font-size:clamp(1rem, 1.4vw, 1.1rem) !important;
	letter-spacing:0;
    z-index: 5;
}
*/
header.page-header,
header.entry-header h1.entry-title{
	position:relative;
	display: flex;
	/* padding-left: 80%; */
	/* width: 200%; */
	justify-content: center;
	align-items: center;
	column-gap: 0.6em;
	padding: 1em 0;
}
header.page-header::before,
header.entry-header h1.entry-title::before {
    content: "";
    /* position: absolute; */
    /* top: -2.4rem; */
    left: 0;
    /* transform: translateX(-50%); */
    background: transparent;
    color:var(--color-accent-light)!important;
    padding: 5px;
    font-size:clamp(1rem, 1.4vw, 1.1rem) !important;
    letter-spacing:0;
    z-index: 5;
}
header.page-header::before{
	content:"news";
}
.page-id-16 header.entry-header h1.entry-title::before{
	content:"aboutus";
}
.page-id-19 header.entry-header h1.entry-title::before{
	content:"admission info";
}

.page-id-79 header.entry-header h1.entry-title::before{
	content:"FAQ";
}

.page-id-29 header.entry-header h1.entry-title::before{
	content:"recruit";
}


h1.entry-title {
    font-weight: 700;
    font-size: clamp(1.1rem, 2.5vw, 2.6rem);
    color: #3a3937;
    letter-spacing: .05em;
    line-height: 1.2;
}

h2.wp-block-heading {
    font-size: clamp(1.1rem, 0.7rem + 2vw, 2rem);
    margin-top: 0;
    line-height:1.8;
    font-weight: 700;
    letter-spacing:1px;
    position:relative;
    margin-bottom: 1em;
}

h2.wp-block-heading.withbar::before{
    content: "";
    position: absolute;
    bottom: -0.8em;
    left: 0;
    width:1.5em;
    background: transparent;
    color:var(--color-accent-light)!important;
    padding: 5px;
    border-bottom:solid 4px var(--color-accent);
    letter-spacing:0;
    z-index: 0;
}

h2.mainCatch.wp-block-heading {
	font-size:clamp(1.2rem, 0.7rem + 2vw, 2.7rem);
}

@media screen and (min-width: 782px) {
h2.wp-block-heading.withbar::before{
    bottom: -1em;
}
}

h2.has-text-align-center.withbar.wp-block-heading::before{
    left: 50%;
    transform: translate(-50%,0);
}

@media screen and (min-width: 768px) and (max-width: 890px){
h2.wp-block-heading {
    font-size: 1.6em;
}	
}
/*
@media screen and (max-width: 499.98px) {
	h2.wp-block-heading {
		text-align:left;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
}
*/

@media screen and (max-width: 499.98px) {
	h2.wp-block-heading.alignLeft {
		text-align:left;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
}


h3.wp-block-heading {
    font-size: clamp(1.1rem, 0.7rem + 2vw, 1.7rem);
    letter-spacing: 0;
    font-weight: 600;
	position:relative;
}

h3.goToAbout.wp-block-heading,
h3.goToNews.wp-block-heading{
    font-size: clamp(1.1rem, 0.7rem + 2vw, 2rem);
	color:var(--color-main);
	position:relative;
	letter-spacing:1px;
	text-align:left;
}


body.home h3.wp-block-heading::before {
    content: "";
    position: absolute;
    top: -2.4rem;
    left: 0;
    background: transparent;
    color:var(--color-accent-light)!important;
    padding: 5px;
	font-size:clamp(1rem, 1.4vw, 1.1rem) !important;
	letter-spacing:0;
    z-index: 0;
}

body.home h3.goToAbout.wp-block-heading::before {
	content:"About us";
}
body.home h3.goToNews.wp-block-heading::before {
	content:"News";
	left: 0;
}

.goToAboutOuter,
.goToNewsOuter{
	max-width:92%;
	margin-left:auto;
	margin-right:auto;
}

h4.wp-block-heading {
    font-size: clamp(1.1rem, 1.7vw, 1.4rem);
}

.mainTitle {
    font-size: clamp(1.5rem, 1rem + 2.5vw, 3rem) !important;
    color: var(--color-main)!important;
}

.subTitle {
    font-size: clamp(1.2rem, 1rem + 1.2vw, 1.9rem) !important;
}

.subSubTitle {
    font-size: clamp(1.25rem, 2.4vw, 1.9rem) !important;
	letter-spacing:1px;
}

h2.wp-block-heading.riyuu {
    font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem)!important;
    color:var(--color-accent-dark)!important;
    margin-bottom: 0;
}

.type1640{
	font-size:clamp(1rem, 0.357rem + 2.86vw, 2.5rem);
}
.type1950{
	font-size:clamp(1.188rem, 0.357rem + 3.69vw, 3.125rem);
}

body(:not).home .page .entry-content {
    padding-top: 2rem;
}

body.page-id-16 .entry-content {
    padding-top:0;
}


.outerBox {
    margin-left: auto;
    margin-right: auto;
background-color:var(--color-base-bejyu);
    }

.outerBox.vwwide,
.outerBox.noBgColor{
    background-color: rgba(255,255,255,0);
}

@media screen and (min-width: 768px) {
.outerBox figure.wp-block-image {
	margin-right: calc(clamp(1rem, 0.556rem + 0.93vw, 1.25rem) * -1)!important;
	margin-left:auto!important;
}
}

.wp-block-cover__inner-container .outerBox{
	background-color:rgba(255,255,255,0);
}

.smovieL h3,.smovieR h3,
.ryoukin h3.wp-block-heading,
.sienTaisei h3.wp-block-heading,
.outerBox h3.wp-block-heading {
    padding-bottom:1.6rem;
    color: var(--color-accent-dark);
	font-weight:700;
}

.ryoukin {
    column-gap: 5em;
	margin-left:auto;
	margin-right:auto;
}

.ryoukinOuter {
	width:96%;
	margin-left:auto;
	margin-right:auto;
}

.outerBox.maxWidth {
	max-width:100%;
}

.wp-block-image img {
    width: 100%;
    height: auto;
}

@media (min-width: 500px) and (max-width: 1024px) {
  .br-1024::after {
    content: "\A";
    white-space: pre;
  }
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td:first-child {
    background-color: #D3DDE9;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td{
    border:solid 1px var(--color-main-light);
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td{
	font-size:1.1em;
	padding:0.8em 0.8em;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  margin: auto;
}

.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

p.tellink,.weblink a{
	position:relative;
	padding-top:2em;
}

p.tellink::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -1.2em;
  left: 50%;
  transform: translate(-50%, 0);
  background-image:
    url(images/ctahead1-phone-1.svg);
}

@media screen and (max-width: 767.98px) {
p.tellink::before {
  top: -1.5em;
  left: 50%;
  width: 40px;
  height: 40px;
}	
}

.tellink a {
    font-size: clamp(1.5rem, 1.027rem + 2.36vw, 2.7rem)!important;
    line-height: 1;
    text-decoration: none;
}

.weblink{
	position:relative;
	background-color: #D14F71;
	color:#fff;
	font-size:1.2rem;
	transition:.3s;
}

.weblink::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -3.7em;
  left: 50%;
  transform: translate(-50%, 0);
  background-image:
    url(images/ctahead2-web-1.svg);
}

.linkinBox {
    margin-bottom: 0;
    gap: 0;
    padding: 0 1.5em;
}

.linkinBox > div {
/*    height: 9rem;*/
/*    padding: 3.7rem 0 0rem 0;*/
/*    border: solid 1px #ccc;*/
	padding:1em;
}

@media screen and (max-width: 786px) {
.linkinBox {
    gap: 1em;
}
}

@media screen and (max-width: 480.98px) {
.linkinBox {
    row-gap: 1.2em;
    padding-top: 1.2em;
}	
}
@media screen and (max-width: 359.98px) {
.linkinBox {
    row-gap: 1em;
    margin-bottom: 0;
    margin-top:0;
    padding: 0;
}	
}
.linkinBox > div:first-child {
    border: none;
    padding: 0 2em 1.6em 4em;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

@media screen and (max-width: 1023.98px) {
.linkinBox > div:first-child {
    padding: 0 0em 2em 3em;
}
}

@media screen and (max-width: 785.98px) {
.linkinBox > div:first-child {
    padding: 0 1.5em 1.5em 1.5em;
}
}

.linkinBox > div:last-child {
    padding: 0 2em 0 2em;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position: relative;
}

@media screen and (max-width: 599.98px) {
.linkinBox > div:last-child {
    padding: 0;
}
}

.linkinBox > div:last-child::before {
	position:absolute;
	content:"";
	width:85%;
	height:110%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background-color:#fff;
	border-radius:13px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 599.98px) {
.linkinBox > div:last-child::before {
	width:85%;
	height:115%;
}
}

/*
.linkinBox > div:last-child {
	background-color:#fff;
}
*/
.formBox {
    padding: 2em 0 2em 0;
}

@media screen and (max-width: 1023.98px) {
.formBox {
    padding: 2em 0 2em 0;
}
}

@media screen and (max-width: 768.98px) {
.formBox {
    padding: 0 0 1em 0;
}
}

.tellink + p {
    font-size:1em;
    margin-bottom:0rem;
    margin-top: 0.5em;
}

.scaleUp {
    font-size: clamp(1.5rem, 0.764rem + 2.18vw, 2.4rem);
    line-height: 1.6;
    padding-bottom: 2.6rem;
    font-weight:600;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
.scaleUp {
	padding-top:1.2em;
}
}

.recMain{
	z-index:1;
	padding-bottom:2em;
}
.scaleUp2{
    font-size: clamp(1.1rem, 1.064rem + 0.18vw, 1.2rem)!important;
    padding-bottom: 0!important;
    margin-bottom: 0.3em;
    font-weight:600;
}
.scaleUpBox{
	margin: 0;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.2em;
}

.recCoverImage {
    padding:5rem 1em;
    margin-bottom: 4rem;
}
.page.page-id-29 .entry-content {
    padding-top: 0;
}

.br {
  display: none;
}

@media screen and (min-width: 1024px) {
  .br {
    display: block;
  }
}

.mainMessageBoxInner h2 .br{
display:none;
}

@media screen and (max-width: 767.98px) {
.mainMessageBoxInner h2 .br{
	display:block;
	line-height: 0;
	}
}

p.syoukaidouga {
    position:relative;
    padding-left: 2.5rem;
    font-size: clamp(1.3rem, 0.764rem + 2.18vw,1.4rem);
    line-height:2;
	font-weight:600;
}

@media screen and (min-width: 782px) {
	p.syoukaidouga {
		text-align:left!important;
	}
}

p.syoukaidouga::before {
    content:"";
    position:absolute;
    width: 25px;
    height: 25px;
    max-width: 25px;
    max-height: 25px;
    background-image:url(images/noPash.svg);
    background-size: cover;
    top: 50%;
    right: calc(50% + 1.7em);
    transform: translate(0, -50%);
    background-repeat:no-repeat;
}

@media screen and (min-width: 782px) {
	p.syoukaidouga::before {
	    right: auto;
		left:0;
	}
}

.scaleUpBox figure {
    max-width: 200px;
    margin-bottom: 0;
}

@media screen and (max-width: 782px) {
.scaleUpBox figure {
    max-width: 190px;
    margin-bottom: 0;
}

}

@media screen and (max-width: 782px) {
.scaleUpBox > div > div{
 column-gap:0;
 row-gap:0;
}
}
.videoBox h3.wp-block-heading {
    font-weight: 500;
	font-size:clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
}

.wp-block-list.icon-list {
  list-style: none;
  padding-left: 0;
  margin: 1em 0;
}

.wp-block-list.icon-list li {
  position: relative;
  padding-left: 1.6em;
  margin: 0.6em 0;
}

.wp-block-list.icon-list li::before {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.5em;
  font-size: 0.8em;
  line-height: 1;
  color: var(--color-accent);
}
.listOutBox{
	margin-left:auto;
	margin-right:auto;
}
.listOutBox h4.wp-block-heading {
    font-size: 1rem;
    display: inline-block;
    border-radius: 20px;
    padding: 0.5em 1em 0.6em 1em;
    border: solid 1px var(--color-accent);
}

.listOutBox {
    max-width: 1200px;
}

.qaBox {
    border-bottom: dotted 1px #999999;
    padding-bottom: 2.2rem;
    padding-top: 0.6rem;
}

.qaBox .situmon > div > p:first-child{
    color:var(--color-accent);
	font-weight:600;
	font-size:calc(var(--wp--preset--font-size--large) * 0.9);
	line-height:1;
}

.qaBox .kotae > div > p:first-child{
    color:var(--color-main);
	font-weight:600;
	font-size:calc(var(--wp--preset--font-size--large) * 0.84);
	line-height:1;
	text-align:right;
}

.qaBox .kotae {
    margin-left:3.4rem!important;
	margin-top:2rem;
}

@media (width <= 782px) {
.qaBox .kotae {
    margin-left:0.9rem!important;
	margin-top:2rem;
}	
}

p.jyuudo,p.iryoucare,p.jikan24 {
    position:relative;
font-size:clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
}

p.jyuudo::before,
p.iryoucare::before,
p.jikan24::before{
    position:absolute;
    content:"";
    width:clamp(1.875rem, 0.795rem + 5.4vw, 4.25rem);
    height:clamp(1.875rem, 0.795rem + 5.4vw, 4.25rem);
    top: 50%;
    transform: translate(0 , -50%);
    left:0;
    background-repeat:no-repeat;
    background-size:cover;
}

p.jyuudo::before{
    background-image:url(../yurika/images/icon-jyuudo.svg);
}

p.iryoucare::before{
    background-image:url(../yurika/images/icon-iryoucare.svg);
}

p.jikan24::before{
    background-image:url(../yurika/images/icon-24jikan.svg);
}

.tokutyouBox {
    flex-wrap: wrap!important;
	margin-left:0!important;
}

@media screen and (max-width: 767.98px) {
.tokutyouBox {
	margin-bottom: 2.8em;
	}
}

@media screen and (max-width: 390px) {
.tokutyouBox {
margin-bottom:2em;
}
}

p.jyuudo,
p.iryoucare,
p.jikan24{
	padding-left:calc(clamp(1.875rem, 0.795rem + 5.4vw, 4.25rem) * 1 + 10px);
	min-width: calc(30% - clamp(1.875rem, 0.795rem + 5.4vw, 4.25rem));
	background-color: #fff;
	padding-right: 0.7em;
	border-radius: 20px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.mainVisual {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  /* border: solid; */
}

@media screen and (min-width: 768px) {
  .mainVisual {
    height: min(calc(100vw * 0.46875), 900px);
    min-height: 560px;
  }
}

@media screen and (min-width: 1150px) {
  .mainVisual {
    min-height: 580px;
  }
}

@media screen and (max-width: 767.98px) {
  .mainVisual {
    min-height: 500px;
  }
}

.mainVisual::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width:662px;
	max-height:583px;
	background-image: url(images/backWave-s.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	z-index: 0;
	pointer-events: none;
  animation-name: blurAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 767.98px) {
.mainVisual::before{
	z-index:-1;
	width: 60%;
	height: 60%;
	background-size: contain;
	left:0;
}	
}

@media screen and (min-width: 1800px) {
.mainVisual::before{
	z-index:-1;
	max-height: 650px;
	background-size: 120%;
	background-position: -9em;
	left:0;
}	
}

.icon-Yurikago {
    position: absolute;
    width: clamp(11.25rem, 10.643rem + 4.85vw, 13.75rem);
    top: 50%;
    right: 5%;
}

@media screen and (min-width: 768px) {
.icon-Yurikago {
    width: calc(clamp(10.25rem, 10.643rem + 4.85vw, 13.75rem) * 0.8);
    top: auto;
    bottom: 7em;
    right: auto;
    left: 18%;
}	
}

@media screen and (min-width: 1600px) {
.icon-Yurikago {
    top: 53%;
    width: 23%;
    left: 17%;
}	
}

@media screen and (min-width: 1800px) {
.icon-Yurikago {
    left: 26%;
    width: 28%;
}	
}

@media screen and (min-width: 768px) {
  .mainPhotoBox {
    position: relative;
    width: 52%;
    max-width: 1050px;
    height: 90%;
    margin-top: 3%;
    margin-left: auto !important;
    margin-right: 0 !important;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    gap: 0;
  }

@media screen and (min-width: 1024px) {
  .mainPhotoBox {
    height: 75%;
  }
}
	
  .mainPhotoBox figure {
    margin: 0;
    overflow: hidden;
    border-radius: 40px;
    width: 100%;
  }

  .mainPhotoBox figure:first-child {
    align-self: flex-start;
    height: auto;
  }

  .mainPhotoBox figure:last-child {
    align-self: center;
    height: auto;
    margin-top: 0;
  }
@media screen and (min-width: 1024px) {
  .mainPhotoBox figure:last-child {
    align-self: center;
    height: auto;
    margin-top: -2em;
  }
}
	
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .mainPhotoBox figure:first-child {
    margin-top: 2em;
  }
}
	
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .mainPhotoBox figure:last-child {
    margin-top: 1em;
  }
}
@media screen and (min-width: 980px){
  .mainPhotoBox figure:last-child {
    margin-top: 0;
  }
}
  .mainPhotoBox figure {
    margin: 0;
    overflow: hidden;
    border-radius: 40px;
    width: 100%;
  }
	
  .mainPhotoBox img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .mainPhotoBox {
	  margin-top:0;
     height:100%;
  }
}

.mainMessageBox {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 65%;
	max-width:1200px;
    display: flex;
    flex-direction: column;
    z-index: 2;
	padding-left:0;
	margin-left:0!important;
}
@media screen and (min-width: 768px) {
.mainMessageBox {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding: 8.5em 0 0 calc(clamp(1.875rem, 0.536rem + 5.95vw, 5rem) * 0.5)!important;
}
}

@media screen and (min-width: 1120px) {
.mainMessageBox {
    padding: 9em 0 0 4em!important;
}
}

@media screen and (min-width: 1600px) {
.mainMessageBox {
    padding: calc(clamp(6.25rem, -22.841rem + 45.45vw, 11.25rem) * 1.1) 0 0 calc(clamp(1.875rem, 0.536rem + 5.95vw, 5rem) * 1.1)!important;
}
}

.mainMessageBox h2.wp-block-heading {
    margin-left: 0!important;
    margin-top: calc(clamp(1.3rem, 0.827rem + 2.36vw, 2.6rem) * 1.4);
    font-size:clamp(2.1875rem, 1.5rem + 1.5vw, 3.25rem);
    background-color:#fff;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.4em;
    padding-bottom: 0.5em;
    line-height:1;
    white-space:nowrap;
    position:relative;
}

@media screen and (max-width: 767.98px) {
.mainMessageBox h2.wp-block-heading {
	line-height: 1.5;
	font-size: clamp(1.875rem, 1.101rem + 3.17vw, 2.625rem);
	white-space:wrap!important;
	padding-left: 1em;
	padding-right: 1em;
	box-shadow: none;
	box-decoration-break: clone;
	display: inline;
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
}

@media screen and (max-width: 390px) {
.mainMessageBox h2.wp-block-heading {
	line-height: 1.6;
	font-size:clamp(1.375rem, 0.914rem + 3.68vw, 1.813rem);
}
}

@media screen and (max-width: 767.98px) {
    .mainVisual {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .mainPhotoBox,
    .mainMessageBox {
        position: static !important;
        width: 100%;
        max-width: 100% !important;
        z-index: auto;
        padding-top: 1em!important;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767.98px) {
  .mainPhotoBox figure {
    border-radius: 40px;
    overflow: hidden;
  }
}

.mainMessageBoxInner {
    height: auto;
    position: relative;
    padding-top:calc(clamp(5rem, 3.46rem + 12.32vw, 9.375rem) * 0.1);
    padding-left:1.2em;
    padding-bottom: calc(clamp(5rem, 3.46rem + 12.32vw, 9.375rem) * 0.3);
    padding-right:1.2em;
    width: 100%;
}

@media screen and (min-width: 768px) {
.mainMessageBoxInner {
	padding-top:0;
	height: 100%;
	padding-left: 1.5em!important;
}
}

@media screen and (min-width: 1024px) {
.mainMessageBoxInner {
    padding-bottom: clamp(11.25rem, 1.037rem + 15.96vw, 15rem);
}
}

@media screen and (max-width: 767.98px) {
.mainMessageBoxInner {
    padding-bottom: calc(clamp(11.25rem, 1.037rem + 15.96vw, 15rem) * 0.5);
}
}

@media screen and (min-width: 1400px) {
.mainMessageBoxInner {
    padding-bottom: clamp(13.75rem, -30rem + 50vw, 26.25rem);
}
}

.mainMessageBoxInner::before{
 content: "";
 position: absolute;
 width: 22%;
 height: 100%;
 top: 0;
 right: 0;
 background-image: url(images/marupink.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: right 2em;
 z-index: -1;
 pointer-events: none;
 padding-top: 0;
}

.mainMessageBoxInner::after{
 content: "";
 position: absolute;
 width: 15%;
 height: 100%;
 right: 20%;
 top: auto;
 bottom:0;
 background-image: url(images/marubejyu.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: right -0.6em;
 z-index: -1;
 pointer-events: none;
}

@media screen and (min-width: 768px) {
.mainMessageBoxInner::after{
	top: auto;
	bottom: -0.5em;
	right: 62%;
	width: 18%;
	background-position: right bottom;
	}
}

@media screen and (min-width: 1800px) {
.mainMessageBoxInner::after{
	right: 48%;
	}
}

@media screen and (min-width: 768px) {
.mainMessageBoxInner::before{
  right: 40%;
  top: auto;
  bottom: 1.3em;
  width: 23%;
  background-position: right bottom;
 }
}

@media screen and (min-width: 1600px) {
.mainMessageBoxInner::before{
	right: 34%;
	width: 29%;
	}
}

@media screen and (min-width: 1800px) {
.mainMessageBoxInner::before{
	right: 19%;
	}
}

/*********/

.colText{
	color:var(--color-accent-light);	
}

.tokkaBox {
    padding: 1.2rem 1.5rem 1.2rem 1.5rem;
}
.tokkaBox p:last-child {
    font-size:clamp(1.125rem, 0.964rem + 0.71vw, 1.5rem);
}

.tokkaBox + figure img {
    border-radius: 15px!important;
}


/* topRecruit */

.topRecruitMessage {
    padding-top: 0;
    padding-bottom: 2em;
}

.topRecruitMessage p {
	font-size: clamp(1.3rem, 0.827rem + 2.36vw, 2.25rem);
	font-weight:700;
	text-shadow: 2px 1px 10px black;
}

.topRecruitOver {
    padding: 110px 2.5em calc(clamp(1.3rem, 0.827rem + 2.36vw, 2.25rem) * 1) 2.5em;
    position:relative;
}

@media screen and (min-width: 1024px) {
.topRecruitOver {
    padding: 150px 2.5em calc(clamp(1.3rem, 0.827rem + 2.36vw, 2.25rem) * 1) 2.5em;
}
}

.topRecruitOver::before {
   position:absolute;
   content:"";
   width: 55%;
   height: 100%;
   bottom: -15em;
   right:0;
   z-index: 1;
   background-image: url(images/RECRUIT.svg);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: top right;
  animation-name: blurAnime;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

.home .topRecruitOver::before{
	top:auto;
	bottom:2em;
	background-position:right bottom;
	opacity:0.2;
}

.topRecruitOver::after{
		content:"";
		position:absolute;
		width: 24%;
		max-width: 600px;
		height:80%;
		left: 0;
		top: 4em;
		bottom: 0;
		background-position:left top;
		background-repeat:no-repeat;
		background-color: var(--color-base-pink);
		display: block;
		z-index:0;
		margin-left:calc(clamp(1rem, 0.556rem + 0.93vw, 1.25rem) * -1);
		border-radius: 15px;
		/* transform: translate(0, -50%); */
}

.home .topRecruitOver::after{
		display:none;
}

.topRecruitOver > div > div {
    justify-content: space-between;
}

.tokkaCareOuter,
.tokkaOuter {
    position:relative;
    margin-top: 1.2em;
}

.tokkaCareOuter::before{
   position:absolute;
   content:"";
   width: 45%;
   height: 350%;
   top: -60%;
   right:0;
   z-index: -1;
 background-image: url(images/backWave-s-cream.svg);
 background-repeat: no-repeat;
 background-size: contain;
	background-position:right top;
}

@media screen and (max-width: 1024px) {
.topRecruitOver::after{
		width: 20%;
}
}

.recMain1 {
    max-width: 910px;
    z-index: 1;
    position:relative;
    top:-2.8em;
/*    margin-right: -2.5em!important;*/
}

@media screen and (max-width: 768px) {
.recMain1 {
    top:-2em;
}
}

.recMain2 {
    max-width: 401px;
    z-index: 1;
    position: relative;
    top: 0;
/*    left: -1em;*/
}
/*** about us ****/

/*.page-id-16 .outerBox .wp-block-columns {*/

.outerBox .wp-block-columns {
    justify-content: space-between;
    column-gap: calc(clamp(3rem, 1.222rem + 3.7vw, 4rem) * 1.1);
}

.outerBox.vwwide .wp-block-columns {
    justify-content: space-between;
column-gap: 0;
}

.outerBox.colback{
	
}
.outerBox{
	padding:0 clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
}

/********************/
.flowBox{padding-inline:1.5rem;}
.flowBox .wp-block-columns{
	margin-block:2rem;
	column-gap: 4rem;
}

.flowBox .wp-block-columns > div:last-child{
	border-bottom:dashed 1px #c33759;
	padding-bottom:2rem;
}

/* STEP / No. */
.flowBox .stepNo{
	margin:0;
	font-size: calc(clamp(2.5rem,4vw,3.25rem) * 0.9);
	font-weight: 500;
	line-height:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
}

/* “Step” */
.flowBox .stepNo::before{
	content:"Step";
	font-size:1rem;
	font-weight:700;
	border-bottom:2px solid #c33759;
	padding-bottom:.25rem;
	margin-bottom:.25rem;
	letter-spacing:.05em;
	text-align: center;
	padding-bottom: 0.7rem;
}

/* icon (::after) – image is set later */
.flowBox .stepNo::after{
	content:"";
	background-repeat:no-repeat;
	background-size:contain;
	background-position: center center;
}

/* ---------- mobile (<768px) ---------- */
@media (max-width:767.98px){
	/* icon under number */
	.flowBox .stepNo::after{
		width:56px;
		height:56px;
		margin-top:1rem;
	}
}

/* ---------- desktop (≥768px) ---------- */
@media (min-width:768px){
	/* keep Step/No. vertical, icon to the right */
	.flowBox .stepNo{
		padding-right:90px;   /* space for icon */
	}
	.flowBox .stepNo::after{
		width:56px;
		height:56px;
		position:absolute;
		right: auto;
		left: 7.2rem;
		top:50%;
		transform:translateY(-50%);
	}
}


/* ---------- individual icon images ---------- */
.flowBox .wp-block-columns:nth-of-type(1) .stepNo::after{background-image:url("../yurika/images/step1.svg");}
.flowBox .wp-block-columns:nth-of-type(2) .stepNo::after{background-image:url("../yurika/images/step2.svg");}
.flowBox .wp-block-columns:nth-of-type(3) .stepNo::after{background-image:url("../yurika/images/step3.svg");}
.flowBox .wp-block-columns:nth-of-type(4) .stepNo::after{background-image:url("../yurika/images/step4.svg");}
.flowBox .wp-block-columns:nth-of-type(5) .stepNo::after{background-image:url("../yurika/images/step5.svg");}
.flowBox .wp-block-columns:nth-of-type(6) .stepNo::after{background-image:url("../yurika/images/step6.svg");}
.flowBox .wp-block-columns:nth-of-type(7) .stepNo::after{background-image:url("../yurika/images/step7.svg");}

.flowBox h3.wp-block-heading.subSubTitle {
    font-size:clamp(1.063rem, 0.903rem + 0.8vw, 1.5rem)!important;
    margin-bottom:1.4rem;
	color:var(--color-main);
}

/***************/

.w100Inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.w100Inner > div{
	width:100%;
	padding-top:2em;
	padding-bottom:2em;
}

@media (min-width:1200px){
.w100Inner > div{
	width:70%;
	max-width:600px;
}
}

.outerBox .wadaProf h3 {
    font-size: 1.2rem!important;
}

.outerBox .wadaProf .wp-block-columns {
    column-gap: 0;
}

.outerBox .wadaProf .wp-block-columns > div:first-child {
	padding-left:1em;
}

@media screen and (max-width: 767.999px) {
	.outerBox .wadaProf > div{
		flex-direction:column;
		justify-content:center;
		align-items: center!important;
	}

.outerBox .wadaProf .wp-block-columns > div:first-child {
	padding-left:0;
	text-align:center;
}
	
}
.outerBox .wadaProf .wp-block-columns figure img{
    max-width:450px;
    width:100%;
}

@media screen and (min-width: 768px) {
.outerBox .wadaProf .wp-block-columns figure{
    margin-right:0!important;
    margin-left:auto!important;
 }
}	
.outerBox.harfColor{
	position:relative;		
	}

.outerBox.harfColor::before{
		content:"";
	position:absolute;
		width: 20%;
	height:100%;
		background-position:left top;
		background-repeat:no-repeat;
	background-color:var(--color-base-bejyu);
		display: block;
		z-index:-1;
	margin-left:calc(clamp(1rem, 0.556rem + 0.93vw, 1.25rem) * -1);
	border-radius:0 15px 15px 0;
}

.inBoxList ul {
    background-color: #E6ECF3;
    padding: 2em;
    list-style-type:none;
    border-radius:10px;
}

.inBoxList ul li{
    padding: 0.3em 0.3em;
    font-size:1.05rem;
    margin-bottom: 0.4em;
    border-bottom: dashed 2px #fff;
}
.outerBox.inBoxList .wp-block-columns {
    column-gap: 6em!important;
	row-gap:3em!important;
}


.outerBox.inBoxList{
	background-color:rgba(255,255,255,1);
	max-width: 1520px;
	padding-left: 2em;
	padding-right: 2em;
}

@media screen and (min-width: 768px) {
.outerBox.inBoxList{
	padding-left: 3em;
	padding-right: 3em;
	border-radius: 0 0 15px 15px;
}
}

.outerBoxOuter{
	position:relative;
}

.outerBoxOuter::before{
		content:"";
		position:absolute;
		width: calc(100vw - 16px);
		height:100%;
		background-position:left top;
		background-repeat:no-repeat;
		background-color:var(--color-base-bejyu);
		display: block;
		z-index: -1;
		left: 50%;
		transform: translate(-50%,0);
		border-radius: 0;
}

.threePoint {
    margin: 0 auto!important;
}
/*
.threePoint::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:url(../yurika/images/rBack.svg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  aspect-ratio:1920/859;
  width:100%;
  top: -8vw;
}
*/

@media (max-width:1199.98px){
  .threePoint::before{
    background-size:cover; 
  }
}

.threePoint > div{
	column-gap:4rem;
}
@media screen and (max-width: 1023.98px) {
.threePoint > div{
	column-gap:3rem;
}
}
.threePoint .title1{
	font-size: 1.2em!important;
	margin-bottom: 0;
	font-weight: 500;
	color: var(--color-sub);
	letter-spacing:0.5px;
	text-align: center;
	background-color: #fff;
	padding:0.5em 0.5em 1em 0.5em;
}

@media screen and (max-width: 1023.98px) {
.threePoint .title1{
	line-height:1.2;
}
}

.threeCol1,
.threeCol2,
.threeCol3{
	position:relative;
	padding:calc(clamp(1.25rem, 0.446rem + 3.57vw, 3.125rem) * 0.5);
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	z-index: 0;
	background-color: rgba(255,255,255,1);
	max-width: 380px!important;
}

.threeCol1::before,
.threeCol2::before,
.threeCol3::before{
		content:"";
		position:absolute;
		width: 2.5rem;
		height: 2.5rem;
		background-position:left top;
		display: block;
		z-index:1;
		left: -0.5em;
		top: -0.5em;
	background-color:var(--color-base-green);
	text-align:center;
	line-height:1.8;
	color:var(--color-sub);
	font-weight:600;
	font-size:1.3em;
}

@media screen and (max-width: 1023.99px) {
.threeCol1::before,
.threeCol2::before,
.threeCol3::before{
	left:50%;
	transform:translate(-50%,0);
	top:-1.7em;
}
}

.threeCol1::before{
	content:"01";
}
.threeCol2::before{
	content:"02";
}
.threeCol3::before{
	content:"03";
}

/*
.threeCol1::before,
.threeCol2::before,
.threeCol3::before{
		content:"";
		position:absolute;
		width: 30%;
		height: 30%;
		background-position:left top;
		background-repeat:no-repeat;
		background-size: contain;
		display: block;
		z-index:0;
		left: 0;
		top: 0;
}
*/
/*
@media screen and (min-width: 782px) {
.threeCol1::before,
.threeCol2::before,
.threeCol3::before{
		top: calc(clamp(0.625rem, 0.352rem + 1.36vw, 1.375rem) * -1.9);
}
}

@media screen and (min-width: 1024px) {
.threeCol1::before,
.threeCol2::before,
.threeCol3::before{
		top: calc(clamp(0.625rem, 0.352rem + 1.36vw, 1.375rem) * -1.3);
}
}

.threeCol1::before{
	background-image:url(../yurika/images/maruBejyu2.svg);
}

.threeCol2::before{
	background-image:url(../yurika/images/maruPink2.svg);
}

.threeCol3::before{
	background-image:url(../yurika/images/maruMizuiro2.svg);
}
*/

.threePoint > div > div figure {
    position: relative;
/*    max-width: 360px;*/
    z-index: -5;
}

p.comment1 {
    margin-bottom: 1em;
    display: inline-block;
}

/* ===== 基本（モバイルファースト： ≤600px） ===== */
.threePoint{
  width: 90%;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-rows:auto;
  row-gap: 3rem;
  margin-right: auto!important;
  margin-left: auto!important;
}

@media screen and (min-width: 840px) {
	.threePoint{
		margin-bottom:0!important;
	}
}

.threeCol1,
.threeCol2,
.threeCol3{
  grid-column:1 / -1;
  text-align:left;
}

/*.threeCol1 figure,
.threeCol2 figure,
.threeCol3 figure{
	max-width:360px;
}*/

/* ===== 840px〜1269.98px ===== */
@media (min-width:839.98px) and (max-width:1269.98px){
.threePoint{
  width: 96%;
  margin-right: auto!important;
  margin-left: 4%!important;
	padding-top:0;
	padding-bottom:3em;
	row-gap:3.5em;
}
  .threeCol1{
    grid-column: 1 / 6;
    grid-row:1;
  }
  .threeCol2{
    grid-column: 7 / 12;
    grid-row:1;
  }
  .threeCol3{
    grid-column: 4 / 9;
    grid-row:2;
  }
}

/* ===== ≥1270px ===== */
@media (min-width:1270px){
.threePoint{
  width: 96%;
	max-width:1360px;
  margin-right: auto!important;
  margin-left: auto!important;
	row-gap:0;
	padding-top:0;
}
  .threeCol1{
    grid-column:1 / 5;
    grid-row:1 / 3;
  }
  .threeCol2{
    grid-column:5 / 9;
    grid-row:1 / 3;
  }
  .threeCol3{
    grid-column:9 / 13;
    grid-row:1 / 3;
  }
}

.topAboutYurika{
	position:relative;		
	}

.topAboutYurika::before{
		content:"";
		position:absolute;
		width: 18%;
		height:100%;
		background-position:left top;
		background-repeat:no-repeat;
		background-color: var(--color-base-pink);
		display: block;
		z-index:-1;
		margin-left:calc(clamp(1rem, 0.556rem + 0.93vw, 1.25rem) * -1);
		border-radius:0 15px 15px 0;
}

/*.topAboutYurika::after{
		content:"";
		position:absolute;
		width: 32%;
		height: 75%;
		right:0;
		top: 15%;
		background-position: center center;
		background-repeat:no-repeat;
		background-color:var(--color-base-bejyu);
		display: block;
		z-index:-1;
		margin-left:calc(clamp(1rem, 0.556rem + 0.93vw, 1.25rem) * -1);
		border-radius:15px 0 0 15px;
		margin-top: 0;
		opacity:0.8;
}
*/
.gridBox p{
  padding: 0.5em 1em 0.5em 2em;
  padding-left: 1.6rem;
  position:relative;
  font-size:clamp(1rem,0.977rem + 0.11vw,1.063rem);
  white-space:nowrap;
}

.gridBox p::before{
  content:"\f00c";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  left:0;
  top: 50%;
  font-size:1.1em;
  line-height:1;
  color:var(--color-accent-light);
  transform: translate(0 , -50%);
}

.gridBox {
    column-gap: 5rem;
    width: 96%;
    max-width: 1024px;
    padding: 2em;
    background-color:#E6ECF3;
    border-radius: 15px;
}

.dispNone{
	display:none;	
}

.newsBox ul {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}

.newsBox ul li div{
    row-gap:0.5em;
}

.newsBox ul li {
    border-bottom: dashed 1px var(--color-main);
    margin-bottom:1em
}

.whiteLink a {
  position: relative;
	display:block;
	margin-top:0.5em;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 4px;
  padding-left: 1.2em;
	letter-spacing:1px;
}

.whiteLink figure a {
	margin-top:0;
	padding-left:0;
}

.whiteLink a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85em;
  color: #fff;
}

.aboutYurikain {
    padding: 0 0 0 2em;
}

.aboutYurikain p {
    font-size: clamp(1rem, 0.994rem + 0.34vw, 1.25rem)!important;
}

@media (max-width:480px){
.aboutYurikain p {
	padding-right:1.6em;
	}
}

@media (min-width:1200px){
.aboutYurikain p {
	text-align:center;
	}
}

h3.wp-block-heading.whiteLink {
    font-size: clamp(1rem, 0.7rem + 2vw, 1.1rem);
    color: aqua;
}

.topNewsBox{
	position:relative;
	padding-top:2em;
}
.formBox{
	position:relative;
}

.topNewsBox::before{
   position:absolute;
   content:"";
   width: 45%;
   height: 100%;
	top:0;
   right:auto;
   left:0;
   z-index: -1;
   background-image: url(images/backWave-s-cream2.svg);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: left top;
}

.listStyle2 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.listStyle1 div ul,
.listStyle2 ul{
    list-style-type: none;
    margin-bottom:3em;
    padding-left: 0;
    margin-left: 0;
}

.listStyle1 div ul li,
.listStyle2 ul li{
    margin-bottom:0.8em;
    font-size:1.1em;
    position:relative;
    padding-left: 38px;
    color: var(--color-main);
    font-weight: 600;
}

.listStyle1 div ul li::before{
     content:"";
     position:absolute;
     width: 30px;
     height: 30px;
     max-width: 30px;
     max-height: 30px;
     background-image:url(../yurika/images/marucheck.svg);
     background-size: cover;
     top: 50%;
     left:0;
     transform: translate(0, -50%);
     background-repeat:no-repeat;
}

.listStyle2 ul li::before{
     content:"";
     position:absolute;
     width: 30px;
     height: 30px;
     max-width: 30px;
     max-height: 30px;
     background-image:url(../yurika/images/marucheck2.svg);
     background-size: cover;
     top: 50%;
     left:0;
     transform: translate(0, -50%);
     background-repeat:no-repeat;
}

.outerBox.sienTaisei {
    background-color: transparent;
}

.nyukyoBox {
    /*background-color: var(--color-base-bejyu);*/
}
.mitoriBox {
z-index: 2;
position: relative;
}

.mswBox {
z-index: 0;
margin-top: -2em;
position: relative;
}

.mswBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(images/backWaveMsw.svg);
    background-size: cover;
    display: block;
    z-index: -1;
    opacity: 0.9;
	margin-top:-100px;
}

.recruitVideoBox.mswBox{
	position:relative;
}
.recruitVideoBox.mswBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(images/backWaveMsw.svg);
    background-size: cover;
    display: block;
    z-index: -1;
    opacity: 0.9;
    margin-top: 0;
}

@media (max-width:786px){
.recruitVideoBox.mswBox::before {
	height:105%;
	top:-1.6em;
}	
}
@media (min-width:1200px){
.mswBox::before {
	height:120%;
}
}

.nyuukyoOuter {
    position: relative;
}

.nyuukyoOuter::before{
   position:absolute;
   content:"";
   width: 45%;
   height: 100%;
   top: -5%;
   right:auto;
   left:0;
   z-index: -1;
   background-image: url(images/backWave-s-cream3.svg);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: left top;
}

.nyukyoBoxOuter {
    position: relative;
}
/*
.nyukyoBoxOuter::before {
    content:"";
    position:absolute;
    width: 13%;
    height:100%;
    background-position:left top;
    background-repeat:no-repeat;
    background-color: var(--color-base-pink);
    display: block;
    z-index:-1;
    margin-left:calc(clamp(1rem, 0.556rem + 0.93vw, 1.25rem) * -1);
    border-radius: 15px 0 0 15px;
    left: auto;
    right: 0;
    opacity: 0.9;
}
*/

.mwl__metadata h2 {
    display: none;
}

.mwl .mwl__metadata .description.visible {
    position: relative;
    top: -3em;
}
.kyosituOuter {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:3em;
}

p.dougaCatch {
    position: relative;
    padding-left: 5em;
    margin-bottom:1.5em;
    line-height: 1.5;
}

p.dougaCatch::before {
    content:"POINT";
    position:absolute;
    width: 4em;
    background-color:var(--color-accent);
    top: 50%;
    left:0;
    transform: translate(0, -50%);
    background-repeat:no-repeat;
    line-height:1;
    padding:0.3em 0.5em;
    border-radius:5px;
    color:#fff;
    text-align:center;
}

.kyouikuTitle figure img {
    border-radius: 10px;
}

.bosyuTitle,
.kyouikuBox,
.kyouikuTitle,
.staffTitle,
.videoBox,
.syoukaiTitle {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.videoBox h3.wp-block-heading {
    border-bottom: solid 1px #333;
    padding-bottom: 0.5em;
    font-weight: 600;
}

.staffTitle h2.wp-block-heading {
    margin-bottom: 0;
}


.kyouikuBox div div h2,
.staffTitle h2.wp-block-heading {
    margin-bottom: 0;
    text-align: center;
}

.staffTitle {
    padding: 4em 0 1.5em 0;
    border-radius: 2em;
    z-index: 1;
	position:relative;
}

@media (min-width:786px){
.staffTitle {
    padding: 6em 0 1.5em 0;
}
}

.staffTitle .col1{
	position:relative;
}
.staffTitle .col1::before{
 content: "";
 position: absolute;
 width: 2em;
 height: 100%;
 right: auto;
 left: 50%;
 top: -2.1em;
 transform: translate(-50%, 0);
 bottom:0;
 background-image: url(
 images/dougaIcon.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center top;
 z-index: 0;
 pointer-events: none;
}

.staffTitleInner {
column-gap: 4em;
}

.scaleUpBoxInner > div:last-child,
.staffTitleInner > div:last-child {
	border-bottom: dotted 3px var(--color-accent-light);
	padding:0 0.5em 1em 0.5em;
}

.smovieL,.smovieR {
    text-align: left;
	max-width:360px;
}

.shortMovie1 {
    padding: 2em 0;
}
.markYellow{
	background: repeating-linear-gradient(-45deg, #f6f46b, #f6f46b 2px, transparent 2px, transparent 4px) no-repeat 0 .9em;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}

h2.wp-block-heading.programTitle {
    font-size: clamp(1.1rem, 0.7rem + 2vw, 1.8rem);
}


.kyouiku1,.kyouiku2 {
    padding: 1em;
    border-radius: 10px;
    background-color: #fff;
	border:solid 2px var(--color-accent-light);
}

@media (min-width:1200px){
.kyouiku1,.kyouiku2 {
    padding: 2em;
}
}

.recruitBoxInner{
    padding: 1em;
    border-radius: 10px;
    background-color: #fff;
	border:solid 2px var(--color-accent-light);
}

@media (min-width:1200px){
.recruitBoxInner {
    padding: 2em;
}
}

.kyouikuBox{
    column-gap:5em;
    padding-bottom: 1em;
}

.recruitBox{
	width:96%;
	margin:0 auto;
}

.recruitBox h3.wp-block-heading {
    font-size: clamp(1.1rem, 0.7rem + 2vw, 1.6rem);
    margin-bottom: 0.7em;
    padding: 0.3em;
}

.recruitBox h3.wp-block-heading.bosyuTitle {
    font-size: clamp(1.063rem, 0.947rem + 0.58vw, 1.438rem);
    padding: 0.5em 1em 0.5em 1em;
    line-height:1.5;
    letter-spacing:3px;
    background-color:var(--color-accent-light);
    color:#fff;
    border-radius:10px;
    margin-bottom:1.5em;
    margin-right: auto!important;
    margin-left: auto!important;
    width:100%;
}

.recruitBox h3.wp-block-heading.bosyuTitle::before {
 content: "";
 position: absolute;
 width: 2em;
 height: 100%;
 right: auto;
 left: 15%;
 top: auto;
 transform: translate(-50%, 0);
 bottom:-90%;
 background-image: url(
 images/fukidasiShita.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center top;
 z-index: 0;
 pointer-events: none;	
}

@media (min-width:600px){
.recruitBox h3.wp-block-heading.bosyuTitle::before {
	 left: 6%;
}
}


/*
.kyouikuBox.no1 {
position: relative;
}

.kyouikuBox.no1::before {
 content: "";
 position: absolute;
 width: 15%;
 height: 100%;
 right: 20%;
 top: auto;
 bottom:0;
 background-image: url(images/marubejyu.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: right -0.6em;
 z-index: -1;
 pointer-events: none;
}

.kyouikuBox.no1::after {
 content: "";
 position: absolute;
 width: 25%;
 height: 120%;
 right: auto;
 left: 0.8em;
 top: -3em;
 bottom:auto;
 background-image: url(images/marupink.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: left top;
 z-index: -1;
 pointer-events: none;
}
*/

.kyouiku1 h3.wp-block-heading,.kyouiku2 h3.wp-block-heading {
	position: relative;
	font-size: clamp(1.125rem, 1.057rem + 0.34vw, 1.313rem);
	display: flex;
	column-gap: 0.5em;
	margin-bottom:1em;
	align-items: center;
}

.kyouiku1 h3.wp-block-heading::before,.kyouiku2 h3.wp-block-heading::before{
 content: "";
 width: 2.5em;
 height: 3em;
 right: auto;
 left: 0;
 top: 0;
 bottom:0;
 background-image: url(images/kensyuicon.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center center;
 z-index: 0;
 pointer-events: none;
}

.videoBox h4 {
    padding: 0.7em 0.7em 0.7em 1em;
    line-height: 1;
    color: var(--color-main);
    border-left: solid 5px var(--color-accent);
    border-bottom: solid 1px var(--color-accent-light);
    margin-bottom: 1em;
    background-color: #f1f1f1;
    border-radius: 0 10px 0 0;
}

.videoBox ul{
	list-style-type:none;
	padding-left:1em;
}

.videoBox ul li {
    margin-bottom: 0.5em;
}

.videoBox ul li a{
	text-decoration:none;
}

.videoBox ul li a:hover{
	text-decoration:underline;
}

.videoBox ul li a {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
}

.videoBox ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
  color: #333;
}

.whiteLink {
    z-index: 5;
}

.scaleUpBoxInner div h2 {
    margin-bottom: 0;
}

.videoBox {
    background-color: #fff;
    padding: 3em;
    max-width: 1280px!important;
    border-radius:15px;
}

@media (max-width:786px){
.videoBox {
    padding: 1em;
}
}

.recGazou {
    margin-right:-2.5em!important;
	padding-top:3em;
    max-width:1400px;
    position: relative;
    z-index: 1;
}

@media (max-width:786px){
.recGazou {
	flex-direction:column-reverse;
	gap:0;
}
}
p.recSub {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}

@media (min-width:1200px){
p.recSub {
    line-height:2;
	position:relative;
	top:1.2em;
}
}

.smovieL h3.wp-block-heading,.smovieR h3.wp-block-heading {
    font-size: clamp(1.063rem, 0.949rem + 0.57vw, 1.375rem);
    position:relative;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    column-gap: 0.5em;
    margin-bottom:1em;
    align-items: center;
}

.smovieL h3.wp-block-heading::before,
.smovieR h3.wp-block-heading::before {
		content:"";
		width: 1.8em;
		height: 2em;
		max-height: 59px;
		background-image:url(images/dougaIcon.svg);
		background-position:center;
		background-repeat:no-repeat;
		background-size: cover;
		display: block;
		z-index: 1;
}

.smovieOuter {
    column-gap: 7em;
    justify-content: center;
	width:96%;
	margin:0 auto;
}

.faqOuter {
    width: 96%;
    margin: 0 auto;
}

.kotae > div,
.situmon > div {
    column-gap: 1.2em;
    margin-top: 1em;
}

.mainOuter {
    display: block;
	width:96%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:3em;
}

@media (min-width:1200px){
.mainOuter {
    display: flex;
    max-width: 1200px;
	justify-content:space-between;
	margin-top:2em;
}

.mainOuter main {
    flex: 0 0 70%;
}
}
@media (min-width:1200px){
.single .mainOuter {
    column-gap: 4.4em;
}
}

body.archive header.entry-header {
    position: relative;
    width: auto;
}

body.archive h2.categoryTitle,
body.single h2.categoryTitle{
  font-size: calc(clamp(1.1rem, 1.8vw, 1.5rem) * 0.92) !important;
}
/*
body.blog .main-inner,
body.archive .main-inner,
body.single .main-inner{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 2rem;
}
*/
body.blog .main-inner,
body.archive .main-inner,
body.single .main-inner{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 4rem;
  padding: 0;
}

body.archive h1.entry-title,
body.single h1.entry-title{
    font-size: clamp(1.188rem, 0.938rem + 1.25vw, 1.875rem)!important;
    padding: 2em;
}

body.archive .entry-content{
    padding-top: clamp(9.375rem, 7.102rem + 11.36vw, 15.625rem);
}

body.single .entry-content{
	padding-top:1em;
	padding-bottom: 3em;
}
/*
@media (max-width:470px){
body.archive .entry-content,
body.single .entry-content {
    padding-top: clamp(13.75rem, 9.338rem + 23.53vw, 16.25rem);
}
}
*/
.archive main .entry-content figure,
.single main .entry-content figure{
    margin: 1em 0!important;
}

h1.newsTitle {
    font-weight: 700;
    font-size: clamp(1.1rem, 1.8vw, 1.5rem) !important;
    color: #3a3937;
    letter-spacing: .05em;
    line-height: 1.2;
}

aside h2.wp-block-heading {
   font-size: clamp(1.05rem, 0.904rem + 1.18vw, 1.1rem)!important;
    text-align: center;
    padding: 1em 0;
    display: block;
    position: relative;
    left: 0;
    line-height: 1;
    padding: 0.4em 0.8em;
    margin-top: 1.6em;
    background-color: var(--color-base-blue);
    border-left: solid 2px cadetblue;
    text-align: left;
}

aside ul {
    margin-left: 0;
}

body.archive .wp-block-image img,
body.single .wp-block-image img{
  width: auto !important;
  max-width: none !important;
  height: auto;
}

h2.newsSubTitle {
    text-align: center;
    padding: 1em 0;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    line-height: 1;
    padding: 0.4em 0.5em;
    margin-top: 2em;
    margin-bottom: 1.5em;
    border-bottom: dotted 2px cadetblue;
    /* background-color: var(--color-base-blue); */
}

body.single main, body.single aside {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}

body.single header.entry-header {
    position: relative;
}

.recruitBoxInner h3.wp-block-heading,.recruitBoxInner2 h3.wp-block-heading {
	position: relative;
	font-size: clamp(1.125rem, 1.057rem + 0.34vw, 1.313rem);
	display: flex;
	column-gap: 0.5em;
	margin-bottom:0.5em;
	align-items: center;
}

.recruitBoxInner h3.wp-block-heading::before,.recruitBoxInner2 h3.wp-block-heading::before{
 content: "";
 width: 2.5em;
 height: 3em;
 right: auto;
 left: 0;
 top: 0;
 bottom:0;
 background-image: url(images/kensyuicon.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center center;
 z-index: 0;
 pointer-events: none;
}

/* fade animation*/

/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUpQuick {
  animation-name: fadeUpQuickAnime;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeUpQuickAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.blurTrigger.blur {
  animation-name: blurAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.blurTrigger.blur0 {
  animation-name: blurAnime;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(12px);
    transform: scale(1.03) translateY(20px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translateY(0);
  }
}

.wp-block-group.alignwide.mapBox {
    display: flex;
    justify-content: center;
}

.home .linkinBox h2 {
    margin-bottom: 0.3em;
}

.formBox::before {
  position: absolute;
  content: "";
  width: 94%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 250, 235, 0.3), rgba(255, 250, 235, 0.4)),
    url(images/backGrade-s.jpg);
  background-position: -100px;
  background-size: cover;
  opacity: 1;
  border-radius: 3em 0 3em 0;
box-shadow:rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

@media (max-width:979.98px){
.formBox::before{
   border-radius: 1em;
}
}

.formBox::after{
   position:absolute;
   content:"";
   width: 100%;
   height: 51%;
   top: auto;
   right: auto;
   bottom: -1%;
   left: 50%;
   transform: translate(-50%,0);
   z-index: -1;
   /* background-color: #D3DDE9; */
   /* background-color:#fbd8e1; */
    background-color: #f7dee4;
   border-radius: 0;
   z-index: -2;
}

.linkinBox h2.wp-block-heading {
	position: relative;
	font-size: clamp(1.125rem, 0.952rem + 0.87vw, 1.688rem);
	display: flex;
	column-gap: 0.5em;
	margin-bottom:0.6em;
	align-items: center;
}

@media (max-width:979.98px){
.linkinBox h2.wp-block-heading {
	column-gap: 0.5em;
	margin-bottom:0;
	align-items: center;
	flex-direction:column;
}
}
.linkinBox h2.wp-block-heading::before {
	content: "";
	width: 3.4em;
	height: 3.4em;
	right: auto;
	left: 0;
	top: 0;
	bottom:0;
	background-image: url(images/odenwa.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: 0;
	pointer-events: none;
}

.page-id-29 .linkinBox h2.wp-block-heading {
	position: relative;
	font-size: clamp(1.125rem, 0.952rem + 0.87vw, 1.688rem);
	display: flex;
	column-gap: 0.5em;
	margin-bottom:0.6em;
	align-items: center;
}

@media (max-width:979.98px){
.page-id-29 .linkinBox h2.wp-block-heading {
	column-gap: 0.5em;
	margin-bottom:1em;
	align-items: center;
	flex-direction:column;
}
}

.page-id-29 .linkinBox h2.wp-block-heading::before {
content: "";
 width: 3.4em;
 height: 3.4em;
 right: auto;
 left: 0;
 top: 0;
 bottom:0;
 background-image: url(images/goouboIcon.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center center;
 z-index: 0;
 pointer-events: none;
}

.linkinBox h2.wp-block-heading span {
    position: relative;
}

.linkinBox h2.wp-block-heading span::before {
    position: absolute;
    content:"";
    width:100%;
    height:0.5em;
background: repeating-linear-gradient(-45deg, #fcf69f, #fcf69f 2px, transparent 2px, transparent 4px) no-repeat 0 .75em;
    display:block;
    bottom:0.2em;
    z-index:-1;
}

.syuunyuu p {
    font-size:clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
    display: inline-block;
}

.bosyuTitle ul {
    margin-top: 1.2em;
}

.page-id-29 .listStyle1 ul {
    margin-bottom: 2em;
    margin-top: 1em;
}

.page-id-29 .outerBox > div > div {
    padding: 0 1.2em;
}

.page-id-29 .outerBox > div {
	column-gap:2em;
}

.page-id-29 .outerBox > div:first-child {
    padding-top: 2em;
    border-top: solid 1px #ccc;
}
/**********/
/*.home .topRecruitOver span {
background-image: linear-gradient( 358.7deg,  #8295AC 1.7%, #BB5B76 51.1%, #D48484 95.5% )!important;
}
*/
@media screen and (min-width: 1024px) {
.topRecruitOver {
    padding: 100px 2.5em 100px 2.5em;
}
} /* 3290 */

.home .entry-content .topRecruitOver .wp-block-buttons .wp-block-button a {
    /*background: linear-gradient(to bottom, #a0d4ff 0%, #a0d4ff 100%);*/
    background-color:#fff!important;
    background-image: none;
    color: var(--color-main);
} /* 168 */

h3.wp-block-heading.whiteLink {
    font-size: clamp(1rem, 0.7rem + 2vw, 1.1rem);
    color: yellow;
	margin-bottom: 0.8em;
	letter-spacing:1px;
	text-shadow: 1px 1px 6px #340C16!important;
}/*3990*/

.home .entry-content .topRecruitOver .wp-block-buttons .wp-block-button a:hover{
	color:#fff!important;
} /* 168 */

.home .topRecruitOver a.wp-block-button__link.wp-element-button::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    background-image: url(images/buttonMaruya-over.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none; /* ← hoverバグ防止（念のため） */
}

.home .topRecruitOver::before{
	top:auto;
	bottom:2em;
	background-position:right bottom;
	opacity: 0.2!important;
}/* 3308 */

.home .topRecruitMessage p {
	font-size: clamp(1.3rem, 0.827rem + 2.36vw, 2.25rem);
	font-weight:700;
	text-shadow: 2px 1px 10px #000;
}/* 3272 */

.home .topRecruitOver {
    padding: 100px 2.5em 100px 2.5em;
    position:relative;
}

.home .topRecruitOver p {
	text-shadow: 2px 2px 10px #340C16!important;
}
span.edit-link {
    display: none;
}

.photoBox {
    position: relative;
}

.photoBox figure{
	box-shadow:rgba(255, 255, 255, 0.7) 0px 0px 16px;
}

.photoBox::before {
   position:absolute;
   content:"";
   width: 45%;
   height: 350%;
   top: 35%;
   right:auto;
   left: 7%;
   z-index: -10;
   background-image: url(images/backmaru-Pink.svg);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: left top;
   opacity: 0.5;
}

.kakakuTable tr:last-child td:first-child {
    background-color:#fff!important;
	font-weight:600;
}

.kakakuTable tr:last-child{
    background-color:#fff!important;
outline: 3px solid darkorange;
    outline-offset: 2px;
	font-weight:600;
}

span.atMark {
    position:relative;
}

span.atMark::before {
    content:"@";
}

span.atMarkMessage {
    text-align: left!important;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-accent);
	padding-bottom:0.5em;
	padding-top:0.5em;
}

/* cookie */
/* Cookie Consent Banner Styles */
.cookie-consent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 85%;
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #111;
    background: #fff;
    border-radius: 3px 3px 0 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 10px;
    padding: 27px 30px;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 10000000;
}

.cookie-consent.is-show {
    visibility: visible;
}

.cookie-text {
    display: flex;
    align-items: center;
    gap: 1em;
}

.policy-link a {
    color: dodgerblue;
    text-decoration: underline;
    transition: all .25s;
}

.policy-link a:hover {
    color: #ed7818;
}

.cookie-text svg {
    flex-shrink: 0;
}

.cookie-btn {
    display: flex;
    flex-shrink: 0;
}

.cookie-agree, .cookie-reject {
    padding: .5em 1.5em;
    margin-left: 20px;
    transition: all .25s;
}

.cookie-agree {
    color: #fff;
    background: dodgerblue;
}

.cookie-reject {
    background: #fff;
    color: dodgerblue;
    border: 1px solid dodgerblue;
}

.cookie-agree:hover {
    color: #fff;
    background: #ed7818;
}

.cookie-reject:hover {
    background: #fff;
    color: #ed7818;
    border: 1px solid #ed7818;
}

.cookie-agree:hover, .cookie-reject:hover {
    cursor: pointer;
}

.c-cookieBanner__close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 23px;
    aspect-ratio: 1;
    border: none;
    background: transparent;
    cursor: pointer;
}

.c-cookieBanner__close svg path {
    transition: all .25s;
}

.c-cookieBanner__close:hover svg path {
    fill: #777!important;
}

/* Hide banner instantly */
.cc-hide1 {
    display: none;
}

/* Fade out banner */
.cc-hide2 {
    animation: hide 0.25s linear 0s;
    animation-fill-mode: forwards;
}

@keyframes hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (max-width: 600px) {
    .cookie-consent {
        flex-direction: column;
    }
    .cookie-text {
        margin-bottom: 1em;
    }
    .cookie-text svg {
        display: none!important;
    }
}

/* */

.faqPhoto > div {
    column-gap: 5em;
}

.faqPhoto > div > div{
    display:flex;
	justify-content:center;
}

@media screen and (min-width: 786px) {
.faqPhoto > div > div:first-child{
    justify-content:flex-end; 
}
}

@media screen and (min-width: 786px) {
.faqPhoto > div > div:last-child{
    justify-content:flex-start;
}
}

@media screen and (min-width: 786px) {
.faqPhoto > div > div:last-child{
    padding-top:3em;
}
}

.faqPhoto > div > div figure{
    max-width:520px;
}

.photoKyositu +  h3.markYellow {
    display: inline-block;
    transform: translate(-50% , 0);
    position: relative;
    left: 50%;
}

h3.markYellow.photoKi {
    display: inline-block;
    position:relative;
    left:50%;
    transform:translate(-50% , 0);
}

.kensyuPhoto div figure img,.roudPhoto img{
    border-radius: 10px;
}

body.blog .main-inner .sidelist h3 {
    font-size: 1em;
    margin: 0.3em 0;
}

.sidelist .title-over {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 0.4em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.cat-links a {
    display: inline-block;
    background-color: var(--color-accent-light);
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    padding: 0.25em 0.6em 0.4em 0.6em;
    line-height: 1;
    margin: 1em 0;
}

footer.entry-footer {
    padding-bottom: 2em;
}

body.single h1.entry-title{
	justify-content:left;
	font-size: clamp(1.188rem, 0.938rem + 1.25vw, 1.875rem)!important;
	padding-left: 0;
	padding-right: 0;
	align-items: flex-start;
	text-align: left;
	border-top: solid 1px var(--color-accent-light);
	border-bottom: solid 1px var(--color-accent-light);
}

body.single-post .entry-content figure img {
    width: auto!important;
    max-width: 100%!important;
}

body.single-post .entry-content figure{
    width: 100%;
}


body.single-post .entry-content figure{
    width: 100%;
}

.entry-meta {
    text-align: right;
}

aside section ul {
    line-height: 1.8em;
}

body.single-post h2.wp-block-heading {
    font-size: clamp(1.1rem, 0.7rem + 2vw, 1.7rem);
    margin-top:1em;
    font-weight: 600;
    background-color: var(--color-base);
    padding: 0.3em 0.6em;
	line-height:1.6;
}

body.single-post h3.wp-block-heading {
    font-size: clamp(1.1rem, 0.7rem + 2vw, 1.4rem);
    margin-top: 1.4em;
    margin-bottom: 1.1em;
    padding-left:0.6em;
    border-left:solid 3px var(--color-accent-light);
}

body.single-post ul.wp-block-list {
    margin-left: 1em;
    margin-top: 1.2em;
    line-height: 1.8em;
}

.post-navigation-custom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 3em 0;
	flex-wrap: wrap;
	gap: 1em;
}

.post-navigation-custom .post-prev a,
.post-navigation-custom .post-next a {
	text-decoration: none;
	color: #800080; /* 好きな色に */
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	font-size: 1rem;
}

.post-navigation-custom i {
	font-size: 1.2em;
}

/* pankuzu */
.breadcrumbs {
  width: calc(100% - 40px);
	max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}


a.title-s {
    font-size: 1rem;
    line-height: 1;
}

a.home::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f015";
  margin-right: 0.4em;
  display: inline-block;
}
.wp-block-search__button::before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-weight: 900;
    display: inline-block;
}

.noDisp{
	display:none;
}

.recruitBoxInner .underLinelist {
    border-bottom: solid 1px;
    padding-bottom: 1em;
    margin-bottom: 0.5em;
}

.error-404 header::before {
    display: none;
}

.error-404 header {
    padding:2em 0;
    margin-top: 2em;
}
.error-404 header h3{
    color:#333;
}

.error-404 .page-content {
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 3em 1em;
}

.error404 main {height: 60vh;}

body.error404 main#primary {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    margin-top: 0;
    margin-bottom: 5em;
}

body.search main#primary {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    margin-top: 0;
    margin-bottom: 5em;
}

body.search main#primary article{
	padding-top:0.5em;
	border-bottom:dotted 1px #ccc;
}
body.search main#primary h2.entry-title{
	position:relative;
	margin-bottom:0.5em;
	font-size:1.1em;
}

body.search main#primary h2.entry-title::before{
	position:absolute;
	content:'';
	width:2em;
	height:0.2em;
	bottom:-0.5em;
	left:0;
	background-color:var(--sub-color);
}

.error404 .page-content p {
    text-align: center;
}

.search header.page-header::before {
    display: none;
}

.search header.page-header h1{
	font-size:1.8rem;
}

.search header.entry-header {
    position: relative;
    padding: 2em 1em;
}

.logged-in footer.entry-footer {
    display: none!important;
}
