/*
Theme Name: sainomne
Author: Sainome
Version: 1.0.0
*/

@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

.container {
  width: 98%;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  .container {
    max-width: 760px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 500px) {
  .container {
    max-width: 400px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #161A12;
  min-height: 120vh;
}

p {
  line-height: 1.6rem;
}

a {
  color: #161A12;
}

.p-txt {
  color: #FA0837;
  font-size: 0.8rem;
}

.bg-color {
  background-color: #E6EAE3;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp-on {
    display: block;
  }
}

.lg-on {
  display: none;
}

@media screen and (max-width: 1000px) {
  .lg-on {
    display: block;
  }
}

/*========= 各ページ　section余白指定===============*/
section {
  padding: 10rem 0 !important;
}

@media screen and (max-width: 800px) {
  section {
    padding: 5rem 0 !important;
  }
}

/*========= 各ページ　ヘッダーが横のため、左に余白を作る===============*/
main {
  width: calc(100% - 260px);
  margin-left: 260px;
  overflow: hidden;
  padding-bottom: 60px;
}

@media screen and (max-width: 800px) {
  main {
    width: 100%;
    margin-left: 0;
  }
}

/*========= 共通ボタン===============*/
.btn-link {
  margin-top: 30px;
  text-align: center;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .btn-link {
    margin-top: 10px;
  }
}

.btn-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-height: 60px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  border-radius: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;

}

.btn-link a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 1s;
}

/*========= 小さいボタン===============*/
.btn-sub {
  margin-top: 24px;
  text-align: center;
}

.btn-sub .btn-link-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  min-height: 40px;
  border-radius: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  background-color: #161A12;
  color: #fff;
}

/*========= TOPページ　各項目タイトル h2===============*/
.sec-ttl-area {
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.sec-ttl-area .sec-ttl {
  color: #E6EAE3;
  text-align: center;
  font-size: 5.5rem;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .sec-ttl-area .sec-ttl {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 800px) {
  .sec-ttl-area .sec-ttl {
    font-size: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-ttl-area .sec-ttl {
    text-align: center;
    line-height: 4rem;
  }
}

.sec-ttl-area .sec-txt {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-: translateX(-50%);
  color: #161A12;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .sec-ttl-area .sec-txt {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 800px) {
  .sec-ttl-area .sec-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-ttl-area .sec-txt {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.2rem;
  }
}

/*========= TOPページ　各項目タイトル h2　背景色がある場合===============*/
.sec-ttl-area {
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.sec-ttl-area .sec-ttl-w {
  color: #fff;
  text-align: center;
  font-size: 5.5rem;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .sec-ttl-area .sec-ttl-w {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 800px) {
  .sec-ttl-area .sec-ttl-w {
    font-size: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-ttl-area .sec-ttl-w {
    text-align: center;
    line-height: 4rem;
  }
}

.sec-ttl-area .sec-txt {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-: translateX(-50%);
  color: #161A12;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .sec-ttl-area .sec-txt {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 800px) {
  .sec-ttl-area .sec-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-ttl-area .sec-txt {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.2rem;
  }
}

/*========= TOPページ　サブタイトル h3===============*/
.sub-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8rem;
}

.sub-ttl::before {
  content: "";
  border-left: 10px solid #161A12;
  padding-right: 8px;
}

/*=========下層ページ　ファーストビュー h2===============*/
.sub-top {
  height: 100vh;
  position: relative;
}

.sub-top .sub-ttl-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  -webkit-: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 1500px;
  z-index: 5;
}

.sub-top .sub-ttl-area .sec-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 7rem;
  color: #E6EAE3;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .sub-top .sub-ttl-area .sec-ttl {
    font-size: 4rem;
  }
}

.sub-top .sub-ttl-area .sec-txt {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-: translateX(-50%);
  color: #161A12;
  font-size: 2.7rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1200px) {
  .sub-top .sub-ttl-area .sec-txt {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 1000px) {
  .sub-top .sub-ttl-area .sec-txt {
    font-size: 2.7rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 800px) {
  .sub-top .sub-ttl-area .sec-txt {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }
}

@media screen and (max-width: 500px) {
  .sub-top .sub-ttl-area .sec-txt {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.2rem;
  }
}

.sub-top .sub-ttl-area .sainome {
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
  -webkit-: translateY(-50%);
  z-index: -1;
  width: 80%;
  max-width: 1000px;
}

@media screen and (max-width: 500px) {
  .sub-top .sub-ttl-area .sainome {
    width: 100%;
    right: -15%;
  }
}

/* 下層ページファーストビュー サイノメのアニメーション*/
.anime {
  position: fixed;
  right: -25%;
  bottom: 50px;
  z-index: -2;
  width: 80%;
  max-width: 850px;
  animation: spin-anime 40s linear infinite;
}

@media screen and (max-width: 500px) {
  .anime {
    width: 100%;
    top: 22%;
    right: -50%;
  }
}

@keyframes spin-anime {
  0% {
    transform: rotate(0);
  }

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

/*========= 下層ページ　タイトル h3===============*/
.sub-sec-ttl {
  text-align: center;
}

.sub-sec-ttl p {
  width: 150px;
  margin: auto;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #161A12;
}

.sub-sec-ttl h3 {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 1rem;
}

.sub-sec-ttl h3 span {
  display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .flex {
    flex-direction: column;
  }
}

.flex-reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .flex-reverse {
    flex-direction: column;
  }
}

header {
  width: 260px;
  height: 100vh;
  top: 0;
  /* ;
  left: 0;
  right: 0; */
  z-index: 999;
  position: fixed;
}

header .header__inner {
  display: flex;
  flex-direction: column;
  /* ヘッダーのロゴ部分 */
}

header .header__inner .header__title {
  height: 115px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header .header__inner .header__title a {
  font-family: "Zen Kurenaido", sans-serif;
  color: #161A12;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

header .header__inner .header__title a span {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
}

@media screen and (max-width: 800px) {
  header .header__inner .header__title {
    height: 80px;
  }
}

header .header__inner .header__nav {
  text-align: center;
  padding-top: 25%;
}

header .header__inner .header__nav .nav-items__item {
  margin-bottom: 50px;
}

.header__hamburger {
  display: none;
}

/* headerナビ hoverした時の動き*/
.header__nav .nav-items__item a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #161A12;
  line-height: 1rem;
}

.header__nav .nav-items__item a .en {
  display: block;
  font-size: 0.75rem;
  margin-top: 6px;
}

.header__nav .nav-items__item a .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
}

.header__nav .nav-items__item a::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #161A12;
  transition: all 0.3s ease 0s;
}

.header__nav .nav-items__item a:hover {
  cursor: pointer;
}

.header__nav .nav-items__item a:hover::after {
  width: 100%;
}

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

  /* ヘッダー */
  .header {
    width: 100%;
    height: 80px;
    /* top: 0;
    left: 0;
    right: 0; */
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.45);
  }

  .header .header__inner {
    width: 95%;
    margin: auto;
    padding: 0 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
    z-index: 999;
  }

  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 0%;
    height: 100vh;
    background-color: #fff;
    overflow-x: hidden;
    transition: transform 0.3s ease-out;
    transform: translateX(100%);
  }

  /* ハンバーガーメニュークリック後のスタイル */
  .header__nav.active {
    width: 100%;
    transform: translateX(0);
    z-index: 9998;
    display: block;
    position: fixed;
    text-align: center;
  }

  /* ハンバーガーメニュー */
  .header__hamburger {
    display: block;
    width: 50px;
    height: 50px;
  }

  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    right: 10px;
    top: 10px;
  }

  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 100%;
    height: 2px;
    background-color: #161A12;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }

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

  .hamburger span:nth-child(2) {
    margin: 7px 0;
  }

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

  .hamburger.active {
    /* ハンバーガーメニュークリック後のスタイル */
  }

  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }

  /* ナビのリンク */
  .nav-items__item a {
    width: 240px;
    text-align: center;
  }

  .nav-items__item:last-child a {
    margin-bottom: 0;
  }
}

/*========= 1文字ずつ出現させるためのCSS ===============*/
.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 3s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*========= 1文字ずつ出現させるためのCSS ここまで===============*/
.home .m-top-view {
  height: 100vh;
  position: relative;
}

.home .m-top-view .m-top-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 1000px;
  z-index: 2;
}

.home .m-top-view .m-top-ttl h2 {
  font-family: 'Fira Code', monospace;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: #529c8b;
  opacity: 0.8;

}


.home .m-top-view .m-top-ttl p {
  font-size: 1.2rem;
  margin-top: 1em;
  line-height: 1.6em;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .home .m-top-view .m-top-ttl p {
    font-size: 1rem;
  }
}

.home .m-top-view .s-img {
  text-align: center;
}

.home .m-top-view .s-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-: translateY(-50%) translateX(-50%);
  height: 100vh;
  max-height: 600px;
}

@media screen and (max-width: 800px) {
  .home .m-top-view .s-img img {
    max-height: 350px;
  }
}

.home .m-top-view .c-area {
  background: #fff;
  background: -webkit-linear-gradient(to left, #cacace, #a8a9ad);
  width: 100%;
  height: 100vh;
}

.home .m-top-view .c-area .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home .m-top-view .c-area .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(113, 109, 109, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.home .m-top-view .c-area .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.home .m-top-view .c-area .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.home .m-top-view .c-area .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.home .m-top-view .c-area .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.home .m-top-view .c-area .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.home .m-top-view .c-area .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.home .m-top-view .c-area .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.home .m-top-view .c-area .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.home .m-top-view .c-area .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.home .m-top-view .c-area .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.home .wht-sainome .content-area {
  margin-top: 3.6rem;
}

.home .wht-sainome .content-area .txt-area {
  width: 55%;
  margin: auto;
  font-size: 18px;
}

.home .wht-sainome .content-area .txt-area p {
  line-height: 1.8em;
  font-size: 17px;

}

@media screen and (max-width: 1000px) {
  .home .wht-sainome .content-area .txt-area {
    width: 90%;
  }
}

.home .wht-sainome .content-area .txt-area .txt-box {
  margin-top: 1.25rem;
}

.home .wht-sainome .content-area .img-area {
  width: 40%;
}

@media screen and (max-width: 1000px) {
  .home .wht-sainome .content-area .img-area {
    width: 95%;
    margin-top: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 500px) {
  .home .wht-sainome .content-area .img-area {
    margin-top: 20px;
  }
}

.home .wht-sainome .content-area .img-area img {
  width: 100%;
  border-radius: 100px 0 0 100px;
}

.home .wht-sainome .content-area.flex-reverse .img-area {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .home .wht-sainome .content-area.flex-reverse .img-area {
    width: 95%;
    margin-top: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 500px) {
  .home .wht-sainome .content-area.flex-reverse .img-area {
    margin-top: 20px;
  }
}

.home .wht-sainome .content-area.flex-reverse .img-area img {
  width: 100%;
  border-radius: 0 100px 100px 0;
}

.home .wht-sainome .item-box {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .home .wht-sainome .item-box {
    margin-top: 20px;
  }
}

.home .wht-sainome .item-box .item-box-list {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border: #E6EAE3 1px solid;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 1);
}

.home .wht-sainome .item-box .item-box-list span {
  margin-top: 8px;
  display: block;
}


.home .wht-sainome .option {
  width: 83%;
  max-width: 1400px;
  margin: 60px auto 0;
  border: none;
  /* 枠線を削除 */
  border-radius: 10px;
  padding: 60px;

  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  /* 影をやや柔らかく・広げる */
  transition: box-shadow 0.3s ease;
}



@media screen and (max-width: 1000px) {
  .home .wht-sainome .option {
    width: 75%;
    margin-top: 30px;
    padding: 30px;
    border-radius: 32px;
  }
}

@media screen and (max-width: 500px) {
  .home .wht-sainome .option {
    padding: 20px;
  }
}

.home .wht-sainome .option p {
  margin-top: 1.25rem;
}

.home .wht-sainome .option .item-box {
  margin-top: 40px;
}

.home .wht-sainome .option .item-box li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  max-width: 250px;
  background-color: #fff;
  border: #E6EAE3 1px solid;
  border-radius: 32px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 1000px) {
  .home .wht-sainome .option .item-box li {
    width: 46%;
    padding: 20px 0;
  }
}

.home .wht-sainome .option .item-box li:nth-child(1) {
  background-color: #E9F8DC;
}

.home .wht-sainome .option .item-box li:nth-child(2) {
  background-color: #E5EBFC;
}

.home .wht-sainome .option .item-box li:nth-child(3) {
  background-color: #FCECE4;
}

@media screen and (max-width: 1000px) {
  .home .wht-sainome .option .item-box li:nth-child(3) {
    margin-top: 20px;
  }
}

.home .wht-sainome .option .item-box li:nth-child(4) {
  background-color: #FDFDEA;
}

@media screen and (max-width: 1000px) {
  .home .wht-sainome .option .item-box li:nth-child(4) {
    margin-top: 20px;
  }
}

.home .wht-sainome .option .item-box li h4 {
  font-size: 0.7rem;
  line-height: 1.2rem;
}

.home .wht-sainome .option .item-box li h4 span {
  font-size: 1.3rem;
}

.home .wht-sainome .option .item-box li p {
  font-size: 2.2rem;
  font-weight: 600;
}

.home .wht-sainome .option .item-box li p span {
  font-size: 1.125rem;
}

.home .wht-sainome .option .item-box.flex {
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .home .wht-sainome .option .item-box.flex {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
  }
}

.home .work-sample .txt-box {
  margin: 60px auto 0;
  width: 80%;
  max-width: 1000px;
}

.home .work-sample .work-example-area {
  margin-top: 80px;
}

.home .work-sample .work-example-area .work-example {
  width: 35%;
  max-width: 400px;

}

@media screen and (max-width: 1000px) {
  .home .work-sample .work-example-area .work-example {
    width: 85%;
    margin: auto;
  }
}

@media screen and (max-width: 800px) {
  .home .work-sample .work-example-area .work-example {
    width: 40%;
    margin: unset;
  }
}

@media screen and (max-width: 500px) {
  .home .work-sample .work-example-area .work-example {
    width: 85%;
    margin: auto;
  }
}

.home .work-sample .work-example-area .work-example a {
  display: block;
  position: relative;
  transition: transform 0.4s, -webkit-transform 0.4s;
  margin: auto;
}

.home .work-sample .work-example-area .work-example a img {
  border-radius: 32px;
  border: 1px solid #262827;
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;

}

@media screen and (max-width: 1000px) {
  .home .work-sample .work-example-area .work-example a img {
    border-radius: 32px;
  }
}

.home .work-sample .work-example-area .work-example a .list-ul {
  margin-top: 12px;
}

.home .work-sample .work-example-area .work-example a .list-ul .list-li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-height: 36px;
  border-radius: 34px;
  margin-right: 6px;
  border: 1px #161A12 solid;
  background-color: #fff;
  font-size: 0.7rem;
}

.home .work-sample .work-example-area .work-example a .list-ul.flex {
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}

.home .work-sample .work-example-area .work-example a h3 {
  margin-top: 12px;
}

.home .work-sample .work-example-area .work-example a p {
  margin-top: 8px;
}

.home .work-sample .work-example-area .work-example a:hover {
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
}

.home .work-sample .work-example-area .work-example:nth-child(even) {
  margin-top: 0px;
}

@media screen and (max-width: 1000px) {
  .home .work-sample .work-example-area .work-example:nth-child(even) {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .home .work-sample .work-example-area .work-example:nth-child(even) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  .home .work-sample .work-example-area .work-example:nth-child(even) {
    margin-top: 0;
  }
}

.home .work-sample .flex {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  /* ← ここで高さを揃える */
  gap: 60px;
}


@media screen and (max-width: 1000px) {
  .home .work-sample .flex {
    gap: 100px;
  }
}

@media screen and (max-width: 800px) {
  .home .work-sample .flex {
    flex-direction: row;
    gap: 30px;
  }
}

@media screen and (max-width: 500px) {
  .home .work-sample .flex {
    flex-direction: column;
    gap: 100px;
  }
}

.home .news {
  padding: 10rem 0;
}

.home .news .news-list {
  width: 85%;
  margin: 160px auto 0;
}

.home .news .news-list .news-list-item {
  margin-top: 60px;
}

.home .news .news-list .news-list-item a {
  display: flex;
  gap: 40px;
  background-color: #FAFAFA;
  padding: 40px 60px;
  border-radius: 32px;
  color: #161A12;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media screen and (max-width: 500px) {
  .home .news .news-list .news-list-item a {
    flex-direction: column;
    padding: 20px 30px;
  }
}

.home .news .news-list .news-list-item a .img-area {
  width: 150px;
}

@media screen and (max-width: 500px) {
  .home .news .news-list .news-list-item a .img-area {
    margin: auto;
  }
}

.home .news .news-list .news-list-item a .img-area img {
  border-radius: 16px;
}

.home .news .news-list .news-list-item a .news-text {
  width: 70%;
}

@media screen and (max-width: 800px) {
  .home .news .news-list .news-list-item a .news-text {
    width: 100%;
  }
}

.home .news .news-list .news-list-item a .news-text .news-day {
  display: flex;
  align-items: center;
}

.home .news .news-list .news-list-item a .news-text .news-day .day {
  width: 70px;
  font-size: 0.8rem;
  margin-right: 6px;
}

.home .news .news-list .news-list-item a .news-text .news-day .news-tag .news-tag-item {
  width: 80px;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  border: 1px #161A12 solid;
  border-radius: 8px;
  background-color: #fff;
}

.home .news .news-list .news-list-item a .news-text .news-ttl {
  margin-top: 24px;
  line-height: 1.6rem;
}

.home .news .news-list .news-list-item a .news-text .btn-link-news {
  margin-top: 24px;
  text-align: right;
}

.home .news .news-list .news-list-item a .news-text .btn-link-news span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  min-height: 40px;
  border-radius: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  background-color: #161A12;
  color: #fff;
}

.home .news .news-list .news-list-item a .news-text .btn-sub {
  text-align: end !important;
}

@media screen and (max-width: 500px) {
  .home .news .news-list .news-list-item a .news-text .btn-sub {
    text-align: center !important;
  }
}

.home .news .news-list .news-list-item a:hover {
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
}

.home .news .news-list .news-list-item:first-child {
  margin-top: 0;
}

.about .sec-3 .overview {
  width: 80%;
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  border-radius: 32px;
  padding: 60px;
}

@media screen and (max-width: 1200px) {
  .about .sec-3 .overview {
    width: 75%;
  }
}

@media screen and (max-width: 1000px) {
  .about .sec-3 .overview {
    padding: 40px;
  }
}

@media screen and (max-width: 800px) {
  .about .sec-3 .overview {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .about .sec-3 .overview {
    padding: 20px;
  }
}

.about .sec-3 .overview table tr th {
  width: 180px;
  border-right: 1px solid #161A12;
  padding-bottom: 50px;
  text-align: start;
}

@media screen and (max-width: 1000px) {
  .about .sec-3 .overview table tr th {
    display: block;
    border: none;
    padding-top: 30px;
    padding-bottom: 16px;
  }
}

.about .sec-3 .overview table tr td {
  padding-left: 2rem;
  line-height: 1.6rem;
}

@media screen and (max-width: 1000px) {
  .about .sec-3 .overview table tr td {
    display: block;
    border-bottom: 1px dashed #eee;
    padding-left: 0;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .about .sec-3 .overview table tr td {
    padding-bottom: 20px;
  }
}

.about .sec-4 .profile {
  width: 80%;
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  border-radius: 64px;
  padding: 60px;
}

@media screen and (max-width: 1200px) {
  .about .sec-4 .profile {
    width: 75%;
  }
}

@media screen and (max-width: 1000px) {
  .about .sec-4 .profile {
    padding: 40px;
  }
}

@media screen and (max-width: 800px) {
  .about .sec-4 .profile {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .about .sec-4 .profile {
    padding: 40px 20px;
    border-radius: 32px;
  }
}

.about .sec-4 .profile h3 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.about .sec-4 .profile .profile-box {
  margin-top: 30px;
}

.about .sec-4 .profile .profile-box img {
  width: 300px;
  border-radius: 32px;
}

@media screen and (max-width: 1000px) {
  .about .sec-4 .profile .profile-box img {
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  .about .sec-4 .profile .profile-box img {
    width: 200px;
    border-radius: 32px;
  }
}

.about .sec-4 .profile .profile-box .profile-txt {
  margin-left: 5%;
}

@media screen and (max-width: 1000px) {
  .about .sec-4 .profile .profile-box .profile-txt {
    margin-left: 0;
    margin-top: 5%;
  }
}

.about .sec-4 .profile .profile-box .profile-txt .profile-list li {
  margin-top: 8px;
  margin-right: 20px;
  margin-left: 20px;
  line-height: 1.4rem;
  list-style: square;
}

.about .sec-4 .profile .profile-box .profile-txt h4 {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 30px;
}

.about .sec-4 .profile .profile-box .profile-txt p {
  line-height: 1.4rem;
  margin-top: 1rem;
}

.about .sec-4 .profile .flex {
  align-items: flex-start;
}

.about .sec-4 .profile .name {
  font-size: 1.25rem;
  font-family: "Zen Kurenaido", sans-serif;
  margin-top: 1rem;
  text-align: end;
}

.service .sec-2 .txt {
  width: 90%;
  max-width: 800px;
  margin: 30px auto 0;
}

.service .sec-2 .s-slect {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-top: 2rem;
}

@media screen and (max-width: 1000px) {
  .service .sec-2 .s-slect {
    flex-direction: column;
    gap: 0;
  }
}

.service .sec-3.pb0 {
  padding-bottom: 0 !important;
}

.service .sec-3 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.service .sec-3 .web-box {
  width: 80%;
  max-width: 1000px;
  margin: 80px auto 0;
  border: none;
  /* 点線ボーダーを削除 */
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  /* ソフトな影を追加 */
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 800px) {
  .service .sec-3 .web-box {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 800px) {
  .service .sec-3 .web-box {
    width: 80%;
    padding: 40px;
  }
}

@media screen and (max-width: 800px) {
  .service .sec-3 .web-box {
    width: 75%;
    padding: 40px 20px;
  }
}

.service .sec-3 .web-box .web-text h4 {
  font-family: "Noto Serif JP", serif;
  display: inline-flex;
  align-items: center;
}

.service .sec-3 .web-box .web-text h4 .no-txt {
  font-size: 3rem;
  padding-right: 30px;
}

.service .sec-3 .web-box .web-text h4 .green {
  color: #428904;
  border-right: 2px solid #428904;
}

.service .sec-3 .web-box .web-text h4 .blue {
  color: #0544F7;
  border-right: 2px solid #0544F7;
}

.service .sec-3 .web-box .web-text h4 .orange {
  color: #FF5907;
  border-right: 2px solid #FF5907;
}

.service .sec-3 .web-box .web-text h4 .yellow {
  color: #F8F82B;
  border-right: 2px solid #F8F82B;
}

.service .sec-3 .web-box .web-text h4 .ser-ttl {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.6rem;
  padding-left: 30px;
}

.service .sec-3 .web-box .web-text .btn-link {
  margin-top: 0px;
}

.service .sec-3 .web-box .web-text .btn-link a {
  font-size: 1rem;
}

.service .sec-3 .web-box .web-text p {
  margin-top: 30px;
}

.service .sec-3 .web-box .web-text .price {
  margin-top: 30px;
  width: 100%;
}

.service .sec-3 .web-box .web-text .price tr {
  border-top: 1px dashed #e8e8e8;
  border-bottom: 1px dashed #e8e8e8;
}

.service .sec-3 .web-box .web-text .price tr td {
  padding: 30px 0;
  line-height: 1.6rem;
}

.service .sec-3 .web-box .web-text .price tr td .font-l {
  font-size: 1.8rem;
}

.service .sec-3 .web-box .web-text .price tr td:first-child {
  font-weight: 600;
}

.service .sec-3 .web-box .web-text .price tr td span {
  display: inline-block;
  margin-right: 8px;
}

.service .sec-3 .web-box .web-text .point-txt {
  font-size: 0.8rem;
}

.service .sec-4 .option {
  width: 80%;
  max-width: 1400px;
  margin: 60px auto 0;
  border: 2px dashed #161A12;
  border-radius: 70px;
  background-color: #fff;
  padding: 60px;
}

@media screen and (max-width: 1000px) {
  .service .sec-4 .option {
    width: 75%;
    margin-top: 30px;
    padding: 30px;
    border-radius: 32px;
  }
}

@media screen and (max-width: 500px) {
  .service .sec-4 .option {
    padding: 20px;
  }
}

.service .sec-4 .option p {
  margin-top: 1rem;
}

.service .sec-4 .option .item-box {
  margin-top: 40px;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}

@media screen and (max-width: 500px) {
  .service .sec-4 .option .item-box {
    align-items: unset;
    margin: 40px auto 0;
  }
}

.service .sec-4 .option .item-box li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 250px;
  background-color: #fff;
  border: #E6EAE3 1px solid;
  border-radius: 32px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 1000px) {
  .service .sec-4 .option .item-box li {
    padding: 20px 0;
    margin: auto;
  }
}

@media screen and (max-width: 800px) {
  .service .sec-4 .option .item-box li {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  .service .sec-4 .option .item-box li {
    width: 75%;
  }
}

.service .sec-4 .option .item-box li:nth-child(1) {
  background-color: #E9F8DC;
}

.service .sec-4 .option .item-box li:nth-child(2) {
  background-color: #E5EBFC;
}

.service .sec-4 .option .item-box li:nth-child(3) {
  background-color: #f9efda;
}

.service .sec-4 .option .item-box .option-name {
  font-size: 1rem;
  line-height: 1rem;
}

.service .sec-4 .option .item-box .price-txt {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 16px;
}

.service .sec-4 .option .item-box .price-txt span {
  font-size: 1.125rem;
}

.service .sec-4 .option .item-box .p-txt {
  margin-top: 8px;
  font-size: 1.2rem;
}

.service .sec-4 .option .point-txt {
  font-size: 0.8rem;
}

.flow .sec-2 p {
  text-align: center;
}

.flow .sec-3 {
  padding-bottom: 0 !important;
}

.flow .sec-3 .flow-box {
  width: 80%;
  margin: 0 auto 60px;
  border: 2px dotted #161A12;
  border-radius: 32px;
  padding: 40px;
}

@media screen and (max-width: 500px) {
  .flow .sec-3 .flow-box {
    padding: 30px 20px;
  }
}

.flow .sec-3 .flow-box h3 {
  font-family: "Noto Serif JP", serif;
  display: inline-flex;
  align-items: center;
}

.flow .sec-3 .flow-box h3 .f-no {
  font-size: 3rem;
  padding-right: 30px;
  border-right: 2px solid #161A12;
}

.flow .sec-3 .flow-box h3 .f-txt {
  font-size: 1.25rem;
  padding-left: 30px;
}

.flow .sec-3 .flow-box p {
  margin-top: 1rem;
}

.work .sec-2 .work-item {
  width: 90%;
  max-width: 680px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.work .sec-2 .work-item li {
  width: 100px;
  margin-top: 20px;
}

.work .sec-2 .work-item li a:hover {
  text-decoration: underline;
}

.work .sec-3 {
  padding-bottom: 0 !important;
}

.work .sec-3 .work-example-area {
  text-align: center;
}

.work .sec-3 .work-example-area .work-example {
  width: 32%;
  max-width: 360px;
  min-width: 300px;
}

@media screen and (max-width: 1000px) {
  .work .sec-3 .work-example-area .work-example {
    width: 85%;
    margin: auto;
  }
}

@media screen and (max-width: 800px) {
  .work .sec-3 .work-example-area .work-example {
    width: 40%;
    margin: unset;
  }
}

@media screen and (max-width: 500px) {
  .work .sec-3 .work-example-area .work-example {
    width: 85%;
    margin: auto;
  }
}

.work .sec-3 .work-example-area .work-example a {
  display: block;
  position: relative;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.work .sec-3 .work-example-area .work-example a img {
  border-radius: 32px;
  border: 1px solid #262827;
}

@media screen and (max-width: 1000px) {
  .work .sec-3 .work-example-area .work-example a img {
    border-radius: 32px;
  }
}

.work .sec-3 .work-example-area .work-example a .list-ul {
  margin-top: 12px;
}

.work .sec-3 .work-example-area .work-example a .list-ul .list-li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-height: 36px;
  border-radius: 34px;
  margin-right: 6px;
  border: 1px #161A12 solid;
  background-color: #fff;
  font-size: 0.7rem;
}

.work .sec-3 .work-example-area .work-example a .list-ul.flex {
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}

.work .sec-3 .work-example-area .work-example a h3 {
  margin-top: 12px;
  text-align: left;
}

.work .sec-3 .work-example-area .work-example a p {
  margin-top: 8px;
  text-align: left;
}

.work .sec-3 .work-example-area .work-example a:hover {
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
}

.work .sec-3 .work-example-area .work-example:nth-child(even) {
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .work .sec-3 .work-example-area .work-example:nth-child(even) {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .work .sec-3 .work-example-area .work-example:nth-child(even) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  .work .sec-3 .work-example-area .work-example:nth-child(even) {
    margin-top: 0;
  }
}

.work .sec-3 .flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}

@media screen and (max-width: 1000px) {
  .work .sec-3 .flex {
    gap: 100px;
  }
}

@media screen and (max-width: 800px) {
  .work .sec-3 .flex {
    flex-direction: row;
    justify-content: space-around;
    gap: 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .work .sec-3 .flex {
    flex-direction: column;
    gap: 100px;
  }
}

.under-work .work-example-area {
  text-align: center;
}

.under-work .work-example-area .work-example {
  width: 80%;
  max-width: 600px;
  margin: auto;
}

.under-work .work-example-area .work-example img {
  border-radius: 32px;
  width: 100%;
  height: auto;
  max-width: 500px;
  border: 1px solid #262827;
}

.under-work .work-example-area .work-example .list-ul {
  margin-top: 12px;
}

.under-work .work-example-area .work-example .list-ul .list-li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-height: 36px;
  border-radius: 34px;
  margin-right: 6px;
  border: 1px #161A12 solid;
  background-color: #fff;
  font-size: 0.7rem;
}

.under-work .work-example-area .work-example .list-ul.flex {
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}

.under-work .work-example-area .work-example h3 {
  margin-top: 16px;
  font-size: 2rem;
  text-align: left;
}

.under-work .work-example-area .work-example p {
  margin-top: 1rem;
  text-align: left;
}

.under-work .work-example-area .work-example p a:hover {
  opacity: 0.8;
}

.under-work .work-example-area .work-example:nth-child(even) {
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .under-work .work-example-area .work-example:nth-child(even) {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .under-work .work-example-area .work-example:nth-child(even) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  .under-work .work-example-area .work-example:nth-child(even) {
    margin-top: 0;
  }
}

.s-news .sec-2 .news-item {
  width: 90%;
  max-width: 320px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.s-news .sec-2 .news-item li {
  width: 100px;
  margin-top: 20px;
}

.s-news .sec-2 .news-item li a:hover {
  opacity: 0.8;
}

.s-news .sec-3 {
  padding-bottom: 0 !important;
}

.s-news .sec-3 .news-list {
  width: 85%;
  margin: auto;
}

.s-news .sec-3 .news-list .news-list-item {
  margin-top: 60px;
}

.s-news .sec-3 .news-list .news-list-item a {
  display: flex;
  gap: 40px;
  background-color: #FAFAFA;
  padding: 40px 60px;
  border-radius: 32px;
  color: #161A12;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media screen and (max-width: 500px) {
  .s-news .sec-3 .news-list .news-list-item a {
    flex-direction: column;
    padding: 20px 30px;
  }
}

.s-news .sec-3 .news-list .news-list-item a .img-area {
  width: 150px;
}

@media screen and (max-width: 500px) {
  .s-news .sec-3 .news-list .news-list-item a .img-area {
    margin: auto;
  }
}

.s-news .sec-3 .news-list .news-list-item a .img-area img {
  border-radius: 16px;
}

.s-news .sec-3 .news-list .news-list-item a .news-text {
  width: 70%;
}

@media screen and (max-width: 800px) {
  .s-news .sec-3 .news-list .news-list-item a .news-text {
    width: 100%;
  }
}

.s-news .sec-3 .news-list .news-list-item a .news-text .news-day {
  display: flex;
  align-items: center;
}

.s-news .sec-3 .news-list .news-list-item a .news-text .news-day .day {
  width: 70px;
  font-size: 0.8rem;
  margin-right: 6px;
}

.s-news .sec-3 .news-list .news-list-item a .news-text .news-day .news-tag .news-tag-item {
  width: 80px;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  border: 1px #161A12 solid;
  border-radius: 8px;
  background-color: #fff;
}

.s-news .sec-3 .news-list .news-list-item a .news-text .news-ttl {
  margin-top: 24px;
  line-height: 1.6rem;
}

.s-news .sec-3 .news-list .news-list-item a .news-text .btn-link-news {
  margin-top: 24px;
  text-align: right;
}

.s-news .sec-3 .news-list .news-list-item a .news-text .btn-link-news span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  min-height: 40px;
  border-radius: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  background-color: #161A12;
  color: #fff;
}

.s-news .sec-3 .news-list .news-list-item a .news-text .btn-sub {
  text-align: end !important;
}

@media screen and (max-width: 500px) {
  .s-news .sec-3 .news-list .news-list-item a .news-text .btn-sub {
    text-align: center !important;
  }
}

.s-news .sec-3 .news-list .news-list-item a:hover {
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
}

.s-news .sec-3 .news-list .news-list-item:first-child {
  margin-top: 0;
}

/* 各お知らせページのcss */
.under-news .news-list .news-list-item .img-area {
  width: 80%;
  max-width: 550px;
  margin: auto;
}

.under-news .news-list .news-list-item .img-area img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  border: 1px solid #262827;
}

.under-news .news-list .news-list-item .news-text {
  margin-top: 40px;
}

.under-news .news-list .news-list-item .news-text .news-day {
  width: 80%;
  max-width: 550px;
  margin: auto;
  display: flex;
  align-items: center;
}

.under-news .news-list .news-list-item .news-text .news-day .day {
  width: 80px;
  font-size: 0.8rem;
  margin-right: 6px;
}

.under-news .news-list .news-list-item .news-text .news-day .news-tag .news-tag-item {
  width: 80px;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  border: 1px #161A12 solid;
  border-radius: 8px;
  background-color: #fff;
}

.under-news .news-list .news-list-item .news-text .news-ttl {
  width: 90%;
  max-width: 600px;
  margin: 1rem auto 0;
  font-size: 1.6rem;
}

.under-news .news-list .news-list-item .news-text p {
  width: 90%;
  max-width: 600px;
  margin: 1rem auto 0;
}

.contact .tac {
  text-align: center;
  padding: 50px 0;
}

.contact .sec-2 {
  width: 85%;
  max-width: 650px;
  margin: auto;
}

.contact .sec-2 p {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .contact .sec-2 p {
    text-align: left;
  }
}

.contact .sec-3 {
  /*         dl{
              width: 80%;
              max-width: 950px;
              margin: 60px auto 0;
              @include md{
                  width: 85%;
              }
              @include sm{
                  width: 80%;
              }
              dt{
                  width: 160px;
                  font-weight: 600;
              }
              .required{
                  &::after{
                      content: '★';
                      color: #FA0837;
                      font-size: 0.8rem;
                      vertical-align: top;
                      margin-left: 6px;
                  }
              }
              dd{
                  width: 80%;
                  max-width: 780px;
                  min-height: 40px;
                  @include lg{
                      margin-top: 1rem;
                      width: 100%;
                  }
                  @include md{
                      margin-top: 0;
                      width: 80%;
                  }
                  @include sm{
                      margin-top: 1rem;
                      width: 100%;
                  }
                  .form{
                      width: 100%;
                      min-height: 40px;
                      box-shadow:6px 6px 6px rgba(0,0,0,0.2);
                      border: 1px solid #eee;
                      border-radius: 64px;
                      padding: 5px 8px;
                      @include sm{
                          border-radius: 32px;
                      }
                  }
                  .form-content{
                      width: 100%;
                      min-height: 300px;
                      box-shadow:6px 6px 6px rgba(0,0,0,0.2);
                      border: 1px solid #eee;
                      border-radius: 64px;
                      padding: 5px 8px;
                      @include sm{
                          border-radius: 32px;
                      }
                  }

              }
              &.flex{
                  display: flex;
                  flex-direction: row;
                  justify-content: space-between;
                  align-items: flex-start;
                  @include lg{
                      flex-direction: column;

                  }
                  @include md{
                      flex-direction: row;
                  }
                  @include sm{
                      flex-direction: column;

                  }
              }
              &:first-child{
                  margin-top: 0;
              }
          } */
}

.contact .sec-3 .wp-contact {
  width: 80%;
  max-width: 950px;
  margin: 60px auto 0;
}

@media screen and (max-width: 800px) {
  .contact .sec-3 .wp-contact {
    width: 85%;
  }
}

@media screen and (max-width: 500px) {
  .contact .sec-3 .wp-contact {
    width: 90%;
  }
}

.contact .sec-3 .wp-contact label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

@media screen and (max-width: 1000px) {
  .contact .sec-3 .wp-contact label {
    flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  .contact .sec-3 .wp-contact label {
    flex-direction: row;
  }
}

@media screen and (max-width: 500px) {
  .contact .sec-3 .wp-contact label {
    flex-direction: column;
  }
}

.contact .sec-3 .wp-contact label span {
  width: 160px;
  font-weight: 600;
}

.contact .sec-3 .wp-contact label .required::after {
  content: "★";
  color: #FA0837;
  font-size: 0.8rem;
  vertical-align: top;
  margin-left: 6px;
}

.contact .sec-3 .wp-contact label .wpcf7-form-control-wrap {
  width: 80%;
  max-width: 780px;
  min-height: 40px;
}

@media screen and (max-width: 1000px) {
  .contact .sec-3 .wp-contact label .wpcf7-form-control-wrap {
    margin-top: 1rem;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .contact .sec-3 .wp-contact label .wpcf7-form-control-wrap {
    margin-top: 0;
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .contact .sec-3 .wp-contact label .wpcf7-form-control-wrap {
    margin-top: 1rem;
    width: 100%;
  }
}

.contact .sec-3 .wp-contact label .wpcf7-form-control-wrap input {
  width: 100%;
  min-height: 40px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  border-radius: 64px;
  padding: 5px 20px;
}

@media screen and (max-width: 500px) {
  .contact .sec-3 .wp-contact label .wpcf7-form-control-wrap input {
    border-radius: 32px;
    width: 85%;
  }
}

.contact .sec-3 .wp-contact label .wpcf7-form-control-wrap textarea {
  width: 100%;
  min-height: 300px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  border-radius: 32px;
  padding: 16px 16px;
}

@media screen and (max-width: 500px) {
  .contact .sec-3 .wp-contact label .wpcf7-form-control-wrap textarea {
    border-radius: 32px;
    width: 85%;
  }
}

.contact .sec-3 .wp-contact label:first-child {
  margin-top: 0;
}

.contact .sec-3 .wp-contact .btn-link .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-height: 60px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  border-radius: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  background-color: #fff;
  color: #161A12;
}

.contact .sec-3 .wp-contact .btn-link .wpcf7-submit:hover {
  color: #fff;
  background-color: #161A12;
  border: 1px solid #161A12;
  transition: 1s;
}

footer {
  width: calc(100% - 260px);
  margin-left: 260px;
  padding: 10rem 0;
  /*========= ページトップのためのCSS ===============*/
  /*リンクの形状*/
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}

@media screen and (max-width: 800px) {
  footer {
    width: 100%;
    margin-left: 0;
    padding: 5rem 0;
  }
}

footer .f-txt {
  margin-top: 60px;
  text-align: center;
}

footer .contact-btn {
  margin-top: 80px;
  text-align: center;
}

footer .contact-btn a {
  width: 80%;
  max-width: 460px;
  min-height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  border: 1px solid #161A12;
  background-color: #fff;
  border-radius: 60px;
}

footer .contact-btn a:hover {
  color: #fff;
  background-color: #161A12;
  transition: 1s;
}

footer #page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161A12;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

footer #page-top a:hover {
  background: #0211b1;
  color: #fff;
}

footer #page-top {
  position: fixed;
  right: 15px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

footer #page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

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

footer #page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

.copy-right {
  width: calc(100% - 260px);
  margin-left: 260px;
  text-align: center;
  font-size: 0.8rem;
  padding: 3rem 0;
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  .copy-right {
    width: 100%;
    margin-left: 0;
  }
}

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