@charset "UTF-8";

.sp { display: none !important; }

.container-width-pc {
  width: 92%;
  margin: 0 auto;
}

.container-width-pc-68 {
  width: 68%;
  margin: 0 auto;
}

.width-80 {
  width: 80%;
}

.width-50 {
  width: 50%;
}


.page-title {
  font-size: 90px;
  font-weight:bold;
  line-height: 1.2em;
  text-align: justify;
  padding-top: 100px;
  margin-bottom: 100px;
}

.font-guide h1 {
  font-size:  70px;
  font-weight:bold;
  line-height: 1.2em;
  text-align: justify;
}

.font-guide h2 {
  font-size: 48px;
  font-weight:bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-align: justify;
  margin-bottom: 1.2em;
}

.font-guide h3 {
  font-size: 32px;
  font-weight:bold;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: justify;
  margin-bottom: 1.2em;
}

.font-guide h4,h5,h6 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: justify;
  margin-bottom: 2em;
}

.font-guide p {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: justify;
  margin-bottom: 2em;
}




/*================================================= Header ===============================================*/

/*========= ヘッダーのためのCSS ===============*/




/*========= ヘッダーロゴのためのCSS ===============*/

.header-logo {
  height: 112px;
  display: flex;
  align-items: center;
}


.header-logo img {
width: 280px; 
}


/*========= ヘッダーナビのためのCSS ===============*/

.header-nav {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.header-nav li {
  margin-left: 4%;
}

.header-nav li:first-child {
  margin-left: 5%;
}





/*========= バーガー_ナビゲーションのためのCSS ===============*/

#header-burger-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
top:0;
  right: -53%;
width:33%;
  height: 100vh;/*ナビの高さ*/
background:#FFE200;
  /*動き*/
transition: all 0.6s;
}


/*バーガー_コンテンツ全体のレイアウト*/

#header-burger-nav-container{
  padding: 24% 14%;
  color: black;
}

#header-burger-nav-container ul {
  margin-bottom: 100px;
}

/*バーガー_アクティブクラスがついたら位置を0に*/
#header-burger-nav.panelactive{
  right: 0;
}

/*バーガー_ナビゲーションの縦スクロール*/
#header-burger-nav.panelactive #header-burger-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 33%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


.header-burger-nav-container-company-info h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}


.header-burger-form-button li{
 width: 100%;
 margin-bottom: 15px;
}

.header-burger-form-button li p {
  font-size: 17px;
  width: 100%;
}




/*検索ボックスのマージンボトム*/
.header-burger-nav-search-form {
  margin-bottom: 100px;
}


/*バーガー_リストレイアウト設定*/

#header-burger-nav li{
  font-size: 20px; 
  letter-spacing: 0.2em;
  list-style: none;
  text-align: left;
  line-height: 2.2em;/*リストの行間設定にあたる*/
}

#header-burger-nav li a{
display: block;
}





/*バーガー_会社情報のCSS*/

.header-burger-nav-container-company-info{
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-bottom: 60px;
}



/*バーガー_SNSアイコンのCSS*/

.header-burger-nav-container-social-links {
  display: flex;
}

.header-burger-nav-container-social-links li {
  padding-left:40px;
}

.header-burger-nav-container-social-links li i{
  font-size: 1.5em;
}

.header-burger-nav-container-social-links li:first-child {
  padding-left: 0px;
}



/*バーガー_カンパニーロゴのCSS*/

.header-burger-nav-container-company-logo{
  width:200px;
  margin-top: 4em;
}



/*========= バーガー_ボタンのためのCSS ===============*/
.header-burger-openbtn{
position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top:32px;
  right: 10px;
  cursor: pointer;
  width: 8%;
  height:50px;
}

/*×に変化*/	
.header-burger-openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 1.5px;
  border-radius: 2px;
  background-color: #B7B7B7;
  width: 45%;
}

.header-burger-openbtn span:nth-of-type(1) {
top:15px;	
}

.header-burger-openbtn span:nth-of-type(2) {
top:23px;
}

.header-burger-openbtn span:nth-of-type(3) {
top:31px;
}

.header-burger-openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.header-burger-openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.header-burger-openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
}










