@charset "UTF-8";

/*================================================
 *  一般・共通設定
================================================*/
html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

:root {
  --main-color: #6A9E8C;
  --black: #333;
  --sab-color: #767070;
  --ws-bg: #fff;
  --ws-muted: #f6f6f6;
  --ws-border: #e6e6e6;
}

body {
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-family: 'Kiwi Maru', serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #fff;
}

.wrap {
  width: min(92%, 1100px);
  margin: 0 auto;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
  margin-left: 0;
}

/* section */
section {
  padding-bottom: 10rem;
}

h2.bg_ttl {
  position: absolute;
  top: -47px;
  left: 25px;
  color: #f2f2f2;
  font-size: 130px;
  font-family: 'Lora', serif;
}

/* タイトル */
h1 {
  font-size: 5rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  text-align: center;
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
  color: var(--black);
}

h4 {
  font-family: 'Noto Serif JP', serif;
  text-transform: capitalize;
  font-size: 25px;
  color: #333;
  border-bottom: 1.5px solid #a7beb3;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

h3.en {
  font-weight: normal;
  font-size: 7rem;
  line-height: 1.4;
}

h3.en::after {
  position: absolute;
  content: "";
  width: 260px;
  height: 1px;
  background-color: #333;
  top: 52px;
  left: 10%;
}

h3.en .sama {
  font-size: 0.7em;
  vertical-align: middle;
}

h3.en.lineJs::after {
  left: 1%;
}

.works-title {
  font-size: 2rem;
  line-height: 1.2;
}

.works-title .title-main {
  display: inline-block;
  line-height: 1.1;
  font-size: 4rem;
}

.works-title .sama-sab {
  font-size: inherit;
  line-height: inherit;
  margin-left: 0.2em;
  vertical-align: baseline;
  font-size: 4.5rem;
}

.en {
  font-family: 'Tangerine', cursive, 'Noto Serif JP', serif;
  font-weight: 700;
}

h3.en [lang="ja"] {
  font-size: 4rem;
}

.section-title {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: #9c848e;
  padding-bottom: 30px;
}

.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #c4a05c;
  margin: 1rem auto 0;
}

.markker {
  background-image: linear-gradient(rgba(0, 0, 0, 0), 30%, rgba(243, 214, 214, 0.58) 70%);
}

.red {
  color: rgb(188, 3, 3);
  font-weight: bold;
}

.red_normal {
  color: rgb(188, 3, 3);
}

/* works comment共通 */
.comment {
  margin-top: 50px;
  font-size: 2rem;
}

/* ボタン */
.contactBtn {
  text-align: center;
  margin-top: 3rem;
}

.contactBtn p {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  color: #333;
  font-family: 'Noto Serif JP', serif;
}

.cta-button {
  display: inline-block;
  margin-top: 48px;
}

.cta-button a {
  background-color: var(--main-color);
  font-size: 1.6rem;
  color: #fff;
  padding: 2rem 2.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-family: 'Noto Serif JP', serif;
  display: inline-block;
  max-width: 90%;
  width: 280px;
  min-width: 200px;
  text-align: center;
}

.cta-button a:hover {
  background-color: #4d7d70;
}

.has_text {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width:768px) {

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

  body {
    width: 100vw;
    /* overflow-x: hidden; */
    font-size: 14px;
  }

  body#main {
    overflow-x: hidden;
  }

  h2.bg_ttl {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6rem;
  }

  h3.en {
    font-size: 5rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  h3.en::after {
    display: none;
    position: absolute;
    content: "";
    width: 260px;
    height: 1px;
    background-color: #333;
    top: 88px;
    left: 10%;
  }

  h3.en [lang="ja"] {
    font-size: 3rem;
  }

  h3.mainTtl {
    font-size: 2.4rem;
  }

  .section-title {
    font-size: 2rem;
    padding: 30px 0 10px;
  }

  .contactBtn {
    margin-top: 28px;
  }

  .cta-button a {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
}

/*================================================
 *  ナビメニュー
================================================*/
.site-header {
  background-color: #fff;
  width: 100%;
  height: 80px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 5%;
}

.logo img {
  height: 45px;
  width: auto;
  display: block;
}

.menuButton {
  display: block;
  height: 60px;
  width: 60px;
  background: #9d868f;
  border-radius: 50%;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1010;
  cursor: pointer;
}

.menuButton div {
  height: 1.5px;
  width: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.menuButton div:hover {
  color: var(--black);
}

.menuButton div:nth-of-type(1) {
  transform: translate(-50%, -15px);
}

.menuButton div:nth-of-type(3) {
  transform: translate(-50%, 15px);
}

.menuButton.active div:nth-of-type(1) {
  transform: rotate(45deg) translate(-50%, 0);
  transform-origin: 0% 50%;
}

.menuButton.active div:nth-of-type(2) {
  opacity: 0;
}

.menuButton.active div:nth-of-type(3) {
  transform: rotate(-45deg) translate(-50%, 0);
  transform-origin: 0% 50%;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 60px;
}

.contact-button {
  background-color: #6A9E8C;
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 2rem;
  transition: background-color 0.3s;
}

.contact-button:hover {
  background-color: #5a8e7c;
}

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

  .menuButton {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background-color: var(--main-color);
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 150px;
    box-shadow: -2px -2px 15px 2px rgb(214 214 214 / 45%);
  }

  /* 横線 */
  .menuButton span {
    position: absolute;
    display: block;
    height: 2px;
    width: 25px;
    background-color: #fff;
    transition: background-color 0.3s, transform 0.3s;
  }

  .menuButton span:nth-child(1) {
    top: 16px;
  }

  .menuButton span:nth-child(2) {
    top: 24px;
  }

  .menuButton span:nth-child(3) {
    top: 32px;
  }

  /* クリックされたら */
  .menuButton.active {
    background-color: #fff;
  }

  .menuButton.active div {
    background-color: #333;
  }
}

/* menu_panel */
#menu_panel {
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #6A9E8C, #4e7266);
  padding: 8rem 2rem 2rem;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  overflow: auto;
  box-shadow: 0 0 .5rem #7e7b7b;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#menu_panel.active {
  opacity: 1;
  visibility: visible;
}

/* メニューのフェードインアニメーション */
#menu_panel.active li {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

#menu_panel.active li:nth-child(1) {
  animation-delay: 0.2s;
}

#menu_panel.active li:nth-child(2) {
  animation-delay: 0.4s;
}

#menu_panel.active li:nth-child(3) {
  animation-delay: 0.6s;
}

#menu_panel.active li:nth-child(4) {
  animation-delay: 0.8s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-header {
  text-align: center;
  margin-bottom: 3rem;
}

.menu-copy {
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
}

/* メニューリスト */
#menu_panel ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}

#menu_panel li {
  margin: 3.5rem 0;
}

#menu_panel a {
  display: inline-block;
  text-align: left;
  color: #fff;
  font-size: 2.8rem;
  text-decoration: none;
  transition: color 0.3s;
}

