@charset "UTF-8";

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

form button:hover {
  cursor: pointer;
  cursor: hand;
  opacity: 0.8;
}

.wysiwyg iframe {
  max-width: 100%;
}

.top-only {
  display: none;
}

@media screen and (min-width: 768px),
print {
  .floating-bnr {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 5;
  }

  .floating-bnr_inr {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: rgba(255, 255, 255, 0.5);
    padding: 4px;
  }

  .floating-bnr_inr a {
    writing-mode: vertical-rl;
    text-orientation: upright;
    background: #fff;
    padding: 16px;
    font-size: 14px;
    line-height: 1;
    text-decoration: unset;
    transition: all 0.3s;
  }

  .floating-bnr_inr a svg {
    margin-bottom: 8px;
    transition: all 0.3s;
  }

  .floating-bnr_inr a svg path {
    transition: all 0.3s;
  }

  .floating-bnr_inr a:hover {
    text-decoration: none;
    color: #fff;
    background: #463a3d;
    transition: all 0.3s;
  }

  .floating-bnr_inr a:hover svg path {
    fill: #fff;
    transition: all 0.3s;
  }

  .common_line {
    position: fixed;
    bottom: 24px;
    right: 16px;
    z-index: 11;
  }

  .common_line_inner {
    position: relative;
  }

  .common_line_inner.disnone {
    display: none;
  }

  .common_line_inner .toziru {
    position: absolute;
    top: -6px;
    right: 4px;
    z-index: 10;
  }

  .common_line_inner .toziru:hover {
    opacity: 0.8;
    cursor: pointer;
    cursor: hand;
  }

  a[id] {
    padding-top: 110px;
    margin-top: -110px;
    display: block;
  }

  .mw_wp_form {
    padding-top: 110px;
    margin-top: -110px;
    display: block;
  }

  /* bese */
  body {
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
      "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #4d4d4d;
  }

  #one-cl {
    overflow: hidden;
  }

  .hh-fix-box {
    width: 100%;
    height: 110px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    background: linear-gradient(180deg,
        #fff 0%,
        #fff 100px,
        transparent 100px,
        transparent 100%);
    z-index: 300;
  }

  .hh-fix-box.nav_fixed2 {
    background-image: url(../images/common/hh-bg.png);
    background-repeat: repeat;
    background-position: center bottom;
    z-index: 300;
  }

  .hh-fix-box .hh-fix-box-inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }

  .hh-fix-box .hh-fix-box-inner .hh-logo {
    position: absolute;
    top: 37px;
    left: 4px;
  }

  .hh-fix-box .hh-fix-box-inner .hh-txt-01 {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #1a1a1a;
    position: absolute;
    top: 58px;
    left: 235px;
  }

  .hh-fix-box .hh-fix-box-inner .hh-list-01 {
    width: 200px;
    position: absolute;
    right: 470px;
    top: 35px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hh-fix-box .hh-fix-box-inner .hh-list-01 li {
    width: 40px;
  }

  .hh-fix-box .hh-fix-box-inner .hh-list-02 {
    width: 450px;
    position: absolute;
    right: 0;
    top: 20px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hh-fix-box.nav_fixed2 .hh-fix-box-inner .hh-logo {
    top: 22px;
  }

  .hh-fix-box.nav_fixed2 .hh-fix-box-inner .hh-txt-01 {
    top: 45px;
  }

  .hh-fix-box.nav_fixed2 .hh-fix-box-inner .hh-list-01 {
    top: 29px;
  }

  .hh-fix-box.nav_fixed2 .hh-fix-box-inner .hh-list-02 {
    top: 10px;
  }

  .hh-fix-box.nav_fixed2 .pc-menu {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 500;
  }

  .pc-menu {
    position: fixed;
    top: 10px;
    right: 1px;
    z-index: 500;
  }

  .pc-menu:hover {
    opacity: 0.8;
    cursor: pointer;
    cursor: hand;
  }

  .side-fix {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 10;
  }

  #pc-menu-open {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10000;
    overflow: scroll;
  }

  #pc-menu-open .open-close-01 {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 3;
  }

  #pc-menu-open .open-close-01:hover {
    opacity: 0.8;
    cursor: pointer;
    cursor: hand;
  }

  #pc-menu-open .open-main-Box {
    width: 100%;
    /*height: calc(100vh - 118px);*/
    margin: 0 auto;
    padding: 120px 120px 56px 120px;
    background: rgba(246, 244, 242, 0.9);
    backdrop-filter: blur(7.5px);
    border-radius: 0 0 2rem 2rem;
    overflow: auto;
  }

  #pc-menu-open .open-main-Box::before {
    content: "";
    display: block;
    width: 41.75vw;
    max-width: 532px;
    min-width: 360px;
    height: auto;
    aspect-ratio: 532 / 493;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/common/ff-decoration02.png);
    background-size: contain;
    background-position: center center;
    z-index: 1;
    pointer-events: none;
  }

  #pc-menu-open .footer-bg .footer-bg-inner .ff-rel-box {
    padding-bottom: 56px;
  }

  #pc-menu-open .open-main-Box .ttl {
    margin-bottom: 30px;
  }

  #pc-menu-open .open-main-Box .con-Box {
    margin-bottom: 30px;
  }

  #pc-menu-open .floating-bnr {
    position: relative;
    margin-top: 56px;
    top: 0;
    z-index: 2;
  }

  #pc-menu-open .floating-bnr .floating-bnr_inr a {
    writing-mode: unset;
    text-orientation: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  #pc-menu-open .floating-bnr .floating-bnr_inr a svg {
    margin: 0;
  }

  #pc-menu-open .list-Box .con-Box {
    margin-bottom: 30px;
  }

  #pc-menu-open .open-close-02 {
    width: 300px;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 1em;
    text-align: center;
    background: #000;
  }

  #g-nav {
    width: 1100px;
    margin: 0px auto 10px auto;
    padding: 20px 0;
    text-align: center;
    font-size: 0.875em;
  }

  #g-nav li.list {
    position: relative;
    display: inline-block;
    margin-right: 2px;
  }

  #g-nav li.list span {
    cursor: pointer;
  }

  #g-nav li.list span,
  #g-nav li.list a {
    border-right: 1px solid #999;
    display: block;
    text-align: center;
    padding: 10px 20px;
  }

  #g-nav li.list:first-child a {
    border-left: 1px solid #999;
  }

  #g-nav .dropmenu li.list ul.sub {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
    position: absolute;
    top: 35px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 500;
    width: 220px;
  }

  #g-nav .dropmenu li.list:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  #g-nav .dropmenu li.list ul li:last-child a {
    border-bottom: 1px solid #ccc;
  }

  #g-nav .dropmenu li.list ul li a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    background: #fff;
    display: block;
    width: 220px;
    padding: 10px;
    color: #000;
    border: 1px solid #ccc;
    border-bottom: none;
  }

  #g-nav .dropmenu li.list:hover ul li a {
    visibility: visible;
    opacity: 1;
  }

  .oo-flex-box {
    width: 870px;
    margin: 0 auto;
    margin-bottom: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  /*============================
#ee-box
============================*/
  #ee-box {
    margin-top: 129px;
  }

  .ee-bnr-01 {
    width: 1172px;
    margin: 0 auto;
    /* margin-bottom: 50px; */
  }

  .ee-bg-box-01 {
    width: 900px;
    margin: 0 auto;
    padding: 43px 5px 35px 116px;
    border-radius: 5px;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    position: relative;
    top: 2px;
  }

  .ee-bg-box-01 .ee-icon {
    position: absolute;
    top: 22px;
    left: 111px;
  }

  .ee-bg-box-01 .ee-txt-01 {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 28.5px;
    text-align: center;
    margin-bottom: 3px;
  }

  .ee-bg-box-01 .ee-txt-02 {
    letter-spacing: 0.05em;
    line-height: 28.5px;
    text-align: center;
  }

  .ee-bg-box-02 {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    margin-top: 72px;
  }

  .ee-bg-box-02 .ee-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 0.05em;
    line-height: 28.5px;
    text-align: left;
    color: #fff;
  }

  .ee-bg-box-02 .ee-list li {
    min-height: 350px;
    background-color: #e85471;
    width: calc(100% / 3);
    padding: 50px 28px 40px;
    position: relative;
  }

  .ee-bg-box-02 .ee-list li:nth-child(2n) {
    margin-right: 0px;
    background-color: #df4c65;
  }

  .ee-bg-box-02 .ee-list li .illustration {
    position: absolute;
    bottom: -12px;
    left: 59px;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-l {
    width: 210px;
    margin-right: 20px;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r {
    width: calc(100% - 230px);
    padding-top: 1px;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r .ee-box-ttl-01 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 37.5px;
    text-align: left;
    margin-bottom: 18px;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r .ee-box-txt-01 {
    margin-bottom: 28px;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r .ee-box-txt-02 {
    margin-bottom: 0;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r .ee-box-ttl-01 .ee-ss {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 37.5px;
    color: #fff;
  }

  .top-igai {
    width: 1172px;
    margin: 0 auto;
  }

  footer {
    width: 100%;
    background: #f2f2f2;
    padding-top: 79px;
  }

  .footer-bg .footer-bg-inner {
    width: 1200px;
    margin: 0 auto;
  }

  .footer-bg .footer-bg-inner .ff-txt-01 {
    margin-bottom: 66px;
  }

  .footer-bg .footer-bg-inner .ff-txt-01 .ff-txt-01-sub {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #e85471;
    margin-right: 27px;
  }

  .footer-bg .footer-bg-inner .ff-txt-01 .ff-txt-01-sub2 {
    letter-spacing: 0.05em;
    line-height: 29px;
    color: #1a1a1a;
  }

  .footer-bg .footer-bg-inner .ff-rel-box {
    position: relative;
    padding-bottom: 109px;
    border-bottom: 1px solid #e6e6e6;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-txt-01 {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #e85471;
    margin-bottom: 11px;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list {
    letter-spacing: 0.05em;
    line-height: 33px;
    color: #1a1a1a;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li {
    background-image: url(../images/common/ff-link-01.svg);
    background-repeat: no-repeat;
    background-position: 9px 13px;
    padding-left: 34px;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li a {
    display: block;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li.gaibu a {
    background-image: url(../images/common/ff-link-02.svg);
    background-repeat: no-repeat;
    background-position: right 36px top 10px;
    padding-right: 20px;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-01 {
    width: 223px;
    padding-right: 1em;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-02 {
    width: 257px;
    padding-right: 1em;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-03 {
    width: 240px;
    padding-right: 1em;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-04 {
    width: 240px;
    padding-right: 1em;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-05 {
    width: 205px;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-g-link-list {
    position: absolute;
    left: 4px;
    bottom: 19px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: left;
    color: #1a1a1a;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-g-link-list li {
    background-image: url(../images/common/ff-link-02.svg);
    background-repeat: no-repeat;
    background-position: right 4px top 5px;
    padding-right: 20px;
    margin-right: 18px;
  }

  .footer-bg .footer-bg-inner .ff-rel-box .ff-sns-link-list {
    width: 200px;
    position: absolute;
    right: 4px;
    bottom: 18px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-bg .footer-bg-inner .ff-logo-box {
    border-top: 1px solid #ffffff;
    padding-top: 38px;
  }

  .footer-bg .footer-bg-inner .ff-logo-box .ff-logo {
    width: 160px;
    margin: 0 auto;
  }

  .footer-bg .footer-bg-inner .ff-logo-box .copyright {
    display: block;
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #1a1a1a;
    padding-bottom: 111px;
    text-align: center;
  }

  .sakagami-house-f {
    padding-top: 40px;
  }

  /* common */
  /* 2カラムサイト---------------- #tow-cl{ width: 1100px; margin: 0 auto; padding: 20px 0;} #tow-cl main{ width: 800px!important; float: left;  } #tow-cl #side{ width: 280px; float: left; margin-right: 19px; background: #333; height: 800px; } #blog #tow-cl #side{ display: none;} #blog #tow-cl main{ width: 1100px !important;}*/
  /* 1カラムサイト */
  /*#one-cl{ }*/
  h1.main-title {
    position: relative;
    top: -10px;
    margin-top: 111px;
    height: 106px;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  h1.main-title .jp {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 19px;
    color: #1a1a1a;
  }

  h2.sub-title {
    background: #525252;
    padding: 25px 20px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 7px;
    text-align: center;
  }

  .seo_bread_list {
    max-width: 1100px;
    width: 100%;
    padding: 11px 0;
    margin: 0 auto 18px;
    font-size: 14px;
    line-height: 1.4;
  }

  .seo_bread_list li {
    margin-right: 20px;
    float: left;
  }

  .seo_bread_list li::after {
    content: " >";
  }

  .seo_bread_list li:last-child::after {
    content: "";
  }

  /*pc・タブレットcss*/
  /*pc_defaultset*/
  .pc {
    display: block !important;
  }

  /*pcのみ表示ブロック*/
  .pc2 {
    display: inline-block !important;
  }

  /*pcのみ表示ブロック*/
  .sp,
  .sp2 {
    display: none !important;
  }

  /*スマホのみ表示ブロック*/
  .h_menu {
    display: none;
  }

  /*スマホ用ヘッダ*/
  .sp-header {
    display: none;
  }

  /*スマホ用メニュー*/
  #sp-global-nav {
    display: none;
  }

  /*スマホ用メニュー*/
  .sp-fix-list {
    display: none;
  }

  /* Antialiasing ※任意　*/
  .fit img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  html {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: none;
  }

  /* WEB FONTs 游ゴシックかすれ予防*/
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
  }

  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
  }

  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
  }

  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
  }

  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }

  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }

  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }

  .f-min {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .f-min-02 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .f-gothic {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
      "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }

  .f-noto {
    font-family: "Noto Sans JP", sans-serif;
  }

  .f-noto-c {
    font-family: noto-serif, serif;
    font-style: normal;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  img {
    vertical-align: bottom;
  }

  a {
    text-decoration: none;
    color: #090909;
  }

  a:hover {
    text-decoration: underline;
  }

  .nobd a:hover {
    text-decoration: none !important;
  }

  /* clearfix */
  .clearfix {
    zoom: 1;
  }

  .clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: ".";
  }

  /* wysiwyg */
  .wysiwyg {
    word-wrap: break-word;
    margin-bottom: 30px;
  }

  .wysiwyg a {
    color: #1a73e8;
    text-decoration: underline;
  }

  .wysiwyg strong {
    font-weight: bolder;
  }

  .wysiwyg em {
    font-family: "ＭＳ ゴシック", sans-serif;
    font-style: italic;
  }

  .wysiwyg img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }

  .wysiwyg p {
    min-height: 15px;
    min-width: 10px;
    line-height: 1.6;
  }

  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    color: #333;
    font-weight: bold;
    text-align: left;
  }

  .wysiwyg h1 {
    background-color: #e85471;
    padding: 12px 24px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
    color: #fff;
  }

  .wysiwyg h2 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 12px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }

  .wysiwyg h3 {
    border-left: 6px solid #e85471;
    padding: 5px 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }

  .wysiwyg h4 {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    font-size: 1.188rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }

  .wysiwyg h5 {
    border-bottom: 1px dashed #000;
    padding: 0 0 10px;
    font-size: 1.188rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }

  .wysiwyg h6 {
    background-color: #f5d6db;
    border: 1px dotted #999;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }

  .wysiwyg ul {
    list-style-type: disc;
    line-height: 1.6;
    font-size: 0.875rem;
    margin: 0.5em 0 1em 2em;
  }

  .wysiwyg ol {
    list-style-type: decimal;
    line-height: 1.6;
    font-size: 0.875rem;
    margin: 0.5em 0 1em 2em;
  }

  .wysiwyg table {
    table-layout: fixed;
    width: 100% !important;
  }

  .wysiwyg table th,
  .wysiwyg table td {
    border: 1px solid #999;
    padding: 8px 16px;
    margin: 0.5em 0 1em;
    line-height: 1.75;
  }

  /* リンク透明 */
  a img:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  /* リンク透明にしない */
  .noop a img:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  /*---------------------------------------- 　　外部サービス ----------------------------------------*/
  /* ggmap */
  /* <div class="ggmap">iframeのコピーしたコード</div> */
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
  @font-face {
    font-family: "jp-sttl01";
    /* お好きな名前にしましょう */
    src: url("../font/.eot");
    /* IE9以上用 */
    src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"),
      url("../font/NotoSansCJKjp-Medium.woff") format("woff"),
      url("../font/NotoSansCJKjp-Medium.woff") format("woff");
    /* iOS, Android用 */
    /* 念の為指定しておきます */
    font-weight: normal;
    /* 念の為指定しておきます */
    font-style: normal;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
  }

  .myWebFontClass {
    font-family: "jp-sttl01";
  }
}

@media screen and (max-width: 1200px) {
  html {
    overflow: auto;
  }

  body {
    overflow: visible;
  }
}

@media screen and (min-width: 766px) and (max-width: 1600px) {
  .ee-bg-box-02 .ee-list li {
    min-height: 322px;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-l {
    width: 140px;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-l img {
    max-width: 100%;
    width: auto;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r {
    width: calc(100% - 165px);
    padding-top: 1px;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r .ee-box-ttl-01 {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r .ee-box-txt-01 {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  a[id] {
    display: block;
    margin-top: -1em;
    padding-top: 1em;
  }

  .mw_wp_form input[type="file"] {
    font-size: 3.8vw;
    display: inline-block;
    width: 100%;
  }

  html {
    font-size: 62.5%;
  }

  body {
    font-family: sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
      "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 3.865vw;
    line-height: 7.246vw;
    overflow: hidden;
    letter-spacing: 0.05em;
    color: #4d4d4d;
    -webkit-text-size-adjust: 100%;
  }

  .pc,
  .pc2 {
    display: none !important;
  }

  /*pcのみ表示ブロック*/
  .sp {
    display: block !important;
  }

  /*スマホのみ表示ブロック*/
  .sp2 {
    display: inline-block !important;
  }

  /*スマホのみ表示ブロック*/
  .no-br {
    display: none;
  }

  /*スマホでbrを解除したい場合に使用*/
  .sp_display_block {
    display: block !important;
  }

  /*スマホでflexboxを解除したい場合等に使用*/
  .pc-menu {
    display: none;
  }

  .side-fix {
    display: none;
  }

  .fix-list {
    display: none;
  }

  #pc-menu-open {
    display: none;
  }

  #g-nav {
    display: none;
  }

  .sp-header {
    height: 19.324vw;
    padding-top: 5.314vw;
    padding-left: 4.831vw;
  }

  .sp-header .h-logo img {
    width: 36.232vw;
  }

  /*============================
#ee-box
============================*/
  #ee-box {
    margin-top: 12.9vw;
  }

  .ee-bnr-01 {
    width: 100%;
    margin: 0 auto;
  }

  .ee-bg-box-01 {
    position: relative;
    top: 0.725vw;
    left: 0;
    width: 86.957vw;
    margin: 0 auto;
    padding: 6.039vw 1.208vw 4.831vw 1.208vw;
    border: 1px solid #e6e6e6;
    border-radius: 1.208vw;
    background: #f2f2f2;
  }

  .ee-bg-box-01 .ee-icon {
    position: absolute;
    top: 5.072vw;
    left: 6.763vw;
    width: calc(40.821vw / 2);
  }

  .ee-bg-box-01 .ee-txt-01 {
    font-weight: 700;
    line-height: 6.28vw;
    width: 49.034vw;
    margin-bottom: 1.691vw;
    margin-left: 28.261vw;
    letter-spacing: 0.05em;
  }

  .ee-bg-box-01 .ee-txt-02 {
    font-size: 3.382vw;
    line-height: 5.797vw;
    width: 71.014vw;
    margin-left: 7.729vw;
    letter-spacing: 0.05em;
  }

  .ee-bg-box-02 {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 7.971vw;
  }

  .ee-bg-box-02 .ee-list {
    font-size: 3.382vw;
    line-height: 5.314vw;
    letter-spacing: 0.05em;
    color: #fff;
  }

  .ee-bg-box-02 .ee-list a {
    color: #fff;
  }

  .ee-bg-box-02 .ee-list li {
    width: 100%;
    padding: 8.454vw 4.106vw 7.971vw;
    background-color: #e85471;
  }

  .ee-bg-box-02 .ee-list li:nth-child(2n) {
    margin-right: 0;
    background-color: #df4c65;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-l {
    width: 28.986vw;
    margin-right: 3.14vw;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r {
    position: relative;
    top: -1.691vw;
    width: calc(100% - 32.126vw);
    padding-top: 0;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r .ee-box-ttl-01 {
    font-size: 4.831vw;
    font-weight: 700;
    line-height: 9.058vw;
    margin-bottom: 0.966vw;
    text-align: left;
    letter-spacing: 0.05em;
    color: #fff;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r .ee-box-txt-01 {
    margin-bottom: 5.072vw;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r .ee-box-txt-02 {
    margin-bottom: 0;
  }

  .ee-bg-box-02 .ee-list .ee-flex-01 .ee-box-r .ee-box-ttl-01 .ee-ss {
    font-size: 3.382vw;
    font-weight: 700;
    line-height: 9.058vw;
    margin-left: 2.415vw;
    text-align: left;
    letter-spacing: 0.05em;
    color: #fff;
  }

  .sp-header .h-menu {
    position: fixed;
    z-index: 997;
    top: 5.314vw;
    right: 2.415vw;
    width: 30px;
  }

  .sp-header .h-menu img {
    width: 100%;
  }

  nav#sp-global-nav .h-logo img {
    width: 36.232vw;
  }

  nav#sp-global-nav {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
      "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 3.865vw;
    letter-spacing: 0.05em;
    color: #1a1a1a;
  }

  nav#sp-global-nav .oo-flex-box {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85.507vw;
    margin: 0 auto;
    margin-bottom: 4.831vw;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }

  nav#sp-global-nav .oo-flex-box .oo-flex-box-txt-01 {
    width: 40.338vw;
  }

  nav#sp-global-nav .oo-flex-box .oo-flex-box-txt-02 {
    width: 40.338vw;
  }

  nav#sp-global-nav .oo-home-txt-01 {
    margin-bottom: 9.662vw;
  }

  nav#sp-global-nav .oo-home-txt-01 a {
    font-size: 3.865vw;
    display: block;
    padding-top: 5.797vw;
    padding-bottom: 5.072vw;
    padding-left: 6.522vw;
    text-align: left;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    background-image: url(../images/common/sp-line.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 0.121vw;
  }

  nav#sp-global-nav .oo-bg .oo-box-txt-01 {
    font-size: 3.865vw;
    font-weight: 700;
    line-height: 5.797vw;
    margin-bottom: 3.14vw;
    padding-left: 6.522vw;
    letter-spacing: 0.05em;
    color: #e85471;
  }

  nav#sp-global-nav .oo-bg .oo-box-list {
    background-image: url(../images/common/sp-line.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 0.121vw;
  }

  nav#sp-global-nav .oo-bg .oo-box-list li a {
    font-size: 3.865vw;
    display: block;
    padding-top: 5.797vw;
    padding-bottom: 5.072vw;
    padding-left: 6.522vw;
    text-align: left;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    background-image: url(../images/common/sp-line.jpg),
      url(../images/common/sp-oo-link-01.svg);
    background-repeat: repeat-x, no-repeat;
    background-position: center bottom, right 6.522vw center;
    background-size: 0.121vw, 2.174vw;
  }

  nav#sp-global-nav .oo-bg .oo-box-list li.gaibu a {
    background-image: url(../images/common/sp-line.jpg),
      url(../images/common/sp-oo-link-02.svg);
    background-repeat: repeat-x, no-repeat;
    background-position: center bottom, right 5.314vw center;
    background-size: 0.121vw, 4.106vw;
  }

  nav#sp-global-nav .oo-bg .oo-bg-inner .oo-rel-box .oo-link-box .oo-box-01 {
    margin-bottom: 9.662vw;
  }

  nav#sp-global-nav .oo-bg .oo-bg-inner .oo-rel-box .oo-link-box .oo-box-02 {
    margin-bottom: 9.662vw;
  }

  nav#sp-global-nav .oo-bg .oo-bg-inner .oo-rel-box .oo-link-box .oo-box-03 {
    margin-bottom: 9.662vw;
  }

  nav#sp-global-nav .oo-bg .oo-bg-inner .oo-rel-box .oo-link-box .oo-box-04 {
    margin-bottom: 9.662vw;
  }

  nav#sp-global-nav .oo-bg .oo-bg-inner .oo-rel-box .oo-g-link-list {
    margin-bottom: 15.217vw;
  }

  nav#sp-global-nav .oo-bg .oo-bg-inner .oo-rel-box .oo-g-link-list li a {
    font-size: 3.865vw;
    display: block;
    padding-top: 5.797vw;
    padding-bottom: 5.072vw;
    padding-left: 6.522vw;
    text-align: left;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    background-color: #eaeaea;
    background-image: url(../images/common/sp-line.jpg),
      url(../images/common/sp-oo-link-02.svg);
    background-repeat: repeat-x, no-repeat;
    background-position: center bottom, right 5.314vw center;
    background-size: 0.121vw, 4.106vw;
  }

  nav#sp-global-nav .oo-bg .oo-bg-inner .oo-rel-box .oo-sns-link-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70vw;
    margin: 0 auto;
    margin-bottom: 14.01vw;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }

  nav#sp-global-nav .oo-bg .oo-bg-inner .oo-rel-box .oo-sns-link-list li {
    width: 14vw;
  }

  nav#sp-global-nav .oo-bg .oo-bg-inner .oo-logo-box .oo-logo {
    text-align: center;
  }

  nav#sp-global-nav .oo-bg .oo-bg-inner .oo-logo-box .copyright {
    font-size: 2.899vw;
    line-height: 5.797vw;
    display: block;
    margin-top: 4.831vw;
    margin-bottom: 35vw;
    text-align: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #1a1a1a;
  }

  nav#sp-global-nav {
    font-size: 1.4rem;
    position: fixed;
    z-index: 9999;
    top: 0;
    display: none;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    color: #fff;
    background-color: #f2f2f2;
    padding: 0 20px;
    overscroll-behavior: contain; 
  }

  nav#sp-global-nav .h-logo {
    margin-bottom: 10.386vw;
    padding-top: 5.314vw;
    padding-left: 4.831vw;
  }

  nav#sp-global-nav .open-close-01 {
    position: fixed;
    z-index: 998;
    top: 5.314vw;
    right: 2.415vw;
    width: 30px;
  }

  nav#sp-global-nav .list {
    margin: 12.077vw 0 4.831vw;
  }

  nav#sp-global-nav .list li a {
    line-height: 1.4;
    display: block;
    padding: 5%;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  nav#sp-global-nav .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li::after {
    background-image: url(../images/common/ff-link-arrow01_black.png);
  }

  nav#sp-global-nav .two-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }

  nav#sp-global-nav .two-list li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }

  nav#sp-global-nav .two-list li a {
    line-height: 1.4;
    line-height: 1.6;
    display: block;
    padding: 9% 5%;
    text-decoration: none;
    color: #fff;
  }

  nav#sp-global-nav .two-list-02 {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }

  nav#sp-global-nav .two-list-02 li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }

  nav#sp-global-nav .two-list-02 li a {
    line-height: 1.4;
    line-height: 1.6;
    display: block;
    padding: 9% 5%;
    text-decoration: none;
    color: #fff;
  }

  nav#sp-global-nav .open-close-02 {
    margin: 10% 5% 20%;
    padding: 5% 3%;
    text-align: center;
    letter-spacing: 0.483vw;
    background: #222;
  }

  nav#sp-global-nav .two-list-02 li:nth-child(2n + 1):last-child {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  nav#sp-global-nav .two-list-02 li:nth-child(2n + 1):last-child a {
    padding: 4.5% 2.5%;
  }

  .sp-fix-list {
    position: fixed;
    z-index: 996;
    bottom: 0;
    display: flex;
    width: 100%;
    gap: 5px;
    padding: 5px;
  }

  .sp-fix-list li {
    display: block;
    width: calc((100% - 10px)/3);
    height: auto;
  }

  .sp-fix-list li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .sp-fix-list li a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .sp-page-top {
    margin-top: 11.594vw;
  }

  .sp-page-top a {
    display: block;
    width: 86.957vw;
    margin: 0 auto;
    margin-bottom: 20.773vw;
  }
}

