@charset "UTF-8";
/* =========================================================
Reset CSS
========================================================= */
/* Box sizing */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Margin / Padding reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
figcaption,
blockquote,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

/* Base */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
  background: #fff;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/* Image */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

/* Link */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

/* List */
ul,
ol {
  list-style: none;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/* iframe */
iframe {
  border: none;
}

/* Utility */
main {
  display: block;
}

section {
  position: relative;
}

address {
  font-style: normal;
}

/* SP tap highlight */
a,
button {
  -webkit-tap-highlight-color: transparent;
}

/* selection */
::selection {
  background: #ffe8a3;
  color: #333;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.scroll-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

/**
 @mixin
---------------------------------------------------------
  _clearfix.scss
--------------------------------------------------------
  Use @include clearfix(); in your CSS
  Use @include before(); in your CSS
--------------------------------------------------------- */
/**
  @bgimg.scss bgimg 
--------------------------------------------------------
  Use @include bgimg(); in your CSS
--------------------------------------------------------- */
/**
  @align-height
--------------------------------------------------------
@include align-height(); in your CSS
--------------------------------------------------------- */
/*----------------------------------------------------
レイアウトのみ
-------------------------------------------------------*/
.innerB {
  display: table;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.innerB .left,
.innerB .right {
  width: 48%;
}
.innerB .right {
  margin-left: 4%;
}
.innerB .left_s {
  width: 30%;
}
.innerB .right_l {
  width: 66%;
  margin-left: 4%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #1a1a1a;
  background: #faf8f4;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.inner {
  width: min(1160px, 100% - 56px);
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .inner {
    width: min(100% - 32px, 1160px);
  }
}

@media all and (max-width: 639px) {
  .pc {
    display: none;
  }
}

.section {
  padding: 105px 0;
}
@media all and (max-width: 639px) {
  .section {
    padding: 68px 0;
  }
}

.section-label {
  color: #b8935c;
  font-family: "Cormorant", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-bottom: 10px;
}

h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.45;
}

@media all and (max-width: 900px) {
  h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
  }
}
.section-heading {
  margin-bottom: 46px;
}
.section-heading--center {
  text-align: center;
}
.section-heading--split {
  align-items: start;
}
@media all and (max-width: 900px) {
  .section-heading--split {
    display: block;
  }
  .section-heading--split .section-label {
    margin-bottom: 12px;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 56px;
  padding: 0 58px 0 30px;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn::after {
  content: "\f061";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(184, 147, 92, 0.16);
}
.btn--primary {
  color: #fff;
  background: linear-gradient(90deg, #8b2332 0%, #4a1018 100%);
}
.btn--outline {
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(43, 36, 33, 0.28);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #8b2332;
  font-weight: 700;
}
.text-link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
}

/* header
===================================================== */
.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 26px 0;
  background: #fff;
}
.header__inner {
  width: 96%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.header__logo {
  flex: 0 0 auto;
}
.header__logo a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__mark {
  display: block;
  width: 350px;
}
.header__nav {
  margin-left: auto;
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__nav a {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
}
.header__contact {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 44px;
  border-radius: 999px;
  color: #fff;
  background: #8b2332;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  box-shadow: 0 10px 22px rgba(139, 35, 50, 0.2);
}
.header__hamburger {
  display: none;
}
@media all and (max-width: 900px) {
  .header__nav, .header__contact {
    display: none;
  }
  .header__hamburger {
    display: grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    place-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
  }
  .header__hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #1a1a1a;
  }
}
@media all and (max-width: 900px) {
  .header__inner {
    width: calc(100% - 32px);
    position: relative;
  }
  .header__mark {
    width: 260px;
    max-width: 68vw;
    height: auto;
  }
  .header__hamburger {
    position: fixed;
    top: 18px;
    right: 16px;
    z-index: 1001;
    display: grid;
    gap: 6px;
    width: 48px;
    height: 48px;
    margin-left: 0;
    place-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 20px rgba(43, 36, 33, 0.12);
  }
  .header__hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #1a1a1a;
    transition: 0.3s ease;
  }
  .header__hamburger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: min(82vw, 360px);
    height: 100dvh;
    padding: 100px 32px 40px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: -10px 0 30px rgba(43, 36, 33, 0.12);
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 1000;
  }
  .header__nav.is-active {
    transform: translateX(0);
  }
  .header__nav ul {
    display: grid;
    gap: 22px;
  }
  .header__nav a {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 17px;
    font-size: 1.7rem;
    color: #1a1a1a;
  }
  .header__contact {
    display: none;
  }
}
@media all and (max-width: 639px) {
  .header {
    padding: 18px 0;
  }
  .header__inner {
    width: calc(100% - 28px);
  }
  .header__mark {
    width: 220px;
    max-width: 68vw;
    height: auto;
  }
}

body.is-fixed {
  overflow: hidden;
}

/* mv
===================================================== */
.mv {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27950/fv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mv__bg {
  position: absolute;
  inset: 0;
}
.mv__inner {
  position: relative;
  z-index: 1;
  min-height: 780px;
  display: flex;
  align-items: center;
  padding-top: 80px;
}
.mv__content {
  max-width: 1160px;
  width: 100%;
}
.mv__en {
  margin-bottom: 4px;
  color: #b8935c;
  font-family: "Cormorant", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.mv h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.45;
  color: #fff;
  position: relative;
  padding-left: 130px;
}
.mv h2 img {
  display: block;
  position: absolute;
  width: 100px;
  left: 0;
  top: 5px;
}
.mv__main-text {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  margin-top: 20px;
}
.mv__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
}
.mv__buttons .btn {
  max-width: 320px;
  width: 100%;
  border: none;
}
.mv__sub-catch {
  color: #b8935c;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  opacity: 0.9;
  background: #faf7f2;
  display: table;
  line-height: 1.2em;
  margin-top: 20px;
  padding: 2px 10px;
}
@media (max-width: 768px) {
  .mv__sub-catch {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.mv__philosophy {
  display: flex;
  margin-top: 25px;
}
.mv__philosophy-link {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #faf7f2;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
  background: #b8935c;
  padding: 10px 30px;
  border-radius: 100px;
}
.mv__philosophy-link .arrow {
  color: #fff;
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.mv__philosophy-link:hover {
  color: #b8935c;
}
.mv__philosophy-link:hover .arrow {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .mv__philosophy-link {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media all and (max-width: 900px) {
  .mv {
    min-height: 680px;
  }
  .mv__content {
    position: relative;
    padding: 34px 24px 38px;
    border-radius: 18px;
    overflow: hidden;
    /*&:before {
    	content: "";
    	position: absolute;
    	inset: 0;
    	z-index: -1;
    	background: linear-gradient(180deg, rgba(#3a1b10, 0.18) 0%, rgba(#3a1b10, 0.38) 55%, rgba(#3a1b10, 0.24) 100%);
    	backdrop-filter: blur(2px);
    }*/
  }
  .mv__inner {
    min-height: 680px;
    padding-top: 70px;
  }
  .mv__en {
    font-family: "Cormorant", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 10px;
  }
  .mv h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.45;
    color: #fff;
    padding-left: 82px;
  }
  .mv h2 img {
    width: 70px;
  }
  .mv__main-text {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    margin-top: 20px;
  }
  .mv__bg::after {
    right: 8vw;
    top: 58%;
    width: 76px;
    height: 76px;
  }
  .mv__buttons .btn {
    width: 100%;
  }
  .mv__en,
  .mv h2, .mv__main-text, .mv__buttons {
    position: relative;
    z-index: 1;
  }
  .mv__en {
    color: #d7492c;
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.45);
  }
  .mv h2, .mv__main-text {
    text-shadow: 0 2px 12px rgba(42, 23, 18, 0.35);
  }
}

/* worries
===================================================== */
.worries h2 span {
  display: block;
  color: #8b2332;
}
.worries__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 40px;
}
.worries__grid ul {
  display: grid;
  gap: 16px;
}
.worries__grid li {
  position: relative;
  padding-left: 38px;
  font-weight: 500;
}
.worries__grid li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.35em;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #8b2332;
  border: 1px solid rgba(139, 35, 50, 0.5);
  font-family: "Font Awesome 6 Free";
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
}
.worries__message {
  margin-top: 52px;
  padding-top: 38px;
  text-align: center;
  border-top: 1px solid #e2dacf;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 30px;
  font-size: 3rem;
  color: #5e5a56;
  font-weight: 400;
}
.worries__message strong {
  color: #8b2332;
  font-weight: 400;
}
@media all and (max-width: 900px) {
  .worries__grid {
    grid-template-columns: 1fr;
  }
  .worries__message {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 20px;
    font-size: 2rem;
    color: #5e5a56;
    font-weight: 400;
    text-wrap: balance;
    word-break: auto-phrase;
  }
}

/* core-message-section
===================================================== */
.core-message-section {
  padding: 80px 0;
  background-color: #faf9f6; /* 既存の薄いベージュ・グレー系に合わせる */
  text-align: center;
}

.section-subtitle {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #b58955; /* アクセントカラー（金・茶系） */
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.section-lead {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 50px;
}

/* 3並びのレイアウト */
.message-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.message-card {
  flex: 1;
  background: #fff;
  padding: 40px 30px;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  text-align: left;
  position: relative;
}

.message-num {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  color: #b8935c;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-align: center;
}

.message-card h3 {
  line-height: 1.6;
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 19px;
  font-size: 1.9rem;
  color: #5e5a56;
}

/* レスポンシブ対応（スマホでは縦並びに） */
@media (max-width: 768px) {
  .message-grid {
    flex-direction: column;
  }
  .core-message-section {
    padding: 50px 0;
  }
}
/* philosophy
===================================================== */
.bg_w {
  background: #fff;
}

.philosophy {
  position: relative;
  padding-top: 160px;
}
@media all and (max-width: 900px) {
  .philosophy {
    padding-top: 0;
  }
}
.philosophy img._sp {
  display: none;
}
@media all and (max-width: 900px) {
  .philosophy img._sp {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
}
.philosophy:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 50%;
  height: 100%;
  right: 0;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27950/philosophy_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  mask-image: linear-gradient(90deg, transparent 0%, black 40%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 40%, black 100%);
}
@media all and (max-width: 900px) {
  .philosophy:before {
    display: none;
  }
}
.philosophy__inner {
  position: relative;
}
.philosophy__body {
  width: 55%;
}
@media all and (max-width: 900px) {
  .philosophy__body {
    width: 100%;
  }
}
.philosophy h2 {
  margin-bottom: 32px;
}
.philosophy__main {
  margin-top: 18px;
  color: #1a1a1a;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
}
.philosophy__emphasis {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #8b2332;
  font-weight: 400;
  margin-top: 30px;
}
@media all and (max-width: 900px) {
  .philosophy__emphasis {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.philosophy__image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(43, 36, 33, 0.16);
}
.philosophy__image img {
  width: 100%;
}
@media all and (max-width: 900px) {
  .philosophy__inner {
    grid-template-columns: 1fr;
  }
  .philosophy__image {
    border-radius: 28px;
  }
}

/* purpose
===================================================== */
.purpose {
  padding-top: 0;
  padding-bottom: 0;
}
.purpose__card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 58px;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(180deg, #8b2332 0%, #4a1018 100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.purpose__card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 520px;
  height: 260px;
  background: linear-gradient(135deg, rgba(246, 201, 107, 0.2), rgba(184, 147, 92, 0.32));
  clip-path: polygon(0 62%, 35% 36%, 70% 58%, 100% 30%, 100% 100%, 0 100%);
}
.purpose__card .btn--primary {
  color: #fff;
  background: linear-gradient(180deg, #b8935c 0%, #8c6a39 100%);
  transition: background 0.3s ease;
}
.purpose__card .btn--primary:hover {
  background: #8b2332;
}
.purpose__honbun {
  margin-left: 60px;
  padding-top: 20px;
}
@media all and (max-width: 900px) {
  .purpose__honbun {
    margin-left: 0;
  }
}
.purpose__text {
  position: relative;
  z-index: 1;
}
.purpose h2 {
  color: #fff;
  margin-bottom: 24px;
}
.purpose__lead {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #fff;
}
.purpose__main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.purpose .btn {
  margin-top: 60px;
  max-width: 320px;
  width: 100%;
}
@media all and (max-width: 900px) {
  .purpose .btn {
    margin-top: 20px;
  }
}
@media all and (max-width: 900px) {
  .purpose__card {
    grid-template-columns: 1fr;
    padding: 36px 24px;
  }
  .purpose__points {
    grid-template-columns: 1fr;
  }
}

/* values
===================================================== */
.values {
  background: #fff;
}
.values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e2dacf;
}
@media all and (max-width: 900px) {
  .values__grid {
    grid-template-columns: 1fr;
  }
}

.value-card {
  position: relative;
  padding: 0 42px;
  text-align: center;
  background: #fff;
}
@media all and (max-width: 900px) {
  .value-card {
    padding: 42px;
  }
}
.value-card span {
  color: #f5eee7;
  font-family: "EB Garamond", serif;
  font-size: 4.8rem;
  line-height: 1;
  margin-top: 10px;
  display: block;
}
.value-card img {
  display: block;
  width: 30%;
  margin: auto;
}
.value-card h3 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: 400;
  color: #5e5a56;
  margin-top: -27px;
}
.value-card h4 {
  margin-bottom: 18px;
  color: #1a1a1a;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}
.value-card p {
  text-align: left;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1a1a1a;
  line-height: 1.7em;
}
.value-card p span {
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1a1a1a;
  line-height: 1.7em;
  margin-top: 10px;
}

/* services
===================================================== */
.services {
  background: #fff;
  padding-bottom: 200px;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.services__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 15px;
  color: #5e5a56;
}
@media all and (max-width: 900px) {
  .services {
    padding-bottom: 90px;
  }
  .services__grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  display: grid;
  grid-template-columns: 35% 1fr;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(43, 36, 33, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 42px rgba(43, 36, 33, 0.14);
}
.service-card figure {
  position: relative;
  overflow: hidden;
}
.service-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
}
@media all and (max-width: 900px) {
  .service-card figure img {
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.service-card div {
  position: relative;
  padding: 34px 32px;
}
.service-card span {
  display: block;
  margin-bottom: 8px;
  color: #5e5a56;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1em;
}
.service-card h3 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 14px;
  line-height: 1.45;
  color: #1a1a1a;
}
.service-card p {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1a1a1a;
  line-height: 1.6em;
}
@media all and (max-width: 639px) {
  .service-card {
    grid-template-columns: 1fr;
  }
  .service-card figure img {
    aspect-ratio: 16/9;
  }
}

/* result
===================================================== */
.result__numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #e2dacf;
  border-bottom: 1px solid #e2dacf;
}
.result__numbers div {
  padding: 42px 20px;
  text-align: center;
  border-right: 1px solid #e2dacf;
}
.result__numbers div:last-child {
  border-right: 0;
}
.result img {
  display: block;
  width: 26%;
  margin: 0 auto 20px;
}
.result span {
  color: #8b2332;
  font-family: "EB Garamond", serif;
  font-size: clamp(5.2rem, 7vw, 8rem);
  line-height: 0.9;
}
.result small {
  margin-left: 4px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1a1a1a;
}
.result__suuji_sita {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1a1a1a;
}
.result__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 15px;
  color: #5e5a56;
}
@media all and (max-width: 900px) {
  .result__numbers {
    grid-template-columns: repeat(2, 1fr);
  }
  .result__numbers div:nth-child(2) {
    border-right: 0;
  }
  .result__numbers div:nth-child(-n+2) {
    border-bottom: 1px solid #e2dacf;
  }
}
@media all and (max-width: 639px) {
  .result__numbers {
    grid-template-columns: 1fr;
  }
  .result__numbers div {
    border-right: 0;
    border-bottom: 1px solid #e2dacf;
  }
  .result__numbers div:last-child {
    border-bottom: 0;
  }
}

.section-more {
  margin-top: 42px;
  text-align: center;
}

/* footer
===================================================== */
.fixed-partner-btn {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 22px 10px;
  border-radius: 8px 0 0 8px;
  background: #8b2332;
  color: #fff;
  box-shadow: 0 10px 24px rgba(43, 36, 33, 0.18);
  transition: 0.3s ease;
}
.fixed-partner-btn span {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.fixed-partner-btn small {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  opacity: 0.85;
}
.fixed-partner-btn:hover {
  background: #2b2421;
}
@media all and (max-width: 900px) {
  .fixed-partner-btn {
    top: auto;
    bottom: 20px;
    right: 16px;
    transform: none;
    writing-mode: horizontal-tb;
    flex-direction: column;
    gap: 2px;
    padding: 12px 18px;
    border-radius: 999px;
  }
  .fixed-partner-btn span {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .fixed-partner-btn small {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.footer__cta {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  color: #fff;
  background: linear-gradient(180deg, #8b2332 0%, #4a1018 100%);
}
.footer__cta::after {
  content: "";
  position: absolute;
  inset: auto -8vw -16vw auto;
  width: 70vw;
  height: 32vw;
  background: rgba(76, 28, 33, 0.4);
  clip-path: polygon(0 58%, 45% 30%, 76% 52%, 100% 18%, 100% 100%, 0 100%);
}
.footer__cta .foot_bottom_text {
  text-align: center;
  margin-top: 30px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  text-wrap: balance;
  word-break: auto-phrase;
}
@media all and (max-width: 900px) {
  .footer__cta .foot_bottom_text {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.footer__text {
  color: #fff;
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer__ctaInner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
}
.footer__ctaLead h2 {
  color: #fff;
}
.footer__ctaLead .section-label {
  color: #fff;
}
.footer__ctaCardsmain {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6em;
}
.footer__main {
  padding: 68px 0 24px;
  color: #fff;
  background: #2a1712;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.footer__logo img {
  display: block;
  width: 90%;
}
.footer__brand p {
  margin-top: 16px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}
@media all and (max-width: 900px) {
  .footer__nav ul {
    display: none;
  }
}
.footer__nav a {
  color: rgba(255, 255, 255, 0.86);
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer__copy {
  margin-top: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Cormorant", serif;
  font-size: 1.2rem;
}
@media all and (max-width: 900px) {
  .footer__ctaInner, .footer__ctaCards {
    grid-template-columns: 1fr;
  }
  .footer__inner {
    display: block;
  }
  .footer__nav {
    margin-top: 24px;
  }
}

.cta-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 130px;
  padding: 28px 56px 28px 28px;
  border-radius: 6px;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(42, 23, 18, 0.16);
  margin-bottom: 20px;
}
.cta-card::after {
  content: "\f061";
  position: absolute;
  right: 24px;
  bottom: 4px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #8b2332;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
}
.cta-card .cta-card_read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #b8935c;
}
.cta-card .cta-card_read span {
  color: #8b2332;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0;
  display: block;
  margin-top: 5px;
}

.pagetop {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: #8b2332;
  font-family: "Cormorant", serif;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(139, 35, 50, 0.26);
}

/* page_title
===================================================== */
.pagetile {
  position: relative;
  overflow: hidden;
  background: #faf8f4;
  height: 500px;
  display: flex;
  align-items: center;
}
.pagetile:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  inset: 0;
  background-image: url(https://placehold.jp/150x150.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center right;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.25) 35%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.25) 35%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%);
}
.pagetile__cont {
  width: 50%;
  padding-top: 60px;
}
.pagetile__en {
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #b8935c;
}
.pagetile__read {
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
}
.pagetile .inner {
  position: relative;
  z-index: 2;
}
.pagetile.page_service:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27950/page_service.jpg);
}
.pagetile.page_company:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27950/page_company.jpg);
}
.pagetile.page_purpose:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27950/page_purpose.jpg);
}
.pagetile.page_result:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27950/page_result.jpg);
}
.pagetile.page_news:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27950/page_news.jpg);
}
@media all and (max-width: 900px) {
  .pagetile {
    height: 420px;
  }
  .pagetile:before {
    background-position: center right;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.85) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.85) 100%);
  }
  .pagetile__cont {
    width: 62%;
    padding-top: 50px;
  }
  .pagetile__read {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .pagetile {
    height: auto;
    min-height: 420px;
    padding: 120px 0 70px;
    align-items: flex-start;
  }
  .pagetile:before {
    background-position: center right;
    opacity: 0.45;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 35%, rgba(0, 0, 0, 0.5) 75%, rgb(0, 0, 0) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 35%, rgba(0, 0, 0, 0.5) 75%, rgb(0, 0, 0) 100%);
  }
  .pagetile:after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    margin: auto;
    inset: 0;
    /*background: rgba($ivory, 0.76);*/
    z-index: 1;
  }
  .pagetile .inner {
    position: relative;
    z-index: 2;
  }
  .pagetile__cont {
    width: 100%;
    padding-top: 0;
  }
  .pagetile__en {
    font-family: "Cormorant", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pagetile h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.35;
  }
  .pagetile__read {
    margin-top: 18px;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/*=====================================================
事業内容(services.php)
===================================================== */
.service-section {
  padding: 120px 0;
  background: #faf8f4;
}
.service-section .inner {
  display: grid;
  grid-template-columns: 29% 1fr;
  gap: 80px;
  align-items: start;
}
.service-section__left {
  position: sticky;
  top: 120px;
  align-self: start;
}
.service-section__left h3 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.45;
  color: #1a1a1a;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.service-section__left h3:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #b8935c;
  bottom: 0;
}
.service-section__left h3 span {
  display: block;
  color: #b8935c;
  font-family: "Cormorant", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  line-height: 1em;
}
.service-section__subread {
  margin-top: 28px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #5e5a56;
}
.service-section__right {
  display: grid;
  gap: 36px;
}
.service-section__item {
  position: relative;
  margin-bottom: 90px;
}
.service-section__item:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 245px;
  height: 245px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27950/service-section__itemname_bg.svg);
  background-image: 100%;
  left: 0;
  right: 0;
  top: -30px;
}
.service-section__itemno {
  margin-bottom: 18px;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  display: table;
  margin: auto;
  color: #8b2332;
  border-bottom: 1px solid #8b2332;
  padding-bottom: 10px;
  position: relative;
}
.service-section__itemname {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}
.service-section__itemname span {
  display: block;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 6px;
}
.service-section__itemtext {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #5e5a56;
  text-align: center;
  position: relative;
}
.service-section__photo {
  display: block;
  position: relative;
  width: 100%;
}
.service-section__cont_text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #1a1a1a;
  letter-spacing: 0;
  margin-top: 24px;
}
.service-section__cont_text span {
  display: block;
  color: #5e5a56;
  margin-top: 20px;
}
.service-section .serviceincont {
  background: #fff;
  border-radius: 8px;
  padding: 30px 30px;
  box-shadow: 0 18px 40px rgba(43, 36, 33, 0.06);
  border: 1px solid rgba(43, 36, 33, 0.08);
  margin-top: 60px;
}
.service-section .serviceincont + .serviceincont {
  margin-top: 30px;
}
.service-section .serviceincont__read {
  border-bottom: 1px solid #2b2421;
  color: #2b2421;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.service-section .serviceincont__read i {
  font-size: 80%;
  color: #8b2332;
}
.service-section .serviceincont__main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #1a1a1a;
}
.service-section .serviceincont__list1 li:nth-child(n+2) {
  margin-top: 30px;
}
.service-section .serviceincont__list1 li .list_no {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 42px;
  font-size: 4.2rem;
  color: #f6c96b;
  opacity: 0.3;
}
.service-section .serviceincont__list1 li .list_read {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
  color: #1a1a1a;
  line-height: 1.6em;
  margin-top: -23px;
  position: relative;
}
.service-section .serviceincont__list1 li .list_read span {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 17px;
  font-size: 1.7rem;
  color: #5e5a56;
  display: block;
  line-height: 1em;
}
.service-section .serviceincont__list1 li .list_read_b {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1a1a1a;
  line-height: 1.6em;
}
.service-section .serviceincont__list1 li .list_main {
  margin-top: 15px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #1a1a1a;
  line-height: 1.6em;
  letter-spacing: 0;
}
.service-section .serviceincont__list1 li .list_main.no-m {
  margin-top: 6px;
}
.service-section .serviceincont__col-2 {
  display: flex;
  flex-wrap: wrap;
}
.service-section .serviceincont__col-2 li {
  width: 50%;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1a1a1a;
}
.service-section .serviceincont__col-2 li i {
  color: #8b2332;
}
.service-section .serviceincont__col-3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.service-section .serviceincont__col-3 li {
  width: 30%;
  margin-right: 5%;
}
.service-section .serviceincont__col-3 li:nth-child(3n) {
  margin-right: 0;
}
.service-section .serviceincont__col-3 li:nth-child(n+4) {
  margin-top: 40px;
}
.service-section .serviceincont__col-3 li img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border: 1px solid #e2dacf;
}
.service-section .serviceincont__col-3 li .list_text {
  margin-top: 10px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 1.6em;
}
.service-section .serviceincont__col-3 li .list_text span {
  display: block;
  margin-top: 4px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #5e5a56;
  line-height: 1.5em;
}
.service-section .serviceincont a {
  margin-top: 20px;
}
@media all and (max-width: 900px) {
  .service-section .inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .service-section__left {
    position: static;
  }
}
@media all and (max-width: 639px) {
  .service-section {
    padding: 80px 0 0;
  }
  .service-section__left h3 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
  .service-section__left h3:before {
    left: 0;
    right: 0;
  }
  .service-section__item {
    padding: 34px 0 0;
    margin-bottom: 10px;
  }
  .service-section__item:before {
    top: 0;
  }
  .service-section__itemtext {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-size: 1.5rem;
    text-wrap: balance;
    word-break: auto-phrase;
  }
  .service-section__itemname {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .service-section__itemname span {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 20px;
    font-size: 2rem;
  }
  .service-section .serviceincont__read {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .service-section .serviceincont__col-2 {
    display: block;
  }
  .service-section .serviceincont__col-2 li {
    width: 100%;
  }
}

/*=====================================================
企業情報(company.php)
===================================================== */
.company {
  background: #faf8f4;
}
.company .company-message {
  text-align: center;
  margin-bottom: 70px;
}
.company .company-message h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
  color: #1a1a1a;
  margin-top: 8px;
}
@media all and (max-width: 900px) {
  .company .company-message h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.company .company-message__lead {
  margin-top: 28px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.9;
  color: #2b2421;
}
@media all and (max-width: 900px) {
  .company .company-message__lead {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 18px;
    font-size: 1.8rem;
    text-wrap: balance;
    word-break: auto-phrase;
  }
}
.company .company-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.company .company-card {
  background: #fff;
  border-radius: 8px;
  padding: 36px 32px;
  box-shadow: 0 18px 40px rgba(43, 36, 33, 0.06);
  border: 1px solid rgba(43, 36, 33, 0.08);
}
.company .company-card h3 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1a1a1a;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2dacf;
}
@media all and (max-width: 900px) {
  .company .company-card h3 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.company .company-card p,
.company .company-card li {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #1a1a1a;
}
.company .company-card ul {
  margin-top: 18px;
}
.company .company-card li {
  position: relative;
  padding-left: 24px;
}
.company .company-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8b2332;
}
.company .company-policy {
  margin-top: 80px;
  padding: 60px;
  border-radius: 12px;
  background: linear-gradient(110deg, #fff 0%, #fff4e8 52%, #f8d49b 100%);
}
.company .company-policy h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
  color: #1a1a1a;
  margin-top: 8px;
  margin-bottom: 34px;
}
@media all and (max-width: 900px) {
  .company .company-policy h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.company .company-policy ul {
  display: grid;
  gap: 18px;
}
.company .company-policy li {
  position: relative;
  padding-left: 42px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  color: #1a1a1a;
}
@media all and (max-width: 900px) {
  .company .company-policy li {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.company .company-policy li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.45em;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: #8b2332;
  font-family: "Font Awesome 6 Free";
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
}

.profile {
  background: #fff;
}
.profile__wrap {
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 70px;
  align-items: center;
}
.profile__photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(43, 36, 33, 0.12);
}
.profile__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.profile__text h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
  color: #1a1a1a;
  margin-top: 8px;
}
@media all and (max-width: 900px) {
  .profile__text h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.profile__text h3 {
  margin-top: 36px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 26px;
  font-size: 2.6rem;
  color: #1a1a1a;
}
.profile__text h3 span {
  display: inline-block;
  margin-left: 12px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 17px;
  font-size: 1.7rem;
  color: #5e5a56;
}
.profile__text .main {
  margin-top: 22px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  color: #1a1a1a;
}
.profile .position {
  color: #b8935c;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
}
.profile .book {
  padding-top: 20px;
  border-top: 1px solid #e2dacf;
}

.company-info {
  background: #faf8f4;
}
.company-info table {
  width: 100%;
  margin-top: 50px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(43, 36, 33, 0.06);
  border-collapse: collapse;
}
.company-info tr {
  border-bottom: 1px solid #e2dacf;
}
.company-info tr:last-child {
  border-bottom: 0;
}
.company-info th,
.company-info td {
  padding: 24px 28px;
  text-align: left;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.company-info th {
  width: 24%;
  color: #2b2421;
  background: #fff7ef;
}
.company-info td {
  color: #1a1a1a;
}

.company-contact {
  background: #fff;
}
.company-contact__box .section-label {
  text-align: center;
}
.company-contact__box h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
  color: #1a1a1a;
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
}
.company-contact__box .main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  color: #1a1a1a;
}
.company-contact__note {
  margin-top: 12px;
  color: #5e5a56 !important;
  text-align: center;
}
.company-contact__form {
  margin-top: 40px;
}
.company-contact .accbox {
  margin-top: 40px;
}
.company-contact .accbox label {
  display: block;
  cursor: pointer;
  transition: all 0.5s;
}
.company-contact .accbox label .more {
  display: block;
  text-align: center;
  border-top: 1px solid #8b2332;
  border-bottom: 1px solid #8b2332;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #8b2332;
  width: 100%;
  padding: 0.8em 0;
  margin: 15px auto 0;
  transition: 0.4s;
  margin-left: auto;
}
.company-contact .accbox label .more span {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
}
.company-contact .accbox label:hover .more {
  background: #8b2332;
  color: #fff;
  transition: 0.4s;
}
.company-contact .accbox label .single {
  padding: 0;
}
.company-contact .accbox input {
  display: none;
  transition: 0.8s;
}
.company-contact .accbox .accshow_1 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  position: relative;
}
.company-contact .accbox .accshow_1 .main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1a1a1a;
  text-align: left;
  letter-spacing: 0;
  width: 90%;
  margin: auto;
}
.company-contact .accbox .accshow_1 .main span {
  display: block;
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.company-contact .cssacc_1:checked + .accshow_1 {
  height: auto;
  opacity: 1;
  transition: 0.8s;
  padding-top: 50px;
}

@media all and (max-width: 900px) {
  .company .company-grid {
    grid-template-columns: 1fr;
  }
  .company .company-policy {
    padding: 40px 28px;
  }
  .profile__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .profile__photo {
    max-width: 420px;
  }
  .company-info th,
  .company-info td {
    display: block;
    width: 100%;
  }
  .company-info th {
    padding-bottom: 8px;
  }
  .company-info td {
    padding-top: 8px;
  }
  .company-contact__box {
    padding: 40px 26px;
  }
  .company-contact__form {
    padding: 28px 20px;
  }
}
/*=====================================================
パーパス経営とは(purpose.php)
===================================================== */
.purpose-page {
  background: #faf8f4;
}
.purpose-page__lead {
  text-align: center;
  margin-bottom: 70px;
}
.purpose-page__lead h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.7;
  color: #1a1a1a;
  margin-top: 10px;
}
@media all and (max-width: 900px) {
  .purpose-page__lead h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.purpose-page__lead .main {
  margin-top: 24px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #5e5a56;
  text-wrap: balance;
  word-break: auto-phrase;
}
.purpose-page__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.purpose-read {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 46px 40px;
  box-shadow: 0 18px 40px rgba(43, 36, 33, 0.06);
  border: 1px solid rgba(43, 36, 33, 0.08);
}
.purpose-read__en {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 56px;
  font-size: 5.6rem;
  color: #f6c96b;
  opacity: 0.35;
  line-height: 1;
}
.purpose-read__text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #1a1a1a;
  letter-spacing: 0;
}
.purpose-read h3 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1a1a1a;
  line-height: 1.5;
  margin-top: -36px;
  position: relative;
  color: #5e5a56;
  margin-bottom: 24px;
}
.purpose-read p:not(.purpose-read__en) {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #1a1a1a;
}
.purpose-read p:not(.purpose-read__en):nth-child(n+3) {
  margin-top: 18px;
}

