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

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

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

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

.pc {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header #sp_menu, header #sp_btn {
  display: none;
} */
/*
 nav02ここまで
 */
.top_component_01 {
  position: relative;
  z-index: 1;
}
.top_component_01.sp {
  display: none;
}
.top_component_01__catch__bg {
  position: relative;
}
.top_component_01__catch {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 56px;
  z-index: 2;
  color: #fff;
  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;
}
.top_component_01 img {
  width: 100%;
}
.top_component_01 span {
  display: block;
}

.top_component_01 .single_img img {
  filter: opacity(50%);
}
.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
 *
 */
.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;
}
.mid_component_09_bgcover {
  margin-top: 100px;
}
.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: 1200px;
  margin: 0 auto;
}
.component_inner__title {
  padding-bottom: 72px;
  text-align: center;
}
.component_inner__title h2 {
  font-size: 3.4rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1.2;
}
.component_inner__title h2 span {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 0 45px;
  width: 160px;
  margin: 0 auto;
}
.component_inner__title h2 span:before,
.component_inner__title h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38px;
  height: 1px;
  background-color: black;
}
.component_inner__title h2 span:before {
  left: 0;
}
.component_inner__title h2 span:after {
  right: 0;
}
.component_inner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.component_inner__box__article {
  display: block;
  width: 45%;
  margin-bottom: 40px;
}
.component_inner__box__article img {
  width: 100%;
}
.component_inner__box__article__ttl {
  font-size: 1.8rem;
  padding: 12px 0 8px;
  font-weight: bold;
}
.component_inner__box__article__more {
  padding: 16px 0;
}
.mid_component_01 .component_inner__box,
.mid_component_02 .component_inner__box,
.mid_component_03 .component_inner__box {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mid_component_01 {
  background-image: url(/wp-content/uploads/2023/07/2a72ca95c41c2c7c5e93a24e952b0841.png);
  background-position: center;
  background-size: cover;
  padding: 15vw 0;
}
.mid_component_01 img {
  border-radius: 40px 40px 0 0;
}
.mid_component_01 .component_inner__box-top {
  margin-bottom: 40px;
}
.mid_component_01
  .component_inner__box-top
  .component_inner__box__article__ttl {
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-weight: normal;
}
.mid_component_01 .component_inner__box-top__link {
  margin-bottom: 10px;
}
.mid_component_01 .component_inner__box-top__link a {
  background: #fff;
  color: #34513d;
  padding: 10px 40px 10px 10px;
  border-radius: 30px;
  margin: 0 20px;
  position: relative;
}
.mid_component_01 .component_inner__box-top__link a:before {
  width: 20px;
  height: 10px;
  background: url(/wp-content/uploads/2023/06/arrow.png) no-repeat 0 0;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.mid_component_01 .component_inner__box__article {
  margin-bottom: 40px;
}
.mid_component_01 .component_inner__box img {
  height: 27vw;
  object-fit: cover;
}
.mid_component_01 .component_inner__box .component_inner__box__article__ttl {
  margin-bottom: 20px;
  font-size: 3.4rem;
  font-weight: normal;
}
.mid_component_01 .component_inner__box__article__button {
  background: #fff;
  color: #34513d;
  padding: 10px 40px 10px 20px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
}
.mid_component_01 .component_inner__box__article__button:before {
  width: 20px;
  height: 10px;
  background: url(/wp-content/uploads/2023/06/arrow.png) no-repeat 0 0;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.mid_component_01 .component_inner__box__container {
  background: #34513d;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  border-radius: 0 0 40px 40px;
}

/*リンク先なしの設定　ページができたら消す*/
.no-link {
    pointer-events: none;
}
/*↑リンク先なしの設定　ページができたら消す*/

.mid_component_02 .component_inner__box__article__wrap {
  position: relative;
  overflow: hidden;
}
.mid_component_02 .component_inner__box__article__wrap__over {
  position: absolute;
  bottom: -250px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0px 16px;
  height: 100%;
  color: #fff;
  vertical-align: middle;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.mid_component_02
  .component_inner__box__article__wrap:hover
  .component_inner__box__article__wrap__over {
  visibility: inherit;
  opacity: 100;
  bottom: 0px;
}
.mid_component_03 .component_inner__box__article__wrap {
  position: relative;
  overflow: hidden;
}
.mid_component_03 .component_inner__box__article__wrap__over {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0px 16px;
  height: 226px;
  bottom: -180px; /* bottom -180  */
  left: 0;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mid_component_03
  .component_inner__box__article__wrap:hover
  .component_inner__box__article__wrap__over {
  visibility: inherit;
  opacity: 100;
  bottom: 0px;
}
.mid_component_04 .component_inner__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_04 .component_inner__set__section {
  width: 31%;
}
.component_inner__set__section__ttl {
  padding-bottom: 32px;
  font-size: 1.8rem;
}
.mid_component_04 .component_inner__set__article__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.mid_component_04 .component_inner__set__article__wrap__img {
  margin-right: 16px;
  width: 70%;
}
.mid_component_04 .component_inner__box__article__ttl {
  padding-top: 0px;
}
.mid_component_05 .component_inner__box__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
}
.mid_component_05 .component_inner__box__article__ttl {
  padding-top: 0px;
}
.mid_component_05 .component_inner__box__article__img {
  margin-right: 24px;
}
.mid_component_06 .component_inner__box__article {
  display: block;
  width: 23%;
}
.mid_component_06 .component_inner__box__article__wrap {
  position: relative;
  overflow: hidden;
}
.mid_component_06 .component_inner__box__article__wrap__over {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0px 16px;
  width: 100%;
  height: 100%;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.mid_component_06 .component_inner__box__article__wrap:hover .imgcover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mid_component_07 .component_inner__box {
  display: block;
}
.mid_component_07 .component_inner__box__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_07 .component_inner__box__article__img {
  width: 60%;
  margin-right: 40px;
}
.mid_component_07 .component_inner__box__article__text {
  width: 40%;
}
.mid_component_07 .component_inner__box__article__text__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_07 .component_inner__box__article__ttl {
  padding: 40px 0 40px;
  font-size: 2.4rem;
}
.mid_component_07 .component_inner__box__article__more {
  padding: 40px 0 0;
}
.mid_component_08 .component_inner__box {
  display: block;
  margin-bottom: 64px;
}
.mid_component_08 .component_inner__box:last-child {
  margin-bottom: 0px;
}
.mid_component_08 .component_inner__box__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_08 .component_inner__box__article.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mid_component_08 .component_inner__box__article div:first-child {
  margin-right: 40px;
}
.mid_component_08 .component_inner__box__article.reverse div:first-child {
  margin-right: 0px;
}
.mid_component_08 .component_inner__box__article__img {
  width: 30%;
}
.mid_component_08 .component_inner__box__article__text {
  width: 70%;
}
.mid_component_08
  .component_inner__box__article.reverse
  .component_inner__box__article__text {
  margin-right: 40px;
}
.mid_component_08 .component_inner__box__article__text__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_08 .component_inner__box__article__ttl {
  padding: 16px 0 16px;
  font-size: 2.4rem;
}
.mid_component_08 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}
.mid_component_08 .component_inner__box__article__more:hover {
  opacity: 0.8;
}

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

.mid_component_09 .mid_component_09_bgcover {
  height: 100%;
}
.mid_component_09 .component_inner {
  max-width: 1024px;
}
.mid_component_09 .component_inner__box {
  display: block;
  margin-bottom: 64px;
}
.mid_component_09 .component_inner__box:last-child {
  margin-bottom: 0px;
}
.mid_component_09 .component_inner__box__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_09 .component_inner__box__article.reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mid_component_09 .component_inner__box__article div:first-child {
  margin-right: 40px;
}
.mid_component_09 .component_inner__box__article__text {
  width: 40%;
}
.mid_component_09 .component_inner__box__article__text__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mid_component_09 .component_inner__box__article__ttl {
  padding: 16px 0 16px;
  font-size: 2.4rem;
}
.mid_component_09 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}
.mid_component_09 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.mid_component_10 img {
  width: 100%;
}
.mid_component_11 .component_inner_textonly {
  max-width: 960px;
  margin: 0 auto;
  clear: both;
  margin-bottom: 40px;
}
.mid_component_11 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  float: right;
  margin-bottom: 40px;
}
.mid_component_11 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.column_component_01 .component_inner {
  text-align: center;
}
.column_component_01 .component_inner p {
  text-align: center;
}
.column_component_01 .component_inner__box__article__more {
  padding: 8px 16px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  margin: 40px auto 112px;
}
.column_component_01 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.news_component_01 .component_inner__box {
  display: block;
  /*    margin-bottom: 64px; */
}
.news_component_01 .component_inner__title {
  text-align: left;
  padding-bottom: 0;
}
.news_component_01 .component_inner__box__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news_component_01 .component_inner__box__article div:first-child {
  margin-right: 40px;
}
.news_component_01 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  position: inherit;
}
.news_component_01 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.news_component_01 .component_inner__box__article__img {
  width: 32%;
  margin-left: 60px;
}
.news_component_01 .component_inner__box__news {
  width: 60%;
  list-style: none;
}
.news_component_01 .component_inner__box__news__list {
  padding: 16px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.component_inner__box__news__list a {
  margin-left: 16px;
  color: #0d3292;
  text-decoration: underline;
  width: 300px;
}
.component_inner__box__news__list a:hover {
  margin-left: 16px;
  color: #06163f;
  text-decoration: none;
}
.component_inner__box__news__list a.label {
  padding: 4px 16px;
  font-size: 1.2rem;
  border-radius: 2px;
  background: #0d3292;
  color: #fff;
  width: 92px;
  text-align: center;
  flex-shrink: 0;
}
.news_component_02 .component_inner__box {
  display: block;
  margin-bottom: 64px;
}
.news_component_02 .component_inner__title {
  padding-bottom: 40px;
}
.news_component_02 .component_inner__box__article {
  width: 100%;
  text-align: center;
}
.news_component_02 .component_inner__box__news {
  width: 70%;
  list-style: none;
  margin: 0 auto;
  text-align: left;
}
.news_component_02 .component_inner__box__news__list {
  padding: 16px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_component_02 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #0d3292;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}
.news_component_02 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.info_component_01 .component_inner__box {
  display: block;
  margin-bottom: 64px;
}
.info_component_01 .component_inner__title {
  text-align: left;
  padding-bottom: 0;
}
.info_component_01 .component_inner__box__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info_component_01 .component_inner__box__article div:first-child {
  margin-right: 40px;
}
.info_component_01 .component_inner__box__article__img {
  width: 32%;
  margin-left: 60px;
}
.info_component_01 .component_inner__box__news {
  width: 60%;
  list-style: none;
}
.info_component_01.access .component_inner__box__news {
  margin: 0 auto;
}
.info_component_01 .component_inner__box__news__list {
  padding: 16px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.component_inner__box__news__list a.tel {
  margin-left: 0px;
  color: #0d3292;
  text-decoration: underline;
  width: initial;
}
.info_component_01 span:first-child {
  flex-basis: 30%;
  word-break: break-all;
  text-align: left;
}
.info_component_01 span:last-child {
  flex-basis: 70%;
  word-break: break-all;
  text-align: left;
}
.info_component_01 #map {
  background: #eee;
  height: 400px;
}
.info_component_01.access #map {
  background: #eee;
  height: 600px;
}
.mid_component_recommendation {
  padding: 72px 0;
}
.mid_component_concept .component_inner__box {
  align-items: stretch;
}
.mid_component_concept .component_inner__box__img {
  width: 44%;
}
.mid_component_concept .component_inner__box__img img {
  height: 100%;
  object-fit: cover;
  border-radius: 80px 0 0 80px;
}
.mid_component_concept .component_inner__box__text {
  width: 56%;
  padding: 50px 50px;
}
.mid_component_concept .component_inner__box__text h2 {
  font-size: 3.4rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1.2;
}
.mid_component_concept .component_inner__box__text h2 span {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 0 45px;
  width: 160px;
  margin: 0 auto;
}
.mid_component_concept .component_inner__box__text h2 span:before,
.mid_component_concept .component_inner__box__text h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38px;
  height: 1px;
  background-color: black;
}

.mid_component_concept .component_inner__box__text h2 span:before {
  left: 0;
}
.mid_component_concept .component_inner__box__text h2 span:after {
  right: 0;
}
.mid_component_concept .component_inner__box__text__text {
  margin-bottom: 50px;
}
.mid_component_concept .component_inner__box__text__text h3 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: normal;
}
.mid_component_concept .component_inner__box__text__text p {
  line-height: 2;
}
.mid_component_concept .component_inner__box__text a {
  display: block;
  margin-left: auto;
  border-bottom: 1px solid;
  width: 110px;
  position: relative;
}
.mid_component_concept .component_inner__box__text a:before {
  width: 20px;
  height: 10px;
  background: url(/wp-content/uploads/2023/06/arrow.png) no-repeat 0 0;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.worries-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2px;
  width: 100%;
}

