@charset "UTF-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

/* font */
.mincho {
  font-family: var(--mincho);
}

.maru {
  font-family: var(--maru);
}

/*------------------------------------------------------------
	fixedBar
------------------------------------------------------------*/
.fixedBar {
  position: fixed;
  right: 11.6rem;
  top: 2.6rem;
  display: flex;
  gap: 1.4rem;
  z-index: 200;
}
.fixedBar .tel,
.fixedBar .web,
.fixedBar .line {
  width: 19rem;
  min-height: 4.8rem;
}
.fixedBar .tel a,
.fixedBar .web a,
.fixedBar .line a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  border-radius: 5rem;
  background: url(../img/common/btn_bg01.webp) no-repeat center center/cover;
}
.fixedBar .tel a .txt,
.fixedBar .web a .txt,
.fixedBar .line a .txt {
  padding-left: 3rem;
  display: block;
}
.fixedBar .tel a .txt .sm,
.fixedBar .web a .txt .sm,
.fixedBar .line a .txt .sm {
  font-size: 1.7rem;
}
@media all and (min-width: 1025px) {
  .fixedBar .tel a:hover,
  .fixedBar .web a:hover,
  .fixedBar .line a:hover {
    opacity: 0.65;
  }
}
.fixedBar .tel a .txt {
  padding-left: 2rem;
  background: url(../img/common/tel_icon.webp) no-repeat left center/1.4rem;
}
.fixedBar .web a .txt {
  padding-left: 2.9rem;
  padding-bottom: 0.2rem;
  background: url(../img/common/online_icon.webp) no-repeat left center/2.2rem;
}
.fixedBar .line a .txt {
  padding-left: 3.4rem;
  padding-bottom: 0.2rem;
  background: url(../img/common/line_icon.webp) no-repeat left center/2.6rem;
}
@media all and (max-width: 896px) {
  .fixedBar {
    position: sticky;
    right: 0;
    top: auto;
    bottom: 0;
    gap: 0;
    opacity: 0;
    transition: 0.3s;
    user-select: none;
    pointer-events: none;
  }
  .fixedBar.on {
    opacity: 1;
    user-select: initial;
    pointer-events: initial;
  }
  .fixedBar .tel,
  .fixedBar .web,
  .fixedBar .line {
    width: auto;
    flex: 1;
    min-height: 5rem;
  }
  .fixedBar .tel a,
  .fixedBar .web a,
  .fixedBar .line a {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    border-radius: 0;
  }
  .fixedBar .tel a .txt,
  .fixedBar .web a .txt,
  .fixedBar .line a .txt {
    padding-left: 3rem;
  }
  .fixedBar .tel a .txt .sm,
  .fixedBar .web a .txt .sm,
  .fixedBar .line a .txt .sm {
    font-size: 1.6rem;
  }
  .fixedBar .tel a .txt .spLg,
  .fixedBar .web a .txt .spLg,
  .fixedBar .line a .txt .spLg {
    font-size: 1.7rem;
  }
  .fixedBar .tel {
    border-right: 0.1rem solid var(--white);
  }
  .fixedBar .tel a .txt {
    padding: 0 0.5rem 0.2rem 1.5rem;
    background-size: 1.2rem;
  }
  .fixedBar .web {
    border-right: 0.1rem solid var(--white);
  }
  .fixedBar .web a .txt {
    padding: 0 0 0.2rem 2.4rem;
    background-size: 1.8rem;
  }
  .fixedBar .line a .txt {
    padding: 0 0 0.2rem 2.4rem;
    background-size: 1.8rem;
    background-position: left top 60%;
  }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 114rem;
}

