@charset "utf-8";
*{
margin: 0;
padding: 0;
box-sizing: border-box; 
}
@font-face {
  font-family:"Nikumaru";
  src: url('font/07にくまるフォント.otf') format('opentype');

}
@font-face{
  font-family:"lightnovel";
src: url('font/LightNovelPOPv2.otf') format('opentype');
}
body {
  font-family:'Noto Sans JP',"Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #4c4c4c;
  background-color:#ffffff;
  overflow-x: hidden;
}

header {
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: 4px solid #7c7c7c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
header .title{
  display:block;
font-family: "Nikumaru";
font-size: 1.5rem;
margin-top:0.5rem;
text-decoration: none;
padding:3%;
color:#555;
}

.btnboxwrap{
  width:60%;
  margin: 0 auto;
  display:flex;
  padding:2%;
  font-weight: bold;
}
.btnbox{
  width:120px;
  margin: 0 auto;
}

   /* ボタン */
  .sc_btn {
    display: block;
    margin:0 auto;
    margin-top:20px;
    text-align: center;
    text-decoration: none;
    line-height: 2.5rem;
    outline: none;
    color: #4D4D4D;
    background:rgba(255,0,0,0.0);
    position: relative;
    border: 1px solid #4D4D4D;
    transition: color 0.5s ease;
  }

.section {
    position: relative;
    margin: 0 auto 60px;
letter-spacing: 0.1rem;
opacity: 0 !important;
transform: translateY(50px); /* 初期状態 */
transition: transform 1s ease, opacity 1s ease;
}

/* スクロール後のアニメーション */
.section.visible {
  opacity: 1 !important;
  transform: translateY(0); /* 初期位置に戻る */
}
.section.title {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}
.highlight {
    background-color:#34353D;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
}
.content {
  width:70%;
  margin-top:3%;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}
.background-text {
    position: absolute;
    right: 0;
    top: 0;
    font-size:100px;
    font-weight: bold;
    color:#ffffff;
    text-shadow: 1px 1px 0 #EDEDED,
     -1px 1px 0 #EDEDED, 
     1px -1px 0 #EDEDED, 
     -1px -1px 0 #EDEDED;
     font-weight:bold;
    z-index: -1;
}
.titlesub{
  font-weight: bold;

}
  /* メンバー紹介*/

.members {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top:3%;
}

.member {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    line-height:1.6;
}
.member img {
    width: 250px;
  height:auto;
    border-radius: 50%;
    margin-right: 15px;
}

.member-info {
    flex: 1;
}

.yaku{
  font-weight: 500;
}
.name{
  font-weight: 800;
}
.company-card {
  background: #fff;
  padding: 20px;
  max-width: 1000px;
  text-align: center;
}


/* 概要の表*/
.company-card table {
  width: 100%;
  margin-top: 10px;
border-collapse: separate;
border-spacing: 0 20px;
border: none;
}


.company-card td {
  padding: 12px;
  text-align: left;
  border-bottom: solid 1px #9b9b9b;
}

.company-card th {
  border-bottom: solid 1px #9b9b9b;
  color: #4f4f4f;
  font-weight: bold;
  white-space: nowrap;
  
}

  /* お問い合わせ*/


.container2 {
    margin: 0 auto;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  

  .about-box {
    padding: 40px 20px;
    text-align: center;
  }
  
  .about-box h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #333;
  }
  
  
  .description {
    font-size: 14px;
    margin-top: 1rem;
    color: #666;
  }

  
  /* お問い合わせボタン*/

  .contact {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s;
    position: relative;
  }
  
  .contact span {
margin-left: 5%;
    font-size: 16px;
    color: #ffffff;
  }
  
  .contact-button:hover {
    background-color: #333;
  }
  .contact{
    border: solid 1px rgb(255, 255, 255);
  }
  
  .contact-:hover {
    background-color: #333;
  }
  .contact-btn {
    width: 70%;
    padding: 10px;
    background-color: #444;
  }



  
/* フッター */
footer {
  background-color: #333;
  padding: 20px;
  color:#fff;
  font-weight: bold;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
}
.footer-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.social-icons a{
color:#ddd;
font-size:25px;
margin-right:10px;

}
.social-icons i:hover {
transition: 1s;
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);}
.contact-button {
margin-top:3%;
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFF;
  color: rgb(76, 76, 76);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.footer-bottom {
  margin-top: 20px;
  font-size: 0.8em;
}



  .btn_box{
    width: 120px;
    margin: 0 auto;
  }
  /* ボタン */
.more_btn {
  display: block;
  margin:0 auto;
  margin-top:20px;
  text-align: center;
  text-decoration: none;
  line-height: 2.5rem;
  outline: none;
  color: #4D4D4D;
  background:rgba(255,0,0,0.0);
  position: relative;
  border: 1px solid #4D4D4D;
  transition: color 0.5s ease;
}
.more_btn:hover {
  color: #fff;
}
.more_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.more_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:  #4D4D4D;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

  /* メニューボタン */
.menu-btn {
  font-size: 30px;
  color: #4D4D4D;
  background: none;
  border: none;
  cursor: pointer;
  margin-right:3%;
}

/* メニューのオーバーレイ */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c3e50;
  display: none; /* 初期状態では非表示 */
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* メニューが表示スタイル */
.menu-overlay.active {
  display: flex;
}

/* メニュー項目 */
.menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.menu ul li {
  margin: 20px 0;
}

.menu ul li a {
      
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 480px) {
  header{
    height:60px;
  }
    .pc-nav {
      display: none;
    }
.btnboxwrap{
  display: none;
}
.info-container {
  flex-direction: column;}
  
.titlebox{
  margin-top:30px;
  overflow: hidden;
  height:180px;
  position:relative;
  background-color:#F9f9FC;
  }
  .titlebox h2{
  position: absolute;
  top:90px;
  left:5%;
  z-index: 100;
  font-size:28px;
  }
  .titlesub{
  position: absolute;
  top:130px;
  left:5%;
  z-index: 100;
  font-size:13px;
  }
  .backtext{
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:80px;
  color:#F9f9FC;
  text-shadow: 1px 1px 0 #EDEDED,
   -1px 1px 0 #EDEDED, 
   1px -1px 0 #EDEDED, 
   -1px -1px 0 #EDEDED;
   font-weight:bold;
  }
 
  .section{width:90%;
    margin-top:5%;
}
#consept{
  padding-top:50px;
    }
#mission{
  font-size:50px;
    position: absolute;
    right: 0;
    top: 20px;
}

