@charset "utf-8";

  #lower_ttl {
    height: 495px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  #lower_ttl .lower_ttl_img {
    width: calc(100% - 161px);
    height: 495px;
    position: absolute;
    right: 0;
    top: -120px;
    background-size: cover !important;
  }
	#lower_ttl .inner {
		position: relative;
		margin: 0 auto;
	}
	#lower_ttl .txtBox {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 700px;
    background: rgba(255,255,255,0.9);
    top: 18px;
    padding: 50px;
    border-left: solid 12px #1c2081;
	}
	#lower_ttl .heading {
    margin: 0 auto;
    text-align: left;
    padding-left: 5%;
	}
	#lower_ttl h2 {
		font-size: 80px;
		letter-spacing: 2px;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px
	}
  #lower_ttl p.txt {
		font-size: 14px;
    font-weight: bold;
    text-align: left !important;
	}
  #lower_ttl p.txt span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
	}
@media screen and (max-width:767px){
  #lower_ttl {
      height: 295px;
      margin-bottom: 102px;
      width: 100%
  }
  #lower_ttl .lower_ttl_img {
    width: 85%;
    height: 465px;
    top: -127px;
  }
	#lower_ttl h2 {
    font-size: 52px !important;
    margin-bottom: 35px !important;
	}
	#lower_ttl .txtBox {
    width: 90%;
    padding: 30px 15px;
    top: 7.9%;
    bottom: auto;
	}
	#lower_ttl p.txt {
	    padding: 0;
	}
  #lower_ttl p.txt {
      font-size: 12px;
  }
  #lower_ttl p.txt span {
      font-size: 22px;
      margin-bottom: 15px;
  }
}
.panlist {
  text-align: left;
  position: absolute;
  top: -110px;
  left: 180px;
  z-index: 2;
}
.panlist span,
.panlist .archives {
  margin-left: 19px;
}
.panlist a, .panlist span {
  font-size: 10px;
  color: #000;
  font-weight: 700;
  line-height: 30px;
}
.panlist a::after {
  content: "";
  background: url(/assets/images/arrows-pan.png) no-repeat;
  background-size: cover;
  width: 5px;
  height: 8px;
  position: absolute;
  margin-top: 12px;
  margin-left: 7px;
}
.post-type-archive a.archives {
  text-decoration: none;
}
.post-type-archive a.archives::after,
.post-type-archive span.archives-cat,
.post-type-archive .sub-head {
  display: none !important
}
.panlist .post-categories {
  display: inline-block;
}
.panlist .post-categories  a::after {
  background: none;
}
.panlist .singleTtl::before {
    content: "";
    background: url(images/arrow_bl.svg) no-repeat;
    background-size: cover;
    width: 5.5px;
    height: 9px;
    position: absolute;
    margin-top: 11px;
    margin-left: -14px;
}
.sub_tit {
  height: 175px;
}
@media screen and (max-width:767px){
  .panlist {
      top: -125px;
      left: 126px;
      width: 66%;
  }
}

