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

  left: 3vw;
}
/* .cover_box{
	height: 30%;
    width: 40%;
    background-color: #fff;
    position: absolute;
    top: 62%;
    left: 41%;
} */

@media only screen and (max-width: 639px) {
  header .header_inner_top .header_logo {
    width: 42%;
    position: relative;

    left: 3vw;
  }
}
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 {
  width: 70%;
  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: 90%;
  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: 84px;
  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: 5%;
  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: 73%;
  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: 0.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;
  height: 10vh;
  object-fit: cover;
  width: 22vw;
}

header #sp_menu,
header #sp_btn {
  display: none;
}

header #sp_menu .under_page_img img {
  height: 10vh;
  width: 100%;
  object-fit: cover;
}
/*
 nav02ここまで
 */
.sp {
  display: none;
}
.top_component_01 {
  position: relative;
  z-index: 1;
}
.top_component_01__catch__bg {
  position: relative;
}

.top_component_01__catch {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18% 10% 10%;
  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; */
  letter-spacing: 10px;
}
.top_component_01 img {
  width: 100%;
}
.top_component_01 span {
  text-shadow: 0 3px 8px #303030;
  display: block;
  font-size: 4rem;
}
@media only screen and (max-width: 639px) {
  .top_component_01__catch {
    letter-spacing: 5px;
    padding: 3% 2%;
  }
  .top_component_01 span {
    display: block;
    font-size: 2.4rem;
    line-height: 50px;
    text-align: center;
  }

  .top_component_01__catch {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    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;
    letter-spacing: 10px;
  }
}

.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;
  background-color: rgb(0 0 5 / 26%);
}
.top_component_02__catch__bg span {
  width: 1200px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
}
.top_component_02__catch__bg__catch {
  text-shadow: 2px 2px 5px #333;
}
.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: 122px;
  padding-bottom: 122px;
}
.news_component_01,
.news_component_02,
.info_component_01 {
  /*    padding-top: 72px; */
  padding-bottom: 72px;
}
.mid_component_02,
.mid_component_04,
.mid_component_06,
.mid_component_08,
.news_component_02 {
  /*    background: #eee; */
}
.dt_component_01,
.dt_component_02 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.component_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.dt_component_01 .component_inner {
  max-width: 1200px;
  margin: 50px auto;
}
.component_inner__title {
  margin-bottom: 40px;
  border-left: 3px solid #008cd6;
  padding-left: 10px;
}
.component_inner__title h2 {
  font-size: 3rem;
}
.component_inner__title p {
  letter-spacing: 0.2rem;
}
.component_inner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.component_inner__box__article {
  display: block;
  width: 31%;
  margin-bottom: 40px;
}
.component_inner__box__article img {
  width: 100%;
}
.component_inner__box__article__ttl {
  font-size: 1.8rem;
  padding: 12px 0 8px;
  font-weight: bold;
}
.component_inner__box__article__more {
  padding: 16px 0;
}
.mid_component_01 {
  padding: 40px 0;
}
.mid_component_01 .component_inner__box,
.mid_component_02 .component_inner__box,
.mid_component_03 .component_inner__box {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mid_component_01 .component_inner__box__article {
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #ddd;
}
.mid_component_01 .component_inner__box__article__box {
  margin: 20px;
  padding-left: 10px;
  border-left: solid 2px #008cd6;
}
.mid_component_01 .component_inner__box__article__ttl {
  padding: 0 0 5px;
  font-size: 2rem;
}
.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 {
  padding-bottom: 20px;
}
.mid_component_06 .component_inner__title {
  text-align: left;
}
.mid_component_06 .component_inner__box {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.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 .imgcover {
  height: 240px;
}
.mid_component_06 .component_inner__box__article__wrap .imgcover img {
  height: 100%;
  object-fit: cover;
}
.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: 50%;
}
.mid_component_08 .component_inner__box__article__text {
  width: 50%;
}
.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;
  margin-bottom: 20px;
  position: relative;
}
.mid_component_08 .component_inner__box__article__ttl {
  padding: 16px 0 0;
  font-size: 4rem;
}
.mid_component_08 .component_inner__box__article__more {
  padding: 8px 16px;
  margin-top: 24px;
  background: #008cd6;
  color: #fff;
  display: block;
  /* border-radius: 4px; */
  text-align: center;
}
.mid_component_08 .component_inner__box__article__more:hover {
  opacity: 0.8;
}
.mid_component_08.c00 {
  padding: 0;
}
.mid_component_08.c00 .component_inner__box__article {
  pointer-events: none;
}
.mid_component_08.c00 .component_inner__box__article.reverse .component_inner__box__article__text {
  border-left: solid 2px #008cd6;
  padding-left: 10px;
}
.mid_component_08.c00 .component_inner__box__article__text p {
  line-height: 2;
}
.mid_component_08.c00 .component_inner__box__article__img {
  position: relative;
  height: 350px;
  overflow: initial;
}
.mid_component_08.c00 .component_inner__box__article__img img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
}
.mid_component_08.c00 .component_inner__box__article__img img:nth-of-type(2) {
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 70%;
}
.mid_component_08.c01 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mid_component_08.c01 .component_inner__box__article__img {
  width: 66%;
}
.mid_component_08.c01 .component_inner__box__article__text {
  width: 34%;
}
.mid_component_08.c01 .component_inner__box:nth-child(2) .component_inner__box__article__text__option:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 40vw;
  background: #008cd6;
  height: 2px;
  right: 0;
  margin: auto;
}
.mid_component_08.c01 .component_inner__box:nth-child(3) .component_inner__box__article__text__option:before {
  content: "";
  position: absolute;
  bottom: 9px;
  width: 40vw;
  background: #008cd6;
  height: 2px;
  left: 120px;
  margin: auto;
}
/*
 * 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 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.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;
  margin-bottom: 0px;
  position: relative;
}
.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: 100%;
  background-color: #fff;
  padding: 30px 50px 70px;
  text-align: center;
  margin: auto;
  box-shadow: 0px 3px 6px #ddd;
  outline: solid 1px #008cd6;
  outline-offset: -1em;
}
.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: center;
  font-weight: bold;
  font-size: 2rem;
  width: 20%;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #008cd6;
}
.mid_component_09 .component_inner__box__article__ttl {
  padding: 16px 0 0;
  font-size: 3rem;
}
.mid_component_09 .component_inner__box__article__text__description {
  line-height: 32px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.mid_component_09 .component_inner__box__article__more {
  padding: 8px 56px;
  margin-top: 24px;
  background: #008cd6;
  color: #fff;
  display: inline-block;
  /* border-radius: 4px; */
  margin-bottom: 20px;
}
.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: 40%;
}
.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;
}
.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: 40%;
}
.info_component_01 .component_inner__box__news {
  width: 60%;
  list-style: none;
}
.info_component_01.access .component_inner__box__news {
  margin: 0 auto;
}
.info_component_01 .component_inner__box__news__list {
  padding: 16px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.component_inner__box__news__list a.tel {
  margin-left: 0px;
  color: #0d3292;
  text-decoration: underline;
  width: initial;
}
.info_component_01 span:first-child {
  flex-basis: 30%;
  word-break: break-all;
  text-align: left;
}
.info_component_01 span:last-child {
  flex-basis: 70%;
  word-break: break-all;
  text-align: left;
}
.info_component_01 #map {
  background: #eee;
  height: 400px;
}
.info_component_01.access #map {
  background: #eee;
  height: 600px;
}
/*
 *
 * 04.footer
 *
 */
