@charset "utf-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pcNone {
  display: none;
}

.bc-span {
    margin: 0 0.5em;
}
/* リンク色 グリーン */
.g-link {
    color: #00be9c;
}

/* 標準テキストサイズの設定*/
@media (min-width: 769px) {
  body {
    font-size: calc(1.3em + ((1vw - 7.69px) * 0.7389));
    min-height: 0vw;
  }
}

@media (min-width: 1175px) {
  body {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 1.3em;
  }
}

/* //標準テキストサイズの設定*/

@media (max-width: 768px) {
  .spNone {
    display: none;
  }

  .pcNone {
    display: block;
  }
}

/* //注意書きの※印*/
.attn {
    color: hsl(0deg 100% 57%);
    font-size: 0.9em;
    margin-top: 0.5em;
    display: block;
    line-height: 1.4em;
    margin-left: 1em;
}
.attn:before {
    content: "※";
    text-indent: -1em;
    display: inline-block;
}


/* ====== */
/* header */
/* ====== */
.p-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}

.p-header .p-header_inner {
  margin: 0 0 0 3%;
  min-height: 80px;
  height: 87px;
  /* display: grid; */
  grid-template-columns: 0.1fr 0.7fr 0.3fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  display: flex;
}

.p-header .p-header_inner:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.p-header .p-header_inner .p-logo {
  width: 180px;
  margin: 10px 0 0 0;
  line-height: 1;
  margin-right: auto;
  min-width: 170px;
}

.p-header .p-header_inner .p-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-header .p-header_inner .p-logo a img {
  width: 80%;
  height: auto;
}

.p-header .p-header_inner .p-header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header .p-header_inner .p-header_nav .p-header_list-c {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-header .p-header_inner .p-header_nav .p-header_list-c .p-list_item {
  padding: 15px 10px;
  border-left: 1px solid #1ebf9e;
}

.p-header .p-header_inner .p-header_nav .p-header_list-c .p-list_item:last-child {
  border-right: 1px solid #1ebf9e;
}
/*
.p-header .p-header_inner .p-header_nav .p-header_list-c .p-list_item:nth-child(even) {
  padding: 15px 4% 15px;
}
*/
.p-header .p-header_inner .p-header_nav .p-header_list-c .p-list_item .p-item_link {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 100%;
}

.p-header .p-header_inner .p-header_nav .p-header_list-c .p-list_item .p-item_link p {
  height: 100%;
  color: #00be9c;
  font-weight: 500;
  line-height: 1.2;
  font-size: 0.875em;
}

.p-header .p-header_inner .p-header_nav-r {
  height: 100%;
}

.p-header .p-header_inner .p-header_nav-r .p-header_list-r {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-list_item .p-item_link {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-list_item .p-item_link p {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
} */

.p-header .p-header_inner .p-header_nav-r .p-header_list-r li {
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding: 0 2%;
  text-align: center;
  font-size: 0.9em;
}
.p-header .p-header_inner .p-header_nav-r .p-header_list-r li.exd {
    min-width: 135px;
    position: relative;
    display: block;
}
/*
.p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-list_item.exd .p-item_link {
    top: -15px;
}
*/
.p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-list_item.exd .p-item_link img {
    margin: 0 10px;
}
.p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-g {
  background-color: #00be9c;
  width: 40%;
  height: 100%;
  position: relative;
  min-width: 130px;
}
.p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-g a {
  display: block;
  padding: 14.8% 19% 14.8% 19%;
}

.p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-g a p {
  text-align: center;
}

.p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-y {
  background-color: #f9c03f;
  width: 40%;
  height: 100%;
  position: relative;
  min-width: 64px;
}

.p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-y a {
  display: block;
  padding: 12.1%;
}

.p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-y a p {
  text-align: center;
}

#g-nav {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: -120%;
  width: 57%;
  height: 100vh;
  background: #f2f2f2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#g-nav.panelactive {
  right: 0;
}

#hamburger_background {
  display: none;
  position: fixed;
  z-index: 98;
  background-color: #a7a7a7;
  top: 0;
  right: -120%;
  width: 100%;
  opacity: 0.8;
  height: 100vh;
}

#hamburger_background.bg_active {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 99;
  width: 60%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav .g-nav-list01 {
  position: absolute;
  z-index: 999;
  top: 95px;
  left: 19px;
}

#g-nav .g-nav-list02 {
  z-index: 999;
  margin: 10vw 0 0 0;
  padding: 10vw 0 0 0;
  border-top: 1px solid #00be9c;
}

