@charset "UTF-8";
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/*!
Theme sign-field
Description: 野立て看板・屋外広告は埼玉県の株式会社フィールド | さいたま市
Theme URI: https://www.sign-field.com
Version: 1.0
License: sign-field.com
License URI: https://www.sign-field.com
*/
/****************************************

リセットCSSここから

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

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input, select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  position: relative;
  min-width: 1240px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333333;
  background: url(images/body.jpg) center top no-repeat;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 1.5rem;
    background-size: contain;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
/****************************************

フォント指定

*****************************************/
@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.5rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  transition: 0.3s;
}
a:hover, a:active {
  text-decoration: underline;
  transition: 0.3s;
}
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.8;
  transition: 0.3s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
  }
  header {
    width: 100%;
    padding-left: 2.8%;
  }
  header .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo a img {
    width: 203px;
    height: auto;
  }
  header .head_right {
    display: flex;
    align-items: flex-start;
  }
  header .info {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  header .info div {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  header .tel {
    margin: 0 22px 10px 0;
  }
  header .tel p {
    font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
    position: relative;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s;
    padding-left: 26px;
    padding-bottom: 5px;
  }
  header .tel p::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 23px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(images/icon_tel.svg) center/cover no-repeat;
  }
  header .contact a {
    font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    background: #35a365;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.08em;
    transition: 0.3s;
  }
  header .contact a::before {
    content: "";
    width: 42px;
    height: 28px;
    margin-bottom: 10px;
    background: url(images/icon_mail.svg) center/contain no-repeat;
  }
  header .contact a:hover {
    background: rgb(42.9888888889, 132.2111111111, 81.9222222222);
  }
}
@media screen and (max-width: 1800px) {
  header .logo a img {
    width: 170px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1380px) {
  header .info {
    gap: 10px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
  }
  #g_navi {
    display: none;
  }
  header {
    position: relative;
    width: 100%;
  }
  header .head {
    margin-bottom: 15px;
  }
  header .logo {
    padding: 15px 15px 0;
  }
  header .logo a img {
    max-width: 100px;
    height: auto;
    padding-bottom: 0;
  }
  header .info {
    display: none;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999999;
    background: #35a365;
    border: 1px solid #fff;
    background: #35a365;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 28px;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 8px;
  }
  #toggle span:nth-child(2) {
    top: 17px;
  }
  #toggle span:nth-child(3) {
    top: 26px;
  }
  #toggle p {
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
    background: #35a365;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translate(50%, 10px) rotate(-316deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translate(50%, -9px) rotate(316deg);
  }
  .open_navi #toggle p {
    color: #fff;
    font-weight: 500;
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    background: url(images/footer.jpg) top center/cover no-repeat;
    background-size: cover;
    z-index: 999999;
  }
  #sp_navi p.tel {
    text-align: center;
    margin: 25px auto 20px;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    background: url(images/icon_tel.png) left center no-repeat;
    background-size: 26px;
  }
  #sp_navi .f_logo {
    max-width: initial;
    width: 160px;
    margin: 15px;
  }
  #sp_navi .f_logo a {
    display: inline-flex;
  }
  #sp_navi .f_logo img {
    width: 100%;
    height: auto;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .tel span {
    font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
    color: #333333;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s;
    padding-left: 26px;
    padding-bottom: 5px;
    background: url(images/icon_tel.svg) center left no-repeat;
    background-size: 20px;
  }
  #sp_navi .menu {
    width: 90%;
    margin: 0 auto;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #35a365;
    cursor: pointer;
    color: #35a365;
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: 600;
    box-sizing: border-box;
    margin: 0 auto -1px;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
    font-weight: 600;
    display: block;
    padding: 15px 20px 14px;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #35a365;
    text-decoration: none;
  }
  #sp_navi .menu-item span {
    font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
    font-family: initial;
    font-size: 1.2rem;
    font-weight: 400;
    color: #aaa;
    padding: 6px 0;
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #35a365;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a {
    font-size: 1.5rem;
    font-family: initial;
    font-weight: 400;
    display: block;
    padding: 10px 40px;
    color: #35a365;
    background: rgba(243, 245, 226, 0.95);
  }
  #sp_navi .sub-menu li a:hover {
    color: #35a365;
    background: rgba(240, 246, 203, 0.26);
  }
  #sp_navi .sub-menu li a {
    position: relative;
  }
  #sp_navi .sub-menu li a::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 16px;
    width: 10px;
    height: 2px;
    background: #35a365;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    border-top: 1px solid #35a365;
  }
  #sp_navi .sub-menu {
    width: 100%;
    display: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 2px solid rgba(53, 163, 101, 0.8);
    border-right: 2px solid rgba(53, 163, 101, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
  #sp_navi .btn_box {
    gap: 15px;
    margin-top: 30px;
  }
  #sp_navi .btn_box li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 4px solid #f18613;
    border-radius: 50px;
    width: 300px;
    height: 80px;
    text-decoration: none;
  }
  #sp_navi .btn_box li a:hover {
    opacity: 0.85;
  }
  #sp_navi .btn_box .tel span {
    padding: 0 0 5px 35px;
    display: inline-block;
    text-align: right;
    margin: 10px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #4f341c;
    background-size: 26px;
    background: url(images/icon_tel.png) center left no-repeat;
  }
  #sp_navi .btn_box .insta span {
    padding: 0 0 5px 50px;
    display: inline-block;
    text-align: right;
    margin: 10px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #4f341c;
    background-size: 24px;
    background: url(images/icon_insta.png) center left no-repeat;
  }
  #sp_navi .btn_box .insta a {
    border-color: #e60047;
  }
  #sp_navi .btn_box {
    margin-top: 30px;
    gap: 15px;
  }
  #sp_navi .btn_box li a {
    width: 300px;
    height: 70px;
  }
  #sp_navi .btn_box .tel span {
    font-size: 2.6rem;
    background-size: 20px auto;
    padding-left: 30px;
  }
  #sp_navi .btn_box .insta span {
    font-size: 2rem;
    background-size: 26px auto;
    padding-left: 40px;
  }
  .sp_navi_info {
    text-align: center;
    padding-bottom: 80px;
  }
  .sp_navi_info p {
    color: #333;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1540px) {
  header .area {
    padding: 40px 2.5% 0;
  }
}
/****************************************

グローバルナビ

*****************************************/
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  padding: 0 15px;
}
#g_navi .menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #b5d676;
}
#g_navi .menu > li > a {
  font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  display: block;
  color: #333333;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.3s;
  padding: 14px 8px;
}
#g_navi .menu > li > a:hover {
  color: #35a365;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#g_navi .menu li ul li {
  letter-spacing: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#g_navi .menu li ul li a {
  min-width: 160px;
  display: block;
  width: auto;
  background-color: rgba(251, 250, 230, 0.9);
  color: #35a365;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
  white-space: nowrap;
  padding: 15px 10px;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: rgba(165, 205, 90, 0.9);
  transition: 0.3s linear;
  color: #fff;
  font-weight: 400;
}
#g_navi .menu li ul li a {
  background-image: none !important;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1380px) {
  #g_navi .menu > li > a {
    font-size: 1.6rem;
    padding: 14px 4px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#top_mv {
  position: relative;
  text-align: right;
  top: -30px;
  z-index: -1;
  display: flex;
  justify-content: end;
}
#top_mv .metaslider .slides img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
#top_mv .top_mv_txt {
  position: absolute;
  left: 4.2%;
  bottom: 130px;
  z-index: 3;
}
#top_mv .top_mv_txt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 50px;
}
#top_mv .top_mv_txt .catch {
  width: 674px;
  height: auto;
}

#mv {
  position: relative;
  top: -30px;
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  background: url(images/mv.jpg) right top no-repeat;
  z-index: -1;
}

.mv_txt {
  position: absolute;
  left: 10%;
}
.mv_txt p {
  font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  z-index: 2;
  line-height: 1;
}

@media screen and (max-width: 1800px) {
  #top_mv .top_mv_txt {
    left: 1%;
  }
  #top_mv .top_mv_txt .catch {
    filter: drop-shadow(0 0 16px rgb(255, 255, 255));
  }
  .metaslider {
    max-width: 90% !important;
  }
  #top_mv .metaslider .slides img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 700px;
  }
}
@media screen and (max-width: 767px) {
  #top_mv .metaslider .slides img {
    height: auto;
    aspect-ratio: 4/3;
  }
  #top_mv {
    top: 0;
  }
  #top_mv .top_mv_txt {
    width: 66%;
    left: 3%;
    bottom: 50%;
    transform: translateY(50%);
  }
  #top_mv .top_mv_txt .catch {
    width: 100%;
  }
  #top_mv .top_mv_txt ul {
    margin-top: 20px;
  }
  #top_mv .top_mv_txt ul li {
    width: calc(33.3333333333% - 10px);
    height: auto;
  }
  #top_mv .top_mv_txt ul li img {
    width: 100%;
    height: auto;
  }
  #top_mv .top_mv_img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 80%;
    height: auto;
    aspect-ratio: 6/5;
  }
  #mv {
    position: relative;
    top: 0;
    height: 160px;
    background-size: cover;
    background-position: left 10% top;
    margin-bottom: 5px;
  }
  .mv_txt {
    left: 8%;
    min-width: initial;
  }
  .mv_txt p {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
  }
  .mv_txt .sub {
    font-size: 1.6rem;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
  margin: 0 auto 0;
}

