@charset "UTF-8";
/* モバイルレイアウト : 480 px およびそれ以下. */
p {
  padding-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.6em;
}
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
a:link, a:visited {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
.txt_arakawa {
  color: #5d93ce;
}
.txt_adachi {
  color: #e26c6e;
}
.txt_taito {
  color: #9d85bd;
}
.txt_oogi {
  color: #e8732e;
}
.txt_senju {
  color: #b2d053;
}
.txt_rokugatsu {
  color: #e2c33c;
}
.txt_hanahata {
  color: #98d6f6;
}
.br-pc {
  display: none;
}
#pagetop {
  position: fixed;
  z-index: 800;
  right: 10px;
  bottom: 10px;
  display: none;
}
#pagetop a {
  display: block;
  background: #666;
  border-radius: 50%;
  color: #fff;
  padding: 15px;
}
.content {
  width: 90%;
  margin: 0 auto;
}
#spheader {
  padding: 10px 16px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  z-index: 120;
  border-bottom: 1px solid #e5e5e5;
  top: 0;
}
#spheader .logo {
  display: table-cell;
}
#spheader .logo img {
  width: 180px;
  height: auto;
}
#spheader nav {
  display: table-cell;
  text-align: right;
}
.drawer-menu {
  text-align: left;
  font-size: 1.0em;
}
.drawer-menu li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.drawer-menu li a {
  display: block;
  padding: 20px;
}
.drawer-menu li:after {
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: 'fontello';
  content: '\e806';
}
.drawer-menu li:last-child {
  padding: 20px;
  border-bottom: none;
  text-align: center;
  padding-top: 40px;
}
.drawer-menu li:last-child a {
  background: #ed8eae;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
}
.drawer-menu li:last-child:after {
  content: '';
}

.bg-slider {
    width: 100vw;
    height: 80vh;
    background-position: center center;
    background-size: cover;
    display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
}
.bg-slider h1 img {
    width: 60%;
}


#toppglobal, #pglobal {
  display: none;
}
footer {
  background: #fff;
  text-align: center;
  padding-bottom: 10px;
}
footer div {
  padding-top: 50px;
  margin-bottom: 25px;
}
footer ul {
  width: 90%;
  margin: 0 auto 20px auto;
}
footer ul li {
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 1.0em;
}
footer ul li a {
  display: block;
  text-decoration: none;
  background: #f2f2f2;
  color: #333;
  margin: 1px;
  padding: 10px 0;
}
footer small {
  color: #333;
}
#backdir {
  left: 0;
  top: 58px;
  z-index: 0;
    text-align: center;
}
#backdir a {
  display: block;
  background: #666;
  color: #fff;
  padding: 14px;
  font-size: 1.0em;
}
#messagearea {
  background: #fff;
  position: relative;
  padding: 0;
  padding-bottom: 100px;
  margin: 0;
  text-align: center;
}
#messagearea #flower1, #messagearea #flower2, #messagearea #flower3, #messagearea #flower4 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#messagearea #flower1 {
  background: url(../images/flower1.png) no-repeat 90% 50px;
}
#messagearea #flower2 {
  background: url(../images/flower2.png) no-repeat 2% 120px;
}
#messagearea #flower3 {
  background: url(../images/flower3.png) no-repeat 100% 300px;
}
#messagearea #flower4 {
  background: url(../images/flower4.png) no-repeat 20% 300px;
}
#messagearea h2 {
  position: relative;
  z-index: 0;
  padding-top: 70px;
  margin-bottom: 60px;
}
#messagearea p {
  position: relative;
  z-index: 0;
  line-height: 2em;
  font-size: 1.2em;
  padding: 0 2em 2em 2em;
}
#messagearea a {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: 1.0em;
  color: #00911a;
  text-decoration: none;
  background: #fff;
  border: 2px solid #00911a;
  border-radius: 40px;
  padding: 16px 40px;
}
#messagearea a:hover {
  color: #fff;
  background: #00911a;
}
.owl-theme .owl-controls {
  display: none;
}
#realarea {
  background: #f2f2f2;
  text-align: center;
  padding-bottom: 120px;
    z-index: 0;
}
#realarea h2 {
  padding-top: 100px;
  margin-bottom: 16px;
}
#realarea .lead {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 44px;
}
#realarea li {
  margin-bottom: 80px;
}
#realarea li:last-child {
  margin-bottom: 0;
}
#realarea ul a {
  display: block;
  text-decoration: none;
  position: relative;
}
#realarea ul img {
  width: 100%;
  height: auto;
}
#realarea ul a .new:after {
  content: 'NEW';
  font-size: 1em;
  font-family: HelveticaNeue-italic;
  background: #fffc19;
  line-height: 500%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
#realarea a.more {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  font-size: 1.0em;
  color: #00911a;
  text-decoration: none;
  background: #fff;
  border: 2px solid #00911a;
  border-radius: 40px;
  padding: 16px 60px;
}
#realarea a.more:hover {
  color: #fff;
  background: #00911a;
}
#realarea h3 {
  font-size: 1.0em;
  line-height: 1.6em;
  font-weight: normal;
  margin-bottom: 10px;
}
#realarea h4 {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}
#realarea span {
  display: inline-block;
  position: relative;
  font-size: 1.0em;
  color: #00911a;
  text-decoration: none;
  background: #fff;
  border: 2px solid #00911a;
  border-radius: 40px;
  padding: 8px 20px;
}
#realarea span:hover {
  color: #fff;
  background: #00911a;
}
#realarea span.cs {
  color: #666;
  text-decoration: none;
  background: #ccc;
  border: 2px solid #ccc;
}
#real .txtbox {
  margin: 0 auto;
  width: 90%;
  padding-top: 500px;
}
#real .txtbox .maincopy {
  font-size: 1.9em;
  font-weight: bold;
  padding-bottom: 1em;
  line-height: 1.5em;
}
#real .name {
  font-size: 1.8em;
}
#real .name span {
  font-size: 0.6em;
}
#real .profile {
  padding-top: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
}
#real .ico_adachi {
  padding: 0.5em 0.5em 0.5em 4em;
  background: url("../../real/images/ico_adachi.png") no-repeat left center;
  background-size: contain;
}
#real .ico_rokugatsu {
  padding: 0.5em 0.5em 0.5em 4em;
  background: url("../../real/images/ico_rokugatsu.png") no-repeat left center;
  background-size: contain;
}
#real .ico_senju {
  padding: 0.5em 0.5em 0.5em 4em;
  background: url("../../real/images/ico_senju.png") no-repeat left center;
  background-size: contain;
}
#real .ico_oogi {
  padding: 0.5em 0.5em 0.5em 4em;
  background: url("../../real/images/ico_oogi.png") no-repeat left center;
  background-size: contain;
}
#real .ico_taito {
  padding: 0.5em 0.5em 0.5em 4em;
  background: url("../../real/images/ico_taito.png") no-repeat left center;
  background-size: contain;
}
#real .ico_arakawa {
  padding: 0.5em 0.5em 0.5em 4em;
  background: url("../../real/images/ico_arakawa.png") no-repeat left center;
  background-size: contain;
}
#real .ico_hanahata {
  padding: 0.5em 0.5em 0.5em 4em;
  background: url("../../real/images/ico_hanahata.png") no-repeat left center;
  background-size: contain;
}
#real .title_takahashi {
  background: url(../../real/images/takahashi_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_kodaira {
  background: url(../../real/images/kodaira_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_shimada {
  background: url(../../real/images/shimada_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_oikawa {
  background: url(../../real/images/oikawa_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_asami {
  background: url(../../real/images/asami_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_nomura {
  background: url(../../real/images/nomura_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_takeoka {
  background: url(../../real/images/takeoka_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_tanaka {
  background: url(../../real/images/tanaka_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_kawaguchi {
  background: url(../../real/images/kawaguchi_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_morimoto {
  background: url(../../real/images/morimoto_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_gun {
  background: url(../../real/images/gun_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_oonuma1 {
  background: url(../../real/images/oonuma1_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_oonuma2 {
  background: url(../../real/images/oonuma2_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .title_oonuma3 {
  background: url(../../real/images/oonuma3_main_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom: 100px;
}
#real .inter_box {
  margin-bottom: 80px;
}
#real .inter_box .boxl {
  width: 100%;
}
#real .inter_box .boxr {
  width: 100%;
}
#real .inter_box h3 {
  font-size: 1.8em;
  line-height: 1.7em;
  font-weight: normal;
  margin-bottom: 20px;
}
#real .inter_box p {
  font-size: 1.1em;
  line-height: 2em;
}
#real .inter_box img {
  width: 100%;
  height: auto;
}
#real .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#real .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#aboutarea {
  text-align: center;
  padding-bottom: 20px;
}
#aboutarea .innerheader {
  background: #fff;
  padding-bottom: 50px;
}
#aboutarea h2 {
  padding-top: 110px;
  margin-bottom: 20px;
}
#aboutarea .lead {
  font-size: 1.1em;
  line-height: 2em;
}
#aboutarea .aboutindex {
  background: url(../images/aboutbg.jpg) no-repeat;
  background-size: cover;
  padding: 20px 0;
}
#aboutarea .aboutindex ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}
#aboutarea .aboutindex li {
  margin-bottom: 40px;
}
#aboutarea .aboutindex li:last-child {
  margin-bottom: 0;
}
#aboutarea .aboutindex img {
  width: 100%;
  height: auto;
  border: 5px solid #fff;
  box-sizing: border-box;
}
#aboutarea .aboutindex a {
  display: block;
  background: #fff;
  text-decoration: none;
}
#aboutarea .aboutindex a h3 .icon-right-open-mini {
  position: absolute;
  right: 0;
}
#aboutarea .aboutindex a h3 {
  font-weight: bold;
  font-size: 1.0em;
  padding: 20px 0;
  position: relative;
}
#message .titlebg {
  background: url(../../message/images/titlebg.jpg) no-repeat center top;
  background-size: 120% auto;
  padding-top: 70px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  text-align: center;
}
#message p {
  line-height: 1.6;
  font-size: 1.1em;
  padding: 0 30px 1em 30px;
}
#message .sign img {
  width: 160px;
  height: auto;
  margin-top: 40px;
}
#real .titlebg {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
#real .titlebg h2 {
  margin: 20px 0;
}
#real .titlebg h3 {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: normal;
  padding: 0 20px 1em 20px;
}
#interviewlist {
  background: #f2f2f2;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 25px;
}
#interviewlist li {
  margin-bottom: 80px;
}
#interviewlist li:last-child {
  margin-bottom: 0;
}
#interviewlist ul a {
  display: block;
  text-decoration: none;
  position: relative;
}
#interviewlist ul img {
  width: 60%;
  height: auto;
}
#interviewlist ul a .new:before {
  content: 'NEW';
  font-size: 1.2em;
  font-family: HelveticaNeue-italic;
  background: #fffc19;
  line-height: 500%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 10%;
}
#interviewlist h3 {
  font-size: 1.0em;
  line-height: 1.6em;
  font-weight: normal;
  margin-bottom: 10px;
}
#interviewlist h4 {
  font-size: 1.8em;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}
#interviewlist span {
  display: inline-block;
  position: relative;
  font-size: 1em;
  font-size: 1.0em;
  color: #00911a;
  text-decoration: none;
  background: #fff;
  border: 2px solid #00911a;
  border-radius: 40px;
  padding: 16px 40px;
}
#interviewlist span:hover {
  color: #fff;
  background: #00911a;
}
#interviewlist span.cs {
  color: #666;
  text-decoration: none;
  background: #ccc;
  border: 2px solid #ccc;
}
#interviewlist_s {
  background: #f2f2f2;
  text-align: center;
  padding: 0;
  margin: 80px 0 25px;
}
#interviewlist_s ul {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 20px 0;
}
#interviewlist_s li {
  width: 40%;
  padding: 10px 5%;
  float: left;
  text-align: center;
  line-height: 1.6em;
}
#interviewlist_s ul img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#interviewlist_s li h3 {
  font-size: 12px;
  font-weight: normal;
}
#interviewlist_s li h4 {
  font-size: 14px;
  font-weight: normal;
  color: #00911a;
}
#interviewlist_s li.soon {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
#channelbox {
  border: 1px solid #e0e0e0;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
#channelbox div {
  background-image: url(../../real/images/dum.jpg);
  background-size: cover;
  padding: 20px 0;
}
#channelbox h5 {
  font-weight: bold;
  font-size: 1.0em;
  padding: 16px 0;
}
#channelbox span {
  display: inline-block;
  position: relative;
  font-size: 1.0em;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 145, 26, 1);
  border-radius: 40px;
  padding: 16px 40px;
  margin-bottom: 20px;
}
#channelbox span:hover {
  background: rgba(0, 145, 26, .8);
}
#essential .titlebg {
  background: url(../../essential/images/titlebg.jpg) no-repeat center top;
  background-position: -1400px;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}
#essential .titlebg h2 {
  margin: 20px 0;
}
#essential .titlebg h3 {
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: normal;
  padding: 0 30px 30px 30px;
  color: #ffffff;
}
#esslist {
  background: #f2f2f2;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 25px;
}
#esslist ul {
  width: 90%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
#esslist ul li {
  margin-bottom: 10px;
  line-height: 1.4;
}
#esslist li.win a span:after {
  /*
	font-family: 'fontello';
	font-weight: lighter;
	content: '\e800';
*/
  position: absolute;
  content: url("../images/icon_otherwin.png");
  right: 20px;
}
#esslist li a {
  display: block;
  background: #fff;
  padding: 20px 0;
  color: #00911a;
  font-size: 2em;
  box-shadow: 2px 2px 0px 0px #cfcece;
}
#esslist li a:hover {
  background: #e6f0e8;
}
#esslist li.rikunav a {
  background: url(../images/bg_rikunavi.png) no-repeat #fff center bottom;
  background-size: 200px auto;
  padding-bottom: 40px;
}
#esslist li.rikunav a:hover {
  background: url(../images/bg_rikunavi.png) no-repeat #e6f0e8 center bottom;
  background-size: 200px auto;
}
#esslist li.mynav a {
  background: url(../images/bg_mynavi.png) no-repeat #fff center bottom;
  background-size: 200px auto;
  padding-bottom: 40px;
}
#esslist li.mynav a:hover {
  background: url(../images/bg_mynavi.png) no-repeat #e6f0e8 center bottom;
  background-size: 200px auto;
}
#esslist li a span {
  display: inline-block;
  position: relative;
  font-size: .55em;
  color: #fff;
  background: rgba(0, 145, 26, 1);
  border-radius: 40px;
  padding: 16px 60px;
  margin: 10px 0;
  line-height: 100%;
  font-weight: bold;
}
#esslist li a span:hover {
  background: rgba(0, 145, 26, .8);
}
#essentialcontent {
  font-size: 1.0em;
}
#essentialcontent h2 {
  padding-top: 100px;
  text-align: center;
  color: #00911a;
  font-size: 2.2em;
  margin-bottom: 70px;
}
#essentialcontent h3 {
  color: #00911a;
  font-size: 1.4em;
  font-weight: normal;
  border-bottom: 2px solid #00911a;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#essentialcontent table {
  margin-bottom: 100px;
  width: 100%;
}
#essentialcontent caption {
  background: #00911a;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}
#essentialcontent th {
  white-space: nowrap;
}
#essentialcontent th, #essentialcontent td {
  vertical-align: top;
  text-align: left;
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.6em;
}
#essentialcontent tr:nth-child(even) {
  background: #f2f2f2;
}
#essentialcontent .innergray h4 {
  margin-bottom: 20px
}
#essentialcontent .innergray {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
}
#essentialcontent .innergray ul {
  margin-left: 2em;
}
#essentialcontent .entrypink {
  background: #fbe8ef;
  text-align: center;
  padding: 55px 0;
}
#essentialcontent .entrypink div {
  margin-bottom: 10px;
}
#essentialcontent .entrypink p {
  padding-bottom: 2em;
  font-size: 1.0em;
}
#essentialcontent .entrypink a {
  display: inline-block;
  position: relative;
  font-size: 1.0em;
  color: #fff;
  background: #ed8eae;
  border-radius: 40px;
  padding: 16px 30px;
  margin-bottom: 20px;
  line-height: 100%;
  font-weight: bold;
}
#essentialcontent .entrypink a:hover {
  background: #ec3a76;
}
#essentialcontent .partheader {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
#essentialcontent .partheader p {
  text-align: left;
}
#essentialcontent .partheader h2 {
  margin-bottom: 40px;
  font-size: 2.2em;
}
#essentialcontent .partbg {
  background: #f2f2f2;
  padding: 25px 0;
}
#essentialcontent .partbg h3 {
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  color: #000;
}
#essentialcontent .partbg ul {
  list-style: none;
}
#essentialcontent .partbg li {
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
  font-size: 1.0em;
  text-align: center;
}
#essentialcontent .partbg li h4 {
  color: #00911a;
  text-align: center;
  font-size: 1.3em;
  border-bottom: 1px solid #00911a;
  padding-bottom: 10px;
}
#essentialcontent .partbg li dl {
  text-align: left;
}
#essentialcontent .partbg li dt {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.6em;
}
#essentialcontent .partbg li dd {
  padding-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.6em;
}
#essentialcontent .partbg li a {
  display: inline-block;
  position: relative;
  font-size: 1.0em;
  color: #00911a;
  text-decoration: none;
  background: #fff;
  border: 2px solid #00911a;
  border-radius: 40px;
  padding: 16px 40px;
}
#essentialcontent .partbg li a:hover {
  color: #fff;
  background: #00911a;
}
#faq .titlebg {
  background: url(../../faq/images/titlebg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 50px;
  text-align: center;
}
#faq .titlebg h2 {
  margin: 20px 0;
}
#faq .titlebg h3 {
  font-size: 1.3em;
  font-weight: normal;
  padding: 0 30px 30px 30px;
  color: #fff;
}
#faqlist {
  padding-bottom: 50px;
}
#faqlist ol {
  width: 90%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  font-size: 1.0em;
}
#faqlist li {
  background: #f2f2f2;
  padding: 25px;
  margin-bottom: 2px;
}
#faqlist dl {
  margin: 0;
  padding: 0;
  position: relative;
}
#faqlist dt {
  text-indent: -30px;
  margin-left: 30px;
  padding-right: 14px;
  background: url("../images/icon_arrow.png") no-repeat right center;
  background-size: 16px auto;
  cursor: pointer;
  font-size: 1.1em;
  line-height: 1.6em;
}
#faqlist dt.open {
  background: url("../images/icon_close.png") no-repeat right center;
  background-size: 16px auto;
}
#faqlist dd {
  background: #fff;
  padding: 20px;
  margin-top: 10px;
  display: none;
  font-size: 1.0em;
  line-height: 1.6em;
}
#entry .titlebg {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
#entry .titlebg h2 {
  margin-bottom: 20px;
}
#entry .titlebg h3 {
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: normal;
  padding: 0 30px 0 30px;
  margin-bottom: 0;
  border-bottom: none;
}
.entrycontent {
  width: 90%;
  margin: 0 auto;
}
.entrycontent table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entrycontent table ul li, .entrycontent table ul li:nth-child(3n+2), .entrycontent table ul li:nth-child(3n), .entrycontent table ul li:last-child {
  width: auto;
  float: none;
}
.entrycontent .exa {
  font-size: 1.0em;
}
.entrycontent .w120postal {
  width: 8em;
}
.entrycontent .w120, .entrycontent .w270, .entrycontent .w400, .entrycontent .w560 {
  width: 100%;
  box-sizing: border-box;
}
.entrycontent table {
  width: 100%;
  font-size: 1.0em;
  margin-bottom: 34px;
  box-sizing: border-box;
}
.entrycontent caption {
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.entrycontent tr {
  background: #f2f2f2;
  border-bottom: 2px solid #fff;
}
.entrycontent table th, .entrycontent table td {
  vertical-align: top;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}
.entrycontent table th {
  padding-bottom: 5px;
  display: block;
}
.entrycontent table td {
  padding-top: 5px;
  line-height: 2;
  display: block;
}
.entrycontent table th.required:before {
  content: '必須';
  font-size: 1.0em;
  font-weight: normal;
  background: #00911a;
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
  margin-right: 10px;
}
.entrycontent .policylink {
  text-decoration: underline;
}
.submitbox {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
.submitbox input {
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  color: #fff;
  background: #ed8eae;
  border-radius: 40px;
  padding: 16px 80px;
  margin-bottom: 20px;
  line-height: 100%;
  font-weight: bold;
  border: none;
}
.submitbox input:hover {
  background: #ec3a76;
}
#error_message {
  font-size: 1.0em;
  line-height: 1;
  margin-bottom: 20px;
}
.alert {
  padding: 8px;
  border-radius: 4px;
  line-height: 1;
  margin-bottom: 4px;
}
.alert-error {
  color: #b94a48;
  background: #f2dede;
}
#education .titlebg {
  background: url(../../education/images/titlebg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#education .titlebg h2 {
  margin: 20px 0;
}
#education .titlebg h3 {
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: normal;
  padding: 0 30px 30px 30px;
  margin-bottom: 0;
  color: #ffffff;
  border-bottom: none;
}
#education h3 {
  color: #00911a;
  font-size: 1.6em;
  font-weight: normal;
  border-bottom: 2px solid #00911a;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#education dl dt {
  color: #00911a;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 4px;
}
#education dl ul {
  list-style: none;
}
#education dl ul h4 {
  background: #f2f2f2;
  padding: 8px;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 4px;
}
#education dl ul p {
  font-size: 1.1em;
  line-height: 1.8em;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0;
}
#education dl ul li:after {
  content: '　↓　';
}
#education dl ol {
  list-style: none;
  padding-left: 8px;
  padding-right: 8px;
}
#education dl ol li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.8em;
}
#education dl ol li:nth-child(1):before {
  content: '\2460';
}
#education dl ol li:nth-child(2):before {
  content: '\2461';
}
#education dl ol li:nth-child(3):before {
  content: '\2462';
}
#education dl ol li:after, #education dl dd:last-child li:after {
  content: '';
}
#education .yellowbg {
  background: #fffae4;
  padding: 15px;
}
#education .yellowbg ol {
  list-style: none;
  font-size: 1.2em;
}
#education .yellowbg li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.4em;
}
#education .yellowbg li:nth-child(1):before {
  content: '\2460';
}
#education .yellowbg li:nth-child(2):before {
  content: '\2461';
}
#education .yellowbg li:nth-child(3):before {
  content: '\2462';
}
#education .yellowbg li:nth-child(4):before {
  content: '\2463';
}
#education .yellowbg li:nth-child(5):before {
  content: '\2464';
}
#education .yellowbg li:nth-child(6):before {
  content: '\2465';
}
#education .eduimg {
  margin-top: 25px;
  margin-bottom: 35px;
}
#education .eduimg img {
  width: 100%;
  height: auto;
}
#global .titlebg {
  background: url(../../globalrecruit/images/titlebg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  text-align: center;
}
#global .titlebg h2 {
  margin: 20px 0;
}
#global .titlebg h3 {
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: normal;
  padding: 0 30px 30px 30px;
  margin: 0;
  color: #fff;
  border-bottom: none;
}
#global h3 {
  color: #00911a;
  font-size: 1.6em;
  font-weight: normal;
  border-bottom: 2px solid #00911a;
  padding-bottom: 20px;
  margin: 50px 0 30px;
}
#global h4 {
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
}
#global h4.pickup {
  color: #00911a;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
#global p {
  margin-bottom: 30px;
}
#global p img {
  width: 100%;
  height: auto;
}
#global p.photo {
  text-align: center;
	padding: 0;
}
#global a.more {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  font-size: 1.0em;
  color: #00911a;
  text-decoration: none;
  background: #fff;
  border: 2px solid #00911a;
  border-radius: 40px;
  padding: 13px 30px;
	text-align: center;
}
#global a.more:hover {
  color: #fff;
  background: #00911a;
}




@media all and (min-width: 768px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  #message, #real, #essential, #essentialcontent, #education, #global, #faq, #entry {
    margin-top: 76px !important;
  }
  .content {
    width: 1000px;
  }
  #spheader {
    display: none;
  }
  footer ul {
    text-align: center;
  }
  footer ul li {
    display: inline-block;
    float: none;
    width: auto;
  }
  footer ul li:after {
    content: '｜';
  }
  footer ul li:last-child:after {
    content: '';
  }
  footer ul li a {
    display: inline;
    background: none;
  }
  #backdir {
    position: fixed;
    left: 0;
    top: 76px;
  }
  #backdir a {
    display: block;
    background: #666;
    color: #fff;
    padding: 14px 30px;
    font-size: 1.0em;
  }
  #backdir a:hover {
    background: #333;
  }
  #toppglobal {
    display: block;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }
  #pglobal {
    position: fixed;
    z-index: 100;
    display: block;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    top: 0;
  }
  #toppglobal ul, #pglobal ul {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    display: table;
    font-size: 1.0em;
    border-collapse: separate;
    border-spacing: 2px 0;
  }
  #toppglobal ul li, #pglobal ul li {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
  }
  #toppglobal li:first-child, #pglobal li:first-child {
    border-bottom: 2px solid #00911a;
    padding-left: 30px;
    width: 260px;
    box-sizing: border-box;
  }
  #toppglobal li:nth-child(2), #pglobal li:nth-child(2), #toppglobal li:last-child, #pglobal li:last-child {
    padding-left: 30px;
  }
  #toppglobal li:first-child img, #pglobal li:first-child img {
    width: 230px;
    height: auto;
  }
  #toppglobal li:last-child a, #pglobal li:last-child a {
    background: #ed8eae;
    color: #fff;
    padding: 10px;
    border-radius: 40px;
  }
  #toppglobal li:last-child a:hover, #pglobal li:last-child a:hover {
    background: #ec3a76;
    color: #fff;
    padding: 10px;
    border-radius: 40px;
  }
  #toppglobal li:first-child a, #pglobal li:first-child a {
    display: inline;
    padding: 0;
  }
  #toppglobal li:first-child a:hover, #pglobal li:first-child a:hover {
    padding: 0;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
    background: none;
    opacity: .8;
  }
  #toppglobal li a, #pglobal li a {
    display: block;
    text-align: center;
    padding: 30px 0;
  }
  #toppglobal li a:hover, #pglobal li a:hover {
    background: #00911a;
    color: #fff;
    padding: 30px 0;
    border-radius: 0;
      text-decoration: none;
  }
  #toppglobal li.selected a, #pglobal li.selected a {
    background: #00911a;
    color: #fff;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
  }
  #message .titlebg {
    background-size: 90% auto;
    margin-top: 20px;
  }
  .owl-theme .owl-controls {
    display: block;
  }
  #realarea {
    padding-bottom: 80px;
  }
  #realarea h2 {
    padding-top: 90px;
    margin-bottom: 33px;
  }
  #realarea ul {
    width: 1000px;
    list-style: none;
    margin: 0 auto;
  }
  #realarea li {
    margin-bottom: 60px;
    padding: 0 40px;
    float: left;
  }
  #realarea ul img {
    width: 250px;
    height: auto;
  }
  #realarea ul a .new:after {
    content: 'NEW';
    font-size: 1.3em;
    font-family: HelveticaNeue-italic;
    background: #fffc19;
    line-height: 500%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #realarea h4 {
    font-size: 1.4em;
  }
  #aboutarea {
    padding: 0;
  }
  #aboutarea .aboutindex ul {
    width: 1200px;
    margin: 50px auto;
    padding-bottom: 50px;
  }
  #aboutarea .aboutindex li {
    margin-bottom: 0;
    float: left;
    margin-right: 1px;
    padding-bottom: 50px;
    width: 295px;
  }
  #aboutarea .aboutindex li:last-child {
    margin-right: 0;
  }
  #aboutarea .aboutindex img {
    width: auto;
    height: auto;
    border: 8px solid #fff;
    box-sizing: border-box;
  }
  #message p {
    text-align: center;
    line-height: 2;
    font-size: 1.1em;
  }
  #message p br {
    display: block;
  }
  #message .sign img {
    width: 311px;
    height: auto;
  }
  #interviewlist ul {
    width: 1000px;
    list-style: none;
    margin: 0 auto;
  }
  #interviewlist li {
    margin-bottom: 60px;
    padding: 0 40px;
    float: left;
  }
  #interviewlist ul img {
    width: 250px;
    height: auto;
  }
  #interviewlist ul a .new:before {
    top: 0;
    left: 0;
  }
  #real .txtbox {
    margin: 0 auto;
    width: 700px;
    padding-top: 120px;
  }
  #real .title_takahashi {
    height: 493px;
    background: url(../../real/images/takahashi_main.jpg) no-repeat center top;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_kodaira {
    height: 493px;
    background: url(../../real/images/kodaira_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_oikawa {
    height: 493px;
    background: url(../../real/images/oikawa_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_asami {
    height: 493px;
    background: url(../../real/images/asami_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_nomura {
    height: 493px;
    background: url(../../real/images/nomura_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_shimada {
    height: 493px;
    background: url(../../real/images/shimada_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_takeoka {
    height: 493px;
    background: url(../../real/images/takeoka_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_tanaka {
    height: 493px;
    background: url(../../real/images/tanaka_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_kawaguchi {
    height: 493px;
    background: url(../../real/images/kawaguchi_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_morimoto {
    height: 493px;
    background: url(../../real/images/morimoto_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_gun {
    height: 493px;
    background: url(../../real/images/gun_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_oonuma1 {
    height: 493px;
    background: url(../../real/images/oonuma1_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_oonuma2 {
    height: 493px;
    background: url(../../real/images/oonuma2_main.jpg) no-repeat center bottom;
    background-size: auto;
    background-color: #fafafa;
    margin-bottom: 100px;
  }
  #real .title_oonuma3 {
    height: 493px;
    background: url(../../real/images/oonuma3_main.jpg) no-repeat center bottom;
    background-size: auto;
    margin-bottom: 100px;
  }
  #real .inter_box {
    margin-bottom: 100px;
    width: 900px !important;
  }
  #real .inter_box .boxl {
    float: left;
    width: 48%;
  }
  #real .inter_box .boxr {
    float: right;
    width: 48%;
  }
  #real .inter_box h3 {
    font-size: 1.8em;
    line-height: 1.7em;
    font-weight: normal;
    margin-bottom: 30px;
  }
  #real .inter_box p {
    font-size: 1.1em;
    line-height: 2em;
  }
  #real .inter_box img {
    width: 100%;
    height: auto;
  }
  #interviewlist_s {
    background: #fafafa;
    text-align: center;
    padding: 50px 0;
    margin: 80px 0 25px;
  }
  #interviewlist_s ul {
    width: 1000px;
    list-style: none;
    margin: 0 auto;
  }
  #interviewlist_s li {
    padding: 0 12px 12px;
    float: left;
    text-align: center;
    line-height: 1.6em;
    width: 14%;
  }
  #interviewlist_s ul img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #interviewlist h4 {
    font-size: 1.4em;
  }
  #channelbox {
    width: 1000px;
  }
  #channelbox div {
    padding: 20px 0;
    width: 320px;
    float: left;
  }
  #channelbox div img {
    width: 130px;
    height: auto;
  }
  #channelbox h5 {
    padding: 16px 0;
    display: inline;
  }
  #channelbox span {
    margin-top: 60px;
    display: inline-block;
    position: relative;
    font-size: 1.0em;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 145, 26, 1);
    border-radius: 40px;
    padding: 16px 40px;
    margin-bottom: 20px;
  }
  #channelbox span:hover {
    background: rgba(0, 145, 26, .8);
  }
  #essential .titlebg {
    background: url(../../essential/images/titlebg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
  #esslist ul {
    width: 1000px;
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    margin-bottom: 10px;
  }
  #esslist ul li {
    margin-bottom: 20px;
    display: table-cell;
  }
  #esslist li a, #esslist li a:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #esslist li a span {
    display: inline-block;
    position: relative;
    font-size: .55em;
    color: #fff;
    background: rgba(0, 145, 26, 1);
    border-radius: 40px;
    padding: 16px 60px;
    margin-bottom: 0px;
    line-height: 100%;
    font-weight: bold;
  }
  #esslist li a span:hover {
    background: rgba(0, 145, 26, .8);
  }
  #esslist li.rikunav a {
    background: url(../images/bg_rikunavi.png) no-repeat #fff center bottom;
    background-size: 200px auto;
  }
  #esslist li.rikunav a:hover {
    background: url(../images/bg_rikunavi.png) no-repeat #e6f0e8 center bottom;
    background-size: 200px auto;
  }
  #esslist li.mynav a {
    background: url(../images/bg_mynavi.png) no-repeat #fff center bottom;
    background-size: 200px auto;
  }
  #esslist li.mynav a:hover {
    background: url(../images/bg_mynavi.png) no-repeat #e6f0e8 center bottom;
    background-size: 200px auto;
  }
  #essentialcontent h2 {
    padding-top: 90px;
    text-align: center;
    color: #00911a;
  }
  #essentialcontent .innergray dt {
    float: left;
    width: 4em;
  }
  #essentialcontent .innergray dd {
    margin-left: 4em;
  }
  #essentialcontent .partheader {
    width: 1000px;
    padding-bottom: 50px;
  }
  #essentialcontent .partheader p {
    text-align: center;
  }
  #essentialcontent .partbg li {
    float: left;
    width: 320px;
    margin-right: 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
  }
  #essentialcontent .partbg li:nth-child(3n) {
    margin-right: 0;
  }
  #global .titlebg {
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #faq .titlebg {
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #global .globall {
    float: left;
    width: 50%;
  }
  #global .globalr {
    float: right;
    width: 47%;
    text-align: right;
  }
	
#global p.photo {
  text-align: center;
	padding: 0 5em;
}
  .entrycontent {
    width: 1000px;
  }
  .entrycontent table ul li {
    width: 200px;
    float: left;
  }
  .entrycontent table ul li:nth-child(3n+2) {
    width: 150px;
    float: left;
  }
  .entrycontent table ul li:nth-child(3n) {
    width: 350px;
    float: left;
  }
  .entrycontent table ul li:last-child {
    width: auto;
    float: left;
  }
  .entrycontent .w120postal, .entrycontent .w120, .entrycontent .w270, .entrycontent .w400, .entrycontent .w560 {
    padding: 4px;
  }
  .entrycontent .w120postal, .entrycontent .w120 {
    width: 120px;
  }
  .entrycontent .w270 {
    width: 270px;
  }
  .entrycontent .w400 {
    width: 400px;
  }
  .entrycontent .w560 {
    width: 560px;
  }
  .entrycontent table th, .entrycontent table td {
    padding: 20px;
    display: table-cell;
  }
  .entrycontent table th {
    width: 20em;
    padding-left: 74px;
  }
  .entrycontent table th.required {
    padding-left: 20px;
  }
  .entrycontent table th.required:before {
    content: '必須';
    font-size: 1.0em;
    font-weight: normal;
    background: #00911a;
    display: inline-block;
    color: #fff;
    padding: 2px 8px;
    margin-right: 10px;
  }
  #education .titlebg {
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #education dl {
    float: left;
    width: 570px;
    margin-bottom: 70px;
  }
  #education dl dt {
    text-align: right;
    width: 10em;
    float: left;
    padding-top: 10px;
  }
  #education dl dd {
    margin-left: 14em;
  }
  #education .eduimg {
    float: right;
  }
  #education .eduimg img {
    width: 395px;
    height: auto;
  }
  #education .yellowbg {
    padding: 25px;
  }
  #education .yellowbg ol {
    list-style: none;
    font-size: 1.2em;
  }
  #education .yellowbg li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.4em;
  }
    
    
    .owl-carousel {
    width: 1000px;
    margin: 0 auto;
  }
.bg-slider h1 img {
    width: auto;
}
}




