@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-size: 2rem;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
.inner {
  max-width: 1530px;
  width: 90%;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.red {
  color: #e60012;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
}
#l-header {
  width: 100%;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in;
  background-color: #000000;
}
#l-header .inner {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  height: 80px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
#l-header .head-right {
  margin-left: auto;
  padding-top: 5px;
  width: 50%;
}
.nav-menu {
  position: relative;
}
.nav-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-menu ul li {
  position: relative;
}
.nav-menu ul li a {
  display: block;
  color: #ffffff;
  position: relative;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.main {
  position: relative;
  line-height: 0;
  margin-top: 80px;
}
.main-ttl {
  position: absolute;
  left: 0;
  z-index: 2;
  font-weight: bold;
  line-height: 1;
}
.main-ttl_text01 {
  bottom: 50%;
  background-color: #ffffff;
  padding: 20px 0 20px 120px;
  font-size: clamp(3rem, 5vw, 8rem);
}
.main-ttl_text02 {
  bottom: 30%;
  font-size: clamp(2rem, 3vw, 4rem);
  background-color: #ffffff;
  padding: 20px 0 20px 120px;
}
.main-ttl_text02 span {
  color: #c8cfd2;
  font-size: clamp(1.6rem, 2vw, 3rem);
  font-weight: normal;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}
.h2-ttl {
  position: relative;
  font-size: clamp(3.6rem, 5vw, 5.2rem);
}
.txt {
  line-height: 2;
}
.news {
  margin: 65px 0 100px;
}
.news .flex {
  align-items: center;
}
.news .left {
  width: 20%;
}
.news .right {
  width: 80%;
}
.news-itme {
  margin-bottom: 30px;
}
.news-itme dt {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 5px 20px;
  margin-bottom: 10px;
  width: 80px;
}
.news-itme dd a {
  color: #000000;
}

.news-list a {
  color: inherit;
  text-decoration: none;
}
.news-list a:visited {
  color: inherit;
}

.concept {
  margin: 100px 0;
  height: 900px;
}
.concept .h2-ttl {
  margin-bottom: 50px;
}
.concept .h2-ttl::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.concept .scroll_up {
  font-size: clamp(5rem, 7vw, 11.8rem);
  font-weight: bold;
  line-height: 1.2;
  margin-top: 80px;
}
.concept .left {
  width: 50%;
}
.concept .right {
  position: relative;
  width: 50%;
}
.concept .t-vertical {
  writing-mode: vertical-rl;
  color: #e8eef1;
  font-size: clamp(4.6rem, 12vw, 16.6rem);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  height: 900px;
}
.feature {
  position: relative;
  z-index: 2;
  max-width: 1340px;
  width: 90%;
  padding: 20px;
  margin-right: auto;
  background-color: #b1d7e6;
}
.feature .flex {
  align-items: center;
}
.feature .left {
  width: 20%;
  text-align: right;
}
.feature .right {
  width: 70%;
}
.feature .txt {
  position: relative;
  font-size: clamp(2.9rem, 4.5vw, 5.5rem);
  font-weight: bold;
  margin-bottom: 50px;
  z-index: 1;
}
.feature .number01::before {
  content: url("../img/feature-01.png");
  position: absolute;
  top: -15px;
  left: -60px;
  z-index: -1;
}
.feature .number02::before {
  content: url("../img/feature-02.png");
  position: absolute;
  top: -15px;
  left: -60px;
  z-index: -1;
}
.feature .number03::before {
  content: url("../img/feature-03.png");
  position: absolute;
  top: -15px;
  left: -60px;
  z-index: -1;
}
.about {
  color: #ffffff;
  background-color: #000000;
  padding: 190px 190px 100px;
  margin-top: -150px;
  max-width: 1150px;
  width: 80%;
  margin-left: auto;
}
.about .h2-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: clamp(6rem, 8vw, 9.4rem);
}
.about .h2-ttl span {
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  margin-left: 80px;
}
.about .scroll_up {
  font-size: clamp(3.3rem, 4vw, 5.2rem);
  font-weight: bold;
  margin: 30px 0;
}
.about .txt {
  margin-bottom: 50px;
}
.detail-btn {
  max-width: 300px;
  margin-left: auto;
}
.detail {
  font-size: 1.7rem;
  color: #ffffff;
}
.detail img {
  margin-left: 40px;
  vertical-align: middle;
}
.service {
  margin: 100px 0;
}
.service .h2-ttl span {
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 50px;
}
.service .box {
  position: relative;
  background-color: #000000;
  padding: 150px 200px 50px;
  max-width: 860px;
  height: 190px;
  margin-right: auto;
  margin-bottom: 150px;
}
.service .box2 {
  margin-left: auto;
  margin-right: 0;
}
.service .box::before {
  content: url("../img/service01.jpg");
  position: absolute;
  top: -90px;
  right: -90px;
}
.service .box2::before {
  content: url("../img/service02.jpg");
  right: 90px;
}
.service .txt {
  width: 100%;
  color: #ffffff;
  font-size: clamp(3.7rem, 4vw, 5.3rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
.service .txt span {
  color: #555252;
  font-size: 2.5rem;
  margin-left: 75px;
}
.external {
  margin-bottom: 100px;
}
.external .item {
  width: 48%;
  text-align: center;
}
.gallery {
  margin: 80px 0;
}
.gallery .h2-ttl {
  margin-left: 5%;
}
.gallery .h2-ttl::before {
  content: "";
  width: 85%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
}
.gallery .detail {
  display: block;
  color: #000000;
  width: 300px;
  margin-left: auto;
  margin-right: 3%;
}
.gallery .detail-btn {
  width: 100%;
  max-width: inherit;
  position: relative;
}
.gallery .detail-btn::before {
  content: "";
  width: 78%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 80px 0;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item > img {
  width: 100%;
}
.recruitment {
  color: #ffffff;
  background-color: #d20616;
  padding: 100px 0;
}
.recruitment .h2-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: clamp(3.6rem, 8vw, 9.4rem);
  margin-bottom: 85px;
}
.recruitment .h2-ttl::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.recruitment .h2-ttl span {
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  margin-left: 80px;
}
.recruitment .item {
  width: 30%;
}
.recruitment .item a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 35px 0;
  color: #ffffff;
  border: solid 1px #ffffff;
}
#footer {
  background-color: #ffffff;
  text-align: center;
  padding-top: 60px;
}
#footer .txt {
  font-size: 3rem;
  font-weight: bold;
  margin: 30px 0;
}
#footer .flex {
  align-items: center;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 30px 0;
  margin-bottom: 50px;
}
#footer .address {
  width: 50%;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
}
#footer .tel {
  width: 50%;
  font-size: clamp(2.6rem, 4vw, 5.2rem);
  font-weight: bold;
}
#footer .tel span {
  font-size: clamp(2.3rem, 4vw, 4.6rem);
}
#footer .nav-menu {
  width: 60%;
  margin: 0 auto 70px;
}
#footer .nav-menu ul li a {
  color: #000000;
}
.copyright {
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  font-size: 1.8rem;
  padding: 30px 0;
}
.sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
.sub {
  background-image: url("../img/sub/bg.jpg");
}
.sub-ttl {
  position: relative;
  font-size: clamp(5rem, 8vw, 10rem);
}
.sub-ttl span {
  display: block;
  font-size: clamp(2rem, 3vw, 4rem);
}
.sub-ttl img {
  vertical-align: middle;
  margin: 0 20px;
}
.sub-inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.heading-ttl {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  position: relative; /* 親要素を相対位置に */
  overflow: hidden; /* はみ出た部分を隠す */
  height: 350px; /* タイトルが表示される高さを指定 */
}
.heading-ttl .sub-ttl {
  position: absolute; /* 絶対位置で配置 */
  bottom: -350px; /* 初期状態では画面外に配置 */
  left: 0;
  width: 100%;
  transition: bottom 0.7s ease; /* アニメーションの設定 */
}
.heading-ttl.show .sub-ttl {
  bottom: 0; /* ページ読み込み後に下から表示 */
}
.h3-ttl {
  position: relative;
  font-size: clamp(4rem, 6vw, 8rem);
}
.h3-ttl span {
  display: block;
  font-size: clamp(2rem, 3vw, 4rem);
}
.h3-ttl::before {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, -50%);
}
.message {
  margin-top: 150px;
}
.message .greeting {
  background-image: url("../img/sub/message-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px;
  height: 741px;
  text-align: center;
  color: #ffffff;
}
.message .greeting .txt {
  max-width: 960px;
  margin: 100px auto 0;
  text-align: left;
}
.profile {
  text-align: center;
  margin: 200px 0 100px;
}
.profile .h3-ttl::before {
  background-color: #000000;
}
.profile .h3-ttl::after {
  content: url("../img/sub/logo.png");
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.table {
  width: 100%;
  margin-top: 100px;
  border-collapse: collapse;
  line-height: 2;
  border: 1px solid #000000;
}
.table th {
  width: 20%;
  padding: 1em;
  background-color: #000000;
  color: #fff;
  border-bottom: solid 1px #ffffff;
  font-weight: normal;
}
.table td {
  padding: 1em 3em;
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
  text-align: left;
}
.profile .map {
  margin-top: 60px;
  height: 530px;
}
.message .greeting {
  padding: 50px 30px;
  height: auto;
  background-size: cover;
}
.sub-about {
  margin: 150px 0;
}
.sub-about .sub-inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: 0;
}
.sub-about .flex {
  margin-top: 150px;
  align-items: flex-end;
}
.sub-about .left {
  width: 40%;
}
.sub-about .right {
  text-align: center;
  width: 58%;
  line-height: 0;
}
.ttl01 {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  margin-bottom: 20px;
}
.ttl02 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  background-color: #000000;
  padding: 9px 40px;
  font-size: clamp(2rem, 3vw, 5rem);
}
.ttl03 {
  font-size: clamp(5rem, 8vw, 12rem);
  font-weight: bold;
  line-height: 0.9;
}
.sub-about .txt {
  color: #000000;
  position: relative;
  font-size: 2.5rem;
  margin-top: 30px;
  padding: 50px 50px 50px 0;
  z-index: 1;
}
.sub-about .txt::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
}
.sub-service {
  margin-bottom: 150px;
}
.sub-service .box {
  background-color: #0b5e7e;
  padding: 80px 0;
  margin-top: 60px;
}
.sub-service .item {
  width: 45%;
  padding: 1%;
  margin-bottom: 60px;
  color: #ffffff;
  border-bottom: solid 4px rgba(255, 255, 255, 0.3);
  border-right: solid 4px rgba(255, 255, 255, 0.3);
}
.sub-service .number {
  font-size: clamp(5rem, 8vw, 10rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub-service .number span {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  background-color: #000000;
  padding: 12px 0;
  margin-left: 30px;
  width: 420px;
}
.search {
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}
.search::before {
  content: "";
  background-image: url("../img/sub/map.png");
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 805px;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: -1;
}
.search .sub-inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: 0;
}
.search .txt {
  width: 40%;
  color: #000000;
  position: relative;
  font-size: 2.5rem;
  padding: 50px 0;
  margin: 30px 0;
  z-index: 1;
}
.search .txt::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
}
.search .item {
  width: 40%;
}
.sale {
  margin-bottom: 150px;
}
.sale .sub-inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: 0;
}
.sale .flex {
  align-items: flex-end;
}
.sale .left {
  width: 40%;
}
.sale .right {
  position: relative;
  z-index: 1;
  width: 58%;
  line-height: 0;
}
.sale .txt {
  color: #000000;
  position: relative;
  margin-top: 30px;
  padding: 50px 50px 50px 0;
  z-index: 1;
}
.sale .txt span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.sale .txt::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
}
.contact-btn {
  margin: 100px 0;
}
.contact-btn .item {
  width: 48%;
}
.contact-btn .item a {
  display: block;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  border: solid 2px #000000;
  max-width: 596px;
  padding: 47px 0;
}
.milestone .ttl03 {
  text-align: right;
  margin: 60px 80px -62px 0;
}
.milestone .flex {
  justify-content: center;
}
.milestone .item {
  width: 25%;
  margin: 0 3% 60px;
}
.milestone .number {
  justify-content: center;
}
.milestone .number span {
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
.external .w100 {
  width: 100%;
}
.lead-ttl {
  width: 100%;
  padding: 20px 0;
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: bold;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  margin-top: 150px;
}
.work {
  margin: 200px 0;
  text-align: center;
}
.work .h3-ttl::after {
  content: url("../img/sub/logo.png");
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.work .h3-ttl::before {
  background-color: #000000;
}
.work .box {
  position: relative;
  margin-top: 150px;
  padding: 50px 0 50px 120px;
  max-width: 1020px;
  color: #ffffff;
  background-color: #000000;
}
.work .box::before {
  content: "";
  background-image: url("../img/sub/work01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -50px;
  right: -12%;
}
.work .box2::before {
  background-image: url("../img/sub/work02.jpg");
}
.work .flex {
  align-items: flex-end;
}
.work .left {
  width: 50%;
}
.work .right {
  width: 45%;
  text-align: left;
  padding-bottom: 20px;
}
.work .ttl {
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
}
.work ul {
  text-align: left;
  border-bottom: solid 1px #ffffff;
}
.work .b-line {
  border-bottom: none;
}
.work li {
  display: inline-block;
  padding: 20px;
}
.benefits {
  text-align: center;
  margin-bottom: 150px;
}
.benefits .sub-inner {
  max-width: 1280px;
  padding: 150px 0 100px;
  background-color: #ffffff;
}
.benefits .h3-ttl {
  margin-bottom: 60px;
}
.benefits .h3-ttl::after {
  content: url("../img/sub/logo.png");
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.benefits .h3-ttl::before {
  background-color: #000000;
}
.benefits .box {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 65px 5% 0;
}
.benefits .item {
  width: 65%;
  margin-left: 10%;
  text-align: left;
}
.benefits .txt {
  text-align: center;
  max-width: 290px;
  font-size: 3rem;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
}
.sub-recruitment {
  text-align: center;
  margin-bottom: 150px;
}
.sub-recruitment .h3-ttl::after {
  content: url("../img/sub/logo.png");
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-recruitment .h3-ttl::before {
  background-color: #000000;
}
.real-estate {
  text-align: center;
  margin-bottom: 150px;
}
.real-estate .txt {
  font-size: 4rem;
  font-weight: bold;
  margin: 100px 0;
}
.sub-gallery {
  margin: 150px 0;
}
.sub-gallery .left {
  width: 25%;
}
.sub-gallery .right {
  width: 70%;
}
.sub-gallery .item {
  max-width: 260px;
  background-color: #000000;
  padding: 10px 20px;
  margin-bottom: 5px;
}
.sub-gallery .item a {
  display: block;
  color: #ffffff;
}
.sub-gallery .ttl {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 7px;
}
.sub-gallery .img-ttl {
  font-weight: bold;
  margin-bottom: 30px;
}
.sub-gallery .box {
  padding: 60px;
  background-color: #ffffff;
}
.sub-gallery .box .flex {
  margin-top: 60px;
}
.sub-gallery .box .img-item {
  width: 46%;
  margin-bottom: 40px;
}
.bunner {
  margin: 150px 0;
  text-align: center;
}
.mailform {
  margin-bottom: 150px;
}
.mailform .box {
  background-color: #ffffff;
  padding: 80px 150px;
}
.mailform form table {
  width: 100%;
  margin-bottom: 30px;
}
.mailform form table tr {
  position: relative;
}
.mailform form table tr th {
  padding-left: 15%;
  position: relative;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.mailform form table tr th::before {
  content: "必須";
  background-color: #000000;
  padding: 6px 20px;
  color: #ffffff;
  position: absolute;
  top: -5px;
  left: 0;
}
.mailform form table tr .blank::before {
  content: none;
}
.mailform form table tr td {
  width: 55%;
  text-align: left;
  padding-bottom: 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mailform form table tr select {
  border: 1px solid #97ae88;
}
.mailform form table tr label input {
  cursor: pointer;
  vertical-align: bottom;
}
.mailform form table tr select,
.mailform form table tr input,
.mailform form table tr textarea {
  width: 100%;
  height: 3em;
  padding: 1em;
  border: none;
  font-size: 18px;
  background-color: #eeeeee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mailform form table tr .choice-input {
  width: 22px;
  height: 1.4em;
  margin-right: 20px;
}
.mailform form table tr textarea {
  height: 10em;
}
.checkbox label {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.radio label {
  margin-right: 50px;
}
.mailform .btn {
  margin-top: 100px;
  text-align: center;
}
.mailform .btn input {
  display: inline-block;
  border: solid 1px #000000;
  background-color: #ffffff;
  padding: 1.6em 5em;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 20px;
}
.mailform .btn input:hover {
  color: #ffffff;
  background-color: #000000;
}
.mailform .privacy-ttl {
  font-size: 3rem;
  margin-bottom: 20px;
}
.mailform .privacy-box {
  border: solid 3px #eeeeee;
  padding: 60px;
  height: 280px;
  overflow-y: scroll;
}
/*==================================================
SERVICE ふくろう
===================================*/
.owl {
  background-color: #000000;
  background-image: url("../img/service/bg.png");
}
.owl-main {
  color: #ffebc8;
}
.sub-main {
  margin-top: 80px;
  line-height: 0;
}
.owl-01 {
  margin-top: 120px;
}
.owl-01 .box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.owl-lead {
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-family: "Yuji Syuku", serif;
  text-align: left;
  margin: 50px 0;
}
.owl-01 .txt {
  text-align: left;
}
.area {
  overflow: hidden;
}
.area .ttl {
  text-align: center;
  font-size: clamp(8rem, 10vw, 16rem);
  font-family: "Sorts Mill Goudy", serif;
}
.area .ttl .ja {
  font-size: clamp(4rem, 6vw, 8rem);
  font-family: "Yuji Syuku", serif;
  display: block;
}
.wrap {
  display: flex;
}
.area .item {
  height: 100vh;
  padding-top: 80px;
  color: #ffffff;
}
.area .item-inner {
  width: 100%;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-top: solid 2px #ffebc8;
  border-bottom: solid 2px #ffebc8;
}
.area .item .left {
  width: 35%;
  margin: 0 7% 0 3%;
}
.area .item .left .ttl2 {
  font-size: clamp(3rem, 4vw, 6rem);
  font-family: "Sorts Mill Goudy", serif;
  margin-bottom: 50px;
}
.area .item .left .txt2 {
  line-height: 2;
  margin-left: 10%;
}
.area .item .right {
  width: 55%;
  line-height: 0;
}
.owl-02 {
  text-align: center;
  margin-bottom: 120px;
}
.owl-ttl {
  font-size: clamp(5rem, 8vw, 10rem);
  font-family: "Sorts Mill Goudy", serif;
  font-weight: normal;
  margin-bottom: 50px;
}
.owl-ttl-ja {
  font-size: clamp(5rem, 8vw, 10rem);
  font-family: "Yuji Syuku", serif;
  font-weight: normal;
  margin-bottom: 50px;
}
.owl-03 {
  text-align: center;
  margin-bottom: 120px;
}
.owl-03 .flex {
  align-items: center;
  margin-bottom: 50px;
}
.owl-03 .flex:nth-child(odd) {
  flex-direction: row-reverse;
}
.owl-03 .left {
  width: 45%;
}
.owl-03 .right {
  width: 50%;
  text-align: left;
}
.owl-03 .owl-lead {
  margin: 0 0 30px;
}
.owl-04 {
  text-align: center;
  margin-bottom: 120px;
}
.owl-05 {
  text-align: center;
  margin-bottom: 120px;
}
.owl-06 {
  text-align: center;
  margin-bottom: 120px;
}
.owl-06 .table {
  border: solid 1px #ffebc8;
}
.owl-06 .table th {
  background-color: #ffebc8;
  color: #000000;
  border-bottom: solid 1px #000000;
  font-weight: bold;
}
.owl-06 .table td {
  background-color: #000000;
  color: #ffebc8;
  border-bottom: solid 1px #ffebc8;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1536px) {
  .gallery .h2-ttl::before {
    width: 80%;
  }
  .gallery .detail-btn::before {
    width: 73%;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
  #l-header .inner {
    width: 95%;
  }
  .main-ttl_text02 {
    bottom: 23%;
  }
  .news .right {
    width: 75%;
  }
  .concept {
    height: 700px;
  }
  .concept .t-vertical {
    height: 700px;
  }
  .feature .left {
    text-align: center;
  }
  .about {
    padding: 100px 50px;
    margin-top: -50px;
  }
  .service .box::before {
    right: 20px;
  }
  .service .box {
    padding: 150px 100px 50px;
  }
  .gallery .h2-ttl::before {
    width: 70%;
  }
  .gallery .detail-btn::before {
    width: 63%;
  }
  .scroll-infinity__item {
    width: calc(100vw / 4);
  }
  .sub-service .number {
    justify-content: center;
  }
  .sub-service .number span {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .milestone .item {
    width: 24%;
  }
  .work .box {
    padding-left: 50px;
  }
  .work .box::before {
    height: 200px;
    top: 50px;
    right: 50px;
  }
  .work li {
    padding: 20px 10px;
  }
  .benefits .txt {
    font-size: 2.4rem;
  }
  .mailform .box {
    padding: 80px 50px;
  }
}
@media (max-width: 820px) {
  #l-header .head-right {
    width: 80%;
    padding-top: 0;
  }
  .news .left {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .news .right {
    width: 100%;
  }
  .gallery .detail-btn::before {
    width: 50%;
  }
  #footer .nav-menu {
    width: 90%;
  }
  .sub-about .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .sub-about .right {
    width: 100%;
  }
  .sub-service .number span {
    font-size: 2rem;
  }
  .search .sub-inner {
    margin-right: auto;
  }
  .search .txt {
    width: 80%;
  }
  .search .item {
    width: 80%;
  }
  .sale .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .sale .right {
    width: 100%;
  }
  .work .box::before {
    height: 140px;
  }
  .benefits .box {
    width: 100%;
    margin: 65px 10% 0;
  }
  .sub-gallery .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .sub-gallery .right {
    width: 100%;
  }
  .sub-gallery .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sub-gallery .item {
    width: 26%;
    margin-bottom: 20px;
  }
  .mailform form table tr th {
    justify-content: center;
    width: 100%;
    display: flex;
    background: #303435;
    padding: 1em 6em;
    color: #fff;
    box-sizing: border-box;
  }
  .mailform form table tr td {
    padding: 1.5em 0.5em;
    display: block;
    width: 100%;
  }
  .mailform form table tr th::before {
    background-color: #702324;
    top: 0;
    padding: 18px 35px;
  }
}
@media (max-width: 428px) {
  body {
    font-size: 1.6rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-header {
    background-color: #000000;
    padding-left: 15px;
  }
  .hamb {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
  }
  .black-bg ul {
    width: 300px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .black-bg ul li {
    text-align: center;
    padding: 30px 0;
    border-bottom: solid 1px #000000;
  }
  .black-bg ul li a {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-decoration: none;
  }
  .line {
    position: absolute;
    left: 28%;
    width: 23px;
    height: 3px;
    background-color: #ffffff;
    top: 20%;
  }
  .line:nth-child(2) {
    width: 19px;
    top: 36%;
    left: 33%;
  }
  .line:nth-child(3) {
    width: 14px;
    top: 54%;
    left: 42%;
  }
  .hamb-text {
    position: absolute;
    left: 22%;
    bottom: 15%;
    font-size: 12px;
    color: #ffffff;
  }
  .black-bg {
    position: fixed;
    background: #ffffff;
    top: 0;
    right: -450px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    z-index: 10;
  }
  .black-bg.open {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  #hamb.active .line {
    background-color: #333333;
  }
  /*アニメーション*/
  .black-bg {
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(10px) translateX(0) rotate(45deg);
  }
  #hamb.active .line:nth-child(2) {
    opacity: 0;
    background: #333333;
  }
  #hamb.active .line:nth-child(3) {
    width: 23px;
    left: 28%;
    transform: translateY(-7px) translateX(0) rotate(-45deg);
  }
  .animation {
    transition: all 0.6s;
  }
  #hamb .txt {
    font-family: "Cinzel", serif;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    left: 9px;
    bottom: 5px;
  }
  .main {
    margin-top: 50px;
  }
  .main-ttl_text01 {
    padding-left: 60px;
    bottom: 25%;
  }
  .main-ttl_text02 {
    padding: 20px 20px 20px 60px;
    bottom: 10%;
  }
  .concept {
    height: auto;
  }
  .concept .left {
    width: 55%;
  }
  .concept .right {
    width: 40%;
  }
  .feature {
    padding: 0 20px 0 5px;
  }
  .feature .number01::before {
    content: url("../img/sp/feature-01.png");
    top: -5px;
    left: -20px;
  }
  .feature .number02::before {
    content: url("../img/sp/feature-02.png");
    top: -5px;
    left: -20px;
  }
  .feature .number03::before {
    content: url("../img/sp/feature-03.png");
    top: -5px;
    left: -20px;
  }
  .feature .right {
    width: 76%;
  }
  .feature .txt {
    margin: 30px 0;
  }
  .about {
    padding: 100px 20px;
  }
  .about .h2-ttl span {
    margin-left: 0;
  }
  .service {
    text-align: center;
  }
  .service .box::before {
    width: 100%;
    content: url("../img/sp/service01.jpg");
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    right: 0;
  }
  .service .box2::before {
    width: 100%;
    content: url("../img/sp/service02.jpg");
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    right: 0;
  }
  .service .h2-ttl {
    font-size: 6rem;
    margin-bottom: 150px;
  }
  .service .box {
    padding: 150px 20px 50px;
  }
  .service .txt {
    justify-content: center;
  }
  .service .txt span {
    width: 100%;
    margin-left: 0;
  }
  .detail-btn {
    margin: 0 auto;
  }
  .external .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .gallery .h2-ttl::before {
    width: 45%;
  }
  .gallery .detail-btn::before {
    content: none;
  }
  .scroll-infinity__item {
    width: calc(100vw / 1.5);
  }
  .recruitment .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .recruitment .h2-ttl span {
    width: 100%;
    margin-left: 0;
  }
  .recruitment .h2-ttl::before {
    content: none;
  }
  #footer .address {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .tel {
    width: 100%;
  }
  .table th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
  }
  .table td {
    display: block;
    padding: 1em;
  }
  .heading-ttl {
    height: 300px;
  }
  .sub-about .txt {
    font-size: 1.8rem;
  }
  .sub-service .item {
    width: 98%;
  }
  .ttl02 {
    padding: 9px 20px;
  }
  .search .txt {
    width: 100%;
  }
  .search .item {
    width: 100%;
  }
  .search .txt {
    font-size: 2rem;
  }
  .sale .txt span {
    font-size: 2.2rem;
  }
  .contact-btn .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .work .left {
    width: 98%;
  }
  .work .right {
    width: 98%;
    text-align: right;
  }
  .work .box::before {
    content: none;
  }
  .work .box {
    margin-top: 0;
    padding: 30px;
  }
  .work .img {
    margin-top: 100px;
    line-height: 0;
  }
  .benefits .box {
    flex-wrap: wrap;
  }
  .benefits .item {
    width: 100%;
    margin-left: 0;
  }
  .benefits .txt {
    font-size: 2rem;
  }
  .benefits .img {
    width: 30%;
    margin: 0 auto 30px;
  }
  .sub-gallery .item {
    width: 38%;
  }
  .sub-gallery .box {
    padding: 20px;
  }
  .sub-gallery .box .img-item {
    width: 100%;
  }
  .mailform .box {
    padding: 20px;
  }
  .mailform form table tr th {
    padding: 1em;
  }
  .mailform form table tr th::before {
    padding: 16px;
  }
  .mailform .privacy-box {
    padding: 20px;
  }
  .mailform .btn input {
    padding: 1em 3em;
  }
  .sub-main {
    margin-top: 50px;
  }
  .owl-01 {
    margin-top: 50px;
  }
  .owl-area {
    background-color: #000000;
    margin: 50px 0;
    padding: 50px 0;
    border-top: solid 2px #ffebc8;
    border-bottom: solid 2px #ffebc8;
  }
  .owl-area .ttl {
    text-align: center;
    font-size: 5rem;
    font-family: "Sorts Mill Goudy", serif;
    margin-bottom: 50px;
  }
  .owl-area .ttl .ja {
    font-size: 3rem;
    font-family: "Yuji Syuku", serif;
    display: block;
  }
  .owl-area .item {
    margin-bottom: 50px;
  }
  .owl-area .ttl2 {
    font-size: 2.6rem;
    font-family: "Sorts Mill Goudy", serif;
    margin-bottom: 20px;
  }
  .owl-03 .left {
    width: 100%;
  }
  .owl-03 .right {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .main-ttl_text02 {
    bottom: 5%;
  }
  .concept .t-vertical {
    height: auto;
    position: relative;
  }
  .sub-gallery .item {
    width: 100%;
    max-width: inherit;
  }
}
@media (max-width: 320px) {
  .feature .right {
    width: 72%;
  }
  .concept .scroll_up {
    margin-top: 50px;
    font-size: 4rem;
  }
  .concept .t-vertical {
    font-size: 4rem;
  }
  .ttl02 {
    font-size: 1.8rem;
  }
  .ttl03 {
    font-size: 4rem;
  }
  .mailform form table tr th::before {
    padding: 16px 10px;
  }
}

/* NEWS・FEATURE アニメーション */
.reveal-white,
.reveal-blue {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}

.reveal-white::before,
.reveal-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(1);
  transform-origin: center right;
  transition: transform 0.4s ease-out;
  z-index: 1;
}

.reveal-white::before {
  background: #fff;
}

.reveal-blue::before {
  background: #b1d7e6;
}

.reveal-white.is-show::before,
.reveal-blue.is-show::before {
  transform: scaleX(0);
}

/* SERVICE アニメーション */
.reveal-black {
  color: #fff !important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
  font-size: clamp(3.7rem, 4vw, 5.3rem) !important;
}

.reveal-black::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: center right;
  transform: scaleX(1);
  transition: transform 0.4s ease-out;
  z-index: 1;
}

.reveal-black.is-show::before {
  transform: scaleX(0);
}

.reveal-black > * {
  position: relative;
  z-index: 2;
}

.reveal-black .sub-txt {
  color: #555252 !important;
  font-weight: normal;
  font-size: 2.5rem;
  margin-left: 0.5em;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}

.reveal-black .sub-txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: center right;
  transform: scaleX(1);
  transition: transform 0.4s ease-out;
  z-index: 1;
}

.reveal-black.is-show .sub-txt::before {
  transform: scaleX(0);
}

.reveal-black .sub-txt > * {
  position: relative;
  z-index: 2;
}

/* 飲食 メインビジュアル用 */
.sub-main {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  margin-top: 80px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .video-container iframe {
    height: 85%;
  }
}

@media screen and (max-width: 900px) {
  .video-container iframe {
    height: 75%;
  }
}

@media screen and (max-width: 768px) {
  .video-container iframe {
    height: 60%;
  }
}

@media screen and (max-width: 600px) {
  .video-container iframe {
    height: 55%;
  }
}

@media screen and (max-width: 500px) {
  .video-container iframe {
    height: 50%;
  }
}

@media screen and (max-width: 480px) {
  .sub-main {
    height: calc(60vh - 50px);
    margin-top: 50px;
  }
}

/* single */
#single {
  min-height: 100vh;
}

#single .sub-ttl span {
  font-size: 30px;
}

#single #news-single {
  padding: 80px 0;
}

#single .heading-ttl {
  text-align: center;
  height: 100px;
}

#single .sub-ttl {
  font-weight: bold;
  color: #333;
  margin: 0;
  position: relative;
}

#single .news-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

#single .single-inner {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#single .post-meta {
  padding: 30px 40px 20px;
  border-bottom: 1px solid #eee;
}

#single .post-date {
  color: #666;
  font-weight: bold;
}

#single .entry-content {
  padding: 30px 40px;
  line-height: 1.8;
  color: #333;
}

#single .entry-content h2 {
  font-size: 1.5rem;
  margin: 2em 0 1em;
  color: #333;
  border-left: 4px solid #e74c3c;
  padding-left: 15px;
}

#single .entry-content h3 {
  font-size: 1.3rem;
  margin: 1.8em 0 1em;
  color: #333;
}

#single .entry-content ul,
#single .entry-content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}

#single .entry-content li {
  margin-bottom: 0.5em;
}

#single .entry-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 5px;
}

#single .page-links {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #eee;
  text-align: center;
}

#single .page-links a {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  background-color: #f8f9fa;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#single .page-links a:hover {
  background-color: #e74c3c;
  color: #fff;
}

#single .entry-footer {
  padding: 30px 40px;
  background-color: #0b5e7e;
  border-top: 1px solid #eee;
}

#single .post-navigation {
  margin-bottom: 30px;
}

#single .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#single .nav-previous,
#single .nav-next {
  flex: 1;
}

#single .nav-next {
  text-align: right;
}

#single .nav-links a {
  display: inline-block;
  padding: 12px 20px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

#single .nav-links a:hover {
  background-color: #000;
  color: #fff;
}

#single .back-to-list {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

#single .back-to-list a {
  display: inline-block;
  padding: 12px 30px;
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
  z-index: 999;
}

#single .back-to-list a:hover {
  background: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
}

#single .no-post {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#single .no-post p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}

#single .no-post a {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e74c3c;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

#single .no-post a:hover {
  background-color: #c0392b;
}

@media (max-width: 768px) {
  #single .sub-ttl span {
    font-size: 26px;
  }

  #single #news-single {
    padding: 60px 0;
  }

  #single .news-content {
    padding: 0 15px;
  }

  #single .post-meta,
  #single .entry-content,
  #single .entry-footer {
    padding: 20px 25px;
  }
}

@media (max-width: 480px) {
  #single .sub-ttl span {
    font-size: 24px;
  }

  #single .post-meta,
  #single .entry-content,
  #single .entry-footer {
    padding: 15px 20px;
  }

  #single .entry-content h2 {
    font-size: 1.3rem;
  }

  #single .entry-content h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  #single .nav-links {
    flex-direction: column;
    gap: 15px;
  }

  #single .nav-next {
    text-align: center;
  }

  #single .nav-links a {
    padding: 10px 25px;
    font-size: 14px;
  }

  #single .back-to-list a {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* category-news */
#category-news .heading-ttl {
  margin-top: 50px;
  margin-bottom: 32px;
  height: 100px;
}

#category-news .sub-ttl span {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

#category-news .news-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}

#category-news .news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#category-news .news-item {
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 20px;
}

#category-news .news-item-inner {
  padding: 24px 32px;
  border-bottom: 1px solid rgba(44, 95, 95, 0.1);
}

#category-news .post-meta {
  margin-bottom: 8px;
}

#category-news .post-date {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

#category-news .news-title {
  margin: 0 0 16px 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

#category-news .news-item-link {
    display: block;
    color: inherit;
    text-decoration: none;
    width: 100%;
}

#category-news .news-excerpt {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

#category-news .read-more {
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

#category-news .read-more:hover {
  color: #1a4040;
}

#category-news .pagination {
  text-align: center;
  padding: 24px;
  border-radius: 4px;
}

#category-news .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

#category-news .pagination a,
#category-news .pagination span {
  display: inline-block;
  padding: 10px 16px;
  border: 2px solid #0b5e7e;
  text-decoration: none;
  color: #0b5e7e;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 44px;
  text-align: center;
}

#category-news .pagination a:hover {
  background-color: #0b5e7e;
  color: white;
}

#category-news .pagination .current {
  background-color: #0b5e7e;
  color: white;
}

#category-news .no-post {
  text-align: center;
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 60px;
}

#category-news .no-post p {
  margin-bottom: 24px;
  color: #555;
  font-size: 16px;
}

#category-news .no-post a {
  display: inline-block;
  padding: 12px 32px;
  background-color: #0b5e7e;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
  border: 2px solid #0b5e7e;
}

#category-news .no-post a:hover {
  background-color: #1a4040;
  border-color: #1a4040;
}

@media (max-width: 768px) {
  #category-news .sub-ttl span {
    font-size: 26px;
  }
  #category-news .news-content {
    padding: 0 16px;
  }

  #category-news .news-item-inner {
    padding: 20px 24px;
  }

  #category-news .news-title {
    font-size: 18px;
  }

  #category-news .pagination {
    padding: 20px 16px;
  }

  #category-news .pagination .nav-links {
    flex-wrap: wrap;
    gap: 8px;
  }

  #category-news .pagination a,
  #category-news .pagination span {
    padding: 8px 12px;
    min-width: 40px;
  }
}

@media (max-width: 430px) {
  #category-news .sub-ttl span {
    font-size: 24px;
  }
  #category-news .heading-ttl {
    margin-top: 0;
  }
}
