@charset "utf-8";
/* CSS Document */

.base-title {
    width: 100%;
    height: 70vh;
    background-image: url("../images/staff/voice-top2.webp");	
	background-position: top;
	background-size: cover;
	position:relative;
}
.sitemap {
	width:85%;
	margin:auto;
	position:relative;
}
.sitemap-content {
	/*border:solid 3px #CEE8E8;*/
	border-radius:20px;
	padding:60px 0;
	margin-bottom:100px;
	/*background-color:#fff;*/
}
@media(max-width:768px){
.sitemap-content {
	padding:20px 0;
	margin-bottom:100px;
}	
}
@media(max-width:520px){
.sitemap-content {
	padding:0px 0;
	margin-bottom:100px;
}	
}



/*よくある質問*/
.faq-btn{
	margin:auto auto 50px auto;
	width:100%;
	max-width:960px;
	color:#737373;
	border:solid 1px #80C4C4;
	/*border-radius:5px;*/
	padding:5px 15px;
	box-sizing:border-box;
	background-color:#fff;
	position:relative;
}
.faq-btn p{
	background-color:#80C4C4;
	color:#fff;
	padding:5px 50px 5px 50px;
	display:inline-block;
	border-radius:5px 5px 0 0;
	position:absolute;
	bottom:100%;
	left:-1px;
	font-weight:bold;
}
.faq-btn ul{
	display:flex;
	flex-wrap:wrap;
}
.faq-btn ul li{
	margin:5px;
	display:flex;
	align-items:center;
}
.faq-btn ul li::before{
	content:"▶";
	font-size:12px;
	margin-right:5px;
	color:#80C4C4;
}
.faq-btn ul .faq-btn-1{
	width:100%;
	border-bottom:dotted 1px #80C4C4;
	padding-bottom:10px;
}
.faq-btn ul .faq-btn-2{
	margin-right:20px;
}
.faq-btn ul li a{
	color:#373737;
}
.faq-btn ul li a:hover{
	color:#80C4C4;
}

/*ボタンパターン2*/
.faq-btn2{
	margin:auto auto 50px auto;
	width:100%;
	max-width:960px;
	color:#737373;
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
}
/*.faq-btn p{
	background-color:#80C4C4;
	color:#fff;
	padding:5px 50px 5px 50px;
	display:inline-block;
	border-radius:5px 5px 0 0;
	position:absolute;
	bottom:100%;
	left:-1px;
	font-weight:bold;
}*/
.faq-btn2 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.faq-btn2 ul li{
	text-align:center;
}
.faq-btn2 ul .faq-btn-1{
	width:20%;
	/*background-color:#80C4C4;*/
}
.faq-btn2 ul .faq-btn-1 a{
	/*color:#fff;
	padding:5px 0;*/
	background-color:#fff;
}
.faq-btn2 ul .faq-btn-2{
	width:19%;
}
.faq-btn2 ul .faq-btn-2 a{
	background-color:#fff;
}
.faq-btn2 ul li a{
	color:#373737;
	border:solid 1px #80C4C4;
	display:block;
	padding:5px 0;
	border-radius: 4px;
}

/*吹き出し*/
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px;
  border-radius: 4px;
  background-color: #80c4c4;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  width:20%;
}
.speechBubble a{
  color: #ffffff!important;
  background-color:#80c4c4!important;
}
.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #80c4c4 transparent transparent;
  translate: -50% 100%;
}
@media(max-width:768px){
.faq-btn2 ul .faq-btn-1{
	width:100%;
	margin-bottom:20px;
}
.speechBubble {
  width:24%;
}
.faq-btn2 ul .faq-btn-2{
	width:24%;
}	
}
@media(max-width:640px){
.faq-btn2 ul .faq-btn-1{
	width:100%;
	margin-bottom:15px;
}
.speechBubble {
    width:49%;
	margin-bottom:15px;
	padding: 0;
}
.faq-btn2 ul .faq-btn-2{
	width:49%;
	margin-bottom:15px;
}	
}
.faq-content{
	width:100%;
	max-width:960px;
	margin:auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#737373;
}
.faq-content h2{
	border-bottom:dotted 2px #80C4C4;
	font-size:20px;
	padding-bottom:6px;
	padding-left:18px;
	position:relative;
}
.faq-content h2::before{
	content:"";
	height:40px;
	width:10px;
	background-color:#80C4C4;
	display:block;
	position:absolute;
	bottom:-2px;
	left:0;
}
.faq-content h2 span{
	font-size:17px;
	color:#A0A0A0;
	margin-left:5px;
}
.faq-content h3{
	margin-top: 32px;
	padding-left: 24px;
	font-size: 19px;
	position: relative; 
}
.faq-content h3:after {
	position: absolute;
	top: 6px;
	left: 0px;
	content: '';
	width: 13px;
	height: 13px;
	background-color: #80C4C4;
}
.heading-27 {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #333333;
}

.heading-27::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #2589d0;
    border-left: 4px solid #2589d0;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}
.faq{
	width:100%;
	max-width:960px;
	margin:auto;
	/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
	color:#737373;
}
.faq-item {
  margin-top: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid #878787;*/
}

.faq-question__wrap {
  position: relative;
  /*background: #0C89B7;*/
	background:#fff;
  padding: 0px 40px 0px 55px;
  cursor: pointer;
  width:100%;
  margin:0;
  box-sizing: border-box;
	border: 1px solid #80C4C4;
	border-radius:5px;
}

.minus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #80C4C4;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.plus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #80C4C4;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: ease all 0.5s; /* 擬似要素のトランジションを追加 */
}

.plus-icon.active {
  transform: translateY(-50%);
}

.faq-question__title {
  font-weight: bold;
  color: #737373;
  font-size: 18px;
  position: relative;
	margin:10px;
}
.faq-question__title::before {
    position: absolute;
    color: #737373;
    content: "Q";
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
  }

.faq-answer__wrap {
  background: #fff;
  padding: 10px 5px 10px 55px;
  transition: ease all 0.5s; /* 擬似要素のトランジションを追加 */
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-answer__wrap.active {
  height: auto;
  padding: 10px 5px 10px 55px;
}
.faq-answer__wrap {
  background: #f8f8f8;
  opacity: 0;
  padding: 10px 5px 10px 55px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: ease all 0.7s; /* 擬似要素のトランジションを追加 */
}

.faq-answer__wrap.active {
  opacity: 1;
  padding: 10px 5px 10px 55px;
}

.faq-answer__title {
  position: relative;
  font-weight: bold;
  color: #737373;
  font-size: 16px;
}

.faq-answer__title::before {
    position: absolute;
    color: #737373;
    content: "A";
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
  }

.faq-answer__text {
  margin-top: 5px;
}
@media(max-width:768px){
.faq-question__wrap {
  padding: 5px 40px 5px 40px;
}	
}
@media(max-width:520px){
.faq-item {
  margin-top: 10px;
}
.faq-question__title {
  font-size: 16px;
  margin:7px;
}
.faq-answer__title {
  font-size: 15px;
}

}