.g-nav_copyright {
  position: absolute;
  z-index: 999;
  width: 80%;
  height: 0;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.g-nav_copyright img {
  width: 100%;
  height: auto;
}

#g-nav li {
  list-style: none;
}

#g-nav li a {
  color: #00be9c;
  text-decoration: none;
  padding: 17px 10px;
  display: block;
  font-size: 3.9vw;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/* グローバルナビ調整  */
@media screen and (max-width:1220px) {
  .p-header .p-header_inner .p-logo {
     width: 150px;
  }
  .p-header .p-header_inner .p-header_nav .p-header_list-c .p-list_item {
     font-size: 0.8em;
     padding: 15px 7px;
  }
  .p-header .p-header_inner .p-header_nav-r .p-header_list-r li {
     flex-direction: column;
  }
  .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-g,
  .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-y {
     width: 40%;
  }
}
@media screen and (max-width:1000px) {
  .p-header .p-header_inner {
    height: 60px;
    min-height: inherit;
  }
  .p-header .p-header_inner .p-logo {
   width: 110px;
  }
  .p-header .p-header_inner .p-header_nav .p-header_list-c .p-list_item {
    font-size: 0.8em;
    padding: 15px 4px;
  }
  .p-header .p-header_inner .p-header_nav {
     width: 100%;
  }
  .p-header .p-header_inner .p-header_nav-r .p-header_list-r li {
    font-size: 0.8em;
  }
  .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-g {
    min-width: 110px;
  }
}

.openbtn1 {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #00be9c;
  border: 1px solid #00be9c;
}

.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 26px;
}

.active {
  background-color: transparent;
}

.active span {
  background-color: #00be9c;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 13px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 26px;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 13px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 26px;
}

.banner {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 95;
  height: 19.4vw;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 4px 14px #000;
  box-shadow: 0 4px 14px #000;
  max-height: 80px;
}

.banner .banner_list {
  height: 100%;
  padding: 8px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner .banner_list .banner_item {
  width: 34%;
}

.banner .banner_list .banner_item .banner_link {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.banner .banner_list .banner_item .banner_link-g {
  background-color: #00be9c;
}

.banner .banner_list .banner_item .banner_link-y {
  background-color: #f9c03f;
}

.banner .banner_list .banner_item .banner_link-r {
  background-color: #ff7676;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  /* .p-header .p-header_inner .p-logo {
    width: 16vw;
  }

  .p-header .p-header_inner .p-header_nav .p-header_list-c .p-list_item .p-item_link p {
    font-size: 1.4vw;
  }

  .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-list_item .p-item_link p {
    font-size: 1.6vw;
  } */
}

@media screen and (min-width: 841px) and (max-width: 1024px) {
  /* .p-header .p-header_inner {
    min-height: auto;
    margin: 0 0 0 2%;
    gap: 0;
  }

  .p-header .p-header_inner .p-logo {
    width: 14vw;
  }

  .p-header .p-header_inner .p-header_nav .p-header_list-c .p-list_item .p-item_link p {
    font-size: 1.2vw;
  }

  .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-list_item .p-item_link p {
    font-size: 1.2vw;
  } */

  .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-g a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 10% 0 10%;
  }

  .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-y a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 5% 0% 5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 840px) {
  .p-header .p-header_inner {
    min-height: auto;
    margin: 0 0 0 2%;
  }

  .p-header .p-header_inner .p-logo {
    width: 14vw;
  }

  /* .p-header .p-header_inner .p-header_nav .p-header_list-c .p-list_item .p-item_link p {
    font-size: 1.2vw;
  }

  .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-list_item .p-item_link p {
    font-size: 1.2vw;
  } */

  .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-g a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 10% 0 10%;
  }

  .p-header .p-header_inner .p-header_nav-r .p-header_list-r .p-item_btn-y a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 5% 0% 5%;
  }
}

@media screen and (max-width: 768px) {
  .p-header .p-header_inner {
    height: 50px;
    min-height: 50px;
  }

  .p-header .p-header_inner .p-logo {
    width: 140px;
    margin: 5px auto 0 0;
  }

  .p-header .p-header_inner .p-header_nav {
    display: none;
  }

  .p-header .p-header_inner .p-header_nav-r {
    display: none;
  }

  .openbtn1 {
    display: block;
  }

  #g-nav {
    display: block;
  }

  #hamburger_background {
    display: block;
  }

  .banner {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .banner .banner_list .banner_item .banner_link {
    flex-direction: column;
  }
}


