@charset "UTF-8";
/* ======== header ======== */
header > .inner {
  height: 60px;
  position: relative;
}

header > .inner .logo {
  width: 60px;
}

header > .inner nav {
  display: none;
  position: fixed;
  padding-top: 60px;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  max-height: 100%;
  overflow-y: auto;
}

header > .inner nav > ul {
  display: block;
}

header > .inner nav > ul > li {
  display: block;
  width: 100%;
  text-align: left;
}

header > .inner nav > ul > li > a {
  padding: 15px;
  display: block;
  border-top: 1px solid #c6e0d5;
  position: relative;
}

header > .inner nav > ul > li > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #00a051;
  border-right: solid 2px #00a051;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

header > .inner nav > ul > li.hasChild > a:after {
  transform: rotate(135deg);
  transition: 0.3s;
}

header > .inner nav > ul > li.hasChild > a.js-active:after {
  transform: rotate(-45deg);
}

header > .inner nav > ul > li > ul {
  display: none;
  width: 100%;
  position: static;
  background: none;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

header > .inner nav > ul > li > ul > li {
  margin-top: 0;
}

header > .inner nav > ul > li > ul > li > a {
  border-top: 1px solid #c6e0d5;
  padding: 10px;
  position: relative;
}

header > .inner nav > ul > li > ul > li > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #00a051;
  border-right: solid 2px #00a051;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

header > .inner .spNav {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F2F2F2;
  padding: 10px 8px;
  float: right;
  margin-top: 10px;
}

header > .inner .spNav span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 8px;
  width: 24px;
  height: 4px;
  background-color: #00a051;
}

header > .inner .spNav span:nth-of-type(1) {
  top: 10px;
}

header > .inner .spNav span:nth-of-type(2) {
  top: 18px;
}

header > .inner .spNav span:nth-of-type(3) {
  bottom: 10px;
}

header > .inner .spNav.js-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

header > .inner .spNav.js-active span:nth-of-type(2) {
  opacity: 0;
}

header > .inner .spNav.js-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

header > .inner nav > ul > li > ul > li > ul {
  padding-bottom: 15px;
}

/* ======== footer ======== */
footer {
  padding: 0;
}

footer > .inner .footerLogo {
  position: static;
  margin: 0 auto;
  padding: 10px 0;
}

footer > .inner .footerMain .footerNav {
  margin-bottom: 0;
}

footer > .inner .footerMain .footerNav ul li {
  display: block;
  width: 100%;
  border-top: 1px solid #c6e0d5;
  margin-left: 0;
}

footer > .inner .footerMain .footerNav ul li a {
  padding: 10px 10px 10px 16px;
  background-size: 6px 6px;
  background-position-x: 5px;
}

footer > .inner .footerMain .copyright {
  padding: 10px 0;
  border-top: 3px solid #00a05c;
  font-size: 1.0rem;
  text-align: center;
}

/* ======== common ======== */
.btnBox .btn {
  margin: 15px 0 0;
  display: block;
}

.btnBox .btn:first-child {
  margin-top: 0;
}

.btnBox .btn a {
  margin: 0 auto;
  width: 90%;
}

/*display
－－－－－－－*/
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

.pdTL {
  padding-top: 0 !important;
}

/*layout
－－－－－－－*/
main {
  padding-top: 60px;
}

.home #main {
  background: no-repeat;
  margin-left: 0;
  margin-right: 0;
}

.home .bg {
  background: none;
}

.home #main > .inner {
  height: auto;
}

.home #main > .inner h1 {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}

.home #main > .inner .img,
.home #main > .inner .img2 {
  display: none !important;
}

.home #main > .inner #mainImg {
  display: none;
  margin-top: 30px;
  width: 100%;
  padding: 0;
  border: none;
}

.home #main > .inner .spSlide {
  margin-top: 20px;
}

.home #main .caption {
  margin-top: 20px;
  padding: 0 15px;
}

.home #main .caption p {
  font-size: 1.4rem;
  font-weight: normal;
}

.home #news .messageModal {
  width: 90%;
}

.home #news .messageModal .inner {
  padding: 15px;
}

.home #news .messageModal .inner .img {
  width: 65%;
  margin: 0 auto 15px;
}

.home #news .messageModal .inner p {
  font-size: 1.4rem;
  text-align: center;
}

.home #news .messageModal .inner p + p {
  margin-top: 10px;
}

