@charset "UTF-8";
/*@custom-media --window-small (max-width: 599px);*/
/*@custom-media --window-medium (min-width: 600px);*/
/*@custom-media --window-large (min-width: 960px);*/
/*@custom-media --window-full (min-width: 1200px);*/
:root {
	--main-color: #50c8a7;
	--light-gray: #f5f5f5;
	--white: #fff;
	--black: #555;

	--gray-border: #e7e7e7;

	--padding: 15px;
	--max-width: 970px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;

	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	-webkit-text-decoration: none;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html {
  font-size: 16px;
  font-size: 1rem;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.7142857143;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  color: #444444;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
button {
  overflow: hidden;
}
a {
  color: #F05F9D;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
strong {
  font-weight: bold;
}
figure {
  margin: 0;
}
figcaption {
  color: #838890;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 15px 0 0;
  text-align: left;
}
.color-theme {
  color: #00B498;
}
.notes {
  color: #F05F9D;
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .pc-hide {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
  .xlarge {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .sp-hide {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  .xlarge {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.wrapper {
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .content-wrapper {
    overflow: hidden;
    margin-top: 130px;
    min-height: calc(100vh - 130px - 90px);
  }
  .content {
    max-width: 1170px;
    padding: 0 20px;
    margin: 60px auto;
  }
  .section-type01 {
    margin: 0 0 70px;
  }
  .section-type02 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 73.125em) {
  body.is-open {
    position: fixed;
    width: 100%;
  }
  .content-wrapper {
    overflow: hidden;
    margin-top: 50px;
    min-height: calc(100vh - 50px - 90px);
  }
}
@media screen and (max-width: 47.9375em) {
  .content-wrapper {
    min-height: calc(100vh - 50px - 108px);
  }
  .content {
    margin: 60px 15px;
  }
  .section-type01 {
    margin: 0 0 60px;
  }
  .section-type02 {
    margin: 0 0 40px;
  }
}
.header {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 30;
}
.header__inner {
  box-sizing: border-box;
}
.header__logo {
  margin: 0;
}
.header__logo a {
  color: var(--main-color);
  display: flex;
  font-size: 1.2em;
  align-items: center;
  font-weight: normal;
}
.header__logo a img {
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
@media print, screen and (min-width: 73.1875em) {
  .header {
    padding: 0 20px;
  }
  .header__inner {
    height: 130px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 16px 0 0;
    position: relative;
  }
  .header__search {
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
  }
  .header__logo {
    float: left;
    margin-right: 30px;
  }
  .header__logo a img {
    width: 32px;
  }
}
@media screen and (max-width: 73.125em) {
  .header__inner {
    height: 50px;
    padding: 13px 0 0 15px;
  }
  .header__logo a img {
    width: 18px;
  }
}
.header-search {
  background-color: var(--main-color);
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.header-search__title {
  margin: 0 0 10px;
  line-height: 1;
  font-weight: normal;
}
.header-search__title i {
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
}
.header-search__inner {
  background-color: #fff;
  display: flex;
}
.header-search__input {
  appearance: none;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.header-search__button {
  appearance: none;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  text-align: center;
  position: relative;
  color: var(--main-color);
  font-size: 20px;
  font-size: 1.25rem;
  transition: color 0.2s;
  cursor: pointer;
}
.header-pc__search {
  display: none;
}
.header-pc-search__inner {
  background-color: #fff;
  display: flex;
}
.header-pc-search__input {
  appearance: none;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  border: 1px solid #E9EEF1;
  font-size: 16px;
  font-size: 1rem;
  width: 20%;
  height: 40px;
  box-sizing: border-box;
}
.header-pc-search__button {
  appearance: none;
  padding: 0;
  background-color: #E9EEF1;
  border-radius: 0 6px 6px 0;
  border: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  text-align: center;
  position: relative;
  color: var(--main-color);
  font-size: 20px;
  font-size: 1.25rem;
  transition: color 0.2s;
  cursor: pointer;
}
@media print, screen and (min-width: 73.1875em) {
  .header-search {
    display: none;
  }
  .header-pc__search {
    display: block;
    margin-top: 7px;
  }
  .header-pc-search__input {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header-pc-search__button:hover, .header-pc-search__button:focus {
    color: #00B498;
  }
}
@media screen and (max-width: 73.125em) {
  .header-search {
    margin: 0 0 30px;
  }
  .header-search__title {
    margin: 0 0 10px;
  }
}
.toppage-search {
  display: none;
}
.toppage-search__inner {
  background-color: #fff;
}
.toppage-search__title {
  color: var(--main-color);
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  font-weight: bold;
}
.toppage-search__input {
  appearance: none;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  border: 1px solid #E9EEF1;
  font-size: 16px;
  font-size: 1rem;
  width: calc(100% - 100px);
  height: 40px;
  box-sizing: border-box;
  vertical-align: bottom;
}
.toppage-search__button {
  appearance: none;
  padding: 0;
  background-color: #E9EEF1;
  border-radius: 0 6px 6px 0;
  border: 0;
  width: 100px;
  height: 40px;
  flex-shrink: 0;
  text-align: center;
  position: relative;
  color: var(--main-color);
  font-size: 20px;
  font-size: 1.25rem;
  transition: color 0.2s;
  cursor: pointer;
}
@media print, screen and (min-width: 73.1875em) {
  .toppage-search {
    display: block;
    border-top: 1px solid #E9EEF1;
  }
  .toppage-search__input {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .toppage-search__button:hover, .toppage-search__button:focus {
    color: #00B498;
  }
}
.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-nav__item {
  padding-left: 0;
  white-space: nowrap;
}
.global-nav__item::before {
  content: none;
}
.global-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button]) {
  display: block;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #2B343E;
}
.global-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button])::after {
  content: none;
  display: none;
}
.sub-menu .global-nav__item {
  margin: 0;
}
.sub-menu .global-nav__item::before {
  content: none;
}
.sub-menu .global-nav__item + .global-nav__item {
  margin: 0;
}
@media print, screen and (min-width: 73.1875em) {
  .global-nav {
    width: 100%;
  }
  .global-nav__list {
    display: flex;
  }
  .global-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button]) {
    text-align: center;
    letter-spacing: 0;
    line-height: 55px;
    line-height: 3.4375rem;
    transition: color 0.2s;
  }
  .global-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button]):hover {
    color: var(--main-color);
  }
  .global-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button]):hover .sub-menu {
    display: block;
  }
  .global-nav__item._current a:not([class*=link]):not([class*=inner]):not([class*=button]) {
    color: var(--main-color);
  }
  .global-nav__item + .global-nav__item {
    margin-left: 50px;
  }
  .global-nav__item:hover .sub-menu {
    display: block;
  }
  .sub-menu {
    display: none;
    position: absolute;
    background-color: rgba(44, 52, 62, 0.9);
  }
  .sub-menu .global-nav__item {
    padding: 0;
  }
  .sub-menu .global-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button]) {
    text-align: left;
    padding: 0 20px;
    color: #fff;
  }
}
@media screen and (max-width: 73.125em) {
  .global-nav > .global-nav__list > .global-nav__item > a:not([class*=link]):not([class*=inner]):not([class*=button])::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    margin-left: 5px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #444444;
  }
  .global-nav > .global-nav__list > .global-nav__item > a:not([class*=link]):not([class*=inner]):not([class*=button]).is-opend::after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
  }
  .global-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button]) {
    line-height: 55px;
    line-height: 3.4375rem;
  }
}
.sub-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-nav__item {
  padding-left: 0;
  white-space: nowrap;
}
.sub-nav__item::before {
  content: none;
}
.sub-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button]) {
  display: block;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #2B343E;
}
.sub-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button])::after {
  content: none;
  display: none;
}
@media print, screen and (min-width: 73.1875em) {
  .sub-nav {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .sub-nav__list {
    display: flex;
    justify-content: flex-end;
  }
  .sub-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button]) {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 55px;
    line-height: 3.4375rem;
    transition: color 0.2s;
  }
  .sub-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button]):hover {
    color: var(--main-color);
  }
  .sub-nav__item._current a:not([class*=link]):not([class*=inner]):not([class*=button]) {
    color: var(--main-color);
  }
  .sub-nav__item + .sub-nav__item {
    margin-left: 25px;
  }
}
@media screen and (max-width: 73.125em) {
  .sub-nav__item a:not([class*=link]):not([class*=inner]):not([class*=button]) {
    line-height: 55px;
    line-height: 3.4375rem;
  }
}
@media print, screen and (min-width: 73.1875em) {
  .sp-menu {
    display: none;
  }
}
@media screen and (max-width: 73.125em) {
  .sp-menu {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sp-menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    height: 60px;
    padding: 0 20px;
    -webkit-text-decoration: none;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 60px;
    line-height: 3.75rem;
    background-color: var(--main-color);
    box-sizing: border-box;
  }
  body.is-open .sp-menu__icon {
    background: transparent !important;
  }
  body.is-open .sp-menu__icon:before {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  body.is-open .sp-menu__icon:after {
    bottom: auto;
    top: 50%;
    margin-bottom: 0;
    transform: rotate(-135deg);
  }
}
@media print, screen and (min-width: 73.1875em) {
  .sp-nav {
    clear: both;
  }
  .sp-nav__close {
    display: none;
  }
}
@media screen and (max-width: 73.125em) {
  .sp-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 75px;
    bottom: 0;
    background-color: var(--main-color);
    z-index: 40;
    transform: translateX(120%);
  }
  body.is-open .sp-nav {
    transform: translateX(0);
    transition: transform 0.2s;
  }
  .sp-nav__container {
    overflow-y: auto;
    height: calc(100% - 30px);
  }
  .sp-nav__inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 50px 50px 30px;
  }
  .sp-nav__close {
    overflow: hidden;
  }
  .sp-nav__close a {
    display: block;
    float: right;
    font-size: 20px;
    font-size: 1.25rem;
    width: 60px;
    line-height: 60px;
    line-height: 3.75rem;
    text-align: center;
    color: #fff;
  }
  .sp-bg {
    background-color: rgba(0, 31, 54, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 35;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: visibility 0.2s, opacity 0.2s;
  }
  body.is-open .sp-bg {
    opacity: 1;
    visibility: visible;
  }
}
.page-title {
  background-position: center;
  background-image: radial-gradient(#ccc 10%, transparent 10%);
  background-size: 5px 5px;
  padding: 15px;
}
.page-title__inner {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.page-title__sub {
  margin: 0;
  line-height: 1;
  background-color: var(--main-color);
  color: #fff;
  float: left;
  font-weight: normal;
}
.page-title__title {
  margin: 0;
  line-height: 1;
  background-color: var(--main-color);
  color: #fff;
  clear: left;
  float: left;
  font-weight: normal;
  padding: 0 15px;
}
@media print, screen and (min-width: 48em) {
  .page-title {
    margin: 20px 0 80px;
  }
  .page-title__inner {
    max-width: 900px;
    height: 250px;
    margin: 0 auto;
  }
  .page-title__sub {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 58px;
    line-height: 3.625rem;
    margin: 75px 0 0;
    padding: 0 20px;
  }
  .page-title__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin: 10px 0 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .page-title {
    margin: 20px 0 60px;
  }
  .page-title__inner {
    height: 120px;
    margin: 0 auto;
  }
  .page-title__sub {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin: 35px 0 0;
    padding: 0 10px;
  }
  .page-title__title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin: 5px 0 0;
    padding: 0 10px;
  }
}
.footer {
  background-color: #2B343E;
  color: #fff;
  text-align: center;
}
.footer__go-top {
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  -webkit-text-decoration: none;
  text-decoration: none;
  overflow: hidden;
  color: #00b498;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.75rem;
  background-color: #e9eef1;
  box-sizing: border-box;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.footer__inner {
  box-sizing: border-box;
}
.footer__copyright {
  line-height: 1;
}
.footer__copyright small {
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .footer__inner {
    padding: 30px 10px;
    min-height: 90px;
  }
  .footer__copyright small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer__inner {
    padding: 20px 10px;
  }
  .footer__copyright small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-nav__list li {
  padding: 0 10px;
}
.footer-nav__list li::before {
  display: none;
}
.footer-nav__list li a::after {
  display: none;
}
.footer-nav__item {
  line-height: 1.4;
}
.footer-nav__item a {
  display: block;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media print, screen and (min-width: 48em) {
  .footer-nav {
    margin: 0 0 20px;
  }
  .footer-nav__item {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 10px;
  }
  .footer-nav__item a {
    transition: opacity 0.2s;
  }
  .footer-nav__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-nav {
    margin: 0 0 10px;
  }
  .footer-nav__item {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 5px 8px;
  }
}
.mainvisual a {
  color: #fff;
}
.mainvisual img {
  max-width: none !important;
  width: 100%;
}
.mainvisual .wp-block-image {
  margin-bottom: 0;
}
.mainvisual .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.mainvisual .slick-dots li {
  margin: 0 12px;
  padding: 0;
}
.mainvisual .slick-dots li::before {
  content: none;
  display: none;
}
.mainvisual .slick-dots li.slick-active button {
  background-color: #fff;
  border-color: var(--main-color);
}
.mainvisual .slick-dots button {
  appearance: none;
  padding: 0;
  background-color: transparent;
  font-size: 1px;
  font-size: 0.0625rem;
  text-indent: -9999px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
.mainvisual__inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.mainvisual__inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media print, screen and (min-width: 48em) {
  .mainvisual__item {
    transition: opacity 0.2s;
  }
  .mainvisual__item:hover {
    opacity: 0.6;
  }
  .mainvisual__inner {
    height: 0;
    padding-top: 27.8632478632%;
  }
}
@media screen and (max-width: 47.9375em) {
  .mainvisual__inner {
    height: 0;
    padding-top: 66.6666666667%;
  }
}
.search-block01__inner {
  border: 2px solid #E9EEF1;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
}
.search-block01__input {
  appearance: none;
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.search-block01__button {
  appearance: none;
  padding: 0;
  border-radius: 0;
  border: 0;
  color: #00B498;
  background-color: #E9EEF1;
  text-align: center;
  flex-shrink: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.search-block01__label {
  font-size: 0;
}
@media print, screen and (min-width: 48em) {
  .search-block01__inner {
    transition: border 0.2s;
  }
  .search-block01__inner:hover {
    border-color: var(--main-color);
  }
  .search-block01__input {
    height: 60px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px;
  }
  .search-block01__button {
    width: 100px;
    line-height: 60px;
    line-height: 3.75rem;
    height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    transition: background 0.2s, color 0.2s;
  }
  .search-block01__button:hover, .search-block01__button:focus {
    background-color: var(--main-color);
    color: #fff;
  }
  .search-block01__label {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-block01__input {
    height: 50px;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
  }
  .search-block01__button {
    width: 60px;
    line-height: 50px;
    line-height: 3.125rem;
    height: 50px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .search-block01__label {
    margin: 10px 0 0;
  }
}
.heading-type01 {
  padding-left: 0;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1.4;
  font-weight: normal;
}
.heading-type01::before {
  content: none;
}
.heading-type01 i {
  color: var(--main-color);
  font-style: normal;
  margin-right: 10px;
}
@media print, screen and (min-width: 48em) {
  .heading-type01 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 30px 0 20px;
  }
  .heading-type01._first {
    margin-top: 0;
  }
  .heading-type01._small {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
  .heading-type01._small i {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .heading-type01 i {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .heading-type01 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 30px 0 20px;
  }
  .heading-type01 i {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.heading-type02 {
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 2em 0 1em 0;
  padding: 3px 0 3px 2rem;
  position: relative;
  border-bottom: 2px solid #ccc;
}
.heading-type02:before {
  content: "";
  background-color: #ccc;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.25rem;
  height: 2px;
}
.heading-type03 {
  padding-left: 0;
}
.heading-type03::before {
  content: none;
}
.heading-type03::before {
  content: none;
}
.heading-type03 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 2em 0 1em 0;
  padding: 3px 0 3px 2rem;
  position: relative;
  border-bottom: 2px solid #ccc;
}
.heading-type03:before {
  content: "";
  background-color: #ccc;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.25rem;
  height: 2px;
}
.heading-type04 {
  padding-left: 0;
}
.heading-type04::before {
  content: none;
}
.heading-type04 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 2em 0 1em 0;
  padding: 3px 0 3px 2rem;
  position: relative;
  border-bottom: 2px solid #ccc;
}
.heading-type04:before {
  content: "";
  background-color: #ccc;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.25rem;
  height: 2px;
}
@media print, screen and (min-width: 48em) {
  .heading-type04 {
    margin: 1.25em 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .heading-type04 {
    margin: 1.25em 0 0.833333em;
  }
}
.label-type01 {
  color: #fff;
  background-color: var(--main-color);
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 0 10px 0 10px;
  margin: 0 5px 10px 10px;
}
.label-type01:before {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right: 9px solid var(--main-color);
  position: absolute;
  top: 0;
  left: -21px;
}
.label-type01:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 48em) {
  a.label-type01 {
    transition: background 0.2s;
  }
  a.label-type01:before {
    transition: border 0.2s;
  }
  a.label-type01:hover {
    background-color: #00B498;
  }
  a.label-type01:hover:before {
    border-right-color: #00B498;
  }
}
.banner-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-list01__item {
  text-align: center;
}
.banner-list01__item + .banner-list01__item {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .banner-list01__item + .banner-list01__item {
    margin-top: 20px;
  }
  .banner-list01__item a {
    transition: opacity 0.2s;
  }
  .banner-list01__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner-list01__item + .banner-list01__item {
    margin-top: 10px;
  }
}
.topics-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 3px solid #E9EEF1;
  border-bottom: 3px solid #E9EEF1;
}
.topics-list01__item {
  padding-left: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #E9EEF1;
}
.topics-list01__item::before {
  content: none;
}
.topics-list01__item:last-child {
  border-bottom: 0;
}
.topics-list01__item a {
  display: flex;
  color: #444444;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
}
.topics-list01__item a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #00B498;
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.topics-list01__item time {
  color: #838890;
  font-size: 10px;
  font-size: 0.625rem;
  flex-shrink: 0;
  box-sizing: border-box;
  white-space: nowrap;
}
.topics-list01__item span {
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 48em) {
  .topics-list01__item a {
    padding: 15px 30px 15px 0;
    transition: color 0.2s;
  }
  .topics-list01__item a:hover {
    color: #00B498;
  }
  .topics-list01__item a:hover time {
    color: #00B498;
  }
  .topics-list01__item time {
    padding: 3px 0 0 10px;
    width: 90px;
    transition: color 0.2s;
  }
}
@media screen and (max-width: 47.9375em) {
  .topics-list01__item a {
    padding: 15px 30px 15px 0;
  }
  .topics-list01__item time {
    padding: 3px 0 0 0;
    width: 80px;
  }
}
.item-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 3px solid #E9EEF1;
  border-bottom: 3px solid #E9EEF1;
}
.item-list01__item {
  padding-left: 0;
  margin: 0;
}
.item-list01__item::before {
  content: none;
}
.item-list01__item + .item-list01__item {
  border-top: 1px solid #E9EEF1;
}
.item-list01__inner {
  display: block;
  color: #444444;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.item-list01__title {
  margin: 0;
  font-weight: bold;
}
.item-list01__description {
  margin: 0;
}
.item-list01__date {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #838890;
}
.item-list01__label {
  font-size: 0;
}
.item-list01__label .label-type01 {
  margin: 10px 5px 0 10px;
}
@media print, screen and (min-width: 48em) {
  .item-list01__item {
    margin: 30px 0;
  }
  .item-list01__item + .item-list01__item {
    padding-top: 30px;
  }
  .item-list01__inner {
    display: flex;
    transition: opacity 0.2s;
  }
  .item-list01__inner:hover {
    opacity: 0.6;
  }
  .item-list01__img {
    width: 270px;
    margin: 0 30px 0 0;
    flex-shrink: 0;
  }
  .item-list01__text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
  }
  .item-list01__top {
    width: 100%;
  }
  .item-list01__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 5px;
  }
  .item-list01__date {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .item-list01__label {
    width: 100%;
    padding-right: 90px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 47.9375em) {
  .item-list01__item {
    margin: 15px 0;
  }
  .item-list01__item + .item-list01__item {
    padding-top: 15px;
  }
  .item-list01__img {
    float: left;
    width: 47.8260869565%;
    max-width: 270px;
    margin: 0 10px 0 0;
  }
  .item-list01__top {
    overflow: hidden;
  }
  .item-list01__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .item-list01__description {
    display: none;
  }
  .item-list01__label {
    clear: both;
  }
}
.item-list02__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 3px solid #E9EEF1;
  border-bottom: 3px solid #E9EEF1;
}
.item-list02__item {
  padding-left: 0;
}
.item-list02__item::before {
  content: none;
}
.item-list02__item + .item-list02__item {
  border-top: 1px solid #E9EEF1;
}
.item-list02__inner {
  color: #444444;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}
.item-list02__img {
  flex-shrink: 0;
}
.item-list02__text {
  width: 100%;
}
.item-list02__title {
  margin: 0;
}
@media print, screen and (min-width: 48em) {
  .item-list02__item {
    margin: 20px 0;
  }
  .item-list02__item + .item-list02__item {
    padding-top: 20px;
  }
  .item-list02__inner {
    transition: opacity 0.2s;
  }
  .item-list02__inner:hover {
    opacity: 0.6;
  }
  .item-list02__img {
    width: 37.037037037%;
    margin: 0 10px 0 0;
  }
  .item-list02__title {
    margin-right: -5px;
  }
}
@media screen and (max-width: 47.9375em) {
  .item-list02__item {
    margin: 20px 0;
  }
  .item-list02__item + .item-list02__item {
    padding-top: 20px;
  }
  .item-list02__img {
    width: 37.037037037%;
    max-width: 160px;
    margin: 0 10px 0 0;
  }
  .item-list02__title {
    margin-right: -5px;
  }
}
.item-list03__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-list03__item {
  padding-left: 0;
  margin: 0;
  border: 3px solid #E9EEF1;
  box-sizing: border-box;
}
.item-list03__item::before {
  content: none;
}
.item-list03__item._video .item-list03__img:after {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item-list03__inner {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #444444;
}
.item-list03__img {
  position: relative;
}
.item-list03__img img {
  width: 100%;
}
.item-list03__label {
  position: absolute;
  top: -3px;
  left: -3px;
  background-color: #2B343E;
  color: #fff;
  font-style: normal;
  line-height: 30px;
  line-height: 1.875rem;
  padding: 0 15px;
}
.item-list03__label._cat01 {
  background-color: #00B9A3;
}
.item-list03__label._cat02 {
  background-color: #F05F9D;
}
.item-list03__label._cat03 {
  background-color: #4448A0;
}
.item-list03__date {
  font-weight: bold;
  margin: 0;
}
.item-list03__title {
  margin: 0;
}
.item-list03__description {
  margin: 0;
}
.item-list03__button {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.item-list03__button._1column a {
  width: 100%;
  max-width: 250px;
}
.item-list03__button._2column a {
  width: 100%;
}
.item-list03__button._2column a + a {
  margin-left: 10px;
}
@media print, screen and (min-width: 48em) {
  .item-list03__list {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .item-list03__item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .item-list03__item._button {
    align-content: space-between;
  }
  .item-list03__item._video .item-list03__img:after {
    font-size: 60px;
    font-size: 3.75rem;
  }
  a.item-list03__inner {
    transition: opacity 0.2s;
  }
  a.item-list03__inner:hover {
    opacity: 0.6;
  }
  .item-list03__inner {
    width: 100%;
    align-self: stretch;
  }
  .item-list03__text {
    margin: 17px;
  }
  .item-list03__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 5px 0 0;
  }
  .item-list03__description {
    line-height: 1.7142857143;
    margin: 5px 0 0;
  }
  .item-list03__button {
    width: 100%;
    margin: 0 17px 17px;
  }
}
@media print, screen and (min-width: 73.1875em) {
  .item-list03__item {
    width: calc(33.3222259247% - 30px);
    margin: 30px 15px 0;
  }
  .item-list03__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 73.125em) {
  .item-list03__item {
    width: calc(49.9750124938% - 30px);
    margin: 30px 15px 0;
  }
  .item-list03__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .item-list03__item {
    width: 100%;
    margin: 15px 0 0;
  }
  .item-list03__item:nth-child(2) {
    margin-top: 15px;
  }
  .item-list03__item._video .item-list03__img:after {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .item-list03__text {
    margin: 15px 12px 15px;
  }
  .item-list03__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 5px 0 0;
  }
  .item-list03__description {
    display: none;
  }
  .item-list03__button {
    margin: 15px 12px 25px;
  }
}
.button-group01._center {
  text-align: center;
}
.button-group01._vertical {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.button-group01._multi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px 30px;
}
.button-group01._multi > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .button-group01._vertical [class*=button] {
    margin: 10px auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .button-group01._vertical [class*=button] {
    margin: 5px auto;
  }
  .button-group01._multi {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.button-type01 {
  appearance: none;
  display: inline-block;
  vertical-align: top;
  padding: 9px 5px;
  border: 2px solid #F05F9D;
  border-radius: 50px;
  background-color: transparent;
  color: #F05F9D;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  box-sizing: border-box;
}
.button-type01.is-main-color {
  color: var(--main-color);
  border-color: var(--main-color);
}
.button-type01.is-main-color:hover {
  color: #fff;
  background-color: var(--main-color);
}
.button-type01._singin:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-right: 5px;
}
.button-type01._login:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2f6";
  margin-right: 5px;
}
.button-type01._entry:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1d8";
  margin-right: 5px;
}
.button-type01._movie:before {
  font-family: "Font Awesome 5 Free";
  content: "\f03d";
  font-weight: 900;
  margin-right: 5px;
}
.button-type01._download:before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  font-weight: 900;
  margin-right: 5px;
}
.button-type01._cat01 {
  border-color: #00B9A3;
  color: #00B9A3;
}
.button-type01._cat02 {
  border-color: #F05F9D;
  color: #F05F9D;
}
.button-type01._cat03 {
  border-color: #4448A0;
  color: #4448A0;
}
@media print, screen and (min-width: 48em) {
  .button-type01 {
    transition: background 0.2s, color 0.2s;
  }
  .button-type01:hover {
    background-color: #F05F9D;
    color: #fff;
  }
  .button-type01._default {
    width: 320px;
    max-width: 100%;
  }
  .button-type01._large {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 24px 5px;
  }
  .button-type01._cat01:hover {
    background-color: #00B9A3;
  }
  .button-type01._cat03:hover {
    background-color: #4448A0;
  }
}
@media screen and (max-width: 47.9375em) {
  .button-type01._large {
    font-size: 16px;
    font-size: 1rem;
    padding: 11px 5px;
    max-height: 50px;
  }
  .button-type01._default {
    width: 320px;
    max-width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.button-type02 {
  border: 3px solid #F05F9D;
  color: #F05F9D;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1.7142857143;
  font-weight: bold;
  box-sizing: border-box;
}
.button-type02._download:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 3px solid #F05F9D;
  background-color: #F05F9D;
  box-sizing: border-box;
}
.button-type02._download:after {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 48em) {
  .button-type02 {
    width: 100%;
    max-width: 500px;
  }
  .button-type02._download {
    padding: 15px 20px 15px 80px;
  }
  .button-type02._download:before {
    width: 60px;
    transition: background 0.2s;
  }
  .button-type02._download:after {
    width: 60px;
    transition: color 0.2s;
  }
  .button-type02:hover:before {
    background-color: #fff;
  }
  .button-type02:hover:after {
    color: #F05F9D;
  }
}
@media screen and (max-width: 47.9375em) {
  .button-type02 {
    width: 100%;
    max-width: 500px;
  }
  .button-type02._download {
    padding: 5px 10px 5px 50px;
  }
  .button-type02._download:before {
    width: 40px;
  }
  .button-type02._download:after {
    width: 40px;
  }
}
.detail-block01 {
  margin-bottom: 2em;
}
.detail-block01__date {
  font-weight: bold;
}
@media print, screen and (min-width: 48em) {
  .detail-block01__row {
    display: flex;
    align-items: flex-start;
  }
  .detail-block01__img {
    flex-shrink: 0;
    width: 65.811965812%;
    margin: 0 30px 0 0;
  }
  .detail-block01__video {
    flex-shrink: 0;
    width: 65.811965812%;
    margin: 0 30px 0 0;
  }
  .detail-block01__date {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .detail-block01__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .detail-block01__description {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .detail-block01__img,
  .detail-block01__video {
    margin: 0 0 15px;
  }
  .detail-block01__date {
    margin: 10px 0 1em;
    font-size: 16px;
    font-size: 1rem;
  }
  .detail-block01__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.table-type01 {
  width: 100%;
}
.table-type01 th {
  font-weight: bold;
}
.table-type01 th,
.table-type01 td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
.table-type01 th > *:first-child,
.table-type01 td > *:first-child {
  margin-top: 0;
}
.table-type01 th > *:last-child,
.table-type01 td > *:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .table-type01 {
    border: 3px solid #E9EEF1;
  }
  .table-type01 th,
  .table-type01 td {
    border: 1px solid #E9EEF1;
    padding: 20px;
  }
  .table-type01._event th {
    width: 30%;
  }
}
@media screen and (max-width: 47.9375em) {
  .table-type01 {
    border: 3px solid #E9EEF1;
  }
  .table-type01 th {
    width: 30%;
  }
  .table-type01 th,
  .table-type01 td {
    border: 1px solid #E9EEF1;
    padding: 15px;
  }
  .table-type01._sp-vertical th,
  .table-type01._sp-vertical td {
    display: block;
    width: 100%;
  }
  .table-type01._sp-vertical th {
    padding: 5px 15px;
    border: 0;
    background-color: #E9EEF1;
  }
  .table-type01._sp-vertical td {
    border-left: 0;
    border-right: 0;
  }
}
ul {
  list-style: none;
  padding: 0;
}
ul > li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
ul > li:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #444444;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
  box-sizing: border-box;
}
ul > li > ul:not([class*=list-type01]),
ul > li .list-type02 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul > li > ul:not([class*=list-type01]) > li,
ul > li .list-type02 > li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
ul > li > ul:not([class*=list-type01]) > li:before,
ul > li .list-type02 > li:before {
  content: "";
  width: 11px;
  height: 2px;
  background-color: #444444;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 0;
  border: 0;
}
ol {
  padding: 0 0 0 1.5em;
}
ol > li {
  margin: 5px 0;
}
h2,
h2.wp-block-heading {
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 2em 0 1em 0;
  padding: 3px 0 3px 2rem;
  position: relative;
  border-bottom: 2px solid #ccc;
}
h2:before,
h2.wp-block-heading:before {
  content: "";
  background-color: #ccc;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.25rem;
  height: 2px;
}
h3,
h3.wp-block-heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 2em 0 1em 0;
  padding: 3px 0 3px 2rem;
  position: relative;
  border-bottom: 2px solid #ccc;
}
h3:before,
h3.wp-block-heading:before {
  content: "";
  background-color: #ccc;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.25rem;
  height: 2px;
}
h4,
h4.wp-block-heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 2em 0 1em 0;
  padding: 3px 0 3px 2rem;
  position: relative;
  border-bottom: 2px solid #ccc;
}
h4:before,
h4.wp-block-heading:before {
  content: "";
  background-color: #ccc;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.25rem;
  height: 2px;
}
h5,
h5.wp-block-heading {
  font-size: 1em;
}
h6,
h6.wp-block-heading {
  font-size: 0.9em;
}
table {
  width: 100%;
}
table th {
  font-weight: bold;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
table th > *:first-child,
table td > *:first-child {
  margin-top: 0;
}
table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0;
}
a {
  color: #F05F9D;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a[target^=_blank]:after, a._outisde:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  margin-left: 5px;
}
@media print, screen and (min-width: 48em) {
  h4 {
    margin: 1.25em 0;
  }
  table {
    border: 3px solid #E9EEF1;
  }
  table th,
  table td {
    border: 1px solid #E9EEF1;
    padding: 20px;
  }
  table._event th {
    width: 30%;
  }
  a {
    transition: opacity 0.2s;
  }
  a:hover {
    opacity: 0.6;
  }
  table {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 47.9375em) {
  h4 {
    margin: 1.25em 0 0.833333em;
  }
  table {
    border: 3px solid #E9EEF1;
  }
  table th {
    width: 30%;
  }
  table th,
  table td {
    border: 1px solid #E9EEF1;
    padding: 15px;
  }
  table._sp-vertical th,
  table._sp-vertical td {
    display: block;
    width: 100%;
  }
  table._sp-vertical th {
    padding: 5px 15px;
    border: 0;
    background-color: #E9EEF1;
  }
  table._sp-vertical td {
    border-left: 0;
    border-right: 0;
  }
  table {
    margin: 0 0 40px;
  }
}
.google-map {
  position: relative;
  padding-top: 41.6666666667%;
  height: 0;
  overflow: hidden;
}
.google-map iframe,
.google-map object,
.google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lead-type01._center {
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .lead-type01 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lead-type01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.media-block._center .media-block__media {
  text-align: center;
  margin: 0 0 20px;
}
.media-block._center .media-block__media figure {
  display: inline-block;
}
.media-block._center .media-block__media figcaption {
  text-align: left;
}
.media-block figure {
  margin: 0;
}
.media-block__text *:first-child {
  margin-top: 0 !important;
}
.media-block__text *:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 48em) {
  .media-block:after {
    content: "";
    display: block;
    clear: both;
  }
  .media-block._left .media-block__media {
    float: left;
    max-width: 50%;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .media-block._right .media-block__media {
    float: right;
    max-width: 50%;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .media-block._nowrap .media-block__text {
    overflow: hidden;
  }
  .media-block__media._mt {
    margin-top: 50px;
  }
  .media-block__media._oriental {
    max-width: 220px;
  }
}
@media screen and (max-width: 47.9375em) {
  .media-block {
    margin: 20px 0 40px;
  }
  .media-block._sp-reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .media-block._sp-reverse .media-block__media,
  .media-block._sp-reverse .media-block__text {
    width: 100%;
  }
  .media-block._sp-reverse .media-block__media {
    margin-bottom: 0;
  }
  .media-block._sp-reverse .media-block__text {
    margin-bottom: 20px;
  }
  .media-block__media {
    max-width: 100%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .media-block__media._sp-center {
    text-align: center;
  }
  .media-block__media._sp-center figure {
    display: inline-block;
    text-align: left;
  }
}
.time {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 40px;
}
@media print, screen and (min-width: 48em) {
  .entry-block h2 + .time, .heading-type02 + .time {
    margin-top: -15px;
  }
}
.frame-type01 {
  background-color: #E9EEF1;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 20px 0;
}
.frame-type01 > *:first-child {
  margin-top: 0;
}
.frame-type01 > *:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .frame-type01 {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .frame-type01 {
    padding: 10px 15px;
  }
}
.list-type01 {
  list-style: none;
  padding: 0;
}
.list-type01 > li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
.list-type01 > li:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #444444;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
  box-sizing: border-box;
}
.list-type01 > li > ul:not([class*=list-type01]),
.list-type01 > li .list-type02 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-type01 > li > ul:not([class*=list-type01]) > li,
.list-type01 > li .list-type02 > li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
.list-type01 > li > ul:not([class*=list-type01]) > li:before,
.list-type01 > li .list-type02 > li:before {
  content: "";
  width: 11px;
  height: 2px;
  background-color: #444444;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 0;
  border: 0;
}
.list-type02 {
  list-style: none;
  padding: 0;
}
.list-type02 > li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
.list-type02 > li:before {
  content: "";
  width: 11px;
  height: 2px;
  background-color: #444444;
  position: absolute;
  top: 10px;
  left: 0;
}
.list-type03 {
  padding: 0 0 0 1.5em;
}
.list-type03 > li {
  margin: 5px 0;
}
.pager-type01__list {
  list-style: none;
  color: #00B498;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pager-type01__list li {
  line-height: 40px;
  line-height: 2.5rem;
  margin: 0 4px;
  font-size: 16px;
  font-size: 1rem;
}
.pager-type01__list li:not(._prev):not(._next) a {
  display: block;
  color: #00B498;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  width: 40px;
  line-height: 36px;
  line-height: 2.25rem;
  border: 2px solid #00B498;
  border-radius: 50%;
  box-sizing: border-box;
}
.pager-type01__list li._current a {
  background-color: #838890;
  border: 2px solid #838890 !important;
  color: #fff !important;
}
.pager-type01__list li._prev, .pager-type01__list li._next {
  color: #E9EEF1;
  font-size: 20px;
  font-size: 1.25rem;
}
.pager-type01__list li._prev a, .pager-type01__list li._next a {
  color: #00B498;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.pager-type01__list li._prev {
  margin: 0 10px 0 0;
}
.pager-type01__list li._next {
  margin: 0 0 0 10px;
}
@media print, screen and (min-width: 48em) {
  .pager-type01__list li a {
    transition: opacity 0.2s;
  }
  .pager-type01__list li a:hover {
    opacity: 0.6;
  }
}
.video-block {
  padding-top: 56.2337662338%;
  position: relative;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.video-block .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .signin-block {
    display: flex;
  }
  .signin-block__form {
    width: 50%;
    margin-right: 30px;
  }
  .signin-block__text {
    width: 50%;
  }
  .signin-block__text .heading-type03 {
    margin: 0 0 20px;
  }
}
.link {
  color: #F05F9D;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.link[target^=_blank]:after, .link._outisde:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  margin-left: 5px;
}
@media print, screen and (min-width: 48em) {
  .link {
    transition: opacity 0.2s;
  }
  .link:hover {
    opacity: 0.6;
  }
}
.form-label {
  display: block;
}
.form-input {
  appearance: none;
  background-color: transparent;
  border: 2px solid #E9EEF1;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 48em) {
  .form-group__row {
    margin: 0 0 30px;
  }
  .form-label {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px;
  }
  .form-input {
    height: 60px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 47.9375em) {
  .form-group__row {
    margin: 0 0 20px;
  }
  .signin-block__form {
    margin: 0 0 60px;
  }
  .form-label {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 10px;
  }
  .form-input {
    height: 50px;
    padding: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.accordion-block01 {
  text-align: center;
  padding-top: 10px;
  margin: -10px 0 30px;
}
.accordion-block01._open {
  padding-top: 9px;
  border: 1px solid var(--main-color);
}
.accordion-block01._open .accordion-block01__trigger {
  background-color: transparent;
  color: var(--main-color);
}
.accordion-block01._open .accordion-block01__trigger:after {
  content: "\f077";
}
.accordion-block01__trigger {
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  padding: 0 10px 0 10px;
  min-width: 230px;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
}
.accordion-block01__trigger:before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-weight: 900;
  margin-right: 5px;
}
.accordion-block01__trigger:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: 10px;
}
.accordion-block01__target {
  text-align: left;
  display: none;
  padding: 10px 20px 20px;
}
.accordion-block01__target > *:first-child {
  margin-top: 0;
}
.accordion-block01__target > *:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .accordion-block01._open .accordion-block01__trigger {
    opacity: 1 !important;
  }
  .accordion-block01__trigger {
    transition: opacity 0.2s;
  }
  .accordion-block01__trigger:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 48em) {
  .login-block {
    max-width: 570px;
    margin: 0 auto;
  }
}
.satori__custom_form {
  width: 100% !important;
}
#satori__creative_container .satori__require {
  border: 1px solid #F05F9D;
  border-radius: 2px;
  color: #F05F9D;
  background-color: transparent;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 0 5px;
}
#satori__creative_container .satori__not_require {
  border: 1px solid #00B498;
  border-radius: 2px;
  color: #00B498;
  background-color: transparent;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 0 5px;
}
#satori__creative_container .satori__notes {
  background-color: transparent;
  border: 0;
  color: #F05F9D;
  margin: 10px 0 0;
}
#satori__creative_container input[type=text],
#satori__creative_container input[type=tel],
#satori__creative_container input[type=password],
#satori__creative_container input[type=email],
#satori__creative_container input[type=number],
#satori__creative_container input[type=url],
#satori__creative_container textarea {
  background-color: transparent;
  box-shadow: none;
  border-radius: 6px;
  border: 2px solid #E9EEF1;
}
#satori__creative_container .satori__btn {
  appearance: none;
  display: inline-block;
  vertical-align: top;
  padding: 9px 5px;
  border: 2px solid #F05F9D;
  border-radius: 50px;
  background-color: transparent;
  color: #F05F9D;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  box-sizing: border-box;
}
@media print, screen and (min-width: 48em) {
  #satori__creative_container .satori__btn {
    width: 320px;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 24px 5px;
    transition: background 0.2s, color 0.2s;
  }
  #satori__creative_container .satori__btn:hover {
    background-color: #F05F9D;
    color: #fff;
  }
}
@media Print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1200px;
    transform: scale(0.8);
    transform-origin: 0 0;
    overflow: hidden;
  }
}
.page .heading-type01 i {
	text-transform: uppercase;
}
.button-type01._download + .button-type01._download {
	margin-left: 5px;
}
/* 投稿内のスタイル */
.single-post .type-post .entry-block h2 + .wp-block-image {
	margin: 0 0 70px;
}
/* 活用TIPS 関連記事のスタイル */
.single-tips .wp-block-satori-box {
	margin: 0;
	padding: 0;
	border-top: 3px solid #e9eef1 !important;
	border-bottom: 3px solid #e9eef1 !important;
	background: #fff;
}
/* 活用動画 関連記事のスタイル */
@media print, screen and (min-width: 48em) {
	.single-video .detail-block01__description h3 {
		padding-left: 30px;
		font-size: 24px;
		font-size: 1.5rem;

		margin: 25px 0;
	}

	.single-video .detail-block01__description h3:before {
		top: 14px;
		width: 20px;
		height: 3px;
	}

	.single-video .wp-block-satori-box {
		margin-left: -15px;
		margin-right: -15px;
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 47.9375em) {
	.single-video .detail-block01__description h3:before {
		top: 12px;
		width: 15px;
		height: 3px;
	}
}
.single-video .detail-block01__description h3 {
	color: var( --main-color );
	font-weight: normal;
	position: relative;
	line-height: 1.4;
}
.single-video .detail-block01__description h3:before {
	content: "";
	background-color: var( --main-color );
	border-radius: 25px;
	position: absolute;
	left: 0;
}
.single-event .table-type01._sp-vertical._event a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: 900;
	margin-left: 5px;
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}
.home.page .content {
	margin-top: 0;
}
.home.page .mainvisual {
	margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
	.home.page .mainvisual {
		margin-bottom: 80px;
	}
}
.pagination .nav-links > .page-numbers {
	list-style: none;
	color: #00b498;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.pagination .nav-links > .page-numbers li {
	margin: 0 0 0 10px;
}
.page-numbers li::before {
	content: none;
	padding-left: 0;
}
.page-numbers a {
	transition: opacity .2s;
}
.page-numbers a:hover {
	transition: opacity .2s;
	opacity: 0.7;
}
.page-numbers .page-numbers:not(.next):not(.prev):not(.dots) {
	display: block;
	color: #00b498;
	font-weight: bold;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-align: center;
	width: 40px;
	line-height: 36px;
	line-height: 2.25rem;
	border: 2px solid #00b498;
	border-radius: 50%;
	box-sizing: border-box;
}
.page-numbers .page-numbers.dots {
	display: block;
	line-height: 36px;
	line-height: 2.25rem;
}
.page-numbers .page-numbers.current {
	background-color: #838890;
	border: 2px solid #838890 !important;
	color: #fff !important;
}
.page-numbers .page-numbers.next {
	margin: 0 0 0 10px;
}
.page-numbers .page-numbers.prev {
	margin: 0 10px 0 0;
}
.page-numbers .page-numbers.prev,
.page-numbers .page-numbers.next {
	color: #00b498;
	font-size: 20px;
	font-size: 1.25rem;

}
.entry-content > * {
	margin: 36px auto;
	max-width: 636px;
	padding-left: 14px;
	padding-right: 14px;
}
.entry-content > .alignwide {
	max-width: 1100px;
}
.entry-content > .alignfull {
	margin: 1.5em 0;
	max-width: 100%;
}
.entry-content ul,
.entry-content ol {
	margin: 1.5em auto;
	max-width: 636px;
	list-style-position: outside;
}
.blocks-gallery-grid .blocks-gallery-item::before {
	content: none;
}
.wp-block-video video {
	max-width: 636px;
}
.wp-block-image img {
	display: block;
}
.wp-block-image a[target^="_blank"]::after {
	display: none;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%;
}
.wp-block-image.alignfull img {
	width: 100vw;
}
.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto;
}
.wp-block-cover-text p {
	padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 14px;
}
.wp-block-table {
	display: table;
	overflow-x: auto;
}
.wp-block-table td,
.wp-block-table th {
	padding: 0.5em;
}
.entry-content li {
	margin-left: 2.5em;
	margin-bottom: 6px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin: 0 auto;
}
.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
	margin-left: 0;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.wp-block-quote.is-large {
	margin: 0 auto 16px;
}
.wp-block-pullquote > p:first-child {
	margin-top: 0;
}
.wp-block-separator {
	margin: 3em auto;
	padding: 0;
}
.more-link {
	display: block;
}
.wp-block-group > * {
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-group > .alignwide {
	max-width: 1100px;
}
.wp-block-group > .alignfull {
	max-width: 100%;
}
.wp-block-group.has-background > .alignfull {
	width: calc(100% + 60px);
	max-width: calc(100% + 60px);
	position: relative;
	left: -30px;
}
@media screen and (min-width: 768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0;
	}

	.entry-content > * {
		padding-left: 0;
		padding-right: 0;
	}

}
/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
	color: #0073aa;
}
.has-strong-blue-background-color {
	background-color: #0073aa;
}
.has-lighter-blue-color {
	color: #229fd8;
}
.has-lighter-blue-background-color {
	background-color: #229fd8;
}
.has-very-light-gray-color {
	color: #eee;
}
.has-very-light-gray-background-color {
	background-color: #eee;
}
.has-very-dark-gray-color {
	color: #444;
}
.has-very-dark-gray-background-color {
	background-color: #444;
}
/*--------------------------------------------------------------
# トップページブロックスタイル
--------------------------------------------------------------*/
.is-style-table01 tr > td:first-child {
	width: 30%;
}
.is-style-top-search {
	width: 100%;
	border: 2px solid #e9eef1;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
}
.is-style-top-search:hover {
	border-color: var(--main-color);
	transition: border 0.2s;
}
.is-style-top-search .wp-block-search__input {
	appearance: none;
	padding: 0;
	border-radius: 0;
	max-width: none;
	border: 0;
	background-color: #fff;
	box-sizing: border-box;
}
@media print, screen and (min-width: 48em) {
	.is-style-top-search .wp-block-search__input {
		height: 60px;
		font-size: 14px;
		font-size: 0.875rem;

		padding: 15px;
	}
}
@media screen and (max-width: 47.9375em) {
	.is-style-top-search .wp-block-search__input {
		height: 50px;
		font-size: 16px;
		font-size: 1rem;

		padding: 10px;
	}
}
.is-style-top-search .wp-block-search__label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	width: 0;
}
.is-style-top-search .wp-block-search__button {
	appearance: none;
	padding: 0;
	border-radius: 0;
	border: 0;
	color: #00b498;
	background-color: #e9eef1;
	text-align: center;
	flex-shrink: 0;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	text-indent: -9999px;
	margin-left: 0;
}
@media print, screen and (min-width: 48em) {
	.is-style-top-search .wp-block-search__button {
		width: 100px;
		line-height: 60px;
		line-height: 3.75rem;
		height: 60px;
		font-size: 20px;
		font-size: 1.25rem;

		transition: background 0.2s, color 0.2s;
	}
}
@media screen and (max-width: 47.9375em) {
	.is-style-top-search .wp-block-search__button {
		width: 60px;
		line-height: 50px;
		line-height: 3.125rem;
		height: 50px;
		font-size: 20px;
		font-size: 1.25rem;

	}
}
.is-style-top-search .wp-block-search__button:hover,
.is-style-top-search .wp-block-search__button:focus {
	background-color: var(--main-color);
	color: #fff;
}
.is-style-top-search .wp-block-search__button::before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f002";
	text-indent: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 48em) {
	.wp-block-column {
		flex-basis: 100% !important;
	}
}
@media print, screen and (min-width: 48em) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}

	.wp-block-column {
		flex-grow: 1;
	}

	.wp-block-column[style] {
		flex-grow: 0;
	}
}
.wp-block-satori-map {
	width: 100%;
	height: 400px;
	border: none;
}
.editor-styles-wrapper .wp-block-satori-map {
	pointer-events: none;
}
.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.wp-block-cover {}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}
.notice-message,
.is-style-notice {
	color: #ff7d86;
	background-color: #ffe0e2;
	border-radius: 5px;
	padding: 1em;
	margin: 3em 0;
}
.wp-block-image.is-style-fluid img {
	width: 100%;
}
.wp-block-column .wp-block-media-text.is-style-card {
	height: 100%;
}
.wp-block-media-text.is-style-card {
	border: 2px solid #e9eef1;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 2em;
	grid-template-columns: 25% 1fr;
}
.wp-block-media-text.is-style-card h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.wp-block-media-text.is-style-card h3::before {
	display: none;
}
.wp-block-media-text.is-style-card  .wp-block-media-text__media,
.wp-block-media-text.is-style-card .wp-block-media-text__content {
}
.wp-block-media-text.is-style-card  .wp-block-media-text__media {
	margin-top: 10px;
}
.wp-block-media-text.is-style-card .wp-block-media-text__content {
	padding-right: 0;
	padding-left: 1.5em;
	align-self: flex-start;

}
.wp-block-media-text.is-style-card .wp-block-media-text__content *:first-child {
	margin-top: 0;
}
.wp-block-media-text.is-style-card .wp-block-media-text__content *:last-child {
	margin-bottom: 0;
}
.wp-block-file:not(.wp-element-button) {
	font-size: 1em;
}
/**
 * Alignments
 */
