/****************************************
		1. reset.css(sanitize)
*****************************************/
/* sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* 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;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas,
main {
  margin: 0;
  padding: 0;
}
article,
aside,
figure,
figcaption,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ul,
li,
ol {
  list-style-position: inside;
}
/**
  * 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 display in IE 10-.
  * 1. Add the correct display in IE.
  */
template,
[hidden] {
  display: none;
}
/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
    ========================================================================== */
/**
  * 1. Remove repeating backgrounds in all browsers (opinionated).
  * 2. Add box sizing inheritence in all browsers (opinionated).
  */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}
/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritence in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}
/**
  * 1. Add border box sizing in all browsers (opinionated).
  * 2. Add the default cursor in all browsers (opinionated).
  * 3. Add a flattened line height in all browsers (opinionated).
  * 4. Prevent font size adjustments after orientation changes in IE and iOS.
  */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
  font-size: 62.5%;
  scroll-behavior: smooth;
}
/* Sections (https://www.w3.org/TR/html5/sections.html)
    ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  vertical-align: baseline;
  color: #6a5b43;
}
body {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  body {
    font-size: 1.4rem;
  }
}
/**
  * Correct the font sizes and margins on `h1` elements within
  * `section` and `article` contexts in Chrome, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0;
}
/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
    ========================================================================== */
/**
  * 1. Correct font sizing inheritance and scaling 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 */
  white-space: pre-wrap;
}
/**
  * 1. Correct the height in Firefox.
  * 2. Add visible overflow in Edge and IE.
  */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
}
/* Text-level semantics
    ========================================================================== */
/**
  * 1. Add a bordered underline effect in all browsers.
  * 2. Remove text decoration in Firefox 40+.
  */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 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;
}
/**
  * Add the correct colors in IE 9-.
  */
mark {
  background-color: #ff0;
  color: #000;
}
/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}
/**
  * Correct the font size in all browsers.
  */
small {
  font-size: 83.3333%;
}
/**
  * Change the positioning on superscript and subscript elements
  * in all browsers (opinionated).
  * 1. Correct the font size in all browsers.
  */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
  * Remove the text shadow on text selections (opinionated).
  * 1. Restore the coloring undone by defining the text shadow (opinionated).
  */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}
/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
    ========================================================================== */
/*
  * Change the alignment on media elements in all browers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
  * Remove the border on images inside links in IE 10-.
  */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg {
  fill: currentColor;
}
/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}
/* Links (https://www.w3.org/TR/html5/links.html#links)
    ========================================================================== */
/**
  * 1. Remove the gray background on active links in IE 10.
  * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
  */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  color: inherit;
}
/**
  * Remove the outline when hovering in all browsers (opinionated.
  */
:hover {
  outline-width: 0;
}
/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
    ========================================================================== */
/*
  * Remove border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
    ========================================================================== */
/**
  * 1. Remove the default styling in all browsers (opinionated).
  * 3. Remove the margin in Firefox and Safari.
  */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}
/**
  * Correct the overflow in IE.
  * 1. Correct the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
  * Remove the inheritance in Edge, Firefox, and IE.
  * 1. Remove the inheritance in Firefox.
  */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
  * 1. Prevent the 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.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
  * Correct the focus styles unset by the previous rule.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
  * Correct the border, margin, and padding in all browsers.
  */
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. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 1 */
}
/**
  * 1. Remove the vertical scrollbar in IE.
  * 2. Change the resize direction on textareas in all browsers (opinionated).
  */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}
/**
  * Remove the padding in IE 10-.
  */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
/**
  * Correct the cursor style on increment and decrement buttons in Chrome.
  */
::-webkit-inner-spin-button,
::-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 for OS X.
  */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
  * Correct the text style on 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 */
}
/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
    ========================================================================== */
/**
  * Change the cursor on busy elements (opinionated).
  */
[aria-busy="true"] {
  cursor: progress;
}
/*
  * Change the cursor on control elements (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}
/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements (opinionated).
  */
[aria-disabled] {
  cursor: default;
}
/* User interaction (https://www.w3.org/TR/html5/editing.html)
    ========================================================================== */
/*
  * Remove the tapping delay on clickable elements (opinionated).
  * 1. Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}
table {
  border-collapse: collapse; /* セルの線を重ねる */
}
/*table th,
table td {
  padding: 1em;
  border: solid 1px #ccc;
}*/
/*table th {
  background: #eee;
}*/
/*
  * Change the display on visually hidden accessible elements (opinionated).
  */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.ff_mincho {
  font-family: "Times New Roman", "ff-serif", "Yu Mincho", "Hiragino Mincho Pro",
    "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
}
.ff_math {
  font-family: "Century Gothic";
  font-weight: normal;
}
.ff_l {
  font-size: 2.2rem;
}
.ff_m {
  font-size: 1.8rem;
}
.text-red {
  color: #f00;
}
.bg-wrap-red {
  border-radius: 8px;
  background: #fdf7f8;
  padding: 16px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}
/*
 *
 * 01.stylus
 *
 */
.body {
  position: relative;
}
/*
 *
 * 02.header
 *
 */
.header {
  background: #fff;
  width: 100%;
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}
.header .header_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.header .header_inner_top {
  width: 100%;
  padding: 4px 0 14px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  align-items: center;
}
.header .header_inner_top > :first-child {
  margin-right: auto;
}
.header .header_inner_top .header_logo {
  width: 168px;
}
#form {
  text-align: right;
}
#s-box {
  height: 30px;
  padding: 0 10px;
  position: initial;
  /* left: 0; */
  /* top: 0; */
  border-radius: 2px;
  border: solid 3px #eaeaea;
  outline: 0;
  font-size: 1.2rem;
}
#s-btn-area {
  height: 50px;
  /*  position: absolute;
 left:250px;
 top: 0; */
  background: none;
  color: #666;
  border: none;
  font-size: 20px;
  outline: 0;
}
#s-btn {
  background-color: black;
  width: 40px;
  height: 24px;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 24px;
}
.header .header_inner_top .header_right_bottom {
  display: flex;
}
.header .header_inner_top .header_tel {
  margin-right: 32px;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.header .header_inner_top .header_tel__cmt {
  font-size: 1rem;
  margin-bottom: 4px;
  text-align: center;
  color: #333333;
}
.header .header_inner_top .header_tel__tel {
  font-size: 2.1rem;
  /*line-height: 100%;*/
  color: #cda86f;
  border-left: #cda86f 2px solid;
  padding-left: 0.8rem;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
  /* @media (min-width: 768px) {
    .header_tel__tel{
      pointer-events: none;
    }
  }*/

.header_tel_top a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  height: 100%;
  padding-right: 0.8rem;
  transition: 0.2s;
}
.header_tel_top a:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.header_tel_top img {
  width: 2.8rem;
  height: 2.1rem;
  object-fit: contain;
  margin-right: 0.8rem;
}
.header_tel__tel img {
  width: 0.8rem;
  height: 2.8rem;
  object-fit: contain;
}
.header_tel_top {
  margin-right: 1.5rem;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  
}
.header .header_navi {
  background-color: #fff;
  color: #343e47;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.header .section-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  position: relative;
}
.header .section-navi .navi_current {
  width: 16.666666666666668%;
  text-align: center;
  /*background: #fff;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;*/
  border-right: 1px solid #ffffff;
}
.header .section-navi .navi_current:last-child {
  border-right: none;
}
/*
.header .section-navi .navi_current:hover {
  background: #0d3292;
  color: #fff;
  border-right: #0d3292;
  -webkit-transition: background-color 0.5s liner;
  transition: background-color 0.5s liner;
}*/
.header .section-navi .navi_current > a {
  display: block;
  padding: 16px 0;
  transition: 0.2s;
}
.header .section-navi .navi_current > a:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.header .section-navi .navi_current:first-child > a {
  /*    border-left: 1px solid #ddd; */
}
.header .section-navi .navi_current .navigate__hide {
  width: 16.666666666666668%;
  text-align: center;
  position: absolute;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  background: #0d3292;
  -webkit-transition: background-color 0.1s liner 0.5s;
  transition: background-color 0.1s liner 0.5s;
  z-index: 5;
}
.header .section-navi .navi_current:hover .navigate__hide {
  opacity: 100;
  visibility: visible;
}
.header .section-navi .navi_current .navigate__hide .navigate__top a {
  display: block;
  padding: 16px 0;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .section-navi .navi_current .navigate__hide .navigate__top a:hover {
  opacity: 0.8;
}
/*
 header-02
 */
/* .header {
 position: relative;
}
.header .header_inner {
 	 position: absolute;
    z-index: 2;
 	 width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50px;
 	 color: #fff;
 }
.header_navi .header_inner {
   top: 130px;
 }
.header .section-navi {
 	    float: right;
    width: 70%;
 }
.header .section-navi .navi_current:first-child > a {
   border-left: initial!important;
 }
.header .section-navi .navi_current {
    border-right: initial!important;
	background: none !important;
}
.header .section-navi .navi_current .navigate__hide {
}
.top_component_01__catch {
  z-index: 0;
}
.btn_small__mail {
background: none !important;
} */
/*
 header-02ここまで
 */
.header_info {
  display: none;
}
.header_humb {
  font-size: 3.2rem;
  position: absolute;
  right: 24px;
  top: 24px;
  margin-top: -22px;
  display: none;
}

/*
 nav02ここから
 */
/*===============================================
common
===============================================*/
/* #main {
  padding-top: 88px; }

.inner {
  max-width: 1200px;
  margin: 0 auto; }

.list {
  padding: 0 16px;
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.pc {
  display: block; }

.tb, .sp {
  display: none; } */

/*===============================================
header
===============================================*/
/* header {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

header.scroll {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

header .inner {
  position: relative;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

header .header_inner_top {
   width: 100%;
   padding: 24px 0;
   display: flex;
   flex-wrap: wrap;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
 }
header .header_inner_top >:first-child {
   margin-right: auto;
 }
 header .header_inner_top .header_logo {
   width: 168px;
 }
 header .header_inner_top .header_tel {
   margin-right: 32px;
   display: flex;
   display: -webkit-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
 }
 header .header_inner_top .header_tel__cmt {
   font-size: 1.2rem;
   margin-bottom: 4px;
   text-align: right;
 }
 header .header_inner_top .header_tel__tel {
   font-size: 2.4rem;
   line-height: 100%;
 }
header #h_logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 320px;
  z-index: 999999;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

header #pc_menu {
  line-height: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

header #pc_menu ul {
  width: 100%;
  height: 100%;
	display: flex;
    justify-content: flex-end;
}

header #pc_menu li {
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  padding: 0 0 0 24px;
  margin: 0;
  display: block;
}

header #pc_menu li:hover .under_page_content {
  height: 400px;
  opacity: 1;
  visibility: visible;
}

header #pc_menu li.menu_single a {
  position: relative;
	 display: block;
}

header #pc_menu li.menu_single a:hover:before {
  width: 100%;
}

header #pc_menu li.menu_single a:before {
  content: '';
  background-color: #184d82;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  display: block;
  transition: width 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: width 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: width 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: width 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

header #pc_menu li.current a:before {
  width: 100%;
}

header #pc_menu li .under_page_content {
  color: #fff;
  background-color: #222;
  position: absolute;
  top: 162px;
  left: 0;
  width: 100vw;
    margin-left: calc(50% - 50vw);
  height: 0;
  padding: 32px 0;
  opacity: 0;
  z-index: 1;
  overflow: auto;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

header #pc_menu li .under_page_content .inner {
  height: 100%;
}

header #pc_menu li .under_page_content .under_page_title {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

header #pc_menu li .under_page_content ul {
  position: absolute;
  top: 50%;
  right: 0;
  width: 78%;
  height: auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
	flex-wrap: wrap;
	justify-content: initial;
}

header #pc_menu li .under_page_content li {
  float: none;
  width: 33.3333%;
  height: auto;
  padding: 0 32px 0 0;
  margin-top: 32px;
  display: inline-block;
  line-height: 1;
}

header #pc_menu li .under_page_content li:nth-child(1), header #pc_menu li .under_page_content li:nth-child(2), header #pc_menu li .under_page_content li:nth-child(3) {
  margin-top: 0;
}

header #pc_menu li .under_page_content li a:hover .under_page_img img {
  opacity: .8;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

header #pc_menu li .under_page_content li a:before {
  content: none;
}

header #pc_menu li .under_page_content li p {
  color: #fff;
  font-size: 14px;
  position: relative;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

header #pc_menu li .under_page_content li p:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  display: block;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

header #pc_menu li .under_page_content li p span {
  background-color: #222;
  position: relative;
  padding-right: 16px;
  z-index: 1;
}

header #pc_menu li .under_page_content li .under_page_img {
  background-color: #fff;
  overflow: hidden;
}

header #pc_menu li .under_page_content li .under_page_img img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

header #sp_menu, header #sp_btn {
  display: none;
} */
/*
 nav02ここまで
 */
.top_component_01 {
  position: relative;
  z-index: 1;
}
.top_component_01.sp {
  display: none;
}
.top_component_01__catch__bg {
  position: relative;
}
.top_component_01__catch {
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 27.5rem);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 9px 9px rgba(255, 255, 255, 0.9);
  max-width: 55rem;
  width: 100%;
  padding: 15px;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 4.2rem;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.18);
}
.top_component_01__catch span {
  font-size: 2rem;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.18);
}
@media only screen and (max-width: 980px) {
  .top_component_01__catch {
    font-size: 2rem;
    max-width: 25rem;
    left: calc(50% - 12.5rem);
  }
  .top_component_01__catch span {
    font-size: 1.4rem;
  }
}
.top_component_01 img {
  width: 100%;
}
.top_component_01 span {
  display: block;
}
.top_component_01 video {
  width: 100%;
}
.top_component_02 {
  width: 100%;
}
.top_component_02__catch {
  position: relative;
}
.top_component_02__catch__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top_component_02__catch__bg span {
  width: 1200px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
}
.top_component_02 img {
  width: 100%;
}
/*
 *
 * 03.mid component
 *
 */