#menu_panel a:hover {
  color: #ddd;
}

#menu_panel a .jp {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 0.4rem;
  letter-spacing: 5;
}

/* SNSアイコンエリア */
.menu-sns {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.menu-sns a {
  display: inline-block;
}

.menu-sns img {
  width: 40px;
  height: 40px;
  opacity: 0.9;
  transition: transform 0.3s, opacity 0.3s;
}

.menu-sns img:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

@media screen and (max-width:768px) {
  .menu-header {
    margin-bottom: 0;
  }

  #menu_panel li {
    margin: 2rem 0;
  }
}

/*=========================================
works-breadcrumb(ぱんクズリスト)/css共通
=========================================*/
section#about-breadcrumb,
section#plan-breadcrumb,
section#works-breadcrumb,
section#profile-breadcrumb,
section#privacy-breadcrumb {
  position: relative;
  top: 20px;
  margin-top: 33px;
  padding-bottom: 0;
}

#sample-breadcrumb {
  position: relative;
}

.topicpath {
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
}

.breadcrumb {
  margin-left: 0;
  padding-left: 0;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 12px;
}

.breadcrumb li a {
  color: #333;
}

.breadcrumb {
  position: absolute;
  margin-left: 0;
  padding-left: 0;
  z-index: 10;
}

.breadcrumb li:not(:last-child):after {
  content: '>';
  padding: 0 3px;
  color: #333;
}


@media screen and (max-width:768px) {
  .breadcrumb li a {
    font-size: 10px;
  }
}

/* =======================================================
* main
* ======================================================= */
.main-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(../images/main-visual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 5%;
  text-align: center;
  width: 80%;
  height: calc(100vh - 80px - 8.5rem);
  margin: 0 auto;
}

/* 画像にマスクをかける時 */
.main-section::before {
  content: '';
  background-image: linear-gradient(#000, #ccc);
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_slogan {
  position: absolute;
  top: 12%;
  left: 30%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 15px 0;
  margin: 0;
  font-family: 'Gilda Display', serif;
  white-space: nowrap;
  font-size: 8rem;
  font-weight: inherit;
  background-image: linear-gradient(20deg,
      rgb(156, 133, 143) 20%,
      #fff 23%,
      rgb(75, 147, 103) 26%,
      rgb(75, 147, 103) 63%,
      #fff 66%,
      rgb(156, 133, 143) 69%);
  background-size: 750% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 8s infinite linear;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.slogan {
  color: var(--main-color);
  line-height: 1.5;
  margin-top: 100px;
}

.slogan h2 {
  font-size: 4rem;
  margin-bottom: 1em;
}

.slogan .lead {
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.lead {
  font-size: 3rem;
  color: #445c62;
  margin-top: 0.5em;
}

.gilda {
  font-family: 'Gilda Display', serif;
}

.lead-subtext.strong-style {
  position: relative;
  font-size: 1.8rem;
  color: #333;
  line-height: 1.9;
  text-align: center;
  padding: 1.5em 1em;
  font-weight: bold;
  border-top: 1px solid #c4a05c;
  border-bottom: 1px solid #c4a05c;
  max-width: 700px;
  margin: 2em auto;
}

.lead-subtext.strong-style {
  transition: all 0.5s ease-in-out;
}

.lead-subtext.strong-style:hover {
  background-color: #dde6db;
}

.scroll-guide {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 200px;
  height: 200px;
  z-index: 2;
  pointer-events: none;
}

.container_01 {
  margin: 0;
  padding: 0;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a5cbd7;
  overflow: hidden;
}

.container_01 .scroll-down_01:hover {
  opacity: 0.7;
}

/* スクロール案内ボタン */
.scroll-down_01 {
  position: relative;
  width: 200px;
  height: 200px;
  color: #fff;
  font-family: serif;
  text-decoration: none;
}

.circle-text_01 {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}

.circle-text_01 span {
  position: absolute;
  left: 50%;
  font-size: 16px;
  transform-origin: 0 100px;
}

.arrow_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 50px;
  transform: translate(-50%, -50%);
  animation: scroll_01 3s infinite;
}

.arrow_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}

.arrow_01::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}

@media screen and (max-width:820px) {
  .top_slogan {
    left: 50%;
  }
}

@media screen and (max-width:768px) {
  .main-section {
    width: 100%;
  }

  .main-section {
    background-position: 0% center;
  }

  .top_slogan {
    left: 50%;
    font-size: 6rem;
  }

  .slogan {
    margin-top: 0;
  }

  .slogan h2 {
    margin-top: -72px;
    font-size: 3rem;
  }

  .lead {
    font-size: 1.4rem;
  }

  .lead-subtext.strong-style {
    font-size: 1.4rem;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1.5em .5em;
    border-radius: 12px;
    line-height: 1.8;
    margin: 2em 1em;
  }

  .show-pc {
    display: none;
  }

  .scroll-guide {
    bottom: -95px;
  }

  .scroll-down_01 {
    width: 100px;
    height: 100px;
  }

  .circle-text_01 span {
    font-size: 8px;
    transform-origin: 0 50px;
  }

  .arrow_01::before {
    top: 9px;
    height: 70%;
  }

  .arrow_01::after {
    bottom: 9px;
  }

}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .slogan {
    margin-top: 220px;
  }
}

@media screen and (max-width:1024px) {
  .slogan {
    margin-top: 100px;
  }
}

@media (max-width: 480px) {
  .top_slogan {
    left: 50%;
    font-size: 4rem;
  }

  .slogan h2 {
    font-size: 2rem;
  }
}

/*=========================================
info
=========================================*/
#info {
  margin: 0 auto;
}

#info .back_greeting {
  background-color: var(--main-color);
}

#info h2.greeting {
  font-family: 'Playfair Display', serif;
  width: 100%;
  height: 8.5rem;
  color: #fff;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1rem;
}

.show-sp {
  display: none;
}

#info h3.info_ttl {
  text-align: center;
  margin-top: 100px;
  border-bottom: none;
}

#info .info_txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-top: 30px;
}

.info-highlight {
  background: linear-gradient(to right, #f4f8f7, #e8f3ef);
  border-radius: 1.5em;
  padding: 2em 2.5em;
  margin: 3em 0;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.highlight-title {
  font-size: 2.4rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1em;
  position: relative;
}

.highlight-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #6A9E8C;
  margin: 0.5em auto 0;
}

.highlight-message {
  font-size: 2rem;
  color: #333;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.9;
}

@media screen and (max-width:768px) {
  #info h2.greeting {
    font-size: 2.6rem;
    color: #fff;
    letter-spacing: .1rem;
  }

  .show-sp {
    display: block;
    margin-bottom: 2em;
    font-size: 1.4rem;
    text-align: center;
  }

  #info h3.info_ttl {
    margin-top: 60px;
    font-size: 20px;
  }

  #info .info_txt {
    text-align: left;
    font-size: 1.6rem;
    padding: 0;
  }

  .highlight-title {
    font-size: 2rem;
  }

  .highlight-message {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .highlight-txt {
    font-size: 1.6rem;
  }
}