.home #news .messageModal .inner .icoPlus {
  text-align: center;
  margin-top: 15px;
}

.home #news .messageModal .inner .icoPlus img {
  width: 34px;
}


.home #news > .inner h3.heading01 {
  margin: 30px auto 30px;
}

.home #news > .inner .infomation {
  width: 100%;
}

.home #experience {
  background: url(../img/bg_experience_sp.png) no-repeat center center/100% 100%;
}

.home #experience > .inner {
  padding: 0 15px;
}

.home #experience > .inner .heading01 {
  margin-bottom: 30px;
}

.home #experience > .inner > .sp > div {
  margin-bottom: 20px;
}



.home #experience .experiencelinks {
  letter-spacing: normal;
}

.home #experience .experiencelinks .title {
  display: block;
  width: 100%;
  margin-right: 0;
  padding: 0 0 0 0;
}

.home #experience .experiencelinks .title .img {
  width: 100%;
}

.home #experience .experiencelinks .title .img img {
  width: 100%;
}

.home #experience .experiencelinks .title:first-child .img {
  width: 100%;
}

.home #experience .experiencelinks .title:nth-child(2) .img {
  width: 100%;
}

.home #experience .experiencelinks .title:last-child .img {
  width: 100%;
}


.home #share {
  margin-top: 50px;
  background: url(../img/bg_share_sp.png) no-repeat center center/100% 100%;
}

.home #share > .inner {
  padding: 0 15px;
}

.home #share > .inner .heading01 {
  margin-bottom: 30px;
}

.home #share > .inner .stepImg {
  margin-bottom: 20px;
}

.home #share > .inner .movieBox .youtube {
  position: static;
  transform: translateX(0);
  width: 100%;
}
.home #share > .inner .movieBox .youtube-2 {
  margin-top: 20px;
}

.home #recommend > .inner {
  padding: 0 15px;
}

.home #recommend > .inner .heading01 {
  margin-bottom: 20px;
}

.home #recommend > .inner .items {
  padding: 0;
}

.home #recommend > .inner .items .item {
  margin-left: 0;
  margin-top: 15px;
  width: 100%;
}

.home #recommend > .inner .items .item:first-child {
  margin-top: 0;
}

.home #recommend > .inner .items .item:nth-child(2) {
  width: 100%;
}

.home #project .inner .detail {
  padding-top: 0;
}

.home #project > .inner {
  padding: 0 0;
}

.home #project > .inner .txtImg {
  width: 100%;
  margin: 0 auto 20px;
}

.home #project .blog {
  margin-top: 20px;
  padding: 0 15px;
}

.home #project .blog .heading01 img {
  margin-left: -10px;
}

.home #project .blog .items {
  padding: 0;
}

.home #project .blog .items .item {
  width: 100%;
  margin-top: 15px;
  margin-left: 0;
}

.home #project .blog .items .item:first-child {
  margin-top: 0;
}

.home #sustainability {
  margin-top: 40px;
}

.home #sustainability > .inner {
  padding: 0 15px;
}

.home #sustainability > .inner h2.heading01 {
  margin-bottom: 20px;
}

.home #sustainability > .inner .img {
  width: 100%;
}

.home #project .btnBox {
  margin-top: 0;
}

.home #project {
  background: none;
}


/* 下層ページ
====================================*/
.archive, .experience {
  background-image: none;
}

.lowerMain .mainImg {
  width: 70%;
  padding-top: 60px;
}

.archive main {
  margin: 40px auto 0;
  padding: 0 15px;
}

.archive main article h1.heading01 {
  font-size: 1.8rem;
}

.archive main article h1.heading01 span {
  font-size: 1.4rem;
}

.archive main article .detail {
  padding-top: 20px;
}

.archive main article .detail h2.heading01 {
  margin-top: 50px;
  margin-bottom: 25px;
  height: auto;
  min-height: 38px;
  border-radius: 19px;
}

.archive main article .detail h2.heading01 span {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
}

.archive main article .detail .img {
  margin-bottom: 15px;
}

.archive main article .detail .img p span {
  font-size: 1.2rem;
}

