@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 1.6rem/1.5 "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ul, ol, p, figure {
  margin: 0;
}

a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}
a:hover img, a:active img {
  opacity: 0.7;
}
a img {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
img[height] {
  height: auto !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

section {
  padding: 5.6rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 2.8rem 1.6rem;
  }
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3.2rem;
  border-radius: 16px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 1.6rem;
  }
}
.inner h1 {
  margin-bottom: 1.6rem;
  font-size: 3.6rem;
  font-weight: 900;
  color: #ffa85c;
}
@media only screen and (max-width: 768px) {
  .inner h1 {
    font-size: 2.8rem;
  }
}
.inner h1 span {
  color: #ff7245;
}
.inner h2 {
  margin: 4rem 0 3.2rem;
  padding-left: 2.4rem;
  background: transparent linear-gradient(#ff7245 0%, #ff7245 100%) bottom 2rem left/8px 1px no-repeat;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ff7245;
}
.inner h2:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .inner h2 {
    margin: 2rem 0 1.6rem;
    background-position: bottom 1.7rem left;
    font-size: 2.4rem;
  }
}
.inner h3 {
  margin-bottom: 2.4rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: #333;
}
.inner h3 span {
  color: #ff7245;
}
.inner hr {
  width: 100%;
  height: 1px;
  margin: 6.4rem 0;
  border: none;
  background-color: #d7d7d7;
}
@media only screen and (max-width: 768px) {
  .inner hr {
    margin: 3.2rem 0;
  }
}

.link-eemo {
  font-weight: 700;
  color: #333;
}
.link-eemo:hover, .link-eemo:active {
  text-decoration: underline;
}
.link-eemo span {
  color: #ff7245;
}

.btn-external {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  border: 2px solid #ffa85c;
  border-radius: 8px;
  background-color: #ffa85c;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn-external {
    margin: 0 auto;
  }
}
.btn-external::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: transparent url(../img/icon_external_off.png) center/cover no-repeat;
}
.btn-external:hover, .btn-external:active {
  opacity: 0.7;
}

.btn-caret-go,
.btn-caret-back {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  width: 170px;
  border: none;
  border: 2px solid #ffa85c;
  border-radius: 0.8rem;
  line-height: 2.25;
  font-size: 1.6rem;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn-caret-go,
  .btn-caret-back {
    margin: 0 auto;
  }
}
.btn-caret-go:hover, .btn-caret-go:active,
.btn-caret-back:hover,
.btn-caret-back:active {
  opacity: 0.7;
  cursor: pointer;
}

.btn-caret-go {
  background-color: #ffa85c;
  color: #fff;
}
.btn-caret-go::after {
  content: "";
  width: 6px;
  height: 10px;
  margin-top: 0.3rem;
  background: transparent url(../img/icon_caret_r.png) right center no-repeat;
}

.btn-caret-back {
  background-color: #fff;
  color: #ffa85c;
}
.btn-caret-back::before {
  content: "";
  width: 6px;
  height: 10px;
  margin-top: 0.3rem;
  background: transparent url(../img/icon_caret_l.png) right center no-repeat;
}

.btn-tel {
  display: inline-flex;
  align-items: center;
  border-radius: 0.8rem;
  background-color: #ff7245;
  font-weight: 900;
  color: #fff;
  transition: opacity 0.3s;
}
.btn-tel span {
  flex-grow: 1;
  text-align: center;
}
.btn-tel::before {
  content: "";
  aspect-ratio: 1;
  background: transparent url(../img/icon_tel.png) left center/contain no-repeat;
}
.btn-tel:hover, .btn-tel:active {
  opacity: 0.7;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffa85c;
  border-radius: 0.8rem;
  background-color: #fff;
  font-weight: 900;
  color: #707070;
  transition: background-color 0.3s;
}
.btn-contact span {
  flex-grow: 1;
  text-align: center;
}
.btn-contact::before {
  content: "";
  aspect-ratio: 1;
  background: transparent url(../img/icon_envelope_off.png) center/contain no-repeat;
}
.btn-contact:hover, .btn-contact:active {
  background-color: #ffa85c;
  color: #fff;
}
.btn-contact:hover::before, .btn-contact:active::before {
  background-image: url(../img/icon_envelope_on.png);
}

