/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_assets/_htdocs/css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_assets/_htdocs/css/style.scss (1) ***!
  \*******************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_assets/_htdocs/css/style.scss (2) ***!
  \*******************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium"); }

@font-face {
  font-family: HelveticaHack;
  font-style: normal;
  font-weight: normal;
  src: local("HelveticaNeue"), url("../font/HelveticaNeue.woff"), local("Helvetica"); }

@font-face {
  font-family: HelveticaHack;
  font-style: normal;
  font-weight: 600;
  src: local("HelveticaNeue-Bold"), url("../font/HelveticaNeue.woff"), local("Helvetica-Bold"); }

@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"); }

@define-mixin icon {
  display: inline-block;
  font-family: icons;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: left;
  text-indent: 0;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap; }

/* ===================================================================
CSS information
 file name  :  normalize.css
 style info :  やまばと幼稚園：normalizeスタイル
=================================================================== */
/* -----------------------------------------
Normalize
----------------------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
  letter-spacing: 0.035em; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: 600; }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* -----------------------------------------
Common
----------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/*code,kbd,pre,samp {
	_font-family: 'courier new',monospace;
}
*/
pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

menu, ol, ul {
  margin: 0; }

li {
  list-style: none; }

dd {
  margin: 0; }

menu, ol, ul {
  padding: 0; }

nav, ul, ol {
  list-style: none;
  list-style-image: none; }

img {
  -ms-interpolation-mode: bicubic; }

form {
  margin: 0; }

legend {
  white-space: normal;
  *margin-left: -7px; }

button, input, select {
  vertical-align: baseline; }

button, input, select, textarea {
  font-size: 100%;
  *vertical-align: middle; }

button {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  *overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  *height: 13px;
  *width: 13px; }

textarea {
  vertical-align: top; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0;
  transition: all 0.3s; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b {
  font-weight: 700; }

mark {
  background: #ff0;
  color: #000; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box; }

pre {
  overflow: auto; }

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

pre {
  font-family: monospace,monospace; }

pre, samp {
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -moz-font-kerning: normal;
  -ms-font-kerning: normal;
  -o-font-kerning: normal;
  font-kerning: normal;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  width: 100%;
  height: 100%; }

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

h1, h2, h3, h4, h5, h6, body, p, pre, blockquote, figure, dl, dl dt, dl dd {
  margin: 0;
  padding: 0; }

a:link:focus {
  outline: none; }

[contenteditable]:focus, img:focus, map area:focus {
  outline: none; }

th, td, fieldset {
  padding: 0; }

fieldset {
  margin: 0; }

html {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  line-height: 1.5; }
  html[lang="en-US"] {
    font-family: "Open Sans", sans-serif; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0 none; }

a:link, a:visited {
  text-decoration: none; }

a:focus {
  outline: none; }

em {
  font-style: normal; }

em, strong {
  font-weight: 700; }

small {
  font-size: .8em; }

cite {
  font-weight: 700;
  font-style: normal; }

cite:before {
  content: '『';
  font-weight: 400; }

cite:after {
  content: '』';
  font-weight: 400; }

q:before {
  content: '❝'; }

q:after {
  content: '❞'; }

dfn {
  font-weight: 700;
  font-style: normal; }

code {
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.025); }

samp {
  color: #fff;
  background: rgba(0, 0, 0, 0.9); }

samp, kbd {
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

kbd {
  background: rgba(0, 0, 0, 0.025); }

kbd kbd {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin: 1px;
  padding: 1px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #eee;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 1px rgba(0, 0, 0, 0.5) inset; }

pre code {
  display: block;
  padding: 5px 10px; }

pre kbd {
  display: block;
  color: #fff; }

pre kbd:after {
  content: '|';
  opacity: .6; }

pre kbd kbd {
  color: #000;
  display: inline;
  background: #eee; }

pre kbd kbd:after {
  display: none; }

pre samp {
  display: block;
  padding: 5px 10px; }

var {
  font-family: serif;
  font-weight: 700;
  margin: 0 2px;
  padding: 3px 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.025); }

* {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

@media only screen and (max-width: 736px) {
  img {
    max-width: 100%;
    height: auto; } }

html,
body {
  height: 100%; }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

p {
  font-weight: 300; }

/* ===================================================================
SCSS information
 file name  :  base.scss
 style info :  やまばと幼稚園：base（レイアウト設定）
=================================================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  html, body {
    width: 100%; } }

body {
  color: #080808;
  position: relative; }
  @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
    body {
      min-width: 1200px; } }
  @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
    body {
      transform: scale(0.93);
      /* 必要に応じて値を調整 */
      transform-origin: top left;
      /* スケーリングの基準点を指定 */ } }

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

hr {
  width: 100%;
  max-width: 1280px;
  background-color: #8D8D8D;
  margin: 0 auto 60px;
  border: none !important; }
  @media screen and (max-width: 767px) {
    hr {
      width: calc(100% - 40px); } }

main {
  display: block;
  min-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    main {
      min-width: auto; } }
  .recruit main, .privacy-policy main {
    width: 740px;
    min-width: auto; }
    @media screen and (max-width: 767px) {
      .recruit main, .privacy-policy main {
        width: calc(100% - 40px); } }
  .topics main, .news main {
    margin-bottom: 110px; }
    @media screen and (max-width: 767px) {
      .topics main, .news main {
        margin: 20px 0 50px; } }

/* ===================================================================
CSS information
 file name  :  common.css
 style info :  やまばと幼稚園：commonスタイル（共通汎用クラス）
=================================================================== */
/*float
---------------------------------------------------------- */
.clear {
  clear: both; }

.float_l {
  float: left; }

.float_r {
  float: right; }

.center {
  width: 100%;
  text-align: center; }

.left {
  width: 100%;
  text-align: left; }

.right {
  width: 100%;
  text-align: right; }

.img_float_l {
  float: left;
  margin-right: 10px; }

.img_float_r {
  float: right;
  margin-left: 10px; }

/*font-size
---------------------------------------------------------- */
.font10 {
  font-size: 77%; }

.font11 {
  font-size: 85%; }

.font14 {
  font-size: 108%; }

.font15 {
  font-size: 116%; }

.font16 {
  font-size: 123.1%; }

.font17 {
  font-size: 131%; }

.font18 {
  font-size: 138.5%; }

.font19 {
  font-size: 146.5%; }

.font20 {
  font-size: 153.9%; }

.font21 {
  font-size: 161.6%; }

.font22 {
  font-size: 167%; }

.font23 {
  font-size: 174%; }

.font24 {
  font-size: 182%; }

.font25 {
  font-size: 189%; }

.font26 {
  font-size: 197%; }

/*margin
---------------------------------------------------------- */
/*top*/
.mt0 {
  margin-top: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  /*top*/
  .mt0 {
    margin-top: calc(0 / 750 * 100vw) !important; }
  .mt05 {
    margin-top: calc(5 / 750 * 100vw) !important; }
  .mt10 {
    margin-top: calc(10 / 750 * 100vw) !important; }
  .mt15 {
    margin-top: calc(15 / 750 * 100vw) !important; }
  .mt20 {
    margin-top: calc(20 / 750 * 100vw) !important; }
  .mt25 {
    margin-top: calc(25 / 750 * 100vw) !important; }
  .mt30 {
    margin-top: calc(30 / 750 * 100vw) !important; }
  .mt35 {
    margin-top: calc(35 / 750 * 100vw) !important; }
  .mt40 {
    margin-top: calc(40 / 750 * 100vw) !important; }
  .mt45 {
    margin-top: calc(45 / 750 * 100vw) !important; }
  .mt50 {
    margin-top: calc(50 / 750 * 100vw) !important; }
  .mt55 {
    margin-top: calc(55 / 750 * 100vw) !important; }
  .mt60 {
    margin-top: calc(60 / 750 * 100vw) !important; }
  .mt65 {
    margin-top: calc(65 / 750 * 100vw) !important; }
  .mt70 {
    margin-top: calc(70 / 750 * 100vw) !important; }
  .mt75 {
    margin-top: calc(75 / 750 * 100vw) !important; }
  .mt80 {
    margin-top: calc(80 / 750 * 100vw) !important; }
  .mt85 {
    margin-top: calc(85 / 750 * 100vw) !important; }
  .mt90 {
    margin-top: calc(90 / 750 * 100vw) !important; }
  .mt95 {
    margin-top: calc(95 / 750 * 100vw) !important; }
  .mt100 {
    margin-top: calc(100 / 750 * 100vw) !important; }
  /*bottom*/
  .mb0 {
    margin-bottom: calc(0 / 750 * 100vw) !important; }
  .mb05 {
    margin-bottom: calc(5 / 750 * 100vw) !important; }
  .mb10 {
    margin-bottom: calc(10 / 750 * 100vw) !important; }
  .mb15 {
    margin-bottom: calc(15 / 750 * 100vw) !important; }
  .mb20 {
    margin-bottom: calc(20 / 750 * 100vw) !important; }
  .mb25 {
    margin-bottom: calc(25 / 750 * 100vw) !important; }
  .mb30 {
    margin-bottom: calc(30 / 750 * 100vw) !important; }
  .mb35 {
    margin-bottom: calc(35 / 750 * 100vw) !important; }
  .mb40 {
    margin-bottom: calc(40 / 750 * 100vw) !important; }
  .mb45 {
    margin-bottom: calc(45 / 750 * 100vw) !important; }
  .mb50 {
    margin-bottom: calc(50 / 750 * 100vw) !important; }
  .mb55 {
    margin-bottom: calc(55 / 750 * 100vw) !important; }
  .mb60 {
    margin-bottom: calc(60 / 750 * 100vw) !important; }
  .mb65 {
    margin-bottom: calc(65 / 750 * 100vw) !important; }
  .mb70 {
    margin-bottom: calc(70 / 750 * 100vw) !important; }
  .mb75 {
    margin-bottom: calc(75 / 750 * 100vw) !important; }
  .mb80 {
    margin-bottom: calc(80 / 750 * 100vw) !important; }
  .mb85 {
    margin-bottom: calc(85 / 750 * 100vw) !important; }
  .mb90 {
    margin-bottom: calc(90 / 750 * 100vw) !important; }
  .mb95 {
    margin-bottom: calc(95 / 750 * 100vw) !important; }
  .mb100 {
    margin-bottom: calc(100 / 750 * 100vw) !important; }
  /*right*/
  .mr0 {
    margin-right: calc(0 / 750 * 100vw) !important; }
  .mr05 {
    margin-right: calc(5 / 750 * 100vw) !important; }
  .mr10 {
    margin-right: calc(10 / 750 * 100vw) !important; }
  .mr15 {
    margin-right: calc(15 / 750 * 100vw) !important; }
  .mr20 {
    margin-right: calc(20 / 750 * 100vw) !important; }
  .mr25 {
    margin-right: calc(25 / 750 * 100vw) !important; }
  .mr30 {
    margin-right: calc(30 / 750 * 100vw) !important; }
  .mr35 {
    margin-right: calc(35 / 750 * 100vw) !important; }
  .mr40 {
    margin-right: calc(40 / 750 * 100vw) !important; }
  .mr45 {
    margin-right: calc(45 / 750 * 100vw) !important; }
  .mr50 {
    margin-right: calc(50 / 750 * 100vw) !important; }
  .mr55 {
    margin-right: calc(55 / 750 * 100vw) !important; }
  .mr60 {
    margin-right: calc(60 / 750 * 100vw) !important; }
  .mr65 {
    margin-right: calc(65 / 750 * 100vw) !important; }
  .mr70 {
    margin-right: calc(70 / 750 * 100vw) !important; }
  .mr75 {
    margin-right: calc(75 / 750 * 100vw) !important; }
  .mr80 {
    margin-right: calc(80 / 750 * 100vw) !important; }
  .mr85 {
    margin-right: calc(85 / 750 * 100vw) !important; }
  .mr90 {
    margin-right: calc(90 / 750 * 100vw) !important; }
  .mr95 {
    margin-right: calc(95 / 750 * 100vw) !important; }
  .mr100 {
    margin-right: calc(100 / 750 * 100vw) !important; }
  /*left*/
  .ml0 {
    margin-left: calc(0 / 750 * 100vw) !important; }
  .ml05 {
    margin-left: calc(5 / 750 * 100vw) !important; }
  .ml10 {
    margin-left: calc(10 / 750 * 100vw) !important; }
  .ml15 {
    margin-left: calc(15 / 750 * 100vw) !important; }
  .ml20 {
    margin-left: calc(20 / 750 * 100vw) !important; }
  .ml25 {
    margin-left: calc(25 / 750 * 100vw) !important; }
  .ml30 {
    margin-left: calc(30 / 750 * 100vw) !important; }
  .ml35 {
    margin-left: calc(35 / 750 * 100vw) !important; }
  .ml40 {
    margin-left: calc(40 / 750 * 100vw) !important; }
  .ml45 {
    margin-left: calc(45 / 750 * 100vw) !important; }
  .ml50 {
    margin-left: calc(50 / 750 * 100vw) !important; }
  .ml55 {
    margin-left: calc(55 / 750 * 100vw) !important; }
  .ml60 {
    margin-left: calc(60 / 750 * 100vw) !important; }
  .ml65 {
    margin-left: calc(65 / 750 * 100vw) !important; }
  .ml70 {
    margin-left: calc(70 / 750 * 100vw) !important; }
  .ml75 {
    margin-left: calc(75 / 750 * 100vw) !important; }
  .ml80 {
    margin-left: calc(80 / 750 * 100vw) !important; }
  .ml85 {
    margin-left: calc(85 / 750 * 100vw) !important; }
  .ml90 {
    margin-left: calc(90 / 750 * 100vw) !important; }
  .ml95 {
    margin-left: calc(95 / 750 * 100vw) !important; }
  .ml100 {
    margin-left: calc(100 / 750 * 100vw) !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  /*top*/
  .pt0 {
    padding-top: calc(0 / 750 * 100vw) !important; }
  .pt05 {
    padding-top: calc(5 / 750 * 100vw) !important; }
  .pt10 {
    padding-top: calc(10 / 750 * 100vw) !important; }
  .pt15 {
    padding-top: calc(15 / 750 * 100vw) !important; }
  .pt20 {
    padding-top: calc(20 / 750 * 100vw) !important; }
  .pt25 {
    padding-top: calc(25 / 750 * 100vw) !important; }
  .pt30 {
    padding-top: calc(30 / 750 * 100vw) !important; }
  .pt35 {
    padding-top: calc(35 / 750 * 100vw) !important; }
  .pt40 {
    padding-top: calc(40 / 750 * 100vw) !important; }
  .pt45 {
    padding-top: calc(45 / 750 * 100vw) !important; }
  .pt50 {
    padding-top: calc(50 / 750 * 100vw) !important; }
  .pt55 {
    padding-top: calc(55 / 750 * 100vw) !important; }
  .pt60 {
    padding-top: calc(60 / 750 * 100vw) !important; }
  .pt65 {
    padding-top: calc(65 / 750 * 100vw) !important; }
  .pt70 {
    padding-top: calc(70 / 750 * 100vw) !important; }
  .pt75 {
    padding-top: calc(75 / 750 * 100vw) !important; }
  .pt80 {
    padding-top: calc(80 / 750 * 100vw) !important; }
  .pt85 {
    padding-top: calc(85 / 750 * 100vw) !important; }
  .pt90 {
    padding-top: calc(90 / 750 * 100vw) !important; }
  .pt95 {
    padding-top: calc(95 / 750 * 100vw) !important; }
  .pt100 {
    padding-top: calc(100 / 750 * 100vw) !important; }
  /*bottom*/
  .pb0 {
    padding-bottom: calc(0 / 750 * 100vw) !important; }
  .pb05 {
    padding-bottom: calc(5 / 750 * 100vw) !important; }
  .pb10 {
    padding-bottom: calc(10 / 750 * 100vw) !important; }
  .pb15 {
    padding-bottom: calc(15 / 750 * 100vw) !important; }
  .pb20 {
    padding-bottom: calc(20 / 750 * 100vw) !important; }
  .pb25 {
    padding-bottom: calc(25 / 750 * 100vw) !important; }
  .pb30 {
    padding-bottom: calc(30 / 750 * 100vw) !important; }
  .pb35 {
    padding-bottom: calc(35 / 750 * 100vw) !important; }
  .pb40 {
    padding-bottom: calc(40 / 750 * 100vw) !important; }
  .pb45 {
    padding-bottom: calc(45 / 750 * 100vw) !important; }
  .pb50 {
    padding-bottom: calc(50 / 750 * 100vw) !important; }
  .pb55 {
    padding-bottom: calc(55 / 750 * 100vw) !important; }
  .pb60 {
    padding-bottom: calc(60 / 750 * 100vw) !important; }
  .pb65 {
    padding-bottom: calc(65 / 750 * 100vw) !important; }
  .pb70 {
    padding-bottom: calc(70 / 750 * 100vw) !important; }
  .pb75 {
    padding-bottom: calc(75 / 750 * 100vw) !important; }
  .pb80 {
    padding-bottom: calc(80 / 750 * 100vw) !important; }
  .pb85 {
    padding-bottom: calc(85 / 750 * 100vw) !important; }
  .pb90 {
    padding-bottom: calc(90 / 750 * 100vw) !important; }
  .pb95 {
    padding-bottom: calc(95 / 750 * 100vw) !important; }
  .pb100 {
    padding-bottom: calc(100 / 750 * 100vw) !important; }
  /*right*/
  .pr0 {
    padding-right: calc(0 / 750 * 100vw) !important; }
  .pr05 {
    padding-right: calc(5 / 750 * 100vw) !important; }
  .pr10 {
    padding-right: calc(10 / 750 * 100vw) !important; }
  .pr15 {
    padding-right: calc(15 / 750 * 100vw) !important; }
  .pr20 {
    padding-right: calc(20 / 750 * 100vw) !important; }
  .pr25 {
    padding-right: calc(25 / 750 * 100vw) !important; }
  .pr30 {
    padding-right: calc(30 / 750 * 100vw) !important; }
  .pr35 {
    padding-right: calc(35 / 750 * 100vw) !important; }
  .pr40 {
    padding-right: calc(40 / 750 * 100vw) !important; }
  .pr45 {
    padding-right: calc(45 / 750 * 100vw) !important; }
  .pr50 {
    padding-right: calc(50 / 750 * 100vw) !important; }
  .pr55 {
    padding-right: calc(55 / 750 * 100vw) !important; }
  .pr60 {
    padding-right: calc(60 / 750 * 100vw) !important; }
  .pr65 {
    padding-right: calc(65 / 750 * 100vw) !important; }
  .pr70 {
    padding-right: calc(70 / 750 * 100vw) !important; }
  .pr75 {
    padding-right: calc(75 / 750 * 100vw) !important; }
  .pr80 {
    padding-right: calc(80 / 750 * 100vw) !important; }
  .pr85 {
    padding-right: calc(85 / 750 * 100vw) !important; }
  .pr90 {
    padding-right: calc(90 / 750 * 100vw) !important; }
  .pr95 {
    padding-right: calc(95 / 750 * 100vw) !important; }
  .pr100 {
    padding-right: calc(100 / 750 * 100vw) !important; }
  /*left*/
  .pl0 {
    padding-left: calc(0 / 750 * 100vw) !important; }
  .pl05 {
    padding-left: calc(5 / 750 * 100vw) !important; }
  .pl10 {
    padding-left: calc(10 / 750 * 100vw) !important; }
  .pl15 {
    padding-left: calc(15 / 750 * 100vw) !important; }
  .pl20 {
    padding-left: calc(20 / 750 * 100vw) !important; }
  .pl25 {
    padding-left: calc(25 / 750 * 100vw) !important; }
  .pl30 {
    padding-left: calc(30 / 750 * 100vw) !important; }
  .pl35 {
    padding-left: calc(35 / 750 * 100vw) !important; }
  .pl40 {
    padding-left: calc(40 / 750 * 100vw) !important; }
  .pl45 {
    padding-left: calc(45 / 750 * 100vw) !important; }
  .pl50 {
    padding-left: calc(50 / 750 * 100vw) !important; }
  .pl55 {
    padding-left: calc(55 / 750 * 100vw) !important; }
  .pl60 {
    padding-left: calc(60 / 750 * 100vw) !important; }
  .pl65 {
    padding-left: calc(65 / 750 * 100vw) !important; }
  .pl70 {
    padding-left: calc(70 / 750 * 100vw) !important; }
  .pl75 {
    padding-left: calc(75 / 750 * 100vw) !important; }
  .pl80 {
    padding-left: calc(80 / 750 * 100vw) !important; }
  .pl85 {
    padding-left: calc(85 / 750 * 100vw) !important; }
  .pl90 {
    padding-left: calc(90 / 750 * 100vw) !important; }
  .pl95 {
    padding-left: calc(95 / 750 * 100vw) !important; }
  .pl100 {
    padding-left: calc(100 / 750 * 100vw) !important; } }

.mb-large {
  margin-bottom: 120px !important; }
  @media screen and (max-width: 767px) {
    .mb-large {
      margin-bottom: calc(120 / 375 * 100vw) !important; } }

.mb-middle {
  margin-bottom: 70px !important; }
  @media screen and (max-width: 767px) {
    .mb-middle {
      margin-bottom: calc(70 / 375 * 100vw) !important; } }

.mb-small {
  margin-bottom: 10px !important; }
  @media screen and (max-width: 767px) {
    .mb-small {
      margin-bottom: calc(10 / 375 * 100vw) !important; } }

.mlr-center {
  margin-left: auto;
  margin-right: auto; }

/* text-align */
.align-l {
  text-align: left !important; }

.align-r {
  text-align: right !important; }

.align-c {
  text-align: center !important; }

.clearfix {
  *display: inline-block;
  *zoom: 1; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

/* PC/SP */
.pc-only {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-only {
      display: block; } }

/* TELリンクをPC時に無効化 */
@media screen and (min-width: 1201px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

/* フェードイン */
.js-fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .8s, transform 0.8s; }

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s; }

.js-fadeLeft {
  opacity: 0;
  transform-origin: 0 0;
  transform: translateX(-1000px) scale(0);
  transition: opacity .8s, transform 1.0s; }
  @media screen and (max-width: 767px) {
    .js-fadeLeft {
      transform: translateX(-200px);
      transition: opacity .8s, transform 1.0s; } }

.js-fadeLeft.is-inview {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 1s; }

.js-fadeTopTitle01 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .8s, transform 0.8s; }
  @media screen and (max-width: 767px) {
    .js-fadeTopTitle01 {
      transform: translateY(20px); } }

.js-fadeTopTitle01.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.0s; }

.js-fadeTopTitle02 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .8s, transform 1.2s; }
  @media screen and (max-width: 767px) {
    .js-fadeTopTitle02 {
      transform: translateY(20px); } }

.js-fadeTopTitle02.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.0s; }