/*================================================= Footer ===============================================*/


.footer {
  height:100%;
  padding-top: 0px;
  color: black;
}

.footer-upper {
  padding: 100px 0;
}

.footer-upper h2 {
  font-size: 28px;
  font-weight: bold;
}

.footer-upper-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}

.footer-upper-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-upper-tel span {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.04em;
}


.form-button li{
  margin-bottom: 20px;
}


.footer-mid {
  padding: 100px 0;
}

.footer-mid-content {
  font-size:18px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  grid-template-rows: auto auto auto;
  justify-items:start;
  column-gap: 0px;
}

.footer-mid-content h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 25px
}


.footer-mid-content > .footer-company {
  grid-column: 3/4;
  grid-row:1/2;
  justify-self:flex-end;
  margin-bottom: 50px;
}

.footer-company-logo {
  width: 300px;
}

.footer-mid-content > .footer-sns {
  grid-column: 3/4;
  grid-row:2/3;
  justify-self:flex-end;
  display: flex;
  gap: 28px;
  font-size: 40px;
  margin-bottom: 70px;
}


.footer-sns i:first-child {
  padding-left: 0;
}


.footer-mid-content > .footer-nav {
  width:350px;
  grid-row: 1/4;
}


.footer-mid-content > .footer-contact {
  width: 300px;
  grid-row: 1/4;
}

.footer-mid-content > .footer-copy {
  grid-column: 3/4;
  grid-row:3/4;
  justify-self:flex-end;
  font-size: 18px;
  letter-spacing: 0.1em;
}


.footer-under {
  padding: 100px 0;
}

.footer-under h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-under p {
  margin-bottom: 20px;
}




/*=================================================  Single（投稿ページ） ===============================================*/


.single-hero {
  width: 100%;
  margin-bottom: 100px;
}

.single-hero img{
  width: 100%;
  height: 550px;
  object-fit: cover;
}


.single-copy {
  margin-bottom: 20px;
}

.single-copy h1 {
  font-size:  70px;
  font-weight:bold;
  line-height: 1.2em;
  text-align: justify;
  margin-bottom: 40px;
}

.single-copy h2 {
  font-size: 26px;
  font-weight:bold;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: justify;
  margin-bottom:10px;
}

.single-copy p {
  font-weight: bold;
  margin-bottom: 4px;
}
  


.single-meta {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}


.single-meta-hashtag {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.single-meta-hashtag li {
  padding-left: 20px;
  margin-left: 20px;
}

.single-meta-hashtag li:first-child {
  padding-left: 0px;
  margin-left: 0px;
}

.single-meta-hashtag li+ li {
  border-left: 1px solid #333;
}




.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-weight: bold;
  margin-bottom: 20px;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 12px; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}



.single-border {
  margin-bottom: 40px;
}


.single-contents {
  margin-bottom: 200px;
}


.single-contents h2 {
  width: 80%;
}


.single-contents h3 {
  width: 80%;
}

.single-contents h4,h5,h6 {
  width: 80%;
}

.single-contents p {
  width: 80%;
}




.single-sns {
  font-size: 42px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}




/*前の記事 次の記事*/


.prevnext-post-nav {
  margin-bottom: 150px;
}

.prevnext-post-nav:first-child{
  border-bottom: none;
}

.prevnext-post-nav-contents {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  column-gap: 20px;
  padding: 25px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}


.prevnext-post-nav-contents img {
  width: 400px;
  height: 230px;
  object-fit:cover;
}

