@charset "UTF-8";
/*
下記ファイルのカラー設定と統一
inc/theme-color.php
*/
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'webicon';
  src: url("/media/files/fonts/webicon/webicon.ttf?nfw7zr") format("truetype"), url("/media/files/fonts/webicon/webicon.woff?nfw7zr") format("woff"), url("/media/files/fonts/webicon/webicon.svg?nfw7zr#webicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="webicon-"], [class*=" webicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.webicon-arrow-right:before {
  content: "\e900";
  color: #fff;
}

/* =========================================================
 Base style
========================================================= */
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.85;
  background: #fff;
  color: #242424;
  margin: 0;
  padding: 0;
  text-align: left;
}

body.home {
  margin-top: 0 !important;
}

a {
  color: #F38200;
}

a:hover {
  color: #F3A5A5;
}

.wrap, .wrap-margin, .wrap-wide, .breadcrumbs ul {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media print, screen and (min-width: 600px) {
  .wrap, .wrap-margin, .wrap-wide, .breadcrumbs ul {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .wrap, .wrap-margin, .wrap-wide, .breadcrumbs ul {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 1100px) {
  .wrap-margin {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.wrap-wide {
  padding-right: 0;
  padding-left: 0;
}

/* =========================================================
 Header
========================================================= */
/**
 * header-type1 ヘッダー下ナビゲーション
 * header-type2 ロゴ 中央
 * header-type3 ロゴの隣にナビゲーション header固定
 */
.site-header {
  -webkit-transition: all  1s ease;
  transition: all  1s ease;
}

.home.header-fixed .site-header {
  background: rgba(243, 130, 0, 0);
  box-shadow: none;
  position: fixed;
  left: 0;
}

.header-fixed .site-header {
  box-shadow: none;
}

@media all and (max-width: 599px) {
  .header-fixed .site-header.fixed {
    position: absolute;
  }
}

@media all and (min-width: 600px) {
  body.header-fixed.scroll .site-header {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
  }
}

.header-type3 .site-branding {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

@media all and (max-width: 599px) {
  .site-branding .site-title {
    width: calc( 100% - 80px - 24px);
  }
}

@media all and (min-width: 600px) {
  .site-branding .site-title {
    max-width: 177px;
  }
}

/* =========================================================
 Content layout
========================================================= */
/* base layout
--------------------------------------------------------- */
.site-content {
  padding-bottom: 0;
  position: relative;
}

@media print, screen and (min-width: 600px) {
  .site-main {
    max-width: calc(100% - 330px);
  }
}

@media print, screen and (min-width: 600px) {
  .widget-area {
    width: 290px;
  }
}

body.page .entry-content {
  margin-bottom: 0;
}

.entry-content .is-style-type7::before {
  display: none !important;
}

.entry-content .is-style-catch {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  font-size: 1.8rem !important;
}

.entry-content .is-style-catch::before, .entry-content .is-style-catch::after {
  content: none !important;
}

@media print, screen and (min-width: 600px) {
  .entry-content .is-style-catch {
    font-size: 2.4rem !important;
  }
}

.entry-content dl:not(.no-style) dt {
  border: 1px solid #D1D1D1;
  background: #FBFBFB;
}

.entry-content table:not(.no-style) thead th {
  background: #F38200;
}

.entry-content table:not(.no-style) th,
.entry-content table:not(.no-style) td {
  padding: 12px;
}

.entry-content table:not(.is-style-stripes):not(.no-style),
.entry-content figure:not(.is-style-stripes):not(.no-style) table {
  border: 1px solid #D1D1D1;
}

.entry-content table:not(.is-style-stripes):not(.no-style) th,
.entry-content table:not(.is-style-stripes):not(.no-style) td,
.entry-content figure:not(.is-style-stripes):not(.no-style) table th,
.entry-content figure:not(.is-style-stripes):not(.no-style) table td {
  border: 1px solid #D1D1D1;
}

.entry-content table:not(.is-style-stripes):not(.no-style) tbody th,
.entry-content figure:not(.is-style-stripes):not(.no-style) table tbody th {
  background: #FBFBFB;
}

.entry-content table:not(.is-style-stripes):not(.no-style) tbody td,
.entry-content figure:not(.is-style-stripes):not(.no-style) table tbody td {
  border: 1px solid #D1D1D1;
}

.entry-content .table-headline-main tbody tr:first-child td {
  background: #F38200;
}

.entry-content .table-headline-accent tbody tr:first-child td {
  background: #F3A5A5;
}

.entry-content .table-headline-gray tbody tr:first-child td {
  background: #666;
}

.entry-content .table-sidecolumn-main tbody td:first-child {
  background: rgba(243, 130, 0, 0.2);
}

.entry-content .table-sidecolumn-accent tbody td:first-child {
  background: rgba(243, 165, 165, 0.2);
}

.entry-content .table-sidecolumn-gray tbody td:first-child {
  background: #FBFBFB;
}

.entry-content blockquote:not(.no-style) {
  border: 2px solid #D1D1D1;
  background: #FBFBFB;
}

.entry-content blockquote:not(.no-style) cite {
  color: #F38200;
}

.entry-content .wp-block-gallery.alignfull .blocks-gallery-grid {
  width: 100%;
}

.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc(33.33333% - 1em) !important;
  margin: 0 1em 1em 0 !important;
}

.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
  margin-right: 0 !important;
}

.entry-content .is-style-column-border .wp-block-column {
  border: 3px solid #F38200;
  border-radius: 10px;
  padding: 20px;
}

@media all and (max-width: 599px) {
  .entry-content .is-style-column-border .wp-block-column {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 600px) {
  .entry-content .is-style-column-border .wp-block-column {
    padding: 40px;
  }
}

.entry-content .is-style-column-border .wp-block-image figure {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 600px) {
  .entry-content .is-style-column-border .wp-block-image figure {
    height: 100px;
  }
}

.entry-content .title-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #EF9500;
  position: relative;
  -webkit-clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 0 50%);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 0 50%);
  padding: 10px;
}

.entry-content .title-step span {
  display: block;
  margin: 0;
  background: #fff;
  color: #EF9500;
  padding: 0 20px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.1rem;
}

.entry-content .title-step h2 {
  background: none !important;
  padding: 0 !important;
  color: #fff;
  font-size: 1.6rem !important;
  font-weight: normal !important;
  margin: 5px 0 0;
}

.entry-content .title-step h2::before {
  content: none !important;
}

.entry-content .title-step.is-style-step2 {
  -webkit-clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 13px 50%);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 13px 50%);
  background: #E06A68;
}

.entry-content .title-step.is-style-step2 span {
  color: #E06A68;
}

.entry-content .title-step.is-style-step3 {
  -webkit-clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 13px 50%);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 13px 50%);
  background: #E46800;
}

.entry-content .title-step.is-style-step3 span {
  color: #E46800;
}

/* =========================================================
 Sidebar
========================================================= */
.widget-area .widget-title {
  border-bottom: 2px solid #F38200;
}

.widget-area ul li {
  border-bottom: 1px dotted #D1D1D1;
}

/* =========================================================
 Footer
========================================================= */
/**
 * footer-type1   ロゴの上にナビゲーション
 * footer-type2   ロゴ 中央
 * footer-type3   左ロゴ 右ナビゲーション
 * footer-type4   左ナビゲーション 右ロゴ
 */
.site-footer-body {
  padding-top: 20px;
}

@media all and (min-width: 600px) {
  .site-footer-body {
    padding-top: 40px;
  }
}

.site-footer-body .footer-branding .site-title img {
  max-width: 177px;
}

.site-footer-body .footer-branding a {
  color: #242424;
}

.site-info {
  background: none;
  border-top: 1px solid #F38200;
}

.site-info__inner {
  color: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-info__copyright {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (max-width: 599px) {
  .site-info__copyright {
    width: 100%;
  }
}

ul.footer-sns {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}

ul.footer-sns li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

ul.footer-sns li a {
  display: block;
  border-radius: 100%;
  color: #fff;
  background: #F38200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 42px;
  height: 42px;
  font-size: 25px;
}

/* =========================================================
 Form
========================================================= */
form .icon-required {
  color: #DC000C;
}

@media all and (max-width: 599px) {
  form select {
    width: 100%;
  }
}

@media all and (max-width: 599px) {
  form table tr th br {
    display: none;
  }
}

form input[type="text"] {
  border-radius: 5px;
}

@media all and (max-width: 599px) {
  form select {
    margin-bottom: 0.5em;
  }
}

@media all and (max-width: 599px) {
  form .mwform-radio-field-text {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 599px) {
  #content .entry-content form table {
    border: none;
  }
}

@media all and (max-width: 599px) {
  #content .entry-content form table tr th,
  #content .entry-content form table tr td {
    border: none;
  }
}

@media all and (max-width: 599px) {
  #content .entry-content form table tr th {
    background: #eee;
    margin-top: 16px;
    font-size: 1.6rem;
  }
}

.search-form .search-submit,
.search-form .search-submit:hover {
  border-color: #D1D1D1;
}