.archive main article .detail p {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.side main {
  min-height: inherit;
}

.side main article {
  width: 100%;
  float: none;
}

.side aside {
  width: 100%;
  float: none;
  margin-top: 20px;
}

.side aside h3 {
  font-size: 1.6rem;
}

.experience main {
  margin: 40px auto 0;
}

.experience main .main {
  max-width: 375px;
  margin: 0 auto 0;
}

.experience main .main > .inner {
  padding-left: 25px;
}

.experience main .main > .inner .pageHeading {
  width: 51%;
  margin-top: 15px;
}

.experience main .main .titleBox {
  padding: 0 0 0 15px;
  position: relative;
  margin-top: -85%;
  margin-bottom: 0;
}

.experience main .main .titleBox .pageHeading {
  width: 252px;
}

.experience main .main .titleBox .title {
  padding: 0 0 0 34px;
  background: url(../../experience/img/common_heading_brackets.png) no-repeat left top/34px auto;
  min-height: 130px;
  margin-bottom: 20px;
}

.experience main .main .titleBox .title .heading > img {
  width: 89px;
  margin-bottom: 15px;
}

.experience main .main .titleBox .title .heading > img + span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.experience main .main .titleBox .caption {
  padding-left: 0;
  padding-right: 25px;
}

.experience main .main .titleBox .caption > p {
  font-size: 1.3rem;
  line-height: 1.7;
}

.experience main .main .titleBox .caption > p:first-child {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.experience main .main .titleBox .caption > p:first-child strong span {
  display: block;
  font-size: 1.3rem;
}

.experience main .main .titleBox .caption > p strong {
  color: #000000;
}

.experience main .detail {
  margin-top: 0;
}

.experience main .detail > .inner {
  width: 100%;
  margin: 40px auto 0;
  padding: 0 10px;
}

.experience main .detail > .inner.bgBottle {
  background: url(../../experience/img/common_bg_bottle.png) no-repeat right 50% bottom/73px auto;
}

.experience main .detail > .inner.bgFlower {
  background: url(../../experience/img/common_bg_flower.png) no-repeat right 50% bottom/73px auto;
}

.experience main .detail > .inner.bgFlower02 {
  background: url(../../experience/img/common_bg_flower02.png) no-repeat right 50% bottom/73px auto;
}

.experience main .detail > .inner.bgTools {
  background: url(../../experience/img/common_bg_tools.png) no-repeat right 50% bottom -10px/150px auto;
}

.experience main .detail > .inner:first-of-type {
  margin-top: 0;
}

.experience main .detail > .inner > .headingBox {
  margin-bottom: 20px;
  display: flex;
}

.experience main .detail > .inner > .headingBox .time {
  flex-shrink: 0;
  letter-spacing: normal;
  width: 56px;
  height: 56px;
}

.experience main .detail > .inner > .headingBox .time.icoRain:after {
  width: 35px;
  height: 33px;
  left: -10px;
  top: -15px;
}

.experience main .detail > .inner > .headingBox .time.icoCloud:after {
  width: 34px;
  height: 19px;
  right: -16px;
  top: -5px;
}

.experience main .detail > .inner > .headingBox .time.icoSunny:after {
  width: 30px;
  height: 27px;
  left: -10px;
  top: -10px;
}

.experience main .detail > .inner > .headingBox .time > span {
  width: 100%;
  font-size: 1rem;
}

.experience main .detail > .inner > .headingBox .time > span > strong {
  font-size: 1.1rem;
  color: #FFFFFF;
}

.experience main .detail > .inner > .headingBox > .heading {
  width: 100%;
  margin-left: 5px;
  min-height: 50px;
  border-radius: 36px;
}

.experience main .detail > .inner > .headingBox > .heading > span {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
}

.experience main .detail > .inner > .headingBox > .heading > span > span {
  font-size: 1.6rem;
}

.experience main .detail > .inner > .content {
  padding-left: 55px;
  padding-bottom: 80px;
  background: url(../../experience/img/common_bg_arrow_sp.png) repeat-y left 15px top/16px auto;
}

.experience main .detail > .inner > .content .imgBox,
.experience main .detail > .inner > .content .txtBox {
  float: none;
}

.experience main .detail > .inner > .content .imgBox {
  width: 100%;
  letter-spacing: -0.4em;
}

.experience main .detail > .inner > .content .imgBox > .img {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 49%;
  margin-left: 2%;
}

.experience main .detail > .inner > .content .imgBox > .img:first-child {
  margin-left: 0;
}

.experience main .detail > .inner > .content .imgBox > .img .abs01 {
  display: none;
}

.experience main .detail > .inner > .content .imgBox > .img .abs02 {
  display: none;
}

.experience main .detail > .inner > .content .txtBox {
  padding-left: 0;
  width: 100%;
  font-size: 1.4rem;
}

.experience main .detail > .inner > .content .txtBox > p {
  margin-top: 15px;
}

.experience main .detail > .inner > .content .txtBox .dateLists ul li {
  margin-top: 15px;
}

.experience main .detail > .inner > .content .txtBox .dateLists ul li:first-child {
  margin-top: 15px;
}

.experience main .detail > .inner > .content .txtBox .dateLists ul li .date {
  font-size: 1.2rem;
  padding: 1px 10px 2px;
  margin-bottom: 10px;
}

.experience main .detail > .inner > .content .txtBox .dateLists ul li p {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.experience main .detail > .inner > .content .txtBox .peopleLists ul li {
  margin-top: 15px;
}

.experience main .detail > .inner > .content .txtBox .peopleLists ul li:first-child {
  margin-top: 15px;
}

.experience main .detail > .inner > .content .txtBox .peopleLists ul li .ico {
  width: 40px;
  float: none;
  margin-bottom: 10px;
}

.experience main .detail > .inner > .content .txtBox .peopleLists ul li .txt {
  width: 100%;
  float: none;
  padding-left: 0;
  font-size: 1.4rem;
}

.experience main .detail > .inner > .content .btn {
  text-align: right;
  margin-top: 15px;
}

.experience main .detail > .inner > .content .btn a {
  display: inline-block;
  padding: 5px 17px;
  border: 1px solid #00a051;
  border-radius: 20px;
  color: #00a051;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  text-align: left;
}

.experience main .detail > .inner > .content .btn a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #00a051;
  border-right: solid 2px #00a051;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
}

.experience main .detail .summaryImg {
  max-width: 100%;
  margin: 10px auto 0;
}

.experience main .otherArticle {
  max-width: 100%;
  margin: 50px auto 0;
}

.experience main .otherArticle > .inner > .heading {
  margin-bottom: 40px;
}

.experience main .otherArticle > .inner .othersLists {
  padding: 0 15px;
}

.experience main .otherArticle > .inner .othersLists li {
  display: block;
  width: 100%;
  margin-right: 0;
}

.experience main .otherArticle > .inner .othersLists li a .img,
.experience main .otherArticle > .inner .othersLists li a .txt {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.experience main .otherArticle > .inner .othersLists li a .img {
  width: 30%;
}

.experience main .otherArticle > .inner .othersLists li a .txt {
  font-size: 1.4rem;
}

.experience #experience03 .titleBox {
  margin-top: -112%;
  margin-bottom: 40px;
}

.seminar main {
  margin: 20px auto 0;
  padding: 0 15px;
}

.seminar main article section > .inner .generalHeading {
  font-size: 2.4rem;
}

.seminar main article section > .inner .generalHeading:after {
  height: 3px;
  border-radius: 3px;
}

.seminar main article section > .inner .generalHeading + p {
  margin-top: 10px;
}

.seminar main article section > .inner .seminarBox {
  margin-top: 50px;
}

.seminar main article section > .inner .seminarBox h2.heading {
  width: 100%;
  min-height: 30px;
  border-radius: 36px;
  margin-top: 25px;
}

.seminar main article section > .inner .seminarBox h2.heading > span {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
}

.seminar main article section > .inner .generalHeading + p {
  font-size: 1.3rem;
}

.seminar main article section > .inner .seminarBox .conts .img {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

.seminar main article section > .inner .seminarBox .conts .img:last-of-type {
  margin-top: 15px;
  width: 100%;
}

.seminar main article section > .inner .seminarBox .conts ul {
  margin-top: 0;
}

.seminar main article section > .inner .seminarBox .conts ul li {
  padding: 10px 0 10px 15px;
  border-top: 1px solid #E4E4DC;
  position: relative;
  font-size: 1.6rem;
}

.seminar main article section > .inner .seminarBox .conts ul li:last-child {
  border-bottom: 1px solid #E4E4DC;
}

.seminar main article section > .inner .seminarBox .conts ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #00A051;
  left: 0;
  top: 19px;
  position: absolute;
}

.seminar main article section > .inner .seminarBox .conts .btn {
  position: inherit;
  width: 100%;
  margin-top: 15px;
}

.seminar main article section > .inner .seminarBox .conts .btn a {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.seminar main article section > .inner .seminarBox .seminarTable {
  overflow: auto;
  margin-top: 20px;
}

.seminar main article section > .inner .seminarBox .seminarTable .sclBox {
  width: 600px;
}

.seminar main article section > .inner .detailBox > .inner .top {
  margin-top: 25px;
}

.seminar main article section > .inner .detailBox > .inner .top .img {
  width: 100%;
  float: none;
}

.seminar main article section > .inner .detailBox > .inner .top .txt {
  width: 100%;
  float: none;
  padding-left: 0;
  margin-top: 20px;
}

.seminar main article section > .inner .seminarBox h2.heading {
  margin-bottom: 20px;
}

.seminar main article section > .inner .seminarBox .conts .cols .img {
  width: 100%;
}

.seminar main article section > .inner .seminarBox .conts .cols .txt {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}

.seminar main article section > .inner .seminarBox .conts .cols .txt p,
.seminar main article section > .inner .seminarBox .conts .cols .txt ul li {
  font-size: 1.4rem;
}

.seminar main article section > .inner .seminarBox .conts .cols .txt ul {
  margin-top: 0;
}

.seminar main article section > .inner .seminarBox .conts .cols .txt ul li {
  border: none;
}

.seminar main article section > .inner .detailBox > .inner .btm {
  padding: 20px 0;
  width: 231px;
  margin: 0 auto;
}


.document main {
  margin: 0 auto;
  padding: 0 15px;
}

.document main.space {
  padding-top: 60px;
}

.document main article section > .inner .generalHeading {
  font-size: 2.4rem;
}

.document main article section > .inner .generalHeading:after {
  height: 3px;
  border-radius: 3px;
}

.document main article section > .inner .downloadListsItems {
  margin-top: 25px;
}

.document main article section > .inner .downloadListsItems > .item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 60px;
}

.document main article section > .inner .downloadListsItems > .item .title {
  font-size: 1.6rem;
}

.document main article section > .inner .downloadListsItems > .item .title + p {
  font-size: 1.4rem;
}

.document main article section > .inner .downloadListsItems > .item .img iframe {
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .document main article section > .inner .downloadListsItems > .item .img iframe {
    height: 217px;
  }
}
@media only screen and (max-width: 375px) {
  .document main article section > .inner .downloadListsItems > .item .img iframe {
    height: 195px;
  }
}
@media only screen and (max-width: 320px) {
  .document main article section > .inner .downloadListsItems > .item .img iframe {
    height: 165px;
  }
}


.document main article section > .inner #sec01 {
  margin-top: 15px;
  background: none;
}

.document main article section > .inner #sec01 > .heading {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.document main article section > .inner #sec01 > .heading + p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.document main article section > .inner .dataBox {
  margin-top: 25px;
}

