@charset "UTF-8";
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul,
ol {
  list-style: none;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: inherit;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
}

body,
button,
input,
textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

::selection {
  background-color: #FFEF27;
  color: #333;
}

html * {
  font-feature-settings: "palt";
  line-break: strict;
}

html,
body {
  position: relative;
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
}

body {
  font-size: 1.4rem;
  line-height: 1.6875;
}

:where(body, button, input, textarea, select) {
  color: #333333;
  font-size: inherit;
  line-height: inherit;
}

label,
select,
input[type=checkbox],
input[type=radio],
button {
  cursor: pointer;
}

a {
  color: #09568D;
}
a:hover {
  text-decoration: none;
}

small {
  font-size: 85%;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 25px;
}

.mb35 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 35px;
}

.mb50 {
  margin-bottom: 30px;
}

.mb55 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 30px;
}

.mb65 {
  margin-bottom: 30px;
}

.mb70 {
  margin-bottom: 35px;
}

.mb75 {
  margin-bottom: 35px;
}

.mb80 {
  margin-bottom: 40px;
}

.mb85 {
  margin-bottom: 40px;
}

.mb90 {
  margin-bottom: 45px;
}

.mb95 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 50px;
}

.mb110 {
  margin-bottom: 55px;
}

.mb120 {
  margin-bottom: 60px;
}

.mb125 {
  margin-bottom: 65px;
}

.mb130 {
  margin-bottom: 60px;
}

.mb140 {
  margin-bottom: 60px;
}

.mb150 {
  margin-bottom: 60px;
}

.mb160 {
  margin-bottom: 70px;
}

.mb170 {
  margin-bottom: 70px;
}

.mb180 {
  margin-bottom: 70px;
}

.mb190 {
  margin-bottom: 70px;
}

.mb200 {
  margin-bottom: 70px;
}

.centerBox {
  max-width: 1082px;
  margin-inline: auto;
  padding-inline: 25px;
}

.pcBr {
  display: none;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  width: 12px;
  background-color: #fff;
}

html::-webkit-scrollbar-thumb {
  background-color: #09568D;
}
.headerWrap {
  box-shadow: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: top 0.3s;
}

.header {
  background-color: transparent;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px 20px 20px 0;
  position: relative;
  z-index: 2;
}

.header.is-scroll {
  background-color: #ffffff;
}

.headerLogo {
  max-width: 200px;
}
.headerLogo.recruitHeaderLogo {
  max-width: 275px;
}

.headerLogoLink {
  display: block;
  transition: opacity 0.3s;
  position: relative;
  background-color: #FFFFFF;
  width: 300px;
  height: 60px;
  border-radius: 0 50px 50px 0;
}
.headerLogoLink:hover {
  opacity: 0.7;
}

.headerToggle {
  border: none;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding-bottom: 8px;
  position: relative;
}

.headerToggleLine {
  background-color: #333;
  width: 20px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.headerToggleLine:nth-child(1) {
  top: -28px;
}
.headerToggleLine:nth-child(2) {
  width: 12px;
  top: -11px;
  right: 8px;
}
.-active .headerToggleLine:nth-child(1), .headerToggle[aria-expanded=true] .headerToggleLine:nth-child(1) {
  top: -20px;
  transform: rotate(45deg);
}
.-active .headerToggleLine:nth-child(2), .headerToggle[aria-expanded=true] .headerToggleLine:nth-child(2) {
  width: 20px;
  top: -20px;
  right: 0;
  transform: rotate(-45deg);
}

.headerToggleText {
  color: #8B8B8B;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.globalNavWrap {
  background-color: #fff;
  border-top: 1px solid #ccc;
  width: 100%;
  height: calc(100vh - 80px);
  padding: 5px 25px 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 80px;
  left: 100vw;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: left 0.6s, opacity 0.3s;
}
.globalNavWrap.-active {
  left: 0;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.globalNavList {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 0 8%;
}
.globalNavList.recruitNavList {
  gap: 0 3%;
}

.kangoHeaderLogoImg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 200px;
}

.globalSubNavLink {
  background-color: #FFFFFF;
  border: 1px solid #72C5DB;
  color: #72C5DB;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 20px;
  text-decoration: none;
  transition: color 0.3s;
}
.globalSubNavLink:hover {
  background-color: #72C5DB;
  color: #FFFFFF;
  text-decoration: none;
}

.kangoNavContactLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 20px;
  border: 1px solid #72C5DB;
  border-radius: 999px;
  background: #72C5DB;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
}
.kangoNavContactLink:hover {
  background: #fff;
  color: #72C5DB;
}