.btn-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background-color: #ff7245;
  border: none;
  outline: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.btn-top:hover, .btn-top:active {
  opacity: 0.7;
}
@media screen and (min-width: 1280px) {
  .btn-top {
    left: 50%;
    right: auto;
    transform: translateX(585px);
  }
}
.btn-top:hover, .btn-top:active {
  cursor: pointer;
}
.btn-top::before {
  content: "";
  position: relative;
  width: 14px;
  aspect-ratio: 1;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg) translate(-15%, 15%);
}
.btn-top span {
  visibility: hidden;
  width: 0;
  height: 0;
}
.btn-top:disabled {
  opacity: 0;
  cursor: default;
}

.page-header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 0 30px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-header {
    height: 72px;
    padding: 0 15px;
  }
}
.page-header h1 {
  width: 110px;
}
@media only screen and (max-width: 768px) {
  .page-header h1 {
    width: 90px;
  }
}
.page-header input {
  display: none;
}
.page-header label {
  display: none;
  line-height: 1;
  font-size: 1.2rem;
  color: #ff7245;
}
@media only screen and (max-width: 768px) {
  .page-header label {
    display: block;
  }
}
.page-header label span:empty {
  position: relative;
  display: block;
  width: 2.8rem;
  margin: 0 auto;
  aspect-ratio: 1;
}
.page-header label span:empty::before, .page-header label span:empty::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #ff7245;
  transform: rotate(0deg) scaleX(1);
  transition: transform 0.5s;
}
.page-header label span:empty::before {
  top: 0.6rem;
}
.page-header label span:empty::after {
  top: 2rem;
}
.page-header:has(input[type=checkbox]:checked) label span:empty::before {
  top: 1.3rem;
  transform: rotate(675deg) scaleX(1.414);
}
.page-header:has(input[type=checkbox]:checked) label span:empty::after {
  top: 1.3rem;
  transform: rotate(-675deg) scaleX(1.414);
}
@media only screen and (max-width: 768px) {
  .page-header:has(input[type=checkbox]:checked) .header-nav {
    transform: scaleY(1);
  }
}

@media only screen and (max-width: 768px) {
  .header-nav {
    position: absolute;
    left: 0;
    top: 72px;
    z-index: 10;
    width: 100%;
    height: calc(100dvh - 72px);
    background-color: rgba(255, 255, 255, 0.85);
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.5s;
  }
}
.header-nav .header-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media only screen and (max-width: 768px) {
  .header-nav .header-inner {
    flex-direction: column;
    row-gap: 3.2rem;
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .header-nav .group {
    width: 100%;
  }
}
.header-nav .group h2 {
  width: 100%;
  line-height: 1.5;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff7245;
}
@media only screen and (min-width: 1025px) {
  .header-nav .group h2 {
    line-height: 2.5;
  }
}
.header-nav .group a {
  font-size: 1.4rem;
  color: #222;
}
.header-nav .group a:hover, .header-nav .group a:active {
  text-decoration: underline;
}
.header-nav .link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .header-nav .link {
    flex-direction: column;
    border-top: 1px solid #222;
  }
}
@media only screen and (max-width: 768px) {
  .header-nav .link a {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #222;
  }
}
.header-nav .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  min-width: 176px;
  margin-left: -16px;
  border: 0.1rem solid #ff7245;
  border-radius: 2.5rem;
  background-color: #fff;
  line-height: 3;
  text-align: center;
  font-weight: 500;
  color: #222;
  transition: background-color 0.3s;
  word-break: keep-all;
}
.header-nav .contact::before {
  content: "";
  width: 29px;
  height: 22px;
  background: transparent url(../img/icon_envelope_off.png) center/contain no-repeat;
}
.header-nav .contact:hover, .header-nav .contact:active {
  background-color: #ff7245;
  color: #fff;
}
.header-nav .contact:hover::before, .header-nav .contact:active::before {
  background-image: url(../img/icon_envelope_on.png);
}