.lower .mb120 {
  margin-bottom: 120px !important;
}
.lower .mb115 {
  margin-bottom: 115px !important;
}
.lower .mb90 {
  margin-bottom: 90px !important;
}
.lower .mb85 {
  margin-bottom: 85px !important;
}
.lower .mb70 {
  margin-bottom: 70px !important;
}
.lower .mb50 {
  margin-bottom: 50px !important;
}
.lower .mb40 {
  margin-bottom: 40px !important;
}
.lower .mb30 {
  margin-bottom: 30px !important;
}
.lower .mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width:767px){
  .lower .mb120 {
      margin-bottom: 75px !important;
  }
  .lower .mb115 {
    margin-bottom: 75px !important;
  }
  .lower .mb90 {
    margin-bottom: 80px !important;
  }
  .lower .mb70 {
      margin-bottom: 50px !important;
  }
  .lower .mb50 {
    margin-bottom: 40px !important;
  }
  .lower .sp-mb30 {
      margin-bottom: 30px !important;
  }
}
.lower .mt120 {
  margin-top: 120px !important;
}
.lower .Item {
    display: inline-block;
    margin-bottom: 40px
}
.lower .Item-Box-ImgBox-Img {
    padding-top: 0;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #23110d;
    padding: 0 30px;
    height: 62px;
    line-height: 62px;
}
.lower .box-main-photo {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.lower .background-image{
  position: absolute;
  width: 100%;
  height: 500px;
  background-size: cover;
  transition: all 0.5s ease-out;
  transform: matrix3d(
    1, 0, 0, 0,
    0, 1, 0, 0,
    0, 0, 1, 0,
    0, 0, 0, 1
  );
  will-change: transform;
}
.lower .background-image:hover {
  transform: matrix3d(
    1, 0, 0, 0,
    0, 1, 0, 0,
    0, 0, 1, 0,
    0, 0, 0, 0.9
  );
}
.lower .ornament-solid {
  background: #d3cfcf;
  height: 100px;
  width: 1px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -70px;
  z-index: 2;
}
.lower .ornament-solid.t120 {
  height: 150px;
  top: -120px;
}
.lower .ornament-solid::after{
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 30px;
  bottom: 0;
  margin-left: -0.5px;
}
.lower .ornament-solid.c-gray::after {
    background: #d3cfcf;
}
.lower .ornament-solid.itemCircle {
    background: #000;
    top: -115px;
    height: 75px;
}
.lower .ornament-solid.itemCircle::after {
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: -10px;
}
@media screen and (max-width:767px){
  .lower .Item-Box-ImgBox-Img {
      font-size: 22px;
  }
  .lower .ornament-solid {
      height: 80px;
      top: -50px;
  }
  .lower .ornament-solid.t120 {
      height: 90px;
      top: -60px;
  }
  .lower .ornament-solid.itemCircle {
      background: #000;
      top: -75px;
      height: 65px;
  }
}
/*about*/
.lower.about .inner {
    background: #f1f1f1;
    padding: 30px 60px 50px;
}
.lower.about .inner p.txt {
    font-size: 18px;
    line-height: 2;
}
.lower.about #section02 .inner .txtBox img {
  width: 100%;
  height: auto;
  text-align: center;
}
.lower.about #section02 .inner ul {
    border: solid 1px #ccc;
    padding: 40px;
    margin: 20px auto;
}
.lower.about #section02 .inner ul li {
  font-size: 18px;
  line-height: 2;
}
.lower.about #section02 .inner ul.txt-left {
  text-align: left;
}
.lower.about #section02 .inner ul.txt-left li {
  margin-bottom: 20px;
}
.lower.about #section02 .inner ul.txt-left li:last-child {
  margin-bottom: 0
}
.lower.about #section02 .inner ul.txt-left li span {
  font-weight: bold;
  display: block;
}
.lower.about #section02 .inner ul + p {
  text-align: right;
}
.lower.about #section06 {
  position: relative;
  background: #1c2081;
  color: #fff;
  padding: 140px 0 90px;
  margin-top: 120px;
}
.lower.about #section06::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -65px;
    border: 65px solid transparent;
    border-top: 65px solid #fff;
}
.lower.about #section06 ul {
  margin: 0 auto 75px;
  width: 610px;
}
.lower.about #section06 ul li {
  position: relative;
  font-size: 20px;
  text-align: left;
  line-height: 2;
  margin-bottom: 20px;
}
.lower.about #section06 ul li::before {
  content: "";
  background: url(../images/icon-check.png) no-repeat;
  background-size: cover;
  width: 45px;
  height: 38px;
  position: absolute;
  margin-top: -5px;
  margin-left: -43px;
}
.lower.about #section06 ul + p {
  text-align: center;
  font-size: 28px;
  line-height: 2;
  font-weight: bold;
}
.lower.about #section06 .Item-Box-ImgBox::before {
  background-color: #1c2081;
}
.lower.about #section06 .Item-Box-ImgBox-Img {
    background: #1c2081;
    font-size: 40px;
    padding: 0;
    margin-bottom: 60px;
    position: relative;
}
.lower.about #section06 .Item-Box-ImgBox-Img::before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 3px;
}
.lower.about #section04 .ornament-solid.c-gray {
    height: 120px;
    bottom: -120px;
    top: auto;
}
.lower.about #section06 .ornament-solid {
    height: 185px;
    top: -120px;
}
.lower.about .about-btn a {
  font-size: 14px;
  color: #fff;
  background: #1c2081;
  text-decoration: none;
  padding: 25px 50px;
  display: inline-block;
  position: relative;
}
.about-btn a {
  display: inline-block;
  position: relative;
}
.about-btn a::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 15%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transition: 0.4s;
  right: 0;
  margin: 0 auto;
}
.about-btn a:hover:before {
  transform: scale(1);
}
.about-btn p {
  display: inline-block;
  position: relative;
  margin-left: 23px;
}
.about-btn p::before{
  content: "";
  background: url(../images/icon-blank-bl.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 14px;
  position: absolute;
  margin-top: 8px;
  margin-left: -23px;
}
@media screen and (max-width:767px){
  .lower.about .inner {
      padding: 30px 7% 50px;
  }
  .lower.about .inner p.txt {
      font-size: 16px;
  }
  .lower.about #section02 .inner ul {
      padding: 30px;
  }
  .lower.about #section02 .inner ul li {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    text-indent: -1.4em;
    margin-left: 1.4em;
    margin-bottom: 20px;
  }
  .lower.about #section02 .inner ul li:last-child {
    margin-bottom: 0;
  }
  .lower.about #section02 .inner ul + p {
      text-align: left;
  }
  .lower.about #section02 .inner img {
    width: 100%;
    height: auto;
  }
  .lower .about #section04 .Item-Box-ImgBox-Img {
      font-size: 18px;
  }
  .lower.about #section06 {
      padding: 95px 6% 55px;
      margin-top: 70px;
  }
  .lower.about #section06::before {
      margin-left: -45px;
      border: 45px solid transparent;
      border-top: 45px solid #fff;
  }
  .lower.about #section06 .Item-Box-ImgBox-Img {
      font-size: 28px;
      line-height: 42px;
  }
  .lower.about #section06 .Item-Box-ImgBox-Img::before {
      bottom: -42px;
  }
  .lower.about #section06 ul {
    margin: 0 auto 45px;
    width: 100%;
  }
  .lower.about #section06 ul li {
      font-size: 18px;
      line-height: 1.6;
      padding-left: 50px;
  }
  .lower.about #section06 ul li::before {
      margin-top: -12px;
  }
  .lower.about #section06 ul + p {
      font-size: 19px;
      line-height: 38px;
  }
  .lower.about #section04 .ornament-solid.c-gray {
      height: 75px;
      bottom: -75px;
  }
  .lower.about #section06 .ornament-solid {
      height: 115px;
      top: -70px;
  }
  .lower.about #section02 .inner .txtBox img.img01 {
      width: 800px;
  }
  .lower.about #section02 .inner .txtBox .js-scrollable {
    overflow-x: scroll;
  }
  .scroll-hint-text {
      line-height: 1;
      font-weight: bold;
  }
  .about-btn p {
      text-align: left;
      line-height: 1.7;
  }
}
@media screen and (min-width:768px){
  .lower.about #section02 .inner .txtBox img.img02 {
    width: 60%;
  }
}
/*message*/
.lower.message .inner {
    background: #f1f1f1;
    padding: 30px 60px 50px;
}
.lower.message .inner p.txt {
    font-size: 18px;
    line-height: 2;
}
.lower.message #section01 .Item {
    margin-bottom: 25px;
}
.lower.message #section01 .inner {
    padding: 70px 60px 75px;
}
.lower.message #section01 p.txt {
  text-align: center;
  font-size: 28px;
  line-height: 2;
  font-weight: bold;
}
.lower.message #section01 .Item-Box-ImgBox-Img {
  background: #f1f1f1;
  font-size: 40px;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  color: #23110d;
}
.lower.message #section01 .Item-Box-ImgBox-Img::before {
    content: "";
    background: #23110d;
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 3px;
}
.lower.message #section02 .inner_in .Item-Box-ImgBox {
  width: 370px;
  height: 485px;
}
.lower.message #section02 .inner_in .Item-Box-ImgBox-Img {
    padding-top: 131%;
}
.lower.message #section02 .inner_in {
  display: table;
}
.lower.message #section02 .inner_in .Item {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 65px;
  padding-right: 55px;
}
.lower.message #section02 .inner_in .txtBox {
    display: inline-block;
    width: 480px;
    vertical-align: top;
}
.lower.message #section02 .ornament-solid.c-gray {
    height: 120px;
    bottom: -120px;
    top: auto;
}
@media screen and (max-width:767px){
  .lower.message .inner {
      padding: 30px 7% 50px;
  }
  .lower.message .inner p.txt {
      font-size: 16px;
  }
  .lower.message #section01 .inner {
      padding: 50px 36px 60px;
  }
  .lower.message #section01 .Item {
      margin-bottom: 0;
  }
  .lower.message #section01 .Item-Box-ImgBox-Img {
      font-size: 28px;
      line-height: 42px;
  }
  .lower.message #section01 .Item-Box-ImgBox-Img::before {
      bottom: 12px;
  }
  .lower.message #section01 .txtBox img {
      width: 80%;
      height: auto;
  }
  .lower.message #section01 p.txt {
      font-size: 19px;
      line-height: 38px;
  }
  .lower.message #section02 .Item {
      margin-bottom: 55px;
  }
  .lower.message #section02 .Item-Box-ImgBox-Img {
      font-size: 18px;
  }
  .lower.message #section02 .inner_in .Item {
    margin-right: 0;
    width: 100%;
    display: block;
    padding: 0 20px 0;
    margin-bottom: 40px;
  }
  .lower.message #section02 .inner_in .Item-Box-ImgBox {
      width: 100%;
      height: auto;
  }
  .lower.message #section02 .inner_in .txtBox {
      width: 100%;
  }
  .lower.message #section02 .ornament-solid.c-gray {
      height: 75px;
      bottom: -75px;
  }
}
/*culture*/
.lower.culture .inner p.txt {
    font-size: 18px;
    line-height: 2;
}
.lower.culture #section01 .inner {
  background: #f1f1f1;
  padding: 30px 40px 50px;
}
.lower.culture #section01 .contItem {
  position: relative;
}
.lower.culture #section01 .contItem .Item {
    margin-bottom: 25px;
}
.lower.culture .Item.bg-gray .Item-Box-ImgBox-Img {
  background: #f1f1f1;
  font-size: 40px;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  color: #23110d;
}
.lower.culture .Item.bg-gray .Item-Box-ImgBox-Img::before {
    content: "";
    background: #23110d;
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: 3px;
}
.lower.culture .Item.bg-gray .Item-Box-ImgBox-Img span {
    font-size: 60px;
    font-weight: unset;
    margin: 0 7px;
    vertical-align: baseline;
}
.lower.culture .txtBox .Item-Box-ImgBox {
    width: 664px;
    height: 478px;
}
.lower.culture .txtBox .Item-Box-ImgBox-Img {
    padding-top: 72%;
}
.lower.culture .txtBox.leftItem,
.lower.culture .txtBox.rightItem {
  overflow: hidden;
}
.lower.culture #section04 {
  position: relative;
  background: #1c2081;
  color: #fff;
  padding: 110px 0 90px;
  margin-top: 120px;
}
.lower.culture #section04::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -65px;
    border: 65px solid transparent;
    border-top: 65px solid #fff;
}
.lower.culture #section04 .Item + p{
  text-align: center;
  font-size: 20px;
  margin-bottom: 70px;
}
.lower.culture #section04 ul {
  margin: 0 auto;
  width: 940px;
  padding-left: 83px;
}
.lower.culture #section04 ul li {
  position: relative;
  text-align: left;
  margin-bottom: 55px;
}
.lower.culture #section04 ul li:last-child {
  margin-bottom: 0;
}
.lower.culture #section04 ul li::before {
  content: "Q";
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  margin-top: 4px;
  margin-left: -83px;
  font-size: 30px;
  border: solid 1px;
  padding: 10px 17px;
}
.lower.culture #section04 ul li p.ttl {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 15px;
}
.lower.culture #section04 ul li p.txt {
  position: relative;
  font-size: 20px;
  text-align: left;
  line-height: 1.7;
}
.lower.culture #section04 .Item-Box-ImgBox::before {
  background-color: #1c2081;
}
.lower.culture #section04 .Item-Box-ImgBox-Img {
    background: #1c2081;
    font-size: 40px;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}
