@charset "UTF-8";
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.gothic {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

.noto-suns {
  font-family: "Noto Sans JP", sans-serif;
}

.a {
  color: inherit;
  opacity: 1;
  text-decoration: none;
  transition-duration: 0.2s;
}
@media (min-width: 768px) {
  .a {
    cursor: pointer;
  }
  .a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .a:active {
    opacity: 0.7;
  }
}

.imgb {
  display: block;
  max-width: 100%;
}

.imgc {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 60px;
  }
}

.header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99990;
}
@media (min-width: 768px) {
  .header {
    display: flex;
    justify-content: space-between;
    padding: 22px 105px 0 24px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 19px 0 0 5%;
  }
}
.header[data-color=w] {
  color: #fff;
}
.header[data-color=w] .header__phoneimg_b {
  display: none;
}
.header[data-color=w] .header__phone {
  color: #fff;
}
.header[data-color=w] .header__phone span::before {
  background-image: url(../img/common/icon_freephone_w.svg);
}
.header[data-color=b] {
  color: #000;
}
.header[data-color=b] .header__phoneimg_w {
  display: none;
}
.header[data-color=b] .header__phone {
  color: #000;
}
.header[data-color=b] .header__phone span::before {
  background-image: url(../img/common/icon_freephone_b.svg);
}
@media (max-width: 767px) {
  .header__logo {
    display: block;
    width: 160px;
  }
}
@media (min-width: 768px) {
  .header__content {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .header__content {
    position: fixed;
    display: flex;
    align-items: center;
    right: calc(7% + 50px);
    top: 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.header__contact, .header__tel {
  height: 42px;
  margin: auto;
  border-right: 1px solid #000;
}
.header__contact {
  width: 64px;
  border-left: 1px solid #000;
}
@media (max-width: 767px) {
  .header__contact img {
    width: 40px;
    height: auto;
    margin: 7px auto 3px;
  }
}
.header__tel {
  width: 52px;
}
@media (max-width: 767px) {
  .header__tel img {
    width: auto;
    height: 32px;
    margin: 7px auto 3px;
  }
}
.header__phone {
  display: block;
  /* margin-top: 8px; */
  line-height: 1;
  font-size: 46px;
  font-family: "myriad-pro-semiextended", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.header__phone span {
  position: relative;
  display: inline-block;
  padding-left: 53px;
}
.header__phone span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 43px;
  height: 28px;
  background-image: url(../img/common/icon_freephone_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__menu {
  position: fixed;
  top: 20px;
  right: 0;
  width: calc(7% + 50px);
  height: 42px;
  z-index: 999991;
}
.header[aria-expanded=true] .header__menu {
  background-color: rgba(255, 255, 255, 0) !important;
}
.header__p1 {
  font-size: 12px;
  line-height: 16px;
}
.header__p2 {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 19px;
  padding-right: 5px;
}

.menubutton {
  position: fixed;
  z-index: 999991;
}
@media (min-width: 768px) {
  .menubutton {
    background-color: #fff;
    height: 80px;
    padding: 16px 20px 0;
    right: 0;
    top: 0;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .menubutton {
    right: 7%;
    top: 26px;
    width: 34px;
  }
}
.menubutton__hr {
  display: block;
  transition-duration: 0.2s;
  width: 100%;
}
@media (min-width: 768px) {
  .menubutton__hr {
    background-color: #fc7434;
    height: 5px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .menubutton__hr {
    background-color: #000;
    height: 3px;
    margin-bottom: 5px;
  }
}

.gavtxt__container {
  color: #000;
  max-width: 1068px;
  width: 100%;
}
@media (min-width: 768px) {
  .gavtxt__container {
    display: flex;
    justify-content: space-between;
  }
}
.gavtxt__head {
  color: #fff;
  font-size: 16px;
}
.gavtxt__ul {
  font-size: 14px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .gavtxt__ul {
    margin-top: 17px;
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .gavtxt__ul {
    padding: 20px 10px 50px 20px;
  }
}
.gavtxt__li + .gavtxt__li {
  margin-top: 13px;
}
.gavtxt__anc {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .gavtxt__sub {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
    max-width: 1068px;
    width: 100%;
  }
}
.gavtxt__subul {
  font-size: 14px;
  display: flex;
  list-style: none;
}
@media (min-width: 768px) {
  .gavtxt__subul {
    justify-content: space-between;
    max-width: 350px;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .gavtxt__subul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
}
.gavtxt__subli {
  color: #000;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .gavtxt__subli {
    margin: 0 5% 5%;
  }
}
.gavtxt__subli::before {
  border-bottom: solid 4px transparent;
  border-left: solid 7px #fb7434;
  border-top: solid 4px transparent;
  content: "";
  display: block;
  height: 0;
}

.gnav {
  background-color: rgba(252, 116, 52, 0.92);
  height: 100vh;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition-duration: 0.2s;
  transform: translateY(-100%);
  width: 100%;
  z-index: 999990;
}
@media (min-width: 768px) {
  .gnav {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gnav {
    padding: 10%;
  }
}
@media (min-width: 768px) {
  .gnav__container {
    max-width: 1120px;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .gnav__container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .header[aria-expanded=true] .menubutton__hr_t {
    transform: translateY(15px) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .header[aria-expanded=true] .menubutton__hr_t {
    transform: translateY(5px) rotate(45deg);
  }
}
.header[aria-expanded=true] .menubutton__hr_m {
  opacity: 0;
}
@media (min-width: 768px) {
  .header[aria-expanded=true] .menubutton__hr_b {
    transform: translateY(-11px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .header[aria-expanded=true] .menubutton__hr_b {
    transform: translateY(-11px) rotate(-45deg);
  }
}
.header[aria-expanded=true] .gnav {
  transform: translateY(0);
}

.sidebanner {
  display: block;
  position: fixed;
  right: 0;
  width: 77px;
  z-index: 99989;
}
.sidebanner_1 {
  top: 19vh;
}
.sidebanner_2 {
  top: calc(19vh + 210px);
}

.sec-contact {
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec-contact {
    border-bottom: solid 1px #dedede;
    padding: 75px 0 73px;
  }
}
@media (max-width: 767px) {
  .sec-contact {
    padding: 65px 0 45px;
  }
}
@media (min-width: 768px) {
  .sec-contact__content {
    max-width: 875px;
    width: calc(100% - 180px);
  }
}
@media (min-width: 768px) {
  .sec-contact__l {
    max-width: 310px;
  }
}
@media (min-width: 768px) {
  .sec-contact__head {
    width: 192px;
  }
}
@media (min-width: 768px) {
  .sec-contact__p {
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .sec-contact__p {
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .sec-contact__r {
    max-width: 409px;
    padding-bottom: 8px;
    width: calc(100% - 310px);
  }
}
@media (max-width: 767px) {
  .sec-contact__tel {
    display: block;
    text-align: center;
  }
}
.sec-contact__phone {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-family: "myriad-pro-semiextended", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sec-contact__phone {
    color: #000;
    font-size: 52px;
    padding-left: 56px;
  }
}
@media (max-width: 767px) {
  .sec-contact__phone {
    color: #fb7434;
    font-size: 42px;
    text-align: center;
    padding-left: 50px;
  }
}
.sec-contact__phone::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .sec-contact__phone::before {
    width: 46px;
    height: 30px;
    background-image: url(../img/common/icon_freephone_b.svg);
  }
}
@media (max-width: 767px) {
  .sec-contact__phone::before {
    width: 40px;
    height: 25px;
    background-image: url(../img/common/icon_freephone_o.svg);
  }
}
@media (min-width: 768px) {
  .sec-contact__btn {
    max-width: 404px;
  }
}
@media (max-width: 767px) {
  .sec-contact__btn {
    width: 298px;
  }
}
.sec-contact__sns {
  width: 165px;
}

.fnav {
  padding: 58px 0 62px;
  max-width: 1120px;
}
.fnav .gavtxt__head {
  color: #fb7434;
}

.aboutus {
  background-color: #fb7434;
}
@media (min-width: 768px) {
  .aboutus {
    padding: 96px 0 48px;
  }
}
@media (max-width: 767px) {
  .aboutus {
    padding: 71px 0 45px;
  }
}
@media (max-width: 767px) {
  .aboutus__title {
    width: 195px;
  }
}
.aboutus__links {
  font-weight: 500;
}
@media (min-width: 768px) {
  .aboutus__links {
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .aboutus__links {
    width: 267px;
  }
}
.aboutus__subitem {
  margin-top: 23px;
}
.aboutus__anc {
  display: block;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .aboutus__anc + .aboutus__anc {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .aboutus__anc + .aboutus__anc {
    margin-top: 23px;
  }
}
.aboutus__btn {
  margin: 0 17px 23px;
}

.bannarbox {
  background-color: #eaeaea;
}
@media (min-width: 768px) {
  .bannarbox {
    padding: 83px 0 0;
  }
}
@media (max-width: 767px) {
  .bannarbox {
    padding: 51px 0 0;
  }
}
.bannarbox__bnr {
  display: block;
  margin: 0 17px 4.1%;
  width: 267px;
}
@media (max-width: 767px) {
  .bannarbox__bnr + .bannarbox__bnr {
    margin-top: 27px;
  }
}

/***********************
下層ページ共通
************************/
@media (min-width: 768px) {
  .main {
    padding-top: 133px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 85px;
  }
}

.breadcrumb {
  background-color: #f0f0f0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .breadcrumb {
    line-height: 22px;
    padding: 19px 0 13px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    align-items: center;
    display: flex;
    line-height: 23px;
    min-height: 50px;
    padding: 8px 0;
  }
}
.breadcrumb__ul {
  list-style-type: none;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 768px) {
  .breadcrumb__ul {
    max-width: 1118px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__ul {
    font-feature-settings: "palt";
  }
}
.breadcrumb__li {
  display: inline-block;
}
.breadcrumb__li:not(:last-child)::after {
  content: "＞";
}
@media (min-width: 768px) {
  .breadcrumb__li:not(:last-child)::after {
    margin: 0 9px 0 11px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__li:not(:last-child)::after {
    margin: 0 3px 0 6px;
  }
}
.breadcrumb__anc {
  color: #fc6823;
  text-decoration: underline;
}

.pagetitle {
  text-align: center;
}
@media (min-width: 768px) {
  .pagetitle {
    margin-top: 67px;
  }
}
@media (max-width: 767px) {
  .pagetitle {
    margin-top: 30px;
  }
}
.pagetitle__j {
  color: #fc6823;
  display: block;
  font-weight: 500;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .pagetitle__j {
    font-size: 34px;
    line-height: 59px;
  }
}
@media (max-width: 767px) {
  .pagetitle__j {
    font-size: 26px;
    line-height: 36px;
    padding: 12px 0 11px;
  }
}
.pagetitle__e {
  display: block;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .pagetitle__e {
    font-size: 18px;
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .pagetitle__e {
    font-size: 16px;
  }
}

.simpletitle {
  color: #fc631b;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .simpletitle {
    font-size: 34px;
    margin-top: 67px;
  }
}
@media (max-width: 767px) {
  .simpletitle {
    font-size: 24px;
    line-height: 29px;
    margin-top: 50px;
  }
}
.simpletitle__line {
  display: inline-block;
  text-decoration: underline;
}
.simpletitle__sub {
  color: #000;
  display: block;
  font-weight: 700;
}
@media (min-width: 768px) {
  .simpletitle__sub {
    font-size: 18px;
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .simpletitle__sub {
    font-size: 12px;
    margin-top: 13px;
  }
}

@media (min-width: 768px) {
  .copyright {
    padding: 75px 0 58px;
  }
}
@media (max-width: 767px) {
  .copyright {
    padding: 50px 0 29px;
  }
}
.copyright_graybg {
  background-color: #eaeaea;
}

/************
下層ページ共通
************/
@media (min-width: 768px) {
  .lowerpagetitle {
    display: flex;
  }
}
@media (max-width: 767px) {
  .lowerpagetitle {
    text-align: center;
  }
}
.lowerpagetitle__lbox {
  background-color: #fff;
}
@media (min-width: 768px) {
  .lowerpagetitle__lbox {
    padding: 100px 0 91px 90px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .lowerpagetitle__lbox {
    padding: 19px 24px 0;
  }
}
@media (min-width: 768px) {
  .lowerpagetitle__rbox {
    padding: 100px 83px 91px 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .lowerpagetitle__rbox {
    padding: 0 24px 41px;
  }
}
.lowerpagetitle__head {
  border-style: solid;
  position: relative;
}
@media (min-width: 768px) {
  .lowerpagetitle__head {
    align-items: center;
    border-width: 9px;
    border-right: none;
    display: flex;
    font-feature-settings: "palt";
    height: 532px;
    justify-content: center;
    padding: 0 11% 24px 9%;
  }
}
@media (max-width: 767px) {
  .lowerpagetitle__head {
    border-width: 4px;
    border-bottom: none;
    height: 147px;
    padding: 21px 10px 0;
  }
}
.lowerpagetitle__b {
  font-weight: 900;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .lowerpagetitle__b {
    font-size: 37px;
    line-height: 59px;
  }
}
@media (max-width: 767px) {
  .lowerpagetitle__b {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .lowerpagetitle__ruby {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1em;
    position: absolute;
    right: 7.2%;
    top: -46px;
    text-orientation: sideways;
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .lowerpagetitle__ruby {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-top: 2px;
  }
}
@media (min-width: 768px) {
  .lowerpagetitle__ruby::after {
    background-color: #000;
    content: "";
    display: block;
    height: 73px;
    margin-top: 11px;
    width: 3px;
  }
}
.lowerpagetitle__imgbox {
  position: relative;
}
@media (min-width: 768px) {
  .lowerpagetitle__imgbox {
    border: solid 9px #fff;
    border-left: none;
    height: 532px;
  }
}
@media (max-width: 767px) {
  .lowerpagetitle__imgbox {
    border: solid 4px #fff;
    border-top: none;
    height: 222px;
  }
}
.lowerpagetitle__img {
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.dothr {
  background: url(../img/common/dot.svg) repeat-x left top;
  border: none;
  display: block;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.fixed {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  bottom: 0;
  gap: 1.33vw;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 5px;
  background-color: #e6e4e3;
  z-index: 10000;
}
.fixed__form {
  width: 62vw;
}
.fixed__tel {
  width: 33.33vw;
}