.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 599px) {
  .contact-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-btn input[type='submit'] {
  padding: 10px 30px;
  margin: 10px 0;
  font-size: 150%;
  border-radius: 100px;
  font-weight: bold;
}

@media all and (min-width: 600px) {
  .contact-btn input[type='submit'] {
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 10px;
  }
}

.contact-btn input[name='submitConfirm'] {
  width: 80%;
}

@media all and (min-width: 600px) {
  .contact-btn input[name='submitConfirm'] {
    width: 50%;
  }
}

.contact-btn input[name='submitBack'] {
  width: 80%;
}

@media all and (min-width: 600px) {
  .contact-btn input[name='submitBack'] {
    width: 20%;
  }
}

.contact-btn input[name='submit'] {
  width: 80%;
}

@media all and (min-width: 600px) {
  .contact-btn input[name='submit'] {
    width: 30%;
  }
}

.mw_wp_form_confirm .clr,
.mw_wp_form_confirm input[value="住所検索"] {
  display: none;
}

.completion-message {
  text-align: center;
  border: 2px solid #F38200;
  background: rgba(243, 130, 0, 0.03);
  padding: 20px 15px;
}

@media all and (min-width: 600px) {
  .completion-message {
    padding: 30px;
  }
}

.completion-message > *:first-child {
  margin-top: 0;
}

.completion-message > *:last-child {
  margin-bottom: 0;
}

.completion-message__title {
  font-weight: normal;
  margin-bottom: 15px;
}

@media all and (min-width: 600px) {
  .completion-message__title {
    margin-bottom: 30px;
  }
}

.completion-message__title::before {
  right: 0;
  margin: auto;
}

.completion-message p {
  text-align: center;
}

/* =========================================================
 Breadcrumbs
========================================================= */
.breadcrumbs {
  width: 100%;
  max-width: unset;
  background: #FBFBFB;
}

@media all and (max-width: 599px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs ul {
  margin: auto;
}

/* =========================================================
 Navigation
========================================================= */
/* Sub Navigation
--------------------------------------------------------- */
.sub-navigation {
  padding-left: 12px;
  padding-right: 12px;
  /* Color */
}

@media print, screen and (min-width: 600px) {
  .sub-navigation {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.sub-navigation ul a {
  color: #242424;
}

.sub-navigation ul a:hover {
  background: rgba(243, 130, 0, 0.5);
}

.sub-navigation ul ul {
  background: rgba(0, 0, 0, 0.5);
}

.sub-navigation ul ul a {
  color: #fff;
}

/* Main Navigation
--------------------------------------------------------- */
/* layout */
.main-navigation,
.footer-type1 .footer-navigation,
.footer-type2 .footer-navigation {
  position: relative;
  /* Color */
}

@media print, screen and (min-width: 600px) {
  .main-navigation,
  .footer-type1 .footer-navigation,
  .footer-type2 .footer-navigation {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
  }
}

.main-navigation .navigation-sp,
.footer-type1 .footer-navigation .navigation-sp,
.footer-type2 .footer-navigation .navigation-sp {
  padding: 60px 12px 12px;
}

.main-navigation .navigation-sp ul,
.footer-type1 .footer-navigation .navigation-sp ul,
.footer-type2 .footer-navigation .navigation-sp ul {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}

.main-navigation .navigation-sp ul ul,
.footer-type1 .footer-navigation .navigation-sp ul ul,
.footer-type2 .footer-navigation .navigation-sp ul ul {
  padding-left: 12px;
  padding-right: 12px;
}

.main-navigation .navigation-pc ul ul li,
.footer-type1 .footer-navigation .navigation-pc ul ul li,
.footer-type2 .footer-navigation .navigation-pc ul ul li {
  margin: 10px 0;
}

.main-navigation li,
.footer-type1 .footer-navigation li,
.footer-type2 .footer-navigation li {
  border-bottom: 1px solid #D1D1D1;
}

@media print, screen and (min-width: 600px) {
  .main-navigation li,
  .footer-type1 .footer-navigation li,
  .footer-type2 .footer-navigation li {
    border-bottom: none;
  }
}

@media print, screen and (min-width: 600px) {
  .header-type3 .main-navigation li, .header-type3
  .footer-type1 .footer-navigation li, .header-type3
  .footer-type2 .footer-navigation li {
    border: none;
  }
}

.main-navigation div > ul,
.footer-type1 .footer-navigation div > ul,
.footer-type2 .footer-navigation div > ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 600px) {
  .main-navigation div > ul > li,
  .footer-type1 .footer-navigation div > ul > li,
  .footer-type2 .footer-navigation div > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .main-navigation div > ul > li:before,
  .footer-type1 .footer-navigation div > ul > li:before,
  .footer-type2 .footer-navigation div > ul > li:before {
    background: #D1D1D1;
  }
  .main-navigation div > ul > li:after,
  .footer-type1 .footer-navigation div > ul > li:after,
  .footer-type2 .footer-navigation div > ul > li:after {
    background: #D1D1D1;
  }
  .header-type3 .main-navigation div > ul > li, .header-type3
  .footer-type1 .footer-navigation div > ul > li, .header-type3
  .footer-type2 .footer-navigation div > ul > li {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.main-navigation .navigation-pc,
.footer-type1 .footer-navigation .navigation-pc,
.footer-type2 .footer-navigation .navigation-pc {
  background: none;
}

.main-navigation .navigation-sp,
.footer-type1 .footer-navigation .navigation-sp,
.footer-type2 .footer-navigation .navigation-sp {
  background: rgba(243, 130, 0, 0.9);
}

.main-navigation li a,
.footer-type1 .footer-navigation li a,
.footer-type2 .footer-navigation li a {
  color: #fff;
}

@media print, screen and (min-width: 600px) {
  .main-navigation li a,
  .footer-type1 .footer-navigation li a,
  .footer-type2 .footer-navigation li a {
    color: #fff;
  }
}

.main-navigation li a:hover,
.footer-type1 .footer-navigation li a:hover,
.footer-type2 .footer-navigation li a:hover,
.footer-navigation li ul li a:hover {
  opacity: 0.7;
}
.footer-navigation li ul li a {
  transition: all 0.3s ease;
}

.main-navigation li ul,
.footer-type1 .footer-navigation li ul,
.footer-type2 .footer-navigation li ul {
  background: none;
}

.main-navigation li ul a,
.footer-type1 .footer-navigation li ul a,
.footer-type2 .footer-navigation li ul a {
  color: #fff;
}

@media print, screen and (min-width: 600px) {
  .header-type3 .main-navigation div > ul > li a, .header-type3
  .footer-type1 .footer-navigation div > ul > li a, .header-type3
  .footer-type2 .footer-navigation div > ul > li a {
    background: #F38200;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .header-type3 .main-navigation div > ul > li.blue a, .header-type3
  .footer-type1 .footer-navigation div > ul > li.blue a, .header-type3
  .footer-type2 .footer-navigation div > ul > li.blue a {
    padding: 13px 30px;
    background: #00D3FF;
  }
  .header-type3 .main-navigation div > ul > li.toumei, .header-type3
  .footer-type1 .footer-navigation div > ul > li.toumei, .header-type3
  .footer-type2 .footer-navigation div > ul > li.toumei {
    opacity: 0.5;
  }
}

/* Footer Navigation
--------------------------------------------------------- */
.footer-type3 .footer-navigation,
.footer-type4 .footer-navigation {
  /* layout */
  /* Color */
}

.footer-type3 .footer-navigation div > ul,
.footer-type4 .footer-navigation div > ul {
  background: #F38200;
  padding: 12px;
}

@media print, screen and (min-width: 600px) {
  .footer-type3 .footer-navigation div > ul,
  .footer-type4 .footer-navigation div > ul {
    background: none;
  }
}

.footer-type3 .footer-navigation div > ul > li,
.footer-type4 .footer-navigation div > ul > li {
  margin-bottom: 0;
}

.footer-type3 .footer-navigation div > ul ul,
.footer-type4 .footer-navigation div > ul ul {
  padding: 12px;
}

@media print, screen and (min-width: 600px) {
  .footer-type3 .footer-navigation div > ul ul,
  .footer-type4 .footer-navigation div > ul ul {
    padding: 0;
  }
}

.footer-type3 .footer-navigation a,
.footer-type4 .footer-navigation a {
  color: #fff;
  display: block;
  padding: 12px;
  background: rgba(255, 255, 255, 0.2);
}

@media print, screen and (min-width: 600px) {
  .footer-type3 .footer-navigation a,
  .footer-type4 .footer-navigation a {
    color: #242424;
    display: inline;
    padding: 0;
    background: none;
  }
}

.footer-type3 .footer-navigation a:active,
.footer-type4 .footer-navigation a:active {
  background: none;
}

.footer-type3 .footer-contents-area .footer-navigation div > ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-type3 .footer-contents-area .footer-navigation div > ul > li {
  font-size: 1.5rem;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-type3 .footer-contents-area .footer-navigation div > ul > li > a {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.3s;
}
.footer-type3 .footer-contents-area .footer-navigation div > ul > li > a:hover {
  opacity: 0.5;
}

.footer-type3 .footer-contents-area .footer-navigation div > ul > li > a:not([href]) {
  text-decoration: none;
}

.footer-type3 .footer-contents-area .footer-navigation div > ul > li > a:not([href])::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0d7";
  margin-right: 5px;
}

.footer-type3 .footer-contents-area .footer-navigation div > ul > li.blue a {
  padding: 20px 30px;
  background: #00D3FF;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.footer-type3 .footer-contents-area .footer-navigation div > ul > li.blue a:hover {
  opacity: 0.8;
}

.footer-type3 .footer-contents-area .footer-navigation div > ul > li ul {
  margin-left: 1em;
}

.footer-type3 .footer-contents-area .footer-navigation div > ul > li ul li {
  list-style-type: none;
}

/* Toggle
--------------------------------------------------------- */
.menu-toggle {
  right: 12px;
}

.menu-toggle span {
  background-color: #F38200;
}

/* SmartPhone
------------------------------------------------------------*/
.main-navigation .navigation-sp #navigation-menu.menu {
  border-color: #fff;
}

.main-navigation .navigation-sp #navigation-menu li {
  border-bottom-color: #fff;
}

.main-navigation .navigation-sp #navigation-menu li a {
  text-align: left;
}

.main-navigation .navigation-sp #navigation-menu li .sub-menu {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border: none;
  margin-bottom: 1.0em;
}

.main-navigation .navigation-sp #navigation-menu li .sub-menu li {
  border-bottom: none;
  padding-left: 10px;
}

.main-navigation .navigation-sp #navigation-menu li .sub-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

.main-navigation .navigation-sp #navigation-menu li .sub-menu li a:before {
  content: "┗";
  margin-right: 0.25em;
}

