@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% - 350px);
  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;
}

.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 #000000;
  border-right: 2px solid #000000;
  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-image: url(../images/bg.png);
  background-repeat: repeat; /* 画像を繰り返し表示する場合 */
  /* または background-repeat: no-repeat; 画像を繰り返さない場合 */

  /* 以下はオプションのスタイル設定 */
  background-size: cover; /* 画像をウィンドウ全体に広げる場合 */
  /* または background-size: contain; 画像を全体が表示されるように調整する場合 */

  /* その他のスタイル設定 */
  margin: 0;
  padding: 0;
  height: 100vh; /* ビューポートの高さいっぱいに表示 */
}
/*top--------*/
.top {
  text-align: center;
}
/*top-about--------*/
.top-about {
  background-color: #2b6b37d6;
}
.top-about .ttl-cmn01,
.top-about .about-txt p {
  color: #fff;
}
.about-txt {
 width: calc(100% - 472px);
 margin-right: 28px;
}
.about-txt p {
  font-size: 20px;
}
.about-img {
width: 443px;
}
@media screen and (max-width: 1023px) {
  .about-img {
   width: 100%;
   margin-top: 60px;
  }
  .about-txt {
    width: 100%;
    margin-right: 0px;
   }
}
@media screen and (max-width: 767px) {
  .top-about .flex-btw{
   display: block;
  }
  .about-txt {
    width: 100%;
  }
  .about-img {
    width: 100%;
   }
   .about-txt p {
    font-size: 16px;
  }

}
/*top-work--------*/
.top-work p {
  font-size: 20px;
}
.top-work li {
  display: flex;
  flex-direction: column;
}
.top-work li h3 {
  flex-grow: 1;
}
.top-work-left {
  width: 50%;
  background: #2b6b37d6;
  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: 50%;
  color: #2b6b37d6;
  border: #2b6b37d6 solid 3px;
  padding: 80px 60px;
  background: #fff;
  text-align: center;
  
}
.top-work-right h3 {
  font-size: 2.8rem;
  color: #2b6b37d6;
}
.top-work .btn-cmn01 {
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .top-work-left {
    width: 50%;
    background: #2b6b37d6;
    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: 50%;
    color: #2b6b37d6;
    border: #2b6b37d6 solid 3px;
    padding: 40px 30px;
  }
  .top-work-right h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-work .flex-nml {
    display: block;
  }
  .top-work-left {
    width: 100%;
    background: #2b6b37d6;
    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: #2b6b37d6;
    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: #2b6b37d6;
  opacity: 0.9;
  background-image: url(../images/img_bg_vr.png);
  position: relative;
  background-size: cover;
}
.top-vr::after {
  content: "Vertual";
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 183px;
  top: -41px;
  left: -15px;
  z-index: -1;
}
.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 {
  align-items: center;
}


.top-vr-right {
  max-width: 600px;
  background: #e8e8e8;
  text-align: center;
  box-shadow: 0 -8px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 40px 30px;
    background: #e8e8e8;
    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--------*/
.fd-inr {
  text-align: center;
  font-size: 1.8rem;
  padding: 50px 0 50px;
}
.fd-inr2 {
  background: #fff;
}
.ft-copyright {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .fd-inr {
    font-size: 1.6rem;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.ft-copyright {
  padding: 20px 40px;
  text-align: center;
  background: #2b6b37d6;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .fd-inr {
    font-size: 1.6rem;
  }
  .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: 2rem;
}

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

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

.contact h2, .mail-form h2 {
  margin-top: 30px;
  color: #6B9068;
  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-txt h3{
   font-size: 2rem;
}

.work-no {
  position: relative;
  overflow: hidden;
  padding: 6px 21px 6px 98px;
  border: 1px solid #000;
  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: #6B9068;
}

.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: #fff;
}


.work-list ul li {
  width: 31%;
  margin-top: 100px;
  margin-right: 3%;
}
.work-list ul li:nth-child(3n) {
  margin-right: 0;
}
/*ポスター--------*/
.work-poster-list ul li{
  width: 31%;
  margin-top: 50px;
}

.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-list-body {
  padding: 26px 12px;
}

.work-list-poster-ps {
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .work-txt h3{
    font-size: 1.8rem;
    margin-bottom: 10px;
 }
  .work-list ul li{
    width: 45%;
    margin-top: 50px;
    margin-right: 5%;
  }
  .work-list ul li:nth-child(3n) {
    margin-right: 5%;
  }
  .work-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .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: #fff;
  }
  .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: 45%;
    margin-top: 50px;
    margin-right: 5%;
  }
  .work-list ul li{
    width: 45%;
    margin-top: 50px;
    margin-right: 5%;
  }
  .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%;
}

.mwform-checkbox-field input, .mwform-radio-field input {
  margin: 0 5px 0 0;
}

.mwform-radio-field.horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 20px !important;
}

.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%;
  }
  .mwform-radio-field.horizontal-item {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  .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;
}