.prevnext-post-nav-info {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.prevnext-post-nav-info h3{
  width: 120px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.prevnext-post-nav-info h2 {
  width: 70%;
  font-size: 32px;
  font-weight: bold;
}

.prevnext-post-nav-info p{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.5em;
  margin-bottom: 12px;
}








/*=================================================  Index（INDEXページ） ===============================================*/




/*=================================================  page（固定ページ） ===============================================*/

.page-container {
  margin-bottom: 150px;
}



/*=================================================  404（404ページ） ===============================================*/


.page-404-container p{
  margin-bottom: 50px;
}

.page-404-search {
  width: 40%;
  margin-bottom: 150px;
}




/*=================================================  archive（アーカイブページ） ===============================================*/

.loop-post-archive {
  margin-bottom: 150px;
}

.loop-post-archive-contents {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 20px;
  padding: 25px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}




.loop-post-archive-contents img {
  width: 400px;
  height: 230px;
  object-fit:cover;
  grid-column: 1/2;
}


.loop-post-archive-item {
  grid-column: 2/3;
  display: grid; 
  grid-template-rows: auto auto 1fr;
}

.loop-post-archive-item h2{
  width: 70%;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.5em;
  margin-bottom: 12px;
}

.loop-post-archive-info {
  display: flex;
  justify-items: flex-start;
  gap: 0px;
  margin-bottom: 5px;
}


.loop-post-archive-time {
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}

.loop-post-archive-category {
  margin-right: 0px;
}

.loop-post-archive-category p{
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;

}

.loop-post-archive-tags ul {
  grid-column: 3/4;
  display: flex; 
}

.loop-post-archive-tags li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  padding-left: 10px;
  margin-right: 10px;
}

.loop-post-archive-tags li:first-child {
  padding-left: 0px;
}

.loop-post-archive-tags li+ li {
  border-left: 1px solid #333;
}


.archive-pagination {
  margin-bottom: 150px;
}



.pagination {
	text-align: left;
	margin-bottom: 150px;
}

.pagination .nav-links {
  font-weight: bold;
	font-family: sans-serif;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 15px 20px;
	text-decoration: none;
	color: #3B4043;
  border: solid 1px black;
	border-radius: 50%;
	font-size: 18px;
  margin-right: 5px;
}

.pagination .page-numbers:hover {
  color: black;
	border-color: #FDE631;
  background-color: #FDE631;

}

.pagination .page-numbers.current {
	color: #FFFFFF;
	background-color: #1b1a1a;
}

.pagination .page-numbers.dots {
	padding: 30px;
	border: none;
	background-color: transparent;
}









/*=================================================  Front-Page（フロントページ） ===============================================*/

#hero {
 height: 2400px;
 position: relative;
}

#hero h3 {
  font-size: 24px;
  font-weight: bold;
}

#hero-concept {
  font-family: fot-tsukuaoldmin-pr6n,sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top:80px;
  right:80px;
}


#hero-concept h2 {
  font-size: 130px;
  font-weight: 200;
}


#hero-vision {
  font-family: fot-tsukuaoldmin-pr6n,sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top:600px;
  left: 0px;
}

#hero-vision h2 {
  font-size: 130px;
  font-weight: 200;
}


#hero-mission {
  font-family: fot-tsukuaoldmin-pr6n,sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top:1700px;
  right: 200px;
}

#hero-mission h2 {
  font-size: 130px;
  font-weight: 200;
}

#hero-company {
  position: absolute;
  top:1200px; 
  left: 36%;
  display: grid;
  justify-items: center;
}

#hero-company img {
  width: 30%;
}

#hero-company h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
}





.front-news {
  padding: 100px 0;
}

.front-news-container h2 {
  font-size: 48px;
  font-weight:bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-bottom: 1.2em;
}



.front-news-contents {
  margin-bottom: 50px;
}

.loop-post-line-container {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr;
  gap: 30px;
  padding: 25px 0px;
  border-bottom: solid 0.5px #a2a2a2;
}

.loop-post-line-container time {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-right: 30px;
}

.loop-post-line-container p{
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

.loop-post-line-container h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

/* Read More */

.read-more {
  text-align: right;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}






.front-container h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}

.message {
  padding: 200px 0px;
  margin-bottom: 200px;
}

.message h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 16px;
}

.message-container-1th {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 50px;
  margin-bottom: 200px;
}

.message-container-1th img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  grid-column: 1/2;
  padding-right: 20px;
}

.message-contents-1th {
  width: 80%;
  grid-column: 2/3;
}


.message-info {
  display: flex;
  margin-bottom: 30px;
}

.message-info p{
  font-size: 14px;
}

.message-info p:first-child {
  margin-right: 20px;
}

.message-content p {
  margin-bottom: 1em;
}


.message-container-2th {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 50px;
}

