/****************************************
		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: "Zen Maru Gothic", 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: #171717;
}
body {
  font-size: 1.6rem;
}
/**
  * 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] {
  /* 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);
  z-index: 99;
}
.header .header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.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;
}
:root {
  --en01: "Academy Engraved LET", sans-serif;
  --en02: "Lusitana", serif;
  --shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  --shadow-white: 0px 3px 6px rgba(255, 255, 255, 1);
  --text-brown01: #815717;
  --light-pink: #fdf7f7;
  --kakugo: "Zen Kaku Gothic New", sans-serif;
}
.ja02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.en01 {
  font-family: "Academy Engraved LET", sans-serif;
}
.en02 {
  font-family: "Lusitana", serif;
}
.header {
  width: 100%;
  z-index: 99;
  background: #fdf7f7;
  position: fixed;
  top: 0;
  left: 0;
}
.header .section-navi .navi_current {
  margin-left: 40px;
}
.header::after {
  content: "";
  width: 100%;
  height: calc(40 / 1440 * 100vw);
  background: url(/wp-content/uploads/2025/08/header-bg.svg) no-repeat bottom center / cover;
  position: absolute;
  top: calc(100% - 1px);
  z-index: -1;
  left: 0;
}
.header-link-btn {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .header-link-btn {
    margin-bottom: 24px;
    margin-top: 16px;
  }
  .item {
    margin-bottom: 16px;
  }
  .header .section-navi .navi_current {
    text-align: center;
  }
}
.btn01 {
  width: 284px;
  height: 69px;
  border-radius: 5px;
  background: linear-gradient(#a07739 0%, #c59c4b 49.26%, #a07739 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: white;
  font-weight: 500;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
 
 
}
.btn01::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0%;
    width: 100%;
    height: 300%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(25deg) translateX(-150%);
    transition: all 0.5s ease;
  }
.btn01:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px) scale(1.03);
  background: linear-gradient(#c59c4b 0%, #a07739 49.26%, #c59c4b 100%);
}
.btn01:hover::before{
  transform: rotate(25deg) translateX(150%);
}
.btn02 {
  transition: all 0.5s ease;
}
.btn02:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px) scale(1.03);
  }
  

.header-link-btn .item a {
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 44px;
  font-family: "Zen Maru Gothic";
}
.header-link-btn .link-line a {
  border: 2px solid #a07739;
  background-color: white;
  border-radius: 5px;
}
.header-link-btn .link-line a::before {
  content: "";
  background: url(/wp-content/uploads/2025/08/icon-line.png) no-repeat center/contain;
  width: 2em;
  height: 2em;
  margin-right: 0.3em;

  color: #a07739;
}
.header-link-btn .contact a::before {
  content: "";
  background: url(/wp-content/uploads/2025/08/icon-mail.png) no-repeat center/contain;
  width: 2em;
  height: 2em;
  margin-right: 0.3em;
}
.top_component_01__catch {
  color: #815717;
  font-weight: 400;
  text-shadow: var(--shadow-white);
}
.top_component_01__catch .h1-ttl {
  font-family: var(--en01);
  font-size: clamp(30px, calc(64 / 1440 * 100vw), 64px);

  margin-bottom: 24px;
  line-height: 2;
  text-shadow: var(--shadow-white);
}
.top_component_01__catch .mid-ttl {
  font-size: clamp(24px, calc(33 / 1440 * 100vw), 33px);

  margin-bottom: 16px;
  text-shadow: var(--shadow-white);
}
.top_component_01__catch .mv-text {
  font-size: 1.6rem;
  text-shadow: var(--shadow-white);
}
.top_component_01__catch .header .header_inner_top .header_right_bottom {
  display: flex;
}

.header .header_inner_top .header_tel {
  margin-right: 32px;
  display: flex;
  display: -webkit-flex;
  align-items: 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 .header_navi {
  background-color: #fff;
  color: #343e47;
  border-top: none !important;
  border-bottom: none !important;
  font-size: 1.6rem;
  /*font-family: var(--en02);*/
  font-family: "Zen Maru Gothic", sans-serif;
}
.header .section-navi {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  position: relative;
  margin-right: 40px;
}
.header .section-navi .navi_current {
  width: auto;
  text-align: center;
  background: #fff;
  transition: background-color 0.1s;
  /*    border-right: 1px solid #ddd; */
}
.header .section-navi .navi_current:hover {
  background: #0d3292;
  color: #fff;
  border-right: #0d3292;
  transition: background-color 0.5s liner;
}
.header .section-navi .navi_current > a {
  display: block;
  padding: 16px 0;
}
.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;
  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;
  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: 49px;
  margin-top: -22px;
  display: none;
}
.header_humb {
  cursor: pointer;
}

.hamburger-icon {
  display: inline-block;
  width: 30px;
  height: 24px;
  position: relative;
  transition: all 0.3s ease;
}

.hamburger-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.hamburger-icon span:nth-child(1) {
  top: 0;
}

.hamburger-icon span:nth-child(2) {
  top: 10px;
}

.hamburger-icon span:nth-child(3) {
  top: 20px;
}

/* バツマークへの変化 */
.hamburger-icon.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.hamburger-icon.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

/*
 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ここまで
 */

