@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #121212;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.785;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #121212;
  text-decoration: none;
}
a:link,
a:visited {
  color: #121212;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.8;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
.all_body_hide {
  overflow: hidden !important;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
}
#header .header_box {
  width: 100%;
  position: relative;
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  max-width: 100%;
  padding: 0 20px;
  height: fit-content;
}
@media screen and (max-width: 818px) {
  #header .header_item {
    align-items: center;
    justify-content: left;
    width: auto;
    width: 100%;
    padding: 0 10px;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item {
    padding-top: 10px;
  }
}
#header .header_item .logo_item .logo {
  display: block;
  transition: 0.3s ease-in-out;
}
#header .header_item .logo_item img {
  margin: auto;
  display: block;
  max-width: 22.70833333vw;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item img {
    position: relative;
    max-width: 240px;
    margin: auto;
    margin-left: 0;
    z-index: 999999999;
  }
}
@media screen and (max-width: 818px) {
  #header .sssb::after {
    display: none !important;
  }
}
#header .menu_logo {
  display: none;
}
@media screen and (max-width: 818px) {
  #header .menu_logo {
    display: block;
    max-width: 60px;
    position: relative;
    z-index: 999999999;
  }
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  margin: auto;
  margin-right: 0;
  display: flex;
  width: fit-content;
  margin-top: 0;
}
@media screen and (max-width: 818px) {
  #header .menu_item {
    width: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
#header .menu_item a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff !important;
  padding: 0;
  border-radius: 0 0 8px 8px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 59px;
}
@media screen and (max-width: 818px) {
  #header .menu_item a {
    font-size: 16px;
    width: 50%;
    line-height: 50px;
    border-radius: 4px 4px 0 0;
  }
}
#header .menu_item a span {
  display: block;
  padding-right: 32px;
  position: relative;
}
@media screen and (max-width: 818px) {
  #header .menu_item a span {
    padding-right: 30px;
  }
}
#header .menu_item a:hover {
  opacity: 1;
}
#header .menu_item a:hover span:after {
  right: 0;
}
#header .menu_item .btn_b {
  background: #121212;
}
#header .menu_item .btn_b span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_b.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header .menu_item .btn_b span:after {
    right: 5px;
  }
}
#header .menu_item .btn_org {
  background: linear-gradient(90deg, rgba(227, 107, 56, 0.8) 0%, #E36B38 99.17%);
  margin-left: 10px;
}
@media screen and (max-width: 818px) {
  #header .menu_item .btn_org {
    margin-left: 0;
    background: linear-gradient(90deg, rgba(227, 107, 56) 0%, #E36B38 99.17%);
  }
}
#header .menu_item .btn_org span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_o.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header .menu_item .btn_org span:after {
    right: 5px;
  }
}
#header .menu_item #menu_list {
  display: none;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s, visibility 0.8s;
    z-index: -10;
    height: 100vh;
    width: 100%;
    padding: 10px 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    text-align: left;
    background: #FEF7F3;
    background-size: 100% auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu {
    padding: 80px 40px 40px 40px;
  }
  #header .menu_item #menu_list .main_menu li {
    padding-top: 15px;
  }
  #header .menu_item #menu_list .main_menu li + li {
    margin-top: 15px;
    border-top: 1px solid #ddd;
  }
  #header .menu_item #menu_list .main_menu li a {
    line-height: 1.8;
    display: block;
    text-align: center;
    width: 100%;
    color: #121212 !important;
  }
  #header .menu_item #menu_list .main_menu li .sp_header_btn {
    margin: auto;
    max-width: 300px;
    background: linear-gradient(90deg, rgba(227, 107, 56) 0%, #E36B38 99.17%);
    border-radius: 8px;
    line-height: 52px;
    margin-bottom: 10px;
  }
  #header .menu_item #menu_list .main_menu li .sp_header_btn span {
    color: #ffffff !important;
  }
  #header .menu_item #menu_list .main_menu li .sp_header_btn span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/btn_o.png) no-repeat center;
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
  }
  #header .menu_item #menu_list .main_menu li .sp_header_btn_black {
    margin: auto;
    max-width: 300px;
    background: #121212;
    border-radius: 8px;
    line-height: 52px;
    margin-bottom: 10px;
  }
  #header .menu_item #menu_list .main_menu li .sp_header_btn_black span {
    color: #ffffff !important;
  }
  #header .menu_item #menu_list .main_menu li .sp_header_btn_black span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/btn_b.png) no-repeat center;
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 818px) and screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li .sp_header_btn span:after {
    right: 5px;
  }
}
@media screen and (max-width: 818px) and screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li .sp_header_btn_black span:after {
    right: 5px;
  }
}
#header .menu_item #menu_list .menu_li_icon {
  width: 14px;
  display: flex;
  align-items: center;
  padding-right: 4px;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .menu_li_icon {
    width: 10px;
    padding-right: 3px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .menu_li_icon {
    display: none;
  }
}
#header .menu_item #menu_list .menu_li_icon img {
  width: 10px;
  height: 9px;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .menu_li_icon img {
    width: 7px;
    height: 6px;
  }
}
#header .menu_item .menuopen {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
#header .menu_item .show {
  display: block !important;
  transition: 0.3s ease-in-out;
}
#header .menu_item .hide {
  display: none !important;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header #menuBtn {
    width: 42px;
    height: 42px;
    position: fixed;
    right: 0;
    top: 0;
    background: #E36B38;
    border-radius: 4px 0 4px 4px;
    z-index: 99999999999999999999;
  }
  #header #menuBtn::after {
    content: "menu";
    font-size: 8px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: 7px;
    left: 0;
    line-height: 1.01;
    width: 100%;
    font-family: "Montserrat", sans-serif;
  }
  #header #menuBtn span {
    display: block;
    background: #ffffff;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 1px;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 29px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    display: none;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 21px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(4px) rotate(-45deg);
    width: 21px;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-5px) rotate(45deg);
    transition: 0.3s ease-in-out;
    width: 21px;
  }
}
.btn_black {
  margin: auto;
  display: block;
  margin-top: 30px;
  border-radius: 8px;
  background: #121212;
  color: #ffffff !important;
  line-height: 60px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 818px) {
  .btn_black {
    font-size: 16px;
    margin-top: 20px;
  }
}
.btn_black:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 9px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/cta_after_w.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.btn_black:hover {
  opacity: 1;
}
.btn_black:hover:after {
  right: 15px;
}
#page_s .page_h2 {
  min-height: 433px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  #page_s .page_h2 {
    min-height: 201px;
  }
}
#page_s .page_h2 .page_h2_ttl {
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 818px) {
  #page_s .page_h2 .page_h2_ttl {
    font-size: 18px;
  }
}
#page_s .page_h2 .page_h2_ttl span {
  color: #E36B38;
  display: block;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 57.2px */
  letter-spacing: 4.16px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
