@charset "UTF-8";
/* ========================================================
 reset.css
======================================================== */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
img,
embed,
iframe,
object,
audio,
video,
area,
button,
input,
label,
select,
summary,
textarea,
div,
a,
span,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
}

main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

body {
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

th,
td {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

iframe {
  border: 0;
}

img {
  vertical-align: bottom;
}

/* ========================================================
 フォームの基本設定
======================================================== */
/* フォームのデフォルトスタイルをリセット
=========================================== */
select {
  margin: 0;
  padding: 0;
  border: 0;
  border: none;
  border-radius: 0;
  background: none transparent;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

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

textarea {
  border: none;
  border-radius: 0;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type=radio]) {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit] {
  vertical-align: middle;
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=button],
select,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=password],
  input[type=search],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=button],
  select,
  textarea {
    font-size: 1.6rem;
  }
}

/* chromeの履歴の背景色
------------------------------ */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 999px #fff inset;
          box-shadow: 0 0 0 999px #fff inset;
}

/* iOSでのデフォルトスタイルをリセット
------------------------------ */
input[type=submit],
input[type=button] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* placeholderの色を変更(カンマで複数区切りは出来ない)
------------------------------ */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbb;
}

/* ========================================================
JavaScript
======================================================== */
/* ========================================================
汎用クラス
======================================================== */
/* switch
=========================================== */
.hdn-sp {
  display: block;
}

.hdn-tb {
  display: block;
}

.view-tb {
  display: none;
}

.hdn-pc {
  display: none;
}

@media screen and (max-width: 1020px) {
  .hdn-tb {
    display: none;
  }
  .view-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hdn-sp {
    display: none;
  }
  .hdn-pc {
    display: block;
  }
}
/* clearfix
=========================================== */
.cf:after {
  display: block;
  clear: both;
  content: "";
}

/* ========================================================
共通クラス
======================================================== */
.cmn-inner-s {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  .cmn-inner-s {
    padding: 0 4vw;
  }
}

.cmn-inner-m {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .cmn-inner-m {
    padding: 0 4vw;
  }
}

.cmn-inner-l {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .cmn-inner-l {
    padding: 0 4vw;
  }
}

.is-fixed {
  top: 30px;
  left: 0;
  position: fixed;
}

/* anchor
=========================================== */
.cmn-anchor01 {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 1020px) {
  .cmn-anchor01 {
    padding-top: 68px;
    margin-top: -68px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-anchor01 {
    padding-top: 64px;
    margin-top: -64px;
  }
}

/* section
=========================================== */
.cmn-sec01 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .cmn-sec01 {
    padding: 56px 0;
  }
}

/* title
=========================================== */
/* .cmn-ttl01
------------------------------ */
.cmn-ttl01.ttl-center {
  text-align: center;
}

.cmn-ttl01 .ttl-en {
  display: inline-block;
  color: #111;
  font-size: 7.2rem;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-ttl01 .ttl-en {
    font-size: 3.6rem;
  }
}

.cmn-ttl01.ttl-white .ttl-en {
  color: #fff;
}

.cmn-ttl01 .ttl-jp {
  color: #333;
  margin-top: 8px;
  font-weight: 700;
}

.cmn-ttl01.ttl-white .ttl-jp {
  color: #ccc;
}

/* .cmn-ttl02
------------------------------ */
.cmn-ttl02 {
  text-align: center;
  color: #111;
  line-height: 1.3;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-ttl02 {
    font-size: 2.4rem;
  }
}

/* .cmn-ttl03
------------------------------ */
.cmn-ttl03 {
  line-height: 1.3;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-ttl03 {
    font-size: 2rem;
  }
}

/* .cmn-ttl04
------------------------------ */
.cmn-ttl04 {
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-ttl04 {
    font-size: 1.6rem;
  }
}

/* list
=========================================== */
/* .cmn-content-list
------------------------------ */
.cmn-content-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmn-content-list__item {
    display: block;
  }
}

.cmn-content-list__item + .cmn-content-list__item {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .cmn-content-list__item + .cmn-content-list__item {
    margin-top: 24px;
  }
}

.cmn-content-list__ttl {
  position: relative;
  padding: 14px 0 18px 20px;
  width: 160px;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .cmn-content-list__ttl {
    border: none;
    padding: 12px 0 12px 12px;
  }
}

.cmn-content-list__ttl .ttl-txt {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cmn-content-list__ttl .ttl-txt {
    font-size: 1.7rem;
  }
}

