<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --cubic-bezier: cubic-bezier(0.17, 0.67, 0.2, 1.93);
}

/* 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;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
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;
}

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 10em;
}

table {
  border-collapse: collapse;
}

body,
button,
input,
textarea {
  font-family: "BIZ UDPGothic", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #f5c238;
  color: #fff;
}

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

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

body {
  font-size: 1.4rem;
  line-height: 1.875;
  text-align: justify;
}

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

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

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  line-height: inherit;
}

li {
  list-style-type: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.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: #ffc21a;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.headerBar {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  background-color: #fff;
  gap: 20px;
}

.headerLogo {
  display: block;
  max-width: 243px;
}

.headerLogoLink {
  display: block;
}

.headerNavWrap {
  display: flex;
  gap: 40px;
  align-items: center;
}

.headerBtnWrap {
  display: none;
}

.headerEntry {
  min-width: 180px;
  text-align: center;
  padding: 9px 10px 7px;
  text-decoration: none;
  font-size: 1.4rem;
  color: inherit;
  border: 1.5px solid #313131;
  border-radius: 25px;
  line-height: 1.4;
}

.headerMail {
  min-width: 180px;
  text-align: center;
  padding: 9px 10px 7px;
  text-decoration: none;
  font-size: 1.4rem;
  color: inherit;
  border: 1.5px solid #313131;
  border-radius: 25px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc21a;
}
.headerMail::before {
  content: "";
  width: 17px;
  aspect-ratio: 13/9;
  background-image: url(../images/header-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -1px;
  margin: 0 10px 0 0;
}

.headerNav {
  width: 45px;
}

.mainIndex {
  margin: 60px 0 70px;
}

.main {
  margin: 60px 0 70px;
}

.pageTitle {
  background-color: #f8f8f8;
  height: 100px;
  padding: 25px;
  display: flex;
  align-items: center;
  font-weight: bold;
  overflow: clip;
}

.pageTitleTextBox {
  max-width: 1032px;
  margin-inline: auto;
  flex-grow: 1;
  position: relative;
}
.pageTitleTextBox::before {
  display: none;
}
.pageTitleTextBox::after {
  content: "";
  width: 100px;
  aspect-ratio: 234/123;
  background-image: url(../images/page-title-chara-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-100%, -50%);
  animation: pageTitleBus 3s ease-out;
}

:root {
  --pageTitleBusStart: calc(100% + 125px);
  --pageTitleBusGoal: 100%;
}

@keyframes pageTitleBus {
  0% {
    left: var(--pageTitleBusStart);
  }
  100% {
    left: var(--pageTitleBusGoal);
  }
}
.pageTitleText {
  display: block;
  width: fit-content;
  position: relative;
  line-height: 1.2;
  z-index: 1;
  font-size: 1.8rem;
}
.pageTitleText::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -2px;
  width: calc(100% + 20px);
  height: 10px;
  background-color: #ffc21a;
  z-index: -1;
}

.bread {
  max-width: 1082px;
  padding: 5px 25px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  margin-inline: auto;
  overflow-x: auto;
  white-space: nowrap;
}

.breadItem:not(:last-of-type) {
  display: flex;
  align-items: center;
}
.breadItem:not(:last-of-type)::after {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-right: 1px solid #ffc21a;
  border-bottom: 1px solid #ffc21a;
  margin: 0 15px;
  rotate: -45deg;
}

.breadLink {
  text-decoration: none;
  font-size: 1.3rem;
  display: block;
  text-decoration: none;
  color: inherit;
}

.breadText {
  font-size: 1.3rem;
  display: block;
}

.pageSubTitle {
  width: fit-content;
  margin: 0 auto 35px;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
}
.pageSubTitle::before {
  content: "";
  width: 35px;
  height: 2px;
  background-image: linear-gradient(to right, #313131, #313131 5px, transparent 5px, transparent 10px, #313131 10px);
  position: absolute;
  right: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
}
.pageSubTitle::after {
  content: "";
  width: 35px;
  height: 2px;
  background-image: linear-gradient(to left, #313131, #313131 5px, transparent 5px, transparent 10px, #313131 10px);
  position: absolute;
  left: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
}

.barTitle {
  line-height: 1.4;
  font-size: 1.6rem;
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
}
.barTitle::before {
  content: "";
  height: 18px;
  width: 4px;
  background-image: linear-gradient(to bottom, #ffc21a, #ffc21a 9px, #313131 9px);
  margin: 0 15px 0 0;
  position: relative;
  top: 3px;
}

.contact {
  padding: 0 25px;
  max-width: 904px;
  margin: 0 auto 50px;
}

.contactTitle {
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  position: relative;
}
.contactTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%);
  background-color: #313131;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  aspect-ratio: 13/11;
  width: 13px;
}
.contactTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  transform: translateY(-50%);
  background-color: #313131;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  aspect-ratio: 13/11;
  width: 13px;
}

.contactBox {
  display: grid;
  gap: 24px;
}

.contactTel {
  text-decoration: none;
  color: inherit;
  background-color: #f9f9f9;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  position: relative;
}
.contactTel::before {
  content: "";
  position: absolute;
  aspect-ratio: 101/134;
  background-image: url(../images/contact-chara-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  bottom: -20px;
  right: -10px;
  z-index: 1;
}
.contactTel:hover::before {
  animation: bound 0.5s infinite;
}

@keyframes bound {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(-10px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
  }
}
.contactTelTitle {
  margin: 0 0 10px;
}

.contactTelNumber {
  background-color: #fff;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  border-radius: 100px;
  padding: 5px 20px;
  font-weight: bold;
}

.contactMail {
  background-color: #ffc21a;
  min-height: 100px;
  border: 1.5px solid #313131;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  font-size: 1.6rem;
  position: relative;
}
.contactMail::before {
  content: "";
  position: absolute;
  aspect-ratio: 91/143;
  background-image: url(../images/contact-chara-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  bottom: -20px;
  right: -10px;
  z-index: 1;
}
.contactMail:hover::before {
  animation: bound 0.5s infinite;
}

.pagetopWrap {
  overflow: clip;
}

.pagetop {
  max-width: 100px;
  margin-inline: auto;
  display: block;
  transform-origin: 50% 100%;
  transition: 0.7s ease-in-out 0.5s;
  transform: translateY(100%);
}
.pagetopWrap[data-parallax=active] .pagetop {
  transform: translateY(0);
}

.footer {
  background-color: #f9f9f9;
  padding: 25px;
}

.footerLogo {
  display: block;
  max-width: 368px;
  margin: 0 0 20px;
}

.footerAddress {
  display: block;
  margin: 0 0 10px;
}

.footerTel {
  display: block;
  margin: 0 0 25px;
}

.copyright {
  font-size: 1.4rem;
  display: block;
}

.footerMenu {
  display: none;
}

.footerMenuEntry {
  min-width: 180px;
  text-align: center;
  padding: 9px 10px 7px;
  text-decoration: none;
  font-size: 1.4rem;
  color: inherit;
  border: 1.5px solid #313131;
  border-radius: 25px;
  line-height: 1.4;
  display: block;
  background-color: #fff;
}

.footerMenuMail {
  min-width: 180px;
  text-align: center;
  padding: 9px 10px 7px;
  text-decoration: none;
  font-size: 1.4rem;
  color: inherit;
  border: 1.5px solid #313131;
  border-radius: 25px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc21a;
}
.footerMenuMail::before {
  content: "";
  width: 17px;
  aspect-ratio: 13/9;
  background-image: url(../images/header-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -1px;
  margin: 0 10px 0 0;
}
@media (min-width: 960px){
  body {
    font-size: 1.6rem;
  }
  .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;
  }
  .spBr {
    display: none;
  }
  .pcBr {
    display: inline;
  }
  .header {
    padding: 25px;
  }
  .headerBar {
    border-radius: 10px;
    height: 72px;
  }
  .headerLogo {
    max-width: 368px;
  }
  .headerBtnWrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .mainIndex {
    margin: 0 0 150px;
  }
  .main {
    margin: 122px 0 150px;
  }
  .pageTitle {
    padding: 25px 50px;
    height: 250px;
  }
  .pageTitleTextBox::before {
    display: block;
    content: "";
    width: 144px;
    aspect-ratio: 144/118;
    background-image: url(../images/page-title-chara-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: calc(100% + 35px);
    top: 50%;
    transform: translateY(-50%);
  }
  .pageTitleTextBox::after {
    left: calc(100% + 35px);
    transform: translateY(-50%);
    width: 234px;
  }
  :root {
    --pageTitleBusStart: calc(100% + 400px);
    --pageTitleBusGoal: calc(100% + 35px);
  }
  .pageTitleText {
    font-size: 4.2rem;
  }
  .pageTitleText::after {
    height: 19px;
  }
  .bread {
    padding: 10px 25px;
    margin: 0 auto 75px;
  }
  .breadLink {
    font-size: 1.4rem;
  }
  .breadText {
    font-size: 1.4rem;
  }
  .pageSubTitle {
    font-size: 2.6rem;
    margin: 0 auto 60px;
  }
  .pageSubTitle::before {
    width: 74px;
  }
  .pageSubTitle::after {
    width: 74px;
  }
  .barTitle {
    font-size: 2.4rem;
    margin: 0 0 30px;
  }
  .barTitle::before {
    height: 27px;
  }
  .contact {
    margin: 0 auto 93px;
  }
  .contactTitle {
    margin: 0 auto 40px;
    font-size: 2.6rem;
  }
  .contactBox {
    grid-template-columns: 1fr 1fr;
  }
  .contactTel {
    min-height: 142px;
  }
  .contactTel::before {
    width: 101px;
  }
  .contactTelNumber {
    font-size: 2.5rem;
    padding: 10px 30px;
  }
  .contactMail {
    min-height: 142px;
    font-size: 1.8rem;
  }
  .contactMail::before {
    width: 91px;
  }
  .pagetop {
    max-width: 136px;
  }
  .footer {
    padding: 45px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footerMenu {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=common.css.map*/</pre></body></html>