/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  color: #42454d;
  text-decoration: none;
  transform: rotate(0.1deg);
}

a:visited,
a:active {
  color: #42454d;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/********************************************/
/*  ham_menu*/
/********************************************/
@media (min-width: 768px) {
  #ham_menu_trigger,
  #ham_nav_wrapper,
  #h_instagram {
    display: none;
  }
}
#fixed_main {
  padding-top: 0;
}

.header .ham_menu_trigger {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background: #0b7ac1;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .ham_menu_trigger span {
  width: 18px;
  height: 2px;
  background: #FFF;
  display: block;
}
.header .ham_menu_trigger span + span {
  margin-top: 10px;
}

.ham_menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-315deg);
          transform: translateY(5px) rotate(-315deg);
}
.ham_menu_trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-7.5px) rotate(315deg);
          transform: translateY(-7.5px) rotate(315deg);
}

/********************************************/
/*header > ham_nav_wrapper */
/********************************************/
.header .ham_nav_wrapper {
  position: fixed;
  padding: 30px 15px 50px;
  top: 60px;
  right: -150px;
  width: 60%;
  height: calc(100dvh - 60px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fdf8ec;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9980;
}

.header .ham_nav_wrapper.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.header .ham_logo {
  position: absolute;
  width: 42.8%;
  max-width: 206px;
  top: 26px;
  left: 30px;
}

.header .ham_main_nav {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  max-width: 300px;
  margin: auto;
}

.header .ham_main_nav a {
  color: #42454d;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.header .ham_main_nav .nav_box.nav01 ul {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .ham_main_nav .nav_box.nav01 ul li {
  padding: 8px;
  transform: rotate(0.1deg);
}
.header .ham_main_nav .nav_box.nav01 ul li:has(a.small) {
  padding: 5px;
}
.header .ham_main_nav .nav_box.nav01 ul li.animate a {
  position: relative;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  -webkit-animation-name: txt_anime;
          animation-name: txt_anime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
.header .ham_main_nav .nav_box.nav01 ul li.animate a.small {
  font-size: clamp(1.2rem, 1.825vw, 1.4rem);
  font-weight: 500;
}
.header .ham_main_nav .nav_box.nav01 ul li.animate a.external span {
  padding-right: 20px;
  background: url("../img/common/ico-external-gray.png") no-repeat right center/10px 10px;
}
.header .ham_main_nav .nav_box.nav01 ul li.animate a:hover {
  color: #0b7ac1;
}
.header .ham_main_nav .nav_box.nav01 ul li.animate a:hover.external span {
  background: url("../img/common/ico-external-b.png") no-repeat right center/10px 10px;
}

.header .ham_main_nav .tel_box {
  margin-bottom: 30px;
  font-size: 1.6rem;
  transform: rotate(0.1deg);
}
.header .ham_main_nav .tel_box a {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .ham_main_nav .tel_box a:hover {
  color: #0b7ac1;
}

.header .ham_main_nav .ham_btn .ham_recruit a {
  margin-bottom: 10px;
  width: 100%;
  height: 45px;
  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;
  background: #e9f284;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .ham_main_nav .ham_btn .ham_recruit a span {
  padding-left: 27px;
  color: #0b7ac1;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  background: url("../img/common/maguchi_l.png") no-repeat 0 center/22px 23px;
  transform: rotate(0.1deg);
}
.header .ham_main_nav .ham_btn .ham_recruit a:hover {
  background: #FFF;
  border: 2px solid #e9f284;
}
.header .ham_main_nav .ham_btn .ham_contact a {
  width: 100%;
  height: 45px;
  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;
  color: #FFF;
  font-size: 1.6rem;
  background: #0b7ac1;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(0.1deg);
}
.header .ham_main_nav .ham_btn .ham_contact a:hover {
  color: #0b7ac1;
  background: #FFF;
  border: 2px solid #0b7ac1;
}

/********************************************/
/*scroll_btn */
/********************************************/
.top_scroll_wrap {
  position: fixed;
  width: calc(100% - 200px);
  max-width: 1720px;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(8px);
}
@media (max-width: 767px) {
  .top_scroll {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 1;
  }
}
.top_scroll.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.top_scroll a {
  width: 110px;
  height: 110px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
@media (max-width: 767px) {
  .top_scroll a {
    width: 60px;
    height: 60px;
    gap: 5px 0;
  }
}
.top_scroll a span {
  font-family: "LINE Seed JP", sans-serif;
  color: #0b7ac1;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
}
@media (max-width: 1300px) {
  .top_scroll a span {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .top_scroll a span {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.top_scroll a #pagetop {
  position: relative;
  width: 80px;
  height: 80px;
  background: #FFF;
  border: 2px solid #0b7ac1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .top_scroll a #pagetop {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .top_scroll a #pagetop {
    width: 40px;
    height: 40px;
  }
}
.top_scroll a #pagetop::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #0b7ac1;
  border-right: 2px solid #0b7ac1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 4px);
  left: calc(50% - 8px);
}
@media (max-width: 1300px) {
  .top_scroll a #pagetop::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 2px);
    left: calc(50% - 6px);
  }
}

.top_scroll a:hover {
  opacity: 0.7;
}

/********************************************/
/*header */
/********************************************/
.header {
  position: fixed;
  padding: 26px 26px 0;
  width: 100%;
  height: 96px;
  z-index: 9999;
}
@media (max-width: 767px) {
  .header {
    padding: 10px 15px;
    width: 100%;
    height: 60px;
    background: #FFF;
    border-bottom: 1px solid #0b7ac1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 4;
  }
}

.header .head_wrapper {
  width: 100%;
  max-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .header .head_wrapper {
    width: calc(100% - 60px);
    height: 100%;
  }
}

.header .logo {
  width: 42%;
  max-width: 317px;
  font-size: 0;
}
@media (max-width: 1024px) {
  .header .logo {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 80%;
  }
}

.header #h_instagram a {
  width: 23px;
  height: 23px;
  line-height: 0;
  display: block;
  background: url(../img/common/ico-instagram.png) no-repeat 0 0/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header #h_instagram a:hover {
  background: url(../img/common/ico-instagram-b.png) no-repeat 0 0/contain;
}

.header .gnav_wrapper {
  padding: 5px 6px 5px 36px;
  display: block;
  background: #FFF;
  border-radius: 14px;
}
@media (max-width: 820px) {
  .header .gnav_wrapper {
    padding: 5px 6px 5px 18px;
  }
}
@media (max-width: 767px) {
  .header .gnav_wrapper {
    display: none;
  }
}

.header .gnav_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media (max-width: 1199px) {
  .header .gnav_wrapper ul {
    gap: 0 12px;
  }
}
@media (max-width: 820px) {
  .header .gnav_wrapper ul {
    gap: 0 10px;
  }
}

.header .gnav_wrapper ul li {
  position: relative;
  transform: rotate(0.1deg);
}
.header .gnav_wrapper ul li a {
  font-size: clamp(1.2rem, 1.2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .gnav_wrapper ul li a:hover {
  color: #0b7ac1;
}
.header .gnav_wrapper ul li.insta {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .header .gnav_wrapper ul li.insta {
    padding-right: 20px;
  }
}
@media (max-width: 820px) {
  .header .gnav_wrapper ul li.insta {
    padding-right: 10px;
  }
}
.header .gnav_wrapper ul li.insta a {
  width: 21px;
  height: 21px;
  line-height: 0;
  display: block;
  background: url(../img/common/ico-instagram.png) no-repeat 0 0/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .gnav_wrapper ul li.insta a:hover {
  background: url(../img/common/ico-instagram-b.png) no-repeat 0 0/contain;
}
.header .gnav_wrapper ul li.insta::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #42454d;
  top: calc(50% - 20px);
  right: 0;
}
@media (max-width: 1300px) {
  .header .gnav_wrapper ul li.insta::after {
    height: 30px;
    top: calc(50% - 15px);
  }
}
.header .gnav_wrapper ul li.h_recruit {
  margin-right: -10px;
}
@media (max-width: 1199px) {
  .header .gnav_wrapper ul li.h_recruit {
    padding-right: 12px;
  }
}
@media (max-width: 820px) {
  .header .gnav_wrapper ul li.h_recruit {
    padding-right: 10px;
  }
}
.header .gnav_wrapper ul li.h_recruit a {
  width: 220px;
  height: 60px;
  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;
  color: #0b7ac1;
  background: #e9f284;
  border: 2px solid #e9f284;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .header .gnav_wrapper ul li.h_recruit a {
    width: 142px;
    height: 40px;
  }
}
@media (max-width: 820px) {
  .header .gnav_wrapper ul li.h_recruit a {
    width: 120px;
    height: 38px;
  }
}
.header .gnav_wrapper ul li.h_recruit a span {
  padding-left: 38px;
  background: url("../img/common/maguchi_l.png") no-repeat 0 center/30px 31px;
}
@media (max-width: 1300px) {
  .header .gnav_wrapper ul li.h_recruit a span {
    background: url("../img/common/maguchi_l.png") no-repeat 0 center/24px 25px;
  }
}
.header .gnav_wrapper ul li.h_recruit a:hover {
  background: #FFF;
}
.header .gnav_wrapper ul li.h_contact a {
  width: 220px;
  height: 60px;
  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;
  color: #FFF;
  background: #0b7ac1;
  border: 2px solid #0b7ac1;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .header .gnav_wrapper ul li.h_contact a {
    width: 142px;
    height: 40px;
  }
}
@media (max-width: 820px) {
  .header .gnav_wrapper ul li.h_contact a {
    width: 120px;
    height: 38px;
  }
}
.header .gnav_wrapper ul li.h_contact a:hover {
  color: #0b7ac1;
  background: #FFF;
}

/********************************************/
/*header > nav */
/********************************************/
.header .main_nav .nav_box {
  width: 48%;
  margin-right: 4%;
}

.header .main_nav .nav_box:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 600px) {
  .header .main_nav .nav_box {
    width: 24%;
    margin-right: 1.3333%;
  }
  .header .main_nav .nav_box:nth-child(4n) {
    margin-right: 0;
  }
}
/********************************************/
/*header > entry_btn */
/********************************************/
.header .header_recruit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform ease 0.28s;
  transition: -webkit-transform ease 0.28s;
  transition: transform ease 0.28s;
  transition: transform ease 0.28s, -webkit-transform ease 0.28s;
  z-index: 9999;
}