.cmn-content-list__item .txt-block {
  width: calc(100% - 160px);
  padding: 14px 0 18px 20px;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 767px) {
  .cmn-content-list__item .txt-block {
    width: 100%;
    padding: 0 12px 16px 12px;
  }
}

.cmn-content-list__item .txt-block__txt {
  line-height: 1.3;
}

.cmn-content-list__item .txt-block__txt + .txt-block__txt {
  margin-top: 12px;
}

/* .cmn-txt-list
------------------------------ */
.cmn-txt-list__item {
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
}

.cmn-txt-list__item + .cmn-txt-list__item {
  margin-top: 12px;
}

.cmn-txt-list__item:before {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .cmn-txt-list__item:before {
    top: 8px;
    left: 3px;
    width: 5px;
    height: 5px;
  }
}

.cmn-txt-list__item a {
  color: #584dd8;
  text-decoration: underline;
}

/* .cmn-txt-list02
------------------------------ */
.cmn-txt-list02__item + .cmn-txt-list02__item {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .cmn-txt-list02__item + .cmn-txt-list02__item {
    margin-top: 12px;
  }
}

.cmn-txt-list02__ttl {
  font-weight: 700;
  line-height: 1.3;
}

.cmn-txt-list02__main {
  margin-top: 8px;
}
.cmn-txt-list02__main__txt {
  line-height: 1.3;
}

/* .cmn-interview-list
------------------------------ */
.cmn-interview-box {
  padding: 124px 0 56px;
}
@media screen and (max-width: 767px) {
  .cmn-interview-box {
    padding: 40px 0;
  }
}

.cmn-interview-box.is-show {
  display: block;
}

.cmn-interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .cmn-interview-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cmn-interview-list__item {
  width: calc((100% - 48px) / 3);
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1020px) {
  .cmn-interview-list__item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .cmn-interview-list__item {
    width: 100%;
  }
}

.cmn-interview-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 12px;
}

.cmn-interview-list__item .interview-img {
  border-radius: 6px;
  overflow: hidden;
}

.cmn-interview-list__item .company-logo {
  position: relative;
  background-color: #fff;
  width: 240px;
  height: 64px;
  padding: 20px 32px 0;
  margin: -40px auto 0;
}

.cmn-interview-list__item .company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.cmn-interview-list__item .company-name {
  padding: 8px 8px 0;
  color: #555;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
}

.cmn-interview-list__item .cmn-interview-list__ttl {
  margin: 12px 0 4px;
  font-weight: 700;
  line-height: 1.3;
}

.cmn-interview-list__category {
  margin-top: 16px;
  color: #555;
  font-size: 1.2rem;
}

/* button
=========================================== */
.cmn-btn01 {
  text-align: center;
}
.cmn-btn01 a,
.cmn-btn01 input {
  position: relative;
  opacity: 1;
  display: inline-block;
  text-align: center;
  width: 320px;
  padding: 16px 0 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  background-color: #111;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .cmn-btn01 a,
  .cmn-btn01 input {
    font-size: 1.6rem;
    width: 80%;
    padding: 22px 0;
  }
}

.cmn-btn01.btn-white a,
.cmn-btn01.btn-white input {
  color: #111;
  background-color: #fff;
}

.cmn-btn01 a:hover,
.cmn-btn01 input:hover {
  background-color: #584dd8;
}

.cmn-btn01.btn-white a:hover,
.cmn-btn01.btn-white input:hover {
  color: #fff;
}

.cmn-btn01 .ico-arrow {
  position: absolute;
  right: 10px;
  top: calc(50% - 14px);
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cmn-btn01 .ico-arrow {
    right: 8px;
  }
}

.cmn-btn01 a:hover .ico-arrow {
  right: 6px;
}

.cmn-btn01 .ico-arrow .material-symbols-outlined {
  font-weight: 500;
  color: #fff;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .cmn-btn01 .ico-arrow .material-symbols-outlined {
    font-size: 2.4rem;
  }
}

.cmn-btn01.btn-white .ico-arrow .material-symbols-outlined {
  color: #333;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.cmn-btn01.btn-white a:hover .ico-arrow .material-symbols-outlined,
.cmn-btn01.btn-white input:hover .ico-arrow .material-symbols-outlined {
  color: #fff;
}

/* others
=========================================== */
/* ========================================================
サイト全体
======================================================== */
html {
  font-size: 62.5%;
}

body,
textarea {
  position: relative;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    font-weight: 400;
    font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", sans-serif;
    letter-spacing: 0.01em;
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ========================================================
glb-wrapper
======================================================== */
/* ========================================================
glb-header
======================================================== */
.glb-header {
  position: fixed;
  top: 24px;
  left: 24px;
  width: calc(100% - 48px);
  height: 56px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .glb-header {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
  }
}

.glb-header__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.06);
}