main#page_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 120px;
}

.inner_contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px;
}

main#single_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 100px;
}

.single_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.single_tit {
  margin-bottom: 25px;
}

.breadcrumb_area {
  width: 100%;
  margin-bottom: 60px;
}
.breadcrumb_area .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
  color: #333333;
  text-align: right;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  color: #333333;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  color: #444;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #35a365;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.breadcrumb_area .breadcrumb p a:hover {
  opacity: 1;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  background: #35a365;
  transform-origin: right top;
  transform: scale(0, 1);
}
.breadcrumb_area .breadcrumb p a {
  line-height: 1.8;
}
.breadcrumb_area .breadcrumb p a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main#top_main {
    margin: 0;
  }
  main#page_main {
    padding: 0 10px 80px;
    background: none;
  }
  main#page_main::before {
    height: 150px;
  }
  main#single_main {
    padding: 0 10px 60px;
  }
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  .breadcrumb_area .breadcrumb p a {
    color: #333333;
  }
  .inner_contents,
  .inner_contents02 {
    padding: 0 15px;
  }
  .elementor-33 .elementor-element.elementor-element-835e6e6 > .elementor-widget-container {
    margin: 0;
  }
  .single_tit {
    font-size: 2.2rem !important;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_area01 {
  background: url(images/top_bg01.jpg) center bottom 350px no-repeat;
}

.top_area02 {
  position: relative;
  padding: 120px 0;
  background: url(images/top_bg02.jpg) center top no-repeat;
}
.top_area02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 42%;
  bottom: 0;
  left: 0;
  background: #fafafa;
  z-index: -1;
}

.top_box01 {
  text-align: center;
  width: 100%;
  max-width: 1322px;
  margin: 0 auto;
  padding: 80px 2% 0;
}
.top_box01 .inner {
  max-width: 1600px;
  margin: auto;
}
.top_box01 .map {
  margin-bottom: 80px;
}
.top_box01 .map img {
  width: 100%;
  height: auto;
  display: block;
}
.top_box01 .list {
  gap: 80px;
}
.top_box01 .list > li {
  position: relative;
  width: calc((100% - 80px) / 2);
  padding: 40px 50px 60px;
  border: 2px solid #f6c17b;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}
.top_box01 .list > li::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 8px #fff solid;
}
.top_box01 .list > li figure {
  margin: 20px auto;
}
.top_box01 .list > li .num {
  position: absolute;
  left: -21px;
  top: -21px;
  z-index: 2;
}
.top_box01 .list > li .num img {
  width: 140px;
  height: auto;
}
.top_box01 .list > li ul {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #777;
  padding: 0 0 18px 0;
}
.top_box01 .list > li ul li {
  position: relative;
  color: #333333;
  text-align: left;
  padding-left: 20px;
  font-size: 1.6rem;
  width: 25%;
}
.top_box01 .list > li ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50px;
  border: 4px solid #f6c17b;
}
.top_box01 .list .orange {
  background: #fdf6e7;
}
.top_box01 .list .blue {
  background: #eef9fc;
  border: 2px solid #8ed9ee;
}
.top_box01 .list .blue ul li::after {
  border: 4px solid #8ed9ee;
}
.top_box01 .list .green {
  background: #f3fae6;
  border: 2px solid #c7e68e;
}
.top_box01 .list .green ul li::after {
  border: 4px solid #c7e68e;
}
.top_box01 .list .pink {
  background: #fcf1f8;
  border: 2px solid #eebadb;
}
.top_box01 .list .pink ul li::after {
  border: 4px solid #eebadb;
}

.top_box02 {
  gap: 40px;
  text-align: left;
  align-items: center;
  position: relative;
  width: 1080px;
  margin: 80px auto 0;
  padding: 60px 50px;
  border: 2px solid #ecde7b;
  background: #fbf8e2;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}
.top_box02::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 8px #fff solid;
}
.top_box02 .num {
  position: absolute;
  left: -21px;
  top: -21px;
  z-index: 2;
}
.top_box02 .num img {
  width: 140px;
  height: auto;
}
.top_box02 .txt {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top_box02 .txt {
    width: 620px;
  }
}
.top_box02 .btn06 a {
  margin: 30px auto 0 0;
}
.top_box02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.top_box02 ul li {
  padding: 10px 15px 12px;
  border: 2px solid #ecde7b;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  background: #fff;
}

.top_box03 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top_box03 {
    max-width: 1080px;
  }
}
.top_box03 {
  margin: 120px auto;
}
.top_box03 .txt {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top_box03 .txt {
    max-width: 480px;
  }
}
.top_box03 figure {
  position: relative;
  width: 100%;
  max-width: 540px;
  z-index: 2;
}
.top_box03 figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -20px;
  bottom: -20px;
  background: url(images/stripe_bg.png) no-repeat;
  z-index: -1;
}
.top_box03 .btn01 a, .top_box03 .btn07 a {
  margin: 30px auto 0 0;
}

.top_box04 {
  width: 100%;
  max-width: 1720px;
  padding: 80px;
  margin: 0 auto 120px;
  text-align: center;
  border: 8px solid #fff;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
  background: url(images/top_box04.png) left 8% bottom/auto no-repeat, url(images/top_box04.jpg) center/cover no-repeat;
}
.top_box04 .inner {
  max-width: 1200px;
  margin: auto;
}
.top_box04 .btn01, .top_box04 .btn07 {
  margin-top: 35px;
}