/* Center */
.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}
/* Left and right */
.alignleft,
.alignright {
	max-width: 50%;
}
.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 0;
}
.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 0 2rem 2rem;
}
.jumbotron {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 1em 0;
}
@media (min-width: 1171px) {
	.jumbotron {
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
		flex-wrap: nowrap;
		text-align: left;
		margin-bottom: 5em;
	}
}
.jumbotron__image {
	min-width: 50%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: auto;
}
@media (min-width: 1171px) {
	.jumbotron__image {

	}
}
.jumbotron__image img,
.jumbotron__image svg {
	width: 100%;
}
.jumbotron__title {
	font-size: 1.5em;
	color: var(--main-color);
}
@media (min-width: 1171px) {
	.jumbotron__title {
		font-size: 3.125em;
	}
}
.jumbotron__title img,
.jumbotron__title svg {
	width: 1.4em;
	margin-right: 0.2em;
	vertical-align: middle;
}
.jumbotron__body {
	margin: auto;
}
@media (min-width: 1171px) {
	.jumbotron__body {
		margin-right: 5em;
	}
}
.jumbotron__body p {

}
@media (min-width: 1171px) {
	.jumbotron__body p {
		font-size: 1.25em;
	}
}
#ez-toc-container {
	border: 2px solid var(--main-color);;
	border-radius: 5px;
	padding: 0 20px;
	position: relative;
	margin: 2em auto;
}
.ez-toc-title-container {
	background-color: #fff;
	text-align: center;
	display: table;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	position: relative;
	padding: 0 1em;
	top: -0.9em;
}
.ez-toc-title,
.ez-toc-title-toggle {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.ez-toc-title {
	padding-right: .5em;
}
.ez-toc-title-toggle {
	display: inline-block;
}
.ez-toc-toggle {
	display: block;
	cursor: pointer;
}
.ez-toc-toggle.is-open {
		transform: rotateZ(180deg);
	}
.ez-toc-icon-toggle {
	position: relative;
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 17px;
	font-size: 1.0625rem;
}
.ez-toc-icon-toggle::before {
		content: "";
		background: url("../../assets/images/chevron.svg") no-repeat;
		background-size: contain;
		width: 1em;
		height: 1em;
		display: block;
	}
.ez-toc-list {
	margin: 0 0 2em;
}
.ez-toc-list li {
		font-weight: bold;
		margin: .5em 0;
	}
:is(.ez-toc-list li) > a {
			display: block;
			border-bottom: 1px solid #ccc;
		}
.page-header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
.page-header__element {
	margin: 0.5em 0;
}
.page-header__element:after {
	content: ">";
	display: inline;
	margin: 0 0.5em;
}
.page-header__element--current {
	font-size: 1em;
}
.page-header__element:last-child:after {
	display: none;
}
.search-on-support-site {
	margin: 5rem 0;
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 1.25rem;
}
@media (min-width: 1171px) {
	.search-on-support-site::before {
		content: url('../../assets/images/avatar.svg');
		display: block;
		width: 200px;
		margin-right: 1.5em;

	}
}
.search-on-support-site__balloon {
	border: var(--main-color) 2px solid;
	border-radius: .5rem;
	overflow: hidden;
	flex-grow: 1;
}
.search-on-support-site__content {
	margin: 1.5em;
}
.search-on-support-site__link {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.mainvisual {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
html {
	scroll-padding-top: 60px;
}
@media (min-width: 1171px) {
html {
		scroll-padding-top: 130px;
}
	}

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