.glb-header .logo-box {
  padding: 0 0 0 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .glb-header .logo-box {
    padding: 0 0 0 16px;
  }
}

.glb-header .site-ttl {
  width: 248px;
}
@media screen and (max-width: 767px) {
  .glb-header .site-ttl {
    width: 224px;
  }
}

.glb-header .site-ttl a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.glb-header .site-ttl a:hover {
  opacity: 0.8;
}

/* glb-hamburger
=========================================== */
.glb-hamburger {
  display: none;
}
@media screen and (max-width: 1020px) {
  .glb-hamburger {
    position: fixed;
    top: 28px;
    right: 32px;
    z-index: 500;
    display: block;
    overflow: visible;
    padding: 0;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
  }
  .glb-hamburger__in {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
  }
  .glb-hamburger__bar {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 100%;
    background-color: #111;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95), -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  }
  .glb-hamburger__bar01 {
    -webkit-transform: translate(-50%, -50%) translateY(-4px);
            transform: translate(-50%, -50%) translateY(-4px);
  }
  .glb-hamburger__bar02 {
    -webkit-transform: translate(-50%, -50%) translateY(4px);
            transform: translate(-50%, -50%) translateY(4px);
  }
}
@media screen and (max-width: 767px) {
  .glb-hamburger {
    position: fixed;
    top: 16px;
    right: 16px;
  }
}

.glb-hamburger.is-open .glb-hamburger__bar01 {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.glb-hamburger.is-open .glb-hamburger__bar02 {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}

/* .glb-slide-menu
=========================================== */
.glb-slide-menu {
  display: none;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: scroll;
  background: rgba(17, 17, 17, 0.4);
  backdrop-filter: blur(4px);
}

/* .open-nav
------------------------------ */
.glb-slide-menu .open-nav {
  position: fixed;
  z-index: 6;
  top: 0;
  width: calc(100% - 80px);
  height: 100%;
  overflow: scroll;
  background-image: linear-gradient(-45deg, #333, #000);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.glb-slide-menu .open-nav .nav-list__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.glb-slide-menu .open-nav .nav-list__item a {
  font-weight: 700;
}
.glb-slide-menu .open-nav .nav-list__item > a {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  display: block;
  padding: 20px 16px;
}
.glb-slide-menu .open-nav .nav-list__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.glb-slide-menu .open-nav .nav-list__item.no-link {
  padding: 20px 16px;
}

.glb-slide-menu .open-nav .nav-list__item.no-link .ttl-txt {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700;
  opacity: 0.4;
}

.glb-slide-menu .open-nav .sub-list {
  margin-top: 2vh;
  padding-left: 4vw;
}

.glb-slide-menu .open-nav .sub-list__item + .sub-list__item {
  margin-top: 2vh;
}

.glb-slide-menu .open-nav .sub-list__item a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}

/* .close-bg
------------------------------ */
.glb-slide-menu .close-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

/* .is-open
------------------------------ */
.is-open.glb-slide-menu {
  display: block;
}

.is-open.glb-slide-menu .open-nav {
  animation: slide-in 0.3s forwards;
  -webkit-animation: slide-in 0.3s forwards;
}

.is-open.glb-slide-menu .close-btn {
  opacity: 1;
  animation: fade-in 0.6s forwards;
  -webkit-animation: fade-in 0.6s forward;
}

@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* .glb-nav
=========================================== */
.glb-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1020px) {
  .glb-nav {
    display: none;
  }
}

/* .nav-list
------------------------------ */
.glb-nav .nav-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.glb-nav .nav-list__item.item-contact {
  display: none;
}

.glb-nav .nav-list__item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.glb-nav .nav-list__item.no-link {
  cursor: default;
}

.glb-nav .nav-list__item .nav-link,
.glb-nav .nav-list__item .ttl-wrap {
  text-align: center;
  padding-right: 32px;
}

.glb-nav .nav-list .ttl-txt {
  color: #333;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-size: 1.4rem;
}

.glb-nav .nav-list__item .nav-link:hover .ttl-txt {
  color: #6b5fff;
}

/* .contact-btn
------------------------------ */
.glb-nav .contact-btn {
  margin-right: 8px;
}

.glb-nav .contact-btn a {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  background-color: #111;
  height: 40px;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .glb-nav .contact-btn a:hover {
    background-color: #584dd8;
  }
}

/* ========================================================
.glb-container
======================================================== */
/* ========================================================
.glb-breadcrumb
======================================================== */
.glb-breadcrumb {
  padding: 12px 24px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .glb-breadcrumb {
    padding: 10px 4vw;
  }
}

.glb-breadcrumb .breadcrumb-list {
  text-align: left;
  font-size: 0;
  line-height: 1.5;
}

.glb-breadcrumb .breadcrumb-list__item {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .glb-breadcrumb .breadcrumb-list__item {
    font-size: 1.4rem;
  }
}

.breadcrumb-list__item + .breadcrumb-list__item {
  margin-left: 12px;
}
.breadcrumb-list__item + .breadcrumb-list__item:before {
  margin-right: 8px;
  content: "\e315";
  color: #333;
  font-family: "Material Symbols Outlined";
  font-weight: 500;
  font-size: 1.9rem;
  vertical-align: -0.2em;
}

.glb-breadcrumb .breadcrumb-list__item a:hover {
  color: #6b5fff;
}

.glb-breadcrumb .breadcrumb-list__item .ico-home .material-symbols-outlined {
  font-size: 2.2rem;
  vertical-align: -0.2em;
}

/* ========================================================
.glb-main
======================================================== */
/* ========================================================
.cmn-mv
======================================================== */
.cmn-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-image: url("../img/common/base/mv_bg01.webp");
  background-position: center 25%;
  background-size: cover;
  padding-top: 64px;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmn-mv {
    height: 80vw;
  }
}