/* =========================================================
 Page top
========================================================= */
.btn-pagetop {
  right: 12px;
  background: #15AE7A;
}

@media print, screen and (min-width: 600px) {
  .btn-pagetop {
    right: 40px;
  }
}

/* =========================================================
  Pagination
========================================================= */
.pagination span,
.pagination a {
  background-color: #F38200;
}

.pagination span.page-num,
.pagination a.page-num {
  color: #242424;
}

.pagination a:hover {
  background-color: rgba(243, 130, 0, 0.3);
}

.pagination .current {
  background-color: rgba(243, 130, 0, 0.3);
}

.pagination .left,
.pagination .right {
  color: #242424;
}

.pagination .left:hover,
.pagination .right:hover {
  color: #242424;
}

.post-navigation .nav-links {
  border-top: 1px solid #D1D1D1;
}

.post-navigation .nav-links::after {
  background: #D1D1D1;
}

.post-navigation a {
  color: #242424;
  padding: 12px;
}

@media print, screen and (min-width: 600px) {
  .post-navigation a {
    padding: 40px;
  }
}

.post-navigation a:hover {
  background: rgba(243, 130, 0, 0.1);
}

.post-navigation a:before {
  top: 12px;
}

@media print, screen and (min-width: 600px) {
  .post-navigation a:before {
    top: 40px;
  }
}

/* =========================================================
Widget
========================================================= */
/* =========================================================
 social
========================================================= */
/* =========================================================
 List
========================================================= */
.ul-asterisk {
  margin: 0;
  padding-left: 1em;
}

.ul-asterisk li {
  list-style-type: none;
  position: relative;
}

.ul-asterisk li:before {
  content: "※";
  position: absolute;
  left: -1em;
}

.dl-list {
  overflow: hidden;
}

.dl-list dt {
  clear: both;
  width: 100%;
  padding: 15px 0 10px;
}

@media print, screen and (min-width: 600px) {
  .dl-list dt {
    width: 7em;
    float: left;
    padding: 15px 0;
  }
}

.dl-list dd {
  padding: 0 0 15px 0;
  margin: 0;
  border-bottom: 1px dotted #ddd;
}

@media print, screen and (min-width: 600px) {
  .dl-list dd {
    padding: 15px 15px 15px 8em;
  }
}

.dl-list .cat {
  display: block;
}

.dl-list .cat a {
  display: inline-block;
  margin-right: 5px;
}

.dl-list .btn-target::after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

/* =========================================================
 Button

<p><a href="#" class="btn">btn</a></p>
<p><a href="#" class="btn-accent">btn-accent</a></p>
<p><a href="#" class="btn-gray">btn-gray</a></p>

// グラデーション
<p><a href="#" class="btn btn-gd">btn btn-gd</a></p>
or
<p><a href="#" class="btn-accent btn-gd">btn-accent btn-gd</a></p>
or
<p><a href="#" class="btn-gray btn-gd">btn-gray btn-gd</a></p>

// ボーダー(グラデーションとは併用できない)
<p><a href="#" class="btn btn-border">btn btn-border</a></p>

// 角丸
<p><a href="#" class="btn btn-rounded">btn btn-rounded</a></p>
or
<p><a href="#" class="btn btn-circle">btn btn-circle</a></p>

// 立体
<p><a href="#" class="btn btn-solid">btn btn-solid</a></p>

// 矢印
<p><a href="#" class="btn btn-arrow">btn btn-arrow</a></p>
or
<p><a href="#" class="btn btn-arrow2">btn btn-arrow2</a></p>

// サイズ
<p><a href="#" class="btn btn-l">btn btn-l</a></p>
or
<p><a href="#" class="btn btn-wide">btn btn-wide</a></p>

========================================================= */
.reset_button, button.btn, button.btn-accent, .wp-block-button.block-button-accent button.wp-block-button__link, button.btn-gray, .wp-block-button.block-button-gray button.wp-block-button__link, .wp-block-button button.wp-block-button__link, button.btn-style, .comment-respond .form-submit button.submit,
input[type="button"].btn, input[type="button"].btn-accent, input[type="button"].btn-gray, .wp-block-button input[type="button"].wp-block-button__link, input[type="button"].btn-style, .comment-respond .form-submit input[type="button"].submit,
input[type="reset"].btn, input[type="reset"].btn-accent, input[type="reset"].btn-gray, .wp-block-button input[type="reset"].wp-block-button__link, input[type="reset"].btn-style, .comment-respond .form-submit input[type="reset"].submit,
input[type="submit"].btn, input[type="submit"].btn-accent, input[type="submit"].btn-gray, .wp-block-button input[type="submit"].wp-block-button__link, input[type="submit"].btn-style, .comment-respond .form-submit input[type="submit"].submit {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

.reset_button:hover, button.btn:hover, button.btn-accent:hover, button.btn-gray:hover, .wp-block-button button.wp-block-button__link:hover, button.btn-style:hover, .comment-respond .form-submit button.submit:hover,
input[type="button"].btn:hover, input[type="button"].btn-accent:hover, input[type="button"].btn-gray:hover, .wp-block-button input[type="button"].wp-block-button__link:hover, input[type="button"].btn-style:hover, .comment-respond .form-submit input[type="button"].submit:hover,
input[type="reset"].btn:hover, input[type="reset"].btn-accent:hover, input[type="reset"].btn-gray:hover, .wp-block-button input[type="reset"].wp-block-button__link:hover, input[type="reset"].btn-style:hover, .comment-respond .form-submit input[type="reset"].submit:hover,
input[type="submit"].btn:hover, input[type="submit"].btn-accent:hover, input[type="submit"].btn-gray:hover, .wp-block-button input[type="submit"].wp-block-button__link:hover, input[type="submit"].btn-style:hover, .comment-respond .form-submit input[type="submit"].submit:hover, .reset_button:active, button.btn:active, button.btn-accent:active, button.btn-gray:active, .wp-block-button button.wp-block-button__link:active, button.btn-style:active, .comment-respond .form-submit button.submit:active,
input[type="button"].btn:active, input[type="button"].btn-accent:active, input[type="button"].btn-gray:active, .wp-block-button input[type="button"].wp-block-button__link:active, input[type="button"].btn-style:active, .comment-respond .form-submit input[type="button"].submit:active,
input[type="reset"].btn:active, input[type="reset"].btn-accent:active, input[type="reset"].btn-gray:active, .wp-block-button input[type="reset"].wp-block-button__link:active, input[type="reset"].btn-style:active, .comment-respond .form-submit input[type="reset"].submit:active,
input[type="submit"].btn:active, input[type="submit"].btn-accent:active, input[type="submit"].btn-gray:active, .wp-block-button input[type="submit"].wp-block-button__link:active, input[type="submit"].btn-style:active, .comment-respond .form-submit input[type="submit"].submit:active {
  box-shadow: none;
  border: none;
}

a.btn, a.btn-accent, .wp-block-button.block-button-accent a.wp-block-button__link, a.btn-gray, .wp-block-button.block-button-gray a.wp-block-button__link, .btn-wide-area a, .btn-100-area a, .wp-block-button a.wp-block-button__link, a.btn-style, .comment-respond .form-submit a.submit {
  text-decoration: none;
}

.btn, .btn-accent, .wp-block-button.block-button-accent .wp-block-button__link, .btn-gray, .wp-block-button.block-button-gray .wp-block-button__link, .btn-wide-area a, .btn-100-area a, .wp-block-button .wp-block-button__link, .btn-style, .comment-respond .form-submit .submit {
  display: inline-block;
  padding: 5px 2em;
  color: #fff;
  border-radius: 0;
  position: relative;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  background-color: #F38200;
  text-align: center;
  /* color */
  /* option */
}

@media all and (min-width: 600px) {
  .btn, .btn-accent, .wp-block-button.block-button-accent .wp-block-button__link, .btn-gray, .wp-block-button.block-button-gray .wp-block-button__link, .btn-wide-area a, .btn-100-area a, .wp-block-button .wp-block-button__link, .btn-style, .comment-respond .form-submit .submit {
    min-width: 305px;
  }
}

.btn:hover, .btn-accent:hover, .btn-gray:hover, .btn-wide-area a:hover, .btn-100-area a:hover, .wp-block-button .wp-block-button__link:hover, .btn-style:hover, .comment-respond .form-submit .submit:hover {
  color: #fff;
  background-color: #ffa641;
}

.btn-accent, .wp-block-button.block-button-accent .wp-block-button__link {
  background: #F3A5A5;
  color: #fff;
}

.btn-accent:hover, .wp-block-button.block-button-accent .wp-block-button__link:hover {
  background: #fce9e9;
  color: #fff;
  opacity: 1;
}

.btn-gray, .wp-block-button.block-button-gray .wp-block-button__link {
  background: #666;
  color: #fff;
}

.btn-gray:hover, .wp-block-button.block-button-gray .wp-block-button__link:hover {
  background: gray;
  color: #fff;
  opacity: 1;
}

.btn-border.btn, .btn-border.btn-accent, .wp-block-button.block-button-accent.is-style-outline .wp-block-button__link, .wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link, .btn-border.btn-gray, .wp-block-button.block-button-gray.is-style-outline .wp-block-button__link, .wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link, .btn-wide-area a.btn-border, .btn-100-area a.btn-border, .wp-block-button .btn-border.wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-squared-outline .wp-block-button__link, .btn-border.btn-style, .comment-respond .form-submit .btn-border.submit {
  background: #fff;
  border: 1px solid #F38200;
  color: #F38200;
}

.btn-border.btn:hover, .btn-border.btn-accent:hover, .btn-border.btn-gray:hover, .btn-wide-area a.btn-border:hover, .btn-100-area a.btn-border:hover, .wp-block-button .btn-border.wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-squared-outline .wp-block-button__link:hover, .btn-border.btn-style:hover, .comment-respond .form-submit .btn-border.submit:hover {
  background: rgba(243, 130, 0, 0.2);
  color: #F38200;
  opacity: 1;
}

.btn-border.btn-accent, .wp-block-button.is-style-outline .btn-accent.wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button.block-button-accent .wp-block-button__link, .wp-block-button.block-button-accent .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-squared-outline .btn-accent.wp-block-button__link, .wp-block-button.is-style-squared-outline .wp-block-button.block-button-accent .wp-block-button__link, .wp-block-button.block-button-accent .wp-block-button.is-style-squared-outline .wp-block-button__link, .wp-block-button.block-button-accent .btn-border.wp-block-button__link, .wp-block-button.block-button-accent.is-style-outline .wp-block-button__link, .wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #F3A5A5;
  color: #F3A5A5;
}