/* タイトルフェードイン */
.fadeUpTrigger {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mid_component_01,
.mid_component_02,
.mid_component_03,
.mid_component_04,
.mid_component_05,
.mid_component_06,
.mid_component_07,
.mid_component_08,
.mid_component_09_bgcover,
.mid_component_11 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.news_component_01,
.news_component_02 {
  padding-bottom: 30px;
}
.info_component_01 {
  padding-top: 30px;
}
.mid_component_02,
.mid_component_04,
.mid_component_06,
.mid_component_08,
.news_component_02 {
  /*    background: #eee; */
}
.dt_component_01 {
  background-color: #eceff3;
}
.dt_component_01 {
  padding-top: 100px;
  padding-bottom: 64px;
}
.dt_component_02 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.component_inner {
  max-width: 1080px;
  margin: 0 auto;
}
.component_inner__school {
  padding-top: 5.6rem;
}
.component_inner__crowdfunding {
  padding: 2rem 0;
}
.component_inner__title {
  padding-bottom: 72px;
  text-align: center;
}
.component_inner__title h2 {
  font-size: 4rem;
}
.component_inner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.component_inner__box__article {
  display: block;
  width: 31%;
  margin-bottom: 40px;
}
.component_inner__box__article img {
  width: 100%;
}
.component_inner__box__article__ttl {
  font-size: 1.8rem;
  padding: 12px 0 8px;
  font-weight: bold;
}
.component_inner__box__article__more {
  padding: 16px 0;
}
.mid_component_01 .component_inner__box,
.mid_component_02 .component_inner__box,
.mid_component_03 .component_inner__box {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mid_component_01 .component_inner__box__article {
  margin-bottom: 40px;
}
.mid_component_02 .component_inner__box__article__wrap {
  position: relative;
  overflow: hidden;
}
.mid_component_02 .component_inner__box__article__wrap__over {
  position: absolute;
  bottom: -250px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0px 16px;
  height: 100%;
  color: #fff;
  vertical-align: middle;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.mid_component_02
  .component_inner__box__article__wrap:hover
  .component_inner__box__article__wrap__over {
  visibility: inherit;
  opacity: 100;
  bottom: 0px;
}
.mid_component_03 .component_inner__box__article__wrap {
  position: relative;
  overflow: hidden;
}
.mid_component_03 .component_inner__box__article__wrap__over {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0px 16px;
  height: 226px;
  bottom: -180px; /* bottom -180  */
  left: 0;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mid_component_03
  .component_inner__box__article__wrap:hover
  .component_inner__box__article__wrap__over {
  visibility: inherit;
  opacity: 100;
  bottom: 0px;
}
.mid_component_04 .component_inner__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_04 .component_inner__set__section {
  width: 31%;
}
.component_inner__set__section__ttl {
  padding-bottom: 32px;
  font-size: 1.8rem;
}
.mid_component_04 .component_inner__set__article__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.mid_component_04 .component_inner__set__article__wrap__img {
  margin-right: 16px;
  width: 70%;
}
.mid_component_04 .component_inner__box__article__ttl {
  padding-top: 0px;
}
.mid_component_05 .component_inner__box__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
}
.mid_component_05 .component_inner__box__article__ttl {
  padding-top: 0px;
}
.mid_component_05 .component_inner__box__article__img {
  margin-right: 24px;
}
.mid_component_06 .component_inner__box__article {
  display: block;
  width: 23%;
}
.mid_component_06 .component_inner__box__article__wrap {
  position: relative;
  overflow: hidden;
}
.mid_component_06 .component_inner__box__article__wrap__over {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0px 16px;
  width: 100%;
  height: 100%;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.mid_component_06 .component_inner__box__article__wrap:hover .imgcover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mid_component_07 .component_inner__box {
  display: block;
}
.mid_component_07 .component_inner__box__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_07 .component_inner__box__article__img {
  width: 60%;
  margin-right: 40px;
}
.mid_component_07 .component_inner__box__article__text {
  width: 40%;
}
.mid_component_07 .component_inner__box__article__text__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_07 .component_inner__box__article__ttl {
  padding: 40px 0 40px;
  font-size: 2.4rem;
}
.mid_component_07 .component_inner__box__article__more {
  padding: 40px 0 0;
}
.mid_component_08 .component_inner__box {
  display: block;
  margin-bottom: 64px;
}
.mid_component_08 .component_inner__box:last-child {
  margin-bottom: 0px;
}
.mid_component_08 .component_inner__box__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_08 .component_inner__box__article.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mid_component_08 .component_inner__box__article div:first-child {
  margin-right: 40px;
}
.mid_component_08 .component_inner__box__article.reverse div:first-child {
  margin-right: 0px;
}
.mid_component_08 .component_inner__box__article__img {
  width: 30%;
}
.mid_component_08 .component_inner__box__article__text {
  width: 70%;
}
.mid_component_08
  .component_inner__box__article.reverse
  .component_inner__box__article__text {
  margin-right: 40px;
}
.mid_component_08 .component_inner__box__article__text__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_08 .component_inner__box__article__ttl {
  padding: 16px 0 16px;
  font-size: 2.4rem;
}
.mid_component_08 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}
.mid_component_08 .component_inner__box__article__more:hover {
  opacity: 0.8;
}

/*
 * mid_component_08
 */
/*  .mid_component_08 {
 background-image: url(/wp-content/uploads/2020/03/0b82b42ccc46716da656f569691c07fd-1.png);
 background-position: center;
 background-size: cover;
   padding: 62px 0;
 }
 .mid_component_08 .component_inner__box {
   display: block;
   margin-bottom: 64px;
 }
 .mid_component_08 .component_inner__box:last-child {
   margin-bottom: 0px;
 }
 .mid_component_08 .component_inner__box__article {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   position: relative;
 }
 .mid_component_08 .component_inner__box__article.reverse {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
 }
 .mid_component_08 .component_inner__box__article div:first-child {
   margin-right: 40px;
   position: relative;
 }
 .mid_component_08 .component_inner__box__article.reverse div:first-child {
   margin-right: 0px;
 }
 .mid_component_08 .component_inner__box__article__img {
   width: 50%;
 }
 .mid_component_08 .component_inner__box__article__text {
   width: 60%;
   border-radius: 6px;
    position: absolute;
   right: 0;
    bottom: -60px;
     height: 350px;
     padding: 50px 20px;
   background: #fff;
 }
 .mid_component_08 .component_inner__box__article.reverse .component_inner__box__article__text {
   margin-right: 40px;
   right: initial;
     left: 0;
       bottom: initial;
       top: -60px;
 }
 .mid_component_08 .component_inner__box__article__text__option {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }
 .mid_component_08 .component_inner__box__article__ttl {
   padding: 16px 0 16px;
   font-size: 2.4rem;
 }
 .mid_component_08 .component_inner__box__article__more {
   padding: 8px 16px;
   margin-top: 24px;
   background: #A4DA44;
   color: #fff;
   display: inline-block;
   border-radius: 4px;
	 width: 300px;
    text-align: center;
 }
 .mid_component_08 .component_inner__box__article__more:hover {
   opacity: 0.8;
 }  */
/*
 * mid_component_08ここまで
 */

.mid_component_09 .mid_component_09_bgcover {
  height: 100%;
}
.mid_component_09 .component_inner__box {
  display: block;
  margin-bottom: 64px;
}
.mid_component_09 .component_inner__box:last-child {
  margin-bottom: 0px;
}
.mid_component_09 .component_inner__box__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_09 .component_inner__box__article.reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mid_component_09 .component_inner__box__article div:first-child {
  margin-right: 40px;
}
.mid_component_09 .component_inner__box__article__text {
  width: 40%;
}
.mid_component_09 .component_inner__box__article__text__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_09 .component_inner__box__article__ttl {
  padding: 16px 0 16px;
  font-size: 2.4rem;
}
.mid_component_09 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}
.mid_component_09 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.mid_component_10 img {
  width: 100%;
}
.mid_component_11 .component_inner_textonly {
  max-width: 960px;
  margin: 0 auto;
  clear: both;
  margin-bottom: 40px;
}
.mid_component_11 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  float: right;
  margin-bottom: 40px;
}
.mid_component_11 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.column_component_01 .component_inner {
  text-align: center;
}
.column_component_01 .component_inner p {
  text-align: center;
}
.column_component_01 .component_inner__box__article__more {
  padding: 8px 16px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  margin: 40px auto 112px;
}
.column_component_01 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.news_component_01 .component_inner__box {
  display: block;
  /*    margin-bottom: 64px; */
}
.news_component_01 .component_inner__title {
  text-align: left;
  padding-bottom: 0;
}
.news_component_01 .component_inner__box__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news_component_01 .component_inner__box__article div:first-child {
  margin-right: 40px;
}
.news_component_01 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  position: inherit;
}
.news_component_01 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.news_component_01 .component_inner__box__article__img {
  width: 32%;
  margin-left: 60px;
}
.news_component_01 .component_inner__box__news {
  width: 60%;
  list-style: none;
}
.news_component_01 .component_inner__box__news__list {
  padding: 16px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.component_inner__box__news__list a {
  margin-left: 16px;
  color: #0d3292;
  text-decoration: underline;
  width: 300px;
}
.component_inner__box__news__list a:hover {
  margin-left: 16px;
  color: #06163f;
  text-decoration: none;
}
.component_inner__box__news__list a.label {
  padding: 4px 16px;
  font-size: 1.2rem;
  border-radius: 2px;
  background: #0d3292;
  color: #fff;
  width: 92px;
  text-align: center;
  flex-shrink: 0;
}
.news_component_02 .component_inner__box {
  display: block;
  margin-bottom: 64px;
}
.news_component_02 .component_inner__title {
  padding-bottom: 40px;
}
.news_component_02 .component_inner__box__article {
  width: 100%;
  text-align: center;
}
.news_component_02 .component_inner__box__news {
  width: 70%;
  list-style: none;
  margin: 0 auto;
  text-align: left;
}
.news_component_02 .component_inner__box__news__list {
  padding: 16px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_component_02 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}
.news_component_02 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.info_component_01 .component_inner__box {
  display: block;
  margin-bottom: 64px;
}
.info_component_01 .component_inner__title {
  text-align: left;
  padding-bottom: 0;
}
.info_component_01 .component_inner__box__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info_component_01 .component_inner__box__article div:first-child {
  margin-right: 40px;
}
.info_component_01 .component_inner__box__article__img {
  width: 32%;
  margin-left: 60px;
}
.info_component_01 .component_inner__box__news {
  width: 60%;
  list-style: none;
}
.info_component_01.access .component_inner__box__news {
  margin: 0 auto;
}
.info_component_01 .component_inner__box__news__list {
  padding: 16px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.component_inner__box__news__list a.tel {
  margin-left: 0px;
  color: #0d3292;
  text-decoration: underline;
  width: initial;
}
.info_component_01 span:first-child {
  flex-basis: 30%;
  word-break: break-all;
  text-align: left;
}
.info_component_01 span:last-child {
  flex-basis: 70%;
  word-break: break-all;
  text-align: left;
}
.info_component_01 #map {
  background: #eee;
  height: 400px;
}
.info_component_01.access #map {
  background: #eee;
  height: 600px;
}
/*
 *
 * 04.footer
 *
 */
.footer {
  background: #eee;
}
.footer .footer_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 4rem;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
  .footer .footer_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer_banner {
  max-width: 1240px;
  margin: 0px auto;
  padding-top: 40px;
}
.footer_banner ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  list-style: none;
}
.footer_banner li {
  max-width: 300px;
  padding: 0 4px;
}
.footer_banner li span {
  display: block;
  padding: 16px 4px 0 4px;
}
.footer .footer_logo {
  max-width: 23rem;
  width: 100%;
  /*margin: 0 auto;
  padding: 56px 0 32px;*/
  text-align: center;
}
.footer .footer_logo a {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.footer .footer_logo a img {
  width: 100%;
  object-fit: contain;
}
.footer_contact {
  text-align: center;
  padding: 24px 0;
}
.footer_contact__text {
  padding-bottom: 8px;
  font-size: 1.4rem;
}
.footer_contact__tel {
  padding-bottom: 16px;
  font-size: 1.4rem;
}
.footer_contact__btn {
  display: inline-block;
  padding: 12px 48px;
  border-radius: 8px;
  font-size: 1.8rem;
  background: rgba(0, 0, 0, 0.1);
}
.footer_contact__btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.footer .footer_sns {
  list-style: none;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	align-items: center;
	}
.footer .footer_sns li {
  padding: 0 5px;
  font-size: 1.8rem;
	width:35px;
}
.footer .footer_sns li img {
	width:100%;
}
/*.footer .footer_navi {
  padding-top: 32px;
}*/
.footer .footer_navi .section-navi {
  list-style: none;
  /*width: 80%;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4.2rem;
  margin-left: 4.2rem;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 980px) {
  .footer .footer_navi .section-navi {
    margin-left: 0;
  }
  .footer .footer_navi {
    text-align: center;
  }
}
.footer .footer_navi .section-navi .navi_current .navigate__hide {
  list-style: none;
}
.footer .footer_navi .section-navi .navi_current .navi_current_head {
  font-weight: bold;
  transition: 0.2s;
}
.footer .footer_navi .section-navi .navi_current .navi_current_head:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.footer .footer_navi .section-navi .navi_current .navigate__hide li {
  padding-top: 16px;
}
.footer .footer_bottom {
  background: #ccc;
  padding: 2.4rem 0;
  margin-top: 48px;
  position: relative;
  /*max-width: 1200px;
  margin-inline: auto;*/
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 639px) {
  .footer .footer_bottom {
    bottom: 5.2rem;
  }
}
.footer_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-inline: auto;
  max-width: 1080px;
}
.footer_other p,
.footer_other ul {
  width: 33.3%;
}
.footer_other p a {
  display: inline-block;
  padding-right: 16px;
  font-size: 1.4rem;
  transition: 0.2s;
}
.footer_other p a:hover {
  transition: 0.2s;
  opacity: 0.7;
}
@media only screen and (max-width: 980px) {
  .footer_other p a {
    font-size: 1rem;
  }
}
.footer .footer_copyright {
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 980px) {
  .footer .footer_copyright {
    font-size: 1rem;
  }
}
/*
 *
 * 10.single / archive
 *
 */

.dt_background {
  display: flex;
  justify-content: space-between;
}

.dt_background_inner1 {
  width: 70%;
  background-color: #ffffff;
  padding-bottom: 100px;
}

.dt_background_inner2 {
  width: 30%;
  background-color: #eceff3;
  padding-bottom: 100px;
}

.dt_component_01 .component_inner,
.dt_component_02 .component_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dt_component_01 .component_inner1 {
  max-width: 1010px;
  margin-left: auto;
}

.dt_component_01 .component_inner2 {
  max-width: 430px;
}

.dt_component_01 .maincolumn {
  width: 72%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  /*background-color: #fff;*/
}

.dt_component_01 .maincolumn_inner {
  max-width: 950px;
  margin-left: auto;
  padding-right: 5%;
}

.dt_component_01 .sidecolumn {
  width: 28%;
}

.dt_component_01 .main-column__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dt_component_01 .sidecolumn_article {
  margin-bottom: 100px;
}

.dt_component_01 .sidecolumn_article__ttl {
  /*    background: #0d3292; */
  color: #1e73be;
  padding: 10px 16px;
  font-size: 2.4rem;
  font-weight: bold;
}
.dt_component_01 .sidecolumn_article__category,
.dt_component_01 .sidecolumn_article__entry {
  list-style: none;
  margin-bottom: 40px;
}
.dt_component_01 .sidecolumn_article__category li,
.dt_component_01 .sidecolumn_article__entry li {
  border: 1px solid #eee;
  /*    margin-top: 4px; */
}
.dt_component_01 .sidecolumn_article__category li a {
  padding: 5px 24px;
  display: block;
  /*    background: #eee; */
  position: relative;
}

.dt_component_01 .sidecolumn_article__category li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 11px;
  height: 11px;
  border-right: 1px solid #1e73be;
  border-top: 1px solid #1e73be;
  transform: translateY(-50%) rotate(45deg);
}

.dt_component_01 .sidecolumn_article__category li a:hover {
  /*    background: #fff; */
}
.dt_component_01 .sidecolumn_article__entry li a {
  padding: 5px 24px;
  display: block;
  /*    background: #fff; */
  position: relative;
}

.dt_component_01 .sidecolumn_article__entry li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 11px;
  height: 11px;
  border-right: 1px solid #1e73be;
  border-top: 1px solid #1e73be;
  transform: translateY(-50%) rotate(45deg);
}