.section {
  padding: 100px 0;
}
.section h2 {
  width: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .section {
    padding: 56px 0;
  }
  .section h2 {
    width: 140px;
  }
}
/* concept */
.concept {
  position: relative;
  background: url(/wp-content/uploads/2025/10/top-concept.png) no-repeat top center/cover;

  -webkit-mask-image: url(/wp-content/uploads/2025/08/concept-mask.png);
  mask-image: url(/wp-content/uploads/2025/08/concept-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--light-pink);
  margin-top: calc(-43 / 1440 * 100vw);
  z-index: 2;
}
.concept .contents-wrapper,
.guide .contents-wrapper {
  justify-content: space-between;
}
.guide .contents-wrapper{
  margin-bottom: 56px;
}
.concept .img-wrapper,
.guide .img-wrapper {
  width: 50%;
  box-shadow: var(--shadow);
  overflow: hidden;
  border-radius: 10px;
}
.concept .img-wrapper img,
.guide .img-wrapper img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept .text-wrapper,
.guide .text-wrapper {
  width: calc(50% - 24px);
}
.concept .text-wrapper h3,
.guide .text-wrapper h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.flex {
  display: flex;
}
.ta-c {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .concept {
    margin-top: calc(-43 / 375 * 100vw);
  }
  .concept .contents-wrapper,
  .guide .contents-wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
  .concept .img-wrapper,
  .guide .img-wrapper {
    width: 100%;
  }
  .concept .text-wrapper,
  .guide .text-wrapper {
    width: 100%;
  }
}
/* feature */
.feature {
  background: var(--light-pink);
}
.feature .component_inner_textonly {
  margin-bottom: 40px;
	text-align:center;
}
@media screen and (max-width: 639px) {
  .feature .component_inner__box {
    flex-direction: column;
  }
  .feature .component_inner__box__article {
    width: 100%;
  }
}
/* flow */
.flow {
  background: url(/wp-content/uploads/2025/10/top-flow.png) no-repeat center/cover;
  padding-bottom: 160px;
}
.flow .component_inner_textonly {
  margin-bottom: 40px;
	text-align:center;
}
.flow .flow-contents {
  list-style: none;
  column-gap: 32px;
	row-gap: 32px;
	flex-wrap: wrap;
	width:90%;
	margin:0 auto;
	justify-content: center;
}
.flow .flow-contents .item {
  background-color: white;
  border-radius: 10px;
  border: 2px solid var(--text-brown01);
  padding: 24px 16px;
  position: relative;
  box-shadow: var(--shadow);
	width: 31%;
}
.flow .flow-contents .item img {
  display: block;
  max-width: 56px;
  margin: 20px auto;
}
.flow .flow-contents .item h3 {
  margin-bottom: 8px;
}
.flow .flow-contents .item .text {
  font-size: 1.4rem;
}
.flow .flow-contents .item:not(:last-child)::after {
  content: "";
  background: var(--text-brown01);
  width: 21px;
  display: inline-block;
  height: 21px;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flow .flow-contents .step-num {
  color: var(--text-brown01);
  font-family: var(--en02);
  font-size: 2rem;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 16px;
  text-align: center;
  text-decoration-thickness: 1px;
}
.flow .flow-contents .step-num span {
  font-size: 3rem;
}
@media screen and (max-width: 639px) {
  .flow {
    padding-bottom: 100px;
  }
  .flow .flow-contents {
    flex-direction: column;
    row-gap: 32px;
	width:100%;
}
.flow .flow-contents .item {
	width: 100%;
}
  .flow .flow-contents .item:not(:last-child)::after {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
/* menu */
.menu {
  background-color: var(--light-pink);
  position: relative;
}
.menu .component_inner_menu {
  margin-bottom: 40px;
	text-align:center;
}
.menu .btn01 {
  width: 284px;
  height: 70px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: var(--kakugo);

  display: grid;
  place-content: center;
}
.menu::before {
  content: "";
  background: url(/wp-content/uploads/2025/08/menu-top.svg) no-repeat center top/cover;
  width: 100%;
  height: calc(79 / 1440 * 100vw);
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}
.menu .menu-wrapper h3 {
  color: var(--text-brown01);
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  padding-bottom: 4px;
  padding: 0 4px;
  margin: 0 auto 40px;
  width: fit-content;
}
.menu .menu-wrapper h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--text-brown01);
  bottom: 0;
  left: 0;
  position: absolute;
}
.menu .menu-wrapper h3 span::before {
  content: "";
  background: url(/wp-content/uploads/2025/08/icon-art.png) no-repeat center/contain;
  display: inline-block;
  width: 2em;
  height: 1.2em;
  vertical-align: text-bottom;
  margin-right: 0.2em;
}
.menu .menu-wrapper.menu-skin h3 span::before {
  background: url(/wp-content/uploads/2025/08/icon-skin.png) no-repeat center/contain;
}
.menu .menu-wrapper:not(:last-child) {
  margin-bottom: 120px;
}
.menu .menu-list {
  margin-bottom: 56px;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  row-gap: 32px;
  max-width: 680px;
  margin: 0 auto 56px auto;
}
.menu .menu-list .item {
  position: relative;
  font-family: var(--kakugo);
  background: white;
  border-radius: 10px;
  border: 2px solid var(--text-brown01);
  width: 324px;
  height: 90px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow);
}
.menu .menu-list .item:hover {
  transform: translateY(-6px);
}
.menu .menu-list .item a {
  display: flex;
  align-items: center;
  padding: 16px;
  width: 100%;
  height: 100%;
}
.menu .menu-list .item .img-wrapper {
  width: 50px;
  height: 50px;
  margin-right: 24px;
}
.menu .menu-list .item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu .menu-list .item::after {
  content: "";
  background: url(/wp-content/uploads/2025/08/icon-arrow.png) no-repeat center/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  transform: translateY(-50%);
}
.menu .menu-list2 {
  margin-bottom: 56px;
  flex-wrap: wrap;
  list-style: none;
	display:flex;
	align-items: stretch;
  justify-content: space-between;
  row-gap: 20px;
}
.menu .menu-list2 .item {
  position: relative;
  font-family: var(--kakugo);
  background: white;
  border-radius: 10px;
  border: 2px solid var(--text-brown01);
  width: 18.8%;
  transition: all 0.3s ease;
  box-shadow: var(--shadow);
}
.menu .menu-list2 .item:hover {
  transform: translateY(-6px);
}
.menu .menu-list2 .item a {
	display:block;
	font-size:1.4rem;
	line-height:1.4;
  padding: 10px 0;
  width: 100%;
  height: 100%;
	display: flex;
	align-items:center;
	justify-content: center;
	text-align:center;
}
.menu .menu-skin .component_inner_textonly {
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .menu .menu-list {
    row-gap: 0;
  }
  .menu .menu-list .item {
    width: 100%;
  }
	.menu .menu-list2 {
    row-gap: 2px;
}
	.menu .menu-list2 .item {
    width: 48%;
  }
  .menu .menu-list .item a {
    padding: 16px 56px;
  }
}
/* faq */
.faq {
  background: url(/wp-content/uploads/2025/10/top-faq.png) no-repeat center/cover;
  padding-bottom: calc(100px + 112 / 1440 * 100vw);
}
.faq .component_inner_textonly {
  margin-bottom: 40px;
	text-align:center;
}
.faq .faq-link-list {
  display: flex;
  column-gap: 24px;
  justify-content: center;
  list-style: none;
}
.faq .faq-link-list .item {
  width: 284px;
  height: auto;
  border: 2px solid var(--text-brown01);
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq .faq-link-list .item:hover {
  transform: translateY(-6px);
}

.faq .faq-link-list .item h3 {
  margin-bottom: 16px;
  text-align: center;
}
.faq .faq-link-list .item img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: 0 auto;
}
.faq .faq-link-list .item a {
  display: flex;
  flex-direction: column;
  padding: 16px;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .faq .faq-link-list {
    flex-direction: column;
  }
  .faq .faq-link-list .item {
    width: 100%;
  }
}
/* staff */
.staff {
  background: var(--light-pink);
  position: relative;
  padding-top: 0;
}
.staff::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0%;
  width: 100%;
  height: calc(112 / 1440 * 100vw);
  background: url(/wp-content/uploads/2025/08/staff-top.png) no-repeat center top / cover;
  display: block;
}
.staff .component_inner_textonly {
  margin-bottom: 40px;
	text-align:center;
}
.staff .flex-wrapper {
  justify-content: space-between;
  align-self: flex-start;
  margin-bottom: 64px;
}
.staff .flex-wrapper .left-box {
  width: calc(460 / 1040 * 100%);
}
.staff .flex-wrapper .left-box .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 460/280;
  margin-bottom: 16px;
}
.staff .flex-wrapper .left-box .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff .flex-wrapper .left-box .name {
  font-size: 3rem;
}
.staff .btn01 {
  width: 207px;
  height: 50px;
  margin: 0 auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staff .flex-wrapper .right-box {
  width: calc(550 / 1040 * 100%);
}
.staff .flex-wrapper .right-box h4 {
  color: var(--text-brown01);
  font-size: 2.5rem;
  margin-bottom: 8px;
}
.staff .flex-wrapper .right-box .text {
  margin-bottom: 16px;
}
@media screen and (max-width: 639px) {
  .staff .flex-wrapper {
    flex-direction: column;
  }
  .staff .flex-wrapper .left-box {
    width: 100%;
  }
  .staff .flex-wrapper .right-box {
    width: 100%;
  }
}
/* guide */
.guide {
  background: url(/wp-content/uploads/2025/10/top-guide.png) no-repeat center/cover;
  padding-bottom: 160px;
}
.guide .btn01 {
  width: 284px;
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .guide {
    padding-bottom: 100px;
  }
}
/* info */
.info {
  background: var(--light-pink);
  position: relative;
}
.info::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0%;
  background: url(/wp-content/uploads/2025/08/info-top.png) no-repeat center top/cover;
  width: 100%;
  height: calc(66 / 1440 * 100vw);
  z-index: 2;
}
.info .contents-wrapper {
  column-gap: 32px;
  display: flex;
  justify-content: space-between;
}
.info h3 {
  font-size: 2rem;
  margin-bottom: 16px;
  align-items: center;
}
.info h3 img {
  width: 100px;
  display: inline-block;
  margin-right: 15px;
}
.info .left-box {
  width: calc(50% - 32px);
}
.info .left-box dl div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.info .left-box dl dt {
  width: 7em;
  flex-shrink: 0;
  border-right: 1px solid var(--text-brown01);
}
.info .left-box dl dd {
  width: calc(100% - 7em);
}
.info dt,
.info dd {
  padding: 8px;
  /* font-weight: 500; */
}
.info .right-box {
  width: 50%;
}

