@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Arial", "Yu Gothic", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

body {
  color: #1B224C;
}

body.is-fixed {
  position: fixed;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.7777777778vw;
  }
}
@media (min-width: 900px) {
  html {
    font-size: 16px;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.blog__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8125rem 0;
  margin-top: 1.6875rem;
}

.blog__item a {
  display: grid;
  grid-template-columns: 35% 60%;
  gap: 0 5%;
}

.blog__img {
  aspect-ratio: 150/110;
  width: 100%;
  height: auto;
  position: relative;
  max-width: 9.375rem;
}

.blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__category {
  color: #fff;
  background: #1B224C;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.25rem 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
}

.blog__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog__head {
  font-size: 1rem;
  line-height: 1.6875;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
}

.blog__date {
  font-size: 0.75rem;
}

.case {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1B224C;
}
@media screen and (min-width: 768px) {
  .case {
    padding-top: 3.375rem;
    padding-bottom: 3.75rem;
  }
}

.case__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem 0;
  margin: 3.125rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .case__items {
    max-width: inherit;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.875rem;
    margin-top: 7.625rem;
  }
}

.case__item {
  display: flex;
  flex-direction: column;
}

.case__head {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8125;
  flex-grow: 1;
}

.case__img {
  aspect-ratio: 280/171;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}

.case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case__text-top {
  color: #1B224C;
  display: grid;
  grid-template-columns: 36% 62%;
  gap: 0 2%;
  font-size: 1rem;
  line-height: 1.8125;
  margin-top: 1.0625rem;
}

.case__text-l {
  background: #fff;
  padding: 0.1875rem 0.625rem;
}

.case__text-r {
  background: #fff;
  padding: 0.1875rem 0.9375rem;
}

.case__text-bottom {
  font-size: 1rem;
  line-height: 1.8125;
  background: #fff;
  padding: 0 0.8125rem;
  margin-top: 0.625rem;
}

.cta__top {
  background: url(../images/contact.jpg) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding: 5% 0 2.5%;
}

.cta img {
  width: 100%;
  height: 100%;
}

.cta__text {
  color: #fff;
  width: 100%;
}

.cta__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6875;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 2rem;
  }
}

.cta__button {
  background: #F5A623;
  border-radius: 30px;
  width: 17.5rem;
  margin: 0.9375rem auto 0;
  padding: 0.75rem 0;
  text-align: center;
  display: block;
}

.cta__cta {
  font-size: 1rem;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-top: 1.25rem;
}

.cta__bottom {
  padding: 1.5625rem 0 1.25rem;
}

.cta__bottom-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .cta__bottom-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 0;
    align-items: end;
  }
}

.cta__bottom-top {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .cta__bottom-top {
    text-align: right;
  }
}

.cta__bottom-middle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.cta__bottom-bottom {
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .cta__bottom-bottom {
    text-align: left;
  }
}

.faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 1.25rem;
    padding-bottom: 3.125rem;
  }
}

.accordion {
  position: relative;
  width: 100%;
  max-width: inherit;
  margin: 1.4375rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .accordion {
    max-width: inherit;
  }
}

.accordion-item:first-of-type {
  border-top: 1px solid #1B224C;
}

.accordion-item {
  border-bottom: 1px solid #1B224C;
}

.accordion-title {
  font-size: 1rem;
  line-height: 1.6875;
  padding: 1.375rem 0;
  position: relative;
  padding-right: 14%;
}
@media screen and (min-width: 768px) {
  .accordion-title {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .accordion-title:hover {
    cursor: pointer;
  }
}

.accordion-content {
  display: none;
  background: #F8F8F8;
  font-size: 1rem;
  line-height: 1.6875;
  padding: 1.125rem 1.625rem;
  margin-bottom: 1.0625rem;
}

.accordion-icon-wrapper {
  position: absolute;
  transform: translatey(-50%);
  width: 1.5625rem;
  height: 1.5625rem;
  right: 2%;
  top: 48%;
}

.accordin-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.accordion-icon::before,
.accordion-icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #1B224C;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

/* そのうち1本を縦にする */
.accordion-icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.accordion-icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 3.4375rem;
    padding-bottom: 3.125rem;
  }
}