.purpose-effect {
  background: #fff;
}
.purpose-effect h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.7;
  color: #1a1a1a;
}
.purpose-effect__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e2dacf;
}
.purpose-effect__card {
  background: #fff;
  padding: 42px 34px;
  text-align: center;
}
.purpose-effect__no {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
  color: #f5eee7;
  line-height: 1;
}
.purpose-effect__illust {
  display: block;
  margin: 0 auto 10px;
  width: 30%;
}
.purpose-effect h3 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 21px;
  font-size: 2.1rem;
  color: #1a1a1a;
  line-height: 1.6;
  margin-top: -29px;
  margin-bottom: 18px;
  color: #5e5a56;
}
.purpose-effect .item_text {
  text-align: left;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1a1a1a;
}

.purpose-method {
  background: #faf8f4;
}
.purpose-method__heading {
  text-align: center;
  margin-bottom: 60px;
}
.purpose-method__heading h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
  color: #1a1a1a;
  margin-top: 8px;
}
@media all and (max-width: 900px) {
  .purpose-method__heading h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.purpose-method__heading .main {
  margin-top: 24px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #5e5a56;
  text-wrap: balance;
  word-break: auto-phrase;
}
.purpose-method__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.purpose-method__card {
  background: #fff;
  border-radius: 10px;
  padding: 40px 32px;
  box-shadow: 0 18px 40px rgba(43, 36, 33, 0.06);
  border: 1px solid rgba(43, 36, 33, 0.08);
}
.purpose-method__phase {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  color: #8b2332;
  border-bottom: 1px solid rgba(139, 35, 50, 0.35);
  display: table;
  padding-bottom: 8px;
  margin-bottom: 22px;
}
.purpose-method h3 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 5px;
}
.purpose-method__quote {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 17px;
  font-size: 1.7rem;
  color: #2b2421;
  line-height: 1.7;
}
.purpose-method__main {
  margin-top: 10px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1.8;
}
.purpose-method__tool {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e2dacf;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #5e5a56;
}
.purpose-method__message {
  margin-top: 70px;
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.8;
  color: #8b2332;
}
@media all and (max-width: 900px) {
  .purpose-method__message {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.purpose-knowledge {
  background: #fff;
}
.purpose-knowledge__box .section-label {
  text-align: center;
}
.purpose-knowledge__box h2 {
  text-align: center;
}
.purpose-knowledge__box p.main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #5e5a56;
  text-align: center;
  margin-top: 20px;
  text-wrap: balance;
  word-break: auto-phrase;
}
.purpose-knowledge .cat_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.purpose-knowledge .cat_link li {
  margin: 0 4px 15px;
}
.purpose-knowledge .cat_link li a {
  display: block;
  border: 1px solid #8b2332;
  color: #8b2332;
  padding: 10px 37px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
  border-radius: 100px;
  transition: 0.4s;
}
.purpose-knowledge .cat_link li a:hover {
  background: #8b2332;
  color: #fff;
  transition: 0.4s;
}
.purpose-knowledge .news {
  position: relative;
}
.purpose-knowledge .news__list {
  border-top: 1px solid rgba(43, 36, 33, 0.14);
  margin-top: 60px;
}
.purpose-knowledge .news__item {
  border-bottom: 1px solid rgba(43, 36, 33, 0.14);
}
.purpose-knowledge .news__item a {
  display: grid;
  grid-template-columns: 130px 100px 1fr 28px;
  align-items: center;
  gap: 18px;
  padding: 19px 0;
  transition: background 0.25s ease, padding 0.25s ease;
}
.purpose-knowledge .news__item a:hover {
  padding-left: 16px;
  background: rgba(245, 238, 231, 0.2);
}
.purpose-knowledge .news__item time {
  color: #2b2421;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.purpose-knowledge .news__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 24px;
  border-radius: 999px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  background: #f5eee7;
}
.purpose-knowledge .news__title {
  color: #1a1a1a;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.purpose-knowledge .news__arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(43, 36, 33, 0.5);
  border-right: 2px solid rgba(43, 36, 33, 0.5);
  transform: rotate(45deg);
}
@media all and (max-width: 639px) {
  .purpose-knowledge .news__item a {
    display: block;
    grid-template-columns: none;
    gap: 0;
    padding: 18px 0;
  }
  .purpose-knowledge .news__item a:hover {
    padding-left: 0;
    background: transparent;
  }
  .purpose-knowledge .news__item time {
    display: block;
    grid-column: auto;
    margin-bottom: 8px;
  }
  .purpose-knowledge .news__cat {
    display: inline-flex;
    grid-column: auto;
    margin-bottom: 10px;
  }
  .purpose-knowledge .news__title {
    display: block;
    grid-column: auto;
    line-height: 1.7;
  }
  .purpose-knowledge .news__arrow {
    display: none;
    grid-column: auto;
    grid-row: auto;
  }
}
.purpose-knowledge ul.cms_lis {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 900px) {
  .purpose-knowledge ul.cms_lis {
    width: 100%;
    display: block;
  }
}
.purpose-knowledge ul.cms_lis li {
  width: 23.5%;
  position: relative;
  padding: 0;
  margin-right: 2%;
  box-sizing: border-box;
}
.purpose-knowledge ul.cms_lis li:nth-child(4n) {
  margin-right: 0;
}
.purpose-knowledge ul.cms_lis li:nth-child(n+5) {
  margin-top: 40px;
}
@media all and (max-width: 900px) {
  .purpose-knowledge ul.cms_lis li:nth-child(n+5) {
    margin-top: 0;
  }
}
@media all and (max-width: 900px) {
  .purpose-knowledge ul.cms_lis li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.purpose-knowledge ul.cms_lis li .thams {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 900px) {
  .purpose-knowledge ul.cms_lis li .thams {
    aspect-ratio: 16/9;
    margin: auto;
  }
}
.purpose-knowledge ul.cms_lis li .thams img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  font-family: "object-fit: cover;";
}
.purpose-knowledge ul.cms_lis li .data_cat {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  display: block;
  padding: 1px 0;
  border-radius: 100px;
  width: 108px;
  color: #1a1a1a;
  background: #f5eee7;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-top: -15px;
  margin-right: 10px;
}
.purpose-knowledge ul.cms_lis li .title {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: block;
  color: #1a1a1a;
  line-height: 1.6em;
}
.purpose-knowledge ul.cms_lis li .title span {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
  display: table;
  color: #5e5a56;
}
.purpose-knowledge .btn--primary {
  display: flex;
  margin: 50px auto 0;
  max-width: 300px;
}
.purpose-knowledge .list_data {
  margin-top: 0;
}
.purpose-knowledge .list_data__title {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 25px;
  font-size: 2.5rem;
  color: #1a1a1a;
  text-align: center;
}
.purpose-knowledge .list_data__lead {
  text-align: center;
  margin-top: 10px;
  color: #5e5a56;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
}
.purpose-knowledge .list_data ul {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.purpose-knowledge .list_data ul li {
  list-style: none;
}
.purpose-knowledge .list_data ul li a {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e2dacf;
  border-radius: 10px;
  transition: 0.3s;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: block;
  color: #1a1a1a;
  line-height: 1.6em;
}
.purpose-knowledge .list_data ul li a:hover {
  border-color: #8b2332;
  transform: translateY(-2px);
}
@media all and (max-width: 900px) {
  .purpose-knowledge .list_data ul {
    grid-template-columns: 1fr;
  }
}
.purpose-knowledge .list_data .pdf {
  flex-shrink: 0;
  padding: 6px 10px;
  border-radius: 4px;
  background: #8b2332;
  color: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 1.2rem;
}

@media all and (max-width: 900px) {
  .purpose-page__contents {
    grid-template-columns: 1fr;
  }
  .purpose-effect__grid {
    grid-template-columns: 1fr;
  }
  .purpose-method__grid {
    grid-template-columns: 1fr;
  }
  .purpose-knowledge__box {
    grid-template-columns: 1fr;
    padding: 40px 0;
  }
}
/*=====================================================
実績(result.php)
===================================================== */
.result-page {
  background: #faf8f4;
}
.result-page__lead {
  text-align: center;
  margin-bottom: 70px;
}
.result-page__lead h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.7;
  color: #1a1a1a;
  margin-top: 10px;
}
@media all and (max-width: 900px) {
  .result-page__lead h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.result-page__lead p.main {
  margin-top: 24px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #5e5a56;
}
.result-page__card {
  background: #fff;
  border-radius: 10px;
  padding: 42px 38px;
  box-shadow: 0 18px 40px rgba(43, 36, 33, 0.06);
  border: 1px solid rgba(43, 36, 33, 0.08);
  margin-bottom: 50px;
}
@media all and (max-width: 900px) {
  .result-page__card {
    padding: 42px 18px;
  }
}
.result-page__card--wide {
  grid-column: 1/-1;
}
.result-page__card h3 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 26px;
  font-size: 2.6rem;
  color: #2b2421;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 18px;
}
.result-page__card > p:not(.result-page__en):not(.result-page__note) {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #1a1a1a;
}
.result-page__en {
  font-family: "Cormorant", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #8b2332;
  letter-spacing: 0.16em;
  line-height: 1;
}
.result-page__two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.result-page__note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e2dacf;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #5e5a56;
  line-height: 1.8;
}