.btn-border.btn-accent:hover, .wp-block-button.is-style-outline .btn-accent.wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button.block-button-accent .wp-block-button__link:hover, .wp-block-button.block-button-accent .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-squared-outline .btn-accent.wp-block-button__link:hover, .wp-block-button.is-style-squared-outline .wp-block-button.block-button-accent .wp-block-button__link:hover, .wp-block-button.block-button-accent .wp-block-button.is-style-squared-outline .wp-block-button__link:hover, .wp-block-button.block-button-accent .btn-border.wp-block-button__link:hover, .wp-block-button.block-button-accent.is-style-outline .wp-block-button__link:hover, .wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link:hover {
  background: rgba(243, 165, 165, 0.2);
  color: #F3A5A5;
  opacity: 1;
}

.btn-border.btn-gray, .wp-block-button.is-style-outline .btn-gray.wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button.block-button-gray .wp-block-button__link, .wp-block-button.block-button-gray .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-squared-outline .btn-gray.wp-block-button__link, .wp-block-button.is-style-squared-outline .wp-block-button.block-button-gray .wp-block-button__link, .wp-block-button.block-button-gray .wp-block-button.is-style-squared-outline .wp-block-button__link, .wp-block-button.block-button-gray .btn-border.wp-block-button__link, .wp-block-button.block-button-gray.is-style-outline .wp-block-button__link, .wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #666;
  color: #666;
}

.btn-border.btn-gray:hover, .wp-block-button.is-style-outline .btn-gray.wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button.block-button-gray .wp-block-button__link:hover, .wp-block-button.block-button-gray .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-squared-outline .btn-gray.wp-block-button__link:hover, .wp-block-button.is-style-squared-outline .wp-block-button.block-button-gray .wp-block-button__link:hover, .wp-block-button.block-button-gray .wp-block-button.is-style-squared-outline .wp-block-button__link:hover, .wp-block-button.block-button-gray .btn-border.wp-block-button__link:hover, .wp-block-button.block-button-gray.is-style-outline .wp-block-button__link:hover, .wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link:hover {
  background: rgba(102, 102, 102, 0.2);
  color: #666;
  opacity: 1;
}

.btn-solid.btn, .btn-solid.btn-accent, .wp-block-button.block-button-accent.is-solid .wp-block-button__link, .btn-solid.btn-gray, .wp-block-button.block-button-gray.is-solid .wp-block-button__link, .btn-wide-area a.btn-solid, .btn-100-area a.btn-solid, .wp-block-button .btn-solid.wp-block-button__link, .wp-block-button.is-solid .wp-block-button__link, .btn-solid.btn-style, .comment-respond .form-submit .btn-solid.submit {
  box-shadow: 0px 3px 0px 0px #a75900;
}

.btn-solid.btn-accent, .wp-block-button.is-solid .btn-accent.wp-block-button__link, .wp-block-button.is-solid .wp-block-button.block-button-accent .wp-block-button__link, .wp-block-button.block-button-accent .wp-block-button.is-solid .wp-block-button__link, .wp-block-button.block-button-accent .btn-solid.wp-block-button__link, .wp-block-button.block-button-accent.is-solid .wp-block-button__link {
  box-shadow: 0px 3px 0px 0px #ea6262;
}

.btn-solid.btn-gray, .wp-block-button.is-solid .btn-gray.wp-block-button__link, .wp-block-button.is-solid .wp-block-button.block-button-gray .wp-block-button__link, .wp-block-button.block-button-gray .wp-block-button.is-solid .wp-block-button__link, .wp-block-button.block-button-gray .btn-solid.wp-block-button__link, .wp-block-button.block-button-gray.is-solid .wp-block-button__link {
  box-shadow: 0px 3px 0px 0px #404040;
}

.btn-gd:hover {
  background-color: transparent;
  opacity: 0.8;
}

.btn-rounded {
  border-radius: 5px;
}

.btn-circle, .btn-style {
  border-radius: 100px;
}

.btn-l, .wp-block-button.is-l .wp-block-button__link, .comment-respond .form-submit .submit {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 110%;
}

.btn-wide, .btn-wide-area a, .wp-block-button.is-wide .wp-block-button__link {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 110%;
  text-align: center;
}

@media all and (min-width: 600px) {
  .btn-wide, .btn-wide-area a, .wp-block-button.is-wide .wp-block-button__link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 150%;
  }
}

.btn-100, .btn-100-area a, .wp-block-button.is-100 .wp-block-button__link {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 110%;
  text-align: center;
}

@media all and (min-width: 600px) {
  .btn-100, .btn-100-area a, .wp-block-button.is-100 .wp-block-button__link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 150%;
  }
}

.btn-arrow::after, .wp-block-button.is-arrow .wp-block-button__link::after, .wp-block-button.block-button-accent.is-arrow .wp-block-button__link::after, .wp-block-button.block-button-gray.is-arrow .wp-block-button__link::after, .btn-style::after {
  font-family: 'webicon';
  content: "\e900";
  position: absolute;
  top: 0;
  right: 0.5em;
  height: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 600px) {
  .btn-arrow::after, .wp-block-button.is-arrow .wp-block-button__link::after, .wp-block-button.block-button-accent.is-arrow .wp-block-button__link::after, .wp-block-button.block-button-gray.is-arrow .wp-block-button__link::after, .btn-style::after {
    right: 1em;
  }
}

.btn-arrow2::after, .wp-block-button.is-arrow2 .wp-block-button__link::after, .wp-block-button.block-button-accent.is-arrow2 .wp-block-button__link::after, .wp-block-button.block-button-gray.is-arrow2 .wp-block-button__link::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  top: 0;
  right: 0.5em;
  height: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 600px) {
  .btn-arrow2::after, .wp-block-button.is-arrow2 .wp-block-button__link::after, .wp-block-button.block-button-accent.is-arrow2 .wp-block-button__link::after, .wp-block-button.block-button-gray.is-arrow2 .wp-block-button__link::after {
    right: 1em;
  }
}

.btn-external-link::after, .wp-block-button.is-external-link .wp-block-button__link::after, .wp-block-button.block-button-accent.is-external-link .wp-block-button__link::after, .wp-block-button.block-button-gray.is-external-link .wp-block-button__link::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f35d";
  font-size: 85%;
  position: absolute;
  top: 0;
  right: 0.3em;
  height: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 600px) {
  .btn-external-link::after, .wp-block-button.is-external-link .wp-block-button__link::after, .wp-block-button.block-button-accent.is-external-link .wp-block-button__link::after, .wp-block-button.block-button-gray.is-external-link .wp-block-button__link::after {
    right: 1em;
  }
}

/**
 *
 * gutenberg 反映
 *
 */
.wp-block-button .wp-block-button__link {
  border-radius: 5px;
}

.wp-block-button .wp-block-button__link.editor-rich-text__tinymce[data-is-placeholder-visible=true] {
  position: absolute;
}

.wp-block-button .wp-block-button__link.has-background:hover {
  opacity: 0.7;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button.is-style-squared-outline .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button.is-wide {
  width: 80% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wp-block-button.is-wide .wp-block-button__link {
  width: 100%;
}

.wp-block-button.block-button-accent .wp-block-button__link {
  border-radius: 5px;
}

.wp-block-button.block-button-accent.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button.block-button-gray .wp-block-button__link {
  border-radius: 5px;
}

.wp-block-button.block-button-gray.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link {
  border-radius: 0;
}

.btn-style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 599px) {
  .btn-style {
    min-width: 300px;
  }
}

@media all and (min-width: 600px) {
  .btn-style {
    min-height: 57px;
  }
}

/* =========================================================
 Banner
========================================================= */
/* =========================================================
 Block
========================================================= */
/* Background
--------------------------------------------------------- */
.bg-gd, .btn-gd.btn, .btn-gd.btn-accent, .btn-gd.btn-gray, .btn-wide-area a.btn-gd, .btn-100-area a.btn-gd, .wp-block-button .btn-gd.wp-block-button__link, .btn-gd.btn-style, .comment-respond .form-submit .btn-gd.submit {
  background: #F38200;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff9b27 0%, #F38200 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff9b27 0%, #F38200 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-accent-gd, .btn-gd.btn-accent, .wp-block-button.block-button-accent .btn-gd.wp-block-button__link {
  background: #F3A5A5;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9d2d2 0%, #F3A5A5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9d2d2 0%, #F3A5A5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gray-gd, .btn-gd.btn-gray, .wp-block-button.block-button-gray .btn-gd.wp-block-button__link {
  background: #666;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, gray 0%, #666 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, gray 0%, #666 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-pink-light {
  background-color: #FFF5F5;
}

.bg-yellow-light {
  background-color: #FFFEF5;
}

.bg-pattern, .site-content, .is-style-wide, .is-style-wide-wrap {
  position: relative;
}

.bg-pattern::before, .site-content::before, .is-style-wide::before, .is-style-wide-wrap::before, .bg-pattern::after, .site-content::after, .is-style-wide::after, .is-style-wide-wrap::after {
  content: "";
  display: block;
  width: 388px;
  background-size: 100 auto;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.3;
  width: 35.27vw;
}

@media all and (max-width: 599px) {
  .bg-pattern::before, .site-content::before, .is-style-wide::before, .is-style-wide-wrap::before, .bg-pattern::after, .site-content::after, .is-style-wide::after, .is-style-wide-wrap::after {
    opacity: 0.15;
  }
}

@media all and (min-width: 1441px) {
  .bg-pattern::before, .site-content::before, .is-style-wide::before, .is-style-wide-wrap::before, .bg-pattern::after, .site-content::after, .is-style-wide::after, .is-style-wide-wrap::after {
    opacity: 1;
    width: 388px;
  }
}

.bg-pattern--block::before, .is-style-wide::before, .is-style-wide-wrap::before, .bg-pattern--block::after, .is-style-wide::after, .is-style-wide-wrap::after {
  z-index: 0;
}

.bg-pattern--block > *, .is-style-wide > *, .is-style-wide-wrap > * {
  position: relative;
  z-index: 1;
}

.bg-pattern::before, .site-content::before, .is-style-wide::before, .is-style-wide-wrap::before {
  background-position: left top;
  background-image: url(../media/images/top/bg_pattern_left.png);
  left: 0;
}

.bg-pattern::after, .site-content::after, .is-style-wide::after, .is-style-wide-wrap::after {
  background-position: right top;
  background-image: url(../media/images/top/bg_pattern_right.png);
  right: 0;
}

/* Spacer @exted
--------------------------------------------------------- */
.spacer, .block-faq, .loop {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 600px) {
  .spacer, .block-faq, .loop {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}

.spacer-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media print, screen and (min-width: 600px) {
  .spacer-inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

/* flex
--------------------------------------------------------- */
@media all and (max-width: 599px) {
  .flex-sp-center {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-sp-center::after {
    content: none;
  }
}

/* サムネイルコンテンツ
--------------------------------------------------------- */
/*
<div class="flex-thumb thumb-left thumb50">
	<figure class="flex-thumb-img">
	<img src="<?php echo get_theme_file_uri( '/images' ); ?>" alt="">
	</figure>
	<div class="flex-thumb-body">
		<p></p>
	</div>
</div>
*/
.thumb52 .flex-thumb-img {
  width: 51.909%;
}

.thumb52 .flex-thumb-body {
  width: calc(100% - 51.909%);
}

@media screen and (max-width: 599px) {
  .thumb52 .flex-thumb-img {
    width: 100%;
  }
  .thumb52 .flex-thumb-body {
    width: 100%;
  }
}

/* マップ
--------------------------------------------------------- */
.block-map iframe {
  border: none;
  width: 100%;
  height: 40vh;
}

@media all and (min-width: 600px) {
  .block-map iframe {
    height: 582px;
  }
}

/* 画像とテキスト [ネイス]
--------------------------------------------------------- */
.block-editor-block-list__layout .wp-block-myplugin-imgcontents {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wp-block-myplugin-imgcontents.is-style-img-right .wp-block-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media all and (min-width: 600px) {
  .wp-block-myplugin-imgcontents.is-style-img-right .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 2em;
  }
}

.wp-block-myplugin-imgcontents .wp-block-column > *:first-child {
  margin-top: 0;
}

@media all and (min-width: 600px) {
  .wp-block-myplugin-imgcontents .wp-block-column p {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media all and (min-width: 600px) {
  .wp-block-myplugin-imgcontents .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 599px) {
  .wp-block-myplugin-imgcontents .wp-block-gallery.columns-1 .blocks-gallery-item {
    margin: 0 1em 1em 0;
    width: calc(50% - 1em);
  }
  .wp-block-myplugin-imgcontents .wp-block-gallery.columns-1 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}

/* カラムステップ
--------------------------------------------------------- */
.block-column-step {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 599px) {
  .block-column-step {
    display: none;
  }
}

.block-column-step .wp-block-column {
  margin: 0;
  -ms-flex-preferred-size: 0 !important;
  flex-basis: 0 !important;
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.block-column-step .wp-block-column:nth-child(2) .wp-block-group {
  background: #E06A68;
}

.block-column-step .wp-block-column:nth-child(2) .wp-block-group p {
  color: #E06A68;
}

.block-column-step .wp-block-column:nth-child(2) .wp-block-group::before, .block-column-step .wp-block-column:nth-child(2) .wp-block-group::after {
  background-color: #E06A68;
}

.block-column-step .wp-block-column:last-child .wp-block-group {
  background: #E46800;
  width: calc(100% - 20px);
}

.block-column-step .wp-block-column:last-child .wp-block-group p {
  color: #E46800;
}

.block-column-step .wp-block-column:last-child .wp-block-group::before, .block-column-step .wp-block-column:last-child .wp-block-group::after {
  background-color: #E46800;
  border: none;
}

.block-column-step .wp-block-group {
  position: relative;
  background: #EF9500;
  height: 66px;
}

.block-editor-block-list__layout .block-column-step .wp-block-group {
  height: auto;
  padding: 10px;
}

.block-column-step .wp-block-group::before, .block-column-step .wp-block-group::after {
  position: absolute;
  right: -10px;
  display: block;
  content: '';
  background-color: #EF9500;
  border-right: 4px solid #FFF;
  width: 10px;
  height: 20px;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .block-column-step .wp-block-group::before, .block-column-step .wp-block-group::after {
    width: 33px;
    height: 33px;
  }
}

.block-editor-block-list__layout .block-column-step .wp-block-group::before, .block-editor-block-list__layout .block-column-step .wp-block-group::after {
  content: none;
}

.block-column-step .wp-block-group::before {
  bottom: 0;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.block-column-step .wp-block-group::after {
  top: 0;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.block-column-step .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.block-column-step .wp-block-group p {
  margin: 0;
  background: #fff;
  color: #EF9500;
  padding: 0 20px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.1rem;
}

.block-column-step .wp-block-group h2 {
  background: none !important;
  padding: 0 !important;
  color: #fff;
  font-size: 1.6rem !important;
  font-weight: normal !important;
  margin-top: 5px;
}

.block-column-step .wp-block-group h2::before {
  content: none !important;
}

.block-column-step figure {
  padding: 20px;
}

/* FAQ
--------------------------------------------------------- */
.block-editor-block-list__layout .block-faq {
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-faq__q, .block-faq__a {
  position: relative;
  padding-left: 30px;
}

@media all and (min-width: 600px) {
  .block-faq__q, .block-faq__a {
    padding-left: 50px;
  }
}

.block-faq__q::before, .block-faq__a::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  line-height: 1.6;
}

.block-faq__q::before {
  content: "Q.";
  color: #F38200;
}

.block-faq__q h2,
.block-faq__q h3 {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-size: 1.8rem !important;
  color: #F38200;
}

@media print, screen and (min-width: 600px) {
  .block-faq__q h2,
  .block-faq__q h3 {
    font-size: 2.4rem !important;
  }
}

.block-faq__q h2::before,
.block-faq__q h3::before {
  content: none !important;
}

.block-faq__a {
  margin-top: 20px;
}

.block-faq__a::before {
  content: "A.";
  color: #F3A5A5;
}

/* 準備中
--------------------------------------------------------- */
.block-getting-ready {
  border-radius: 100%;
  border: 1px solid #F38200;
  width: 200px !important;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #F38200;
  font-weight: bold;
}

@media all and (min-width: 600px) {
  .block-getting-ready {
    width: 450px !important;
    height: 450px;
  }
}

/* プロフィール
--------------------------------------------------------- */
.block-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-profile h3 {
  width: 120px;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
  font-weight: normal !important;
  margin: 0;
}

.block-profile h3::before {
  content: none !important;
}

.block-profile__name {
  width: calc(100% - 120px);
  padding-left: 1em;
  margin: 0;
}

/* =========================================================
 Title
========================================================= */
.blog .entry-header .entry-title,
.blog .entry-header .page-title,
.blog .page-header .entry-title,
.blog .page-header .page-title,
.single .entry-header .entry-title,
.single .entry-header .page-title,
.single .page-header .entry-title,
.single .page-header .page-title,
.archive .entry-header .entry-title,
.archive .entry-header .page-title,
.archive .page-header .entry-title,
.archive .page-header .page-title {
  border-bottom: 1px solid #F38200;
}

.single .section-header__title,
.archive .section-header__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.page .entry-header {
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100px;
}

@media all and (min-width: 600px) {
  .page .entry-header {
    height: 220px;
  }
}

.page .entry-header .entry-title {
  border: none;
  margin: 0;
  background: #F38200;
  padding: 10px 20px;
  border-radius: 100px;
  color: #fff;
}

@media all and (min-width: 600px) {
  .page .entry-header .entry-title {
    padding: 15px 50px;
  }
}

.title-type1, .entry-content .is-style-type1,
.entry-content h1:not(.no-style):not(.is-style-none):not(.is-style-type2):not(.is-style-type3):not(.is-style-type4):not(.is-style-type5):not(.is-style-type6) {
  font-weight: bold;
}

.title-type2, .entry-content .is-style-type2,
.entry-content h2:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type3):not(.is-style-type4):not(.is-style-type5):not(.is-style-type6) {
  font-weight: bold;
  position: relative;
  border: none;
  line-height: 1.6;
  padding: 10px 15px;
  background: #fbf7ef;
}

@media print, screen and (min-width: 600px) {
  .title-type2, .entry-content .is-style-type2,
  .entry-content h2:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type3):not(.is-style-type4):not(.is-style-type5):not(.is-style-type6) {
    padding: 20px 25px;
  }
}

.title-type2::before, .entry-content .is-style-type2::before,
.entry-content h2:not(.is-style-type6):not(.is-style-type5):not(.is-style-type4):not(.is-style-type3):not(.is-style-type1):not(.is-style-none):not(.no-style)::before {
  content: "";
  position: absolute;
  background: #F38200;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 26px;
}

@media print, screen and (min-width: 600px) {
  .title-type2::before, .entry-content .is-style-type2::before,
  .entry-content h2:not(.is-style-type6):not(.is-style-type5):not(.is-style-type4):not(.is-style-type3):not(.is-style-type1):not(.is-style-none):not(.no-style)::before {
    height: 46px;
  }
}

.title-type3, .entry-content .is-style-type3,
.entry-content h3:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type4):not(.is-style-type5):not(.is-style-type6) {
  font-weight: bold;
  position: relative;
  border: none;
  border-bottom: 3px double #dbdbdb;
  line-height: 1.6;
  padding: 10px 25px;
}

.title-type3::before, .entry-content .is-style-type3::before,
.entry-content h3:not(.is-style-type6):not(.is-style-type5):not(.is-style-type4):not(.is-style-type2):not(.is-style-type1):not(.is-style-none):not(.no-style)::before {
  content: "";
  position: absolute;
  background: #F38200;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 30px;
}

.title-type4, .entry-content .is-style-type4,
.entry-content h4:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type3):not(.is-style-type5):not(.is-style-type6) {
  font-weight: bold;
  position: relative;
  padding: 10px 0;
}

.title-type4::before, .entry-content .is-style-type4::before,
.entry-content h4:not(.is-style-type6):not(.is-style-type5):not(.is-style-type3):not(.is-style-type2):not(.is-style-type1):not(.is-style-none):not(.no-style)::before {
  content: "";
  width: 2em;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F38200;
}

.title-type5, .entry-content .is-style-type5,
.entry-content h5:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type3):not(.is-style-type4):not(.is-style-type6) {
  font-weight: bold;
}

.title-type6, .entry-content .is-style-type6,
.entry-content h6:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type3):not(.is-style-type4):not(.is-style-type5) {
  font-weight: bold;
}

.title-type7, .entry-content .is-style-type7 {
  font-weight: bold;
  color: #F38200;
  padding: 16px !important;
  border: 1px solid #F38200 !important;
}

.title-catch {
  font-weight: bold;
  color: #F38200;
}

.section-header, .entry-content .section-header {
  text-align: center;
}

.section-header__title {
  display: inline-block;
  border: 3px solid #F38200;
  color: #F38200;
  position: relative;
}

@media all and (max-width: 699px) {
  .section-header__title {
    width: 100%;
  }
}

@media all and (min-width: 700px) {
  .section-header__title {
    min-width: 567px;
  }
}

.section-header__title span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px;
}

@media all and (max-width: 599px) {
  .section-header__title span {
    background: rgba(255, 255, 255, 0.6);
  }
}

@media all and (min-width: 600px) {
  .section-header__title span {
    padding: 15px 126px;
  }
}

.section-header__title::before, .section-header__title::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  height: 100%;
  z-index: 0;
}

.section-header__title::before {
  width: 99px;
  background-image: url(../media/images/top/icon_pattern_1.png);
  left: 27px;
}

.section-header__title::after {
  width: 84px;
  background-image: url(../media/images/top/icon_pattern_2.png);
  right: 27px;
}

.title-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #EF9500;
  position: relative;
  -webkit-clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 0 50%);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 0 50%);
  padding: 10px;
}