#vision{
  font-size:50px;
    position: absolute;
  right: 0;
  top: -30px;
}
.content {
  width:100%;
  margin-top:3%;
    font-size: 13px;
    line-height: 1.8;
    color: #34353D;
    font-weight: 500;
}

.members {
  display:block;
  margin: 0 auto;
}
.member {
  display: block;
text-align: center;}

.member img {
  width: 180px;
  height:auto;
  border-radius: 50%;
  margin-right: 15px;
}
    .section .highlight{
      font-size:20px;
    }
    .section h4{
      display: table;
      font-size:18px;
      border-bottom:solid 2px #4D4D4D;
    }
    .yaku{
      font-size:12px;
    }
    .name{
      font-weight: 800;
      font-size:18px;
    }
    .contact-btn {
      width: 70%;
      padding: 10px;
      background-color: #444;
    }
  .contact {
    padding: 40px 20px;
  }
  footer{
    text-align: left;
    color:#FFF;
  }
  .footer-nav{
    border-bottom: solid 1px #fff;
    padding:20px;
  }
  .footer-nav a{
  display:block;
  margin-top:12px;
  text-align: left;
  font-size:14px;
  font-weight: bold;
  }
  .footer-container {
    display:block;
    justify-content: space-between;
  
  
  }
  .footer-social{
    margin-top:15px;
    padding:20px;
    font-size:18px;
    text-align: left;
    border-bottom: solid 1px #fff;
  }
  .footer-contact{
    margin-top:15px;
    text-align: left;
    padding:20px;
    border-bottom: solid 1px #fff;
  }
  .footer-contact h3{
    font-size:18px;
    margin-bottom:10px;
  }
  .footer-contact p{
    font-size:14px;
    font-weight: bold;
  }
  
  .footer-content {
    display:block;
    padding:20px;
    justify-content: space-between;
    width: 100%;
  }
  
}