.jumbotron {
  padding-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .jumbotron {
    padding-bottom: 2.4rem;
  }
}
.jumbotron-image .jumbotron-bg-1,
.jumbotron-image .jumbotron-bg-2 {
  width: 100%;
  aspect-ratio: 5;
}
@media only screen and (max-width: 768px) {
  .jumbotron-image .jumbotron-bg-1,
  .jumbotron-image .jumbotron-bg-2 {
    aspect-ratio: 2;
  }
}
.jumbotron-image .jumbotron-bg-1 img,
.jumbotron-image .jumbotron-bg-2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jumbotron-image .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .jumbotron-image .inner {
    flex-direction: column;
    row-gap: 1.6rem;
    padding: 1.6rem;
  }
}
.jumbotron-image .inner img {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .jumbotron-image .inner img {
    width: 80%;
  }
}
.jumbotron-image .inner .text {
  width: 64%;
  container-type: inline-size;
}
@media only screen and (max-width: 768px) {
  .jumbotron-image .inner .text {
    width: 100%;
  }
}
.jumbotron-image .inner .text h1 {
  font-size: 4.2cqw;
  margin-bottom: 2cqw;
}
@media only screen and (max-width: 768px) {
  .jumbotron-image .inner .text h1 {
    font-size: 6cqw;
  }
}
.jumbotron-image .inner .text p {
  font-size: 2.15cqw;
}
@media only screen and (max-width: 768px) {
  .jumbotron-image .inner .text p {
    font-size: 4cqw;
  }
}
.jumbotron .notice {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 16px;
  padding: 0;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .jumbotron .notice {
    padding: 0 1.6rem;
  }
}
.jumbotron .notice::before {
  content: "※";
}