.worries-tab > label {
  flex: 1 1;
  order: -1;
  padding: 20px 0;
  border-radius: 5px 5px 0 0;
  background-color: #61826b;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.worries-tab > label:hover {
  opacity: 0.8;
}

.worries-tab input {
  display: none;
}

.worries-tab > div {
display: none;
  padding: 30px;
  background-color: #fff;
}

.worries-tab label:has(:checked) {
  background-color: #34513d;
}

.worries-tab label:has(:checked) + div{
  display: inline-block;
}


/*
 *
 * 04.footer
 *
 */
.footer {
  background: #eee;
}
.footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer_banner {
  max-width: 1240px;
  margin: 0px auto;
  padding-top: 40px;
}
.footer_banner ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  list-style: none;
}
.footer_banner li {
  max-width: 300px;
  padding: 0 4px;
}
.footer_banner li span {
  display: block;
  padding: 16px 4px 0 4px;
}
.footer .footer_logo {
  width: 16%;
  margin: 0 auto;
  padding: 56px 0 32px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}
.footer .footer_sns li {
  padding: 0 4px;
  font-size: 1.8rem;
}
.footer .footer_navi {
  padding-top: 32px;
}
.footer .footer_navi .section-navi {
  list-style: none;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.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;
}
/*
 *
 * 10.single / archive
 *
 */

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

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

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

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

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

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

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

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