.mailBtn__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.mailBtn__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}

.mailBtn__icon--white {
  opacity: 1;
}

.mailBtn__icon--blue {
  opacity: 0;
}

.mailBtn:hover .mailBtn__icon--white {
  opacity: 0;
}

.mailBtn:hover .mailBtn__icon--blue {
  opacity: 1;
}

.kangoNavTopLink {
  background-color: #0058BC;
  border: 1px solid #0058BC;
  color: #FFFFFF;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
}
.kangoNavTopLink:hover {
  background-color: #FFFFFF;
  color: #0058BC;
  text-decoration: none;
}

.globalNavToggle {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  width: 100%;
  padding: 1em 2em 1em 0.5em;
  position: relative;
  transition: color 0.3s;
}
.globalNavToggle:hover {
  color: #3AA9C8;
}
.globalNavToggle:hover .globalNavAccordionWrap {
  color: #333333;
}

.globalNavToggleLine {
  background-color: #72C5DB;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
}
.globalNavToggleLine::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 8px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.globalNavToggleLine:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s;
}
[aria-expanded=true] .globalNavToggleLine {
  color: #3AA9C8;
}
[aria-expanded=true] .globalNavToggleLine::after {
  transform: rotate(90deg);
}

.hasArrow {
  position: relative;
  padding-right: 30px;
}
.hasArrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-70%) rotate(135deg);
  transition: transform 0.3s, border 0.3s;
}
.hasArrow[aria-expanded=true]::after {
  transform: translateY(-30%) rotate(-45deg);
}

.globalNavAccordion {
  overflow: hidden;
}