.flow__items {
  max-width: 34.375rem;
  margin: 2.6875rem auto 0;
}
@media screen and (min-width: 768px) {
  .flow__items {
    max-width: inherit;
  }
}

.flow__item {
  display: grid;
  grid-template-columns: 1fr;
  background: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .flow__item {
    display: grid;
    grid-template-columns: 31% 69%;
    align-items: center;
  }
}

.flow__item + .flow__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .flow__item + .flow__item {
    margin-top: 0.375rem;
  }
}

.flow__item-l {
  display: grid;
  grid-template-columns: 23% 77%;
  position: relative;
}

.flow__number {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5A623;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .flow__number {
    font-size: 1rem;
  }
}

.flow__head {
  font-size: 0.875rem;
  line-height: 2.22222;
  font-weight: 700;
  padding: 1% 10%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__head {
    font-size: 1.125rem;
    padding: 6% 10%;
  }
}

.flow__head::after {
  position: absolute;
  content: "";
  background: #c3c3c3;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .flow__head::after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1px;
    height: 50%;
  }
}

.flow__item-r {
  font-size: 0.75rem;
  padding: 3% 5%;
}
@media screen and (min-width: 768px) {
  .flow__item-r {
    padding: 0 9%;
    font-size: 1rem;
  }
}

.footer .inner {
  max-width: 62.5rem;
}

.footer__top {
  background-color: #1B224C;
  color: #fff;
  padding-top: 2.1875rem;
  padding-bottom: 3.125rem;
  text-align: center;
}

.footer__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .footer__items {
    grid-template-columns: 46% 22%;
    gap: 0 32%;
  }
}

.footer__l {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .footer__l {
    text-align: left;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0.625rem;
    align-items: self-start;
  }
}

@media screen and (min-width: 768px) {
  .footer__menu {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .footer__menu:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
}

.footer__menu a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
}

@media screen and (min-width: 768px) {
  .footer__r {
    text-align: right;
  }
}

.footer__logo {
  width: 12.3125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-left: auto;
    margin-right: 0;
  }
}

.footer__tel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 700;
  margin: 1.25rem auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    margin-right: 0;
    margin-left: auto;
  }
}

.footer__tel::after {
  position: absolute;
  content: "";
  background: url(../images/icon-tel-white.svg) no-repeat center left/contain;
  width: 0.625rem;
  height: 0.9375rem;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.footer__text {
  font-size: 0.75rem;
  line-height: 1.66666;
  margin-top: 1.25rem;
}

.footer__bottom {
  padding: 0.3125rem 0;
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    text-align: right;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  height: 3.75rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 0 0.625rem;
}

.header__logo {
  width: 8.5rem;
  margin-left: 0.3125rem;
}

.header__drawer {
  z-index: 9999;
}
@media screen and (min-width: 1024px) {
  .header__drawer {
    display: none;
  }
}

.header__drawer span {
  position: relative;
  display: block;
  height: 0.125rem;
  width: 1.5rem;
  background-color: #1B224C;
  transition: ease 0.3s;
}

.header__drawer span:nth-child(1) {
  top: 0;
}

.header__drawer span:nth-child(2) {
  margin: 0.25rem 0;
}

.header__drawer span:nth-child(3) {
  top: 0;
}

.header__drawer.is-open span:nth-child(1) {
  top: 1rem;
  transform: rotate(-45deg);
  transition: 0.5s;
  background-color: #1B224C;
}

.header__drawer.is-open span:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}

.header__drawer.is-open span:nth-child(3) {
  top: 0.1875rem;
  transform: rotate(45deg);
  transition: 0.5s;
  background-color: #1B224C;
}

.sp-nav {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8888;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 1024px) {
  .sp-nav {
    display: none;
  }
}

.sp-nav__inner {
  max-width: 12.5rem;
  margin: 0 auto;
  overflow: scroll;
}

.sp-nav.is-open {
  pointer-events: auto;
  opacity: 1;
}

.sp-nav__items {
  padding-top: 12.3125rem;
  padding-bottom: 0.625rem;
  height: 100vh;
}