.lower.culture #section04 .Item-Box-ImgBox-Img::before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 3px;
}
.lower.culture #section04 .ornament-solid {
    height: 185px;
    top: -120px;
}
.lower.culture #section02 .ornament-solid.t120,
.lower.culture #section03 .ornament-solid.t120 {
  height: 120px;
}
@media screen and (max-width:767px){
  .lower.culture .inner p.txt {
      font-size: 16px;
  }
  .lower.culture .Item-Box-ImgBox-Img {
      font-size: 22px;
  }
  .lower.culture .Item.bg-gray .Item-Box-ImgBox-Img {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .lower.culture .Item.bg-gray .Item-Box-ImgBox-Img span {
      font-size: 46px;
  }
  .lower.culture #section01.mb120 {
      margin-bottom: 85px !important;
  }
  .lower.culture #section01 .ornament-solid.t120 {
      height: 90px !important;
      top: -60px;
  }
  .lower.culture #section01 .mb90 {
      margin-bottom: 100px !important;
  }
  .lower.culture #section01 .inner {
      padding: 30px 15px 50px;
  }
  .lower.culture #section01 .txtBox .Item {
    width: 100%;
  }
  .lower.culture .txtBox .Item-Box-ImgBox {
    width: 100%;
    height: auto;
  }
  .lower.culture #section01 p.txt {
    font-size: 16px;
    line-height: 32px;
  }
  .lower.culture #section02 p.txt,
  .lower.culture #section03 p.txt {
      padding: 0 5%;
  }
  .lower.culture #section04 {
      padding: 80px 6% 55px;
      margin-top: 70px;
  }
  .lower.culture #section04::before {
      margin-left: -45px;
      border: 45px solid transparent;
      border-top: 45px solid #fff;
  }
  .lower.culture #section04 .Item {
      margin-bottom: 25px;
  }
  .lower.culture #section04 .Item + p {
      font-size: 18px;
      margin-bottom: 120px
  }
  .lower.culture #section04 .Item-Box-ImgBox-Img {
      font-size: 28px;
      line-height: 52px;
  }
  .lower.culture #section04 .Item-Box-ImgBox-Img::before {
      bottom: 0;
  }
  .lower.culture #section04 ul {
    width: 100%;
    padding: 0 3%;
  }
  .lower.culture #section04 ul li {
      margin-bottom: 110px;
  }
  .lower.culture #section04 ul li::before {
    margin: -70px auto 0;
    right: 0;
    left: 0;
    width: 50px;
  }
  .lower.culture #section04 ul li p.ttl {
    font-size: 25px;
    line-height: 1.5;
  }
  .lower.culture #section04 ul li p.txt {
    font-size: 16px;
  }
  .lower.culture #section04 .ornament-solid {
    height: 125px;
    top: -80px;
  }
  .lower.culture .ornament-solid.t120 {
    height: 85px !important;
    top: -85px;
  }
  .lower.culture .mt120 {
      margin-top: 75px !important;
  }
}
@media screen and (min-width:768px){
  .lower.culture .txtBox.leftItem .Item {
    float: left;
  }
  .lower.culture .txtBox.leftItem p.txt {
    float: left;
    width: calc(100% - 664px);
    padding-left: 30px;
  }
  .lower.culture .txtBox.rightItem .Item {
    float: right;
  }
  .lower.culture .txtBox.rightItem p.txt {
    float: right;
    width: calc(100% - 664px);
    padding-right: 30px;
  }
}
/*member*/
.lower.member .cardItem .Item-Box-ImgBox {
    width: 316px;
    height: 452px;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}