@media screen and (max-width: 818px) {
  #page_s .page_h2 .page_h2_ttl span {
    margin-bottom: 5px;
    font-size: 30px;
  }
}
#page_s .page_h2 .inner {
  text-align: left;
}
.breadmenu {
  padding-top: 20px;
}
.breadmenu #breadcrumbs {
  display: flex;
  justify-content: flex-start;
}
.breadmenu a {
  color: #121212;
}
.breadmenu .breadcrumb_last {
  color: #8B8A88;
  text-align: left;
}
.breadmenu a,
.breadmenu span,
.breadmenu p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.breadmenu span span + span {
  padding: 0 10px;
}
.breadmenu span span:first-child {
  padding-right: 10px;
}
.pagination {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .pagination {
    font-size: 14px;
    margin-top: 20px;
  }
}
.pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination .page {
  line-height: 100%;
  display: block;
  border-radius: 100%;
  margin-left: 12px;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: 0.3s ease-in-out;
}
.pagination .page::hover {
  color: #E36B38;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.pagination .current {
  letter-spacing: 0;
  line-height: 100%;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #E36B38;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500 !important;
  margin-left: 2px;
  margin-right: 2px;
  border: none !important;
}
.pagination .previouspostslink {
  border: none;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  font-weight: 500;
  background: url(../img/common/page_l.png) no-repeat center / contain;
  background-size: 8px 8px;
}
.pagination .nextpostslink {
  border: none;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  font-weight: 500;
  background: url(../img/common/page_r.png) no-repeat center / contain;
  background-size: 8px 8px;
}
.flex_banner {
  position: fixed;
  right: 20px;
  bottom: -40px;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  background: linear-gradient(124deg, #E36B38 15.59%, #F4620B 88.83%);
  z-index: -10;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 818px) {
  .flex_banner {
    display: none;
    width: 160px;
    height: 160px;
    right: 10px;
    bottom: -25px;
  }
}
.flex_banner .t01 {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 10%;
}
@media screen and (max-width: 818px) {
  .flex_banner .t01 {
    font-size: 16px;
    letter-spacing: 3%;
  }
}
.flex_banner .t02 {
  width: fit-content;
  margin: auto;
  background: #ffffff;
  border-radius: 3px;
  padding: 3px 8px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  margin-top: 14px;
}
@media screen and (max-width: 818px) {
  .flex_banner .t02 {
    font-size: 20px;
    padding: 1px 8px;
  }
}
.flex_banner .t02:after {
  content: '';
  position: absolute;
  top: -7px;
  right: calc(50% - 4.5px);
  width: 9px;
  height: 8px;
  background: url(../img/top/flex_banner.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.flex_banner .t02 span {
  background: linear-gradient(90deg, rgba(227, 107, 56, 0.8) 0%, #E36B38 99.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flex_tel_show {
  z-index: 1000 !important;
  opacity: 1 !important;
}
.footer .inner {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 25px;
  color: rgba(40, 40, 40, 0.5);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: var(--jp-body-2-letter-spacing, 0);
}
@media screen and (max-width: 818px) {
  .footer .inner {
    font-size: 10px;
    padding-top: 25px;
    padding-bottom: 65px;
  }
}