.top_box05 {
  position: relative;
  text-align: center;
  padding-bottom: 100px;
}
.top_box05 ul {
  max-width: 1320px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.top_box05 ul li {
  position: relative;
  width: 420px;
  text-align: center;
  background: #fff;
  padding: 105px 20px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
}
.top_box05 ul li::after {
  position: absolute;
  content: "";
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  border-radius: 9999px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.top_box05 ul figure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  margin: 0 auto 30px;
  z-index: 1;
}
.top_box05 ul figure img {
  width: 140px;
  height: 140px;
}
.top_box05 ul h3 {
  display: inline-flex;
  letter-spacing: 0.06em;
  padding: 0 2px 0 4px;
  line-height: 1.3;
  font-size: 3.4rem;
  margin-bottom: 15px;
  background: linear-gradient(transparent 65%, #dbebbc 65%);
}
.top_box05 ul h3.y {
  background: linear-gradient(transparent 65%, #f2eaa7 65%);
}
.top_box05 ul h3.o {
  background: linear-gradient(transparent 65%, #fbdebf 65%);
}
.top_box05 ul p {
  line-height: 2;
}
.top_box05 .lead {
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0.1em;
}
.top_box05 .lead .main {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
}
.top_box05 .lead .sub {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  color: #f18613;
  font-weight: 600;
  font-size: 2.2rem;
  padding: 0 18px;
}
.top_box05 .lead .sub::before, .top_box05 .lead .sub::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 2px;
  height: 25px;
  background: #f18613;
  transform: rotate(-30deg) translateY(-50%);
}
.top_box05 .lead .sub::after {
  left: auto;
  right: 0;
  transform: rotate(30deg) translateY(-50%);
}
.top_box05::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 360px;
  bottom: 0;
  left: 0;
  background: #fafafa;
  z-index: -1;
}

.top_box06 {
  text-align: center;
  padding: 90px 0 120px;
}
.top_box06 .area {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}
.top_box06 .area article {
  max-width: 285px;
  position: relative;
}
.top_box06 .area article:hover img {
  transform: scale(1.05);
}
.top_box06 .area article:hover h3 {
  color: #777;
}
.top_box06 .area figure {
  overflow: hidden;
}
.top_box06 .area figure img {
  height: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  display: block;
  transition: 0.3s;
  margin-left: 0;
  transform-origin: center center;
  will-change: transform;
}
.top_box06 .area a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.top_box06 .area h3 {
  margin-top: 16px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
  padding-bottom: 18px;
  border-bottom: 1px dotted #999;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.3s;
}
.top_box06 .btn {
  margin-top: 60px;
  text-align: center;
}

.top_box07 {
  overflow: hidden;
}
.top_box07 ol {
  max-width: 1580px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  counter-reset: step;
}
.top_box07 ol li {
  position: relative;
  width: calc((100% - 50px) / 3);
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.top_box07 ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #cbe19a;
  transform: translateY(-50%);
}
.top_box07 ol figure {
  overflow: hidden;
}
.top_box07 ol figure img {
  width: 100%;
  height: auto;
  display: block;
}
.top_box07 ol span {
  font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 30px 10px;
  line-height: 1;
  border-radius: 30px;
  background: #a5cd5a;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top_box07 ol div {
  position: relative;
  top: -17px;
  padding: 0 40px 30px;
}
.top_box07 ol h3 {
  margin-bottom: 15px;
  font-size: 3rem;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #333;
  display: block;
}
.top_box07 ol p {
  line-height: 1.8;
  text-align: left;
}
.top_box07 .btn01, .top_box07 .btn07 {
  margin-top: 60px;
}

.top_box08 ul {
  gap: 0.5px;
}
.top_box08 li {
  width: calc(33.3333333333% - 0.5px);
}
.top_box08 a {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.top_box08 figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s;
}

@media screen and (max-width: 1770px) {
  .top_box04 {
    background-size: 15%, cover;
    width: 96%;
  }
  .top_box07 ol {
    width: 96%;
    gap: 80px;
  }
  .top_box07 ol div {
    padding: 0px 30px 10px;
  }
  .top_box07 ol li:not(:last-child)::after {
    right: -55px;
  }
}
@media screen and (max-width: 1400px) {
  .top_area01 {
    background-position: center bottom 300px;
  }
  .top_area02 {
    padding: 100px 0;
  }
  .top_box01 .map {
    margin-bottom: 60px;
  }
  .top_box01 .list {
    gap: 40px;
  }
  .top_box01 .list li {
    width: calc((100% - 40px) / 2);
  }
  .top_box02 {
    margin-top: 40px;
  }
  .top_box03 {
    margin: 100px auto;
  }
  .top_box04 {
    margin: 0 auto 100px;
  }
  .top_box05 {
    padding-bottom: 80px;
  }
  .top_box05 ul {
    width: 96%;
    gap: 25px;
  }
  .top_box05 ul h3 {
    font-size: 3.2rem;
  }
  .top_box06 {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 60px 2% 0;
  }
  .top_box01 .map {
    margin-bottom: 40px;
  }
  .top_box01 .list {
    gap: 20px;
  }
  .top_box01 .list li {
    width: 100%;
    padding: 30px 20px;
  }
  .top_box01 .list li .num {
    left: -10px;
    top: -10px;
  }
  .top_box01 .list li .num img {
    width: 90px;
  }
  .top_box01 .list li figure {
    margin: 0 auto 10px;
  }
  .top_box01 .list li figure img {
    width: 100%;
    height: auto;
  }
  .top_box01 .list li ul {
    margin: 20px 0;
    justify-content: space-between;
  }
  .top_box01 .list li ul li {
    font-size: 1.5rem;
    width: 30%;
    padding: 0 0 0 15px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .top_box01 .list li ul li::after {
    width: 3px;
    height: 3px;
  }
  .top_box02 {
    width: 100%;
    padding: 30px 20px;
    margin-top: 20px;
    gap: 0;
  }
  .top_box02 figure {
    margin-bottom: 20px;
  }
  .top_box02 .num {
    left: -10px;
    top: -10px;
  }
  .top_box02 .num img {
    width: 90px;
  }
  .top_box02 .btn06 a {
    margin: 20px auto 0;
  }
  .top_box02 ul li {
    font-size: 1.4rem;
    padding: 10px 10px;
  }
  .top_box03 {
    padding: 50px 10px 50px;
    margin: 0;
    flex-direction: column-reverse;
  }
  .top_box03 .btn01 a, .top_box03 .btn07 a {
    margin: 25px auto 0 auto;
  }
  .top_box03 figure {
    margin-bottom: 30px;
  }
  .top_box03 figure::after {
    width: calc(100% - 10px);
    right: -3px;
    bottom: -8px;
    height: 100%;
    background-repeat: repeat;
  }
  .top_box03 figure img {
    width: calc(100% - 10px);
    height: auto;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 0 auto;
  }
  .top_box04 {
    width: calc(100% - 20px);
    margin: 0 auto 60px;
    padding: 30px 20px 30px;
    background-size: 100px, cover;
  }
  .top_box04 p {
    text-align: left;
  }
  .top_box04 .btn01, .top_box04 .btn07 {
    margin-top: 20px;
  }
  .top_box04 .btn01 a, .top_box04 .btn07 a {
    margin: 0 0 0 auto;
  }
  .top_box05 {
    padding: 0 10px 50px;
  }
  .top_box05 ul {
    width: 100%;
    flex-direction: column;
    gap: 65px;
    margin: 60px auto 40px;
  }
  .top_box05 ul figure {
    margin: auto;
  }
  .top_box05 ul figure img {
    width: 80px;
    height: 80px;
  }
  .top_box05 ul li {
    padding: 40px 15px 25px;
    width: 100%;
  }
  .top_box05 ul li p {
    text-align: left;
  }
  .top_box05 ul li h3 {
    font-size: 2.4rem;
  }
  .top_box05 .lead {
    padding: 0 10px;
    line-height: 1.6;
  }
  .top_box05 .lead .sub {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .top_box05 .lead .main {
    font-size: 2.4rem;
  }
  .top_box06 {
    padding: 50px 10px;
  }
  .top_box06 .area {
    margin: 30px auto;
  }
  .top_box06 .area article {
    width: 48%;
    max-width: initial;
  }
  .top_box06 .area article:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  .top_box06 .area article h3 {
    font-size: 1.5rem;
  }
  .top_box07 {
    margin-top: 40px;
    padding: 0 10px 60px;
  }
  .top_box07 ol {
    width: 100%;
    margin: 30px 0 0;
    flex-direction: column;
  }
  .top_box07 ol h3 {
    font-size: 2.2rem;
  }
  .top_box07 ol div {
    padding: 0 20px 10px;
  }
  .top_box07 ol li {
    width: 100%;
  }
  .top_box07 ol li:not(:last-child)::after {
    right: auto;
    top: auto;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .top_box07 .btn01, .top_box07 .btn07 {
    margin-top: 25px;
  }
  .top_box08 ul {
    flex-direction: column;
  }
  .top_box08 ul li {
    width: 100%;
  }
  .top_area02 {
    padding: 0;
  }
}
/****************************************

news トップ用

*****************************************/
#top_news {
  margin-bottom: 80px;
}
#top_news .inner {
  max-width: 1200px;
  margin: auto;
  align-items: center;
}
#top_news ul {
  width: 100%;
  max-width: 940px;
  overflow-y: scroll;
  height: 260px;
}
#top_news li {
  width: 97%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 25px 25px;
  background: #fff;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
#top_news li::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  right: 20px;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  border-color: #a5cd5a;
}
#top_news li:hover {
  background: #f5faef;
}
#top_news li time {
  width: 12%;
  flex-shrink: 0;
  font-weight: 700;
  color: #a5cd5a;
}
#top_news li a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top_news li .btn {
  margin-top: 50px;
  text-align: center;
}
#top_news li h3 {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width: 1700px) {
  #top_news {
    background-size: 180px auto, 180px auto, 300px auto, 200px auto;
  }
}
@media screen and (max-width: 767px) {
  #top_news {
    margin-bottom: 0;
    padding: 40px 12px 0;
    background-size: 100px auto, 100px auto, 100px auto, 80px auto;
    background-position: left top, right top, left 10px bottom 20px, right 10px bottom 20px;
  }
  #top_news::after {
    display: none;
  }
  #top_news ul {
    height: 280px;
  }
  #top_news li {
    width: 100%;
    padding: 20px 25px 20px 20px;
    flex-direction: column;
    gap: 0;
    align-items: start;
    margin-left: 0;
  }
  #top_news li time {
    width: 100%;
  }
  #top_news li h3 {
    font-size: 1.5rem;
  }
  #top_news .btn01, #top_news .btn07 {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
  }
  #top_news .btn01 a, #top_news .btn07 a {
    margin: 0 auto;
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  #top_news .news_box {
    max-width: 100%;
    width: 100%;
  }
  #top_news .news_box li {
    padding: 10px 10px;
    display: block;
    text-align: left;
  }
  #top_news .news_box time {
    font-size: 1.5rem;
  }
  #top_news .news_box h3 a {
    font-size: 1.5rem;
  }
}
/****************************************

content下層用

*****************************************/
.aic {
  align-items: center;
}