@media (min-width: 1024px) {
  .header .header_recruit {
    -webkit-transform: translateX(297px);
            transform: translateX(297px);
    width: 377px;
  }
}
.header .header_recruit .en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  padding: 20px 22px 20px 15px;
  color: #FFF;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 769px) {
  .header .header_recruit .en {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.header .header_recruit .en:hover {
  opacity: 0.7;
}

.header .header_recruit .en .add_text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header_recruit.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header .header_recruit.open .en .add_text {
  opacity: 1;
  visibility: visible;
}

/********************************************/
/*footer */
/********************************************/
.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFF;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 100px;
  }
}

.footer_wrapper {
  width: 100%;
}
.footer_wrapper.main_width {
  max-width: 1520px;
}
@media (max-width: 767px) {
  .footer_wrapper.main_width {
    width: calc(100% - 15.64vw);
  }
}
.footer_wrapper .copyright {
  padding-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .footer_wrapper .copyright {
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: left;
  }
}

.footer_01 {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_01 {
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer_01 .f_logo {
  width: 542px;
}
@media (max-width: 820px) {
  .footer_01 .f_logo {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .footer_01 .f_logo {
    margin-bottom: 35px;
    width: 271px;
  }
}

.footer_02 {
  margin-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 5vw;
}
@media (max-width: 1300px) {
  .footer_02 {
    margin-bottom: 100px;
    gap: 0 2vw;
  }
}
@media (max-width: 767px) {
  .footer_02 {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}
@media (max-width: 767px) {
  .footer_02 .f_info {
    width: 100%;
  }
}
.footer_02 .f_info .f_addr {
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transform: rotate(0.1deg);
}
@media (max-width: 820px) {
  .footer_02 .f_info .f_addr {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .footer_02 .f_info .f_addr {
    margin-bottom: 10px;
    line-height: 1.7;
  }
}
.footer_02 .f_info .tel {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .footer_02 .f_info .tel {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.footer_02 .f_info .tel a {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 820px) {
  .footer_02 .f_info .tel a {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .footer_02 .f_info .tel a {
    font-size: 1.5rem;
  }
}
.footer_02 .f_info .tel a:hover {
  color: #0b7ac1;
}
.footer_02 .f_info .f_sns a {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 820px) {
  .footer_02 .f_info .f_sns a {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .footer_02 .f_info .f_sns a {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.footer_02 .f_info .f_sns a span {
  margin-right: 20px;
  width: 31px;
  height: 31px;
  display: block;
  background: url(../img/common/ico-instagram.png) no-repeat 0 0/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .footer_02 .f_info .f_sns a span {
    margin-right: 15px;
    width: 15px;
    height: 15px;
  }
}
.footer_02 .f_info .f_sns a:hover {
  color: #0b7ac1;
}
.footer_02 .f_info .f_sns a:hover span {
  background: url(../img/common/ico-instagram-b.png) no-repeat 0 0/contain;
}
.footer_02 .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 5vw;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .footer_02 .f_nav {
    gap: 0 2vw;
  }
}
@media (max-width: 767px) {
  .footer_02 .f_nav {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 6vw;
  }
}
/* @media (max-width: 767px) {
  .footer_02 .f_nav dl {
    width: 46%;
  }
} */
.footer_02 .f_nav dl dt {
  margin-bottom: 20px;
  line-height: 1;
  transform: rotate(0.1deg);
}
.footer_02 .f_nav dl dt a {
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 820px) {
  .footer_02 .f_nav dl dt a {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .footer_02 .f_nav dl dt a {
    font-size: 1.5rem;
  }
}
.footer_02 .f_nav dl dt a:hover {
  color: #0b7ac1;
}
.footer_02 .f_nav dl dd {
  margin-bottom: 10px;
  line-height: 1;
  transform: rotate(0.1deg);
}
.footer_02 .f_nav dl dd a {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 820px) {
  .footer_02 .f_nav dl dd a {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .footer_02 .f_nav dl dd a {
    font-size: 1.4rem;
  }
}
.footer_02 .f_nav dl dd a:hover {
  color: #0b7ac1;
}

.footer_03 .f_btn {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .footer_03 .f_btn {
    margin-bottom: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 15px;
  }
}
@media (max-width: 767px) {
  .footer_03 .f_btn .f_btn_recruit {
    width: 48%;
    max-width: 330px;
  }
}
.footer_03 .f_btn .f_btn_recruit a {
  width: 262px;
  height: 72px;
  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;
  color: #0b7ac1;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #e9f284;
  border: 2px solid #e9f284;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .footer_03 .f_btn .f_btn_recruit a {
    width: 100%;
    height: 45px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    border-radius: 5px;
  }
}
.footer_03 .f_btn .f_btn_recruit a span {
  padding-left: 54px;
  background: url("../img/common/maguchi_l.png") no-repeat 0 center/36px 37px;
}
@media (max-width: 1300px) {
  .footer_03 .f_btn .f_btn_recruit a span {
    padding-left: 27px;
    background: url("../img/common/maguchi_l.png") no-repeat 0 center/22px 23px;
  }
}
.footer_03 .f_btn .f_btn_recruit a:hover {
  background: #FFF;
}
@media (max-width: 767px) {
  .footer_03 .f_btn .f_btn_contact {
    width: 48%;
    max-width: 330px;
  }
}
.footer_03 .f_btn .f_btn_contact a {
  width: 262px;
  height: 72px;
  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;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #0b7ac1;
  border: 2px solid #0b7ac1;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .footer_03 .f_btn .f_btn_contact a {
    width: 100%;
    height: 45px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    border-radius: 5px;
  }
}
.footer_03 .f_btn .f_btn_contact a:hover {
  color: #0b7ac1;
  background: #FFF;
}
.footer_03 .f_nav_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 45px;
}
@media (max-width: 1439px) {
  .footer_03 .f_nav_02 ul {
    gap: 0 2vw;
  }
}
@media (max-width: 767px) {
  .footer_03 .f_nav_02 ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 22px;
  }
}
.footer_03 .f_nav_02 ul li {
  transform: rotate(0.1deg);
}
.footer_03 .f_nav_02 ul li a {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 820px) {
  .footer_03 .f_nav_02 ul li a {
    font-size: 1.3rem;
  }
}
.footer_03 .f_nav_02 ul li a.external span {
  padding-right: 28px;
  background: url("../img/common/ico-external-gray.png") no-repeat right center/18px 18px;
}
@media (max-width: 767px) {
  .footer_03 .f_nav_02 ul li a.external span {
    padding-right: 14px;
    background: url("../img/common/ico-external-gray.png") no-repeat right center/9px 9px;
  }
}
.footer_03 .f_nav_02 ul li a:hover {
  color: #0b7ac1;
}
.footer_03 .f_nav_02 ul li a:hover.external span {
  background: url("../img/common/ico-external-b.png") no-repeat right center/18px 18px;
}
@media (max-width: 767px) {
  .footer_03 .f_nav_02 ul li a:hover.external span {
    padding-right: 14px;
    background: url("../img/common/ico-external-b.png") no-repeat right center/9px 9px;
  }
}

/********************************************/
/*cta */
/********************************************/
.cta_pc {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  z-index: 99;
}
@media (max-width: 1439px) {
  .cta_pc {
    top: 16%;
  }
}
@media (max-width: 820px) {
  .cta_pc {
    top: 10%;
  }
}
@media (max-width: 767px) {
  .cta_pc {
    display: none;
  }
}
.cta_pc a {
  padding-top: 17px;
  padding-bottom: 17px;
  width: 60px;
  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;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFF;
  background: #0abcc7;
  border-top: 2px solid #0abcc7;
  border-left: 2px solid #0abcc7;
  border-bottom: 2px solid #0abcc7;
  border-radius: 10px 0 0 10px;
  transform: rotate(0.1deg);
}
@media (max-width: 1024px) {
  .cta_pc a {
    width: 40px;
    font-size: 1.6rem;
  }
}
.cta_pc a span {
  padding-bottom: 23px;
  background: url(../img/common/ico-external-w.png) no-repeat center bottom/18px 18px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .cta_pc a span {
    background: url(../img/common/ico-external-w.png) no-repeat right 10px bottom/12px 12px;
  }
}
.cta_pc a:hover {
  color: #0abcc7;
  background: #FFF;
}
.cta_pc a:hover span {
  background: url(../img/common/ico-external-g.png) no-repeat center bottom/18px 18px;
}
@media (max-width: 1024px) {
  .cta_pc a:hover span {
    background: url(../img/common/ico-external-g.png) no-repeat center bottom/12px 12px;
  }
}
.cta_pc .new a {
  color: #0b7ac1;
  background: #e9f284;
  border-top: 2px solid #e9f284;
  border-left: 2px solid #e9f284;
  border-bottom: 2px solid #e9f284;
}
.cta_pc .new a:hover {
  background: #FFF;
}

.cta_sp {
  position: fixed;
  background: #fdf8ec;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1px;
  z-index: 99;
}
@media (min-width: 768px) {
  .cta_sp {
    display: none;
  }
}
.cta_sp li {
/*  width: calc((100% - 2px) / 3); */
  width: calc((100% - 1px) / 2);
}
.cta_sp li a {
  width: 100%;
  height: 100%;
  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;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFF;
  background: #0abcc7;
  color: #FFF;
  background: #0abcc7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta_sp li a span {
  padding-right: 20px;
  background: url(../img/common/ico-external-w.png) no-repeat right center/10px 10px;
}
.cta_sp li a:hover {
  color: #0abcc7;
  background: #FFF;
}
.cta_sp li a:hover span {
  background: url(../img/common/ico-external-g.png) no-repeat right center/10px 10px;
}
.cta_sp li.new a {
  color: #0b7ac1;
  background: #e9f284;
}
.cta_sp li.new a:hover {
  background: #FFF;
  border: 2px solid #e9f284;
}

/********************************************/
/*breadcrumb */
/********************************************/
.breadcrumb .breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
.breadcrumb .breadcrumb__list .breadcrumb__item {
  color: #7a7c82;
  font-size: 1.6rem;
  font-weight: 500;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb__list .breadcrumb__item {
    font-size: 1.1rem;
  }
}
.breadcrumb .breadcrumb__list .breadcrumb__item a {
  color: #7a7c82;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb__list .breadcrumb__item a {
    font-size: 1.1rem;
  }
}
.breadcrumb .breadcrumb__list .breadcrumb__item a:hover {
  color: #0b7ac1;
}
.breadcrumb .breadcrumb__list .breadcrumb__item::after {
  content: "/";
  margin-left: 1em;
  color: #7a7c82;
  font-weight: 500;
}
.breadcrumb .breadcrumb__list .breadcrumb__item:last-child::after {
  content: none;
}