.dt_component_01 .sidecolumn_article__entry li a:hover {
  /*    background: #eee; */
}
.dt_component_02 .maincolumn {
  width: 100%;
}
.dt_component_01 .inpage-article {
  margin: 0;
  width: 100%;
  display: inline-block;
  /* padding-right: 2%; */
  /*     margin-right: 2%; */
  /*     border: 1px solid #eee; */
  /*     box-shadow: 2px 2px 5px #eee; */
  border-bottom: 1px solid #1e73be;
  margin-bottom: 40px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.dt_component_01 .inpage-article:last-child {
  border-bottom: none;
}

.dt_component_01 .inpage-article > a {
  width: 30%;
}

.dt_component_01 .figure {
  width: 70%;
}

.dt_component_01 .inpage-article .photo {
  /*   display: inline-block; */
  width: 100%;
  margin-bottom: 16px;
  /*   padding-right: 16px; */
}
.dt_component_01 .inpage-article .photo.notset {
  /*   width: 100%; */
}
.dt_component_01 .inpage-article .figure {
  /*   display: inline-block; */
  width: 70%;
  vertical-align: top;
  margin-bottom: 0px;
}
.dt_component_01 .inpage-article .figure.notset {
  /*   width: 100%; */
  padding-left: 0;
}
.dt_component_01 .inpage-article div.photo:first-of-type,
.dt_component_01 .inpage-article div.figure:first-of-type {
  padding-right: 0;
}

.dt_component_01 .archive_title {
  border-radius: 0;
  padding: 0;
  margin: 8px 0;
}

.dt_component_01 .maincolumn span {
  margin-left: 20px;
}

.search_component_01 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.search_component_01 .component_inner_title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.search_component_01 .component_inner li {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.search_component_01 .component_inner li a {
  text-decoration: underline;
}
/*
 *
 * 11.tmpl_mainpost
 *
 */
.contents-ttl {
  font-size: 3.2rem;
  /*    padding: 0 0 64px 0; */
  text-align: center;
  color: #fff;
  position: relative;
  /*    margin-bottom: 56px; */
}
.contents-ttl.blue {
  color: #1e73be;
}

.dt_component_01 .contents-ttl {
  font-size: 4rem;
  text-align: left;
  top: -38px;
}

.contents-ttl:before {
  /*    content: "";
   position: absolute;
   bottom: 0px;
   width: 40px;
   background: #ccc;
   height: 2px;
   left: 0;
   right: 0;
   margin: auto;
   margin-bottom: 16px; */
}
.archive_title {
  /*   background: #eee; */
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.main-column__eyecatch {
  text-align: center;
  margin-bottom: 32px;
}
.main-column__eyecatch img {
  width: 100%;
}
.inpage-sub-ttl {
  color: #343e47;
  background-color: #eee;
  border-radius: 4px;
  padding: 16px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
/* free customize page */
.inpage-article {
  margin: 0 auto 32px;
}
.inpage-article .photo {
  display: inline-block;
  width: 40%;
  margin-bottom: 16px;
  padding-right: 16px;
}
.inpage-article .photo.notset {
  width: 100%;
}
.inpage-eyecatch {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}
.inpage-article .photo img,
.inpage-eyecatch img {
  width: 100%;
  height: auto;
}
.inpage-article .photo .img-cover img,
.inpage-article .photo.notset .img-cover img {
  width: 100%;
  height: 17vw;
  object-fit: cover;
}
.inpage-article .figure {
  display: inline-block;
  width: 54%;
  vertical-align: top;
  margin-bottom: 40px;
}
.inpage-article .figure .figure_ttl {
  margin-bottom: 16px;
}
.inpage-article .figure.notset {
  width: 100%;
  padding-left: 16px;
}

.dt_component_01 .figure.notset {
  width: 70%;
}

.inpage-article div.photo:first-of-type,
.inpage-article div.figure:first-of-type {
  padding-right: 4%;
}
.inpage-article .subttl {
  padding: 8px 0;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 16px;
  font-size: 18px;
  color: #0047ba;
}
.inpage-article .subttl span:first-child {
  color: #0047ba;
  padding-right: 8px;
}
.inpage-article .single img {
  display: block;
  margin: 0 auto 32px;
}
.inpage-child-list {
  margin-bottom: 32px;
}
.inpage-article .before-image,
.inpage-article .after-image {
  display: inline-block;
  width: 49%;
  margin-bottom: 16px;
  text-align: center;
}
.inpage-article .before-image img,
.inpage-article .after-image img {
  width: 100%;
}
.inpage-otherpage-ttl {
  margin-left: 8px;
}
.inpage-otherpage-ttl ul {
  list-style: none;
}
.inpage-otherpage-ttl__text {
  display: inline-block;
  padding-left: 8px;
}
.inpage-qa-section {
  padding: 0 32px 32px;
}
.inpage-qa-section__question {
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: #0047ba;
}
.inpage-free-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
}
.inpage-free-table th {
  /*width: 25%;*/
  padding: 16px;
  text-align: left;
  vertical-align: top;
  /*color: #FFF;*/
  background-color: #c1c1c1;
  border: 1px solid #b9b9b9;
}
.inpage-free-table th:first-child {
  text-align: center;
}
.inpage-free-table td {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.inpage-free-table td:first-child {
  padding: 16px;
  background-color: #eee;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}
/* コラム一覧 */
.column_dt_component_01 {
  background-color: #FEFAF6;
}

.column_dt_component_01 .maincolumn {
  width: initial;
  width: initial;
  margin-left: 0;
}

.column_dt_component_01 .maincolumn_inner {
  max-width: 1200px;
  margin-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.column_dt_component_01 .main-column__inner {
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.column_dt_component_01 .contents-ttl {
  color: #333;
  font-size: 3rem;
  text-align: center;
  position: initial;
  padding-bottom: 15px;
  border-bottom: 2px dotted #333;
  margin-bottom: 20px;
}

.column_dt_component_01 .inpage-article .photo {
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
}

.column_dt_component_01 .inpage-article {
  display: inline-block;
  margin: 0;
  width: 32%;
  border-bottom: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  margin-bottom: 30px;
}

.column_dt_component_01 .inpage-article:not(:nth-of-type(3n)) {
  margin-right: 2%;
}

.column_dt_component_01 .photo_box {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}

.column_dt_component_01 .photo_box .label {
  padding: 5px 20px;
  color: #fff;
  background-color: #1e73be;
  position: absolute;
  top: 0;
  left: 0;
}

.column_dt_component_01 .img-cover {
  width: auto;
}

.column_dt_component_01 .inpage-article .figure {
  width: 100%;
}

.column_dt_component_01 .taxonomy_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.column_dt_component_01 .taxonomy_box span,
.column_dt_component_01 .taxonomy_box > a,
.column_dt_component_01 .taxonomy_box h3 {
  color: #1e73be;
  font-size: 16px;
}

.column_dt_component_01 .figure.notset span,
.column_dt_component_01 .figure.notset > a,
.column_dt_component_01 .figure.notset h3 {
  color: #1e73be;
  font-size: 16px;
}

.column_dt_component_01 .archive_title {
  margin: 0;
}

.column_dt_component_01 .maincolumn span {
  margin-left: 0;
  /*margin-right: 10px;*/
}
/*
 *
 * 11.pankuzu
 *
 */
.breadcrumb {
  border-top: 1px solid #b9b9b9;
  clear: both;
}
.breadcrumb .inner_box {
  padding: 24px 28px 24px 28px;
  overflow: auto;
}
.breadcrumb li {
  float: left;
  padding: 0 10px 8px 0;
  line-height: 1.4;
}
.breadcrumb li a {
  padding: 0 10px 0 0;
  text-decoration: none;
}
.breadcrumb li:after {
  content: ">";
}
.breadcrumb li:last-of-type:after {
  content: "";
}
/*
 *
 * 12.contact
 *
 */
.mw_wp_form {
  padding: 30px 0 0 0;
  width: 60%;
  margin: 0 auto;
}
.mw_wp_form p {
  margin: 0;
  padding: 0;
}
.mw_wp_form p.section {
  margin-bottom: 40px;
  padding: 0;
}
.mw_wp_form input {
  margin: 0 0 0px 0;
  padding: 10px;
  font-size: 1.8rem;
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.mw_wp_form textarea {
  margin: 0 0 40px 0;
  width: 100%;
  padding: 10px;
  font-size: 1.8rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.mw_wp_form button {
  font-size: 1.8rem;
  color: #fff;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  padding: 15px 60px 15px 60px;
  text-align: center;
  border: none;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
  outline: 1px #aaa solid;
}
.mw_wp_form button {
  width: 240px;
  background-color: #0d3292;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 12px 0;
  display: block;
  margin-top: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  cursor: pointer;
}
.mw_wp_form button:hover {
  background-color: #06163f;
}
/*
 *
 * 99.misc
 *
 */
.btn_small__mail {
  display: block;
  padding: 16px 32px;
  /*background: #0d3292;
  color: #fff;*/
  text-align: center;
  font-size: 1.6rem;
  border-radius: 4rem;
  margin-right: 2.1rem;
}
.btn_small__mail:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 980px) {
  .btn_small__mail {
    border-radius: 0;
  }
}
.btn_small__mail img {
  width: 2.7rem;
  height: 2.8rem;
  object-fit: contain;
}
.imgcover {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imgcover img {
  width: 100%;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.imgcover img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.backtop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: rgba(13, 50, 146, 0.7);
  width: 60px;
  padding: 24px 0;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  z-index: 99;
  text-align: center;
  display: none;
}
.backtop:hover {
  background: rgba(6, 22, 63, 0.7);
  cursor: pointer;
}
.entry-button {
  position: fixed;
  bottom: 46px;
  left: 24px;
  z-index: 3;
}
.entry-button a {
  background-color: #0d3292;
  width: 200px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 10px 30px;
  font-size: 1.6rem;
}
/*
 *
 * 100.TB
 *
 */
@media only screen and (max-width: 1200px) {
  .header .header_inner,
  .component_inner,
  .footer .footer_inner,
  .entry-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  /*
 * nav_02ここから
 */
  /* 	 header .inner .header_inner_top {
     padding-left: 24px;
     padding-right: 24px;
   } */
  /*
 * nav_02ここまで
 */

  .dt_component_01 .maincolumn_inner {
    padding-left: 24px;
  }
  .column_dt_component_01 .maincolumn_inner {
    padding-left: 0;
  }
}
@media only screen and (max-width: 980px) {
  .header .header_navi {
    display: none;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
  }
  .header .header_inner_top {
    display: block;
  }
  .header .section-navi {
    display: block;
  }
  .header .section-navi .navi_current {
    border-right: none;
    width: 100%;
    text-align: left;
  }
  .header .section-navi .navi_current:hover {
    background: inherit;
    color: inherit;
  }
  .header .section-navi .navi_current:first-child > a {
    border-left: none;
  }
  .header .section-navi .navi_current .navigate__hide {
    opacity: inherit;
    visibility: inherit;
    text-align: left;
    position: relative;
    background: inherit;
    text-indent: 14px;
    width: 100%;
    z-index: inherit;
  }
  .header .section-navi .navi_current .navigate__hide .navigate__top a:hover {
    background: inherit;
  }
  .header .section-navi .navi_current .navigate__hide .navigate__top a {
    color: #343e47;
    transition: unset;
  }
  .header_info {
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
  }
  .header_info__tel,
  .header_info__mail {
    width: 49%;
  }
  .header_info__tel {
    background: #ccc;
    padding: 16px 32px;
    text-align: center;
    display: block;
  }
  .header .header_inner_top .header_tel,
  .header .header_inner_top .header_mail {
    display: none;
  }
  .header_humb {
    display: block;
    cursor: pointer;
  }
  /*
 * header_02
 */
  /* 下層ページ数によって調整 */
  /* .header_navi .header_inner {
   top: 450px;
 }
.header .section-navi {
 		 float: initial;
 		 width: initial;
 }
.header .section-navi .navi_current {
 	  color: #343e47;
   } */
  /* 下層ページ数によって調整 */
  /*  .header_info {
  padding: 830px 16px 16px;
   }
.header_humb {
     z-index: 2;
   } */
  /*
 * header_02ここまで
 */

  /*
 * nav_02レスポンシブここから
 */
  /*===============================================
  common
  ===============================================*/
  /*   #main {
    padding-top: 64px;
  } */
  /*===============================================
  header
  ===============================================*/
  /* 	 header {
    position: fixed;
}
  header .inner {
    height: 64px;
  }
	header .header_inner_top .header_tel {
    display: none;
}
	header .header_inner_top .header_mail .btn_small__mail {
    display: none;
}
	 header .header_inner_top {
     padding: 16px 0;
   }
   header .header_inner_top .header_logo img {
    max-height: 36px;
   }
   .header_info {
     padding: 16px 8px;
   }
   .header_info__tel,
   .header_info__mail {
     padding: 16px;
   }
  header #pc_menu {
    display: none;
  }
  header #sp_menu, header #sp_btn {
    display: block;
  }
  header #sp_menu {
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    height: calc(100% - 56px);
    padding: 0;
    margin-top: 68px;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  header #sp_menu.active {
    opacity: 1;
    visibility: visible;
  }
  header #sp_menu.active li {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0px, 0px, 0px) scale(1);
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
    -moz-transform: translate3d(0px, 0px, 0px) scale(1);
    -ms-transform: translate3d(0px, 0px, 0px) scale(1);
    -o-transform: translate3d(0px, 0px, 0px) scale(1);
  }
  header #sp_menu.active li:nth-child(1) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
  }
  header #sp_menu.active li:nth-child(2) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
  }
  header #sp_menu.active li:nth-child(3) {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
  }
  header #sp_menu.active li:nth-child(4) {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
  }
  header #sp_menu.active li:nth-child(5) {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
  }
  header #sp_menu.active li:nth-child(6) {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
  }
  header #sp_menu.active li:nth-child(7) {
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
  }
  header #sp_menu.active li:nth-child(8) {
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
  }
  header #sp_menu.active li:nth-child(9) {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
  }
  header #sp_menu li {
    border-top: 1px solid #222;
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    vertical-align: top;
    opacity: 0;
    transform: translate3d(0px, 0px, 0px) scale(0.9);
    -webkit-transform: translate3d(0px, 0px, 0px) scale(0.9);
    -moz-transform: translate3d(0px, 0px, 0px) scale(0.9);
    -ms-transform: translate3d(0px, 0px, 0px) scale(0.9);
    -o-transform: translate3d(0px, 0px, 0px) scale(0.9);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transition: opacity .7s ease, transform .6s ease, -webkit-transform .6s ease;
    -webkit-transition: opacity .7s ease, transform .6s ease, -webkit-transform .6s ease;
    -moz-transition: opacity .7s ease, transform .6s ease, -webkit-transform .6s ease;
    -ms-transition: opacity .7s ease, transform .6s ease, -webkit-transform .6s ease;
    -o-transition: opacity .7s ease, transform .6s ease, -webkit-transform .6s ease;
  }
  header #sp_menu li:last-child {
    border-bottom: 1px solid #222;
  }
  header #sp_menu li .sp_menu_label {
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 20px 16px;
    display: block;
  }
  header #sp_menu li .sp_menu_label.open:after {
    content: '\f068';
  }
  header #sp_menu li .sp_menu_label:after {
    content: '\f067';
    font-family: "FontAweSome";
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  header #sp_menu li .under_page_content {
    background-color: #222;
    padding: 16px 16px 0;
    display: none;
  }
  header #sp_menu li .under_page_content .inner {
    height: auto;
  }
	 header #sp_menu li .under_page_content .inner .menu_second {
    display: flex;
    flex-wrap: wrap;
}
  header #sp_menu li .under_page_content li {
    width: 50%;
    padding: 0 0 16px;
    display: inline-block;
  }
  header #sp_menu li .under_page_content li:nth-child(odd) {
    padding-right: 8px;
  }
  header #sp_menu li .under_page_content li:nth-child(even) {
    padding-left: 8px;
  }
  header #sp_menu li .under_page_content li a {
    padding: 0;
  }
  header #sp_menu li .under_page_content li a:after {
    content: none;
  }
  header #sp_menu li .under_page_content li a p {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 8px;
  }
  header #sp_menu li a {
    color: #fff;
    font-weight: bold;
    padding: 16px;
	 display: block;
  }
  header #sp_menu li a:after {
    content: '\f105';
    font-family: "FontAweSome";
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  header #sp_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 64px;
  }
  header #sp_btn a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 18px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  header #sp_btn a.active span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
  }
  header #sp_btn a.active span:nth-child(2) {
    opacity: 0;
  }
  header #sp_btn a.active span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
  }
  header #sp_btn a span {
    background-color: #222;
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  header #sp_btn a span:nth-child(1) {
    top: 0;
  }
  header #sp_btn a span:nth-child(2) {
    top: 8px;
  }
  header #sp_btn a span:nth-child(3) {
    bottom: 0;
  }
 .top_component_01 {
   padding-top: 68px;
 }
 .top_component_01__catch {
   top: 0px;
 }
.top_component_02 {
   padding-top: 68px;
 } */
  /*
 * nav_02レスポンシブここまで
 */

  .footer .footer_logo {
    width: 40%;
  }
  .footer .footer_navi .section-navi {
    display: block;
    width: 100%;
  }
  .footer .footer_navi .section-navi .navi_current .navigate__hide li {
    padding-top: inherit;
  }
  .footer .footer_navi .navi_current a {
    padding: 0 0 16px;
    display: block;
  }
  .footer_other {
    display: block;
    padding: 0 16px;
    position: relative;
    font-size: 10px;
  }
  .footer_other p,
  .footer_other ul {
    width: 100%;
    text-align: center;
  }
  .footer_banner {
    max-width: 890px;
  }
  .footer_banner ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_banner li {
    max-width: 48%;
    margin-bottom: 24px;
    padding: 0 4px;
  }
  .footer .footer_copyright {
    /:text-align: left;*/
    padding: 8px 0 0;
  }
  .footer .footer_sns {
	  margin:20px 0;
  }
}
@media only screen and (max-width: 639px) {
  /*
 * nav_02ここから
 */
  /* 	 header .inner .header_inner_top {
     padding-left: 16px;
     padding-right: 16px;
   } */
  /*
 * nav_02ここまで
 */
  .header .header_navi {
    display: none;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
  }
  .header_humb {
    font-size: 3.2rem;
    position: absolute;
    right: 24px;
    top: 12px;
    margin-top: -22px;
  }
  .mid_component_01,
  .mid_component_02,
  .mid_component_03,
  .mid_component_04,
  .mid_component_05,
  .mid_component_06,
  .mid_component_07,
  .mid_component_08,
  .mid_component_09_bgcover,
  .mid_component_11,
  .column_component_01,
  .news_component_01,
  .news_component_02,
  .info_component_01 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .header .header_inner,
  .component_inner,
  .footer .footer_inner,
  .entry-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .component_inner__title {
    padding-bottom: 40px;
  }
  .top_component_01.pc {
    display: none;
  }
  .top_component_01.sp {
    display: block;
  }
  .top_component_01__catch {
    font-size: 1.8rem;
  }
  .mid_component_01 .component_inner__box,
  .mid_component_02 .component_inner__box,
  .mid_component_03 .component_inner__box,
  .column_component_01 .component_inner__box {
    display: block;
  }
  .mid_component_01 .component_inner__box__article,
  .mid_component_02 .component_inner__box__article,
  .mid_component_03 .component_inner__box__article,
  .column_component_01 .component_inner__box__article {
    width: 100%;
    margin: 0 auto 40px;
  }
  .mid_component_01 .component_inner__box__article:last-child,
  .mid_component_02 .component_inner__box__article:last-child,
  .mid_component_03 .component_inner__box__article:last-child,
  .column_component_01 .component_inner__box__article:last-child {
    margin-bottom: inherit;
  }
  .mid_component_02 .component_inner__box__article__wrap__over,
  .mid_component_03 .component_inner__box__article__wrap__over {
    position: relative;
    opacity: inherit;
    visibility: inherit;
    bottom: inherit;
    height: inherit;
  }
  .mid_component_04 .component_inner__set {
    display: block;
  }
  .mid_component_04 .component_inner__set__section {
    width: 100%;
    margin: 0 auto 40px;
  }
  .mid_component_04 .component_inner__set__section:last-child {
    margin-bottom: inherit;
  }
  .mid_component_05 .component_inner__box,
  .mid_component_06 .component_inner__box {
    display: block;
  }
  .mid_component_05 .component_inner__box__article,
  .mid_component_06 .component_inner__box__article {
    width: 100%;
    margin: 0 auto 40px;
  }
  .mid_component_06 .component_inner__box__article:last-child {
    margin-bottom: inherit;
  }
  .mid_component_07 .component_inner__box__article,
  .mid_component_08 .component_inner__box__article {
    display: block;
  }
  .mid_component_08 .component_inner__box__article div:first-child,
  .mid_component_08 .component_inner__box__article.reverse div:first-child {
    margin-right: auto;
  }
  .mid_component_07 .component_inner__box__article > div,
  .mid_component_08 .component_inner__box__article > div,
  .mid_component_08 .component_inner__box__article.reverse > div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .mid_component_07 .component_inner__box__article__ttl {
    font-size: 1.8rem;
  }
  .mid_component_07 .component_inner__box__article__img {
    margin-bottom: 24px;
  }
  .mid_component_08
    .component_inner__box__article.reverse
    .component_inner__box__article__text {
    margin-right: auto;
  }
  .mid_component_07 .component_inner__box__article__ttl {
    padding: 24px 0;
  }
  /*
 * mid_component_08
 */
  /* 	  .mid_component_08 .component_inner__box__article__text {
     position: initial;
 }
   .mid_component_08 .component_inner__box__article.reverse .component_inner__box__article__text {
     margin-right: auto;
   }
   .mid_component_08 .component_inner__box__article__more {
     width: 100%;
   } */
  /*
 * mid_component_08ここまで
 */
  .mid_component_09 .component_inner__box__article {
    display: block;
  }
  .mid_component_09 .component_inner__box__article div:first-child {
    margin-right: auto;
  }
  .mid_component_09 .component_inner__box__article__text {
    width: 100%;
    margin: 0 auto;
  }
  .news_component_01 .component_inner__box__article,
  .info_component_01 .component_inner__box__article {
    display: block;
    position: relative;
  }
  .news_component_01 .component_inner__box__article div:first-child,
  .info_component_01 .component_inner__box__article div:first-child {
    margin: inherit;
  }
  .news_component_01 .component_inner__box__article__img,
  .info_component_01 .component_inner__box__article__img {
    width: inherit;
  }
  .news_component_01 .component_inner__box__news,
  .news_component_02 .component_inner__box__news,
  .info_component_01 .component_inner__box__news {
    width: 100%;
  }
  .news_component_01 .component_inner__box__news__list span,
  .component_inner__box__news__list a.label,
  .news_component_02 .component_inner__box__news__list span {
    font-size: 1rem;
  }
  .news_component_01 .component_inner__box__news__list a.label {
    /*    width: 110px; */
  }
  .news_component_01 .component_inner__box__article__more {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
    position: absolute;
    bottom: -96px;
  }
  .news_component_02 .component_inner__box__article__more {
    width: 100%;
    text-align: center;
  }
  .dt_component_01 .component_inner {
    display: block;
    padding: 0;
  }
  .dt_component_02 .component_inner {
    display: block;
    padding: 0 16px;
  }
  .dt_component_01 .maincolumn {
    width: 100%;
    margin-left: 0;
  }

  .dt_component_01 .sidecolumn_article__category li a::after,
  .dt_component_01 .sidecolumn_article__entry li a::after {
    right: 16px;
  }

  .dt_component_01 .inpage-article > a {
    width: 100%;
  }

  .dt_component_01 .figure {
    width: 100%;
  }

  .dt_component_01 .maincolumn_inner {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }

  .dt_component_01 .sidecolumn {
    width: 100%;
    padding-bottom: 50px;
  }
  .dt_component_01 .inpage-article {
    width: 100%;
    padding-right: 0;
  }

  .contents-ttl {
    font-size: 2.4rem;
    /*      padding: 0 0 32px 0;
     margin-bottom: 32px; */
  }
  .search_component_01 .component_inner_title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .search_component_01 .component_inner li {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  /* .header .header_inner_top {
    padding: 16px 0 0;
  }*/
  .header .header_inner_top .header_logo {
    max-width: 120px;
  }
  .header_info {
    padding: 16px 8px;
  }
  .header_info__tel,
  .header_info__mail {
    padding: 16px;
  }
  /*
 * header_02
 */
  /*  .header_info {
  padding: 830px 16px 16px;
   } */
  /*
 * header_02ここまで
 */
  .component_inner__title h2 {
    font-size: 2.4rem;
  }
  .footer .footer_navi .section-navi .navi_current .navigate__hide {
    padding-left: 16px;
  }
  .backtop {
    bottom: 8px;
    right: 8px;
  }
  .slider img,
  .top_component_01 .single_img img,
  .top_component_01 video {
    max-width: 100%;
    max-height: 100%;
/*    height: calc(90vh); */
    object-fit: cover;
  }
  #wpadminbar {
    top: -46px !important;
  }
  .top_component_02__catch img {
    max-width: 100%;
    max-height: 30%;
    height: calc(30vh);
    object-fit: cover;
  }
  /*    .mw_wp_form {
     width: 90%;
   } */

  .dt_component_01 {
    padding-top: 64px;
  }

  .dt_component_01 .contents-ttl {
    font-size: 2.4rem;
  }

  .dt_component_01 .contents-ttl {
    top: -20px;
  }

  .dt_background {
    flex-direction: column;
  }

  .dt_background_inner1,
  .dt_background_inner2 {
    width: 100%;
  }

  .dt_component_01 .inpage-article {
    flex-direction: column;
    margin: 0 0 30px 0;
  }

  .dt_component_01 .inpage-article:last-child {
    margin: 0;
  }

  .dt_component_01 .inpage-article .figure,
  .dt_component_01 .inpage-article .figure.notset {
    width: 100%;
    /* 		 padding: 10px; */
  }

  .dt_component_01 .inpage-article div.figure:first-of-type {
    /* 		 padding-right: 10px; */
  }

  .dt_component_01 .maincolumn_inner {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .dt_component_01 .sidecolumn_article {
    margin-bottom: 50px;
  }
  .column_dt_component_01 .maincolumn_inner {
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0 auto;
    flex-direction: column;
  }
  .column_dt_component_01 .inpage-article {
    width: 100%;
  }
  .column_dt_component_01 .inpage-article:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .inpage-article .photo .img-cover img,
  .inpage-article .photo.notset .img-cover img {
    height: 230px;
  }
}
/*
 *
 * 101.gutenberg
 *
 */
.entry .entry-content,
.entry .entry-summary {
  max-width: 1200px;
  margin: 32px auto;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8% !important;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0 !important;
}
@media only screen and (max-width: 1200px) {
  .entry .entry-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 639px) {
  .entry .entry-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wp-block-media-text {
    display: block !important;
  }
  .wp-block-media-text__media {
    margin-bottom: 20px !important;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 !important;
  }
}
/* 通常に戻る */
.entry .entry-content p {
  word-wrap: break-word;
}
.entry .entry-content .more-link {
  transition: color 110ms ease-in-out;
  display: inline;
  color: inherit;
}
.entry .entry-content .more-link:after {
  content: "\02192";
  margin-left: 0.5em;
}
.entry .entry-content .more-link:hover {
  color: #0073aa;
  text-decoration: none;
}
.entry .entry-content a {
  /*    text-decoration: underline; */
}
.entry .entry-content a.button,
.entry .entry-content a:hover {
  text-decoration: none;
}
.entry .entry-content a.button {
  display: inline-block;
}
.entry .entry-content a.button:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}
.entry .entry-content > iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}
.entry .entry-content .wp-block-spacer {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /*    .entry .entry-content,
   .entry .entry-summary {
     padding: 0 60px;
   } */
  .entry .entry-content > iframe[style] {
    max-width: calc(8 * (100vw / 12) - 28px) !important;
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(6 * (100vw / 12) - 28px) !important;
  }
}
.entry .entry-content .page-links a {
  margin: calc(0.5 * 1rem);
  text-decoration: none;
}
.entry .entry-content .wp-audio-shortcode {
  max-width: calc(100vw - (2 * 1rem));
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

/* - Related Post */
.related-post {
  display: inline-block;
  padding-top: 67px;
  width: 100%;
}
.related-post > h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 1.875;
  margin-bottom: 23px;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
  text-transform: capitalize;
}
.related-post > h3::before {
  background-color: var(--light);
  bottom: 0;
  content: "";
  left: 0;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.related-post .related-post-block {
  direction: ltr;
}
.related-post .related-post-box {
  text-align: center;
}
.related-post .related-post-box > span {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.15px;
  line-height: 1.4;
  margin-top: 18px;
  margin-bottom: 7px;
}
.related-post .related-post-box > span > a {
  color: var(--gray);
  text-decoration: none;
}
.related-post .related-post-box > h3 {
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.35px;
}
.related-post .related-post-box > h3 > a {
  color: var(--text);
  text-decoration: none;
}

.form-submit {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

/*--------------------------------------------------------------
 ## Archives
 --------------------------------------------------------------*/
.archive .page-header,
.search .page-header,
.error404 .page-header {
  margin: 1rem 1rem calc(3 * 1rem);
}
@media only screen and (min-width: 768px) {
  .archive .page-header,
  .search .page-header,
  .error404 .page-header {
    margin: 0 calc(10% + 60px) calc(10% + 60px);
  }
}
.archive .page-header .page-title,
.search .page-header .page-title,
.error404 .page-header .page-title {
  color: #767676;
  display: inline;
  letter-spacing: normal;
}
.archive .page-header .page-title:before,
.search .page-header .page-title:before,
.error404 .page-header .page-title:before {
  display: none;
}
.archive .page-header .search-term,
.archive .page-header .page-description,
.search .page-header .search-term,
.search .page-header .page-description,
.error404 .page-header .search-term,
.error404 .page-header .page-description {
  display: inherit;
  clear: both;
}
.archive .page-header .search-term:after,
.archive .page-header .page-description:after,
.search .page-header .search-term:after,
.search .page-header .page-description:after,
.error404 .page-header .search-term:after,
.error404 .page-header .page-description:after {
  content: ".";
  font-weight: bold;
  color: #767676;
}
.archive .page-header .page-description {
  display: block;
  color: #111;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .hfeed .entry .entry-header {
    margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
  }
}
/* 404 & Not found */
.error-404.not-found .page-content,
.no-results.not-found .page-content {
  margin: calc(3 * 1rem) 1rem;
}
@media only screen and (min-width: 768px) {
  .error-404.not-found .page-content,
  .no-results.not-found .page-content {
    margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
  }
}
.error-404.not-found .search-submit,
.no-results.not-found .search-submit {
  vertical-align: middle;
  margin: 1rem 0;
}
.error-404.not-found .search-field,
.no-results.not-found .search-field {
  width: 100%;
}
/*--------------------------------------------------------------
 ## Footer
 --------------------------------------------------------------*/
/* Site footer */
#colophon .widget-area,
#colophon .site-info {
  margin: calc(2 * 1rem) 1rem;
}
@media only screen and (min-width: 768px) {
  #colophon .widget-area,
  #colophon .site-info {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}
#colophon .widget-column {
  display: flex;
  flex-wrap: wrap;
}
#colophon .widget-column .widget {
  width: 100%;
}
@media only screen and (min-width: 1168px) {
  #colophon .widget-column .widget {
    margin-right: calc(3 * 1rem);
    width: calc(50% - (3 * 1rem));
  }
}
#colophon .site-info {
  color: #767676;
}
#colophon .site-info a {
  color: inherit;
}
#colophon .site-info a:hover {
  text-decoration: none;
  color: #0073aa;
}
#colophon .site-info .imprint,
#colophon .site-info .privacy-policy-link {
  margin-right: 1rem;
}
/* Widgets */
.widget {
  margin: 0 0 1rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget a {
  color: #0073aa;
}
.widget a:hover {
  color: #005177;
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  padding: 0;
  list-style: none;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-size: calc(22px * 1.125);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
  counter-reset: submenu;
}
.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text",
    "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.widget_tag_cloud .tagcloud {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-weight: 700;
}
.widget_search .search-field {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .widget_search .search-field {
    width: auto;
  }
}
.widget_search .search-submit {
  display: block;
  margin-top: 1rem;
}
.widget_calendar .calendar_wrap {
  text-align: center;
}
.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
  border: none;
}
.widget_calendar .calendar_wrap a {
  text-decoration: underline;
}
/* Blocks */
/* !Block styles */
.entry .entry-content > *,
.entry .entry-summary > * {
  /*    margin: 32px 0; */
  max-width: 100%;
}
.entry .entry-content > * > *:first-child,
.entry .entry-summary > * > *:first-child {
  margin-top: 0;
}
.entry .entry-content > * > *:last-child,
.entry .entry-summary > * > *:last-child {
  margin-bottom: 0;
}
.entry .entry-content > *.alignwide,
.entry .entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignwide,
  .entry .entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}
.entry .entry-content > *.alignfull,
.entry .entry-summary > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc(100% + (2 * 1rem));
  max-width: calc(100% + (2 * 1rem));
  clear: both;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignfull,
  .entry .entry-summary > *.alignfull {
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
  }
}
.entry .entry-content > *.alignleft,
.entry .entry-summary > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignleft,
  .entry .entry-summary > *.alignleft {
    max-width: calc(4 * (100vw / 12));
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}
.entry .entry-content > *.alignright,
.entry .entry-summary > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignright,
  .entry .entry-summary > *.alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}
.entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
  * Unset nested content selector styles
  * - Prevents layout styles from cascading too deeply
  * - helps with plugin compatibility
  */
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .entry-content,
  .entry .entry-content .entry-summary,
  .entry .entry-content .entry,
  .entry .entry-summary .entry-content,
  .entry .entry-summary .entry-summary,
  .entry .entry-summary .entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}
.entry .entry-content p.has-background {
  padding: 20px 30px;
}
.entry .entry-content .wp-block-audio {
  width: 100%;
}
.entry .entry-content .wp-block-audio audio {
  width: 100%;
}
.entry .entry-content .wp-block-audio.alignleft audio,
.entry .entry-content .wp-block-audio.alignright audio {
  max-width: 198px;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}
@media only screen and (min-width: 1379px) {
  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}
.entry .entry-content .wp-block-video video {
  width: 100%;
}
.entry .entry-content .wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.88889em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: none;
  outline: none;
}
.entry
  .entry-content
  .wp-block-button
  .wp-block-button__link:not(.has-background) {
  background-color: #0073aa;
}
.entry
  .entry-content
  .wp-block-button
  .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}