/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flex_s {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex_e {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .img_auto {
    width: auto;
    margin: 0 auto;
  }
  .flex figure,
  .flex_r figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .img_box {
    gap: 12px 4%;
    flex-wrap: wrap;
  }
  .img_box li {
    width: 48%;
  }
  .img_box li:first-child {
    width: 100%;
  }
  .img_box li img {
    width: 100%;
    height: auto;
  }
}
/*物件情報*/
.property_box, .billboard_box {
  gap: 40px 30px;
}
.property_box article, .billboard_box article {
  width: 380px;
}
.property_box article figure, .billboard_box article figure {
  overflow: hidden;
}
.property_box article figure img, .billboard_box article figure img {
  height: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  display: block;
  transition: 0.4s;
  margin-left: 0;
  transform-origin: center center;
  will-change: transform;
}
.property_box article figure:hover img, .billboard_box article figure:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}
.property_box article figure:hover h3, .billboard_box article figure:hover h3 {
  color: #777;
}
.property_box article h2, .billboard_box article h2 {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  padding: 8px 0;
  margin: 0 0 18px;
  border-bottom: 1px dotted #333;
}
.property_box article dl dt, .billboard_box article dl dt {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #35a365;
  line-height: 1;
}
.property_box article .place, .billboard_box article .place {
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.property_box article .place dd:last-child, .billboard_box article .place dd:last-child {
  width: 100%;
}
.property_box article .size, .billboard_box article .size {
  align-items: center;
}
.property_box article .size dd, .billboard_box article .size dd {
  margin-top: 8px;
}
.property_box article .btn08, .billboard_box article .btn08 {
  margin: 25px auto 0;
}

/*エリア情報*/
.property_box01 {
  margin-bottom: 60px;
}
.property_box01 ul {
  width: 530px;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 40px;
}
.property_box01 ul li {
  position: relative;
  text-align: left;
  padding-left: 20px;
  font-size: 1.6rem;
  width: 25%;
}
.property_box01 ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50px;
  border: 4px solid #f6c17b;
}
.property_box01 .area02 li::after {
  border: 4px solid #8ed9ee;
}
.property_box01 .area03 li::after {
  border: 4px solid #c7e68e;
}
.property_box01 .area04 li::after {
  border: 4px solid #eebadb;
}

/*他県エリア*/
.other_box {
  gap: 70px;
}
.other_box div {
  width: 770px;
}
.other_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.other_box ul li {
  padding: 10px 15px 12px;
  border: 2px solid #ecde7b;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  background: #fff;
}

/*新着情報*/
.page_news_box {
  margin-top: 40px;
}
.page_news_box article {
  position: relative;
  background: #fcfdf1;
  border: 1px solid #81d6a5;
  padding: 20px 30px;
}
.page_news_box article:not(:last-child) {
  margin-bottom: 40px;
}
.page_news_box article .btn08 {
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.page_news_box article h2 {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2rem;
  padding-bottom: 6px;
  margin-bottom: 14px;
  border-bottom: 1px dotted #999;
}
.page_news_box article time {
  color: #35a365;
  font-weight: 800;
}

/*設置事例*/
.billboard_box article .btn08 {
  margin: 10px auto 0;
}
.billboard_box article figure {
  overflow: hidden;
}
.billboard_box article figure img {
  height: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  display: block;
  transition: 0.3s;
  margin-left: 0;
  transform-origin: center center;
  will-change: transform;
}
.billboard_box article figure:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}

/*よくあるご質問*/
.faq_box dl {
  background: #fcfdf1;
  border: 1px solid #81d6a5;
  padding: 25px 30px 30px;
}
.faq_box dl:not(:last-child) {
  margin-bottom: 40px;
}
.faq_box dl dt,
.faq_box dl dd {
  position: relative;
  padding-left: 40px;
  line-height: 1.6;
}
.faq_box dl dt::after,
.faq_box dl dd::after {
  position: absolute;
  content: "Q";
  font-size: 2.7rem;
  font-weight: 600;
  left: 0;
  top: 1px;
  width: 35px;
  color: #35a365;
  line-height: 1;
  text-align: center;
}
.faq_box dl dt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}
.faq_box dl dd {
  padding-top: 4px;
}
.faq_box dl dd::after {
  content: "A";
  color: #f18613;
  top: 3px;
}

/*お問い合わせからの流れ*/
.flow_box01 {
  margin: 50px 0;
  gap: 30px;
}

.flow_box02 section {
  position: relative;
  padding: 30px;
  border: 1px solid #35a365;
  display: flex;
  justify-content: space-between;
}
.flow_box02 section:not(:last-child) {
  margin-bottom: 70px;
}
.flow_box02 section:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 32px solid #35a365;
}
.flow_box02 section:not(:last-child) {
  /* 内側（白でくり抜く） */
}
.flow_box02 section:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translateX(-50%);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 32px solid #fff;
}
.flow_box02 section div {
  width: 770px;
  text-align: left;
}
.flow_box02 section h2 {
  display: flex;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 15px;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
}
.flow_box02 section h2 span {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35a365;
  color: #fff;
  margin-right: 20px;
  font-size: 1.8rem;
}

/*会社概要*/
.overview_box.btn_box {
  gap: 2%;
  margin-top: 40px;
}
.overview_box.btn_box li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 4px solid #f18613;
  border-radius: 50px;
  width: 360px;
  height: 100px;
  text-decoration: none;
}
.overview_box.btn_box li a:hover {
  opacity: 0.85;
}
.overview_box.btn_box .tel span {
  padding: 0 0 5px 35px;
  display: inline-block;
  text-align: right;
  margin: 10px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  background-size: 18px;
  background: url(images/icon_tel.svg) center left no-repeat;
}
.overview_box.btn_box .insta span {
  padding: 0 0 5px 50px;
  display: inline-block;
  text-align: right;
  margin: 10px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #4f341c;
  background-size: 24px;
  background: url(images/icon_insta.png) center left no-repeat;
}
.overview_box.btn_box .insta a {
  border-color: #e60047;
}

.overview_box01 {
  padding: 30px;
  background: rgba(216, 250, 247, 0.38);
}

.overview_box02 section {
  width: 100%;
  max-width: 580px;
}

.gallery_box {
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .flow_box01 {
    gap: 3%;
  }
  .flow_box01 li {
    width: 48.5%;
  }
  .flow_box01 li img {
    width: 100%;
    height: auto;
  }
  .flow_box02 section {
    padding: 20px;
    flex-direction: column;
  }
  .flow_box02 section:not(:last-child) {
    margin-bottom: 50px;
  }
  .flow_box02 section div {
    width: 100%;
    margin-bottom: 20px;
  }
  .flow_box02 section figure img {
    width: 100%;
    height: auto;
  }
  .property_box, .billboard_box {
    gap: 25px 3%;
    margin-bottom: 60px;
  }
  .property_box article, .billboard_box article {
    width: 48.5%;
  }
  .property_box article h2, .billboard_box article h2 {
    line-height: 1.4;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .property_box article .place, .billboard_box article .place {
    gap: 8px 15px;
  }
  .property_box article dl dt, .billboard_box article dl dt {
    width: 100px;
    height: 30px;
  }
  .property_box article dl dt, .billboard_box article dl dt,
  .property_box article dl dd,
  .billboard_box article dl dd {
    line-height: 1.6;
  }
  .property_box article .btn08, .billboard_box article .btn08 {
    margin: 15px auto 0;
  }
  .overview_box01 {
    padding: 20px 15px;
  }
  .overview_box.btn_box {
    margin-top: 30px;
    gap: 15px;
  }
  .overview_box.btn_box li a {
    width: 300px;
    height: 70px;
  }
  .overview_box.btn_box .tel span {
    font-size: 2.6rem;
    background-size: 20px auto;
    padding-left: 30px;
  }
  .overview_box.btn_box .insta span {
    font-size: 2rem;
    background-size: 26px auto;
    padding-left: 40px;
  }
  .overview_box02 #access {
    margin-bottom: 30px;
  }
  .overview_box02 #access img {
    width: 100%;
    height: auto;
  }
  .overview_box02 iframe {
    height: 320px;
  }
  .gallery_box {
    gap: 12px 4%;
    flex-wrap: wrap;
  }
  .gallery_box li {
    width: 48%;
  }
  .gallery_box li:first-child {
    width: 100%;
  }
  .gallery_box li img {
    width: 100%;
    height: auto;
  }
  .about_box01,
  .about_box02 {
    padding: 20px;
    background-size: cover;
    gap: 25px;
  }
  .about_box01 div,
  .about_box02 div {
    width: 100%;
  }
  .about_box02 {
    margin-bottom: 40px;
  }
  .about_box03 div {
    gap: 25px;
  }
  .about_box03 .img_box {
    gap: 4%;
    justify-content: center;
  }
  .about_box03 .img_box li:not(:last-child) {
    margin-bottom: 4%;
    width: 48%;
  }
  .about_box03 .img_box li img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/2;
    height: auto;
  }
  .about_box01 div,
  .about_box02 div,
  .about_box03 div {
    padding: 0;
  }
  .about_box01 div .bold,
  .about_box02 div .bold,
  .about_box03 div .bold {
    font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .about_box01 div p,
  .about_box02 div p,
  .about_box03 div p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .faq_box dl {
    padding: 15px;
  }
  .faq_box dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .faq_box dl dt {
    font-size: 1.6rem;
  }
  .faq_box dl dt,
  .faq_box dl dd {
    padding-left: 30px;
  }
  .faq_box dl dt::after,
  .faq_box dl dd::after {
    font-size: 2rem;
    width: 25px;
  }
  .flow_box dl {
    padding: 20px;
  }
  .flow_box dl:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow_box dl:not(:last-child)::after {
    bottom: -20px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid rgba(221, 242, 199, 0.8);
  }
  .flow_box dl dt {
    font-size: 2rem;
    line-height: 1.4;
  }
  .flow_box dl dt span {
    font-size: 2rem;
    margin-right: 15px;
  }
  .greeting_box dl {
    gap: 0;
  }
  .greeting_box dl dt {
    width: 35%;
  }
  .greeting_box dl dd {
    width: 65%;
  }
  .page_news_box article {
    padding: 20px;
    flex-direction: column;
  }
  .page_news_box article h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .page_news_box article:not(:last-child) {
    margin-bottom: 30px;
  }
  .page_news_box article .btn08 {
    position: relative;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .page_news_box article .btn08 a {
    width: 190px;
    height: 50px;
    margin: 20px auto 0;
  }
  .page_news_box figure {
    margin-bottom: 15px;
    width: auto;
  }
  .page_news_box figure .img400 {
    width: 100%;
  }
  .property_box01 {
    margin-bottom: 40px;
  }
  .property_box01 h2 {
    margin-bottom: 15px;
  }
  .property_box01 figure img {
    width: 100%;
    height: auto;
  }
  .property_box01 ul {
    padding-top: 20px;
  }
  .property_box01 ul li {
    font-size: 1.5rem;
  }
  .other_box {
    gap: 20px;
  }
  .other_box figure {
    margin: 0 auto;
  }
}
/*フィールドについて*/
.about_box {
  gap: 30px;
  margin-top: 30px;
}
.about_box dl {
  width: calc(33.3333333333% - 30px);
  background: #fcfce6;
  border: 5px solid #35a365;
  padding: 30px;
}
.about_box dl dt {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.about_box dl dd {
  line-height: 1.8;
}

/*お問い合わせ*/
.contact_box {
  text-align: center;
  margin-bottom: 40px;
}
.contact_box .tel {
  font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
  padding-left: 26px;
  padding-bottom: 5px;
}
.contact_box .tel::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 23px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/icon_tel.svg) center/cover no-repeat;
}

.policy_box {
  padding: 30px;
  text-align: center;
  border: 1px solid #35a365;
}
.policy_box dt {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  letter-spacing: 0.01em;
  border-bottom: 1px dotted #999;
}

/*ブログ*/
.blog_box article {
  display: flex;
  justify-content: space-between;
}
.blog_box article:not(:last-child) {
  margin-bottom: 40px;
}
.blog_box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.blog_box .btn03 a {
  margin: 40px 0 0 auto;
}

/*お問い合わせ・エントリー*/
@media screen and (max-width: 767px) {
  .contact_box {
    text-align: left;
  }
  .contact_box .tel {
    left: 50%;
    transform: translateX(-50%);
  }
  .about_box .features_box dl,
  .denture_box dl,
  .periodontal_box dl {
    width: 100%;
  }
  .about_box .features_box dl:nth-child(2),
  .denture_box dl:nth-child(2),
  .periodontal_box dl:nth-child(2) {
    margin-top: 20px;
  }
  .about_box {
    gap: 15px;
  }
  .about_box dl {
    width: 100%;
    padding: 20px;
  }
  img.tel {
    width: auto;
    height: 26px;
  }
  .policy_box {
    padding: 20px;
    margin-bottom: 50px !important;
  }
  .policy_box dd {
    text-align: left;
  }
  .topic_box article {
    padding: 30px 15px;
    border-bottom: 1px solid #ccc;
  }
  .topic_box figure {
    margin-bottom: 10px;
  }
  .topic_box .btn01, .topic_box .btn07 {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
  .topic_box .btn01 a, .topic_box .btn07 a {
    width: 300px;
    font-size: 1.6rem;
    height: 60px;
  }
  .topic_box h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .topic_box .data {
    font-size: 1.5rem;
  }
  .other_box figure img {
    max-width: 240px;
    height: auto;
  }
  .other_box ul li {
    font-size: 1.4rem;
    padding: 10px;
  }
}
/****************************************

single.php
mt10
*****************************************/
.single_topbox {
  background: #f3fae6;
  padding: 40px 40px 35px;
  margin-bottom: 60px;
}
.single_topbox .page_areatit_wrap {
  display: flex;
}
.single_topbox .area_tit,
.single_topbox .size_tit {
  margin-right: 20px;
  background: #35a365;
  color: #fff;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_topbox .size_tit {
  margin-top: 20px;
}

.single_box .date {
  display: block;
  margin-bottom: 20px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 1020px;
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
}
.single_box img:last-child {
  margin: 15px 0 15px 0;
}
.single_box a {
  color: #35a365;
}

@media screen and (max-width: 767px) {
  .single_topbox {
    padding: 20px;
    margin-top: 20px;
  }
  #single_box {
    margin-top: 30px;
  }
  #single_box iframe {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/4;
    height: auto;
  }
  #single_box img {
    width: 100%;
    height: auto;
  }
  #single_box h1 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 15px;
  }
  #single_box .date {
    font-size: 1.4rem;
  }
  #single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
}
/* =================================
投稿ナビ
================================= */
.post_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  border: 1px solid #35a365;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.02);
}

/* 各ブロック */
.post_nav_item {
  position: relative;
  min-height: 70px;
  transition: background 0.3s ease;
}

/* 区切り線 */
.post_nav_item:not(:last-child) {
  border-right: 1px solid #35a365;
}

/* リンク */
.post_nav_item a,
.post_nav_item.archive {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #35a365;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease;
}

/* アイコン */
.post_nav_item .icon {
  font-size: 3rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.post_nav_item.prev .icon,
.post_nav_item.next .icon {
  font-size: 1.7rem;
}

/* hover */
.post_nav_item a:hover {
  background: #35a365;
}

.post_nav_item:hover a,
.post_nav_item.archive:hover {
  color: #fff;
  background: #35a365;
}

/* フォーカス */
.post_nav_item a:focus-visible,
.post_nav_item.archive:focus-visible {
  outline: 3px solid #333;
  outline-offset: -3px;
}

/* =================================
pager
================================= */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 80px;
}

/* 共通 */
.pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 58px;
  padding: 0 20px;
  border: 1px solid #35a365;
  color: #35a365;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

/* hover */
.pager a.page-numbers:hover {
  background: #35a365;
  color: #fff;
}

/* current */
.pager .page-numbers.current {
  background: #35a365;
  color: #fff;
  pointer-events: none;
}

/* 次へ・前へ */
.pager .next,
.pager .prev {
  padding: 0 28px;
  letter-spacing: 0.05em;
}

/* focus */
.pager a.page-numbers:focus-visible {
  outline: 3px solid #333;
  outline-offset: 2px;
}