.title-step span {
  display: block;
  margin: 0;
  background: #fff;
  color: #EF9500;
  padding: 0 20px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.1rem;
}

.title-step h2 {
  background: none !important;
  padding: 0 !important;
  color: #fff;
  font-size: 1.6rem !important;
  font-weight: normal !important;
  margin: 5px 0 0;
}

.title-step h2::before {
  content: none !important;
}

.title-step.is-style-step2 {
  -webkit-clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 13px 50%);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 13px 50%);
  background: #E06A68;
}

.title-step.is-style-step2 span {
  color: #E06A68;
}

.title-step.is-style-step3 {
  -webkit-clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 13px 50%);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 13px 50%);
  background: #E46800;
}

.title-step.is-style-step3 span {
  color: #E46800;
}

/* =========================================================
 Text
========================================================= */
.size-10 {
  font-size: 1rem;
}

.size-13 {
  font-size: 1rem;
}

@media print, screen and (min-width: 600px) {
  .size-13 {
    font-size: 1.3rem;
  }
}

.size-14, body, .wp-block-button .wp-block-button__link {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 600px) {
  .size-14, body, .wp-block-button .wp-block-button__link {
    font-size: 1.4rem;
  }
}

.size-15, .btn-style {
  font-size: 1.3rem;
}

@media print, screen and (min-width: 600px) {
  .size-15, .btn-style {
    font-size: 1.5rem;
  }
}

.size-16, .title-type6, .entry-content .is-style-type6,
.entry-content h6:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type3):not(.is-style-type4):not(.is-style-type5), .card .loop-title {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 600px) {
  .size-16, .title-type6, .entry-content .is-style-type6,
  .entry-content h6:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type3):not(.is-style-type4):not(.is-style-type5), .card .loop-title {
    font-size: 1.6rem;
  }
}

.size-18, .title-type4, .entry-content .is-style-type4,
.entry-content h4:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type3):not(.is-style-type5):not(.is-style-type6), .title-type5, .entry-content .is-style-type5,
.entry-content h5:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type3):not(.is-style-type4):not(.is-style-type6), .section-feature__list .flex-inner p {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 600px) {
  .size-18, .title-type4, .entry-content .is-style-type4,
  .entry-content h4:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type3):not(.is-style-type5):not(.is-style-type6), .title-type5, .entry-content .is-style-type5,
  .entry-content h5:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type3):not(.is-style-type4):not(.is-style-type6), .section-feature__list .flex-inner p {
    font-size: 1.8rem;
  }
}