/* ===================================================================
SCSS information
 file name  :  content-main.scss
 style info :  やまばと幼稚園：content-main
=================================================================== */
/* ---------------------
ページタイトル
--------------------- */
.page-title {
  margin: 30px auto 120px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .page-title {
      width: calc(100% - 40px);
      margin-top: 140px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 375px) {
    .page-title {
      margin-top: 80px; } }
  .news .page-title {
    margin-bottom: 96px;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .news .page-title {
        margin-top: 140px;
        margin-bottom: 36px; } }
  .topics .page-title {
    margin-bottom: 6px; }
    @media screen and (max-width: 767px) {
      .topics .page-title {
        margin-top: 140px;
        margin-bottom: 40px; } }
  .page-title h2 {
    font-size: 4.0rem;
    font-weight: 600;
    text-align: center;
    color: #00633D; }
    @media screen and (max-width: 767px) {
      .page-title h2 {
        font-size: 3.2rem; } }
    .feature .page-title h2 + p, .about .page-title h2 + p {
      margin-top: 40px;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.8;
      text-align: center;
      color: #00633D; }
      @media screen and (max-width: 767px) {
        .feature .page-title h2 + p, .about .page-title h2 + p {
          margin-top: 40px;
          text-align: left; } }
    .faq .page-title h2 + p {
      margin-top: 100px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .faq .page-title h2 + p {
          margin-top: 40px;
          text-align: left; } }

/* ---------------------
汎用ボタン
--------------------- */
.btn {
  width: 335px;
  height: 60px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .btn {
      width: calc(335 / 375 * 100vw);
      height: calc(60 / 375 * 100vw); } }
  .btn a:link, .btn a:visited {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    color: #800303;
    border: #800303 solid 2px;
    border-radius: 100vh;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .btn a:link, .btn a:visited {
        font-size: 1.6rem;
        padding: 0 15px; } }
    .btn a:link::after, .btn a:visited::after {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      border: 2px solid #800303;
      border-width: 2px 2px 0 0;
      transform: rotate(45deg); }
    .btn a:link:hover, .btn a:visited:hover {
      background-color: #800303;
      color: white; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
        .btn a:link:hover, .btn a:visited:hover {
          background-color: white;
          color: #800303; } }
      @media screen and (max-width: 767px) {
        .btn a:link:hover, .btn a:visited:hover {
          background-color: white;
          color: #800303; } }
      .btn a:link:hover::after, .btn a:visited:hover::after {
        border-color: white; }
        @media screen and (max-width: 767px) {
          .btn a:link:hover::after, .btn a:visited:hover::after {
            border-color: #800303; } }
  .btn span {
    font-size: 1.2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    position: relative;
    z-index: 1; }

/* ---------------------
scrolldown
--------------------- */
.scrolldown {
  position: absolute;
  top: 640px;
  left: 44px;
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .scrolldown {
      top: 590px;
      left: -60px; } }
  @media screen and (max-width: 375px) {
    .scrolldown {
      top: 520px; } }
  .scrolldown span:nth-of-type(1) {
    position: absolute;
    left: -30px;
    top: -40px;
    transform: rotate(90deg);
    color: #00633D;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      .scrolldown span:nth-of-type(1) {
        top: calc(-35 / 375 * 100vw);
        left: calc(56 / 375 * 100vw);
        font-size: 1.2rem; } }
  .scrolldown span:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 1px;
    height: 30px;
    background: #00633D;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .scrolldown span:nth-of-type(2)::after {
        left: calc(78 / 375 * 100vw); } }

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }

/* ---------------------
inquiry-parts
--------------------- */
.inquiry-parts {
  width: 100%;
  margin: 100px auto; }
  @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
    .inquiry-parts {
      width: 1100px; } }
  @media screen and (max-width: 767px) {
    .inquiry-parts {
      width: calc(100% - 40px);
      margin: 0 auto;
      padding: 60px 0; } }
  .home .inquiry-parts {
    margin-top: 0;
    padding: 100px 0; }
  .inquiry-parts .inner-inquiry {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    border: 8px;
    border-radius: 8px; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .inquiry-parts .inner-inquiry {
        width: 980px; } }
    @media screen and (max-width: 767px) {
      .inquiry-parts .inner-inquiry {
        width: 100%;
        display: block; } }
  .inquiry-parts .img-box {
    width: 585px; }
    @media screen and (max-width: 767px) {
      .inquiry-parts .img-box {
        width: 100%; } }
  .inquiry-parts .txt-box {
    width: 495px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
    color: white;
    background-color: #00633D; }
    @media screen and (max-width: 767px) {
      .inquiry-parts .txt-box {
        width: 100%;
        padding: 60px 20px;
        display: block; } }
    .inquiry-parts .txt-box h2 {
      font-size: 4.0rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      margin-bottom: 40px;
      color: white; }
      @media screen and (max-width: 767px) {
        .inquiry-parts .txt-box h2 {
          font-size: 3.2rem; } }
    .inquiry-parts .txt-box p {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      letter-spacing: 0.05em;
      margin-bottom: 40px;
      font-feature-settings: "palt"; }
    .inquiry-parts .txt-box .btn {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .inquiry-parts .txt-box .btn {
          width: 100%; } }
      .inquiry-parts .txt-box .btn a:link, .inquiry-parts .txt-box .btn a:visited {
        background-color: #00633D;
        color: white;
        border-color: white;
        border-width: 1px; }
        .inquiry-parts .txt-box .btn a:link::after, .inquiry-parts .txt-box .btn a:visited::after {
          border-color: white; }
        .inquiry-parts .txt-box .btn a:link:hover, .inquiry-parts .txt-box .btn a:visited:hover {
          background-color: #800303;
          color: white;
          border-color: #800303; }
          @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
            .inquiry-parts .txt-box .btn a:link:hover, .inquiry-parts .txt-box .btn a:visited:hover {
              background-color: white;
              color: #800303; } }
          @media screen and (max-width: 767px) {
            .inquiry-parts .txt-box .btn a:link:hover, .inquiry-parts .txt-box .btn a:visited:hover {
              background-color: white;
              color: #800303; } }
          .inquiry-parts .txt-box .btn a:link:hover::after, .inquiry-parts .txt-box .btn a:visited:hover::after {
            border-color: white; }
            @media screen and (max-width: 767px) {
              .inquiry-parts .txt-box .btn a:link:hover::after, .inquiry-parts .txt-box .btn a:visited:hover::after {
                border-color: #800303; } }

/* ---------------------
faq-parts
--------------------- */
.faq-parts {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px; }
  @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
    .faq-parts {
      width: 1100px; } }
  @media screen and (max-width: 767px) {
    .faq-parts {
      width: calc(100% - 40px);
      margin: 0 auto;
      padding: 60px 0; } }
  .faq-parts .inner-faq {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    border: 8px;
    border-radius: 8px; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .faq-parts .inner-faq {
        width: 980px; } }
    @media screen and (max-width: 767px) {
      .faq-parts .inner-faq {
        width: 100%;
        display: block; } }
  .faq-parts .img-box {
    width: 585px; }
    @media screen and (max-width: 767px) {
      .faq-parts .img-box {
        width: 100%; } }
  .faq-parts .txt-box {
    width: 495px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
    background-color: #fbf9ef; }
    @media screen and (max-width: 767px) {
      .faq-parts .txt-box {
        width: 100%;
        padding: 60px 20px;
        display: block; } }
    .faq-parts .txt-box h2 {
      font-size: 4.0rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      margin-bottom: 40px;
      color: #00633D; }
      @media screen and (max-width: 767px) {
        .faq-parts .txt-box h2 {
          font-size: 3.2rem; } }
    .faq-parts .txt-box p {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      letter-spacing: 0.05em;
      margin-bottom: 40px;
      font-feature-settings: "palt"; }
    .faq-parts .txt-box .btn {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .faq-parts .txt-box .btn {
          width: 100%; } }
      .faq-parts .txt-box .btn a:link, .faq-parts .txt-box .btn a:visited {
        background-color: white;
        color: #800303;
        border-color: #800303;
        border-width: 1px; }
        .faq-parts .txt-box .btn a:link::after, .faq-parts .txt-box .btn a:visited::after {
          border-color: #800303; }
        .faq-parts .txt-box .btn a:link:hover, .faq-parts .txt-box .btn a:visited:hover {
          background-color: #800303;
          color: white;
          border-color: #800303; }
          @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
            .faq-parts .txt-box .btn a:link:hover, .faq-parts .txt-box .btn a:visited:hover {
              background-color: white;
              color: white;
              border-color: white; } }
          @media screen and (max-width: 767px) {
            .faq-parts .txt-box .btn a:link:hover, .faq-parts .txt-box .btn a:visited:hover {
              background-color: white;
              color: white;
              border-color: white; } }
          .faq-parts .txt-box .btn a:link:hover::after, .faq-parts .txt-box .btn a:visited:hover::after {
            border-color: white; }
            @media screen and (max-width: 767px) {
              .faq-parts .txt-box .btn a:link:hover::after, .faq-parts .txt-box .btn a:visited:hover::after {
                border-color: #800303; } }

/* ---------------------
波背景
--------------------- */
.wave {
  position: relative;
  margin: 100px 0;
  background-color: #FEF8E4; }
  @media screen and (max-width: 767px) {
    .wave {
      margin: calc(20 / 375 * 100vw) 0; } }
  .wave::before, .wave::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url("../img/common/bg_wave.svg") center repeat-x;
    width: 100%;
    height: 30px; }
    @media screen and (max-width: 767px) {
      .wave::before, .wave::after {
        background-size: contain;
        height: calc(12 / 375 * 100vw); } }
  .wave::before {
    top: -30px; }
    @media screen and (max-width: 767px) {
      .wave::before {
        /* top: calc(-10 / 375 * 100vw); */
        top: calc(-9 / 375 * 100vw); /*iPhone12以降で波背景に白線が入る対策*/ } }
  .wave::after {
    bottom: -30px;
    transform: translateX(-50%) rotate(0.5turn); }
    @media screen and (max-width: 767px) {
      .wave::after {
        /* bottom: calc(-10 / 375 * 100vw); */
        bottom: calc(-9 / 375 * 100vw); /*iPhone12以降で波背景に白線が入る対策*/
       } }

/* ---------------------
親要素ぶち抜き
--------------------- */
.over-parent {
  width: 100vw;
  margin: 0 calc(50% - 50vw); }
  @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
    .over-parent {
      width: calc(100vw + 80px);
      margin: 0 calc(50% - 54vw); } }
  @media screen and (max-width: 767px) {
    .over-parent {
      width: calc(100% + 40px);
      margin: 0 -20px; } }

/* ---------------------
page-link
--------------------- */
.page-link {
  display: flex;
  justify-content: center;
  margin: -64px auto 70px;
  width: 1080px; }
  @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
    .page-link {
      margin-top: 0;
      width: calc(100% - 40px); } }
  @media screen and (max-width: 767px) {
    .page-link {
      width: 100%;
      margin-top: -20px;
      margin-bottom: 60px; } }
  .page-link ul {
    background-color: #FEF8E4;
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .page-link ul {
        padding: 20px;
        width: calc(100% - 40px);
        margin: 0 auto;
        gap: 16px 45px; } }
    .feature .page-link ul {
      gap: 20px 90px; }
      @media screen and (max-width: 767px) {
        .feature .page-link ul {
          gap: 16px 45px; } }
    .page-link ul li {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .page-link ul li {
          width: 100%; } }
      .faq .page-link ul li {
        width: 220px; }
        @media screen and (max-width: 767px) {
          .faq .page-link ul li {
            width: 100%; } }
      .page-link ul li a {
        position: relative;
        padding-right: 24px; }
        .page-link ul li a:hover {
          color: #800303; }
          .page-link ul li a:hover::before {
            background-color: #800303; }
          .page-link ul li a:hover::after {
            border-color: white; }
        .page-link ul li a::before {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          transition: all 300ms;
          content: "";
          width: 20px;
          height: 20px;
          border: #800303 solid 1px;
          border-radius: 100%; }
        .page-link ul li a::after {
          position: absolute;
          content: "";
          width: 5px;
          height: 5px;
          top: 50%;
          right: 5px;
          border: #800303 1px solid;
          border-width: 1px 1px 0 0;
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transition: all 300ms; }

/* ===================================================================
SCSS information
 file name  :  header.scss
 style info :  やまばと幼稚園：header
=================================================================== */
header {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative;
  z-index: 90; }
  @media screen and (min-device-width: 768px) and (max-device-width: 960px) {
    header{
      height: 80px;}}
  @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
    header {
      transform: scale(1.075);
      /* 必要に応じて値を調整 */
      transform-origin: top left;
      /* スケーリングの基準点を指定 */ }
      header.active {
        height: 100vh; } }
  @media screen and (max-width: 767px) {
    header {
      width: 100%;
      min-width: 100%; } }
  header h1 {
    position: absolute;
    top: 30px;
    left: calc(50% - 654px);
    width: 60px; }
    @media screen and (min-device-width: 768px) and (max-device-width: 960px) {
    header h1 {
      top: 60px;}}
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      header h1 {
        left: calc(50% - 480px); } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
      header h1 {
        left: calc(50% - 580px); } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
      header h1 {
        left: calc(50% - 590px); } }
    @media screen and (max-width: 767px) {
      header h1 {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(138 / 375 * 100vw);
        height: calc(120 / 375 * 100vw); } }
    @media screen and (max-width: 375px) {
      header h1 {
        top: 30px;
        left: 20px;
        transform: translateX(0);
        width: calc(250 / 375 * 100vw);
        height: calc(44 / 375 * 100vw); } }
    .home header h1 {
      top: 60px;
      left: calc(50% - 608px);
      width: 76px; }
      @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
        .home header h1 {
          left: calc(50% - 500px); } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
        .home header h1 {
          left: calc(50% - 570px); } }
      @media screen and (max-width: 767px) {
        .home header h1 {
          top: 20px;
          left: 50%;
          transform: translateX(-50%);
          width: calc(138 / 375 * 100vw);
          height: calc(120 / 375 * 100vw); } }
      @media screen and (max-width: 375px) {
        .home header h1 {
          top: 30px;
          left: 20px;
          transform: translateX(0);
          width: calc(250 / 375 * 100vw);
          height: calc(44 / 375 * 100vw); } }
    header h1 a {
      color: white; }
  header a {
    color: white; }

/* ===================================================================
SCSS information
 file name  :  footer.css
 style info :  やまばと幼稚園：footer
=================================================================== */
/* ---------------------
footer
--------------------- */
footer {
  width: 100%;
  min-width: 1100px;
  background-color: #FEF8E4;
  padding: 100px 0 30px;
  position: relative; }
  @media screen and (max-width: 767px) {
    footer {
      min-width: 100%;
      padding: calc(60 / 375 * 100vw) 0 calc(96 / 375 * 100vw); } }
  footer::before {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    content: "";
    background: url("../img/common/bg_wave.svg") center repeat-x;
    width: 100%;
    height: 30px; }
    @media screen and (max-width: 767px) {
      footer::before {
        background-size: contain;
        height: calc(12 / 375 * 100vw);
        /* top: calc(-10 / 375 * 100vw); */
        top: calc(-9 / 375 * 100vw); /*iPhone12〜で波形背景に白線が出るのを防止*/
       } }
  footer .inner-footer {
    width: 1100px;
    margin: 0 auto; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      footer .inner-footer {
        width: 1000px; } }
    @media screen and (max-width: 767px) {
      footer .inner-footer {
        width: 100%; } }
    footer .inner-footer a {
      color: #00633D; }
    footer .inner-footer .footer-contents {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        footer .inner-footer .footer-contents {
          display: block;
          padding: 0 20px; } }
      footer .inner-footer .footer-contents .company-information {
        width: 380px;
        margin-left: 10px; }
        @media screen and (max-width: 767px) {
          footer .inner-footer .footer-contents .company-information {
            width: 100%;
            margin-bottom: 25px;
            margin-left: 0; } }
        footer .inner-footer .footer-contents .company-information h1 {
          width: 333px;
          margin-bottom: 20px; }
        footer .inner-footer .footer-contents .company-information p {
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 2.0;
          color: #00633D;
          margin-bottom: 26px; }
          @media screen and (max-width: 767px) {
            footer .inner-footer .footer-contents .company-information p {
              font-size: calc(14 / 375 * 100vw);
              line-height: 2;
              margin-bottom: 30px; } }
          footer .inner-footer .footer-contents .company-information p a {
            text-decoration: underline; }
            footer .inner-footer .footer-contents .company-information p a:hover {
              text-decoration: none; }
              @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
                footer .inner-footer .footer-contents .company-information p a:hover {
                  text-decoration: underline; } }
              @media screen and (max-width: 767px) {
                footer .inner-footer .footer-contents .company-information p a:hover {
                  text-decoration: underline; } }
      footer .inner-footer .footer-contents .footer-menu {
        width: 410px;
        padding-right: 20px;
        transform: translateY(10px); }
        @media screen and (max-width: 767px) {
          footer .inner-footer .footer-contents .footer-menu {
            width: 100%;
            margin-bottom: 30px;
            padding-right: 0; } }
        footer .inner-footer .footer-contents .footer-menu ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          @media screen and (max-width: 767px) {
            footer .inner-footer .footer-contents .footer-menu ul {
              justify-content: flex-start;
              gap: 4px 25px; } }
          footer .inner-footer .footer-contents .footer-menu ul li {
            font-size: 1.4rem;
            font-weight: 600;
            min-width: 13em;
            margin-bottom: 18px; }
            @media screen and (max-width: 767px) {
              footer .inner-footer .footer-contents .footer-menu ul li {
                font-size: calc(14 / 375 * 100vw);
                min-width: 11em;
                width: 11em; } }
            footer .inner-footer .footer-contents .footer-menu ul li a {
              position: relative;
              padding: 10px 10px 10px 0;
              color: #00633D;
              vertical-align: middle;
              text-decoration: underline; }
              footer .inner-footer .footer-contents .footer-menu ul li a:hover {
                text-decoration: none; }
            footer .inner-footer .footer-contents .footer-menu ul li ul {
              display: block;
              margin-top: 20px; }
              footer .inner-footer .footer-contents .footer-menu ul li ul li {
                font-weight: 300;
                margin-bottom: 10px; }
                footer .inner-footer .footer-contents .footer-menu ul li ul li a {
                  padding-left: 10px; }
                  footer .inner-footer .footer-contents .footer-menu ul li ul li a::before {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    margin: auto;
                    content: "";
                    vertical-align: middle;
                    width: 3px;
                    height: 3px;
                    border-top: 1px solid white;
                    border-right: 1px solid white;
                    transform: translateY(-50%) rotate(45deg);
                    z-index: 2; }
                  footer .inner-footer .footer-contents .footer-menu ul li ul li a::after {
                    display: none; }
    footer .inner-footer .copyright {
      margin: 50px 10px 0; }
      @media screen and (max-width: 767px) {
        footer .inner-footer .copyright {
          padding: 0 10px;
          margin-top: 30px; } }
      footer .inner-footer .copyright p {
        color: #00633D;
        font-size: 1.2rem;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          footer .inner-footer .copyright p {
            font-size: calc(12 / 375 * 100vw); } }

/* -------------------------------
 ページスクロール
------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 20px;
  transition: all 300ms;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    #page-top {
      bottom: 50px;
      right: 5px; } }
  #page-top span {
    display: block; }
  #page-top a {
    background-color: #00633D;
    text-decoration: none;
    color: white;
    width: 54px;
    height: 54px;
    text-align: center;
    display: block;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      #page-top a {
        transform: scale(0.5); } }
  #page-top:hover {
    opacity: 0.7; }
    @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
      #page-top:hover {
        opacity: 1; } }
    @media screen and (max-width: 767px) {
      #page-top:hover {
        opacity: 1; } }
    #page-top:hover span::after {
      top: 18px; }
  #page-top span {
    position: relative; }
    #page-top span::after {
      position: absolute;
      margin: auto;
      content: "";
      vertical-align: middle;
      top: 22px;
      left: 48%;
      width: 6px;
      height: 6px;
      border-top: 2px solid white;
      border-right: 2px solid white;
      transform: rotate(-45deg) translateX(-50%);
      transition: all 300ms; }

/* -------------------------------
 contact-area
------------------------------- */
.contact-area {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1; }
  @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
    .contact-area {
      display: none !important;
      right: -50px; } }
  @media screen and (max-width: 767px) {
    .contact-area {
      right: 50%;
      bottom: 10px;
      transform: translateX(50%); } }
  .contact-area ul {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .contact-area ul {
        flex-direction: row; } }
    .contact-area ul li {
      width: 76px;
      height: 76px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .contact-area ul li {
          width: calc(130 / 375 * 100vw);
          height: 40px; } }
      .contact-area ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 1.4rem;
        color: white;
        border-radius: 5px; }
        @media screen and (max-width: 767px) {
          .contact-area ul li a {
            font-size: 1.2rem;
            border-radius: 100vh; } }
      .contact-area ul li.entry a {
        background-color: #00633D;
        border: #00633D solid 1px; }
        @media screen and (max-width: 767px) {
          .contact-area ul li.entry a {
            border: white solid 1px; } }
        .contact-area ul li.entry a:hover {
          background-color: white;
          color: #00633D; }
          @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
            .contact-area ul li.entry a:hover {
              background-color: #00633D;
              color: white; } }
          @media screen and (max-width: 767px) {
            .contact-area ul li.entry a:hover {
              background-color: #00633D;
              color: white; } }
      .contact-area ul li.contact a {
        background-color: #800303;
        border: #800303 solid 1px; }
        @media screen and (max-width: 767px) {
          .contact-area ul li.contact a {
            border: white solid 1px; } }
        .contact-area ul li.contact a:hover {
          background-color: white;
          color: #800303; }
          @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
            .contact-area ul li.contact a:hover {
              background-color: #800303;
              color: white; } }
          @media screen and (max-width: 767px) {
            .contact-area ul li.contact a:hover {
              background-color: #800303;
              color: white; } }

/* ===================================================================
SCSS information
 file name  :  hero.scss
 style info :  やまばと幼稚園：hero
=================================================================== */
/* ---------------------
hero-area
--------------------- */
.hero-area {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 80px 0 60px;
  background: no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .hero-area {
      height: calc(150 / 375 * 100vw);
      margin-top: calc(54 / 375 * 100vw); } }
  .hero-area.about {
    background-image: url("../img/hero/bg_about_pc.jpg"); }
    @media screen and (max-width: 767px) {
      .hero-area.about {
        background-image: url("../img/hero/bg_about_sp.jpg"); } }
  .hero-area.product {
    background-image: url("../img/hero/bg_product_pc.jpg"); }
    @media screen and (max-width: 767px) {
      .hero-area.product {
        background-image: url("../img/hero/bg_product_sp.jpg"); } }
  .hero-area.material {
    background-image: url("../img/hero/bg_material_pc.jpg"); }
    @media screen and (max-width: 767px) {
      .hero-area.material {
        background-image: url("../img/hero/bg_material_sp.jpg"); } }
  .hero-area.flow {
    background-image: url("../img/hero/bg_flow_pc.jpg"); }
    @media screen and (max-width: 767px) {
      .hero-area.flow {
        background-image: url("../img/hero/bg_flow_sp.jpg"); } }
  .hero-area.privacy-policy {
    background-image: url("../img/hero/bg_privacy-policy_pc.jpg"); }
    @media screen and (max-width: 767px) {
      .hero-area.privacy-policy {
        background-image: url("../img/hero/bg_privacy-policy_sp.jpg"); } }
  .hero-area.news {
    background-image: url("../img/hero/bg_news_pc.jpg"); }
    @media screen and (max-width: 767px) {
      .hero-area.news {
        background-image: url("../img/hero/bg_news_sp.jpg"); } }
  .hero-area.inquiry, .hero-area.reserve, .hero-area.visit {
    background-image: url("../img/hero/bg_inquiry_pc.jpg"); }
    @media screen and (max-width: 767px) {
      .hero-area.inquiry, .hero-area.reserve, .hero-area.visit {
        background-image: url("../img/hero/bg_inquiry_sp.jpg"); } }
  .hero-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .4; }
  .hero-area .hero-container {
    width: 100%;
    max-width: 1120px;
    color: white;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .hero-area .hero-container {
        padding: 0 calc(40 / 375 * 100vw); } }
    .hero-area .hero-container h1 {
      font-size: 3.4rem;
      font-weight: bold;
      letter-spacing: 0.01em;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .hero-area .hero-container h1 {
          font-size: 1.6rem;
          margin-bottom: calc(10 / 375 * 100vw); } }
    .hero-area .hero-container p {
      font-size: 1.4rem;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .hero-area .hero-container p {
          font-size: 0.8rem; } }

/* ---------------------
top-hero-area
--------------------- */
.top-hero-area {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .top-hero-area {
      width: calc(100% - 50px);
      min-height: auto; } }
  .top-hero-area .hero-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .top-hero-area .hero-container {
        justify-content: flex-start;
        padding-bottom: calc(150 / 375 * 100vw); } }
    .top-hero-area .hero-container .title-area {
      margin-left: 15px;
      color: white; }
      @media screen and (max-width: 767px) {
        .top-hero-area .hero-container .title-area {
          margin-left: 15px; } }
      .top-hero-area .hero-container .title-area h2 {
        font-size: 5.0rem;
        font-weight: 300;
        line-height: 1.2;
        margin-bottom: 18px; }
        @media screen and (max-width: 767px) {
          .top-hero-area .hero-container .title-area h2 {
            font-size: calc(25 / 375 * 100vw);
            margin-bottom: calc(10 / 375 * 100vw); } }
        .top-hero-area .hero-container .title-area h2 span {
          display: inline-block;
          margin-right: 0.2em; }
      .top-hero-area .hero-container .title-area .title-sub {
        font-size: 1.9rem;
        font-weight: 300;
        font-family: "Noto Sans JP", sans-serif; }
        @media screen and (max-width: 767px) {
          .top-hero-area .hero-container .title-area .title-sub {
            font-size: calc(24 / 750 * 100vw); } }

/* ===================================================================
SCSS information
 file name  :  nav-global.scss
 style info :  RoseTailor：nav-global
=================================================================== */
/*--------------------------------
ハンバーガーメニュー
--------------------------------*/
#gnav .sp-gnav {
  opacity: 0;
  transition: all 0.5s;
  background-color: #00633D;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 99;
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    #gnav .sp-gnav {
      flex-direction: column;
      justify-content: center; } }
  .active #gnav .sp-gnav {
    opacity: 1;
    pointer-events: all; }
  #gnav .sp-gnav .img-box {
    width: 50%;
    height: 100vh; }
    @media screen and (max-width: 767px) {
      #gnav .sp-gnav .img-box {
        display: none; } }
    #gnav .sp-gnav .img-box img {
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      -o-object-fit: cover;
         object-fit: cover;
         object-position: bottom; }
         @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
          #gnav .sp-gnav .img-box img {
            width: 100%;
            height: 100%;
            object-position: bottom; 
          }
         }
      /* @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
        #gnav .sp-gnav .img-box img {
          -o-object-position: 0 100%;
             object-position: 0 100%; } } */
  #gnav .sp-gnav ul {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: calc(210 / 1366 * 100vw);
    gap: 30px; }
    @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
      #gnav .sp-gnav ul {
        padding-left: calc(70 / 1200 * 100vw); } }
    @media screen and (max-width: 767px) {
      #gnav .sp-gnav ul {
        width: 100%;
        padding-left: calc(44 / 375 * 100vw);
        margin-top: 0;
        gap: 20px; } }
    #gnav .sp-gnav ul li a {
      display: block;
      padding: 0;
      font-size: 2.4rem;
      font-weight: bold;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
        #gnav .sp-gnav ul li a {
          font-size: 3.4rem; } }
      #gnav .sp-gnav ul li a:hover {
        opacity: 0.7; }
        @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
          #gnav .sp-gnav ul li a:hover {
            opacity: 1; } }
        @media screen and (max-width: 767px) {
          #gnav .sp-gnav ul li a:hover {
            opacity: 1; } }
      #gnav .sp-gnav ul li a span {
        font-size: 1.1rem;
        font-weight: 400;
        width: 19em; }