@media (min-width: 481px) and (max-width: 768px) 
{
  header{
    height:70px;
  }
  .pc-nav {
  display: none;
}
.btnboxwrap{
  display: none;
}

.titlebox{
margin-top:80px;
overflow: hidden;
height:150px;
position:relative;
background-color:#F9f9FC;
}
.titlebox h2{
position: absolute;
top:60px;
left:15%;
z-index: 100;
}
.titlesub{
position: absolute;
top:100px;
left:15%;
z-index: 100;
}
.backtext{
position: absolute;
top: 85px;
left: 50%;
transform: translate(-50%, -50%);
font-size:100px;
color:#F9f9FC;
text-shadow: 1px 1px 0 #EDEDED,
 -1px 1px 0 #EDEDED, 
 1px -1px 0 #EDEDED, 
 -1px -1px 0 #EDEDED;
 font-weight:bold;

}
.SPonly{
  display: none;
}
  #consept{
    padding-top:50px;
      }
  #mission{
    font-size:70px;
      position: absolute;
      right: 0;
      top: 0px;
  }
  
  #vision{
    font-size:70px;
      position: absolute;
    right: 20px;
    top: -50px;
  }
.content{
  width:80%;
  font-size:13px;
}
.section{max-width: 700px;
margin: 0 auto;
  margin-left:3%;
margin-top:10%;

}
.section .highlight{
  font-size:16px;
}
.members {
  display:block;
  margin: 0 auto;
}
.member {
  display: block;
text-align: center;}

.member img {
  width: 250px;
height:auto;
  border-radius: 50%;
  margin-right: 15px;
}
.section h4{
  display: table;
  font-size:20px;
  border-bottom:solid 2px #4D4D4D;
}
.yaku{
  font-size:14px;
}
.contact-btn {
  width: 50%;
  padding: 10px;
  background-color: #444;
}
.contact {
padding: 40px 20px;

}
footer{
  text-align: left;
  color:#FFF;
}
.footer-nav{
  border-bottom: solid 1px #fff;
  padding:20px;
}
.footer-nav a{
display:block;
margin-top:12px;
text-align: left;
font-size:14px;
font-weight: bold;
}
.footer-container {
  display:block;
  justify-content: space-between;


}
.footer-social{
  margin-top:15px;
  padding:20px;
  font-size:18px;
  text-align: left;
  border-bottom: solid 1px #fff;
}
.footer-contact{
  margin-top:15px;
  text-align: left;
  padding:20px;
  border-bottom: solid 1px #fff;
}
.footer-contact h3{
  font-size:18px;
  margin-bottom:10px;
}
.footer-contact p{
  font-size:14px;
  font-weight: bold;
}

.footer-content {
  display:block;
  padding:20px;
  justify-content: space-between;
  width: 100%;
}

}
@media (min-width: 769px) and (max-width: 1080px){
  header{
    height:70px;
  }
.pc-nav { 
  display:none;
 }


.btnboxwrap{
  width:85%;
  margin: 0 auto;
  display:flex;
  padding:3%;
  font-size:14px;
  
}
.btnbox{
    width:150px;
    margin: 0 auto;
  }
  .sc_btn{
    padding: 20px;
  }

.titlebox{
  margin-top:80px;
overflow: hidden;
height:150px;
  position:relative;
  background-color:#F9f9FC;
}
.titlebox h2{
  position: absolute;
  top:60px;
  left:15%;
  z-index: 100;
}
.titlesub{
  position: absolute;
  top:100px;
  left:15%;
  z-index: 100;
}
.backtext{
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:150px;
color:#F9f9FC;
  text-shadow: 1px 1px 0 #EDEDED,
   -1px 1px 0 #EDEDED, 
   1px -1px 0 #EDEDED, 
   -1px -1px 0 #EDEDED;
   font-weight:bold;
}
.background-text {
  position: absolute;
  right: 0;
  top: -20px;
  font-size:80px;}

  .section{max-width: 700px;}

.section h4{
  width:20%;
font-size:20px;
border-bottom:solid 2px #4D4D4D;
}
.SPonly{
  display: none;
}
.yaku{
  font-size:14px;
}
.name{
  font-weight: 800;
  font-size:18px;
}
.contact-btn {
  width: 50%;
  padding: 10px;
  background-color: #444;
}
.contact {
padding: 40px 20px;
}

.footer-container{
  margin: 0 auto;
}
.footer-nav{
width:400px;
margin: 0 auto;}

.footer-social
{  width:200px;
margin: 0 auto;
border-left:solid 1px #fff;
border-right:solid 1px #fff;
}
.footer-contact
{  width:350px;
margin: 0 auto;

}
.footer-contact p
{  font-size:14px;
}
.footer-content{
max-width:1200px;
margin: 0 auto;
display:flex;
}
.footer-logo{
width:500px;
margin: 0 auto;
text-align: center;
}
.footer-copy{
width:250px;
margin: 0 auto;
margin-top:2%;
text-align: right;
font-size:14px;
}

}