@media screen and (max-width: 767px) {
  .post_nav_item {
    min-height: 0 !important;
  }
  .post_nav_item a {
    min-height: 50px;
    width: 100%;
    display: block;
  }
  .post_nav_item.archive {
    text-align: center;
  }
  .post_nav_item.archive .icon {
    display: none;
  }
  .post_nav {
    display: flex;
  }
}
/* ================================
SP
================================ */
@media screen and (max-width: 768px) {
  .pager {
    gap: 8px;
    margin-top: 50px;
  }
  .pager .page-numbers {
    min-width: 46px;
    height: 46px;
    padding: 0 14px;
    font-size: 1.5rem;
  }
  .pager .next,
  .pager .prev {
    padding: 0 18px;
  }
}
/* ================================
SP
================================ */
@media screen and (max-width: 768px) {
  .post_nav {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .post_nav_item {
    min-height: 80px;
  }
  .post_nav_item a,
  .post_nav_item.archive {
    padding: 18px 15px;
    font-size: 1.6rem;
    gap: 10px;
  }
  .post_nav_item .icon {
    font-size: 2.2rem;
  }
}
/****************************************

aside

*****************************************/
aside {
  border-top: 1px solid #999;
}
aside .aside_box {
  padding: 80px 0;
  background: url(images/aside.jpg) top center/cover no-repeat;
}
aside .top_area01 {
  background: #fefefb url(images/top_bg01.jpg) center bottom no-repeat;
}
aside .top_box03 {
  padding: 40px 10px 60px;
  margin: 0 auto;
}
aside .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  align-items: center;
}
aside .area {
  padding-top: 5px;
  padding-left: 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
aside .area div {
  gap: 35px;
  margin-top: 20px;
}
aside .tel a {
  font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding-left: 30px;
  line-height: 1;
  background: url(images/icon_tel02.svg) left bottom 11px no-repeat;
  background-size: 22px auto;
}

@media screen and (max-width: 767px) {
  aside .lead {
    text-align: center;
  }
  aside p.tel {
    margin: 0 auto;
  }
  aside .aside_box {
    padding: 40px 10px;
  }
  aside .inner {
    flex-direction: column;
  }
  aside .area {
    padding: 0 10px;
    padding-left: 0;
    border-left: none;
  }
  aside p {
    font-size: 1.5rem;
  }
  aside .btn_box {
    margin-top: 30px;
    gap: 15px;
  }
  aside .btn_box li a {
    width: 300px;
    height: 70px;
  }
  aside .btn_box .tel span {
    font-size: 2.6rem;
    background-size: 20px auto;
    padding-left: 30px;
  }
  aside .btn_box .insta span {
    font-size: 2rem;
    background-size: 26px auto;
    padding-left: 40px;
  }
}
/****************************************

テーブル

*****************************************/
.table_wrap {
  overflow: hidden;
  position: relative;
}

.job_table,
.overview_table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.job_table dl,
.overview_table dl {
  display: flex;
  border: 1px solid #87ba29;
}
.job_table dl:not(:last-child),
.overview_table dl:not(:last-child) {
  border-bottom: none;
}
.job_table dt,
.overview_table dt {
  font-size: 1.6rem;
  font-weight: 500;
  width: 30%;
  padding: 20px 30px;
  background: #c7e68e;
  border-right: 1px solid #87ba29;
}
.job_table dd,
.overview_table dd {
  width: 70%;
  padding: 20px 30px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .table_wrap {
    overflow-x: scroll;
  }
  .table_wrap table {
    width: 700px;
  }
  .price_table th,
  .price_table td {
    width: 25%;
    padding: 10px;
    font-size: 1.5rem;
  }
  .price_table td {
    width: 33%;
  }
  .price_table thead th {
    text-align: center;
  }
  .price_table thead th tbody th {
    font-size: 1.6rem;
  }
  .job_table dl,
  .overview_table dl {
    flex-direction: column;
  }
  .job_table dt,
  .job_table dd,
  .overview_table dt,
  .overview_table dd {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .job_table dt,
  .overview_table dt {
    border-right: none;
  }
  .map_box {
    height: 240px;
  }
  .map_box iframe {
    height: 100%;
  }
}
/****************************************

テーブル

*****************************************/
footer .f_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

footer .f_link li {
  width: 48%;
  margin-bottom: 10px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  text-align: center;
}

footer .f_link li a {
  text-decoration: none;
}

footer .f_link li a:active,
footer .f_link li a:hover,
footer .f_link li a:link,
footer .f_link li a:visited {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}

/****************************************

ボタン

*****************************************/
.btn01 a, .btn07 a {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 70px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: 0.3s;
  background: #35a365;
}
.btn01 a:hover, .btn07 a:hover {
  background: rgb(42.9888888889, 132.2111111111, 81.9222222222);
}
.btn01 a::after, .btn07 a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  right: 20px;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.btn02, .btn08, .btn06, .btn05, .btn04, .btn03 {
  position: relative;
  z-index: 3;
}
.btn02 a, .btn08 a, .btn06 a, .btn05 a, .btn04 a, .btn03 a {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 70px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: 0.3s;
  background: #35a365;
}
.btn02 a:hover, .btn08 a:hover, .btn06 a:hover, .btn05 a:hover, .btn04 a:hover, .btn03 a:hover {
  background: rgb(42.9888888889, 132.2111111111, 81.9222222222);
}
.btn02 a::after, .btn08 a::after, .btn06 a::after, .btn05 a::after, .btn04 a::after, .btn03 a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  right: 20px;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.btn02 a, .btn08 a, .btn06 a, .btn05 a, .btn04 a, .btn03 a {
  color: #333;
  background: #f6c17b;
}
.btn02 a:hover, .btn08 a:hover, .btn06 a:hover, .btn05 a:hover, .btn04 a:hover, .btn03 a:hover {
  background: rgb(243.3957446809, 175.0595744681, 84.8042553191);
}

.btn03 a {
  background: #8ed9ee;
}
.btn03 a:hover {
  background: rgb(106.5353846154, 205.0738461538, 232.6646153846);
}

.btn04 a {
  background: #c7e68e;
}
.btn04 a:hover {
  background: rgb(182.4434782609, 222.6086956522, 108.5913043478);
}

.btn05 a {
  background: #eebadb;
}
.btn05 a:hover {
  background: rgb(229.9348837209, 153.2651162791, 201.9209302326);
}

.btn06 a {
  background: #ecde7b;
}
.btn06 a:hover {
  background: rgb(230.8662251656, 213.0834437086, 87.3337748344);
}

.btn07 a {
  border: #fff solid 1px;
  background: none;
  position: static;
}
.btn07 a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn07 a::after {
  display: none;
}
.btn07 span {
  padding-left: 40px;
  background: url(images/icon_mail.svg) left center no-repeat;
  background-size: 26px auto;
}

.btn08 a {
  width: 240px;
  height: 50px;
  font-size: 1.6rem;
  border-radius: 50px;
  background: #c7e68e;
}
.btn08 a:hover {
  background: rgb(182.4434782609, 222.6086956522, 108.5913043478);
}

@media screen and (max-width: 767px) {
  .btn01, .btn07 {
    text-align: center;
    margin: 0 auto;
  }
  .btn01 a, .btn07 a {
    width: 220px;
    font-size: 1.4rem;
    height: 55px;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
  .btn02 a, .btn03 a, .btn04 a, .btn05 a, .btn06 a, .btn08 a {
    max-width: 100%;
    height: 60px;
  }
  .btn02 a span, .btn03 a span, .btn04 a span, .btn05 a span, .btn06 a span, .btn08 a span {
    font-size: 1.5rem;
  }
  .btn06 {
    margin: 0 auto;
  }
  .btn06 a {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .btn08 a {
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
  }
  .btn08 a::after {
    right: 15px;
  }
  .movie_btn li {
    width: 100%;
  }
  .movie_btn li a {
    height: 120px;
    font-size: 2rem;
  }
  .movie_btn li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/****************************************

テキスト設定

*****************************************/
.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.marker, .marker02 {
  display: inline-block;
  color: #35a365;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 5px;
  margin-bottom: 15px;
  background: linear-gradient(transparent 50%, #e1f0f7 50%);
}

.marker02 {
  font-size: 2.1rem;
}

.linkbd {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  padding-bottom: 3px;
  color: #444;
}
.linkbd::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #35a365;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.linkbd:hover::after {
  transform: scale(1, 1);
}

.linkbd02 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  color: #444;
}
.linkbd02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.linkbd02:hover {
  opacity: 1;
  text-decoration: none;
}
.linkbd02:hover::after {
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
}
.linkbd02 {
  color: #fff;
  padding-bottom: 5px;
}
.linkbd02:hover {
  opacity: 0.8;
}

.txt_area {
  background: #f3f9fc;
  padding: 30px;
}

.txt570 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt570 {
    max-width: 570px;
  }
}

.txt720 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt720 {
    max-width: 720px;
  }
}

.txt740 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt740 {
    max-width: 740px;
  }
}

.txt760 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt760 {
    max-width: 760px;
  }
}

.txt860 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt860 {
    max-width: 860px;
  }
}

.txt950 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt950 {
    max-width: 950px;
  }
}
.txt950 h2 {
  text-align: left;
  font-size: 2.4rem;
}

.frame_box {
  border: 1px solid #f18613;
  padding: 10px;
  background: #fff;
}
.frame_box .inner {
  background: rgba(80, 167, 209, 0.14);
  padding: 30px;
}
.frame_box p {
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.pc_mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.circle_li li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.8;
}
.circle_li li::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #333333;
}

.li_circle02 li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.8;
}
.li_circle02 li::before {
  position: absolute;
  content: "○";
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 10px;
  color: #f18613;
}

