@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;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}

/* 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;
  letter-spacing: 0.05em;
  color: #000;
}

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

.wysiwyg h1 {
  background-color: #fcd000 !important;
}

.wysiwyg h3 {
  border-left: 6px solid #bc161d !important;
}

.dn {
  display: none;
}

.form-Box .error {
  margin-top: 1em;
}

span:not([class]) {
  display: inline-block;
}
/* 追記　リンクアイコン */
.c-link-icon {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.c-link-icon::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../img/renewal/icon_link.svg") no-repeat center / contain;
}
/* 追記 footer記述 */
.p-footer {
  padding-bottom: 63px;
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  max-width: 151px;
  width: 100%;
}
.p-footer__sns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
}
.p-footer__navWrap {
  padding: 72px 20px 72px;
}
.p-footer__adressWrap {
  background-color: #ebebeb;
  padding: 34px 20px 6px;
}
.p-footer__copyright {
  margin-top: 44px;
  font-size: 10px;
  text-align: center;
}
.p-footer__adress dd {
  font-size: 13px;
  font-weight: 500;
  line-height: calc(21 / 13);
}
.p-footer__adress dt {
  font-size: 13px;
  font-weight: 500;
  line-height: calc(21 / 13);
}
.p-footer__adress:first-child dt,
.p-footer__adress:first-child dd {
  font-size: 16px;
}
.p-footer__adress + .p-footer__adress {
  margin-top: 18px;
}
@media screen and (min-width: 670px) {
  .p-footer {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px), print {
  /* bese */
  body {
    font-size: 16px;
    /* overflow: hidden; */
    line-height: 1.8;
  }

  #one-cl {
    overflow: hidden;
  }

  header .h-logo {
    padding: 11px 20px;
    margin-right: 10px;
    float: left;
  }

  header .h-tel {
    padding: 18px;
    position: absolute;
    left: 300px;
  }

  header .h-bnr1 {
    position: absolute;
    top: 0;
    right: 0;
  }

  header .h-link-list {
    font-size: 0.75em;
    position: absolute;
    left: 220px;
    top: 80px;
  }

  header .h-link-list li {
    float: left;
    margin-right: 15px;
  }

  header .h-link-list li::before {
    content: "＞";
  }

  header .h-add-Box {
    width: 300px;
    position: absolute;
    font-size: 0.75em;
    top: 20px;
    right: 120px;
  }

  header .sns-list {
    position: absolute;
    top: 10px;
    right: 0px;
  }

  header .sns-list li {
    float: right;
    margin-left: 10px;
  }

  header .btn01 {
    position: absolute;
    right: 130px;
    bottom: 0;
    font-size: 0.75em;
  }

  header .btn01 a {
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    background: #000;
  }

  header .btn02 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.75em;
  }

  header .btn02 a {
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    background: #000;
  }

  .pc-menu {
    position: fixed;
    top: 110px;
    right: 0px;
    z-index: 9999;
  }

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

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

  .fix-pagetop {
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 10;
  }

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

  #pc-menu-open .open-close-01 {
    position: absolute;
    top: 0;
    right: 0;
  }

  #pc-menu-open .open-main-Box {
    width: 1100px;
    margin: 0 auto;
    padding: 120px 0 70px;
  }

  #pc-menu-open .open-main-Box .bnr-box {
    margin-bottom: 40px;
  }

  #pc-menu-open .open-main-Box .bnr {
    float: left;
    margin-right: 40px;
  }

  #pc-menu-open .open-main-Box .tel {
    float: left;
    padding-top: 15px;
  }

  #pc-menu-open .open-main-Box .list-Box {
    margin-bottom: 50px;
  }

  #pc-menu-open .open-main-Box .list-Box .open-home-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
  }

  #pc-menu-open .open-main-Box .list-Box .f-link-l {
    float: left;
    width: 300px;
    margin-right: 40px;
  }

  #pc-menu-open .open-main-Box .list-Box .f-link-c {
    float: left;
    width: 218px;
    margin-right: 40px;
  }

  #pc-menu-open .open-main-Box .list-Box .f-link-r {
    float: left;
    width: 250px;
  }

  #pc-menu-open .open-main-Box .list-Box li {
    margin-bottom: 7px;
    letter-spacing: 0.8px;
    font-size: 16px;
    font-weight: 700;
  }

  #pc-menu-open .open-main-Box .list-Box li::before {
    content: "- ";
  }

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

  #pc-menu-open .open-main-Box .list-Box .ttl:before {
    display: none;
  }

  #pc-menu-open .open-main-Box .list-Box .gaibu:after {
    content: url(../images/common/open-g-link.png);
    padding-left: 5px;
  }

  #pc-menu-open .open-main-Box .open-con-Box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }

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

  #pc-menu-open .open-main-Box .open-con-Box .open-logo2 {
    float: left;
    margin-right: 40px;
  }

  #pc-menu-open .open-main-Box .open-con-Box .add1 {
    float: left;
    padding-top: 33px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-bottom: 17px;
  }

  #pc-menu-open .open-main-Box .open-con-Box .box1 {
    width: 1100px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
  }

  #pc-menu-open .open-main-Box .open-con-Box .box1 .l-box {
    float: left;
    margin-right: 28px;
    padding-bottom: 80px;
  }

  #pc-menu-open .open-main-Box .open-con-Box .box1 li {
    margin-bottom: -1px;
    letter-spacing: 0.7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }

  #pc-menu-open .open-main-Box .open-con-Box .box1 li span {
    padding-left: 10px;
  }

  #pc-menu-open .open-main-Box .open-con-Box .box1 li::before {
    content: "- ";
  }

  #g-nav {
    width: 1280px;
    margin: 14px auto 18px auto;
    padding: 20px 0;
    text-align: center;
  }

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

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

  #g-nav li.list span,
  #g-nav li.list a {
    border-right: 1px dotted #999;
    display: block;
    text-align: center;
    padding: 6.5px 19.5px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.3px;
  }

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

  #g-nav .dropmenu li.list ul.sub {
    visibility: hidden;
    opacity: 0;
    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;
    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;
  }

  .inc1-box {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 54px 0 60px;
    background-color: #0a1d3b;
  }

  .inc1-box .list {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .inc2-box {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 80px 0;
  }

  .inc2-box .list {
    width: 890px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  #end-contact {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
    background: url(../images/common/end-bg01.jpg) no-repeat center top;
  }

  #end-contact .end-box {
    width: 1100px;
    margin: 0 auto;
    height: 565px;
    background:
      url(../images/common/end-bg03.jpg) no-repeat center bottom,
      url(../images/common/end-bg02.jpg) no-repeat left top,
      #fff;
    position: relative;
  }

  #end-contact .end-box .txt1 {
    position: absolute;
    top: 35px;
    left: 43px;
  }

  #end-contact .end-box .txt2 {
    position: absolute;
    top: 65px;
    left: 437px;
  }

  #end-contact .end-box .txt3 {
    position: absolute;
    top: 319px;
    left: 448px;
    font-size: 22px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 1px;
  }

  #end-contact .end-box .icon1 {
    position: absolute;
    bottom: 139px;
    left: 5px;
  }

  #end-contact .end-box .icon2 {
    position: absolute;
    bottom: 0px;
    right: -70px;
  }

  #end-contact .end-box .tel {
    position: absolute;
    bottom: 8px;
    left: 40px;
  }

  #end-contact .end-box .btn {
    position: absolute;
    bottom: 20px;
    right: 41px;
  }
  /* footer {
    width: 100%;
    line-height: 1.6;
    background: url(../images/common/f-bg01.jpg) no-repeat center top;
    background-size: cover;
  } */

  /* footer .footer-Box {
    max-width: 1132px;
    width: 100%;
    padding-inline: 16px;
    margin: 0 auto;
    font-size: 0.875em;
    padding-top: 490px;
    color: #fff;
  } */
  /* .p-footer__box-link {
    margin-block-start: 23px;
  } */
  /* footer .footer-Box a {
    color: #fff;
  } */

  /* footer .f-link-Box {
    max-width: 1100px;
    inline-size: 100%;
    display: flex !important;
    flex-wrap: wrap;

    margin-bottom: 42px;
  }

  footer .f-link-Box .f-home-link {
    margin-bottom: 23px;
    letter-spacing: 1.5px;
  }

  footer .f-link-l {
    /* float: left; */
  /* max-width: 300px;
    width: 100%;
    margin-right: 40px;
  } */

  /* footer .f-link-c {
    max-width: 218px;
    width: 100%;
    margin-right: 40px;
  }

  footer .f-link-r {
    max-width: 250px;
    width: 100%;
  } */

  /* footer .f-link-Box li {
    margin-bottom: 7px;
    letter-spacing: 0.8px;
    font-size: 16px;
    font-weight: 700;
  }

  footer .f-link-Box li::before {
    content: "- ";
  }

  footer .f-link-Box .ttl {
    margin-bottom: 7px;
  }

  footer .f-link-Box .ttl:before {
    display: none;
  }

  footer .f-link-Box .gaibu:after {
    content: url(../images/common/g-link.png);
    padding-left: 5px;
  }

  footer .f-con-Box {
    width: 1000px;
  }

  footer .f-con-Box .f-logo {
    float: left;
    margin-right: 23px;
  }

  footer .f-con-Box .add1 {
    padding-top: 63px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-bottom: 17px;
  }

  footer .f-con-Box .box1 {
    width: 1000px;
    border-top: 1px solid #fff;
    padding-top: 12px;
  }

  footer .f-con-Box .box1 .l-box {
    float: left;
    margin-right: 28px;
    padding-bottom: 80px;
  }

  footer .f-con-Box .box1 li {
    margin-bottom: -1px;
    letter-spacing: 0.7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }

  footer .f-con-Box .box1 li span {
    padding-left: 10px;
  }

  footer .f-con-Box .box1 li::before {
    content: "- ";
  }

  .copyright {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.7px;
    width: 100%;
    text-align: left;
    display: inline-block;
    padding-block-end: 20px;
  }  */

  /* 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 {
    width: 100%;
    min-width: 1100px;
    background: #fcd000;
    /* color: #fff; */
    padding: 32px 0;
    text-align: center;
    line-height: 1.4;
  }

  h1.main-title .en {
    display: block;
    font-size: 1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  h1.main-title .jp {
    display: block;
    font-size: 30px;
    font-weight: bold;
  }

  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: 20px 0;
    margin: 0 auto 30px;
    font-size: 16px;
    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 {
    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;
  }

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

  .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 {
    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: #dcdcdc;
    padding: 12px 24px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }

  .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 #231815;
    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: #eee;
    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 th,
  .wysiwyg table td {
    border: 1px solid #999;
    padding: 10px;
    font-size: 0.875rem;
    margin: 0.5em 0 1em;
  }

  /* リンク透明 */
  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: 1400px) {
  #g-nav li.list span,
  #g-nav li.list a {
    font-size: 14px;
  }
}
@media screen and (max-width: 670px) {
  /* 追記 */
  .sp-fix-list {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    max-width: 600px;
    width: 100%;
    z-index: 996;
    display: flex;
  }

  .sp-fix-list__btn {
    flex: 219;
    background-color: #fff;
  }

  .sp-fix-list__btn--contact {
    flex: 155;
    background-color: #b12c26;
  }

  .sp-fix-list a {
    width: 100%;
    height: 63px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #b12c26;
    font-size: 14px;
    font-weight: 600;
    gap: 2px;
  }
  .sp-fix-list__btn--contact a {
    color: #fff;
  }
  .sp-fix-list {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 996;
    display: flex;
  }

  .sp-fix-list__btn {
    flex: 219;
    background-color: #fff;
  }

  .sp-fix-list__btn--contact {
    flex: 155;
    background-color: #b12c26;
  }

  .sp-fix-list a {
    width: 100%; /* ←追加 */

    height: 63px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    color: #b12c26;
    font-size: 14px;
    font-weight: 600;
  }

  .sp-fix-list__btn--contact a {
    color: #fff;
  }

  .inc1-box {
    margin: 0 auto;
    padding: 10vw 0;
    background-color: #0a1d3b;
  }
}
/* 追記 */
@media screen and (min-width: 671px) {
  .sp-fix-list {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mw_wp_form input[type="file"] {
    display: inline-block;
    width: 100%;
    font-size: 3.8vw;
  }

  html {
    font-size: 62.5%;
  }

  body {
    /* overflow: hidden; */
    font-size: 16px;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
  }

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

  .inc1-box .list {
    margin: 0 12vw -10vw;
  }

  .inc1-box .list li {
    margin-bottom: 10vw;
  }

  .inc2-box {
    margin: 0 auto;
    padding: 10vw 0;
  }

  .inc2-box .list {
    margin: 0 12vw;
  }

  .inc2-box .list li {
    margin-bottom: 10vw;
  }

  .inc2-box .list li:nth-child(2) {
    margin-bottom: 0;
  }

  #end-contact {
    margin: 0 auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
    background: url(../images/common/sp-end-bg01.jpg) no-repeat center top;
    background-size: 100% auto;
  }

  #end-contact .end-box {
    width: 90%;
    margin: 0 auto;
    height: 112vw;
    background:
      url(../images/common/sp-end-bg03.jpg) no-repeat center bottom,
      url(../images/common/sp-end-bg02.jpg) no-repeat left top,
      #fff;
    background-size:
      100% auto,
      50% auto;
    position: relative;
  }

  #end-contact .end-box .txt1 {
    position: absolute;
    top: 4vw;
    left: 4vw;
    width: 36%;
  }

  #end-contact .end-box .txt2 {
    position: absolute;
    top: 9vw;
    left: 41vw;
    width: 57%;
  }

  #end-contact .end-box .txt3 {
    position: absolute;
    top: 42vw;
    left: 3vw;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.242vw;
  }

  #end-contact .end-box .icon1 {
    position: absolute;
    bottom: 139px;
    left: 5px;
  }

  #end-contact .end-box .icon2 {
    position: absolute;
    bottom: 46vw;
    right: -14px;
    width: 50%;
  }

  #end-contact .end-box .tel {
    position: absolute;
    bottom: 24vw;
    left: 8vw;
    width: 80%;
  }

  #end-contact .end-box .btn {
    position: absolute;
    bottom: 4vw;
    right: 4.5vw;
    width: 90%;
  }

  .sp-page-top a {
    text-align: center;
    display: block;
    padding: 0 3% 18%;
  }

  .sp-page-top a img {
    width: 50%;
    height: auto;
  }

  /* footer {
    line-height: 1.6;
    font-size: 1.4rem;
    background: url(../images/common/sp-f-bg01.jpg) no-repeat center top;
    background-size: 100% auto;

    padding-bottom: 0vw;
  } */

  /* footer .footer-Box {
    padding-bottom:140px;
  }
 */
  /* footer .f-link-Box .f-home-link {
    border-bottom: 1px solid #bebebe;
    padding: 10% 3%;
  }

  footer .f-link-Box li a {
    border: 1px solid #bebebe;
    border-width: 0 1px 1px 0;
    padding: 3%;
    display: block;
  }

  footer .f-con-Box {
    padding: 70% 3% 10%;
    color: #fff;
  }

  footer .f-con-Box .f-logo {
    width: 75%;
    margin-bottom: 3vw;
  }

  footer .f-con-Box .add1 {
    padding-top: 3vw;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.19vw;
    padding-bottom: 3vw;
  }

  footer .f-con-Box .box1 {
    border-top: 1px solid #fff;
    padding-top: 2vw;
  } */

  /* footer .f-con-Box .box1 .l-box {
    padding-bottom: 8vw;
  }

  footer .f-con-Box .box1 li {
    letter-spacing: 0.19vw;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 0.5vw;
  }

  footer .f-con-Box .box1 li span {
    padding-left: 3vw;
  }

  footer .f-con-Box .box1 li::before {
    content: "- ";
  }

  .copyright {
    font-size: 12px;
    line-height: 1.6;
    padding-inline: 3%;
    padding-block-end: 140px;
    display: block;
    color: #fff;
  } */

  h1.main-title {
    width: 100%;
    background: #fcd000;
    /* color: #fff; */
    padding: 7% 0;
    text-align: center;
    margin-bottom: 4%;
  }

  h1.main-title .en {
    display: block;
    font-size: 3vw;
    margin-bottom: 2vw;
    text-transform: uppercase;
  }

  h1.main-title .jp {
    display: block;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.483vw;
  }

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

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

  .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 {
    object-fit: cover;
  }

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

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

  /* 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;
    max-width: 100%;
  }

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

  a:hover {
    text-decoration: underline;
  }

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

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

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

  .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 {
    min-height: 1rem;
    min-width: 1rem;
    line-height: 1.6;
    font-size: 3.865vw;
  }

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

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

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

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

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

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

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

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

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

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

  .wysiwyg table th,
  .wysiwyg table td {
    border: 1px solid #999;
    padding: 3%;
    font-size: 1.4rem;
    margin: 0.5em 0 1em;
  }

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

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

  /* リンク透明 */
  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> */
  .sp-ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .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";
    /* お好きな名前にしましょう */
    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-height: 450px) {
  /* 高さ450px以下の場合 andoroidのフォーム対策 ストーカーバナー用　*/
  .sp-fix-list {
    display: none;
  }
}
@media (min-width: 875px) {
  .p-footer__navWrap {
    padding-inline: 40px;
  }
  .p-footer__adressWrap {
    padding-inline: 40px;
  }
}
