@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
branch
---------------------------------------------------------------------------------------------------- */
/* headline
----------------------------------------------------------------------*/
#headline {
  height: 140px;
  background-image: url(../../img/branch/kansai/fujinaga_750_320_kansai.jpg);
}
#headline.kyusyu {
  background-image: url(../../img/branch/kyusyu/fujinaga_750_320_kyusyu.jpg);
}
#headline.chubu {
  background-image: url(../../img/branch/chubu/fujinaga_750_320_chubu.jpg);
}
#headline.chugoku {
  background-image: url(../../img/branch/chugoku/fujinaga_750_320_chugoku.jpg);
}
#headline.kanto {
  background-image: url(../../img/branch/kanto/fujinaga_750_320_kanto.jpg);
}
#headline h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

@media screen and (min-width: 48rem) {
  #headline {
    height: 200px;
    margin-top: 60px;
    background-image: url(../../img/branch/kansai/fujinaga_2050_490_kansai.jpg);
  }
  #headline.kyusyu {
  background-image: url(../../img/branch/kyusyu/fujinaga_2050_490_kyusyu.jpg);
  }
  #headline.chubu {
    background-image: url(../../img/branch/chubu/fujinaga_2050_490_chubu.jpg);
  }
  #headline.chugoku {
    background-image: url(../../img/branch/chugoku/fujinaga_2050_490_chugoku.jpg);
  }
  #headline.kanto {
    background-image: url(../../img/branch/kanto/fujinaga_2050_490_kanto.jpg);
  }
  #headline h1 {
    font-size: 28px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
}
@media screen and (min-width: 60rem) {
  #headline {
    margin-top: 84px;
    height: 326px;
  }
  #headline h1 {
    font-size: 36px;
    letter-spacing: 0.5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* overview