/*=========================================
message 
=========================================*/
#message {
  position: relative;
  background-color: #fff;
  transition: .3s;
  padding-bottom: 50px;
}

#message .message_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 60px;
}

#message .message_box .message_img {
  width: 50%;
}

#message .message_box .message_img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  display: block;
}

#message .message_box .message_txt {
  width: 45%;
}

#message .message_box p {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  section#concern {
    padding-bottom: 5rem;
  }

  #message h3 {
    text-align: center;
  }

  #message .message_box {
    flex-direction: column;
    margin-bottom: 0;
  }

  #message .message_box .message_img,
  #message .message_box .message_txt {
    width: 100%;
  }

  #message .message_box h3 {
    font-size: 1.8rem;
  }

  #message .message_box p {
    font-size: 1.6rem;
  }
}

/*=========================================
concern
=========================================*/
.business-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.business-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.business-card .icon {
  font-size: 2rem;
  color: var(--main-color);
  margin-bottom: 1rem;
  display: inline-block;
  color: #6a9e8c;
}

.business-card p {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .business-grid {
    gap: 1rem
  }

  .business-card p {
    font-size: 1.6rem;
  }

  .business-card .icon {
    font-size: 2.2rem;
  }
}

.solution-step {
  display: flex;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 auto 2.5rem;
  gap: 1.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid #d6e1dc;
}

.solution-step i {
  font-size: 2.2rem;
  color: var(--main-color);
  min-width: 32px;
  margin-top: 0.3rem;
}

.solution-step .text h3 {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-family: 'Noto Serif JP', serif;
}

.solution-step .text p {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.7;
  padding-top: 1em;
}

@media screen and (max-width: 768px) {
  .solution-step {
    flex-direction: column;
    align-items: flex-start;
    background-color: aliceblue;
    margin: 0 auto 1rem;
  }

  .solution-step {

    border-bottom: none;
  }

  .solution-step i {
    margin-bottom: 0.5rem;
  }

  .solution-step .text h3 {
    font-size: 1.7rem;
  }

  .solution-step .text p {
    font-size: 1.5rem;
  }
}

/* /*=========================================
works トップページ
=========================================*/
#works {
  position: relative;
  scroll-margin-top: 80px;
}

.works_container {
  width: 100%;
  margin: 0 auto;
}

.works_box>li {
  flex: 1 1 calc(33.333% - 24px);
  max-width: calc(33.333% - 24px);
}

#works_container .works-grid {
  width: 50%;
  overflow: hidden;
  margin: 0 auto;
}

#works_container .card img {
  display: block;
  width: 100%;
  height: auto;
}

p.name {
  text-align: center;
}

.more-btn-wrap {
  text-align: center;
  margin-top: 20px;
}

.more-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: all .3s;
  border-radius: 4px;
}

.more-btn:hover {
  background: #333;
  color: #fff;
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 12px;
  font-family: 'Noto Serif JP', serif;
}

.pagination a {
  text-decoration: none;
  color: #444;
  font-size: 1.6rem;
  transition: .3s;
}

.pagination .current {
  color: #b17066;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .works_box>li {
    flex: 1 1 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}

@media (max-width: 768px) {
  .works_box {
    gap: 16px;
    margin-bottom: 16px;
  }

  .works_box>li {
    flex: 0 1 70%;
    max-width: 70%;
    margin-inline: auto;
  }

  .pagination {
    margin-top: 8px;
  }
}

/*=========================================
sample 
=========================================*/
#sample {
  position: relative;
}

.subtext {
  text-align: left;
  max-width: min(68ch, 900px);
  margin: 0 auto 2.5rem;
  line-height: 1.9;
}

/* ===== サンプル一覧 ===== */
.sample-container {
  width: 100%;
}

.sample-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 700px;
  margin: 0 auto 60px;
  list-style: none;
  padding: 0;
}

.sample-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sample-card img {
  display: block;
  width: 100%;
  height: auto;
}

.card.works-grid {
  width: 100%;
}

.card {
  width: 50%;
  margin: 0 auto;
}

p.works-url {
  text-align: center;
}

.works-url a {
  color: #414141;
  text-decoration: underline;
}

/* キャプション */
.sample-name {
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width:768px) {
  .card {
    width: 80%;
    padding-bottom: 20px;
  }

  .works-url a {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .sample-list {
    grid-template-columns: 1fr;
  }

}

/*=========================================
difference違い
=========================================*/
h2.difference_ttl {
  font-size: 3rem;
  text-align: center;
  padding-bottom: 30px;
}

.snsBox {
  padding: 20px 0;
  border-radius: 10px;
  background: linear-gradient(to right, #746966, #969493);
  background-clip: padding-box;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.snsBox p {
  padding: 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

.snsBox p:first-child {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0;
}

.sns_hp {
  margin-top: 50px;
  font-size: 2.4rem;
}

.sns_hp ul {
  padding: 20px 20px 0;
}

.sns_hp ul li {
  font-size: 1.8rem;
  list-style: disc;
}

.sns_hp_txt {
  margin-top: 20px;
  font-size: 2rem;
}

@media screen and (max-width:768px) {
  h2.difference_ttl {
    font-size: 1.8rem;
  }

  .snsBox p {
    text-align: left;
    font-size: 1.6rem;
  }

  .sns_hp {
    font-size: 2.2rem;
  }

  .sns_hp ul li {
    font-size: 1.4rem;
  }

  .sns_hp_txt {
    font-size: 1.4rem;
  }
}

/*=========================================
merit 
=========================================*/
#merit {
  position: relative;
}

.merit-lead {
  text-align: center;
  font-size: 2.8rem;
  color: #9c848e;
  margin-top: 0.5em;
}

.merit-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.merit-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 28%;
}

.merit-step i {
  font-size: 2.4rem;
  color: var(--main-color);
  min-width: 36px;
  margin-top: 0.4rem;
}

.merit-step .text h4 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.merit-step .text p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.indent-adjust {
  display: inline-block;
  text-indent: 2.2em;
}

@media screen and (max-width:1024px) {
  .merit-step {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #merit {
    padding-bottom: 5rem;
  }

  .merit-lead {
    font-size: 1.8rem;
  }

  .text-wrap {
    font-size: 18px;
  }

  .merit-step .text p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/*=========================================
news
=========================================*/
#news {
  position: relative;
}

section#news {
  margin-top: 50px;
}

.news-scroll {
  max-height: 320px;
  overflow-y: auto;
  padding-right: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 700px;
  margin: 0 auto;
}

.news-scroll dl {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.news-scroll dl:last-child {
  border-bottom: none;
}

.news-scroll dt {
  flex-basis: 25%;
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
  color: #333;
}

.news-scroll dd {
  flex-basis: 75%;
  margin: 0;
  line-height: 1.6;
  color: #333;
}

@media screen and (max-width:768px) {
  .news-scroll dl {
    flex-direction: column;
  }
}

/* スクロールバー（任意） */
.news-scroll::-webkit-scrollbar {
  width: 8px;
}

.news-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/* モーダル */
a#modalOpen {
  color: #333;
  cursor: pointer;
  text-decoration: underline;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.7);
  background-color: #b0d3c2;
  padding: 20px;
  border-radius: 5px;
  min-width: 500px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  max-height: 90vh;
  overflow: auto;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.modal_content {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-weight: bold;
  align-items: center;
}

.modalContents {
  line-height: 1.8;
}

.modalClose {
  font-size: 2rem;
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .modal {
    min-width: initial;
    width: 90%;
    opacity: 0;
  }

  a#modalOpen {
    font-size: 14px;
  }

  #news dl dt {
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
  }

  #news dl dd {
    width: 100%;
    font-size: 14px;
  }
}