.result-boxgr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.result-box {
  margin-top: 30px;
  padding: 28px;
  background: #faf8f4;
  border-radius: 8px;
}
@media all and (max-width: 900px) {
  .result-box {
    background: none;
    padding: 20px 0;
  }
}
.result-box h4 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  color: #2b2421;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(43, 36, 33, 0.18);
}
.result-box li {
  position: relative;
  padding-left: 22px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #1a1a1a;
}
.result-box li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8b2332;
}
.result-box li:nth-child(n+2) {
  margin-top: 8px;
}

.result-history {
  background: #fff;
}
.result-history h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
}
@media all and (max-width: 900px) {
  .result-history h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.result-history__lead {
  margin-top: 16px;
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e5a56;
}
.result-history__timeline {
  max-width: 900px;
  margin: 60px auto 0;
  position: relative;
}
.result-history__timeline:before {
  content: "";
  position: absolute;
  left: 120px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e2dacf;
}
.result-history__month {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  padding-bottom: 42px;
}
.result-history__month:last-child {
  padding-bottom: 0;
}
.result-history__month:before {
  content: "";
  position: absolute;
  left: 112px;
  top: 8px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #8b2332;
  box-shadow: 0 0 0 6px rgba(139, 35, 50, 0.12);
}
.result-history__month h3 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  color: #b8935c;
  line-height: 1.4;
  margin-top: 5px;
}
.result-history__month ul {
  display: grid;
  gap: 14px;
}
.result-history__month li {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #1a1a1a;
}
.result-history__month li span {
  display: inline-block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 12px;
  color: #5e5a56;
  font-weight: 500;
  display: block;
}