----------------------------------------------------------------------*/
#overview {
  position: relative;
  margin-bottom: 50px;
  padding-top: 50px;
}
#overview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--layer-back);
  width: 108px;
  height: 206px;
  background-color: #f9f7fa;
  -webkit-clip-path: polygon(0% 0%, 0% 206px, 108px 0%);
          clip-path: polygon(0% 0%, 0% 206px, 108px 0%);
}
#overview .overview__catch {
  margin-block: calc((1em - 1lh) / 2) 50px;
  font-size: min(22px, 5.8666666667vw);
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}
#overview .overviewNews {
  display: grid;
  gap: 8px 30px;
  margin-bottom: 50px;
  padding-block: 20px;
  border-block: 1px solid var(--color-black);
  font-size: 16px;
}
#overview .overviewNews > * {
  margin-block: calc((1em - 1lh) / 2);
}
#overview .overviewNews .overviewNews__title {
  font-weight: 700;
  line-height: 27px;
}
#overview .overviewNews .overviewNews__text {
  line-height: 22px;
}
#overview .overview__foot {
  display: grid;
  gap: 30px 40px;
}
#overview .overview__nav ul {
  display: grid;
  row-gap: 15px;
  justify-content: center;
}
#overview .overview__nav a {
  position: relative;
  padding-block: 18px;
  width: 260px;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  #overview .overview__nav a:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  #overview .overview__nav a:active {
    opacity: 0.8;
  }
}
#overview .overview__nav a::before, #overview .overview__nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 8px;
  background-color: var(--color-white);
}
#overview .overview__nav a::before {
  right: 26px;
  rotate: 45deg;
}
#overview .overview__nav a::after {
  right: 20px;
  rotate: -45deg;
}
#overview .overview__qone {
  display: grid;
}
#overview .overview__banner {
  display: grid;
  row-gap: 5px;
  margin-inline: auto;
  width: min(100%, 480px);
  text-align: right;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  #overview .overview__banner:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  #overview .overview__banner:active {
    opacity: 0.8;
  }
}
#overview .overview__banner img {
  width: 100%;
}
#overview .qone__modal {
  width: min(100%, 480px);
  margin: 1rem auto 0;
  text-align: right;
}
#overview .qone__modal::before {
  content: "▶ ";
  color: var(--color-main);
}
#modal {
  background-color: #00000065;
}
#modal .modalOverlay {
  padding: 40px 20px;
}
#modal .modalInner {
  margin: 0;
}
#modal .modalClose {
  width: 60px;
  height: 60px;
}
#modal .modalClose::before,
#modal .modalClose::after {
  border-bottom: 1px solid #000;
  width: 23px;
}
#modal .modalBox {
  position: relative;
  padding: 80px 20px 40px;
}
#modal .modalBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 56px 0 0;
  border-color: #E46F2C transparent transparent transparent;
}
#modal .modal__img {
  max-width: 367px;
  margin: 27px auto 34px;
}
#modal .modal-entry {
  height: 70dvh;
  overflow-y: scroll;
}
#modal .modal-entry p:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 36rem) {
  #modal .modalBox {
    padding: 0;
  }
  #modal .modal-entry {  
    height: auto;
    padding: 70px 100px;
  }
}
@media screen and (min-width: 60rem) {
  #overview {
    margin-bottom: 45px;
    padding-top: 80px;
  }
  #overview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: var(--layer-back);
    width: 228px;
    height: 314px;
    background-color: #f9f7fa;
    -webkit-clip-path: polygon(0% 0%, 0% 314px, 228px 0%);
            clip-path: polygon(0% 0%, 0% 314px, 228px 0%);
  }
  #overview .overview__catch {
    font-size: 28px;
    line-height: 40px;
  }
  #overview .overviewNews {
    grid-template-columns: 227px 1fr;
    margin-bottom: 70px;
    padding-block: 30px;
  }
  #overview .overviewNews .overviewNews__title {
    position: relative;
  }
  #overview .overviewNews .overviewNews__title::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 0;
    width: 1px;
    height: 40px;
    background-color: var(--color-black);
  }
  #overview .overviewNews .overviewNews__text {
    line-height: 27px;
  }
  #overview .overview__foot.qone {
    grid-template-columns: 1fr 480px;
  }
  #overview .overview__nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #overview .overview__nav a {
    padding-block: 11px 10px;
    width: 100%;
  }
  #overview .overview__banner {
    row-gap: 10px;
  }

}
@media screen and (min-width: 64rem) {
  #overview .overview__catch {
    white-space: nowrap;
  }
}
/* branch
----------------------------------------------------------------------*/
#branch {
  margin-block: -120px 75px;
  padding-top: 120px;
}
#branch .branch__heading {
  margin-bottom: 50px;
}
#branch .branchMessage {
  margin-bottom: 50px;
}
#branch .branchMessage h3 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
#branch .branchMessage .branchMessage__img {
  text-align: center;
}
#branch .branchMessage .branchMessage__content {
  display: grid;
  row-gap: 30px;
}
#branch .branchMessage .branchMessage__text {
  display: grid;
  row-gap: 26px;
}
#branch .branchMessage .branchMessage__name {
  display: grid;
  font-size: 16px;
  font-weight: 600;
  justify-content: end;
}
#branch .branchIntro h3 {
  margin-bottom: 30px;
  margin-inline: 20px;
}
#branch .branchIntro .branchIntro__contents {
  display: grid;
  gap: 20px 25px;
}
#branch .branchIntro .branchIntro__sentence {
  padding-inline: 20px;
}
#branch .branchIntro .branchIntro__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
#branch .branchIntro .branchIntro__img > div {
  width: 100%;
  height: 190px;
  background-color: #e7e6e7;
}