.document main article section > .inner .dataBox h2.heading {
  margin-top: 0;
}

.document main article section > .inner .dataBox h2.heading + p {
  font-size: 1.4rem;
  width: 100%;
}

.document main article section > .inner .btmBox {
  width: 345px;
  margin: 50px auto 0;
}

.document main article section > .inner .btmBox > .inner {

}

.document main article section > .inner .btmBox > .inner p {
  font-size: 1.3rem;
}

.document main article section > .inner .btmBox > .inner .btnBox {
  margin-top: 160px;
}

.document main article section > .inner .dataBox h2.heading {
    width: 100%;
    min-height: 30px;
    border-radius: 36px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.document main article section > .inner .dataBox h2.heading > span {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.2;
}


.project main {
  margin: 20px auto 0;
  padding: 0 15px;
}

.project main article section > .inner .detailBox > .inner {
  width: 100%;
  margin-top: 25px;
}

.project main article section > .inner .activeBox {
  margin-top: 30px;
}

.project main article section > .inner .activeBox h2.heading {
  width: 100%;
  min-height: 30px;
  border-radius: 36px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.project main article section > .inner .activeBox h2.heading > span {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
}

.project main article section > .inner .activeBox h2.heading + p.subTxt {
  font-size: 1.4rem;
  width: 100%;
}

.project main article section > .inner .declaration {
  background: none;
  padding: 0;
  width: auto;
  height: auto;
}

.project main article section > .inner .btnArea .btnBox {
  width: 100%;
  padding-top: 15px;
}

.project main article section > .inner .btnArea .btnBox .btn {
  margin-right: 0;
}


.project main article section > .inner .generalHeading {
  font-size: 2.4rem;
}

.project main article section > .inner .generalHeading:after {
  height: 3px;
  border-radius: 3px;
}

.project main article section > .inner .activityLists .item {
  margin-top: 25px;
  padding-top: 25px;
  background: url(../img/bg_heading_border.jpg) no-repeat right top/100% auto;
}

.project main article section > .inner .activityLists .item .img {
  float: none;
  width: 100%;
}

.project main article section > .inner .activityLists .item .detail {
  float: none;
  width: 100%;
  margin-left: 0;
  background: none;
  padding-top: 0;
  margin-top: 10px;
}


.project main article section > .inner .activityLists .item .detail > .heading {
  font-size: 1.6rem;
}

.project main article section > .inner .activityLists .item .detail > p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 5px;
}

.project main article section > .inner .activityLists .item .detail > .area span {
  font-size: 1.2rem;
}

.project main article section > .inner .activityLists .item .detail .btn a {
  width: 100%;
}




.project main article section > .inner .cityBox {

}

.project main article section > .inner .cityBox .item {
  margin-top: 20px;
}

.project main article section > .inner .cityBox .item .img {
  float: none;
  width: 100%;
}

.project main article section > .inner .cityBox .item .detail {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-top: 15px;
}

.project main article section > .inner .cityBox .item .detail > p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.project main article section > .inner .cityBox .btn a {
  width: 100%;
}

.project main article section > .inner .cityBox .movieInfo.ishinomaki {
  background: url(../img/bg_project_city_movie_01_sp.png) no-repeat center top/336px auto;
  padding: 50px 0 25px;
  margin-top: 15px;
}

.project main article section > .inner .cityBox .movieInfo.yamagata {
  background: url(../img/bg_project_city_movie_02_sp.png) no-repeat center top/336px auto;
  width: 100%;
  padding: 50px 0 25px;
  margin-top: 15px;
}

.project main article section > .inner .cityBox .movieInfo.nichinan {
  background: url(../img/bg_project_city_movie_03_sp.png) no-repeat center top/336px auto;
  padding: 50px 0 25px;
  margin-top: 15px;
}

.project main article section > .inner .cityBox .movieInfo .movieImg {
  width: 220px;
  margin: 0 auto;
}

.project main article section > .inner .cityBox .movieInfo .movieImg + p {
  width: 220px;
  font-size: 1.1rem;
}

.project main article section > .inner .cityBox .movieInfo .movieImg img {
  max-width: 100%;
}

.project main article section > .inner .cityBox .movieInfo .col2 {
  text-align: center;
  width: 265px;
  margin: 0 auto;
}

.project main article section > .inner .cityBox .movieInfo .col2 .col {
  margin-left: 4%;
  text-align: left;
  width: 48%;
}

.project main article section > .inner .cityBox .movieInfo .col2 .col .movieImg {
  width: 100%;
}

.project main article section > .inner .cityBox .movieInfo .col2 .col .movieImg + p {
  width: 100%;
}

.project main article section > .inner .cityBox .movieInfo.yamagata .col2 {
  padding-left: 0;
}


.project.city main article section > .inner h2.heading {
  width: 100%;
  min-height: 30px;
  border-radius: 36px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.project.city main article section > .inner h2.heading span {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 15px;
  line-height: 1.2;
}

.project.city main article section > .inner h2.heading .cityIcon {
  width: auto;
  height: 28px;
  top: 5px;
  left: 5px;
}

.generalHeading + p.subHeading {
  font-size: 1.6rem;
  margin-top: 20px;
}










.project.caseStudy main article section > .inner h2.heading {
  width: 100%;
  min-height: 30px;
  border-radius: 36px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.project.caseStudy main article section > .inner h2.heading > span {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
}






.enman.lp main section > .inner {
  padding: 0 15px;
}

.enman.lp main section > .inner p {
  font-size: 1.4rem;
  text-align: left;
}

.enman.lp main section > .inner p + p {
  margin-top: 20px;
}

.enman.lp main section > .inner .changeSiteImg {
  margin-top: 50px;
  letter-spacing: normal;
}

.enman.lp main section > .inner .changeSiteImg .img {
  width: 100%;
  display: block;
}

.enman.lp main section > .inner .changeSiteImg .arrow {
  width: 10%;
  display: block;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
}

.enman.lp main section > .inner .changeSiteImg .arrow img {
  transform: rotate(90deg);
}

.enman.lp main section > .inner .infoTxt {
  font-size: 1.4rem;
  margin-top: 25px;
}


























