@charset "UTF-8";

.bg_line{text-align: center; padding-bottom: 15px; margin-bottom: 20px;}
.bg_line span{display:block; color: #fd7e01; font-size:18px;}
.bg_line img{height: 16px;}
#page-access #content>h2{margin: 20px 0;}
.member{margin-bottom:20px; padding:40px 0; position: relative; background:url(../img/common/bg_pa01.png);}
.member:before {
    content: " ";
    width: 100%;
    height: 34px;
    background: url(../img/common/bg_wave-top.png) repeat-x left bottom;
    position: absolute;
    top: -34px;
    left: 0;
}
.member:after {
    content: " ";
    width: 100%;
    height: 34px;
    background: url(../img/common/bg_wave-bottom.png) repeat-x left top;
    position: absolute;
    bottom: -34px;
    left: 0;
}
.member-message{
	border-radius:8px; padding:1px 20px 20px; margin:20px 15px 20px;
	background:#ffffff;
}
.member-message .photo{text-align:center; margin:20px auto; width:300px;}
.member-message .photo.circle img {
    border-radius: 50%;
}
.member-message .photo.star{
	position: relative;
}
.member-message .photo.star::after {
	position: absolute;
	content :"";
	left: 0;
	bottom: 20px;
	width: 45px;
	height: 100px;
	background: url(../img/page/icon_star.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	left: -6px;
	bottom: 0;
}
.member-message .txt p{margin-top:20px;}
.member-message .txt .job{text-align:center; color: #fd7e01; font-weight:bold;}
.member-message .txt .name{font-size:18px; color:#5a2d00; font-weight:bold;}
.name-member-top{text-align:right;}
.name-member-staff{text-align:center; border-bottom:2px dotted #5a2d00; padding-bottom:10px; margin:0 0 10px 0;}

.member-message .half-box .photo img {
  border-radius: 8px;
}


#m-top{padding-bottom:40px; position:relative;}
#m-top .member-message{	padding: 0; border-radius: 0;}

.shisetsu-intro ul{margin:30px 10px 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.shisetsu-intro ul li{display:inline-block; margin-bottom:30px; width:47%;}
.shisetsu-intro ul li:nth-child(2n){margin-left:2%;}
.shisetsu-intro ul li img{margin-bottom:10px;}

.access{margin-top: 50px;}
#page-access .page-content{
	background:url(../img/common/bg_star.png); padding:25px 0;
	background-size: 150%;
}
.office-data .txt{
	background:#FFF; padding:15px 20px; box-sizing:border-box;
	margin:-30px 25px 0; border-top:4px solid #ff6600; border-radius:6px;
	position: relative; z-index: 14;
}
.office-data dl{margin-bottom:10px;	border-bottom: 2px dotted #ece3d9; padding-bottom: 10px;}
.office-data dl:nth-child(5){border-bottom: none;}
.office-data dt{font-size:15px; font-weight:bold;}
.office-data dd{font-size:14px;}
.office-data dd span{font-size:12px;}
.office-data .photo{padding:0 15px;}
.office-data a{
	background:#FFF; border:2px dotted #fd7e01;
	border-radius: 24px; display:block; text-align: center;
	padding: 10px 0; font-size: 12px; color: #fd7e01;
}
.office-data a:hover{color: #FFF; background:#fd7e01;}
.office-data a span{
	position:relative; display:inline-block; padding: 0 0 0 20px;
}
.office-data a span:before,
.office-data a span:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: " ";
  display:block;
  vertical-align: middle;
}
.office-data a span:before{
  left: 0px;
  top:-0.5px;
  width: 11px;
  height: 1px;
  background: #fd7e01;
}
.office-data a span:after{
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fd7e01;
  border-right: 1px solid #fd7e01;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.office-data a:hover span:before{background: #FFF;}
.office-data a:hover span:after{border-top: 1px solid #FFF; border-right: 1px solid #FFF;}

.office-access{margin:40px 15px 0; background: #FFF; padding: 20px 10px 10px;}
#page-access h3.tit_line{font-size:16px; text-align:center; margin-bottom:30px;}
#page-access .tit_line:after{
	content: " "; display: block; width: 40%; height: 1px;
	border-top: 3px dotted #5a2d00; margin: 10px auto;
}
.office-access .lead{text-align:center;}
.office-access ul{margin:0 10px; }
.office-access ul li{margin-top:20px;}
.office-access ul li p{margin-top:5px;}
.office-access ul li img{width:100%;}

.office-access ol{margin:0 10px; counter-reset: item; display: flex; flex-wrap: wrap; }
.office-access ol li{margin-top:20px;position: relative;}
.office-access ol li::before{
  counter-increment: item;
  content: counter(item);
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  background: #fdad01;
  position: absolute;
  text-align: center;
  left: 50%;
  top: -10px;
  margin-left: -20px;
  border-radius: 50%
}
.office-access ol li p{margin-top:5px;}
.office-access ol li img{width:100%; border-radius: 5px;}

.top-shikaku{
  background: #FFF;
  position: relative;
  z-index: 3;
}
.top-shikaku .inner{
  margin: 0 auto;
  padding: 40px 0;
  width: 90%;
}
.top-shikaku h3{text-align: center; padding-bottom: 10px; margin-bottom: 20px;}
.top-shikaku p{font-size: 13px;}
.top-shikaku .photo{margin-top:20px; margin-right:-10px;}
.top-shikaku ul{width: 90%; margin: 0 auto; clear: both;}
.top-shikaku li{margin-top: 20px;}
.top-shikaku a{
  background:#fd7e01; border:2px solid #fd7e01;
  border-radius: 32px; display:block; text-align: center;
  padding: 10px 0; font-size: 12px; color: #FFF;
}
.top-shikaku a:hover{background:#FFF; color:#fd7e01;}
.top-shikaku a span{
  position:relative; display:inline-block; padding: 0 0 0 20px;
}
.top-shikaku a span:before,
.top-shikaku a span:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: " ";
  display:block;
  vertical-align: middle;
}
.top-shikaku a span:before{
  left: 0px;
  top:-0.5px;
  width: 11px;
  height: 1px;
  background: #FFF;
}
.top-shikaku a span:after{
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-shikaku a:hover span:before{background: #fd7e01;}
.top-shikaku a:hover span:after{
  border-top: 1px solid #fd7e01;
  border-right: 1px solid #fd7e01;
}
.top-shikaku li:nth-child(2) a{
  background: #feb267;
  border: 2px solid #feb267;
}
.top-shikaku li:nth-child(2) a:hover{
  background: #FFF;
  color: #feb267;
}
.top-shikaku li:nth-child(2) a span:before{
  left: 0px;
  top:-0.5px;
  width: 24px;
  height: 14px;
  background: url(../img/common/ico_site.svg) no-repeat;
}
.top-shikaku li:nth-child(2) a:hover span:before{
  background: url(../img/common/ico_site_on.svg) no-repeat;
}
.top-shikaku li:nth-child(2) a span:after{display: none;}

.office-top-inner {
  margin: 20px 15px 20px;
  padding: 0 20px;
}
.office-top .tit_line {
  margin-bottom: 20px;
  text-align: left;
}
.office-top-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.office-top-box {
  padding: 16px;
  background-color: #fbf6e1;
  border-radius: 8px;
}
.office-top-box__title {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 8px;
  text-align: center;
}
.office-top-box__count {
  font-size: 16px;
  font-weight: 700;
  text-align: center;

}
.office-top-box__count span {
  font-size: 42px;
  color: #fdad01;
}
.office-top-box__period {
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  margin-top: 8px;
}
.office-top-box__cap {
  margin-top: 4px;
  font-size: 12px;
}

@media (min-width: 768px) {
.bg_line{text-align: center; padding-bottom: 20px; margin-bottom: 40px;}
.bg_line span{display:block; color: #fd7e01; font-size:34px;}
.bg_line img{height: auto;}
#page-access #content>h2{margin: 50px 0;}
#page-access .tit_line:after{width: 20%;}
.member{margin-bottom:80px; padding:40px 8%;}
.member-message{display:table; width:100%; margin:0 0 30px 0; padding:20px 30px; overflow: hidden;}
.member-message .photo,
.member-message .txt{display: table-cell; vertical-align: top;}
.member-message .photo{ margin-bottom:20px;  width: 20%;}
.member-message .txt{padding-left: 20px;}
.member-message .txt p{margin-top:0px;text-align:left;font-size:16px;line-height: 2;}

.member-message .half-box {
  display: flex;
  align-items: center;
}
.member-message .half-box .photo {
  width: 40%;
}
.member-message .half-box .boutou {
  width: 60%;
  padding-left: 20px;
}

#m-top{position:relative; padding-bottom:50px; margin:0 auto;}
#m-top .member-message{padding:0 15px; background:none; margin-bottom:0px; width:100%; display:table;}
#m-top .photo{width:320px; float: right; display:block;}
#m-top .txt{width:400px; display:block;}


.access{padding:60px 0;}
.office-access ul li{width:31%; display:inline-block; vertical-align:top; margin:0 1% 30px 1%;}
.office-access ul li:nth-child(2n){margin-right:0;}


.top-shikaku .inner {padding: 100px 0; width: 100%; max-width: 1000px;}
.top-shikaku h3 {font-size: 26px; padding-bottom: 20px;}
.top-shikaku .half-box{ margin: 40px 0 0;}
.top-shikaku .photo {float: right; margin-top: 0;}
.top-shikaku p {font-size: 22px;}
.top-shikaku ul li{width: 48%; display: inline-block;}
.top-shikaku ul li a{font-size: 20px;}
}
@media (min-width: 940px) {
.member-message .txt h3{font-size:24px; line-height:40px; margin-bottom:20px; text-align:left;}
.member-message .txt .name{font-size:22px;}
.member-message .txt .job{font-size:18px;}

#m-top .photo{width:460px;}
#m-top .txt{width:470px; margin-top:40px;}

.shisetsu-intro{padding:100px 0;}
.shisetsu-intro ul{width:900px;margin:20px auto;text-align: center;display: flex;flex-wrap: wrap;justify-content: space-between;}
.shisetsu-intro ul li{text-align: left;}
#page-access .page-content{
  background-size: 100%;
}
.office-data{overflow:hidden;}
.office-data .txt{float:left; width:400px; margin:20px 0 0 -10%; box-sizing: border-box; padding: 20px;}
.office-data .photo{float:left; padding:0;}
.office-data dt,
.office-data dd{display:inline-block; vertical-align: top; font-size: 18px;}
.office-data dt{width: 26%; }
.office-data dd{width: 72%;}
.office-data dd span{font-size: 14px;}
.office-data a{font-size: 18px;}
#page-access h3.tit_line{font-size:26px;}
#page-access h3.tit_line:after{width: 10%;}
.access{padding:100px 0 120px; margin-top: -60px;}
.access .inner{width:1000px; margin:0 auto; overflow:hidden;}
.office-access{margin:100px auto 0; padding:50px 10px;}
.office-access .lead{text-align:center; padding:0 120px;}
.office-access ul{margin:0;}
.office-access ul li{width:300px; display:inline-block; margin:0 30px 30px 0; position:relative;}
.office-access ul li:nth-child(2n){margin:0 30px 30px 0;}
.office-access ul li:nth-child(3n){margin-right:0;}
.office-access ul li:after{
  content:" ";
  display:block;
  border: 18px solid transparent;
  border-left: 22px solid #f2f2cb;
  position:absolute;
  right:-46px;
  top:50%;
  margin-top:-36px;
}
.office-access ul li:nth-child(3n):after{display:none;}

.office-access ol{margin:0;}
.office-access ol li{width:300px; display:inline-block; margin:0 30px 30px 0; position:relative;}
.office-access ol li:nth-child(2n){margin:0 30px 30px 0;}
.office-access ol li:nth-child(3n){margin-right:0;}
.office-access ol li:after{
  content:" ";
  display:block;
  border: 18px solid transparent;
  border-left: 22px solid #f2f2cb;
  position:absolute;
  right:-46px;
  top:50%;
  margin-top:-36px;
}
.office-access ol li:nth-child(3n):after{display:none;}
.member-message .photo.star::after {
	position: absolute;
	content :"";
	left: 0;
	bottom: 20px;
	width: 55px;
	height: 100px;
	background: url(../img/page/icon_star.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	left: -6px;
	bottom: 0;
}
.office-top {
  margin-top: 80px;
}
.office-top-inner {
  padding: 0 40px;
}
.office-top .tit_line {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.office-top-wrap {
  flex-direction: row;
  gap: 20px;
}
.office-top-box {
  padding: 40px 25px;
  width: 50%;
}
.office-top-box__title {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 20px;
}
.office-top-box__count {
  font-size: 20px;

}
.office-top-box__count span {
  font-size: 52px;
}
.office-top-box__period {
  font-size: 24px;
}
.office-top-box__cap {
  margin-top: 8px;
  font-size: 16px;
}
}