.lower.member .cardItem .Item-Box-ImgBox-Img {
    padding-top: 144%;
}
.lower.member .cardItem ul {
  width: 100%;
  overflow: hidden;
}
.lower.member .cardItem ul li {
  position: relative;
}
.lower.member .cardItem ul li .Item {
    margin-left: 15px;
}
.lower.member .cardItem ul li a.Item {
  pointer-events: auto;
  cursor: pointer;
}
.lower.member .cardItem ul li figure a {
  text-decoration: none;
}
.lower.member .cardItem ul li figure a::after {
  border-bottom: solid 2px #fff;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.lower.member .cardItem ul li figure a:hover::after {
  width: 100%;
}
.lower.member .cardItem ul li figure {
  position: absolute;
  background: #000;
  width: 316px;
  bottom: 0;
  text-align: left;
  padding: 25px;
}
.lower.member .cardItem ul li figure p {
  color: #fff;
  font-weight: bold;
}
.lower.member .cardItem ul li figure p.txt-copy {
  font-size: 23px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.lower.member.member-top .ornament-solid.t120 {
  height: 120px;
}
.lower.member.member-top .ornament-solid.post {
    top: auto;
    bottom: -120px;
    height: 120px;
}
@media screen and (max-width:767px){
  .lower.member-top #section01.mb70 {
      margin-bottom: 70px !important;
  }
  .lower.member .Item-Box-ImgBox {
      width: 100%;
      height: auto;
  }
  .lower.member.member-top .ornament-solid.t120 {
    height: 60px;
  }
  .lower.member.member-top ul li .ornament-solid {
      height: 70px;
      top: -70px;
  }
  .lower.member.member-top .ornament-solid.post {
      top: auto;
      bottom: -75px;
      height: 75px;
  }
  .lower.member .cardItem ul {
      width: 90%;
      max-width: 380px;
      margin: 0 auto;
  }
  .lower.member .cardItem ul li {
      margin-bottom: 70px;
  }
  .lower.member .cardItem ul li:last-child {
      margin-bottom: 0;
  }
  .lower.member .cardItem ul li figure {
      width: 300px;
      padding: 20px 20px 20px 26px;
  }
  .lower.member .cardItem ul li figure p.txt-copy {
      font-size: 22px;
  }
}
@media screen and (min-width:768px){
  .lower.member .cardItem ul li {
    width: calc(100% / 2);
    float: left;
  }
  .lower.member.member-top ul li .ornament-solid {
    display: none;
  }
}
/*member-lower*/
.member-lower-ttl h2 {
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: bold !important;
  letter-spacing: 8px !important;
  font-size: 80px !important;
}
.lower.member.member-lower .inner {
  background: #f1f1f1;
  padding: 35px 40px;
}
.lower.member.member-lower .inner p.txt {
    font-size: 18px;
    line-height: 2;
}
.lower.member.member-lower .contItem {
  position: relative;
}
.lower.member.member-lower #section01 .Item {
  margin-bottom: 0;
}
.lower.member.member-lower #section01 .inner {
  background: none;
  padding: 0;
}
.lower.member.member-lower #section01 .Item.bg-gray .Item-Box-ImgBox-Img {
  background: none;
  font-size: 48px;
  margin-bottom: 0;
  text-align: left;
  height: 3em;
  line-height: 1.5em;
  color: #000
}
.lower.member.member-lower #section01 .Item::before {
  content: "";
  background: #f1f1f1;
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 120px;
  left: 0;
}
.lower.member.member-lower #section01 .ornament-solid.t120 {
    height: 160px;
    top: -120px;
}
.lower.member.member-lower #section02 .ornament-solid {
    height: 75px;
    top: -75px;
}
.lower.member.member-lower #section03 .ornament-solid {
    height: 50px;
    top: -50px;
}
.lower.member.member-lower #section02 .txtBox.leftItem,
.lower.member.member-lower #section02 .txtBox.rightItem,
.lower.member.member-lower #section03 .txtBox.leftItem,
.lower.member.member-lower #section03 .txtBox.rightItem {
  overflow: hidden;
}
.lower.member.member-lower #section02 .txtBox .Item-Box-ImgBox,
.lower.member.member-lower #section03 .txtBox .Item-Box-ImgBox {
  width: 445px;
  height: 428px;
}
.lower.member.member-lower #section02 .txtBox .Item-Box-ImgBox-Img,
.lower.member.member-lower #section03 .txtBox .Item-Box-ImgBox-Img {
    padding-top: 96%;
}
.lower.member.member-lower #section02 .txtBox p.ttl,
.lower.member.member-lower #section03 .txtBox p.ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 25px;
    padding-top: 10px;
}
.lower.member.member-lower #section04 .Item.bg-gray .Item-Box-ImgBox-Img {
  background: #f1f1f1;
  font-size: 40px;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  color: #23110d;
}
.lower.member.member-lower #section04 .Item.bg-gray .Item-Box-ImgBox-Img::before {
    content: "";
    background: #23110d;
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: 3px;
}
.lower.member.member-lower + .lower.member.member-top .sub_ttl_item,
.lower.member.member-lower + .lower.member.member-top .member-btn {
  display: block;
}
.lower.member.member-top .sub_ttl_item,
.lower.member.member-top .member-btn {
  display: none;
}
.lower.member .sub_ttl_item {
  margin-bottom: 60px;
}
.lower.member .sub_ttl_item .ornament-solid.t120 {
  height: 95px;
}
.lower.member .sub_ttl_item .sub_ttl {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  display: block;
}
.lower.member.member-lower + .lower.member.member-top .cardItem .ornament-solid.t120 {
    height: 40px;
    top: -40px;
}
.lower.member .member-btn a {
  font-size: 14px;
  color: #fff;
  background: #1c2081;
  text-decoration: none;
  padding: 25px 50px;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}
.lower.member.member-lower + .lower.member.member-top .cardItem.mb120 {
    margin-bottom: 60px !important;
}
.lower.member.member-lower + .lower.member.member-top .ornament-solid.post {
    top: auto;
    bottom: 138px;
    height: 60px;
}
.lower.member.member-lower + .lower.member.member-top .member-btn .ornament-solid.t120 {
    height: 60px;
    top: auto;
    bottom: 0;
}
.member-btn a {
  display: inline-block;
  position: relative;
}
.member-btn a:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 15%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transition: 0.4s;
  right: 0;
  margin: 0 auto;
}
.member-btn a:hover:before {
  transform: scale(1);
}
@media screen and (max-width:767px){
  .lower.member.member-lower .inner {
      padding: 30px 15px;
  }
  .lower.member.member-lower .inner p.txt {
      font-size: 16px;
  }
  .lower.member.member-lower #section01.mb90 {
      margin-bottom: 70px !important;
  }
  .lower.member.member-lower #section01 .Item.bg-gray .Item-Box-ImgBox-Img {
    font-size: 25px !important;
    height: 4.5em;
  }
  .lower.member.member-lower #section01 .Item::before {
      bottom: -25px;
      height: 120px;
  }
  .lower.member.member-lower #section01 .txtBox .Item-Box-ImgBox {
    width: 100%;
    height: auto;
  }
  .lower.member.member-lower #section01 .ornament-solid.t120 {
      height: 55px;
      top: -59px;
  }
  .lower.member.member-lower #section02.mb90 {
      margin-bottom: 70px !important;
  }
  .lower.member.member-lower #section02 .ornament-solid {
      height: 45px;
      top: -45px;
  }
  .lower.member.member-lower #section02 .txtBox .Item,
  .lower.member.member-lower #section03 .txtBox .Item {
    width: 100%;
    margin-bottom: 20px;
  }
  .lower.member.member-lower #section02 .txtBox .Item-Box-ImgBox,
  .lower.member.member-lower #section03 .txtBox .Item-Box-ImgBox {
    width: 100%;
    height: auto;
  }
  .lower.member.member-lower #section02 .txtBox p.ttl,
  .lower.member.member-lower #section03 .txtBox p.ttl {
      font-size: 26px;
  }
  .lower.member.member-lower  #section02 .txtBox p.txt,
  .lower.member.member-lower  #section03 .txtBox p.txt {
    font-size: 16px;
    line-height: 32px;
  }
  .lower.member.member-lower #section03.mb120 {
      margin-bottom: 135px !important;
  }
  .lower.member.member-lower #section03 .ornament-solid {
      height: 40px;
      top: -40px;
  }
  .lower.member.member-lower #section04.mb120 {
      margin-bottom: 60px !important;
  }
  .lower.member.member-lower #section04 .ornament-solid.t120 {
      height: 42px;
      top: -136px;
  }
  .lower.member.member-lower #section04 .ornament-solid.t120::after {
      background: none;
  }
  .lower.member.member-lower #section04 .member-icon {
      margin-top: -124px;
      margin-bottom: 40px;
  }
  .lower.member.member-lower #section04 .Item-Box-ImgBox-Img {
    font-size: 20px;
    padding: 0 25px;
  }
  .lower.member.member-lower .ornament-solid.t120 {
      height: 75px;
      top: -75px;
  }
  .lower.member.member-lower .mt120 {
      margin-top: 75px !important;
  }
  #lower_ttl.member-lower-ttl .txtBox {
      top: 31.9%;
  }
  #lower_ttl.member-lower-ttl .lower_ttl_img {
      background-position: right 40% top 25% !important;
  }
  #lower_ttl.member-lower-ttl h2 {
      font-size: 36px !important;
      margin-bottom: 25px !important;
      letter-spacing: 2px !important;
  }
  .lower.member .sub_ttl_item .ornament-solid.t120 {
      height: 40px;
  }
}
@media screen and (min-width:768px){
  .lower.member.member-lower #section02 .txtBox.leftItem .Item,
  .lower.member.member-lower #section03 .txtBox.leftItem .Item {
    float: left;
  }
  .lower.member.member-lower #section02 .txtBox.leftItem .txtBox_in,
  .lower.member.member-lower #section03 .txtBox.leftItem .txtBox_in {
    float: left;
    width: calc(100% - 445px);
    padding-left: 40px;
  }
  .lower.member.member-lower #section02 .txtBox.rightItem .Item,
  .lower.member.member-lower #section03 .txtBox.rightItem .Item {
    float: right;
  }
  .lower.member.member-lower #section02 .txtBox.rightItem .txtBox_in,
  .lower.member.member-lower #section03 .txtBox.rightItem .txtBox_in {
    float: right;
    width: calc(100% - 445px);
    padding-right: 40px;
  }
  .lower.member.member-lower #section04 .member-icon {
      position: absolute;
      margin-top: -115px;
  }
}
/*oneday*/
.lower.oneday .cardItem .Item-Box-ImgBox {
    width: 316px;
    height: 452px;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}