/* ====== */
/* footer */
/* ====== */
.p-footer {
  background-color: #00be9c;
  z-index: 2;
  position: relative;
}

.p-footer .p-footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 0 0 0;
}

.p-footer .p-footer_inner .p-footer_logo {
  margin: 0 78px 0 0;
}

.p-footer .p-footer_inner .p-footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  max-width: 846px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-footer .p-footer_inner .p-footer_list .p-footer_item {
  width: auto;
    margin-right: 1em;
}
/*
.p-footer .p-footer_inner .p-footer_list .p-footer_item:nth-child(2) {
  margin: 0 50px 0 0;
}

.p-footer .p-footer_inner .p-footer_list .p-footer_item:nth-child(3) {
  margin: 0 20px 0 0;
}

.p-footer .p-footer_inner .p-footer_list .p-footer_item:nth-child(7) {
  margin: 0 50px 0 0;
}
*/

.p-footer .p-footer_inner .p-footer_list .p-footer_item a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  white-space: nowrap;
}

.p-footer .p-footer_copyright {
  margin: 73px auto 0;
  text-align: center;
  width: 40%;
  max-width: 300px;
}

/* サイド固定バナー */
.p-footer .fl-bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  visibility: hidden;
  transition: 0.2slinear;
}
.p-footer .fl-bnr.fixed {
  visibility: visible;
  transition: 0.2s linear;
  animation-name: fade;
  animation-duration: 1s;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.p-footer .fl-bnr-list {
  text-align: right;
  z-index: 1;
}
.p-footer .fl-bnr-list li {
  margin-left: auto;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.p-footer .fl-bnr-list li a {
  width: 90px;
  display: inline-block;
}
.p-footer .fl-bnr-list li a:hover {
   opacity: 0.8;
}
.p-footer .fl-bnr-list li.sem-link {
  margin-right: 0;
  /* visibility: hidden; */
  display: none;
}
.p-footer .fl-bnr-list li.sem-link a {
    width: 240px;
}
.p-footer .fl-bnr-list li.past-sem-link {
  margin-right: 0;
  /* visibility: hidden; */
  display: none;
  margin-bottom: -5px;
}
.p-footer .fl-bnr-list li.past-sem-link a {
    /* width: 280px; */
   width: 350px;
}

@media screen and (max-width: 768px) {
  .p-footer .fl-bnr-list li.past-sem-link a {
     width: 100%;
  }
  .p-footer .fl-bnr-list li.past-sem-link a img {
     width: 100vw;
  }
}


@media screen and (min-width: 841px) and (max-width: 1024px) {
  .p-footer .p-footer_inner {
    padding: 40px 16px 0;
  }

  .p-footer .p-footer_inner .p-footer_logo {
    margin: 0 40px 0 0;
  }
/*
  .p-footer .p-footer_inner .p-footer_list .p-footer_item {
    width: 22%;
  }
*/
  .p-footer .p-footer_copyright {
    margin: 48px auto 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 840px) {
  .p-footer .p-footer_inner {
    padding: 24px 16px 0;
  }

  .p-footer .p-footer_inner .p-footer_logo {
    margin: 0 32px 0 0;
  }
/*
  .p-footer .p-footer_inner .p-footer_list .p-footer_item {
    width: 23%;
  }
*/
  .p-footer .p-footer_copyright {
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-footer {
    margin: 0 0 29% 0;
  }

  .p-footer .p-footer_inner {
    display: block;
    padding: 24px 8px 0;
  }

  .p-footer .p-footer_inner .p-footer_logo {
    max-width: 100px;
    margin: 0 auto;
  }

  .p-footer .p-footer_inner .p-footer_logo img {
    width: 100%;
    height: auto;
  }

  .p-footer .p-footer_inner .p-footer_list {
    margin: 24px 0 0 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .p-footer .p-footer_inner .p-footer_list .p-footer_item {
    width: 34%;
    margin: 8px 0 0 0;
  }
  
  .p-footer .p-footer_inner .p-footer_list:after {
    content: "";
    width: 34%;
    display: block;
  }

  .p-footer .p-footer_inner .p-footer_list .p-footer_item:nth-child(2) {
    margin: 8px 0 0 0;
  }

  .p-footer .p-footer_inner .p-footer_list .p-footer_item:nth-child(3) {
    margin: 8px 0 0 0;
  }

  .p-footer .p-footer_inner .p-footer_list .p-footer_item:nth-child(7) {
    margin: 8px 0 0 0;
  }

  .p-footer .p-footer_inner .p-footer_list .p-footer_item a {
    font-size: 2vw;
  }

  .p-footer .p-footer_copyright {
    width: 60%;
    margin: 40px auto 0;
  }

  .p-footer .p-footer_copyright img {
    width: 100%;
    height: auto;
  }
}

.p-inner {
  max-width: 1175px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .p-inner {
    max-width: 90%;
  }
}

@media screen and (min-width: 841px) and (max-width: 1024px) {
  .p-inner {
    max-width: 90%;
  }
}

@media screen and (min-width: 769px) and (max-width: 840px) {
  .p-inner {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .p-inner {
    max-width: 90%;
  }
}

.p-common_title {
  position: relative;
  padding: 222px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-common_title {
    padding: 100px 0 0 0;
  }
}

.p-common_title::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2022/06/title_line.png) no-repeat;
  width: 1175px;
  height: 23px;
  top: 115px;
  left: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .p-common_title::before {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 841px) and (max-width: 1024px) {
  .p-common_title::before {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 769px) and (max-width: 840px) {
  .p-common_title::before {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .p-common_title::before {
    width: 70%;
    left: 50%;
    top: 70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: contain;
  }
}

.p-common_title h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.36;
  color: #00be9c;
  text-shadow: 2px 2px 2px #0002;
}

@media screen and (max-width: 768px) {
  .p-common_title h3 {
    font-size: 6vw;
  }
}



/* ============ */
/* fixed button */
/* ============ */
#page_top {
  position: fixed;
  z-index: 10;
  /* bottom: 298px; セミナーリンク表示時 */
  bottom: 216px; /* セミナーリンク非表示の時 */
  /* bottom: 315px; セミナーリンク非表示・動画申し込み表示の時 */
  right: 36px;
}

#guide_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
}

#guide_fixed a {
  display: inline-block;
}

#guide_fixed a img {
  position: absolute;
  max-width: inherit;
  width: inherit;
  content: "";
  right: 0;
  bottom: 0;
  height: auto;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #guide_fixed {
    max-width: 180px;
    width: 100%;
  }

  #guide_fixed a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 841px) and (max-width: 1024px) {
/*
  #page_top {
    position: fixed;
    bottom: 309px;
    right: 33px;
  }
*/
  #guide_fixed {
    width: 140px;
    height: 100px;
  }

  #guide_fixed a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 840px) {
  #page_top {
    bottom: 291px;
    right: 33px;
  }

  #guide_fixed {
    width: 160px;
    height: 160px;
  }

  #guide_fixed a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #page_top {
    /* bottom: 217px; */
    /* right: 26px; */
    width: 30px;
    height: 30px;
    right: 40px;
    bottom: calc(30vw + 28%);
    bottom: 104%;
    position: absolute;
  }

  #page_top a img {
    width: 100%;
    height: auto;
  }

  #guide_fixed {
    display: none;
  }
  
  .p-footer .fl-bnr-list li {
    margin-right: 0.8em;
  }
}
/*
@media screen and (max-width: 550px) {
  #page_top {
    bottom: calc(34vw + 20% + 15px);
  }
}

@media screen and (max-width: 380px) {
  #page_top {
    bottom: 318px;
  }
}
*/