@media screen and (min-width: 60rem) {
  #branch {
    margin-bottom: 70px;
  }
  #branch .branch__heading {
    margin-bottom: 46px;
  }
  #branch .branchMessage {
    margin-bottom: 40px;
  }
  #branch .branchMessage h3 {
    margin-bottom: 30px;
  }
  #branch .branchMessage .branchMessage__contents {
    grid-template-columns: 300px 1fr;
  }
  #branch .branchMessage .branchMessage__content {
    row-gap: 12px;
  }
  #branch .branchMessage .branchMessage__text {
    row-gap: 16px;
  }
  #branch .branchIntro {
    padding-inline: 20px;
  }
  #branch .branchIntro h3 {
    margin-inline: 0;
  }
  #branch .branchIntro .branchIntro__contents {
    grid-template-columns: 340px 1fr;
  }
  #branch .branchIntro .branchIntro__sentence {
    padding-inline: 0;
  }
  #branch .branchIntro .branchIntro__img {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-inline: 0;
    width: 100%;
  }
  #branch .branchIntro .branchIntro__img > div {
    height: 220px;
  }
}
/* example
----------------------------------------------------------------------*/
#example {
  margin-block: -120px 70px;
  padding-top: 120px;
}
#example h2 {
  margin-bottom: 40px;
}
#example .example__contents {
  display: grid;
  row-gap: 50px;
}
#example .exampleItem .exampleItem__heading {
  margin-bottom: 24px;
}
#example .exampleItem .exampleItem__heading:has(h3, p) {
  display: grid;
  row-gap: 8px;
}
#example .exampleItem .exampleItem__list {
  display: grid;
  gap: 32px 20px;
  margin-bottom: 24px;
}
#example .exampleItem .exampleItem__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (any-hover: hover) {
  #example .exampleItem .exampleItem__link:hover .exampleItem__img img {
    scale: 1.1;
  }
}
@media (any-hover: none) {
  #example .exampleItem .exampleItem__link:active .exampleItem__img img {
    scale: 1.1;
  }
}
#example .exampleItem .exampleItem__link.--q1 {
  position: relative;
}
#example .exampleItem .exampleItem__q1 {
  position: absolute;
  top: -20px;
  left: -25px;
  text-align: center;
}
#example .exampleItem .exampleItem__q1 img {
  width: 110px;
  aspect-ratio: 1/1;
}
#example .exampleItem .exampleItem__q1 .badge-text {
  display: block;
  margin-top: -28px;
  font-size: 0.8em;
  font-family: serif;
}
#example .exampleItem .exampleItem__img {
  overflow: hidden;
  aspect-ratio: 611/430;
  position: relative;
}
#example .exampleItem .exampleItem__img img {
  height: 100%;
  transition: scale 0.2s;
}
#example .exampleItem .exampleItem__detail {
  width: 50%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
#example .exampleItem .exampleItem__title {
  overflow: hidden;
  position: relative;
  padding: 18px 30px;
  flex-grow: 1;
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
}
#example .exampleItem .exampleItem__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #e34f09;
  -webkit-clip-path: polygon(0% 0%, 0% 12px, 12px 0%);
          clip-path: polygon(0% 0%, 0% 12px, 12px 0%);
}
#example .exampleItem .exampleItem__link.--q1 .exampleItem__title {
  padding: 18px 30px 9px;
}
#example .exampleItem .exampleItem__date {
  padding: 0 0 9px 50px;
  color: #A57A1F;
  font-family: serif;
  font-style: italic;
  font-weight: bold;
  position: relative;
}
#example .exampleItem .exampleItem__date::before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url(../../img/branch/award_icon_gold.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 30px;
}
#example .exampleItem .exampleItem__btn {
  display: flex;
  justify-content: center;
}
#example .exampleItem .exampleItem__btn > a {
  overflow: hidden;
  position: relative;
  padding-block: 16px;
  width: 200px;
  border: 1px solid var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#example .exampleItem .exampleItem__btn > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: var(--layer-back);
  width: 200%;
  height: 100%;
  background: #f56600;
  transform: skewX(-45deg);
  transform-origin: 0 15px;
  transition: right 0.4s;
}
#example .exampleItem .exampleItem__btn > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 22px;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #222 #222 transparent transparent;
}
@media (any-hover: hover) {
  #example .exampleItem .exampleItem__btn > a:hover::before {
    right: -80%;
  }
}
@media (any-hover: none) {
  #example .exampleItem .exampleItem__btn > a:active::before {
    right: -80%;
  }
}