.size-20 {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 600px) {
  .size-20 {
    font-size: 2rem;
  }
}

.size-22, .title-type3, .entry-content .is-style-type3,
.entry-content h3:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type4):not(.is-style-type5):not(.is-style-type6) {
  font-size: 1.8rem;
}

@media print, screen and (min-width: 600px) {
  .size-22, .title-type3, .entry-content .is-style-type3,
  .entry-content h3:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type2):not(.is-style-type4):not(.is-style-type5):not(.is-style-type6) {
    font-size: 2.2rem;
  }
}

.size-24, .block-faq__q::before, .block-faq__a::before, .block-faq__q h2,
.block-faq__q h3, .block-getting-ready, .page .entry-header .entry-title, .title-type7, .entry-content .is-style-type7, .title-catch, .section-header__title {
  font-size: 1.8rem;
}

@media print, screen and (min-width: 600px) {
  .size-24, .block-faq__q::before, .block-faq__a::before, .block-faq__q h2,
  .block-faq__q h3, .block-getting-ready, .page .entry-header .entry-title, .title-type7, .entry-content .is-style-type7, .title-catch, .section-header__title {
    font-size: 2.4rem;
  }
}

.size-26, .title-type2, .entry-content .is-style-type2,
.entry-content h2:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type3):not(.is-style-type4):not(.is-style-type5):not(.is-style-type6) {
  font-size: 2rem;
}

@media print, screen and (min-width: 600px) {
  .size-26, .title-type2, .entry-content .is-style-type2,
  .entry-content h2:not(.no-style):not(.is-style-none):not(.is-style-type1):not(.is-style-type3):not(.is-style-type4):not(.is-style-type5):not(.is-style-type6) {
    font-size: 2.6rem;
  }
}

.size-27 {
  font-size: 1.8rem;
}

@media print, screen and (min-width: 600px) {
  .size-27 {
    font-size: 2.7rem;
  }
}

.size-30, .completion-message__title, .title-type1, .entry-content .is-style-type1,
.entry-content h1:not(.no-style):not(.is-style-none):not(.is-style-type2):not(.is-style-type3):not(.is-style-type4):not(.is-style-type5):not(.is-style-type6) {
  font-size: 2rem;
}

@media print, screen and (min-width: 600px) {
  .size-30, .completion-message__title, .title-type1, .entry-content .is-style-type1,
  .entry-content h1:not(.no-style):not(.is-style-none):not(.is-style-type2):not(.is-style-type3):not(.is-style-type4):not(.is-style-type5):not(.is-style-type6) {
    font-size: 3rem;
  }
}

.size-80p {
  font-size: 80%;
}

.size-150p {
  font-size: 150%;
}

.color-main {
  color: #F38200;
}

.color-accent {
  color: #F3A5A5;
}