.result-books {
  margin-top: 90px;
  padding: 52px 56px;
  border-radius: 12px;
  background: linear-gradient(110deg, #fff 0%, #fff4e8 52%, #f8d49b 100%);
}
.result-books h2 {
  margin-top: 8px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
  color: #1a1a1a;
}
.result-books ul {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}
.result-books li {
  position: relative;
  padding-left: 28px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1a1a1a;
}
.result-books li:before {
  content: "\f02d";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #8b2332;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

@media all and (max-width: 900px) {
  .result-page__cards, .result-page__two {
    grid-template-columns: 1fr;
  }
  .result-history__timeline:before {
    left: 8px;
  }
  .result-history__month {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-left: 36px;
  }
  .result-history__month:before {
    left: 0;
  }
  .result-books {
    padding: 40px 28px;
  }
}
.mailmagazine {
  background: #fff;
}
.mailmagazine__box {
  padding: 56px 60px;
  border-radius: 12px;
  background: linear-gradient(110deg, #fff 0%, #fff4e8 52%, #f8d49b 100%);
  box-shadow: 0 18px 40px rgba(43, 36, 33, 0.06);
}
.mailmagazine__head {
  text-align: center;
}
.mailmagazine__head h2 {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 29px;
  font-size: 2.9rem;
  color: #1a1a1a;
  margin-top: 8px;
}
@media all and (max-width: 900px) {
  .mailmagazine__head h2 {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.mailmagazine__head p {
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #1a1a1a;
}
.mailmagazine__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 34px;
}
.mailmagazine__list li {
  min-width: 180px;
  padding: 18px 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1a1a1a;
}
.mailmagazine__list li span {
  margin-right: 12px;
  color: #8b2332;
  font-weight: 700;
}
.mailmagazine__form {
  margin-top: 40px;
  background: #fff;
  border-radius: 15px;
  padding: 40px;
}
@media all and (max-width: 900px) {
  .mailmagazine__form {
    background: none;
    padding: 0;
  }
}
.mailmagazine__form .form-pattern-1 {
  background: none;
}

@media all and (max-width: 900px) {
  .mailmagazine__box {
    padding: 40px 20px;
  }
  .mailmagazine__list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .mailmagazine__form {
    padding: 28px 0;
  }
  .mailmagazine .form-contents {
    padding: 0;
  }
}
/*=====================================================
ブログ記事
===================================================== */
#topics_1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#topics_1 .single_new {
  background: #fff;
  width: 96%;
  margin: auto;
  padding: 80px 0;
}
#topics_1 .inner_ {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 900px) {
  #topics_1 .inner_ {
    display: block;
  }
}
#topics_1 .inner_ .left {
  width: 67%;
}
@media all and (max-width: 900px) {
  #topics_1 .inner_ .left {
    width: 100%;
  }
}
#topics_1 .inner_ .right {
  width: 27%;
  margin-left: auto;
}
@media all and (max-width: 900px) {
  #topics_1 .inner_ .right {
    width: 100%;
    margin: 50px 0 0;
  }
}
#topics_1 .inner_ .right .side_titem {
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 25px;
  font-size: 2.5rem;
  color: #8b2332;
}
#topics_1 .inner_ .right .side_titem.sec {
  margin-top: 80px;
}
#topics_1 .inner_ .right .side_titem span {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}
#topics_1 .inner_ .right ul li {
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}
#topics_1 .inner_ .right ul li a {
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding: 15px 10px;
  transition: 0.4s;
}
#topics_1 .inner_ .right ul li a time {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #8b2332;
  opacity: 0.5;
  position: relative;
}
#topics_1 .inner_ .right ul li a .news__cat {
  background: #ccc;
  color: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  border-radius: 100px;
  line-height: 1.4em;
  padding: 5px 20px;
}
#topics_1 .inner_ .right ul li a .title {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1a1a1a;
  display: block;
  margin-top: 4px;
  line-height: 1.8em;
}
#topics_1 .inner_ .right ul li a:hover {
  background: rgba(238, 238, 238, 0.4);
  transition: 0.4s;
}
#topics_1 .entry .data {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 21px;
  font-size: 2.1rem;
  color: #8b2332;
}
#topics_1 .entry .title {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 21px;
  font-size: 2.1rem;
  color: #1a1a1a;
}
#topics_1 .entry .main_cont {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
  color: #1a1a1a;
}
#topics_1 .entry .main_cont img {
  max-width: 100%;
  display: block;
}

/*# sourceMappingURL=style.css.map */