@media screen and (min-width: 60rem) {
  #example h2 {
    margin-bottom: 50px;
  }
  #example .exampleItem .exampleItem__heading:has(h3, p) {
    row-gap: 12px;
  }
  #example .exampleItem .exampleItem__subHeading {
    margin-bottom: 30px;
  }
  #example .exampleItem .exampleItem__list {
    grid-template-columns: repeat(3, 1fr);
  }
  #example .exampleItem .exampleItem__btn {
    justify-content: flex-end;
  }
}
/* service
----------------------------------------------------------------------*/
#service {
  margin-block: -120px 70px;
  padding-top: 120px;
}
#service h2 {
  margin-bottom: 40px;
  margin-inline: 20px;
}
#service h3 {
  margin-bottom: 15px;
}
#service h4 {
  margin-bottom: 5px;
  font-weight: 900;
}
#service .service__head {
  display: grid;
  gap: 40px 30px;
  margin-bottom: 40px;
}
#service .serviceArea {
  padding-inline: 20px;
}
#service .serviceArea .serviceArea__lead {
  margin-bottom: 18px;
}
#service .serviceArea .serviceArea__img {
  text-align: center;
}
#service .serviceArea .serviceArea__img img {
  width: 215px;
}
#service .serviceArea .serviceArea__img.kanto img {
  width: 315px;
}
#service .serviceLocal h3 {
  margin-inline: 20px;
}
#service .serviceLocal .serviceLocal__lead {
  margin-bottom: 20px;
  padding-inline: 20px;
}
#service .serviceLocal .serviceLocal__img {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
#service .serviceLocal .serviceLocal__img > div {
  height: 165px;
  background-color: #e7e6e7;
}
#service .serviceContent {
  margin-bottom: 40px;
}
#service .serviceContent h3 {
  display: flex;
  align-items: center;
}
#service .serviceContent h3 span {
  font-size: 15px;
  font-weight: 300;
}
#service .serviceContent .serviceContent__contents {
  display: grid;
  gap: 20px 40px;
}
#service .serviceContent .serviceContent__text {
  display: grid;
  row-gap: 26px;
}
#service .serviceContent .serviceContent__text h4 {
  position: relative;
  padding-left: 15px;
}
#service .serviceContent .serviceContent__text h4::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
#service .serviceContent .serviceContent__img {
  display: grid;
  row-gap: 20px;
}
#service .serviceContent .serviceContent__img > div {
  height: 220px;
  background-color: #e7e6e7;
}
#service .service__btns {
  display: grid;
  justify-items: center;
  gap: 20px 8px;
}
#service .service__btns > a {
  overflow: hidden;
  position: relative;
  padding-block: 16px;
  width: 200px;
  background-color: #F9F7FA;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#service .service__btns > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 200%;
  height: 100%;
  background: #f56600;
  transform: skewX(-45deg);
  transform-origin: 0 15px;
  transition: right 0.4s;
}
#service .service__btns > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 22px;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #222 #222 transparent transparent;
}
#service .service__btns > a > span {
  position: relative;
  z-index: var(--layer-front);
}
@media (any-hover: hover) {
  #service .service__btns > a:hover::before {
    right: -80%;
  }
}
@media (any-hover: none) {
  #service .service__btns > a:active::before {
    right: -80%;
  }
}

@media screen and (min-width: 60rem) {
  #service h2 {
    margin-bottom: 42px;
    margin-inline: 0;
  }
  #service h3 {
    margin-bottom: 32px;
  }
  #service .service__head {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
    padding-inline: 20px;
  }
  #service .serviceArea {
    padding-inline: 0;
  }
  #service .serviceArea .serviceArea__lead {
    margin-bottom: 10px;
  }
  #service .serviceArea .serviceArea__img {
    text-align: center;
  }
  #service .serviceLocal h3 {
    margin-inline: 0;
  }
  #service .serviceLocal .serviceLocal__lead {
    padding-inline: 0;
  }
  #service .serviceLocal .serviceLocal__img {
    width: 100%;
    margin-inline: 0;
  }
  #service .serviceLocal .serviceLocal__img > div {
    height: 200px;
  }
  #service .serviceContent {
    margin-bottom: 60px;
  }
  #service .serviceContent h3 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #service .serviceContent .serviceContent__contents {
    grid-template-columns: repeat(2, 1fr);
  }
  #service .serviceContent .serviceContent__img > div {
    height: 100%;
  }
  #service .service__btns {
    display: flex;
    justify-content: center;
  }
}
/* outline
----------------------------------------------------------------------*/
#outline {
  margin-block: -120px 44px;
  padding-top: 120px;
}
#outline h2 {
  margin-bottom: 50px;
}
#outline address {
  font-style: normal;
}
#outline .outline__list > div {
  display: grid;
  grid-template-columns: 138px 1fr;
  border-top: 2px solid #e7e6e7;
}
#outline .outline__list > div:last-child {
  border-bottom: 2px solid #e7e6e7;
}
#outline .outline__list dt,
#outline .outline__list dd {
  padding: 20px 10px;
  font-weight: 300;
}
#outline .outline__list dt {
  background-color: #f9f7fa;
}
#outline .outline__list dd span {
  display: block;
}
#outline .outline__list dd address {
  margin-bottom: 8px;
}
#outline .outline__list dd iframe {
  width: 100%;
  aspect-ratio: 202/150;
}
#outline .outline__grid {
  display: grid;
  gap: 15px;
}
#outline .outline__exterior img {
  width: 100%;
}