.marka-accent {
  background: -webkit-linear-gradient(transparent 50%, #F3A5A5 50%);
  background: linear-gradient(transparent 50%, #F3A5A5 50%);
}

.label, .label-main {
  border-radius: 5px;
  display: inline-block;
}

.label-main {
  background: #F38200;
  color: #fff;
  padding: 3px 1em;
  line-height: 1.3;
}

.note-asterisk {
  padding-left: 1.5em;
  position: relative;
  display: block;
}

.note-asterisk::before {
  content: "â€»";
  position: absolute;
  left: 0;
}

.text-spacing,
.is-style-text-spacing {
  line-height: 2.4;
}

@media all and (min-width: 600px) {
  .text-spacing,
  .is-style-text-spacing {
    line-height: 2.857;
  }
}

@media all and (max-width: 599px) {
  .text-sp-left {
    text-align: left;
  }
}

/* =========================================================
 Table
========================================================= */
.is-style-radius-image img,
.radius-image img {
  border-radius: 15px !important;
}

@media all and (min-width: 600px) {
  .is-style-radius-image img,
  .radius-image img {
    border-radius: 30px !important;
  }
}

.is-style-wide {
  background: #FFF5F5;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc(((100vw - 100%) / 2) * 1);
  padding-right: calc(((100vw - 100%) / 2) * 1);
}

.block-editor-block-list__layout .is-style-wide {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 961px) {
  .block-editor-block-list__layout .is-style-wide {
    margin-left: calc(((100vw - 100% - 160px - 280px) / 2) * -1);
    margin-right: calc(((100vw - 100% - 160px - 280px) / 2) * -1);
    padding-left: calc(((100vw - 100% - 160px - 280px) / 2) * 1);
    padding-right: calc(((100vw - 100% - 160px - 280px) / 2) * 1);
  }
}

.is-style-wide-wrap {
  background: #FFF5F5;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.block-editor-block-list__layout .is-style-wide-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 961px) {
  .block-editor-block-list__layout .is-style-wide-wrap {
    margin-left: calc(((100vw - 100% - 160px - 280px) / 2) * -1);
    margin-right: calc(((100vw - 100% - 160px - 280px) / 2) * -1);
  }
}

.block-editor-block-list__layout .is-style-wide-wrap .block-editor-block-list__layout {
  max-width: unset;
}

.is-style-width-m {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.bnr-area {
  text-align: center;
  margin-bottom: 36px;
}

@media all and (max-width: 599px) {
  .bnr-area {
    margin-bottom: 16px;
  }
}

/* =========================================================
 Archive
========================================================= */
.home .hentry,
.page .hentry {
  margin-bottom: 0;
}

.archive .page-header {
  margin-bottom: 36px;
}

.archive .post-block-list .post-block-list-inner:first-of-type {
  border-top: 1px dotted #ddd;
}

.archive .post-block-list-inner:hover {
  background: transparent !important;
}

.archive .post-block-list-inner .entry-body .entry-header .loop-title {
  font-size: 2.0rem;
  font-weight: bold;
}

.archive .post-block-list-inner .entry-body .entry-header .loop-title a,
.archive .post-block-list-inner .entry-body .entry-header .loop-title a:visited {
  color: #000;
}

.archive .post-block-list-inner .entry-body .entry-header .loop-title a:hover,
.archive .post-block-list-inner .entry-body .entry-header .loop-title a:visited:hover {
  color: #F38200;
}

.archive .post-block-list-inner {
  padding: 16px 0;
  margin: 16px 0 !important;
  border-bottom: 1px dotted #ddd;
}

@media all and (max-width: 599px) {
  .archive .post-block-list-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.archive .entry-meta {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

@media all and (max-width: 599px) {
  .archive .entry-meta {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.archive .entry-meta .posted-on i {
  display: none;
}

.archive .entry-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 0;
}

@media all and (max-width: 599px) {
  .archive .entry-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}

.archive .entry-body .entry-header {
  height: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.archive .entry-body .entry-header .loop-title {
  margin: 0;
}

.archive .entry-body .entry-header .loop-title a,
.archive .entry-body .entry-header .loop-title a:visited {
  color: #000;
  text-decoration: none;
}

.archive .entry-body .entry-header .loop-title a:hover,
.archive .entry-body .entry-header .loop-title a:visited:hover {
  color: #F38200;
}

.archive .entry-body .entry-footer {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (max-width: 599px) {
  .archive .entry-body .entry-footer {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.archive .entry-body .entry-footer .entry-footer-contents .meta-category i {
  display: none;
}

.archive .entry-body .entry-footer .entry-footer-contents .meta-category .label, .archive .entry-body .entry-footer .entry-footer-contents .meta-category .label-main,
.archive .entry-body .entry-footer .entry-footer-contents .meta-category .label:visited,
.archive .entry-body .entry-footer .entry-footer-contents .meta-category .label-main:visited {
  color: #000;
  border: 1px solid #000;
  padding: 1px 12px;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
}

.archive .entry-body .entry-footer .entry-footer-contents .meta-category .label:hover, .archive .entry-body .entry-footer .entry-footer-contents .meta-category .label-main:hover,
.archive .entry-body .entry-footer .entry-footer-contents .meta-category .label:visited:hover,
.archive .entry-body .entry-footer .entry-footer-contents .meta-category .label-main:visited:hover {
  color: #F38200;
  border-color: #F38200;
}

.archive .entry-body .entry-footer .entry-footer-contents .entry-admin {
  display: none;
}

.page .entry-footer {
  display: none;
}

.page .post-block-list.is-style-default .entry-meta {
  line-height: 2.0;
}

.page .post-block-list.is-style-default .entry-meta .posted-on {
  margin-right: 1.0em;
}

.page .post-block-list.is-style-default .post-block-list-inner {
  padding: 0 0 16px;
  margin-bottom: 16px;
}

@media all and (max-width: 599px) {
  .page .post-block-list.is-style-default .post-block-list-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page .post-block-list.is-style-default .entry-date-area {
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
}

@media all and (max-width: 599px) {
  .page .post-block-list.is-style-default .entry-date-area {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.page .post-block-list.is-style-default .entry-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: calc(100% - 10%);
  flex-basis: calc(100% - 10%);
  margin-left: 0;
}

@media all and (max-width: 599px) {
  .page .post-block-list.is-style-default .entry-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}

.page .post-block-list.is-style-default .entry-body .entry-header {
  height: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.page .post-block-list.is-style-default .entry-body .entry-header .loop-title {
  margin: 0;
}

.page .post-block-list.is-style-default .entry-body .entry-header .loop-title a,
.page .post-block-list.is-style-default .entry-body .entry-header .loop-title a:visited {
  color: #000;
  text-decoration: none;
}

.page .post-block-list.is-style-default .entry-body .entry-header .loop-title a:hover,
.page .post-block-list.is-style-default .entry-body .entry-header .loop-title a:visited:hover {
  color: #F38200;
}

.page .post-block-list.is-style-default .entry-body .entry-footer {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.page .post-block-list.is-style-default .entry-body .entry-footer .entry-taxonomy .meta-category i {
  display: none;
}

.page .post-block-list.is-style-default .entry-body .entry-footer .entry-taxonomy .meta-category .label, .page .post-block-list.is-style-default .entry-body .entry-footer .entry-taxonomy .meta-category .label-main,
.page .post-block-list.is-style-default .entry-body .entry-footer .entry-taxonomy .meta-category .label:visited,
.page .post-block-list.is-style-default .entry-body .entry-footer .entry-taxonomy .meta-category .label-main:visited {
  color: #000;
  border: 1px solid #000;
  padding: 1px 12px;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
}

.page .post-block-list.is-style-default .entry-body .entry-footer .entry-taxonomy .meta-category .label:hover, .page .post-block-list.is-style-default .entry-body .entry-footer .entry-taxonomy .meta-category .label-main:hover,
.page .post-block-list.is-style-default .entry-body .entry-footer .entry-taxonomy .meta-category .label:visited:hover,
.page .post-block-list.is-style-default .entry-body .entry-footer .entry-taxonomy .meta-category .label-main:visited:hover {
  color: #F38200;
  border-color: #F38200;
}

.page .post-block-list .entry-body .entry-footer {
  display: block;
}

/* =========================================================
 Comment
========================================================= */
.comments-area .comment-list .comment {
  border-bottom: 1px solid #D1D1D1;
}

.comments-area .comment-list .children .comment-body {
  border: 1px solid #D1D1D1;
  background: #FBFBFB;
  padding: 12px;
}

.comments-area .comment-list .children .comment-body::before {
  border-bottom-color: #D1D1D1;
}

.comments-area .comment-list .children .comment-body::after {
  border-bottom-color: #FBFBFB;
}

.comment-respond {
  padding: 12px;
  background-color: #FBFBFB;
}

@media print, screen and (min-width: 600px) {
  .comment-respond {
    padding: 40px;
  }
}

.comment-respond .required {
  color: #DC000C;
}

/* =========================================================
 Post entry content
========================================================= */
.no-image.no-image-logo {
  background: #ccc;
}

.thumbnail-trimming, .card .entry-thumbnail {
  width: 100%;
  padding: 75% 0 0;
  overflow: hidden;
  position: relative;
}

.thumbnail-trimming img, .card .entry-thumbnail img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.loop .loop-title {
  border-bottom: 1px dotted #D1D1D1;
}

.loop-2 {
  border-bottom: 1px solid #ccc;
}

.loop-2 .entry-header {
  border-bottom: 1px dotted #D1D1D1;
}

.card:hover {
  background: rgba(243, 130, 0, 0.05);
}

.card-w .entry-body {
  padding: 12px;
}

.card .btn-area,
.card .entry-button {
  margin: 0 auto 12px;
}

.post-block-list .icon-new,
.wp-block-post-block-list .icon-new {
  background: #F3A5A5;
}

.post-block-list.is-style-card .entry-thumbnail-link,
.wp-block-post-block-list.is-style-card .entry-thumbnail-link {
  width: 100%;
  padding: 75% 0 0;
  overflow: hidden;
  position: relative;
}

.post-block-list.is-style-card .entry-thumbnail-link .entry-thumbnail,
.wp-block-post-block-list.is-style-card .entry-thumbnail-link .entry-thumbnail {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.post-block-list.is-style-card .post-block-list-inner,
.wp-block-post-block-list.is-style-card .post-block-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-block-list.is-style-card .post-block-list-inner .entry-body,
.wp-block-post-block-list.is-style-card .post-block-list-inner .entry-body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-block-list.is-style-card .post-block-list-inner .entry-footer,
.wp-block-post-block-list.is-style-card .post-block-list-inner .entry-footer {
  margin-top: auto;
}

.post-block-list.is-style-card.has-button .post-block-list-inner,
.wp-block-post-block-list.is-style-card.has-button .post-block-list-inner {
  padding-bottom: 0;
}

.post-block-list.is-style-card.has-button .entry-button,
.wp-block-post-block-list.is-style-card.has-button .entry-button {
  position: relative;
  margin-top: 10px;
}

/* =========================================================
 CTA - call to action
========================================================= */
.cta {
  background: #FFDEDE;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media all and (min-width: 600px) {
  .cta {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.cta p {
  margin: 0;
}

.cta .btn, .cta .btn-accent, .cta .btn-gray, .cta .btn-wide-area a, .btn-wide-area .cta a, .cta .btn-100-area a, .btn-100-area .cta a, .cta .wp-block-button .wp-block-button__link, .wp-block-button .cta .wp-block-button__link, .cta .btn-style, .cta .comment-respond .form-submit .submit, .comment-respond .form-submit .cta .submit {
  font-size: 1.9rem;
  font-weight: bold;
  border-bottom: 2px solid #9A9A9A;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media all and (min-width: 600px) {
  .cta .btn, .cta .btn-accent, .cta .btn-gray, .cta .btn-wide-area a, .btn-wide-area .cta a, .cta .btn-100-area a, .btn-100-area .cta a, .cta .wp-block-button .wp-block-button__link, .wp-block-button .cta .wp-block-button__link, .cta .btn-style, .cta .comment-respond .form-submit .submit, .comment-respond .form-submit .cta .submit {
    min-width: 372px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-width: 3px;
  }
}

/* =========================================================
 Front Page
========================================================= */
/* Movie
------------------------------------------------------------*/
.index-video-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-video-block video {
  width: 100%;
  height: auto;
}

@media all and (max-width: 599px) {
  .index-video-block video {
    width: auto;
    height: 50vh;
  }
}

.main-video-block {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mbYTP_wrapper {
  position: relative !important;
  padding-top: 56.25%;
}

@media all and (max-width: 599px) {
  .mbYTP_wrapper {
    width: auto;
    padding-top: 50vh;
  }
}

.mbYTP_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

@media all and (max-width: 599px) {
  .mbYTP_wrapper iframe {
    width: 200vw !important;
    max-width: none !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* =========================================================
 Post
========================================================= */
/* =========================================================
 page
========================================================= */
.slider-area {
  position: relative;
}

.slider-area .link-skip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  z-index: 1;
}

@media all and (max-width: 599px) {
  .slider-area .link-skip img {
    width: 130px;
  }
}

.slider .slider-image {
  height: 100vh;
}

@media all and (max-width: 599px) {
  .slider .slider-image {
    max-height: 600px;
  }
}

.slider .swiper-button-prev {
  left: 12px;
}

@media print, screen and (min-width: 600px) {
  .slider .swiper-button-prev {
    left: 40px;
  }
}

.slider .swiper-button-next {
  right: 12px;
}

@media print, screen and (min-width: 600px) {
  .slider .swiper-button-next {
    right: 40px;
  }
}

.section-summary .flex {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 599px) {
  .section-summary .flex.flex-col3-margin .flex-inner {
    width: 32%;
  }
}

@media all and (max-width: 599px) {
  .section-summary p {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 599px) {
  .section-summary p.title-catch {
    font-size: 1.8rem;
  }
}

.section-feature::before, .section-feature::after {
  z-index: 0;
}

.section-feature .wrap-margin {
  position: relative;
  z-index: 1;
}

.section-feature .flex {
  margin-bottom: 0;
}

@media all and (max-width: 599px) {
  .section-feature .flex.section-feature__list.flex-col2-margin .flex-inner {
    width: 49%;
  }
}

.section-feature__list .flex-inner {
  border: 1px solid #989898;
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}

@media all and (min-width: 600px) {
  .section-feature__list .flex-inner {
    padding: 17px;
    margin-bottom: 45px;
  }
}

.section-feature__list .flex-inner figure {
  width: 100%;
}

.section-feature__list .flex-inner figure img {
  width: 100%;
}

.section-feature__list .flex-inner p {
  text-align: center;
  font-weight: bold;
  color: #F38200;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 600px) {
  .section-feature__list .flex-inner p {
    margin-top: 30px;
    margin-bottom: 13px;
  }
}

@media all and (max-width: 599px) {
  .section-feature__list .flex-inner p {
    font-size: 1.4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}

@media all and (max-width: 599px) {
  .section-about .flex.flex-col3-margin .flex-inner,
  .section-facility .flex.flex-col3-margin .flex-inner {
    width: 32%;
  }
}

@media all and (max-width: 599px) {
  .section-about p,
  .section-facility p {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 600px) {
  .section-other .section-header__title {
    min-width: unset;
    width: 100%;
  }
}

/* align
--------------------------------------------------------- */