.lower.oneday .cardItem .Item-Box-ImgBox-Img {
    padding-top: 144%;
}
.lower.oneday .cardItem ul {
  width: 100%;
  overflow: hidden;
}
.lower.oneday .cardItem ul li {
  position: relative;
}
.lower.oneday .cardItem ul li .Item {
    margin-left: 15px;
}
.lower.oneday .cardItem ul li a.Item {
  pointer-events: auto;
  cursor: pointer;
}
.lower.oneday .cardItem ul li figure a {
  text-decoration: none;
}
.lower.oneday .cardItem ul li figure a::after {
  border-bottom: solid 2px #fff;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.lower.oneday .cardItem ul li figure a:hover::after {
  width: 100%;
}
.lower.oneday .cardItem ul li figure {
  position: absolute;
  background: #1c2081;
  width: 316px;
  bottom: 0;
  text-align: left;
  padding: 25px 35px;
}
.lower.oneday .cardItem ul li figure p {
  color: #fff;
  font-weight: bold;
}
.lower.oneday .cardItem ul li figure p.txt-copy {
  font-size: 23px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.lower.oneday.oneday-top .ornament-solid.t120 {
  height: 120px;
}
.lower.oneday.oneday-top .ornament-solid.post {
    top: auto;
    bottom: -120px;
    height: 120px;
}
@media screen and (max-width:767px){
  #lower_ttl h2.oneday02 {
      font-size: 45px !important;
      line-height: 1.2;
  }
  .lower.oneday-top #section01.mb70 {
      margin-bottom: 70px !important;
  }
  .lower.oneday .Item-Box-ImgBox {
      width: 100%;
      height: auto;
  }
  .lower.oneday.oneday-top .ornament-solid.t120 {
    height: 60px;
  }
  .lower.oneday.oneday-top .ornament-solid.post {
      top: auto;
      bottom: -75px;
      height: 75px;
  }
  .lower.oneday.oneday-top ul li .ornament-solid {
      height: 70px;
      top: -70px;
  }
  .lower.oneday .cardItem ul {
      width: 90%;
      max-width: 380px;
      margin: 0 auto;
  }
  .lower.oneday .cardItem ul li {
      margin-bottom: 70px;
  }
  .lower.oneday .cardItem ul li:last-child {
      margin-bottom: 0;
  }
  .lower.oneday .cardItem ul li figure {
      width: 300px;
      padding: 20px 20px 20px 26px;
  }
  .lower.oneday .cardItem ul li figure p.txt-copy {
      font-size: 22px;
  }
}
@media screen and (min-width:768px){
  .lower.oneday .cardItem ul li {
    width: calc(100% /3);
    float: left;
  }
  .lower.oneday.oneday-top ul li .ornament-solid {
    display: none;
  }
}
/*oneday-lower*/
.oneday-lower-ttl h2 {
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: bold !important;
  letter-spacing: 8px !important;
  font-size: 80px !important;
}
.lower.oneday.oneday-lower .inner {
  background: #f1f1f1;
  padding: 35px 40px;
}
.lower.oneday.oneday-lower .inner p.txt {
    font-size: 18px;
    line-height: 2;
}
.lower.oneday.oneday-lower .contItem {
  position: relative;
}
.lower.oneday.oneday-lower table {
  position: relative;
}
.lower.oneday.oneday-lower table tr {
  margin-bottom: 70px;
  display: block;
}
.lower.oneday.oneday-lower table tr:last-child {
  margin-bottom: 0;
}
.lower.oneday.oneday-lower table th {
  position: relative;
  background-color: #1C2081;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 28px;
  font-weight: bold;
}
.lower.oneday.oneday-lower table th span {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  display: block;
  line-height: 1.2;
}
.lower.oneday.oneday-lower table th .clock-icon {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: -43px;
}
.lower.oneday.oneday-lower table td {
  text-align: left;
  text-align: center;
  background-color: #fff;
  padding: 25px 25px 25px 0;
}
.lower.oneday.oneday-lower #section01 .Item {
    margin-bottom: 70px;
}
.lower.oneday.oneday-lower table td .Item {
  margin-bottom: 0 !important
}
.lower.oneday.oneday-lower table th .ornament-solid {
  background: #000;
  top: -72px;
  height: 30px;
}
.lower.oneday.oneday-lower table th .ornament-solid::after {
  display: none;
}
.lower.oneday.oneday-lower #section01 .Item.pic .Item-Box-ImgBox {
  width: 280px;
  height: 200px;
}
.lower.oneday.oneday-lower #section01 .Item.pic .Item-Box-ImgBox-Img{
    padding-top: 96%;
}
.lower.oneday.oneday-lower #section02 .ornament-solid {
  top: -91px;
  height: 91px;
}
.lower.oneday.oneday-lower #section02 ul {
  width: 100%;
  overflow: hidden;
}
.lower.oneday.oneday-lower #section02 ul li .heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.lower.oneday.oneday-lower #section02 ul li .heading::after {
  content: "";
  width: 90%;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 50px;
}
.lower.oneday.oneday-lower #section02 ul li:nth-child(1) .heading::after {
  background: #bebebe
}
.lower.oneday.oneday-lower #section02 ul li:nth-child(2) .heading::after {
  background: #727272
}
.lower.oneday.oneday-lower #section02 ul li:nth-child(3) .heading::after {
  background: #000000
}
.lower.oneday.oneday-lower #section02 ul li .txt {
  font-size: 14px;
}
.lower.oneday.oneday-lower #section02 ul li .txt span {
  font-size: 28px;
  font-weight: bold;
  display: block;
}
.lower.oneday.oneday-lower #section03 .ornament-solid.t120 {
    height: 155px;
    top: -120px;
}
.lower.oneday.oneday-lower #section03 .ornament-solid::after {
    height: 35px;
}
.lower.oneday.oneday-lower #section03 .Item.bg-gray .Item-Box-ImgBox-Img {
  background: #f1f1f1;
  font-size: 40px;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  color: #23110d;
}
.lower.oneday.oneday-lower #section03 .Item.bg-gray .Item-Box-ImgBox-Img::before {
    content: "";
    background: #23110d;
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: 3px;
}
.lower.oneday.oneday-lower + .lower.oneday.oneday-top .sub_ttl_item,
.lower.oneday.oneday-lower + .lower.oneday.oneday-top .oneday-btn {
  display: block;
}
.lower.oneday.oneday-top .sub_ttl_item,
.lower.oneday.oneday-top .oneday-btn {
  display: none;
}
.lower.oneday .sub_ttl_item {
  margin-bottom: 60px;
}
.lower.oneday .sub_ttl_item .ornament-solid.t120 {
  height: 95px;
}
.lower.oneday .sub_ttl_item .sub_ttl {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  display: block;
}
.lower.oneday.oneday-lower + .lower.oneday.oneday-top .cardItem .ornament-solid.t120 {
    height: 40px;
    top: -40px;
}
.lower.oneday .oneday-btn a {
  font-size: 14px;
  color: #fff;
  background: #000;
  text-decoration: none;
  padding: 25px 50px;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}
.lower.oneday.oneday-lower + .lower.oneday.oneday-top .cardItem.mb120 {
    margin-bottom: 60px !important;
}
.lower.oneday.oneday-lower + .lower.oneday.oneday-top .ornament-solid.post {
    top: auto;
    bottom: 138px;
    height: 60px;
}
.lower.oneday.oneday-lower + .lower.oneday.oneday-top .oneday-btn .ornament-solid.t120 {
    height: 60px;
    top: auto;
    bottom: 0;
}
.oneday-btn a {
  display: inline-block;
  position: relative;
}
.oneday-btn a:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 15%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transition: 0.4s;
  right: 0;
  margin: 0 auto;
}
.oneday-btn a:hover:before {
  transform: scale(1);
}
@media screen and (max-width:767px){
  #lower_ttl.oneday-lower-ttl {
      height: 295px;
      margin-bottom: 217px;
  }
  .lower.oneday.oneday-lower .inner {
      padding: 30px 15px;
  }
  .lower.oneday.oneday-lower .inner p.txt {
      font-size: 16px;
  }
  .lower.oneday.oneday-lower #section01.mb90 {
      margin-bottom: 50px !important;
  }
  .lower.oneday.oneday-lower table th,
  .lower.oneday.oneday-lower table td {
      display: block;
      width: 100%;
  }
  .lower.oneday.oneday-lower table th {
      font-size: 26px;
    padding: 60px 25px 35px;
  }
  .lower.oneday.oneday-lower table th span {
    font-size: 75px;
  }
  .lower.oneday.oneday-lower table td {
      padding: 25px;
  }
  .lower.oneday.oneday-lower table td p.txt {
      margin-bottom: 25px;
  }
  .lower.oneday.oneday-lower #section02.mb120 {
      margin-bottom: 135px !important;
  }
  .lower.oneday.oneday-lower #section02 .ornament-solid {
      height: 50px;
      top: -50px;
  }
  .lower.oneday.oneday-lower #section02 ul li .heading::after {
      width: 100%;
  }
  .lower.oneday.oneday-lower #section02 ul li {
      margin-bottom: 45px;
  }
  .lower.oneday.oneday-lower #section02 ul li:last-child {
      margin-bottom: 0;
  }
  .lower.oneday.oneday-lower #section03.mb120 {
      margin-bottom: 60px !important;
  }
  .lower.oneday.oneday-lower #section03 .ornament-solid {
      height: 40px !important;
      top: -135px !important;
  }
  .lower.oneday.oneday-lower #section03 .ornament-solid.t120::after {
      background: none;
  }
  .lower.oneday.oneday-lower #section03 .oneday-icon {
      margin-top: -124px;
      margin-bottom: 40px;
  }
  .lower.oneday.oneday-lower #section03 .Item-Box-ImgBox-Img {
    font-size: 20px;
    padding: 0 25px;
  }
  .lower.oneday.oneday-lower .ornament-solid.t120 {
      height: 75px;
      top: -75px;
  }
  .lower.oneday.oneday-lower .mt120 {
      margin-top: 75px !important;
  }
  #lower_ttl.oneday-lower-ttl .txtBox {
      top: 31.9%;
  }
  #lower_ttl.oneday-lower-ttl .lower_ttl_img {
      background-position: right 40% top 25% !important;
  }
  #lower_ttl.oneday-lower-ttl h2 {
      font-size: 36px !important;
      margin-bottom: 25px !important;
      letter-spacing: 2px !important;
  }
  .lower.oneday .sub_ttl_item .ornament-solid.t120 {
      height: 40px;
  }
  .lower.oneday.oneday-lower #section02 ul.col1 li p.txt,
  .lower.oneday.oneday-lower #section02 ul.col2 li p.txt {
      font-size: 16px;
  }
}
@media screen and (min-width:768px){
  .lower.oneday.oneday-lower #section03 .oneday-icon {
      position: absolute;
      margin-top: -115px;
  }
  .lower.oneday.oneday-lower table {
    width: 100%;
    border-collapse: collapse;
  }
  .lower.oneday.oneday-lower table th {
    width: 240px;
  }
  .lower.oneday.oneday-lower table tr.noimg th {
    height: 250px
  }
  .lower.oneday.oneday-lower table tr.noimg td {
    height: 250px;
    vertical-align: middle;
    width: 740px;
  }
  .lower.oneday.oneday-lower table tr.noimg td p.txt {
      width: auto;
  }
  .lower.oneday.oneday-lower table td {
    width: calc(100% - 240px);
  }
  .lower.oneday.oneday-lower table td p.txt,
  .lower.oneday.oneday-lower table td a.pic {
    vertical-align: middle;
    display: table-cell;
  }
  .lower.oneday.oneday-lower table td p.txt {
    width: 435px;
    padding: 0 65px;
  }
  .lower.oneday.oneday-lower table th .clock-icon {
      position: absolute;
      margin: 0 auto;
      right: 0;
      left: 448px;
      top: -43px;
  }
  .lower.oneday.oneday-lower table th .ornament-solid {
    left: 490px;
  }
  .lower.oneday.oneday-lower #section02 ul li {
    float: left;
    width: calc(100% / 3);
    padding: 0 2%;
  }
  .lower.oneday.oneday-lower #section02 ul.col2 li {
    width: calc(100% / 2);
  }
  .lower.oneday.oneday-lower #section02 ul.col1 li {
      width: 100%;
  }
  .lower.oneday.oneday-lower #section02 ul.col1 li .heading,
  .lower.oneday.oneday-lower #section02 ul.col2 li .heading {
      margin-bottom: 55px;
  }
  .lower.oneday.oneday-lower #section02 ul.col1 li p.txt {
      text-align: center;
      font-size: 18px;
  }
  .lower.oneday.oneday-lower #section02 ul.col2 li p.txt {
      font-size: 18px;
  }
}
/*recruit*/
.lower.recruit .ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 15px;
    position: relative;
}
.lower.recruit .ttl::after {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.lower.recruit table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.lower.recruit table tr,
.lower.recruit p.txt {
  border-bottom: solid 1px #eee;
  position: relative;
}
.lower.recruit table th,
.lower.recruit table td,
.lower.recruit p.txt {
  text-align: left;
  padding: 15px;
  position: relative;
}
.lower.recruit table th{
  width: 180px;
  font-weight: bold;
  vertical-align: top;
}
.lower.recruit table td{
  width: calc(100% - 180px);
}
.lower.recruit p.com {
  text-indent: -1em;
  margin-left: 1em
}
.lower.recruit li {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0.1em;
  padding: 15px 10px;
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 15px;
  background: #000;
  font-weight: bold;
}
.lower.recruit li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}
.lower.recruit li:last-child {
  background: #1c2081;
  margin-bottom: 0
}
.lower.recruit li:last-child::before {
  border-top: none;
}
@media screen and (max-width:767px){
  .lower.recruit table th,
  .lower.recruit table td,
  .lower.recruit p.txt {
    width: 100%;
    display: block;
  }
  .lower.recruit table td {
      padding-top: 0;
  }
  .lower.recruit .bnr {
      text-align: center;
      margin: 15px auto;
  }
  .lower.recruit .bnr img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width:768px){
  .lower.recruit .bnr {
    position: absolute;
    right: 0;
    top: 14px;
  }
}