.entry .entry-content .wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background: #111;
  cursor: pointer;
}
.entry .entry-content .wp-block-button .wp-block-button__link:focus {
  color: #fff;
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}
.entry
  .entry-content
  .wp-block-button:not(.is-style-squared)
  .wp-block-button__link {
  border-radius: 5px;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:focus,
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:active {
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:not(.has-background),
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:focus:not(.has-background),
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:not(.has-text-color),
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:focus:not(.has-text-color),
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:active:not(.has-text-color) {
  color: #0073aa;
  border-color: currentColor;
}
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:hover {
  color: #fff;
  border-color: #111;
}
.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}
.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-size: calc(22px * 1.125);
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.75rem;
}
.entry .entry-content .wp-block-archives li.menu-item-has-children,
.entry .entry-content .wp-block-archives li:last-child,
.entry .entry-content .wp-block-categories li.menu-item-has-children,
.entry .entry-content .wp-block-categories li:last-child,
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children,
.entry .entry-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}
.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  text-decoration: none;
}
.entry .entry-content .wp-block-archives.aligncenter,
.entry .entry-content .wp-block-categories.aligncenter {
  text-align: center;
}
.entry .entry-content .wp-block-categories ul {
  padding-top: 0.75rem;
}
.entry .entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}
.entry .entry-content .wp-block-categories ul {
  counter-reset: submenu;
}
.entry .entry-content .wp-block-categories ul > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text",
    "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.entry .entry-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.entry .entry-content .wp-block-latest-posts.is-grid li a:after {
  content: "";
}
.entry .entry-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}
.entry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: "";
}
.entry .entry-content .wp-block-preformatted {
  line-height: 1.8;
  padding: 1rem;
  word-break: break-all;
}
.entry .entry-content .wp-block-verse {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text",
    "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.8;
}
.entry .entry-content .has-drop-cap:not(:focus):first-letter {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}
.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}
.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: calc(4 * 1rem);
  margin-bottom: calc(4.33 * 1rem);
  margin-right: 0;
  padding-left: 0;
}
.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.entry .entry-content .wp-block-pullquote p em {
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
}
.entry .entry-content .wp-block-pullquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  /*
        * This requires a rem-based font size calculation instead of our normal em-based one,
        * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
        */
  font-size: calc(1rem / (1.25 * 1.125));
}
.entry .entry-content .wp-block-pullquote.alignleft,
.entry .entry-content .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}
.entry .entry-content .wp-block-pullquote.alignleft blockquote,
.entry .entry-content .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}
.entry .entry-content .wp-block-pullquote.alignleft blockquote p:first-child,
.entry .entry-content .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-text-color
  p,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-text-color
  a,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-primary-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-secondary-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-dark-gray-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-light-gray-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-white-color {
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignright,
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem calc(2 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
}
.entry .entry-content .wp-block-quote:not(.is-large),
.entry .entry-content .wp-block-quote:not(.is-style-large) {
  border-left: 2px solid #0073aa;
  padding-top: 0;
  padding-bottom: 0;
}
.entry .entry-content .wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8;
}
.entry .entry-content .wp-block-quote cite {
  /*
        * This requires a rem-based font size calculation instead of our normal em-based one,
        * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
        */
  font-size: calc(1rem / (1.25 * 1.125));
}
.entry .entry-content .wp-block-quote.is-large,
.entry .entry-content .wp-block-quote.is-style-large {
  margin: 1rem 0;
  padding: 0;
  border-left: none;
}
.entry .entry-content .wp-block-quote.is-large p,
.entry .entry-content .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}
.entry .entry-content .wp-block-quote.is-large cite,
.entry .entry-content .wp-block-quote.is-large footer,
.entry .entry-content .wp-block-quote.is-style-large cite,
.entry .entry-content .wp-block-quote.is-style-large footer {
  /*
          * This requires a rem-based font size calculation instead of our normal em-based one,
          * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
          */
  font-size: calc(1rem / (1.25 * 1.125));
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote.is-large,
  .entry .entry-content .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .entry .entry-content .wp-block-quote.is-large p,
  .entry .entry-content .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
  }
}
.entry .entry-content .wp-block-image img {
  display: block;
}
.entry .entry-content .wp-block-image.alignleft,
.entry .entry-content .wp-block-image.alignright {
  max-width: 100%;
}
.entry .entry-content .wp-block-image.alignfull img {
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.entry .entry-content .wp-block-cover-image,
.entry .entry-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image,
  .entry .entry-content .wp-block-cover {
    padding: 1rem 10%;
  }
}
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
.entry .entry-content .wp-block-cover-image h2,
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover .wp-block-cover-text,
.entry .entry-content .wp-block-cover h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image h2,
  .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover .wp-block-cover-text,
  .entry .entry-content .wp-block-cover h2 {
    font-size: 2.25em;
    max-width: 100%;
  }
}
.entry .entry-content .wp-block-cover-image.alignleft,
.entry .entry-content .wp-block-cover-image.alignright,
.entry .entry-content .wp-block-cover.alignleft,
.entry .entry-content .wp-block-cover.alignright {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignleft,
  .entry .entry-content .wp-block-cover-image.alignright,
  .entry .entry-content .wp-block-cover.alignleft,
  .entry .entry-content .wp-block-cover.alignright {
    padding: 1rem calc(2 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .entry
    .entry-content
    .wp-block-cover-image.alignfull
    .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry
    .entry-content
    .wp-block-cover-image.alignfull
    .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull,
  .entry .entry-content .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
  .entry
    .entry-content
    .wp-block-cover-image.alignfull
    .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}
.entry .entry-content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}
.entry .entry-content .wp-block-gallery figcaption a {
  color: #fff;
}
.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
  /*    background-color: #767676; */
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  /* Remove duplicate rule-line when a separator
      * is followed by an H1, or H2 */
}
.entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    /*      max-width: calc(8 * (100vw / 12) - 28px); */
    max-width: 100%;
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    /*      max-width: calc(6 * (100vw / 12) - 28px); */
    max-width: 100%;
  }
}
.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
.entry .entry-content .wp-block-separator.is-style-dots:before,
.entry .entry-content hr.is-style-dots:before {
  /*    color: #767676; */
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}
.entry .entry-content .wp-block-separator + h1:before,
.entry .entry-content .wp-block-separator + h2:before,
.entry .entry-content hr + h1:before,
.entry .entry-content hr + h2:before {
  display: none;
}
.entry .entry-content .wp-block-embed-twitter {
  word-break: break-word;
}
.entry .entry-content .wp-block-table th,
.entry .entry-content .wp-block-table td {
  border-color: #767676;
}
.entry .entry-content .wp-block-file {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}
.entry .entry-content .wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  background: #0073aa;
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: calc(0.75 * 1rem);
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-file .wp-block-file__button {
    font-size: 22px;
    padding: 0.875rem 1.5rem;
  }
}
.entry .entry-content .wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}
.entry .entry-content .wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}
.entry .entry-content .wp-block-code {
  border-radius: 0;
}
.entry .entry-content .wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}
.entry .entry-content .wp-block-columns.alignfull {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 600px) {
  .entry .entry-content .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .entry .entry-content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
  .entry .entry-content .wp-block-columns[class*="has-"] > * {
    margin-right: 1rem;
  }
  .entry .entry-content .wp-block-columns[class*="has-"] > *:last-child {
    margin-right: 0;
  }
  .entry .entry-content .wp-block-columns.alignfull,
  .entry .entry-content .wp-block-columns.alignfull .wp-block-column {
    padding-left: calc(2 * 1rem);
    padding-right: calc(2 * 1rem);
  }
}
.entry
  .entry-content
  .wp-block-latest-comments
  .wp-block-latest-comments__comment-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-weight: bold;
}
.entry
  .entry-content
  .wp-block-latest-comments
  .wp-block-latest-comments__comment-meta
  .wp-block-latest-comments__comment-date {
  font-weight: normal;
}
.entry
  .entry-content
  .wp-block-latest-comments
  .wp-block-latest-comments__comment,
.entry
  .entry-content
  .wp-block-latest-comments
  .wp-block-latest-comments__comment-date,
.entry
  .entry-content
  .wp-block-latest-comments
  .wp-block-latest-comments__comment-excerpt
  p {
  font-size: inherit;
}
.entry
  .entry-content
  .wp-block-latest-comments.has-dates
  .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}
.entry .entry-content .has-small-font-size {
  font-size: 0.88889em;
}
.entry .entry-content .has-normal-font-size {
  font-size: 1.125em;
}
.entry .entry-content .has-large-font-size {
  font-size: 1.6875em;
}
.entry .entry-content .has-huge-font-size {
  font-size: 2.25em;
}
.entry .entry-content .has-primary-background-color,
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .has-light-gray-background-color {
  color: #fff;
}
.entry .entry-content .has-primary-background-color p,
.entry .entry-content .has-primary-background-color h1,
.entry .entry-content .has-primary-background-color h2,
.entry .entry-content .has-primary-background-color h3,
.entry .entry-content .has-primary-background-color h4,
.entry .entry-content .has-primary-background-color h5,
.entry .entry-content .has-primary-background-color h6,
.entry .entry-content .has-primary-background-color a,
.entry .entry-content .has-secondary-background-color p,
.entry .entry-content .has-secondary-background-color h1,
.entry .entry-content .has-secondary-background-color h2,
.entry .entry-content .has-secondary-background-color h3,
.entry .entry-content .has-secondary-background-color h4,
.entry .entry-content .has-secondary-background-color h5,
.entry .entry-content .has-secondary-background-color h6,
.entry .entry-content .has-secondary-background-color a,
.entry .entry-content .has-dark-gray-background-color p,
.entry .entry-content .has-dark-gray-background-color h1,
.entry .entry-content .has-dark-gray-background-color h2,
.entry .entry-content .has-dark-gray-background-color h3,
.entry .entry-content .has-dark-gray-background-color h4,
.entry .entry-content .has-dark-gray-background-color h5,
.entry .entry-content .has-dark-gray-background-color h6,
.entry .entry-content .has-dark-gray-background-color a,
.entry .entry-content .has-light-gray-background-color p,
.entry .entry-content .has-light-gray-background-color h1,
.entry .entry-content .has-light-gray-background-color h2,
.entry .entry-content .has-light-gray-background-color h3,
.entry .entry-content .has-light-gray-background-color h4,
.entry .entry-content .has-light-gray-background-color h5,
.entry .entry-content .has-light-gray-background-color h6,
.entry .entry-content .has-light-gray-background-color a {
  color: #fff;
}
.entry .entry-content .has-white-background-color {
  color: #111;
}
.entry .entry-content .has-white-background-color p,
.entry .entry-content .has-white-background-color h1,
.entry .entry-content .has-white-background-color h2,
.entry .entry-content .has-white-background-color h3,
.entry .entry-content .has-white-background-color h4,
.entry .entry-content .has-white-background-color h5,
.entry .entry-content .has-white-background-color h6,
.entry .entry-content .has-white-background-color a {
  color: #111;
}
.entry .entry-content .has-primary-background-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #0073aa;
}
.entry .entry-content .has-secondary-background-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}
.entry .entry-content .has-dark-gray-background-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}
.entry .entry-content .has-light-gray-background-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}
.entry .entry-content .has-white-background-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #fff;
}
.entry .entry-content .has-primary-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-primary-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-primary-color
  p {
  color: #0073aa;
}
.entry .entry-content .has-secondary-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-secondary-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-secondary-color
  p {
  color: #005177;
}
.entry .entry-content .has-dark-gray-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-dark-gray-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-dark-gray-color
  p {
  color: #111;
}
.entry .entry-content .has-light-gray-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-light-gray-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-light-gray-color
  p {
  color: #767676;
}
.entry .entry-content .has-white-color,
.entry
  .entry-content
  .wp-block-pullquote.is-style-solid-color
  blockquote.has-white-color {
  color: #fff;
}
/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
  height: 250px;
}
.custom-logo-link {
  display: inline-block;
}
.avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
}
svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}
@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc(calc(8 * (100vw / 12) - 28px) / 2);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-caption.aligncenter {
    left: calc(calc(6 * (100vw / 12) - 28px) / 2);
  }
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  color: #767676;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}
.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n + 2) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n + 4) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n + 5) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n + 6) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n + 7) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n + 8) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
  margin-right: 0;
}
.gallery-item:last-of-type {
  padding-right: 0;
}
.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}
/************************************
 ** レスポンシブページネーション
 ************************************/
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.nav-links{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-left: 1px solid #CDA86F;
}

.page-numbers {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #CDA86F;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
    background-color: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
a.page-numbers:hover {
  transition: 0.2s;
  opacity: 0.7;;
}
.page-numbers.current {
  background-color: #CDA86F;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}
.pagination li:first-of-type a {
  border-left-width: 1px;
}
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: @block;
  transform: translate(0, 0);
}
.pagination li.first a::before {
  content: "\f100";
}
.pagination li.last a::after {
  content: "\f101";
}
.pagination li.previous a::before {
  content: "\f104";
}
.pagination li.next a::after {
  content: "\f105";
}
.pagination li.current a {
  background: #0d3292;
  background: #1e73be;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) {
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/*
 *
 * **.color change .**
 *
 */

/*
 *
 * **.20240406 TOP .**
 *
 */
/*全体*/
.sp_only {
  display: none;
}

@media only screen and (max-width: 980px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

.top_heading {
  margin-inline: auto;
  margin-top: 7rem;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 2.1rem;
  border-bottom: 2px solid #cda86f;
  padding-bottom: 1rem;
}
.top_heading h2 {
  position: relative;
  margin-inline: auto;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #cda86f;
  text-align: center;
}

.top_heading span {
  color: #cda86f;
  font-size: 1.2rem;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .top_heading {
    margin-inline: auto;
    margin-top: 3rem;
  }
  .top_heading span {
    font-size: 1.5rem;
  }
  .top_heading h2 {
    font-size: 2.5rem;
  }
}
.top_heading h2::before {
  content: "";
  position: absolute;
  left: -8rem;
  bottom: 5px;
  margin-inline: auto;
  display: block;
  background: url("/wp-content/uploads/2024/04/2cf7a5aa66b6f2083494951260b86170.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.6rem;
  aspect-ratio: 81 / 29;
  transform: scale(-1, 1);
}
.top_heading h2::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: 5px;
  display: block;
  background: url("/wp-content/uploads/2024/04/2cf7a5aa66b6f2083494951260b86170.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.6rem;
  aspect-ratio: 81 / 29;
}

@media only screen and (max-width: 980px) {
  .top_heading h2::before {
    width: 3rem;
    left: -3.5rem;
  }
  .top_heading h2::after {
    width: 3rem;
    right: -3.5rem;
  }
}

/*font*/
.cinzel-font {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.yu-mincho {
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
}

/*深爪・巻き爪で悩んでいませんか？*/

.top_worries_section {
  width: 100%;
  max-width: 100vw;
  margin-top: 6rem;
  margin-bottom: 7.5rem;
}

.top_worries_container {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 2.1rem;
}
@media only screen and (max-width: 980px) {
  .top_worries_section {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .top_worries_container {
    flex-direction: column-reverse;
    gap: 2.1rem;
  }
}

.top_worries_textarea {
  width: 55%;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .top_worries_textarea {
    width: 100%;
  }
}
.top_worries_textarea::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.6rem;
  aspect-ratio: 96 / 94;
  object-fit: contain;
  transform: rotate(270deg);
}
.top_worries_textarea::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.6rem;
  height: 7.4rem;
  aspect-ratio: 96 / 94;
  object-fit: contain;
}
@media only screen and (max-width: 980px) {
  .top_worries_textarea::before,
  .top_worries_textarea::after {
    width: 4rem;
  }
}
.top_worries_textarea_inner {
  width: 100%;
  height: 100%;
  padding: 3.5rem;
  position: relative;
}
.top_worries_textarea_inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.6rem;
  aspect-ratio: 96 / 94;
  object-fit: contain;
  transform: rotate(180deg);
}

.top_worries_textarea_inner::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.6rem;
  aspect-ratio: 96 / 94;
  object-fit: contain;
  transform: rotate(90deg);
}
@media only screen and (max-width: 980px) {
  .top_worries_textarea_inner::before,
  .top_worries_textarea_inner::after {
    width: 4rem;
  }
}

.top_worries_img {
  aspect-ratio: 708 / 300;
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
}
.top_worries_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_worries_textarea_inner h3 {
  color: #cda86f;
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 980px) {
  .top_worries_textarea_inner h3 {
    text-align: center;
  }
}
.top_worries_textarea_inner li {
  list-style-type: none;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}
.top_worries_textarea_inner p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 980px) {
  .top_worries_textarea_inner li {
    font-size: 1.4rem;
  }
  .top_worries_textarea_inner p {
    font-size: 1.4rem;
  }
}

/*サービス*/
.top_service_section {
  max-width: 100vw;
  width: 100%;
  margin-bottom: 6rem;
}

.top_service_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.4rem;
}
@media only screen and (max-width: 980px) {
  .top_service_section {
    margin-bottom: 4rem;
  }
  .top_service_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
  }
}

.top_service_card {
  background-color: #fdfaf5;
  border: 3px solid #cda86f;
  padding: 0.8rem;
  min-height: 46rem;
}

.top_service_card_inner {
  border: 1px solid #cda86f;
  padding: 1.4rem;
  padding-top: 0.5rem;
  height: 100%;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
    flex-direction: column;
}

.top_service_card_heading {
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6.2rem;
}
.top_service_card_heading h3 {
  color: #cda86f;
  font-size: 1.9rem;
  text-align: center;
}
.top_service_card_heading_more {
  margin-top: auto;
  margin-bottom: 0;
}
.top_service_card_heading_more a {
  color: #fdfaf5;
  font-size: 1.2rem;
  background-color: #cda86f;
  border-radius: 21px;
  text-align: center;
  display: block;
  max-width: 15rem;
  padding: 5px 11px;
  margin-inline: auto;
  position: relative;
  transition: 0.2s;
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
}
@media only screen and (max-width: 980px) {
  .top_service_card_heading_more a {
    font-size: 1.4rem;
  }
}

.top_service_card_heading_more a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
  display: block;
  width: 6px;
  height: 7px;
  background: url("/wp-content/uploads/2024/04/3b6666194fac628fcaa243b23bfa6c45.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.top_service_card_heading_more a:hover {
  transition: 0.2s;
  opacity: 0.7;
}

.top_service_card_heading img {
  max-width: 30rem;
  width: 100%;
  aspect-ratio: 428 / 323;
  object-fit: contain;
}
.top_service_card_heading p {
  font-size: 1.2rem;
  line-height: 1.8;
}

/*エデン式深爪ケアスクール School*/
.top_school_section {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 6rem;
}
.top_school_inner {
  background-color: #fdfaf5;
  padding: 3.5rem;
}
.top_school_container {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
}
.top_school_textarea {
  font-size: 1.4rem;
  width: 47%;
}
@media only screen and (max-width: 980px) {
  .top_school_section {
    margin-bottom: 4rem;
  }
  .top_school_container {
    flex-direction: column;
  }
  .top_school_textarea {
    width: 100%;
  }
}

.top_school_img {
  max-width: 45.6rem;
  width: 100%;
  aspect-ratio: 652 / 347;
}
.top_school_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top_school_link,
.top_crowdfunding_link {
  margin-inline: auto;
  display: block;
  max-width: 22rem;
  background-color: #cda86f;
  color: #fdfaf5;
  text-align: center;
  position: relative;
  transition: 0.2s;
  border-radius: 3rem;
}
.top_school_link::after,
.top_crowdfunding_link::after {
  position: absolute;
  content: "";
  top: calc(50% - 0.5rem);
  right: 2.6rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("/wp-content/uploads/2024/04/3b6666194fac628fcaa243b23bfa6c45.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.top_school_link:hover,
.top_crowdfunding_link:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.top_school_link {
  max-width: 22rem;
  padding: 1.4rem 2.1rem;
  margin-top: 2.1rem;
}

.top_crowdfunding_link {
  max-width: 30rem;
  padding: 1.4rem 5rem;
  margin-top: 3rem;
}

/*ネイルエデンの３つの強み Strength*/
.top_strength_section {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 6rem;
}

.top_strength_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.4rem;
}
@media only screen and (max-width: 980px) {
  .top_strength_section {
    margin-bottom: 4rem;
  }
  .top_strength_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.4rem;
  }
}

.top_strength_card {
  background-color: #fdfaf5;
  border: 3px solid #cda86f;
  padding: 0.8rem;
  min-height: 20rem;
}