.info .right-box .iframe-wrapper {
  width: 100%;
  aspect-ratio: 526/560;
  border-radius: 10px;
  overflow: hidden;
}
.info .right-box .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 639px) {
  .info .contents-wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
  .info .left-box {
    width: 100%;
  }
  .info .right-box {
    width: 100%;
  }
  .info h3 img {
    width: 50px;
  }
  .info h3 {
    font-size: 2rem;
  }
	.info .right-box .iframe-wrapper {
  aspect-ratio: 526/300;
}
}
/* insta */
.insta {
  background: var(--light-pink);
}
/* contact */
.contact {
  background: url(/wp-content/uploads/2025/10/top-contact.png) no-repeat center / cover;
}
.contact .contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  list-style: none;
}
.contact .contact-list .item a {
  width: 338px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .contact-list .item a span {
  display: flex;
}
.contact .contact-list .item.reserve span::before {
  content: "";
  background: url(/wp-content/uploads/2025/08/icon-calendar.png) no-repeat center/contain;
  width: 2em;
  height: 2em;
  display: inline-block;
  position: relative;
  margin-right: 0.2em;
}
.contact .contact-list .item.contact span::before {
  content: "";
  background: url(/wp-content/uploads/2025/08/icon-mail.png) no-repeat center/contain;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin-right: 0.2em;
}
@media screen and (max-width: 639px) {
  .contact .contact-list {
    flex-direction: column;
  }
}
/* footer */
.footer .inner {
}
.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__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.top_component_01__catch {
  position: absolute;
  height: 100%;

  width: 100%;
  padding: 0 calc(104 / 1440 * 100vw);
  z-index: 2;
  color: #815717 !important;
  display: flex;
  display: -webkit-flex;
  align-items: center;

  text-align: left;
  margin-top: calc(100 / 1440 * 100vw);
}
.top_component_01 img {
  width: 100%;
  position: relative;
}
.top_component_01 img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: (255, 255, 255, 0.47);
}