.message-container-2th img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  grid-column: 2/3;
  grid-row: 1/4;
  padding-left: 20px;
}

.message-contents-2th {
  width: 90%;
  grid-column: 1/2;
  padding-left: 10%;
}




.unique {
  margin-bottom: 200px;
}


.unique-container {
　　　max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


.en {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  display: inline-block;
  margin: 20px;
}

.en h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 38%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :320px;
  text-align:center;
}


.en p {
  font-size: 15px;
  line-height: 1.4em;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 65%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :320px;
  padding: 0 60px;
  text-align:justify;
}


.real-voice {
  padding: 200px 0px;
}

.real-voice h2 {
  margin-bottom: 0px;
}

.real-voice p {
  text-align: center;
  margin-bottom: 100px;
}

.real-voice ul {
  width: 580px;
  margin: 0 auto;
  list-style:disc;
  margin-bottom: 50px;
}

.real-voice li {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 18px;
}



.consultation {
  padding: 200px 0;
}

.consultation-container {
  width: 580px;
  margin: 0 auto;
}

.consultation-container p {
  margin-bottom: 20px;
}


.link-area {
  padding: 200px 0;
  width: 34%;
  margin: 0 auto;
}

.link-area ul {
  display: grid;
  justify-items: center;

}

.link-area li {
  margin-bottom: 30px;
}




.meet {
  padding: 200px 0;
}

.meet img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin-bottom: 100px;
}

.meet-container {
  width: 900px;
  margin: 0 auto;
}

.meet-container p {
  margin-bottom: 50px;
}






/*=================================================  search（検索結果ページ） ===============================================*/


.search-result {
  margin-bottom: 100px;
 }

 .search-nav {
  margin-bottom: 150px;
 }
 

.search-nav h2 {
  font-size: 26px;
  font-weight:bold;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: justify;
}

.search-nav p {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: justify;
  margin-bottom: 60px;
}

.search-nav-pagination {
  margin-bottom: 150px;
}



/*=================================================  検索ボックス ===============================================*/
.search-field {
  font-size: 18px;
  width: 80%;
  margin-top: 10px;
  margin-right: 3px;
  margin-left: 5px;
  padding: 10px 5px;
  border: 1px solid #1a1a1a;
  border-radius: 3px;
}
 
.search-submit {
  font-family: FontAwesome;
  font-size: 28px;
  padding-top: 10px;
  cursor: pointer;
  border: none;
  background: transparent;
}
 
.search-submit:hover {
  opacity: .6;
}

.search-nav > .search-form {
  width: 50%;
}







/*=================================================  サイドバー（footerbar） ===============================================*/


.side-bar {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 150px;
}

.side-bar-container {
  display: flex;
  gap: 100px;
}

.side-bar-container h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 25px
}

.side-bar-container li {
  width: 320px;
  font-size: 18px;
  font-weight: normal;
  text-align: justify;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}




/*=================================================  コンタクトフォーム ===============================================*/

.wpcf7 {
  width: 60%;
  margin: 0 auto;
}

.wpcf7 p {
  line-height: 1.4em;
}

.cf7-message {
  margin-bottom: 100px;
}

.cf7-message h3 {
  margin-bottom: 30px;
}

  
.cf7__list {
  display: grid;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-bottom: 0px;
}

.cf7-item {
  margin-bottom: 50px;
}

.cf7__list dt {
  width: 100%;
  margin-bottom: -20px;
}

.cf7__list dd {
  width: 100%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
  margin-bottom: 30px;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  width: 400px;
  margin: 0 auto;
}

input.wpcf7-submit {
  width: 400px;
  height: 60px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  transition: opacity .6s;

}

input.wpcf7-submit:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}




/*=================================================  Q&Aページ ===============================================*/




.qa-container {
  max-width: 70%;
  margin-bottom: 150px;
}


.qa-001 {
  margin-bottom: 25px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}

.qa-001 summary {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-001 summary::before,
.qa-001 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-001 summary::before {
  color: #555555;
  content: "Q";
}

.qa-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}

.qa-001[open] summary::after {
  transform: rotate(225deg);
}

.qa-001 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}

.qa-001[open] p {
  transform: none;
  opacity: 1;
}

.qa-001 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}