.top_strength_card_inner {
  border: 1px solid #cda86f;
  padding: 1.4rem;
  height: 100%;
  width: 100%;
}
.top_strength_card_heading {
  margin-bottom: 1rem;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.top_strength_card_heading h3 {
  color: #cda86f;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}
.top_strength_card_heading h3::before {
  position: absolute;
  content: attr(data-num);
  bottom: 0;
  left: -3.3rem;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Cinzel", "Noto Serif JP", serif;
}

.top_strength_card_heading p {
  font-size: 1.2rem;
}

/*施術例 Cases*/

.top_cases_section {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 6rem;
}

.top_cases_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.4rem;
  margin-bottom: 3.4rem;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
  .top_cases_section {
    margin-bottom: 4rem;
  }
  .top_cases_container {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.top_cases_card {
  min-height: 2.8rem;
  transition: 0.2s;
}
.top_cases_card:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.top_cases_card_img {
  width: 100%;
  aspect-ratio: 491 / 320;
  margin-bottom: 0.7rem;
}
.top_cases_card_img img {
  object-fit: cover;
    width: 100%;
    height: 100%;
}
.top_cases_card_time {
  font-size: 1.2rem;
  margin-right: 1.6rem;
}
.entry-label {
  border-radius: 3rem;
  display: inline-block;
  min-width: 12.3rem;
  color: #fdfaf5;
  padding: 0.2rem 0.7rem;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
}
.entry-label2 {
  border-radius: 3rem;
  border: 1px solid #CDA86F;
  display: inline-block;
  min-width: 12.3rem;
  color: #CDA86F;
  padding: 0.2rem 0.7rem;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
}

.top_cases_card_title h3 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 980px) {
  .top_cases_card_title h3 {
    font-size: 1.4rem;
  }
}

.top_cases_button {
  margin-inline: auto;
  display: block;
  max-width: 22rem;
  padding: 1.4rem 2.1rem;
  border-radius: 3rem;
  background-color: #cda86f;
  color: #fdfaf5;
  text-align: center;
  position: relative;
  transition: 0.2s;
}
.top_cases_button::after {
  position: absolute;
  content: "";
  top: calc(50% - 0.5rem);
  right: 2.6rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("/wp-content/uploads/2024/04/3b6666194fac628fcaa243b23bfa6c45.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.top_cases_button:hover {
  opacity: 0.7;
  transition: 0.2s;
}

/*お客様の声 Voice*/
.top_voice_section {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 980px) {
  .top_voice_section {
    margin-bottom: 4rem;
  }
}

.top_voice_container {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  gap: 1.6rem;
  background-color: #fdfaf5;
  padding: 1.4rem 3.5rem;
  margin-bottom: 1.4rem;
  transition: 0.2s;
}
.top_voice_container:hover {
  transition: 0.2s;
  opacity: 0.7;
}
@media only screen and (max-width: 980px) {
  .top_voice_container {
    flex-direction: column;
  }
}
.top_voice_left {
  max-width: 13.2rem;
  width: 100%;
  margin-inline: auto;
}

.top_voice_img {
  max-width: 5.7rem;
  aspect-ratio: 84 / 84;
  margin-inline: auto;
}

.top_voice_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top_voice_name {
  font-size: 1.4rem;
  text-align: center;
}

.top_voice_category {
  border-radius: 17px;
  background-color: #cda86f;
  color: #fdfaf5;
  padding: 0.2rem 0.7rem;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 1.4rem;
}

.top_voice_right p {
  font-size: 1.6rem;
  line-height: 2;
  padding-inline: 1.5rem;
}
@media only screen and (max-width: 980px) {
  .top_voice_right p {
    font-size: 1.4rem;
  }
}
.top_voice_right h3 {
  font-size: 1.6rem;
  border-bottom: #6a5b43 1px solid;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
}

/*コラム Column*/
.top_column_section {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 6rem;
}

.top_column_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.4rem;
  margin-bottom: 3.4rem;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
  .top_column_section {
    margin-bottom: 4rem;
  }
  .top_column_container {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.top_column_card {
  min-height: 2.8rem;
  transition: 0.2s;
}
.top_column_card:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.top_column_card_img {
  width: 100%;
  aspect-ratio: 491 / 320;
  margin-bottom: 0.7rem;
}
.top_column_card_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_column_card_time {
  font-size: 1.2rem;
  margin-right: 1.6rem;
}
.entry-label {
  border-radius: 3rem;
  display: inline-block;
  min-width: 12.3rem;
  color: #fdfaf5;
  padding: 0.2rem 0.7rem;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
}
@media only screen and (max-width: 639px) {
  .entry-label {
    min-width: 7.3rem;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
  }
}

.top_column_title h3 {
  font-size: 1.4rem;
}

.top_column_button {
  margin-inline: auto;
  display: block;
  max-width: 22rem;
  padding: 1.4rem 2.1rem;
  border-radius: 3rem;
  background-color: #cda86f;
  color: #fdfaf5;
  text-align: center;
  position: relative;
  transition: 0.2s;
}
.top_column_button::after {
  position: absolute;
  content: "";
  top: calc(50% - 0.5rem);
  right: 2.6rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("/wp-content/uploads/2024/04/3b6666194fac628fcaa243b23bfa6c45.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.top_column_button:hover {
  opacity: 0.7;
  transition: 0.2s;
}

/*よくある質問 Q&A*/
.top_qa_accordion {
  position: relative;
  width: 100%;
}
.top_qa_accordion-item {
  border: #cda86f 1px solid;
  background-color: #fdfaf5;
  margin-top: 2rem;
}
.top_qa_accordion-title {
  cursor: pointer;
  padding: 1.2rem 1.6rem;
  padding-right: 4rem;
}

.top_qa_accordion-title h3 {
  font-size: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 980px) {
  .top_qa_accordion-title h3 {
    font-size: 1.4rem;
  }
}
.top_qa_accordion-title span {
  border-radius: 50%;
  background-color: #cda86f;
  color: #fcf6ed;
  font-size: 1.4rem;
  width: 3.7rem;
  height: 3.7rem;
  text-align: center;
  display: inline-block;
  line-height: 3.7rem;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 980px) {
  .top_qa_accordion-title span {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin-right: 0.5rem;
  }
}
.top_qa_accordion-content {
  border-top: #cda86f 1px dashed;
  display: none;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  margin-inline: 1.6rem;
}
.top_qa_accordion-content p {
  font-size: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 980px) {
  .top_qa_accordion-content p {
    font-size: 1.4rem;
  }
}
.top_qa_accordion-content span {
  font-size: 1.4rem;
  border-radius: 50%;
  border: #cda86f 1px solid;
  color: #cda86f;
  text-align: center;
  line-height: 3.7rem;
  display: inline-block;
  width: 3.7rem;
  height: 3.7rem;
}

@media only screen and (max-width: 980px) {
  .top_qa_accordion-content span {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin-right: 0.5rem;
  }
}

.top_qa_accordion-title {
  position: relative;
}
.top_qa_accordion-title::after {
  background: #cda86f;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 1.86rem;
  top: calc(50% - 1px);
  transition: transform 0.2s;
  width: 2.6rem;
}

.top_qa_accordion-title::before {
  background: #cda86f;
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  right: 3.06rem;
  top: calc(50% - 1.3rem);
  transition: transform 0.2s;
  height: 2.6rem;
}
.top_qa_accordion-title.open::before {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 980px) {
  .top_qa_accordion-title::after {
    width: 1.8rem;
  }
  .top_qa_accordion-title::before {
    right: 2.66rem;
    top: calc(50% - 0.9rem);
    height: 1.8rem;
  }
}

/*アクセス Access*/
.top_access_container {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  gap: 3.6rem;
}
@media only screen and (max-width: 980px) {
  .top_access_container {
    flex-direction: column;
  }
}

.top_access_textarea {
  width: 48%;
}
@media only screen and (max-width: 980px) {
  .top_access_textarea {
    width: 100%;
  }
}

.top_access_table {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .top_access_table {
    display: block;
  }
  .top_access_table tbody {
    display: block;
  }
}

.top_access_table th,
.top_access_table td {
  border: none;
  font-size: 1.6rem;
  line-height: 1.5;
}

.top_access_table tr {
  border-bottom: 1px solid #707070;
  padding-top: 1.4rem;
  padding-bottom: 0.6rem;
}
@media only screen and (max-width: 980px) {
  .top_access_table th,
.top_access_table td {
  font-size: 1.4rem;
}
  .top_access_table tr {
    width: 100%;
    display: block;
  }
}
.top_access_table tr:last-child {
  border-bottom: none;
}
.top_access_table th {
  background-color: transparent;
  width: 20%;
  text-align: start;
}

@media only screen and (max-width: 980px) {
  .top_access_table th {
    width: 100%;
    display: block;
  }
}

.top_access_table td span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 980px) {
  .top_access_table td span {
    font-size: 1.2rem;
  }
}
.top_access_tel {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .top_access_tel[href^="tel:"] {
    pointer-events: none;
  }
}

.top_access_reservation {
  color: #cda86f;
  border-bottom: #cda86f 1px solid;
  transition: 0.2s;
}
.top_access_reservation:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.top_access_directions {
  margin-top: 3rem;
}

.top_access_directions h3 {
  border-bottom: 1px solid #707070;
  padding-bottom: 0.8rem;
  padding-left: 1em;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 980px) {
  .top_access_directions h3 {
    font-size: 1.4rem;
  }
}
.top_access_directions h3 img {
  width: 1.6rem;
  height: 2.5rem;
  object-fit: contain;
}

.top_access_directions ul li {
  line-height: 1.5;
  font-size: 1.6rem;
  padding-bottom: 0.7rem;
  padding-left: 1em;
  list-style-type: none;
}
@media only screen and (max-width: 980px) {
  .top_access_directions ul li {
    font-size: 1.4rem;
  }
}
.top_access_directions p {
  line-height: 1.5;
  font-size: 1.6rem;
  padding-bottom: 0.7rem;
  padding-left: 1em;
}
@media only screen and (max-width: 980px) {
  .top_access_directions p {
    font-size: 1.4rem;
  }
}
.top_access_map {
  aspect-ratio: 712 / 630;
  width: 46%;
}
@media only screen and (max-width: 980px) {
  .top_access_map {
    width: 100%;
  }
}
.top_access_map iframe {
  width: 100%;
  height: 100%;
}

/*contact*/
.top_contact_section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #FFFFFF;
}
@media (max-width: 980px) {
  .top_contact_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.top_contact_bunner {
  width: 100%;
  background-color: #fdfaf5;
  position: relative;
}
.top_contact_bunner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6.37rem;
  aspect-ratio: 96 / 94;
  background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(270deg);
}
.top_contact_bunner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.37rem;
  aspect-ratio: 96 / 94;
  background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.top_contact_inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1.6rem;
}
.top_contact_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 6.37rem;
  aspect-ratio: 96 / 94;
  background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.top_contact_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 6.37rem;
  aspect-ratio: 96 / 94;
  background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.top_contact_container {
  border: #cda86f 1px solid;
  padding: 2.5rem 5.6rem;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
@media only screen and (max-width: 980px) {
  .top_contact_container {
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem 4rem;
  }
}

.top_contact_left {
  border-right: 2px solid #cda86f;
  width: 24%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.top_contact_left h2 {
  color: #cda86f;
  font-size: 3.5rem;
}
@media only screen and (max-width: 980px) {
  .top_contact_left {
    border-right: none;
    border-bottom: 2px solid #cda86f;
    width: 100%;
  }
  .top_contact_left h2 {
    font-size: 2.4rem;
  }
}

.top_contact_center {
  width: 38%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
/*  align-items: center;*/
  flex-direction: column;
  padding-left: 20px;
}
@media only screen and (max-width: 980px) {
  .top_contact_center {
    width: 100%;
    padding-left: 0;
    align-items: center;
  }
}

.top_contact_tel,
.top_contact_mail {
  color: #cda86f;
  font-size: 2.5rem;
/*  text-align: center;*/
}
@media only screen and (max-width: 980px) {
  .top_contact_tel,
  .top_contact_mail {
    font-size: 2.2rem;
  }
}

/*@media (min-width: 768px) {
  .top_contact_tel[href^="tel:"] {
    pointer-events: none;
  }
}*/
.top_contact_tel img {
/*  width: 2.29rem;*/
	width: 1.1rem;
    aspect-ratio: 31 / 85;
    vertical-align: sub;
    margin-left: 9px;
    margin-right: 10px;
  object-fit: contain;
}
@media only screen and (max-width: 980px) {
  .top_contact_tel img {
/*    width: 1.5rem;*/
    margin-left: 0;
  }
}
.top_contact_mail img {
	width: 3rem;
    aspect-ratio: 9 / 7;
    vertical-align: middle;
    margin-right: 10px;
    object-fit: contain;
}
@media only screen and (max-width: 980px) {
  .top_contact_mail img {
    width: 2rem;
    margin-right: 5px;
  }
}

.top_contact_center span {
  text-align: center;
  font-size: 1rem;
}
.top_contact_right {
  width: 38%;
  display: flex;
  align-self: center;
}
@media only screen and (max-width: 980px) {
  .top_contact_right {
    width: 100%;
  }
}

.top_contact_right a {
  border-radius: 40px;
  background-color: #cda86f;
  color: #fdfaf5;
  padding: 2.1rem;
  max-width: 25rem;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-inline: auto;
  transition: 0.2s;
}
..top_contact_right a:hover {
  transition: 0.2s;
  opacity: 0.7;
}

.top_contact_right a img {
  width: 3.4rem;
  object-fit: contain;
  margin-right: 1rem;
}
@media only screen and (max-width: 980px) {
  .top_contact_right a {
    max-width: 20rem;
    font-size: 1.6rem;
  }
  .top_contact_right a img {
    width: 2rem;
  }
}

/*サイドメニュー*/
  .side-button {
    position: fixed;
    left: 0;
    top: 20%;
    transform: translateY(-20%);
    z-index: 11;
    display: flex;
    flex-direction: column;
    gap: 1px;
}
@media only screen and (max-width: 639px) {
  .side-button {
    flex-direction: row;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    align-items: stretch;
    background-color: #F9F8F7;
  }
}

.side-button_yoyaku{
  background-color: #CDA86F;
  padding: 1.5rem;
  color: #F9F8F7;
  font-size: 1.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  transition: 0.2s;
}
.side-button_yoyaku:hover {
  transition: 0.2s;
  opacity: 0.7;
}

.side-button_yoyaku img{
  width: 3rem;
  height: 3.1rem;
  object-fit: contain;
}
.side-button_yoyaku2{
  background-color: #BF9D68;
  padding: 1.5rem;
  color: #F9F8F7;
  font-size: 1.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  transition: 0.2s;
}
.side-button_yoyaku2 :hover {
  transition: 0.2s;
  opacity: 0.7;
}

.side-button_yoyaku2 img{
  width: 3rem;
  height: 3.1rem;
  object-fit: contain;
}
.side-button_tel{
  background-color: #DEBE8D;
  padding: 1.5rem;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.side-button_tel:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.side-button_tel img{
  width: 1rem;
  height: 3rem;
  object-fit: contain;
}
.side-button_contact{
  background-color: #E6D6BC;
  padding: 1.5rem;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.side-button_contact:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.side-button_contact img{
  width: 3.1rem;
  height: 3rem;
  object-fit: contain;
}
.side-button_school {
  background-color: #AA9575;
  padding: 1.5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #F9F8F7;
  font-size: 1.6rem;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  transition: 0.2s;
}
.side-button_school:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.side-button_school img{
  width: 3rem;
  height: 2.5rem;
  object-fit: contain;
}

@media only screen and (max-width: 639px) {
  .side-button_yoyaku,
  .side-button_yoyaku2,
  .side-button_school{
    writing-mode: horizontal-tb;
    font-size: 1.2rem;
    gap: 0.2rem;
  }
  .side-button_yoyaku,
  .side-button_yoyaku2,
  .side-button_school,
  .side-button_contact,
  .side-button_tel {
    flex-direction: row;
  }

  .side-button_yoyaku{
    width: 40%;
  }
  .side-button_yoyaku2{
    width: 40%;
  }
  .side-button_school{
    width: 30%;
  }
  .side-button_contact,
  .side-button_tel{
    width: 15%;
  }
  .side-button_yoyaku img{
    width: 2rem;
    height: 2.1rem;
  }
  .side-button_yoyaku2 img{
    width: 2rem;
    height: 2.1rem;
  }
  .side-button_contact img{
    width: 2rem;
    height: 2.1rem;
  }
  .side-button_tel img{
    width: 0.7rem;
    height: 2.1rem;
    object-fit: contain;
  }
  .side-button_school img{
    width: 2rem;
    height: 2.2rem;
  }
}

/*20240530 投稿一覧ページ 施術例　お客様の声　お知らせ*/
.listing_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
  row-gap: 3rem;
  margin-bottom: 3.4rem;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
.listing_container {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  row-gap: 2rem;
}
}

.listing_card {
min-height: 2.8rem;
transition: 0.2s;
background-color: #FFFFFF;
}

.listing_card:hover {
opacity: 0.7;
transition: 0.2s;
}

.listing_card_img {
width: 100%;
aspect-ratio: 491 / 320;
}

.listing_card_img img {
object-fit: cover;
width: 100%;
    height: 100%;
}
.listing_card_time {
font-size: 1.2rem;
margin-right: 1.6rem;
color: #CDA86F;
}
@media only screen and (max-width: 980px) {
  .listing_card_time {
    font-size: 1rem;
    }
}
.listing_card_title {
  margin-top: 1.2rem;
}
.listing_card_title h3 {
font-size: 1.6rem;
color: #CDA86F;
}
@media only screen and (max-width: 980px) {
  .listing_card_title h3 {
    font-size: 1.4rem;
    }
}
.listing_card_textarea{
  margin: 2.3rem 2.1rem;
}

@media only screen and (max-width: 980px) {
  .listing_card_title {
    margin-top: 0.6rem;
  }
    .listing_card_textarea{
      margin: 1.3rem 1rem;
    }
  }

  .listing_cat-button{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-inline: auto;
    margin-bottom: 5.6rem;
    max-width: 70rem;
    width: 100%;
    gap: 2rem;
  }

  .listing_cat-button a{
    transition: 0.2s;
  }

  .listing_cat-button a:hover {
    transition: 0.2s;
    opacity: 0.7;
  }

  @media only screen and (max-width: 980px) {
    .listing_cat-button{
      gap: 0.5rem;
      margin-bottom: 3rem;
    }
    }

    /*スクール school*/
    .content__section__school{
      max-width: 100vw;
      width: 100%;
      background-color: #FEFAF6;
    }
    .school-heading{
      position: relative;
      width: 100%;
      margin-top: 5.4rem;
      margin-bottom: 5.67rem;
    }
    .school-heading::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      display: block;
      max-width: 7rem;
      width: 100%;
      height: auto;
      aspect-ratio: 101 / 99;
      background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
      background-repeat: no-repeat;
      background-size: contain;
      transform: rotate(-90deg);
    }
    .school-heading::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      display: block;
      max-width: 7rem;
      width: 100%;
      height: auto;
      aspect-ratio: 101 / 99;
      background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
      background-repeat: no-repeat;
      background-size: contain;
    }

    .school-heading__inner {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 4.69rem;
      display: flex;
      display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .school-heading__inner::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      display: block;
      max-width: 7rem;
      width: 100%;
      height: auto;
      aspect-ratio: 101 / 99;
      background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
      background-repeat: no-repeat;
      background-size: contain;
      transform: rotate(180deg);
    }
    .school-heading__inner::after {
      position: absolute;
      content: "";
      bottom: 0;
      right: 0;
      display: block;
      max-width: 7rem;
      width: 100%;
      height: auto;
      aspect-ratio: 101 / 99;
      background: url("/wp-content/uploads/2024/04/2634fefd9b745aa48f169e9a26c89cf8.png");
      background-repeat: no-repeat;
      background-size: contain;
      transform: rotate(90deg);
    }

    .school-heading__title h2{
      font-size: 2rem;
      color: #CDA86F;
      margin-bottom: 1.4rem;
      text-align: center;
    }
    .school-heading__textarea {
      display: inline-block;
    }
    .school-heading__textarea li{
      font-size: 1.6rem;
      list-style-type: none;
    }
    @media only screen and (max-width: 980px) {
      .school-heading__textarea li{
        font-size: 1.4rem;
      }
    }
    .heading__title {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .heading__title__inner {
    display: inline-block;
    position: relative;
    }
    .heading__title__inner::after {
      position: absolute;
      content: "";
      bottom: -2.5rem;
      left: calc(50% - 5.5rem);
      display: block;
      width: 11.1rem;
      height: auto;
      aspect-ratio: 159 / 36;
      background: url("/wp-content/themes/rsmcpn/images/title_bottom_img.png");
      background-repeat: no-repeat;
      background-size: contain;
    }
    .heading__title__inner h2{
      font-size: 1.2rem;
      text-align: center;
      color: #CDA86F;
      font-weight: 600;
    }
    .heading__title__inner h3 {
      font-size: 3.6rem;
      text-align: center;
      color: #CDA86F;
      font-weight: 600;
    }
    @media only screen and (max-width: 980px) {
      .heading__title__inner h3 {
        font-size: 2.5rem;
      }
    }
    
    .school-profile {
      width: 100%;
    }
    
    .school-profile__container {
      margin-top: 3.2rem;
      display: flex;
      display: -webkit-flex;
      gap: 2.8rem;
      margin-bottom: 0.7rem;
    }

    @media only screen and (max-width: 980px) {
      .school-profile__container {
        flex-direction: column;
      }
    }
    
    .school-profile__img {
      max-width: 39.7rem;
      width: 100%;
      height: 100%;
      aspect-ratio: 568 / 645;    
    }
    
    .school-profile__textarea {
      width: 63%;
    }
    @media only screen and (max-width: 980px) {
      .school-profile__textarea {
        width: 100%;
      }
    }
    .school-profile__subheading {
      position: relative;
      margin-bottom: 1.1rem;
    }
    .school-profile__subheading::after {
      position: absolute;
      content: "";
      left: 0;
      top: calc(50% - 0.5px);
      display: block;
      width: 100%;
      height: 1px;
      background-color: #CDA86F;
      z-index: 0;
    }
    .school-profile__subheading h4 {
    font-size: 1.8rem;
    color: #CDA86F;
    font-weight: 600;
    background-color: #FEFAF6;
    display: inline-block;
    padding-right: 1.75rem;
    position: relative;
    z-index: 1;
    }
    .school-profile__subheading h4 span {
      font-size: 1.2rem;
      color: #CDA86F;
      font-weight: 600;
      margin-left: 0.7rem;
      }

      .school-profile__text {
        margin-bottom: 2rem;
      }
    .school-profile__text p {
    font-size: 1.6rem;
    }
    @media only screen and (max-width: 980px) {
      .school-profile__text p {
        font-size: 1.4rem;
        }
    }
    .school-profile__career {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-left: 1px solid #CDA86F;
    }
    
    .school-profile__career__li {
      padding-left: 2.35rem;
      margin-bottom: 0.8rem;
      position: relative;
      font-size: 1.4rem; 
      font-weight: 600;
      list-style-type: none;
    }
    .school-profile__career__li:last-child {
      margin-bottom: 0;
    }
    .school-profile__career__li::after {
      position: absolute;
      content: "";
      left: -0.45rem;
      top: calc(50% - 0.4rem);
      display: block;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 50%;
      background-color: #CDA86F; 
    }

    .school-profile__career__li span {
      position: relative;
      font-size: 1.4rem; 
      font-weight: 600;
      margin-right: 0.8rem;
      color: #CDA86F;
    }
    
    .school-features {
      max-width: 100vw;
      width: 100%;
      margin: 7rem auto;
    }
    .school-features .heading__textarea{
      margin-top: 6rem;
		margin-bottom:4rem;
    }
    .heading__textarea{
      font-size: 1.6rem;
      margin-bottom: 2.1rem;
    }
    @media only screen and (max-width: 980px) {
      .heading__textarea{
        font-size: 1.4rem;
      }
    }
    .school-features__container {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      gap: 4rem;
      row-gap: 3.5rem;
      flex-wrap: wrap;
		margin-bottom:3.5rem;
    }
.school-features__item h3 span {
		position: relative;
    }
.school-features__item h3 span::before {
  position: absolute;
  content: attr(data-num);
  bottom: -0.3rem;
  left: -3.9rem;
  font-size: 3rem;
  line-height: 1;
  font-family: "Cinzel", "Noto Serif JP", serif;
}

    @media only screen and (max-width: 980px) {
      .school-features__container {
        gap: 2rem;
        row-gap: 2rem;
      }
		.school-features__item h3 span::before {
  left: -2.5rem;
  font-size: 2rem;
}
    }

    .school-features__item {
      max-width: 31.5rem;
      width: calc(33% - 8rem);
      height: 100%;
    }
    @media only screen and (max-width: 980px) {
      .school-features__item {
        max-width: 31.5rem;
        width: calc(50% - 2rem);
        height: 100%;
      }
    }
    .school-features__item img {
      width: 100%;
      height: auto;
      aspect-ratio: 450 / 290;
      object-fit: cover;
      margin-bottom: 0.7rem;
    }
    .school-features__item h3 {
      color: #CDA86F;
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
    }
    @media only screen and (max-width: 980px) {
      .school-features__item h3 {
        font-size: 1.2rem;
      }
    }
/*スクール_Courseここから*/
.school-course {
      max-width: 100vw;
      width: 100%;
      margin-bottom: 7rem;
    }
.school-course__card {
    background-color: #fff;
  padding:2.5rem 2.8rem 2.5rem 3.5rem;
  border:  #CDA86F 3px solid;
margin-bottom: 2.8rem;
    align-items: center;
  position: relative;
}
.school-course__card::before {
  content: "";
  position: absolute;
  border: #CDA86F 1px solid;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
}
    @media only screen and (max-width: 980px) {
      .school-course__card {
        flex-direction: column;
        padding: 1.89rem 2rem 1.89rem 2rem;
        }
    }
    .school-course__card:nth-child(1) {
      margin-top: 7rem;
    }

    
      .school-course__card__textarea {
        width: 100%;
      }
    .school-course__card__textarea h3 {
      color: #CDA86F;
      font-size: 1.8rem;
      font-weight: 600;
		margin-bottom: 1.4rem;
    }
    .school-course__card__textarea p {
      font-size: 1.6rem;
      font-weight: 600;
    }
    @media only screen and (max-width: 980px) {
      .school-course__card__textarea {
        width: 100%;
      }
    .school-course__card__textarea h3 {
      font-size: 1.6rem;
    }
    .school-course__card__textarea p {
      font-size: 1.4rem;
    }
    }
/*スクール_Courseここまで*/

/*スクール_Youtubeここから*/
.school-youtube__wrap {
  margin: 5rem 0 8rem;
}
.school-youtube_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
	padding-bottom:3rem;
}
.school-youtube_container li {
  width: 45%;
}
.school-youtube_container li iframe {
  width: 100%;
  height: 350px !important;
}
@media only screen and (max-width: 980px) {
  .school-youtube_container {
    display: block;
  }
  .school-youtube_container li {
    width: 100%;
  }
  .school-youtube_container li:first-child {
    margin-bottom: 2rem;
  }
  .school-youtube_container li iframe {
    height: 250px !important;
  }
}
/*スクール_Youtubeここまで*/

    .school-schedule {
      max-width: 100vw;
      width: 100%;
      margin-bottom: 7rem;
    }
    
    .school-schedule__card {
    background-color: #fff;
    border: #CDA86F 1px solid;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 1.89rem 2.8rem 1.89rem 3.5rem;
    margin-bottom: 2.8rem;
    position: relative;
    }
    @media only screen and (max-width: 980px) {
      .school-schedule__card {
        flex-direction: column;
        padding: 1.89rem 2rem 1.89rem 2rem;
        }
    }
    .school-schedule__card::after {
      position: absolute;
      content: "";
      bottom: -2.1rem;
      left: calc(50% - 0.8rem);
      display: block;
      width: 1.6rem;
      height: 1.47rem;
      background: url("/wp-content/themes/rsmcpn/images/school/card-bottom_triangle.svg");
      background-size: contain;
      background-repeat: no-repeat;
      }
    .school-schedule__card:nth-child(1) {
      margin-top: 7rem;
    }
    .school-schedule__card:last-child:after {
      display: none;
      }

    .school-schedule__card__num {
    margin-right: 3.5rem;
    font-size: 3.1rem;
    color: #CDA86F;
    font-weight: 600;
    }
    @media only screen and (max-width: 980px) {
      .school-schedule__card__num {
        margin-right: 0;
        margin-bottom: 1rem;
        font-size: 2rem;
        text-align: center;
        }
    }
    
    .school-schedule__card__img {
    max-width: 25.2rem;
    width: 100%;
    aspect-ratio: 360 / 199;
    height: auto;
    margin-right: 2.1rem;
    }
    @media only screen and (max-width: 980px) {
      .school-schedule__card__img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        }
    }

    .school-schedule__card__img img {
      object-fit: cover;
      }
    
      .school-schedule__card__textarea {
        width: 63%;
      }
    .school-schedule__card__textarea h3 {
      color: #CDA86F;
      font-size: 1.3rem;
      font-weight: 600;
    }
    .school-schedule__card__textarea p {
      font-size: 1.4rem;
      font-weight: 600;
    }
    @media only screen and (max-width: 980px) {
      .school-schedule__card__textarea {
        width: 100%;
      }
    .school-schedule__card__textarea h3 {
      font-size: 1.4rem;
    }
    .school-schedule__card__textarea p {
      font-size: 1.2rem;
    }
    }
    
    .school-schedule {
      max-width: 100vw;
      width: 100%;
      margin-bottom: 7rem;
    }
    
    .school-schedule__container {
      width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5.6rem;
    align-items: center;
    margin-top: 5.39rem;
    }
    @media only screen and (max-width: 980px) {
      .school-schedule__container {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        }
    }
    
    .school-schedule__item {
    width: 100%;
    height: 100%;
    }
    
    .school-schedule__img {
    width: 100%;
    height: auto;
    aspect-ratio: 453 / 261;
    margin-bottom: 1.0rem;
    }
    .school-schedule__img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
    
    .school-schedule__fukidashi {
      width: 100%;
      background-color: #CCB899;
      padding: 1.4rem;
      position: relative;
      margin-bottom: 2rem;
    }
    .school-schedule__fukidashi::after {
      position: absolute;
      content: "";
      bottom: -15.3px;
      left: calc(50% - 11px);
      display: block;
      width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 15.4px solid #CCB899;
  border-bottom: 0;
    }
    .school-schedule__fukidashi h3 {
    color: #FDFAF5;
    font-size: 1.4rem;
    text-align: center;
    }
    @media only screen and (max-width: 980px) {
      .school-schedule__fukidashi h3 {
        font-size: 1.2rem;
        }
    }
    .school-schedule__textarea p {
    color: #6A5B43;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    }
    @media only screen and (max-width: 980px) {
      .school-schedule__textarea p {
        font-size: 1.4rem;
        }
    }
    
    .school-schedule__name {
    font-size: 1.4rem;
    text-align: center;
    color: #6A5B43;
    margin-bottom: 0.7rem;
    }
    @media only screen and (max-width: 980px) {
      .school-schedule__name {
        font-size: 1.2rem;
        }
    }
    .school-schedule__more{
      display: flex;
      display: -webkit-flex;
      align-items: center;
    }
    .school-schedule__more a {
    margin-inline: auto;
    display: block;
    max-width: 9rem;
    width: 100%;
    padding: 0.3rem 1rem;
    background-color: #CDA86F;
    border-radius: 21px;
    color: #FDFAF5;
    font-size: 1.4rem;
    position: relative;
    transition: 0.2s;
		text-align:center;
    }
    @media only screen and (max-width: 980px) {
      .school-schedule__more a {
        font-size: 1.2rem;
        }
    }
    .school-schedule__more a::after {
      position: absolute;
      content: "";
      top: calc(50% - 3.5px);
      right: 1rem;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 7px solid #FDFAF5;
      border-right: 0;

    }
    .school-schedule__more a:hover {
      transition: 0.2s;
      opacity: 0.7;
      }

      .school-consultation {
        margin-bottom: 5.67rem;
      }

      .school-consultation_link {
        margin-inline: auto;
        display: block;
        max-width: 35rem;
        padding: 1.4rem 2.1rem;
        border-radius: 3rem;
        background-color: #cda86f;
        color: #fdfaf5;
        text-align: center;
        position: relative;
        transition: 0.2s;
        margin-top: 2.1rem;
        transition: 0.2s opacity;
        position: relative;
      }
      .school-consultation_link::after {
        position: absolute;
        content: "";
        top: calc(50% - 0.5rem);
        right: 2.6rem;
        display: block;
        width: 1rem;
        height: 1rem;
        background: url("/wp-content/uploads/2024/04/3b6666194fac628fcaa243b23bfa6c45.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .school-consultation_link:hover {
      opacity: 0.7;
      transition: 0.2s opacity;
    }
    /*nail ネイル*/
    .content__section__nail {
      max-width: 100vw;
      width: 100%;
      background-color: #FEFAF6;
      padding-top: 7rem;
      margin-bottom: 3.5rem;
    }
    .nail-menu {
      max-width: 100vw;
      width: 100%;
      margin-bottom: 3.5rem;
    }
    .nail-menu__links{
      margin-bottom: 4.9rem;
    }
    .nail-menu__container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 9rem;
      margin-top: 5.6rem;
    }
    @media only screen and (max-width: 980px) {
      .nail-menu__container {
        gap: 1rem;
      }
    }
    .nail-menu__item {
    width: 100%;
    transition: 0.2s;
    }
    .nail-menu__item:hover {
      transition: 0.2s;
      opacity: 0.7;
    }
    
    .nail-menu__img {
    width: 100%;
    height: auto;
    aspect-ratio: 396 / 299;
    }
    .nail-menu__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-bottom: 1.4rem;
    }
    
    .nail-menu__title h3 {
      text-align: center;
      color: #A99575;
      font-size: 1.8rem;
      font-weight: 600;   
    }
    @media only screen and (max-width: 980px) {
      .nail-menu__title h3 {
        font-size: 1.4rem;
      }
    }
    
    .nail-correction {
      max-width: 100vw;
      width: 100%;
    }
    
    .nail-correction__inner {
    background-color: #FFFFFF;
    width: 100%;
    padding-bottom: 1.89rem;
    margin-bottom: 4.9rem;
    }
    
    .nail-heading {
    background-color: #A99575;
    padding: 1.2rem;
    margin-bottom: 1.68rem;
    }
    .nail-heading h2 {
      text-align: center;
      color: #FDFAF5;
      font-size: 2rem;
      font-weight: 600;
      position: relative;
    }
    
    .nail-heading__price {
    color: #FDFAF5;
    font-size: 1.2rem;
    font-weight: 600;
    position: absolute;
    content: "";
    top: calc(50% - 0.6rem);
    right: 11vw;
    }
    
    .nail-correction__container {
    display: flex;
    display: -webkit-flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    }
    @media only screen and (max-width: 980px) {
      .nail-correction__container {
        flex-direction: column;
        justify-content: center;
        margin-inline: 0.5rem;
        }
    }
    
    .nail-correction__textarea {
    width: 66%;
    margin-left: 1rem;
    }
    @media only screen and (max-width: 980px) {
      .nail-correction__textarea {
        width: 100%;
        margin-left: 0;
        }
    }
    .nail-correction__textarea p {
      color: #6A5B43;
      font-size: 1.6rem;
      font-weight: 600;
		padding-left: 40px;
      }
      @media only screen and (max-width: 980px) {
        .nail-correction__textarea p {
          color: #6A5B43;
          font-size: 1.4rem;
          padding-left: 20px;
          padding-right: 20px;
          }
      }
    .nail-correction__img {
    max-width: 33rem;
    width: 100%;
    aspect-ratio: 473 / 255;
    }
    .nail-correction__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      }
    
    .nail-correction__flow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3.85rem;
    margin-left: 3.15rem;
    margin-bottom: 3.5rem;
    }

    @media only screen and (max-width: 980px) {
      .nail-correction__flow {
        grid-template-columns: 1fr 1fr;
        margin-left: 1.7rem;
        margin-right: 2rem;
        gap: 2.5rem;
        row-gap: 3rem;
        }
    }
    
    .nail-correction__flow__item {
      background-color: #FFFFFF;
      filter: drop-shadow(3px 3px 6px rgba(106,91,67,0.16));
      position: relative;
    }
        
    .nail-correction__flow__item::after {
      position: absolute;
      content:attr(data-num);
      top: -3.15rem;
      left: -3.15rem;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      width: 6.3rem;
      height: 6.3rem;
      border-radius: 50%;
      color: #FDFAF5;
      font-size: 2.8rem;
      font-weight: 600;
      background-color: #CDA86F;
    }
    @media only screen and (max-width: 980px) {
      .nail-correction__flow__item::after {
        top: -1.7rem;
        left: -1.7rem;
        width: 3.4rem;
        height: 3.4rem;
        font-size: 2rem;
      }
    }

    .nail-correction__flow__item::before {
      position: absolute;
      content: "";
      right: -30.8px;
      top: calc(50% - 7px);
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 14px solid #6A5B43;
      border-right: 0;
    }
    @media only screen and (max-width: 980px) {
      .nail-correction__flow__item::before {
        right: -15px;
        }
    }
    .nail-correction__flow__item:last-child {
      margin-right: 0; 
    }
    .nail-correction__flow__item:last-child::before {
      display: none;
    }
    
    .nail-correction__flow__img {
    width: 100%;
    height: auto;
    aspect-ratio: 330 / 215;
    }
    .nail-correction__flow__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .nail-correction__flow__textarea {
    padding: 1.1rem 1.4rem 2.2rem 1.4rem;
    }

    .nail-correction__flow__textarea p {
      font-size: 1.4rem;
      font-weight: 600;
      color: #6A5B43;
      line-height: 1.7;
    }
    @media only screen and (max-width: 980px) {
      .nail-correction__flow__textarea p {
        font-size: 1.2rem;
      }
    }
    
    .nail-price {
      max-width: 100vw;
      width: 100%;
      padding-top: 3.5rem;
      padding-bottom: 4.9rem;
      background-color: #FCF3E8;
    }
    
    .nail-price__links {
    margin-top: 7rem;
    margin-bottom: 3.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3.6rem;
    }
    @media only screen and (max-width: 980px) {
      .nail-price__links {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        }
    }
    
    .nail-price__link {
    background-color: #CDA86F;
    border-radius: 37px;
    padding: 1.75rem;
    color: #FDFAF5;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    transition: 0.2s;
    }
    @media only screen and (max-width: 980px) {
      .nail-price__link {
        padding: 1rem;
        font-size: 1.4rem;
        }
    }
    .nail-price__link:hover {
      transition: 0.2s;
      opacity: 0.7;
    }
    
    .nail-price_white {
    background-color: #FCF8F1;
    padding-top: 1.4rem;
    padding-bottom: 4.2rem;
    }
    
    .nail-price__title {
    border-bottom: #6A5B43 2px solid;
    padding-bottom: 1.7rem;
    margin-bottom: 2.4rem;
    }
    .nail-price__title h2 {
      text-align: center;
      color: #6A5B43;
      font-size: 2.4rem;
      font-weight: 600;
    }
    @media only screen and (max-width: 980px) {
      .nail-price__title h2 {
        font-size: 2rem;
      }

    }
    .nail-price__sub-title {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.1rem;
      margin-top: 3.5rem;
    }

    .nail-price__sub-title:nth-child(1) {
      margin-top: 0;
    }

    .nail-price__sub-title h2 {
    color: #6A5B43;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    position: relative;
    }
    @media only screen and (max-width: 980px) {
      .nail-price__sub-title h2 {
        font-size: 1.8rem;
        }
    }
    .nail-price__sub-title h2::before {
      position: absolute;
      content: "";
      left: -16.8rem;
      top: calc(50% - 0.05rem);
      display: block;
      width: 14rem;
      height: 0.1rem;
      background-color: #707070;
    }
    .nail-price__sub-title h2::after {
      position: absolute;
      content: "";
      right: -16.8rem;
      top: calc(50% - 0.05rem);
      display: block;
      width: 14rem;
      height: 0.1rem;
      background-color: #707070;
    }
    @media only screen and (max-width: 980px) {
      .nail-price__sub-title h2::before {
        left: -8rem;
        width: 8rem;
      }
      .nail-price__sub-title h2::after {
        right: -8rem;
        width: 8rem;
      }
    }
    
    .nail-table__wrapper {
      width: 100%;
    }
    .nail-table{
      width: 100%;
      border: none;
    }
    @media only screen and (max-width: 769px) {
      .nail-table__wrapper {
        overflow-x: scroll;
      }
      .nail-table{
        width: 980px;
      }
    }

    .nail-table td {
      padding: 1.4rem;
      padding-right: 2.8rem;
      border: 0;
      font-size: 1.6rem;
      color: #6A5B43;
      text-align: center;
      border-collapse: collapse;
      background-color: #FDFAF5;
    }
    @media only screen and (max-width: 980px) {
      .nail-table td {
        font-size: 1.4rem;
      }
    }
    .nail-table td tr:nth-child(2) td{
      border-top: 1px solid #595959;
    }
    .nail-table td:last-child {
      padding-right: 1.4rem;
    }
    .nail-table td.nail-table__left-td {
      border-left: 1px solid #595959;
      width: 39%;
    }    
    .nail-table td.nail-table__right-td {
      border-right: 1px solid #595959;
      width: 23%;
    }
    .nail-table td.nail-table__bottom-td {
      border-bottom: 1px solid #595959;

    }

    .nail-table td .nail-table__price {
      font-size: 1.8rem;
    }
    .nail-table td .nail-table__price span {
      font-size: 1.6rem;
    }
    .nail-table td p {
      font-size: 1.6rem;
    }
    .nail-table td p span {
      font-size: 1.4rem;
    }

    table.nail-table th{
      background: none;
      border: 0;
      padding: 0;
    }
    table.nail-table th h3 {
      font-size: 1.6rem;
      color: #FDFAF5;
      font-weight: 600;
      text-align: center;
    }
    table.nail-table a {
		text-decoration: underline;
		color:#CDA86F
    }

    @media only screen and (max-width: 1080px) {
      table.nail-table th h3{
        font-size: 1.4rem;
      }
      .nail-table td{
        font-size: 1.2rem;
      }
      .nail-table td .nail-table__price {
        font-size: 1.6rem;
      }
      .nail-table td .nail-table__price span {
        font-size: 1.4rem;
      }
      .nail-table td p {
        font-size: 1.4rem;
      }
      .nail-table td p span {
        font-size: 1.2rem;
      }
    }

    .nail-table th.nail-table__left {
      width: 25%;
      height: 100%;
      background: #A99575;
      position: relative;
    }
    .nail-table th.nail-table__left::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      display: block;
      width: 5.6px;
      height: 100%;
      background-color: #FCF3E8;
    }
    .nail-price_white .nail-table th.nail-table__left::after {
      background-color: #FCF8F1;
    }
    .nail-table th.nail-table__left h3 {
      padding: 1.4rem;
      padding-right: 2.1rem;
      padding-left: 1.6rem;
      text-align: start;
      font-size: 1.8rem;
    }
    @media only screen and (max-width: 980px) {
      .nail-table th.nail-table__left h3 {
        font-size: 1.6rem;
      }
    }

    .nail-table th.nail-table__heading h3 {
      background: #CDA86F;
      margin-right: 1.4rem;
      padding-top: 1.4rem;
      padding-bottom: 1.4rem;
    }
    th.nail-table__heading:last-child h3 {
      margin-right: 0;
    }

    .nail-table td.nail-table__blank{
      border: none;
      background-color: transparent;
    }

    th.nail-table__text_border {
      position: relative;
    }
    th.nail-table__text_border::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 1.6rem;
      display: block;
      width: calc(100% - 4.1rem);
      height: 1px;
      background-color: #FCF6ED;
    }

    td.nail-table__text_border {
      position: relative;
    }
    td.nail-table__text_border::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 2.05rem;
      display: block;
      width: calc(100% - 5.5rem);
      height: 1px;
      background-color: #707070;
    }
    td.nail-table__text_border:last-child::before {
      width: calc(100% - 4.1rem);
    }

    .nail-table__none{
      position: relative;
    }
    .nail-table__none::after{
      position: absolute;
      content: "";
      top: calc(50% - 0.5px);
      right: calc(50% - 15%);
      display: block;
      width: 30%;
      height: 1px;
      background-color: #707070;
    }
    
    .nail-voice {
      max-width: 100vw;
      width: 100%;
      padding-top: 4.2rem;
      padding-bottom: 4.9rem;

    }
    
    .nail-voice__container {
      width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5.6rem;
    align-items: center;
    margin-top: 5.39rem;
    }
    @media only screen and (max-width: 980px) {
      .nail-voice__container {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        }
    }
    
    .nail-voice__item {
    width: 100%;
    height: 100%;
    }
    
    .nail-voice__img {
    width: 100%;
    height: auto;
    aspect-ratio: 453 / 261;
    margin-bottom: 1.0rem;
    }
    .nail-voice__img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
    
    .nail-voice__textarea p {
    color: #6A5B43;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    }
    @media only screen and (max-width: 980px) {
      .nail-voice__textarea p {
        font-size: 1.4rem;
        }
    }
    
    .nail-voice__name {
    font-size: 1.4rem;
    color: #6A5B43;
    margin-bottom: 0.7rem;
    }
    .nail-voice__name span.entry-label2 {
      margin-left: 2.1rem;
      font-size: 1.4rem;
    }
    @media only screen and (max-width: 980px) {
      .nail-voice__name {
        font-size: 1.2rem;
        }
        .nail-voice__name span.entry-label2 {
          margin-left: 1rem;
          font-size: 1.2rem;
        }
    }

    .nail-voice__more{
      display: flex;
      display: -webkit-flex;
      align-items: center;
    }
    .nail-voice__more a {
    margin-inline: auto;
    display: block;
    max-width: 9rem;
    width: 100%;
    padding: 0.3rem 1rem;
    background-color: #CDA86F;
    border-radius: 21px;
    color: #FDFAF5;
    font-size: 1.4rem;
    position: relative;
    transition: 0.2s;
    }
    @media only screen and (max-width: 980px) {
      .nail-voice__more a {
        font-size: 1.2rem;
        }
    }
    .nail-voice__more a::after {
      position: absolute;
      content: "";
      top: calc(50% - 3.5px);
      right: 1rem;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 7px solid #FDFAF5;
      border-right: 0;

    }
    .nail-voice__more a:hover {
      transition: 0.2s;
      opacity: 0.7;
      }

/* 2025-04-09  */
.nail-menu__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3.85rem;
  margin-top: 5.6rem;
}
.nail-menu__item-img {
width: 100%;
transition: 0.2s;
}
.top_contact_right {
  width: 60%;
  gap: 0.8rem;
  margin-left: 3rem;
}
.top_contact_right a {
  padding: 2.0rem 0.6rem;
  max-width: 30rem;
  font-size: 1.6rem;
}
.btn_small__mail {
  margin-right: 0.6rem;
}
.header_mail.right-btn {
  margin-right: 2.1rem;
}
@media only screen and (max-width: 980px) {
  .nail-menu__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 5.6rem;
  }
  .top_contact_right {
      flex-direction: column;
      width: 100%;
      gap: 0.8rem;
      margin-left: 0;
  }
}
/* 2025-05-19 */
.footer .footer_navi .section-navi {
  gap: 2.3rem;
}
.top_contact_mail {
  font-size: 1.6rem;
}
.top_contact_center {
  width: 45%;
}
@media only screen and (max-width: 980px) {
  .top_contact_center {
    width: 100%;
  }
  .top_contact_mail {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 400px) {
  .top_contact_mail {
    font-size: 1.2rem;
  }
}
/* 2025-07-02 */
.footer .footer_sns-inner {
  width: 13%;
}
.footer .footer_sns-inner .footer_sns-instagram {
  list-style: none;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  text-align: center;
	}
.footer .footer_sns-inner .footer_sns {
  list-style: none;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  justify-content: flex-start;
	}
.footer .footer_sns-inner .footer_sns li {
  padding: 0 12px;
  width: auto;
}
.footer .footer_sns-inner .footer_sns li:last-child {
  padding: 3px 5px 0 8px;
}
.footer .footer_sns-inner .footer_sns-instagram li {
  padding: 0 5px;
  font-size: 0.8rem;
}
.footer .footer_sns-inner .footer_sns li img {
	width: 30px;
	min-width: 30px;
}
.footer .footer_sns-inner .footer_sns-instagram li a,
.footer .footer_sns-inner .footer_sns li a {
  display: block;
}

.footer .footer_sns-inner .footer_sns li img.tiktok-img {
	width: 35px;
	min-width: 35px;
}
.footer .footer_sns-inner .footer_sns-instagram li img {
	width: 30px;
	min-width: 25px;
}
.footer .footer_navi .section-navi {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .footer .footer_sns-inner {
    width: 100%;
	  margin: 20px 0;
  }
  .footer .footer_sns {
	  margin: 0;
  }
  .footer .footer_sns-inner .footer_sns-instagram {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .footer_sns-inner .footer_sns {
    justify-content: center;
    }
  .footer .footer_sns-inner .footer_sns li {
    padding: 0 5px;
    width: auto;
  }
  .footer .footer_sns-inner .footer_sns li:last-child {
    padding: 3px 3px 0 9px;
	  margin-left: 3px;
  }
  .footer .footer_sns-inner .footer_sns-instagram li {
    padding: 0 5px;
    font-size: 0.8rem;
  }
  .footer .footer_sns-inner .footer_sns-instagram li img {
    width: 25px;
    min-width: 25px;
  }
  .footer .footer_sns-inner .footer_sns li img {
    width: 25px;
    min-width: 25px;
  }
}

/*休業のお知らせ*/
dialog{
	padding: 0 20px 20px;
	height:400px;
	width:90%;
	max-width:750px;
	border: 2px solid #cda86f;
	border-radius:10px;
	text-align: center;
	background:rgba(255,255,255,0.95);
	outline:none;
}
dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.5);
}
dialog div{
	color: #cda86f;
	display:flex;
	justify-content:center;
	flex-direction:column;
	height: 100%;
}
dialog div h2{
	font-size:34px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
	dialog div h2{
		font-size:20px;
	}
}
dialog div p{
	font-size:22px;
	line-height:2;
}
dialog div p br.sp{
	display:none;
}
@media only screen and (max-width: 639px) {
	dialog div p{
		font-size:16px;
	}
	dialog div p br.sp{
		display:block;
	}
}
dialog .close {
  	width: 30px;
	height: 30px;
  	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	display:block;
}
dialog .close::before,
dialog .close::after {
	content: "";
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #cda86f;
	border-radius: 2px;
	position: absolute;
    top: 50%;
    left: 50%;
    translate: -50%;
}
dialog .close::before {
	transform: rotate(45deg);
}
dialog .close::after {
	transform: rotate(-45deg);
}

.floatBnr{
	position:fixed;
	bottom:-100px;
	right:30px;
	background:#cda86f;
	border: 2px solid #cda86f;
	border-radius:10px;
	z-index:10000;
	opacity: 0;
	transition: all 0.8s ease;
}
@media only screen and (max-width: 639px) {
	.floatBnr{
		width:100vw;
		right:0;
		border-radius:0;
	}
}
.floatBnr.show { 
	bottom: 30px;
	opacity: 1; 
}
@media only screen and (max-width: 639px) {
	.floatBnr.show {
		bottom:0;
	}
}
.floatBnr div{
	padding:20px;
	color: #fff;
}
.floatBnr div h2{
	font-size:18px;
}
.floatBnr div p{
	font-size:14px;
}
@media only screen and (max-width: 639px) {
	.top_component_01.sp{
		overflow-x:hidden;
	}
}
