@charset "UTF-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.corp-page-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.corp-page-section01 {
  max-width: 950px;
  min-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.corp-page-section01 h1 {
  font-size: 40px;
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
}
.corp-page-section01 p {
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
}
.corp-page-anchor-wrap {
  display: block;
  background-color: #f4f5f6;
  padding: 20px 0;
  margin: 40px 0 80px 0;
  min-width: 950px;
  width: 100%;
}
.corp-page-anchor-wrap a {
  margin-left: 20px;
  color: #006699;
}
.corp-page-section02 {
  background-color: #f4f5f6;
  padding: 80px 0 58px 0;
  min-width: 1280px;
  width: 100%;
}
.corp-page-section02 .corp-page-h2-ttl {
  font-size: 32px;
  font-weight: bold;
}
.corp-page-group-area {
  min-width: 1290px;
  max-width: 1290px;
  width: 100%;
  min-height: 263px;
  margin: 0 auto;
}
.corp-page-pickup-box {
  display: flex;
  justify-content: center;
}
.corp-page-pickup-item {
  max-width: 248px;
  min-height: 263px;
  margin-right: 10px;
  background: #fff;
  cursor: pointer;
  border:#f4f5f6 1px solid;
  box-sizing: content-box;
}
:hover.corp-page-pickup-item {
  border:#006699 1px solid;
  box-sizing: content-box;
  opacity: 0.7;
}
.corp-page-pickup-item-img {
  display: flex;
  align-items: center;
  height: 124px;
  border-bottom: #f4f5f6 2px solid;
}
.corp-page-pickup-item-img img {
  max-width: 248px;
}
.corp-page-pickup-item-txt {
  padding: 20px;
  background: #fff;
}
.corp-page-pickup-title {
  margin: 0 0 5px;
  font-weight: bold;
}
/*モーダル部分*/
.corp-page-modalBack {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10010;
}
.corp-page-modal {
  width: 640px;
  height: auto;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 10011;
}
.corp-page-modal-inner-01{
  padding: 40px 0;
  margin: 0 25px;
  border-bottom: #D8DADC 1px solid;
}
.corp-page-modal-inner-02{
  padding: 40px 0;
  margin: 0 25px;
}
.corp-page-modal-title{
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.corp-page-modal-explanation {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.corp-page-modal-img{
  margin-top: 20px;
  text-align: center;
}
.corp-page-modal-img img{
  width: 280px;
}
.corp-page-modal-group-link{
  margin-top: 10px;
  text-align: center;
}
.corp-page-modal-donation-title{
  margin-top: 20px;
  text-align: center;
}
h3:last-of-type.corp-page-modal-donation-title{
  margin-top: 30px;
}
.corp-page-button-container-01,
.corp-page-button-container-02{
  margin-top: 15px;
  text-align: center;
}
.corp-page-button-container-02 li:first-child{
  margin-right: 10px;
  margin: 0 auto;
  display: table;
}
.corp-page-button-large{
  display: inline-block;
  width: 280px;
  height: 60px;
  padding: 18px 17px 10px 40px;
  border: #c1c6cc 1px solid;
  border-radius: 4px;
  background-color: #fff;
  color: #069;
  font-size: 16px;
  font-weight: bold;
}
:hover.corp-page-button-large{
  display: inline-block;
  width: 280px;
  height: 60px;
  padding: 18px 17px 10px 40px;
  border: #c1c6cc 1px solid;
  border-radius: 4px;
  background-color: #fff;
  color: #069;
  font-weight: bold;
}
.corp-page-button-icon-01{
  background: url(/corp/set/data/sustainability/esg/social/local-communities/tunagaru-bokin/list/img/shared/icon-btn-phone.png) no-repeat 20px 14px;
  background-size:30px 30px;
}
.corp-page-button-icon-02{
  background: url(/corp/set/data/sustainability/esg/social/local-communities/tunagaru-bokin/list/img/shared/icon-btn-softbankpoint.png) no-repeat 20px 14px;
  background-size:30px 30px;
}
.corp-page-button-icon-03{
  background: url(/corp/set/data/sustainability/esg/social/local-communities/tunagaru-bokin/list/img/shared/icon-btn-card.png) no-repeat 20px 16px;
  background-size:30px 30px;
}
.corp-page-button-icon-04{
  background: url(/corp/set/data/sustainability/esg/social/local-communities/tunagaru-bokin/list/img/shared/icon-btn-yahoo.png) no-repeat 20px 18px;
  background-size:40px 21px;
}
.corp-page-modal-close-wrap{
  position: relative;
}
.corp-page-modal-close {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
  cursor: pointer;
  top: -5px;
  right: -55px;
}
.corp-page-modal-close span::before,
.corp-page-modal-close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 54%;
	left: 44%;
	width: 48px;
	height: 3px;
	margin: -8% 0 0 -42%;
	background: #fff;
}
:hover.corp-page-modal-close span::before,
:hover.corp-page-modal-close span::after {
	opacity: 0.7;
}
.corp-page-modal-close span::before {
	transform: rotate(-45deg);
}
.corp-page-modal-close span::after {
	transform: rotate(45deg);
}


.corp-page-section03 {
  max-width: 950px;
  min-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.corp-page-section03 .corp-page-h2-ttl {
  font-size: 32px;
  font-weight: bold;
}
.js-category-nav-sp.corp-page-category-wrap{
  display: none;
}
.corp-page-category-wrap ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  min-width: 950px;
  width: 100%;
  border-bottom: #D8DADC 1px solid;
}
.corp-page-category-item,
.corp-page-dropCategory {
  height: 54px;
  margin-bottom: -1px;
  background-color: #f4f5f6;
  border-right: #FFF 3px solid;
  border-bottom: #D8DADC 1px solid;
  color: #006699;
  text-align: center;
  cursor: pointer;
}
/* .corp-page-category-item:nth-child(n + 7) {
  display: none;
} */
.corp-page-dropCategory-list .corp-page-category-item{
  display: block;
}
.corp-page-category-item {
  width: 130px;
}
.corp-page-dropCategory {
  width: 146px;
}
.corp-page-dropCategory .corp-page-category-item {
  width: 100%;
}
.corp-page-category-item:hover,
.corp-page-dropCategory:hover
 {
  background-color: #ffffff;
  border-top: 2px solid #4D8CCD;
  border-right: #D8DADC 1px solid;
  border-left: #D8DADC 1px solid;
  border-bottom: #fff 1px solid;
}
.corp-page-category-item.active,
.corp-page-dropCategory.active
 {
  background-color: #ffffff;
  border-top: 2px solid #84919D;
  border-right: #D8DADC 1px solid;
  border-left: #D8DADC 1px solid;
  border-bottom: #fff 1px solid;
  pointer-events: none;
}
.corp-page-dropCategory .corp-page-category-item:hover
 {
  border-right: none;
  border-left: none;
}
.corp-page-category-item span,
.corp-page-dropCategory span
 {
  display: block;
  height: 54px;
  padding: 15px 0 13px 0;
}
.corp-page-category-item:hover span,
.corp-page-dropCategory.active span,
.corp-page-dropCategory:hover span,
.active span {
  padding: 13px 0 13px 0;
}
.corp-page-dropCategory span,
.corp-page-dropCategory.active span,
.corp-page-dropCategory:hover span {
  padding-right: 16px;
}
.corp-page-dropCategory {
  position: relative;
}
.corp-page-dropCategory.active {
  pointer-events: initial;
}
.corp-page-dropCategory > span:after {
  content: '';
  width: 0px;
  position: absolute;
  top: 25px;
  right: 8px;
  border-color: #000;
  border-style: solid;
  border-width: 5px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(180deg);
}
.corp-page-dropCategory:hover span:after,
.corp-page-dropCategory.active > span:after {
  content: '';
  top:23px;
  right: 7px;
}
.corp-page-dropCategory .corp-page-dropCategory-list {
  width: 144px;
  min-width:144px;
  list-style: none;
  position: relative;
  margin: -1px 0 0 0;
  padding-bottom: 1px;
  border: #D8DADC 1px solid;
  box-sizing: content-box;
}
.corp-page-dropCategory:hover .corp-page-dropCategory-list {
  margin: -3px 0 0 -1px;
}

.corp-page-category-wrap ul.corp-page-dropCategory-list{
  display: block;
}
.corp-page-dropCategory-list li {
  background-color: #f4f5f6;
  height: 54px;
}
.corp-page-dropCategory-list li.corp-page-category-item{
  border-bottom: none;
}
.corp-page-dropCategory-list li.corp-page-category-item span{
  padding: 15px 0 13px 0;
}
.corp-page-dropCategory-list li.corp-page-category-item:hover span{
  padding: 13px 0 13px 0;
}
.corp-page-dropCategory-list li.corp-page-category-item.active{
  display: none;
}
.corp-page-dropCategory-list li.corp-page-category-item span{
  padding: 15px 0 13px 0;
}
.corp-page-dropCategory-list li.corp-page-category-item:hover span{
  padding: 13px 0 13px 0;
}
.corp-page-subCategory-wrap {
  padding: 25px 25px 0;
  border-bottom: 1px solid #d8dadc;
  min-width: 950px;
  width: 100%;
  text-align: left;
}
.corp-page-subCategory-wrap .corp-page-flexArea01 {
  display: flex;
  justify-content: space-between;
}
.corp-page-flexArea01 span.corp-page-text-l {
  font-size: 24px;
  font-weight: bold;
}
.corp-page-flexArea01 button.corp-page-btn {
  padding: 3px 20px;
  border-radius: 5px;
  min-width: 126px;
  height: 24px;
  color: #006699;
  font-size: 12px;
  background-color: #ffffff;
  border: solid 1px #C1C6CC;
  text-decoration: none;
}
.corp-page-flexArea01 {
  padding-bottom: 25px;
}
.corp-page-subCategory-wrap .corp-page-flexArea02 {
  display: flex;
  justify-content: space-between;
}
.corp-page-subCategory {
  display: inline-block;
  width: 450px;
}

.corp-page-subCategory p {
  margin-bottom: 10px;
  font-weight: bold;
}
.corp-page-subCategory li {
  display: inline-block;
}
.corp-page-subCategory li span {
  margin-bottom: 5px;
  padding-right: 20px;
}
.corp-page-subCategory li span label{
  cursor: pointer;
}
.corp-page-subCategory li span input{
  margin-right: 8px;
  cursor: pointer;
}
.corp-page-keyword {
  margin-left: 25px;
}
.corp-page-keyword p.corp-page-txt-m {
  margin-bottom: 10px;
  font-weight: bold;
}
.corp-page-keyword p.corp-page-txt-s {
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #666666;

}
.corp-page-keyword input {
  width: 380px;
  height: 34px;
  padding: 0 10px;
  background: #F4F5F6;
  border: #D8DADC 1px solid;
}
.corp-page-output-num-area {
  margin: 32px 0 16px 0;
  text-align: left;
}
.corp-page-output-num-area .result-num {
  font-size: 32px;
  letter-spacing: 0.1em;
}
.corp-page-output-area {
  /* display: flex;
  flex-wrap: wrap; */
  max-width: 950px;
  width: 100%;
}
.corp-page-output-area .list-title {
  margin: 60px 0 40px;
}
.corp-page-output-box {
  width:470px;
  border: solid 1px #D8DADC ;
  margin-bottom: 10px;
  padding: 20px 25px;
}
:nth-child(even).corp-page-output-box {
  margin-left: 10px;
}
.corp-page-output-ttl{
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: #D8DADC 1px solid;
}
.corp-page-output-img{
  width: 418px;
  height: 110px;
  margin-top: 20px;
}
.corp-page-output-img img{
  max-width:100%;
}
.corp-page-output-txt{
  margin-top: 20px;
}
.corp-page-output-inner{
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: #D8DADC 1px solid;
}
.corp-page-output-sub-category{
  margin-top: 10px;
}
.corp-page-output-sub-category li{
  display: inline-block;
  padding: 0 5px;
  height: 18px;
  background: #E6E8EB;
  font-size: 12px;
}
.corp-page-output-btn{
  display: block;
  width: 110px;
  height: 34px;
  margin: 0 auto;
  background: #4788EE;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.corp-page-output-btn:hover{
  width: 110px;
  height: 34px;
  background:#6197d6;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}