.li_star, .li_star02 {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .li_star, .li_star02 {
    gap: 0 15px;
    flex-wrap: wrap;
  }
}
.li_star li, .li_star02 li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.8;
  display: inline-block;
}
.li_star li::before, .li_star02 li::before {
  position: absolute;
  content: "★";
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 10px;
  color: #f18613;
}

.li_star02 {
  justify-content: start;
}

.li_check {
  gap: 30px;
}
.li_check li {
  position: relative;
  padding: 5px 0 5px 35px;
  background: url(images/icon_check.png) center left no-repeat;
}

.li_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .txt_right {
    text-align: right;
  }
}
.space20 {
  margin-left: 20px;
}

@media print, screen and (max-width: 1830px) {
  .li_btn a {
    padding: 16px 10px;
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .txt720 {
    margin-bottom: 20px;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .balloon {
    text-align: center;
    line-height: 1.6;
    padding: 0 30px 5px;
    font-size: 1.7rem;
  }
  .balloon::before, .balloon::after {
    bottom: 0;
    top: auto;
  }
  .frame_box .inner {
    padding: 20px;
  }
  .txt_area {
    padding: 20px;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45,
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb80,
  .mb90,
  .mb100,
  .sp80 {
    margin-bottom: 20px;
  }
  .mt35 {
    margin: 25px auto 0 !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .pb100 {
    padding-bottom: 60px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .txt_center {
    text-align: left;
  }
  .frame_li {
    gap: 5px;
  }
  .frame_li li {
    font-size: 1.3rem;
    max-width: 48.6%;
    margin-bottom: 4px !important;
    padding: 12px 10px;
    justify-content: left;
    text-align: left;
  }
  .num_li dl {
    padding-left: 0;
  }
  .num_li dl::before {
    width: 46px;
    height: 46px;
    top: -5px;
  }
  .num_li dl::after {
    left: 10px;
    top: 0;
    font-size: 2.6rem;
  }
  .num_li dt {
    font-size: 2.2rem;
    padding-left: 60px;
  }
  .num_li dd::after {
    font-size: 2.6rem;
    top: -1px;
    left: 10px;
  }
  .li_check {
    gap: 20px;
  }
  .li_check li {
    padding-left: 30px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    background-size: 20px;
  }
  .li_circle li {
    font-size: 1.5rem;
  }
}
/****************************************

P

*****************************************/
/*block要素*/
.break {
  display: block;
}

/* 改行 */
.line_break {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .line_break {
    padding-top: 10px;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: 600;
}

.big {
  font-size: 2rem;
}

.red {
  color: #ff0000;
}

.green {
  color: #35a365;
}

.orange {
  color: #f18613;
}

.font24 {
  font-size: 2.4rem;
}

.font30 {
  font-size: 3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .font30 {
    font-size: 2.4rem;
  }
  .font32 {
    font-size: 2.6rem;
  }
  .font34 {
    font-size: 2.8rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

画像

*****************************************/
.img300 {
  width: 100%;
  max-width: 300px;
}

.img380 {
  width: 100%;
  max-width: 380px;
}

.img400 {
  width: 100%;
  max-width: 400px;
}

.img440 {
  width: 100%;
  max-width: 440px;
}

.img580 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .img580 {
    max-width: 580px;
  }
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .img440,
  .img400 {
    margin-bottom: 10px;
  }
  .img440 img,
  .img400 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/2;
    height: auto;
  }
  .img580 img {
    width: 100%;
    height: auto;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*エレメンター*/
@media print, screen and (min-width: 768px) {
  .elementor-heading-title {
    line-height: 1.6 !important;
    font-weight: 600 !important;
  }
  .flex .elementor-container {
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp100 img {
    width: 100%;
    height: auto;
  }
}
/****************************************

トップページタイトル

*****************************************/
h1,
h2,
h3,
h4 {
  font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.top_headline, .headline {
  display: block;
  text-align: center;
  width: 100%;
  background: url(images/top_headline.svg) bottom 40px center repeat-x;
  background-size: auto 8px;
  margin-bottom: 25px;
}
.top_headline .main, .headline .main {
  font-size: 4.8rem;
  margin-bottom: 45px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  background: #fefefb;
  padding: 0 60.5px;
}
.top_headline .sub, .headline .sub {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  background: #a5cd5a;
  border-radius: 50px;
  width: 145px;
  height: 38px;
  letter-spacing: 0.08em;
}

.top_subhead01, .subhead01 {
  width: 100%;
  margin-bottom: 35px;
  padding-left: 55px;
  padding-bottom: 5px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  background: url(images/top_subhead01.svg) left top 22px no-repeat;
  background-size: 38px auto;
  border-bottom: 1px dotted #333;
}
.top_subhead01 span, .subhead01 span {
  font-size: 4.2rem;
}

.top_subhead02 {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 5px;
  padding-left: 60px;
  font-size: 4.2rem;
  background: url(images/top_subhead02.svg) left top 22px no-repeat;
  background-size: 40px auto;
}
.top_subhead02::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #cee3a0;
}
.top_subhead02::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #35a365;
}

.top_subhead03, .subhead02 {
  position: relative;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  line-height: 1.7;
  display: block;
}
.top_subhead03 .sub, .subhead02 .sub {
  font-size: 3.2rem;
  display: block;
}
.top_subhead03 .orange, .subhead02 .orange {
  padding: 0 0 0 2px;
  background: linear-gradient(transparent 60%, #fcf7ba 60%);
}
.top_subhead03::before, .subhead02::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #cee3a0;
}
.top_subhead03::after, .subhead02::after {
  position: absolute;
  content: "";
  left: calc(50% - 20px);
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #35a365;
}

.top_subhead04 {
  font-size: 4.6rem;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  background: url(images/top_subhead04.png) left center no-repeat;
}
.top_subhead04 .main {
  font-size: 6.2rem;
  color: #f18613;
  -webkit-text-stroke: 3px #fff;
  letter-spacing: 0.1em;
  paint-order: stroke fill;
  text-rendering: geometricPrecision;
}
@media print, screen and (min-width: 768px) {
  .top_subhead04 .main {
    text-shadow: -5px 0px 0 #fff, 5px 0px 0 #fff, 0px -5px 0 #fff, 0px 5px 0 #fff, -4px -4px 0 #fff, 4px -4px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff, -5px -2px 0 #fff, -5px 2px 0 #fff, 5px -2px 0 #fff, 5px 2px 0 #fff, -2px -5px 0 #fff, 2px -5px 0 #fff, -2px 5px 0 #fff, 2px 5px 0 #fff, -3px -4px 0 #fff, 3px -4px 0 #fff, -3px 4px 0 #fff, 3px 4px 0 #fff, -4px -3px 0 #fff, 4px -3px 0 #fff, -4px 3px 0 #fff, 4px 3px 0 #fff, 0 0 20px rgba(0, 0, 0, 0.6);
  }
}
.top_subhead04 .sub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 2.6rem;
  background: #f18613;
  border-radius: 50px;
  margin-bottom: 15px;
  width: 460px;
  height: 64px;
  color: #fff;
}
.top_subhead04 .sub::after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f18613;
}

.top_subhead05 {
  font-family: "Zen Old Mincho", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #35a365;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.top_subhead05 span {
  font-size: 1.4rem;
  color: #333333;
  display: block;
  letter-spacing: 0.1em;
}

.top_subhead06 {
  font-size: 4.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_headline, .headline {
    background-position: bottom 30px center;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .top_headline .main, .headline .main {
    font-size: 3rem;
    padding: 0 40px;
  }
  .top_headline .sub, .headline .sub {
    font-size: 1.6rem;
    width: 120px;
    height: 30px;
  }
  .top_subhead01, .subhead01 {
    font-size: 2rem;
    padding-left: 32px;
    background-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    background-position: left top 7px;
    letter-spacing: 0.04em;
  }
  .top_subhead01 span, .subhead01 span {
    font-size: 2.8rem;
  }
  .top_subhead02 {
    font-size: 2.8rem;
    background-size: 35px;
    padding-left: 50px;
    margin-bottom: 15px;
    background-position: left top 10px;
    line-height: 1.6;
  }
  .top_subhead03, .subhead02 {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .top_subhead03 .sub, .subhead02 .sub {
    font-size: 2.6rem;
  }
  .top_subhead03 .orange, .subhead02 .orange {
    font-size: 3rem;
  }
  .top_subhead04 {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .top_subhead04 .main {
    font-size: 3rem;
  }
  .top_subhead04 .sub {
    width: 240px;
    font-size: 1.6rem;
    height: 30px;
  }
  .top_subhead05 {
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 25px;
  }
  .top_subhead05 span {
    display: inline-block;
    margin-left: 20px;
  }
  .top_subhead06 {
    line-height: 1;
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  background: url(images/top_headline.svg) center center repeat-x;
  background-size: auto 8px;
}
.headline .main {
  position: relative;
  font-size: 3.8rem;
  background: none;
  z-index: 2;
}
.headline .main::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 10px;
  background: #fdfdea;
  z-index: -1;
  box-shadow: 0 0 100px #fdfdea;
}

.subhead01 {
  font-size: 2.4rem;
  padding-bottom: 0;
  background-position: left top 12px;
  margin-bottom: 20px;
}
.subhead01 span {
  font-size: 3.4rem;
}

.subhead02 {
  font-size: 3.4rem;
  margin-bottom: 40px;
}

.subhead03 {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 20px;
  padding: 0 10px 5px;
  border-bottom: 1px solid #35a365;
}

@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 20px;
    line-height: 1.4;
    padding-bottom: 5px;
  }
  .headline .main {
    font-size: 2.4rem;
    background: #fff;
    padding: 0 25px;
  }
  .subhead01 {
    font-size: 2rem;
    padding: 0 10px 10px 30px;
    line-height: 1.4;
    margin-bottom: 20px;
    background-position: top 5px left, left bottom;
    background-size: 26px;
  }
  .subhead01 span {
    font-size: 2.8rem;
  }
  .subhead02 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .subhead03 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .subhead04 {
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .subhead06 {
    font-size: 2.4rem;
    line-height: 1.5;
    background-size: contain;
  }
  .subhead06 span {
    font-size: 3rem;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 60px !important;
    text-align: center;
    background: none;
  }
  small {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  #pc_footer {
    display: none;
  }
  .f_logo {
    max-width: 200px;
  }
  .f_logo img {
    width: 100% !important;
    height: auto;
  }
  .foot_map {
    width: 100%;
    height: 100%;
  }
  .foot_map iframe {
    margin: 0;
    padding: 0;
    display: block;
  }
  #sp_footer {
    position: relative;
    padding-top: 40px;
    z-index: 999999;
    background: url(images/footer.jpg) top center/cover no-repeat;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 9999999;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 75%;
    background: #35a365;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img.tel {
    width: 16px;
    margin: 3px 0 4px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img.mail {
    width: 24px;
    margin: 5px 0 6px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img.page_top {
    width: 20px;
    margin: 3px 0 4px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 7px;
  }
  #sp_footer .sp_bnr .sp_tel {
    flex-direction: row;
  }
  #sp_footer .sp_bnr .sp_tel img {
    margin-bottom: 0;
  }
  #sp_footer .sp_bnr .sp_tel p {
    font-size: 2.8rem;
    line-height: 1;
  }
  #sp_footer .sp_bnr .sp_pagetop {
    width: 25%;
  }
  #sp_footer .logo {
    margin: 0 auto 20px;
  }
  #sp_footer .sp_footer_box {
    color: #333333;
    padding-bottom: 15px;
  }
  #sp_footer .sp_footer_box p {
    line-height: 1.6;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  #sp_footer .sp_footer_box .map_box {
    height: 300px;
  }
  #sp_footer .sp_footer_box .map_box iframe {
    height: 100%;
  }
  .sp_foot_info {
    width: calc(100% - 24px);
    margin: 0 auto 20px;
    text-align: left;
    padding: 20px;
    background: #fff;
  }
  .sp_foot_info p {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px !important;
    padding-bottom: 5px;
  }
  .sp_foot_info p.tel {
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
    padding: 5px 0 0 32px;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    background: url(images/icon_tel.png) left top 8px no-repeat;
  }
  .f_tel {
    margin: 15px 0 5px;
  }
  .copyright {
    font-size: 1.4rem;
    padding: 10px;
    color: #333333;
    background: #ecde7b;
  }
  /* ----sp サイトマップ---- */
  .sp_footer_link {
    width: 100%;
    text-align: left;
    background: url(images/line.png) left top repeat-x;
  }
  .sp_footer_link .menu .menu-item {
    width: 100%;
    cursor: pointer;
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    box-sizing: border-box;
    background: url(images/line.png) left bottom repeat-x;
  }
  .menu-item-type-post_type {
    background: none;
  }
  .sp_footer_link .menu-item span {
    display: block;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .sp_footer_link .menu-item a {
    display: block;
    padding: 10px 14px;
    font-weight: 500;
  }
  .sp_footer_link .menu-item a:active,
  .sp_footer_link .menu-item a:hover,
  .sp_footer_link .menu-item a:link,
  .sp_footer_link .menu-item a:visited {
    color: #333;
    text-decoration: none;
  }
  .sp_footer_link .sub-menu {
    width: 100%;
    margin-bottom: 0;
    display: none;
    background: url(images/line.png) left bottom repeat-x, url(images/washi.jpg) left top no-repeat;
    padding: 10px;
  }
  .sp_footer_link .sub-menu li {
    position: relative;
    width: 100%;
    border-bottom: none !important;
    background: none !important;
  }
  .sp_footer_link .sub-menu li::before {
    position: absolute;
    content: "";
    top: 37%;
    left: 10px;
    background: #35a365;
    width: 6px;
    height: 8.6602540378px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    z-index: 1;
  }
  .sp_footer_link .sub-menu li a {
    display: block;
    padding: 2px 10px 2px 25px;
    border-radius: 6px;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .sp_footer_link .sub-menu li a:active,
  .sp_footer_link .sub-menu li a:hover,
  .sp_footer_link .sub-menu li a:link,
  .sp_footer_link .sub-menu li a:visited {
    position: relative;
    color: #333;
  }
  .sp_footer_link .menu-item-has-children {
    position: relative;
    background: url(images/line.png) left bottom repeat-x;
  }
  .sp_footer_link .menu-item-has-children:before,
  .sp_footer_link .menu-item-has-children:after {
    position: absolute;
    content: "";
    background: #35a365;
    transition: 0.2s ease-in-out;
  }
  .sp_footer_link .menu-item-has-children:before {
    top: 15px;
    right: 24px;
    width: 2px;
    height: 18px;
  }
  .sp_footer_link .menu-item-has-children:after {
    top: 23px;
    right: 16px;
    width: 18px;
    height: 2px;
  }
  .sp_footer_link .menu-item-has-children.menu_open:before {
    transform: rotate(-90deg);
    transition: 0.2s ease-in-out;
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}

#pc_footer {
  position: relative;
  background: url(images/footer.jpg) top center/cover no-repeat;
}
#pc_footer .pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}
#pc_footer .foot_box {
  max-width: 1200px;
  padding: 80px 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: #333;
  line-height: 1.8;
}
#pc_footer .foot_info {
  width: 35%;
}
#pc_footer .logo {
  margin-bottom: 30px;
}
#pc_footer .logo img {
  width: 240px;
  height: auto;
}
#pc_footer .site_map {
  width: 65%;
}
#pc_footer .site_map dt {
  font-weight: 600;
  font-size: 1.7rem;
  color: #333;
  margin-bottom: 10px;
}
#pc_footer .site_map dt a {
  color: #333;
  text-decoration: none;
}
#pc_footer .site_map dt a:hover {
  color: #35a365;
}
#pc_footer .site_map dd {
  position: relative;
  padding-left: 10px;
}
#pc_footer .site_map dd a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  padding-bottom: 3px;
  color: #444;
}
#pc_footer .site_map dd a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #35a365;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
#pc_footer .site_map dd a:hover::after {
  transform: scale(1, 1);
}
#pc_footer .site_map dd a {
  color: #555;
  font-size: 1.4rem;
  line-height: 1.6;
}
#pc_footer .site_map dd::after {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
}
#pc_footer .foot_map {
  height: 400px;
}
#pc_footer .copyright {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  padding: 25px 0;
  line-height: 1;
  background: #35a365;
}

@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #35a365 solid;
  background-color: #35a365;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
  font-family: inherit;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #35a365 solid;
  box-shadow: 0 0 2px 2px rgba(53, 163, 101, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.foam_come {
  text-align: center;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.6rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 3px 7px 4px;
  background: #b20000;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_label .any {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 3px 7px 4px;
  background: #888888;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #35a365;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #35a365;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #35a365;
  border-right: 3px solid #35a365;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #35a365;
  box-shadow: 0 0 2px 2px rgba(53, 163, 101, 0.5);
  background-color: #35a365;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(53, 163, 101, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #35a365;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #35a365;
  border-right: 1px solid #35a365;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #35a365;
  border-right: 1px solid #35a365;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #35a365;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(53, 163, 101, 0.7), rgba(53, 163, 101, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(53, 163, 101, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(53, 163, 101, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack *//*# sourceMappingURL=style.css.map */