.globalNavAccordionWrap {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.globalNavAccordionWrap[aria-hidden=false] {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}

.globalNavChildLink {
  background-color: #F8F8F8;
  color: inherit;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.4;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0.75em 2em 0.75em 1em;
  position: relative;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.globalNavChildLink:after {
  content: "";
  display: block;
  border-top: solid 2px #72C5DB;
  border-right: solid 2px #72C5DB;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  transform: rotate(45deg);
  transition: border 0.3s;
}
.globalNavChildLink:hover {
  background-color: #72C5DB;
  color: #fff;
}
.globalNavChildLink:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.globalNavChildLabel {
  background-color: #F8F8F8;
  color: inherit;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0.75em 1em;
  position: relative;
  transition: background 0.3s, border 0.3s, color 0.3s;
}

.globalSubNav {
  border-top: 1px solid #D9D9D9;
  margin-top: 20px;
  padding-top: 40px;
}
.globalSubNav.globalSubNavPC {
  display: none;
  visibility: hidden;
}

.globalSubNavList {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}

.recruitNavContactLink {
  border: none;
  background: transparent;
  background: #5F9CD8;
  background: linear-gradient(135deg, rgb(95, 156, 216) 0%, rgb(252, 195, 195) 75%, rgb(255, 245, 190) 100%);
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
  text-decoration: none;
  width: fit-content;
  padding: 2px;
  transition: background 0.3s, color 0.3s;
}
.recruitNavContactLink:hover {
  color: #5F9CD8;
}
.recruitNavContactLink:hover .recruitNavContactLinkText {
  background-color: white;
}
.recruitNavContactLink:hover .recruitNavContactLinkText::before {
  background-image: url(../images/icon-mail-02.png);
}

.recruitNavContactLinkText {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 28px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 30px;
  padding: 0.25em 1em;
  transition: background 0.3s, color 0.3s;
}
.recruitNavContactLinkText::before {
  content: "";
  display: block;
  background-image: url(../images/icon-mail-01.png);
  background-position: center;
  background-size: contain;
  min-width: 26px;
  width: 26px;
  height: 26px;
  transition: background 0.3s;
}

.recruitNavTopLink {
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
  border-radius: 30px;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.3rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 0.5em 1.5em;
  height: 34px;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.recruitNavTopLink:hover {
  background-color: #fff;
  border: 1px solid #72C5DB;
  color: #72C5DB;
}

.globalSubNavSnsList {
  margin: 20px 0 10px;
}

.googleSearch {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: stretch;
  max-width: 300px;
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
}

.googleSearchInput {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  font-size: 1.6rem;
  width: 265px;
  padding: 5px 10px;
}

.googleSearchBtn {
  width: 35px;
  min-width: 35px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: #72C5DB;
  border: 0;
  transition: opacity 0.3s;
}
.googleSearchBtn:hover {
  opacity: 0.7;
}

.googleSearchBtnIcon {
  width: 18px;
}

.googleSearch404 .googleSearch {
  max-width: 300px;
  margin-top: 0;
  margin-inline: auto;
}

.globalNavListItem {
  position: relative;
}

.footerWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 20px;
  background: #FFF7FA;
  border-radius: 30px 0 30px 0;
}

.footerLeftBox {
  position: relative;
  width: 100%;
}

.footerLogoBox {
  position: relative;
  left: -20px;
  width: calc(100% + 20px);
  max-width: 425px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 0 50px 50px 0;
}

.kangoFootrLogoImg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 200px;
  height: auto;
}

.footerAddressBox {
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
}

.footerRightBox {
  width: 100%;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 30px;
}

.footerLinkList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.footerLinkBox p {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}

.footerBlueDotText {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

.footerBlueDotText::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #72C5DB;
  flex-shrink: 0;
}

.footerDotted {
  border-bottom: 1px dashed #333333;
  margin-bottom: 25px;
}

.footerkangoLink {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footerContactLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 48px;
  padding: 10px 20px;
  background: #72C5DB;
  border: 1px solid #72C5DB;
  border-radius: 999px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.footerContactLink:hover {
  background: #fff;
  color: #72C5DB;
}

.mailBtn__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.mailBtn__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}

.mailBtn__icon--white {
  opacity: 1;
}

.mailBtn__icon--blue {
  opacity: 0;
}

.mailBtn:hover .mailBtn__icon--white {
  opacity: 0;
}

.mailBtn:hover .mailBtn__icon--blue {
  opacity: 1;
}

.kangoNavTopLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 10px 20px;
  background-color: #0058BC;
  border: 1px solid #0058BC;
  border-radius: 999px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.kangoNavTopLink:hover {
  background-color: #FFFFFF;
  color: #0058BC;
}

.footerCopyrightPC {
  display: none;
  position: static;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
  max-width: 440px;
}

.footerCopyrightSP {
  display: block;
  position: static;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}

.c-breadcrumbOuter {
  width: 90%;
  margin: 0 auto 20px;
  padding: 15px 8px;
}

.c-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
  margin-top: 70px;
}

.c-breadcrumbItem {
  color: #2C2C2C;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
}
.c-breadcrumbItem:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #2C2C2C;
  border-right: solid 2px #2C2C2C;
  transform: rotate(45deg);
}
.c-breadcrumbItem:last-child:after {
  content: none;
}

.c-breadcrumbLink {
  color: #333;
  display: block;
  font-size: 14px;
  text-decoration: none;
}
.c-breadcrumbLink:hover {
  color: #09568D;
  text-decoration: underline;
}