/*=========================================
quick-links
=========================================*/
.quick-links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
  box-sizing: border-box;
}

.quick-links-list li {
  flex: 1 1 calc(25% - 1rem);
  min-width: 200px;
}

.quick-links-list a.quick-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 12px;
  background-color: #6A9E8C;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.quick-links-list a.quick-button:hover {
  background-color: #588373;
}

@media (max-width: 768px) {
  .quick-links-list {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }

  .quick-links-list li {
    flex: 1 1 100%;
    min-width: auto;
  }

  .quick-links-list a.quick-button {
    padding: 0.8rem 1.5rem;
    font-size: 1.4rem;
  }
}

/* =======================================================
*about
* ======================================================= */
#about-message {
  padding: 60px 0;
  background-color: #f9f9f9;
  text-align: center;
}

#about-message .inner {
  margin-top: 50px;
}

#about-message .inner p {
  font-size: 1.8rem;
}

@media screen and (max-width:1024px) {
  #about-message .inner p {
    text-align: left;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:768px) {
  #about-message .inner {
    margin-top: 10px;
  }
}

/*=========================================
profile
=========================================*/
#profile {
  position: relative;
  margin-top: 60px;
}

.profile-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.profile-photo {
  flex: 0 0 300px;
  max-width: 30%;
}

.profile-photo img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profile-text {
  flex: 1 1 200px;
}

.profile-text p:first-of-type {
  padding-top: 20px;
}

rt {
  font-size: 0.6em;
  color: #666;
}

.profile-text .sub-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #333;
  line-height: 1.5;
}

.profile-text p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
  color: #333;
}

.sub-title-bottom p {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #profile {
    padding-bottom: 5rem;
  }

  .profile-sub-title {
    font-size: 22px;
  }

  .profile-flex {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .profile-photo {
    flex: 0;
    max-width: 60%;
  }

  .profile-text .sub-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .profile-text p {
    font-size: 1.8rem;
    text-align: left;
  }

  .profile-text {
    flex: 1 1 auto;
  }
}

.mission-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  text-align: center;
  margin-bottom: 10rem;
}

.mission-section .section-title {
  font-size: 2.4rem;
  margin-bottom: 1.5em;
}

.mission-section p {
  font-size: 1.6rem;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
}

/*=========================================
skills-section
=========================================*/
.skills-section {
  background-color: #e7efed;
  padding: 50px 0;
  border-radius: 10px;
}

.skills-section .section-title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.skills-grid li {
  width: calc(33.333% - 20px);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}

.skills-grid li::before {
  content: '▶';
  color: #8fb6a1;
  font-size: 1.2rem;
  position: absolute;
  top: 24px;
  left: 16px;
}

.skills-grid li span {
  display: block;
  margin-left: 10px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .skills-grid {
    gap: 6px;
  }

  .skills-grid li {
    width: 96%;
  }
}

.about-buttons {
  margin: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  width: 240px;
  text-align: center;
  display: inline-block;
  padding: 12px 24px;
  background-color: #427c5a;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 1.6rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  box-sizing: border-box;
}

.btn:hover {
  background-color: #fff;
  color: #427c5a;
  border-color: #427c5a;
}

.btn-outline {
  background-color: transparent;
  color: #427c5a;
  border: 1px solid #427c5a;
}

.btn-outline:hover {
  background-color: #427c5a;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .about-buttons {
    margin: 29px;
  }

  .btn {
    width: 75%;
  }

  .btn-group {
    flex-direction: column;
  }
}

/* =======================================================
*works-list
* ======================================================= */
section#works-list {
  padding: 60px 0;
  background-color: #f9f9f9;
  text-align: center;
}

.works-index {
  position: relative;
  top: 100px;
}

/* グリッドレイアウト */
.works-index .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  max-width: 960px;
  margin: 60px auto;
  gap: 1.5rem;
}

.works-card {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: transform .3s, box-shadow .3s;
}

.works-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.works-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #fff;
  display: block;
}

.works-card h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.works-card .desc {
  font-size: 1.4rem;
  margin: 0 1rem 1.5rem;
  color: #333;
}

.works-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.works-pagination button,
.works-pagination .page-number {
  padding: 6px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.works-pagination button:disabled {
  opacity: .5;
  cursor: default;
}

.works-pagination .page-number.active {
  background: #333;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  section#works-list {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .works-card img {
    height: 180px;
  }
}

/* works-sample-link */
.works-sample-link {
  position: relative;
  background: #f9f9f9;
  padding: 60px 0;
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.sample-lead {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 2rem;
}

/* =======================================================
*plan-message
* ======================================================= */
#plan-message {
  padding: 60px 0;
  background-color: #f9f9f9;
  text-align: center;
}

#plan-message .inner p {
  font-size: 1.6rem;
}

@media screen and (max-width:768px) {
  #plan-message .inner p {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* =======================================================
*plan
* ======================================================= */
#plan {
  position: relative;
  margin-top: 60px;
}

/* tabContainer */
.tabContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #333;
  padding: 0 3px 3px;
}

.tab-guide {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin-bottom: 0;
}

ul.tabs {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.tabContainer .tabs li {
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: .5s;
}

.tabs li.landing,
.tabs li.simple,
.tabs li.basic,
.tabs li.premium {
  font-weight: bold;
  font-size: 2rem;
}

.tabs li.landing {
  background-color: #9f8585;
}

.tabs li.simple {
  background-color: #595555;
}

.tabs li.basic {
  background-color: #47596f;
}

.tabs li.premium {
  background-color: #667664;
}

@media screen and (max-width:768px) {
  h3.profile-sub-title {
    font-size: 19px;
  }

  .tab-guide {
    font-size: 1.2rem;
  }

  .tabs li.landing,
  .tabs li.simple,
  .tabs li.basic,
  .tabs li.premium {
    font-size: 1.2rem;
    text-align: center;
  }
}

/* contentsTab */
.contentsTab h3 {
  text-align: center;
  margin-top: 30px;
  color: #fff;
  border-bottom: 1px solid rgb(255, 255, 255);
  white-space: nowrap;
}

.sub-kana {
  display: block;
  font-size: 0.7em;
  color: #ccc;
  font-weight: normal;
}

.title-en {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2em;
}

.title-en i {
  font-size: 1em;
  color: #fff;
}

.badge {
  background: linear-gradient(135deg, #fceabb, #f8b500);
  color: #5c4b00;
  font-size: 0.65em;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 12px;
  margin-left: 6px;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 600px) {
  .badge {
    font-size: 0.55em;
    padding: 2px 5px;
    margin-left: 4px;
  }
}

.contentsTab .panel_message {
  text-align: center;
}

.panel {
  color: #fff;
}

.plan_price {
  text-align: center;
  margin-bottom: 0;
}

.plan_price p {
  white-space: nowrap;
}

.taxnote {
  margin-left: .25em;
}

.taxnote {
  font-size: 20px;
}

.panel .plan_price>p {
  font-size: 2rem;
  margin-bottom: 30px;
}

.plan_price p:first-child {
  font-size: 3rem;
}

.panel p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.plan_contentLeft p,
.plan_contentRight p {
  font-size: 1.4rem;
}

.plan_contentLeft p::before,
.plan_contentRight p::before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-weight: 700;
  color: rgb(138, 67, 67);
  font-size: 10px;
  padding-right: 0.2rem;
}

.plan_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  padding: 15px;
}

.contentsTab li {
  padding: 20px;
  display: none;
}

li.landing {
  background-color: #9f8585;
}

li.simple {
  background-color: #595555;
}

li.basic {
  background-color: #47596f;
}

li.premium {
  background-color: #667664;
}

.contentsTab li.active {
  display: block;
}

.directions {
  margin-top: 50px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .panel p {
    margin-top: 0;
  }

  .plan_data {
    gap: 0;
  }

  .plan_contentLeft,
  .plan_contentRight {
    flex: 1 1 100%;
  }
}

.plan-common {
  margin-top: 4rem;
  padding: 2.5rem;
  background: #f7f7f7;
  border-radius: 12px;
  text-align: center;
}

.plan-common .common-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #333;
}

.plan-common .common-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.plan-common .common-list li {
  font-size: 2rem;
  color: #444;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.plan-common .common-list i {
  color: #6A9E8C;
  font-size: 1.6rem;
}

.plan-recommend {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f8f8;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 8px;
}

.plan-recommend p {
  margin-bottom: 0;
}

.plan-recommend i {
  color: #f39c12;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .plan-common {
    padding: 2rem 1.5rem;
  }

  .plan-common .common-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .plan-common .common-list li {
    font-size: 1.5rem;
  }
}

/* プラン比較表 */
.plan-comparison {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}

.plan-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  margin-top: 2rem;
  font-size: 1.5rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.plan-table th,
.plan-table td {
  padding: 1rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.plan-table th {
  background: #6A9E8C;
  color: #fff;
  font-weight: bold;
}

.plan-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.plan-table td:first-child {
  text-align: left;
  font-weight: bold;
  background: #f3f3f3;
}

p.scroll-comment {
  display: none;
}

@media (max-width: 768px) {
  .plan-table {
    font-size: 1.3rem;
  }

  .plan-table th,
  .plan-table td {
    padding: 0.8rem 1rem;
  }

  p.scroll-comment {
    display: block;
    font-size: 12px;
  }
}

/*=========================================
additionサーバドメイン
=========================================*/
#addition h2 {
  border-bottom: none;
  text-align: center;
  margin: 30px 0;
  font-size: 2.5rem;
}

#addition h2::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f5fc";
  color: rgb(66, 61, 61);
  font-size: 30px;
  padding-right: 1rem;
}

p.server_ttx {
  margin-bottom: 20px;
}

ul li.server_ttx {
  list-style-position: inside;
  padding-left: 1em;
}

li.server_ttx {
  list-style: disc;
}

p.server_ttx,
li.server_ttx {
  font-size: 1.6rem;
}

.server .figure {
  text-align: center;
}

.server img {
  width: 500px;
  margin: 0 auto;
}

.figure {
  text-align: center;
  margin: 2em 0 1.5em;
}

.figure img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.img-caption {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-top: 0.5em;
}

@media screen and (max-width:768px) {
  #addition h2 {
    font-size: 2.2rem;
  }

  #addition h2.server_01::before {
    font-size: 2rem;
  }
}

/*=========================================
purpose
=========================================*/
#characteristic_text h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #333;
  margin: 40px 0 30px;
}

#characteristic_text h2::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f24e";
  font-size: 2.2rem;
  padding-right: 0.8rem;
}

#characteristic_text h2 {
  text-align: center;
  color: #333;
  font-size: 2.5rem;
}

#characteristic_text {
  text-indent: 1rrem;
  font-size: 1.8rem;
}

#characteristic_text {
  font-size: 1.7rem;
  line-height: 1.9;
  color: #333;
  text-indent: 0;
}

#characteristic_text h2 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: .04em;
  margin: 36px 0 28px;
  color: #2A2A2A;
}

#characteristic_text h2::before {
  content: none;
}

.purpose-card {
  background: #FCFCFC;
  border-radius: 12px;
  padding: 28px;
}

#characteristic_text h3.fsz {
  position: relative;
  margin: 26px 0 14px;
  padding-left: 14px;
  font-size: 1.98rem;
  font-weight: 700;
  color: #405B52;
  letter-spacing: .03em;
  text-align: left;
  font-family: 'Kiwi Maru', serif;
}

#characteristic_text h3.fsz::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  height: 1.2em;
  width: 3px;
  background: #6A9E8C;
  border-radius: 2px;
}

#characteristic_text h3.fsz::after {
  content: none;
}

#characteristic_text .server_ttx {
  margin: .6rem 0 1.1rem;
  color: #444;
}

#characteristic_text .markker {
  background: linear-gradient(transparent 70%, #d0e7dd 70%);
  padding: 0 .15em;
}

#characteristic_text ul {
  margin: .6rem 0 1.2rem;
  padding-left: 1em;
}

#characteristic_text li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}

#characteristic_text .characteristic_text {
  background: #fafafa;
  color: #555;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0.8rem 1rem;
  border-left: 4px solid #cfe0d9;
}

#characteristic_text .server_ttx+h3.fsz,
#characteristic_text ul+h3.fsz {
  border-top: 1px solid #EEE;
  margin-top: 22px;
}

@media (max-width: 768px) {
  #characteristic_text h2 {
    font-size: 2.0rem;
    margin: 28px 0 22px;
  }

  #characteristic_text h3.fsz {
    font-size: 1.85rem;
    margin: 2rem 0 1.2rem;
  }

  .purpose-card {
    padding: 20px;
    border-radius: 10px;
  }
}

/*=========================================
faq 
=========================================*/
#faq {
  position: relative;
  margin-top: 60px;
}

.faq-section {
  background-color: #f9f9f9;
}

.accordion {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.accordion-question {
  width: 100%;
  background: #f0f0f0;
  padding: 1rem 3rem 1rem 1.5rem;
  font-size: 1.6rem;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}

.accordion-question::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--main-color);
  transition: transform 0.3s ease;
}

.accordion-question.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: .5rem 1.5rem;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.accordion-answer.open {
  opacity: 1;
}

.accordion-answer a {
  color: #353ac6;
}

.accordion-answer .label,
.accordion-question .label {
  font-weight: bold;
  margin-right: 0.5rem;
  color: #c33;
  display: inline-block;
}

.accordion-answer p {
  margin: 0;
  padding: 0;
  text-align: left;
}

.payment-list {
  padding-left: 3em;
  margin: 0.5em 0 0;
}

.payment-list li {
  list-style: disc;
  margin-bottom: 0.4em;
}

.payment-list .new {
  color: #d9534f;
}

@media screen and (max-width:768px) {
  #faq {
    padding-bottom: 5rem;
  }

  #faq .bg_ttl {
    top: -15px;
  }

  .accordion {
    margin: 30px auto 0;
  }
}

/* =======================================================
*flow
* ======================================================= */
#flow {
  position: relative;
  padding-bottom: 2rem;
}

h3.en.gsap10 {
  letter-spacing: 0.03em;
}

#flow .flow-heading {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  margin: 12px 0 20px;
}

#flow .eyebrow-en {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: clamp(3.2rem, 7vw, 8rem);
  line-height: 1;
  color: #F0F0F0;
  letter-spacing: .08em;
  user-select: none;
}

#flow .title-ja {
  font-size: clamp(2.0rem, 2.6vw, 2.6rem);
  font-weight: 700;
  color: #2A2A2A;
  margin: 0 0 .2rem;
  position: relative;
}

#flow .title-ja::after {
  content: "";
  display: block;
  width: min(220px, 35vw);
  height: 2px;
  background: #777;
  margin-top: .6rem;
}

#flow .flow-steps {
  list-style: none;
  padding: 0;
  margin: 80px 0 0;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(5, 1fr);
}

#flow .flow-step {
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 18px 14px 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
  position: relative;
  isolation: isolate;
}

#flow .step-badge {
  position: absolute;
  inset: -14px auto auto -14px;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 999px;
  padding: .5rem .9rem;
  letter-spacing: .02em;
  box-shadow: 0 4px 12px rgba(155, 110, 100, .25);
}

#flow .flow-step h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2f2f2f;
  margin: .4rem 0 .2rem;
}

#flow .flow-step p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin: 0 auto;
  max-width: 28ch;
  text-wrap: pretty;
  text-align: left;
}

#flow .flow-step:last-child::after {
  display: none;
}

.flow-icon {
  width: 60px;
  height: 60px;
  color: #6A9E8C;
  display: block;
}

@media (max-width:1200px) {
  #flow .flow-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  #flow .flow-step:nth-child(3n)::after {
    display: none;
  }
}

@media (max-width:768px) {
  #flow .flow-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: .4rem;
  }

  #flow .title-ja::after {
    width: 140px;
  }

  #flow .flow-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  #flow .step-illustration {
    width: 32px;
    height: 32px;
  }

  #flow .flow-step {
    text-align: left;
    padding: 18px 16px 16px 16px;
  }

  #flow .step-illustration {
    margin: 6px 0 8px 0;
  }

  #flow .flow-step p {
    max-width: none;
  }

  #flow .flow-step::after {
    display: none;
  }

  #flow .step-badge {
    inset: -12px auto auto -12px;
    font-size: 1.1rem;
  }

  .flow-icon {
    width: 55px;
    height: 55px;
  }
}

/* =======================================================
*works_container
* ======================================================= */
#works_container {
  position: relative;
  padding-bottom: 0;
}

h2.bg_ttl.sab-title {
  position: absolute;
  top: -150px;
  color: #f2f2f2;
  font-size: 130px;
  font-family: "Times New Roman", Times, serif;
}

h2.bg_ttl.sab-title.sampleTtl {
  top: -88px;
}

h3.en.gsap11.line {
  margin-top: 120px;
  margin-bottom: 0;
}

.textBox {
  text-align: center;
}

h4.textBox_sab {
  border-bottom: none;
  text-align: center;
}

.url-box {
  text-align: center;
}


.link-gray {
  color: #414141;
  text-decoration: none;
  text-align: center;
}

.link-gray:hover {
  color: #222;
  text-decoration: underline;
}

.label {
  font-weight: bold;
  margin-right: 4px;
}

.works_container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.introText_box {
  text-align: center;
}

/* 要点（3カード） */
.wsSection {
  padding: 48px 0;
}

.wsSection__ttl {
  font-size: 2.8rem;
  margin-bottom: 0;
}

.scroll-anchor {
  scroll-margin-top: 50px;
}

@media screen and (max-width:768px) {

  .wsSection {
    padding: 30px 0;
  }

  .wsSection__ttl {
    font-size: 2.2rem;
    padding-bottom: 0;
  }

  .textBox {
    text-align: left;
  }

  h4.textBox_sab {
    font-size: 18px;
  }
}

.worksProg {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  z-index: 50
}

.worksProg__bar {
  height: 4px;
  width: 0;
  background: var(--ws-accent);
  transition: width .15s linear
}

/* ミニナビ */
nav.worksNav.wrap {
  margin: 0 auto;
}

.worksNav {
  position: sticky;
  top: 0;
  z-index: 88;
  margin: 0 auto;
  background: #fff;
  margin: 16px 0;
  padding: 5px 0;
  text-align: center;
  overflow: visible;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.worksNav.is-active {
  width: 75%;
  padding: 11px 0;
}

.worksNav__list {
  display: flex;
  gap: 18px;
  overflow: auto;
  scrollbar-width: none;
  display: inline-flex;
  overflow: visible;
}

.worksNav__link {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  padding-bottom: 6px;
  display: block;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 2rem;
  color: #555;
  border: 1px solid transparent;
  white-space: nowrap
}

.worksNav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--main-color);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease;
}

.worksNav__link:hover::after {
  transform: scaleX(1);
}

.worksNav__link.is-active::after {
  transform: scaleX(1);
}

.worksNav:has(.worksNav__link:hover) .worksNav__link.is-active:not(:hover)::after {
  transform: scaleX(0);
}

@supports not (selector(:has(*))) {
  .worksNav__link.is-active::after {
    transform: scaleX(1);
  }
}

/* 要点カード */
.wsHighlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width:768px) {
  nav.worksNav.wrap {
    margin: 0 15px;
  }

  .worksNav.is-visible {
    width: 75%
  }

  .worksNav__list {
    display: flex;
    justify-content: space-around;
    gap: 8px;
    min-width: max-content;
    overflow-x: auto;
    overflow-y: visible;
  }

  .worksNav__link {
    font-size: 1.3rem;
    padding: 6px 10px;
  }

  .wsHighlights {
    grid-template-columns: 1fr
  }
}

.wsHighlights__card {
  background: var(--ws-muted);
  border: 1px solid var(--ws-border);
  border-radius: 16px;
  padding: 16px
}

.wsHighlights__eyebrow {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: .08em;
  color: #666;
  margin-bottom: 6px
}

.wsHighlights__head {
  font-size: 2rem;
  margin: 0 0 6px;
  text-align: center;
  color: var(--main-color);
}

.wsHighlights__txt p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
  text-align: left;
}

.wsHighlights__list {
  list-style: disc;
  padding-left: 1.2em;
  margin-top: 1em;
}

.wsHighlights__list li {
  margin-bottom: 0.6em;
  list-style: disc;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .wsHighlights__head {
    font-size: 1.8rem;
  }
}

/* お客様の声 */
.wsVoice {
  border: 1px solid var(--ws-border);
  border-radius: 14px;
  padding: 16px;
  margin: 12px 0;
  background: #fff
}

.wsVoice__q {
  font-size: 1.8rem;
  margin: 0 0 8px
}

.wsVoice__a {
  max-height: 9em;
  overflow: hidden;
  position: relative;
  line-height: 1.9
}

.wsVoice__a p {
  text-align: left;
}

@media screen and (max-width:768px) {
  .wsVoice--first {
    margin-top: 0;
  }

  .wsVoice__q {
    text-align: center;
  }
}

.wsVoice__a {
  overflow: hidden;
  position: relative;
  line-height: 1.9
}

.wsVoice__a[data-collapsed] {
  max-height: 9em;
}

.wsVoice__a:not([data-collapsed]) {
  max-height: none;
}

.wsVoice__a[data-collapsed]::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.wsVoice__a:not([data-collapsed])::after {
  display: none
}

.wsMoreBtn {
  margin-top: 8px;
  border: 1px solid var(--ws-border);
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: .92rem;
  cursor: pointer
}

/* 社会的証明 */
.wsProof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 16px
}

.wsProof__media {
  display: flex;
  gap: 10px;
}

.wsProof__media img {
  width: 250px;
  height: auto;
  border-radius: 8px;
}

p.wsProof__txt {
  font-size: 1.2rem;
  color: #444;
  margin-top: 5px;
}

@media (max-width:768px) {
  .wsProof {
    grid-template-columns: 1fr
  }

  .wsProof__media {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }

  .wsProof__media img {
    flex: 0 0 auto;
    width: 80%;
    max-width: 250px;
    height: auto;
    scroll-snap-align: start;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  #proof-img {
    display: block;
    margin: 0 auto;
  }

  p.wsProof__txt {
    text-align: left;
  }
}

/* CTAバンド */
.wsCtaBand {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  background: #5e5454;
  border: 1px solid var(--ws-border);
  border-radius: 16px;
  padding: 14px;
  margin-top: 30px
}

.wsCtaBand__btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--ws-border);
  text-decoration: none
}

.wsCtaBand__btn--primary {
  background: var(--ws-accent);
  color: #fff;
  border-color: var(--ws-accent)
}

.wsCtaBand__link {
  gap: .25em;
  text-decoration: underline;
  text-underline-offset: .2em;
  margin-left: auto;
  font-size: 1.5rem;
  text-decoration-thickness: 1px;
}

.wsCtaBand__link::before {
  content: "→";
  padding-right: .8rem;
  display: inline-block;
  transition: transform .15s ease;
}

.wsCtaBand__link:hover::before {
  transform: translateX(2px);
}

.wsNotes.wsNotes--single {
  background: linear-gradient(to right, #f4f8f7, #e8f3ef);
  padding: 20px 20px;
  border-radius: 10px;
}

.wsNotes__body p {
  margin: 0 0 14px;
  line-height: 1.9;
  text-align: left;
}

.wsNotes__bullets {
  list-style: disc;
  margin: 8px 0 0 1.2em;
  padding: 0;
}

.wsNotes__bullets li {
  margin: .4em 0;
  list-style: disc;
}

@media screen and (max-width:768px) {
  .wsCtaBand {
    align-items: center;
    justify-content: space-around;
    background: #fff;
  }

  .wsCtaBand__link {
    margin: 0 auto;
  }

  .wsCtaBand__btn--primary {
    background: none;
    color: inherit;
    border-color: var(--ws-border);
  }

  .wsCtaBand a {
    color: #333;
  }
}

/* 固定CTA全体 */
.wsStickyCta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 990;
  display: flex;
  gap: 12px;
  justify-content: space-evenly;
  align-items: center;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(160%) blur(8px);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.wsStickyCta.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.wsStickyCta__btn {
  display: inline-block;
  background: var(--ws-accent);
  color: #555;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 20px;
  border: 1px solid var(--ws-accent);
  font-weight: 600;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.wsStickyCta__btn:hover {
  background: #fff;
  color: var(--ws-accent);
  border-color: var(--ws-accent);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.wsStickyCta__link {
  font-size: 1.8rem;
  color: #555;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  position: relative;
  padding-left: 1.8em;
  transition: color 0.3s;
}

.wsStickyCta__link::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  transition: transform 0.3s ease;
}

.wsStickyCta__link:hover {
  color: var(--ws-accent);
}

.wsStickyCta__link:hover::before {
  transform: translateX(3px);
}

@media screen and (max-width:768px) {
  h2.bg_ttl.sab-title {
    top: -97px;
    left: 28%;
    font-size: 40px;
  }

  .wsStickyCta {
    padding: 8px 5px;
  }

  .wsStickyCta__btn {
    font-size: 1.2rem;
  }

  .wsStickyCta__link {
    font-size: 1.6rem;
  }

  .wsStickyCta__link::before {
    top: -1px;
  }
}

/* process */
.process-mini__list {
  margin: 2rem 0 0;
  padding-left: 1.2em;
  list-style: disc;
  color: #444;
  font-size: 1.5rem;
  line-height: 1.8;
}

.process-mini__list li {
  margin-bottom: 1rem;
}

.process-mini__list strong {
  color: #2f6d62;
}

.link-blue {
  color: #0066cc;
  text-decoration: underline;
}

.step-num {
  color: #333;
  font-weight: bold;
  margin-right: 0.3em;
}

/* =======================================================
*sample
* ======================================================= */
#sample-intro {
  position: relative;
  margin-top: 100px;
}

h3.en.gsap11.lineSp {
  font-size: 4rem;
}

h3.en.lineSp::after {
  position: absolute;
  content: "";
  width: 260px;
  height: 1px;
  background-color: #333;
  top: 24px;
  left: 7%;
}

.sample-lead {
  line-height: 1.85;
  font-size: clamp(1.05rem, 1.4vw, 1.6rem);
  font-weight: 400;
  color: #333;
  margin: 0 auto;
  text-align: center;
}

.sample-lead strong {
  font-weight: 700;
  font-size: 1.05em;
  background: linear-gradient(transparent 65%, rgba(106, 158, 140, .25) 65%);
  padding-bottom: .05em;
}

.sample-note {
  margin-top: 1.5em;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

#ws-notes .sample-note {
  margin-top: 1em;
  text-align: left;
  font-size: 1.4rem;
  color: #555;
}

.mini-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.mini-button a {
  display: inline-block;
  padding: 10px 24px;
  background-color: #6A9E8C;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  min-width: 200px;
  transition: background-color 0.3s;
}

.mini-button a:hover {
  background-color: #588373;
}

@media (max-width: 768px) {
  #sample-intro {
    margin-top: 0;
    padding-bottom: 50px;
  }

  .mini-buttons {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}

/* 想定シナリオ */
.wsScenario {
  margin-top: 1.5em;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #444;
}

.wsScenario__list {
  margin: 1.2em 0 0;
  padding-left: 1.2em;
  list-style: disc;
}

.wsScenario__list li {
  margin-bottom: 1em;
}

.wsScenario__list strong {
  color: #2f6d62;
}

@media screen and (max-width:768px) {
  .wsScenario {
    font-size: 1.4rem;
  }

  h2.bg_ttl.sab-title.sampleTtl {
    top: -20px;
  }

  h3.en.gsap11.lineSp {
    font-size: 3rem;
  }

  .sample-lead {
    text-align: left;
    font-size: 14px;
  }

  .sample-note {
    font-size: 12px;
    text-align: left;
  }
}

/*=========================================
sample_container
=========================================*/
#sample-container {
  position: relative;
  padding-bottom: 3rem;
}

h3.sample-containerTtl {
  font-weight: normal;
  font-size: 3rem;
  margin-bottom: 0;
}

/*=========================================
pegeNext 
=========================================*/
.pagination {
  margin: 40px 0;
}

.pagenav {
  width: 980px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 88px auto 0 auto;
  font-size: 2rem;
}

.pagenav a {
  color: #333;
}

@media screen and (max-width:768px) {
  .pagenav {
    width: 100%;
    font-size: 1.6rem;
  }
}

/* =======================================================
*intro
* ======================================================= */
main.contact-main {
  background: url(../images/bg_img00.webp) no-repeat right bottom / cover fixed;
}

h2.mainTtl {
  text-align: center;
  font-size: 3rem;
  padding: 0 0 20px;
}

form {
  max-width: 700px;
  margin: 50px auto;
}

label {
  display: block;
  margin: 35px auto 10px;
}

label small {
  font-size: 11px;
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
select,
textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  outline: none;
  height: 50px;
  line-height: 1.8;
  background: #f9f9f9;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}

textarea {
  height: 300px;
  padding: 10px;
}

form sup {
  background-color: #e65a5a;
  color: #fff;
  font-size: 10px;
  margin-left: 4px;
  padding: 2px 5px;
  border-radius: 3px;
  vertical-align: text-top;
}

form sup.any {
  background-color: #959796;
}

form a {
  margin-top: 30px;
  font-style: 12px;
  color: #333;
  display: block;
  text-align: center;
}

.button {
  text-align: center;
  margin-top: 30px;
}

input[type="submit"] {
  padding: 20px 40px;
  margin: 0 10px;
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  border-radius: 10px;
}

input[type="submit"]:hover {
  background-color: #fff;
  color: #333;
  transition: .5s;
}

/* キャンセルポリシー */
.policy {
  font-weight: normal;
  height: 180px;
  margin-top: 30px;
  margin-bottom: 10px;
  overflow: auto;
  padding: 20px;
  border: 1px solid #c7c4b5;
  border-radius: 3px;
  background: #fff;
}

.policy h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}

.policy ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.bold-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.aligned-list li.disc {
  list-style-type: disc;
  margin: 0;
}

.aligned-list li {
  margin-bottom: 0.8em;
  text-align: left;
  line-height: 1.6;
}

ul.aligned-list {
  margin-bottom: 10px;
}

.radio-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.radio-container .checkbox {
  margin: 0;
}

.radio-container .radioBtn {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  margin: 0;
}

/*================================================
 *  下層ページ｜sub
 ================================================*/
.sub-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 10px;
  gap: 60px;
}

.sub-text {
  flex-shrink: 0;
}

.sub-title {
  font-size: 3.5rem;
  font-family: 'Playfair Display', serif;
  color: #333;
  letter-spacing: 0.1em;
}

.sub-image img {
  width: 800px;
  max-width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  object-position: 20% 35%;
  filter: hue-rotate(10deg) brightness(1.05);
}

.sub-image.works img {
  object-position: 20% 55%;
}

.sub-image.sampleTop img {
  object-position: 20% 22%;
}

@media screen and (max-width: 768px) {
  .sub-wrapper {
    justify-content: center;
    gap: 10px;
    padding: 20px 10px;
  }

  .sub-text {
    text-align: center;
  }

  .sub-title {
    font-size: 3rem;
  }

  .sub-image img {
    width: 500px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .sub-title {
    font-size: 2rem;
  }

  .sub-image img {
    height: 200px;
  }
}

/* =======================================================
* プライバシーポリシー
* ======================================================= */
#privacy {
    padding-top: 100px;
    font-size: 3rem;
    text-align: center;
    padding-bottom: 5rem;
}

#policy dl {
  margin-top: 50px;
}

#policy dl dt {
  padding-bottom: 15px;
  font-weight: bold;
}

#policy dl dd {
  margin-bottom: 50px;
  font-size: 1.4rem;
  line-height: 2;
}

#policy ol {
  padding-left: 25px;
}

#policy ol li {
  padding-bottom: 5px;
}

#policy ul.pl {
  margin: 15px 0;
  padding-left: 30px;
}

.sub_ttl.privacy {
    font-size: 24px;
}

@media screen and (max-width:768px) {
  .sub_ttl.privacy {
    line-height: 1.2;
  }
   span.sab-policy {
    font-size: 1.4rem;
  }
}

/* =======================================================
* キャンセルポリシー
* ======================================================= */

.policy_link {
  margin-top: 20px;
}

.policy_link a {
  font-size: 16px;
  color: #333;
}

/* =======================================================
*footer
* ======================================================= */
footer {
  padding: 50px 0;
  background: var(--main-color);
}

.footer_name {
  text-align: center;
  font-family: 'Poiret One', cursive;
  text-transform: uppercase;
  font-size: 30px;
}

.footer_menu {
  text-align: center;
  margin-bottom: 20px;
}

.footer_menu li {
  display: inline-block;
  padding: 0 10px;
  font-size: 2rem;
}

.footer_sns {
  text-align: center;
  margin-bottom: 18px;
}

.footer_sns li {
  display: inline-block;
  padding: 0 10px;
}

.copyright {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width:768px) {
  .footer_menu li {
    display: block;
    margin-bottom: 15px;
  }
}

/*================================================
 *  ページトップへの戻り
================================================*/
#pagetop {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 38px;
  width: 56px;
  height: 56px;
  z-index: 900;
  cursor: pointer;
}

#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}

#pagetop a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #9d858e;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#pagetop a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: var(--sab-color);
}

@media screen and (max-width:767px) {
  #pagetop {
    width: 50px;
    height: 50px;
  }

  #pagetop a::after {
    top: -18px;
    display: block;
    margin: 0 auto;
    font-size: 10px;
  }

  #pagetop a::before {
    top: -128px;
  }
}