.footer {
  background-image: linear-gradient(0deg, #ffffff, #e8f6fb);
}
.footer .footer_inner {
  max-width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_inner2 {
  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: 110px;
  margin: 0;
}
.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;
}
.footer .footer_sns li {
  padding: 0 4px;
  font-size: 1.8rem;
}
.footer .footer_navi {
  width: 50%;
}
.footer .footer_navi .section-navi {
  list-style: none;
  width: 100%;
  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 {
  /*nt-weight: bold;*/
}
.footer .footer_navi .section-navi .navi_current .navigate__hide li {
  padding-top: 16px;
}
.footer .footer_bottom {
  background: #ccc;
  padding: 8px 0;
  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_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 .maincolumn {
  width: 66%;
}
.dt_component_01 .sidecolumn {
  width: 30%;
}
.dt_component_01 .sidecolumn_article__ttl {
  background: #228cd6;
  color: #fff;
  padding: 40px 16px;
  font-size: 1.8rem;
}
.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: 16px 24px;
  display: block;
  background: #eee;
}
.dt_component_01 .sidecolumn_article__category li a:hover {
  background: #fff;
}
.dt_component_01 .sidecolumn_article__entry li a {
  padding: 16px 24px;
  display: block;
  background: #fff;
}
.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: 48%;
  display: inline-block;
  /* padding-right: 2%; */
  margin-right: 2%;
  border: 1px solid #eee;
  box-shadow: 2px 2px 5px #eee;
  margin-bottom: 40px;
}
.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: 100%;
  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;
}
/*
 *
 * 11.tmpl_mainpost
 *
 */
.contents-ttl {
  font-size: 3.2rem;
  /*    padding: 0 0 64px 0; */
  text-align: center;
  color: #fff;
  position: relative;
  /*    margin-bottom: 56px; */
}
.contents-ttl: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;
}
.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: #0d3292;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 12px 0;
  display: block;
  margin-top: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  cursor: pointer;
}
.mw_wp_form button:hover {
  background-color: #06163f;
}
/*
 *
 * 99.misc
 *
 */