@media screen and (min-width: 60rem) {
  #outline {
    margin-bottom: 70px;
  }
  #outline .outline__list > div {
    grid-template-columns: 260px 1fr;
  }
  #outline .outline__list dt,
  #outline .outline__list dd {
    padding: 30px 20px;
  }
  #outline .outline__list dd address {
    margin-bottom: 12px;
  }
  #outline .outline__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* recruit
----------------------------------------------------------------------*/
#recruit {
  margin-block: -120px 70px;
  padding-top: 120px;
}
#recruit h2 {
  margin-bottom: 40px;
}
#recruit .recruit__contents {
  display: grid;
  gap: 50px;
  margin-bottom: 50px;
}
#recruit .recruitItem h3 {
  margin-bottom: 15px;
}
#recruit .recruitItem .recruitItem__lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
#recruit .recruitItem .recruitItem__list {
  display: grid;
  row-gap: 20px;
}
#recruit .recruitItem .recruitItem__list li {
  position: relative;
  display: grid;
  padding-left: 14px;
  font-size: 14px;
  line-height: 20px;
}
#recruit .recruitItem .recruitItem__list li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
#recruit .recruitItem .recruitItem__list li span {
  position: relative;
  padding-left: 14px;
}
#recruit .recruitItem .recruitItem__list li span::before {
  content: "→";
  position: absolute;
  top: 0;
  left: 0;
}
#recruit .recruit__foot {
  text-align: center;
}
#recruit .recruit__foot p {
  margin-bottom: 30px;
}
#recruit .recruit__foot span {
  display: block;
}
#recruit .recruit__btn {
  display: flex;
  justify-content: center;
}
#recruit .recruit__btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-block: 10px;
  width: min(100%, 500px);
  border: none;
  background-color: #f2ae03;
  color: var(--color-white);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  #recruit .recruit__btn button:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  #recruit .recruit__btn button:active {
    opacity: 0.8;
  }
}
#recruit .recruitDialog {
  position: fixed;
  z-index: 1000;
  padding: 50px 20px 35px;
  width: min(100%, 720px);
  border: none;
  background-color: #fdae00;
}
#recruit .recruitDialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
#recruit .recruitDialog .recruitDialog__close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fdae00;
  width: 30px;
  height: 30px;
  transition: opacity 0.2s;
  outline: none;
}
#recruit .recruitDialog .recruitDialog__close:focus {
  outline: none;
}
#recruit .recruitDialog .recruitDialog__close::before, #recruit .recruitDialog .recruitDialog__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
#recruit .recruitDialog .recruitDialog__close::before {
  rotate: 45deg;
}
#recruit .recruitDialog .recruitDialog__close::after {
  rotate: -45deg;
}
#recruit .recruitDialog .recruitDialog__btns {
  display: grid;
  row-gap: 25px;
  justify-content: center;
}
#recruit .recruitDialog .recruitDialog__btn {
  width: 265px;
}
#recruit .recruitDialog .recruitDialog__btn p {
  color: #fff;
}
#recruit .recruitDialog .recruitDialog__btn a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 60px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
#recruit .recruitDialog .recruitDialog__btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 25px;
  height: 5px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: transparent #222 #222 transparent;
  transform: skewX(45deg);
  transform-origin: right bottom;
}
#recruit .recruitDialog .recruitDialog__btn a span {
  line-height: 1.6;
}
#recruit .recruitDialog .recruitDialog__btn.--mynavi img {
  width: 107px;
}
#recruit .recruitDialog .recruitDialog__btn.--form a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
  width: 21px;
  height: 15px;
  background: url(../../img/branch/modal_entry_btn02.png) 0 0 no-repeat;
  background-size: 21px 15px;
}

