@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
html {
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  font-size: 62.5% !important;
  background: none !important;
}

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

header .logo {
  padding: 3rem;
  text-align: center;
}
header .menu-main {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .menu-main > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .menu-main > li > a,
header .menu-main > li > span {
  display: block;
  padding: 1.6rem;
  text-align: center;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .menu-main > li > a::after,
header .menu-main > li > span::after {
  content: "";
  background: rgb(0, 56, 148);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
header .menu-main > li > a:hover,
header .menu-main > li > span:hover {
  background: rgb(0, 56, 148);
  color: #fff;
}
header .menu-main > li > a:hover::after,
header .menu-main > li > span:hover::after {
  background: #fff;
}
header .menu-main > li > a::after {
  width: 1.4rem;
  height: 1.4rem;
  right: 2rem;
  -webkit-mask-image: url("../img/common/arrow-cr.svg");
          mask-image: url("../img/common/arrow-cr.svg");
}
header .menu-main > li > span::after {
  width: 1rem;
  height: 1rem;
  right: 2.2rem;
  -webkit-mask-image: url("../img/common/arrow-ld.svg");
          mask-image: url("../img/common/arrow-ld.svg");
}
header .menu-main > li.is-open > span::after {
  transform: translateY(-50%) rotate(180deg);
}
header .menu-main > li.is-open .menu-sub {
  max-height: 600px;
}
header .menu-sub {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
header .menu-sub li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .menu-sub a {
  display: block;
  padding: 1.2rem;
  background: url("../img/common/bg01.webp") repeat center/50%;
  text-align: center;
  font-size: clamp(1.2rem, 0.9090909091rem + 0.9090909091vw, 1.4rem);
  position: relative;
}
header .menu-sub a::after {
  content: "";
  background: rgb(0, 56, 148);
  width: 1.4rem;
  height: 1.4rem;
  -webkit-mask-image: url("../img/common/arrow-cr.svg");
          mask-image: url("../img/common/arrow-cr.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
header .menu-sub a:hover {
  color: rgb(0, 56, 148);
}

footer {
  background: rgb(0, 56, 148);
  color: #fff;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  margin-top: -5rem;
  padding: 8rem 3rem 6rem;
}
footer .info {
  margin: 3rem 0 5rem;
  font-size: 1.3rem;
  line-height: 1.58;
}
footer .menu-main > li > a,
footer .menu-main > li > span {
  display: block;
  padding: 0.5rem 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
footer .menu-main > li > a::after,
footer .menu-main > li > span::after {
  content: "";
  background: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
footer .menu-main > li > a:hover,
footer .menu-main > li > span:hover {
  text-decoration: underline;
}
footer .menu-main > li > a::after {
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url("../img/common/arrow-lr.svg");
          mask-image: url("../img/common/arrow-lr.svg");
}
footer .menu-main > li > span::after {
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url("../img/common/icon-plus.svg");
          mask-image: url("../img/common/icon-plus.svg");
}
footer .menu-main > li.is-open > span::after {
  transform: translateY(-50%) rotate(45deg);
}
footer .menu-main > li.is-open .menu-sub {
  max-height: 600px;
}
footer .menu-sub {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
footer .menu-sub li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .menu-sub li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .menu-sub a {
  display: block;
  padding: 0.65rem 1rem;
  background: rgb(0, 56, 148);
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}
footer .menu-sub a::after {
  content: "";
  background: #fff;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-mask-image: url("../img/common/arrow-cr.svg");
          mask-image: url("../img/common/arrow-cr.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
footer .menu-sub a:hover {
  text-decoration: underline;
}
footer .contact a {
  display: block;
  padding: 2rem 4rem;
  margin-top: 5rem;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 1rem;
  color: rgb(0, 56, 148);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.65;
  position: relative;
}
footer .contact a span {
  display: block;
  font-size: 1rem;
}
footer .contact a::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: rgb(0, 56, 148);
  -webkit-mask: url("../img/common/icon-mail.svg") no-repeat center/contain;
          mask: url("../img/common/icon-mail.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
footer .contact a:hover {
  background: none;
  color: #fff;
}
footer .contact a:hover::after {
  background: #fff;
}
footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2rem;
}

.bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 240px);
  height: 100%;
}
.bg-img .bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.bg-img .bg-item.is-active {
  opacity: 1;
}

.side {
  width: 240px;
  min-height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.side .scroll {
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
  height: 100vh;
  overflow-y: scroll;
}
.side aside {
  margin-top: auto;
  padding: 0 20px 20px;
  text-align: center;
  font-size: clamp(1rem, 0.5636363636rem + 1.3636363636vw, 1.3rem);
}
.side aside .com-name {
  color: rgb(0, 56, 148);
  font-weight: 700;
}
.side aside .info {
  margin-top: 0.6rem;
  font-size: 95%;
  line-height: 1.72;
}
.side aside .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: 2rem 0;
}
.side aside .sns a:hover {
  opacity: 0.65;
}
.side aside .bnr a:hover {
  opacity: 0.65;
}
.side aside .recruit-btn {
  margin-top: 1.2rem;
}
.side aside .recruit-btn a {
  display: block;
  padding: 2rem 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1;
  font-weight: 500;
  background: url("../img/common/arrow-cr.svg") no-repeat right 1.6rem center/1.4rem;
}
.side aside .recruit-btn a:hover {
  border-color: rgb(0, 56, 148);
  color: rgb(0, 56, 148);
  background-position: right 1rem center;
}

#main {
  position: relative;
  z-index: 9999;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: 240px;
  margin-bottom: 100vh;
  transition: opacity 0.1s ease-out;
}

article {
  background: #fff;
  padding-bottom: 15rem;
}

/*---------------------------------------------------------------------
テーブル
---------------------------------------------------------------------*/
.table-sp {
  overflow: auto;
}
.table-sp::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}
.table-sp::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100vh;
}

/*---------------------------------------------------------------------
ボタン
---------------------------------------------------------------------*/
a.btn, a.line {
  display: block;
  width: 100%;
  padding: 2rem;
  line-height: 1.35;
  text-align: center;
  font-size: clamp(1.6rem, 1.3090909091rem + 0.9090909091vw, 1.8rem);
  position: relative;
}
a.btn::after, a.line::after {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
a.btn {
  background: rgb(0, 56, 148);
  color: #fff;
  border: 1px solid rgb(0, 56, 148);
  border-radius: 0.5rem;
}
a.btn::after {
  width: clamp(1.4rem, 0.9636363636rem + 1.3636363636vw, 1.7rem);
  background: #fff;
  -webkit-mask-image: url("../img/common/arrow-cr.svg");
          mask-image: url("../img/common/arrow-cr.svg");
}
a.btn:hover {
  background: #fff;
  color: rgb(0, 56, 148);
}
a.btn:hover::after {
  background: rgb(0, 56, 148);
  transform: translateY(-50%) translateX(6px);
}
a.line {
  border-bottom: 1px dashed rgb(0, 56, 148);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
a.line::after {
  content: "";
  display: block;
  width: clamp(1.4rem, 0.5272727273rem + 2.7272727273vw, 2rem);
  height: auto;
  aspect-ratio: 1/1;
  background: rgb(0, 56, 148);
  -webkit-mask-image: url("../img/arrow-r-fill.svg");
          mask-image: url("../img/arrow-r-fill.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
a.line:hover {
  color: rgb(0, 56, 148);
}
a.line:hover::after {
  transform: translateY(-50%) translateX(6px);
}

/*---------------------------------------------------------------------
WP-PageNavi
---------------------------------------------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 4rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: block;
  padding: 1.6rem;
  border: 1px solid rgb(0, 56, 148);
  border-radius: 3px;
  line-height: 1;
  text-align: center;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background: rgb(0, 56, 148);
  color: #fff;
}
.wp-pagenavi a:hover {
  background: rgb(0, 56, 148);
  color: #fff;
}

/*---------------------------------------------------------------------
フォーム
---------------------------------------------------------------------*/
form dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  margin-top: 4rem;
}
form dd {
  margin-top: 1.6rem;
}
form dd p.caution {
  margin-top: 1.8rem;
  color: #595959;
  font-size: clamp(1.3rem, 1.1545454545rem + 0.4545454545vw, 1.4rem);
}

input,
textarea {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  display: block;
  font-size: clamp(1.4rem, 1.1090909091rem + 0.9090909091vw, 1.6rem);
  transition: 0.5s all;
}
input:focus,
textarea:focus {
  background: #fafafa;
  outline-color: rgb(0, 56, 148);
}
input[disabled],
textarea[disabled] {
  background-color: #f5f5f5;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ababab;
}
input::placeholder,
textarea::placeholder {
  color: #ababab;
}
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url] {
  font-family: inherit;
  color: inherit;
  display: block;
  padding: 1.8rem 1.5rem;
  border-radius: 0;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=file] {
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
}
input[type=file]::file-selector-button {
  padding: 2rem 4rem;
  background: rgb(0, 56, 148);
  border: 0px;
  color: #fff;
}
input[type=checkbox], input[type=radio] {
  display: inline;
}
input[type=button], input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[name=com-name], input[name=your-name] {
  max-width: 30em;
}
input[name=your-tel] {
  max-width: 20em;
}
input[name=return] {
  max-width: 20em;
}

textarea {
  height: auto;
  padding: 1.8rem 1.5rem;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: inherit;
  display: block;
  width: 100%;
  min-height: 3em;
  max-height: 8em;
  border-radius: 0.3rem;
  font-size: clamp(1.4rem, 1.1090909091rem + 0.9090909091vw, 1.6rem);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0;
  padding: 1.8rem 1.5rem;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: inherit;
  font-size: clamp(1.4rem, 1.1090909091rem + 0.9090909091vw, 1.6rem);
  color: #000;
  border-radius: 0.3rem;
}
.any,
.required {
  display: block;
  padding: 1rem 1.5rem;
  font-size: clamp(1rem, 0.7090909091rem + 0.9090909091vw, 1.2rem);
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.any {
  background-color: #808080;
}

.required {
  background-color: rgb(0, 56, 148);
}

.wpcf7-not-valid-tip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  font-size: clamp(1.2rem, 1.0545454545rem + 0.4545454545vw, 1.3rem);
  background: rgb(255, 0, 0);
  color: #fff;
  padding: 0.8rem 1rem;
  margin-top: 1rem;
}
.wpcf7-not-valid-tip::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/icon-important.svg") no-repeat left center/contain;
}

.form-btn {
  margin-top: 5rem;
}

input.wpcf7-submit,
input.wpcf7-previous {
  width: 100%;
  max-width: 420px;
  padding: 3rem;
  margin: 0 auto;
  font-size: clamp(1.6rem, 1.0181818182rem + 1.8181818182vw, 2rem);
  line-height: 1;
  white-space: nowrap;
  border: 0px;
  border-radius: 100vh;
  transition: 0.5s all;
}

input.wpcf7-submit {
  background: rgb(0, 56, 148);
  border: 2px solid rgb(0, 56, 148);
  color: #fff;
}
input.wpcf7-submit:hover {
  background: transparent;
  color: rgb(0, 56, 148);
}

input.wpcf7-previous {
  background: #808080;
  border: 1px solid #808080;
  color: #fff;
  font-size: inherit;
  padding: 2rem;
  margin-top: 1.6rem;
  max-width: 260px;
}
input.wpcf7-previous:hover {
  opacity: 0.65;
}

.wpcf7-spinner {
  display: none;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  color: #000;
  background-color: #fff;
  font-family: YakuHanJP, "Inter", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.4rem, 1.1090909091rem + 0.9090909091vw, 1.6rem);
  font-weight: 400;
  font-feature-settings: "palt" 1, "trad" 1;
  font-optical-sizing: auto;
  line-height: 2.25;
  letter-spacing: 0.066rem;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
body ::-moz-selection {
  background: rgba(0, 56, 148, 0.4);
  color: #fff;
}
body ::selection {
  background: rgba(0, 56, 148, 0.4);
  color: #fff;
}
body.no-scroll {
  overflow: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 400;
  line-height: 1.35;
}
body a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
body a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}
body a::before, body a::after {
  transition: all 0.3s ease;
}
body img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.preload * {
  transition: none !important;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.is-tb {
  display: none;
}
@media screen and (max-width: 1280px) {
  .is-tb {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */