@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
}

body {
  font-family: "YakuHanJP", "Lato", "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.sentence p + p {
  margin-top: 20px;
}

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

.ggmap {
  width: 100%;
  height: 350px;
}

input, select {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #5c4233;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 2rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.loader {
  align-items: center;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28541/bg-main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ============================================================
   株式会社武将 コーポレートサイト 共通スタイル
   Color : Tiffany Green #0ABAB5 / Charcoal #14181A
   Font  : Noto Sans JP (太めゴシック) / Barlow Condensed (欧文)
   ============================================================ */
:root {
  --header-h: 70px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #14181A;
  background: #FFFFFF;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media screen and (max-width: 1080px) {
  body.is-nav-open {
    overflow: hidden;
  }
}

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

a {
  color: #0ABAB5;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
a:hover {
  color: #08918D;
}

h1, h2, h3, h4, p, ul, ol, dl, dd, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 40px;
}
.inner--wide {
  max-width: 1240px;
}
.inner--narrow {
  max-width: 900px;
}
@media screen and (max-width: 900px) {
  .inner {
    padding-inline: 24px;
  }
}

.section {
  padding: 120px 0;
}
.section--tight {
  padding: 96px 0;
}
@media screen and (max-width: 900px) {
  .section--tight {
    padding: 64px 0;
  }
}
.section--light {
  background: #F4F7F7;
}
.section--dark {
  background: #14181A;
  color: #fff;
}
.section--dark p {
  color: rgba(255, 255, 255, 0.72);
}
.section--darker {
  background: #0F1214;
  color: #fff;
}
.section--darker p {
  color: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 900px) {
  .section {
    padding: 80px 0;
  }
}

.shead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.shead__bar {
  width: 34px;
  height: 2px;
  background: #0ABAB5;
  flex: 0 0 auto;
}
.shead__en {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.26em;
  color: #0ABAB5;
}
.shead__ja {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #8B9598;
}
.section--dark .shead__ja, .section--darker .shead__ja {
  color: rgba(255, 255, 255, 0.55);
}

.stitle {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.42;
  margin-bottom: 40px;
}
.stitle--sm {
  font-size: 32px;
}
.stitle--md {
  font-size: 38px;
}
@media screen and (max-width: 1080px) {
  .stitle--md {
    font-size: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .stitle {
    font-size: 34px;
  }
}
@media screen and (max-width: 680px) {
  .stitle {
    font-size: 27px;
  }
}

.slead {
  font-size: 16px;
  line-height: 2.1;
  color: #3A4245;
  text-wrap: pretty;
}
.section--dark .slead, .section--darker .slead {
  color: rgba(255, 255, 255, 0.72);
}

.prose {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  line-height: 2.1;
  color: #3A4245;
  text-wrap: pretty;
}
.prose--sm {
  font-size: 15.5px;
}
.section--dark .prose, .section--darker .prose {
  color: rgba(255, 255, 255, 0.72);
}

.pullquote {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px 30px;
  border-left: 3px solid #0ABAB5;
  background: #F4F7F7;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.65;
  color: #14181A;
}
.pullquote--onlight {
  background: #fff;
}
.pullquote--sm {
  font-size: 17px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 21px 46px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.14em;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}
.btn--main {
  background: #0ABAB5;
  color: #0F1214;
}
.btn--main:hover {
  background: #fff;
  color: #0F1214;
}
.btn--ink {
  background: #14181A;
  color: #fff;
}
.btn--ink:hover {
  background: #0ABAB5;
  color: #0F1214;
}
.btn--ghost {
  border: 1px solid #0ABAB5;
  color: #0ABAB5;
  background: transparent;
}
.btn--ghost:hover {
  background: #0ABAB5;
  color: #0F1214;
}
.btn--lg {
  padding: 24px 60px;
  font-size: 16px;
}
.btn--block {
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 680px) {
  .btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 16px 28px;
  background: rgba(16, 20, 22, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 1180px) {
  .header {
    padding: 14px 20px;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 680px) {
  .header {
    padding: 12px 18px;
    gap: 12px;
  }
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 14px;
  white-space: nowrap;
  flex: 0 0 auto;
  color: #fff;
}
.logo:hover {
  color: #fff;
}
.logo__en {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.18em;
  color: #0ABAB5;
}
@media screen and (max-width: 680px) {
  .logo__en {
    font-size: 12px;
  }
}
.logo__ja {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1180px) {
  .logo__ja {
    font-size: 17px;
  }
}
@media screen and (max-width: 680px) {
  .logo__ja {
    font-size: 16px;
  }
}

.gnav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}
.gnav__link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
  flex: 0 0 auto;
}
.gnav__link:hover, .gnav__link.is-current {
  color: #0ABAB5;
}
@media screen and (max-width: 1180px) {
  .gnav__link {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 1080px) {
  .gnav__link {
    padding: 20px 4px;
    font-size: 15px;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 680px) {
  .gnav__link {
    font-size: 12px;
  }
}
.gnav__ig {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  white-space: nowrap;
  border: 1px solid rgba(10, 186, 181, 0.7);
  color: #0ABAB5;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.14em;
}
.gnav__ig:hover {
  background: #0ABAB5;
  color: #0F1214;
}
@media screen and (max-width: 1180px) {
  .gnav__ig {
    padding: 8px 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1080px) {
  .gnav__ig {
    justify-content: center;
    margin-top: 28px;
    padding: 14px 16px;
  }
}
@media screen and (max-width: 1180px) {
  .gnav {
    gap: 10px 14px;
  }
}
@media screen and (max-width: 1080px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: min(340px, 84vw);
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 20px 28px 40px;
    background: #14181A;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(100%);
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
  }
  .gnav.is-open {
    transform: translateX(0);
  }
}
@media screen and (max-width: 520px) {
  .gnav {
    width: 100vw;
    border-left: 0;
  }
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  background: #0F1214;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease;
}
.hero__slide.is-active {
  opacity: 1;
}
.hero__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: kenburns 9s ease-out both;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(10, 14, 16, 0.88) 0%, rgba(10, 14, 16, 0.62) 45%, rgba(10, 14, 16, 0.28) 100%);
  z-index: 5;
}
.hero__inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 40px;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .hero__inner {
    padding-inline: 24px;
  }
}
.hero__label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}
.hero__label span:first-child {
  width: 46px;
  height: 2px;
  background: #0ABAB5;
}
.hero__label span:last-child {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: #0ABAB5;
}
.hero__title {
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
}
.hero__sub {
  margin-top: 32px;
  font-size: clamp(14px, 1.5vw, 19px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.86);
}
.hero__scroll {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 1px;
  height: 110px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
.hero__scroll span {
  position: absolute;
  inset: 0;
  background: #0ABAB5;
  animation: scrollline 2.4s ease-in-out infinite;
}
@media screen and (max-width: 900px) {
  .hero__scroll {
    left: 24px;
  }
}

@keyframes kenburns {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scrollline {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
.pagehead {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 340px;
  padding: calc(70px + 72px) 0 48px;
  background: #0F1214;
  overflow: hidden;
}
.pagehead__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.32;
}
.pagehead__inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 40px;
  color: #fff;
}
.pagehead__en {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.26em;
  color: #0ABAB5;
}
.pagehead__ja {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .pagehead__ja {
    font-size: 30px;
  }
}

.breadcrumb {
  padding: 18px 0;
  border-bottom: 1px solid #E2E7E7;
  font-size: 12px;
  color: #8B9598;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumb li::after {
  content: "／";
  margin-left: 10px;
  color: #E2E7E7;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb a {
  color: #8B9598;
}
.breadcrumb a:hover {
  color: #0ABAB5;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 1080px) {
  .works-grid {
    grid-template-columns: 1fr;
  }
}

.work-card {
  display: flex;
  flex-direction: column;
  background: #1B2124;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.work-card:hover {
  border-color: rgba(10, 186, 181, 0.65);
  transform: translateY(-6px);
  color: #fff;
}
.work-card:hover .work-card__thumb img {
  transform: scale(1.06);
}
.work-card__thumb {
  position: relative;
  height: 230px;
  overflow: hidden;
}
.work-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.work-card__no {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 18px;
  background: #0ABAB5;
  color: #0F1214;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.work-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 28px 34px;
  flex: 1;
}
.work-card__verb {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.3em;
  color: #0ABAB5;
}
.work-card__title {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.work-card__text {
  font-size: 14.5px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.72);
  text-wrap: pretty;
}
.work-card__more {
  margin-top: auto;
  padding-top: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #0ABAB5;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media screen and (max-width: 680px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: start;
}
.split--center {
  align-items: center;
}
.split--rev {
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
}
@media screen and (max-width: 900px) {
  .split--rev {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.photo-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.photo-stack img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-stack img:not(.is-wide) {
  height: 165px;
}
.photo-stack .is-wide {
  grid-column: 1/-1;
  height: 250px;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 34px 36px;
  background: #fff;
  border-top: 3px solid #0ABAB5;
}
.card__title {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #14181A;
}
.card__text {
  font-size: 15px;
  line-height: 2.05;
  color: #3A4245;
  text-wrap: pretty;
}

.reasons {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #E2E7E7;
}
.section--dark .reasons, .section--darker .reasons {
  border-color: rgba(255, 255, 255, 0.12);
}

.reason {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 40px;
  padding: 44px 0;
  border-bottom: 1px solid #E2E7E7;
}
.reason__no {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: #0ABAB5;
}
@media screen and (max-width: 900px) {
  .reason__no {
    font-size: 40px;
  }
}
.reason__title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.reason__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 15.5px;
  line-height: 2.05;
  color: #3A4245;
  text-wrap: pretty;
}
.section--dark .reason__body, .section--darker .reason__body {
  color: rgba(255, 255, 255, 0.72);
}
.reason__note {
  font-size: 13px;
  color: #8B9598;
}
.section--dark .reason, .section--darker .reason {
  border-color: rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 900px) {
  .reason {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.dl {
  border-top: 1px solid #E2E7E7;
}
.dl__row {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 32px;
  padding: 24px 4px;
  border-bottom: 1px solid #E2E7E7;
}
@media screen and (max-width: 900px) {
  .dl__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.dl__key {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #14181A;
}
.dl__val {
  font-size: 15px;
  line-height: 2;
  color: #3A4245;
}
.dl__val strong {
  font-weight: 900;
  color: #14181A;
}
.dl__val ul li {
  position: relative;
  padding-left: 18px;
}
.dl__val ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 7px;
  height: 1px;
  background: #0ABAB5;
}
.dl__val .sub {
  display: block;
  font-size: 13px;
  color: #8B9598;
}

.bullets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
}
.bullets li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid #E2E7E7;
  font-size: 15px;
  font-weight: 700;
  color: #14181A;
}
.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35em;
  width: 10px;
  height: 2px;
  background: #0ABAB5;
}
.section--dark .bullets li, .section--darker .bullets li {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 900px) {
  .bullets {
    grid-template-columns: 1fr;
  }
}

.anchor-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .anchor-nav {
    grid-template-columns: 1fr;
  }
}

.anchor-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 210px;
  overflow: hidden;
  color: #fff;
}
.anchor-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.anchor-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 18, 20, 0.15), rgba(15, 18, 20, 0.85));
}
.anchor-card:hover {
  color: #fff;
}
.anchor-card:hover img {
  transform: scale(1.06);
}
.anchor-card__label {
  position: relative;
  z-index: 1;
  padding: 24px 26px;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.anchor-card__label small {
  display: block;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #0ABAB5;
}

.topics {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
}
.topics__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.topics__head .en {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.26em;
  color: #0ABAB5;
}
.topics__head .ja {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #14181A;
}
.topics__head .sub {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #8B9598;
}
.topics__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 24px 4px;
  border-top: 1px solid #E2E7E7;
}
.topics__item:last-child {
  border-bottom: 1px solid #E2E7E7;
}
@media screen and (max-width: 680px) {
  .topics__item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.topics__date {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #0ABAB5;
}
.topics__text {
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.9;
  color: #14181A;
}
@media screen and (max-width: 900px) {
  .topics {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.cta {
  position: relative;
  padding: 110px 0;
  background: #0F1214;
  overflow: hidden;
}
.cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.cta__inner {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
  color: #fff;
}
.cta__en {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.26em;
  color: #0ABAB5;
}
.cta__title {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .cta__title {
    font-size: 28px;
  }
}
.cta__text {
  font-size: 15.5px;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.75);
  text-wrap: pretty;
}
.cta--split .cta__inner {
  max-width: 1100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 680px) {
  .cta--split .cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery figure {
  position: relative;
  overflow: hidden;
  background: #F4F7F7;
}
.gallery figure:hover img {
  transform: scale(1.05);
}
.gallery img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery figcaption {
  padding: 14px 4px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #3A4245;
}
@media screen and (max-width: 1080px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 680px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

.notice {
  margin-top: 40px;
  padding: 22px 26px;
  background: #F4F7F7;
  border-left: 3px solid #0ABAB5;
  font-size: 14px;
  line-height: 1.9;
  color: #3A4245;
}

.flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 520px;
}
.flow li {
  position: relative;
  padding: 18px 26px;
  background: #fff;
  border: 1px solid #E2E7E7;
  font-size: 16px;
  font-weight: 700;
  color: #14181A;
  text-align: center;
}
.flow li + li {
  margin-top: 34px;
}
.flow li + li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -26px;
  width: 1px;
  height: 18px;
  background: #0ABAB5;
}
.flow li:last-child {
  background: #14181A;
  color: #fff;
  border-color: #14181A;
}

.style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .style-list {
    grid-template-columns: 1fr;
  }
}

.style-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 34px 36px;
  background: #fff;
  border: 1px solid #E2E7E7;
}
.style-item__q {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #8B9598;
}
.style-item__a {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #0ABAB5;
}
.style-item__text {
  font-size: 14.5px;
  line-height: 2;
  color: #3A4245;
  text-wrap: pretty;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #E2E7E7;
}
.form__row {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 32px;
  padding: 26px 4px;
  border-bottom: 1px solid #E2E7E7;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .form__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #14181A;
}
@media screen and (max-width: 900px) {
  .form__label {
    padding-top: 0;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  width: 100%;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #E2E7E7;
  border-radius: 0;
  font-size: 15px;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form select:focus,
.form textarea:focus {
  outline: 2px solid #0ABAB5;
  outline-offset: -2px;
  border-color: #0ABAB5;
}
.form textarea {
  min-height: 180px;
  resize: vertical;
}
.form__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 48px;
}
.form__privacy {
  font-size: 13px;
  color: #8B9598;
  text-align: center;
}

.req {
  padding: 3px 8px;
  background: #0ABAB5;
  color: #0F1214;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.opt {
  padding: 3px 8px;
  background: #E2E7E7;
  color: #8B9598;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.radios {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding-top: 12px;
}
.radios label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
}

.map {
  width: 100%;
  height: 420px;
  border: 0;
  filter: grayscale(0.2);
}

.map-note {
  margin-top: 16px;
  font-size: 14px;
  color: #3A4245;
}

.footer {
  padding: 76px 0 40px;
  background: #0F1214;
  color: rgba(255, 255, 255, 0.7);
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__en {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #0ABAB5;
}
.footer__ja {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
}
.footer__addr {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.65);
  font-style: normal;
}
.footer__ig {
  align-self: flex-start;
  padding: 9px 18px;
  border: 1px solid rgba(10, 186, 181, 0.6);
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #0ABAB5;
}
.footer__ig:hover {
  background: #0ABAB5;
  color: #0F1214;
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 56px;
  align-content: start;
}
.footer__nav a {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.footer__nav a:hover {
  color: #0ABAB5;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}
.footer__bottom a {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}
.footer__bottom a:hover {
  color: #0ABAB5;
}
.footer__copy {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.45);
}

.cert {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #8B9598;
}

.note-line {
  margin-top: 24px;
  font-size: 14.5px;
  line-height: 2;
  color: #3A4245;
}
.section--dark .note-line, .section--darker .note-line {
  color: rgba(255, 255, 255, 0.72);
}

.cat-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #14181A;
}
.cat-title span {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #0ABAB5;
}

.emph {
  font-size: 19px;
  font-weight: 900;
  color: #14181A;
}
.section--dark .emph, .section--darker .emph {
  color: #fff;
}

.dl__group {
  display: block;
  margin-top: 18px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-56 {
  margin-top: 56px;
}
@media screen and (max-width: 900px) {
  .mt-56 {
    margin-top: 40px;
  }
}

.mt-72 {
  margin-top: 72px;
}
@media screen and (max-width: 900px) {
  .mt-72 {
    margin-top: 48px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-56 {
  margin-bottom: 56px;
}
@media screen and (max-width: 900px) {
  .mb-56 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 900px) {
  .mb-64 {
    margin-bottom: 40px;
  }
}

.blog {
  display: block;
}

.post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 28px;
}
@media screen and (max-width: 1080px) {
  .post-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .post-list {
    grid-template-columns: 1fr;
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #E2E7E7;
  color: #14181A;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.post-card:hover {
  border-color: #0ABAB5;
  transform: translateY(-4px);
  color: #14181A;
}
.post-card:hover .post-card__thumb img {
  transform: scale(1.05);
}
.post-card__thumb {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #F4F7F7;
}
.post-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.post-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 26px 28px;
  flex: 1;
}
.post-card__title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.post-card__excerpt {
  font-size: 14px;
  line-height: 1.95;
  color: #3A4245;
  text-wrap: pretty;
}
.post-card__more {
  margin-top: auto;
  padding-top: 14px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #0ABAB5;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-meta__date {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #8B9598;
}

.post-cat {
  padding: 4px 10px;
  background: #0ABAB5;
  color: #0F1214;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.side {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.side__block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.side__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E7E7;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #14181A;
}
.side__title span {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #0ABAB5;
}
.side__list li a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #E2E7E7;
  font-size: 14px;
  font-weight: 700;
  color: #3A4245;
}
.side__list li a:hover {
  color: #0ABAB5;
}
.side__list .count {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  color: #8B9598;
}
.side__recent li a {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E2E7E7;
  color: #14181A;
}
.side__recent img {
  width: 76px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
.side__recent .t {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}
.side__recent .d {
  display: block;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #8B9598;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 56px;
}
.pager a, .pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #E2E7E7;
  background: #fff;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #14181A;
}
.pager a:hover {
  border-color: #0ABAB5;
  color: #0ABAB5;
}
.pager .is-current {
  background: #14181A;
  border-color: #14181A;
  color: #fff;
}
.pager .is-disabled {
  color: #E2E7E7;
}

.article {
  max-width: 820px;
  margin-inline: auto;
}
.article__head {
  padding-bottom: 28px;
  border-bottom: 1px solid #E2E7E7;
}
.article__title {
  margin-top: 16px;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .article__title {
    font-size: 26px;
  }
}
.article__hero {
  margin: 36px 0;
}
.article__hero img {
  width: 100%;
  height: auto;
}
.article__body {
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-size: 16px;
  line-height: 2.1;
  color: #3A4245;
  text-wrap: pretty;
}
.article__body h2 {
  margin-top: 20px;
  padding-left: 16px;
  border-left: 3px solid #0ABAB5;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #14181A;
}
.article__body h3 {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #14181A;
}
.article__body figure {
  margin: 0;
}
.article__body figure img {
  width: 100%;
  height: auto;
}
.article__body figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: #8B9598;
}
.article__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .article__grid {
    grid-template-columns: 1fr;
  }
}

.spec {
  border-top: 1px solid #E2E7E7;
}
.spec div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 14px 4px;
  border-bottom: 1px solid #E2E7E7;
  font-size: 14.5px;
}
@media screen and (max-width: 768px) {
  .spec div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.spec dt {
  font-weight: 900;
  color: #14181A;
}
.spec dd {
  color: #3A4245;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid #E2E7E7;
}
.post-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #3A4245;
}
.post-nav a:hover {
  color: #0ABAB5;
}
.post-nav .center a {
  color: #0ABAB5;
}

.nav-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  flex: 0 0 auto;
}
.nav-toggle span {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle span:nth-child(1) {
  top: 15px;
}
.nav-toggle span:nth-child(2) {
  top: 22px;
}
.nav-toggle span:nth-child(3) {
  top: 29px;
}
.nav-toggle:hover {
  border-color: #0ABAB5;
}
.nav-toggle:hover span {
  background: #0ABAB5;
}
.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media screen and (max-width: 1080px) {
  .nav-toggle {
    display: block;
  }
}

.nav-close {
  display: none;
  align-self: flex-end;
  width: 48px;
  height: 48px;
  padding: 0;
  margin-bottom: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.nav-close:hover {
  border-color: #0ABAB5;
  color: #0ABAB5;
}
@media screen and (max-width: 1080px) {
  .nav-close {
    display: block;
  }
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 98;
  background: rgba(10, 14, 16, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea, .textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #5c4233;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #5c4233;
}
#mailform button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #5c4233;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

/*RadioとText*/
label {
  display: block;
}
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #5c4233;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 15px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #5c4233;
  border-bottom: 3px solid #5c4233;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
  }
}
/* /新メールフォーム */
.blog-box {
  margin-bottom: 50px;
}
.blog-box img {
  max-width: 100%;
  height: auto;
}

.page_next {
  float: right;
}

.page_prev {
  float: left;
}

.mtitle_box {
  background: rgba(23, 125, 23, 0.1);
  border-radius: 10px;
  color: #343338;
  font-size: 2rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.8rem;
  }
}
.newsl2 dt {
  font-size: 120%;
  padding-top: 10px;
  line-height: 1.3;
  color: #5c4233;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 dd b {
  color: #594C39;
}/*# sourceMappingURL=basis.css.map */