@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@media screen and (min-width: 1025px) {
  .mobile,
  .mobile-s {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc,
  .mobile-s {
    display: none !important;
  }
}
@media screen and (max-width: 414px) {
  .mobile-s {
    display: block !important;
  }
}
/* 色・フォント・リンク・ボタン */
/*============================================================================

	color

============================================================================*/
/* フォントカラー */
.red {
  color: #de4343;
}

.blue {
  color: #0693e3;
}

.yellow {
  color: #fcb900;
}

.green {
  color: #00d084;
}

.orange {
  color: #ff6900;
}

/*============================================================================

	フォント

============================================================================*/
/* フォントサイズ */
/* フォントウェイト */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

strong,
.bold {
  font-weight: 500;
}

.bold-900 {
  font-weight: 900;
}

.normal {
  font-weight: 300;
}

.mac h1,
.mac h2,
.mac h3,
.mac h4,
.mac h5,
.mac h6,
.mac .bold {
  font-weight: 700 !important;
}

/* フォント位置 */
.ta-c,
.center {
  text-align: center;
}

.ta-l,
.left {
  text-align: left;
}

.ta-r,
.right {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .mobile-center {
    text-align: center;
  }
  .mobile-center.wp-block-buttons {
    justify-content: center;
  }
}

/* 改行調整用 */
.txt {
  display: inline-block;
}

/*============================================================================

	リンク

============================================================================*/
a,
button {
  outline: none;
}

a {
  color: #2f2725;
  text-decoration: underline;
}
a:hover {
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  a {
    transition: all 0.2s ease-out;
  }
  a:hover {
    opacity: 0.75;
    text-decoration: none;
  }
}

/* レイアウト大枠・clearfix */
/*============================================================================

	layout

============================================================================*/
* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #2f2725;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 1.7;
  }
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  height: auto !important;
  padding-top: 100px;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  min-width: 1020px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    min-width: auto;
    padding-top: 60px;
  }
}

.inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 414px) {
  .inner {
    padding: 0 15px;
  }
}