.sp-nav__link {
  display: block;
  font-weight: 500;
  width: 100%;
  color: #1B224C;
  padding-bottom: 3.0625rem;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 5px;
}

.sp-nav__link:hover {
  transition: opacity 0.3s;
  opacity: 0.6;
}

.sp-nav__link.header-button {
  color: #fff;
  padding: 0.875rem 1.375rem;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.sp-nav__item:last-of-type .header-button {
  background-color: #1B224C;
}

.pc-nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 1024px) {
  .pc-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
}

.pc-nav__items,
.pc-nav__contact {
  height: inherit;
  display: flex;
  align-items: center;
}

.pc-nav__item {
  height: inherit;
  display: flex;
  align-items: center;
}

.pc-nav__link {
  height: inherit;
  color: #1B224C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1.75rem;
}

.header-button {
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #F5A623;
  color: #fff;
  padding: 0.875rem 3.3vw;
  border-radius: 5px;
  height: initial;
  transform-origin: left top;
  transition: opacity 0.3s;
  margin-left: 0.8125rem;
}

.pc-nav__contact .pc-nav__item:last-of-type .header-button {
  background-color: #1B224C;
  padding: 0.875rem 2vw;
}

.pc-nav__link.header-button:hover {
  opacity: 0.8;
}

.pc-nav__contact span {
  display: block;
  text-align: right;
}

.pc-nav__contact span:first-child {
  font-size: 0.75rem;
  line-height: 1.66666;
  margin-top: 0.875rem;
}

.pc-nav__contact span:nth-child(2) {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  display: flex;
  align-items: center;
}

.pc-nav__contact li span img {
  width: 0.625rem;
  height: 0.9375rem;
  display: inline-block;
  margin-right: 0.3125rem;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 950px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.intro {
  background: #1B224C;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.intro__head {
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro__head {
    font-size: 2.25rem;
  }
}

.intro__middle {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  margin: 1.875rem auto 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.16666;
}
@media screen and (min-width: 768px) {
  .intro__middle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 40.9375rem;
    font-size: 1.125rem;
    margin: 2.75rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .intro__middle-item:last-of-type {
    padding-right: 24%;
  }
}

.intro__middle-item + .intro__middle-item {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .intro__middle-item + .intro__middle-item {
    margin-top: 0;
  }
}

.intro__bottom {
  background: #fff;
  padding: 0.3125rem 0.3125rem;
  text-align: center;
  max-width: 34.375rem;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .intro__bottom {
    max-width: inherit;
    margin: 4.375rem auto 0;
    padding: 0.75rem 1rem;
  }
}

.intro__bottom-inner {
  background: #fff;
  border: 5px solid #1B224C;
  padding: 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .intro__bottom-inner {
    padding: 0.625rem 0.625rem 1.4375rem;
  }
}

.intro__bottom-head {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.38888;
}
@media screen and (min-width: 768px) {
  .intro__bottom-head {
    font-size: 2.25rem;
    letter-spacing: -0.5px;
  }
}

.intro__bottom-head span {
  background: linear-gradient(transparent 75%, #F5A623 75%);
}

.intro__bottom-text {
  font-size: 0.875rem;
  line-height: 1.72222;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .intro__bottom-text {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.kv {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .kv {
    margin-top: 5rem;
  }
}

.kv img {
  width: 100%;
  height: 100%;
}

.kv__text {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

.kv__text-main {
  font-size: 12vw;
  font-weight: 700;
  line-height: 1.35416;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv__text-main {
    font-size: min(3.4vw, 48px);
  }
}

.kv__text-sub {
  font-size: max(4vw, 18px);
  line-height: 1.72222;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .kv__text-sub {
    font-size: 1.125rem;
  }
}

.kv__button {
  background: #F5A623;
  border-radius: 30px;
  width: 16.25rem;
  margin: 2.8125rem auto 0;
  padding: 1.125rem 0;
  text-align: center;
  display: block;
}

.kv__contact {
  font-size: 1rem;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-top: 1.25rem;
}

.news__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem 0;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .news__items {
    gap: 3.4375rem 0;
  }
}

.news__date {
  font-size: 0.75rem;
}

.news__head {
  font-size: 1rem;
  line-height: 1.6875;
  text-decoration: underline;
}

.posts {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .posts {
    padding-top: 2.1875rem;
    padding-bottom: 7.375rem;
  }
}

.posts__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem 0;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .posts__wrapper {
    grid-template-columns: 48% 45%;
    gap: 0 7%;
    max-width: inherit;
  }
}

.strengths {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .strengths {
    padding-top: 3.3125rem;
    padding-bottom: 2.1875rem;
  }
}

.strengths__items {
  max-width: 34.375rem;
  margin: 3.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .strengths__items {
    max-width: inherit;
  }
}

.strengths__item {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .strengths__item {
    display: grid;
    grid-template-columns: 56% 39%;
    gap: 0 5%;
  }
}

.strengths__item + .strengths__item {
  margin-top: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .strengths__item:nth-of-type(2) {
    grid-template-columns: 39% 56%;
  }
}

@media screen and (min-width: 768px) {
  .strengths__item:nth-of-type(2) .strengths__text {
    order: 2;
  }
}

.strengths__number {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #F5A623;
  font-size: 0.75rem;
  line-height: 1.66666;
  padding: 0.3125rem 1.75rem;
}

.strengths__head {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strengths__head {
    font-size: 1.5rem;
    margin-top: 1.875rem;
    line-height: 1.6;
    letter-spacing: 2px;
  }
}

.strengths__detail {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strengths__detail {
    margin-top: 1.75rem;
  }
}

.strengths__img {
  aspect-ratio: 350/240;
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strengths__img {
    margin-top: 0;
  }
}

.strengths__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .strengths__item:nth-of-type(2) .strengths__img {
    order: 1;
  }
}

.strengths__bottom {
  background: url(../images/strengths04.jpg) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding: 2.5rem 0;
  text-align: center;
  margin: 3.125rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .strengths__bottom {
    max-width: inherit;
    margin-top: 5.75rem;
    padding: 3.5rem 0;
  }
}

.strengths__bottom-text p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .strengths__bottom-text p {
    font-size: 1.5rem;
  }
}

.strengths__bottom-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  width: 12.5rem;
  margin: 1.375rem auto 0;
  border: 1px solid #fff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .strengths__bottom-text a {
    font-size: 1rem;
  }
}

.title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.38888;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 2.125rem;
  }
}

.title.case__title {
  color: #fff;
}

.title.blog__title,
.title.news__title {
  text-align: left;
}

.b-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.38888;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .b-title {
    font-size: 2rem;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 5rem;
  }
}

.fv img {
  width: 100%;
  height: 100%;
}

.fv__title {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

.fv__title h1 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.breadcrumb__wrapper {
  padding-top: 1.0625rem;
  padding-bottom: 0.625rem;
  background: #F8F8F8;
}

.breadcrumb__inner {
  padding: 0 0.625rem;
  width: 100%;
  margin: 0 auto;
  max-width: 40.625rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb__inner {
    max-width: 86.25rem;
    padding: 0.9375rem 1.875rem;
  }
}

.breadcrumb span {
  font-size: 0.75rem;
}

.breadcrumb span[property=name] {
  display: inline-block;
  max-width: 3.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .breadcrumb span[property=name] {
    max-width: 6.25rem;
  }
}

.breadcrumb span:first-of-type {
  margin-right: 0.25rem;
}

.breadcrumb span:nth-of-type(2) {
  margin-left: 0.25rem;
}

.breadcrumb a span {
  text-decoration: underline;
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb .current-item {
  color: #242424;
}

.plan01 {
  padding-top: 3.3125rem;
  padding-bottom: 3.125rem;
}

.plan01__items {
  margin: 3.4375rem auto 0;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 25rem;
  gap: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .plan01__items {
    grid-template-columns: 42% 16% 42%;
    gap: 0;
    max-width: 41.25rem;
  }
}

.plan01__item-t,
.plan01__item-b {
  color: #fff;
  background: #1B224C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 1.8125rem 0;
}

.plan01__item-m {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan01__item-m img {
  width: 1.875rem;
  height: auto;
}

.plan01__text {
  font-size: 1rem;
  line-height: 1.6875;
  margin: 2.5rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .plan01__text {
    max-width: inherit;
  }
}

.plan02 {
  padding-top: 2.625rem;
  padding-bottom: 3.75rem;
}

.plan02__items-wrapper {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.plan02__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 0.4375rem;
  margin-top: 4.0625rem;
  width: 56.25rem;
}

.plan02__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 0.5px solid #1B224C;
}

.plan02__item:not(:nth-of-type(3)) {
  margin-top: 16%;
}

.plan02__item-head {
  color: #fff;
  background: #1B224C;
  padding: 0.5rem 0 0.875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.1875;
}

.plan02__item:nth-of-type(3) .plan02__item-head {
  background: #F5A623;
}

.plan02__item-top {
  background: #F5A623;
  color: #fff;
  padding-top: 1.25rem;
  line-height: 1;
}

.plan02__item-body {
  padding: 1.5625rem 0 4.375rem;
}

.plan02__item-price {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
}

.plan02__item-orange .plan02__item-price {
  color: #F5A623;
}

.plan02__item-price-sub {
  font-size: 1rem;
  line-height: 1.6875;
}

.plan02__detail {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 2.375rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8125rem 0;
}

.plan02__item:not(:last-of-type) .plan02__detail {
  padding: 0 10% 0 21%;
}

.plan02__detail li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.plan02__item:not(:last-of-type) .plan02__detail li::before {
  position: absolute;
  content: "";
  background: url(../images/icon-check.png) no-repeat center left/contain;
  width: 1.25rem;
  height: 0.6875rem;
  top: 50%;
  left: -16%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.b-blog {
  padding-top: 3.125rem;
  padding-bottom: 2.8125rem;
}

.b-blog__items {
  margin: 3.5625rem auto 0;
  max-width: 34.375rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .b-blog__items {
    max-width: inherit;
    gap: 3.75rem 0;
  }
}

.b-blog__item a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .b-blog__item a {
    grid-template-columns: 26.5% 67.8%;
    gap: 0 5.7%;
  }
}

.b-blog__img {
  aspect-ratio: 240/179;
  width: 100%;
  height: auto;
  position: relative;
  max-width: 15rem;
}

.b-blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-blog__category {
  color: #fff;
  font-size: 0.75rem;
  background: #1B224C;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
}

.b-blog__text {
  display: flex;
  flex-direction: column;
}

.b-blog__date {
  font-size: 1rem;
  line-height: 1;
}

.b-blog__title {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .b-blog__title {
    font-size: 1.625rem;
  }
}

.b-blog__detail p {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
  margin-top: 0.5rem;
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 6.6875rem;
}

.pagination__arrow {
  display: inline-block;
  width: 11px;
  height: 18px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #1B224C;
}

.page-numbers.current {
  color: #fff;
  background-color: #1B224C;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
}

.prev,
.next {
  display: none;
}

.wrapper__blog {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .wrapper__blog {
    margin-top: 5rem;
  }
}

.blog-detail {
  padding-top: 1.5625rem;
  max-width: 34.375rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .blog-detail {
    max-width: 56.25rem;
    margin: 0 auto;
    grid-template-columns: 65% 30%;
    gap: 0 4.5%;
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
  }
}

.blog-detail__main-inner {
  padding: 0 1.875rem 3.5625rem;
  max-width: 43.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .blog-detail__main-inner {
    padding: 0;
    max-width: inherit;
  }
}

@media screen and (min-width: 768px) {
  .blog-detail__content {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #E2E2E2;
  }
}

.blog-detail__category span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.3125rem 0.9375rem;
  background: #1B224C;
}

.blog-detail__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .blog-detail__title {
    font-size: 1.75rem;
    margin-top: 1.75rem;
  }
}

.blog-detail__date {
  font-size: 0.75rem;
  margin-top: 0.625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .blog-detail__date {
    font-size: 1rem;
    margin-top: 1.25rem;
    text-align: right;
  }
}

.blog-detail__img {
  aspect-ratio: 590/370;
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
}

.blog-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-main__content figure,
.blog-main__content img {
  max-width: 36.875rem;
}

.blog-detail .blog-main__content h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .blog-detail .blog-main__content h2 {
    font-size: 1.625rem;
    padding: 0.4em;
  }
}

.blog-detail .blog-main__content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  text-indent: 0.7em;
  border-left: 3px solid #1B224C;
  padding-left: 8px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .blog-detail .blog-main__content h3 {
    font-size: 1.375rem;
    margin-top: 4.375rem;
  }
}

.blog-detail .blog-main__content p {
  font-size: 0.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .blog-detail .blog-main__content p {
    font-size: 1rem;
  }
}

.blog-detail .blog-main__content p:nth-of-type(2) {
  margin-top: 1.875rem;
}

.blog-detail .blog-main__content ul {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .blog-detail .blog-main__content ul {
    margin-top: 4.375rem;
  }
}

.blog-detail .blog-main__content li {
  font-size: 0.875rem;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-detail .blog-main__content li {
    font-size: 1rem;
  }
}

.blog-detail .blog-main__content li::before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #F5A623;
  top: 0.5em;
  left: 0%;
}

.blog-detail__button {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .blog-detail__button {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
  }
}

.blog-detail__button .button.button--prev span {
  padding: 0.75rem 1.5rem 0.5625rem 2.4375rem;
}

.blog-detail__button .button.button--next span {
  padding: 0.75rem 2.4375rem 0.5625rem 1.5rem;
}

.blog-detail__button .button.button--prev span::after {
  display: none;
}

.blog-detail__button .button.button--prev span::before {
  position: absolute;
  content: "";
  background: url(../images/button-arrow2.svg) no-repeat center left/contain;
  width: 0.3125rem;
  height: 0.625rem;
  left: 17%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .blog-detail__button .button.button--prev:hover span::before {
    left: 20%;
  }
}

.sidebar-inner {
  padding: 0 0.9375rem 2.625rem;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sidebar-inner {
    max-width: inherit;
    padding: 0;
  }
}

.sidebar__item:not(:last-of-type) {
  padding-bottom: 2.9375rem;
}

.sidebar__head {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  background: #1B224C;
  padding: 0.9375rem 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sidebar__head {
    font-size: 1.3125rem;
  }
}

.sidebar__latest {
  display: grid;
  grid-template-columns: 32.36245% 61.81229%;
  gap: 0 5.82524%;
  padding: 1.125rem 0 1.0625rem;
}
@media screen and (min-width: 768px) {
  .sidebar__latest {
    grid-template-columns: 36% 57%;
    gap: 0 7%;
    padding: 1.6875rem 0 0.8125rem;
  }
}

.sidebar__latest:not(:last-of-type) {
  border-bottom: 1px solid #E4E4E4;
}

.sidebar__latest-img {
  aspect-ratio: 100/70;
  width: 100%;
  height: auto;
}

.sidebar__latest-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar__latest-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar__latest-title {
  color: #040404;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 28px; /* 233.333% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  overflow: hidden;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .sidebar__latest-title {
    line-height: 24px;
  }
}

.sidebar__category {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  text-indent: 0.5em;
}
@media screen and (min-width: 768px) {
  .sidebar__category {
    font-size: 1rem;
  }
}

.slider__item--category .sidebar__item-inner {
  padding-left: 1.5em;
  padding-top: 1.6875rem;
}

.slider__item--category li {
  list-style: disc;
}

.pickup {
  margin-top: 6.25rem;
}

.pickup__head {
  font-size: 1.625rem;
  font-weight: 700;
}

.pickup__items {
  margin-top: 1.6875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 0;
}

.pickup__item {
  display: grid;
  grid-template-columns: 36% 59%;
  gap: 1.25rem 5%;
}

.pickup__img {
  aspect-ratio: 210/128;
  max-width: 13.125rem;
  width: 100%;
  height: auto;
  position: relative;
}

.pickup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.pickup__category {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  color: #fff;
  background: #1B224C;
  padding: 0.3125rem 0.625rem;
  z-index: 1;
}

.pickup__date {
  font-size: 1rem;
}

.pickup__title {
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
  text-decoration: underline;
  margin-top: 1.1875rem;
}

.b-news {
  padding-top: 3.25rem;
  padding-bottom: 3.125rem;
}

.b-news__items {
  max-width: 34.375rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .b-news__items {
    max-width: inherit;
  }
}

.b-news__item {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .b-news__item {
    grid-template-columns: 10% 85%;
    gap: 0.625rem 5%;
  }
}

.b-news__item {
  font-size: 1rem;
  padding: 1.25rem 0 1.1875rem;
  border-bottom: 1px solid #D5D5D5;
}

.b-news__items li:first-of-type .b-news__item {
  border-top: 1px solid #D5D5D5;
}

.b-news__title {
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 制限したい行数が3の場合 */
  overflow: hidden;
  padding-right: 3%;
}

.b-news .nav-links {
  margin-top: 4.5rem;
}

.wrapper__news {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .wrapper__news {
    margin-top: 5rem;
  }
}

.news-detail {
  padding-top: 1.5625rem;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .news-detail {
    max-width: 56.25rem;
    margin: 0 auto;
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .news-detail__content {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #E2E2E2;
  }
}

.news-detail__category span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.3125rem 0.9375rem;
  background: #1B224C;
}

.news-detail__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news-detail__title {
    font-size: 1.75rem;
    margin-top: 1.75rem;
  }
}

.news-detail__date {
  font-size: 0.75rem;
  margin-top: 0.625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .news-detail__date {
    font-size: 1rem;
    margin-top: 1.25rem;
    text-align: right;
  }
}

.news-detail__img {
  aspect-ratio: 590/370;
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
}

.news-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-main__content figure,
.news-main__content img {
  max-width: 36.875rem;
}

.news-detail .news-main__content h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-detail .news-main__content h2 {
    font-size: 1.625rem;
    padding: 0.4em;
  }
}

.news-detail .news-main__content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  text-indent: 0.7em;
  border-left: 3px solid #1B224C;
  padding-left: 8px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-detail .news-main__content h3 {
    font-size: 1.375rem;
    margin-top: 4.375rem;
  }
}

.news-detail .news-main__content p {
  font-size: 0.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-detail .news-main__content p {
    font-size: 1rem;
  }
}

.news-detail .news-main__content p:nth-of-type(2) {
  margin-top: 1.875rem;
}

.news-detail .news-main__content ul {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .news-detail .news-main__content ul {
    margin-top: 4.375rem;
  }
}

.news-detail .news-main__content li {
  font-size: 0.875rem;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-detail .news-main__content li {
    font-size: 1rem;
  }
}

.news-detail .news-main__content li::before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #F5A623;
  top: 0.5em;
  left: 0%;
}

.news-detail__button {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .news-detail__button {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
  }
}

.news-detail__button .button.button--prev span {
  padding: 0.75rem 1.5rem 0.5625rem 2.4375rem;
}

.news-detail__button .button.button--next span {
  padding: 0.75rem 2.4375rem 0.5625rem 1.5rem;
}

.news-detail__button .button.button--prev span::after {
  display: none;
}

.news-detail__button .button.button--prev span::before {
  position: absolute;
  content: "";
  background: url(../images/button-arrow2.svg) no-repeat center left/contain;
  width: 0.3125rem;
  height: 0.625rem;
  left: 17%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .news-detail__button .button.button--prev:hover span::before {
    left: 20%;
  }
}

.sidebar-inner {
  padding: 0 0.9375rem 2.625rem;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sidebar-inner {
    max-width: inherit;
    padding: 0;
  }
}

.sidebar__item:not(:last-of-type) {
  padding-bottom: 2.9375rem;
}

.sidebar__head {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  background: #1B224C;
  padding: 0.9375rem 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sidebar__head {
    font-size: 1.3125rem;
  }
}

.sidebar__latest {
  display: grid;
  grid-template-columns: 32.36245% 61.81229%;
  gap: 0 5.82524%;
  padding: 1.125rem 0 1.0625rem;
}
@media screen and (min-width: 768px) {
  .sidebar__latest {
    grid-template-columns: 36% 57%;
    gap: 0 7%;
    padding: 1.6875rem 0 0.8125rem;
  }
}

.sidebar__latest:not(:last-of-type) {
  border-bottom: 1px solid #E4E4E4;
}

