@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
/*====================
/*   　下層共通
/*==================*/
.page_ttl {
  background: #007047;
  background: linear-gradient(to bottom, #007047 0%, #009961 100%);
  height: 200px;
  position: relative;
}
.page_ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 1920px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page_ttl .inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.page_ttl h2 {
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: 'Noto Sans JP', sans-serif;
}
.page_ttl h2 span {
  border-bottom: 2px solid white;
}

.wp_info_wrap .sub {
    width: 29.4%;
}
@media screen and (max-width: 768px) {}
/*====================
/*  　　パンくず
/*==================*/
.breadcrumb {
  padding: 32px 0 35px;
}
.breadcrumb .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li a {
  color: #000;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}
.breadcrumb ul li:last-child a {
  color: #4d4d4d;
}
.breadcrumb ul li a:hover {
  opacity: .6;
  transition: .4s;
}
.breadcrumb ul li a::after {
  content: " /";
}
.breadcrumb ul li:last-child a::after {
  content: "";
}
.breadcrumbs .home, .breadcrumbs a.post-page {
  color: #4d4d4d;
  text-decoration: underline;
}
.breadcrumbs .archive span, .breadcrumbs .category span {
  color: #4d4d4d;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {}
/*====================
/*   WP情報 詳細ページ
/*==================*/
.wp_info_wrap {
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 160px;
}
.wp_info_wrap .inner {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  display: flex;
  margin: 0 auto;
}
.wp_info_wrap main {
  width: 70.6%;
  padding-right: 60px;
  box-sizing: border-box;
}

.wp_info_wrap main p.date {
  font-size: 21px;
  color: #919090;
  margin: 0 auto 20px;
}
.wp_info_wrap main h3.ttl {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  background: none;
  padding: 0;
  margin: 0 auto 20px;
  color: #009b62;
  text-align: left;
  clip-path: none;
  position: static;
  background-blend-mode: inherit;
  height: auto;
}
.wp_info_wrap main p.img {
  text-align: center;
  margin: 0 auto 40px;
}
.wp_info_wrap main .text p {
  font-size: 16px;
  line-height: 1.6;
}
.wp_info_wrap .sub .wordpress-info__inner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
.wp_info_wrap .sub .wordpress-info__content {
  display: block;
  position: relative;
  border-bottom: 1px dotted #000;
  padding-bottom: 0;
  margin-bottom: 22px;
  width: 100%;
}
.wp_info_wrap .sub .wordpress-info__content:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.wp_info_wrap .sub .wordpress-info__img {
  position: absolute;
  width: 74px;
  top: 0px;
  left: 0px;
}
.wp_info_wrap .sub .wordpress-info__img img {
    max-height: 80px;
	object-fit: cover
}
.wp_info_wrap .sub .wordpress-info__media {
  width: 100%;
  margin: 0;
}
.wp_info_wrap .sub .wordpress-info__date {
  margin-left: 91px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.wp_info_wrap .sub .wordpress-info__title {
  margin-left: 91px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
  min-height: 42px;
}
.wp_info_wrap .sub .wordpress-info__text {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.wp_info_wrap .sub .wordpress-info__link {
  font-size: 13px;
  font-weight: 700;
  line-height: 48px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
}
.wp_info_wrap .sub h3 {
  font-size: 28px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 auto 20px;
  background: none;
  color: #009b62;
  clip-path: none;
  position: static;
  background-blend-mode: inherit;
  text-align: left;
  font-weight: 500;
  height: auto;
}
.wp_info_wrap .sub h3 span {
  position: relative;
}
.wp_info_wrap .sub h3 span::after {
  content: "";
  width: 102%;
  height: 5px;
  background: #009b62;
  position: absolute;
  left: 0;
  bottom: -7px;
}
@media screen and (max-width: 1240px) {
    .wp_info_wrap .inner, .page_ttl .inner, .breadcrumb .inner {
    width: calc(100% - 40px);
    }
    .wp_info_wrap main {
    padding-right: 40px;
    }
}
@media screen and (max-width: 768px) {
  .page_ttl {
    margin-top: 67px;
  }
  .wp_info_wrap .inner {
    display: block;
  }
  .wp_info_wrap main {
    width: 100%;
    margin: 0 auto 120px;
    padding: 0;
  }
  .wp_info_wrap .sub .wordpress-info__title {
    min-height: 42px;
  }
  .wp_info_wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .page_ttl h2 {
    font-size: 36px;
    text-align: center;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
    .breadcrumb ul li a{
        font-size: 14px;
    }
    .wp_info_wrap main p.date {
    font-size: 18px;
    }
    .wp_info_wrap main h3.ttl {
    font-size: 24px;
    line-height: 1.6;
    }
}
@media screen and (max-width: 350px) {
    .page_ttl h2 {
    font-size: 32px;
    }
}
/*===============*/
/* 一覧ページャー
/*===============*/
.wp_info_wrap.list, .sns_wrap {
    position: relative;
}
.wp-pagenavi {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100px;
	display: flex;
}
.wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	width: 30px;
    height: 30px;
    line-height: 26px;
    padding: 0;
    font-size: 18px;
    background: #fff;
    color: #009b62;
	text-align:center;
	border: 1px solid #009b62;
	margin: 0 20px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #009b62;
    background: #009b62;
    color: white;
    transition: .4s;
}
.wp-pagenavi a.nextpostslink {
    /*
    font-size: 0;
    background: url(../images/r_arw_grn.png) no-repeat;*/
    background-position: center;
    background-size: 8px;
    background-color: white;
	margin-right: 0;
}
.wp-pagenavi a.nextpostslink:hover{
	background-color:#009b62;
	background-image: url(../images/r_arw_wh.png);
}
.wp-pagenavi a.previouspostslink{
    /*font-size: 0;
    background: url(../images/l_arw_grn.png) no-repeat;*/
    background-size: 8px;
    background-position: center;
    background-color: white;
}
.wp-pagenavi a.previouspostslink:hover{
	background-color:#009b62;
	background-image: url(../images/l_arw_wh.png);
}
.news .pager{
    position: 
        relative;
}
.news .wp-pagenavi {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    display: flex;
    margin: 0 auto;
    
}
@media screen and (max-width: 480px) {
	.wp-pagenavi {
    bottom: 60px;
    }
}
/*====================
/*   　アーカイブ一覧
/*==================*/
.archive_wrap{
    font-family: 'Noto Sans JP', sans-serif;
}
.archive_wrap .inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0;
    position: relative;
    padding-bottom: 100px;
}
.archive_wrap main{
    width: 70.8%;
    padding-right: 60px;
    box-sizing: border-box;
}

.archive_wrap .sub{
    width: 29.2%;
    display: block;
}
.archive_wrap main ul{
    margin: 0 auto 80px;
}
.archive_wrap main ul li a{
    display: flex;
    padding: 15px 0;
    border-bottom: 1px dotted #b3b3b3;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.archive_wrap main ul li a:hover{
    opacity: 0.6;
    transition: .4s;
}
.archive_wrap main ul li a .date{
    color: #74b599;
    display: inline-block;
    width: 145px;
}
.archive_wrap main ul li a .ttl{
        display: inline-block;
    width: calc(100% - 145px);
    padding-left: 1em;
    text-indent: -1em;
}
.archive_wrap .sub h3{
    font-size: 28px;
    line-height: 1.6;
    font-weight: 500;
    color: #009b62;
    text-align: left;
    padding: 0 0 10px 0;
    position: static;
    clip-path: inherit;
    background: none;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    height: auto;
}
.archive_wrap .sub h3 span{
    position: relative;
}
.archive_wrap .sub h3 span::after{
    content: "";
    height: 5px;
    width: 100%;
    background: #009b62;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.archive_wrap .sub ul > li{
    display: block;
    padding: 15px 0 15px 20px;
    border-bottom: 1px dotted #b3b3b3;
    color: #333;
    font-size: 16px;
}


.archive_wrap .sub ul li a:hover{
    opacity: .6;
    transition: .4s;
}
@media screen and (max-width: 1240px) {
    .archive_wrap .inner{
    max-width: 100%;
    width: calc(100% - 40px);
}
}

@media screen and (max-width: 768px) {
    .archive_wrap main{
        padding-right: 40px;
    }
}
@media screen and (max-width: 740px) {
    .archive_wrap .inner{
        display: flex;
        flex-flow: column;
}
    .archive_wrap main{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        order: 2
    }
    .archive_wrap .sub{
        padding-bottom: 30px;
         width: 100%;
         order: 1;
    }
}
@media screen and (max-width: 480px) {
    .archive_wrap main ul li a {
        display: block;
    }
    .archive_wrap main ul li a .date{
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .archive_wrap main ul li a .ttl {
        display: block;
        width: 100%;
    }
    .archive_wrap main{
        margin-bottom: 0;
    }
    .archive_wrap main ul {
        margin: 0 auto 60px;
    }
}
.archive_wrap .sub h4{
	display:block;
	cursor: pointer;
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #009b62;
    font-family: 'Noto Sans JP', sans-serif;
    border-bottom: 1px dotted #ccc;
	margin: 0 auto 20px;
	position: relative;
}
.archive_wrap .sub h4::after{
	content:"";
	width: 20px;
	height: 15px;
	background: url(../images/b_arw_grn.png) no-repeat;
	background-size: 20px;
	position: absolute;
	right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.archive_wrap .sub h4.open::after{
	transform: rotate(180deg) translateY(100%);
	transition: 0.5s;
}
.archive_wrap .sub ul{
	margin-bottom: 40px;
}
.archive_wrap .sub ul li a{
	color: #333;
	display: block;
}
.archive_wrap .sub ul li a:hover{
	opacity: .6;
	transition: .4s;
}
@media screen and (max-width: 480px) {
.archive_wrap .sub h4 {
    font-size: 20px;
}
.archive_wrap .sub h3 {
    font-size: 24px;
}
}
/*========================
/*    facebook記事詳細ページ
/*========================*/
.info-content p {
    color: #333;
}
.info-content a{
	display: inline-block;
}
.info-content a:hover{
	opacity: .6;
	transition: .4s;
}
.wp_info_wrap.fb_detail_wrap .inner {
    max-width: 980px;
}
.wp_info_wrap.fb_detail_wrap main{
	width: 100%;
	padding: 0;
	margin-bottom: 40px;
}
.wp_info_wrap.fb_detail_wrap main .center{
	margin-top: 80px;
}
.wp_info_wrap.fb_detail_wrap main .f_img{
	margin: 0 auto 20px;
	text-align: center;
}
.wp_info_wrap.fb_detail_wrap main .center .btn::after {
    transform: translateY(-50%) rotate(180deg);
    right: auto;
    left: 20px;
}

/*プロフィールページ*/
.page_ttl{display:none;}
.page_ttl.prof_ttl{display:block;}

.page_wrap .inner{
    padding: 0;
}
.header__nav-link{
    border-right: none;
}
.page_ttl.prof_ttl h2 span {
    border-bottom: none;
}
.page_ttl.prof_ttl h2 {
    /*border-bottom: 2px solid white;*/
    font-size: 32px;
    line-height: 1.5;
}
.page_ttl.prof_ttl h2 i{
    border-radius: 10px;
    width: 98px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    padding: 0;
    vertical-align: 5px;
    margin: 0 auto 0 17px;
}
.profile-wrap .inner{
    padding: 0;
    max-width: 1040px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.profile-wrap .sec1 {
    position: relative;
    padding: 45px 0 90px;
}
.profile-wrap .sec1::after{
    content: "";
    width: 100%;
    height: 238px;
    background: #009b62;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.profile-wrap .sec1 dl.pr1{
    display: flex;
    justify-content: space-between;
}
.profile-wrap .sec1 dl.pr1 dt{
    max-width: 520px;
    width: 50%;
    padding: 0 0 0 35px;
    box-sizing: border-box;
}
.profile-wrap .sec1 dl.pr1 dd{
    padding: 43px 0 0 27px;
    max-width: 520px;
    width: 50%;
    box-sizing: border-box;
}
.profile-wrap .sec1 dl.pr1 dd h3{
    background: none;
    font-size: 40px;
    font-family: 'Noto Serif JP', serif;
    color: #009b62;
    font-weight: bold;
    padding: 0;
    clip-path: inherit;
    text-align: left;
    position: relative;
    margin: 0 auto 95px;
    height: auto;
}
.profile-wrap .sec1 dl.pr1 dd h3 span{
    color: #e7e9e8;
    position: absolute;
    top: 24px;
    z-index: -1;
    white-space: nowrap;
}
.profile-wrap .sec1 dl.pr1 dd p.p1{
    font-size: 16px;
    margin: 0 auto 10px;
    text-indent: -.5em;
}
.profile-wrap .sec1 dl.pr1 dd p.p2{
    font-size: 16px;
    line-height: 1.6;
}
.profile-wrap .sec1 .text-box{
    border: 5px solid #c3c3c6;
    padding: 34px 23px;
    box-sizing: border-box;
    background: #fff;
}
.profile-wrap .sec1 .text-box dl{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 26px;
}
.profile-wrap .sec1 .text-box dl dt{
    width: 50%;
    padding: 0 11px 0 38px;
    box-sizing: border-box;
}
.profile-wrap .sec1 .text-box dl dd{
    width: 50%;
    padding: 0 20px 0 27px;
    box-sizing: border-box;
}
.profile-wrap .sec2 h3,
.profile-wrap .sec3 h3,
.profile-wrap .sec4 h3,
.profile-wrap .sec5 h3,
.profile-wrap .sec6 h3{
    background: none;
    padding: 0;
    font-size: 38px;
    letter-spacing: .1em;
    color: #009b62;
    font-weight: bold;
    clip-path: inherit;
    text-align: center;
    position: static;
    font-feature-settings: "palt";
    height: auto;
}
.profile-wrap .sec2 h3 span,
.profile-wrap .sec3 h3 span,
.profile-wrap .sec4 h3 span,
.profile-wrap .sec5 h3 span,
.profile-wrap .sec6 h3 span{
    position: relative;
}
.profile-wrap .sec2 h3 span::after,
.profile-wrap .sec3 h3 span::after,
.profile-wrap .sec4 h3 span::after,
.profile-wrap .sec5 h3 span::after,
.profile-wrap .sec6 h3 span::after{
    content: "";
    width: 100%;
    height: 2px;
    background: #009b62;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.profile-wrap .sec2{
    padding: 78px 0 85px;
    position: relative;
}
.profile-wrap .sec2::after{
    content: "";
    width: 1200px;
    height: 347px;
    background: #009b62;
    position: absolute;
    bottom: 0;
    left: calc(50% + 4px);
    z-index: -1;
}
.profile-wrap .sec2 h3{
    margin: 0 auto 68px;
}
.profile-wrap .sec2 dl{
    overflow: hidden;
}
.profile-wrap .sec2 dl dt{
    float: right;
    width: 50%;
    padding: 5px 0 0 30px;
}
.profile-wrap .sec2 dl dd{
    float: left;
    width: 50%;
    padding: 0 13px 0 12px;
    font-size: 16px;
    line-height: 30px;
}
.profile-wrap .sec3{
    padding: 84px 0 160px;
    position: relative;
}
.profile-wrap .sec3::after{
    content: "";
    width: 1200px;
    height: 347px;
    background: #009b62;
    position: absolute;
    bottom: 81px;
    right: calc(50% + 5px);
    z-index: -1;
}
.profile-wrap .sec3 h3{
    margin: 0 auto 67px;
}
.profile-wrap .sec3 dl{
    overflow: hidden;
}
.profile-wrap .sec3 dl dt{
    float: left;
    width: 50%;
    padding: 5px 32px 0 0;
}
.profile-wrap .sec3 dl dd{
    float: right;
    width: 50%;
    padding: 0 0 0 25px;
    font-size: 16px;
    line-height: 30px;
}
.profile-wrap .sec4{
    padding: 30px 0 20px;
    /*background: #f6f6f7;*/
}
.profile-wrap .sec4 h3{
    margin: 0 auto 85px;
}
.profile-wrap .sec5{
    padding: 80px 0 95px;
}
.profile-wrap .sec5 h3{
    margin: 0 auto 85px;
}

.profile-wrap .sec6{
    padding: 85px 0 20px;
    background: #e9f2ec;
}
.profile-wrap .sec6 h3{
    margin: 0 auto 85px;
}
.profile-wrap .sec6 ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.profile-wrap .sec6 ul li{
    width: calc((100% - 60px) / 4);
    margin: 0 20px 60px 0;
}
.profile-wrap .sec6 ul li:nth-child(4n){
    margin-right: 0;
}
.profile-wrap .sec6 ul li .img{
    margin: 0 auto 10px;
    text-align: center;
}
.profile-wrap .sec6 ul li h4 {
    padding: 0;
    margin-left: 0;
    color: #009b62;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    width: auto;
    margin: 0 auto;
}
.profile-wrap .sec6 ul li p.date{
    text-align: right;
    font-size: 16px;
    margin: 0 auto 5px;
    padding-right: 5px;
}
.profile-wrap .sec6 ul li p.text{
    font-size: 16px;
    line-height: 1.6;
    font-feature-settings: "palt";
}
.profile-wrap .bnr-area{
    padding: 80px 0 ;
}
@media screen and (max-width: 720px) {
    .profile-wrap .sec1 {
        padding: 0 0 60px;
    }
    .profile-wrap .sec1 dl.pr1{
        display: block;
    }
    .profile-wrap .sec1 dl.pr1 dt {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    }
    .profile-wrap .sec1 dl.pr1 dd {
    padding: 0;
    max-width: none;
    width: 100%;
    }
    .profile-wrap .sec1 dl.pr1 dd h3 {
        font-size: 31px;
    }
    .profile-wrap .sec1 dl.pr1 dd h3 span {
        top: 17px;
    }
    .profile-wrap .sec1 dl.pr1 dd h3{
        margin: 0 auto 60px;
    }
    .profile-wrap .sec1 dl.pr1 dd p.p2{
        margin: 0 auto 40px;
    }
    .profile-wrap .sec1 .text-box {
    border: 3px solid #c3c3c6;
    padding: 20px;
}
    .profile-wrap .sec1 .text-box dl{
        display: block;
    }
    .profile-wrap .sec1 .text-box dl dt {
    width: 100%;
    padding: 0;
        margin: 0 auto 20px;
}
    .profile-wrap .sec1 .text-box dl dd {
    width: 100%;
    padding: 0;
}
    .profile-wrap .sec2 h3, .profile-wrap .sec3 h3, .profile-wrap .sec4 h3, .profile-wrap .sec5 h3, .profile-wrap .sec6 h3 {
    font-size: 26px;
    }
    .profile-wrap .sec2 h3 span::after, .profile-wrap .sec3 h3 span::after, .profile-wrap .sec4 h3 span::after, .profile-wrap .sec5 h3 span::after, .profile-wrap .sec6 h3 span::after {
    bottom: -10px;
}
    .profile-wrap .sec2 dl dt ,.profile-wrap .sec3 dl dt{
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    }
    .profile-wrap .sec2 dl dd,.profile-wrap .sec3 dl dd {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
}
    .profile-wrap .sec2::after ,.profile-wrap .sec3::after{
    content: "";
    width: 1200px;
    height: 50px;
    background: #009b62;
    position: absolute;
    bottom: 0;
    left: calc(50% + 4px);
    z-index: 1;
    transform: rotate(-2deg);
    left: -100px;
}
    .profile-wrap .sec3 {
    padding: 42px 0 45px;
    }
    .profile-wrap .sec4,
    .profile-wrap .sec5{
    padding: 30px 0 10px;
    }
    .profile-wrap .sec4 p, .profile-wrap .sec5 p {
    font-size: 16px;
    line-height: 1.6;
}
    .profile-wrap .sec2 h3, .profile-wrap .sec3 h3, .profile-wrap .sec4 h3, .profile-wrap .sec5 h3, .profile-wrap .sec6 h3 {
    margin-bottom: 30px !important;
}
    .profile-wrap .sec6 ul li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 40px 0;
}
    .profile-wrap .sec6 ul li:nth-child(even){
        margin-right: 0;
    }
    .profile-wrap .sec6 ul li p.date {
    line-height: 1.3;
    font-size: 13px;
    margin: 5px auto 5px;
    }
    .profile-wrap .sec6 ul li p.text {
    font-size: 14px;
    line-height: 1.6;
    }
    .profile-wrap .bnr-area {
    padding: 40px 0;
    }
}
@media screen and (min-width: 721px) and (max-width: 800px) {
    .profile-wrap .sec1 dl.pr1 dd h3 span {
    font-size: 41px;
    }
    .profile-wrap .sec1 dl.pr1 dd h3 {
    margin: 0 auto 55px;
    }
    .profile-wrap .sec1 dl.pr1{
        margin: 0 auto 40px;
    }
    .profile-wrap .sec2::after,
    .profile-wrap .sec3::after{
    height: 217px;
        bottom: auto;
    top: 230px;
}
    .profile-wrap .sec6 ul li {
    width: calc((100% - 40px) / 3);
    }
    .profile-wrap .sec6 ul li:nth-child(3n) {
    margin-right: 0;
}
    .profile-wrap .sec6 ul li:nth-child(4n) {
    margin-right: 20px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
    .profile-wrap .sec2::after,
    .profile-wrap .sec3::after{
    height: 300px;
    bottom: auto;
    top: 230px;
    }
}
