@charset "UTF-8";
/*
Theme Name: JOINT TOWN Theme
Description: JOINT TOWN
Theme URI:
Author:
Author URI:
Version: 1.0
*/
.grad {
  background: linear-gradient(90deg, #008EB9, #09BAB5);
  background-size: 100%;
}

.tx_grad {
  background: linear-gradient(90deg, #008EB9, #09BAB5);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  padding-right: 10px;
}

/* --------------------------
 * body
-------------------------- */
/* --------------------------
 * header
-------------------------- */
.header {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  z-index: 9999;
}
@media screen and (max-width: 1536px) {
  .header {
    height: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  display: flex;
  width: 100%;
  height: 120px;
  align-items: center;
  max-width: 1920px;
}
@media screen and (max-width: 1536px) {
  .header__inner {
    height: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .header__inner {
    background-color: #FFFFFF;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: 0.3s ease all;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 60px;
  }
}
.header__inner #logo {
  width: 180px;
  height: auto;
  position: absolute;
  left: 50px;
}
@media screen and (max-width: 1536px) {
  .header__inner #logo {
    width: 150px;
    left: 35px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner #logo {
    left: 25px;
    width: 140px;
  }
}
@media screen and (max-width: 1279px) {
  .header__inner #logo {
    width: 125px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner #logo {
    width: 100px;
    left: 10px;
    margin-top: 2px;
  }
}
.header__inner #logo img {
  width: 100%;
  height: auto;
}
.header__inner .desc {
  position: absolute;
  left: 270px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1536px) {
  .header__inner .desc {
    font-size: 1rem;
    left: 220px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .desc {
    left: 190px;
  }
}
@media screen and (max-width: 1279px) {
  .header__inner .desc {
    left: 170px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .desc {
    left: 127px;
    font-size: 0.7rem;
  }
}
.header__inner__nav {
  width: 50%;
  display: block;
  position: absolute;
  right: 350px;
  height: 95px;
}
@media screen and (max-width: 1536px) {
  .header__inner__nav {
    height: 85px;
    right: 300px;
    width: 60%;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner__nav {
    right: 280px;
  }
}
@media screen and (max-width: 1279px) {
  .header__inner__nav {
    display: none;
  }
}
.header__inner__nav #gnav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.header__inner__nav #gnav ul {
  display: flex;
  gap: 0 25px;
}
@media screen and (max-width: 1536px) {
  .header__inner__nav #gnav ul {
    gap: 0 20px;
  }
}
.header__inner__nav #gnav ul li {
  display: block;
}
.header__inner__nav #gnav ul li a {
  line-height: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .header__inner__nav #gnav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner__nav #gnav ul li a {
    letter-spacing: 0px;
    font-size: 1.3rem;
  }
}
.header__inner__nav #gnav ul li a:hover {
  opacity: 0.5;
}
.header__inner__nav #snav {
  position: absolute;
  right: 0;
  top: 15px;
}
@media screen and (max-width: 1536px) {
  .header__inner__nav #snav {
    top: 12px;
  }
}
.header__inner__nav #snav ul {
  display: flex;
}
.header__inner__nav #snav ul li {
  line-height: 24px;
  font-weight: 400;
  border-right: 1px solid #dddddd;
  padding: 0 20px;
}
@media screen and (max-width: 1536px) {
  .header__inner__nav #snav ul li {
    line-height: 22px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner__nav #snav ul li {
    line-height: 20px;
  }
}
.header__inner__nav #snav ul li a {
  display: block;
  font-size: 1.3rem;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .header__inner__nav #snav ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner__nav #snav ul li a {
    font-size: 1.1rem;
  }
}
.header__inner__nav #snav ul li a:hover {
  opacity: 0.5;
}
.header__inner__nav #snav ul li:first-child {
  border-right: none;
  padding-right: 0;
}
.header__inner__nav #snav ul li:first-child a {
  font-size: 1.4rem;
  background-color: #FF4601;
  color: #FFFFFF;
  display: block;
  border-radius: 3px;
  padding: 0 15px;
  text-align: center;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .header__inner__nav #snav ul li:first-child a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner__nav #snav ul li:first-child a {
    font-size: 1.2rem;
  }
}
.header__inner__nav #snav ul li:first-child a:hover {
  background-color: #D43900;
  opacity: 1;
}
.header__inner #humburger {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header__inner #humburger {
    display: block;
    width: 50px;
    height: 35px;
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease all;
    margin-top: -17px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner #humburger {
    right: 15px;
    width: 35px;
    height: 26px;
    margin-top: -13px;
  }
}
.header__inner #humburger:hover {
  opacity: 0.7;
}
.header__inner #humburger .inner {
  width: 50px;
  height: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__inner #humburger .inner {
    width: 36px;
    height: 26px;
  }
}
.header__inner #humburger p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  display: block;
  width: 100%;
  position: absolute;
  font-weight: 500;
  left: 0;
  bottom: 0px;
  letter-spacing: 3px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .header__inner #humburger p {
    letter-spacing: 1px;
    bottom: 1px;
    font-size: 1rem;
  }
}
.header__inner #humburger span {
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
}
.header__inner #humburger span:first-child {
  top: 0px;
}
.header__inner #humburger span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .header__inner #humburger span:nth-child(2) {
    top: 7px;
  }
}
.header__inner__tel {
  width: 240px;
  position: absolute;
  right: 50px;
  height: 60px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1536px) {
  .header__inner__tel {
    width: 220px;
    right: 35px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner__tel {
    right: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .header__inner__tel {
    display: none;
  }
}
.header__inner__tel div {
  display: flex;
}
.header__inner__tel p {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (max-width: 1536px) {
  .header__inner__tel p {
    font-size: 1.3rem;
  }
}
.header__inner__tel p span {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 10px;
  position: relative;
  letter-spacing: 0px;
  line-height: 1.3;
}
@media screen and (max-width: 1536px) {
  .header__inner__tel p span {
    font-size: 0.9rem;
  }
}
.header__inner__tel a {
  font-size: 3.1rem;
  font-weight: 400;
}
.header__inner__tel a img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1536px) {
  .header__inner__tel a img {
    width: 20px;
  }
}
@media screen and (max-width: 1536px) {
  .header__inner__tel a {
    font-size: 2.8rem;
  }
}
.header__inner .toroku {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header__inner .toroku {
    width: 140px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 110px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .toroku {
    width: 80px;
    height: 30px;
    line-height: 30px;
    right: 70px;
    border-radius: 3px;
  }
}
.header__inner .toroku a {
  display: block;
  text-align: center;
  background-color: #FF4601;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .header__inner .toroku a {
    font-size: 1.3rem;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .toroku a span {
    display: none;
  }
}

/* --------------------------
 * contactArea
-------------------------- */
.contact {
  padding-top: 150px;
  background-color: #FFFFFF;
  padding-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .contact {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.contact .contactArea {
  width: calc(100% - 50px);
  height: 400px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(images/common/contact_bg_img.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .contact .contactArea {
    height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .contact .contactArea {
    height: 500px;
    align-items: end;
    background-position: top center;
    padding-bottom: 50px;
    background-image: url(images/common/contact_bg_img_sp.jpg);
  }
}
@media screen and (max-width: 960px) {
  .contact .contactArea {
    width: 100%;
    border-radius: 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contactArea {
    padding-bottom: 16px;
    height: 600px;
  }
}
.contact .contactArea__inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contact .contactArea__inner {
    width: 800px;
  }
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .contact .contactArea__inner {
    width: calc(100% - 32px);
  }
}
.contact .contactArea__inner h2 {
  font-size: 2.4rem;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
}
@media screen and (max-width: 1440px) {
  .contact .contactArea__inner h2 {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contactArea__inner h2 {
    font-size: 1.7rem;
    margin-bottom: 0px;
    line-height: 1.6;
    padding: 0 10px;
  }
}
.contact .contactArea__inner .flexWrap {
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .contact .contactArea__inner .flexWrap {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner .flexWrap {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contactArea__inner .flexWrap {
    gap: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact .contactArea__inner .flexWrap .item {
    width: 100%;
    margin-top: 16px;
  }
}
.contact .contactArea__inner .flexWrap .item__inner {
  height: 160px;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  padding: 25px 25px 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner .flexWrap .item__inner {
    height: 135px;
  }
}
.contact .contactArea__inner .flexWrap .item__inner h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner .flexWrap .item__inner h3 {
    font-size: 1.6rem;
  }
}
.contact .contactArea__inner .flexWrap .item__inner p {
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 0px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner .flexWrap .item__inner p {
    margin-top: 5px;
  }
}
.contact .contactArea__inner .flexWrap .item__inner a.gfont {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner .flexWrap .item__inner a.gfont {
    font-size: 3.2rem;
  }
}
.contact .contactArea__inner .flexWrap .item__inner a.gfont img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.contact .contactArea__inner .flexWrap .item__inner ul {
  display: flex;
  gap: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner .flexWrap .item__inner ul {
    gap: 5px;
  }
}
.contact .contactArea__inner .flexWrap .item__inner ul > li {
  line-height: 50px;
  height: 50px;
  width: 50%;
  border: 1px solid #333;
  border-radius: 3px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner .flexWrap .item__inner ul > li {
    line-height: 38px;
    height: 40px;
  }
}
.contact .contactArea__inner .flexWrap .item__inner ul > li > a {
  padding-left: 20px;
  position: relative;
  display: block;
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner .flexWrap .item__inner ul > li > a {
    padding-left: 15px;
  }
}
.contact .contactArea__inner .flexWrap .item__inner ul > li > a img {
  width: 7px;
  position: absolute;
  right: 13px;
  top: 18px;
}
@media screen and (max-width: 960px) {
  .contact .contactArea__inner .flexWrap .item__inner ul > li > a img {
    width: 5px;
    top: 16px;
    right: 12px;
  }
}

/* --------------------------
 * footer
-------------------------- */
.footer {
  padding: 50px 0;
  background-color: #FFFFFF;
}
.footer .container .btmArea {
  margin-top: 50px;
  border-top: 1px solid #dddddd;
  position: relative;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .footer .container .btmArea {
    text-align: center;
    padding-top: 0;
    border-top: none;
    margin-top: 25px;
  }
}
.footer .container .btmArea .copy {
  font-size: 1.4rem;
  font-weight: 300;
}
.footer .container .btmArea ul {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer .container .btmArea ul {
    display: none;
  }
}
.footer .container .btmArea ul li {
  line-height: 24px;
  font-weight: 400;
  border-right: 1px solid #dddddd;
  padding: 0 20px;
}
.footer .container .btmArea ul li a {
  display: block;
  font-size: 1.2rem;
  transition: 0.3s ease all;
}
.footer .container .btmArea ul li a:hover {
  opacity: 0.5;
}
.footer .container .btmArea ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.footer .container h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .container h2 {
    margin-bottom: 35px;
  }
}
.footer .container h2::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #276563;
  position: absolute;
  left: 0;
  top: 50%;
}
.footer .container h2 span {
  background-color: #FFFFFF;
  font-size: 2.1rem;
  color: #276563;
  padding: 0 25px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer .container h2 span {
    font-size: 1.8rem;
  }
}
.footer .container dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #276563;
}
.footer .container dl dt {
  width: 20%;
}
@media screen and (max-width: 1440px) {
  .footer .container dl dt {
    width: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .footer .container dl dt {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .footer .container dl dt {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.6rem;
  }
}
.footer .container dl dt span {
  font-weight: 500;
  border-bottom: 1px solid #276563;
}
.footer .container dl dd {
  width: 80%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
  .footer .container dl dd {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .footer .container dl dd {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .footer .container dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .container dl dd ul {
    font-size: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .container dl dd ul.col-2 li {
    width: 50%;
  }
}
.footer .container dl dd ul li {
  margin-bottom: 10px;
  line-height: 20px;
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer .container dl dd ul li {
    margin-right: 0px;
    width: 33.3333%;
    font-size: 1.4rem;
  }
}
.footer .container dl dd ul li a {
  color: #276563;
  transition: 0.3s ease all;
}
.footer .container dl dd ul li a:hover {
  opacity: 0.5;
}
.footer .container .flexWrap {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .footer .container .flexWrap {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap {
    margin-top: 50px;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .footer .container .flexWrap {
    margin-top: 0;
  }
}
.footer .container .flexWrap .item:nth-child(1) {
  width: 610px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer .container .flexWrap .item:nth-child(1) {
    width: 580px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item:nth-child(1) {
    width: 100%;
  }
}
.footer .container .flexWrap .item:nth-child(2) {
  width: calc(100% - 610px);
}
@media screen and (max-width: 1440px) {
  .footer .container .flexWrap .item:nth-child(2) {
    width: calc(100% - 580px);
  }
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item:nth-child(2) {
    width: 100%;
  }
}
.footer .container .flexWrap .item .logo {
  width: 250px;
  height: auto;
  margin-bottom: 75px;
}
@media screen and (max-width: 1440px) {
  .footer .container .flexWrap .item .logo {
    width: 220px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item .logo {
    width: 200px;
    margin: 0 auto 40px;
  }
}
.footer .container .flexWrap .item h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item h3 {
    text-align: center;
  }
}
.footer .container .flexWrap .item .address {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item .address {
    text-align: center;
    margin-bottom: 40px;
  }
}
.footer .container .flexWrap .item .social p {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item .social p {
    text-align: center;
  }
}
.footer .container .flexWrap .item .social ul {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item .social ul {
    justify-content: center;
  }
}
.footer .container .flexWrap .item .social ul li {
  width: 50px;
  height: 50px;
}
.footer .container .flexWrap .item nav {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .footer .container .flexWrap .item nav {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item nav {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer .container .flexWrap .item nav {
    margin: 0 -16px 50px;
  }
}
.footer .container .flexWrap .item nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  color: #276563;
}
@media screen and (max-width: 960px) {
  .footer .container .flexWrap .item nav > ul {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
  }
}
.footer .container .flexWrap .item nav > ul > li {
  width: 33.3333%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item nav > ul > li {
    width: 25%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .footer .container .flexWrap .item nav > ul > li {
    width: 33.3333%;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .container .flexWrap .item nav > ul > li {
    width: 50%;
    margin-bottom: 0;
  }
}
.footer .container .flexWrap .item nav > ul > li a, .footer .container .flexWrap .item nav > ul > li p {
  font-weight: 500;
  line-height: 1;
  color: #276563;
}
@media screen and (max-width: 960px) {
  .footer .container .flexWrap .item nav > ul > li a, .footer .container .flexWrap .item nav > ul > li p {
    line-height: 40px;
    background-color: #F6F6F6;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .footer .container .flexWrap .item nav > ul > li a {
    padding-left: 15px;
  }
}
.footer .container .flexWrap .item nav > ul > li > ul {
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item nav > ul > li > ul {
    display: none;
  }
}
.footer .container .flexWrap .item nav > ul > li > ul > li {
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.footer .container .flexWrap .item nav > ul > li > ul > li a {
  font-weight: 400;
  color: #276563;
  font-size: 1.4rem;
}
.footer .container .flexWrap .item nav > ul > li.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item nav > ul > li.sp {
    display: block;
  }
}
.footer .container .flexWrap .item .entry {
  width: 610px;
  height: 90px;
  position: absolute;
  bottom: 25px;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .footer .container .flexWrap .item .entry {
    width: 580px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .container .flexWrap .item .entry {
    width: 610px;
    margin: 0 auto 100px;
    padding-top: 25px;
    position: relative;
    bottom: inherit;
    right: inherit;
  }
}
@media screen and (max-width: 960px) {
  .footer .container .flexWrap .item .entry {
    height: auto;
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .container .flexWrap .item .entry {
    width: 100%;
    height: auto;
  }
}

/* --------------------------
 * jobList
-------------------------- */
.jobList {
  padding-bottom: 75px;
}
.jobList.non {
  padding-bottom: 0;
}
.jobList:last-child {
  margin-bottom: 0;
}
.jobList__inner .flexWrap {
  margin: 0 -10px;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .jobList__inner .flexWrap {
    margin: 0px;
  }
}
.jobList__inner .flexWrap .item {
  padding: 10px;
}
@media screen and (max-width: 1440px) {
  .jobList__inner .flexWrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .jobList__inner .flexWrap .item {
    width: 100%;
    padding: 0;
    padding-bottom: 16px;
  }
}
.jobList__inner .flexWrap .item a {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #dddddd;
  padding: 15px;
  border-radius: 3px;
  transition: 0.3s ease all;
}
.jobList__inner .flexWrap .item a:hover {
  border: 1px solid #09BAB5;
  background-color: #F9F9F9;
}
.jobList__inner .flexWrap .item a:hover .jobTitle {
  background-color: #82DCDA;
}
.jobList__inner .flexWrap .item a ul.cat {
  font-size: 0;
}
.jobList__inner .flexWrap .item a ul.cat li {
  margin-right: 3px;
  display: inline-block;
  line-height: 17px;
  height: 20px;
  color: #333;
  padding: 0 5px;
  border: 1px solid #333;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.jobList__inner .flexWrap .item a ul.cat li.place {
  border: 1px solid #09BAB5;
  background-color: #09BAB5;
  color: #FFFFFF;
}
.jobList__inner .flexWrap .item a .jobTitle {
  background-color: #CDF1F0;
  margin: 7px 0 10px;
  padding: 15px;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  line-height: 1.4;
  transition: 0.3s ease all;
}
.jobList__inner .flexWrap .item a .jobTitle h3 {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 7px;
}
.jobList__inner .flexWrap .item a .jobTitle p {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.jobList__inner .flexWrap .item a .jobTitle .arrow {
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
}
.jobList__inner .flexWrap .item a .jobTitle .arrow img {
  width: 5px;
}
.jobList__inner .flexWrap .item a ul.tag {
  font-size: 0;
}
.jobList__inner .flexWrap .item a ul.tag li {
  margin-right: 3px;
  display: inline-block;
  line-height: 20px;
  height: 20px;
  color: #FFFFFF;
  padding: 0 5px;
  background-color: #276563;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.jobList__inner .flexWrap .item a dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  margin-top: 12px;
  line-height: 1.4;
}
.jobList__inner .flexWrap .item a dl dt {
  width: 25%;
  font-weight: 500;
}
.jobList__inner .flexWrap .item a dl dd {
  width: 75%;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.jobList__inner .flexWrap .item a .date {
  font-size: 1.2rem;
  text-align: right;
  font-weight: 400;
}
.jobList .entry {
  width: 610px;
  margin: 75px auto;
}
@media screen and (max-width: 960px) {
  .jobList .entry {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .jobList .entry {
    width: auto;
    margin: 50px auto;
  }
}
.jobList .btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .jobList .btn {
    margin: 0px auto;
  }
}

/* --------------------------
 * titleArea
-------------------------- */
.titleArea {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .titleArea {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .titleArea {
    margin-bottom: 25px;
  }
}
.titleArea.center {
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .titleArea.center {
    margin-bottom: 50px;
  }
}
.titleArea.center .name::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50em;
  background-color: #09BAB5;
  display: block;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-top: -3px;
  margin-left: -3px;
}
.titleArea.center h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .titleArea.center h2 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .titleArea.center h2 {
    font-size: 2.4rem;
  }
}
.titleArea .info {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .titleArea .info {
    position: relative;
    right: inherit;
    top: inherit;
  }
}
.titleArea .name {
  font-size: 1.4rem;
  padding-left: 18px;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #718685;
}
@media screen and (max-width: 1440px) {
  .titleArea .name {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .titleArea .name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .titleArea .name {
    font-size: 1.1rem;
  }
}
.titleArea .name::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50em;
  background-color: #09BAB5;
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
}
.titleArea h2 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .titleArea h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .titleArea h2 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .titleArea h2 {
    font-size: 2.1rem;
  }
}
.titleArea .tx {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .titleArea .tx {
    width: 60%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .titleArea .tx {
    font-size: 1.3rem;
    line-height: 1.7;
    top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .titleArea .tx {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 25px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .titleArea .tx {
    width: 100%;
    margin-top: 20px;
  }
}

.info {
  color: #718685;
  position: relative;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .info {
    height: auto;
  }
}
.info.btm {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .info.btm {
    margin-top: 10px;
  }
}
.info.btm .count {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .info.btm .count {
    text-align: center;
  }
}
.info.mgn {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .info.mgn {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .info.mgn {
    margin-bottom: 75px;
  }
}
.info .count {
  text-align: right;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .info .count {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .info .count {
    text-align: right;
  }
}
.info .count span {
  font-size: 2.4rem;
  margin-right: 5px;
}
.info > ul {
  line-height: 25px;
  display: flex;
  border-right: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .info > ul {
    border-right: none;
    justify-content: right;
  }
}
.info > ul li {
  display: block;
  border-left: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .info > ul li {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .info > ul li:last-child {
    border-right: 1px solid #dddddd;
  }
}
.info > ul li button {
  all: unset; /* すべてリセット（モダンな方法） */
  cursor: pointer; /* カーソルをポインターに */
}
.info > ul li a, .info > ul li button {
  padding: 0 20px;
  color: #718685;
}
@media screen and (max-width: 1024px) {
  .info > ul li a, .info > ul li button {
    font-size: 1.3rem !important;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .info > ul li a, .info > ul li button {
    padding: 0 10px;
    font-size: 1.2rem !important;
    text-align: center;
  }
}
.info > ul li a:hover, .info > ul li button:hover {
  opacity: 0.6;
}
.info > ul li.active a, .info > ul li.active button {
  color: #09BAB5;
  font-weight: 500;
}
.info .pagination {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .info .pagination {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: 20px;
    width: auto;
  }
}

/* --------------------------
 * pagination
-------------------------- */
.pagination {
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .pagination {
    height: 36px;
  }
}
.pagination.center {
  margin-top: 50px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pagination.center {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .pagination.center {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .pagination.center {
    margin-bottom: 50px;
  }
}
.pagination > ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .pagination > ul {
    gap: 5px;
  }
}
.pagination > ul li {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-style: outset;
  border-radius: 50em;
  overflow: hidden;
  border: 1px solid #dddddd;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1024px) {
  .pagination > ul li {
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 1.5rem;
  }
}
.pagination > ul li.current {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border: 1px solid #09BAB5;
  background-color: #09BAB5;
}
.pagination > ul li.current:hover a {
  border: 1px solid #09BAB5;
  background-color: #09BAB5;
}
.pagination > ul li.jfont {
  width: 75px;
  border-radius: 50em;
  border: 1px solid #276563;
}
@media screen and (max-width: 1024px) {
  .pagination > ul li.jfont {
    width: 60px;
  }
}
.pagination > ul li.jfont a {
  background-color: #276563;
  color: #FFFFFF;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .pagination > ul li.jfont a {
    font-size: 1.4rem;
  }
}
.pagination > ul li.jfont:hover {
  border: 1px solid #09BAB5;
}
.pagination > ul li.jfont:hover a {
  background-color: #09BAB5;
}
.pagination > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  background-color: #FFFFFF;
}
.pagination > ul li:hover {
  border: 1px solid #09BAB5;
}
.pagination > ul li:hover a {
  background-color: #09BAB5;
  color: #FFFFFF;
  opacity: 1 !important;
}

/* --------------------------
 * titleCenter
-------------------------- */
.titleCenter {
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .titleCenter {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .titleCenter {
    margin-bottom: 75px;
  }
}
.titleCenter h2 {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .titleCenter h2 {
    font-size: 2.7rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .titleCenter h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.titleCenter .ttnorms {
  font-size: 2.1rem;
  line-height: 1;
  color: #09BAB5;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .titleCenter .ttnorms {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .titleCenter .ttnorms {
    font-size: 1.6rem;
  }
}

/* --------------------------
 * entry
-------------------------- */
.entry ul {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 1024px) {
  .entry ul {
    width: 610px;
  }
}
@media screen and (max-width: 960px) {
  .entry ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entry ul {
    width: 100%;
    gap: inherit;
    display: block;
    height: 145px;
  }
}
.entry ul li {
  width: 50%;
  height: 90px;
  display: block;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .entry ul li {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .entry ul li {
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 960px) {
  .entry ul li:first-child {
    margin-top: 0;
  }
}
.entry ul li .fukidashi {
  width: 80px;
  height: auto;
  position: absolute;
  left: 25px;
  top: -35px;
  z-index: 99;
  animation: jamp 5s ease infinite;
}
@media screen and (max-width: 767px) {
  .entry ul li .fukidashi {
    width: 75px;
    left: 40px;
    top: -30px;
  }
}
.entry ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  justify-content: center;
  border-radius: 5px;
}
.entry ul li a p {
  padding-left: 40px;
  padding-top: 3px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 1.8rem;
  font-weight: 500;
}
.entry ul li a p span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 2px;
  line-height: 1;
}
.entry ul li a .arrow {
  width: 10px;
  position: absolute;
  right: 15px;
}
.entry ul li a .line {
  width: 48px;
  position: absolute;
  left: 21px;
  margin-top: 2px;
}
.entry ul li a .pcicon {
  width: 50px;
  position: absolute;
  left: 21px;
  margin-top: 2px;
}
.entry ul li:nth-child(1) a {
  background-color: #FF4601;
}
.entry ul li:nth-child(1) a:hover {
  background-color: #D43900;
}
.entry ul li:nth-child(2) a {
  background-color: #00B902;
}
.entry ul li:nth-child(2) a:hover {
  background-color: #009002;
}

/* --------------------------
 * jobSearch
-------------------------- */
.jobSearch {
  height: 160px;
}
@media screen and (max-width: 1536px) {
  .jobSearch {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch {
    height: 270px;
  }
}
.jobSearch.btm {
  height: auto;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .jobSearch.btm {
    padding-top: 25px;
  }
}
.jobSearch.btm .catList {
  margin-top: 0;
  border-top: none;
  padding: 50px 0 25px;
}
@media screen and (max-width: 767px) {
  .jobSearch.btm .catList {
    padding: 0px 0 0px;
  }
}
.jobSearch.gray {
  padding-top: 40px;
  margin-left: 25px;
  padding-bottom: 50px;
  margin-bottom: 75px;
  height: auto;
  background-color: #F6F6F6;
  width: calc(100% - 50px);
  border-radius: 10px;
}
@media screen and (max-width: 1536px) {
  .jobSearch.gray {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .jobSearch.gray {
    width: calc(100% - 100px);
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch.gray {
    padding-top: 20px;
    padding-bottom: 20px;
    width: calc(100% - 32px);
    margin-left: 16px;
    border-radius: 5px;
  }
}
.jobSearch.gray .title {
  font-size: 3rem;
  color: #333;
  padding-bottom: 30px;
}
@media screen and (max-width: 1680px) {
  .jobSearch.gray .title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1440px) {
  .jobSearch.gray .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .jobSearch.gray .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .jobSearch.gray .title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch.gray .title {
    font-size: 2rem;
    padding-bottom: 10px;
    text-align: center;
  }
}
.jobSearch.gray .title img {
  width: 30px;
  top: -2px;
  position: relative;
  margin-right: 12px;
}
@media screen and (max-width: 1440px) {
  .jobSearch.gray .title img {
    width: 24px;
  }
}
@media screen and (max-width: 960px) {
  .jobSearch.gray .title img {
    width: 20px;
    margin-right: 10px;
  }
}
.jobSearch.gray .searchForm {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .jobSearch.gray .searchForm {
    margin-bottom: 25px;
  }
}
.jobSearch.gray .searchForm > ul {
  justify-content: center;
}
.jobSearch.gray button {
  width: 300px;
  line-height: 50px;
  height: 50px;
  border: none;
  border-radius: 3px;
  background-color: #09BAB5;
  color: #FFFFFF;
  font-size: 1.5rem;
  margin: 35px auto 0;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 1536px) {
  .jobSearch.gray button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch.gray button {
    width: 100%;
    margin-top: 20px;
  }
}
.jobSearch__inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1536px) {
  .jobSearch__inner {
    width: 800px;
  }
}
@media screen and (max-width: 960px) {
  .jobSearch__inner {
    width: auto;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch__inner {
    width: calc(100% - 32px);
    padding: 0 0px;
  }
}
.jobSearch__inner .title {
  text-align: center;
  padding: 22px 0 20px;
  position: relative;
  display: block;
  font-size: 2.1rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1536px) {
  .jobSearch__inner .title {
    font-size: 1.8rem;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch__inner .title {
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 20px;
  }
}
.jobSearch__inner .title h3 {
  font-weight: 500;
}
.jobSearch__inner .title h3 img {
  width: 23px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 1536px) {
  .jobSearch__inner .title h3 img {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch__inner .title h3 img {
    width: 15px;
  }
}
.jobSearch__inner .title a {
  position: absolute;
  top: 30px;
  right: 25px;
  display: block;
  transition: 0.3s ease all;
  font-size: 1.4rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1536px) {
  .jobSearch__inner .title a {
    top: 19px;
    right: 10px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch__inner .title a {
    font-size: 1.1rem;
    right: 0px;
    top: 24px;
  }
}
.jobSearch__inner .title a img {
  width: 18px;
  height: auto;
  margin-left: 7px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .jobSearch__inner .title a img {
    width: 15px;
    margin-left: 5px;
  }
}
.jobSearch__inner .title a:hover {
  opacity: 0.5;
}
.jobSearch__inner .searchForm {
  width: 100%;
}
.jobSearch__inner .searchForm > ul {
  width: 100%;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .jobSearch__inner .searchForm > ul {
    gap: 0;
    display: block;
  }
}
.jobSearch__inner .searchForm > ul li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .jobSearch__inner .searchForm > ul li {
    width: 100%;
    margin-top: 10px;
  }
}
.jobSearch__inner .searchForm > ul li select {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border-radius: 3px;
  padding: 0 10px;
  border: none;
  font-size: 1.5rem;
  -webkit-appearance: none;
  appearance: none;
  background: url("images/common/icon/arrow_dl.svg") no-repeat right 12px center/12px auto;
  background-color: #FFFFFF;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1536px) {
  .jobSearch__inner .searchForm > ul li select {
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    background: url("images/common/icon/arrow_dl.svg") no-repeat right 10px center/10px auto;
    background-color: #FFFFFF;
  }
}
.jobSearch__inner .searchForm > ul li button {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: none;
  border-radius: 3px;
  background-color: #276563;
  color: #FFFFFF;
  font-size: 1.5rem;
}
@media screen and (max-width: 1536px) {
  .jobSearch__inner .searchForm > ul li button {
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
}
.jobSearch__inner .searchForm > ul .search_detail_win {
  display: none;
}
.jobSearch__inner .catList {
  margin-top: 50px;
  border-top: 1px solid #FFFFFF;
  padding: 50px 0 0;
}
.jobSearch__inner .catList .btn {
  margin: 50px auto 0;
}
.jobSearch__inner .catList .flexWrap {
  gap: 20px;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .jobSearch__inner .catList .flexWrap {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch__inner .catList .flexWrap {
    gap: 0px;
    display: block;
    align-items: inherit;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch__inner .catList .flexWrap .item {
    width: 100%;
    margin-top: 16px;
  }
}
.jobSearch__inner .catList .flexWrap .item__inner {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .jobSearch__inner .catList .flexWrap .item__inner {
    padding: 20px;
    padding-top: 25px;
    border-radius: 5px;
  }
}
.jobSearch__inner .catList .flexWrap .item__inner h3 {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .jobSearch__inner .catList .flexWrap .item__inner h3 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .jobSearch__inner .catList .flexWrap .item__inner h3 {
    font-size: 1.8rem;
  }
}
.jobSearch__inner .catList .flexWrap .item__inner h3 img {
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.jobSearch__inner .catList .flexWrap .item__inner .ttnorms {
  font-size: 1.3rem;
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .jobSearch__inner .catList .flexWrap .item__inner .ttnorms {
    font-size: 1.2rem;
  }
}
.jobSearch__inner .catList .flexWrap .item__inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .jobSearch__inner .catList .flexWrap .item__inner ul {
    display: block;
    flex-wrap: inherit;
    gap: inherit;
  }
}
.jobSearch__inner .catList .flexWrap .item__inner ul li {
  width: calc(50% - 5px);
  line-height: 40px;
}
@media screen and (max-width: 960px) {
  .jobSearch__inner .catList .flexWrap .item__inner ul li {
    width: 100%;
    margin-top: 5px;
  }
}
.jobSearch__inner .catList .flexWrap .item__inner ul li a {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .jobSearch__inner .catList .flexWrap .item__inner ul li a {
    font-size: 1.5rem;
  }
}
.jobSearch__inner .catList .flexWrap .item__inner ul li a:hover {
  background-color: #eeeeee;
}
.jobSearch__inner .catList .flexWrap .item__inner ul li a img {
  position: absolute;
  width: 6px;
  right: 10px;
}
.jobSearch .entry {
  width: 610px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  bottom: -45px;
}
@media screen and (max-width: 767px) {
  .jobSearch .entry {
    width: auto;
    bottom: inherit;
    padding: 50px 16px 45px;
    height: auto;
  }
}

/* --------------------------
 * search_detail
-------------------------- */
.search_detail {
  padding-top: 35px;
}
@media screen and (max-width: 1536px) {
  .search_detail {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .search_detail {
    padding-top: 10px;
  }
}
.search_detail.thin {
  padding-top: 0;
}
.search_detail.thin .dropdown {
  text-align: left;
  padding-left: 10px;
  font-weight: 500;
  font-size: 1.4rem;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 1536px) {
  .search_detail.thin .dropdown {
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
  }
}
.search_detail.thin .dropdown.open {
  border-radius: 5px;
}
.search_detail .dropdown {
  width: 240px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #dddddd;
  background-color: #FFFFFF;
  text-align: center;
  position: relative;
  display: block;
  line-height: 50px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s ease all;
  z-index: 9;
  font-weight: 500;
}
@media screen and (max-width: 1536px) {
  .search_detail .dropdown {
    height: 40px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .search_detail .dropdown {
    width: 100%;
    font-size: 1.3rem;
    text-align: left;
    padding-left: 10px;
  }
}
.search_detail .dropdown img {
  width: 12px;
  position: absolute;
  right: 10px;
  top: 45%;
}
@media screen and (max-width: 1536px) {
  .search_detail .dropdown img {
    width: 10px;
    right: 10px;
    top: 45%;
  }
}
.search_detail .dropdown:hover {
  background-color: #F9F9F9;
}
.search_detail .dropdown.open {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.search_detail .dropdown.open span:nth-child(2) {
  height: 0;
}
.search_detail .dropdown p {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 18px;
  right: 18px;
  display: block;
}
@media screen and (max-width: 1536px) {
  .search_detail .dropdown p {
    top: 13px;
    right: 16px;
    width: 12px;
    height: 12px;
  }
}
.search_detail .dropdown p span {
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 46%;
}
.search_detail .dropdown p span:nth-child(2) {
  transition: 0.3s ease all;
  transform: rotate(90deg);
}
.search_detail .search_detail_win {
  display: none;
}
.search_detail .popup {
  display: none;
}

/* --------------------------
 * search_detail_win
-------------------------- */
.search_detail_win {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 50px;
  border: 1px solid #dddddd;
  margin-top: -1px;
}
@media screen and (max-width: 1536px) {
  .search_detail_win {
    margin: -1px -80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .search_detail_win {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 100px;
    overflow: auto;
    margin: 0;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .search_detail_win {
    padding: 50px 10px 20px 20px;
  }
}
.search_detail_win.popup {
  position: absolute;
  top: 150px;
  left: 0;
  width: 960px;
  height: auto;
  z-index: 9999;
  padding: 35px 35px 20px;
  border: 10px solid #F6F6F6;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1536px) {
  .search_detail_win.popup {
    width: 800px;
    top: 120px;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .search_detail_win.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 100px;
    overflow: auto;
    background-color: #FFFFFF;
    box-shadow: inherit;
    border: none;
    padding: 100px 50px 50px;
  }
  .search_detail_win.popup:before {
    content: none;
  }
  .search_detail_win.popup dl dt {
    padding-top: 10px;
    border-top: none;
  }
  .search_detail_win.popup dl dd {
    padding-top: 8px;
    margin-bottom: 0;
    line-height: 40px;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .search_detail_win.popup {
    padding: 50px 10px 20px 20px;
  }
}
.search_detail_win.popup:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 60%;
  margin-left: 0;
  border: 15px solid transparent;
  border-bottom: 15px solid #F6F6F6;
}
.search_detail_win.popup dl dt {
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 1024px) {
  .search_detail_win.popup dl dt {
    border-top: none;
    padding-top: 0;
  }
}
.search_detail_win.popup dl dd {
  padding-top: 8px;
  margin-bottom: 0;
  line-height: 40px;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 1024px) {
  .search_detail_win.popup dl dd {
    border-top: none;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .search_detail_win.popup dl dd ul li {
    width: 33.3333%;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .search_detail_win.popup dl dd ul li {
    width: 50%;
  }
}
.search_detail_win .closeWin {
  display: none;
  font-weight: 500;
}
.search_detail_win .closeWin p {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
}
.search_detail_win .closeWin p span {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 0;
  top: 45%;
}
.search_detail_win .closeWin p span:nth-child(2) {
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .search_detail_win .closeWin {
    width: 100px;
    line-height: 36px;
    color: #FFFFFF;
    border-radius: 3px;
    padding-left: 15px;
    display: block;
    position: fixed;
    top: 35px;
    right: 50px;
    font-size: 1.5rem;
    background-color: #276563;
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  .search_detail_win .closeWin {
    width: 100px;
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.search_detail_win dl {
  display: flex;
  flex-wrap: wrap;
}
.search_detail_win dl dt {
  width: 17%;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .search_detail_win dl dt {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .search_detail_win dl dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
.search_detail_win dl dt span {
  position: relative;
  top: 8px;
}
.search_detail_win dl dd {
  width: 83%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .search_detail_win dl dd {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  .search_detail_win dl dd {
    width: 100%;
    margin-bottom: 10px;
  }
}
.search_detail_win dl dd:last-child {
  margin-bottom: 0;
}
.search_detail_win dl dd > input {
  width: 100%;
  line-height: 36px;
  padding: 0 10px;
}
.search_detail_win dl dd > ul {
  font-size: 0;
  text-align: left;
}
.search_detail_win dl dd > ul > li {
  font-size: 1.4rem;
  width: 25%;
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 20px;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .search_detail_win dl dd > ul > li {
    width: 33.3333%;
    height: 40px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .search_detail_win dl dd > ul > li {
    width: 50%;
    height: 40px;
    padding-left: 0px;
    padding-right: 5px;
  }
}
.search_detail_win dl dd > ul > li input {
  margin-right: 7px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1024px) {
  .search_detail_win dl dd > ul > li label {
    width: 100% !important;
  }
  .search_detail_win dl dd > ul > li label input {
    display: none; /* デフォルトのinputは非表示にする */
  }
  .search_detail_win dl dd > ul > li label input:checked + span {
    color: #FFF; /* 文字色を白に */
    background: #09BAB5; /* 背景色を薄い赤に */
    border: 1px solid #09BAB5; /* 淵の線を薄い赤に */
  }
  .search_detail_win dl dd > ul > li label span {
    color: #333; /* 文字色を黒に */
    font-size: 1.4rem; /* 文字サイズを14pxに */
    border: 1px solid #dddddd; /* 淵の線を指定 */
    border-radius: 3px; /* 角丸を入れて、左右が丸いボタンにする */
    padding: 0px; /* 上下左右に余白をトル */
    width: 100% !important;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: block;
    text-align: center;
  }
}

/* --------------------------
 * btn
-------------------------- */
.btn {
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .btn {
    border-radius: 3px;
  }
}
.btn.entry {
  width: 310px;
  display: block;
  line-height: 70px;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .btn.entry {
    width: 240px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .btn.entry {
    margin: 0 auto;
    width: 100%;
  }
}
.btn.entry a {
  background-color: #FF4601;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.8rem;
  overflow: hidden;
  border: 1px solid #FF4601;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .btn.entry a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .btn.entry a {
    font-size: 1.6rem;
    border-radius: 3px;
  }
}
.btn.entry a:hover {
  background-color: #D43900;
}
.btn.Grp {
  width: 640px;
  display: flex;
  gap: 20px;
  overflow: inherit;
  border-radius: 0;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .btn.Grp {
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .btn.Grp {
    gap: 10px;
    margin-top: 35px;
  }
}
.btn.Grp li {
  width: 50%;
  display: block;
  line-height: 70px;
}
@media screen and (max-width: 1024px) {
  .btn.Grp li {
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .btn.Grp li {
    line-height: 50px;
  }
}
.btn.Grp li a {
  background-color: #FF4601;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.8rem;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #FF4601;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .btn.Grp li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.Grp li a {
    font-size: 1.5rem;
    border-radius: 3px;
  }
}
.btn.Grp li a:hover {
  background-color: #D43900;
}
.btn.Grp li:nth-child(2) a {
  background-color: #FFFFFF;
  border: 1px solid #276563;
  color: #276563;
}
.btn.Grp li:nth-child(2) a:hover {
  background-color: #276563;
  color: #FFFFFF;
}
.btn.Grp.min {
  width: 310px;
  gap: 7px;
  margin: 15px auto 0;
}
@media screen and (max-width: 1024px) {
  .btn.Grp.min {
    width: 240px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .btn.Grp.min {
    width: 100%;
  }
}
.btn.Grp.min li {
  line-height: 40px;
}
@media screen and (max-width: 1024px) {
  .btn.Grp.min li {
    line-height: 30px;
  }
}
.btn.Grp.min li a {
  background-color: #FFFFFF;
  border: 1px solid #276563;
  color: #276563;
  font-size: 1.5rem !important;
  font-weight: 500;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .btn.Grp.min li a {
    border-radius: 3px;
    font-size: 1.4rem !important;
  }
}
.btn.Grp.min li a:hover {
  background-color: #276563;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .btn.Grp.min li:nth-child(2) a {
    border-radius: 3px;
  }
}
.btn.lg {
  width: 360px;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .btn.lg {
    width: 100%;
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
  }
}
.btn.lg.color a:hover {
  color: #FFFFFF;
  background-color: #276563;
}
.btn.std {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .btn.std {
    height: 40px;
    line-height: 40px;
    width: 160px;
    font-size: 1.3rem;
  }
}
.btn.std::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #09BAB5;
  position: absolute;
  left: 20px;
  transition: 0.3s ease all;
  top: 50%;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .btn.std::before {
    width: 6px;
    height: 6px;
  }
}
.btn.std:hover a {
  color: #FFFFFF;
}
.btn.std:hover::before {
  transform: scale(50);
}
@media screen and (max-width: 767px) {
  .btn.std:hover::before {
    transform: scale(60);
  }
}
.btn.color {
  background-color: #09BAB5;
}
.btn.color::before {
  background-color: #FFFFFF;
}
.btn.color a {
  color: #FFFFFF;
}
.btn.color:hover::before {
  background-color: #dddddd;
}
.btn.color:hover a {
  color: #333;
}
.btn.wh {
  background-color: #FFFFFF;
  color: #333;
}
.btn.wh:hover a {
  background-color: #eeeeee;
}
.btn a {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  transition: 0.3s ease all;
}
.btn a img {
  width: 8px;
  height: auto;
  position: absolute;
  right: 20px;
}

/* --------------------------
 * fixBtn
-------------------------- */
.fixBtn {
  position: fixed;
  top: calc(50% - 185px);
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 1440px) {
  .fixBtn {
    font-size: 1.5rem;
    top: calc(50% - 155px);
  }
}
@media screen and (max-width: 767px) {
  .fixBtn {
    display: none;
  }
}
.fixBtn ul li {
  width: 50px;
  height: 180px;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1440px) {
  .fixBtn ul li {
    width: 40px;
    height: 160px;
  }
}
.fixBtn ul li a {
  writing-mode: vertical-lr;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 50px;
}
@media screen and (max-width: 1440px) {
  .fixBtn ul li a {
    line-height: 40px;
    font-size: 1.5rem;
  }
}
.fixBtn ul li:nth-child(1) {
  margin-bottom: 10px;
}
.fixBtn ul li:nth-child(1) a {
  background-color: #09BAB5;
  color: #FFFFFF;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 1440px) {
  .fixBtn ul li:nth-child(1) a {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
.fixBtn ul li:nth-child(1) a img {
  width: 18px;
  height: auto;
  margin-bottom: 5px;
  position: relative;
  left: -5px;
}
@media screen and (max-width: 1440px) {
  .fixBtn ul li:nth-child(1) a img {
    width: 15px;
    left: -4px;
  }
}
.fixBtn ul li:nth-child(1) a:hover {
  background-color: #276563;
}
.fixBtn ul li:nth-child(2) a {
  background-color: #FFFFFF;
  color: #333;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1440px) {
  .fixBtn ul li:nth-child(2) a {
    letter-spacing: 0px;
  }
}
.fixBtn ul li:nth-child(2) a:hover {
  background-color: #eeeeee;
}
.fixBtn ul li:nth-child(2) a img {
  width: 14px;
  height: auto;
  margin-bottom: 7px;
  position: relative;
  left: -5px;
}
@media screen and (max-width: 1440px) {
  .fixBtn ul li:nth-child(2) a img {
    width: 12px;
    margin-bottom: 5px;
  }
}

/* --------------------------
 * logoloop
-------------------------- */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logoloop {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .logoloop {
    width: 200%;
  }
}
.logoloop__wrap {
  display: flex;
  overflow: hidden;
}
.logoloop__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.logoloop__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.logoloop__item {
  width: 83.3333333333vw;
  padding: 0 25px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .logoloop__item {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .logoloop__item {
    width: 100vw;
  }
}
.logoloop__item > img {
  width: 100%;
  height: auto;
}

/* --------------------------
 * spNav
-------------------------- */
#spNavWrap {
  display: none;
  z-index: 9999990;
  background-color: rgba(9, 186, 181, 0.8);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0s linear all;
}

#spNav {
  z-index: 9999999;
  position: fixed;
  top: 0;
  height: 100svh;
  display: block;
  justify-content: center;
  align-items: center;
  overflow: auto;
  transition: 0.3s ease all !important;
  background-color: #FFFFFF;
  background-size: 100%;
  min-height: 100%;
  right: -300px;
  width: 300px;
  padding: 0 0 30px;
  font-size: 1.5rem;
}
#spNav.active {
  display: block;
  top: 0px;
  right: 0px;
}
#spNav.active .inner .head {
  position: fixed;
  right: 0;
}
#spNav .inner {
  padding: 50px 0px 10px;
  height: auto;
  display: block;
  position: relative;
}
#spNav .inner .head {
  z-index: 99;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding-left: 20px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease all;
  height: 50px;
  padding-left: 10px;
  width: 300px;
  right: -300px;
}
#spNav .inner .head.fixed {
  position: fixed;
}
#spNav .inner .head img {
  width: 80px;
  margin-top: 1px;
}
#spNav .inner .head .close {
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  right: 16px;
  cursor: pointer;
  transition: 0.3s ease all;
  background-color: #F6F6F6;
  border-radius: 50em;
}
#spNav .inner .head .close span {
  width: 60%;
  height: 1px;
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 20%;
}
#spNav .inner .head .close span:first-child {
  transform: rotate(45deg);
}
#spNav .inner .head .close span:last-child {
  transform: rotate(-45deg);
}
#spNav .inner .head .close:hover {
  opacity: 0.5;
}
#spNav .inner ul.nav {
  width: 100%;
  display: block;
  flex-wrap: wrap;
  background-color: #F6F6F6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#spNav .inner ul.nav li {
  left: 0px;
  width: 100%;
  position: relative;
  display: block;
  border-bottom: 1px solid #dddddd;
}
#spNav .inner ul.nav li p {
  font-size: 1.5rem;
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
  font-weight: 500;
  cursor: pointer;
  padding-left: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.nav li p {
    line-height: 45px;
    font-size: 1.4rem;
  }
}
#spNav .inner ul.nav li p img {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 10px;
  height: auto;
  margin-right: 10px;
  width: 14px;
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.nav li p img {
    top: 21px;
    width: 12px;
  }
}
#spNav .inner ul.nav li p:hover {
  background-color: rgba(51, 51, 51, 0.1);
}
#spNav .inner ul.nav li p.active img {
  transform: rotate(180deg);
  top: 22px;
}
#spNav .inner ul.nav li a {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  line-height: 50px;
  color: #333;
  padding-left: 15px;
  font-weight: 500;
  position: relative;
  transition: 0.1s 0 ease background-color !important;
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.nav li a {
    line-height: 45px;
    font-size: 1.4rem;
  }
}
#spNav .inner ul.nav li a img {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 8px;
  height: auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.nav li a img {
    width: 6px;
  }
}
#spNav .inner ul.nav li a span {
  width: 16px;
  height: 2px;
  background-color: #09BAB5;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
}
#spNav .inner ul.nav li a span::before {
  content: "";
  width: 2px;
  height: 16px;
  display: block;
  background-color: #09BAB5;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: -7px;
  display: block;
  transition: 0.1s ease all;
}
#spNav .inner ul.nav li a:hover {
  background-color: rgba(51, 51, 51, 0.1);
}
#spNav .inner ul.nav li.ddbtn p {
  cursor: pointer;
  border-bottom: none;
}
#spNav .inner ul.nav li.ddbtn p.current span::before {
  content: "";
  height: 0px;
}
#spNav .inner ul.nav li.ddbtn > ul {
  display: none;
  border-bottom: none;
}
#spNav .inner ul.nav li.ddbtn > ul li {
  background-color: #eeeeee;
  display: block;
  border-bottom: none;
}
#spNav .inner ul.nav li.ddbtn > ul li a {
  padding-left: 31px;
  border-top: 1px solid #dddddd;
  font-size: 1.5rem;
}
#spNav .inner ul.nav li.ddbtn > ul li a > img {
  top: 18px;
  right: 10px;
  width: 8px;
  height: auto;
  margin-right: 10px;
}
#spNav .entry {
  width: calc(100% - 30px);
  margin: 40px auto 0;
}
#spNav .entry ul {
  width: 100%;
  display: block;
}
#spNav .entry ul li {
  width: 100%;
  margin-top: 5px;
}
#spNav .entry ul li .fukidashi {
  width: 60px;
  top: -25px;
}
#spNav .entry ul li a p {
  font-size: 1.7rem;
}
#spNav .entry ul li a p span {
  font-size: 1.3rem;
}
#spNav .entry ul li a .pcicon {
  width: 40px;
}
#spNav .entry ul li a .line {
  width: 40px;
}
#spNav .entry ul li a .arrow {
  width: 8px;
  right: 12px;
}
#spNav .min {
  display: block;
  margin-right: 0px;
  position: relative;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  margin-top: 25px;
}
#spNav .min li {
  width: 100%;
  border: none;
}
#spNav .min li a {
  display: block;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 0;
  text-align: left;
  letter-spacing: 1px;
  line-height: 30px;
  padding-left: 15px;
  background-color: transparent;
}
#spNav .min li a img {
  position: relative;
  top: inherit;
  width: 5px;
  height: auto;
  margin-right: 7px;
  right: inherit;
}
#spNav .sns {
  height: auto;
  display: block;
  width: 210px;
  margin: 20px auto 0px;
}
@media screen and (max-width: 767px) {
  #spNav .sns {
    width: 175px;
  }
}
#spNav .sns ul {
  width: 210px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #spNav .sns ul {
    height: 45px;
    width: 175px;
  }
}
#spNav .sns ul li {
  margin-right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50em;
}
@media screen and (max-width: 767px) {
  #spNav .sns ul li {
    width: 45px;
    height: 45px;
  }
}
#spNav .sns ul li:last-child {
  margin-right: 0;
}
#spNav .sns ul li:first-child a img {
  width: 25%;
}
#spNav .sns ul li a {
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spNav .sns ul li a img {
  width: 40%;
}
#spNav .sns ul li a:hover {
  background-color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */