@charset "UTF-8";
/*
theme Name: on
Author: himawari
Description: 自作テーマ
version： 1.0.0
*/
@media screen and (min-width: 1023px) {
  .is-nav {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .is-f-nav {
    display: none;
  }
}

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.hd-inr {
  padding: 0 0 0 60px;
  height: 80px;
}

.hd-txt {
  font-size: 2rem;
  font-weight: 600;
}
.hd-txt span {
  display: block;
  font-size: 1.4rem;
}

.pc-nav {
  width: calc(100% - 224px);
  height: 100%;
}
.pc-nav ul {
  padding-right: 40px;
}
.pc-nav ul li {
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.05em;
}

.pc-nav ul li + li {
  border-left: 0;
}

.pc-nav ul li a {
  padding: 0 25px;
}
.has-child {
  padding: 0 25px;
}

.hd-drop {
  position: relative;
}

.hd-drop .navdrop {
  width: 220px;
  height: auto;
  position: absolute;
  top: 180%;
  left: 0px;
  padding: 15px 15px 5px 15px;
  color: #fff;
  background-color: #6B9068;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 200;
}

.hd-drop .navdrop li {
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
}
.hd-drop:hover .navdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hd-drop .navdrop li a {
  display: inline-block;
  line-height: 2.25;
  letter-spacing: 0.075em;
  position: relative;
  margin-right: 0;
}

.hd-drop .navdrop li a:after {
  content: '';
  background:  #6B9068;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
}

.hd-drop .navdrop li a:hover {
  opacity: 1;
}

.hd-drop .navdrop li a:hover:after {
  width: 100%;
}
nav ul li.has-child::before {
  content: '';
  position: absolute;
  left: 13px;
    top: 7px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
}


/*	グローバナビ（スマホ用）
---------------------------------*/
.navToggle,
.sp-nav {
  display: none;
}

@media screen and (max-width: 1023px) {
  .hd-txt {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .hd-txt span {
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 1.2px;
  }
  .hd-inr {
    height: 50px;
  }
  .hd-logo {
    width: 160px;
  }
  .hd-sns-btn, .hd-mail-btn, .navdrop {
    display: none;
  }
  .header nav.sp-nav ul li.parent {
    padding: 0;
  }
  .header nav.sp-nav ul li.parent > a {
    display: block;
    pointer-events: none;
    padding: 0 10px;
    position: relative;
  }
  nav ul.flex-cnt {
    display: block;
    height: auto;
  }
  nav li {
    margin-right: 0;
    padding: 0 20px;
    border-bottom: 1px solid #999;
    line-height: 50px;
    font-weight: normal;
  }
  .pc-nav {
    display: none;
  }
  .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 65px 15px 30px;
    width: 60%;
    height: 100vh;
    color: #333;
    background: #f3f3f3;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 1.5rem;
    z-index: 10001;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    overflow-y: scroll;
  }
  .sp-nav a * {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .sp-contact-btn {
    max-width: 325px;
    width: 100%;
    margin: 50px auto 30px;
  }
  .sp-contact-btn a {
    background: #715436;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
  }
  .sp-tel {
    display: inline-block;
    font-size: 2.7rem;
    font-weight: 700;
    color: #F09327;
    letter-spacing: 0.075em;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
  }
  .sp-tel:before {
    content: '';
    background: no-repeat center center / contain;
    background-image: url(../images/common/icon_tel.png);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sp-tel .time {
    font-size: 1.2rem;
    color: #F09327;
  }
  .sp-sns .fb {
    margin-right: 20px;
  }
  nav ul li.has-child::before {
    display: none;
  }
  /* ナビゲーション アニメーション */
  .open .sp-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }
  /*ハンバーガーボタン*/
  .navToggle {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: auto;
    width: 50px;
    height: 50px;
    background: #6B9068;
    cursor: pointer;
    z-index: 10002;
  }
  .navToggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 25px;
    height: 16px;
  }
  .navToggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .navToggle span:nth-child(1) {
    top: 0;
  }
  .navToggle span:nth-child(2) {
    top: 7px;
  }
  .navToggle span:nth-child(3) {
    top: 14px;
  }
  /* ハンバーガーボタン 切り替えアニメーション */
  .open .navToggle {
    position: fixed;
  }
  .open .navToggle span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open .navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open .navToggle span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}
@media screen and (max-width: 767px) {
  .hd-inr {
    padding-left: 15px;
  }
  .hd-txt {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  height: 100vh; /* ビューポートの高さいっぱいに表示 */
}
/*top--------*/

.top{
  position: relative;
  width: 100%;
  height: min(60vh, 560px);
  min-height: 380px;
  overflow: hidden;
}

/* ===== 水彩背景 ===== */
.fv-bg{
  position: absolute;
  inset: 0;
  background: url(../images/v_bg_watercolor.png) center / cover no-repeat;
  z-index: 1;
}

/* ===== 中央の告知ビジュアル ===== */
.fv-inner{
  position: relative;
  z-index: 2;

  height: 100%;
  padding: 24px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-inner img{
  max-width: 1200px;
  width: 100%;
  height: auto;

  object-fit: contain;
  image-rendering: -webkit-optimize-contrast; /* Safari/Chromeで改善することあり */
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transform: translateZ(0); /* 逆に改善するケースあり */

}

/* ===== SP ===== */
@media (max-width: 767px){
  .top{
    height: 340px;
    min-height: 0;
  }

  .fv-inner{
    padding: 12px;
  }
}



/*top-about--------*/
.top-about {
  background: #479F6F;
  padding: 90px 0;
}
.top-about .ttl-cmn01{
  color: #FBF5CC !important;
}

.top-about h3 {
  text-align: center;
  color: #479F6F;
  font-size: 24px;
  margin-bottom: 20px;
   position: relative;
  padding-bottom: 14px;
}
.top-about h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #479F6F;
}

.top-about .flex-btw{
  display: flex !important;
  justify-content: space-between;
  align-items: stretch;   /* 高さを揃える */
  gap: 40px;
  flex-wrap: nowrap;
}

/* 子要素が縮みすぎないように */
.top-about .about-txt,
.top-about .about-img{
  min-width: 0;
}
.about-txt{
  width: 55%;
  margin-right: 0; /* 既存のmargin打ち消し */
  background: #fff;
  border-radius: 12px;
  padding: 50px 34px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.about-txt p{
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

/* 右：画像カード */
.about-img{
  width: 45%;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.about-img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.about-slider{
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.about-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.about-slide.active{
  opacity: 1;
  z-index: 1;
}

.about-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain; /* coverに変えてもOK */
}

@media screen and (max-width: 1023px) {
  .about-slider{
  width: 100%;
  height: 300px;
}
  .about-txt, .about-img{
    width: 100%;
  }
  .top-about .flex-btw{
    flex-direction: column;
  }
  .about-txt {
    width: 100%;
    margin-right: 0px;
   }
   .top-about h3 {
  font-size: 20px;
}
}
@media screen and (max-width: 767px) {
  
.top-about{ 
  padding: 70px 0;
}
  .top-about .flex-btw{
   display: block;
  }
  .about-txt {
    width: 100%;
    padding: 30px 15px;
  }
  .about-img {
    width: 100%;
   }
   .about-txt p {
    font-size: 16px;
  }

}




/*top-work--------*/
.top-work{
  padding: 90px 0;
  background: #fff;
}
.top-work p {
  font-size: 20px;
  color: #333;
}
/* カード2つ */
.top-work ul.flex-nml{
  gap: 30px;
}
.top-work-left,
.top-work-right{
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.top-work li {
  display: flex;
  flex-direction: column;
}
.top-work li h3 {
  flex-grow: 1;
}
.top-work-left {
  width: calc(50% - 15px);
  background: #479F6F;
  padding: 80px 60px;
  text-align: center;
 
}
.top-work-left h3 {
  color: #fff;
  font-size: 2.8rem;
  align-items: center;
    display: inline-grid;
}
.top-work-right {
 width: calc(50% - 15px);
  color: #479F6F;
  border: 3px solid rgba(43,107,55,0.55);
  background: #fff;
  padding: 80px 60px;
  text-align: center;
  
}
.top-work-right h3 {
  font-size: 2.8rem;
  color: #479F6F;
}
.top-work .btn-cmn01 {
  margin: 20px auto 0;
}
.btn-cmn01 a{
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .top-work-left {
    width: calc(50% - 15px);
    background: #479F6F;
    padding: 40px 30px;
    text-align: center;
  }
  .top-work-left h3 {
    color: #fff;
    font-size: 2.2rem;
    align-items: center;
      display: inline-grid;
  }
  .top-work-right {
   width: calc(50% - 15px);
    color: #479F6F;
    border: #2b6b37d6 solid 3px;
    padding: 40px 30px;
  }
  .top-work-right h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-work{ 
    padding: 70px 0; 
  }
  .top-work .flex-nml {
    display: block;
  }
  .top-work-left {
    width: 100%;
    background: #479F6F;
    padding: 48px 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .top-work-left h3 {
    color: #fff;
    font-size: 1.8rem;
    align-items: center;
      display: inline-grid;
  }
  .top-work-right {
    width: 100%;
    color: #479F6F;
    text-align: center;
    border: #2b6b37d6 solid 3px;
    padding: 30px;
  }
  .top-work-right h3 {
    font-size: 1.8rem;
    align-items: center;
    display: inline-grid;
  }
  .top-work p {
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  .top-work-right h3 {
    font-size: 1.6rem;
  }
}
/*top-vr--------*/
.top-vr p {
  font-size: 20px;
}
.top-vr {
  background-color: #479F6F;
  position: relative;
  padding: 120px 0;
  opacity: 0.9;
  background-image: url(../images/img_bg_vr.png);
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.top-vr::after{
  content: "Virtual";
  position: absolute;
  left: -10px;
  top: 10px;
  font-weight: 700;
  font-size: 180px;
  color: rgba(255,255,255,0.35);
  z-index: 0; /* 背景文字 */
  pointer-events: none;
}
.top-vr-ttl{
  position: absolute;
    content: "";
    font-weight: 700;
    font-size: 20rem;
    line-height: 80px;
    color: #ffffff91;
    top: 0;
    left: 0;
    letter-spacing: 14px;
}
.top-vr .contents-inr{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}


.top-vr-right {
  max-width: 600px;
  text-align: center;
   box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    border-radius: 14px;
   padding: 44px 34px;
    background: #fff;
    margin: auto;
}

.top-vr-right h2,
.top-vr-right p {
 text-align: center;
}


@media screen and (max-width: 767px){
  .top-vr-right {
    max-width: 440px;
  }
  .top-vr p {
    font-size: 16px;
  }
  .top-vr::after {
    content: "Vertual";
    position: absolute;
    color: #fff;
    font-weight: 700;
    left: 0;
    z-index: -1;
    font-size: 11.2vw;
      top: -14px;
  }
}
@media screen and (max-width: 445px){
  .top-vr::after {
    content: "Vertual";
    position: absolute;
    color: #fff;
    font-weight: 700;
    left: 0;
    z-index: -1;
    font-size: 19.2vw;
      top: 18px;
      left: -6px;
  }
  .top-vr-right .flex-btw {
    display: block;
  }
  .top-vr-right p {
    margin-bottom: 10px;
    text-align: left;
  }
  .top-vr-right .btn-cmn01 {
    margin: 10px 0;
  }
  .top-vr-right {
    padding: 30px;
  }
}
/*footer--------*/
body.page-id-78 footer .fd-inr{
  text-align: center;
  font-size: 1.6rem;
  background: #fff;
  padding: 60px 0 40px;
}

body.page-id-78 footer .fd-inr h1,
body.page-id-78 footer .fd-inr p,
body.page-id-78 footer .fd-inr span{
  color: #333;
}

body.page-id-78 footer .ft-copyright{
  padding: 20px 40px;
  text-align: center;
  background: #479F6F;
  color: #fff;
  font-size: 14px;
}
.fd-inr h1, .fd-inr p ,.fd-inr span{
  color: #f4f4f4;
}

.fd-inr {
  text-align: center;
  font-size: 1.6rem;
  padding: 60px 0 40px;
  background: #479F6F;
  color: #f4f4f4;
}

.ft-copyright {
  padding: 20px 40px;
   font-size: 16px;
  text-align: center;
  font-size: 14px;
  background: #f4f4f4;
  color: #479F6F;
}
@media screen and (max-width: 1023px) {
  .fd-inr {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .ft-copyright {
   font-size: 1rem;
   padding: 15px 5px;
  }
  .fd-txt {
    font-size: 1.6rem;
  }
}
.btn-pagetop a {
  height: 67.5px;
}
.btn-pagetop a img {
  width: 60px;
}
/*トップボタン*/
.btn-pagetop {
  position: fixed;
  right: 40px;
  bottom: 66px;
  display: block;
  z-index: 2000;
}

.btn-pagetop a {
  text-decoration: none;
}

.btn-pagetop a:hover {
  opacity: 0.7;
}


/*contact--------*/
.contact p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .contact p {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

.contact span {
  font-weight: normal;
  font-size: 1.6rem;
}

.contact h2, .mail-form h2 {
  margin-top: 30px;
  color: #479F6F;
  font-weight: bold;
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .contact h2, .mail-form h2 {
    font-size: 1.8rem;
  }
}

.contact-form-area {
  padding: 30px 0;
  text-align: left;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .contact-form-area {
    padding-left: 35px;
  }
}

.contact-tel-link {
  font-size: 2.5rem;
  position: relative;
  font-weight: bold;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 767px) {
  .contact-tel-link {
    letter-spacing: normal;
    font-weight: normal;
    font-size: 1.8rem;
  }
}

.contact-tel-link::before {
  content: "";
  width: 37px;
  height: 75px;
  background: url(../img/tel_h_icon.png) no-repeat center center/contain;
  position: absolute;
  right: 103%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contact-tel-link::before {
    width: 23px;
  }
}

.mail-form {
  padding: 60px 0;
  background: #F9FAF4;
  margin-bottom: 40px;
}

/*work--------*/
#work .contents-inr{
  margin-bottom: 15px;
}
.work-txt h3{
   font-size: 2rem;
}
.work-list {
      padding: 0 15px;
}
.work-no {
  position: relative;
  overflow: hidden;
  padding: 6px 21px 6px 98px;
 border: 1px solid #272928;
  display: inline-block;
  margin-bottom: 5px;
}

.work-no:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 170px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
      background: #fbf5cc;
}

.work-no span {
  font-size: 40px;
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 2px;
  padding-left: 16px;
  color: #272928;
}
.work-list ul{
   gap: 40px;
}

.work-list ul li {
   width: calc((100% - 80px) / 3); /* gap40px × 2 */
  margin-top: 0;                  /* gapで管理 */
  margin-right: 0;
}

/*ポスター--------*/
.work-poster-list ul {
  gap: 24px;
  margin-top: 24px;
}
.work-poster-list ul li{
 width: calc((100% - 48px) / 3); /* 24px × 2 = 48px */
  margin-top: 0; 
}

.work-poster-list h4 {
  position: relative;
  padding: 1rem 2rem;
  display: inline;
  border: 4px solid #292929;
}


.work-poster-list h4:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 2px solid #292929;
}

.work-poster-list h4:after {
  bottom: 6px;
}


/* 画像カードの見た目を安定（任意） */
.work-poster-list .work-list-head a{
  display: block;
}

.work-list-body{
  padding: 18px 10px;
}


@media screen and (max-width: 767px) {
  .work-txt h3{
    font-size: 1.8rem;
    margin-bottom: 10px;
 }
  .work-list ul li{
    width: calc((100% - 40px) / 2); 
    margin-top: 50px;
  }
  .work-list-body {
    padding: 26px 0px;
  }
  .work-no {
    padding: 6px 9px 6px 55px;
  }
  
  .work-no:before {
    left: -123px;
  }
  
  .work-no span {
    font-size: 40px;
    font-size: 1.8rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 4px;
    padding-left: 9px;
    color: #333;
  }
  .category-btn .btn-cmn02 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .category-btn .btn-cmn02:nth-child(3n){
    margin-bottom: 0;
  }
  .work-poster-list h4 {
    position: relative;
    padding: 1rem 2rem;
    display: inline;
    border: 2px solid #292929;
  }
  
  
  .work-poster-list h4:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: '';
    border: 1px solid #292929;
  }
  .work-poster-list ul li{
    width: calc((100% - 40px) / 2); 
    margin-top: 50px;
  }
  .work-list ul li{
    width: calc((100% - 40px) / 2); 
    margin-top: 50px;
  }
  .work-poster-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.pagenation {
  padding: 80px 0;
  text-align: center;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .pagenation {
    font-size: 1.6rem;
    padding: 30px 0 60px;
  }
}

.current {
  border-bottom: solid 1px #000;
  margin-right: 20px;
}

.page-numbers {
  margin-right: 20px;
}



.breadcrumb　 {
  padding: 40px 15px;
  max-width: 1240px;
  margin: 0 auto;
}

/*	お問い合わせ
---------------------------------*/
.section-bottom {
  padding: 20px 0 100px;
}

/*　フォーム　*/
.mailform p {
  font-size: 1.4rem;
  color: #c00;
  line-height: 2.14;
}

.contact-form {
  max-width: 1000px;
  margin: 60px auto 0;
}

.contact-form .note {
  color: #d50f14;
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 10px;
}

.contact-form .tbl-cmn02 {
  margin-bottom: 60px;
}

.contact-form .tbl-cmn02 th span {
  margin: 0 0 0 10px;
  color: #d50f14;
}

.contact-form .tbl-cmn02 td input[type="email"],
.contact-form .tbl-cmn02 td input[type="text"],
.contact-form .tbl-cmn02 td input[type="tel"],
.contact-form .tbl-cmn02 td textarea {
  min-height: 30px;
  vertical-align: middle;
  width: 80%;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-appearance: none;
}

.contact-form .tbl-cmn02 td select {
  min-height: 30px;
}

.contact-form .tbl-cmn02 .field-s {
  width: 40%;
}

.contact-form .tbl-cmn02 .field-m {
  width: 60%;
}

.contact-form .tbl-cmn02 .field-l {
  width: 100%;
}


.contact-btn-box {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-form .tbl-cmn02 {
    margin-bottom: 40px;
  }
  .contact-form .tbl-cmn02 th span {
    font-size: 1.4rem;
  }
  .contact-form .tbl-cmn02 .field-s {
    width: 100%;
  }
  .contact-form .tbl-cmn02 .field-m {
    width: 100%;
  }
  
  .contact-btn-box .send-btn {
    line-height: 60px;
    font-size: 1.6rem;
    width: 80%;
  }
  .contact-btn-box .return-btn {
    margin: 0 0 15px 0;
    line-height: 60px;
    font-size: 1.6rem;
    width: 80%;
  }
  .contact-form .tbl-cmn02 td input[type="email"],
  .contact-form .tbl-cmn02 td input[type="text"],
  .contact-form .tbl-cmn02 td input[type="tel"],
  .contact-form .tbl-cmn02 td textarea {
    width: 100%;
  }
}

.contact-btn-box input[type="submit"] {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
  line-height: 60px;
  border-radius: 0;
  background: #fff;
  font-size: 2rem;
  color: #707070;
  text-align: center;
  border: 1px solid #707070;
  cursor: pointer;
  -webkit-appearance: none;
}

.contact-btn-box input[type="submit"]:hover {
  background: #7070707d;
  color: #fff;
}
.award-txt {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.6;
}

/* Lightboxのバツマークを強制的に表示 */
.lb-close {
  display: block !important;
  font-size: 30px;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1002; /* 他の要素より上に表示 */
}
/*	お問い合わせ
---------------------------------*/
.smf-form--simple-table .smf-item {
  align-items: center;
}
.smf-action .smf-button-control  .smf-button-control__control {
  padding: 15px 30px;
  font-family: 'Noto Sans JP', 'Noto Serif JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #FBF5CC;
  position: relative;
	width: 300px;
  font-size: 20px;
	border: 2px solid #707070;
	color: #333433;
  margin: auto;
	text-align: center;
	line-height: 1.5;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	display: flex;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	height: 80px;

}
.smf-action .smf-button-control  .smf-button-control__control  a:hover {
	opacity: 1;
}
.smf-action .smf-button-control  [data-action="back"]{
  background: #f3f3f3;
}

/*	作品一覧
---------------------------------*/
.news-item-header{
  margin-bottom: 10px;
}
.news-list {
  width: 47%;
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}


.top-service{
	padding: 100px 0;
}
.top-service li{
	width: calc((100% - 2px) / 2);
	height: 430px;
	background: no-repeat center center / cover;
	position: relative;
	margin-bottom: 2px;
}
.top-service li a{
	display: block;
	width: 100%;
	height: 100%;
}
.top-service li:nth-of-type(1){
	background-image: url(../images/top/img_top_service01.png);
}
.top-service li:nth-of-type(2){
	background-image: url(../images/top/img_top_service02.png);
}
.top-service li:nth-of-type(3){
	background-image: url(../images/top/img_top_service03.png);
}
.top-service li:nth-of-type(4){
	background-image: url(../images/top/img_top_service04.png);
}
.top-service li .flex-btw{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 0 30px;
}

.news-item-tag a {
  display: inline-block;
	margin: 0 .4em .6em 0;
	padding: .6em;
	line-height: 1;
	text-decoration: none;
	color: #479F6F;
	background-color: #fff;
	border: 1px solid #479F6F;
	border-left: 5px solid #479F6F;
  width: 91px;
}
.news-list-ttl {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .news-list {
    padding: 10px 15px;
  }
  .news-list .ojf:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.news-list-ttl {
  font-size: 18px;
}
}
@media screen and (max-width: 520px) {
  .news-list {
    width: 100%;
    padding: 10px 15px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
.news-list .ojf:before {
  content: "";
  display: block;
  padding-top: 55%;
}
}
.fd-txt {
  margin-bottom: 4px;
}
.fd-inr span {
  flex-direction: row;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .none {
    display: none;
  }
}
@media screen and (max-width: 767px){
  .fd-inr p {
    font-size: 15px;
  }
  .fd-txt {
    margin-bottom: 14px;
  }
  .fd-inr span {
    flex-direction: row;
    font-size: 14px;
    display: block;
    line-height: 1.2;
  }
}