.cmn-mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.cmn-mv .ttl-box {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn-mv .page-ttl {
  color: #fff;
}

.cmn-mv .page-ttl .ttl-en {
  display: inline-block;
  color: #fff;
  font-size: 7.2rem;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-mv .page-ttl .ttl-en {
    font-size: 3.6rem;
  }
}

.cmn-mv .page-ttl .ttl-jp {
  margin-top: 10px;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cmn-mv .page-ttl .ttl-jp {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

/* ========================================================
.post-content
======================================================== */
.post-content .inline-block {
  display: inline-block;
}

.post-content p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.post-content .wp-block-media-text__content p:only-of-child {
  margin-bottom: 0;
}

.post-content p a {
  color: #6b5fff;
  text-decoration: underline;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
}

.post-content h2 {
  font-size: 2.4rem;
  margin-top: 32px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #bbb;
}
@media screen and (max-width: 767px) {
  .post-content h2 {
    font-size: 2rem;
  }
}

.post-content h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-content h3 {
    font-size: 1.8rem;
  }
}

.post-content h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .post-content h4 {
    font-size: 1.6rem;
  }
}

.post-content ul,
.post-content ol {
  margin: 24px 0 24px 24px;
  line-height: 1.5;
}

.post-content ul {
  list-style-type: disc;
}

.post-content ol {
  list-style-type: decimal;
}

.post-content li {
  display: list-item;
}
.post-content li + li {
  margin-top: 12px;
}

.post-content .wp-block-table table {
  margin-bottom: 24px;
  padding: 0;
  line-height: 1.5;
}

.post-content .wp-block-table th,
.post-content .wp-block-table td {
  padding: 8px;
}

.post-content .wp-block-table th {
  border: 1px solid #555;
  background: #f5f5f5;
  font-weight: 700;
}

.post-content .wp-block-table td {
  border: 1px solid #555;
}

.post-content .wp-block-video {
  margin-bottom: 1em;
}

.post-content .is-type-video {
  margin-bottom: 1em;
}

.post-content .is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.post-content .is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.post-content .wp-block-image {
  margin-bottom: 16px;
}
.post-content .wp-block-image figure {
  text-align: center;
}
.post-content .wp-block-image .alignleft,
.post-content .wp-block-image .alignright {
  display: block;
  float: none;
  margin: 0;
}
.post-content .wp-block-image .alignleft {
  text-align: left;
}
.post-content .wp-block-image .alignright {
  text-align: right;
}

.post-content .wp-block-image .alignright > figcaption,
.post-content .wp-block-image .alignleft > figcaption,
.post-content .wp-block-image .aligncenter > figcaption {
  display: block;
}

.post-content + .cmn-btn01 {
  margin-top: 80px;
}

/* ========================================================
.wp-pagenavi
======================================================== */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 48px;
    max-height: 48px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 6px;
  padding: 17px 20px 17px;
  min-width: 56px;
  text-decoration: none;
  border: 2px solid #ccc;
  -webkit-transition: 0.2s border ease-in-out;
  transition: 0.2s border ease-in-out;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 3px;
    padding: 15px 16px;
    min-width: 48px;
  }
}
.wp-pagenavi a:hover {
  font-weight: bold;
  color: #6b5fff;
  border-color: #6b5fff;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-size: 0rem;
  padding: 15px 12px 17px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    padding: 13px 8px;
  }
}
.wp-pagenavi span.current {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}

.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi a.previouspostslink:before {
  color: #333;
  font-family: "Material Symbols Outlined";
  font-weight: 500;
  font-size: 2rem;
  vertical-align: -0.2em;
}

.wp-pagenavi a.nextpostslink:before {
  content: "\e315";
}

.wp-pagenavi a.previouspostslink:before {
  content: "\e314";
}

/* ========================================================
.glb-footer
======================================================== */
.glb-footer {
  position: relative;
  color: #fff;
  padding: 80px 0 24px;
  background-color: #111;
}
@media screen and (max-width: 767px) {
  .glb-footer {
    padding: 56px 0 16px;
  }
}

.glb-footer .site-ttl {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .glb-footer .site-ttl {
    width: 88%;
    margin: 0 auto;
  }
}

.glb-footer .site-ttl a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.glb-footer .site-ttl a:hover {
  opacity: 0.8;
}

/* .address-box
=========================================== */
.glb-footer .address-box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box {
    margin-top: 40px;
  }
}

/* .place-list
------------------------------ */
.glb-footer .address-box .place-list {
  color: #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .place-list {
    display: block;
  }
}

.glb-footer .address-box .place-list__item + .place-list__item {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .place-list__item + .place-list__item {
    margin: 24px 0 0 0;
  }
}

.glb-footer .address-box .place-list .place-ttl {
  font-weight: 700;
}
.glb-footer .address-box .place-list .zipcode {
  margin-top: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .place-list .zipcode {
    margin-top: 12px;
    font-size: 1.3rem;
  }
}

.glb-footer .address-box .place-list .address {
  margin-top: 4px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .place-list .address {
    font-size: 1.3rem;
  }
}

/* .contact-list */
.glb-footer .address-box .contact-list {
  margin-top: 16px;
}

.glb-footer .address-box .contact-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
}

/* .footer-nav
=========================================== */
.glb-footer .footer-nav {
  margin-top: 20px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.glb-footer .footer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav .nav-list {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.glb-footer .footer-nav .nav-list__item {
  margin: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav .nav-list__item {
    width: 50%;
    margin: 24px 0 0;
  }
}

.glb-footer .footer-nav .nav-list .nav-list__ttl {
  font-weight: 700;
}

.glb-footer .footer-nav .nav-list .nav-list__ttl a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.glb-footer .footer-nav .nav-list .nav-list__ttl a:hover {
  color: #6b5fff;
}

.glb-footer .footer-nav .nav-list .nav-list__ttl .no-link {
  opacity: 0.36;
}

.glb-footer .footer-nav .nav-list .sub-list {
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav .nav-list .sub-list {
    padding-left: 4px;
  }
}

.glb-footer .footer-nav .nav-list .sub-list__item {
  margin-top: 18px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav .nav-list .sub-list__item {
    margin-top: 14px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

.glb-footer .footer-nav .nav-list .sub-list__item:before {
  content: "";
  display: block;
  height: 1px;
  width: 12px;
  background-color: rgba(255, 255, 255, 0.64);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav .nav-list .sub-list__item:before {
    content: "";
    display: block;
    height: 1px;
    width: 8px;
    background-color: rgba(255, 255, 255, 0.64);
    margin-right: 4px;
  }
}

.glb-footer .footer-nav .nav-list .sub-list__item a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.glb-footer .footer-nav .nav-list .sub-list__item a:hover {
  color: #6b5fff;
}

/* .bottom-box
=========================================== */
.glb-footer .bottom-box {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .glb-footer .bottom-box {
    margin-top: 40px;
  }
}

/* .bottom-list
=========================================== */
.glb-footer .bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.glb-footer .bottom-list__item + .bottom-list__item {
  margin-left: 16px;
}

.glb-footer .bottom-list__item a {
  font-size: 1.3rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .glb-footer .bottom-list__item a {
    font-size: 1.1rem;
  }
}
.glb-footer .bottom-list__item a:hover {
  color: #6b5fff;
}

/* .copyright
=========================================== */
.glb-footer .copyright {
  color: #bbb;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
}
.glb-footer .copyright__txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .glb-footer .copyright__txt {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=common.min.css.map */