@media screen and (min-width: 60rem) {
  #recruit {
    margin-bottom: 72px;
  }
  #recruit .recruit__contents {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 68px;
  }
  #recruit .recruitItem h3 {
    margin-bottom: 32px;
  }
  #recruit .recruitItem .recruitItem__lead {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 26px;
  }
  #recruit .recruitItem .recruitItem__list {
    row-gap: 26px;
  }
  #recruit .recruitItem .recruitItem__list li {
    padding-left: 15px;
    font-size: 15px;
    line-height: 26px;
  }
  #recruit .recruitItem .recruitItem__list li span {
    padding-left: 15px;
  }
  #recruit .recruit__foot p {
    margin-bottom: 18px;
  }
  #recruit .recruit__foot span {
    display: inline-block;
  }
  #recruit .recruitDialog .recruitDialog__btn {
    width: 385px;
  }
  #recruit .recruitDialog .recruitDialog__btn a {
    height: 78px;
    font-size: 15px;
  }
  #recruit .recruitDialog .recruitDialog__btn.--mynavi {
    margin-bottom: 3px;
  }
  #recruit .recruitDialog .recruitDialog__btn.--mynavi img {
    width: 128px;
  }
  #recruit .recruitDialog .recruitDialog__btn.--form a::before {
    left: 60px;
  }
}
/* news
----------------------------------------------------------------------*/
#news {
  margin-block: -120px 75px;
  padding-top: 120px;
}
#news h2 {
  margin-bottom: 30px;
}
#news .news__contents {
  display: grid;
  row-gap: 20px;
}
#news .newsItem {
  padding-bottom: 20px;
  border-bottom: 2px solid #F3F3F3;
}
#news .newsItem .newsItem__link {
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (any-hover: hover) {
  #news .newsItem .newsItem__link:hover .newsItem__img img {
    scale: 1.1;
  }
  #news .newsItem .newsItem__link:hover .newsItem__title {
    text-decoration: underline;
  }
}
@media (any-hover: none) {
  #news .newsItem .newsItem__link:active .newsItem__img img {
    scale: 1.1;
  }
  #news .newsItem .newsItem__link:active .newsItem__title {
    text-decoration: underline;
  }
}
#news .newsItem .newsItem__img {
  overflow: hidden;
  width: 100px;
  height: 100px;
}
#news .newsItem .newsItem__img img {
  width: 100%;
  min-height: 100px;
  transition: scale 0.2s;
}
#news .newsItem .newsItem__contents {
  display: grid;
  grid-template-rows: 1fr 20px;
}
#news .newsItem .newsItem__category {
  color: #f56600;
  font-size: 11px;
  line-height: 1.6;
}
#news .newsItem .newsItem__title {
  font-size: 12px;
  font-weight: 600;
}
#news .newsItem .newsItem__time {
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (min-width: 60rem) {
  #news {
    margin-bottom: 70px;
  }
  #news h2 {
    margin-bottom: 40px;
  }
  #news .news__contents {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  #news .news__contents::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 2px;
    height: 100%;
    background-color: #F3F3F3;
  }
  #news .newsItem {
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: none;
  }
  #news .newsItem .newsItem__title {
    font-size: 14px;
  }
}
body.enabled_modal .header-contact {
  width: 100% !important;
  }
@media print, screen and (min-width: 960px) {
  body.enabled_modal .header-contact {
    width: 60px !important;
  }
}
/*# sourceMappingURL=branch.css.map */