.recruitFixLink {
  background-color: #72C5DB;
  border: 2px solid #72C5DB;
  border-radius: 10px 0 0 10px;
  color: #fff;
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-decoration: none;
  letter-spacing: 0.5em;
  padding: 1.5em 0.5em;
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: background 0.3s, color 0.3s, opacity 0.3s, visibility 0.3s;
}
.recruitFixLink:hover {
  background-color: #fff;
  color: #72C5DB;
}
body[data-scroll=true] .recruitFixLink {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.pagetopWrap {
  position: fixed;
  bottom: 5%;
  right: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
body[data-scroll=true] .pagetopWrap {
  opacity: 1;
  visibility: visible;
}

.pagetop {
  border: none;
  background-color: transparent;
  display: block;
  width: 50px;
  height: 50px;
  transition: opacity 0.3s;
}
.recruitPagetop .pagetop {
  -webkit-filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.2));
  will-change: filter;
}
.pagetop:hover {
  opacity: 0.7;
}

.footerWrap {
  position: relative;
}

.footer {
  background-color: #F8F8F8;
  padding: 40px 0 30px;
}

.footerContents {
  align-items: start;
  gap: 30px 50px;
}

.footerLogo {
  max-width: 240px;
}

.footerAddressWrap {
  align-items: start;
  gap: 15px;
  font-size: 1.4rem;
}

.footerAddress {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footerAddressText {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.75em;
}

.footerAddressTel {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

.footerMenu {
  align-items: start;
  gap: 10px;
}

.footerMenuLink {
  color: inherit;
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  transition: color 0.3s;
}
.footerMenuLink:hover {
  color: #09568D;
}

.footerSnsMenu {
  margin-top: 20px;
}

.copyright {
  display: flex;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 10px;
}

@media (min-width: 768px){
  body {
    font-size: 1.5rem;
  }
  .spBr {
    display: none;
  }
  .headerLogoLink {
    width: 425px;
    height: 80px;
  }
  .kangoHeaderLogoImg {
    width: 317px;
  }
  .footerWrap {
    padding: 60px 40px;
  }
  .footerLogoBox {
    left: -40px;
    width: calc(100% + 40px);
    height: 80px;
  }
  .kangoFootrLogoImg {
    width: 317px;
  }
  .footerRightBox {
    padding: 40px;
  }
  .footerLinkList {
    grid-template-columns: repeat(2, 1fr);
  }
  .footerkangoLink {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .footerContactLink {
    width: auto;
  }
  .kangoNavTopLink {
    width: auto;
  }
  .c-breadcrumb {
    margin-top: 140px;
  }
  .recruitFixLink {
    display: block;
  }
  .pagetop {
    width: 55px;
    height: 55px;
  }
  .footer {
    padding: 60px 0 90px;
  }
  .footerContents {
    grid-template-columns: 250px 1fr 150px;
  }
  .footerAddressWrap {
    gap: 20px;
  }
  .footerSnsMenu {
    margin-top: 50px;
  }
  .copyright {
    padding-top: 30px;
    justify-content: flex-end;
  }
}

@media (min-width: 960px){
  .mb30 {
    margin-bottom: 30px;
  }
  .mb35 {
    margin-bottom: 35px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb45 {
    margin-bottom: 45px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb55 {
    margin-bottom: 55px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb65 {
    margin-bottom: 65px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb75 {
    margin-bottom: 75px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb85 {
    margin-bottom: 85px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .mb95 {
    margin-bottom: 95px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .mb110 {
    margin-bottom: 110px;
  }
  .mb120 {
    margin-bottom: 120px;
  }
  .mb125 {
    margin-bottom: 125px;
  }
  .mb130 {
    margin-bottom: 130px;
  }
  .mb140 {
    margin-bottom: 140px;
  }
  .mb150 {
    margin-bottom: 150px;
  }
  .mb160 {
    margin-bottom: 160px;
  }
  .mb170 {
    margin-bottom: 170px;
  }
  .mb180 {
    margin-bottom: 180px;
  }
  .mb190 {
    margin-bottom: 190px;
  }
  .mb200 {
    margin-bottom: 200px;
  }
  .tbBr {
    display: none;
  }
  .pcBr {
    display: inline;
  }
  .c-breadcrumbOuter {
    width: 100%;
    margin: 0 auto 50px;
    padding: 15px 5%;
  }
  .pagetopWrap {
    right: 80px;
  }
  .pagetopWrap.scrolled {
    position: absolute;
    top: -80px;
    bottom: auto;
  }
  .pagetopWrap.recruitPagetop.scrolled {
    top: -30px;
  }
  .footerAddressTel {
    pointer-events: none;
  }
}

@media (min-width: 1080px){
  .header {
    display: grid;
    grid-template-columns: 375px 1fr;
    height: 116px;
    padding: 20px 20px 20px 0;
  }
  .headerLogo {
    max-width: 260px;
  }
  .headerLogo.recruitHeaderLogo {
    max-width: 340px;
  }
  .headerToggle {
    display: none;
  }
  .globalNavWrap {
    background: none;
    border-top: none;
    width: 100%;
    height: auto;
    padding: 0;
    overflow-y: visible;
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    z-index: 0;
  }
  .globalNavList {
    flex-direction: row;
    margin-top: 8px;
  }
  .globalNavToggle {
    border-bottom: 2px solid transparent;
    padding: 0;
    transition: border 0.3s;
  }
  .globalNavToggle:hover {
    border-bottom: 2px solid #72C5DB;
  }
  .globalNavToggle[aria-expanded=true] {
    border-bottom: 2px solid #72C5DB;
  }
  .globalNavToggleLine {
    display: none;
  }
  .globalNavAccordion {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 15px 15px;
    width: 240px;
  }
  .globalNavAccordionWrap {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    display: grid;
    position: absolute;
    width: 100%;
    height: 0;
    top: 32px;
    left: 0;
  }
  .globalNavAccordionWrap[aria-hidden=false] {
    height: fit-content;
    width: fit-content;
  }
  .globalNavChildList {
    border-right: 1px solid #D9D9D9;
  }
  .globalNavChildList:last-child {
    border: none;
  }
  .globalNavChildLink {
    background-color: #fff;
    padding: 0.75em 2em 0.75em 0.5em;
  }
  .globalNavChildLabel {
    background-color: #fff;
    padding: 0.75em 0.5em;
  }
  .globalSubNav {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .globalSubNav.globalSubNavPC {
    display: block;
    visibility: visible;
  }
  .globalSubNav.globalSubNavSP {
    display: none;
    visibility: hidden;
  }
  .globalSubNavList {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .globalSubNavSPContents {
    display: none;
  }
  .googleSearch {
    max-width: 190px;
    margin-top: 0;
  }
  .googleSearchInput {
    width: 100%;
  }
  .googleSearchBtn {
    width: 30px;
    min-width: 30px;
  }
  .globalNavListItem:last-child .globalNavAccordionWrap {
    left: auto;
    right: 0;
  }
  .footerWrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    padding: 70px 50px 50px;
    border-radius: 40px 0 40px 0;
  }
  .footerLeftBox {
    width: 340px;
    flex-shrink: 0;
  }
  .footerLogoBox {
    left: -50px;
    width: 425px;
  }
  .footerAddressBox {
    font-size: 16px;
  }
  .footerRightBox {
    width: 800px;
    padding: 40px 50px;
  }
  .footerLinkList {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .footerLinkBox p {
    font-size: 16px;
  }
  .footerBlueDotText {
    font-size: 16px;
  }
  .footerCopyrightPC {
    display: block;
    font-size: 16px;
    position: absolute;
    bottom: 0;
  }
  .footerCopyrightSP {
    display: none;
    font-size: 16px;
  }
}

@media (min-width: 1200px){
  .globalNavList {
    gap: 0 60px;
  }
  .globalNavList.recruitNavList {
    gap: 0 4%;
  }
}

@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=common.css.map*/