@media (min-width: 1081px) {

  header{
    height:100px;
  }

  .pc-nav ul{
    display:flex;
    list-style: none; }

.pc-nav li {
  margin: 0 30px;
}

.pc-nav a {
  text-decoration: none;
  color: #4D4D4D;
  font-size: 1rem;
  font-weight: bold;
  transition: color 0.3s;
}
.pc-nav a:hover {
  color: #909090;
}

  .menu {
    display: none;
  }
  .menu-btn {
    display: none;
  }

  .btnboxwrap{
    width:70%;
    margin: 0 auto;
    display:flex;
    padding:3%;
    
  }
  .btnbox{
      width:180px;
margin-right:2%;
position:relative;
    }
    .sc_btn{
      padding: 20px;
      text-align: left;
    }
    .kigo{
      position: absolute;
    left:80%;
    }
  
.SPonly{
    display: none;
  }


.titlebox{
  margin-top: 80px;
overflow: hidden;
height:150px;
  position:relative;
  background-color:#F9f9FC;
}
.titlebox h2{
  position: absolute;
  top:60px;
  left:20%;
  z-index: 100;
}
.titlesub{
  position: absolute;
  top:100px;
  left:20%;
  z-index: 100;
}
.backtext{
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:180px;
color:#F9f9FC;
  text-shadow: 1px 1px 0 #EDEDED,
   -1px 1px 0 #EDEDED, 
   1px -1px 0 #EDEDED, 
   -1px -1px 0 #EDEDED;
   font-weight:bold;

}
.section{max-width: 1000px;}

.boxwrap{
  width:68%;
  margin: 0 auto;
  margin-top:3%;
}
.background-text {
  position: absolute;
  right: 0;
  top: 0;
  font-size:120px;}

.section h4{
  display: table;
  font-size:20px;
  border-bottom:solid 2px #4D4D4D;
}
.yaku{
  font-size:14px;
}
.name{
  font-weight: 800;
  font-size:18px;
}
    .menu {
      display: none;
    }
    .menu-btn {
      display: none;
    }
    .contact-btn {
      width: 30%;
      padding: 20px;
      background-color: #444;
    }
    .container2
    {
      margin-top:5%;
    }
    
    .contact{
      padding: 50px 20px;
    
    }

    footer h3{
      font-size:20px;
    }
     .footer-container{
        margin: 0 auto;
        padding-top:20px;
        padding-bottom:20px;
      }
    .footer-nav{
      width:400px;
      margin: 0 auto;}
    
      .footer-nav a{margin-left:5%;
    
      }
    
    .footer-social
    {  width:300px;
      margin: 0 auto;
      border-left:solid 1px #fff;
      border-right:solid 1px #fff;
    }
    .footer-contact
    {  width:300px;
      margin: 0 auto;
    
    }
    .footer-contact p
    {  font-size:14px;
      margin-top:10px;
    }
    .footer-content{
      max-width:1200px;
      margin: 0 auto;
      display:flex;
    }
    .footer-logo{
      width:500px;
    margin: 0 auto;
    text-align: center;
    }
    .footer-copy{
      width:250px;
    margin: 0 auto;
    margin-top:2%;
    text-align: right;
    font-size:14px;
    }
  }