/* ====================== */
/* .p-contact(共通ブロック) */
/* ====================== */
.p-contact {
  background: url(/wp-content/uploads/2022/07/contact_bg.png) no-repeat center center/cover;
}

.p-contact.boxShadow {
  box-shadow: 0px 3px 5px #0003;
}

.p-contact .p-contact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 72px 0 62px 0;
}

.p-contact .p-contact_content .p-contact_img {
  margin: 0 1% 0 0;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_text {
  text-align: center;
  padding: 0 0 29px 0;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_text p {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.37;
  display: inline-block;
  position: relative;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_text p::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2022/06/contact_dot01.png) no-repeat;
  width: 15px;
  height: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -34px;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_text p::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2022/06/contact_dot02.png) no-repeat;
  width: 15px;
  height: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -34px;
}

.p-contact .p-contact_content .p-contact_btn a {
  transition: ease 0.3s;
}

.p-contact .p-contact_content .p-contact_btn a:hover {
  box-shadow: 0 5px 5px #0003;
  transform: translateY(-5px);
}

.p-contact .p-contact_content .p-contact_btn .p-contact_link-g {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.38;
  background-color: #00be9c;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 22px 203px 20px;
  margin: 0 0 52px 0;
  text-align: center;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_link-g span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_link-y {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.38;
  background-color: #f2b62f;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 22px 143px 20px;
  text-align: center;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_link-y span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_link-y .subTtl {
  /* display: block; */
  color: #000;
  font-size: 0.9166em;
  position: relative;
  letter-spacing: 0.05em;
  padding: 0 0.5em 0 1em;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_link-y .subTtl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 2px solid;
  width: 0;
  height: 100%;
  transform: rotate(-20deg);
  transform-origin: center;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_link-y .subTtl:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 2px solid;
  width: 0;
  height: 100%;
  transform: rotate(20deg);
  transform-origin: center;
}

.p-contact .p-contact_content .p-contact_btn .p-contact_link-y .subTtl .largeChar {
  font-size: 1.5em;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .p-contact .p-contact_content .p-contact_img {
    margin: 0 48px 0 0;
  }
}

@media screen and (min-width: 841px) and (max-width: 1024px) {
  .p-contact .p-contact_content .p-contact_btn .p-contact_link-g {
    padding: 22px 120px 20px;
  }

  .p-contact .p-contact_content .p-contact_btn .p-contact_link-y {
    padding: 22px 80px 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 840px) {
  .p-contact .p-contact_content .p-contact_img {
    margin: 0;
  }

  .p-contact .p-contact_content .p-contact_btn .p-contact_link-g {
    padding: 22px 60px 20px;
  }

  .p-contact .p-contact_content .p-contact_btn .p-contact_link-y {
    padding: 22px 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-contact .p-contact_content {
    display: block;
  }

  .p-contact .p-contact_content .p-contact_img {
    width: 50%;
    margin: 0 auto;
  }

  .p-contact .p-contact_content .p-contact_img img {
    width: 100%;
    height: auto;
  }

  .p-contact .p-contact_content .p-contact_btn {
    width: 90%;
    margin: 0 auto;
  }

  .p-contact .p-contact_content .p-contact_btn .p-contact_text {
    padding: 0 0 29px 0;
  }

  .p-contact .p-contact_content .p-contact_btn .p-contact_text p {
    font-size: 6vw;
    display: inline-block;
    position: relative;
  }

  .p-contact .p-contact_content .p-contact_btn .p-contact_link-g {
    padding: 8px 20px 20px;
    font-size: 4vw;
  }

  .p-contact .p-contact_content .p-contact_btn .p-contact_link-g span {
    font-size: 2vw;
  }

  .p-contact .p-contact_content .p-contact_btn .p-contact_link-y {
    padding: 8px 20px 20px;
    font-size: 4vw;
  }

  .p-contact .p-contact_content .p-contact_btn .p-contact_link-y span {
    font-size: 2vw;
  }
  /*
  .p-contact .p-contact_content .p-contact_btn .p-contact_link-y .subTtl:before {
    left: 17%;
  }
  .p-contact .p-contact_content .p-contact_btn .p-contact_link-y .subTtl:after {
     right: 17%;
  }
  */
}

/* 404 */
.notfound {
    background-color: #efefef;
    margin: auto;
    padding: 5em 0;
}
.notfound .n-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
    background-color: #fff;
    padding: 4em 1em 2em;
    width: 85%;
}
.notfound .n-content h3 {
    font-size: 2.5em;
    line-height: 1.3em;
    letter-spacing: 0;
    font-weight: bold;
    color: #00bd9a;
}
.notfound .n-content p {
    font-size: 1.1em;
    margin: 2em auto 3em;
    line-height: 1.8em;
}
.notfound .n-content .content a {
    background-color: #f9c13e;
    color: #fff;
    padding: 0.8em 10%;
    display: inline-block;
    font-size: 1em;
    border-radius: 2em;
    border: 1px solid #f9c13e;
}
.notfound .n-content .content a:hover {
    color: hsl(152deg 100% 20%);
    background-color: #fff;
    border: 1px solid  #f9c13e;
}