.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: 1040px;
  margin: 0 auto;
}
.component_inner__title {
  padding-bottom: 72px;
  text-align: center;
}
.component_inner__title h2 {
  font-size: 4rem;
}
.component_inner__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.component_inner__box__article {
  display: block;
  width: 31%;
  margin-bottom: 40px;
	pointer-events: none;
}
.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;
  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;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: left;
  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;
  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: flex;
  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: flex;
  justify-content: space-between;
  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: flex;
  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;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mid_component_06 .component_inner__box__article__wrap:hover .imgcover img {
  transform: scale(1.1);
}
.mid_component_07 .component_inner__box {
  display: block;
}
.mid_component_07 .component_inner__box__article {
  width: 100%;
  display: flex;
  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: flex;
  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: flex;
  justify-content: space-between;
}
.mid_component_08 .component_inner__box__article.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: flex;
  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: flex;
  justify-content: space-between;
}
.mid_component_09 .component_inner__box__article.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: flex;
  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: flex;
  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;
  flex-wrap: nowrap;
  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;
  flex-wrap: nowrap;
  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: flex;
  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;
  flex-wrap: nowrap;
  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;
  padding-top: 20px;
}
.footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer_banner {
  max-width: 1240px;
  margin: 0px auto;
  padding-top: 40px;
}
.footer_banner ul {
  justify-content: center;
  display: -moz-flex;
  display: flex;
  list-style: none;
}
.footer .footer_bottom .footer_inner {
  display: block;
  padding: 20px;
}
.footer_banner li {
  max-width: 300px;
  padding: 0 4px;
}
.footer_banner li span {
  display: block;
  padding: 16px 4px 0 4px;
}
.footer .footer_logo {
  width: 183px;

  text-align: center;
}
.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;
  justify-content: center;
  justify-content: flex-end;
}
.footer .footer_sns li {
  padding: 0 4px;
  font-size: 1.8rem;
}
.footer .footer_navi {
  margin: 0 auto;
}
.footer .footer_navi .section-navi {
  list-style: none;
  column-gap: 32px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /*font-family: var(--en02);*/
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
}
.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;
}
.footer .footer_navi .section-navi .navi_current .navigate__hide li {
  padding-top: 16px;
}
.footer .footer_bottom {
  background: #ccc;
  padding: 8px 0;
  margin-top: 48px;
  position: relative;
}
.footer_other {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_other p,
.footer_other ul {
  width: 33.3%;
}
.footer_other p a {
  display: inline-block;
  padding-right: 16px;
}
.footer .footer_copyright {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .footer .footer_inner {
    flex-direction: column;
    row-gap: 32px;
  }
}
/*
 *
 * 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: flex;
  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%;
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
  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: #fff;
}

.column_dt_component_01 .maincolumn {
  width: initial;
  width: 100%;
  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 a:hover {
  opacity: 0.8;
}

.column_dt_component_01 .category_list_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 0 16px;
}
.column_dt_component_01 .category_list {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
.category_list li a {
  display: inline-block;
  padding: 5px 24px;
  background-color: #1e73be;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 1.6rem;
}

.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 .figure {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  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 > a,
.column_dt_component_01 .figure 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;
  padding-top: 2px;
}
/*
 *
 * 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;
  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;
}
.btn_small__mail:hover {
  opacity: 0.8;
}
.imgcover {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imgcover img {
  width: 100%;
  transition: transform 0.2s linear;
}
.imgcover img:hover {
  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: flex;
    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%;
  }
  .footer_banner {
    max-width: 890px;
  }
  .footer_banner ul {
    justify-content: center;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    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 {
    position: absolute;
    bottom: 0px;
    right: 24px;
  }
}
@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: 34px;
    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 {
    flex-direction: column;
  }
  .header-link-btn {
    flex-direction: column;
  }
  .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;
  }

  .column_dt_component_01 .category_list {
    gap: 10px;
  }
  .category_list li a {
    font-size: 1.4rem;
  }

  .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: 8px 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);
    -o-object-fit: cover;
    object-fit: cover;
  }
  #wpadminbar {
    top: -46px !important;
  }
  .top_component_02__catch img {
    max-width: 100%;
    max-height: 30%;
    height: calc(30vh);
    -o-object-fit: cover;
    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;
}
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}
.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 .**
 *
 */

/*==================================
 contents-ttl
===================================*/
.contents-ttl {
	color:#A07739;
	font-size:5rem;
}
.top_component_02__catch__bg__catch span {
	color:#A07739;
	font-size:2rem;
}
@media screen and (max-width: 639px) {
	.contents-ttl {
		padding-top:10px;
	font-size:3rem;
}
.top_component_02__catch__bg__catch span {
	font-size:1.5rem;
}
}
/* screen */
@media screen and (min-width: 640px) {
	.pc_only {
		display:inline-block;
	}
	.sp_only {
		display:none;
	}
}
@media screen and (max-width: 639px) {
	.pc_only {
		display:none;
	}
	.sp_only {
		display:inline-block;
	}
}
/*==================================
 Staff
===================================*/
.doctor {
  background: url(/wp-content/uploads/2025/10/top-faq.png) no-repeat center/cover;
  padding-bottom: 160px;
}
.doctor .contents-wrapper {
  justify-content: space-between;
}
.doctor .contents-wrapper{
  margin-bottom: 56px;
}
.doctor .img-wrapper {
  width: 50%;
  box-shadow: var(--shadow);
  overflow: hidden;
  border-radius: 10px;
}
.doctor .img-wrapper img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctor .text-wrapper {
  width: calc(50% - 24px);
}
.doctor .text-wrapper h3 {
	color:#A07739;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 7px;
}
.doctor .text-wrapper h4 {
	color:#A07739;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.staff_content {
  max-width: 825px;
  margin: 0 auto;
}
.staff_content p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.staff_content p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.staff_content p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
.staff_list {
	list-style:none;
	display: grid;
	gap: 0px 20px;
	grid-template-columns: repeat(2, 1fr);
}
.staff_list li {
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background:#fff;
	padding:10px;
	margin-bottom:20px;
}
.staff_list li dl {
	padding: 0 5px;
}
.staff_list li dt,
.staff_list li dd {
	padding:0;
}
.staff_list li .img {
	margin-bottom:15px;
}
.staff_list li .img img {
	width:100%;
}
.staff_list li .job {
	color:#A07739;
}
.staff_list li dt {
	font-size:2.8rem;
	font-weight:600;
	margin:15px 0 35px:
}
.inline_wrap {
	width:90%;
	height:90%;
	max-width:900px;
	padding:0 5%;
}
.inline_inner {
	display: flex;
justify-content: space-between;
	padding-top:5%;
}
.inline_inner .img {
	width:43%;
}
.inline_inner .img img {
	width:100%;
}
.staff_inline_content {
	width:53%;
}
.staff_inline_content .job {
	color:#A07739;
}
.staff_inline_content dt {
	font-size:3.5rem;
	font-weight:600;
	margin:15px 0 35px:
}
.staff_inline_content h4 {
	color:#A07739;
	padding-bottom:10px;
	border-bottom:1px solid #A07739;
	margin:20px 0 10px;
}
.staff_inline_content table {
	border:none;
}
.staff_inline_content th {
	padding:5px 10px 5px 0;
	min-width:60px;
}
.staff_inline_content td {
	padding:5px 0;
}
.staff_inline_content th,
.staff_inline_content td {
	font-weight:normal;
	margin-bottom:5px;
	background:none;
	border:none;
}
.staff_inline_content li {
	list-style: none;
}
.staff_inline_content li{
  display: flex; /* 点とリストを横並びに */
  align-items: center; /* 垂直方向に中央揃い */
}

.staff_inline_content li::before{
 content: "⚫︎"; 
 color: #A07739;
 font-size: 0.6em;
 margin-right: 1em;
}
.staff_inline_list {
	padding-bottom:5%;
	list-style:none;
	margin-top:20px;
	display: grid;
	gap: 3%;
	grid-template-columns: 31.3% 31.3% 31.3%;
}
.staff_btn a {
	width: 160px;
	padding:10px 0;
    margin: 30px auto 10px;
    font-size: 1.2rem;
    font-family: var(--kakugo);
    display: grid;
    place-content: center;
	border-radius: 5px;
    background: linear-gradient(#a07739 0%, #c59c4b 49.26%, #a07739 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: white;
    font-weight: 500;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 639px) {
	  .doctor {
    padding-bottom: 100px;
  }
  .doctor .contents-wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
  .doctor .img-wrapper {
    width: 100%;
  }
  .doctor .text-wrapper {
    width: 100%;
  }
.staff_list {
	display:block;
}
	.staff_list > li {
		margin-bottom:20px;
	}
	.inline_inner {
	display:block;
}
.inline_inner .img,
.staff_inline_content{
	width:100%;
}
	.staff_inline_list {
		margin-bottom:0px;
	display: block;
}
	.staff_inline_list li {
		width:100%;
		margin-bottom:10px;
}
	.staff_inline_list li img {
		width:100%;
	}
}
/* title_style */
.title_style {
	color:#A07739 !important;
	font-size:3rem;
	font-weight:500;
	margin-bottom:25px;
}
.title_style02 {
	color:#A07739;
	font-size:3rem;	
	font-weight:500;
display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
	margin-bottom:20px;
}
.title_style02:before, .title_style02:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.title_style02:before {
  margin-right: 1em; /* 文字の右隣 */
}
.title_style02:after {
  margin-left: 1em; /* 文字の左隣 */
}
.title_style03 {
	color:#A07739;
	font-weight:800;
	padding: 1rem 2rem;
  border-left: 4px solid #A07739;
}
.title_style04 {
	width:400px;
	color:#A07739;
	position: relative;
    padding: 1rem 0;
	margin:0 auto 50px;
    border-bottom: 1px solid #A07739;
    background-size: 10px 10px, 100% 100%;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
.title_style04:before,
.title_style04:after {
    position: absolute;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}
.title_style04:before {
    top: 100%;
    border: 11px solid;
    border-color: transparent;
    border-top-color: #A07739;
    margin-left: -1px;
}
.title_style04:after {
    top: 99%;
    border: 10px solid;
    border-color: transparent;
    border-top-color: #FDF7F7;
    margin-left: 0px;
}
.title_style05 {
	color:#A07739;
	font-size: 3rem;
    font-weight: 400;
    text-align: center;
  position: relative;
  text-align: center; /* 文字の中央寄せ */
}
.title_style05::before {
  background-color: #A07739; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 2px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 60px; /* 線の長さ */
}
@media screen and (max-width: 639px) {
.title_style {
	font-size:2.2rem;
	font-weight:500;
	margin-bottom:15px;
}
	.title_style02 {
	font-size:2rem;	
}
.title_style02:before, .title_style02:after {
  width: 1.5em; /* 線の長さ */
}
.title_style02:before {
  margin-right: 0.5em; /* 文字の右隣 */
}
.title_style02:after {
  margin-left: 0.5em; /* 文字の左隣 */
}
.title_style04 {
	width:100%;
	margin:0 auto 30px;
    font-size: 2rem;
}
.title_style04:before {
    top: 100%;
    border: 14px solid;
    border-color: transparent;
    border-top-color: #A07739;
    margin-left: -14px;
}
.title_style04:after {
    top: 99%;
    border: 13px solid;
    border-color: transparent;
    border-top-color: #FDF7F7;
    margin-left: -13px;
}
.title_style05 {
	font-size: 2rem;
}
}
/*==================================
 ABOUT
===================================*/

/* about */
.about_content {
	display: flex;
justify-content: space-between;
	margin:20px 0 50px;
	line-height:1.5;
}
.flex_left {
	flex-direction:row-reverse;
}
.about_content .about_text_wrap,
.about_content .about_img {
	width:48%;
}
.about_content .about_img img {
	width:100%;
}
.about_slider p {
	text-align:center;
	color:#A07739 !important;
	font-weight:700;
}
.about_slider .dots-class {
	list-style:none;
}
.about_slider .dots-class button {
    display: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.about_slider .dots-class {
    display: flex;
    justify-content: center;
}
.about_slider .dots-class li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #A07739;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.about_slider .dots-class li.slick-active {
    background-color: #A07739;
}
.about_slider .dots-class li:hover {
    background-color: #A07739;
}
.about_slider .dots-class li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 639px) {
	.about_content {
	display: block;
}
	.about_content .about_text_wrap {
		margin-bottom:15px;
	}
.about_content .about_text_wrap,
.about_content .about_img {
	width:100%;
}
  .about_feature .component_inner__box {
    flex-direction: column;
  }
  .about_feature .component_inner__box__article {
    width: 100%;
  }
}
/* about_feature */
.about_feature {
	position:relative;
  background:#fff;
}
.about_feature::before {
content: "";
    position: absolute;
    bottom: 100%;
    left: 0%;
    background: url(/wp-content/uploads/2025/09/about-top.png) no-repeat center top / cover;
    width: 100%;
    height: calc(66 / 1440 * 100vw);
    z-index: 2;
}
.about_feature .component_inner_textonly {
  margin-bottom: 40px;
}
.about_feature .component_inner__box__article__ttl {
	color:#A07739;
}
@media screen and (max-width: 639px) {
  .about_feature .component_inner__box {
    flex-direction: column;
  }
  .about_feature .component_inner__box__article {
    width: 100%;
  }
}
/* about_feature */
.guide .component_inner_textonly {
	text-align:center;
	line-height:1.5;
}
.guide .item h3 {
	color:#A07739;
	text-align:center;
}
/* payment */
.payment {
  background:#fff;
	padding-bottom:200px;
}
.payment .payment_img {
	width:85%;
	margin:0 auto;
}
.payment .payment_img img {
	width:100%;
}
.payment .component_inner_textonly {
	text-align:center;
	line-height:1.8;
}
.payment .title_style02 {
	margin:60px 0 30px;
}
.download_btn_wrap {
	text-align:center;
	margin-top:80px;
}
.download_btn a {
 display: block;
    width: 270px;
	margin:0 auto 10px;
    box-sizing: border-box;
	border-radius: 10px;
	border:1px solid #A07739;
    background:url(/wp-content/uploads/2025/09/download-icon.png) no-repeat 20px center / 30px auto;
    padding: 15px 15px 15px 60px;
    text-align: center;
}
.download_btn a:hover {
	color:#A07739;
	transition: 0.7s;
}
.payment .title_style03 {
	margin:50px 0 20px;
}
.info .left-box02 {
  width: calc(50% - 32px);
}
.info .left-box02 dl div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.info .left-box02 dl dt {
	color:#A07739;
  width: 7em;
  flex-shrink: 0;
}
.info .left-box02 dl dd {
  width: calc(100% - 7em);
}
.info .left-box02 dl dd img {
	padding-top:7px;
}
.info .left-box02 .business-day {
	padding:25px 0;
}
.info .recruit_banner {
	margin:100px 0 40px;
}
.info .recruit_banner a:hover {
	transition: 0.7s;
	opacity: 0.7; 
}
@media screen and (max-width: 639px) {
	.payment {
	padding-bottom:40px;
}
  .payment .payment_img {
	width:100%;
	margin:0 auto;
}
	.payment .title_style02 {
	margin:30px 0 20px;
}
	.download_btn_wrap {
	margin-top:40px;
}
	.payment .title_style03 {
	margin:30px 0 15px;
}
	.info .left-box02 {
  width: 100%;
}
	.info .left-box02 .business-day {
	padding:10px 0;
}
	.info .recruit_banner {
	margin:30px 0 10px;
}
}
/* artmake */
.artmake {
  background:#fff;
}
.reason .component_inner_textonly {
  margin-bottom: 40px;
}
.reason .component_inner__box__article__ttl {
	color:#A07739;
}
.reason .component_inner__box__article__ttl {
	color:#A07739;
	text-align:center;
}
.reason .reason_text {
	text-align:center;
	line-height:1.5;
}
.reason_list {
	margin:50px 0;
	display: grid;
	gap: 2%;
	grid-template-columns: 49% 49%;
	list-style:none;
}
.reason_list li {
	margin-bottom:20px;
}
.reason_list li dt {
	color:#A07739;
	font-weight:600;
	font-size:2rem;
}
.reason_list li dt span {
	font-size:3.5rem;
	padding-right:5px;
}
.menu .menu_list_btn {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  row-gap: 32px;
  max-width: 680px;
  margin: 0 auto 56px auto;
}
.menu .menu_list_btn li {
  position: relative;
  background: white;
  border-radius: 10px;
  width: 324px;
  height: 90px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 639px) {
  .menu .menu_list_btn li {
    width: 100%;
  }
}
.menu .menu_list_btn li a {
	display:block;
	padding:30px 0;
	text-align:center;
	width:100%;
	border:1px solid #A07739;
	border-radius: 10px;
	position: relative;
}
.menu .menu_list_btn li a::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #A07739;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.menu .menu_list_btn li a::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 27px;
}
.menu .menu_list_btn li a:hover {
	background:#FDF7F7;
	transition: 0.7s;
}
.menu .menu_list_btn .menu_blow_btn {
    background: url(/wp-content/uploads/2025/09/menu_blow_btn.png) no-repeat 20px center;
}
.menu .menu_list_btn .menu_lip_btn {
    background: url(/wp-content/uploads/2025/09/menu_lip_btn.png) no-repeat 20px center;
}
.menu .menu_list_btn .menu_eyeline_btn {
    background: url(/wp-content/uploads/2025/09/menu_eyeline_btn.png) no-repeat 20px center;
}
.menu .menu_list_btn .menu_hairline_btn {
    /* background: url(/wp-content/uploads/2025/09/menu_hairline_btn.png) no-repeat 20px center; */
    background: url(/wp-content/uploads/2025/08/menu03.png) no-repeat 20px center;
    background-size: 46px;
}
.menu #menu_blow,
.menu #menu_lip,
.menu #menu_eyeline,
.menu #menu_hairline {
	padding-top:80px;
}
.menu .menu_box {
	margin:60px 0;
}
.menu .menu_box .about_content {
	padding-bottom:50px;
}
.menu .menu_box_title {
	color:#fff;
	background:#C59C4B;
	font-size:1.5rem;
	padding:10px;
	text-align:center;
	display:block;
	border-radius: 25px;
	margin-bottom:40px;
}
.menu_list_check {
	margin:50px 0 20px 50px;
	display: grid;
	gap: 2%;
	grid-template-columns: 49% 49%;
	list-style-image: url("/wp-content/uploads/2025/09/check-icon.png");
}
.menu_list_check li {
	margin-bottom:20px;
}
.menu_list_merit {
	margin:30px 0 40px;
	display: grid;
	gap: 2%;
	grid-template-columns: 49% 49%;
	list-style:none;
}
.list_merit {
  width: 100%;
    margin: 0 auto;
    border: 1px solid #DF8585;
    color: #333333;
}
.list_demerit {
  width: 100%;
    margin: 0 auto;
    border: 1px solid #85C9DF;
    color: #333333;
}
.list_merit h4 {
	display:inline-block;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -25px;
    left: 35%;
	text-align:center;
	line-height:1;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #DF8585;
	font-size:4rem;
    font-weight: 600;
    vertical-align: top;
}
.list_demerit h4 {
	display:inline-block;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -25px;
    left: 35%;
	text-align:center;
	line-height:1;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #85C9DF;
	font-size:4rem;
    font-weight: 600;
    vertical-align: top;
}
.list_merit h4 span,
.list_demerit h4 span {
	font-size:1.2rem;
	padding-top:0;
	margin-top:-30px;
}
.list_merit p,
.list_demerit p {
    margin: 0;
    padding: 0 2.5em 2em;
	line-height:1.7;
}
@media screen and (max-width: 639px) {
  .reason .component_inner__box {
    flex-direction: column;
  }
  .reason .component_inner__box__article {
    width: 100%;
  }
	.reason_list {
	margin:30px 0;
	display: block;
}
	.reason_list li:not(:last-child) {
		margin-bottom:20px;
	}
	.reason_img img {
		width:100%;
	}
	.menu .menu_list_btn {
	display: block;		
}
	.menu .menu_list_btn li {
		margin-bottom:15px;
	}
.menu #menu_blow,
.menu #menu_lip,
.menu #menu_eyeline,
.menu #menu_hairline {
	padding-top:30px;
}
	.menu .menu_box {
	margin:30px 0;
}
	.menu_list_check {
	margin:20px 0 10px 0px;
	display: block;
}
.menu_list_check li {
	margin-bottom:10px;
}
.menu_list_merit {
	margin:20px 0 20px;
	display: block;
}
.list_merit h4 {
	font-size:3rem;
    left: 35%;
	}