.footer-bg .footer-bg-inner {
  width: 100%;
  margin: 0 auto;
}

.footer-bg .footer-bg-inner .ff-txt-01 {
  display: none;
}

.footer-bg .footer-bg-inner .ff-rel-box {
  position: relative;
  padding-bottom: 14.01vw;
}

/* .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box {
  display: none;
} */
.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-txt-01 {
  font-weight: 700;
  line-height: 5.797vw;
  margin-bottom: 2.657vw;
  letter-spacing: 0.05em;
  color: #e85471;
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list {
  /* line-height: 7.971vw; */
  letter-spacing: 0.05em;
  color: #1a1a1a;
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li {
  padding-left: 8.213vw;
  background-image: url(../images/common/ff-link-01.svg);
  background-repeat: no-repeat;
  background-position: 2.174vw 3.14vw;
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li a {
  display: block;
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-g-link-list {
  display: none;
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-sns-link-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70vw;
  margin: 0 auto;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-sns-link-list li {
  width: 14vw;
}

.footer-bg .footer-bg-inner .ff-logo-box .ff-logo {
  width: 38.647vw;
  margin: 0 auto;
}

.footer-bg .footer-bg-inner .ff-logo-box .copyright {
  font-size: 2.899vw;
  line-height: 5.797vw;
  display: block;
  margin-top: 3.865vw;
  margin-bottom: 33.092vw;
  text-align: center;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}

@media screen and (min-width: 768px),
print {
  .sakagami-house-f {
    width: 80%;
    margin: 0 auto;
    padding-top: 10vw;
  }

  .sakagami-house-f img {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  }

  h1.main-title {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24.155vw;
    background-color: #f2f2f2;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }

  h1.main-title .jp {
    font-size: 4.831vw;
    font-weight: bold;
    line-height: 7.246vw;
    letter-spacing: 0.1em;
    color: #1a1a1a;
  }

  h2.sub-title {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 5%;
    padding: 3%;
    text-align: center;
    letter-spacing: 0.966vw;
    color: #fff;
    background: #525252;
  }

  .seo_bread_list {
    font-size: 1.2rem;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto;
    padding: 5% 2%;
    color: #666;
  }

  .seo_bread_list {
    display: none;
  }

  /* .seo_bread_list a { color: #666;}
.seo_bread_list li{ margin-right: 0.5em; float: left;  }
.seo_bread_list li::after{ content: ">"; }
.seo_bread_list li:last-child::after{ content: none; } */
  /* 2カラムサイト---------------- */
  #tow-cl #side {
    display: none;
  }

  .fit img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wysiwyg img {
    width: auto !important;
    height: auto !important;
  }

  html {
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: none;
  }

  /* WEB FONTs 游ゴシックかすれ予防*/
  @font-face {
    font-family: "Yu Gothic";
    font-weight: 100;
    src: local("Yu Gothic Medium");
  }

  @font-face {
    font-family: "Yu Gothic";
    font-weight: 200;
    src: local("Yu Gothic Medium");
  }

  @font-face {
    font-family: "Yu Gothic";
    font-weight: 300;
    src: local("Yu Gothic Medium");
  }

  @font-face {
    font-family: "Yu Gothic";
    font-weight: 400;
    src: local("Yu Gothic Medium");
  }

  @font-face {
    font-family: "Yu Gothic";
    font-weight: bold;
    src: local("Yu Gothic Bold");
  }

  @font-face {
    font-family: "Helvetica Neue";
    font-weight: 100;
    src: local("Helvetica Neue Regular");
  }

  @font-face {
    font-family: "Helvetica Neue";
    font-weight: 200;
    src: local("Helvetica Neue Regular");
  }

  .f-min {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .f-min-02 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .f-gothic {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
      "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }

  .f-noto {
    font-family: "Noto Sans JP", sans-serif;
  }

  .f-noto-c {
    font-family: noto-serif, serif;
    font-style: normal;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  img {
    max-width: 100%;
    vertical-align: bottom;
  }

  a {
    text-decoration: none;
    color: #090909;
  }

  a:hover {
    text-decoration: underline;
  }

  .nobd a:hover {
    text-decoration: none !important;
  }

  .clearfix {
    zoom: 1;
  }

  .clearfix:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
  }

  /* wysiwyg */
  .wysiwyg {
    font-size: 3.865vw;
    margin-bottom: 4vw;
    word-wrap: break-word;
  }

  .wysiwyg a {
    text-decoration: underline;
    color: #1a73e8;
  }

  .wysiwyg strong {
    font-weight: bolder;
  }

  .wysiwyg em {
    font-family: "ＭＳ ゴシック", sans-serif;
    font-style: italic;
  }

  .wysiwyg img {
    max-width: 100% !important;
    height: auto !important;
  }

  .wysiwyg p {
    font-size: 3.865vw;
    line-height: 1.6;
    min-width: 1rem;
    min-height: 1rem;
    margin-bottom: 1rem;
  }

  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    font-weight: bold;
    text-align: left;
    color: #333;
  }

  .wysiwyg h1 {
    font-size: 4vw;
    line-height: 1.6;
    margin: 0.5em 0 1em;
    padding: 3vw;
    color: #fff;
    background-color: #e85471;
  }

  .wysiwyg h2 {
    font-size: 3.1vw;
    line-height: 1.6;
    margin: 0.5em 0 1em;
    padding: 3vw;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }

  .wysiwyg h3 {
    font-size: 3vw;
    line-height: 1.6;
    margin: 0.5em 0 1em;
    padding: 2vw;
    border-left: 4px solid #e85471;
  }

  .wysiwyg h4 {
    font-size: 3vw;
    line-height: 1.6;
    margin: 0.5em 0 1em;
    padding: 0 0 3%;
    border-bottom: 1px solid #000;
  }

  .wysiwyg h5 {
    font-size: 3vw;
    line-height: 1.6;
    margin: 0.5em 0 1em;
    padding: 0 0 3%;
    border-bottom: 1px dashed #000;
  }

  .wysiwyg h6 {
    font-size: 3vw;
    line-height: 1.6;
    margin: 0.5em 0 1em;
    padding: 2vw;
    border: 1px dotted #999;
    background-color: #f5d6db;
  }

  .wysiwyg ul {
    line-height: 1.6;
    margin: 0.5em 0 1em 2em;
    list-style-type: disc;
  }

  .wysiwyg ol {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0.5em 0 1em 2em;
    list-style-type: decimal;
  }

  .wysiwyg table {
    overflow-x: scroll;
    width: 100% !important;
    margin-bottom: 1.2em;
    table-layout: fixed;
    border-left: 1px solid #999;
  }

  .wysiwyg table th,
  .wysiwyg table td {
    font-size: 3.6vw;
    line-height: 1.75;
    padding: 0.6em;
    border: 1px solid #999;
    border-top: none;
    border-left: none;
  }

  .wysiwyg table tr {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }

  .wysiwyg table td {
    line-height: 1.7;
    min-width: 45vw;
    width: 65%;
  }

  .wysiwyg .wys-scr {
    overflow-x: scroll;
    width: 100%;
    /*margin-right: 2em;*/
    border-top: 1px solid #999;
  }

  .wysiwyg .wys-scr p {
    margin-bottom: 0;
  }

  /* img-block */
  /* アンカーリンク調整 */
  .hideAnchor {
    display: block;
    overflow: hidden;
    height: 0;
    margin-top: -2.415vw;
    padding-bottom: 2.415vw;
    text-indent: -2415.217vw;
  }

  /* スクロール縦 */
  .scroll-y {
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  /* リンク透明 */
  a img:hover {
    opacity: 0.8;
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
  }

  /* リンク透明にしない */
  .noop a img:hover {
    opacity: 1;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
  }

  /*---------------------------------------- 　　外部サービス ----------------------------------------*/
  /* ggmap */
  /* <div class="ggmap">iframeのコピーしたコード</div> */
  .sp-ggmap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 7.246vw;
    padding-bottom: 56.25%;
  }

  .sp-ggmap iframe,
  .sp-ggmap object,
  .sp-ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
  @font-face {
    font-family: "jp-sttl01";
    /* お好きな名前にしましょう */
    font-weight: normal;
    /* 念の為指定しておきます */
    font-style: normal;
    margin: 0;
    padding: 0;
    vertical-align: top;
    src: url("../font/.eot");
    /* IE9以上用 */
    src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"),
      url("../font/NotoSansCJKjp-Medium.woff") format("woff"),
      url("../font/NotoSansCJKjp-Medium.woff") format("woff");
    /* iOS, Android用 */
    /* 念の為指定しておきます */
  }

  .myWebFontClass {
    font-family: "jp-sttl01";
  }
}

@media screen and (max-height: 450px) {

  /* 高さ450px以下の場合 andoroidのフォーム対策 ストーカーバナー用　*/
  .sp-fix-list {
    display: none;
  }
}

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

/* 20251105 リニューアル*/

footer {
  position: relative;
  margin-top: -20px;
  width: 100%;
  background: #463a3d;
  padding: 80px 120px 100px 120px;
  border-radius: 30px 30px 0 0;
}

footer::before {
  content: "";
  display: block;
  width: 41.75vw;
  max-width: 532px;
  min-width: 360px;
  height: auto;
  aspect-ratio: 532 / 493;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/common/ff-decoration.png);
  background-size: contain;
  background-position: center center;
  z-index: 1;
  pointer-events: none;
}

.footer-bg {
  display: flex;
  position: relative;
  height: 100%;
  z-index: 2;
}

.footer-bg .footer-bg-inner.footer-bg-inner01 {
  width: 224px;
  margin: 0;
}

.footer-bg .footer-bg-inner.footer-bg-inner01 .ff-logo-box {
  border-top: unset;
  padding-top: 0;
}

.footer-bg .footer-bg-inner.footer-bg-inner01 .ff-logo-box .ff-logo {
  width: 100%;
  margin: 0 0 48px 0;
}

.footer-bg .footer-bg-inner.footer-bg-inner01 .ff-logo-box .ff-logo a {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: unset;
}

.footer-bg .footer-bg-inner.footer-bg-inner01 .ff-logo-box .ff-logo a img {
  width: 100%;
  height: auto;
}

.footer-bg .footer-bg-inner.footer-bg-inner01 .ff-sns-link-list {
  display: flex;
  gap: 8px;
}

.footer-bg .footer-bg-inner.footer-bg-inner01 .ff-sns-link-list a img {
  width: 40px;
  height: 40px;
}

.footer-bg .footer-bg-inner.footer-bg-inner02 {
  width: auto;
  margin: 0;
  margin-left: auto;
}

@media screen and (max-width: 900px),
print {
  .footer-bg .footer-bg-inner.footer-bg-inner02 {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box {
  justify-content: flex-end;
  gap: 20px;
  max-width: 712px;
}

@media screen and (max-width: 900px),
print {
  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box {
    display: flex;
    flex-wrap: wrap;
    max-width: unset;
    justify-content: center;
  }
}

@media screen and (max-width: 425px),
print {
  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box {
    justify-content: space-between;
  }
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box {
  width: 224px;
  height: auto;
}

@media screen and (max-width: 900px),
print {
  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box {
    width: 150px;
    height: auto;
  }
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li {
  background: unset;
  padding-left: 12px;
  position: relative;
}

@media screen and (max-width: 900px),
print {
  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li {
    margin-bottom: 8px;
  }
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #d3c8be;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/common/ff-link-arrow01.png);
  background-size: contain;
  background-position: center center;
}

@media screen and (max-width: 768px),
print {
  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li::after {
    right: -8px;
  }
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li.link-blank::after {
  background-image: url(../images/common/ff-link-arrow02.png);
  background-size: contain;
  background-position: center center;
}

.footer-bg .footer-bg-inner .ff-rel-box {
  padding-bottom: 0;
  border-bottom: unset;
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-txt-01 {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  color: #fff;
  margin: 20px 0 28px 0;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 900px),
print {
  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-txt-01 {
    font-size: 16px;
  }
}

.footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 900px),
print {
  .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li a {
    font-size: 12px;
    padding-right: 0;
    line-height: 1.67em;
  }
}

.footer-floatbox {
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-floatbox .footer-privacy {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-left: 12px;
  position: relative;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-floatbox .footer-privacy::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #d3c8be;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer-floatbox .footer-copyright {
  font-size: 12px;
  line-height: 1.67em;
  color: #fff;
}

@media screen and (max-width: 1200px),
print {
  footer {
    padding: 80px 64px 100px 64px;
  }
}

@media screen and (max-width: 900px),
print {
  footer {
    padding: 80px 20px 100px 20px;
  }

  .footer-bg {
    padding-bottom: 100px;
    flex-wrap: wrap;
  }

  .footer-bg .footer-bg-inner.footer-bg-inner01 {
    width: 180px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px),
print {
  footer {
    margin-top: -20px;
    padding: 48px 20px 100px 20px;
  }

  .footer-bg .footer-bg-inner.footer-bg-inner01 {
    width: 100%;
    margin-top: 24px;
    max-width: 328px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px),
print {
  .pc-menu {
    position: fixed;
    top: 34px;
    right: 40px;
    z-index: 500;
    margin: auto;
    width: 30px;
    height: 30px;
  }

  .hh-fix-box.nav_fixed2 .pc-menu {
    top: 34px;
    right: 40px;
  }

  .hh-fix-box .hh-fix-box-inner {
    width: 100%;
    height: auto;
    padding: 30px 110px 30px 40px;
    display: flex;
    justify-content: space-between;
    background: #fff;
  }

  .hh-fix-box .hh-fix-box-inner .hh-logo {
    position: unset;
    width: 180px;
    height: auto;
  }

  .hh-fix-box .hh-fix-box-inner .hh-logo a {
    display: block;
    width: 100%;
    height: auto;
  }

  .hh-fix-box .hh-fix-box-inner .hh-logo a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .hh-fix-box .hh-fix-box-inner .hh-list-01 {
    position: unset;
    gap: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* width: calc(100% - 450px); */
    width: 850px;
  }

  .hh-fix-box .hh-fix-box-inner .hh-list-01 li {
    width: auto;
    font-family: "Noto Sans JP", sans-serif;
  }

  .hh-fix-box .hh-fix-box-inner .hh-list-01 li a {
    color: #463a3d;
    font-weight: 500;
  }

  #pc-menu-open .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li a {
    color: #463a3d;
    /* text-decoration: unset; */
  }

  #pc-menu-open .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-txt-01 {
    color: #463a3d;
  }

  /* #pc-menu-open .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box {
    justify-content: flex-start;
    max-width: unset;
  } */
  #pc-menu-open .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li.link-blank::after {
    background-image: url(../images/common/ff-link-arrow02_black.png);
  }

  #pc-menu-open .footer-floatbox .footer-privacy {
    color: #463a3d;
  }

  #pc-menu-open .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li::after {
    background-image: url(../images/common/ff-link-arrow01_black.png);
  }
}

@media screen and (max-width: 1200px),
print {
  .hh-fix-box .hh-fix-box-inner .hh-list-01 {
    gap: 16px;
  }

  .hh-fix-box .hh-fix-box-inner .hh-list-01 li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px),
print {
  .hh-fix-box .hh-fix-box-inner .hh-list-01 {
    display: none;
  }
}

@media screen and (max-width: 900px),
print {

  .footer-floatbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
  }

  #pc-menu-open .open-main-Box {
    padding: 100px 20px 56px 20px;
    height: 100vh;
  }

  #pc-menu-open .floating-bnr .floating-bnr_inr {
    flex-direction: row;
  }

  #pc-menu-open .footer-bg .footer-bg-inner.footer-bg-inner01 {
    width: auto;
  }

  #pc-menu-open .footer-bg .footer-bg-inner.footer-bg-inner01 .ff-logo-box .ff-logo {
    width: 180px;
    margin: 0 auto 32px auto;
  }

  #pc-menu-open .footer-bg .footer-bg-inner.footer-bg-inner01 .ff-sns-link-list {
    justify-content: center;
  }

  #pc-menu-open .floating-bnr {
    margin-top: 24px;
  }

  #pc-menu-open .footer-floatbox {
    width: 100%;
    position: unset;
  }

  #pc-menu-open .footer-floatbox .footer-privacy {
    max-width: 640px;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 56px;
  }

  #pc-menu-open .footer-bg .footer-bg-inner .ff-rel-box {
    padding-bottom: 24px;
  }

  #pc-menu-open .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box {
    width: 160px;
  }

  #sp-global-nav .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-txt-01 {
    color: #463a3d;
  }

  #sp-global-nav .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li a {
    color: #463a3d;
  }

  #sp-global-nav .footer-bg .footer-bg-inner .ff-rel-box .ff-link-box .ff-box-list li.link-blank::after {
    background-image: url(../images/common/ff-link-arrow02_black.png);
  }

  #sp-global-nav .footer-bg .footer-bg-inner.footer-bg-inner02 {
    margin-top: 100px;
  }

  #sp-global-nav .footer-floatbox {
    position: unset;
    margin: 48px 0 0 0;
  }

  #sp-global-nav .footer-floatbox .footer-privacy {
    color: #463a3d;
  }

  #sp-global-nav .footer-floatbox {
    position: relative;
  }

  #sp-global-nav .footer-floatbox:before {
    content: "";
    display: block;
    width: 100vw;
    height: auto;
    aspect-ratio: 375 / 317;
    position: absolute;
    left: -20px;
    bottom: -24px;
    margin: auto;
    background-image: url(../images/common/ff-decoration02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
    pointer-events: none;
  }
}