@charset "UTF-8";
/*
下記ファイルのカラー設定と統一
inc/theme-color.php
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
/* =========================================================
 Base style
========================================================= */
@media all and (max-width: 782px) {
  html {
    font-size: 54.6876%;
  }
}
@media all and (max-width: 599px) {
  html {
    font-size: 50.7814%;
  }
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 1.6rem;
  background: #fff;
  color: #111;
  margin: 0;
  padding: 0;
  text-align: left;
}

a {
  color: #029AE4;
}
a:hover {
  color: #B4597E;
}

.wrap, .wrap-narrow, .wrap-wide {
  width: 100%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 19px;
  padding-left: 19px;
}
@media print, screen and (min-width: 600px) {
  .wrap, .wrap-narrow, .wrap-wide {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1142px) {
  .wrap, .wrap-narrow, .wrap-wide {
    padding-right: 0;
    padding-left: 0;
  }
}
.wrap-wide {
  padding-right: 0;
  padding-left: 0;
}
.wrap-narrow {
  max-width: 800px;
}

/* =========================================================
 Header
========================================================= */
/**
 * header-type1 ヘッダー下ナビゲーション
 * header-type2 ロゴ 中央
 * header-type3 ロゴの隣にナビゲーション header固定
 */
.header-fixed .site-header {
  background: #fff;
}

@media all and (max-width: 599px) {
  .site-branding {
    padding: 0;
  }
}
@media all and (min-width: 1472px) {
  .site-branding {
    position: static;
  }
}
.site-branding-logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.site-branding__heading {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.site-branding-contents {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.site-branding__heading {
  font-size: 1rem;
  font-weight: normal;
}
@media all and (max-width: 599px) {
  .site-branding__heading {
    margin-left: 110px;
    padding-right: 50px;
  }
}
@media all and (min-width: 600px) {
  .site-branding__heading {
    position: absolute;
    top: 5px;
    font-size: 1.3rem;
    left: 137px;
  }
}
@media all and (min-width: 1472px) {
  .site-branding__heading {
    left: 240px;
  }
}
@media all and (max-width: 599px) {
  .site-branding .site-title {
    width: 100px;
    height: 70px;
    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;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99998;
  }
}
@media all and (min-width: 600px) {
  .site-branding .site-title {
    max-width: 300px;
    width: 127px;
  }
}
@media all and (min-width: 1472px) {
  .site-branding .site-title {
    width: 230px;
    height: 230px;
    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;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99998;
  }
}
.site-branding .site-title a {
  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;
  font-size: 1rem;
  font-weight: normal;
  color: #989898;
}
@media all and (min-width: 600px) {
  .site-branding .site-title a {
    font-size: 1.4rem;
  }
}
.site-branding .site-title img {
  width: 160px;
  margin-bottom: 10px;
}
@media all and (max-width: 599px) {
  .site-branding .site-title img {
    width: 25px;
    margin-bottom: 5px;
  }
}
.site-branding-contents .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}
@media all and (max-width: 599px) {
  .site-branding-contents {
    display: none;
  }
}

ul.header-sns {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none !important;
}
@media all and (max-width: 599px) {
  ul.header-sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
ul.header-sns li {
  width: auto;
  list-style: none;
  margin: 0 5px;
  border: none;
}
@media all and (max-width: 599px) {
  ul.header-sns li {
    margin: 0 10px;
  }
}
ul.header-sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  -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) {
  ul.header-sns li a {
    width: 38px;
    padding: 0;
  }
}
ul.header-sns li a::after {
  content: none !important;
}
ul.header-sns li a img {
  width: 100%;
}

.header-tel {
  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;
  margin: 0 0 0 20px;
}
@media all and (max-width: 996px) {
  .header-tel {
    display: block;
  }
}
@media all and (max-width: 599px) {
  .header-tel {
    margin: 0;
  }
}
.header-tel h3 {
  font-size: 14px;
  font-weight: normal;
  background: #F2F7FA;
  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;
  border-radius: 10px;
  position: relative;
  padding: 0 10px;
  margin: 5px 0;
}
@media all and (max-width: 996px) {
  .header-tel h3 {
    padding: 5px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-tel h3 br {
    display: none;
  }
}
@media all and (max-width: 599px) {
  .header-tel h3 {
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
}
.header-tel h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 11px;
  border-color: transparent transparent transparent #F2F7FA;
  position: absolute;
  right: -11px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (max-width: 996px) {
  .header-tel h3::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0;
    left: 0;
    top: auto;
    bottom: -10px;
  }
}
.header-tel p {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin: 0 0 0 20px;
  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) {
  .header-tel p {
    margin: 0;
  }
}
.header-tel p a {
  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;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.2;
  color: #111;
}
@media all and (max-width: 599px) {
  .header-tel p a {
    padding: 0;
  }
}
.header-tel p a::before {
  font-family: "Material Icons";
  content: "\e0b0";
  color: #029AE4;
  line-height: 1.2;
  margin-right: 5px;
}
@media all and (-ms-high-contrast: none) {
  .header-tel p a::before {
    position: relative;
    bottom: -5px;
  }
}

.header-mail {
  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 0 0 20px;
}
@media all and (max-width: 599px) {
  .header-mail {
    margin: 0;
  }
}
.header-mail h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.header-mail > p {
  margin: 5px 0 0;
}
@media all and (max-width: 599px) {
  .header-mail > p {
    width: 100%;
    margin-top: 20px;
  }
}
.header-mail > p > a {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media all and (max-width: 599px) {
  .header-mail > p > a {
    width: 100%;
    padding: 10px;
  }
}

/* =========================================================
 Content layout
========================================================= */
/* base layout
--------------------------------------------------------- */
@media all and (max-width: 599px) {
  .site-content {
    padding-top: 21px;
  }
  body.single-staff .site-content {
    padding-top: 50px;
  }
}

@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;
  }
}

.entry-content {
  line-height: 1.9;
}
.entry-content h1.is-style-type1, .entry-content h2.is-style-type1, .entry-content h3.is-style-type1, .entry-content h4.is-style-type1, .entry-content h5.is-style-type1, .entry-content h6.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: 26px;
}
@media print, screen and (min-width: 600px) {
  .entry-content h1.is-style-type1, .entry-content h2.is-style-type1, .entry-content h3.is-style-type1, .entry-content h4.is-style-type1, .entry-content h5.is-style-type1, .entry-content h6.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: 3.5rem;
  }
}
.entry-content h1.is-style-type1, .entry-content h2.is-style-type1, .entry-content h3.is-style-type1, .entry-content h4.is-style-type1, .entry-content h5.is-style-type1, .entry-content h6.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-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.entry-content h1.is-style-type1::after, .entry-content h2.is-style-type1::after, .entry-content h3.is-style-type1::after, .entry-content h4.is-style-type1::after, .entry-content h5.is-style-type1::after, .entry-content h6.is-style-type1::after,
.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)::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/line_dot.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 600px) {
  .entry-content h1.is-style-type1::after, .entry-content h2.is-style-type1::after, .entry-content h3.is-style-type1::after, .entry-content h4.is-style-type1::after, .entry-content h5.is-style-type1::after, .entry-content h6.is-style-type1::after,
  .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)::after {
    height: 4px;
  }
}
.entry-content h1.is-style-type1 span, .entry-content h2.is-style-type1 span, .entry-content h3.is-style-type1 span, .entry-content h4.is-style-type1 span, .entry-content h5.is-style-type1 span, .entry-content h6.is-style-type1 span,
.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) span {
  font-size: 160%;
  font-weight: 600;
  color: #029AE4;
}
.entry-content h1.is-style-type1, .entry-content h2.is-style-type1, .entry-content h3.is-style-type1, .entry-content h4.is-style-type1, .entry-content h5.is-style-type1, .entry-content h6.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) {
  padding-bottom: 10px;
}
@media all and (min-width: 600px) {
  .entry-content h1.is-style-type1, .entry-content h2.is-style-type1, .entry-content h3.is-style-type1, .entry-content h4.is-style-type1, .entry-content h5.is-style-type1, .entry-content h6.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) {
    padding-bottom: 20px;
  }
}
.entry-content h1.is-style-type2, .entry-content h2.is-style-type2, .entry-content h3.is-style-type2, .entry-content h4.is-style-type2, .entry-content h5.is-style-type2, .entry-content h6.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: 20px;
}
@media print, screen and (min-width: 600px) {
  .entry-content h1.is-style-type2, .entry-content h2.is-style-type2, .entry-content h3.is-style-type2, .entry-content h4.is-style-type2, .entry-content h5.is-style-type2, .entry-content h6.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;
  }
}
.entry-content h1.is-style-type2, .entry-content h2.is-style-type2, .entry-content h3.is-style-type2, .entry-content h4.is-style-type2, .entry-content h5.is-style-type2, .entry-content h6.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) {
  position: relative;
  border: none;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
}
@media print, screen and (min-width: 600px) {
  .entry-content h1.is-style-type2, .entry-content h2.is-style-type2, .entry-content h3.is-style-type2, .entry-content h4.is-style-type2, .entry-content h5.is-style-type2, .entry-content h6.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;
  }
}
.entry-content h1.is-style-type2::after, .entry-content h2.is-style-type2::after, .entry-content h3.is-style-type2::after, .entry-content h4.is-style-type2::after, .entry-content h5.is-style-type2::after, .entry-content h6.is-style-type2::after,
.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)::after {
  content: "";
  position: absolute;
  background: #029AE4;
  bottom: 2px;
  left: 0;
  margin-top: -23px;
  width: 100%;
  height: 3px;
}
.entry-content h1.is-style-type3, .entry-content h2.is-style-type3, .entry-content h3.is-style-type3, .entry-content h4.is-style-type3, .entry-content h5.is-style-type3, .entry-content h6.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: 18px;
}
@media print, screen and (min-width: 600px) {
  .entry-content h1.is-style-type3, .entry-content h2.is-style-type3, .entry-content h3.is-style-type3, .entry-content h4.is-style-type3, .entry-content h5.is-style-type3, .entry-content h6.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;
  }
}
.entry-content h1.is-style-type3, .entry-content h2.is-style-type3, .entry-content h3.is-style-type3, .entry-content h4.is-style-type3, .entry-content h5.is-style-type3, .entry-content h6.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: 500;
  position: relative;
  border: none;
  line-height: 1.6;
  padding: 10px 25px;
}
.entry-content h1.is-style-type3::before, .entry-content h2.is-style-type3::before, .entry-content h3.is-style-type3::before, .entry-content h4.is-style-type3::before, .entry-content h5.is-style-type3::before, .entry-content h6.is-style-type3::before,
.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)::before {
  content: "";
  position: absolute;
  background: #029AE4;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 30px;
}
.entry-content h1.is-style-type4, .entry-content h2.is-style-type4, .entry-content h3.is-style-type4, .entry-content h4.is-style-type4, .entry-content h5.is-style-type4, .entry-content h6.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-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .entry-content h1.is-style-type4, .entry-content h2.is-style-type4, .entry-content h3.is-style-type4, .entry-content h4.is-style-type4, .entry-content h5.is-style-type4, .entry-content h6.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-size: 1.8rem;
  }
}
.entry-content h1.is-style-type4, .entry-content h2.is-style-type4, .entry-content h3.is-style-type4, .entry-content h4.is-style-type4, .entry-content h5.is-style-type4, .entry-content h6.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: 500;
  position: relative;
  padding: 10px 0;
}
.entry-content h1.is-style-type4::before, .entry-content h2.is-style-type4::before, .entry-content h3.is-style-type4::before, .entry-content h4.is-style-type4::before, .entry-content h5.is-style-type4::before, .entry-content h6.is-style-type4::before,
.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)::before {
  content: "";
  width: 2em;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #029AE4;
}
.entry-content h1.is-style-type5, .entry-content h2.is-style-type5, .entry-content h3.is-style-type5, .entry-content h4.is-style-type5, .entry-content h5.is-style-type5, .entry-content h6.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-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .entry-content h1.is-style-type5, .entry-content h2.is-style-type5, .entry-content h3.is-style-type5, .entry-content h4.is-style-type5, .entry-content h5.is-style-type5, .entry-content h6.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-size: 1.8rem;
  }
}
.entry-content h1.is-style-type5, .entry-content h2.is-style-type5, .entry-content h3.is-style-type5, .entry-content h4.is-style-type5, .entry-content h5.is-style-type5, .entry-content h6.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: 500;
}
.entry-content h1.is-style-type6, .entry-content h2.is-style-type6, .entry-content h3.is-style-type6, .entry-content h4.is-style-type6, .entry-content h5.is-style-type6, .entry-content h6.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-size: 14px;
}
@media print, screen and (min-width: 600px) {
  .entry-content h1.is-style-type6, .entry-content h2.is-style-type6, .entry-content h3.is-style-type6, .entry-content h4.is-style-type6, .entry-content h5.is-style-type6, .entry-content h6.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-size: 1.6rem;
  }
}
.entry-content h1.is-style-type6, .entry-content h2.is-style-type6, .entry-content h3.is-style-type6, .entry-content h4.is-style-type6, .entry-content h5.is-style-type6, .entry-content h6.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: 500;
}
.entry-content .is-style-type7::after {
  background: none !important;
}
.entry-content .is-style-type7 {
  font-weight: normal !important;
  position: relative;
  padding: 0 0 10px !important;
  background: none !important;
  font-weight: 500;
}
@media all and (min-width: 600px) {
  .entry-content .is-style-type7 {
    padding-bottom: 15px;
  }
}
.entry-content .is-style-type7::before {
  content: "";
  width: 5em;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #029AE4;
}
.entry-content .is-style-arrow-bottom::after {
  background: none !important;
}
.entry-content .is-style-arrow-bottom {
  text-align: center;
  border-radius: 10px !important;
  border: 3px solid #029AE4 !important;
  background: #fff !important;
}
.entry-content .is-style-arrow-bottom::before, .entry-content .is-style-arrow-bottom::after {
  content: "";
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  border-style: solid;
  margin: auto;
  left: 0 !important;
  right: 0 !important;
}
.entry-content .is-style-arrow-bottom::before {
  bottom: -15px !important;
  border-width: 14px 12px 0 12px !important;
  border-color: #029AE4 transparent transparent transparent;
}
.entry-content .is-style-arrow-bottom::after {
  bottom: -10px !important;
  border-width: 14px 12px 0 12px !important;
  border-color: #f9f9f9 transparent transparent transparent;
}
.entry-content ul:not(.no-style),
.entry-content ol:not(.no-style) {
  margin-left: 0;
  padding-left: 1.5em;
}
.entry-content ol:not(.no-style) ul > li {
  list-style-type: disc;
}
.entry-content dl:not(.no-style) dt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  border: 1px solid #ccc;
  background: #f0f0f0;
  padding: 3px 1.5em;
}
.entry-content dl:not(.no-style) dd {
  border: none;
  padding: 0;
  margin: 10px 0 30px 0;
}
.entry-content table:not(.no-style) {
  white-space: normal;
  background: #fff;
}
.entry-content table:not(.no-style) thead th {
  background: #029AE4;
  color: #fff;
}
.entry-content table:not(.no-style) th,
.entry-content table:not(.no-style) td {
  padding: 20px;
}
@media all and (max-width: 599px) {
  .entry-content table:not(.no-style) th,
  .entry-content table:not(.no-style) td {
    padding: 12px;
  }
}
.entry-content figure[class*=block-table]:not(.is-style-stripes):not(.no-style) table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.entry-content figure[class*=block-table]:not(.is-style-stripes):not(.no-style) table th,
.entry-content figure[class*=block-table]:not(.is-style-stripes):not(.no-style) table td {
  border: 1px solid #ccc;
}
.entry-content figure[class*=block-table]:not(.is-style-stripes):not(.no-style) table tbody th {
  vertical-align: top;
  text-align: left;
  background: #f0f0f0;
}
.entry-content figure[class*=block-table]:not(.is-style-stripes):not(.no-style) table tbody td {
  border: 1px solid #ccc;
}
.entry-content figure[class*=block-table]:not(.is-style-stripes):not(.no-style) table table th,
.entry-content figure[class*=block-table]:not(.is-style-stripes):not(.no-style) table table td {
  padding: 5px;
}
.entry-content figure[class*=block-table]:not(.is-style-stripes):not(.no-style) table table tbody th {
  background: none;
}
.entry-content figure[class*=block-table].is-style-stripes table {
  border: none;
}
.entry-content figure[class*=block-table].is-style-stripes table th, .entry-content figure[class*=block-table].is-style-stripes table td {
  border: none;
}
.entry-content .wp-block-table.is-style-stripes table {
  border: none;
}
.entry-content .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.entry-content .wp-block-table.is-style-stripes table tbody th, .entry-content .wp-block-table.is-style-stripes table tbody td {
  border: none;
}
@media all and (max-width: 599px) {
  .entry-content .wp-block-table.is-style-stripes.table-sp-responsive tbody tr:nth-child(odd) {
    background-color: unset;
  }
  .entry-content .wp-block-table.is-style-stripes.table-sp-responsive tbody td:first-child {
    background-color: #f0f0f0;
  }
}
.entry-content .block-table.is-style-simple table,
.entry-content .wp-block-table.is-style-simple table {
  border: none !important;
}
.entry-content .block-table.is-style-simple table tbody th, .entry-content .block-table.is-style-simple table tbody td,
.entry-content .block-table.is-style-simple table thead th,
.entry-content .block-table.is-style-simple table thead td,
.entry-content .wp-block-table.is-style-simple table tbody th,
.entry-content .wp-block-table.is-style-simple table tbody td,
.entry-content .wp-block-table.is-style-simple table thead th,
.entry-content .wp-block-table.is-style-simple table thead td {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}
.entry-content .block-table.is-style-simple table tbody th,
.entry-content .wp-block-table.is-style-simple table tbody th {
  background: none !important;
}
.entry-content .block-table.is-style-simple table tbody th, .entry-content .block-table.is-style-simple table tbody td,
.entry-content .wp-block-table.is-style-simple table tbody th,
.entry-content .wp-block-table.is-style-simple table tbody td {
  position: relative;
}
.entry-content .block-table.is-style-simple table tbody th::after, .entry-content .block-table.is-style-simple table tbody td::after,
.entry-content .wp-block-table.is-style-simple table tbody th::after,
.entry-content .wp-block-table.is-style-simple table tbody td::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.entry-content .block-table.is-style-simple table tbody th:last-child::after, .entry-content .block-table.is-style-simple table tbody td:last-child::after,
.entry-content .wp-block-table.is-style-simple table tbody th:last-child::after,
.entry-content .wp-block-table.is-style-simple table tbody td:last-child::after {
  content: none;
}
@media all and (max-width: 599px) {
  .entry-content .block-table.is-style-simple.table-sp-responsive tbody th::after, .entry-content .block-table.is-style-simple.table-sp-responsive tbody td::after,
  .entry-content .wp-block-table.is-style-simple.table-sp-responsive tbody th::after,
  .entry-content .wp-block-table.is-style-simple.table-sp-responsive tbody td::after {
    content: none;
  }
  .entry-content .block-table.is-style-simple.table-sp-responsive tbody th,
  .entry-content .block-table.is-style-simple.table-sp-responsive tbody td:first-child,
  .entry-content .wp-block-table.is-style-simple.table-sp-responsive tbody th,
  .entry-content .wp-block-table.is-style-simple.table-sp-responsive tbody td:first-child {
    background: #f0f0f0 !important;
  }
}
.entry-content .table-headline-main tbody tr:first-child td {
  background: #029AE4;
}
.entry-content .table-headline-accent tbody tr:first-child td {
  background: #B4597E;
}
.entry-content .table-headline-gray tbody tr:first-child td {
  background: #666;
}
.entry-content .table-sidecolumn-main tbody td:first-child {
  background: rgba(2, 154, 228, 0.2);
}
.entry-content .table-sidecolumn-accent tbody td:first-child {
  background: rgba(180, 89, 126, 0.2);
}
.entry-content .table-sidecolumn-gray tbody td:first-child {
  background: #f0f0f0;
}
.entry-content blockquote:not(.no-style) {
  border: 2px solid #ccc;
  margin-left: 0;
  margin-right: 0;
  background: #f0f0f0;
  overflow: hidden;
  padding: 15px;
}
.entry-content blockquote:not(.no-style):before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  content: "\f10d";
  margin-right: 5px;
  float: left;
  width: 60px;
  height: 60px;
  color: #ccc;
  text-align: center;
  line-height: 60px;
  font-size: 3rem;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .entry-content blockquote:not(.no-style):before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 2rem;
  }
}
.entry-content blockquote:not(.no-style) cite {
  color: #029AE4;
  font-size: 14px;
  float: right;
}
.entry-content {
  /*
  section-block
  */
}
@media all and (min-width: 1110px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-left--wrap {
    margin-left: unset !important;
    margin-right: unset !important;
  }
}
@media all and (783px <= width < 1110px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-left--pc {
    margin-left: unset !important;
    margin-right: unset !important;
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-left--tb {
    margin-left: unset !important;
    margin-right: unset !important;
  }
}
@media all and (max-width: 599px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-left--sp {
    margin-left: unset !important;
    margin-right: unset !important;
  }
}
@media all and (min-width: 1110px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-center--wrap {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media all and (783px <= width < 1110px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-center--pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-center--tb {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media all and (max-width: 599px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-center--sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media all and (min-width: 1110px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-right--wrap {
    float: none;
    margin-left: auto !important;
    margin-right: unset !important;
    display: block;
  }
}
@media all and (783px <= width < 1110px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-right--pc {
    float: none;
    margin-left: auto !important;
    margin-right: unset !important;
    display: block;
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-right--tb {
    float: none;
    margin-left: auto !important;
    margin-right: unset !important;
    display: block;
  }
}
@media all and (max-width: 599px) {
  .entry-content .wp-block-base-theme-section-block-section.bt-section-align-right--sp {
    float: none;
    margin-left: auto !important;
    margin-right: unset !important;
    display: block;
  }
}
.entry-content {
  /*
  block style 追加
  inc/modules/block/theme-block.js
  */
}
.entry-content .is-style-wide {
  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 .entry-content .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 .entry-content .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);
  }
}
.entry-content .is-style-wide-wrap {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
.block-editor-block-list__layout .entry-content .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 .entry-content .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 .entry-content .is-style-wide-wrap .block-editor-block-list__layout {
  max-width: unset;
}
.entry-content .wp-block-media-text.is-style-media-text-bubbles {
  gap: 30px;
}
.entry-content .wp-block-media-text.is-style-media-text-bubbles .wp-block-media-text__content {
  position: relative;
  background: #F2F7FA;
  padding: 10px;
  border-radius: 10px;
  line-height: 1.6;
}
@media all and (min-width: 600px) {
  .entry-content .wp-block-media-text.is-style-media-text-bubbles .wp-block-media-text__content {
    padding: 15px;
  }
}
.entry-content .wp-block-media-text.is-style-media-text-bubbles .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.entry-content .wp-block-media-text.is-style-media-text-bubbles .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-media-text.is-style-media-text-bubbles .wp-block-media-text__content::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-right-color: #F2F7FA;
  right: 100%;
  top: 50%;
}
@media all and (max-width: 599px) {
  .entry-content .wp-block-media-text.is-style-media-text-bubbles .wp-block-media-text__content::after {
    margin-top: 0 !important;
    margin-right: -10px !important;
    top: -20px !important;
    right: 50% !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.entry-content .wp-block-media-text.is-style-media-text-bubbles.is-vertically-aligned-top .wp-block-media-text__content::after {
  margin-top: 0;
  top: 20px;
}
.entry-content .sme-bg-color {
  padding-left: 0.3em;
  padding-right: 0.3em;
}

/* =========================================================
 Sidebar
========================================================= */
.widget-area .widget-title {
  border-bottom: 2px solid #029AE4;
}
.widget-area ul li {
  border-bottom: 1px dotted #ccc;
}

/* =========================================================
 Footer
========================================================= */
/**
 * footer-type1   ロゴの上にナビゲーション
 * footer-type2   ロゴ 中央
 * footer-type3   左ロゴ 右ナビゲーション
 * footer-type4   左ナビゲーション 右ロゴ
 */
.site-footer {
  background: url(../images/img_footer.jpg) center/cover no-repeat;
}
@media all and (max-width: 599px) {
  .site-footer {
    padding-bottom: 15.7694vw;
  }
}

.site-footer-body {
  display: block;
  color: #fff;
  padding-top: 34.6666vw;
}
@media all and (min-width: 600px) {
  .site-footer-body {
    padding-top: 180px;
    padding-bottom: 130px;
  }
}
.site-footer-body .footer-branding {
  width: 100%;
}
@media all and (min-width: 600px) {
  .site-footer-body .footer-branding {
    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;
  }
}
.site-footer-body .footer-branding a {
  color: #fff;
}
.site-footer-body .footer-branding .site-title {
  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;
  font-weight: 500;
  margin: 0;
}
.site-footer-body .footer-branding .site-title img {
  width: 160px;
  margin-bottom: 10px;
}
@media all and (min-width: 600px) {
  .site-footer-body .footer-branding .site-title img {
    margin-bottom: 15px;
  }
}
.site-footer-body .footer-branding address {
  text-align: left;
  line-height: 1.8;
  margin: 20px 0 40px;
}
@media all and (min-width: 600px) {
  .site-footer-body .footer-branding address {
    margin: 0;
    padding-left: 30px;
    font-size: 1.5rem;
  }
}
.site-footer-body .footer-branding address {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media all and (min-width: 600px) {
  .site-footer-body .footer-branding address {
    font-size: 2.5rem;
  }
}
.site-footer-body .footer-contents {
  width: 100%;
}
@media all and (max-width: 599px) {
  .site-footer-body .footer-contents {
    display: none;
  }
}
.site-footer-body .footer-contents-area {
  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;
  margin-top: 50px;
}

.site-info {
  background: none;
}

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

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

.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%;
}
@media all and (min-width: 600px) {
  .contact-btn input[type=submit] {
    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;
}

.mw_wp_form .error {
  display: inline-block;
  background: #E12330;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
}
.mw_wp_form .error::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #E12330 transparent;
}

.error-message {
  text-align: center;
  border: 2px solid #E12330;
  background: #fff;
  padding: 20px 15px;
}

.completion-message {
  text-align: center;
  border: 2px solid #029AE4;
  background: rgba(2, 154, 228, 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-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .completion-message__title {
    font-size: 3rem;
  }
}
.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
========================================================= */
@media all and (max-width: 599px) {
  .breadcrumbs {
    display: none;
  }
}

/* =========================================================
 Navigation
========================================================= */
/* Sub Navigation
--------------------------------------------------------- */
.sub-navigation {
  padding-left: 19px;
  padding-right: 19px;
}
@media print, screen and (min-width: 600px) {
  .sub-navigation {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 1110px) {
  .sub-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
.sub-navigation {
  /* Color */
}
.sub-navigation ul.menu li.menu-item > a,
.sub-navigation ul.sub-menu li.menu-item > a {
  color: #111;
}
.sub-navigation ul.menu li.menu-item > a:hover,
.sub-navigation ul.sub-menu li.menu-item > a:hover {
  background: rgba(2, 154, 228, 0.5);
}
.sub-navigation ul.menu ul.sub-menu,
.sub-navigation ul.sub-menu ul.sub-menu {
  background: rgba(0, 0, 0, 0.8);
}
.sub-navigation ul.menu ul.sub-menu li.menu-item > a,
.sub-navigation ul.sub-menu ul.sub-menu li.menu-item > a {
  color: #fff;
}

/* Main Navigation
--------------------------------------------------------- */
@media all and (max-width: 599px) {
  .main-navigation {
    z-index: 99998;
  }
}

/* layout */
.main-navigation,
.footer-type1 .footer-navigation,
.footer-type2 .footer-navigation {
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .main-navigation,
  .footer-type1 .footer-navigation,
  .footer-type2 .footer-navigation {
    border: none;
  }
}
.main-navigation .navigation-pc ul.menu,
.footer-type1 .footer-navigation .navigation-pc ul.menu,
.footer-type2 .footer-navigation .navigation-pc ul.menu {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu {
  position: static;
}
.main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu:hover > ul.sub-menu,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu:hover > ul.sub-menu,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu:hover > ul.sub-menu {
  top: 100%;
}
.main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu ul.sub-menu,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu ul.sub-menu,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu ul.sub-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 34px 42px 65px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border: none;
}
@media all and (min-width: 1110px) {
  .main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu ul.sub-menu,
  .footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu ul.sub-menu,
  .footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu ul.sub-menu {
    width: 1110px;
  }
}
.main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu ul.sub-menu li.menu-item > a,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu ul.sub-menu li.menu-item > a,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu ul.sub-menu li.menu-item > a {
  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;
  padding: 0;
}
.main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu > ul.sub-menu,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu > ul.sub-menu,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu > ul.sub-menu {
  top: calc(100% - 10px);
  z-index: 1;
}
.main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu > ul.sub-menu li.menu-item,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu > ul.sub-menu li.menu-item,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu > ul.sub-menu li.menu-item {
  width: 180px;
  padding: 10px;
}
@media all and (min-width: 1110px) {
  .main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu > ul.sub-menu li.menu-item,
  .footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu > ul.sub-menu li.menu-item,
  .footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu > ul.sub-menu li.menu-item {
    width: 18.1286%;
  }
}
.main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image {
  position: relative;
  padding-top: 74.7311%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image span,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image span,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image img,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image img,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策 ofi.min.js*/
}
.main-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image img-contain,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image img-contain,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item.navi-megamenu figure.navi-megamenu__image img-contain {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策 ofi.min.js*/
}
.main-navigation .navigation-pc ul.menu > li.menu-item ul.sub-menu,
.footer-type1 .footer-navigation .navigation-pc ul.menu > li.menu-item ul.sub-menu,
.footer-type2 .footer-navigation .navigation-pc ul.menu > li.menu-item ul.sub-menu {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-navigation .navigation-sp,
.footer-type1 .footer-navigation .navigation-sp,
.footer-type2 .footer-navigation .navigation-sp {
  padding: 0 19px 60px 19px;
}
.main-navigation .navigation-sp .site-title,
.footer-type1 .footer-navigation .navigation-sp .site-title,
.footer-type2 .footer-navigation .navigation-sp .site-title {
  margin: 0 0 0 -19px;
  height: 50px;
  background: #fff;
}
.main-navigation .navigation-sp .site-title a,
.footer-type1 .footer-navigation .navigation-sp .site-title a,
.footer-type2 .footer-navigation .navigation-sp .site-title a {
  padding: 0;
  height: 100%;
}
.main-navigation .navigation-sp .site-title span,
.footer-type1 .footer-navigation .navigation-sp .site-title span,
.footer-type2 .footer-navigation .navigation-sp .site-title span {
  height: 100%;
  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;
  padding-left: 10px;
}
.main-navigation .navigation-sp .site-title img,
.footer-type1 .footer-navigation .navigation-sp .site-title img,
.footer-type2 .footer-navigation .navigation-sp .site-title img {
  width: 25px;
}
.main-navigation .navigation-sp .navi-megamenu__image,
.footer-type1 .footer-navigation .navigation-sp .navi-megamenu__image,
.footer-type2 .footer-navigation .navigation-sp .navi-megamenu__image {
  display: none;
}
.main-navigation .navigation-sp ul.menu,
.footer-type1 .footer-navigation .navigation-sp ul.menu,
.footer-type2 .footer-navigation .navigation-sp ul.menu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}
.main-navigation .navigation-sp ul.menu li.menu-item > a,
.footer-type1 .footer-navigation .navigation-sp ul.menu li.menu-item > a,
.footer-type2 .footer-navigation .navigation-sp ul.menu li.menu-item > a {
  text-align: left;
  position: relative;
}
.main-navigation .navigation-sp ul.menu li.menu-item > a::after,
.footer-type1 .footer-navigation .navigation-sp ul.menu li.menu-item > a::after,
.footer-type2 .footer-navigation .navigation-sp ul.menu li.menu-item > a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 5px;
  color: #111;
  opacity: 1;
}
.main-navigation .navigation-sp ul.menu ul.sub-menu,
.footer-type1 .footer-navigation .navigation-sp ul.menu ul.sub-menu,
.footer-type2 .footer-navigation .navigation-sp ul.menu ul.sub-menu {
  margin-top: 0;
  padding-left: 19px;
  padding-right: 19px;
}
.main-navigation .navigation-sp-sub ul.menu,
.footer-type1 .footer-navigation .navigation-sp-sub ul.menu,
.footer-type2 .footer-navigation .navigation-sp-sub ul.menu {
  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;
  border: none;
}
.main-navigation .navigation-sp-sub ul.menu li.menu-item,
.footer-type1 .footer-navigation .navigation-sp-sub ul.menu li.menu-item,
.footer-type2 .footer-navigation .navigation-sp-sub ul.menu li.menu-item {
  width: 50%;
  border: none;
}
.main-navigation .navigation-sp-sub ul.menu li.menu-item > a,
.footer-type1 .footer-navigation .navigation-sp-sub ul.menu li.menu-item > a,
.footer-type2 .footer-navigation .navigation-sp-sub ul.menu li.menu-item > a {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
.main-navigation .navigation-sp-sub ul.menu li.menu-item > a::after,
.footer-type1 .footer-navigation .navigation-sp-sub ul.menu li.menu-item > a::after,
.footer-type2 .footer-navigation .navigation-sp-sub ul.menu li.menu-item > a::after {
  content: "";
}
.main-navigation ul.nav-brand-list,
.footer-type1 .footer-navigation ul.nav-brand-list,
.footer-type2 .footer-navigation ul.nav-brand-list {
  border: none;
  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;
  padding: 0;
  margin-top: 20px;
}
.main-navigation ul.nav-brand-list > li,
.footer-type1 .footer-navigation ul.nav-brand-list > li,
.footer-type2 .footer-navigation ul.nav-brand-list > li {
  border: none;
  width: 50%;
  list-style: none;
}
.main-navigation ul.nav-brand-list > li > a,
.footer-type1 .footer-navigation ul.nav-brand-list > li > a,
.footer-type2 .footer-navigation ul.nav-brand-list > li > a {
  display: block;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media all and (max-width: 320px) {
  .main-navigation ul.nav-brand-list > li > a,
  .footer-type1 .footer-navigation ul.nav-brand-list > li > a,
  .footer-type2 .footer-navigation ul.nav-brand-list > li > a {
    font-size: 1.2rem;
  }
}
.main-navigation ul.nav-brand-list > li > a::after,
.footer-type1 .footer-navigation ul.nav-brand-list > li > a::after,
.footer-type2 .footer-navigation ul.nav-brand-list > li > a::after {
  font-family: "Material Icons";
  content: "\e89e";
  opacity: 0.5;
  right: 5px;
  position: absolute;
}
.main-navigation li.menu-item,
.footer-type1 .footer-navigation li.menu-item,
.footer-type2 .footer-navigation li.menu-item {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 600px) {
  .main-navigation li.menu-item,
  .footer-type1 .footer-navigation li.menu-item,
  .footer-type2 .footer-navigation li.menu-item {
    border-bottom: none;
  }
}
.main-navigation li.menu-item.hide,
.footer-type1 .footer-navigation li.menu-item.hide,
.footer-type2 .footer-navigation li.menu-item.hide {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .header-type3 .main-navigation li.menu-item,
  .header-type3 .footer-type1 .footer-navigation li.menu-item,
  .header-type3 .footer-type2 .footer-navigation li.menu-item {
    border: none;
  }
}
@media print, screen and (min-width: 600px) {
  .main-navigation ul.menu > li.menu-item,
  .footer-type1 .footer-navigation ul.menu > li.menu-item,
  .footer-type2 .footer-navigation ul.menu > li.menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .main-navigation ul.menu > li.menu-item:last-child > a::after, .main-navigation ul.menu > li.menu-item > a::before,
  .footer-type1 .footer-navigation ul.menu > li.menu-item:last-child > a::after,
  .footer-type1 .footer-navigation ul.menu > li.menu-item > a::before,
  .footer-type2 .footer-navigation ul.menu > li.menu-item:last-child > a::after,
  .footer-type2 .footer-navigation ul.menu > li.menu-item > a::before {
    content: none;
  }
  .main-navigation ul.menu > li.menu-item > a,
  .footer-type1 .footer-navigation ul.menu > li.menu-item > a,
  .footer-type2 .footer-navigation ul.menu > li.menu-item > a {
    position: relative;
  }
  .main-navigation ul.menu > li.menu-item > a::before,
  .footer-type1 .footer-navigation ul.menu > li.menu-item > a::before,
  .footer-type2 .footer-navigation ul.menu > li.menu-item > a::before {
    left: 0;
  }
  .main-navigation ul.menu > li.menu-item:last-child > a::after,
  .footer-type1 .footer-navigation ul.menu > li.menu-item:last-child > a::after,
  .footer-type2 .footer-navigation ul.menu > li.menu-item:last-child > a::after {
    right: 0;
  }
  .header-type3 .main-navigation ul.menu > li.menu-item > a::after, .header-type3 .main-navigation ul.menu > li.menu-item > a::before,
  .header-type3 .footer-type1 .footer-navigation ul.menu > li.menu-item > a::after,
  .header-type3 .footer-type1 .footer-navigation ul.menu > li.menu-item > a::before,
  .header-type3 .footer-type2 .footer-navigation ul.menu > li.menu-item > a::after,
  .header-type3 .footer-type2 .footer-navigation ul.menu > li.menu-item > a::before {
    content: none;
  }
}
.main-navigation ul.menu > li.menu-item > a,
.footer-type1 .footer-navigation ul.menu > li.menu-item > a,
.footer-type2 .footer-navigation ul.menu > li.menu-item > a {
  position: relative;
}
@media all and (min-width: 600px) {
  .main-navigation ul.menu > li.menu-item > a,
  .footer-type1 .footer-navigation ul.menu > li.menu-item > a,
  .footer-type2 .footer-navigation ul.menu > li.menu-item > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-navigation ul.menu > li.menu-item > a::after,
.footer-type1 .footer-navigation ul.menu > li.menu-item > a::after,
.footer-type2 .footer-navigation ul.menu > li.menu-item > a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 5px;
  color: #029AE4;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-navigation ul.menu > li.menu-item > a:hover::after,
.footer-type1 .footer-navigation ul.menu > li.menu-item > a:hover::after,
.footer-type2 .footer-navigation ul.menu > li.menu-item > a:hover::after {
  opacity: 1;
}
.main-navigation ul.menu > li.menu-item.active > a::after,
.footer-type1 .footer-navigation ul.menu > li.menu-item.active > a::after,
.footer-type2 .footer-navigation ul.menu > li.menu-item.active > a::after {
  opacity: 1;
}
.main-navigation ul.menu > li.menu-item.menu-item-has-children > a::after,
.footer-type1 .footer-navigation ul.menu > li.menu-item.menu-item-has-children > a::after,
.footer-type2 .footer-navigation ul.menu > li.menu-item.menu-item-has-children > a::after {
  content: "\f107";
}
.main-navigation,
.footer-type1 .footer-navigation,
.footer-type2 .footer-navigation {
  /* Color */
}
.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: #F2F7FA;
}
.main-navigation ul.nav-brand-list > li > a,
.main-navigation li.menu-item > a,
.footer-type1 .footer-navigation ul.nav-brand-list > li > a,
.footer-type1 .footer-navigation li.menu-item > a,
.footer-type2 .footer-navigation ul.nav-brand-list > li > a,
.footer-type2 .footer-navigation li.menu-item > a {
  color: #111;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 15px;
}
.main-navigation ul.nav-brand-list > li > a:hover,
.main-navigation li.menu-item > a:hover,
.footer-type1 .footer-navigation ul.nav-brand-list > li > a:hover,
.footer-type1 .footer-navigation li.menu-item > a:hover,
.footer-type2 .footer-navigation ul.nav-brand-list > li > a:hover,
.footer-type2 .footer-navigation li.menu-item > a:hover {
  background: rgba(2, 154, 228, 0.2);
}
.main-navigation ul.nav-brand-list > li ul.sub-menu,
.main-navigation li.menu-item ul.sub-menu,
.footer-type1 .footer-navigation ul.nav-brand-list > li ul.sub-menu,
.footer-type1 .footer-navigation li.menu-item ul.sub-menu,
.footer-type2 .footer-navigation ul.nav-brand-list > li ul.sub-menu,
.footer-type2 .footer-navigation li.menu-item ul.sub-menu {
  background: unset;
}
@media all and (min-width: 600px) {
  .main-navigation ul.nav-brand-list > li ul.sub-menu,
  .main-navigation li.menu-item ul.sub-menu,
  .footer-type1 .footer-navigation ul.nav-brand-list > li ul.sub-menu,
  .footer-type1 .footer-navigation li.menu-item ul.sub-menu,
  .footer-type2 .footer-navigation ul.nav-brand-list > li ul.sub-menu,
  .footer-type2 .footer-navigation li.menu-item ul.sub-menu {
    background: #029AE4;
  }
}
.main-navigation ul.nav-brand-list > li ul.sub-menu li.menu-item,
.main-navigation li.menu-item ul.sub-menu li.menu-item,
.footer-type1 .footer-navigation ul.nav-brand-list > li ul.sub-menu li.menu-item,
.footer-type1 .footer-navigation li.menu-item ul.sub-menu li.menu-item,
.footer-type2 .footer-navigation ul.nav-brand-list > li ul.sub-menu li.menu-item,
.footer-type2 .footer-navigation li.menu-item ul.sub-menu li.menu-item {
  border-color: #F2F7FA;
  border-width: 2px;
}
.main-navigation ul.nav-brand-list > li ul.sub-menu a,
.main-navigation li.menu-item ul.sub-menu a,
.footer-type1 .footer-navigation ul.nav-brand-list > li ul.sub-menu a,
.footer-type1 .footer-navigation li.menu-item ul.sub-menu a,
.footer-type2 .footer-navigation ul.nav-brand-list > li ul.sub-menu a,
.footer-type2 .footer-navigation li.menu-item ul.sub-menu a {
  color: #111;
}
@media all and (max-width: 599px) {
  .main-navigation ul.nav-brand-list > li ul.sub-menu a,
  .main-navigation li.menu-item ul.sub-menu a,
  .footer-type1 .footer-navigation ul.nav-brand-list > li ul.sub-menu a,
  .footer-type1 .footer-navigation li.menu-item ul.sub-menu a,
  .footer-type2 .footer-navigation ul.nav-brand-list > li ul.sub-menu a,
  .footer-type2 .footer-navigation li.menu-item ul.sub-menu a {
    background: #fff;
  }
}
@media all and (min-width: 600px) {
  .main-navigation ul.nav-brand-list > li ul.sub-menu a,
  .main-navigation li.menu-item ul.sub-menu a,
  .footer-type1 .footer-navigation ul.nav-brand-list > li ul.sub-menu a,
  .footer-type1 .footer-navigation li.menu-item ul.sub-menu a,
  .footer-type2 .footer-navigation ul.nav-brand-list > li ul.sub-menu a,
  .footer-type2 .footer-navigation li.menu-item ul.sub-menu a {
    color: #fff;
  }
}
@media print, screen and (min-width: 600px) {
  .header-type3 .main-navigation ul.menu > li.menu-item > a,
  .header-type3 .footer-type1 .footer-navigation ul.menu > li.menu-item > a,
  .header-type3 .footer-type2 .footer-navigation ul.menu > li.menu-item > a {
    background: none;
  }
}

/* Footer Navigation
--------------------------------------------------------- */
.footer-type3 .footer-navigation,
.footer-type4 .footer-navigation {
  /* layout */
}
.footer-type3 .footer-navigation ul.menu,
.footer-type4 .footer-navigation ul.menu {
  background: #029AE4;
  padding: 19px;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .footer-type3 .footer-navigation ul.menu,
  .footer-type4 .footer-navigation ul.menu {
    background: none;
    padding: 0 16px 0 0;
  }
}
.footer-type3 .footer-navigation ul.menu li.menu-item,
.footer-type4 .footer-navigation ul.menu li.menu-item {
  margin: 15px 0;
}
.footer-type3 .footer-navigation ul.menu li.menu-item.hide,
.footer-type4 .footer-navigation ul.menu li.menu-item.hide {
  display: none;
}
.footer-type3 .footer-navigation ul.menu ul.sub-menu,
.footer-type4 .footer-navigation ul.menu ul.sub-menu {
  padding: 19px;
}
@media print, screen and (min-width: 600px) {
  .footer-type3 .footer-navigation ul.menu ul.sub-menu,
  .footer-type4 .footer-navigation ul.menu ul.sub-menu {
    padding: 0;
  }
}
.footer-type3 .footer-navigation ul.nav-brand-list,
.footer-type4 .footer-navigation ul.nav-brand-list {
  padding: 0;
}
.footer-type3 .footer-navigation ul.nav-brand-list li,
.footer-type4 .footer-navigation ul.nav-brand-list li {
  list-style-type: none;
}
.footer-type3 .footer-navigation ul.nav-brand-list li > a::after,
.footer-type4 .footer-navigation ul.nav-brand-list li > a::after {
  font-family: "Material Icons";
  content: "\e89e";
  opacity: 0.7;
  margin-left: 5px;
}
.footer-type3 .footer-navigation,
.footer-type4 .footer-navigation {
  /* Color */
}
.footer-type3 .footer-navigation a,
.footer-type4 .footer-navigation a {
  color: #fff;
  display: block;
  padding: 19px;
  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: #fff;
    display: inline;
    padding: 0;
    background: none;
    font-size: 1.4rem;
  }
}
.footer-type3 .footer-navigation a:active,
.footer-type4 .footer-navigation a:active {
  background: none;
}

/* Toggle
--------------------------------------------------------- */
.menu-toggle {
  right: 0;
  top: 0;
  background: #F2F7FA;
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.menu-toggle span {
  width: 24px;
  background-color: #111;
  height: 2px;
}
.menu-toggle span:nth-of-type(1) {
  top: -10px;
}
.menu-toggle span:nth-of-type(3) {
  top: 10px;
}
.menu-toggle[aria-expanded=true] span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(135deg);
  transform: translateY(5px) rotate(135deg);
}
.menu-toggle[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(225deg);
  transform: translateY(-5px) rotate(225deg);
}

/* BASE THEME Plugin
--------------------------------------------------------- */
@media screen and (max-width: 599px) {
  .btp-fixed-menu {
    display: none;
  }
}
.btp-fixed-menu--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .btp-fixed-menu--sp {
    display: block;
  }
}
.btp-fixed-menu ul.menu > li.menu-item {
  border-color: #ccc;
}
.btp-fixed-menu ul.menu > li.menu-item > a {
  background-color: #029AE4;
}
.btp-fixed-menu ul.menu li.menu-item > a {
  padding: 5px;
}
@media all and (min-width: 600px) {
  .btp-fixed-menu ul.menu li.menu-item > a {
    padding: 10px;
  }
}
.btp-fixed-menu li.menu-item ul.sub-menu {
  background: rgba(0, 0, 0, 0.8);
}

ul.menu li.menu-item.btp-megamenu-parent-item > ul.sub-menu {
  padding-left: 19px;
  padding-right: 19px;
}
@media all and (min-width: 600px) {
  ul.menu li.menu-item.btp-megamenu-parent-item > ul.sub-menu {
    padding-left: 16px;
    padding-right: 16px;
  }
}
ul.menu li.menu-item.btp-megamenu-parent-item ul.sub-menu {
  color: #fff;
}
ul.menu li.menu-item.btp-megamenu-parent-item ul.sub-menu a {
  color: #fff;
}

/* =========================================================
 Page top
========================================================= */
.btn-pagetop {
  right: 19px;
  background: none;
  overflow: unset;
  width: auto;
  height: 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: #000;
  bottom: 20vw;
}
@media print, screen and (min-width: 600px) {
  .btn-pagetop {
    right: 16px;
    bottom: 40px;
  }
}
.btn-pagetop:hover {
  background: none;
}
.btn-pagetop:hover:before {
  border-color: #B4597E;
}
.btn-pagetop:before {
  border-color: #000;
}

/* =========================================================
  Pagination
========================================================= */
.pagination span,
.pagination a {
  background-color: #029AE4;
}
.pagination span.page-num,
.pagination a.page-num {
  color: #111;
}
.pagination a:hover {
  background-color: rgba(2, 154, 228, 0.3);
}
.pagination .current {
  background-color: rgba(2, 154, 228, 0.3);
}
.pagination .left,
.pagination .right {
  color: #111;
}
.pagination .left:hover,
.pagination .right:hover {
  color: #111;
}

.post-navigation .nav-links {
  border-top: 1px solid #ccc;
}
.post-navigation .nav-links::after {
  background: #ccc;
}
.post-navigation a {
  color: #111;
  padding: 19px;
}
@media print, screen and (min-width: 600px) {
  .post-navigation a {
    padding: 16px;
  }
}
.post-navigation a:hover {
  background: rgba(2, 154, 228, 0.1);
}
.post-navigation a:before {
  top: 19px;
}
@media print, screen and (min-width: 600px) {
  .post-navigation a:before {
    top: 16px;
  }
}

/* =========================================================
Widget
========================================================= */
/* =========================================================
 social
========================================================= */
/* =========================================================
 List
========================================================= */
.ul-asterisk {
  margin: 0;
  padding-left: 1.5em;
}
.ul-asterisk li {
  list-style-type: none;
  position: relative;
}
.ul-asterisk li:before {
  content: "※";
  position: absolute;
  left: -1.5em;
}

.dl-list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.dl-list dt {
  width: 100%;
  padding: 15px 0 0;
  font-weight: 400;
}
@media print, screen and (min-width: 600px) {
  .dl-list dt {
    width: 7em;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }
}
.dl-list dd {
  padding: 0 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 600px) {
  .dl-list dd {
    width: calc(100% - 7em);
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dl-list dd a {
  color: #111;
}
.dl-list .cat {
  display: block;
}
@media all and (max-width: 599px) {
  .dl-list .cat {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 600px) {
  .dl-list .cat {
    margin-right: 10px;
  }
}
.dl-list .cat a {
  font-size: 10px;
}
@media print, screen and (min-width: 600px) {
  .dl-list .cat a {
    font-size: 1.3rem;
  }
}
.dl-list .cat a {
  display: inline-block;
  margin-right: 5px;
  background: #029AE4;
  color: #fff;
  border-radius: 0;
  padding: 0 10px;
}
@media all and (min-width: 600px) {
  .dl-list .cat a {
    margin: 5px;
    display: block;
  }
}
.dl-list .btn-target::after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

ul.is-style-list-check li {
  list-style-type: none;
  position: relative;
}
ul.is-style-list-check li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "\f14a";
  position: absolute;
  left: -1.5em;
  color: #029AE4;
}

/* =========================================================
 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>

========================================================= */
.btn-gray, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button__link, .btn-white, .btn-accent, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button__link, .btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .comment-respond .form-submit .submit, .btn-100-area a, .btn-wide-area a {
  display: inline-block;
  padding: 5px 2em;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media all and (min-width: 600px) {
  .btn-gray, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button__link, .btn-white, .btn-accent, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button__link, .btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .comment-respond .form-submit .submit, .btn-100-area a, .btn-wide-area a {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

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

.btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .comment-respond .form-submit .submit, .btn-100-area a, .btn-wide-area a {
  color: #fff;
  background-color: #029AE4;
}
.btn:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .comment-respond .form-submit .submit:hover, .btn-100-area a:hover, .btn-wide-area a:hover {
  color: #fff;
  background-color: rgb(53.2695652174, 187.7565217391, 253.2304347826);
}
.btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .comment-respond .form-submit .submit, .btn-100-area a, .btn-wide-area a {
  /* color */
}
.btn-accent, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button__link {
  background: #B4597E;
  color: #fff;
}
.btn-accent:hover, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button__link:hover {
  background-color: rgb(203.8070539419, 141.6929460581, 166.9481327801);
  color: #fff;
  opacity: 1;
}
.btn-white {
  background: #fff;
  color: #111;
}
.btn-white:hover {
  background-color: hsl(0, 0%, 110%);
  color: #111;
  opacity: 1;
}
.btn-gray, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button__link {
  background: #666;
  color: #fff;
}
.btn-gray:hover, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button__link:hover {
  background-color: rgb(127.5, 127.5, 127.5);
  color: #fff;
  opacity: 1;
}
.btn, .wp-block-buttons .wp-block-button .wp-block-button__link, .comment-respond .form-submit .submit, .btn-100-area a, .btn-wide-area a {
  /* option */
}
.btn-border.btn, .wp-block-buttons .wp-block-button .btn-border.wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray.is-style-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent.is-style-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link, .comment-respond .form-submit .btn-border.submit, .btn-100-area a.btn-border, .btn-wide-area a.btn-border {
  border: 1px solid #029AE4;
}
.btn-border.btn:hover, .wp-block-buttons .wp-block-button .btn-border.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover, .comment-respond .form-submit .btn-border.submit:hover, .btn-100-area a.btn-border:hover, .btn-wide-area a.btn-border:hover {
  opacity: 1;
}
.btn-border.btn:not(.has-text-color), .wp-block-buttons .wp-block-button .btn-border.wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .comment-respond .form-submit .btn-border.submit:not(.has-text-color), .btn-100-area a.btn-border:not(.has-text-color), .btn-wide-area a.btn-border:not(.has-text-color) {
  color: #029AE4;
}
.btn-border.btn:not(.has-background), .wp-block-buttons .wp-block-button .btn-border.wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background), .comment-respond .form-submit .btn-border.submit:not(.has-background), .btn-100-area a.btn-border:not(.has-background), .btn-wide-area a.btn-border:not(.has-background) {
  background-color: #fff;
}
.btn-border.btn:not(.has-background):hover, .wp-block-buttons .wp-block-button .btn-border.wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover, .comment-respond .form-submit .btn-border.submit:not(.has-background):hover, .btn-100-area a.btn-border:not(.has-background):hover, .btn-wide-area a.btn-border:not(.has-background):hover {
  background-color: rgba(2, 154, 228, 0.2);
}
.btn-border.btn-accent, .wp-block-buttons .wp-block-button.block-button-accent .btn-border.wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent.is-style-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-squared-outline .btn-accent.wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button.block-button-accent .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-style-squared-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-outline .btn-accent.wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button.block-button-accent .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #B4597E;
}
.btn-border.btn-accent:hover, .wp-block-buttons .wp-block-button.block-button-accent .btn-border.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.block-button-accent.is-style-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-squared-outline .btn-accent.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button.block-button-accent .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-style-squared-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline .btn-accent.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button.block-button-accent .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-style-outline .wp-block-button__link:hover {
  opacity: 1;
}
.btn-border.btn-accent:not(.has-text-color), .wp-block-buttons .wp-block-button.block-button-accent .btn-border.wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.block-button-accent.is-style-outline .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-squared-outline .btn-accent.wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button.block-button-accent .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-style-squared-outline .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-outline .btn-accent.wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button.block-button-accent .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #B4597E;
}
.btn-border.btn-accent:not(.has-background), .wp-block-buttons .wp-block-button.block-button-accent .btn-border.wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.block-button-accent.is-style-outline .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-squared-outline .btn-accent.wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button.block-button-accent .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-style-squared-outline .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-outline .btn-accent.wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button.block-button-accent .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: #fff;
}
.btn-border.btn-accent:not(.has-background):hover, .wp-block-buttons .wp-block-button.block-button-accent .btn-border.wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.block-button-accent.is-style-outline .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.is-style-squared-outline .btn-accent.wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button.block-button-accent .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-style-squared-outline .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.is-style-outline .btn-accent.wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button.block-button-accent .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  background-color: rgba(180, 89, 126, 0.2);
}
.btn-border.btn-gray, .wp-block-buttons .wp-block-button.block-button-gray .btn-border.wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray.is-style-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-squared-outline .btn-gray.wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button.block-button-gray .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-style-squared-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-outline .btn-gray.wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button.block-button-gray .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #666;
}
.btn-border.btn-gray:hover, .wp-block-buttons .wp-block-button.block-button-gray .btn-border.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.block-button-gray.is-style-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-squared-outline .btn-gray.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button.block-button-gray .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-style-squared-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline .btn-gray.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button.block-button-gray .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-style-outline .wp-block-button__link:hover {
  opacity: 1;
}
.btn-border.btn-gray:not(.has-text-color), .wp-block-buttons .wp-block-button.block-button-gray .btn-border.wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.block-button-gray.is-style-outline .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-squared-outline .btn-gray.wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button.block-button-gray .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-style-squared-outline .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-outline .btn-gray.wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button.block-button-gray .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #666;
}
.btn-border.btn-gray:not(.has-background), .wp-block-buttons .wp-block-button.block-button-gray .btn-border.wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.block-button-gray.is-style-outline .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-squared-outline .btn-gray.wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button.block-button-gray .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-style-squared-outline .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-outline .btn-gray.wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button.block-button-gray .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: #fff;
}
.btn-border.btn-gray:not(.has-background):hover, .wp-block-buttons .wp-block-button.block-button-gray .btn-border.wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.block-button-gray.is-style-outline .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.is-style-squared-outline .btn-gray.wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button.block-button-gray .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-style-squared-outline .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.is-style-outline .btn-gray.wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button.block-button-gray .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  background-color: rgba(102, 102, 102, 0.2);
}
.btn-border2.btn, .wp-block-buttons .wp-block-button .btn-border2.wp-block-button__link, .comment-respond .form-submit .btn-border2.submit, .btn-100-area a.btn-border2, .btn-wide-area a.btn-border2 {
  background: #fff;
  border: 1px solid #029AE4;
  border-bottom-width: 3px;
  color: #111;
}
@media all and (min-width: 600px) {
  .btn-border2.btn, .wp-block-buttons .wp-block-button .btn-border2.wp-block-button__link, .comment-respond .form-submit .btn-border2.submit, .btn-100-area a.btn-border2, .btn-wide-area a.btn-border2 {
    border: 2px solid #029AE4;
    border-bottom-width: 5px;
  }
}
.btn-border2.btn:hover, .wp-block-buttons .wp-block-button .btn-border2.wp-block-button__link:hover, .comment-respond .form-submit .btn-border2.submit:hover, .btn-100-area a.btn-border2:hover, .btn-wide-area a.btn-border2:hover {
  background: rgba(2, 154, 228, 0.2);
  color: #029AE4;
}
.btn-border2.btn::after, .wp-block-buttons .wp-block-button .btn-border2.wp-block-button__link::after, .comment-respond .form-submit .btn-border2.submit::after, .btn-100-area a.btn-border2::after, .btn-wide-area a.btn-border2::after {
  color: #029AE4;
}
.btn-border2.btn-accent, .wp-block-buttons .wp-block-button.block-button-accent .btn-border2.wp-block-button__link {
  background: #fff;
  border: 1px solid #B4597E;
  border-bottom-width: 3px;
  color: #111;
}
@media all and (min-width: 600px) {
  .btn-border2.btn-accent, .wp-block-buttons .wp-block-button.block-button-accent .btn-border2.wp-block-button__link {
    border: 2px solid #B4597E;
    border-bottom-width: 5px;
  }
}
.btn-border2.btn-accent:hover, .wp-block-buttons .wp-block-button.block-button-accent .btn-border2.wp-block-button__link:hover {
  background: rgba(180, 89, 126, 0.2);
  color: #B4597E;
}
.btn-border2.btn-accent::after, .wp-block-buttons .wp-block-button.block-button-accent .btn-border2.wp-block-button__link::after {
  color: #B4597E;
}
.btn-border2.btn-gray, .wp-block-buttons .wp-block-button.block-button-gray .btn-border2.wp-block-button__link {
  background: #fff;
  border: 1px solid #666;
  border-bottom-width: 3px;
  color: #111;
}
@media all and (min-width: 600px) {
  .btn-border2.btn-gray, .wp-block-buttons .wp-block-button.block-button-gray .btn-border2.wp-block-button__link {
    border: 2px solid #666;
    border-bottom-width: 5px;
  }
}
.btn-border2.btn-gray:hover, .wp-block-buttons .wp-block-button.block-button-gray .btn-border2.wp-block-button__link:hover {
  background: rgba(102, 102, 102, 0.2);
  color: #666;
}
.btn-border2.btn-gray::after, .wp-block-buttons .wp-block-button.block-button-gray .btn-border2.wp-block-button__link::after {
  color: #666;
}
.btn-solid.btn, .wp-block-buttons .wp-block-button .btn-solid.wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray.is-solid .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent.is-solid .wp-block-button__link, .wp-block-buttons .wp-block-button.is-solid .wp-block-button__link, .comment-respond .form-submit .btn-solid.submit, .btn-100-area a.btn-solid, .btn-wide-area a.btn-solid {
  -webkit-box-shadow: 0px 3px 0px 0px rgb(1.3347826087, 102.7782608696, 152.1652173913);
  box-shadow: 0px 3px 0px 0px rgb(1.3347826087, 102.7782608696, 152.1652173913);
}
@media all and (min-width: 600px) {
  .btn-solid.btn, .wp-block-buttons .wp-block-button .btn-solid.wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray.is-solid .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent.is-solid .wp-block-button__link, .wp-block-buttons .wp-block-button.is-solid .wp-block-button__link, .comment-respond .form-submit .btn-solid.submit, .btn-100-area a.btn-solid, .btn-wide-area a.btn-solid {
    -webkit-box-shadow: 0px 5px 0px 0px rgb(1.3347826087, 102.7782608696, 152.1652173913);
    box-shadow: 0px 5px 0px 0px rgb(1.3347826087, 102.7782608696, 152.1652173913);
  }
}
.btn-solid.btn-accent, .wp-block-buttons .wp-block-button.block-button-accent .btn-solid.wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent.is-solid .wp-block-button__link, .wp-block-buttons .wp-block-button.is-solid .btn-accent.wp-block-button__link, .wp-block-buttons .wp-block-button.is-solid .wp-block-button.block-button-accent .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-solid .wp-block-button__link {
  -webkit-box-shadow: 0px 3px 0px 0px rgb(132.5933609959, 59.9066390041, 89.4605809129);
  box-shadow: 0px 3px 0px 0px rgb(132.5933609959, 59.9066390041, 89.4605809129);
}
@media all and (min-width: 600px) {
  .btn-solid.btn-accent, .wp-block-buttons .wp-block-button.block-button-accent .btn-solid.wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent.is-solid .wp-block-button__link, .wp-block-buttons .wp-block-button.is-solid .btn-accent.wp-block-button__link, .wp-block-buttons .wp-block-button.is-solid .wp-block-button.block-button-accent .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent .wp-block-button.is-solid .wp-block-button__link {
    -webkit-box-shadow: 0px 5px 0px 0px rgb(132.5933609959, 59.9066390041, 89.4605809129);
    box-shadow: 0px 5px 0px 0px rgb(132.5933609959, 59.9066390041, 89.4605809129);
  }
}
.btn-solid.btn-gray, .wp-block-buttons .wp-block-button.block-button-gray .btn-solid.wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray.is-solid .wp-block-button__link, .wp-block-buttons .wp-block-button.is-solid .btn-gray.wp-block-button__link, .wp-block-buttons .wp-block-button.is-solid .wp-block-button.block-button-gray .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-solid .wp-block-button__link {
  -webkit-box-shadow: 0px 3px 0px 0px rgb(63.75, 63.75, 63.75);
  box-shadow: 0px 3px 0px 0px rgb(63.75, 63.75, 63.75);
}
@media all and (min-width: 600px) {
  .btn-solid.btn-gray, .wp-block-buttons .wp-block-button.block-button-gray .btn-solid.wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray.is-solid .wp-block-button__link, .wp-block-buttons .wp-block-button.is-solid .btn-gray.wp-block-button__link, .wp-block-buttons .wp-block-button.is-solid .wp-block-button.block-button-gray .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-gray .wp-block-button.is-solid .wp-block-button__link {
    -webkit-box-shadow: 0px 5px 0px 0px rgb(63.75, 63.75, 63.75);
    box-shadow: 0px 5px 0px 0px rgb(63.75, 63.75, 63.75);
  }
}
.btn-solid.btn-white, .wp-block-buttons .wp-block-button.is-solid .btn-white.wp-block-button__link {
  -webkit-box-shadow: 0px 3px 0px 0px rgb(1.3347826087, 102.7782608696, 152.1652173913);
  box-shadow: 0px 3px 0px 0px rgb(1.3347826087, 102.7782608696, 152.1652173913);
}
@media all and (min-width: 600px) {
  .btn-solid.btn-white, .wp-block-buttons .wp-block-button.is-solid .btn-white.wp-block-button__link {
    -webkit-box-shadow: 0px 5px 0px 0px rgb(1.3347826087, 102.7782608696, 152.1652173913);
    box-shadow: 0px 5px 0px 0px rgb(1.3347826087, 102.7782608696, 152.1652173913);
  }
}
.btn-gd.btn, .wp-block-buttons .wp-block-button .btn-gd.wp-block-button__link, .comment-respond .form-submit .btn-gd.submit, .btn-100-area a.btn-gd, .btn-wide-area a.btn-gd {
  background: #029AE4; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(27.9913043478, 179.3304347826, 253.0086956522) 0%, #029AE4 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(27.9913043478, 179.3304347826, 253.0086956522)), to(#029AE4));
  background: linear-gradient(to bottom, rgb(27.9913043478, 179.3304347826, 253.0086956522) 0%, #029AE4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn-gd.btn-accent, .wp-block-buttons .wp-block-button.block-button-accent .btn-gd.wp-block-button__link {
  background: #B4597E; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(195.8713692946, 124.1286307054, 153.2987551867) 0%, #B4597E 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195.8713692946, 124.1286307054, 153.2987551867)), to(#B4597E));
  background: linear-gradient(to bottom, rgb(195.8713692946, 124.1286307054, 153.2987551867) 0%, #B4597E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn-gd.btn-gray, .wp-block-buttons .wp-block-button.block-button-gray .btn-gd.wp-block-button__link {
  background: #666; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(127.5, 127.5, 127.5) 0%, #666 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(127.5, 127.5, 127.5)), to(#666));
  background: linear-gradient(to bottom, rgb(127.5, 127.5, 127.5) 0%, #666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn-gd:hover {
  background-color: transparent;
  opacity: 0.8;
}
.btn-rounded {
  border-radius: 3px !important;
}
.btn-circle {
  border-radius: 100px !important;
}
.btn-l, .wp-block-buttons .wp-block-button.is-l .wp-block-button__link, .comment-respond .form-submit .submit {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 110%;
  font-weight: bold;
  width: 80%;
}
@media all and (min-width: 600px) {
  .btn-l, .wp-block-buttons .wp-block-button.is-l .wp-block-button__link, .comment-respond .form-submit .submit {
    width: 100%;
    max-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .entry-content .btn-l, .entry-content .wp-block-buttons .wp-block-button.is-l .wp-block-button__link, .wp-block-buttons .wp-block-button.is-l .entry-content .wp-block-button__link, .entry-content .comment-respond .form-submit .submit, .comment-respond .form-submit .entry-content .submit {
    max-width: 420px;
  }
}
.btn-wide, .wp-block-buttons .wp-block-button.is-wide .wp-block-button__link, .btn-wide-area a {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 110%;
}
.btn-wide:not([class*=has-text-align]), .wp-block-buttons .wp-block-button.is-wide .wp-block-button__link:not([class*=has-text-align]), .btn-wide-area a:not([class*=has-text-align]) {
  text-align: center;
}
@media all and (min-width: 600px) {
  .btn-wide, .wp-block-buttons .wp-block-button.is-wide .wp-block-button__link, .btn-wide-area a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 150%;
  }
}
.btn-100, .wp-block-buttons .wp-block-button.is-100 .wp-block-button__link, .btn-100-area a {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 110%;
}
.btn-100:not([class*=has-text-align]), .wp-block-buttons .wp-block-button.is-100 .wp-block-button__link:not([class*=has-text-align]), .btn-100-area a:not([class*=has-text-align]) {
  text-align: center;
}
@media all and (min-width: 600px) {
  .btn-100, .wp-block-buttons .wp-block-button.is-100 .wp-block-button__link, .btn-100-area a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 150%;
  }
}
.btn-arrow::after, .wp-block-buttons .wp-block-button.block-button-gray.is-arrow .wp-block-button__link::after, .wp-block-buttons .wp-block-button.block-button-accent.is-arrow .wp-block-button__link::after, .wp-block-buttons .wp-block-button.is-arrow .wp-block-button__link::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "\f0da";
  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-buttons .wp-block-button.block-button-gray.is-arrow .wp-block-button__link::after, .wp-block-buttons .wp-block-button.block-button-accent.is-arrow .wp-block-button__link::after, .wp-block-buttons .wp-block-button.is-arrow .wp-block-button__link::after {
    right: 1em;
  }
}
.btn-arrow2::after, .wp-block-buttons .wp-block-button.block-button-gray.is-arrow2 .wp-block-button__link::after, .wp-block-buttons .wp-block-button.block-button-accent.is-arrow2 .wp-block-button__link::after, .wp-block-buttons .wp-block-button.is-arrow2 .wp-block-button__link::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  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;
  font-weight: normal;
  color: #029AE4;
}
@media print, screen and (min-width: 600px) {
  .btn-arrow2::after, .wp-block-buttons .wp-block-button.block-button-gray.is-arrow2 .wp-block-button__link::after, .wp-block-buttons .wp-block-button.block-button-accent.is-arrow2 .wp-block-button__link::after, .wp-block-buttons .wp-block-button.is-arrow2 .wp-block-button__link::after {
    right: 1em;
  }
}
.btn-external-link, .wp-block-buttons .wp-block-button.block-button-gray.is-external-link .wp-block-button__link, .wp-block-buttons .wp-block-button.block-button-accent.is-external-link .wp-block-button__link, .wp-block-buttons .wp-block-button.is-external-link .wp-block-button__link {
  padding-right: 2.3em;
  padding-left: 2.3em;
}
.btn-external-link::after, .wp-block-buttons .wp-block-button.block-button-gray.is-external-link .wp-block-button__link::after, .wp-block-buttons .wp-block-button.block-button-accent.is-external-link .wp-block-button__link::after, .wp-block-buttons .wp-block-button.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-buttons .wp-block-button.block-button-gray.is-external-link .wp-block-button__link::after, .wp-block-buttons .wp-block-button.block-button-accent.is-external-link .wp-block-button__link::after, .wp-block-buttons .wp-block-button.is-external-link .wp-block-button__link::after {
    right: 1em;
  }
}
.btn-mail::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 15px;
}

/**
 *
 * gutenberg 反映
 *
 */
.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 1.6rem;
  border-radius: 5px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.editor-rich-text__tinymce[data-is-placeholder-visible=true] {
  position: absolute;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-background:hover {
  opacity: 0.7;
}
.wp-block-buttons .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.is-style-squared-outline .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.is-wide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-buttons .wp-block-button.is-wide:not([class*=has-custom-width]) {
  width: 80% !important;
}
.wp-block-buttons .wp-block-button.is-wide .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons .wp-block-button.is-100 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-buttons .wp-block-button.is-100:not([class*=has-custom-width]) {
  width: 100% !important;
}
.wp-block-buttons .wp-block-button.block-button-accent .wp-block-button__link {
  border-radius: 5px;
}
.wp-block-buttons .wp-block-button.block-button-accent.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.block-button-accent.is-style-squared-outline .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.block-button-gray .wp-block-button__link {
  border-radius: 5px;
}
.wp-block-buttons .wp-block-button.block-button-gray.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.block-button-gray.is-style-squared-outline .wp-block-button__link {
  border-radius: 0;
}
/* =========================================================
 Banner
========================================================= */
/* =========================================================
 Block
========================================================= */
/* Width
--------------------------------------------------------- */
@media all and (min-width: 1110px) {
  .bt-width-maxcontent--wrap {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media all and (783px <= width < 1110px) {
  .bt-width-maxcontent--pc {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .bt-width-maxcontent--tb {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media all and (max-width: 599px) {
  .bt-width-maxcontent--sp {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}

.w-3em {
  width: 3em !important;
}

.w-10em {
  width: 10em !important;
}

/* Background
--------------------------------------------------------- */
.bg-gd {
  background: #029AE4; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(27.9913043478, 179.3304347826, 253.0086956522) 0%, #029AE4 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(27.9913043478, 179.3304347826, 253.0086956522)), to(#029AE4));
  background: linear-gradient(to bottom, rgb(27.9913043478, 179.3304347826, 253.0086956522) 0%, #029AE4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-accent-gd {
  background: #B4597E; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(195.8713692946, 124.1286307054, 153.2987551867) 0%, #B4597E 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195.8713692946, 124.1286307054, 153.2987551867)), to(#B4597E));
  background: linear-gradient(to bottom, rgb(195.8713692946, 124.1286307054, 153.2987551867) 0%, #B4597E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

.bg-pattern {
  background: url(../images/bg_pattern.png) top center;
}

.bg-pattern2 {
  background: url(../images/bg_pattern2.png) top center;
}

.bg-color-green-light {
  background: #F2F7FA;
}

.bg-cyan {
  background: #8dabb1;
}

/* block wrap
--------------------------------------------------------- */
@media all and (min-width: 1110px) {
  .bt-block-wrap-full--wrap,
  .is-style-wrap-full--wrap {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media all and (783px <= width < 1110px) {
  .bt-block-wrap-full--pc,
  .is-style-wrap-full--pc {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .bt-block-wrap-full--tb,
  .is-style-wrap-full--tb {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media all and (max-width: 599px) {
  .bt-block-wrap-full--sp,
  .is-style-wrap-full--sp {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
body.column-2 .bt-block-wrap-full,
body.column-2 .is-style-wrap-full {
  margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
  padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
  margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
}
@media all and (min-width: 1110px) {
  body.column-2 .bt-block-wrap-full--wrap,
  body.column-2 .is-style-wrap-full--wrap {
    margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
    margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-2 .bt-block-wrap-full--pc,
  body.column-2 .is-style-wrap-full--pc {
    margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
    margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-2 .bt-block-wrap-full--tb,
  body.column-2 .is-style-wrap-full--tb {
    margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
    margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (max-width: 599px) {
  body.column-2 .bt-block-wrap-full--sp,
  body.column-2 .is-style-wrap-full--sp {
    margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
    margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
body.column-2r .bt-block-wrap-full,
body.column-2r .is-style-wrap-full {
  margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
  padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
  margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
}
@media all and (min-width: 1110px) {
  body.column-2r .bt-block-wrap-full--wrap,
  body.column-2r .is-style-wrap-full--wrap {
    margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
    margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-2r .bt-block-wrap-full--pc,
  body.column-2r .is-style-wrap-full--pc {
    margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
    margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-2r .bt-block-wrap-full--tb,
  body.column-2r .is-style-wrap-full--tb {
    margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
    margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (max-width: 599px) {
  body.column-2r .bt-block-wrap-full--sp,
  body.column-2r .is-style-wrap-full--sp {
    margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
    margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}

@media all and (min-width: 1110px) {
  .bt-block-wrap-full-side--wrap,
  .is-style-wrap-full-side--wrap {
    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);
  }
}
@media all and (783px <= width < 1110px) {
  .bt-block-wrap-full-side--pc,
  .is-style-wrap-full-side--pc {
    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);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .bt-block-wrap-full-side--tb,
  .is-style-wrap-full-side--tb {
    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);
  }
}
@media all and (max-width: 599px) {
  .bt-block-wrap-full-side--sp,
  .is-style-wrap-full-side--sp {
    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);
  }
}
body.column-2 .bt-block-wrap-full-side,
body.column-2 .is-style-wrap-full-side {
  margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
  padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
}
@media all and (min-width: 1110px) {
  body.column-2 .bt-block-wrap-full-side--wrap,
  body.column-2 .is-style-wrap-full-side--wrap {
    margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-2 .bt-block-wrap-full-side--pc,
  body.column-2 .is-style-wrap-full-side--pc {
    margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-2 .bt-block-wrap-full-side--tb,
  body.column-2 .is-style-wrap-full-side--tb {
    margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
  }
}
@media all and (max-width: 599px) {
  body.column-2 .bt-block-wrap-full-side--sp,
  body.column-2 .is-style-wrap-full-side--sp {
    margin-left: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-left: calc(((100vw - 100%) / 2 + (330px)) * 1);
  }
}
body.column-2r .bt-block-wrap-full-side,
body.column-2r .is-style-wrap-full-side {
  margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
  padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
}
@media all and (min-width: 1110px) {
  body.column-2r .bt-block-wrap-full-side--wrap,
  body.column-2r .is-style-wrap-full-side--wrap {
    margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-2r .bt-block-wrap-full-side--pc,
  body.column-2r .is-style-wrap-full-side--pc {
    margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-2r .bt-block-wrap-full-side--tb,
  body.column-2r .is-style-wrap-full-side--tb {
    margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
  }
}
@media all and (max-width: 599px) {
  body.column-2r .bt-block-wrap-full-side--sp,
  body.column-2r .is-style-wrap-full-side--sp {
    margin-right: calc(((100vw - 100%) / 2 + (330px)) * -1);
    padding-right: calc(((100vw - 100%) / 2 + (330px)) * 1);
  }
}
.content-area.window .bt-block-wrap-full-side,
.content-area.window .is-style-wrap-full-side {
  padding-left: calc((100vw - 1110px) / 2 * 1);
  padding-right: calc((100vw - 1110px) / 2 * 1);
}
@media all and (min-width: 1110px) {
  .content-area.window .bt-block-wrap-full-side--wrap,
  .content-area.window .is-style-wrap-full-side--wrap {
    padding-left: calc((100vw - 1110px) / 2 * 1);
    padding-right: calc((100vw - 1110px) / 2 * 1);
  }
}
@media all and (783px <= width < 1110px) {
  .content-area.window .bt-block-wrap-full-side--pc,
  .content-area.window .is-style-wrap-full-side--pc {
    padding-left: calc((100vw - 1110px) / 2 * 1);
    padding-right: calc((100vw - 1110px) / 2 * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .content-area.window .bt-block-wrap-full-side--tb,
  .content-area.window .is-style-wrap-full-side--tb {
    padding-left: calc((100vw - 1110px) / 2 * 1);
    padding-right: calc((100vw - 1110px) / 2 * 1);
  }
}
@media all and (max-width: 599px) {
  .content-area.window .bt-block-wrap-full-side--sp,
  .content-area.window .is-style-wrap-full-side--sp {
    padding-left: calc((100vw - 1110px) / 2 * 1);
    padding-right: calc((100vw - 1110px) / 2 * 1);
  }
}

@media all and (min-width: 1110px) {
  body.column-1 .bt-block-wrap-full-left--wrap,
  body.column-1 .is-style-wrap-full-left--wrap {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-1 .bt-block-wrap-full-left--pc,
  body.column-1 .is-style-wrap-full-left--pc {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-1 .bt-block-wrap-full-left--tb,
  body.column-1 .is-style-wrap-full-left--tb {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
@media all and (max-width: 599px) {
  body.column-1 .bt-block-wrap-full-left--sp,
  body.column-1 .is-style-wrap-full-left--sp {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
body.column-2 .bt-block-wrap-full-left,
body.column-2 .is-style-wrap-full-left {
  margin-left: calc((100vw - 100% + 330px) / 2 * -1);
  padding-left: calc((100vw - 100% + 330px) / 2 * 1);
}
@media all and (min-width: 1110px) {
  body.column-2 .bt-block-wrap-full-left--wrap,
  body.column-2 .is-style-wrap-full-left--wrap {
    margin-left: calc((100vw - 100% + 330px) / 2 * -1);
    padding-left: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-2 .bt-block-wrap-full-left--pc,
  body.column-2 .is-style-wrap-full-left--pc {
    margin-left: calc((100vw - 100% + 330px) / 2 * -1);
    padding-left: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-2 .bt-block-wrap-full-left--tb,
  body.column-2 .is-style-wrap-full-left--tb {
    margin-left: calc((100vw - 100% + 330px) / 2 * -1);
    padding-left: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (max-width: 599px) {
  body.column-2 .bt-block-wrap-full-left--sp,
  body.column-2 .is-style-wrap-full-left--sp {
    margin-left: calc((100vw - 100% + 330px) / 2 * -1);
    padding-left: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
body.column-2r .bt-block-wrap-full-left,
body.column-2r .is-style-wrap-full-left {
  margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
}
@media all and (min-width: 1110px) {
  body.column-2r .bt-block-wrap-full-left--wrap,
  body.column-2r .is-style-wrap-full-left--wrap {
    margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-2r .bt-block-wrap-full-left--pc,
  body.column-2r .is-style-wrap-full-left--pc {
    margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-2r .bt-block-wrap-full-left--tb,
  body.column-2r .is-style-wrap-full-left--tb {
    margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (max-width: 599px) {
  body.column-2r .bt-block-wrap-full-left--sp,
  body.column-2r .is-style-wrap-full-left--sp {
    margin-left: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
.content-area.window .bt-block-wrap-full-left,
.content-area.window .is-style-wrap-full-left {
  padding-right: calc((100vw - 1110px) / 2 * 1);
}
@media all and (min-width: 1110px) {
  .content-area.window .bt-block-wrap-full-left--wrap,
  .content-area.window .is-style-wrap-full-left--wrap {
    padding-right: calc((100vw - 1110px) / 2 * 1);
  }
}
@media all and (783px <= width < 1110px) {
  .content-area.window .bt-block-wrap-full-left--pc,
  .content-area.window .is-style-wrap-full-left--pc {
    padding-right: calc((100vw - 1110px) / 2 * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .content-area.window .bt-block-wrap-full-left--tb,
  .content-area.window .is-style-wrap-full-left--tb {
    padding-right: calc((100vw - 1110px) / 2 * 1);
  }
}
@media all and (max-width: 599px) {
  .content-area.window .bt-block-wrap-full-left--sp,
  .content-area.window .is-style-wrap-full-left--sp {
    padding-right: calc((100vw - 1110px) / 2 * 1);
  }
}

@media all and (min-width: 1110px) {
  body.column-1 .bt-block-wrap-full-right--wrap,
  body.column-1 .is-style-wrap-full-right--wrap {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-1 .bt-block-wrap-full-right--pc,
  body.column-1 .is-style-wrap-full-right--pc {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-1 .bt-block-wrap-full-right--tb,
  body.column-1 .is-style-wrap-full-right--tb {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media all and (max-width: 599px) {
  body.column-1 .bt-block-wrap-full-right--sp,
  body.column-1 .is-style-wrap-full-right--sp {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
body.column-2 .bt-block-wrap-full-right,
body.column-2 .is-style-wrap-full-right {
  margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
}
@media all and (min-width: 1110px) {
  body.column-2 .bt-block-wrap-full-right--wrap,
  body.column-2 .is-style-wrap-full-right--wrap {
    margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-2 .bt-block-wrap-full-right--pc,
  body.column-2 .is-style-wrap-full-right--pc {
    margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-2 .bt-block-wrap-full-right--tb,
  body.column-2 .is-style-wrap-full-right--tb {
    margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
@media all and (max-width: 599px) {
  body.column-2 .bt-block-wrap-full-right--sp,
  body.column-2 .is-style-wrap-full-right--sp {
    margin-right: calc((100vw - (100% + 330px)) / 2 * -1);
  }
}
body.column-2r .bt-block-wrap-full-right,
body.column-2r .is-style-wrap-full-right {
  margin-right: calc((100vw - 100% + 330px) / 2 * -1);
  padding-right: calc((100vw - 100% + 330px) / 2 * 1);
}
@media all and (min-width: 1110px) {
  body.column-2r .bt-block-wrap-full-right--wrap,
  body.column-2r .is-style-wrap-full-right--wrap {
    margin-right: calc((100vw - 100% + 330px) / 2 * -1);
    padding-right: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-2r .bt-block-wrap-full-right--pc,
  body.column-2r .is-style-wrap-full-right--pc {
    margin-right: calc((100vw - 100% + 330px) / 2 * -1);
    padding-right: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-2r .bt-block-wrap-full-right--tb,
  body.column-2r .is-style-wrap-full-right--tb {
    margin-right: calc((100vw - 100% + 330px) / 2 * -1);
    padding-right: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (max-width: 599px) {
  body.column-2r .bt-block-wrap-full-right--sp,
  body.column-2r .is-style-wrap-full-right--sp {
    margin-right: calc((100vw - 100% + 330px) / 2 * -1);
    padding-right: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
.content-area.window .bt-block-wrap-full-right,
.content-area.window .is-style-wrap-full-right {
  padding-left: calc((100vw - 1110px) / 2 * 1);
}
@media all and (min-width: 1110px) {
  .content-area.window .bt-block-wrap-full-right--wrap,
  .content-area.window .is-style-wrap-full-right--wrap {
    padding-left: calc((100vw - 1110px) / 2 * 1);
  }
}
@media all and (783px <= width < 1110px) {
  .content-area.window .bt-block-wrap-full-right--pc,
  .content-area.window .is-style-wrap-full-right--pc {
    padding-left: calc((100vw - 1110px) / 2 * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .content-area.window .bt-block-wrap-full-right--tb,
  .content-area.window .is-style-wrap-full-right--tb {
    padding-left: calc((100vw - 1110px) / 2 * 1);
  }
}
@media all and (max-width: 599px) {
  .content-area.window .bt-block-wrap-full-right--sp,
  .content-area.window .is-style-wrap-full-right--sp {
    padding-left: calc((100vw - 1110px) / 2 * 1);
  }
}

@media all and (min-width: 1110px) {
  body.column-1 .bt-block-wrap-full-side-left--wrap,
  body.column-1 .is-style-wrap-full-side-left--wrap {
    margin-left: calc((100vw - 100%) / 2 * -1);
    padding-left: calc((100vw - 100%) / 2 * 1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-1 .bt-block-wrap-full-side-left--pc,
  body.column-1 .is-style-wrap-full-side-left--pc {
    margin-left: calc((100vw - 100%) / 2 * -1);
    padding-left: calc((100vw - 100%) / 2 * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-1 .bt-block-wrap-full-side-left--tb,
  body.column-1 .is-style-wrap-full-side-left--tb {
    margin-left: calc((100vw - 100%) / 2 * -1);
    padding-left: calc((100vw - 100%) / 2 * 1);
  }
}
@media all and (max-width: 599px) {
  body.column-1 .bt-block-wrap-full-side-left--sp,
  body.column-1 .is-style-wrap-full-side-left--sp {
    margin-left: calc((100vw - 100%) / 2 * -1);
    padding-left: calc((100vw - 100%) / 2 * 1);
  }
}
body.column-2 .bt-block-wrap-full-side-left, body.column-2r .bt-block-wrap-full-side-left,
body.column-2 .is-style-wrap-full-side-left,
body.column-2r .is-style-wrap-full-side-left {
  margin-left: calc((100vw - 100% + 330px) / 2 * -1);
  padding-left: calc((100vw - 100% + 330px) / 2 * 1);
}
@media all and (min-width: 1110px) {
  body.column-2 .bt-block-wrap-full-side-left--wrap, body.column-2r .bt-block-wrap-full-side-left--wrap,
  body.column-2 .is-style-wrap-full-side-left--wrap,
  body.column-2r .is-style-wrap-full-side-left--wrap {
    margin-left: calc((100vw - 100% + 330px) / 2 * -1);
    padding-left: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-2 .bt-block-wrap-full-side-left--pc, body.column-2r .bt-block-wrap-full-side-left--pc,
  body.column-2 .is-style-wrap-full-side-left--pc,
  body.column-2r .is-style-wrap-full-side-left--pc {
    margin-left: calc((100vw - 100% + 330px) / 2 * -1);
    padding-left: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-2 .bt-block-wrap-full-side-left--tb, body.column-2r .bt-block-wrap-full-side-left--tb,
  body.column-2 .is-style-wrap-full-side-left--tb,
  body.column-2r .is-style-wrap-full-side-left--tb {
    margin-left: calc((100vw - 100% + 330px) / 2 * -1);
    padding-left: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (max-width: 599px) {
  body.column-2 .bt-block-wrap-full-side-left--sp, body.column-2r .bt-block-wrap-full-side-left--sp,
  body.column-2 .is-style-wrap-full-side-left--sp,
  body.column-2r .is-style-wrap-full-side-left--sp {
    margin-left: calc((100vw - 100% + 330px) / 2 * -1);
    padding-left: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
.content-area.window .bt-block-wrap-full-side-left,
.content-area.window .is-style-wrap-full-side-left {
  padding-right: 0;
}
@media all and (min-width: 1110px) {
  .content-area.window .bt-block-wrap-full-side-left--wrap,
  .content-area.window .is-style-wrap-full-side-left--wrap {
    padding-right: 0;
  }
}
@media all and (783px <= width < 1110px) {
  .content-area.window .bt-block-wrap-full-side-left--pc,
  .content-area.window .is-style-wrap-full-side-left--pc {
    padding-right: 0;
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .content-area.window .bt-block-wrap-full-side-left--tb,
  .content-area.window .is-style-wrap-full-side-left--tb {
    padding-right: 0;
  }
}
@media all and (max-width: 599px) {
  .content-area.window .bt-block-wrap-full-side-left--sp,
  .content-area.window .is-style-wrap-full-side-left--sp {
    padding-right: 0;
  }
}

@media all and (min-width: 1110px) {
  body.column-1 .bt-block-wrap-full-side-right--wrap,
  body.column-1 .is-style-wrap-full-side-right--wrap {
    margin-right: calc((100vw - 100%) / 2 * -1);
    padding-right: calc((100vw - 100%) / 2 * 1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-1 .bt-block-wrap-full-side-right--pc,
  body.column-1 .is-style-wrap-full-side-right--pc {
    margin-right: calc((100vw - 100%) / 2 * -1);
    padding-right: calc((100vw - 100%) / 2 * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-1 .bt-block-wrap-full-side-right--tb,
  body.column-1 .is-style-wrap-full-side-right--tb {
    margin-right: calc((100vw - 100%) / 2 * -1);
    padding-right: calc((100vw - 100%) / 2 * 1);
  }
}
@media all and (max-width: 599px) {
  body.column-1 .bt-block-wrap-full-side-right--sp,
  body.column-1 .is-style-wrap-full-side-right--sp {
    margin-right: calc((100vw - 100%) / 2 * -1);
    padding-right: calc((100vw - 100%) / 2 * 1);
  }
}
body.column-2 .bt-block-wrap-full-side-right, body.column-2r .bt-block-wrap-full-side-right,
body.column-2 .is-style-wrap-full-side-right,
body.column-2r .is-style-wrap-full-side-right {
  margin-right: calc((100vw - 100% + 330px) / 2 * -1);
  padding-right: calc((100vw - 100% + 330px) / 2 * 1);
}
@media all and (min-width: 1110px) {
  body.column-2 .bt-block-wrap-full-side-right--wrap, body.column-2r .bt-block-wrap-full-side-right--wrap,
  body.column-2 .is-style-wrap-full-side-right--wrap,
  body.column-2r .is-style-wrap-full-side-right--wrap {
    margin-right: calc((100vw - 100% + 330px) / 2 * -1);
    padding-right: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (783px <= width < 1110px) {
  body.column-2 .bt-block-wrap-full-side-right--pc, body.column-2r .bt-block-wrap-full-side-right--pc,
  body.column-2 .is-style-wrap-full-side-right--pc,
  body.column-2r .is-style-wrap-full-side-right--pc {
    margin-right: calc((100vw - 100% + 330px) / 2 * -1);
    padding-right: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  body.column-2 .bt-block-wrap-full-side-right--tb, body.column-2r .bt-block-wrap-full-side-right--tb,
  body.column-2 .is-style-wrap-full-side-right--tb,
  body.column-2r .is-style-wrap-full-side-right--tb {
    margin-right: calc((100vw - 100% + 330px) / 2 * -1);
    padding-right: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (max-width: 599px) {
  body.column-2 .bt-block-wrap-full-side-right--sp, body.column-2r .bt-block-wrap-full-side-right--sp,
  body.column-2 .is-style-wrap-full-side-right--sp,
  body.column-2r .is-style-wrap-full-side-right--sp {
    margin-right: calc((100vw - 100% + 330px) / 2 * -1);
    padding-right: calc((100vw - 100% + 330px) / 2 * 1);
  }
}
@media all and (min-width: 1110px) {
  .content-area.window .bt-block-wrap-full-side-right--wrap,
  .content-area.window .is-style-wrap-full-side-right--wrap {
    padding-left: 0;
  }
}
@media all and (783px <= width < 1110px) {
  .content-area.window .bt-block-wrap-full-side-right--pc,
  .content-area.window .is-style-wrap-full-side-right--pc {
    padding-left: 0;
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .content-area.window .bt-block-wrap-full-side-right--tb,
  .content-area.window .is-style-wrap-full-side-right--tb {
    padding-left: 0;
  }
}
@media all and (max-width: 599px) {
  .content-area.window .bt-block-wrap-full-side-right--sp,
  .content-area.window .is-style-wrap-full-side-right--sp {
    padding-left: 0;
  }
}

.bt-block-wrap,
.is-style-wrap {
  max-width: 1110px !important;
}

.bt-block-wrap-s,
.is-style-wrap-s {
  max-width: 800px !important;
}

/* object-fit
--------------------------------------------------------- */
img.object-fit, .block-mv .entry-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策 ofi.min.js*/
}
img.object-fit-contain {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策 ofi.min.js*/
}

.object-fit-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.object-fit-img-contain img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策 ofi.min.js*/
}

/* Spacer @exted
--------------------------------------------------------- */
.spacer, .loop, .block-faq {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 600px) {
  .spacer, .loop, .block-faq {
    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 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0;
  list-style: none;
}
.flex li.flex-inner {
  list-style: none;
}
.flex li.flex-inner::before, .flex li.flex-inner::after {
  content: none;
}
.flex .flex-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex.is-style-flex--center, .flex--center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.flex.is-style-flex--center::before, .flex.is-style-flex--center::after, .flex--center::before, .flex--center::after {
  content: none !important;
}

ul.flex {
  padding: 0;
}

.flex-col2 .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .flex-col2 .flex-inner {
    width: 100%;
  }
}

.flex-col2-margin {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-col2-margin .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 48%;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .flex-col2-margin .flex-inner {
    width: 100%;
  }
}

.flex-col3 .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .flex-col3 .flex-inner {
    width: 100%;
  }
}

.flex-col3-margin {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-col3-margin:after {
  content: "";
  display: block;
  width: 30.9%;
}
.flex-col3-margin .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30.9%;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .flex-col3-margin .flex-inner {
    width: 48%;
  }
}

.flex-col4 .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
  list-style: none;
}

.flex-col4-margin {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-col4-margin:before {
  content: "";
  display: block;
  width: 23.215%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.flex-col4-margin:after {
  content: "";
  display: block;
  width: 23.215%;
}
.flex-col4-margin .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 23.215%;
  margin-bottom: 23px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .flex-col4-margin .flex-inner {
    width: 48%;
  }
}

.flex-col5-margin,
ul.flex-col5-margin {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 102%;
  margin-left: -1%;
  margin-right: -1%;
}
.flex-col5-margin .flex-inner,
ul.flex-col5-margin .flex-inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 20px;
  list-style: none;
}
@media screen and (max-width: 599px) {
  .flex-col5-margin .flex-inner,
  ul.flex-col5-margin .flex-inner {
    width: 31.33%;
  }
}

/* サークル */
.flex-circle .flex-inner {
  background: #029AE4;
  position: relative;
  border-radius: 500px;
  color: #fff;
}
.flex-circle-inner {
  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;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.flex-circle-content {
  display: block;
}
.flex-circle.circle-accent .flex-inner {
  background: #B4597E;
}
.flex-circle.circle-border .flex-inner {
  background: none;
  border: 2px solid #029AE4;
  color: #029AE4;
}
.flex-circle.circle-border-accent .flex-inner {
  background: none;
  border: 2px solid #B4597E;
  color: #B4597E;
}
.flex-circle.flex-col2 .flex-inner {
  padding: 50% 0 0 0;
}
.flex-circle.flex-col2-margin .flex-inner {
  padding: 48% 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .flex-circle.flex-col2-margin .flex-inner {
    padding-top: 48%;
  }
}
.flex-circle.flex-col3 .flex-inner {
  padding: 100% 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .flex-circle.flex-col3 .flex-inner {
    padding-top: 33.33%;
  }
}
.flex-circle.flex-col3-margin .flex-inner {
  padding: 48% 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .flex-circle.flex-col3-margin .flex-inner {
    padding-top: 30.9%;
  }
}
.flex-circle.flex-col4 .flex-inner {
  padding: 25% 0 0 0;
}
.flex-circle.flex-col4-margin .flex-inner {
  padding: 48% 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .flex-circle.flex-col4-margin .flex-inner {
    padding-top: 23%;
  }
}
.flex-circle.flex-col5-margin .flex-inner {
  padding: 31.33% 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .flex-circle.flex-col5-margin .flex-inner {
    padding-top: 18%;
  }
}

.flex-col-center {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.flex-col-center::after {
  content: none !important;
}

/*
bt block option
レスポンシブ改行
*/
@media all and (min-width: 1110px) {
  .bt-br--wrap::after {
    content: "\a";
    white-space: pre;
  }
}
@media all and (783px <= width < 1110px) {
  .bt-br--pc::after {
    content: "\a";
    white-space: pre;
  }
}
@media all and (min-width: 600px) and (max-width: 782px) {
  .bt-br--tb::after {
    content: "\a";
    white-space: pre;
  }
}
@media all and (max-width: 599px) {
  .bt-br--sp::after {
    content: "\a";
    white-space: pre;
  }
}

/*
bt block option
レスポンシブ 揃え位置
*/
@media all and (min-width: 1110px) {
  .is-content-justification-wrap-left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .is-content-justification-wrap-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .is-content-justification-wrap-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .is-content-justification-wrap-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media all and (783px <= width < 1110px) {
  .is-content-justification-pc-left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .is-content-justification-pc-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .is-content-justification-pc-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .is-content-justification-pc-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media all and (min-width: 600px) and (max-width: 782px) {
  .is-content-justification-tb-left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .is-content-justification-tb-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .is-content-justification-tb-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .is-content-justification-tb-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media all and (max-width: 599px) {
  .is-content-justification-sp-left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .is-content-justification-sp-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .is-content-justification-sp-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .is-content-justification-sp-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

.block-contents-link {
  position: relative;
  padding-top: 10.666vw;
  padding-bottom: 20vw;
}
@media all and (min-width: 600px) {
  .block-contents-link {
    padding-top: 80px;
    padding-bottom: 9.2708vw;
  }
}
@media all and (min-width: 1920px) {
  .block-contents-link {
    padding-top: 80px;
    padding-bottom: 178px;
  }
}
.block-contents-link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 13vw 50vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media all and (min-width: 1920px) {
  .block-contents-link::after {
    border-width: 0 50vw 240px 50vw;
  }
}
.block-contents-link .flex-inner {
  position: relative;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media all and (max-width: 599px) {
  .block-contents-link .flex-inner {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block-contents-link .flex-inner a {
  display: block;
}
.block-contents-link .flex-inner p {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .block-contents-link .flex-inner p {
    font-size: 2rem;
  }
}
.block-contents-link .flex-inner p {
  color: #fff;
  background: rgba(17, 17, 17, 0.5);
  display: block;
  text-align: center;
  padding: 15px 10px;
}
.block-contents-link .flex-inner p::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  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;
  font-weight: normal;
}
@media print, screen and (min-width: 600px) {
  .block-contents-link .flex-inner p::after {
    right: 1em;
  }
}

.block-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.block-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.block-youtube-modal {
  display: none;
}

.block-mv {
  height: 200px;
  position: relative;
}
@media all and (min-width: 600px) {
  .block-mv {
    height: 200px;
  }
}
.block-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block-mv__title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 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;
}
.block-mv__title .page-title,
.block-mv__title .entry-title {
  font-size: 26px;
}
@media print, screen and (min-width: 600px) {
  .block-mv__title .page-title,
  .block-mv__title .entry-title {
    font-size: 3.5rem;
  }
}
.block-mv__title .page-title,
.block-mv__title .entry-title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.6);
}
.block-mv--staff-archive {
  height: 60vw;
}
@media all and (min-width: 600px) {
  .block-mv--staff-archive {
    height: 20vw;
  }
}
.block-mv--staff-archive::before {
  content: none;
}
.block-mv--staff {
  width: 100%;
  position: relative;
  height: 300px;
}
@media all and (min-width: 600px) {
  .block-mv--staff {
    height: 50vw;
    max-height: 700px;
  }
}
.block-mv--staff::before {
  content: none;
}
.block-mv--staff::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.block-mv--staff .block-mv__contents {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
}
.block-mv--staff .block-mv__contents__inner {
  display: inline-block;
}
.block-mv--staff .block-mv__category {
  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;
  margin: 0;
  padding: 5px 0;
}
@media all and (min-width: 600px) {
  .block-mv--staff .block-mv__category {
    padding: 10px 0;
  }
}
.block-mv--staff .block-mv__category span {
  display: inline-block;
  margin-left: 15px;
  font-size: 70%;
}
.block-mv--staff .block-mv__name {
  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;
  margin: 0 0 15px;
  letter-spacing: 0.3em;
  border-top: 1px solid #fff;
  padding: 10px 0 0;
}
@media all and (max-width: 599px) {
  .block-mv--staff .block-mv__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 10px;
  }
}
.block-mv--staff .block-mv__name .entry-title {
  margin: 0;
}
@media all and (max-width: 599px) {
  .block-mv--staff .block-mv__name .entry-title {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
.block-mv--staff .block-mv__name .block-mv__subname {
  margin: 0 0 0 15px;
}
@media all and (max-width: 599px) {
  .block-mv--staff .block-mv__name .block-mv__subname {
    font-size: 1rem;
    margin: 0;
  }
}
.block-mv .entry-thumbnail {
  height: 100%;
}
.block-mv .entry-thumbnail-link {
  display: block;
  height: 100%;
}
.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 {
  font-size: 18px;
}
@media print, screen and (min-width: 600px) {
  .block-faq__q::before, .block-faq__a::before {
    font-size: 2.4rem;
  }
}
.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: #029AE4;
}
.block-faq__q h2,
.block-faq__q h3 {
  font-size: 18px;
}
@media print, screen and (min-width: 600px) {
  .block-faq__q h2,
  .block-faq__q h3 {
    font-size: 2.4rem;
  }
}
.block-faq__q h2,
.block-faq__q h3 {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-size: 1.8rem !important;
  color: #029AE4;
}
@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: #B4597E;
}
.block-faq__a .wp-block-group__inner-container {
  padding: 15px;
  background: #F2F7FA;
}
@media all and (min-width: 600px) {
  .block-faq__a .wp-block-group__inner-container {
    padding: 30px;
  }
}

.block-map iframe {
  border: none;
  width: 100%;
  height: 40vh;
}
@media all and (min-width: 600px) {
  .block-map iframe {
    height: 582px;
  }
}

.block-point {
  border: 3px solid #029AE4;
  background: rgba(2, 154, 228, 0.1);
  position: relative;
  padding: 15px 10px;
  border-radius: 5px;
}
@media all and (min-width: 600px) {
  .block-point {
    border-radius: 10px;
    padding: 20px 15px;
  }
}
.block-point__title {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .block-point__title {
    font-size: 1.8rem;
  }
}
.block-point__title {
  position: absolute;
  top: -15px;
  display: inline-block;
  margin: 0;
  background: #029AE4;
  color: #fff;
  border-radius: 100px;
  padding: 0 15px;
  left: 10px;
}
@media all and (min-width: 600px) {
  .block-point__title {
    left: 15px;
  }
}
.block-point__text {
  margin: 0;
}

.block-marunage-feature .flex-inner {
  border: 2px solid #e25409;
}
@media all and (max-width: 375px) {
  .block-marunage-feature .flex-inner {
    width: 48%;
  }
}
.block-marunage-feature h3 {
  font-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .block-marunage-feature h3 {
    font-size: 3rem;
  }
}
.block-marunage-feature h3 {
  line-height: 1.4;
  margin: 0;
  background: #e25409;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
}
.block-marunage-feature h3 span {
  display: block;
  font-size: 60%;
}
.block-marunage-feature p {
  font-size: 1.4rem;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}

/* =========================================================
 Title
========================================================= */
.blog .entry-header .entry-title,
.blog .entry-header .page-title,
.blog .page-header .entry-title,
.blog .page-header .page-title,
.page .entry-header .entry-title,
.page .entry-header .page-title,
.page .page-header .entry-title,
.page .page-header .page-title,
.archive .entry-header .entry-title,
.archive .entry-header .page-title,
.archive .page-header .entry-title,
.archive .page-header .page-title {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  border-bottom: none;
  margin-bottom: 30px;
}
@media all and (max-width: 599px) {
  .blog .entry-header .entry-title,
  .blog .entry-header .page-title,
  .blog .page-header .entry-title,
  .blog .page-header .page-title,
  .page .entry-header .entry-title,
  .page .entry-header .page-title,
  .page .page-header .entry-title,
  .page .page-header .page-title,
  .archive .entry-header .entry-title,
  .archive .entry-header .page-title,
  .archive .page-header .entry-title,
  .archive .page-header .page-title {
    margin-top: 70px;
  }
}
@media all and (min-width: 600px) {
  .blog .entry-header .entry-title,
  .blog .entry-header .page-title,
  .blog .page-header .entry-title,
  .blog .page-header .page-title,
  .page .entry-header .entry-title,
  .page .entry-header .page-title,
  .page .page-header .entry-title,
  .page .page-header .page-title,
  .archive .entry-header .entry-title,
  .archive .entry-header .page-title,
  .archive .page-header .entry-title,
  .archive .page-header .page-title {
    margin-bottom: 80px;
  }
}

.single .entry-header .entry-title {
  border-bottom: none;
  font-size: 26px;
}
@media print, screen and (min-width: 600px) {
  .single .entry-header .entry-title {
    font-size: 3.5rem;
  }
}
.single .entry-header .entry-title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
}
@media all and (max-width: 599px) {
  .single .entry-header .entry-title {
    margin-top: 70px;
  }
}
@media all and (min-width: 600px) {
  .single .entry-header .entry-title {
    padding-bottom: 50px;
  }
}
.single .entry-header .entry-title::after {
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  background: #029AE4;
  position: absolute;
  bottom: 0;
  left: 0;
}

.title-type1 {
  font-size: 26px;
}
@media print, screen and (min-width: 600px) {
  .title-type1 {
    font-size: 3.5rem;
  }
}
.title-type1 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.title-type1::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/line_dot.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 600px) {
  .title-type1::after {
    height: 4px;
  }
}
.title-type1 span {
  font-size: 160%;
  font-weight: 600;
  color: #029AE4;
}
.title-type1 {
  padding-bottom: 10px;
}
@media all and (min-width: 600px) {
  .title-type1 {
    padding-bottom: 20px;
  }
}

.title-type2 {
  font-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .title-type2 {
    font-size: 2.6rem;
  }
}
.title-type2 {
  position: relative;
  border: none;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
}
@media print, screen and (min-width: 600px) {
  .title-type2 {
    padding: 20px 25px;
  }
}
.title-type2::after {
  content: "";
  position: absolute;
  background: #029AE4;
  bottom: 2px;
  left: 0;
  margin-top: -23px;
  width: 100%;
  height: 3px;
}

.title-type3 {
  font-size: 18px;
}
@media print, screen and (min-width: 600px) {
  .title-type3 {
    font-size: 2.2rem;
  }
}
.title-type3 {
  font-weight: 500;
  position: relative;
  border: none;
  line-height: 1.6;
  padding: 10px 25px;
}
.title-type3::before {
  content: "";
  position: absolute;
  background: #029AE4;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 30px;
}

.title-type4 {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .title-type4 {
    font-size: 1.8rem;
  }
}
.title-type4 {
  font-weight: 500;
  position: relative;
  padding: 10px 0;
}
.title-type4::before {
  content: "";
  width: 2em;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #029AE4;
}

.title-type5 {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .title-type5 {
    font-size: 1.8rem;
  }
}
.title-type5 {
  font-weight: 500;
}

.title-type6 {
  font-size: 14px;
}
@media print, screen and (min-width: 600px) {
  .title-type6 {
    font-size: 1.6rem;
  }
}
.title-type6 {
  font-weight: 500;
}

.title-type7 {
  font-weight: normal !important;
  position: relative;
  padding: 0 0 10px !important;
  background: none !important;
  font-weight: 500;
}
@media all and (min-width: 600px) {
  .title-type7 {
    padding-bottom: 15px;
  }
}
.title-type7::before {
  content: "";
  width: 5em;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #029AE4;
}

.title-arrow-bottom {
  text-align: center;
  border-radius: 10px !important;
  border: 3px solid #029AE4 !important;
  background: #fff !important;
}
.title-arrow-bottom::before, .title-arrow-bottom::after {
  content: "";
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  border-style: solid;
  margin: auto;
  left: 0 !important;
  right: 0 !important;
}
.title-arrow-bottom::before {
  bottom: -15px !important;
  border-width: 14px 12px 0 12px !important;
  border-color: #029AE4 transparent transparent transparent;
}
.title-arrow-bottom::after {
  bottom: -10px !important;
  border-width: 14px 12px 0 12px !important;
  border-color: #f9f9f9 transparent transparent transparent;
}

.title-section, .blog .entry-header .entry-title,
.blog .entry-header .page-title,
.blog .page-header .entry-title,
.blog .page-header .page-title,
.page .entry-header .entry-title,
.page .entry-header .page-title,
.page .page-header .entry-title,
.page .page-header .page-title,
.archive .entry-header .entry-title,
.archive .entry-header .page-title,
.archive .page-header .entry-title,
.archive .page-header .page-title {
  font-size: 26px;
}
@media print, screen and (min-width: 600px) {
  .title-section, .blog .entry-header .entry-title,
  .blog .entry-header .page-title,
  .blog .page-header .entry-title,
  .blog .page-header .page-title,
  .page .entry-header .entry-title,
  .page .entry-header .page-title,
  .page .page-header .entry-title,
  .page .page-header .page-title,
  .archive .entry-header .entry-title,
  .archive .entry-header .page-title,
  .archive .page-header .entry-title,
  .archive .page-header .page-title {
    font-size: 3.5rem;
  }
}
.title-section, .blog .entry-header .entry-title,
.blog .entry-header .page-title,
.blog .page-header .entry-title,
.blog .page-header .page-title,
.page .entry-header .entry-title,
.page .entry-header .page-title,
.page .page-header .entry-title,
.page .page-header .page-title,
.archive .entry-header .entry-title,
.archive .entry-header .page-title,
.archive .page-header .entry-title,
.archive .page-header .page-title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.title-section::after, .blog .entry-header .entry-title::after,
.blog .entry-header .page-title::after,
.blog .page-header .entry-title::after,
.blog .page-header .page-title::after,
.page .entry-header .entry-title::after,
.page .entry-header .page-title::after,
.page .page-header .entry-title::after,
.page .page-header .page-title::after,
.archive .entry-header .entry-title::after,
.archive .entry-header .page-title::after,
.archive .page-header .entry-title::after,
.archive .page-header .page-title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/line_dot.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 600px) {
  .title-section::after, .blog .entry-header .entry-title::after,
  .blog .entry-header .page-title::after,
  .blog .page-header .entry-title::after,
  .blog .page-header .page-title::after,
  .page .entry-header .entry-title::after,
  .page .entry-header .page-title::after,
  .page .page-header .entry-title::after,
  .page .page-header .page-title::after,
  .archive .entry-header .entry-title::after,
  .archive .entry-header .page-title::after,
  .archive .page-header .entry-title::after,
  .archive .page-header .page-title::after {
    height: 4px;
  }
}
.title-section span, .blog .entry-header .entry-title span,
.blog .entry-header .page-title span,
.blog .page-header .entry-title span,
.blog .page-header .page-title span,
.page .entry-header .entry-title span,
.page .entry-header .page-title span,
.page .page-header .entry-title span,
.page .page-header .page-title span,
.archive .entry-header .entry-title span,
.archive .entry-header .page-title span,
.archive .page-header .entry-title span,
.archive .page-header .page-title span {
  font-size: 160%;
  font-weight: 600;
  color: #029AE4;
}

.title-number {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media all and (min-width: 600px) {
  .title-number {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.title-number::after {
  content: "";
  display: block;
  width: 7em;
  height: 3px;
  background: #029AE4;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 600px) {
  .title-number::after {
    height: 5px;
  }
}
.title-number__num {
  font-family: "Viaoda Libre", cursive;
  font-style: italic;
  margin: 0;
  line-height: 0.6;
  font-size: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: -10px;
}
@media all and (min-width: 600px) {
  .title-number__num {
    font-size: 11rem;
  }
}
.title-number__num span {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .title-number__num span {
    font-size: 2rem;
  }
}
.title-number__num span {
  margin-left: 20px;
}
.title-number__title {
  font-size: 26px;
}
@media print, screen and (min-width: 600px) {
  .title-number__title {
    font-size: 3.5rem;
  }
}
.title-number__title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3;
  margin: 0;
}
@media all and (min-width: 600px) {
  .title-number__title {
    margin-left: 0.5em;
  }
}

/* =========================================================
 Text
========================================================= */
.bt-font-type-serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bt-font-type-sans {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.size-12 {
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .size-12 {
    font-size: 1.2rem;
  }
}

.size-13, .is-style-card article:not(.staff) .meta-terms .label,
.is-style-card-side .meta-terms .label,
.card-voice .meta-terms .label {
  font-size: 10px;
}
@media print, screen and (min-width: 600px) {
  .size-13, .is-style-card article:not(.staff) .meta-terms .label,
  .is-style-card-side .meta-terms .label,
  .card-voice .meta-terms .label {
    font-size: 1.3rem;
  }
}

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

.size-15, .card-works .entry-meta {
  font-size: 14px;
}
@media print, screen and (min-width: 600px) {
  .size-15, .card-works .entry-meta {
    font-size: 1.5rem;
  }
}

.size-16, .card .loop-title, .card-voice .loop-title {
  font-size: 14px;
}
@media print, screen and (min-width: 600px) {
  .size-16, .card .loop-title, .card-voice .loop-title {
    font-size: 1.6rem;
  }
}

.size-18, .post-block-list.is-style-card article:not(.staff) .loop-title,
.wp-block-post-block-list.is-style-card article:not(.staff) .loop-title, .post-block-list.is-style-card-side .post-block-list-inner .loop-title,
.wp-block-post-block-list.is-style-card-side .post-block-list-inner .loop-title, .card-works .loop-title, .is-style-card article.staff .entry-body .loop-title {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .size-18, .post-block-list.is-style-card article:not(.staff) .loop-title,
  .wp-block-post-block-list.is-style-card article:not(.staff) .loop-title, .post-block-list.is-style-card-side .post-block-list-inner .loop-title,
  .wp-block-post-block-list.is-style-card-side .post-block-list-inner .loop-title, .card-works .loop-title, .is-style-card article.staff .entry-body .loop-title {
    font-size: 1.8rem;
  }
}

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

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

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

.size-24, .text-price, .catch {
  font-size: 18px;
}
@media print, screen and (min-width: 600px) {
  .size-24, .text-price, .catch {
    font-size: 2.4rem;
  }
}

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

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

.size-28 {
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .size-28 {
    font-size: 2.8rem;
  }
}

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

.size-32, .card-blog .entry-meta {
  font-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .size-32, .card-blog .entry-meta {
    font-size: 3.2rem;
  }
}

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

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

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

.color-main {
  color: #029AE4;
}

.color-accent {
  color: #B4597E;
}

.color-white {
  color: #fff;
}

.marka-accent {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #B4597E));
  background: -webkit-linear-gradient(transparent 50%, #B4597E 50%);
  background: linear-gradient(transparent 50%, #B4597E 50%);
}

.label, .label-main {
  border-radius: 5px;
  display: inline-block;
}
.label-main {
  background: #029AE4;
  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;
}

/*
bt block option
レスポンシブ テキスト配置
*/
@media all and (min-width: 1110px) {
  .has-text-align-wrap-left {
    text-align: left !important;
  }
  .has-text-align-wrap-left.wp-block-button .wp-block-button__link {
    text-align: left !important;
  }
  .has-text-align-wrap-center {
    text-align: center !important;
  }
  .has-text-align-wrap-center.wp-block-button .wp-block-button__link {
    text-align: center !important;
  }
  .has-text-align-wrap-right {
    text-align: right !important;
  }
  .has-text-align-wrap-right.wp-block-button .wp-block-button__link {
    text-align: right !important;
  }
}

@media all and (783px <= width < 1110px) {
  .has-text-align-pc-left {
    text-align: left !important;
  }
  .has-text-align-pc-left.wp-block-button .wp-block-button__link {
    text-align: left !important;
  }
  .has-text-align-pc-center {
    text-align: center !important;
  }
  .has-text-align-pc-center.wp-block-button .wp-block-button__link {
    text-align: center !important;
  }
  .has-text-align-pc-right {
    text-align: right !important;
  }
  .has-text-align-pc-right.wp-block-button .wp-block-button__link {
    text-align: right !important;
  }
}

@media all and (min-width: 600px) and (max-width: 782px) {
  .has-text-align-tb-left {
    text-align: left !important;
  }
  .has-text-align-tb-left.wp-block-button .wp-block-button__link {
    text-align: left !important;
  }
  .has-text-align-tb-center {
    text-align: center !important;
  }
  .has-text-align-tb-center.wp-block-button .wp-block-button__link {
    text-align: center !important;
  }
  .has-text-align-tb-right {
    text-align: right !important;
  }
  .has-text-align-tb-right.wp-block-button .wp-block-button__link {
    text-align: right !important;
  }
}

@media all and (max-width: 599px) {
  .has-text-align-sp-left {
    text-align: left !important;
  }
  .has-text-align-sp-left.wp-block-button .wp-block-button__link {
    text-align: left !important;
  }
  .has-text-align-sp-center {
    text-align: center !important;
  }
  .has-text-align-sp-center.wp-block-button .wp-block-button__link {
    text-align: center !important;
  }
  .has-text-align-sp-right {
    text-align: right !important;
  }
  .has-text-align-sp-right.wp-block-button .wp-block-button__link {
    text-align: right !important;
  }
}

.text-quotation::before, .text-quotation::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -0.8em;
}
.text-quotation::before {
  background-image: url(../images/icon_quotation_left.png);
}
.text-quotation::after {
  background-image: url(../images/icon_quotation_right.png);
}

.text-brackets::before, .text-brackets::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.3em;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.2em;
}
.text-brackets::before {
  background-image: url(../images/icon_brackets_left.png);
}
.text-brackets::after {
  background-image: url(../images/icon_brackets_right.png);
  background-position: right;
}

.text-brackets2::before, .text-brackets2::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.3em;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.25em;
}
.text-brackets2::before {
  background-image: url(../images/icon_brackets2_left.png);
}
.text-brackets2::after {
  background-image: url(../images/icon_brackets2_right.png);
  background-position: right;
}

.text-brackets3::before, .text-brackets3::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.3em;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.2em;
}
.text-brackets3::before {
  background-image: url(../images/icon_brackets3_left.png);
}
.text-brackets3::after {
  background-image: url(../images/icon_brackets3_right.png);
  background-position: right;
}

.text-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-link::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: normal;
  color: #029AE4;
  margin-left: 10px;
}

.text-price {
  text-align: right;
}
.text-price span {
  display: inline-block;
  padding: 0 5px;
  font-size: 200%;
  font-weight: 900;
  color: #E12330;
}

.tel-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  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) {
  .tel-link {
    margin: 0;
  }
}
.tel-link a {
  text-decoration: none;
  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;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 3.4rem;
  line-height: 1.2;
  color: #111;
}
@media all and (max-width: 599px) {
  .tel-link a {
    padding: 0;
  }
}
.tel-link a::before {
  font-family: "Material Icons";
  content: "\e0b0";
  color: #029AE4;
  line-height: 1.2;
  margin-right: 5px;
}
@media all and (-ms-high-contrast: none) {
  .tel-link a::before {
    position: relative;
    bottom: -5px;
  }
}

.is-style-paragraph-link-decoration-none a {
  text-decoration: none !important;
}

/* =========================================================
 Table
========================================================= */
table.form-area {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
table.form-area th,
table.form-area td {
  border: 1px solid #ccc;
}
table.form-area tbody th {
  vertical-align: top;
  text-align: left;
  background: #f0f0f0;
  width: 15em;
}
table.form-area tbody td {
  border: 1px solid #ccc;
}
table.form-area table th,
table.form-area table td {
  padding: 5px;
}
table.form-area table tbody th {
  background: none;
}

.icon-tel::before {
  font-family: FontAwesome;
  content: "\f095";
  font-weight: bold;
  margin-right: 0.5em;
}

.img-link-zoom {
  overflow: hidden;
}
.img-link-zoom:hover img {
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.img-link-zoom img {
  -webkit-transition: 1s all;
  transition: 1s all;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 99999;
}

/* =========================================================
 Archive
========================================================= */
body.archive .entry-admin {
  display: none;
}
body.archive .is-style-card.flex-col3-margin .flex-inner, body.archive .is-style-card.flex-col4-margin .flex-inner {
  margin-bottom: 40px;
}
@media all and (max-width: 599px) {
  body.archive .is-style-card.flex-col3-margin .flex-inner, body.archive .is-style-card.flex-col4-margin .flex-inner {
    width: 100%;
  }
}

/* =========================================================
 Comment
========================================================= */
.comments-area .comment-list .comment {
  border-bottom: 1px solid #ccc;
}
.comments-area .comment-list .children .comment-body {
  border: 1px solid #ccc;
  background: #f0f0f0;
  padding: 19px;
}
.comments-area .comment-list .children .comment-body::before {
  border-bottom-color: #ccc;
}
.comments-area .comment-list .children .comment-body::after {
  border-bottom-color: #f0f0f0;
}

.comment-respond {
  padding: 19px;
  background-color: #f0f0f0;
}
@media print, screen and (min-width: 600px) {
  .comment-respond {
    padding: 16px;
  }
}
.comment-respond .required {
  color: #E12330;
}

/* =========================================================
 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;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

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

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

.card:hover {
  background: rgba(2, 154, 228, 0.05);
}
.card-w .entry-body {
  padding: 19px;
}
.card .btn-area,
.card .entry-button {
  margin: 0 auto 19px;
}

.is-style-card article:not(.staff) .meta-terms,
.is-style-card-side .meta-terms,
.card-voice .meta-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
}
.is-style-card article:not(.staff) .meta-terms i,
.is-style-card-side .meta-terms i,
.card-voice .meta-terms i {
  display: none;
}
.is-style-card article:not(.staff) .meta-terms .label,
.is-style-card-side .meta-terms .label,
.card-voice .meta-terms .label {
  background: #029AE4;
  color: #fff;
  border-radius: 0;
  padding: 0 10px;
  margin-right: 10px;
}

.post-block-list .icon-new,
.wp-block-post-block-list .icon-new {
  background: #B4597E;
}
.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;
}
body.post-type-archive-online_course .post-block-list.is-style-card .entry-thumbnail-link,
body.post-type-archive-online_course .wp-block-post-block-list.is-style-card .entry-thumbnail-link {
  padding: 56.25% 0 0;
}
.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;
}
body.post-type-archive-online_course .post-block-list.is-style-card .entry-thumbnail-link .entry-thumbnail,
body.post-type-archive-online_course .wp-block-post-block-list.is-style-card .entry-thumbnail-link .entry-thumbnail {
  padding: 56.25% 0 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;
}
@media all and (max-width: 599px) {
  .post-block-list.is-style-card article:not(.staff),
  .wp-block-post-block-list.is-style-card article:not(.staff) {
    padding-bottom: 20px;
  }
}
.post-block-list.is-style-card article:not(.staff) .loop-title,
.wp-block-post-block-list.is-style-card article:not(.staff) .loop-title {
  margin: 5px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}
.post-block-list.is-style-card article:not(.staff) .loop-title a,
.wp-block-post-block-list.is-style-card article:not(.staff) .loop-title a {
  color: #111;
}
.post-block-list.is-style-card article:not(.staff) .entry-meta,
.wp-block-post-block-list.is-style-card article:not(.staff) .entry-meta {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 5px;
}
.post-block-list.is-style-card article:not(.staff) .entry-header,
.wp-block-post-block-list.is-style-card article:not(.staff) .entry-header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.post-block-list.is-style-card article:not(.staff) .entry-summary,
.wp-block-post-block-list.is-style-card article:not(.staff) .entry-summary {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 0;
}
.post-block-list.is-style-card article:not(.staff) .entry-footer,
.wp-block-post-block-list.is-style-card article:not(.staff) .entry-footer {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 0;
}
.post-block-list.is-style-card-side .post-block-list-inner .loop-title,
.wp-block-post-block-list.is-style-card-side .post-block-list-inner .loop-title {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}
.post-block-list.is-style-card-side .post-block-list-inner .loop-title a,
.wp-block-post-block-list.is-style-card-side .post-block-list-inner .loop-title a {
  color: #111;
}
.post-block-list .link-cover-hover:hover ~ .entry-body .entry-footer .entry-button a,
.wp-block-post-block-list .link-cover-hover:hover ~ .entry-body .entry-footer .entry-button a {
  background: #029AE4;
  color: #fff;
}
.post-block-list .entry-footer .entry-button a,
.wp-block-post-block-list .entry-footer .entry-button a {
  border: 1px solid #029AE4;
  border-radius: 5px;
  background-color: #fff;
  color: #029AE4;
}
.post-block-list .entry-footer .entry-button a:hover,
.wp-block-post-block-list .entry-footer .entry-button a:hover {
  background: #029AE4;
  color: #fff;
}

.card-works .entry-thumbnail {
  padding-top: 100%;
}
.card-works .entry-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.card-works .loop-title {
  margin: 0;
}
.card-works .loop-title a {
  color: #111;
}
.card-works .entry-meta {
  margin: 5px 0;
}
.card-works .entry-meta .meta-area_cat {
  margin: 0;
}
.card-works .entry-meta .meta-area_cat a {
  color: #666;
}
.card-works .entry-meta .meta-works_cat a {
  color: #B4597E;
}

.card-staff {
  color: #fff;
}
.card-staff a {
  color: #fff;
  overflow: hidden;
}
.card-staff .card {
  position: relative;
  margin: 0;
}
.card-staff .entry-thumbnail {
  padding-top: 82.089%;
  height: 44vw;
}
@media all and (min-width: 600px) {
  .card-staff .entry-thumbnail {
    height: 220px;
  }
}
.card-staff .entry-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 600px) {
  .card-staff .entry-body {
    padding: 10px 15px;
  }
}
.card-staff .loop-title {
  margin: 0;
  font-size: 1.4rem;
}
@media all and (min-width: 769px) {
  .card-staff .loop-title {
    font-size: 1.6rem;
  }
}
.card-staff .entry-meta {
  margin: 0;
  font-size: 1rem;
}
@media all and (min-width: 769px) {
  .card-staff .entry-meta {
    font-size: 1.3rem;
  }
}

.is-style-card article.staff .entry-body a {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #111;
}
.is-style-card article.staff .entry-body .entry-header {
  display: inline-block;
  border-bottom: 1px dotted #ccc;
}
.is-style-card article.staff .entry-body .meta-terms {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.is-style-card article.staff .entry-body .meta-terms a:nth-of-type(n+2) {
  margin-left: 10px;
}
.is-style-card article.staff .entry-body i {
  display: none;
}
.is-style-card article.staff .colorbox-inline {
  position: absolute;
  bottom: 0;
  right: 0;
}
.is-style-card article.staff .colorbox-inline i {
  color: #ED0104;
  font-size: 150%;
}

@media all and (max-width: 599px) {
  .card-voice .flex-inner {
    width: 100%;
    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;
  }
}
.card-voice .entry-link {
  display: block;
}
@media all and (max-width: 599px) {
  .card-voice .entry-link {
    width: 45.6%;
  }
}
@media all and (min-width: 600px) {
  .card-voice .entry-header {
    margin-top: 15px;
  }
}
@media all and (max-width: 599px) {
  .card-voice .entry-body {
    width: 54.4%;
    padding-left: 10px;
  }
}
.card-voice .loop-title {
  margin: 10px 0;
}
.card-voice .loop-title a {
  color: #666;
}
.card-voice .entry-summary {
  margin-top: 10px;
}

.card-blog .flex-inner {
  border-right: 1px solid #fff;
  margin: 0;
  background: #fff;
}
@media all and (max-width: 599px) {
  .card-blog .flex-inner {
    width: 50%;
  }
}
.card-blog .entry-thumbnail {
  padding-top: 100%;
}
.card-blog .entry-body {
  padding: 10px 15px;
  position: relative;
}
@media all and (min-width: 600px) {
  .card-blog .entry-body {
    padding: 15px 20px;
    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;
  }
}
.card-blog .entry-body::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 18px 17px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
.card-blog .entry-meta {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
}
@media all and (min-width: 600px) {
  .card-blog .entry-meta {
    width: 100px;
  }
}
.card-blog .entry-meta .week {
  display: inline-block;
  font-size: 1.2rem;
}
@media all and (max-width: 599px) {
  .card-blog .entry-meta .week {
    margin-left: 5px;
  }
}
@media all and (min-width: 600px) {
  .card-blog .entry-meta .week {
    font-size: 1.8rem;
    display: block;
  }
}
.card-blog .loop-title {
  margin: 10px 0 0 0;
  font-weight: normal;
}
@media all and (min-width: 600px) {
  .card-blog .loop-title {
    margin: 0;
    width: calc(100% - 100px);
  }
}
.card-blog .loop-title a {
  color: #111;
}

/* =========================================================
 CTA - call to action
========================================================= */
.cta {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: -140px;
}
@media all and (min-width: 600px) {
  .cta {
    margin-top: 70px;
    margin-bottom: -170px;
  }
}
@media all and (max-width: 599px) {
  .cta .flex-inner {
    width: 100%;
  }
}
.cta .flex-inner a {
  border-width: 4px;
  border-style: solid;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  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: #fff;
  padding: 5.333vw 10px;
  height: 100%;
}
@media all and (min-width: 600px) {
  .cta .flex-inner a {
    padding: 20px 10px;
  }
}
@media all and (min-width: 769px) {
  .cta .flex-inner a {
    padding: 20px 15px;
  }
}
.cta .cta__title {
  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;
  font-weight: 500;
  color: #111;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  font-size: 6.8vw;
}
@media all and (min-width: 600px) {
  .cta .cta__title {
    font-size: 2.342vw;
  }
}
@media all and (min-width: 1110px) {
  .cta .cta__title {
    font-size: 2.6rem;
  }
}
.cta .cta__title::before {
  content: "";
  display: block;
  margin-right: 10px;
}
.cta__tel a {
  border-color: #02A9FA;
}
.cta__tel .cta__title::before {
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_tel_balloon.png) center/contain no-repeat;
}
@media all and (min-width: 1110px) {
  .cta__tel .cta__title::before {
    width: 50px;
    height: 50px;
  }
}
.cta__tel__num {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 11.02vw;
  margin: 0;
  text-align: center;
}
@media all and (min-width: 600px) {
  .cta__tel__num {
    margin-top: 8px;
    font-size: 3.7837vw;
  }
}
@media all and (min-width: 1110px) {
  .cta__tel__num {
    font-size: 4.2rem;
  }
}
.cta__tel__time {
  color: #111;
  margin: 0;
  text-align: center;
}
.cta__mail a {
  border-color: #B4597E;
}
.cta__mail .cta__title::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  font-weight: bold;
  font-size: 150%;
  color: #B4597E;
  line-height: 1;
}
.cta__mail .btn-accent {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
@media all and (min-width: 600px) {
  .cta__mail .btn-accent {
    margin-top: 30px;
  }
}
.cta__mail .btn-accent::after {
  color: #fff;
}
.cta__line a {
  border-color: #07b53b;
}
.cta__line .cta__title::before {
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_line.png) center/contain no-repeat;
}
@media all and (min-width: 1110px) {
  .cta__line .cta__title::before {
    width: 50px;
    height: 50px;
  }
}
.cta__line__body {
  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;
}
.cta__line__body p {
  margin: 0;
  font-weight: 500;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 769px) {
  .cta__line__body p {
    width: calc(100% - 90px);
    padding-right: 17px;
  }
}
.cta__line__body p span {
  display: block;
  width: 100%;
  border: 1px solid #dadee6;
  border-radius: 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;
  padding: 5px 20px 5px 10px;
  margin-top: 10px;
}
.cta__line__body p span::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: bold;
  font-size: 120%;
  color: #b7bac4;
  margin-right: 10px;
}
@media all and (min-width: 769px) {
  .cta__line__body p span {
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
.cta__line__body figure {
  display: none;
}
@media all and (min-width: 769px) {
  .cta__line__body figure {
    display: block;
    width: 90px;
  }
}
.cta__line__body figure img {
  border: 1px solid #cfcfcf;
}

.cta-fixed {
  z-index: 99999;
  position: fixed;
}
@media all and (max-width: 599px) {
  .cta-fixed {
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 99996;
  }
}
@media all and (min-width: 600px) {
  .cta-fixed {
    right: 0;
    top: 13%;
  }
}
.cta-fixed__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media all and (max-width: 599px) {
  .cta-fixed__tel {
    width: 15.342%;
  }
}
@media all and (min-width: 600px) {
  .cta-fixed__tel {
    margin-right: -170px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cta-fixed__tel.active {
    margin-right: 0;
  }
}
.cta-fixed__tel__btn {
  background: #029AE4;
  display: block;
  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;
  border-radius: 4px 0 0 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.cta-fixed__tel__btn:hover {
  background-color: rgb(53.2695652174, 187.7565217391, 253.2304347826);
}
@media all and (max-width: 599px) {
  .cta-fixed__tel__btn {
    padding-top: 10px;
    padding-bottom: 1.8em;
  }
}
@media all and (min-width: 600px) {
  .cta-fixed__tel__btn {
    width: 64px;
    height: 64px;
  }
}
.cta-fixed__tel__btn img {
  width: 50%;
  max-width: 32px;
}
@media all and (min-width: 600px) {
  .cta-fixed__tel__btn img {
    width: 32px;
  }
}
.cta-fixed__tel__btn a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 2.2666vw;
}
.cta-fixed__tel__btn a span {
  display: block;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 599px) {
  .cta-fixed__tel__body {
    display: none;
  }
}
.cta-fixed__tel__body {
  background: #029AE4;
  width: 170px;
  border-radius: 4px 0 0 0;
  padding: 15px 0;
}
.cta-fixed__tel__body h3 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  background: url(../images/icon_balloon_white.png) center/contain no-repeat;
  height: 34px;
  text-align: center;
  margin: 0;
}
.cta-fixed__tel__body p {
  padding-left: 17px;
  padding-right: 17px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
}
.cta-fixed__tel__body span {
  color: #ffff73;
  font-size: 3.4rem;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.cta-fixed__mail, .cta-fixed__line {
  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;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 599px) {
  .cta-fixed__mail, .cta-fixed__line {
    width: 42.3288%;
  }
}
@media all and (min-width: 600px) {
  .cta-fixed__mail, .cta-fixed__line {
    width: 64px;
    margin: 1px 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cta-fixed__mail a, .cta-fixed__line a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  background: #029AE4;
  font-size: 4vw;
}
@media all and (max-width: 599px) {
  .cta-fixed__mail a, .cta-fixed__line a {
    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) {
  .cta-fixed__mail a, .cta-fixed__line a {
    font-size: 1.7rem;
    padding: 15px 0;
  }
}
.cta-fixed__mail a:hover, .cta-fixed__line a:hover {
  background-color: rgb(53.2695652174, 187.7565217391, 253.2304347826);
}
@media all and (min-width: 600px) {
  .cta-fixed__mail a span, .cta-fixed__line a span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media all and (max-width: 599px) {
  .cta-fixed__mail a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.cta-fixed__mail a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
  line-height: 1;
  display: block;
  font-size: 150%;
}
@media all and (min-width: 600px) {
  .cta-fixed__mail a::before {
    margin: 0 0 5px;
    font-size: 150%;
  }
}
.cta-fixed__mail a::after {
  display: none;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  width: 24px;
  height: 24px;
  -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: #86C5E4;
  border-radius: 100%;
}
@media all and (min-width: 600px) {
  .cta-fixed__mail a::after {
    margin: 5px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cta-fixed__line {
  border-radius: 0 4px 0 0;
}
@media all and (min-width: 600px) {
  .cta-fixed__line {
    border-radius: 0 0 0 4px;
  }
}
.cta-fixed__line a::before {
  content: "";
  display: block;
  width: 16.938%;
  height: 100%;
  background: url(../images/icon_line_white.png) center/contain no-repeat;
  margin-right: 10px;
}
@media all and (min-width: 600px) {
  .cta-fixed__line a::before {
    margin: 0 auto 5px;
    width: 30px;
    height: 29px;
  }
}

/* =========================================================
 Front Page
========================================================= */
/* =========================================================
 Post
========================================================= */
.posted-on {
  font-family: "Oswald", sans-serif;
  color: #666;
}

/* =========================================================
 page
========================================================= */
@media all and (min-width: 600px) {
  .page-company .entry-content table td:first-child {
    width: 15em;
  }
}
@media all and (min-width: 600px) {
  .page-company .entry-content .wp-block-media-text table td:first-child {
    width: 10em;
  }
}

body.page-survey-request .site-header,
body.page-survey-request .breadcrumbs,
body.page-survey-request .cta-fixed,
body.page-survey-request .cta,
body.page-survey-request .site-footer,
body.page-survey-request-thanks .site-header,
body.page-survey-request-thanks .breadcrumbs,
body.page-survey-request-thanks .cta-fixed,
body.page-survey-request-thanks .cta,
body.page-survey-request-thanks .site-footer {
  display: none;
}

.slider {
  max-width: 1580px;
}
@media all and (max-width: 599px) {
  .slider {
    width: calc(100% - 38px);
  }
}
.slider .slider-image {
  height: 174vw;
}
@media all and (min-width: 600px) {
  .slider .slider-image {
    height: 740px;
  }
}
.slider .swiper-button-prev {
  left: 19px;
}
@media print, screen and (min-width: 600px) {
  .slider .swiper-button-prev {
    left: 16px;
  }
}
.slider .swiper-button-next {
  right: 19px;
}
@media print, screen and (min-width: 600px) {
  .slider .swiper-button-next {
    right: 16px;
  }
}
.slider .slider-contents p {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 0px 1px 0.92px rgba(0, 0, 0, 0.3), 0 0 8px rgb(0, 0, 0);
  font-size: 6vw;
}
@media all and (min-width: 600px) {
  .slider .slider-contents p {
    text-shadow: 0px 2px 2.76px rgba(0, 0, 0, 0.3), 0 0 8px rgb(0, 0, 0);
    font-size: 3.5135vw;
  }
}
@media all and (min-width: 1110px) {
  .slider .slider-contents p {
    font-size: 3.9rem;
  }
}
.slider .slide-1 .slider-contents {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.slider .slide-2 .slider-contents {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}
@media all and (min-width: 600px) {
  .slider .slide-2 .slider-contents {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
@media all and (max-width: 599px) {
  .slider .slide-3 .slider-contents {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding-top: 23vw;
  }
}

.slider-works {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media all and (min-width: 600px) {
  .slider-works {
    width: 100%;
    max-width: 1110px;
  }
}
.slider-works .slide-arrow {
  background: #029AE4;
  color: #fff;
  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;
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 50px;
}
@media all and (min-width: 600px) {
  .slider-works .slide-arrow {
    width: 48px;
    height: 100px;
  }
}
.slider-works .slide-arrow::before {
  font-family: "Font Awesome 5 Pro";
}
.slider-works .prev-arrow {
  left: -30px;
}
@media all and (min-width: 600px) {
  .slider-works .prev-arrow {
    left: 0;
  }
}
@media all and (min-width: 1110px) {
  .slider-works .prev-arrow {
    left: -56px;
  }
}
.slider-works .prev-arrow::before {
  content: "\f053";
}
.slider-works .next-arrow {
  right: -30px;
}
@media all and (min-width: 600px) {
  .slider-works .next-arrow {
    right: 0;
  }
}
@media all and (min-width: 1110px) {
  .slider-works .next-arrow {
    right: -56px;
  }
}
.slider-works .next-arrow::before {
  content: "\f054";
}
.slider-works .slick-list {
  overflow: visible;
}
.slider-works .slick-slide {
  padding: 0 8px;
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.slider-works .slick-active {
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.slider-works .slick-slide.slick-current {
  opacity: 1;
}

.slider-flow.slick-slider {
  line-height: 0;
}
@media all and (min-width: 600px) {
  .slider-flow.slick-slider {
    margin: 0 calc(50% - 50vw);
    min-width: 1920px;
  }
}
.slider-flow .slick-slide > div * {
  line-height: 1.3;
}
.slider-flow .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-reason {
  background: url(../images/img_reason_sp.jpg) center/cover no-repeat;
  margin-top: 13vw;
}
@media all and (min-width: 600px) {
  .section-reason {
    background-image: url(../images/img_reason.jpg);
    margin-top: 100px;
  }
}
.section-reason .wrap {
  position: relative;
  padding-top: 35px;
  padding-bottom: 17px;
  height: 40vw;
}
@media all and (min-width: 600px) {
  .section-reason .wrap {
    height: 300px;
  }
}
@media all and (min-width: 600px) {
  .section-reason .link-cover {
    cursor: auto;
  }
}
@media all and (max-width: 599px) {
  .section-reason .link-cover-hover {
    z-index: 2;
  }
}
.section-reason__title {
  display: inline-block;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13vw;
  font-weight: 700;
  position: relative;
  margin: 0;
  line-height: 0.67;
  color: #FEFE7F;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  margin-left: 16px;
  z-index: 1;
  margin-left: 0;
}
@media all and (max-width: 599px) {
  .section-reason__title {
    margin-top: 3.5vw;
  }
}
@media all and (min-width: 600px) {
  .section-reason__title {
    font-size: 9.5rem;
  }
}
@media all and (min-width: 1110px) {
  .section-reason__title {
    margin-left: 43px;
  }
}
.section-reason__title__small {
  font-size: 40%;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-bottom: 1px solid #fff;
  padding-top: 13px;
  padding-bottom: 14px;
}
@media all and (max-width: 599px) {
  .section-reason__title__small {
    padding-top: 8px;
    padding-bottom: 12px;
  }
}
@media all and (max-width: 320px) {
  .section-reason__title__small {
    padding-bottom: 8px;
  }
}
.section-reason__title__num {
  font-size: 210%;
}
.section-reason__staff {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media all and (max-width: 599px) {
  .section-reason__staff {
    width: 66.66%;
  }
}
.section-reason__gosoudan {
  position: absolute;
  bottom: -10px;
  right: 40px;
  z-index: 0;
}
@media all and (max-width: 599px) {
  .section-reason__gosoudan {
    width: 33%;
    right: 30px;
    bottom: -25px;
  }
}
.section-reason a.btn {
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 10px;
}
@media all and (max-width: 599px) {
  .section-reason a.btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 0 19px;
    width: 19px;
  }
}
@media all and (min-width: 600px) {
  .section-reason a.btn {
    margin-left: 120px;
    margin-top: 15px;
  }
}
@media all and (min-width: 1110px) {
  .section-reason a.btn {
    margin-left: 170px;
  }
}
.section-reason a.btn::after {
  color: #fff;
}

.section-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -3%;
  margin-right: -3%;
  text-align: center;
}
.section-service__list__inner {
  width: 100%;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 40px;
  -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
}
@media all and (min-width: 600px) {
  .section-service__list__inner {
    width: 29%;
  }
}
.section-service__list__inner:hover .btn {
  background-color: rgb(53.2695652174, 187.7565217391, 253.2304347826);
}
.section-service__list__body {
  background: #F2F7FA;
  padding: 0 10px 17px;
}
.section-service__image {
  height: 49.56268vw;
  -webkit-clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0 30%);
  clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0 30%);
}
@media all and (min-width: 600px) {
  .section-service__image {
    height: 15.3153vw;
  }
}
@media all and (min-width: 1110px) {
  .section-service__image {
    height: 170px;
  }
}
.section-service__title {
  margin: -1em 0 0;
}
.section-service__title a {
  max-width: 184px;
  width: 100%;
  font-size: 14px;
}
@media print, screen and (min-width: 600px) {
  .section-service__title a {
    font-size: 1.5rem;
  }
}
.section-service__title a {
  padding: 10px 10px;
}
.section-service__title a::after {
  font-weight: normal;
}
.section-service__subtitle {
  margin: 15px 0 0;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 16px;
}
@media all and (min-width: 600px) {
  .section-service__subtitle {
    font-size: 1.7117vw;
  }
}
@media all and (min-width: 1110px) {
  .section-service__subtitle {
    font-size: 1.9rem;
  }
}

.section-modelhouse {
  background: url(../images/img_imodelhouse_sp.jpg) center/cover no-repeat;
  padding-top: 17.0666vw;
  padding-bottom: 17.0666vw;
}
@media all and (min-width: 600px) {
  .section-modelhouse {
    padding-top: 115px;
    padding-bottom: 115px;
    background-image: url(../images/img_imodelhouse_pc.jpg);
  }
}
.section-modelhouse__inner {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 8vw 4.666vw;
}
@media all and (min-width: 600px) {
  .section-modelhouse__inner {
    max-width: 900px;
    padding-top: 74px;
    padding-bottom: 53px;
  }
}
@media all and (min-width: 1110px) {
  .section-modelhouse__inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.section-modelhouse__title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 6.1vw;
  font-weight: 500;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}
@media all and (max-width: 599px) {
  .section-modelhouse__title::before, .section-modelhouse__title::after {
    content: none;
  }
}
@media all and (min-width: 600px) {
  .section-modelhouse__title {
    font-size: 3.888vw;
  }
}
@media all and (min-width: 900px) {
  .section-modelhouse__title {
    font-size: 3.5rem;
  }
}
.section-modelhouse__title span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 150%;
  color: #02A9FA;
}
@media all and (max-width: 599px) {
  .section-modelhouse__title span {
    display: block;
  }
}
.section-modelhouse__catch {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .section-modelhouse__catch {
    font-size: 2rem;
  }
}
.section-modelhouse__catch {
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 10px;
}
@media all and (min-width: 600px) {
  .section-modelhouse__catch {
    margin-top: 35px;
    margin-bottom: 15px;
  }
}
.section-modelhouse__text {
  max-width: 700px;
  margin: 0 auto;
}
.section-modelhouse__btn {
  text-align: center;
  margin-top: 18px;
}
@media all and (min-width: 600px) {
  .section-modelhouse__btn {
    margin-top: 38px;
  }
}
.section-modelhouse__btn a {
  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;
  background: url(../images/btn_polygon_pink.png) center/contain no-repeat;
  color: #fff;
  width: 238px;
  height: 56px;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
@media all and (min-width: 600px) {
  .section-modelhouse__btn a {
    width: 295px;
    height: 70px;
    font-size: 1.8rem;
  }
}
.section-modelhouse__btn a:hover {
  opacity: 0.8;
}
.section-modelhouse__btn a::after {
  right: 2em;
}

.section-works {
  padding-bottom: 40px;
}
@media all and (min-width: 600px) {
  .section-works {
    padding-bottom: 80px;
  }
}

.section-staff {
  position: relative;
}
.section-staff__title {
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0 100%, 0 15%);
  clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0 100%, 0 15%);
  background: #029AE4;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 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;
  width: 66.6666vw;
  padding: 12.8vw 16px 16px;
  top: -5.333vw;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 600px) {
  .section-staff__title {
    width: 400px;
    top: -35px;
    padding-top: 75px;
    padding-bottom: 40px;
    -webkit-clip-path: polygon(50% 0%, 100% 23%, 100% 100%, 0 100%, 0 23%);
    clip-path: polygon(50% 0%, 100% 23%, 100% 100%, 0 100%, 0 23%);
  }
}
.section-staff__title img {
  width: 19.333vw;
}
@media all and (min-width: 600px) {
  .section-staff__title img {
    width: 116px;
  }
}
.section-staff__title .text-brackets {
  font-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .section-staff__title .text-brackets {
    font-size: 2.6rem;
  }
}
.section-staff__title .text-brackets {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #ffff73;
  letter-spacing: 0.04em;
}
@media all and (max-width: 599px) {
  .section-staff__title .text-brackets {
    margin-bottom: 0;
  }
}
.section-staff__btn {
  margin-bottom: 0;
  width: 100%;
}
.section-staff__btn a {
  display: block;
  width: 100%;
  max-width: 300px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-voice {
  position: relative;
}
.section-voice .wrap {
  position: relative;
  z-index: 1;
}
.section-voice .img-decoration01,
.section-voice .img-decoration02 {
  position: absolute;
  z-index: 0;
}
@media all and (max-width: 599px) {
  .section-voice .img-decoration01,
  .section-voice .img-decoration02 {
    display: none;
  }
}
.section-voice .img-decoration01 {
  top: 0;
  left: 0;
}
.section-voice .img-decoration02 {
  bottom: 0;
  right: 0;
}

.section-brand {
  position: relative;
  z-index: 1;
}
.section-brand .text-brackets2 {
  font-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .section-brand .text-brackets2 {
    font-size: 3.2rem;
  }
}
.section-brand .text-brackets2 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  text-align: center;
}
@media all and (min-width: 600px) {
  .section-brand .text-brackets2 {
    margin-top: -1em;
  }
}
@media all and (max-width: 599px) {
  .section-brand__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .section-brand__list {
    max-width: calc(1784px + 1.0416vw);
    margin-left: -0.5208vw;
    margin-right: -0.5208vw;
  }
}
@media all and (min-width: 1110px) {
  .section-brand__list {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-brand__list__inner {
  width: 48%;
  margin: 1%;
}
@media all and (min-width: 600px) {
  .section-brand__list__inner {
    width: 32%;
    margin: 0.5208vw;
  }
}
@media all and (min-width: 769px) {
  .section-brand__list__inner {
    width: 18.1666vw;
  }
}
.section-brand a {
  display: block;
  background: #DEEFF7;
  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;
  text-align: center;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (min-width: 600px) {
  .section-brand a {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-brand a:hover {
  opacity: 0.8;
}
.section-brand a:hover img {
  opacity: 1;
}
.section-brand img {
  width: 90%;
}

.section-sns__title {
  text-align: center;
}
.section-sns__title img {
  max-width: 334px;
}
@media all and (max-width: 599px) {
  .section-sns__title img {
    width: 60%;
  }
}
.section-sns__bnr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 102%;
  margin-left: -1%;
  margin-right: -1%;
}
@media all and (min-width: 600px) {
  .section-sns__bnr {
    width: 102.42%;
    margin-left: -1.21%;
    margin-right: -1.21%;
  }
}
.section-sns__bnr::after {
  content: none;
}
.section-sns__bnr .flex-inner {
  margin-left: 1%;
  margin-right: 1%;
}
@media all and (max-width: 599px) {
  .section-sns__bnr .flex-inner {
    margin-bottom: 2%;
  }
}
@media all and (min-width: 600px) {
  .section-sns__bnr .flex-inner {
    margin-left: 1.21%;
    margin-right: 1.21%;
  }
}
.section-topics__title {
  font-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .section-topics__title {
    font-size: 2.6rem;
  }
}
.section-topics__title {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.section-blog {
  position: relative;
}
.section-blog__inner {
  position: relative;
  z-index: 1;
}
.section-blog__title {
  text-align: center;
  font-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .section-blog__title {
    font-size: 3.2rem;
  }
}
.section-blog__title {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-blog .img-decoration03,
.section-blog .img-decoration04,
.section-blog .img-decoration05 {
  position: absolute;
  z-index: 0;
}
@media all and (max-width: 599px) {
  .section-blog .img-decoration03,
  .section-blog .img-decoration04,
  .section-blog .img-decoration05 {
    display: none;
  }
}
.section-blog .img-decoration03 {
  top: 50px;
  right: 0;
}
.section-blog .img-decoration04 {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section-blog .img-decoration05 {
  bottom: 0;
  right: 0;
}

.section-partner {
  position: relative;
}
.section-partner__header {
  background: #fff;
  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;
  padding: 20px 0;
  position: relative;
}
@media all and (min-width: 600px) {
  .section-partner__header {
    height: 100%;
    position: absolute;
    top: 0;
    left: 10vw;
    z-index: 1;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-partner__header small {
  color: #666;
  margin-top: 10px;
}
.section-partner__header * {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 600px) {
  .section-partner__header::before, .section-partner__header::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
  }
  .section-partner__header::before {
    width: 8px;
    left: -8px;
    background: rgba(0, 0, 0, 0.03);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  }
  .section-partner__header::after {
    width: 10px;
    right: -10px;
    background: rgba(0, 0, 0, 0.03);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.section-partner__title {
  font-size: 18px;
}
@media print, screen and (min-width: 600px) {
  .section-partner__title {
    font-size: 2.4rem;
  }
}
.section-partner__title {
  margin: 0;
  color: #666;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.11em;
}
.section-partner__list {
  background: #F2F7FA;
  -webkit-box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (max-width: 599px) {
  .section-partner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (min-width: 600px) {
  .section-partner__list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .section-partner__list.view-pc {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .section-partner__list.view-sp {
    display: none;
  }
}
.section-partner .flex-inner {
  padding: 10px 20px;
}
@media all and (max-width: 599px) {
  .section-partner .flex-inner {
    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 (min-width: 600px) {
  .section-partner .flex-inner {
    padding: 0 30px;
  }
}

.section-profile table tbody th {
  width: 9em;
}
@media all and (min-width: 600px) {
  .section-profile table tbody th {
    width: 10em;
  }
}

.section-bnr-brand {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 13vw;
  padding-bottom: 13vw;
  padding-left: 19px;
  padding-right: 19px;
}
@media all and (min-width: 600px) {
  .section-bnr-brand {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-bnr-brand__inner {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 8vw 4.666vw;
}
@media all and (min-width: 600px) {
  .section-bnr-brand__inner {
    max-width: 900px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 1110px) {
  .section-bnr-brand__inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.section-bnr-brand__title {
  margin: 0;
  text-align: center;
}
.section-bnr-brand__title img {
  width: 100%;
  max-width: 400px;
}
.section-bnr-brand__catch {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .section-bnr-brand__catch {
    font-size: 2rem;
  }
}
.section-bnr-brand__catch {
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 10px;
}
@media all and (min-width: 600px) {
  .section-bnr-brand__catch {
    margin-top: 35px;
    margin-bottom: 15px;
  }
}
.section-bnr-brand__btn {
  margin-top: 14px;
  margin-bottom: 0;
}
@media all and (min-width: 600px) {
  .section-bnr-brand__btn {
    margin-top: 35px;
  }
}

.section-flow {
  position: relative;
}
.section-flow::before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: rgba(240, 240, 240, 0.5);
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 0;
}
@media all and (min-width: 600px) {
  .section-flow::before {
    width: 50px;
    top: 25px;
  }
}
.section-flow--1 {
  padding-top: 0;
}
.section-flow__title {
  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;
}
.section-flow__title span {
  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: 30px;
  height: 30px;
  border-radius: 100%;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #029AE4;
  color: #fff;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 600px) {
  .section-flow__title span {
    width: 50px;
    height: 50px;
  }
}
.section-flow__inner {
  margin-left: 50px;
}
@media all and (min-width: 600px) {
  .section-flow__inner {
    margin-left: 70px;
  }
}

.section-philosophy {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
@media all and (min-width: 600px) {
  .section-philosophy {
    padding: 50px 20px;
  }
}
.section-philosophy h2 {
  font-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .section-philosophy h2 {
    font-size: 3rem;
  }
}
.section-philosophy h2 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-philosophy .catch {
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-philosophy__body {
  text-align: center;
}
.section-philosophy__body h3 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-philosophy__body p {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .section-philosophy__body p {
    font-size: 2rem;
  }
}
.section-philosophy__body p {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-philosophy__body p.subcatch {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .section-philosophy__body p.subcatch {
    font-size: 1.8rem;
  }
}

.section-wagaya-merit {
  background: #F9F8F4;
}
.section-wagaya-merit__title {
  font-size: 20px;
}
@media print, screen and (min-width: 600px) {
  .section-wagaya-merit__title {
    font-size: 3rem;
  }
}
.section-wagaya-merit__title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 900;
  color: #524033;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
@media all and (min-width: 600px) {
  .section-wagaya-merit__title {
    margin-top: 15px;
  }
}
.section-wagaya-merit__hikaku {
  margin-top: 20px;
}
@media all and (min-width: 600px) {
  .section-wagaya-merit__hikaku {
    margin-top: 50px;
  }
}
.section-wagaya-merit__hikaku .flex-inner {
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@media all and (max-width: 782px) {
  .section-wagaya-merit__hikaku .flex-inner {
    width: 100%;
  }
}
.section-wagaya-merit__hikaku__header {
  text-align: center;
  padding: 20px 5px;
  color: #524033;
}
@media all and (max-width: 599px) {
  .section-wagaya-merit__hikaku__header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.price--1 .section-wagaya-merit__hikaku__header {
  background: #EBE3A0;
}
.price--2 .section-wagaya-merit__hikaku__header {
  background: #E3D353;
}
.section-wagaya-merit__hikaku__header h3 {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .section-wagaya-merit__hikaku__header h3 {
    font-size: 1.8rem;
  }
}
.section-wagaya-merit__hikaku__header h3 {
  margin: 0;
}
.section-wagaya-merit__hikaku__header h3 span {
  font-weight: 900;
}
.section-wagaya-merit__hikaku__header p {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  .section-wagaya-merit__hikaku__header p {
    font-size: 1.8rem;
  }
}
.section-wagaya-merit__hikaku__header p {
  font-weight: bold;
  margin: 0;
}
@media all and (max-width: 599px) {
  .section-wagaya-merit__hikaku__header p {
    letter-spacing: -0.02em;
  }
}
.section-wagaya-merit__hikaku .table-price {
  padding: 15px 25px;
}
@media all and (max-width: 599px) {
  .section-wagaya-merit__hikaku .table-price {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section-wagaya-merit__hikaku .table-price span {
  display: inline-block;
  margin-left: 0.5em;
}
.section-wagaya-merit__hikaku .table-price table {
  width: 100%;
  font-weight: bold;
  color: #524033;
  border-collapse: collapse;
}
.section-wagaya-merit__hikaku .table-price table th, .section-wagaya-merit__hikaku .table-price table td {
  padding: 10px 0;
}
@media all and (max-width: 599px) {
  .section-wagaya-merit__hikaku .table-price table th, .section-wagaya-merit__hikaku .table-price table td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.section-wagaya-merit__hikaku .table-price table tbody th {
  font-size: 14px;
}
@media print, screen and (min-width: 600px) {
  .section-wagaya-merit__hikaku .table-price table tbody th {
    font-size: 1.6rem;
  }
}
.section-wagaya-merit__hikaku .table-price table tbody td {
  font-family: "Libre Baskerville", serif;
  font-size: 1.7rem;
  text-align: right;
  position: relative;
  white-space: nowrap;
}
@media all and (min-width: 600px) {
  .section-wagaya-merit__hikaku .table-price table tbody td {
    font-size: 2rem;
  }
}
.section-wagaya-merit__hikaku .table-price table tbody td span,
.section-wagaya-merit__hikaku .table-price table tbody td small {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .section-wagaya-merit__hikaku .table-price table tbody td span,
  .section-wagaya-merit__hikaku .table-price table tbody td small {
    font-size: 1.2rem;
  }
}
.section-wagaya-merit__hikaku .table-price table tbody td small {
  position: absolute;
  right: -0.5em;
  bottom: -8px;
}
.section-wagaya-merit__hikaku .table-price table tbody tr:last-child th, .section-wagaya-merit__hikaku .table-price table tbody tr:last-child td {
  padding-bottom: 10px;
}
.section-wagaya-merit__hikaku__footer {
  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;
  border-top-width: 2px;
  border-top-style: solid;
  margin-top: auto;
  margin-left: 25px;
  margin-right: 25px;
  padding: 15px 0;
}
.price--1 .section-wagaya-merit__hikaku__footer {
  border-top-color: #EBE3A0;
}
.price--2 .section-wagaya-merit__hikaku__footer {
  border-top-color: #E3D353;
}
.section-wagaya-merit__hikaku__footer h4 {
  font-size: 14px;
}
@media print, screen and (min-width: 600px) {
  .section-wagaya-merit__hikaku__footer h4 {
    font-size: 1.6rem;
  }
}
.section-wagaya-merit__hikaku__footer h4 {
  margin: 0;
}
.section-wagaya-merit__hikaku__footer p {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .section-wagaya-merit__hikaku__footer p {
    font-size: 2.8rem;
  }
}
.section-wagaya-merit__hikaku__footer p {
  color: #02A9FA;
  font-weight: bold;
  margin: 0;
}
.section-wagaya-merit__hikaku__footer p span {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #524033;
  font-size: 60%;
  display: inline-block;
  margin-left: 0.5em;
}
.section-wagaya-merit__result {
  text-align: center;
}
.section-wagaya-merit__result p {
  display: inline-block;
  position: relative;
  font-size: 1.7rem;
  color: #524033;
  font-weight: bold;
}
@media all and (min-width: 783px) {
  .section-wagaya-merit__result p {
    font-size: 2.4rem;
  }
}
.section-wagaya-merit__result p::after {
  content: "";
  width: 100%;
  height: 8px;
  background: rgba(64, 137, 105, 0.29);
  display: block;
  border-radius: 100px;
  position: absolute;
  bottom: 0.4em;
  left: 0;
}
.section-wagaya-merit__result p span {
  font-family: "Libre Baskerville", serif;
  font-size: 160%;
  display: inline-block;
  margin: 0 0.4em;
}

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