.list_demerit h4 {
	font-size:3rem;
    left: 30%;
	}
.list_merit {
    margin: 0 auto 50px;
}
.list_merit h4 span,
.list_demerit h4 span {
	margin-top:-50px;
}
.list_merit p,
.list_demerit p {
    margin: 0;
    padding: 0 1em 1em;
	line-height:1.7;
}
}
/*====================================================================
.accordion_one
====================================================================*/
.accordion-box {
	position: relative;
	margin:0 auto;
}
.accordion-box label {
	height: 0px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	font-size: 1.5rem;
	position: absolute;
	bottom: 0;
	width: 100%;
  
	/* 以下グラデーションは「背景が白」に併せて設定しています */	
	background: #fff;
}
.accordion-box input:checked + label {
	background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
	content: "詳細を見る"; /* ラベルの文字 */
	letter-spacing: .05em;
	line-height: 2.5rem;
	position: absolute;
	bottom: 5px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width:250px;
	border:1px solid #A07739;
	border-radius: 10px;
	padding:15px 0;
}
.accordion-box label:before {
	color:#fff;
	content: "↓";
	font-weight: 700;
	position: absolute;
	bottom: 22px;
	right: 27%;
	-webkit-transform: translate(-140px, 0);
	transform: translate(-140px, 0);
	background-color: #A07739;
	z-index: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.accordion-box input {
	display: none;
}
.accordion-box .accordion-container {
	overflow: hidden;
	height: 0px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box input:checked + label {
	/* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
	content: "閉じる";
}
.accordion-box input:checked + label:before {
	content: "↑";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
	padding-bottom: 50px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
@media screen and (max-width: 750px) {
	.accordion-box label:before {
	right: 10%;
}
}
@media screen and (max-width: 680px) {
	.accordion-box label:before {
	right: 8%;
}
}
@media screen and (max-width: 500px) {
	.accordion-box label:before {
	right: -5%;
}
}
@media screen and (max-width: 420px) {
	.accordion-box label:before {
	right: -20%;
}
}
.treatment_list {
	margin:20px auto;
}
.treatment_list li {
	position:relative;
	padding:20px 30px;
	margin-bottom:40px;
	display: flex;
justify-content: space-between;
	background:#fff;
}
.treatment_list li:not(:last-child):before {
  content: "";
    position: absolute;
	bottom: -40px;
    left: 47%;
    border: 12px solid transparent;
    border-top: 14px solid #A07739;
}

.treatment_list li .img {
	width:30%;
}
.treatment_list li .img img {
	width:100%;
}
.treatment_list li dl {
	width:65%;
}
.treatment_list li dt {
	color:#A07739;
	font-weight:700;
	font-size:2rem;
	margin-bottom:5px;
	padding:10px 0 10px 80px;
}
.treatment_list li:nth-child(1) dt {
	background: url(/wp-content/uploads/2025/09/treatment-number01.png) no-repeat center left;
}
.treatment_list li:nth-child(2) dt {
	background: url(/wp-content/uploads/2025/09/treatment-number02.png) no-repeat center left;
}
.treatment_list li:nth-child(3) dt {
	background: url(/wp-content/uploads/2025/09/treatment-number03.png) no-repeat center left;
}
.treatment_list li:nth-child(4) dt {
	background: url(/wp-content/uploads/2025/09/treatment-number04.png) no-repeat center left;
}
@media screen and (max-width: 639px) {
.treatment_list li {
	position:relative;
	padding:10px 15px;
	margin-bottom:40px;
	display: block;
}
.treatment_list li .img,
	.treatment_list li dl {
		width:100%;
	}
.treatment_list li dl {
	margin-top:15px;
	}
}
.price_title {
	color:#fff;
	background:#C59C4B;
	font-size:2rem;
	font-weight:400;
	padding:10px;
	text-align:center;
	display:block;
	border-radius: 25px;
	margin-bottom:20px;
}
.price_table_wrap {
	margin-bottom:50px;
}
.price_table {
	width:100%;
}
.price_table th,
.price_table td {
	padding:10px;
	text-align:center;
	width:50%;
}
.price_table th {
	border:#A07739 1px solid;
	background:#F9F7F1;
	color:#A07739;
	font-weight:600;
}
.price_table td {
	border:#A07739 1px solid;
}
.lisk_list_check {
	margin:50px 0 20px;
	list-style-image: url("/wp-content/uploads/2025/09/check-icon.png");
}
.lisk_list_check li {
	margin-bottom:20px;
}

/* dermatology */
.der-about{
  background: var(--light-pink);
}
.der-about .about-text{
  /* font-weight: 500; */
  line-height: 2;
  margin-bottom: 56px;
}
.der-about-list{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
.der-about-list .img-wrapper{
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 325/220;
  box-shadow: var(--shadow);
  margin-bottom: 16px;
}
.der-about-list .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.der-about-list .text-wrapper h5 {
    font-weight: 700;
    font-size: 1.9rem;
    color: var(--text-brown01);
    margin-bottom: 16px;
}
 .der-about-list .text-wrapper .text{
  /* font-weight: 500; */
 }
 @media screen and (max-width:639px){
  .der-about-list{
    grid-template-columns: 1fr;
  }
 }
 /* der-menu */
 .der-menu{
  background-color: white;
  position: relative;
 }
 .der-menu::before{
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url(/wp-content/2025/09/about-top.png)no-repeat center top/cover;
  width: 100%;
  height: calc(66/1440*100vw);

 }
 .ta-r{
  text-align: right;
 }
 .der-menu-nav{
  margin-bottom: 120px;
 }
 .der-menu-nav-list{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
 }
 .der-menu-nav-list li{
  
  transition: all .3s ease;
 }
 .der-menu-nav-list li:hover{
  transform: translateY(-6px);
 }
 .der-menu .menu_box_title{
  font-size: 2rem;

 }
 .der-menu .menu-content .content-lead{
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding-bottom: 60px;
 }
 .der-menu .menu-list-check{
  margin-bottom: 72px;
 }
 .der-menu .title_style06{
  font-family: var(--en02);
  font-size: 3rem;
  line-height: calc(65/50);
   color: #A07739;
   font-weight: 400;
 }
  .der-menu .title_style06 .ja{
    font-size: 2.2rem;
    font-family: "Zen Maru Gothic", sans-serif;
   font-weight: 400;
    margin-bottom: 20px;
  }
  .der-menu .small{
    font-size: 85% !important;
  }
  .der-menu .price-table{
    width: 100%;
    margin-bottom: 60px;
  }
  .der-menu .price-table th,  .der-menu .price-table td{
    text-align: center;
    border: var(--text-brown01) 1px solid;
    font-size: 1.6rem;
  }
  .der-menu .price-table thead th{
    background: #F9F7F1;
    color: var(--text-brown01);
  }
  .der-menu .price-table tbody th{
    vertical-align: top;
    background-color: white;
    font-weight: 400;
 
    text-align: left;
  }
   .der-menu .price-table caption{
    caption-side: bottom;
    text-align: right;
    font-size: 1.4rem;
   }
   .der-menu .accordion-box label:after{
    content: '詳細・料金を見る';
   }
   .der-menu .accordion-box label{
    width: 250px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   }
    .der-menu .accordion-box label::before{
      position: absolute;
      right: 20px;
      transform: none;
    }
   @media screen and (max-width:639px){
    .der-menu-nav-list{
      gap: 3px;
    }
    .der-menu-nav{
      margin-bottom: 40px;
    }
    .der-menu .menu_box_title{
      font-size: 1.5rem;
    }
    .der-menu .menu-content .content-lead{
      font-size: 1.6rem;
      margin-bottom: 40px;
      padding-bottom: 40px;
    }
    .der-menu .price-table th, .der-menu .price-table td{
      font-size: 1.5rem;
      padding: .5em;
    }
    .der-menu .title_style06{
      font-size: 3rem;
    }
    .der-menu .title_style06 .ja{
      font-size: 1.5rem;
    }

    
   }
  .der-treatment-list li .img{
    border:1px solid #707070;
  }
  /* faq */
  .der-faq {
    position: relative;
    
  }
  .der-faq::before{
    content: '';
    transform: rotateY(180deg);
  }
  .der-faq .lead{
    /* font-weight: 500; */
    line-height: 2;
    margin-bottom: 80px;
  }
  .der-faq .accordion-area{
    list-style: none;
	  margin-bottom:50px;
    /*border-top: 1px solid #C59C4B;*/
  }
  .der-faq .accordion-area li section{    
    border-bottom: 1px solid #C59C4B;
  }
.der-faq .accordion-area li .accordion-title {
	color: #A07739;
  align-items: flex-start;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 2rem 0;
	border-bottom: 1px solid #C59C4B;
}
.der-faq .accordion-area li .title{
  position: relative;
  display: flex;
  color: #A07739;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2rem;
}
.der-faq .accordion-area li .title::before,.der-faq .accordion-area li .title::after{
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #A07739;
}
.der-faq .accordion-area li .title::before{
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.der-faq .accordion-area li .title::after{
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
.der-faq .accordion-area li .title.close::before{
  transform: rotate(45deg);
	display:none;
}
.der-faq .accordion-area li .title.close::after{
  transform: rotate(-1deg);
}
.der-faq .accordion-area li .title .text{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.der-faq .accordion-area li .title .text::before{
  content: 'Q';
  line-height: 1;
  margin-right: .6em;
  font-size: 3rem;
  font-family: var(--en02);
  font-weight: 400;
  flex-shrink: 0;
}
.der-faq .accordion-area li .box{
  padding: 0 2rem 2rem;
  font-weight: 500;
  display: none;
}
.der-faq .accordion-area li .box .text{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.der-faq .accordion-area li .box .text::before{
  content: 'A';
   margin-right: .6em;
    color: #A07739;
  font-size: 3rem;
  font-family: var(--en02);
  font-weight: 400;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width:639px){
	.der-faq .accordion-area{
    list-style: none;
	  margin-bottom:25px;
    /*border-top: 1px solid #C59C4B;*/
  }
	.der-faq .accordion-area .accordion-title{
    font-size: 2rem;
	}
  .der-faq .accordion-area li .title{
    font-size: 1.6rem;
    padding: 1rem;
  }
  .der-faq .accordion-area li .title::before{
    font-size: 2rem;
  }
  .der-faq .accordion-area li .box .text::before{
    font-size: 3rem;
  }
  .top_component_02 {
    width: 100%;
    padding-top: 80px;
  }
  .der-faq .accordion-area li .title .text{
    width: 90%;
  }
  .about_slider p {
    margin-top: 10px;
  }
  .about_slider .dots-class {
    margin-top: 10px;
  }
  .slider img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
  .top_component_01 .single_img img,
  .top_component_01 video {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: calc(90vh);
  }
}

.br-transparent{
  border-right-color: transparent !important;
}
.bl-transparent{
  border-left-color:transparent !important;
}
.der-menu .price-table tbody th.va-m{
  vertical-align: middle;
}