.btn_small__mail {
  display: block;
  padding: 16px 32px;
  background: #0d3292;
  color: #fff;
  text-align: center;
}
.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: 12px 0;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2rem;
  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ここまで
 */
}
@media only screen and (max-width: 980px) {
  .header .header_navi {
    display: none;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
  }
  .header .header_navi.pc {
    display: none !important;
  }
  .header .header_inner_top {
    display: block;
  }
  .header .section-navi {
    display: block;
  }
  .header .section-navi .navi_current {
    border-right: none;
    width: 100%;
    text-align: left;
  }
  .header .section-navi .navi_current:hover {
    background: inherit;
    color: inherit;
  }
  .header .section-navi .navi_current:first-child > a {
    border-left: none;
  }
  .header .section-navi .navi_current .navigate__hide {
    opacity: inherit;
    visibility: inherit;
    text-align: left;
    position: relative;
    background: inherit;
    text-indent: 14px;
    width: 100%;
    z-index: inherit;
  }
  .header .section-navi .navi_current .navigate__hide .navigate__top a:hover {
    background: inherit;
  }
  .header .section-navi .navi_current .navigate__hide .navigate__top a {
    color: #343e47;
    transition: unset;
  }
  .header_info {
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
  }
  .header_info__tel,
  .header_info__mail {
    width: 49%;
  }
  .header_info__tel {
    background: #ccc;
    padding: 16px 32px;
    text-align: center;
    display: block;
  }
  .header .header_inner_top .header_tel,
  .header .header_inner_top .header_mail {
    display: none;
  }
  .header_humb {
    display: block;
    cursor: pointer;
  }
  /*
 * header_02
 */
  /* 下層ページ数によって調整 */
  .header_navi .header_inner {
    top: 450px;
  }
  .header .section-navi {
    float: initial;
    width: initial;
  }
  .header .section-navi .navi_current {
    color: #343e47;
  }
  /* 下層ページ数によって調整 */
  .header_info {
    padding: 830px 16px 16px;
  }
  .header_humb {
    z-index: 2;
  }
  /*
 * header_02ここまで
 */

  /*
 * nav_02レスポンシブここから
 */
  /*===============================================
  common
  ===============================================*/
  /*   #main {
    padding-top: 64px;
  } */
  /*===============================================
  header
  ===============================================*/
  header {
    position: fixed;
  }
  header .inner {
    height: 64px;
  }
  header .header_inner_top .header_tel {
    display: none;
  }
  header .header_inner_top .header_mail .btn_small__mail {
    display: none;
  }
  header .header_inner_top {
    padding: 10px 0;
    height: 64px;
  }
  header .header_inner_top .header_logo img {
    max-height: 48px;
  }
  .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: #008cd6;
    position: fixed;
    top: 0;
    width: 100%;
    height: calc(100% - 56px);
    padding: 0;
    margin-top: 100px;
    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: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
  }
  header #sp_menu.active li:nth-child(2) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
  }
  header #sp_menu.active li:nth-child(3) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
  }
  header #sp_menu.active li:nth-child(4) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
  }
  header #sp_menu.active li:nth-child(5) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
  }
  header #sp_menu.active li:nth-child(6) {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
  }
  header #sp_menu.active li:nth-child(7) {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
  }
  header #sp_menu.active li:nth-child(8) {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.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 #00669b;
    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 0.7s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transition: opacity 0.7s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    -moz-transition: opacity 0.7s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    -ms-transition: opacity 0.7s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.7s ease, transform 0.6s ease, -webkit-transform 0.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;
    /* 	height: 45vh; */
  }
  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レスポンシブここまで
 */
  .mid_component_06 .component_inner__box__article__wrap .imgcover {
    height: 180px;
  }
  .mid_component_08 .component_inner__box__article__ttl {
    font-size: 3.2rem;
  }
  .mid_component_08.c00 .component_inner__box__article__img img:nth-of-type(2) {
    bottom: 0px;
  }
  .mid_component_08.c01 .component_inner__box__article__img {
    width: 50%;
  }
  .mid_component_08.c01 .component_inner__box__article__text {
    width: 50%;
  }
  .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;
  }
  .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; */
    flex-wrap: wrap;
  }
  .mid_component_05 .component_inner__box__article,
  .mid_component_06 .component_inner__box__article {
    width: 48%;
    /*      margin: 0 auto 40px; */
  }
  .mid_component_06 {
    padding-top: 170px;
    padding-bottom: 20px;
  }
  .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 .component_inner__box__article__ttl {
    font-size: 2.4rem;
  }
  .mid_component_08.c00 .component_inner__box__article__img img:first-of-type {
    width: 300px;
  }
  .mid_component_08.c00 .component_inner__box__article__img img:nth-of-type(2) {
    width: 300px;
  }
  .mid_component_08.c01 .component_inner__box__article__img {
    width: 100%;
  }
  .mid_component_08.c01 .component_inner__box__article__text {
    width: 100%;
  }
  .mid_component_08.c01 .component_inner__box:nth-child(2) .component_inner__box__article__text__option:before {
    width: 70vw;
    left: 0;
    right: initial;
  }
  .mid_component_08.c01 .component_inner__box:nth-child(3) .component_inner__box__article__text__option:before {
    width: 70vw;
    left: 0;
    bottom: -10px;
  }
  /*
 * 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;
  }
  .mid_component_09 .component_inner__box__article__ttl {
    font-size: 2.4rem;
  }
  .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,
  .dt_component_02 .component_inner {
    display: block;
  }
  .dt_component_01 .maincolumn {
    width: 100%;
  }
  .dt_component_01 .sidecolumn {
    width: 100%;
  }
  .dt_component_01 .inpage-article {
    width: 100%;
    padding-right: 0;
  }
  .contents-ttl {
    font-size: 2.4rem;
    /*      padding: 0 0 32px 0;
     margin-bottom: 32px; */
  }
  .header .header_inner_top {
    padding: 16px 0;
  }
  .header .header_inner_top .header_logo {
    max-width: 120px;
  }
  .header_info {
    padding: 16px 8px;
  }
  .header_info__tel,
  .header_info__mail {
    padding: 16px;
  }
  /*
 * header_02
 */
  .header_info {
    padding: 830px 16px 16px;
  }
  /*
 * header_02ここまで
 */
  .component_inner__title {
    margin-bottom: 30px;
  }
  .component_inner__title h2 {
    font-size: 2rem;
  }
  .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(35vh);
    object-fit: cover;
  }
  @media only screen and (max-width: 700px) {
    .slider img,
    .top_component_01 .single_img img,
    .top_component_01 video {
      height: calc(30vh);
    }
  }
  @media only screen and (max-width: 500px) {
    .slider img,
    .top_component_01 .single_img img,
    .top_component_01 video {
      height: calc(38vh);
    }
  }
  @media only screen and (max-width: 350px) {
    .slider img,
    .top_component_01 .single_img img,
    .top_component_01 video {
      height: calc(30vh);
    }
  }
  #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%;
   } */
}
/*
 *
 * 101.gutenberg
 *
 */
.entry .entry-content,
.entry .entry-summary {
  max-width: 1200px;
  margin: 32px auto;
}
/*  .wp-block-media-text .wp-block-media-text__content {
     padding: 4% 4% 4% 4% !important;
    position: absolute; 
    right: 40%;
    width: 50%;
    background-color: rgba(255,255,255,0.58);
 }
 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
     padding: 2% 4% 2% 4% !important;
 }
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content  {
    padding: 4% 4% 4% 4% !important;
    position: absolute; 
    left: 40%;
    width: 50%;
    background-color: rgba(255,255,255,0.58);
} */

.wp-block-media-text .wp-block-media-text__content {
  padding: 4% 4% 4% 4% !important;
  /*     position: absolute;  */
  right: 40%;
  /*     width: 50%; */
  background-color: rgba(255, 255, 255, 0.58);
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 2% 4% 2% 4% !important;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding: 4% 4% 4% 4% !important;
  /*     position: absolute; */
  left: 40%;
  /*     width: 50%; */
  background-color: rgba(255, 255, 255, 0.58);
}

@media only screen and (max-width: 639px) {
  .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;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content,
  .entry .entry-summary {
    padding: 0 60px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .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);
  }
}

/*--------------------------------------------------------------
 ## 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: 3;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 5rem;
  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: #0693e3;
  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);
  }
}
@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 * (15vw / 12) - 28px);
  }
}
.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%;
}
.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;
  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 .**
 *
 */

#move {
  padding-top: 60px;
  margin-top: -60px;
}
#scroll {
  position: absolute;
  /*     top: 90%; */
  /* 	    top: 70%; */
  top: 57%;
  left: 54%;
}
@media only screen and (max-width: 639px) {
  #scroll {
    position: absolute;
    top: 54%;
    /* margin: 0 auto; */
    /* left: 50%; */
    right: 36%;
  }
}

#scroll a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
#scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

#scroll a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 639px) {
  #scroll {
    position: absolute;
    top: 100%;
    left: 54%;
  }

  #scroll a {
    display: inline-block;
    position: absolute;
    right: -100px;
    bottom: 324px;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
  }
  #scroll a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #008cd6;
  }

  #scroll a::after {
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  #scroll a::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 1px;
    height: 60px;
    background: #fff;
  }
}
/*--------------------------------------------------------------
 ## Top
 --------------------------------------------------------------*/