.inner-s {
  width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .inner-s {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 414px) {
  .inner-s {
    padding: 0 15px;
  }
}

/*============================================================================

	img

============================================================================*/
img {
  vertical-align: bottom;
}

/*============================================================================

	header

============================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #fff;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header .inner {
  height: 100%;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    flex-wrap: nowrap;
  }
}
.header__logo {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: auto;
    max-width: calc(100% - 130px);
  }
}
.header__logo a img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header__logo a img {
    width: auto;
    max-height: 30px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__menu {
    display: block;
  }
}
.header__menu .menu {
  display: flex;
  font-size: 18px;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .header__menu .menu {
    display: none;
  }
}
.header__menu .menu__item::after {
  content: "|";
  margin: 0 15px;
  color: #e0dfdf;
}
.header__menu .menu__item:last-child::after {
  display: none;
}
.header__menu .menu__item a {
  text-decoration: none;
}
.header__menu .menu-btn {
  display: flex;
  list-style: none;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .header__menu .menu-btn {
    position: absolute;
    margin: 0;
    top: 0;
    right: 60px;
  }
}
.header__menu .menu-btn__item {
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .header__menu .menu-btn__item {
    margin-left: 0;
  }
}
.header__menu .menu-btn__item a {
  display: block;
  min-height: 50px;
  padding: 10px 25px;
  color: #fff;
  background: #de4343;
  border-radius: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .header__menu .menu-btn__item a {
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1;
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header__menu .menu-btn__item-contact a {
    padding: 5px 0;
  }
}
.header__menu .menu-btn__item-contact a::before {
  position: relative;
  display: inline-block;
  content: "\f0e0";
  font: normal normal normal 22px/1 "Font Awesome 5 Free";
  font-weight: 400;
  top: 2px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .header__menu .menu-btn__item-contact a::before {
    display: block;
    top: -2px;
    width: 100%;
    height: 30px;
    margin: 0 auto 5px;
    padding: 5px 0 0 0;
    font-size: 28px;
    line-height: 30px;
  }
}

.toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.toggle-btn__item {
  width: 60px;
  height: 60px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background: #2f2725;
  cursor: pointer;
}
.toggle-btn__icon {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0 auto 5px;
  padding: 5px 0 0 0;
}
.toggle-btn__icon span {
  position: relative;
  display: block;
  width: 26px;
  height: 3px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s;
}
.toggle-btn__icon span:nth-child(1) {
  top: 11px;
}
.toggle-btn__icon span:nth-child(2) {
  top: 0;
}
.toggle-btn__icon span:nth-child(3) {
  top: 13px;
}
.toggle-btn__txt {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
}
.toggle-btn.open .toggle-btn__icon span:nth-child(1) {
  opacity: 0;
}
.toggle-btn.open .toggle-btn__icon span:nth-child(2) {
  top: 7px;
  transform: translateY(2px) rotate(-45deg);
}
.toggle-btn.open .toggle-btn__icon span:nth-child(3) {
  top: 16px;
  transform: translateY(-10px) rotate(45deg);
}

.toggle-menu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1001;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.toggle-menu.open {
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.toggle-menu .menu {
  list-style: none;
  padding: 30px 20px;
}
@media screen and (max-width: 414px) {
  .toggle-menu .menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.toggle-menu .menu__item {
  border-bottom: 1px solid #e6e6e6;
}
.toggle-menu .menu__item:first-child {
  border-top: 1px solid #e6e6e6;
}
.toggle-menu .menu__item a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width: 414px) {
  .toggle-menu .menu__item a {
    padding-left: 0;
    padding-right: 0;
  }
}
.toggle-menu .menu__item a::after {
  position: absolute;
  top: calc(50% - 0.45em);
  right: 10px;
  content: "\f054";
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .toggle-menu .menu__item a::after {
    right: 0;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
}
.overlay.open {
  display: block;
  opacity: 1;
  pointer-events: auto;
  animation-duration: 0.1s;
  animation-name: fade-in;
}

/*============================================================================

	footer

============================================================================*/
.footer {
  width: 100%;
  padding: 20px 0;
  background: #f6f5f5;
}
.footer__body {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .footer__body {
    font-size: 12px;
  }
}
.footer__body ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.footer__body ul li::after {
  content: "|";
  margin: 0 5px;
  color: #e0dfdf;
}
.footer__body ul li:last-child::after {
  display: none;
}
.footer__body ul li a {
  color: #2f2725;
  text-decoration: none;
}
.footer__body ul li a:hover {
  text-decoration: underline;
}
.footer__copy {
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
}

/*============================================================================

	.container　＊コンテンツ全体＊

============================================================================*/
.container {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .container {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.container.top {
  margin-top: 0 !important;
}

/*============================================================================

	.contents　

============================================================================*/
/*============================================================================

	.breadcrumb　＊ぱんくず＊

============================================================================*/
.breadcrumb {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb ul {
  padding: 20px 0 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .breadcrumb ul {
    padding: 10px 0 0;
  }
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:not(:last-child)::after {
  padding: 0 8px 0 10px;
  color: #e0dfdf;
  content: "\f054";
  font: normal normal normal 12px/1 "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .breadcrumb ul li:not(:last-child)::after {
    padding: 0 4px 0 6px;
    font-size: 12px;
  }
}
.breadcrumb ul li a {
  color: #2f2725;
  text-decoration: none;
}
/* メインエリア（本文エリア・ページネーション・関連記事） */
/*============================================================================

	.archive　＊アーカイブ＊

============================================================================*/
.entries .article a {
  text-decoration: none;
}
.entries .article__title {
  margin: 0;
  padding: 0;
}
.entries .article__title::before, .entries .article__title::after {
  display: none;
}
.entries__simple .article {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .entries__simple .article {
    padding: 15px 0;
  }
}
.entries__simple .article:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.entries__simple .article__figure {
  width: 200px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .entries__simple .article__figure {
    width: 150px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 414px) {
  .entries__simple .article__figure {
    width: 100px;
    margin-right: 15px;
  }
}
.entries__simple .article__figure a {
  display: block;
  width: 100%;
}
.entries__simple .article__figure img {
  width: 100%;
  height: auto;
  border: 1px solid #e6e6e6;
  box-sizing: content-box;
}
.entries__simple .article__body {
  width: calc(100% - 230px);
}
@media screen and (max-width: 1024px) {
  .entries__simple .article__body {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 414px) {
  .entries__simple .article__body {
    width: calc(100% - 115px);
  }
}
.entries__simple .article__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .entries__simple .article__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  .entries__simple .article__title {
    font-size: 16px;
  }
}
.entries__simple .article__title a {
  color: #2f2725;
}
.entries__simple .article__excerpt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .entries__simple .article__excerpt {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .entries__simple .article__excerpt {
    display: none;
  }
}
.entries__simple .article__meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .entries__simple .article__meta {
    margin-top: 5px;
    font-size: 12px;
  }
}
.entries .article-event {
  display: flex;
  margin: 0;
  padding: 15px 20px;
  border-bottom: 2px dotted #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .entries .article-event {
    display: block;
    padding: 10px;
  }
}
.entries .article-event:last-child {
  border-bottom: none;
}
.entries .article-event__meta, .entries .article-event__title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .entries .article-event__meta, .entries .article-event__title {
    font-size: 14px;
    line-height: 1.5;
  }
}
.entries .article-event__meta {
  min-width: 10em;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .entries .article-event__meta {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.entries .article-event__title {
  font-weight: 500;
}
.entries .article-event__img {
  margin-top: 10px;
}
.entries .article-event__img .event-img {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 5px;
}
.entries .article-event__img .event-img__item img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .entries .article-event__img .event-img__item img {
    width: 120px;
  }
}
@media screen and (max-width: 414px) {
  .entries .article-event__img .event-img__item img {
    width: 100px;
  }
}

/*============================================================================

	.entry　＊本文エリア＊

============================================================================*/
.entry {
  /* レイアウト */
}
.entry .alignfull {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}
@media screen and (max-width: 1024px) {
  .entry .alignfull {
    width: 100vw;
    margin-left: 0;
  }
}
.entry .wp-block-image.alignleft,
.entry .wp-block-button.alignleft,
.entry .wp-block-pullquote.alignleft {
  float: left;
}
.entry .wp-block-image.alignright,
.entry .wp-block-button.alignright,
.entry .wp-block-pullquote.alignright {
  float: right;
}

.main__header h1 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-size: 36px;
  font-weight: 400;
  text-align: center !important;
  line-height: 1.2;
  background: url("../img/bg_03.png") 50% 100% no-repeat;
}
@media screen and (max-width: 1024px) {
  .main__header h1 {
    margin-bottom: 30px;
    padding-bottom: 35px;
    font-size: 32px;
    background-size: 40px auto;
  }
}
@media screen and (max-width: 414px) {
  .main__header h1 {
    font-size: 26px;
    padding-bottom: 30px;
  }
}
.main__img {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main__img {
    margin-top: 20px;
  }
}
.main__img img {
  width: 100%;
  height: auto;
  border: 1px solid #e6e6e6;
}
.main__img + .main__body {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .main__img + .main__body {
    margin-top: 20px;
  }
}
.main__body {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .main__body {
    margin-top: 20px;
  }
}
.main__footer {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main__footer {
    margin-top: 30px;
  }
}
.main .meta {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main .meta {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
}
.main .meta .cat::before {
  display: inline-block;
  content: "\f07b";
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 2px;
}
.main .meta .cat::after {
  content: "|";
  margin: 0 10px;
  color: #e0dfdf;
}
@media screen and (max-width: 1024px) {
  .main .meta .cat::after {
    display: none;
  }
}
.main .meta .cat__list {
  display: inline-block;
  list-style: none;
}
.main .meta .cat__item {
  display: inline-block;
}
.main .meta .cat__item::after {
  content: ",";
  margin: 0 3px;
}
.main .meta .cat__item:last-child::after {
  display: none;
}
.main .meta .date__mod {
  margin-left: 0.5em;
}

/* メインエリア内の共通パーツ */
.form {
  margin-top: 50px;
}
.form__btn {
  text-align: center;
  margin-top: 30px;
}
.form dl dt {
  margin-top: 20px;
  font-weight: 700;
}
.form dl dd {
  margin-top: 5px;
}
.form dl:first-child {
  margin-top: 0;
}
.form input,
.form textarea,
.form select {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #2f2725;
  line-height: 1.8;
  letter-spacing: 1px;
}
.form input[type=text],
.form input[type=email],
.form input[type=number] {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #e5e4e4;
  -webkit-appearance: none;
}
.form .mwform-tel-field input[type=text] {
  width: 90px;
}
.form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e5e4e4;
  -webkit-appearance: none;
}
.form input[type=button],
.form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  padding: 10px 20px;
  color: #ffffff;
  background: #000;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1;
}
.form input[type=button]:hover,
.form input[type=submit]:hover {
  opacity: 0.7;
}
.form input[type=button]:disabled,
.form input[type=submit]:disabled {
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=number],
  .form textarea {
    font-size: 16px !important;
  }
}

.wp-pagenavi {
  margin-top: 50px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}

.entry {
  /* ブロック */
  /* フォントサイズ */
  /* ボーダー */
  /* ボタン */
  /* カラム */
  /* グループ */
  /* カバー */
  /* 見出し */
  /* 画像 */
  /* 段落・リスト */
  /* リスト */
  /* 段落 */
  /* ボタン */ /* カバー */ /* グループ */ /* Flexible Table Block */ /* Snow Monkey Blocks */
  /* 吹き出し */
  /* メディアとテキスト */
}
@media screen and (max-width: 1024px) {
  .entry *.has-xsmall-font-size {
    font-size: 10px !important;
  }
  .entry *.has-small-font-size {
    font-size: 12px !important;
  }
  .entry *.has-medium-font-size {
    font-size: 14px !important;
  }
  .entry *.has-large-font-size {
    font-size: 20px !important;
  }
  .entry *.has-xlarge-font-size {
    font-size: 22px !important;
  }
  .entry *.has-xxlarge-font-size {
    font-size: 26px !important;
  }
  .entry *.has-xxxlarge-font-size {
    font-size: 32px !important;
  }
  .entry *.has-fs-50-font-size {
    font-size: 30px !important;
  }
  .entry *.has-fs-60-font-size {
    font-size: 40px !important;
  }
}
.entry .has-border-color {
  border-style: solid;
}
.entry .wp-block-buttons {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-buttons {
    margin-top: 20px;
  }
}
.entry .wp-block-buttons + .wp-block-buttons {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-buttons + .wp-block-buttons {
    margin-top: 10px;
  }
}
.entry .wp-block-columns {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-columns {
    margin-top: 20px;
  }
}
.entry .wp-block-group {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-group {
    margin-top: 20px;
  }
}
.entry .wp-block-group + * {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-group + * {
    margin-top: 20px;
  }
}
.entry .wp-block-cover + * {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-cover + * {
    margin-top: 30px;
  }
}
.entry .wp-block-cover + .wp-block-cover {
  margin-top: 0;
}
.entry h2 {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .entry h2 {
    margin-top: 40px;
    letter-spacing: 0.5;
  }
}
.entry h2 + h3 {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .entry h2 + h3 {
    margin-top: 30px;
  }
}
.entry h3 {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .entry h3 {
    margin-top: 40px;
    letter-spacing: 0.5;
  }
}
.entry h4 {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .entry h4 {
    margin-top: 30px;
    letter-spacing: 0.5;
  }
}
.entry .wp-block-image {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-image {
    margin-top: 20px;
  }
}
.entry .wp-block-image.alignright, .entry .wp-block-image.alignleft {
  margin-top: 0;
}
.entry .wp-block-image + h2,
.entry .wp-block-image + h3,
.entry .wp-block-image + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-image + h2,
  .entry .wp-block-image + h3,
  .entry .wp-block-image + h4 {
    margin-top: 20px;
  }
}
.entry p,
.entry ul,
.entry ol {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .entry p,
  .entry ul,
  .entry ol {
    margin-top: 15px;
  }
}
.entry p.has-large-font-size,
.entry ul.has-large-font-size,
.entry ol.has-large-font-size {
  line-height: 1.3;
}
.entry p.has-xlarge-font-size,
.entry ul.has-xlarge-font-size,
.entry ol.has-xlarge-font-size {
  line-height: 1.35;
}
.entry .smb-media-text__body p,
.entry .smb-media-text__body ul,
.entry .smb-media-text__body ol {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .entry .smb-media-text__body p,
  .entry .smb-media-text__body ul,
  .entry .smb-media-text__body ol {
    margin-top: 15px;
  }
}
.entry ul,
.entry ol {
  margin-top: 20px;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .entry ul,
  .entry ol {
    margin-top: 15px;
  }
}
.entry ul.has-small-font-size,
.entry ol.has-small-font-size {
  padding-left: 18px;
}
.entry ul *:first-child,
.entry ol *:first-child {
  margin-top: 0;
}
.entry p .sme-bg-color {
  padding-left: 5px;
  padding-right: 5px;
}
.entry p.is-style-sme-alert, .entry p.is-style-sme-alert-success, .entry p.is-style-sme-alert-warning, .entry p.is-style-sme-alert-remark {
  padding: 30px 30px 30px 70px;
}
@media screen and (max-width: 1024px) {
  .entry p.is-style-sme-alert, .entry p.is-style-sme-alert-success, .entry p.is-style-sme-alert-warning, .entry p.is-style-sme-alert-remark {
    padding: 15px 15px 15px 50px;
  }
  .entry p.is-style-sme-alert::before, .entry p.is-style-sme-alert-success::before, .entry p.is-style-sme-alert-warning::before, .entry p.is-style-sme-alert-remark::before {
    left: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .entry p.is-style-sme-alert, .entry p.is-style-sme-alert-success, .entry p.is-style-sme-alert-warning, .entry p.is-style-sme-alert-remark {
    padding: 50px 15px 15px 15px;
  }
  .entry p.is-style-sme-alert::before, .entry p.is-style-sme-alert-success::before, .entry p.is-style-sme-alert-warning::before, .entry p.is-style-sme-alert-remark::before {
    top: 1rem;
    left: 50%;
  }
}
.entry .wp-block-table {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-table {
    margin-top: 20px;
  }
}
.entry .wp-block-table figcaption {
  margin-top: 5px;
  font-size: 14px;
}
.entry .wp-block-flexible-table-block-table {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-flexible-table-block-table {
    margin-top: 20px;
  }
}
.entry .wp-block-flexible-table-block-table figcaption {
  margin-top: 5px;
  font-size: 14px;
}
.entry .smb-media-text {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .entry .smb-media-text {
    margin-top: 30px;
  }
}
.entry > *:first-child {
  margin-top: 0 !important;
}
.entry .wp-block-buttons.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 414px) {
  .entry .wp-block-buttons.is-layout-flex {
    gap: 5px;
  }
}
.entry .wp-block-buttons.is-layout-flex.is-nowrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-buttons.is-layout-flex.is-nowrap {
    flex-wrap: wrap;
  }
}
.entry .wp-block-buttons.is-style-btns-w100 .wp-block-button__link, .entry .wp-block-buttons.is-style-btns-w50 .wp-block-button__link {
  padding-left: 0;
  padding-right: 0;
}
.entry .wp-block-buttons.is-style-btns-w100 .wp-block-button {
  width: 100%;
}
.entry .wp-block-buttons.is-style-btns-w100 .wp-block-button__link {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-buttons.is-style-btns-w100 .wp-block-button__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-buttons.is-style-btns-w100 .wp-block-button__link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.entry .wp-block-buttons.is-style-btns-w50 .wp-block-button {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-buttons.is-style-btns-w50 .wp-block-button {
    width: 100%;
  }
}
.entry .wp-block-buttons.is-style-btns-w50 .wp-block-button__link {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-buttons.is-style-btns-w50 .wp-block-button__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-buttons.is-style-btns-w50 .wp-block-button__link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.entry .wp-block-buttons .wp-block-button {
  font-weight: 400;
  line-height: 1.2;
}
.entry .wp-block-buttons .wp-block-button__link {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  min-height: 50px;
  padding: 10px 35px;
  line-height: 1.8;
  color: #fff;
  background: #2f2725;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-buttons .wp-block-button__link {
    min-height: 45px;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-buttons .wp-block-button__link {
    min-height: 40px;
    padding: 10px 25px;
  }
  .entry .wp-block-buttons .wp-block-button__link img {
    height: 25px !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .entry .wp-block-buttons .wp-block-button__link {
    transition: 0.2s all;
  }
  .entry .wp-block-buttons .wp-block-button__link:hover {
    opacity: 1;
    background: #de4343;
  }
}
.entry .wp-block-buttons .wp-block-button__link::after {
  position: absolute;
  top: calc(50% - 0.45em);
  right: 10px;
  content: "\f054";
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900;
}
.entry .wp-block-button.btn-icon .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.entry .wp-block-button.btn-icon .wp-block-button__link::after {
  display: none;
}
.entry .wp-block-cover {
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0 0 0;
  min-height: auto;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-cover {
    width: calc(100% + 40px);
    padding-top: 50px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-cover {
    padding-top: 40px;
  }
}
.entry .wp-block-cover .wp-block-cover__inner-container {
  max-width: 1200px;
  padding: 0;
  color: #2f2725;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-cover .wp-block-cover__inner-container {
    max-width: none;
    padding: 0 20px;
  }
}
.entry .wp-block-cover .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.entry .is-style-bg-town-1,
.entry .is-style-bg-town-2 {
  border-bottom: 1px solid #e0dfde;
}
.entry .is-style-bg-town-1 .wp-block-cover__inner-container,
.entry .is-style-bg-town-2 .wp-block-cover__inner-container {
  position: relative;
  bottom: -1px;
  padding-bottom: 180px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
@media screen and (max-width: 1024px) {
  .entry .is-style-bg-town-1 .wp-block-cover__inner-container,
  .entry .is-style-bg-town-2 .wp-block-cover__inner-container {
    padding-bottom: 130px;
    background-position: 98% 100%;
    background-size: auto 100px;
  }
}
@media screen and (max-width: 414px) {
  .entry .is-style-bg-town-1 .wp-block-cover__inner-container,
  .entry .is-style-bg-town-2 .wp-block-cover__inner-container {
    padding-bottom: 80px;
    background-position: 96% 100%;
    background-size: auto 80px;
  }
}
.entry .is-style-bg-town-1 .wp-block-cover__inner-container {
  background-image: url("../img/bg_01.png");
}
.entry .is-style-bg-town-2 .wp-block-cover__inner-container {
  background-image: url("../img/bg_02.png");
}
.entry .wp-block-group {
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-group {
    padding: 20px;
  }
  .entry .wp-block-group.has-border-color {
    border-width: 5px !important;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-group {
    padding: 15px;
  }
}
.entry .wp-block-group.is-style-sme-alert, .entry .wp-block-group.is-style-sme-alert-success, .entry .wp-block-group.is-style-sme-alert-warning, .entry .wp-block-group.is-style-sme-alert-remark {
  padding: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-group.is-style-sme-alert, .entry .wp-block-group.is-style-sme-alert-success, .entry .wp-block-group.is-style-sme-alert-warning, .entry .wp-block-group.is-style-sme-alert-remark {
    padding: 15px;
  }
}
.entry .wp-block-group.is-style-sme-alert::before, .entry .wp-block-group.is-style-sme-alert-success::before, .entry .wp-block-group.is-style-sme-alert-warning::before, .entry .wp-block-group.is-style-sme-alert-remark::before {
  display: none;
}
.entry .wp-block-group.is-style-sme-alert h3, .entry .wp-block-group.is-style-sme-alert-success h3, .entry .wp-block-group.is-style-sme-alert-warning h3, .entry .wp-block-group.is-style-sme-alert-remark h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
}
.entry .wp-block-group.is-style-sme-alert h3::before, .entry .wp-block-group.is-style-sme-alert-success h3::before, .entry .wp-block-group.is-style-sme-alert-warning h3::before, .entry .wp-block-group.is-style-sme-alert-remark h3::before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 24px/1 "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-group.is-style-sme-alert h3::before, .entry .wp-block-group.is-style-sme-alert-success h3::before, .entry .wp-block-group.is-style-sme-alert-warning h3::before, .entry .wp-block-group.is-style-sme-alert-remark h3::before {
    font-size: 20px;
  }
}
.entry .wp-block-group.is-style-sme-alert h3::after, .entry .wp-block-group.is-style-sme-alert-success h3::after, .entry .wp-block-group.is-style-sme-alert-warning h3::after, .entry .wp-block-group.is-style-sme-alert-remark h3::after {
  display: none;
}
.entry .wp-block-group.is-style-sme-alert ol.is-style-sme-ordered-list-circle.has-xlarge-font-size, .entry .wp-block-group.is-style-sme-alert-success ol.is-style-sme-ordered-list-circle.has-xlarge-font-size, .entry .wp-block-group.is-style-sme-alert-warning ol.is-style-sme-ordered-list-circle.has-xlarge-font-size, .entry .wp-block-group.is-style-sme-alert-remark ol.is-style-sme-ordered-list-circle.has-xlarge-font-size {
  padding-left: 40px;
}
.entry .wp-block-group.is-style-sme-alert ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li, .entry .wp-block-group.is-style-sme-alert-success ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li, .entry .wp-block-group.is-style-sme-alert-warning ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li, .entry .wp-block-group.is-style-sme-alert-remark ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li {
  margin-top: 10px;
}
.entry .wp-block-group.is-style-sme-alert ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li:first-child, .entry .wp-block-group.is-style-sme-alert-success ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li:first-child, .entry .wp-block-group.is-style-sme-alert-warning ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li:first-child, .entry .wp-block-group.is-style-sme-alert-remark ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li:first-child {
  margin-top: 0;
}
.entry .wp-block-group.is-style-sme-alert ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li::before, .entry .wp-block-group.is-style-sme-alert-success ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li::before, .entry .wp-block-group.is-style-sme-alert-warning ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li::before, .entry .wp-block-group.is-style-sme-alert-remark ol.is-style-sme-ordered-list-circle.has-xlarge-font-size li::before {
  left: -40px;
  width: 28px;
  height: 28px;
}
.entry .wp-block-group.is-style-sme-alert {
  border-color: #be981a;
}
.entry .wp-block-group.is-style-sme-alert h3 {
  color: #be981a;
}
.entry .wp-block-group.is-style-sme-alert h3::before {
  content: "\f06a";
}
.entry .wp-block-group.is-style-sme-alert ol.is-style-sme-ordered-list-circle li::before {
  color: #fff;
  background: #be981a;
}
.entry .wp-block-group.is-style-sme-alert-success {
  border-color: #8fcf34;
}
.entry .wp-block-group.is-style-sme-alert-success h3 {
  color: #8fcf34;
}
.entry .wp-block-group.is-style-sme-alert-success h3::before {
  content: "\f058";
}
.entry .wp-block-group.is-style-sme-alert-success ol.is-style-sme-ordered-list-circle li::before {
  color: #fff;
  background: #8fcf34;
}
.entry .wp-block-group.is-style-sme-alert-warning {
  border-color: #f05821;
}
.entry .wp-block-group.is-style-sme-alert-warning h3 {
  color: #f05821;
}
.entry .wp-block-group.is-style-sme-alert-warning h3::before {
  content: "\f071";
}
.entry .wp-block-group.is-style-sme-alert-warning ol.is-style-sme-ordered-list-circle li::before {
  color: #fff;
  background: #f05821;
}
.entry .wp-block-group.is-style-sme-alert-remark {
  border-color: rgb(119, 119, 119);
}
.entry .wp-block-group.is-style-sme-alert-remark h3 {
  color: rgb(119, 119, 119);
}
.entry .wp-block-group.is-style-sme-alert-remark h3::before {
  content: "\f058";
}
.entry .wp-block-group *:first-child {
  margin-top: 0;
}
.entry .wp-block-group.is-style-top-fv {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .entry .wp-block-group.is-style-top-fv {
    margin-left: -20px;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-group.is-style-top-fv {
    margin-left: -15px;
  }
}
.entry .wp-block-group.is-style-top-fv .smb-spider-slider {
  margin-top: 0 !important;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.entry .wp-block-group.is-style-top-fv .wp-block-group {
  max-width: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-group.is-style-top-fv .wp-block-group .wp-block-image {
    width: 70%;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-group.is-style-top-fv .wp-block-group .wp-block-image {
    width: 80%;
  }
}
.entry .wp-block-group.is-style-top-fv .wp-block-group .wp-block-image img {
  padding: 20px 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-group.is-style-top-fv .wp-block-group .wp-block-image img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-group.is-style-top-fv .wp-block-group .wp-block-image img {
    padding: 15px 20px;
  }
}
.entry .wp-block-group.is-style-top-brand {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-group.is-style-top-brand {
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-group.is-style-top-brand {
    gap: 10px;
  }
}
.entry .wp-block-group.is-style-top-brand .wp-block-image {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-group.is-style-top-brand .wp-block-image {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-group.is-style-top-brand .wp-block-image {
    width: calc(50% - 5px);
  }
}
.entry h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .entry h2 {
    font-size: 22px;
    line-height: 1.25;
  }
}
.entry h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .entry h3 {
    font-size: 20px;
    line-height: 1.25;
  }
}
.entry h4 {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .entry h4 {
    font-size: 20px;
    line-height: 1.25;
  }
}
.entry h5 {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .entry h5 {
    font-size: 20px;
    line-height: 1.25;
  }
}
.entry .is-style-top-h2 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-size: 42px;
  font-weight: 400;
  text-align: center !important;
  line-height: 1.2;
  background: url("../img/bg_03.png") 50% 100% no-repeat;
}
@media screen and (max-width: 1024px) {
  .entry .is-style-top-h2 {
    margin-bottom: 30px;
    padding-bottom: 35px;
    font-size: 32px;
    background-size: 40px auto;
  }
}
@media screen and (max-width: 414px) {
  .entry .is-style-top-h2 {
    font-size: 26px;
    padding-bottom: 30px;
  }
}
.entry .is-style-heading-none {
  padding: 0;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #2f2725;
}
@media screen and (max-width: 1024px) {
  .entry .is-style-heading-none {
    font-size: 14px;
  }
}
.entry .is-style-heading-none::before, .entry .is-style-heading-none::after {
  display: none;
}
.entry .wp-block-post-template.is-style-top-news {
  margin: 0;
  padding: 0;
}
.entry .wp-block-post-template.is-style-top-news .wp-block-post {
  display: flex;
  margin: 0;
  padding: 15px 20px;
  border-bottom: 2px dotted #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-post-template.is-style-top-news .wp-block-post {
    display: block;
    padding: 10px;
  }
}
.entry .wp-block-post-template.is-style-top-news .wp-block-post:last-child {
  border-bottom: none;
}
.entry .wp-block-post-template.is-style-top-news .wp-block-post .wp-block-post-date,
.entry .wp-block-post-template.is-style-top-news .wp-block-post .wp-block-post-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-post-template.is-style-top-news .wp-block-post .wp-block-post-date,
  .entry .wp-block-post-template.is-style-top-news .wp-block-post .wp-block-post-title {
    font-size: 14px;
    line-height: 1.5;
  }
}
.entry .wp-block-post-template.is-style-top-news .wp-block-post .wp-block-post-date {
  min-width: 10em;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-post-template.is-style-top-news .wp-block-post .wp-block-post-date {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-post-template.is-style-top-news .wp-block-post .wp-block-post-title {
    font-weight: 500;
  }
}
.entry .wp-block-post-template.is-style-top-news .wp-block-post .wp-block-post-title a {
  text-decoration: none;
}
.entry .wp-block-post-template.is-style-top-news .wp-block-post.category-attention .wp-block-post-title {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-post-template.is-style-top-news .wp-block-post.category-attention .wp-block-post-title {
    font-weight: 700;
  }
}
.entry .smb-tabs.is-style-top-service .smb-tabs__tabs {
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 100px;
}
@media screen and (max-width: 1024px) {
  .entry .smb-tabs.is-style-top-service .smb-tabs__tabs {
    margin: 0;
  }
}
.entry .smb-tabs.is-style-top-service .smb-tabs__tab-wrapper {
  align-items: flex-start;
  width: calc(33% - 10px);
}
.entry .smb-tabs.is-style-top-service .smb-tabs__tab {
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  white-space: pre-line;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .entry .smb-tabs.is-style-top-service .smb-tabs__tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .entry .smb-tabs.is-style-top-service .smb-tabs__tab {
    font-size: 12px;
    line-height: 1.35;
  }
}
.entry .smb-tabs.is-style-top-service .smb-tabs__tab .has-medium-font-size {
  font-weight: 300;
}
@media screen and (max-width: 414px) {
  .entry .smb-tabs.is-style-top-service .smb-tabs__tab .has-medium-font-size {
    font-size: 10px !important;
  }
}
.entry .smb-tabs.is-style-top-service .smb-tabs__tab img {
  display: inline-block;
  width: 200px;
  margin-bottom: 20px;
  background: #e0dfdf;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1024px) {
  .entry .smb-tabs.is-style-top-service .smb-tabs__tab img {
    width: 150px !important;
    margin-bottom: 10px;
  }
}
.entry .smb-tabs.is-style-top-service .smb-tabs__tab[aria-selected=false] {
  opacity: 1;
}
.entry .smb-tabs.is-style-top-service .smb-tabs__tab[aria-selected=true] img {
  background: #de4343;
}
.entry .smb-tabs.is-style-top-service .smb-tabs__body {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .entry .smb-tabs.is-style-top-service .smb-tabs__body {
    margin-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .entry .smb-tabs.is-style-top-service .smb-tabs__body {
    margin-top: 30px;
  }
}
.entry .smb-tabs.is-style-top-service .smb-tabs__body .smb-tab-panel {
  margin: 0;
  padding: 0;
  border: none;
  transition: all 0.2s ease-out;
}
.entry .smb-tabs.is-style-top-service .smb-tabs__body .smb-tab-panel__body > *:first-child {
  margin-top: 0;
}
.entry .wp-block-flexible-table-block-table > table thead tr th,
.entry .wp-block-flexible-table-block-table > table thead tr td,
.entry .wp-block-flexible-table-block-table > table tfoot tr th,
.entry .wp-block-flexible-table-block-table > table tfoot tr td,
.entry .wp-block-flexible-table-block-table > table tbody tr th,
.entry .wp-block-flexible-table-block-table > table tbody tr td {
  border: none;
  background: none;
  padding: 15px 20px;
  border: 1px solid #2f2725;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .entry .wp-block-flexible-table-block-table > table thead tr th,
  .entry .wp-block-flexible-table-block-table > table thead tr td,
  .entry .wp-block-flexible-table-block-table > table tfoot tr th,
  .entry .wp-block-flexible-table-block-table > table tfoot tr td,
  .entry .wp-block-flexible-table-block-table > table tbody tr th,
  .entry .wp-block-flexible-table-block-table > table tbody tr td {
    padding: 10px;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-flexible-table-block-table > table thead tr th,
  .entry .wp-block-flexible-table-block-table > table thead tr td,
  .entry .wp-block-flexible-table-block-table > table tfoot tr th,
  .entry .wp-block-flexible-table-block-table > table tfoot tr td,
  .entry .wp-block-flexible-table-block-table > table tbody tr th,
  .entry .wp-block-flexible-table-block-table > table tbody tr td {
    padding: 10px 5px;
  }
}
.entry .wp-block-flexible-table-block-table > table thead tr th,
.entry .wp-block-flexible-table-block-table > table tfoot tr th,
.entry .wp-block-flexible-table-block-table > table tbody tr th {
  background: rgba(224, 223, 223, 0.25);
}
.entry .is-style-table-sp100 > table {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .entry .is-style-table-sp100 > table thead tr th,
  .entry .is-style-table-sp100 > table thead tr td,
  .entry .is-style-table-sp100 > table tfoot tr th,
  .entry .is-style-table-sp100 > table tfoot tr td,
  .entry .is-style-table-sp100 > table tbody tr th,
  .entry .is-style-table-sp100 > table tbody tr td {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }
}
.entry .is-style-top-company {
  border: none;
}
.entry .is-style-top-company > table thead tr th,
.entry .is-style-top-company > table thead tr td,
.entry .is-style-top-company > table tfoot tr th,
.entry .is-style-top-company > table tfoot tr td,
.entry .is-style-top-company > table tbody tr th,
.entry .is-style-top-company > table tbody tr td {
  background: #fff;
  border: none;
  border-bottom: 2px dotted #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .entry .is-style-top-company > table thead tr th,
  .entry .is-style-top-company > table tfoot tr th,
  .entry .is-style-top-company > table tbody tr th {
    width: 8em !important;
  }
}
.entry .is-style-top-company > table thead tr:last-child th,
.entry .is-style-top-company > table thead tr:last-child td,
.entry .is-style-top-company > table tfoot tr:last-child th,
.entry .is-style-top-company > table tfoot tr:last-child td,
.entry .is-style-top-company > table tbody tr:last-child th,
.entry .is-style-top-company > table tbody tr:last-child td {
  border-bottom: none;
}
.entry .is-style-top-company.has-small-font-size > table thead tr th,
.entry .is-style-top-company.has-small-font-size > table thead tr td,
.entry .is-style-top-company.has-small-font-size > table tfoot tr th,
.entry .is-style-top-company.has-small-font-size > table tfoot tr td,
.entry .is-style-top-company.has-small-font-size > table tbody tr th,
.entry .is-style-top-company.has-small-font-size > table tbody tr td {
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .entry .is-style-top-company.has-small-font-size > table thead tr th,
  .entry .is-style-top-company.has-small-font-size > table thead tr td,
  .entry .is-style-top-company.has-small-font-size > table tfoot tr th,
  .entry .is-style-top-company.has-small-font-size > table tfoot tr td,
  .entry .is-style-top-company.has-small-font-size > table tbody tr th,
  .entry .is-style-top-company.has-small-font-size > table tbody tr td {
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .entry .is-style-top-company.has-small-font-size > table thead tr th,
  .entry .is-style-top-company.has-small-font-size > table thead tr td,
  .entry .is-style-top-company.has-small-font-size > table tfoot tr th,
  .entry .is-style-top-company.has-small-font-size > table tfoot tr td,
  .entry .is-style-top-company.has-small-font-size > table tbody tr th,
  .entry .is-style-top-company.has-small-font-size > table tbody tr td {
    padding: 10px 5px;
  }
}
.entry .smb-balloon {
  flex-direction: row !important;
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .smb-balloon {
    margin-top: 15px;
  }
}
.entry .smb-balloon__body {
  color: #2f2725;
  background: #e0dfdf;
}
@media screen and (max-width: 1024px) {
  .entry .smb-balloon__body {
    padding: 15px;
  }
}
.entry .smb-balloon__body::after {
  top: 50px;
  margin-top: 0;
  border-right-color: #e0dfdf;
}
@media screen and (max-width: 1024px) {
  .entry .smb-balloon__body::after {
    top: 30px;
    left: -10px;
    border-width: 5px;
    border-bottom-color: transparent;
  }
}
.entry .smb-balloon__body p {
  margin-top: 10px;
}
.entry .smb-balloon__body > *:first-child {
  margin-top: 0 !important;
}
.entry .smb-balloon__person {
  display: block;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .entry .smb-balloon__person {
    margin-right: 15px;
  }
}
.entry .smb-balloon__figure {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .entry .smb-balloon__figure {
    width: 60px;
    height: 60px;
  }
}
.entry .smb-balloon__name {
  margin-top: 5px;
  text-align: center;
}
.entry .smb-balloon--reverse {
  flex-direction: row-reverse !important;
}
.entry .smb-balloon--reverse .smb-balloon__body::after {
  border-left-color: #e0dfdf;
}
@media screen and (max-width: 1024px) {
  .entry .smb-balloon--reverse .smb-balloon__body::after {
    left: auto;
    right: -10px;
    border-width: 5px;
    border-right-color: transparent !important;
  }
}
.entry .smb-balloon--reverse .smb-balloon__person {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 1024px) {
  .entry .smb-balloon--reverse .smb-balloon__person {
    margin-left: 15px;
  }
}
.entry .smb-balloon + * {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .smb-balloon + * {
    margin-top: 20px;
  }
}
.entry .smb-media-text .c-row__col {
  margin-bottom: 0;
}
.entry .smb-media-text__title {
  margin-top: 0;
}
.entry .smb-media-text__body > *:first-child {
  margin-top: 0 !important;
}
.entry .smb-media-text__body > *:last-child {
  margin-bottom: 0 !important;
}
.entry .smb-media-text.is-style-media-text-img500 .c-row {
  margin: 0;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .entry .smb-media-text.is-style-media-text-img500 .c-row {
    gap: 20px;
  }
}
.entry .smb-media-text.is-style-media-text-img500 .c-row__col {
  margin: 0;
  padding: 0;
}
.entry .smb-media-text.is-style-media-text-img500 .c-row__col:nth-child(1) {
  flex-basis: calc(100% - 530px);
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .entry .smb-media-text.is-style-media-text-img500 .c-row__col:nth-child(1) {
    flex-basis: 100%;
  }
}
.entry .smb-media-text.is-style-media-text-img500 .c-row__col:nth-child(2) {
  flex-basis: 500px;
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .entry .smb-media-text.is-style-media-text-img500 .c-row__col:nth-child(2) {
    flex-basis: 100%;
  }
  .entry .smb-media-text.is-style-media-text-img500 .c-row__col:nth-child(2) .smb-media-text__figure {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  .entry .smb-media-text.is-style-media-text-img500 .c-row__col:nth-child(2) .smb-media-text__figure {
    width: 90%;
  }
}
.entry .smb-media-text.is-style-media-text-img150 .c-row {
  margin: 0;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .entry .smb-media-text.is-style-media-text-img150 .c-row {
    gap: 10px;
  }
}
.entry .smb-media-text.is-style-media-text-img150 .c-row__col {
  margin: 0;
  padding: 0;
}
.entry .smb-media-text.is-style-media-text-img150 .c-row__col:nth-child(1) {
  flex-basis: calc(100% - 170px);
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .entry .smb-media-text.is-style-media-text-img150 .c-row__col:nth-child(1) {
    flex-basis: 100%;
  }
}
.entry .smb-media-text.is-style-media-text-img150 .c-row__col:nth-child(2) {
  flex-basis: 150px;
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .entry .smb-media-text.is-style-media-text-img150 .c-row__col:nth-child(2) {
    flex-basis: 100%;
  }
  .entry .smb-media-text.is-style-media-text-img150 .c-row__col:nth-child(2) .smb-media-text__figure {
    width: 100px;
    height: auto;
    margin: 0 auto;
  }
}