/****************  ニュース ******************/
.page-news .btnboxwrap {
	max-width: 1000px;
    padding: 3% 0;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.page-news .btnboxwrap .btnbox {
	margin-left: 0;
}
.page-news .nList {
	list-style: none;
}
.page-news .nList li {
	padding-bottom: 2%;
	border-bottom: solid 2px #d4d4d4;
}
.page-news .nList li a {
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	text-decoration: none;
}
.page-news .nList li a figure {
	width: 32%;
	min-width: 150px;
	margin-right: 3%;
	padding-top: 18%;
    position: relative;
    overflow: hidden;
}
.page-news .nList li a figure img {
	width: 100%;
	height: auto;
	position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
	object-position: center;
}
.page-news .nList li a .textBox {
	width: 65%;
}
.page-news .nList li a .textBox .date {
	font-size: 14px;
	color: #9f9f9f;
	margin-bottom: 1%;
}
.page-news .nList li a .textBox .ntitle {
	font-size: 18px;
	font-weight: 800;
	color: #4c4c4c;
}
.page-news .nList li + li {
	margin-top: 2%;
}
/****** シングルページ *******/
.page-single .titleWrap {
	margin-top: 6%;
}
.page-single .titleWrap .cat {
	font-size: 16px;
    font-weight: 600;
    border: solid 1px #4d4d4d;
    padding: 2px 5px;
}
.page-single .titleWrap .date {
	color: #9f9f9f;
    font-weight: 800;
    font-size: 18px;
    margin-top: 8px;
}
.page-single .titleWrap .date.NEW {
	position: relative;
	width: fit-content;
}
.page-single .titleWrap .date.NEW::before {
	position: absolute;
	content: 'NEW';
	font-size: 16px;
	color: #d4d4d4;
	right: -50px;
	top: 50%;
	transform: translatey(-50%);
}
.page-single .titleWrap .singlePgaeTitle {
	color: #4d4d4d;
    font-weight: 800;
    padding-top: 5px;
}
.page-single .contentsWrap {
	margin-top: 6%;
}
.page-single .contentsWrap .eyecach {
	width: 80%;
    margin: 0 auto 6%;
}
.page-single .contentsWrap .eyecach img {
	width: 100%;
	height: auto;
}
.page-single .contentsWrap .s-content .wp-block-gallery {
	width: 80%;
    margin: 3% auto;
}
.page-single .contentsWrap .s-content .wp-block-gallery img {
	width: 100%;
	height: auto;
}
.page-single .contentsWrap .s-content p {
	line-height: 2;
}
/****** ナビゲーション *******/
.page-news .navigation {
	margin-top: 6%;
}
.page-news .navigation .page-numbers {
	list-style: none;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-news .navigation .page-numbers li {
	margin: 0 6px;

}
.page-news .navigation .page-numbers li span,
.page-news .navigation .page-numbers li a {
	font-size: 18px;
	font-weight: 800;
}
.page-news .navigation .page-numbers li span,
.page-news .navigation .page-numbers li a:not(.next):not(.prev) {
    padding: 1.3% 2%;
	border: solid 1px #4d4d4d;
	border-radius: 50%;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 50px;
	height: 50px;
}
.page-news .navigation .page-numbers li a {
	text-decoration: none;
	color: #4d4d4d;
}
.page-news .navigation .page-numbers li .current {
	color: #fff;
	background: #4d4d4d;
}
.page-news .navigation .page-numbers li a.next {
	position: relative;
}
.page-news .navigation .page-numbers li a.next::before {
	position: absolute;
	content: '→';
	color: #4d4d4d;
	left: 3%;
}
.page-news .navigation .page-numbers li a.prev {
	position: relative;
}
.page-news .navigation .page-numbers li a.prev::before {
	position: absolute;
	content: '←';
	color: #4d4d4d;
	right: 3%;
}

.page-news .single-pagenav {
	margin-top: 8%;
}
.page-news .single-pagenav ul {
	list-style: none;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-top: 6%;
}
.page-news .single-pagenav ul li {
	width: calc(100% / 3);
}
.page-news .single-pagenav ul li.list {
	text-align: center;
}
.page-news .single-pagenav ul li a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	color: #4D4D4D;
}
.page-news .single-pagenav ul li.prev a,
.page-news .single-pagenav ul li.next a {
	font-size: 20px;
}
.page-news .single-pagenav ul li.next {
    text-align: right;
}
/****************  お問い合わせ ******************/

.page-contact .hidden-fields-container {
	border: none;
}
.page-contact form {
	padding: 6% 0;
}
.page-contact form dl dt {
	font-weight: 800;
    font-size: 18px;
}
.page-contact form dl dt p {
	width: fit-content;
	position: relative;
}
.page-contact form dl dt p span {
	width: max-content;
	position: absolute;
	content: '';
	padding: 3px 7px;
    background: #4c4c4c;
    color: #fff;
    font-size: 13px;
	right: -50px;
	top: 50%;
	transform: translatey(-50%);
}
.page-contact form dl dd {
	margin-top: 10px;
}
.page-contact form dl dd input,
.page-contact form dl dd textarea {
	width: 100%;
	border: solid 1px #a6a6a6;
	line-height: 2;
	padding: .5% 1%;
	font-size: 15px;
	letter-spacing: 1.5px;
	border-radius: 5px;
}
.wpcf7-form dl dd p{
	white-space:pre-wrap;
}
.page-contact form dl dd input::placeholder,
.page-contact form dl dd textarea::placeholder {
	color: #f3f3f3;
}
.page-contact form dl + dl {
	margin-top: 3%;
}

.page-contact form .contact-btn.btn-post {
	margin: 6% auto 0;
}
.page-contact form .contact-btn.btn-post p {
    border: solid 1px rgb(255, 255, 255);
    transition: background-color 0.3s;
    position: relative;
    text-align: center;
	cursor : pointer;
}
.page-contact form .contact-btn.btn-post input {
	padding: 20px 0;
	border: none;
    background: none;
	color: #fff;
	font-size: 18px;
    font-weight: bold;
	letter-spacing: 1.5px;
	cursor : pointer;
	width: 100%;
}
.page-contact form .contact-btn.btn-post span {
	margin-left: 5%;
    font-size: 16px;
    color: #ffffff;
}
.page-contact form .contact-btn.btn-post .wpcf7-spinner {
	display: none;
}
.page-contact form .confirm-btnList {
	list-style: none;
	margin: 6% auto 0;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-contact form .confirm-btnList li {
	width: 30%;
	padding: 20px;
    background-color: #444;
}
.page-contact form .confirm-btnList li p {
    border: solid 1px rgb(255, 255, 255);
    transition: background-color 0.3s;
    position: relative;
    text-align: center;
	cursor : pointer;
}
.page-contact form .confirm-btnList li input {
	padding: 20px 0;
	border: none;
    background: none;
	color: #fff;
	font-size: 18px;
    font-weight: bold;
	letter-spacing: 1.5px;
	cursor : pointer;
	width: 100%;
}
.page-contact form .confirm-btnList li .wpcf7-spinner {
	display: none;
}
.page-contact form .confirm-btnList li span {
    font-size: 16px;
    color: #ffffff;
}
.page-contact form .confirm-btnList li span.left {
	margin-right: 5%;
}
.page-contact form .confirm-btnList li span.right {
	margin-left: 5%;
}

#contactThanks .lcntArea {
	padding: 10vw 0;
}
#contactThanks h4 {
	width: 100%;
	margin-bottom: 3%;
}
#contactThanks .lcntArea p {
	font-size: 15px;
}