#news,
#about,
#message {
  margin-bottom: 80px;
}
.news_about_message {
  background-image: url(/wp-content/uploads/2025/07/bg01.jpg);
  background-position: top;
  background-size: cover;
  padding: 80px 0;
}
.news_list {
  display: grid;
  gap: 3%;
  grid-template-columns: 31.3% 31.3% 31.3%;
  list-style: none;
}
.news_list li {
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #ddd;
  position: relative;
}
.news_list li img {
  width: 100%;
  height: auto;
}
.news_list .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #296a9a;
  color: #fff;
  padding: 3px 5px;
  font-size: 1.4rem;
  font-weight: 600;
}
.news_list dl {
  padding: 10px;
}
.news_list dd {
  padding: 3px 0;
  font-size: 1.4rem;
}
.news_list dd.time {
  font-size: 1.3rem;
}
.news_list dt {
  font-weight: bold;
  font-size: 1.6rem;
}
.two_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.two_box .left_box {
  width: 45%;
}
.two_box .left_box img {
  width: 100%;
}
.two_box .right_box {
  width: 52%;
  line-height: 3rem;
}
.two_box .right_box h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#about .btn_style_wrap {
  margin: 70px 0 0;
}
.btn_style_wrap {
  margin: 0 auto 20px;
  text-align: center;
}
.btn_style {
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #008cd6;
  position: relative;
  border: 1px solid #008cd6;
  transition: color 0.5s ease;
}
.btn_style:hover {
  color: #008cd6;
}
.btn_style:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn_style::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn_style .text {
  position: relative;
}
.btn_style .text:hover {
  color: #008cd6 !important;
}
.mid_component_01 {
  background-image: url(/wp-content/uploads/2025/07/bg02.jpg);
  background-position: top;
  background-size: cover;
}
.activity_association {
  background-image: url(/wp-content/uploads/2025/07/bg03.jpg);
  background-position: top;
  background-size: cover;
  padding: 80px 0;
}
#association {
  margin: 180px 0 80px;
}
.association_wrap {
  padding: 20px;
  background: #fff;
}
.association_box {
  display: flex;
  justify-content: space-between;
  border: 2px solid #008cd6;
  padding: 20px;
  background: #fff;
}
.association_box .right_box {
  width: 48%;
}
.association_box .right_box iframe {
  width: 100%;
  height: 350px;
}
.association_box .left_box {
  width: 50%;
}
.association_box .left_box dl {
  display: flex;
  flex-wrap: wrap;
}
.association_box .left_box dd {
  box-sizing: border-box;
}
.association_box .left_box dt {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 25px 20px 5px;
  border-bottom: 1px dotted #008cd6;
}
.association_box .left_box dt:last-of-type,
.association_box .left_box dd:last-of-type {
  border: none;
}
.association_box .left_box dd {
  display: flex;
  align-items: center;
  width: 80%;
  margin-left: 0;
  padding: 25px 20px 5px;
  border-bottom: 1px dotted #008cd6;
}
@media only screen and (max-width: 639px) {
  #news,
  #about,
  #message {
    margin-bottom: 50px;
  }
  .news_about_message {
    padding: 30px 0;
  }
  .news_list {
    display: block;
  }
  .two_box {
    display: block;
  }
  .two_box .left_box {
    margin-bottom: 10px;
  }
  .two_box .left_box,
  .two_box .right_box {
    width: 100%;
    line-height: 2.5rem;
  }
  #about .btn_style_wrap {
    margin: 20px 0 0;
  }
  .activity_association {
    padding: 40px 0;
  }
  #association {
    margin: 80px 0 40px;
  }
  .association_box {
    display: block;
  }
  .association_box .left_box,
  .association_box .right_box {
    width: 100%;
  }
  .association_box .left_box dt {
    background: #008cd6;
    color: #fff;
    padding: 10px 10px;
  }
  .association_box .left_box dd {
    padding: 20px 10px;
  }
  .association_box .left_box dt,
  .association_box .left_box dd {
    width: 100%;
    border: none;
  }
  .association_box .right_box iframe {
    height: 250px;
  }
}
/* 202507 */
.news_list li .img_box {
  aspect-ratio: 322/194;
  overflow: hidden;
}
.news_list li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lower-page-ttl {
  padding-top: 110px;
}
.lower-page-ttl .top_component_02__catch__bg {
  background-color: rgba(0, 0, 0, 0);
}
.dt_component_01 .category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  margin-bottom: 80px;
  list-style: none;
}
.dt_component_01 .category-list li a {
  display: block;
  min-width: 176px;
  padding: 8px;
  color: white;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  background: #296a9a;
}
.post-type-archive-topics .dt_component_01,
.tax-cat-topics .dt_component_01 {
  background: url(/wp-content/uploads/2025/07/bg02.png);
  background-position: top;
  background-size: cover;
}
.dt_component_01 section {
  width: 100%;
}
.pagenavi {
  text-align: center;
}
/*wp-pagenavi 02*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #222;
  background-color: white;
  border: 1px solid #296a9a;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #296a9a;
  border-color: #296a9a !important;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #296a9a;
  border-color: #296a9a;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .lower-page-ttl {
    padding-top: 68px;
  }
}
@media screen and (max-width: 639px) {
  .dt_component_01 .category-list li a {
    display: block;
    min-width: 140px;
    padding: 8px;
    color: white;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    background: #296a9a;
  }
  .dt_component_01 .category-list {
    flex-wrap: wrap;
    column-gap: 16px;
    margin-bottom: 40px;
    row-gap: 16px;
  }
}

.component_inner__box__map {
	max-width: 720px;
	margin: 0 auto;
}
.component_inner__box__map iframe {
	width: 100%;
	aspect-ratio: 2 / 1;
	height: auto;
}
@media screen and (max-width: 639px) {
	.component_inner__box__map iframe {
		aspect-ratio: 1 / 1;
	}
}