@media screen and (max-width: 767px) {
  #gnav#nav {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; } }

#gnav#nav #dl-menu_recruit .dl-trigger {
  z-index: 3; }

/* ハンバーガーメニューカスタム */
.dl-menuwrapper .dl-menu {
  opacity: 0;
  transition: all 0.5s;
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  pointer-events: none; }
  .dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all .3s ease; }
  .dl-menuwrapper .dl-menu.active {
    opacity: 1;
    pointer-events: auto; }

/* ハンバーガーメニュー */
.navToggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 30px;
  top: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  border: #006d3b solid 1px;
  border-radius: 100vh;
  z-index: 99;
  transition: all 300ms; }
  @media screen and (max-width: 767px) {
    .navToggle {
      right: 20px;
      top: 22px;
      width: calc(54 / 375 * 100vw);
      height: calc(54 / 375 * 100vw); } }
  .navToggle:hover {
    background-color: #00633D;
    border-color: white; }
    @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
      .navToggle:hover {
        background: none;
        border-color: #00633D; } }
    @media screen and (max-width: 767px) {
      .navToggle:hover {
        background: none;
        border-color: #00633D; } }
    .navToggle:hover span {
      border-color: white; }
      @media screen and (max-width: 767px) {
        .navToggle:hover span {
          border-color: #00633D; } }
  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 1px #006d3b;
    transition: .35s ease-in-out;
    left: 14px; }
    @media screen and (max-width: 767px) {
      .navToggle span {
        width: calc(34 / 375 * 100vw);
        left: calc(9 / 375 * 100vw);
        border-bottom: solid 1px #006d3b; } }
    .navToggle span:nth-child(1) {
      top: 21px; }
      @media screen and (max-width: 767px) {
        .navToggle span:nth-child(1) {
          top: calc(20 / 375 * 100vw); } }
    .navToggle span:nth-child(2) {
      top: 29px; }
      @media screen and (max-width: 767px) {
        .navToggle span:nth-child(2) {
          top: calc(26 / 375 * 100vw); } }
    .navToggle span:nth-child(3) {
      top: 37px; }
      @media screen and (max-width: 767px) {
        .navToggle span:nth-child(3) {
          top: calc(32 / 375 * 100vw); } }
  .navToggle.active {
    border-color: white; }
    .navToggle.active:hover {
      background-color: white; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
        .navToggle.active:hover {
          background: none; } }
      @media screen and (max-width: 767px) {
        .navToggle.active:hover {
          background: none; } }
      .navToggle.active:hover span {
        border-color: #00633D; }
        @media screen and (max-width: 767px) {
          .navToggle.active:hover span {
            border-color: white; } }
    .navToggle.active span {
      border-color: white;
      /* 最初のspanをマイナス45度に */
      /* 2番目と3番目のspanを45度に */ }
      .navToggle.active span:nth-child(1) {
        top: 30px;
        transform: rotate(-25deg); }
        @media screen and (max-width: 767px) {
          .navToggle.active span:nth-child(1) {
            top: calc(27 / 375 * 100vw);
            left: calc(9 / 375 * 100vw); } }
      .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
        top: 30px;
        transform: rotate(25deg); }
        @media screen and (max-width: 767px) {
          .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
            top: calc(27 / 375 * 100vw);
            left: calc(9 / 375 * 100vw); } }
      .navToggle.active span::after {
        display: none; }

body.active {
  position: fixed;
  width: 100vw; }

/* ===================================================================
SCSS information
 file name  :  nav-local.scss
 style info :  やまばと幼稚園：nav-local
=================================================================== */
/* ---------------------
side-column
--------------------- */
.side-column {
  width: 216px; }
  @media screen and (max-width: 767px) {
    .side-column {
      width: calc(100% - 20px);
      margin: 0 auto; } }
  .side-column .inner-side-column {
    width: 100%;
    position: sticky;
    top: 90px; }
    @media screen and (max-width: 767px) {
      .side-column .inner-side-column {
        position: relative;
        top: 0; } }
  .side-column .menu-block {
    margin-bottom: 65px; }
    .side-column .menu-block:first-of-type {
      border-top: #fbf9ef solid 1px; }
    @media screen and (max-width: 767px) {
      .side-column .menu-block {
        margin-bottom: 40px; } }
    .side-column .menu-block::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 30px;
      height: 1px;
      background-color: #00633D; }
    .side-column .menu-block h2 {
      font-size: 1.4rem;
      font-weight: bold;
      color: #080808;
      padding: 30px 0;
      margin-bottom: 10px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .side-column .menu-block h2 {
          font-size: 1.2rem;
          padding: 25px 0;
          margin-bottom: 20px; } }
      .side-column .menu-block h2 a {
        display: block;
        transition: all 100ms; }
        .side-column .menu-block h2 a:hover {
          color: #00633D; }
    .side-column .menu-block h3 {
      font-size: 1.2rem;
      font-weight: bold;
      color: #080808;
      margin-bottom: 14px; }
      @media screen and (max-width: 767px) {
        .side-column .menu-block h3 {
          font-size: 1.2rem;
          padding: 10px 0 0;
          margin-bottom: 20px; } }
      .side-column .menu-block h3:not(:first-of-type) {
        margin-top: 30px; }
    .side-column .menu-block .sub-list {
      padding: 0;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .side-column .menu-block .sub-list {
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .archive .side-column .menu-block .sub-list {
          display: flex;
          flex-wrap: wrap;
          gap: 1em 1.5em; } }
      .side-column .menu-block .sub-list li {
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.6;
        margin-bottom: 8px;
        position: relative;
        padding-left: 20px;
        width: 100%;
        transition: all 100ms; }
        @media screen and (max-width: 767px) {
          .side-column .menu-block .sub-list li {
            padding-left: 15px;
            margin-bottom: 10px;
            width: auto; } }
        .side-column .menu-block .sub-list li.current a {
          font-weight: bold; }
        .side-column .menu-block .sub-list li:hover a {
          color: #00633D; }
        .side-column .menu-block .sub-list li::before {
          position: absolute;
          top: 0.75em;
          left: 0;
          content: "";
          width: 11px;
          height: 1px;
          background-color: #00633D; }
        .side-column .menu-block .sub-list li a {
          color: #080808;
          text-decoration: none;
          display: block;
          transition: all 100ms; }
          @media screen and (max-width: 767px) {
            .side-column .menu-block .sub-list li a {
              display: inline-block; } }
          .side-column .menu-block .sub-list li a[aria-current="page"] {
            color: #800303; }
          .side-column .menu-block .sub-list li a.current {
            font-weight: bold; }
    .side-column .menu-block .resent-list {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .side-column .menu-block .resent-list {
          padding: 0; } }
      .side-column .menu-block .resent-list .resent-item {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: #8D8D8D solid 1px; }
        @media screen and (max-width: 767px) {
          .side-column .menu-block .resent-list .resent-item {
            margin-bottom: 20px; } }
        .side-column .menu-block .resent-list .resent-item a {
          text-decoration: none;
          color: #080808;
          transition: all 100ms; }
          .side-column .menu-block .resent-list .resent-item a:hover {
            color: #00633D;
            opacity: 0.7; }
        .side-column .menu-block .resent-list .resent-item .info-box {
          width: 100%;
          display: flex;
          justify-content: space-between;
          gap: 20px;
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            .side-column .menu-block .resent-list .resent-item .info-box {
              margin-bottom: 5px; } }
          .side-column .menu-block .resent-list .resent-item .info-box img {
            width: 80px;
            height: 80px;
            font-family: "object-fit:cover";
            -o-object-fit: cover;
               object-fit: cover; }
            @media screen and (max-width: 767px) {
              .side-column .menu-block .resent-list .resent-item .info-box img {
                width: 80px;
                height: 80px; } }
          .side-column .menu-block .resent-list .resent-item .info-box p {
            width: 130px;
            font-size: 1.0rem;
            font-weight: 400;
            line-height: 1.6; }
            @media screen and (max-width: 767px) {
              .side-column .menu-block .resent-list .resent-item .info-box p {
                font-size: 1.2rem;
                width: 100%; } }
    .side-column .menu-block .bnr-container {
      margin-bottom: 44px; }
      @media screen and (max-width: 767px) {
        .side-column .menu-block .bnr-container {
          display: flex;
          flex-wrap: wrap;
          gap: 10px; } }
      .side-column .menu-block .bnr-container .bnr-item {
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .side-column .menu-block .bnr-container .bnr-item {
            width: 48%;
            margin-bottom: 0; } }

/* ===================================================================
SCSS information
 file name  :  nav-breadcrumb.scss
 style info :  やまばと幼稚園：nav-breadcrumb
=================================================================== */
.breadcrumbs {
  font-size: 1.2rem;
  border-bottom: #8D8D8D solid 1px; }
  .breadcrumbs .inner-breadcrumbs {
    margin: 0 auto;
    width: 1200px;
    height: 40px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .breadcrumbs .inner-breadcrumbs {
        width: 100%; } }
  .breadcrumbs span[property="itemListElement"] {
    margin: 0 10px; }
  .breadcrumbs br {
    display: none; }

/* ===================================================================
SCSS information
 file name  :  pagenation.scss
 style info :  やまばと幼稚園：pagenation
=================================================================== */
.pagination__area {
  margin: 0 0 110px; }
  @media screen and (max-width: 767px) {
    .pagination__area {
      margin: 20px 0 50px; } }
  .pagination__area .pagination {
    clear: both;
    display: flex;
    font-size: 1.8rem;
    line-height: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .pagination__area .pagination {
        font-size: 1.6rem; } }
    .pagination__area .pagination a {
      background: none;
      color: #1a3ae7;
      text-decoration: none; }
    .pagination__area .pagination .prev,
    .pagination__area .pagination .next {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 0; }
      @media screen and (max-width: 767px) {
        .pagination__area .pagination .prev,
        .pagination__area .pagination .next {
          width: 26px;
          height: 26px; } }
      .pagination__area .pagination .prev a,
      .pagination__area .pagination .next a {
        overflow: hidden;
        position: relative;
        cursor: pointer;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%; }
        .pagination__area .pagination .prev a[data-disabled='true'],
        .pagination__area .pagination .next a[data-disabled='true'] {
          pointer-events: none; }
          .pagination__area .pagination .prev a[data-disabled='true']::before, .pagination__area .pagination .prev a[data-disabled='true']::after,
          .pagination__area .pagination .next a[data-disabled='true']::before,
          .pagination__area .pagination .next a[data-disabled='true']::after {
            opacity: 0.5; }
    .pagination__area .pagination .prev {
      order: 1;
      left: 6px; }
      @media screen and (max-width: 767px) {
        .pagination__area .pagination .prev {
          position: absolute;
          top: 50%;
          left: -12%;
          transform: translateY(-50%); } }
      .pagination__area .pagination .prev::after {
        font-size: 0;
        opacity: 1;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        top: 24%;
        left: 44%;
        margin: auto;
        border: solid #800303;
        border-width: 1px 1px 0 0;
        transition: all 0.3s;
        transform: rotate(225deg) translateX(-50%) translateY(-50%);
        box-sizing: content-box; }
        @media screen and (max-width: 767px) {
          .pagination__area .pagination .prev::after {
            width: 8px;
            height: 8px;
            top: 16%;
            left: 40%;
            border-width: 1px 1px 0 0; } }
    .pagination__area .pagination .next {
      order: 3;
      right: 6px; }
      @media screen and (max-width: 767px) {
        .pagination__area .pagination .next {
          position: absolute;
          top: 50%;
          right: -12%;
          transform: translateY(-50%); } }
      .pagination__area .pagination .next::after {
        font-size: 0;
        opacity: 1;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        top: 54%;
        left: 30%;
        margin: auto;
        border: solid #800303;
        border-width: 1px 1px 0 0;
        transition: all 0.3s;
        transform: rotate(45deg) translateX(-50%) translateY(-50%);
        box-sizing: content-box; }
        @media screen and (max-width: 767px) {
          .pagination__area .pagination .next::after {
            width: 8px;
            height: 8px;
            top: 58%;
            left: 30%;
            border-width: 1px 1px 0 0; } }
    .pagination__area .pagination .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      line-height: 32px;
      list-style: none;
      margin: 0;
      order: 2;
      padding: 0 50px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .pagination__area .pagination .nav-links {
          padding: 0 20px;
          height: 26px; } }
    .pagination__area .pagination .page-numbers {
      display: flex;
      justify-content: center;
      align-items: center;
      list-style: none;
      margin: 0 6px;
      width: 32px;
      height: 32px;
      background-color: white;
      border: #800303 solid 1px;
      color: #800303;
      font-family: "Open Sans", sans-serif;
      font-size: 1.4rem;
      font-weight: 600;
      transition: all 300ms;
      border-radius: 5px; }
      @media screen and (max-width: 767px) {
        .pagination__area .pagination .page-numbers {
          margin: 0 0.4em; } }
      .pagination__area .pagination .page-numbers[aria-current="page"], .pagination__area .pagination .page-numbers:hover {
        background-color: #800303;
        opacity: 1;
        color: white; }
        .pagination__area .pagination .page-numbers[aria-current="page"]::after, .pagination__area .pagination .page-numbers:hover::after {
          border-color: white; }
      .pagination__area .pagination .page-numbers.prev, .pagination__area .pagination .page-numbers.next {
        font-size: 0; }
      .pagination__area .pagination .page-numbers a {
        display: block;
        text-align: center; }
        .pagination__area .pagination .page-numbers a::after {
          display: none; }
    .pagination__area .pagination .page-list {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1;
      color: #800303;
      text-decoration: underline;
      padding: 0 35px; }
      @media screen and (max-width: 767px) {
        .pagination__area .pagination .page-list {
          padding: 0 calc(30 / 375 * 100vw); } }
      .pagination__area .pagination .page-list:hover {
        text-decoration: none; }

/* ===================================================================
SCSS information
 file name  :  page-home.scss
 style info :  やまばと幼稚園：page-home
=================================================================== */
/* ---------------------
MV
--------------------- */
.mv-area {
  max-width: 926px;
  width: 100%;
  margin: 0 auto 100px;
  height: 654px;
  box-sizing: border-box;
  overflow: clip; }
  @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
    .mv-area {
      max-width: 870px; } }
  @media screen and (max-width: 767px) {
    .mv-area {
      transform: translateX(0);
      max-width: calc(100% - 40px);
      margin-top: 110px;
      margin-bottom: 50px;
      width: calc(335 / 375 * 100vw);
      height: calc(473 / 375 * 100vw);
      padding: 0; } }
  @media screen and (max-width: 375px) {
    .mv-area {
      margin-top: 30px; } }
  .mv-area .mv-slide-container {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    transition: opacity .3s linear;
    -webkit-clip-path: url(#mv-slide-clip);
            clip-path: url(#mv-slide-clip); }
    @media screen and (max-width: 767px) {
      .mv-area .mv-slide-container {
        -webkit-clip-path: url(#mv-slide-clip-sp);
                clip-path: url(#mv-slide-clip-sp); } }
    .mv-area .mv-slide-container.slick-initialized {
      opacity: 1; }
    .mv-area .mv-slide-container .slick-list, .mv-area .mv-slide-container .slick-track {
      height: 100%; }
    .mv-area .mv-slide-container .slide-item {
      width: 100%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .mv-area .mv-slide-container .slide-item {
          border-radius: 40vh / 30vh; } }
      .mv-area .mv-slide-container .slide-item picture {
        display: block;
        width: 100%;
        height: 100%; }
        .mv-area .mv-slide-container .slide-item picture source, .mv-area .mv-slide-container .slide-item picture img {
          margin: auto;
          max-width: 100%;
          height: 100%;
          font-family: "object-fit:cover;object-position:center bottom";
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center bottom;
             object-position: center bottom;
          width: 100%; }
    .mv-area .mv-slide-container .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      height: 60px;
      z-index: 1;
      display: block; }
      @media screen and (max-width: 767px) {
        .mv-area .mv-slide-container .slick-arrow {
          width: calc(90 / 375 * 100vw);
          height: calc(90 / 375 * 100vw);
          top: 46%; } }
      .mv-area .mv-slide-container .slick-arrow::before {
        font-size: 0;
        opacity: 1;
        position: absolute;
        content: "";
        width: 13px;
        height: 13px;
        top: 0;
        bottom: 0;
        margin: auto;
        border: solid white;
        border-width: 2px 2px 0 0;
        transition: all 0.3s; }
        @media screen and (max-width: 767px) {
          .mv-area .mv-slide-container .slick-arrow::before {
            width: calc(13 / 375 * 100vw);
            height: calc(13 / 375 * 100vw); } }
      .mv-area .mv-slide-container .slick-arrow.slick-prev {
        left: 20px; }
        @media screen and (max-width: 767px) {
          .mv-area .mv-slide-container .slick-arrow.slick-prev {
            left: calc(-70 / 375 * 100vw); } }
        .mv-area .mv-slide-container .slick-arrow.slick-prev::before {
          transform: rotate(225deg);
          right: 35px; }
          @media screen and (max-width: 767px) {
            .mv-area .mv-slide-container .slick-arrow.slick-prev::before {
              right: calc(-10 / 375 * 100vw); } }
      .mv-area .mv-slide-container .slick-arrow.slick-next {
        right: 20px; }
        @media screen and (max-width: 767px) {
          .mv-area .mv-slide-container .slick-arrow.slick-next {
            right: calc(-70 / 375 * 100vw); } }
        .mv-area .mv-slide-container .slick-arrow.slick-next::before {
          transform: rotate(45deg);
          left: 35px; }
          @media screen and (max-width: 767px) {
            .mv-area .mv-slide-container .slick-arrow.slick-next::before {
              left: calc(-10 / 375 * 100vw); } }
    .mv-area .mv-slide-container .slick-dots {
      bottom: 76px;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .mv-area .mv-slide-container .slick-dots {
          bottom: calc(60 / 375 * 100vw); } }
      .mv-area .mv-slide-container .slick-dots li {
        margin: 0 2px;
        width: 10px; }
        @media screen and (max-width: 767px) {
          .mv-area .mv-slide-container .slick-dots li {
            margin: 0 calc(2 / 375 * 100vw);
            width: calc(9 / 375 * 100vw); } }
        .mv-area .mv-slide-container .slick-dots li button {
          width: 10px;
          height: 10px; }
          @media screen and (max-width: 767px) {
            .mv-area .mv-slide-container .slick-dots li button {
              width: calc(10 / 375 * 100vw);
              height: calc(10 / 375 * 100vw); } }
          .mv-area .mv-slide-container .slick-dots li button::before {
            opacity: 1;
            width: 7px;
            height: 7px;
            content: "";
            background-color: white;
            border-radius: 50%;
            top: 50%;
            left: 50%; }
            @media screen and (max-width: 767px) {
              .mv-area .mv-slide-container .slick-dots li button::before {
                width: calc(6 / 375 * 100vw);
                height: calc(6 / 375 * 100vw); } }
        .mv-area .mv-slide-container .slick-dots li.slick-active button::before {
          background-color: #00633D; }

/* ---------------------
philosophy-title
--------------------- */
.philosophy-title {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
  color: #00633D; }
  @media screen and (max-width: 767px) {
    .philosophy-title {
      width: calc(242 / 375 * 100vw);
      margin: 0 auto 64px;
      text-align: left; } }
  .philosophy-title h2 {
    font-size: 4.8rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .philosophy-title h2 {
        font-size: calc(40 / 375 * 100vw); } }
  .philosophy-title p {
    font-size: 2.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em; }
    @media screen and (max-width: 767px) {
      .philosophy-title p {
        font-size: calc(24 / 375 * 100vw); } }

/* ---------------------
nurture-area
--------------------- */
.nurture-area {
  width: 100%;
  margin: 0 auto 140px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .nurture-area {
      width: 100%;
      display: block;
      margin-bottom: 60px; } }
  .nurture-area .img-box {
    width: 820px;
    overflow: hidden;
    border-radius: 0 8px 8px 0; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .nurture-area .img-box {
        max-width: 560px; } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
      .nurture-area .img-box {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .nurture-area .img-box {
        width: 100%;
        border-radius: 0;
        margin-bottom: 56px; } }
  .nurture-area .txt-box {
    width: 546px;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #00633D; }
    @media screen and (max-width: 767px) {
      .nurture-area .txt-box {
        width: 100%;
        padding: 0 20px; } }
    .nurture-area .txt-box h2 {
      font-size: 4.0rem;
      font-weight: 600;
      line-height: 1.8;
      letter-spacing: 0.05em;
      background: linear-gradient(transparent 98%, #00633D 0%);
      display: inline; }
      @media screen and (max-width: 767px) {
        .nurture-area .txt-box h2 {
          font-size: 3.2rem; } }
    .nurture-area .txt-box p {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 2;
      letter-spacing: 0.05em;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .nurture-area .txt-box p {
          margin-top: 30px; } }

/* ---------------------
feature-area
--------------------- */
.feature-area {
  width: 100%;
  background-color: #FEF8E4;
  padding: 90px 0 100px; }
  @media screen and (max-width: 767px) {
    .feature-area {
      width: 100%;
      padding: 60px 20px 60px; } }
  .feature-area h2 {
    font-size: 4.0rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #00633D;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .feature-area h2 {
        font-size: 3.2rem; } }
    .feature-area h2 + p {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 40px; }
  .feature-area .feature-list {
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    gap: 50px; }
    @media screen and (max-width: 767px) {
      .feature-area .feature-list {
        display: block; } }
    .feature-area .feature-list li {
      width: 326px; }
      @media screen and (max-width: 767px) {
        .feature-area .feature-list li {
          width: 100%;
          margin-bottom: 40px; } }
      .feature-area .feature-list li .img-box {
        -webkit-clip-path: url(#item-clip);
                clip-path: url(#item-clip);
        margin-bottom: 20px; }
      .feature-area .feature-list li .txt-box {
        text-align: left; }
        .feature-area .feature-list li .txt-box h3 {
          font-size: 2.4rem;
          font-weight: 600;
          line-height: 1.4;
          letter-spacing: 0.05em;
          color: #00633D;
          margin-bottom: 10px; }
        .feature-area .feature-list li .txt-box p {
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 1.8; }

/* ---------------------
map-area
--------------------- */
.map-area {
  width: 1080px;
  margin: 0 auto;
  padding: 90px 0;
  display: flex; }
  @media screen and (max-width: 767px) {
    .map-area {
      display: block;
      width: 100%;
      padding: 60px 0; } }
  .map-area .img-box {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .map-area .img-box {
        width: calc(100% - 40px);
        margin: 0 auto; } }
  .map-area .txt-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    color: #00633D; }
    @media screen and (max-width: 767px) {
      .map-area .txt-box {
        width: calc(100% - 40px);
        margin: 40px auto 0;
        padding-left: 0;
        display: block; } }
    .map-area .txt-box h2 {
      font-size: 4.0rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .map-area .txt-box h2 {
          font-size: 3.2rem;
          margin-bottom: 30px; } }
    .map-area .txt-box h3 {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 2;
      letter-spacing: 0.05em;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .map-area .txt-box h3 {
          font-size: 2.2rem;
          margin-bottom: 30px; } }
    .map-area .txt-box p {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      letter-spacing: -0.01em;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .map-area .txt-box p {
          font-size: 1.6rem; } }
    .map-area .txt-box .btn {
      margin: 0; }

/* ---------------------
map-slider
--------------------- */
.map-slide-container {
  width: 100%;
  display: flex;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .map-slide-container {
      margin-bottom: 80px; } }
  .map-slide-container .map-slide-item {
    margin: 0 5px;
    width: 326px; }
    @media screen and (max-width: 767px) {
      .map-slide-container .map-slide-item {
        width: calc(326 / 375 * 100vw); } }

/* ---------------------
about-area
--------------------- */
.about-area {
  width: 100%;
  background-color: #FEF8E4;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    .about-area {
      padding-bottom: 60px; } }
  .about-area .inner-about {
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .about-area .inner-about {
        display: block;
        width: 100%; } }
  .about-area .img-box {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .about-area .img-box {
        width: 100%;
        margin-bottom: 56px; } }
  .about-area .txt-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 70px; }
    @media screen and (max-width: 767px) {
      .about-area .txt-box {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0; } }
    .about-area .txt-box .inner-txt {
      width: 470px;
      margin-left: auto; }
      @media screen and (max-width: 767px) {
        .about-area .txt-box .inner-txt {
          width: 100%; } }
    .about-area .txt-box h2 {
      font-size: 4.0rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      margin-bottom: 40px;
      color: #00633D; }
      @media screen and (max-width: 767px) {
        .about-area .txt-box h2 {
          font-size: 3.2rem; } }
    .about-area .txt-box p {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      letter-spacing: 0.05em;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .about-area .txt-box p {
          font-size: 1.6rem; } }
    .about-area .txt-box .btn {
      margin: 0; }

/* ---------------------
yume-area
--------------------- */
.yume-area {
  width: 100%;
  padding: 100px 0;
  background-color: #FEF8E4; }
  @media screen and (max-width: 767px) {
    .yume-area {
      width: 100%;
      padding: 60px 0; } }
  .yume-area .inner-yume {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .yume-area .inner-yume {
        width: 980px; } }
    @media screen and (max-width: 767px) {
      .yume-area .inner-yume {
        width: calc(100% - 40px);
        flex-direction: column; } }
  .yume-area .img-box {
    width: 486px;
    -webkit-clip-path: url(#item-clip);
            clip-path: url(#item-clip); }
    @media screen and (max-width: 767px) {
      .yume-area .img-box {
        width: 100%; } }
  .yume-area .txt-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 80px; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .yume-area .txt-box {
        padding-right: 40px; } }
    @media screen and (max-width: 767px) {
      .yume-area .txt-box {
        width: 100%;
        padding-right: 0; } }
    .yume-area .txt-box .inner-txt {
      width: 510px;
      margin-left: auto;
      margin-top: 20px; }
      @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
        .yume-area .txt-box .inner-txt {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .yume-area .txt-box .inner-txt {
          width: 100%;
          margin-top: 40px; } }
    .yume-area .txt-box h2 {
      font-size: 4.0rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      margin-bottom: 40px;
      color: #00633D; }
      @media screen and (max-width: 767px) {
        .yume-area .txt-box h2 {
          font-size: 3.2rem;
          margin-bottom: 34px; } }
    .yume-area .txt-box p {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      letter-spacing: 0.05em;
      margin-bottom: 40px; }
    .yume-area .txt-box .btn {
      margin: 0; }

/* ===================================================================
SCSS information
 file name  :  page-about-feature.scss
 style info :  やまばと幼稚園：page-about-feature
=================================================================== */
/* ---------------------
description-area
--------------------- */
.description-area {
  width: 100%;
  padding: 0;
  margin-bottom: 130px; }
  @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
    .description-area {
      padding-top: 60px; } }
  @media screen and (max-width: 767px) {
    .description-area {
      padding-bottom: 0;
      margin-bottom: 70px; } }
  .description-area.wave {
    padding: 100px 0; }
    @media screen and (max-width: 767px) {
      .description-area.wave {
        padding: 60px 0; } }
  .description-area.objectives {
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .description-area.objectives {
        margin-bottom: 60px;
        padding-bottom: 30px; } }
  .description-area .main-description {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .description-area .main-description {
        padding: 0 40px; } }
    @media screen and (max-width: 767px) {
      .description-area .main-description {
        display: block;
        width: 100%; } }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .about .description-area .main-description {
        margin-top: 140px; } }
    .description-area .main-description .img-box {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .description-area .main-description .img-box {
          width: 100%; } }
  .description-area.type01 .main-description {
    flex-direction: row-reverse; }
    .description-area.type01 .main-description .img-box {
      -webkit-clip-path: url(#side-right-clip);
              clip-path: url(#side-right-clip);
      margin-left: 70px; }
      @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
        .description-area.type01 .main-description .img-box {
          margin-left: 20px; } }
      @media screen and (max-width: 767px) {
        .description-area.type01 .main-description .img-box {
          margin-left: auto;
          margin-bottom: 40px;
          width: calc(355 / 375 * 100vw); } }
      .feature .description-area.type01 .main-description .img-box {
        -webkit-clip-path: url(#item-clip);
                clip-path: url(#item-clip);
        margin-right: 40px; }
        @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
          .feature .description-area.type01 .main-description .img-box {
            margin-right: 0; } }
        @media screen and (max-width: 767px) {
          .feature .description-area.type01 .main-description .img-box {
            margin-right: auto;
            width: calc(100% - 40px); } }
    .description-area.type01 .main-description .txt-box .inner-txt {
      margin-left: auto;}
      @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
        .description-area.type01 .main-description .txt-box .inner-txt {
      margin-left: 140px; }
      }
  .description-area.type02 .main-description {
    flex-direction: row; }
    .description-area.type02 .main-description .img-box {
      -webkit-clip-path: url(#side-left-clip);
              clip-path: url(#side-left-clip);
      margin-right: 80px; }
      @media screen and (max-width: 767px) {
        .description-area.type02 .main-description .img-box {
          margin-right: auto;
          margin-bottom: 40px;
          width: calc(355 / 375 * 100vw); } }
      .feature .description-area.type02 .main-description .img-box {
        -webkit-clip-path: url(#item-clip);
                clip-path: url(#item-clip);
        margin-left: 40px; }
        @media screen and (max-width: 767px) {
          .feature .description-area.type02 .main-description .img-box {
            margin-left: auto;
            width: calc(100% - 40px); } }
    .description-area.type02 .main-description .txt-box .inner-txt {
      margin-right: auto; }
  .description-area .sub-description {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .description-area .sub-description {
        padding: 0 40px; } }
    @media screen and (max-width: 767px) {
      .description-area .sub-description {
        display: block;
        width: 100%; } }
    .description-area .sub-description .img-box {
      width: 50%;
      -webkit-clip-path: url(#item-clip);
              clip-path: url(#item-clip); }
      @media screen and (max-width: 767px) {
        .description-area .sub-description .img-box {
          width: calc(100% - 40px);
          margin: 0 auto; } }
      .description-area .sub-description .img-box img {
        height: auto; }
  .description-area.type01 .sub-description {
    flex-direction: row; }
    .description-area.type01 .sub-description .img-box {
      margin-right: 70px; }
      @media screen and (max-width: 767px) {
        .description-area.type01 .sub-description .img-box {
          margin-right: auto;
          margin-bottom: 40px; } }
    .description-area.type01 .sub-description .txt-box .inner-txt {
      margin-left: auto; }
  .description-area.type02 .sub-description {
    flex-direction: row-reverse; }
    .description-area.type02 .sub-description .img-box {
      margin-left: 70px; }
      @media screen and (max-width: 767px) {
        .description-area.type02 .sub-description .img-box {
          margin-left: auto;
          margin-bottom: 40px; } }
    .description-area.type02 .sub-description .txt-box .inner-txt {
      margin-right: auto; }
  .description-area .txt-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .description-area .txt-box {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0; } }
    .description-area .txt-box .inner-txt {
      width: 500px; }
      @media screen and (max-width: 767px) {
        .description-area .txt-box .inner-txt {
          width: 100%; } }
      .about .description-area .txt-box .inner-txt {
        padding-top: 0; }
    .description-area .txt-box h2 {
      font-size: 4.0rem;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 0.05em;
      margin-bottom: 40px;
      color: #00633D;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 767px) {
        .description-area .txt-box h2 {
          font-size: 3.2rem;
          letter-spacing: 0.1em;
          font-feature-settings: "palt";
          margin-bottom: 40px; } }
    .description-area .txt-box h3 {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 10px;
      color: #00633D; }
      @media screen and (max-width: 767px) {
        .description-area .txt-box h3 {
          font-size: 2.2rem; } }
      .description-area .txt-box h3.chairman-greeting {
        margin-bottom: 30px; }
        .description-area .txt-box h3.chairman-greeting span {
          margin-left: 68px; }
    .description-area .txt-box p {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      letter-spacing: -0.01em; }
      @media screen and (max-width: 767px) {
        .description-area .txt-box p {
          font-size: 1.6rem; } }
      .description-area .txt-box p:not(:last-of-type) {
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .description-area .txt-box p:not(:last-of-type) {
            margin-bottom: 30px; } }
    .description-area .txt-box .name {
      margin-top: 10px; }
      .description-area .txt-box .name p {
        font-size: 1.4rem;
        text-align: right; }
        .description-area .txt-box .name p span {
          font-size: 1.2rem;
          margin-right: 10px;
          display: inline-block; }
  @media screen and (max-width: 767px) {
    .description-area.objectives h2 {
      margin-bottom: 40px; } }
  .description-area.objectives h3 {
    font-size: 3.2rem;
    line-height: 1.8;
    margin-bottom: 40px;
    background: linear-gradient(transparent 98%, #00633D 0%);
    display: inline; }
    @media screen and (max-width: 767px) {
      .description-area.objectives h3 {
        font-size: 2.4rem; } }
  .description-area.objectives p {
    color: #00633D;
    margin-top: 40px; }

/* ---------------------
section-title
--------------------- */
.section-title {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .section-title {
      margin-bottom: 40px; } }
  .section-title h2 {
    font-size: 4.0rem;
    font-weight: 600;
    text-align: center;
    color: #00633D; }
    @media screen and (max-width: 767px) {
      .section-title h2 {
        font-size: 3.2rem; } }
  .section-title p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .section-title p {
        text-align: left;
        margin-top: 30px; } }
  .section-title .note {
    font-size: 13px;
    opacity: .6;
    text-align: center;
    margin-top: 30px; }

/* ---------------------
educational-issues
--------------------- */
.educational-issues {
  width: 100%;
  margin-bottom: 100px;
  padding: 0 20px; }
  .educational-issues .section-title {
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .educational-issues .section-title {
        margin-bottom: 60px; } }
  .educational-issues .inner-wrapper {
    width: 1080px;
    margin: 0 auto; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .educational-issues .inner-wrapper {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .educational-issues .inner-wrapper {
        width: 100%; } }
    .educational-issues .inner-wrapper h3 {
      font-size: 4.0rem;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 40px;
      color: #00633D;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .educational-issues .inner-wrapper h3 {
          font-size: 3.2rem;
          margin-bottom: 50px; } }
      .educational-issues .inner-wrapper h3 span {
        font-size: 2.4rem;
        display: block; }
        @media screen and (max-width: 767px) {
          .educational-issues .inner-wrapper h3 span {
            font-size: 2.2rem; } }
    .educational-issues .inner-wrapper .self-evaluation h3 {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 30px; }
    .educational-issues .inner-wrapper .self-evaluation .evaluation-list {
      width: 670px;
      margin: 0 auto;
      display: flex;
      gap: 50px 40px;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .educational-issues .inner-wrapper .self-evaluation .evaluation-list {
          width: 100%;
          gap: 20px; } }
    .educational-issues .inner-wrapper .self-evaluation ul {
      width: calc((100% - 80px) / 3); }
      @media screen and (max-width: 767px) {
        .educational-issues .inner-wrapper .self-evaluation ul {
          width: 100%; } }
      .educational-issues .inner-wrapper .self-evaluation ul li {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2; }
        .educational-issues .inner-wrapper .self-evaluation ul li a {
          text-decoration: underline; }
          .educational-issues .inner-wrapper .self-evaluation ul li a:hover {
            text-decoration: none; }
    .educational-issues .inner-wrapper .pillar-area {
      margin-bottom: 70px; }
      @media screen and (max-width: 767px) {
        .educational-issues .inner-wrapper .pillar-area {
          margin-bottom: 58px; } }
      .educational-issues .inner-wrapper .pillar-area .intro {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.8;
        color: #00633D;
        text-align: center;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .educational-issues .inner-wrapper .pillar-area .intro {
            text-align: left; } }
        .educational-issues .inner-wrapper .pillar-area .intro strong {
          font-weight: 600; }
    .educational-issues .inner-wrapper .educational-content-countainer {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 40px; }
      .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item {
            flex-direction: column; } }
        .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item:nth-of-type(even) {
          flex-direction: row-reverse; }
          @media screen and (max-width: 767px) {
            .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item:nth-of-type(even) {
              flex-direction: column; } }
          .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item:nth-of-type(even) ol {
            padding-left: 60px; }
            @media screen and (max-width: 767px) {
              .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item:nth-of-type(even) ol {
                padding-left: 0; } }
        .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .img-box {
          width: 500px;
          -webkit-clip-path: url(#item-clip);
                  clip-path: url(#item-clip); }
          @media screen and (max-width: 767px) {
            .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .img-box {
              width: 100%;
              margin-bottom: 40px; } }
        .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .txt-box {
          width: 500px;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          @media screen and (max-width: 767px) {
            .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .txt-box {
              width: 100%; } }
          .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .txt-box h3 {
            text-align: left; }
          .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .txt-box ol {
            color: #00633D;
            counter-reset: listnum;
            list-style: none; }
            @media screen and (max-width: 767px) {
              .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .txt-box ol {
                padding-left: 1.0em; } }
            .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .txt-box ol.counter-6 {
              counter-reset: listnum 5; }
            .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .txt-box ol li {
              font-size: 2.4rem;
              font-weight: 600;
              line-height: 1.6;
              padding-left: 1.4em;
              position: relative;
              margin-bottom: 10px; }
              @media screen and (max-width: 767px) {
                .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .txt-box ol li {
                  font-size: 2.2rem; } }
              .educational-issues .inner-wrapper .educational-content-countainer .educational-content-item .txt-box ol li::before {
                counter-increment: listnum;
                content: counter(listnum) ".";
                vertical-align: middle;
                width: 1.2em;
                display: inline-flex;
                justify-content: flex-end;
                position: absolute;
                top: 0;
                left: 0; }
    .educational-issues .inner-wrapper .boundary {
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        .educational-issues .inner-wrapper .boundary {
          margin-bottom: 50px; } }
      .educational-issues .inner-wrapper .boundary hr {
        background-color: #800303;
        position: relative;
        margin-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .educational-issues .inner-wrapper .boundary hr {
            width: 100%; } }
        .educational-issues .inner-wrapper .boundary hr:before {
          content: "";
          position: absolute;
          bottom: -14px;
          left: 50%;
          margin-left: -14px;
          border: 8px solid transparent;
          border-top: 8px solid white;
          z-index: 2; }
        .educational-issues .inner-wrapper .boundary hr:after {
          content: "";
          position: absolute;
          bottom: -15px;
          left: 50%;
          margin-left: -14px;
          border: 8px solid transparent;
          border-top: 8px solid #800303;
          z-index: 1; }
      .educational-issues .inner-wrapper .boundary p {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.4;
        color: #800303;
        text-align: center; }
    .educational-issues .inner-wrapper .figure-area {
      margin-bottom: 70px; }
      @media screen and (max-width: 767px) {
        .educational-issues .inner-wrapper .figure-area {
          margin-bottom: 30px; } }
    .educational-issues .inner-wrapper .region-area {
      margin-bottom: 70px; }
      .educational-issues .inner-wrapper .region-area h3 {
        margin-bottom: 50px; }
        @media screen and (max-width: 767px) {
          .educational-issues .inner-wrapper .region-area h3 {
            margin-bottom: 40px; } }
      .educational-issues .inner-wrapper .region-area ul.region-list {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap; }
        .educational-issues .inner-wrapper .region-area ul.region-list li {
          font-size: 3.2rem;
          font-weight: 600;
          line-height: 1;
          color: white;
          padding: 20px 15px;
          background-color: #00633D;
          border-radius: 8px; }
          @media screen and (max-width: 767px) {
            .educational-issues .inner-wrapper .region-area ul.region-list li {
              font-size: 2.4rem; } }
    .educational-issues .inner-wrapper .alignment-area h3 {
      margin-bottom: 20px; }
    .educational-issues .inner-wrapper .alignment-area p {
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 1.8;
      text-align: center;
      opacity: .6; }
      .educational-issues .inner-wrapper .alignment-area p a {
        text-decoration: underline; }
        .educational-issues .inner-wrapper .alignment-area p a:hover {
          text-decoration: none; }

.one-day {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .one-day {
      padding-top: 70px;
      padding-bottom: 70px;
      margin-bottom: 40px; } }
  .one-day .inner-wrapper {
    width: 1080px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .one-day .inner-wrapper {
        width: calc(100% - 40px); } }
    .one-day .inner-wrapper .one-day-list {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .one-day .inner-wrapper .one-day-list {
          flex-direction: column;
          gap: 60px; } }
      .one-day .inner-wrapper .one-day-list .one-day-list-item {
        width: 500px;
        background-color: white;
        padding: 40px;
        border-radius: 8px; }
        @media screen and (max-width: 767px) {
          .one-day .inner-wrapper .one-day-list .one-day-list-item {
            width: 100%; } }
        .one-day .inner-wrapper .one-day-list .one-day-list-item.slow-return h3 {
          color: #00633D; }
        .one-day .inner-wrapper .one-day-list .one-day-list-item.slow-return dl dt {
          color: #00633D; }
          .one-day .inner-wrapper .one-day-list .one-day-list-item.slow-return dl dt::before {
            background-color: #00633D; }
          .one-day .inner-wrapper .one-day-list .one-day-list-item.slow-return dl dt::after {
            background-color: #00633D; }
        .one-day .inner-wrapper .one-day-list .one-day-list-item.slow-return dl dd::after {
          border-color: #00633D; }
        .one-day .inner-wrapper .one-day-list .one-day-list-item.early-return h3 {
          color: #800303; }
        .one-day .inner-wrapper .one-day-list .one-day-list-item.early-return dl dt {
          color: #800303; }
          .one-day .inner-wrapper .one-day-list .one-day-list-item.early-return dl dt::before {
            background-color: #800303; }
        .one-day .inner-wrapper .one-day-list .one-day-list-item.early-return dl dd::after {
          border-color: #800303; }
        .one-day .inner-wrapper .one-day-list .one-day-list-item h3 {
          font-size: 24px;
          text-align: center;
          margin-bottom: 40px;
          font-feature-settings: "palt"; }
          @media screen and (max-width: 767px) {
            .one-day .inner-wrapper .one-day-list .one-day-list-item h3 {
              margin-bottom: 20px; } }
        .one-day .inner-wrapper .one-day-list .one-day-list-item dl {
          width: 100%;
          padding-left: 30px; }
          @media screen and (max-width: 767px) {
            .one-day .inner-wrapper .one-day-list .one-day-list-item dl {
              padding-left: 0; } }
          .one-day .inner-wrapper .one-day-list .one-day-list-item dl dt {
            font-size: 1.6rem;
            font-weight: 600;
            font-family: "Open Sans", sans-serif;
            line-height: 1.4;
            padding-left: 1em;
            float: left;
            position: relative; }
            @media screen and (max-width: 767px) {
              .one-day .inner-wrapper .one-day-list .one-day-list-item dl dt {
                float: none; } }
            .one-day .inner-wrapper .one-day-list .one-day-list-item dl dt::before {
              position: absolute;
              top: 0.7em;
              left: 0;
              transform: translateY(-50%);
              content: "";
              width: 7px;
              height: 7px;
              border-radius: 50%; }
            .one-day .inner-wrapper .one-day-list .one-day-list-item dl dt:last-of-type::after {
              display: none; }
          .one-day .inner-wrapper .one-day-list .one-day-list-item dl dd {
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 1.6;
            padding-left: 5.5em;
            padding-bottom: 20px;
            position: relative; }
            @media screen and (max-width: 767px) {
              .one-day .inner-wrapper .one-day-list .one-day-list-item dl dd {
                padding-left: 1em; } }
            .one-day .inner-wrapper .one-day-list .one-day-list-item dl dd:last-of-type {
              padding-bottom: 0; }
            .one-day .inner-wrapper .one-day-list .one-day-list-item dl dd::after {
              position: absolute;
              top: 0.7em;
              left: 3px;
              content: "";
              width: 1px;
              height: 100%;
              border-left: solid 1px; }
              @media screen and (max-width: 767px) {
                .one-day .inner-wrapper .one-day-list .one-day-list-item dl dd::after {
                  top: -10px;
                  height: calc(100% + 22px); } }
            .one-day .inner-wrapper .one-day-list .one-day-list-item.slow-return dl dd:nth-of-type(3)::after {
              border-left-style: dashed; }
            .one-day .inner-wrapper .one-day-list .one-day-list-item.slow-return dl dd:nth-of-type(2)::after {
              border-left-style: dashed; }
            .one-day .inner-wrapper .one-day-list .one-day-list-item dl dd:nth-of-type(1)::after {
              border-left-style: dashed; }
            .one-day .inner-wrapper .one-day-list .one-day-list-item.slow-return dl dd:nth-last-of-type(4)::after {
              border-left-style: dashed; }
            .one-day .inner-wrapper .one-day-list .one-day-list-item.slow-return dl dd:nth-last-of-type(3)::after {
              border-left-style: dashed; }
            .one-day .inner-wrapper .one-day-list .one-day-list-item dl dd:nth-last-of-type(2)::after {
              border-left-style: dashed; }
            .one-day .inner-wrapper .one-day-list .one-day-list-item dl dd:nth-last-of-type(2)::after {
              border-left-style: dashed; }
            .one-day .inner-wrapper .one-day-list .one-day-list-item dl dd:last-of-type::after {
              display: none; }
            .one-day .inner-wrapper .one-day-list .one-day-list-item dl dd span {
              font-size: 1.3rem;
              opacity: .6; }

/* ---------------------
events
--------------------- */
.events {
  width: 100%;
  margin-bottom: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .events {
      padding-top: 20px;
      padding-bottom: 70px;
      margin-bottom: 40px; } }
  .events .events-list {
    width: 1080px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .events .events-list {
        width: calc(100% - 40px); } }
    .events .events-list .events-item {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .events .events-list .events-item {
          flex-direction: column; } }
      .events .events-list .events-item:not(:last-of-type) {
        margin-bottom: 60px; }
      .events .events-list .events-item:nth-of-type(even) {
        flex-direction: row-reverse; }
        @media screen and (max-width: 767px) {
          .events .events-list .events-item:nth-of-type(even) {
            flex-direction: column; } }
      .events .events-list .events-item .img-box {
        width: 500px;
        -webkit-clip-path: url(#item-clip);
                clip-path: url(#item-clip); }
        @media screen and (max-width: 767px) {
          .events .events-list .events-item .img-box {
            width: 100%;
            margin-bottom: 40px; } }
      .events .events-list .events-item .txt-box {
        width: 500px; }
        @media screen and (max-width: 767px) {
          .events .events-list .events-item .txt-box {
            width: 100%; } }
        .events .events-list .events-item .txt-box dl {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          border-top: #8D8D8D dashed 1px; }
          .events .events-list .events-item .txt-box dl dt {
            width: 60px;
            font-size: 1.6rem;
            font-weight: 600;
            padding: 20px 0; }
          .events .events-list .events-item .txt-box dl dd {
            width: calc(100% - 60px);
            font-size: 1.6rem;
            font-weight: 400;
            padding: 20px 0;
            position: relative; }
            .events .events-list .events-item .txt-box dl dd::after {
              position: absolute;
              bottom: 0;
              left: -60px;
              content: "";
              width: calc(100% + 60px);
              border-bottom: #8D8D8D dashed 1px; }
        .events .events-list .events-item .txt-box .note {
          font-size: 1.3rem;
          font-weight: 400;
          margin-top: 10px;
          opacity: .6; }

/* ---------------------
overview-list
--------------------- */
.overview-list {
  width: 740px;
  margin: 0 auto;
  border-top: #8D8D8D dashed 1px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .overview-list {
      width: calc(100% - 40px);
      display: block; } }
  .overview-list dt, .overview-list dd {
    padding: 20px 0; }
  .overview-list dt {
    width: 180px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .overview-list dt {
        width: 100%;
        padding-bottom: 2px; } }
  .overview-list dd {
    width: calc(100% - 185px);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    position: relative; }
    @media screen and (max-width: 767px) {
      .overview-list dd {
        width: 100%;
        padding-top: 0; } }
    .overview-list dd::after {
      position: absolute;
      bottom: 0;
      right: 0;
      content: "";
      width: calc(100% + 185px);
      height: 1px;
      border-bottom: #8D8D8D dashed 1px; }
      @media screen and (max-width: 767px) {
        .overview-list dd::after {
          width: 100%; } }

/* ---------------------
history-list
--------------------- */
.history-list {
  width: 740px;
  margin: 40px auto 0;
  border-top: #8D8D8D dashed 1px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .history-list {
      width: calc(100% - 40px);
      display: block; } }
  .history-list dt, .history-list dd {
    padding: 20px 0; }
  .history-list dt {
    width: 180px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .history-list dt {
        width: 100%;
        padding-bottom: 3px; } }
  .history-list dd {
    width: calc(100% - 185px);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    position: relative; }
    @media screen and (max-width: 767px) {
      .history-list dd {
        width: 100%;
        padding-top: 3px; } }
    .history-list dd a {
      text-decoration: underline; }
      .history-list dd a:hover {
        text-decoration: none; }
        @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
          .history-list dd a:hover {
            text-decoration: underline; } }
        @media screen and (max-width: 767px) {
          .history-list dd a:hover {
            text-decoration: underline; } }
    .history-list dd::after {
      position: absolute;
      bottom: 0;
      right: 0;
      content: "";
      width: calc(100% + 185px);
      height: 1px;
      border-bottom: #8D8D8D dashed 1px; }
      @media screen and (max-width: 767px) {
        .history-list dd::after {
          width: 100%; } }

/* ---------------------
education-list
--------------------- */
.education-list {
  padding-top: 20px;
  margin-bottom: 140px; }
  @media screen and (max-width: 767px) {
    .education-list {
      margin-bottom: 70px; } }
  .education-list .education-wrapper {
    width: 1080px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .education-list .education-wrapper {
        width: 100%; } }
    .education-list .education-wrapper .education-item {
      display: flex;
      margin-bottom: 70px; }
      @media screen and (max-width: 767px) {
        .education-list .education-wrapper .education-item {
          display: block;
          margin-bottom: 60px; } }
      .education-list .education-wrapper .education-item:last-of-type {
        margin-bottom: 0; }
      .education-list .education-wrapper .education-item:nth-of-type(even) {
        flex-direction: row-reverse; }
        .education-list .education-wrapper .education-item:nth-of-type(even) .img-box {
          margin-left: 40px;
          margin-right: auto; }
          @media screen and (max-width: 767px) {
            .education-list .education-wrapper .education-item:nth-of-type(even) .img-box {
              margin: 0 auto 40px;
              width: calc(100% - 40px); } }
        .education-list .education-wrapper .education-item:nth-of-type(even) .txt-box {
          margin-right: 40px;
          margin-left: auto; }
          @media screen and (max-width: 767px) {
            .education-list .education-wrapper .education-item:nth-of-type(even) .txt-box {
              margin: 0 auto;
              width: calc(100% - 40px); } }
      .education-list .education-wrapper .education-item .img-box {
        width: 50%;
        -webkit-clip-path: url(#item-clip);
                clip-path: url(#item-clip);
        margin-right: 40px; }
        @media screen and (max-width: 767px) {
          .education-list .education-wrapper .education-item .img-box {
            margin: 0 auto 20px;
            width: calc(100% - 40px); } }
      .education-list .education-wrapper .education-item .txt-box {
        width: 50%;
        margin-left: 40px;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .education-list .education-wrapper .education-item .txt-box {
            margin: 0 auto;
            width: calc(100% - 40px); } }
        .education-list .education-wrapper .education-item .txt-box .inner-txt h3 {
          font-size: 2.4rem;
          font-weight: 600;
          line-height: 1.4;
          margin-bottom: 10px;
          color: #00633D; }
        .education-list .education-wrapper .education-item .txt-box .inner-txt p {
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 1.8;
          letter-spacing: -0.01em; }
          @media screen and (max-width: 767px) {
            .education-list .education-wrapper .education-item .txt-box .inner-txt p {
              font-size: 1.6rem;
              letter-spacing: 0; } }
        .education-list .education-wrapper .education-item .txt-box .inner-txt .detail-box {
          width: 100%;
          padding: 15px 20px;
          margin-top: 20px;
          background-color: #fbf9ef; }
          @media screen and (max-width: 767px) {
            .education-list .education-wrapper .education-item .txt-box .inner-txt .detail-box {
              margin-top: 10px; } }
          .education-list .education-wrapper .education-item .txt-box .inner-txt .detail-box h4 {
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 10px; }
          .education-list .education-wrapper .education-item .txt-box .inner-txt .detail-box .time {
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 1.4;
            margin-bottom: 6px; }
            @media screen and (max-width: 767px) {
              .education-list .education-wrapper .education-item .txt-box .inner-txt .detail-box .time {
                line-height: 1.6; } }
          .education-list .education-wrapper .education-item .txt-box .inner-txt .detail-box .note {
            font-size: 1.3rem;
            font-weight: 400;
            line-height: 1.4;
            opacity: .6; }

/* ---------------------
facility
--------------------- */
.facility {
  margin-bottom: 120px;
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .facility {
      margin-bottom: 70px; } }
  .facility .facility-wrapper {
    width: 1080px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 767px) {
      .facility .facility-wrapper {
        width: calc(100% - 40px); } }
    .facility .facility-wrapper ul {
      display: flex;
      gap: 51px;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .facility .facility-wrapper ul {
          gap: 20px; } }
      .facility .facility-wrapper ul li {
        border-radius: 8px;
        overflow: hidden;
        flex-basis: 326px; }
        @media screen and (max-width: 767px) {
          .facility .facility-wrapper ul li {
            flex-basis: calc(155 / 375 * 100vw); } }
        .facility .facility-wrapper ul li:nth-of-type(1) {
          flex-basis: 740px;
          margin: 0 auto; }
          @media screen and (max-width: 767px) {
            .facility .facility-wrapper ul li:nth-of-type(1) {
              flex-basis: 100%; } }
        .facility .facility-wrapper ul li img {
          margin-bottom: 10px;
          border-radius: 8px;
          overflow: hidden; }
        .facility .facility-wrapper ul li .caption {
          font-size: 1.3rem;
          font-weight: 400;
          line-height: 1.4;
          text-align: center;
          opacity: .6; }

/* ===================================================================
SCSS information
 file name  :  page-entry-recruit.scss
 style info :  やまばと幼稚園：page-entry-recruit
=================================================================== */
/* ---------------------
    entry-area
    --------------------- */
.entry-wrap {
  width: 740px;
  min-width: auto;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .entry-wrap {
      min-width: auto;
      width: calc(100% - 40px); } }

.entry-area {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .entry-area {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .entry-area:last-of-type {
      margin-bottom: 0; } }
  .entry-area .inner-parent {
    width: 740px;
    margin: 0 auto;
    padding: 80px 0 20px; }
    @media screen and (max-width: 767px) {
      .entry-area .inner-parent {
        width: 100%;
        padding: 80px 20px 20px; } }
    .entry-area .inner-parent h3, .entry-area .inner-parent p {
      text-align: center; }
  .entry-area h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #00633D; }
    @media screen and (max-width: 767px) {
      .entry-area h3 {
        font-size: 2.2rem; } }
  .entry-area p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
    font-feature-settings: "palt"; }
    .entry-area p:has(+ .note) {
      margin-bottom: 10px; }
    .entry-area p.note {
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 1.7;
      opacity: .6; }
      @media screen and (max-width: 767px) {
        .entry-area p.note {
          line-height: 1.6; } }
    .entry-area p .caution {
      color: #800303;
      font-weight: 600; }

/* ---------------------
    entry-header
    --------------------- */
.entry-header {
  width: 740px;
  margin: 0 auto 70px;
  padding: 40px;
  background-color: #fbf9ef;
  border-radius: 8px; }
  @media screen and (max-width: 767px) {
    .entry-header {
      width: 100%;
      padding: 40px 15px;
      margin-bottom: 60px; } }
  .entry-header h2 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.6;
    color: #00633D;
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .entry-header h2 {
        font-size: 2.4rem; } }
  .entry-header p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .entry-header p {
        text-align: left; } }
  @media screen and (max-width: 767px) {
    .entry-header .btn {
      width: 100%; } }

/* ---------------------
    entry-title
    --------------------- */
.entry-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #00633D; }
  @media screen and (max-width: 767px) {
    .entry-title {
      font-size: 2.4rem; } }

/* ---------------------
    entry-list
    --------------------- */
.entry-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: #8D8D8D dashed 1px;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .entry-list {
      display: block;
      margin-bottom: 0; } }
  .entry-list:has(+ .note) {
    margin-bottom: 10px; }
  .entry-list dt {
    width: 185px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .entry-list dt {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 4px; } }
  .entry-list dd {
    width: calc(100% - 185px);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    padding: 20px 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .entry-list dd {
        width: 100%;
        padding-top: 0; } }
    .entry-list dd::after {
      position: absolute;
      bottom: 0;
      right: 0;
      content: "";
      width: 740px;
      height: 1;
      border-bottom: #8D8D8D dashed 1px; }
      @media screen and (max-width: 767px) {
        .entry-list dd::after {
          width: 100%; } }
    .entry-list dd span {
      font-size: 1.3rem;
      opacity: .6; }
    .entry-list dd ul li {
      position: relative;
      padding-left: 1em; }
      .entry-list dd ul li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "・";
        font-size: 1em; }

/* ---------------------
    recruit-header
    --------------------- */
.recruit-header {
  width: 740px;
  margin: 0 auto 70px;
  display: flex; }
  @media screen and (max-width: 767px) {
    .recruit-header {
      width: 100%;
      display: block;
      margin-bottom: 65px; } }
  .recruit-header .img-box {
    width: 384px;
    border-radius: 8px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .recruit-header .img-box {
        width: calc(100% + 40px);
        margin: 0 -20px 52px;
        border-radius: 0; } }
  .recruit-header .txt-box {
    width: calc(100% - 384px);
    padding-left: 80px; }
    @media screen and (max-width: 767px) {
      .recruit-header .txt-box {
        width: 100%;
        padding-left: 0; } }
    .recruit-header .txt-box h2 {
      font-size: 4.0rem;
      font-weight: 600;
      line-height: 1.6;
      color: #00633D;
      margin-bottom: 40px;
      background: linear-gradient(transparent 98%, #00633D 0%);
      display: inline; }
      @media screen and (max-width: 767px) {
        .recruit-header .txt-box h2 {
          font-size: 3.2rem;
          line-height: 1.8; } }
    .recruit-header .txt-box p {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 2.1;
      margin-top: 20px;
      color: #00633D; }
      @media screen and (max-width: 767px) {
        .recruit-header .txt-box p {
          font-size: 2.2rem; } }

/* ===================================================================
SCSS information
 file name  :  page-faq.scss
 style info :  やまばと幼稚園：page-faq
=================================================================== */
/* ---------------------
faq-area
--------------------- */
.faq-area {
  width: 1080px;
  margin: 0 auto 70px; }
  @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
    .faq-area {
      width: 980px; } }
  @media screen and (max-width: 767px) {
    .faq-area {
      width: calc(100% - 40px);
      margin-bottom: 60px; } }
  .home .faq-area {
    padding: 90px 0 100px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .home .faq-area {
        padding: 60px 0; } }
  .faq-area h2 {
    font-size: 4.0rem;
    font-weight: 600;
    margin-bottom: 44px;
    color: #00633D;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .faq-area h2 {
        font-size: 3.2rem;
        margin-bottom: 36px; } }
  .faq-area h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #00633D; }
    @media screen and (max-width: 767px) {
      .faq-area h3 {
        font-size: 2.2rem;
        margin-bottom: 20px; } }
  .faq-area dl {
    width: 1080px;
    margin: 0 auto 40px;
    border-bottom: #8D8D8D dashed 1px; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .faq-area dl {
        width: 980px; } }
    @media screen and (max-width: 767px) {
      .faq-area dl {
        width: 100%; } }
    .faq-area dl dt {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.8;
      cursor: pointer;
      position: relative;
      border-top: #8D8D8D dashed 1px;
      padding: 21px 60px 21px 40px; }
      @media screen and (max-width: 767px) {
        .faq-area dl dt {
          font-size: 1.6rem;
          line-height: 1.6;
          padding-left: 30px; } }
      .faq-area dl dt span {
        font-family: "Open Sans", sans-serif;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1;
        display: inline-block;
        margin-right: 10px;
        color: #00633D;
        position: absolute;
        top: 20px;
        left: 0; }
      .faq-area dl dt::before {
        position: absolute;
        top: 20px;
        right: 0;
        content: "";
        width: 36px;
        height: 36px;
        border: #00633D solid 2px;
        border-radius: 100%; }
        @media screen and (max-width: 767px) {
          .faq-area dl dt::before {
            top: 26px; } }
      .faq-area dl dt::after {
        position: absolute;
        top: 40px;
        right: 2px;
        transform: translate(-50%, -50%);
        content: "";
        width: 18px;
        height: 18px;
        background: url("../img/common/ico_plus.png") center/contain no-repeat;
        transition: all 300ms; }
        @media screen and (max-width: 767px) {
          .faq-area dl dt::after {
            top: 46px; } }
      .faq-area dl dt.open::after {
        transform: translate(-50%, -50%) rotate(180deg);
        background: url("../img/common/ico_minus.png") center/contain no-repeat; }
    .faq-area dl dd {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      padding: 20px 40px;
      margin-bottom: 20px;
      background-color: #fbf9ef;
      border-radius: 8px;
      display: none; }
      @media screen and (max-width: 767px) {
        .faq-area dl dd {
          padding: 10px 20px;
          margin-bottom: 30px; } }
      .faq-area dl dd a {
        text-decoration: underline; }
        .faq-area dl dd a:hover {
          text-decoration: none; }

/* ===================================================================
SCSS information
 file name  :  page-blog.scss
 style info :  やまばと幼稚園：page-blog
=================================================================== */
/* ---------------------
news-area
--------------------- */
.news-area {
  margin: 0 auto 40px; }
  @media screen and (max-width: 767px) {
    .news-area {
      margin: 0 auto; } }
  .home .news-area {
    margin: 90px auto 100px; }
    @media screen and (max-width: 767px) {
      .home .news-area {
        margin: 60px auto; } }
  .news-area h2 {
    font-size: 4.0rem;
    font-weight: 600;
    margin-bottom: 32px;
    color: #00633D;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .news-area h2 {
        font-size: 3.2rem;
        margin-bottom: 42px; } }
  .news-area dl {
    width: 740px;
    margin: 0 auto 34px;
    border-top: #8D8D8D dashed 1px; }
    @media screen and (max-width: 767px) {
      .news-area dl {
        width: calc(100% - 40px);
        margin-bottom: 45px; } }
    .news-area dl dt {
      padding: 20px 0 12px; }
      .news-area dl dt time {
        font-size: 1.4rem;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        line-height: 1;
        color: #00633D; }
      .news-area dl dt .category {
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 1;
        color: #00633D;
        display: inline-block;
        padding: 4px 10px;
        border-radius: 100vh;
        border: #00633D solid 1px;
        margin-left: 10px; }
    .news-area dl dd {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      border-bottom: #8D8D8D dashed 1px;
      padding: 0 0 18px; }
      .news-area dl dd a {
        text-decoration: underline; }
        .news-area dl dd a:hover {
          text-decoration: none; }

/* ---------------------
topics-area
--------------------- */
.topics-area {
  width: 100%;
  padding: 90px 0 40px; }
  @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
    .topics-area {
      padding-top: 180px; } }
  @media screen and (max-width: 767px) {
    .topics-area {
      padding: 60px 0; } }
  .home .topics-area {
    background-color: #FEF8E4;
    padding-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .home .topics-area {
        padding: 60px 0; } }
  @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
    .topics .topics-area {
      padding-top: 200px; } }
  @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
    .topics .topics-area {
      padding-top: 200px; } }
  @media screen and (max-width: 767px) {
    .topics .topics-area {
      padding: 0;
      margin-bottom: 44px; } }
  .topics-area h2 {
    font-size: 4.0rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #00633D;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .topics-area h2 {
        font-size: 3.2rem;
        margin-bottom: 36px; } }
    .topics-area h2 + p {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 40px; }
  .topics-area .topics-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 50px;
    width: 1078px; }
    @media screen and (min-device-width: 1024px) and (max-device-width: 1100px) {
      .topics-area .topics-list {
        width: calc(100% - 60px);
        gap: 60px 30px; } }
    @media screen and (max-width: 767px) {
      .topics-area .topics-list {
        width: calc(100% - 40px);
        flex-wrap: wrap;
        gap: 30px 10px; } }
    .home .topics-area .topics-list {
      margin-bottom: 40px; }
    .topics-area .topics-list li {
      width: 326px; }
      @media screen and (max-width: 767px) {
        .topics-area .topics-list li {
          width: calc(158 / 375 * 100vw); } }
      .topics-area .topics-list li a:hover {
        opacity: 0.7; }
        @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
          .topics-area .topics-list li a:hover {
            opacity: 1; } }
        @media screen and (max-width: 767px) {
          .topics-area .topics-list li a:hover {
            opacity: 1; } }
      .topics-area .topics-list li .img-box {
        -webkit-clip-path: url(#item-clip);
                clip-path: url(#item-clip);
        max-height: 230px;
        /*暫定的に追加*/
        margin-bottom: 20px;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          .topics-area .topics-list li .img-box {
            max-height: 118px;
            /*暫定的に追加*/
            margin-bottom: 12px; } }
      .topics-area .topics-list li .txt-box {
        text-align: left; }
        @media screen and (max-width: 767px) {
          .topics-area .topics-list li .txt-box {
            padding: 0 5px; } }
        .topics-area .topics-list li .txt-box time {
          font-size: 1.4rem;
          font-weight: 600;
          line-height: 1.4;
          color: #00633D;
          display: block;
          margin-bottom: 8px; }
          @media screen and (max-width: 767px) {
            .topics-area .topics-list li .txt-box time {
              margin-bottom: 2px; } }
        .topics-area .topics-list li .txt-box p {
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            .topics-area .topics-list li .txt-box p {
              font-size: 1.4rem; } }

/* ---------------------
post-catch
--------------------- */
.post-catch {
  width: 740px;
  margin: 30px auto 40px; }
  @media screen and (max-width: 767px) {
    .post-catch {
      width: calc(100% - 40px);
      margin-top: 140px; } }
  .post-catch img {
    -webkit-clip-path: url(#item-clip);
            clip-path: url(#item-clip);
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .post-catch img {
        margin-bottom: 16px; } }

/* ---------------------
post-title
--------------------- */
.post-title {
  width: 740px;
  margin: 30px auto 46px; }
  @media screen and (max-width: 767px) {
    .post-title {
      width: calc(100% - 40px);
      margin-top: 140px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .topics .post-title {
      margin-top: 0;
      margin-bottom: 40px; } }
  .post-title p {
    margin-bottom: 10px; }
  .post-title time {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    color: #00633D; }
  .post-title .category {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    color: #00633D;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 100vh;
    border: #00633D solid 1px;
    margin-left: 10px; }
  .post-title h2 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.6;
    color: #00633D; }
    @media screen and (max-width: 767px) {
      .post-title h2 {
        font-size: 2.4rem; } }

/* ---------------------
post-content
--------------------- */
.post-content {
  width: 740px;
  margin: 0 auto 50px;
  border-bottom: #8D8D8D dashed 1px;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .post-content {
      width: calc(100% - 40px); } }
  .post-content h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    color: #00633D;
    margin-bottom: 10px;
    letter-spacing: 0.05em; }
    .topics .post-content h3 {
      font-size: 2.0rem; }
  .post-content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px; }
    .post-content p:last-of-type {
      margin-bottom: 0; }
    .post-content p a {
      color: #1a3ae7;
      font-weight: 600;
      text-decoration: underline; }
      .post-content p a:hover {
        text-decoration: none; }
  .post-content img {
    border-radius: 8px;
    margin-top: 50px;
    margin-bottom: 60px; }

/* ===================================================================
SCSS information
 file name  :  form.scss
 style info :  やまばと幼稚園：form
=================================================================== */
/* ---------------------
attention
--------------------- */
.attention {
  width: 640px;
  margin: 0 auto 50px;
  background-color: #fbf9ef;
  padding: 17px 20px; }
  @media screen and (max-width: 767px) {
    .attention {
      width: calc(100% - 40px);
      margin-bottom: 30px; } }
  .attention p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.002em; }
    .attention p a {
      color: #1a3ae7;
      text-decoration: underline; }
      .attention p a:hover {
        text-decoration: none; }

/* ---------------------
 Form
--------------------- */
.form-area {
  width: 640px;
  margin: 0 auto 100px;
  /* チェックボックス */
  /* ラジオボタン */ }
  @media screen and (max-width: 767px) {
    .form-area {
      width: 100%;
      margin-bottom: 70px; } }
  .form-area form {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px; }
    @media screen and (max-width: 767px) {
      .form-area form {
        width: calc(100% + 70px);
        margin: 0 -35px; } }
  @media screen and (max-width: 767px) {
    .form-area .form-container {
      padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw); } }
  .form-area .form-field dt {
    margin-bottom: 7px; }
    @media screen and (max-width: 767px) {
      .form-area .form-field dt {
        margin-bottom: 10px; } }
    .form-area .form-field dt p {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1.4; }
      .form-area .form-field dt p span {
        font-size: 1.4rem;
        font-weight: 600;
        color: #dd0000; }
  .form-area .form-field dd {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-bottom: 34px; }
    @media screen and (max-width: 767px) {
      .form-area .form-field dd {
        font-size: 1.5rem;
        min-height: calc(94 / 750 * 100vw); } }
    .form-area .form-field dd:last-of-type {
      margin-bottom: 0; }
    .form-area .form-field dd.privacy .wpcf7-list-item-label {
      position: relative; }
      .form-area .form-field dd.privacy .wpcf7-list-item-label::after {
        position: absolute;
        top: 0.3em;
        right: -4em;
        content: "【必須】";
        font-size: 1.4rem;
        font-weight: 600;
        color: #dd0000; }
        @media screen and (max-width: 767px) {
          .form-area .form-field dd.privacy .wpcf7-list-item-label::after {
            top: 0.4em; } }
    .form-area .form-field dd > p {
      width: 100%; }
      .form-area .form-field dd > p .bold {
        font-size: 1.6rem;
        font-weight: 600; }
      .form-area .form-field dd > p .wpcf7-list-item-label span {
        font-size: 1.4rem;
        font-weight: 600;
        color: #dd0000; }
    .form-area .form-field dd .wpcf7-not-valid-tip {
      margin-top: 4px;
      display: inline-block;
      color: #dd0000; }
  .form-area .form-field label {
    display: inline-block;
    cursor: pointer;
    line-height: 100%; }
  .form-area input:not([type="file"]), .form-area textarea, .form-area select {
    border: #8D8D8D solid 1px;
    background-color: white;
    border-radius: 5px;
    padding: 14px 10px;
    width: 100%;
    height: 50px; }
    @media screen and (max-width: 767px) {
      .form-area input:not([type="file"]), .form-area textarea, .form-area select {
        padding: 0.5em;
        width: 100%; } }
    .form-area input:not([type="file"])[type="text"], .form-area input:not([type="file"])[type="url"], .form-area input:not([type="file"])[type="email"], .form-area input:not([type="file"]).wpcf7-textarea, .form-area textarea[type="text"], .form-area textarea[type="url"], .form-area textarea[type="email"], .form-area textarea.wpcf7-textarea, .form-area select[type="text"], .form-area select[type="url"], .form-area select[type="email"], .form-area select.wpcf7-textarea {
      font-size: 1.5rem;
      background-color: #f7f7f7; }
      @media screen and (max-width: 767px) {
        .form-area input:not([type="file"])[type="text"], .form-area input:not([type="file"])[type="url"], .form-area input:not([type="file"])[type="email"], .form-area input:not([type="file"]).wpcf7-textarea, .form-area textarea[type="text"], .form-area textarea[type="url"], .form-area textarea[type="email"], .form-area textarea.wpcf7-textarea, .form-area select[type="text"], .form-area select[type="url"], .form-area select[type="email"], .form-area select.wpcf7-textarea {
          width: 100%;
          height: 50px; } }
    .form-area input:not([type="file"]):focus, .form-area input:not([type="file"]):focus-visible, .form-area textarea:focus, .form-area textarea:focus-visible, .form-area select:focus, .form-area select:focus-visible {
      outline: solid;
      outline-color: #00633D; }
  .form-area .wpcf7-form-control-wrap:has(select) {
    position: relative;
    display: block; }
    .form-area .wpcf7-form-control-wrap:has(select)::after {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      top: 0;
      bottom: 2px;
      right: 16px;
      margin: auto;
      border: 1px solid black;
      border-width: 1px 1px 0 0;
      transform: rotate(135deg); }
    .form-area .wpcf7-form-control-wrap:has(select) select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 100%;
      padding: 11px 15px;
      padding-right: 1em;
      outline: 0;
      box-shadow: none;
      text-indent: 0.01px;
      text-overflow: ellipsis;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .form-area .wpcf7-form-control-wrap:has(select) select {
          padding: 8px 15px;
          width: 100%; } }
  .form-area select {
    width: 220px;
    height: 50px; }
    @media screen and (max-width: 767px) {
      .form-area select {
        width: calc(130 / 375 * 100vw);
        height: 50px; } }
  .form-area input[type="file"]:focus, .form-area input[type="file"]:focus-visible {
    outline: solid;
    outline-color: #00633D; }
  .form-area .wpcf7-form-control {
    display: block; }
    .form-area .wpcf7-form-control:last-of-type {
      margin-bottom: 0; }
    .form-area .wpcf7-form-control .wpcf7-list-item {
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .form-area .wpcf7-form-control .wpcf7-list-item {
          width: 100%;
          display: block;
          margin-bottom: 22px; }
          .form-area .wpcf7-form-control .wpcf7-list-item:last-of-type {
            margin-bottom: 0; } }
  .form-area input[type="checkbox"] {
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 2px;
    vertical-align: -5px;
    padding: 0;
    margin-right: 2px; }
    @media screen and (max-width: 767px) {
      .form-area input[type="checkbox"] {
        width: calc(20 / 375 * 100vw);
        height: calc(20 / 375 * 100vw); } }
    .form-area input[type="checkbox"]:checked:before {
      position: absolute;
      top: 1px;
      left: 5px;
      transform: rotate(50deg);
      width: 6px;
      height: 10px;
      border-right: 2px solid #00633D;
      border-bottom: 2px solid #00633D;
      content: ''; }
  .form-area textarea {
    width: 100%;
    min-height: 220px;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .form-area textarea {
        width: 100%; } }
  .form-area .select_container {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .form-area .select_container {
        display: block;
        font-size: 1.2rem; } }
    .form-area .select_container p {
      margin-right: 10px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .form-area .select_container p {
          margin: 10px 0 4px; }
          .form-area .select_container p:first-of-type {
            margin-top: 0; } }
    .form-area .select_container .form_select {
      margin-right: 24px; }
  .form-area .form_select {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .form-area .form_select {
        height: auto; } }
    @media screen and (max-width: 767px) {
      .form-area .form_select:not(:last-of-type) {
        margin-bottom: 8px; } }
    .form-area .form_select.prefectures {
      width: 220px; }
      @media screen and (max-width: 767px) {
        .form-area .form_select.prefectures {
          width: calc(220 / 375 * 100vw); } }
    .form-area .form_select.size {
      width: 280px; }
      @media screen and (max-width: 767px) {
        .form-area .form_select.size {
          width: calc(280 / 375 * 100vw); } }
    .form-area .form_select.inquiry {
      width: 320px; }
      @media screen and (max-width: 767px) {
        .form-area .form_select.inquiry {
          width: calc(270 / 375 * 100vw); } }
    .form-area .form_select.quantity {
      width: 150px; }
      @media screen and (max-width: 767px) {
        .form-area .form_select.quantity {
          width: calc(150 / 375 * 100vw); } }
    .form-area .form_select select {
      width: 100%;
      height: 50px;
      cursor: pointer;
      text-indent: 0.01px;
      text-overflow: ellipsis;
      outline: none;
      background: transparent;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 1em 38px 1em 1em;
      font-size: 1.5rem;
      display: block;
      border: 1px solid #fbf9ef;
      border-radius: 4px;
      background: white; }
      @media screen and (max-width: 767px) {
        .form-area .form_select select {
          padding: 4px 38px 4px 8px;
          height: 40px; } }
      .form-area .form_select select:focus, .form-area .form_select select:focus-visible {
        outline: solid;
        outline-color: #00633D; }
    .form-area .form_select:has(select)::before {
      position: absolute;
      top: 40%;
      right: 0.9em;
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-bottom: 3px solid #8D8D8D;
      pointer-events: none;
      transform: translateY(-50%); }
    .form-area .form_select:has(select):after {
      position: absolute;
      top: 60%;
      right: 0.9em;
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 3px solid #8D8D8D;
      pointer-events: none;
      transform: translateY(-50%); }
    .form-area .form_select .error {
      right: -110px;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .form-area .form_select .error {
          right: calc(-70 / 375 * 100vw); } }
  .form-area .form_radio {
    cursor: pointer;
    padding-right: 15px; }
    .form-area .form_radio .vertical-item {
      display: block;
      margin-top: 15px;
      margin-bottom: 10px; }
    .form-area .form_radio input[type="radio"] {
      display: none; }
      .form-area .form_radio input[type="radio"]:checked + span {
        color: #00633D; }
        .form-area .form_radio input[type="radio"]:checked + span:before {
          content: "";
          background: url("../img/common/ico_radio_on.svg") no-repeat center/contain;
          width: 20px;
          height: 20px; }
          @media screen and (max-width: 767px) {
            .form-area .form_radio input[type="radio"]:checked + span:before {
              width: 14px;
              height: 14px; } }
    .form-area .form_radio span.wpcf7-list-item-label::before {
      font-size: 2.4rem;
      content: "";
      background: url("../img/common/ico_radio.svg") no-repeat center/contain;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      color: #8D8D8D;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .form-area .form_radio span.wpcf7-list-item-label::before {
          width: 14px;
          height: 14px; } }
    .form-area .form_radio span.wpcf7-list-item-label {
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 1.6;
      height: 100%;
      display: flex;
      align-items: center;
      padding-left: 26px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .form-area .form_radio span.wpcf7-list-item-label {
          font-size: 1.4rem;
          align-items: flex-start;
          padding-left: 20px; } }
  .form-area .vertical-align {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
    min-height: 30px; }
    @media screen and (max-width: 767px) {
      .form-area .vertical-align {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto; } }
    .form-area .vertical-align span.vertical-item {
      display: block;
      margin-top: 0;
      margin-bottom: 10px; }
    .form-area .vertical-align .vertical-item {
      font-size: 1.5rem;
      margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .form-area .vertical-align label {
        margin-bottom: 10px; }
        .form-area .vertical-align label:last-of-type {
          margin-bottom: 6px; } }
  .form-area .note {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em; }
    @media screen and (max-width: 767px) {
      .form-area .note {
        text-align: left;
        padding-left: 2em;
        padding-right: 1em; } }
  .form-area .button-area {
    width: 335px;
    margin: 50px auto 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .form-area .button-area {
        margin: 0 auto 20px; } }
    .form-area .button-area::after {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      border: 2px solid #800303;
      border-width: 2px 2px 0 0;
      transform: rotate(45deg);
      z-index: 1;
      transition: all 300ms; }
    .form-area .button-area:hover::after {
      border-color: white; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
        .form-area .button-area:hover::after {
          border-color: #800303; } }
      @media screen and (max-width: 767px) {
        .form-area .button-area:hover::after {
          border-color: #800303; } }
    .form-area .button-area input[type="submit"], .form-area .button-area input[type="reset"] {
      width: 100%;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 1.6rem;
      font-weight: bold;
      position: relative;
      color: #800303;
      background-color: white;
      border: #800303 solid 2px;
      border-radius: 100vh;
      z-index: 1;
      transition: all 300ms; }
      @media screen and (max-width: 767px) {
        .form-area .button-area input[type="submit"], .form-area .button-area input[type="reset"] {
          font-size: 1.6rem;
          padding: 0 15px; } }
      .form-area .button-area input[type="submit"]:hover, .form-area .button-area input[type="reset"]:hover {
        background-color: #800303;
        color: white; }
        @media screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
          .form-area .button-area input[type="submit"]:hover, .form-area .button-area input[type="reset"]:hover {
            background-color: white;
            color: #800303; } }
        @media screen and (max-width: 767px) {
          .form-area .button-area input[type="submit"]:hover, .form-area .button-area input[type="reset"]:hover {
            background-color: white;
            color: #800303; } }
      .form-area .button-area input[type="submit"][name="submitReset"], .form-area .button-area input[type="reset"][name="submitReset"] {
        background-color: #8D8D8D;
        border-color: #8D8D8D; }
        .form-area .button-area input[type="submit"][name="submitReset"]::after, .form-area .button-area input[type="reset"][name="submitReset"]::after {
          position: absolute;
          top: 50%;
          right: 22px;
          transform: translateY(-50%);
          content: "";
          width: 29px;
          height: 4px;
          background: url("../img/common/icon_arrow-right-white.svg") no-repeat center/contain;
          transition: all 300ms; }
          @media screen and (max-width: 767px) {
            .form-area .button-area input[type="submit"][name="submitReset"]::after, .form-area .button-area input[type="reset"][name="submitReset"]::after {
              right: calc(14 / 375 * 100vw);
              width: calc(24 / 375 * 100vw);
              height: calc(3 / 375 * 100vw); } }
        .form-area .button-area input[type="submit"][name="submitReset"]:hover, .form-area .button-area input[type="reset"][name="submitReset"]:hover {
          background-color: white;
          color: #8D8D8D;
          opacity: 1; }
          .form-area .button-area input[type="submit"][name="submitReset"]:hover::after, .form-area .button-area input[type="reset"][name="submitReset"]:hover::after {
            background: url("../img/common/icon_arrow-gray_on.svg") no-repeat center/contain; }
      .form-area .button-area input[type="submit"][name="submitBack"], .form-area .button-area input[type="reset"][name="submitBack"] {
        background-color: #8D8D8D;
        border-color: #8D8D8D; }
        .form-area .button-area input[type="submit"][name="submitBack"]::after, .form-area .button-area input[type="reset"][name="submitBack"]::after {
          position: absolute;
          top: 50%;
          left: 22px;
          transform: translateY(-50%) scaleX(-1);
          content: "";
          width: 29px;
          height: 4px;
          background: url("../img/common/icon_arrow-right-white.svg") no-repeat center/contain;
          transition: all 300ms; }
          @media screen and (max-width: 767px) {
            .form-area .button-area input[type="submit"][name="submitBack"]::after, .form-area .button-area input[type="reset"][name="submitBack"]::after {
              left: calc(14 / 375 * 100vw);
              width: calc(24 / 375 * 100vw);
              height: calc(3 / 375 * 100vw); } }
        .form-area .button-area input[type="submit"][name="submitBack"]:hover, .form-area .button-area input[type="reset"][name="submitBack"]:hover {
          background-color: white;
          color: #8D8D8D; }
          .form-area .button-area input[type="submit"][name="submitBack"]:hover::after, .form-area .button-area input[type="reset"][name="submitBack"]:hover::after {
            left: 15px;
            background-image: url("../img/common/icon_arrow-right-gray.svg"); }
            @media screen and (max-width: 767px) {
              .form-area .button-area input[type="submit"][name="submitBack"]:hover::after, .form-area .button-area input[type="reset"][name="submitBack"]:hover::after {
                left: calc(14 / 375 * 100vw); } }
    .form-area .button-area .wpcf7-spinner {
      display: none !important; }

.information-text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center; }
  .information-text a {
    text-decoration: underline; }
    .information-text a:hover {
      text-decoration: none; }

.information-confirmation {
  width: 520px;
  padding: 26px;
  text-align: center;
  background-color: #8D8D8D;
  margin: 30px auto 70px;
  border-radius: 4px;
  color: white;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .information-confirmation {
      width: 100%; } }
  .information-confirmation label {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px; }
    .information-confirmation label input {
      width: 20px;
      height: 20px; }
    .information-confirmation label span {
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        .information-confirmation label span {
          text-align: left; } }

strong.important {
  color: #00633D; }

.pp_box {
  width: 100%;
  height: 300px;
  border: #8D8D8D solid 1px;
  padding: 20px;
  overflow-y: auto;
  margin-bottom: 20px;
  background-color: white; }

.recovery-area {
  width: 100%;
  padding: 30px;
  background-color: #8D8D8D;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px; }
  .recovery-area p {
    margin: 0; }

/* ---------------------
Error
--------------------- */
.wpcf7-response-output {
  color: #dd0000;
  font-size: 1.6rem;
  font-weight: 600;
  width: 640px;
  margin: 0 auto 60px !important;
  padding: 1em !important;
  border: #dd0000 solid 2px !important;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .wpcf7-response-output {
      width: calc(100% - 40px); } }

.information-confirmation .error {
  text-align: center; }

/* ---------------------
Complete
--------------------- */
.complete-area {
  width: 700px;
  border: #8D8D8D solid 1px;
  padding: 3em;
  margin: 0 auto 40px; }
  @media screen and (max-width: 767px) {
    .complete-area {
      width: 100%; } }
  .complete-area p {
    font-size: 1.6rem;
    line-height: 2;
    word-break: break-all;
    margin-bottom: 1em; }
    @media screen and (max-width: 767px) {
      .complete-area p {
        font-size: 1.2rem; } }
    .complete-area p:last-of-type {
      margin-bottom: 0; }


/*# sourceMappingURL=style.css.map*/