.customer {
  background-color: #fffbf1;
}
.customer-inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .customer-inner {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.customer-inner .text {
  width: calc(100% - 286px);
}
@media only screen and (max-width: 768px) {
  .customer-inner .text {
    width: 100%;
  }
}
.customer-inner .text figure {
  width: 100%;
  max-width: 286px;
  margin: 0 auto 1.6rem;
}
.customer-inner .text h2 {
  margin-top: -96px;
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .customer-inner .text h2 {
    margin-top: -72px;
    padding-top: 72px;
  }
}
.customer-inner p {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .customer-inner p {
    margin-bottom: 1.2rem;
  }
}
.customer-inner figure {
  width: 286px;
}
.customer-inner .btn-external {
  width: 264px;
  height: 64px;
}
@media only screen and (max-width: 768px) {
  .customer-inner .btn-external {
    width: 240px;
    height: 48px;
  }
}

.sonpo {
  background-color: #fff2d4;
}
.sonpo h1 {
  margin-bottom: 1.6rem;
}
.sonpo h2 {
  margin-top: calc(4rem - 96px);
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .sonpo h2 {
    margin-top: calc(2rem - 72px);
    padding-top: 72px;
  }
}
.sonpo hr + h2 {
  margin-top: -96px;
}
@media only screen and (max-width: 768px) {
  .sonpo hr + h2 {
    margin-top: -72px;
  }
}
.sonpo ul {
  display: flex;
  padding-left: 0;
}
.sonpo ul:nth-of-type(1) {
  justify-content: space-around;
  margin: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .sonpo ul:nth-of-type(1) {
    margin: 2rem 0;
    flex-direction: column;
    row-gap: 2.5rem;
  }
}
.sonpo ul:nth-of-type(1) li {
  width: 28%;
}
@media only screen and (max-width: 768px) {
  .sonpo ul:nth-of-type(1) li {
    width: 100%;
  }
}
.sonpo ul:nth-of-type(1) figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .sonpo ul:nth-of-type(1) figure {
    margin-bottom: 2rem;
  }
}
.sonpo ul:nth-of-type(2) {
  justify-content: space-between;
  margin: 2rem 0 7.2rem;
}
@media only screen and (max-width: 768px) {
  .sonpo ul:nth-of-type(2) {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
.sonpo ul:nth-of-type(2) li {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .sonpo ul:nth-of-type(2) li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.sonpo ul:nth-of-type(2) figure {
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sonpo ul:nth-of-type(2) figure {
    order: 1;
    margin-bottom: 1.6rem;
  }
}
.sonpo ul:nth-of-type(2) img {
  width: 100%;
}
.sonpo ul:nth-of-type(2) h3 {
  margin-bottom: 1.6rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sonpo ul:nth-of-type(2) h3 {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .sonpo ul:nth-of-type(2) p {
    order: 1;
  }
}
.sonpo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .sonpo-wrapper {
    flex-direction: column !important;
    row-gap: 1.6rem;
  }
}
.sonpo-wrapper.rev {
  flex-direction: row-reverse;
}
.sonpo-wrapper figure {
  width: 50%;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sonpo-wrapper figure {
    width: 100%;
  }
}
.sonpo-wrapper figure img {
  width: 100%;
}
.sonpo-wrapper .text {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .sonpo-wrapper .text {
    width: 100%;
  }
}
.sonpo-wrapper .text p {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .sonpo-wrapper .text p {
    margin-bottom: 1.6rem;
  }
}
.sonpo-wrapper .text h2 {
  margin-top: -96px;
}
@media only screen and (max-width: 768px) {
  .sonpo-wrapper .text h2 {
    margin-top: -72px;
  }
}

.info {
  background-color: #fffbf1;
}
.info h1 {
  margin-top: -96px;
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .info h1 {
    margin-top: -72px;
    padding-top: 72px;
  }
}
.info-wrapper {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
}
.info-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .info-wrapper > div {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.info-date {
  width: 120px;
  font-weight: 900;
  color: #333;
}
.info-content {
  width: calc(100% - 120px);
  color: #333;
}
@media only screen and (max-width: 768px) {
  .info-content {
    width: 100%;
    margin-top: -2rem;
  }
}
.info-content h2 {
  margin-bottom: 1.6rem;
  padding-left: 0;
  background-image: none;
  font-size: 1.6rem;
  color: inherit;
}
.info-content h2:empty {
  display: none;
}
.info-content a {
  word-break: break-all;
}

.top2col {
  background: transparent url(../img/bg_top.jpg) center/cover no-repeat;
}
.top2col > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top2col > div {
    flex-direction: column;
    row-gap: 2.8rem;
  }
}
.top2col .inner h1 {
  margin-top: -96px;
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .top2col .inner h1 {
    margin-top: -72px;
    padding-top: 72px;
  }
}
.top2col .inner p {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .top2col .inner p {
    margin-bottom: 1.6rem;
  }
}
.top2col .inner a {
  font-size: 2rem;
}
@media only screen and (min-width: 1025px) {
  .top2col .inner a {
    font-size: 2.4rem;
  }
}
.top2col .inner a::before {
  width: 29px;
}
@media only screen and (max-width: 768px) {
  .top2col .inner a::before {
    width: 22px;
  }
}
.top2col .inner:nth-of-type(1) {
  width: 50%;
  margin: 0;
}
.top2col .inner:nth-of-type(1) a {
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  width: 344px;
  height: 64px;
}
@media only screen and (min-width: 1025px) {
  .top2col .inner:nth-of-type(1) a {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .top2col .inner:nth-of-type(1) a {
    width: 100%;
    height: 48px;
    font-size: min(2rem, 5vw);
  }
}
.top2col .inner:nth-of-type(2) {
  width: 43.75%;
  margin: 0;
}
.top2col .inner:nth-of-type(2) a {
  width: 100%;
  max-width: 364px;
  height: 64px;
}
@media only screen and (max-width: 768px) {
  .top2col .inner:nth-of-type(2) a {
    width: 100%;
    height: 48px;
    font-size: min(2rem, 5vw);
  }
}
.top2col .inner:nth-of-type(2) a:nth-of-type(1) {
  padding: 0 1.4rem;
}
.top2col .inner:nth-of-type(2) a:nth-of-type(2) {
  margin-top: 1.2rem;
  padding: 0 1.3rem;
}
@media only screen and (max-width: 768px) {
  .top2col .inner {
    width: 100% !important;
  }
}

article {
  line-height: 1.8;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  article {
    font-size: 1.6rem;
  }
}
article h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.7rem;
  padding: 45px 0 60px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 768px) {
  article h1 {
    padding: 25px 0 30px;
    font-size: 2.4rem;
  }
}
article h1::after {
  content: "";
  width: 78px;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  article h1::after {
    width: 60px;
  }
}
article h2 {
  padding: 30px 0 50px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  color: #604808;
}
@media only screen and (max-width: 768px) {
  article h2 {
    padding: 15px 0 25px;
  }
}

.page-inner {
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-inner {
    padding: 0 1.6rem;
  }
}

.page-2col {
  display: flex;
  flex-wrap: wrap;
}
.page-2col-header {
  width: 240px;
  padding: 60px 20px 60px 0;
  border-top: 1px solid #eee;
  text-align: center;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .page-2col-header {
    width: 100%;
    padding: 30px 0;
  }
}
.page-2col-header h2 {
  padding-top: 0;
}
.page-2col-text {
  width: calc(100% - 240px);
  padding: 60px 0 60px 40px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  .page-2col-text {
    width: 100%;
    padding: 30px 1.6rem 0;
    border-left: none;
  }
}
.page-2col-text h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.page-2col-text p {
  margin-bottom: 2rem;
}
.page-2col-combine {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 40px;
}

.profile {
  font-family: "Noto Serif JP", serif;
}
.profile-intro {
  display: flex;
  margin-bottom: 50px;
  padding: 30px max(30px, 50% - 585px) 40px;
  background-color: #316745;
}
@media only screen and (max-width: 768px) {
  .profile-intro {
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
    margin-bottom: 25px;
    padding: 1.6rem 1.6rem 2rem;
  }
}
.profile-intro div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  width: 52%;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .profile-intro div:nth-of-type(1) {
    row-gap: 1rem;
    width: 100%;
    padding-top: 0;
  }
}
.profile-intro div:nth-of-type(2) {
  width: 48%;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .profile-intro div:nth-of-type(2) {
    width: 100%;
    padding-right: 0;
  }
}

.signature {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  margin-left: auto;
}
.signature > div:nth-of-type(1), .signature > div:nth-of-type(3) {
  width: 62.5%;
}
.signature > div:nth-of-type(2), .signature > div:nth-of-type(4), .signature > div:nth-of-type(5) {
  width: 37.5%;
}
.signature > div:nth-of-type(5) {
  margin-left: auto;
  padding-left: 1.8rem;
}

.page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 70px;
  padding: 30px max(30px, 50% - 585px);
  background-color: #316745;
}
@media only screen and (max-width: 768px) {
  .page-nav {
    margin-bottom: 35px;
    padding: 1.6rem;
  }
}
.page-nav:has(.col2) {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.page-nav:has(.col4) {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-nav:has(.col4) {
    gap: 20px;
  }
}
.page-nav a {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #000;
  transition: background-color 0.3s;
}
.page-nav a:hover, .page-nav a:active {
  background-color: #eee;
}
.page-nav .col2 {
  width: calc(50% - 10px);
  max-width: 370px;
}
.page-nav .col4 {
  width: 22%;
}
@media only screen and (max-width: 768px) {
  .page-nav .col4 {
    width: calc(50% - 10px);
  }
}

.car {
  font-family: "Noto Serif JP", serif;
}
.car h2 {
  width: 11.4rem;
  margin: 20px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #604808;
  text-align: left;
  font-size: 2rem;
  color: #604808;
}
.car h3 {
  display: flex;
  margin-top: 10px;
  padding: 10px 10px 10px 20px;
  font-size: 2.4rem;
  font-weight: normal;
  background-color: #316745;
  color: #fff;
}
.car h3 span {
  margin-top: -96px;
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .car h3 span {
    margin-top: -72px;
    padding-top: 72px;
  }
}
.car-list {
  width: 100%;
  padding: 0 20px;
  border: 1px solid #316745;
  font-size: 1.6rem;
}
.car-list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .car-list > li {
    row-gap: 20px;
    justify-content: space-between;
  }
}
.car-list > li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #9f9f9f;
}
@media only screen and (max-width: 768px) {
  .car-list > li:not(:last-of-type) {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.car-list > li div {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  .car-list > li div {
    width: 100%;
  }
}
.car-list > li div h4 {
  margin-bottom: -1px;
  padding: 0.3em 0.3em 0.3em 1em;
  border: 1px solid #9c9c9c;
  background-color: #EEECE1;
  font-weight: 600;
  font-size: 1.8rem;
}
.car-list > li figure {
  width: 23%;
}
@media only screen and (max-width: 768px) {
  .car-list > li figure {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .car-list > li figure:empty {
    display: none;
  }
}
.car-list > li figure img {
  display: block;
  width: 100%;
}
.car-list:nth-of-type(1) + p {
  margin-top: 100px;
}
.car-list:nth-of-type(2) + p {
  margin: 20px 0 50px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.cartype-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 0.3em 0.3em 0.3em 1em;
  border: 1px solid #9c9c9c;
}
.car .notice {
  text-align: right;
  font-size: 1.2rem;
}

.company {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 768px) {
  .company {
    flex-direction: column;
    row-gap: 2rem;
    margin-bottom: 3rem;
  }
}
.company iframe {
  display: block;
  width: 60%;
  aspect-ratio: 1.75;
  border: none;
}
@media only screen and (max-width: 768px) {
  .company iframe {
    width: 100%;
  }
}
.company-info {
  width: 38%;
}
@media only screen and (max-width: 768px) {
  .company-info {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.company-info h2 {
  padding: 30px 0 50px;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  .company-info h2 {
    padding: 15px 0 25px;
  }
}
.company-table {
  display: flex;
  flex-wrap: wrap;
}
.company-table > div:nth-of-type(odd) {
  display: flex;
  align-items: center;
  width: 11.2rem;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .company-table > div:nth-of-type(odd) {
    width: 9.2rem;
    padding: 1rem;
  }
}
.company-table > div:nth-of-type(even) {
  width: calc(100% - 11.2rem);
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .company-table > div:nth-of-type(even) {
    width: calc(100% - 9.2rem);
    padding: 1rem;
  }
}
.company-group {
  padding-bottom: 40px;
  border-top: 1px solid #eee;
  background-color: #f6f6f6;
  font-family: "Noto Serif JP", serif;
}
.company-group > p {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .company-group > p {
    margin-bottom: 30px;
  }
}
.company-group-info {
  display: flex;
  background: transparent linear-gradient(#ddd, #ddd) center/1px 100% no-repeat;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .company-group-info {
    flex-direction: column;
    row-gap: 25px;
    margin-bottom: 30px;
    background: none;
  }
}
.company-group-info > div {
  width: 50%;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .company-group-info > div {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.company-group-info > div:not(:last-of-type) {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.company-group-info > div p:nth-of-type(1) {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .company-group-info > div p:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
.company-group-info > div p:nth-of-type(1) img {
  margin: 0 auto;
}
.company-group-info h3 {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .company-group-info h3 {
    margin-bottom: 20px;
  }
}
.company-group-info h3 img {
  margin: 0 auto;
}
.company-group-info iframe {
  display: block;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 16/9;
  margin: 0 auto 20px;
  border: none;
}
.company-office {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .company-office {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.company-office h3 {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .company-office h3 {
    margin-bottom: 0;
  }
}
.company-office > div,
.company-office figure {
  width: 50%;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .company-office > div,
  .company-office figure {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .company-office > div {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .company-office figure {
    padding: 0 1.6rem;
  }
}
.company-office .company-table {
  border-top: 2px solid #000;
  padding: 0 1.6rem;
}
@media only screen and (max-width: 768px) {
  .company-office .company-table {
    padding: 0 1.6rem;
  }
}
.company-office iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.beginner h2 {
  font-family: "Noto Serif JP", serif;
}
.beginner h2[id] {
  margin-top: -96px;
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .beginner h2[id] {
    margin-top: -72px;
    padding-top: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .beginner {
    padding-bottom: 30px;
  }
}
.beginner-intro {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 768px) {
  .beginner-intro {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text {
    border-top: none;
  }
}
.beginner .page-2col-text h3 {
  margin-bottom: 2rem;
  padding-bottom: 10px;
  background: transparent linear-gradient(to right, #604808 0%, #604808 100%) left bottom/114px 2px no-repeat;
  text-align: left;
  font-size: 2rem;
  color: #604808;
  font-family: "Noto Serif JP", serif;
}
.beginner .page-2col-text h3:nth-of-type(n+2) {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text h3:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.beginner .page-2col-text h3[id] {
  margin-top: -76px;
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text h3[id] {
    margin-top: -62px;
    padding-top: 72px;
  }
}
.beginner .page-2col-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.beginner .page-2col-text > p:last-child {
  margin-bottom: 0;
}
.beginner .page-2col-text dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  margin: 0 0 15px;
  font: 1.4rem/2.3 "Noto Sans JP", sans-serif;
}
.beginner .page-2col-text dl dt {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text dl dt {
    width: 9rem;
  }
}
.beginner .page-2col-text dl dd {
  width: 85%;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #9c9c9c;
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text dl dd {
    width: calc(100% - 9rem);
    padding-left: 10px;
  }
}
.beginner .page-2col-text .note p {
  margin-bottom: 15px;
}
.beginner .page-2col-text .note p span {
  font-weight: bold;
}
.beginner .page-2col-text .table-wrapper {
  margin-bottom: 3rem;
  overflow-x: auto;
}
.beginner .page-2col-text .table-wrapper table {
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 100%;
  border: 1px solid #9c9c9c;
  line-height: 2.3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.beginner .page-2col-text .table-wrapper th, .beginner .page-2col-text .table-wrapper td {
  padding: 0.3rem 0.3rem 0.3rem 1rem;
  border: 1px solid #9c9c9c;
  text-align: left;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text .table-wrapper th span, .beginner .page-2col-text .table-wrapper td span {
    word-break: keep-all;
  }
}
.beginner .page-2col-text .table-wrapper th {
  width: 20%;
}
.beginner .page-2col-text .table-wrapper td:nth-of-type(1) {
  width: 64%;
}
.beginner .page-2col-text .table-wrapper td:nth-of-type(2) {
  width: 16%;
}
.beginner .page-2col-text ul {
  margin-bottom: 60px;
  padding-left: 0;
}
.beginner .page-2col-text ul li {
  margin-bottom: 4rem;
  list-style: disc inside;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text ul li {
    margin-bottom: 2rem;
  }
}
.beginner .page-2col-text ul li span {
  font-weight: 700;
}
.beginner .page-2col-text .indent {
  display: inline-flex;
  width: 1.4rem;
  aspect-ratio: 1;
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text .indent {
    display: none;
  }
}
.beginner .page-2col-text .telbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  width: 80%;
  margin-bottom: 2rem;
  padding: 2rem;
  border: solid 8px #316745;
  background-color: #fff;
}
@media screen and (min-width: 1060px) {
  .beginner .page-2col-text .telbox {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text .telbox {
    width: 100%;
  }
}
.beginner .page-2col-text .telbox p {
  margin-bottom: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.beginner .page-2col-text .telbox p:nth-of-type(1), .beginner .page-2col-text .telbox p:nth-of-type(3) {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text .telbox p:nth-of-type(1), .beginner .page-2col-text .telbox p:nth-of-type(3) {
    font-size: 1.5rem;
  }
}
.beginner .page-2col-text .telbox p:nth-of-type(2) {
  line-height: 0.67;
  font-size: 4.8rem;
  font-weight: 600;
  color: #f00;
}
.beginner .page-2col-text .telbox p:nth-of-type(2) a {
  color: inherit;
}
.beginner .page-2col-text .telbox p:nth-of-type(2) a:hover, .beginner .page-2col-text .telbox p:nth-of-type(2) a:active {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .beginner .page-2col-text .telbox p:nth-of-type(2) {
    font-size: 3.6rem;
  }
}
.beginner .page-2col-text a:has(img) {
  display: block;
  width: 253px;
}

.privacy {
  font-family: "Noto Sans JP", sans-serif;
}
.privacy h2 {
  margin-bottom: 2rem;
  padding-bottom: 10px;
  background: transparent linear-gradient(to right, #604808 0%, #604808 100%) left bottom/114px 2px no-repeat;
  text-align: left;
  font-size: 2rem;
  color: #604808;
  margin-top: 4rem;
  padding-top: 0;
}
.privacy p {
  line-height: 2.3;
  font-size: 1.4rem;
}
.privacy p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.privacy ol {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.privacy li {
  list-style-type: lower-roman;
  line-height: 2.3;
  font-size: 1.4rem;
}

.contact .page-2col-header {
  padding: 20px 20px;
}
.contact .page-2col-header span {
  font-weight: 700;
  color: #e00;
}
@media only screen and (max-width: 768px) {
  .contact .page-2col-header {
    padding: 30px 0;
  }
}
.contact .page-2col-text {
  padding: 20px 20px;
}
@media only screen and (max-width: 768px) {
  .contact .page-2col-text {
    border-top: none;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.contact .page-2col-text input,
.contact .page-2col-text textarea {
  display: block;
  width: 100%;
  padding: 0.3rem;
  border: 0.1rem solid #222;
  border-radius: 0.4rem;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: inherit;
  color: #222;
}
.contact .page-2col-text input:focus,
.contact .page-2col-text textarea:focus {
  outline: none;
}
.contact .page-2col-text textarea {
  min-height: calc(3lh + 0.8rem);
  resize: vertical;
  field-sizing: content;
}
.contact .page-2col-combine:has(button) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
.contact p {
  margin-bottom: 0;
}
.contact .error {
  font-weight: 700;
  color: #e00;
}

.page-footer {
  position: sticky;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3.2rem;
  width: 100%;
  padding: 4.8rem max(0px, 50% - 560px);
}
@media only screen and (max-width: 768px) {
  .page-footer {
    flex-direction: column;
    row-gap: 2rem;
    padding: 2.4rem 1.6rem;
  }
}
.page-footer h1 {
  width: 100%;
}
.page-footer h1 a {
  display: block;
  width: 126px;
}
.page-footer .group:nth-of-type(1) {
  margin-right: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .page-footer .group:nth-of-type(1) {
    margin-right: 0;
  }
}
.page-footer .group:nth-of-type(3) {
  margin-right: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .page-footer .group:nth-of-type(3) {
    margin-right: 0;
  }
}
.page-footer .group h2 {
  width: 100%;
  line-height: 1.5;
  word-break: keep-all;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff7245;
}
@media only screen and (min-width: 1025px) {
  .page-footer .group h2 {
    line-height: 2.5;
  }
}
.page-footer .group a {
  font-size: 1.4rem;
  color: #222;
}
.page-footer .group a:hover, .page-footer .group a:active {
  text-decoration: underline;
}
.page-footer .link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-footer .link {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.page-footer .link hr {
  width: 1px;
  height: 2.1rem;
  margin: 0;
  border: none;
  background-color: #000;
}
.page-footer .link img {
  display: block;
  height: 34px;
}
.page-footer small {
  width: 100%;
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}