/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
  margin: 0 auto;
  max-width: 100rem;
}
.comInner .ttlBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .comInner .ttlBox {
    align-items: flex-start;
  }
}
.comInner .ttlBox .ttl {
  margin-left: -1rem;
  align-items: center;
  display: flex;
  color: var(--blue);
  font-family: var(--mincho);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .comInner .ttlBox .ttl {
    font-size: 1.6rem;
  }
}
.comInner .ttlBox .ttl .num {
  font-style: italic;
  font-size: 16rem;
  font-weight: 400;
  margin: -1rem 0 0 -2rem;
}
@media all and (max-width: 896px) {
  .comInner .ttlBox .ttl .num {
    font-size: 8rem;
    margin-left: -1rem;
  }
}
.comInner .ttlBox .rBox {
  flex: 1;
  margin: 3.5rem 2.8rem -8.8rem 0;
}
@media all and (max-width: 896px) {
  .comInner .ttlBox .rBox {
    margin: 0 0 -2.6rem;
  }
}
.comInner .ttlBox dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.comInner .ttlBox dl dt {
  order: 2;
  margin-left: 0.5rem;
  width: 14.3rem;
}
@media all and (max-width: 896px) {
  .comInner .ttlBox dl dt {
    margin: 1.5rem 0.5rem -1rem 0rem;
    width: 7rem;
  }
}
.comInner .ttlBox dl dd {
  padding: 2rem 1rem 2.2rem 2rem;
  margin-top: 2rem;
  min-width: 53.9rem;
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 1.6rem;
  background: var(--grey6);
  color: var(--white);
  font-family: var(--zenKurenaido);
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.13rem;
  position: relative;
}
@media all and (max-width: 896px) {
  .comInner .ttlBox dl dd {
    margin-top: 0;
    border-radius: 1rem;
    padding: 1.2rem 0.5rem 1.2rem 1.6rem;
    width: 18.1rem;
    min-width: inherit;
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.06rem;
  }
  .comInner .ttlBox dl dd span {
    letter-spacing: -0.2em;
  }
}
.comInner .ttlBox dl dd::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.4rem;
  width: 0;
  height: 0;
  border-bottom: 0.8rem solid transparent;
  border-top: 0.8rem solid transparent;
  border-left: 1rem solid var(--grey6);
  transform: translate(-50%, -50%);
}
.comInner .studiesInner {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  border-radius: 2rem 2rem 2rem 2rem;
  border: 0.2rem solid var(--blue);
  background: var(--white);
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .comInner .studiesInner {
    margin-bottom: 4.3rem;
    border-radius: 1rem;
  }
}
.comInner .studiesInner:last-child {
  margin-bottom: 0;
}
.comInner .studiesInner .whiteBox {
  padding: 4.8rem 4.8rem 4rem;
}
@media all and (max-width: 896px) {
  .comInner .studiesInner .whiteBox {
    padding: 1.8rem 1.8rem 2rem;
  }
}
.comInner .studiesInner .studiesList {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 10rem;
  position: relative;
}
@media all and (max-width: 896px) {
  .comInner .studiesInner .studiesList {
    margin-bottom: 2.7rem;
    flex-direction: column;
    gap: 3.5rem 0;
  }
}
.comInner .studiesInner .studiesList li {
  width: calc((100% - 10rem) / 2);
  position: relative;
}
@media all and (max-width: 896px) {
  .comInner .studiesInner .studiesList li {
    width: 100%;
  }
}
.comInner .studiesInner .studiesList li::after {
  width: 2.4rem;
  height: 2.9rem;
  background: url(../img/common/icon02.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6.2rem;
  content: "";
}
@media all and (max-width: 896px) {
  .comInner .studiesInner .studiesList li::after {
    width: 2.4rem;
    height: 1.6rem;
    right: auto;
    left: 50%;
    background-image: url(../img/common/icon02_sp.webp);
    transform: translateX(-50%);
    top: calc(100% + 1rem);
  }
}
.comInner .studiesInner .studiesList li:last-child::after {
  display: none;
}
.comInner .studiesInner .studiesList li img {
  width: 100%;
  border-radius: 1rem;
}
.comInner .studiesInner .studiesList li .photo {
  position: relative;
}
.comInner .studiesInner .studiesList li .photo span {
  position: absolute;
  top: 1.2rem;
  left: 2rem;
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media all and (max-width: 896px) {
  .comInner .studiesInner .studiesList li .photo span {
    top: 0.5rem;
    left: 1rem;
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.028rem;
  }
}
.comInner .studiesInner .subList li {
  padding: 1rem 0;
  background-color: var(--grey);
}
.comInner .studiesInner .subList li:nth-child(2n) {
  background-color: var(--grey7);
}
.comInner .studiesInner .subList dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.comInner .studiesInner .subList dl dt {
  padding: 0.5rem;
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
}
@media all and (max-width: 896px) {
  .comInner .studiesInner .subList dl dt {
    padding: 0.2rem;
    width: 9rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.comInner .studiesInner .subList dl dd {
  padding: 0.5rem 2rem 0.8rem 3.8rem;
  flex: 1;
  display: flex;
  align-items: center;
  color: var(--blue);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  border-left: 0.1rem solid var(--blue);
}
@media all and (max-width: 896px) {
  .comInner .studiesInner .subList dl dd {
    padding: 0.4rem 2rem 0.5rem 1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.comInner .studiesInner .link {
  overflow: hidden;
}
.comInner .studiesInner .link a {
  min-height: 7.8rem;
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--white);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
  background: url(../img/common/com_bg01.webp) repeat center center;
  position: relative;
  background-size: 100% auto;
}
@media all and (max-width: 896px) {
  .comInner .studiesInner .link a {
    padding-right: 3.5rem;
    min-height: 5.8rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media all and (min-width: 1025px) {
  .comInner .studiesInner .link a:hover {
    opacity: 0.65;
  }
}
.comInner .studiesInner .link a::after {
  width: 2.4rem;
  height: 1.3rem;
  background: url(../img/common/icon01.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  right: 4.8rem;
  content: "";
}
@media all and (max-width: 896px) {
  .comInner .studiesInner .link a::after {
    right: 1.8rem;
    width: 1.8rem;
    height: 0.9rem;
  }
}
.comInner .studiesInner .link.on a::after {
  transform: translateY(-50%) rotate(180deg);
}
.comInner .studiesInner .hiddenBox {
  display: none;
  padding: 4rem 4.8rem;
}
.comInner .studiesInner .hiddenBox .photoList {
  margin-bottom: 3rem;
  gap: 1rem;
}
.comInner .studiesInner .hiddenBox .photoList li {
  width: calc(50% - 0.5rem);
}
.comInner .studiesInner .hiddenBox .photoList li img {
  width: 100%;
}
.comInner .studiesInner .hiddenBox p {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
  .comInner .studiesInner .hiddenBox {
    padding: 2rem 1.8rem;
  }
  .comInner .studiesInner .hiddenBox .photoList {
    margin-bottom: 1.5rem;
  }
  .comInner .studiesInner .hiddenBox .photoList li {
    width: 100%;
  }
}

/*------------------------------------------------------------
	alignment
------------------------------------------------------------*/
.alignment {
  padding: 12rem 2rem;
  background: url(../img/common/com_bg03.webp) no-repeat center;
  background-size: cover;
}
@media all and (max-width: 896px) {
  .alignment {
    padding: 8rem 2rem 4rem;
    background-image: url(../img/common/com_bg03_sp.webp);
  }
}
.alignment .content {
  position: relative;
  padding: 6rem 4rem 0;
  max-width: 110rem;
  border-radius: 2rem;
  background: var(--white);
}
@media all and (max-width: 896px) {
  .alignment .content {
    padding: 5.5rem 2rem 0;
    border-radius: 1rem;
  }
}
.alignment .alignmentBox {
  position: relative;
}
.alignment .topPhoto {
  position: absolute;
  top: -7.5rem;
  right: 7.7rem;
  width: 18.4rem;
}
@media all and (max-width: 896px) {
  .alignment .topPhoto {
    top: -6.5rem;
    right: 1.6rem;
    width: 10rem;
    z-index: 1;
  }
}
.alignment .bigPhoto {
  position: absolute;
  bottom: 2.6rem;
  right: 2rem;
  width: 29rem;
}
@media all and (max-width: 896px) {
  .alignment .bigPhoto {
    width: auto;
    margin: -1.6rem 4.3rem 1.6rem;
    position: static;
  }
  .alignment .bigPhoto img {
    width: 100%;
  }
}
.alignment h2 {
  margin-bottom: 4.4rem;
  color: var(--green3);
  font-family: var(--maru);
  font-size: 6.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
  .alignment h2 {
    margin: 0 -3rem 2rem -2rem;
    text-align: center;
    line-height: 1.3;
    font-size: 3.6rem;
    letter-spacing: 0;
  }
}
.alignment h2 small {
  color: var(--grey5);
  font-size: 4.6rem;
  letter-spacing: 0.092rem;
}
@media all and (max-width: 896px) {
  .alignment h2 small {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.052rem;
  }
}
.alignment h3 {
  margin-bottom: 0.5rem;
  padding: 1.1rem 3.8rem 1.3rem;
  border-radius: 100vmax;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.24rem;
  background: url(../img/common/com_bg04.webp) repeat left top;
  background-size: 100% auto;
}
@media all and (max-width: 896px) {
  .alignment h3 {
    display: flex;
    padding: 0.7rem 4rem 0.8rem 1.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 0.18rem;
  }
  .alignment h3 .num {
    flex-shrink: 0;
  }
}
.alignment p {
  margin: 0 0 2.6rem 3.7rem;
  color: var(--grey5);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.18rem;
}
@media all and (max-width: 896px) {
  .alignment p {
    margin: 0 0 2.6rem;
    color: var(--grey5);
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
}
.alignment p:last-child {
  margin-bottom: 0;
}
.alignment .ttl {
  position: absolute;
  top: -3.9rem;
  left: -7.6rem;
  border-radius: 1.6rem;
  background: var(--grey5);
  min-width: 40rem;
  width: fit-content;
  color: var(--white);
  font-family: var(--maru);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 1.6rem 0.5rem 1.9rem;
}
@media all and (max-width: 896px) {
  .alignment .ttl {
    padding: 1rem 1rem 1.3rem;
    top: -3rem;
    border-radius: 0.8rem;
    left: -2rem;
    min-width: 25rem;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.102rem;
  }
}
.alignment .ttl::after {
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icon03.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 100%;
  right: 10.3rem;
  content: "";
}
@media all and (max-width: 896px) {
  .alignment .ttl::after {
    left: 8.8rem;
    right: auto;
  }
}
.alignment .alignmentList {
  box-sizing: content-box;
  max-width: 59rem;
  padding: 1.5rem 0 0 7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media all and (max-width: 896px) {
  .alignment .alignmentList {
    max-width: inherit;
    padding: 1.6rem 0 0;
    flex-direction: column;
    gap: 1.6rem 0;
  }
}
.alignment .alignmentList li {
  width: calc((100% - 3rem) / 2);
}
@media all and (max-width: 896px) {
  .alignment .alignmentList li {
    width: 100%;
  }
}
.alignment .alignmentList li .photo {
  margin-bottom: 1rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .alignment .alignmentList li .photo {
    aspect-ratio: 295/140;
    position: relative;
    border-radius: 1rem;
  }
  .alignment .alignmentList li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.alignment .alignmentList li .photo img {
  width: 100%;
}
.alignment .alignmentList li p {
  margin: 0;
  color: var(--grey5);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16rem;
}
@media all and (max-width: 896px) {
  .alignment .alignmentList li p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.14rem;
  }
}
.alignment .alignmentLink {
  margin: 3rem -4rem 0;
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .alignment .alignmentLink {
    margin: 2.5rem -2rem 0;
    border-radius: 0 0 1rem 1rem;
  }
}
.alignment .alignmentLink a {
  min-height: 10rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--white);
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  background: url(../img/common/com_bg02.webp) no-repeat center;
  background-size: cover;
}
@media all and (max-width: 896px) {
  .alignment .alignmentLink a {
    padding-top: 1rem;
    text-align: left;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.24rem;
    background-image: url(../img/common/com_bg02_sp.webp);
  }
  .alignment .alignmentLink a img {
    margin: 0 0 0 1rem;
    display: inline-block;
    width: 1.1rem;
    vertical-align: 0;
  }
}
.alignment .alignmentLink a span {
  padding: 0 3rem 0.5rem 6rem;
  background: url(../img/common/line02.webp) no-repeat left center, url(../img/common/icon04.webp) no-repeat right center;
  background-size: 4.8rem auto, 1.4rem auto;
}
@media all and (max-width: 896px) {
  .alignment .alignmentLink a span {
    padding-left: 4.5rem;
    background: url(../img/common/line02.webp) no-repeat left top;
    background-size: 3.4rem auto;
  }
}
@media all and (min-width: 1025px) {
  .alignment .alignmentLink a:hover {
    opacity: 0.65;
  }
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
  margin-bottom: 8rem;
  align-items: flex-start;
}
@media all and (max-width: 896px) {
  .comBox {
    margin-bottom: 4rem;
  }
}
.comBox:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .comBox .subComBox {
    display: block;
  }
}
.comBox .rBox {
  margin-top: 11rem;
  width: 56rem;
  padding-left: 6rem;
  position: relative;
  box-sizing: content-box;
}
@media all and (max-width: 896px) {
  .comBox .rBox {
    margin-top: 3rem;
    padding: 3rem 0 0;
    width: auto;
  }
}
.comBox .rBox img {
  border-radius: 2rem;
  width: 100%;
}
@media all and (max-width: 896px) {
  .comBox .rBox img {
    border-radius: 1rem;
  }
}
.comBox .rBox::before {
  width: 0.1rem;
  background-color: var(--blue);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
}
@media all and (max-width: 896px) {
  .comBox .rBox::before {
    width: 100%;
    right: 0;
    bottom: auto;
    height: 0.1rem;
  }
}
.comBox .lBox {
  flex: 1;
  padding-right: 6rem;
}
@media all and (max-width: 896px) {
  .comBox .lBox {
    padding: 0;
  }
}
.comBox .lBox p {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.108rem;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .comBox .lBox p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.084rem;
  }
}
.comBox .lBox p .subSpan01 {
  width: 3rem;
  margin: 0 1rem -0.3rem 0;
  text-align: center;
}
@media all and (max-width: 896px) {
  .comBox .lBox p .subSpan01 {
    width: 2.5rem;
  }
}
.comBox .lBox p img {
  width: 2.4rem;
}
@media all and (max-width: 896px) {
  .comBox .lBox p img {
    width: 2rem;
  }
}
.comBox .lBox .text img {
  width: 3rem;
}
.comBox .lBox .text .subSpan01 {
  margin-bottom: -0.5rem;
}
.comBox .lBox .tableBox {
  padding: 2rem 2rem 2.8rem;
  margin-top: 3.1rem;
  border-radius: 2rem;
  background: var(--white);
}
@media all and (max-width: 896px) {
  .comBox .lBox .tableBox {
    margin-top: 2.5rem;
    border-radius: 1rem;
    padding: 1rem 2rem 1.5rem;
  }
}
.comBox .lBox .tableBox p {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.14rem;
}
.comBox .lBox .tableBox p span {
  color: var(--blue);
}
@media all and (max-width: 896px) {
  .comBox .lBox .tableBox p {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.12rem;
  }
}
.comBox .lBox table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
}
@media all and (max-width: 896px) {
  .comBox .lBox table {
    margin-bottom: 0.8rem;
  }
}
.comBox .lBox table th {
  padding: 1rem 0.2rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--blue);
}
@media all and (max-width: 896px) {
  .comBox .lBox table th {
    padding: 0.7rem 0.2rem;
    font-size: 1.2rem;
  }
}
.comBox .lBox table th:first-child {
  width: 32%;
  letter-spacing: 0.16rem;
}
@media all and (max-width: 896px) {
  .comBox .lBox table th:first-child {
    width: 35%;
    letter-spacing: 0.12rem;
  }
}
.comBox .lBox table th:last-child {
  padding-right: 1rem;
}
.comBox .lBox table td {
  padding: 0.8rem 0.2rem 0;
  color: var(--blue);
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .comBox .lBox table td {
    padding: 0.6rem 0.2rem 0;
    font-size: 1.2rem;
  }
}
.comBox .lBox table td:first-child {
  padding-right: 3rem;
  color: var(--base-color);
  text-align: right;
  letter-spacing: 0.16rem;
}
@media all and (max-width: 896px) {
  .comBox .lBox table td:first-child {
    padding-right: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}
@media all and (max-width: 896px) and (min-width: 425px) {
  .comBox .lBox table td:first-child {
    padding-right: 0.2rem;
    text-align: center;
  }
}
.comBox .lBox table tr:last-child td {
  padding-bottom: 1.1rem;
  border-bottom: 0.1rem solid var(--blue);
}
@media all and (max-width: 896px) {
  .comBox .lBox table tr:last-child td {
    padding-bottom: 0.8rem;
  }
}
.comBox .logo {
  margin-bottom: 3.5rem;
}
.comBox .logo a {
  text-align: center;
  display: block;
}
.comBox .logo a span {
  display: block;
  color: var(--blue);
  font-family: var(--mincho);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.32rem;
}
@media all and (max-width: 896px) {
  .comBox .logo a span {
    font-size: 2.1rem;
    letter-spacing: -0.21rem;
  }
}
.comBox .logo a img {
  margin: 0 auto 1rem;
  width: 11rem;
}
@media all and (max-width: 896px) {
  .comBox .logo a img {
    width: 9rem;
  }
}

/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
  margin-bottom: 12.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media all and (max-width: 896px) {
  .comLinkUl {
    margin-bottom: 6rem;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.comLinkUl:last-child {
  margin-bottom: 0;
}
.comLinkUl li {
  width: calc((100% - 6.1rem) / 3);
}
@media all and (max-width: 896px) {
  .comLinkUl li {
    width: 100%;
  }
}
.comLinkUl li a {
  padding-top: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 12rem;
  text-align: center;
  border-radius: 100vmax;
  background: url(../img/common/com_bg05.webp) no-repeat center;
  background-size: cover;
}
@media all and (max-width: 896px) {
  .comLinkUl li a {
    padding-top: 0;
    min-height: 10rem;
  }
}
@media all and (min-width: 1025px) {
  .comLinkUl li a:hover {
    opacity: 0.65;
  }
}
.comLinkUl li .subSpan {
  color: var(--yellow);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  display: block;
}
@media all and (max-width: 896px) {
  .comLinkUl li .subSpan {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.064rem;
    margin-bottom: -0.2rem;
  }
}
.comLinkUl li .subSpan02 {
  margin-top: 0.5rem;
  color: var(--white);
  font-family: var(--mincho);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
  text-align: center;
  display: inline-block;
  padding: 0 0 0.2rem 3rem;
  background: url(../img/common/tel_icon.webp) no-repeat left center;
  background-size: 2.3rem auto;
}
@media all and (min-width: 897px) {
  .comLinkUl li .subSpan02 .sm {
    font-size: 2.9rem;
  }
}
@media all and (max-width: 896px) {
  .comLinkUl li .subSpan02 {
    line-height: 1.2;
    padding-left: 2.5rem;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.168rem;
    background-size: 1.8rem auto;
  }
}
.comLinkUl .item02 .subSpan02 {
  padding-left: 4rem;
  background-image: url(../img/common/online_icon.webp);
  background-size: 3rem auto;
}
@media all and (max-width: 896px) {
  .comLinkUl .item02 .subSpan02 {
    padding-left: 3.8rem;
    background-size: 2.7rem auto;
  }
  .comLinkUl .item02 .subSpan02 .sm {
    font-size: 2.7rem;
  }
}
.comLinkUl .item03 .subSpan02 {
  padding-left: 4rem;
  background-image: url(../img/common/line02.webp);
  background-size: 3.2rem auto;
}
@media all and (max-width: 896px) {
  .comLinkUl .item03 .subSpan02 {
    padding-left: 3.8rem;
    background-size: 3rem auto;
  }
  .comLinkUl .item03 .subSpan02 .sm {
    font-size: 2.7rem;
  }
}

/*------------------------------------------------------------
	comLead
------------------------------------------------------------*/
.comLead {
  margin-bottom: 1.9rem;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.4em;
  line-height: 1.78;
}
.comLead .underline {
  color: var(--blue2);
  font-family: var(--zenKakuGothic);
  font-weight: 700;
  font-size: 4.4rem;
  letter-spacing: 0.4em;
  background: linear-gradient(var(--yellow), var(--yellow)) no-repeat left bottom/100% 3rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media all and (max-width: 896px) {
  .comLead {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
  }
  .comLead .underline {
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    background-size: 100% 2rem;
  }
}/*# sourceMappingURL=common.css.map */