.sidebar__latest-img {
  aspect-ratio: 100/70;
  width: 100%;
  height: auto;
}

.sidebar__latest-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar__latest-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar__latest-title {
  color: #040404;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 28px; /* 233.333% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  overflow: hidden;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .sidebar__latest-title {
    line-height: 24px;
  }
}

.sidebar__category {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  text-indent: 0.5em;
}
@media screen and (min-width: 768px) {
  .sidebar__category {
    font-size: 1rem;
  }
}

.slider__item--category .sidebar__item-inner {
  padding-left: 1.5em;
  padding-top: 1.6875rem;
}

.slider__item--category li {
  list-style: disc;
}

.pickup {
  margin-top: 6.25rem;
}

.pickup__head {
  font-size: 1.625rem;
  font-weight: 700;
}

.pickup__items {
  margin-top: 1.6875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 0;
}

.pickup__item {
  display: grid;
  grid-template-columns: 36% 59%;
  gap: 1.25rem 5%;
}

.pickup__img {
  aspect-ratio: 210/128;
  max-width: 13.125rem;
  width: 100%;
  height: auto;
  position: relative;
}

.pickup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.pickup__category {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  color: #fff;
  background: #1B224C;
  padding: 0.3125rem 0.625rem;
  z-index: 1;
}

.pickup__date {
  font-size: 1rem;
}

.pickup__title {
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
  text-decoration: underline;
  margin-top: 1.1875rem;
}

.contact {
  padding-top: 3.3125rem;
  padding-bottom: 5.125rem;
}

.contact__lead {
  font-size: 1rem;
  line-height: 1.6875;
}

.contact .inner {
  margin: auto;
  max-width: 34.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact .inner {
    max-width: 46.875rem;
  }
}

.form {
  margin-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .form__wrap.form__wrap--textarea {
    align-items: flex-start;
  }
}

.form__wrap + .form__wrap {
  margin-top: 1.125rem;
}

.form__label {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .form__label {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .form__wrap.form__wrap--textarea .form__label {
    margin-top: 0.625rem;
  }
}

.form__input,
.form__select,
.form__checkbox,
.form__textarea {
  margin-top: 0.4375rem;
}

.form__radio {
  margin-top: 1.25rem;
}

.form__submit {
  margin-top: 2.6875rem;
  text-align: center;
}

.form-input input {
  padding: 0.5rem 0.9375rem;
  width: 100%;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0;
  border: 1px solid #1B224C;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}

.form-input input:focus {
  border: 1px solid #1B224C;
  box-shadow: none;
  outline: none;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-list-item:not(:first-of-type) {
  margin-top: 0.625rem;
}

.form-radio input {
  display: none;
}

.wpcf7-list-item-label {
  padding: 0 0 0 2.5rem;
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    display: inline-block;
  }
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::after {
  content: "";
  padding: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-checkbox label {
  display: block;
}
@media screen and (min-width: 768px) {
  .form-checkbox label {
    display: inline-block;
  }
}

.form-checkbox label:not(:first-of-type) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form-checkbox label:not(:first-of-type) {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.form-checkbox input {
  display: none;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 2.5rem;
  position: relative;
  font-size: 1rem;
  line-height: 1;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #000;
  border-left: 0.1875rem solid #000;
  transition: 0.3s;
  opacity: 0;
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-textarea textarea {
  padding: 0.5rem 0.9375rem;
  width: 100%;
  height: 15.125rem;
  font-size: 0.9375rem;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}

.form-textarea textarea:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.form-submit input {
  padding: 1.0625rem 0;
  width: 12.5rem;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  background-color: #1B224C;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.form-submit input:hover,
.form-submit input:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .form-submit input:hover {
    opacity: 0.8;
  }
}

.form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.form__privacy {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.1875rem;
}

.form__privacy a {
  color: #F5A623;
  text-decoration: underline;
}

.form-checkbox {
  margin-top: 1.625rem;
}

.thanks {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  text-align: center;
}

.thanks__text {
  font-size: 1rem;
  line-height: 1.6875;
}

.thanks__link {
  margin-top: rme(100);
  font-size: 1rem;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */