<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1080px) {


/******************************
 common
*******************************/
body {
  font-size: 12px;
}

.inr {
  width: 94%;
}

.pc-inr {
  width: 100%;
}

.pc {display: none;}
.sp {display: block;}
.pc-inline {display: none;}
.sp-inline {display: inline;}

.sp-w100 {
  width: 100%;
  height: auto;
}

/******************************
 header
*******************************/
header {
  min-width: 100%;
}
/*
header .header-inr {
  height: 60px;
  background: #fff;
  padding: 0;
}

header .logo {
  float: none;
  padding-top: 10px;
  padding-left: 3%;
}

header .logo img {
  width: 160px;
  height: auto;
}

header .menu-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  width: 22px;
  height: 17px;
}

header .menu-btn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 2px;
  display: block;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
}

header .menu-btn .top {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

header .menu-btn .bottom {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

header .menu-btn.is-open .middle {
  background: rgba(255, 255, 255, 0);
}

header .menu-btn.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}

header .menu-btn.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

header .sp-nav-box {
  float: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-top: 0;
  display: none;
  background: #fff;
  padding: 0;
}

header nav {
  float: none;
}

header nav ul li {
  display: block;
}

header nav ul li a {
  font-weight: bold;
  display: block;
  padding:15px 0;
  position: relative;
  color: #333;
  text-align: center;
}

header nav ul li a:after {
  content: '';
}

header .btn-entry {
  float: none;
  padding-left: 0;
  text-align: center;
}

header .btn-entry a {
  color: #fff;
  background: #000;
  width: 94%;
  margin: 20px auto;
  display: block;
  padding: 15px;
}
*/

/******************************
 footer
*******************************/
.totop {
  height: 40px;
  min-width: 100%;
}

.totop:after {
  border-width: 0 10px 10px 10px;
}


footer {
  min-width: 100%;
  padding: 20px 0;
}

.footer-inr {
  padding: 0 3%;
}

.footer-nav-list {
  float: none;
}

.footer-nav-list li {
  float: none;
  margin-right: 0;
}

.footer-nav-list li a {
  font-size: 12px;
  line-height: 1.4;
}

footer .copyright {
  float: none;
  font-size: 9px;
  text-align: center;
  margin-top: 10px;
}

/******************************
 top
*******************************/
.mv {
  padding-top: 0;
  min-width: 320px;
}

.top .inr {
  width: 94%;
}

.top01 {
  min-width: 100%;
  padding: 20px 0;
}

.top01-list li.message {
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}

.top01-list li.heart {
  margin-right: 4%;
  width: 48%;
}

.top01-list li.recruit {
  width: 48%;
}

.top01-list li.history {
  margin-top: 10px;
  width: 100%;
}

.top01-list li a .arr {
  width: 80px !important;
}

.top02 {
  min-width: 100%;
}

.top02 .ttl {
  padding: 50px 0;
  width: 80%;
  margin: 0 auto;
}

.top02 a .arr {
  width: 80px;
  height: auto;
}

.top03 {
  min-width: 100%;
  padding-top: 20px;
}

.top03 #member-link {
  top: -60px;
}

.top03 .ttl {
  width: 25%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.top03 .top03-list li {
  width: 50%;
}

.top03 .top03-list li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.top04,
.top06 {
  min-width: 100%;
}

.top04 a .arr,
.top06 a .arr {
  width: 80px;
  height: auto;
}

.top05 {
  min-width: 100%;
}





/******************************
 heart
*******************************/
.container {
  min-width: 100%;
}

.page-heart .container {
  background-position: center 140px;
  background-size: 110% auto;
}

.page-ttl {
  background-size: 100% auto;
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
  padding-left: 3%;
  min-height: 430px;
}

.page-heart .intro {
  margin-top: -360px;
}

.page-heart .intro .box {
  width: 94%;
  margin: 0 auto;
  border: 2px solid #ababab;
  margin-bottom: 20px;
  padding: 25px 3%;
}

.page-heart .intro .box .catch {
  width: 90%;
  margin: 0 auto 20px;
}

.page-heart .intro .box hr {
  width: 30px;
  height: 3px;
  margin: 15px auto;
}

.page-heart .intro .txt01 {
  font-size: 13px;
}

.page-heart .intro .txt02 {
  font-size: 14px;
}

.page-heart .intro .txt03 span {
  font-size: 13px;
  display: inline-block;
  background: #fff9e6;
  padding: 12px;
  margin: 5px 0;
  line-height: 1.5;
  text-align: left;
}

.page-heart .intro .txt04 {
  margin: 20px auto 40px;
  width: 94%;
  text-align: left;
  font-size: 15px;
  padding-bottom: 10px;
  background-size: 14px auto;
}

.page-heart .block {
  padding: 20px 3%;
}
.page-heart .block .txt-block {
  position: relative;
  width: 100% !important;
  padding: 0 0 10px !important;
}
.page-heart .block .left.txt-block {
  top: 0;
  left: 0;
  margin-left: 0;
}
.page-heart .block .right.txt-block {
  top: 0;
  right:0;
  margin-right: 0;
}

.page-heart .block .waveline-txt {
  background-size: 7px auto;
  background-position: left bottom;
  font-size: 13px;
  line-height: 1.6;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.page-heart .block .block-ttl {
  font-size: 20px;
  margin-bottom: 20px;
}

.page-heart .block hr {
  height: 1px;
  border-top: 1px solid #333;
}



/******************************
 about
*******************************/

.page-about .container {
  padding-bottom: 20px;
}

.page-about .sec01 {
  width: 94%;
  height: auto;
  margin: -360px auto 0;
}

.page-about .about-box-list li {
  background-size: 100%;
  position: relative;
  width: 300px;
  margin: 0 auto 20px;
  top: inherit !important;
  left: inherit !important;
  right: inherit !important;
}

.page-about .box01 {
  height: 226px;
}

.page-about .box02 {
  height: 451px;
}

.page-about .box03 {
  height: 631px;
}

.page-about .box04 {
  height: 447px;
}

.page-about .box05 {
  height: 456px;
}

.page-about .box06 {
  height: 447px;
}

.page-about .box07 {
  height: 630px;
}

.page-about .box08 {
  height: 456px;
}

.page-about .box09 {
  background-image: url(../images/about-box09-sp.png);
  background-size: 300px 450px;
  height: 450px;
}

.page-about .box10 {
  background-image: url(../images/about-box10-sp.png);
  background-size: 300px 500px;
  height: 500px;
}

.page-about .box11 {
  height: 705px;
}

.page-about .box12 {
  height: 393px;
}

.page-about .box13 {
  height: 393px;
}

.page-about .box14 {
  background-image: url(../images/about-box14-sp.png);
  background-size: 300px 450px;
  height: 450px;
}

.page-about .about-box-list .txt {
  font-size: 12px;
  padding: 20px;
  width: auto;
}

.page-about .box01 .txt {
  padding-top: 105px;
}

.page-about .box02 .txt {
  padding-top: 120px;
}

.page-about .box03 .txt {
  padding-top: 120px;
  width: auto;
}

.page-about .box04 .txt {
  padding-top: 154px;
}

.page-about .box05 .txt {
  padding-top: 115px;
}

.page-about .box06 .txt {
  padding-top: 112px;
}

.page-about .box07 .txt {
  padding-top: 136px;
  width: auto;
}

.page-about .box08 .txt {
  padding-top: 146px;
}

.page-about .box09 .txt {
  padding-top: 145px;
  width: auto;
}

.page-about .box10 .txt {
  padding-top: 145px;
  width: auto;
}

.page-about .box11 .txt {
  padding-top: 167px;
  width: auto;
}

.page-about .box12 .txt {
  padding-top: 160px;
}

.page-about .box13 .txt {
  padding-top: 144px;
}

.page-about .box14 .txt {
  padding-top: 120px;
  width: auto;
}


/* 2021.11 螟画峩 縺薙％縺九ｉ */
.page-about .box02.year2021 {
  width: 300px;
  height: 500px;
  background-image: url(../images/about-box04-2021-sp.png);
}
.page-about .box03.year2021 {
  width: 300px;
  height: 705px;
  background-image: url(../images/about-box11.png);
}
.page-about .box04.year2021 {
  width: 300px;
  height: 447px;
}
.page-about .box05.year2021 {
  width: 300px;
  height: 393px;
  background-image: url(../images/about-box12.png);
}
.page-about .box09.year2021 {
  height: 450px;
}
.page-about .box14 {
  height: 680px;
}


.page-about .box02.year2021 .txt {
  padding-top: 154px;
  width: auto;
}
.page-about .box03.year2021 .txt {
  padding-top: 167px;
  width: auto;
}
.page-about .box04.year2021 .txt {
  padding-top: 112px;
  width: auto;
}
.page-about .box05.year2021 .txt {
  padding-top: 160px;
  width: auto;
}
.page-about .box09.year2021 .txt {
  padding-top: 145px;
  width: auto;
}
.page-about .box14.year2021 .txt {
  padding-top: 120px;
  width: auto;
}


/* section under繧ｨ繝ｪ繧｢ */
.page-about .container.under-area {
    padding: 0px 0 40px 0;
    margin-top: 316px;
    border-bottom: 0px solid #a6c8ff;
	}
.page-about .container.under-area .sec02 {
  width: 94%;
  height: auto;
  margin: -360px auto 0;
  }


.page-about .container.under-area p.txt {
	width: auto!important;
}
.page-about .container.under-area .box01.long {
  width: 300px;
  height: 550px;
  background-image: url(../images/about-box01-underarea_sp.png);
  }
.page-about .container.under-area .box01.long .txt {
	padding-top: 130px;
	}
.page-about .container.under-area .box02.long {
  width: 300px;
  height: 455px;
  background-image: url(../images/about-box02-underarea_sp.png);
  }
.page-about .container.under-area .box02.long .txt {
	padding-top: 130px;
	}

.page-about .container.under-area .box03 {
    width: 300px;
    height: 510px;
    top: 672px;
    left: 0px;
	}
.page-about .container.under-area .box03 .txt {
	padding-top: 160px;
	}
.page-about .container.under-area .box04 {
    background-image: url(../images/about-box04-underarea_sp.png);
    width: 300px;
    height: 535px;
    top: 672px;
    left: 0px;
	}
.page-about .container.under-area .box04 .txt {
	padding-top: 160px;
	}

.page-about .container.under-area .box05.width-box {
    height: 495px;
    background-image: url(../images/about-box05-underarea_sp.png);
    background-size: 100%;
    position: relative;
    width: 300px;
    margin: 0 auto 20px;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
	}
.page-about .container.under-area .box05.width-box .txt {
	padding-top: 100px;
	}
.page-about .container.under-area .box06 {
    background-image: url(../images/about-box06-underarea_sp.png);
    width: 300px;
    height: 580px;
	}
.page-about .container.under-area .box06 .txt {
    padding-top: 135px;
	}


/* 繝ｪ繝ｳ繧ｯ繝懊ち繝ｳ */
.page-about .container.under-area .about-box-list div.link-btn {
    margin: 10px auto;
	}
.page-about .container.under-area .about-box-list li .link-btn {
    padding: 15px 15px 15px 15px;
    width: 90%;
	}
.page-about .container.under-area .about-box-list li div.link-btn span:after {
    top: 0px;
    left: 85px;
    width: 60px;
	}
.page-about .container.under-area .about-box-list li.long .link-btn {
    padding: 15px 15px 15px 15px;
    width: 90%;
	}
.page-about .container.under-area .about-box-list li.long .link-btn a {
    padding: 10px 15px 0px 0px;
    line-height: 1.45;
	}
.page-about .container.under-area .about-box-list li.long div.link-btn span:after {
    top: -3px;
    left: 122px;
    width: 60px;
	}
.page-about .container.under-area .about-box-list li div.link-btn.nigyou span:after {
    top: -4px;
    left: 122px;
	}
.page-about .container.under-area .about-box-list li.width-box div.link-btn {
    width: 90%;
    padding: 15px 0px 15px 15px;
    text-align: left;
    line-height: 1.45;
    margin: 10px auto;
	}
.page-about .container.under-area .about-box-list li.width-box div.link-btn span {
    padding: 10px 15px 15px 0px;
    width: 100%;
    margin: 0 auto;
	}
.page-about .container.under-area .about-box-list li.width-box div.link-btn span:after {
    top: -15px;
    left: 122px;
    width: 60px;
	}



/* 2021.11 螟画峩 縺薙％縺ｾ縺ｧ */


/******************************
 message
*******************************/
.page-message .intro {
  /*background-position: 50% 20%;*/
  background: none;
  background:#454545;

  height: auto;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: none;
  text-align: center;
  border-bottom: 2px solid #333;
}

.page-message .intro .sp-mv {
  border-bottom: 2px solid #333;
}

.page-message .intro .ttl-box {
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.page-message .intro .ttl {
  font-size: 20px;
  display: inline-block;
  padding-bottom: 8px;
}

.page-message .intro .ttl img {
  top: -18px;
  left: -13px;
  width: 21px;
  height: 17px;
}

.page-message .intro .pankuzu {
  font-size: 9px;
}

.page-message .intro .catch {
  font-size: 16px;
}

.page-message .block {
  margin-bottom: 40px;
}

.page-message .block-ttl {
  font-size: 15px;
  margin-bottom: 5px;
}

.page-message .txt {
  font-size: 12px;
}

.page-message .left {
  float: none;
  width: 100%;

}

.page-message .right {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

.page-message .txt-right {
  margin-top: 20px;
}


/******************************
 member
*******************************/
.page-member .inr {
  width: 94%;
}

.page-member .intro {
  background-position: center top;
  background-size: auto 350px;
  height: auto;
  padding-top: 200px;
}

@media screen and (max-width: 640px) {
  .page-member .intro {
    background-position: 20% top;
  }
}

.page-member .intro .member-ico {
  bottom: inherit;
  left: inherit;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 38px;
}

.page-member .intro .catch {
  text-align: center;
}

.page-member .intro .catch span {
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.page-member .intro .catch01 {
  font-size: 26px;
}

.page-member .intro .catch02 {
  font-size: 15px;
}

.page-member .intro .profile {
  position: relative;
  right: inherit;
  bottom: inherit;
  width: 94%;
  margin: 10px auto 50px;
  border: 6px solid #ecc44a;
}

.page-member .intro .profile div {
  padding: 5px 7px;
}

.page-member .intro .profile .category {
  font-size: 11px;
}

.page-member .intro .profile .category .tag {
  width: 60px;
  height: 16px;
  font-size: 9px;
  line-height: 16px;
  margin-bottom: 2px;
}

.page-member .intro .profile .name {
  padding: 7px;
}

.page-member .intro .profile .name .jp {
  font-size: 15px;
  padding-right: 10px;
}

.page-member .intro .profile .name .en {
  font-size: 6px;
}

.page-member .intro .profile .year {
  font-size: 9px;
}

.page-member .intro .profile .disc {
  font-size: 12px;
}
/*
.page-member04 .intro {
  background-position: 90% top;
}
*/
.page-member .oneday {
  padding-bottom: 20px;
}

.page-member .oneday-ttl {
  border: 2px solid #333;
  padding: 15px 15px 8px;
  margin-top: -25px;
  margin-bottom: 10px;
}

.page-member .oneday-ttl img {
  width: 46px;
  height: auto;
}

.page-member .oneday-pic {
  position: relative;
  right: inherit;
  top: inherit;
}

.page-member .oneday-flow-list {
  border-left: 2px solid #ecc44a;
  padding: 10px 0 10px 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.page-member .oneday-flow-list dt {
  font-weight: bold;
  position: relative;
  font-size: 13px;
}

.page-member .oneday-flow-list dt:before {
  content: '';
  border-top: 2px solid #ecc44a;
  width: 25px;
  position: absolute;
  top: 8px;
  left: -30px;
}

.page-member .oneday-flow-list dd {
  margin-bottom: 15px;
}

.page-member .oneday-flow-list dd.last {
  margin-bottom: 0;
}

.page-member .oneday-flow-list dd img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.page-member .oneday-pic {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.page-member .block {
  padding: 10px 0;
}

.page-member .block01 {
  background-position: center;
}

.page-member .block02 {
  background: none;
  padding-bottom: 0;
}

.page-member .block02 .bg {
  vertical-align: bottom;
}

.page-member .block03 {
  background-position: center bottom;
}

.page-member .block .txt-wrap {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.page-member .block02 .txt-wrap {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
}

.page-member .block .txt-inr {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  float: none;
  background: rgba(255,255,255,0.9);
}

.page-member .block02 .txt-inr {
  float: none;
}

.page-member .block .ttl {
  font-size: 16px;
  position: relative;
  top: inherit;
  left: inherit;
  min-width: 163px;
  min-height: 83px;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 10px;
  background-size: 163px auto;
}

.page-member .block .txt {
  font-size: 12px;
}





/******************************
 meeting
*******************************/
.page-meeting .intro .txt-box {
  bottom: 3%;
  width: 80%;
}

.page-meeting .intro .txt-box .ttl img {
  max-width: 208px;
}

.page-meeting .intro .txt-box .catch {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.page-meeting .lead-block {
  padding: 20px 0;
  margin-bottom: 20px;
}

.page-meeting .lead-block .lead {
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}

.page-meeting .member-block {
  margin-top: 0;
  margin-bottom: 30px;
}

.page-meeting .member-list li {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}

.page-meeting .member-list .ph {
  float: left;
  width: 70px;
  margin-right: 10px;
}

.page-meeting .member-list .name {
  font-size: 14px;
  padding-top: 5px;
}

.page-meeting .member-list .en {
  font-size: 9px;
}

.page-meeting .member-list .category {
  font-size: 12px;
  padding-bottom: 0;
}

.page-meeting .member-list .disc {
  clear: both;
  padding-top: 0;
  font-size: 12px;
  border-top: none;
}

.page-meeting .block {
  margin-bottom: 30px;
}

.page-meeting .block-ttl {
  font-size: 16px;
  line-height: 1.4;
  background-size: 65px 64px;
  min-height: 64px;
  margin-left: -35px;
  margin-bottom: 10px;
}

.page-meeting .block-ttl span {
  padding-left: 35px;
}

.page-meeting .txt-block {
  width: 100%;
}

.page-meeting .img-block {
  width: 100%;
  text-align: center;
  font-size: 0
}

.page-meeting .img-block img {
  width: 49%;
}

.page-meeting .img-block img:first-child {
  margin-bottom: 0;
  margin-right: 2%;
}

.page-meeting .left {
  float: none;
}

.page-meeting .right {
  float: none;
}

.page-meeting .voice-list {
  font-size: 12px;
}

.page-meeting .voice-list dt {
  margin-bottom: 5px;
}

.page-meeting .voice-list dd {
  margin-bottom: 10px;
}

.page-meeting .voice-list dd.last {
  margin-bottom: 10px;
}

.page-meeting .btm-img {
  padding-top: 5px;
}



/******************************
 reality
*******************************/
.page-reality .intro .txt-box {
  bottom: 5%;
}

.page-reality .intro .ttl img {
  max-width: 292px;
  width: 50%;
  height: auto;
}

.page-reality .profile-block {
  background-size: 280px auto;
  padding: 20px 0;
  text-align: left;
  margin-bottom: 20px;
}

.page-reality .profile-block .lead {
  margin-bottom: 20px;
  font-size: 13px;
}

.page-reality .profile-block .member-block.younger {
  margin-top: 20px;
}

.page-reality .profile-block .member-block-ttl {
  margin-bottom: 0;
  text-align: center;
}

.page-reality .profile-block .member-block-ttl img {
  width: 110px;
  height: auto;
}

.page-reality .profile-block .member-list li {
  margin: 5px auto;
  width: 90%;
  position: relative;
  padding-left: 90px;
  min-height: 80px;
}

.page-reality .profile-block .member-list li .ph {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 80px;
}

.page-reality .profile-block .member-list li .name {
  font-size: 14px;
  padding-top: 5px;
}

.page-reality .profile-block .member-list li .en {
  font-size: 9px;
}

.page-reality .profile-block .member-list li .category {
  font-size: 12px;
}

.page-reality .profile-block .member-list li .disc {
  font-size: 11px;
}

.page-reality .block {
  margin-bottom: 30px;
}

.page-reality .block-ttl {
  font-size: 16px;
  line-height: 1.4;
  background-size: 34px 33px;
  min-height: 33px;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 8px 0 0 40px;
}

.page-reality .block-ttl span {
  padding-left: 35px;
}


.page-reality .txt-block {
  width: 100%;
}

.page-reality .img-block {
  width: 100%;
  text-align: center;
  font-size: 0
}

.page-reality .img-block img {
  width: 49%;
}

.page-reality .img-block img:first-child {
  margin-bottom: 0;
  margin-right: 2%;
}

.page-reality .left {
  float: none;
}

.page-reality .right {
  float: none;
}

.page-reality .voice-list {
  font-size: 12px;
}

.page-reality .voice-list dt {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  line-height: 28px;
  font-size: 10px;
  margin-top: -5px;
}

.page-reality .voice-list dd {
  margin-bottom: 10px;
  padding-left: 40px;
}

.page-reality .voice-list dd.last {
  margin-bottom: 10px;
}

.page-reality .btm-img {
  padding-top: 5px;
}


.page-reality .other-block {
  padding: 15px 0 0;
}

.page-reality .other-block-ttl {
  margin-bottom: 10px;
}

.page-reality .other-block-ttl img {
  width: 81px;
  height: auto;
}

.page-reality .other-thumb-list li {
  width: 47%;
  margin-left: 6% !important;
  margin-bottom: 10px;
}

.page-reality .other-thumb-list li:nth-child(2n+1) {
  margin-left: 0 !important;
}

.page-reality .other-thumb-list li img {
  width: 100%;
  height: auto;
}

.page-reality #cboxClose {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
}

.page-reality #cboxClose:before,
.page-reality #cboxClose:after {
  width: 20px;
  height: 2px;
}


.page-reality .modal-item {
  border: 3px solid #a5ece3;
  background-size: 4px 4px;
  padding: 35px 10px 15px;
}

.page-reality .modal-ttl {
  font-size: 14px;
  border-bottom: 1px solid #000;
  background-size: 29px auto;
  padding-top: 7px;
  padding-left: 35px;
  min-height: 35px;
  margin-bottom: 20px;
}

.page-reality .modal-lead {
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 1.6;
}

.page-reality .modal-txt {
  font-size: 12px;
  margin-bottom: 20px;
}


.page-reality .modal-profile {
  margin: 0;
}

.page-reality .modal-profile .ph {
  width: 95px;
  height: auto;
}

.page-reality .modal-profile .category {
  font-size: 12px;
}

.page-reality .modal-profile .name {
  font-size: 14px;
}

.page-reality .modal-profile .en {
  font-size: 9px;
}


/******************************
 women
*******************************/
.page-women .intro .txt-box {
  bottom: 4%;
  width: 80%;
}

.page-women .intro .txt-box .ttl img {
  max-width: 149px;
}

.page-women .intro .txt-box .catch {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: -5px;
}

.page-women .member-block {
  padding: 20px 0 60px;
}

.page-women .member-list {
  width: 100%;
}

.page-women .member-list li {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}

.page-women .member-list .ph {
  float: left;
  width: 70px;
  margin-right: 10px;
}

.page-women .member-list .en {
  font-size: 9px;
  padding-top: 5px;
  text-align: left;
}

.page-women .member-list .name {
  font-size: 14px;
  padding-top: 0;
  text-align: left;
}

.page-women .member-list .year {
  font-size: 10px;
  padding-top: 0;
  text-align: left;
}

.page-women .member-list .category {
  font-size: 11px;
  padding-bottom: 0;
  clear: both;
  border-bottom: none;
  text-align: left;
  margin-bottom: 5px;
}

.page-women .member-list .disc {
  padding-top: 0;
  font-size: 12px;
}

.page-women .lead {
  font-size: 13px;
  padding: 0 0 40px;
}

.page-women .block {
  margin-bottom: 40px;
}

.page-women .block-ttl {
  margin-bottom: 15px;
}

.page-women .block-ttl span {
  padding: 0 5px;
  font-size: 14px;
}

.page-women .block-ttl span:before,
.page-women .block-ttl span:after {
  background-size: 100% auto;
  width: 33px;
  height: 3px;
}

.page-women .block-q {
  font-size: 13px;
  background-size: 41px 40px;
  min-height: 40px;
  margin-left: -25px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 25px;
}


.page-women .txt-block {
  width: 100%;
}

.page-women .img-block {
  width: 100%;
  text-align: center;
  font-size: 0
}

.page-women .img-block img {
  width: 49%;
  margin-top: 5px !important;
}

.page-women .img-block img:nth-child(2n+1) {
  margin-right: 2%;
}

.page-women .left {
  float: none;
}

.page-women .right {
  float: none;
}

.page-women .voice-list {
  font-size: 12px;
}

.page-women .voice-list dt {
  margin-bottom: 5px;
}

.page-women .voice-list dd {
  margin-bottom: 10px;
}

.page-women .voice-list dd.last {
  margin-bottom: 10px;
}

.page-women .btm-img {
  padding-top: 5px;
}

.page-women .system-block {
  padding: 40px 0;
}

.page-women .system-block-ttl {
  margin-bottom: 10px;
}

.page-women .system-block-ttl span {
  font-size: 15px;
  padding: 0 5px;
}

.page-women .system-block-ttl span:before,
.page-women .system-block-ttl span:after {
  width: 35px;
  height: 1px;
}

.page-women .system-block-lead {
  font-size: 13px;
  margin-bottom: 12px;
}

.page-women .system-block-box {
  border-radius: 5px;
  padding: 15px;
}

.page-women .system-block-box .ttl {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.page-women .system-block-box .ttl .num {
  line-height: 27px;
  border: 3px solid #fbb6ad;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.page-women .system-block-box .ttl .num img {
  width: 15px;
  height: auto;
}

.page-women .system-block-box .txt {
  padding-left: 35px;
  font-size: 12px;
}


/******************************
 project
*******************************/

.page-project .lead-block {
  padding: 20px 0;
}

.page-project .lead-block .lead {
  font-size: 13px;
}

.page-project .member-block {
  padding: 20px 0 10px;
}

.page-project .member-ttl {
  margin-bottom: 10px;
}

.page-project .member-list {
  width: 100%;
}

.page-project .member-list li {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}

.page-project .member-list .ph {
  float: left;
  width: 70px;
  margin-right: 10px;
}

.page-project .member-list .name {
  font-size: 14px;
}

.page-project .member-list .en {
  font-size: 9px;
}

.page-project .member-list .year {
  font-size: 10px;
  margin-bottom: 0;
}

.page-project .member-list .category {
  font-size: 11px;
}

.page-project .txt-story {
  padding: 20px 0 10px;
}

.page-project .txt-story img {
  width: 60px;
  height: auto;
}

.page-project .lead02 {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 20px;
}

.page-project .img01 .txt-box {
  position: relative;
  bottom: initial;
  right: initial;
  padding: 10px 20px;
  font-size: 12px;
  margin-top: -30px;
}

.page-project .block {
  margin-bottom: 40px;
}

.page-project .bg02-wrap,
.page-project .bg03-wrap  {
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.page-project .block-ttl {
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.page-project .block-ttl:before {
  width: 20px;
  height: 1px;
  right: initial;
  left: 0;
  top: 10px;
}

.page-project .txt-block {
  width: 100%;
}

.page-project .txt-block .txt {
  font-size: 12px;
  line-height: 1.8;
}

.page-project .img-block {
  width: 100%;
  text-align: center;
  font-size: 0
}

.page-project .img-block img {
  width: 49%;
  margin-top: 5px !important;
}

.page-project .img-block img:nth-child(2n+1) {
  margin-right: 2%;
}

.page-project .left {
  float: none;
}

.page-project .right {
  float: none;
}

.page-project .last-ph {
  padding-top: 10px;
}

.page-project .last-ph .flag {
  bottom: -25px;
  right: -10px;
  width: 39px;
  height: auto;
}
/*
header nav ul li {
  height: 35px;
}
*/
/******************************
 works
*******************************/
.page-works .flex-box {
  display: block;
}
.page-works .innr01 {
  width: 94%;
  box-sizing: border-box;
  padding: 20px;
  margin: -360px auto 20px;
  background: rgba(255,255,255,0.9);
  border: 2px solid #ababab;
}
.page-works .innr02 {
  display: none;
}
.page-works .innr01 .box05 {
  margin-top: 0;
}
.page-works .innr01 .box {
  width: auto;
  height: auto;
  background: none;
}
.page-works .innr01 .box h2 {
  text-align: left;
  padding-top: 0
}
.page-works .innr01 .box .txt {
  text-align: left;
}
.page-works .box .txt-list {
  padding-left: 0;
}
.page-works .innr01 .box,
.page-works .innr01 .box02,
.page-works .innr01 .box01 {
  margin: 0 0 20px;
}
.page-works .modal-item .txt-box {
  display: block;
}
.page-works .modal-item .modal-ttl {
  border-bottom: 1px solid #000;
}
.page-reality .modal-ttl {
  font-size: 14px;
}
.page-works .modal-item .modal-txt {
  font-size: 16px;
}
.page-works .modal-item .txt-box .img {
  text-align: center;
}
.page-works .modal-item .txt-box img {
  max-width: 100%;
}
.page-works #cboxClose {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
}
.page-works #cboxClose:before,
.page-works #cboxClose:after {
  width: 20px;
  height: 2px;
}
.page-works .modal-item {
    border: 3px solid #3c6cb0;
    background-size: 4px 4px;
    padding: 35px 10px 15px;
}
.page-works .modal-item .txt-box .txt {
  padding: 10px 0 0 0;
}
.page-works .modal-list .modal-item {
  display: none;
}
.page-works .txt-list li .open:after {
  border-top:7px solid #006633;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-bottom: none;
}
.page-works .box01 .txt-list li .open {color: #e7564e;}
.page-works .box02 .txt-list li .open {color: #eec65d;}
.page-works .box03 .txt-list li .open {color: #3c6cb0;}
.page-works .box04 .txt-list li .open {color: #7cdb76;}
.page-works .box05 .txt-list li .open {color: #e77595;}
.page-works .box01 .txt-list li .open:after { border-top-color: #e7564e; border-left-color: transparent; }
.page-works .box02 .txt-list li .open:after { border-top-color: #eec65d; border-left-color: transparent; }
.page-works .box03 .txt-list li .open:after { border-top-color: #3c6cb0; border-left-color: transparent; }
.page-works .box04 .txt-list li .open:after { border-top-color: #7cdb76; border-left-color: transparent; }
.page-works .box05 .txt-list li .open:after { border-top-color: #e77595; border-left-color: transparent; }
.page-works .box .txt-list li .cont {
  padding-right: 46px;
}
.page-works .box .icon img {
  width: 50px;
}
.page-works .box01 .icon {
  bottom: 0;
  right: -10px;
  left: inherit;
}
.page-works .box02 .icon {
  bottom: 0;
  right: -10px;
}
.page-works .box03 .icon {
  display: none;
}
.page-works .box03 .icon02 {
  display: block;
  bottom: 0;
  right: -10px;
  left: inherit;
}
.page-works .box04 .icon {
  bottom: 0;
  right: -10px;
  left: inherit;
}
.page-works .box04 .icon02 {
  display: none;
}
.page-works .box05 .icon {
  bottom: 0;
  right: -10px;
}

.page-workingstyle .intro .txt-box{
  bottom: 20%;
}
.page-workingstyle .member-block{
  margin: 0;
  padding-bottom: 40px;
}
.member-des{
  font-size: 14px;
  margin: 0 0 40px;
}
.book1{
  margin: 0;
  background: url(../images/workingstyle/bg01.png) no-repeat center top #fef3f3;
}
.book2{
  margin: 0;
  background: url(../images/workingstyle/bg02.png) no-repeat center top #fef3f3;
}
.book3{
  margin: 0;
  background: url(../images/workingstyle/bg03.png) no-repeat center top #fef3f3;
}
.page-women .book .block {
  padding: 0 0 40px;
}
.book h2{
  font-size: 18px;
  margin: 0 0 20px;
}
.book h2 span{
  padding: 0 25px 0 60px;
  background-size: 33px 26px;
  background-position: 20px top;
}
.book h2 span:before{
  content: "";
  width: 28px;
  height: 91px;
  background: url(../images/workingstyle/icon01.png) no-repeat center left;
  position: absolute;
  left: 0;
  top: -15px;
}
.book h2 span:after{
  content: "";
  width: 28px;
  height: 91px;
  background: url(../images/workingstyle/icon02.png) no-repeat center left;
  position: absolute;
  right: 0;
  top: -15px;
}
.page-workingstyle .ph span{
  display: none;
}
.mt60{
  margin-top: 5px;
}

/*.page-engneer */
.sp-none{
  display: none;
}
.page-engneer .intro .txt-box{
  width: 100%;
  bottom: 5px;
}
.page-engneer .member-list{
  width: 100%;
  padding: 0;
  display: block;
}
.page-engneer .member-list li{
  margin-left: 0;
  width: 100%;
  padding: 10px;
}
.page-engneer .member-list .year {
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: none;
}

.engneer1{
  background: url(../images/engneer/bg02.jpg) no-repeat center bottom #f5f5f5;
  background-size: 100% 40px;
  padding: 20px 0 40px;
}
.engneer2{
  background: url(../images/engneer/bg03.jpg) no-repeat center bottom #fff;
  background-size: 100% 40px;
  padding: 20px 0 40px;
}

.engneer1.mt00 .block{
  padding-top: 0;
}
.engneer1.bg-none{
  padding-bottom: 40px;
}
.engneer h2{
  position: relative;
  display: block;
  top: 0;
  left: 0;
  margin: 0 0 20px -3%;
}

.engneer h2:before{
  width: 8px;
  height: 8px;
  right: 8px;
  top: 8px;
}
.engneer h2:after{
  width: 8px;
  height: 8px;
  right: 8px;
  bottom: 8px;
}
.engneer h2 span{
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 18px;
}
.page-engneer .member-block{
  padding-bottom: 0;
}

.office .slick-prev{
  left: 0;
  background: url(../images/office/prev.png) no-repeat center;
  background-size: 12px 23px;
  margin: -50px 0 0;
}
.office .slick-next{
  right: 0;
  background: url(../images/office/next.png) no-repeat center;
  background-size: 12px 23px;
  margin: -50px 0 0;
}

.office h1 img{
  width: 217px;
}
.slick-dots{
  position: relative;
  bottom: 0;
}

}



@media screen and (max-width: 413px) {
.page-heart .block .txt {
    font-size: 11px;
	}
}
@media screen and (max-width: 365px) {
.page-heart .block .txt {
    font-size: 10px;
	}
}
@media screen and (max-width: 330px) {
.page-heart .block {
    padding: 20px 1%;
	}
.page-heart .block .txt {
    font-size: 9px;
	}
}

</pre></body></html>