@media screen and (max-width:768px) {
	.page-news .btnboxwrap {
		width: 90%;
        grid-template-columns: 1fr 1fr;
        grid-gap: 3%;
	}
	.page-news .btnboxwrap a {
		margin-top: 3%;
	}
	.page-news .btnboxwrap .btnbox {
		width: 100%;
	}
	.page-news .nList li {
		padding-bottom: 3%;
	}
	.page-news .nList li a {
		display: block;
	}
	.page-news .nList li a figure {
		width: 100%;
    padding-top: 48%;
    margin-bottom: 3%;
		margin-right: 0;
	}
	.page-news .nList li a .textBox {
		width: 100%;
	}
	.page-contact .section {
		margin: 10% 3%;
	}
	.page-contact form .confirm-btnList li {
		width: 40%;
	}
}
@media screen and (max-width:450px) {
	
	.page-single .titleWrap .date.NEW {
		font-size: 15px;
	}
	.page-single .titleWrap .date.NEW::before {
		font-size: 13px;
		right: -40px;
	}
	.page-single .titleWrap .singlePgaeTitle {
		font-size: 20px;
	}
	.page-single .contentsWrap .eyecach {
		width: 100%;
	}
	.page-single .contentsWrap .s-content p {
		font-size: 13px;
		line-height: 1.5;
	}
	.page-news .single-pagenav ul li.prev a,
	.page-news .single-pagenav ul li.next a {
		font-size: 16px;
	}
	.page-news .single-pagenav ul li a {
		font-size: 15px;
	}
	
	.page-contact .section {
		margin: 10% auto;
	}
	.page-contact form .confirm-btnList {
		display: block;
		margin-top: 10%;
	}
	.page-contact form .contact-btn.btn-post {
		width: 100%;
	}
	.page-contact form .contact-btn.btn-post p {
		padding: 0;
	}
	.page-contact form .confirm-btnList li {
		width: 100%;
		padding: 10px;
	}
	.page-contact form .confirm-btnList li p {
		padding: 0;
	}
	.page-contact form .confirm-btnList li + li {
		margin-top: 5%;
	}
	#contactThanks .lcntArea p {
	font-size: 13px;
    }
	
	.page-news .navigation .page-numbers li {
		margin: 0 4px;
	}
	.page-news .navigation .page-numbers li span,
	.page-news .navigation .page-numbers li a:not(.next):not(.prev) {
		width: 40px;
		height: 40px;
	}
}