.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: 10px 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: 10px 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: 16px 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: #34513d;
  position: relative;
  /*    margin-bottom: 56px; */
}
.contents-ttl.blue {
  color: #1e73be;
}

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

.contents-ttl:before {
  /*    content: "";
   position: absolute;
   bottom: 0px;
   width: 40px;
   background: #ccc;
   height: 2px;
   left: 0;
   right: 0;
   margin: auto;
   margin-bottom: 16px; */
}
.archive_title {
  /*   background: #eee; */
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.main-column__eyecatch {
  text-align: center;
  margin-bottom: 32px;
}
.main-column__eyecatch img {
  width: 100%;
}
.inpage-sub-ttl {
  color: #343e47;
  background-color: #eee;
  border-radius: 4px;
  padding: 16px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
/* free customize page */
.inpage-article {
  margin: 0 auto 32px;
}
.inpage-article .photo {
  display: inline-block;
  width: 40%;
  margin-bottom: 16px;
  padding-right: 16px;
}
.inpage-article .photo.notset {
  width: 100%;
}
.inpage-eyecatch {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}
.inpage-article .photo img,
.inpage-eyecatch img {
  width: 100%;
  height: auto;
}
.inpage-article .photo .img-cover img,
.inpage-article .photo.notset .img-cover img {
  width: 100%;
  /*      height: 250px; */
  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;
}
/*
 *
 * 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: #34513B;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 12px 0;
  display: block;
  margin-top: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  cursor: pointer;
}
.mw_wp_form button:hover {
  background-color: #06163f;
}
/*
 *
 * 99.misc
 *
 */
.btn_small__mail {
  display: block;
  padding: 16px 32px;
  background: #0d3292;
  color: #fff;
  text-align: center;
}
.btn_small__mail:hover {
  opacity: 0.8;
}
.imgcover {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imgcover img {
  width: 100%;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.imgcover img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.backtop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: rgba(13, 50, 146, 0.7);
  width: 60px;
  padding: 24px 0;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  z-index: 99;
  text-align: center;
  display: none;
}
.backtop:hover {
  background: rgba(6, 22, 63, 0.7);
  cursor: pointer;
}
.entry-button {
  position: fixed;
  bottom: 46px;
  left: 24px;
  z-index: 3;
}
.entry-button a {
  background-color: #0d3292;
  width: 200px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 10px 30px;
  font-size: 1.6rem;
}
/*
 *
 * 100.TB
 *
 */
@media only screen and (max-width: 1200px) {
  .header .header_inner,
  .component_inner,
  .footer .footer_inner,
  .entry-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  /*
 * nav_02ここから
 */
  /* 	 header .inner .header_inner_top {
     padding-left: 24px;
     padding-right: 24px;
   } */
  /*
 * nav_02ここまで
 */

  .dt_component_01 .maincolumn_inner {
    padding-left: 24px;
  }
}

  .header .header_navi.sp {
    display: none;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
  }
  
  .header .section-navi.sp  {
    display: block;
  }
  .header .section-navi.sp  .navi_current {
    border-right: none;
    width: 100%;
    text-align: left;
  }
  .header .section-navi.sp  .navi_current:hover {
    background: inherit;
    color: inherit;
  }
  .header .section-navi.sp  .navi_current:first-child > a {
    border-left: none;
  }
  .header .section-navi.sp  .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.sp  .navi_current .navigate__hide .navigate__top a:hover {
    background: inherit;
  }
  .header .section-navi.sp  .navi_current .navigate__hide .navigate__top a {
    color: #343e47;
    transition: unset;
  }
  .header_info {
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
  }
  .header_info__tel,
  .header_info__mail {
    width: 49%;
  }
  .header_info__tel {
    background: #ccc;
    padding: 16px 32px;
    text-align: center;
    display: block;
  }
  .header .header_inner_top .header_tel,
  .header .header_inner_top .header_mail {
    display: none;
  }
  .header_humb {
    display: block;
    cursor: pointer;
  }
@media only screen and (max-width: 980px) {
	.header .header_navi.pc {
		display: none!important;
	}
	.header .header_inner_top {
    display: block;
  }
  /*
 * 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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_banner li {
    max-width: 48%;
    margin-bottom: 24px;
    padding: 0 4px;
  }
  .footer .footer_copyright {
    text-align: left;
    padding: 8px 0 0;
  }
  .footer .footer_sns {
    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,
  .component_inner,
  .footer .footer_inner,
  .entry-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .component_inner__title {
    padding-bottom: 40px;
  }
  .top_component_01.pc {
    display: none;
  }
  .top_component_01.sp {
    display: block;
  }
  .top_component_01__catch {
    font-size: 1.8rem;
  }
  .mid_component_01 .component_inner__box,
  .mid_component_02 .component_inner__box,
  .mid_component_03 .component_inner__box,
  .column_component_01 .component_inner__box {
    display: block;
  }
  .mid_component_01 .component_inner__box__article,
  .mid_component_02 .component_inner__box__article,
  .mid_component_03 .component_inner__box__article,
  .column_component_01 .component_inner__box__article {
    width: 100%;
    margin: 0 auto 40px;
  }
  .mid_component_01 .component_inner__box__article:last-child,
  .mid_component_02 .component_inner__box__article:last-child,
  .mid_component_03 .component_inner__box__article:last-child,
  .column_component_01 .component_inner__box__article:last-child {
    margin-bottom: inherit;
  }
  .mid_component_02 .component_inner__box__article__wrap__over,
  .mid_component_03 .component_inner__box__article__wrap__over {
    position: relative;
    opacity: inherit;
    visibility: inherit;
    bottom: inherit;
    height: inherit;
  }
  .mid_component_04 .component_inner__set {
    display: block;
  }
  .mid_component_04 .component_inner__set__section {
    width: 100%;
    margin: 0 auto 40px;
  }
  .mid_component_04 .component_inner__set__section:last-child {
    margin-bottom: inherit;
  }
  .mid_component_05 .component_inner__box,
  .mid_component_06 .component_inner__box {
    display: block;
  }
  .mid_component_05 .component_inner__box__article,
  .mid_component_06 .component_inner__box__article {
    width: 100%;
    margin: 0 auto 40px;
  }
  .mid_component_06 .component_inner__box__article:last-child {
    margin-bottom: inherit;
  }
  .mid_component_07 .component_inner__box__article,
  .mid_component_08 .component_inner__box__article {
    display: block;
  }
  .mid_component_08 .component_inner__box__article div:first-child,
  .mid_component_08 .component_inner__box__article.reverse div:first-child {
    margin-right: auto;
  }
  .mid_component_07 .component_inner__box__article > div,
  .mid_component_08 .component_inner__box__article > div,
  .mid_component_08 .component_inner__box__article.reverse > div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .mid_component_07 .component_inner__box__article__ttl {
    font-size: 1.8rem;
  }
  .mid_component_07 .component_inner__box__article__img {
    margin-bottom: 24px;
  }
  .mid_component_08
    .component_inner__box__article.reverse
    .component_inner__box__article__text {
    margin-right: auto;
  }
  .mid_component_07 .component_inner__box__article__ttl {
    padding: 24px 0;
  }
  /*
 * mid_component_08
 */
  /* 	  .mid_component_08 .component_inner__box__article__text {
     position: initial;
 }
   .mid_component_08 .component_inner__box__article.reverse .component_inner__box__article__text {
     margin-right: auto;
   }
   .mid_component_08 .component_inner__box__article__more {
     width: 100%;
   } */
  /*
 * mid_component_08ここまで
 */
  .mid_component_09 .component_inner__box__article {
    display: block;
  }
  .mid_component_09 .component_inner__box__article div:first-child {
    margin-right: auto;
  }
  .mid_component_09 .component_inner__box__article__text {
    width: 100%;
    margin: 0 auto;
  }
  .news_component_01 .component_inner__box__article,
  .info_component_01 .component_inner__box__article {
    display: block;
    position: relative;
  }
  .news_component_01 .component_inner__box__article div:first-child,
  .info_component_01 .component_inner__box__article div:first-child {
    margin: inherit;
  }
  .news_component_01 .component_inner__box__article__img,
  .info_component_01 .component_inner__box__article__img {
    width: inherit;
  }
  .news_component_01 .component_inner__box__news,
  .news_component_02 .component_inner__box__news,
  .info_component_01 .component_inner__box__news {
    width: 100%;
  }
  .news_component_01 .component_inner__box__news__list span,
  .component_inner__box__news__list a.label,
  .news_component_02 .component_inner__box__news__list span {
    font-size: 1rem;
  }
  .news_component_01 .component_inner__box__news__list a.label {
    /*    width: 110px; */
  }
  .news_component_01 .component_inner__box__article__more {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
    position: absolute;
    bottom: -96px;
  }
  .news_component_02 .component_inner__box__article__more {
    width: 100%;
    text-align: center;
  }
  .dt_component_01 .component_inner {
    display: block;
    padding: 0;
  }
  .dt_component_02 .component_inner {
    display: block;
    padding: 0 16px;
  }
  .dt_component_01 .maincolumn {
    width: 100%;
    margin-left: 0;
  }

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

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

  .dt_component_01 .figure {
    width: 100%;
  }

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

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

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

  #wpadminbar {
    top: -46px !important;
  }
  .top_component_02__catch img {
    max-width: 100%;
    max-height: 30%;
    height: calc(30vh);
    object-fit: cover;
  }
  /*    .mw_wp_form {
     width: 90%;
   } */

  .dt_component_01 {
    padding-top: 64px;
  }

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

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

  .dt_background {
    flex-direction: column;
  }

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

  .dt_component_01 .inpage-article {
    flex-direction: column;
    margin: 0 0 40px 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;
  }
}
/*
 *
 * 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 .**
 *
 */

/* トップページ */
.mid_component_concept {
  margin-bottom: 50px;
}
.mid_component_concept .component_inner__box__text {
  border-radius: 0 80px 80px 0;
  background-color: #fff;
}
.mid_component_worries {
  margin-top: 100px;
}
/* .mid_component_worries .worries-tab > label {
  background-color: #61826b;
}
.mid_component_worries .worries-tab > label:hover {
  opacity: initial;
  background-color: #34513d;
}
.mid_component_worries .worries-tab > label:active {
  background-color: #34513d;
} */
.mid_component_worries label {
  padding: 40px 0;
  font-size: 24px;
}
.mid_component_worries label:first-of-type {
  border-radius: 30px 0 0 0;
}
.mid_component_worries label:last-of-type {
  border-radius: 0 30px 0 0;
}
.mid_component_worries .worries-tab_item {
  padding: 30px 10%;
  border-bottom: 8px solid #34513d;
}
.mid_component_worries .worries-tab_img {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.mid_component_worries .worries-tab_img a {
  width: 25%;
  margin-bottom: 50px;
  text-align: center;
}
.mid_component_worries .worries-tab_img a:not(:nth-child(3n)) {
  margin-right: 12.5%;
}
.mid_component_worries .worries-tab_img_item_img {
  margin-bottom: 24px;
}
.mid_component_worries .worries-tab_img_item_text {
  display: inline-block;
  text-align: center;
  position: relative;
}
.mid_component_worries .worries-tab_img_item_text:before {
  width: 20px;
  height: 10px;
  background: url(/wp-content/uploads/2023/06/arrow.png) no-repeat 0 0;
  background-size: 100%;
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.mid_component_worries .worries-tab_price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin: 0 auto;
  padding-right: 2em;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 9999px;
  background-color: #34513d;
  position: relative;
}
.mid_component_worries .worries-tab_price:hover {
  opacity: 0.8;
}
.mid_component_worries .worries-tab_price::before {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url(/wp-content/uploads/2023/06/arrow_wh.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.news_component_02 {
  margin-top: 100px;
  padding: 100px 0 30px;
  background-image: url(/wp-content/uploads/2023/07/4fa5ebfcbbf287480388f15b79f304ed.png);
  background-size: cover;
}
.component_inner__title h2 {
  letter-spacing: 0.1em;
}
.news_component_02 .component_inner__title {
  padding-bottom: initial;
}
.news_component_02 .component_inner__title h2 {
  margin-bottom: 0;
}
.news_component_02 .component_inner__title p {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 0 45px;
  width: 150px;
  margin: 0 auto 40px;
}
.news_component_02 .component_inner__title p:before,
.news_component_02 .component_inner__title p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38px;
  height: 1px;
  background-color: black;
}
.news_component_02 .component_inner__title p:before {
  left: 0;
}
.news_component_02 .component_inner__title p:after {
  right: 0;
}
.news_component_02 .component_inner__box__news {
  width: 100%;
  max-width: 900px;
}
.news_component_02 .component_inner__box__news__list {
  border-bottom: initial;
}
.news_component_02 .component_inner__box__news__list span {
  width: 125px;
}
.news_component_02 .component_inner__box__news__list a {
  margin-left: 25px;
  width: 100%;
  text-decoration: initial;
  color: #090808;
  padding-bottom: 5px;
  border-bottom: 1px solid #090808;
}
.news_component_02 .component_inner__box__news__list a.label {
  width: 125px;
  color: #fff;
  border-radius: 9999px;
  background-color: #34513d;
}
.news_component_02 .component_inner__box__article__more {
  padding: initial;
  margin-top: 30px;
  background: initial;
  color: #34513d;
  border-radius: initial;
  text-align: left;
  display: block;
  margin-left: auto;
  border-bottom: 1px solid;
  width: 110px;
  position: relative;
}
.news_component_02 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.news_component_02 .component_inner__box__article__more::before {
  width: 20px;
  height: 10px;
  background: url(/wp-content/uploads/2023/06/arrow.png) no-repeat 0 0;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.director_component_01 {
  margin: 150px 0 100px;
}
.director_component_01 .component_inner__box {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 5% 50px;
  border-radius: 50px;
  background-color: #fff;
}
.director_component_01 .component_inner__box__article {
  width: 100%;
  margin-bottom: initial;
}
.director_component_01 .component_inner__box__article:first-of-type {
  display: flex;
  justify-content: space-between;
}
.director_component_01 .component_inner__box__article__img {
  width: 70%;
  position: relative;
  top: -90px;
  left: -90px;
}
.director_component_01 .component_inner__box__article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 50px;
}
.director_component_01 .component_inner__box__article__text {
  width: 30%;
  font-size: 16px;
}
.director_component_01
  .component_inner__box__article:first-of-type
  .component_inner__box__article__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.director_component_01 .component_inner__box__article__text li {
  list-style: none;
}
.director_component_01
  .component_inner__box__article__text
  li:not(:last-of-type) {
  margin-bottom: 10px;
}
.director_component_01 .component_inner__box__article__text li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.director_component_01 .component_inner__box__article__text li dl dt {
  width: 20%;
  margin-right: 5%;
}
.director_component_01 .component_inner__box__article__text li dl dd {
  width: 75%;
}
.director_component_01 .component_inner__box__article:last-of-type {
  margin-top: -30px;
}
.director_component_01
  .component_inner__box__article:last-of-type
  .component_inner__box__article__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}
.director_component_01 .component_inner__box__article:last-of-type p {
  line-height: 2;
  font-size: 16px;
}
.mid_component_09.photo2610 {
  width: 90%;
  margin: 0 auto;
  border-radius: 50px;
}
.mid_component_09.photo2610 .component_inner__title {
  padding-bottom: initial;
}
.mid_component_09.photo2610 .component_inner__title h2 {
  margin-bottom: 0;
}
.mid_component_09.photo2610 .component_inner__box__article {
  margin-bottom: initial;
}
.mid_component_09.photo2610 .component_inner__title p {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 0 45px;
  width: 190px;
  margin: 0 auto 40px;
}
.mid_component_09.photo2610 .component_inner__title p:before,
.mid_component_09.photo2610 .component_inner__title p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38px;
  height: 1px;
  background-color: black;
}
.mid_component_09.photo2610 .component_inner__title p:before {
  left: 0;
}
.mid_component_09.photo2610 .component_inner__title p:after {
  right: 0;
}
.mid_component_09 .component_inner__box__article {
  display: block;
  padding: 50px 10%;
  text-align: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
}
.mid_component_09 .component_inner__box__article a:first-child {
  margin-right: initial;
}
.mid_component_09 .component_inner__box__article__text {
  width: 100%;
  margin-right: initial;
  margin-bottom: 10px;
}
.mid_component_09 .component_inner__box__article__text__option {
  display: block;
}
.mid_component_09 .component_inner__box__article__text__option_title {
  color: #707070;
  font-size: 34px;
}
.mid_component_09 .component_inner__box__article__ttl {
  padding: initial;
}
.mid_component_09 .component_inner__box__article__ttl_text {
  line-height: 2;
  font-size: 18px;
  margin-bottom: 30px;
}
.mid_component_09 .reserve_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mid_component_09 .reserve_box a {
  width: 30%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8F8559;
  font-size: 20px;
  border-radius: 9999px;
  background-color: #FFF;
  border: #8F8559 1px solid;
  filter: drop-shadow(2px 3px 6px rgba(0,0,0,0.42));
}
.mid_component_09 .reserve_box a:nth-of-type(2) {
  flex-direction: column;
  font-size: 16px;
}
.mid_component_09 .reserve_box a:nth-of-type(2) span {
  font-size: 14px;
}
.instagram_component_01 {
  margin-top: 100px;
}
.instagram_component_01 .component_inner__box {
  display: block;
}
.instagram_component_01 .component_inner__title {
  padding-bottom: initial;
}
.instagram_component_01 .component_inner__box__article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.instagram_component_01 .component_inner__box__article__img {
  width: 24%;
}
.instagram_component_01 .component_inner__box__article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 30px;
}
.instagram_component_01 .component_inner__box__article__more {
  padding: initial;
  display: block;
  margin-left: auto;
  border-bottom: 1px solid;
  width: 110px;
  position: relative;
}
.instagram_component_01 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.instagram_component_01 .component_inner__box__article__more::before {
  width: 20px;
  height: 10px;
  background: url(/wp-content/uploads/2023/06/arrow.png) no-repeat 0 0;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.info_component_01 {
  margin: 100px 0;
  padding-top: initial;
}
.info_component_01 .component_inner__box__article__img {
  width: 100%;
  margin-left: initial;
}
.info_component_01 .component_inner__title {
  text-align: center;
}
.info_component_01 .component_inner__title {
  padding-bottom: initial;
}
.info_component_01 .component_inner__title h2 {
  margin-bottom: 0;
}
.info_component_01 .component_inner__title p {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 0 45px;
  width: 150px;
  margin: 0 auto 40px;
}
.info_component_01 .component_inner__title p:before,
.info_component_01 .component_inner__title p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38px;
  height: 1px;
  background-color: black;
}
.info_component_01 .component_inner__title p:before {
  left: 0;
}
.info_component_01 .component_inner__title p:after {
  right: 0;
}
.info_component_01 .component_inner__box__article {
  margin-bottom: initial;
}
.info_component_01 .component_inner__box__article div:first-child {
  margin-right: initial;
}
.info_component_01 .component_inner__box__news_box {
  margin-right: initial;
  width: 50%;
  padding: 50px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50px;
  border: 5px solid #8F8559;
  background-color: #fff;
}
.info_component_01 .component_inner__box__news_box_title {
  color: #707070;
  font-size: 28px;
}
.info_component_01 .component_inner__box__news {
  width: 100%;
}
.info_component_01 span:first-child {
  text-align: center;
}
.info_component_01 .component_inner__box__news__list {
  color: #707070;
  font-size: 16px;
  border-bottom: initial;
}
.info_component_01 .component_inner__box__news__list span:last-of-type {
  line-height: 1.5;
  font-size: 14px;
}
.info_component_01 .component_inner__box__article iframe {
  width: 50%;
  height: 400px;
  border-radius: 50px;
}
.left_sns {
  position: fixed;
  left: 0px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 2;
  color: #fff;
}
.left_sns li {
  list-style: none;
  margin-top: -1px;
}
.left_sns li a {
  display: block;
  padding: 10px;
  font-size: 3rem;
  background-color: #cfb787;
}
.left_sns li:first-child a {
  border-radius: 0 10px 0px 0;
}
.left_sns li:last-child a {
  border-radius: 0 0 10px 0;
}
@media only screen and (max-width: 980px) {
  .mid_component_01 .component_inner__box__container {
    padding: 30px 10px;
  }
  .mid_component_01 .component_inner__box .component_inner__box__article__ttl {
    font-size: 2rem;
  }
  .director_component_01 .component_inner__box__article:last-of-type {
    margin-top: 20px;
  }
  .mid_component_01 .component_inner__box__article__button {
    display: block;
    margin: 0 20px;
  }
  .mid_component_09 .reserve_box a {
    font-size: 16px;
  }
  .mid_component_09 .reserve_box a:nth-of-type(2) {
    font-size: 14px;
  }
  .mid_component_09 .reserve_box a:nth-of-type(2) span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 639px) {
  .mid_component_concept .component_inner__box {
    flex-direction: column;
  }
  .mid_component_concept .component_inner__box__img {
    width: 100%;
  }
  .mid_component_concept .component_inner__box__img img {
    width: 100%;
    height: 300px;
    vertical-align: bottom;
    border-radius: 50px 50px 0 0;
  }
  .mid_component_concept .component_inner__box__text {
    width: 100%;
    padding: 50px 20px;
    border-radius: 0 0 50px 50px;
  }
  .component_inner__title {
    padding-bottom: initial;
  }
  .mid_component_concept .component_inner__box__text h2 {
    font-size: 2.4rem;
  }
  .mid_component_concept .component_inner__box__text__text h3 {
    font-size: 2rem;
  }
  .mid_component_01
    .component_inner__box-top
    .component_inner__box__article__ttl {
    font-size: 2.4rem;
  }
  .mid_component_01 .component_inner__box-top__link {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mid_component_worries {
    margin-top: 50px;
  }
  .mid_component_worries label {
    padding: 20px 0;
    font-size: 16px;
  }
  .mid_component_worries .worries-tab_img a {
    width: 35%;
  }
  .mid_component_worries .worries-tab_img a:not(:nth-child(3n)) {
    margin-right: initial;
  }
  .mid_component_worries .worries-tab_img a:not(:nth-child(2n)) {
    margin-right: 30%;
  }
  .news_component_02 {
    margin-top: 64px;
    padding: 64px 0 10px;
  }
  .news_component_02 .component_inner__box__news__list span {
    width: 20%;
  }
  .news_component_02 .component_inner__box__news__list a.label {
    width: 25%;
  }
  .news_component_02 .component_inner__box__news__list a {
    margin-left: 15px;
  }
  .director_component_01 {
    margin: 64px 0;
  }
  .director_component_01 .component_inner__box {
    border-radius: 40px;
  }
  .director_component_01 .component_inner__box__article:first-of-type {
    flex-direction: column;
  }
  .director_component_01 .component_inner__box__article__img {
    width: 100%;
    position: initial;
    margin-bottom: 30px;
  }
  .director_component_01 .component_inner__box__article__img img {
    border-radius: 20px;
  }
  .director_component_01 .component_inner__box__article__text {
    width: 100%;
  }
  .director_component_01
    .component_inner__box__article:first-of-type
    .component_inner__box__article__title {
    justify-content: flex-start;
  }
  .director_component_01
    .component_inner__box__article:first-of-type
    .component_inner__box__article__title
    span:first-of-type {
    margin-right: 20px;
  }
  .director_component_01
    .component_inner__box__article:last-of-type
    .component_inner__box__article__title {
    font-size: 22px;
  }
  .mid_component_09.photo2610 {
    width: 95%;
    border-radius: 40px;
  }
  .mid_component_09 .component_inner__box__article {
    padding: 50px 10px;
    border-radius: 30px;
  }
  .mid_component_09 .component_inner__box__article__text__option_title {
    font-size: 24px;
  }
  .mid_component_09 .component_inner__box__article__ttl_text {
    font-size: 16px;
  }
  .mid_component_09 .reserve_box {
    flex-direction: column;
  }
  .mid_component_09 .reserve_box a {
    width: 100%;
    height: 50px;
  }
  .mid_component_09 .reserve_box a:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .instagram_component_01 {
    margin-top: 64px;
  }
  .instagram_component_01 .component_inner__box__article {
    flex-wrap: wrap;
  }
  .instagram_component_01 .component_inner__box__article__img {
    width: 48%;
  }
  .instagram_component_01 .component_inner__box__article__img:first-of-type,
  .instagram_component_01 .component_inner__box__article__img:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .info_component_01 {
    margin: 64px 0 0;
  }
  .info_component_01 .component_inner__box {
    margin-bottom: initial;
  }
  .info_component_01 .component_inner__box__news_box {
    width: 100%;
    border-radius: 40px;
  }
  .info_component_01 .component_inner__box__article iframe {
    width: 100%;
    height: 300px;
    border-radius: 40px;
  }
  .info_component_01 .component_inner__box__article {
    display: flex;
    flex-direction: column-reverse;
  }
  .info_component_01 .component_inner__box__news_box_title {
    font-size: 24px;
  }
}

/* ヘッダー */
.header {
  background: transparent;
  box-shadow: initial;
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
/*     padding: 20px 40px; */
    box-sizing: border-box;
}
.header .header_inner_top {
  padding: 14px 0 14px;
  justify-content: space-between;
}
.header .header_navi.pc {
  background: transparent;
  border-top: initial !important;
  border-bottom: initial !important;
  flex: 1;
  max-width: 750px;
  width: 100%;
}
.header .pc .section-navi .navi_current {
  width: 20%;
  background: transparent;
}
.header .pc .section-navi .navi_current > a {
  padding: 0;
}
.header .pc .section-navi .navi_current:hover {
  background: transparent;
}
.header .pc .section-navi .navi_current:hover .navigate__hide {
  background: transparent;
}
.header .pc .section-navi .navi_current .navigate__hide .navigate__top a {
  padding: 16px 0 0;
}
.header .pc .section-navi .navi_current .navigate__hide .navigate__top:last-child a {
    padding: 16px 0;
}
.top_component_01.pc,
.top_component_02 {
  margin-top: -115px;
  position: relative;
  z-index: -1;
	margin-top: 70px
}
.header .sp .section-navi .navi_current {
    width: 100%;
  }
@media only screen and (max-width: 980px) {
  .top_component_01.sp,
  .top_component_02 {
/*     margin-top: -61px; */
    z-index: -1;
  }
  .header .header_navi {
    padding-top: 30px;
/*     padding-bottom: 77px; */
  }
  .header .section-navi .navi_current:not(:last-of-type) {
/*     margin-bottom: 20px; */
  }
  .header_humb {
    top: 48px;
  }
  
}
@media only screen and (max-width: 639px) {
  .top_component_01.sp,
  .top_component_02 {
/*     margin-top: -110px; */
  }
  .header .header_inner_top {
    padding: 10px 0;
  }
	.header_humb {
    top: 30px;
  }
}

/* フッター */
.footer {
  padding: 230px 0 0;
  background-image: url(/wp-content/uploads/2023/07/footer.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: #fcf8f5 !important;
}
.footer_navi .navigate__top a {
  color: #707070;
}
.footer .footer_bottom {
  background: initial;
  margin-top: initial;
}
.footer_other {
  display: block;
}
.footer_other p {
  width: 100%;
}
.footer .footer_copyright {
  text-align: center;
}
.backtop {
  background: initial !important;
  width: 25px;
}
@media only screen and (min-width: 981px) {
  .footer > .footer_inner {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_logo {
    padding: initial;
    text-align: left;
    margin: 0;
  }
  .footer_logo img {
    width: 200px;
  }
  .footer .footer_navi {
    padding-top: initial;
    width: 60%;
  }
  .footer_navi .section-navi {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 50px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
  }
  .footer_navi .section-navi > li:first-of-type {
    grid-area: 1 / 1 / 2 / 2;
  }
  .footer_navi .section-navi > li:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 2;
    margin-top: -20px;
  }
  .footer_navi .section-navi > li:nth-of-type(3) {
    grid-area: 3 / 1 / 4 / 2;
    margin-top: -40px;
  }
  .footer_navi .section-navi > li:nth-of-type(4) {
    grid-area: 4 / 1 / 5 / 2;
    margin-top: -60px;
  }
  .footer_navi .section-navi > li:nth-of-type(5) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .footer_navi .section-navi > li:nth-of-type(6) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .footer_navi .section-navi > li:last-of-type {
    grid-area: 1 / 4 / 2 / 5;
  }
}
@media only screen and (max-width: 980px) {
  .footer .footer_navi .section-navi .navi_current .navigate__hide {
    padding-left: 16px;
  }
}

/* トップページスライダー */
.mid_component_recommendation .component_inner__box {
  display: block;
}
.mid_component_recommendation .top_slider .slick-slide img {
  margin: 0 auto;
}
.mid_component_recommendation .top_slider .slick-arrow:before {
  content: "" !important;
  width: 24px !important;
  height: 46px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.mid_component_recommendation .top_slider .slick-next:before {
  background: url(/wp-content/uploads/2023/06/sliderr.png) !important;
  background-size: cover !important;
}
.mid_component_recommendation .top_slider .slick-prev:before {
  background: url(/wp-content/uploads/2023/06/slider_l.png) !important;
  background-size: cover !important;
}
@media only screen and (max-width: 639px) {
  .mid_component_recommendation {
    padding: 0 0 72px;
  }
  .mid_component_recommendation .top_slider .slick-arrow:before {
    width: 16px !important;
    height: 31px !important;
  }
  .mid_component_recommendation .top_slider .slick-next:before {
    left: 16px;
  }
  .mid_component_recommendation .top_slider .slick-prev:before {
    left: -16px;
  }
}

/* トップページFV */
.top_component_01__catch {
  max-width: 800px;
  width: 100%;
  max-height: 300px;
  height: 100%;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  line-height: 2;
  font-size: 18px;
  background-image: url(/wp-content/uploads/2023/06/fv_frame.png);
  background-size: contain;
  background-position: center;
  word-break: break-all;
}

.top_component_01__catch .top_title {
  font-size: 3.4rem;
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
  text-shadow: 0 0 0.05em #ffffff, 0 0 0.1em #ffffff, 0 0 0.15em #ffffff, 0 0 0.3em #ffffff;
    filter: saturate(80%);
    -webkit-background-clip: text;
}

.top_component_01__catch .only__sp {
  display: none;
}

@media only screen and (max-width: 980px) {
  .top_component_01__catch {
    max-width: 95%;
    max-height: 210px;
    height: 100%;
    line-height: 1.5;
    font-size: 14px;
    padding: 0 15px;header
    margin-inline: 10px;
    top: 60%;
  }

  .top_component_01__catch .top_title {
    top: 0px;
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 639px) {
  .top_component_01__catch {
    max-width: 95%;
    height: 500px;
    padding: 0 10px;
    top: 70%;
    text-align: start;
	  text-align: center;
  }

  .top_component_01__catch .top_title {
    font-size: 2.5rem;
    position: absolute;
    top: -110px;
    text-align: center;
  }

  .top_component_01__catch .only__sp {
    display: block;
  }

}
