@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ir
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sec-ir {
  *zoom: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.sec-ir:after {
  content: "";
  display: table;
  clear: both;
}
.sec-ir-content {
  float: right;
  width: 680px;
}
.sec-ir-aside {
  float: left;
  width: 240px;
}

.sec-ir-aside-title {
  border-top: solid 1px #dadfe4;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  display: block;
  padding: 20px 30px;
  color: #486176;
  -webkit-transition: .2s;
  transition: .2s;
}
.sec-ir-aside-title:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #486176;
  border-right: solid 2px #486176;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
}
.sec-ir-aside-title:hover {
  color: #57b53c;
}

.sec-ir-aside-list {
  border-bottom: solid 1px #dadfe4;
}
.sec-ir-aside-list > li {
  border-top: solid 1px #dadfe4;
  font-size: 16px;
  font-weight: normal;
}
.sec-ir-aside-list > li a {
  position: relative;
  color: #486176;
  -webkit-transition: .2s;
  transition: .2s;
}
.sec-ir-aside-list > li a:hover {
  color: #57b53c;
}
.sec-ir-aside-list > li > a {
  display: block;
  position: relative;
  padding: 20px 30px;
}
.sec-ir-aside-list > li > a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #dadfe4;
  border-right: solid 2px #dadfe4;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
}
.sec-ir-aside-list > li.is-active > a {
  color: #57b53c;
}
.sec-ir-aside-list > li.is-active-toggle > a:before {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.sec-ir-aside-list > li.is-active ul {
  display: block;
}
.sec-ir-aside-list > li ul {
  display: none;
}
.sec-ir-aside-list > li li {
  margin: 0 30px 20px;
  font-size: 14px;
}
.sec-ir-aside-list > li li a {
  position: relative;
  padding-left: 1em;
}
.sec-ir-aside-list > li li a:before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #486176;
  position: absolute;
  left: 0;
  top: 50%;
}
.sec-ir-aside-list > li li.is-active a {
  color: #57b53c;
}

.ir-index-title {
  padding-bottom: 10px;
  border-bottom: solid 1px #222528;
  font-size: 24px;
  font-weight: normal;
  color: #222528;
}

.ir-index-arichive li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dadfe4;
}
.ir-index-arichive li > time {
  width: 80px;
  margin-right: 20px;
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ir-index-arichive li > i {
  box-sizing: border-box;
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  padding: 5px;
  font-size: 12px;
  background-color: #88cfad;
  color: #ffffff;
  font-style: normal;
  text-align: center;
}
.ir-index-arichive li > span,
.ir-index-arichive li > a {
  position: relative;
  line-height: 1.45;
  height: calc(1em * 1.45);
  overflow: hidden;
  color: #57b53c;
  padding-right: 1em;
  font-size: 14px;
}
.ir-index-arichive li > span:hover,
.ir-index-arichive li > a:hover {
  text-decoration: underline;
}
.ir-index-arichive li > span:after,
.ir-index-arichive li > a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
}
.ir-index-arichive li > span:before,
.ir-index-arichive li > a:before {
  content: "…";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
}
.ir-index-arichive li.pdf {
  position: relative;
  padding-right: 35px;
}
.ir-index-arichive li.pdf:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-size: 100%;
  background-image: url(../images/icon-pdf.png);
}

.ir-index-btn {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: right;
}
.ir-index-btn .btn {
  position: relative;
  padding-right: 30px;
}
.ir-index-btn .btn:before {
  -webkit-transition: .3s;
  transition: .3s;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #486176;
  border-right: solid 2px #486176;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
}
.ir-index-btn .btn:hover:before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.ir-index-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}
.ir-index-col__item {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
}

.ir-index-h {
  border-bottom: solid 1px #486176;
  font-size: 20px;
  font-weight: normal;
}
.ir-index-h a {
  position: relative;
  display: block;
  padding: 10px 40px 10px 10px;
  color: #486176;
  -webkit-transition: .3s;
  transition: .3s;
}
.ir-index-h a:hover {
  color: #57b53c;
}
.ir-index-h a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #486176;
  border-right: solid 2px #486176;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
}

.ir-index-list li {
  font-size: 16px;
  margin: 20px 10px;
}
.ir-index-list li a {
  position: relative;
  padding-left: 1em;
  color: #486176;
  -webkit-transition: .3s;
  transition: .3s;
}
.ir-index-list li a:hover {
  color: #57b53c;
}
.ir-index-list li a:before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #486176;
  position: absolute;
  left: 0;
  top: 50%;
}

.ir-title {
  font-size: 24px;
  border-top: solid 1px #486176;
  border-bottom: solid 1px #486176;
  padding: 20px;
  font-weight: normal;
  color: #222528;
  margin-bottom: 30px;
}

.ir-inner {
  padding: 30px;
}

.ir-h-l {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  border-bottom: solid 1px #dadfe4;
  font-size: 20px;
  margin-bottom: 30px;
  color: #222528;
}

.ir-text {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 30px;
}
.ir-text a {
  color: #57b53c;
}
.ir-text a:hover {
  text-decoration: underline;
}

.ir-h-m {
  position: relative;
  padding-left: 1em;
  color: #222528;
  font-size: 20px;
  margin-bottom: 10px;
}
.ir-h-m:before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #222528;
  position: absolute;
  left: 0;
  top: 50%;
}

.ir-h-s {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222528;
}

.ir-list {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 30px;
}

ul.ir-list li {
  position: relative;
  padding-left: 1em;
}
ul.ir-list li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

ol.ir-list {
  list-style: decimal;
  margin-left: 1.5em;
}

.ir-ind {
  margin-left: 2em;
}

.calendar {
  border-bottom: 1px solid #e5e5e5;
  display: table;
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
}

.calendar dt {
  display: table-cell;
  margin: 0;
  width: 200px;
}

.calendar dd {
  display: table-cell;
  margin: 0;
}

.faq-q {
  display: table;
  margin: 0 0 0px;
  padding: 0 0 10px;
  width: 100%;
}

.faq-a {
  border-bottom: 1px solid #e5e5e5;
  display: table;
  margin: 0 0 70px;
  padding: 0 0 10px;
  width: 100%;
}

.faq-q dt {
  display: table-cell;
  background: #a7d6e0 none repeat scroll 0 0;
  border-radius: 3px;
  margin: 0;
  width: 20px;
  padding: 0 10px 2px;
}

.faq-q dd {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 10px;
}

.faq-a dt {
  background: #dcc0c4 none repeat scroll 0 0;
  border-radius: 3px;
  display: table-cell;
  margin: 0;
  width: 20px;
  padding: 0 10px 2px;
  vertical-align: middle;
}

.faq-a dd {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 10px;
}
.faq-a dd a{
  color: #57b53c;
}
.faq-a dd a:hover {
  text-decoration: underline;
}
.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
margin: 0px 0 60px 0;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 20171106 追加 */

ul.ir-index-arichive span.irKB:hover {
	text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　recruit/special
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sec-ir-special-01 {
  padding: 20px 10px 20px 10px;
  background-color: #dfdfdf;
  margin: 0 0 20px 0;
  text-align: justify;
}
.sec-ir-special-koyama {
  padding: 10px;
  background-color: #dfdfdf;
}
.sec-ir-special-irisawa{
  padding: 10px;
  background-color: #dfdfdf;
}
#sec-recruit-special-02 {
	position: relative;
	width: 100%;
	text-align: center;
}
#sec-recruit-special-02 .special-sec-inner{
	padding: 50px 0;
	min-width: 680px
}
#sec-recruit-special-02 .special-sec-inner ul{
	text-align: center;
}
#sec-recruit-special-02 .special-sec-inner ul li{
	display: inline-block;
	width: 190px;
}
#sec-recruit-special-02 h3 {
	font-size: 24px;
	color: #222528;
	margin-bottom: 35px;
	font-weight: normal;
	line-height: 1.4;
}
#sec-recruit-special-02 h3 span{
	display: block;
	font-size: 14px;
}
#sec-recruit-special-02 .name{
	line-height: 21px;
	margin-top: 5px;
}
#sec-recruit-special-02 .name span{
	font-size: 12px;
}

.talk dt{
	font-size: 14px;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 3px;
}
.talk dd{
	line-height: 2;
}
.talk dt,.talk dd{
	margin-bottom: 5px;
}
.talk .hosoku-01{
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.talk .hosoku-02{
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 15px;
  margin: 10px 0 15px 0;
  font-weight: bold;
}
.talk .l-box{
	float: left;
}
.l-box a:hover img {
  opacity: 0.7;
	text-decoration: none;
}
.talk .r-box{
	float: right;
  width: 340px;
}
.talk .bg-g{
	background: #a5d8cd;
	border-radius: 3px;
}
.talk .bg-r{
	background: #dcc0c4;
	border-radius: 3px;
}
#sec-recruit-special-03 {
	position: relative;
	width: 100%;
}
#sec-recruit-special-03 .special-sec-inner{
	padding: 0;
	width: 680px;
	margin: 0 auto;
}
#sec-recruit-special-03 .special-sec-inner ul{
	text-align: center;
}
#sec-recruit-special-03 .special-sec-inner ul li{
	display: inline-block;
	width: 190px;
}
#sec-recruit-special-03 h4 {
	font-size: 28px;
	color: #222528;
	margin-bottom: 35px;
	font-weight: normal;
	line-height: 1.4;
}
#sec-recruit-special-03 h4 span{
	color: #57b53c;
	font-weight: bold;
	padding-right: 10px;
}
#sec-recruit-special-03 .box-01 {
}
#sec-recruit-special-03 .box-01:after{
	content: "";
	display: table;
	clear: both;
}
#sec-recruit-special-03 .box-01 .r-box{
	width: 340px;
  padding: 0 0 0 0;
}
#sec-recruit-special-03 .box-01 dt{
	width: 36px;
	padding: 3px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}
#sec-recruit-special-03 .box-01 dd{
	width: 280px;
	display: inline-block;
  text-align: justify;
}
#sec-recruit-special-03 .box-02 {
  margin: 20px 0 20px 0;
}
#sec-recruit-special-03 .box-02 dt{
	width: 36px;
	padding: 3px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}
#sec-recruit-special-03 .box-02 dd{
	width: 620px;
  display: inline-block;
  padding: 0 0 0 0;
  text-align: justify;
}

#sec-recruit-special-04 {
}
#sec-recruit-special-04 .special-sec-inner{
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
#sec-recruit-special-04 .special-sec-inner:after{
	content: "";
	display: table;
	clear: both;
}
#sec-recruit-special-04 h4 {
	font-size: 28px;
	color: #57b53c;
	margin-bottom: 35px;
	font-weight: bold;
	line-height: 1.4;
}
#sec-recruit-special-04 h4 span{
	color: #222528;
	font-weight: normal;
	padding-left: 10px;
}
#sec-recruit-special-04 h4 span.b-line{
	padding-left: 45px;
}
#sec-recruit-special-04 .l-box{
	width: 340px;
}
#sec-recruit-special-04 dt{
	width: 36px;
	padding: 3px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}
#sec-recruit-special-04 dl.top{
	margin-bottom: 30px;
}
#sec-recruit-special-04 dd{
	width: 320px;
	display: inline-block;
}
#sec-recruit-special-04 .box-01 {
}
#sec-recruit-special-04 .box-01:after{
	content: "";
	display: table;
	clear: both;
}
#sec-recruit-special-04 .box-01 .r-box{
	width: 340px;
  padding: 0 0 0 0;
}
#sec-recruit-special-04 .box-01 dt{
	width: 36px;
	padding: 3px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}
#sec-recruit-special-04 .box-01 dd{
	width: 280px;
	display: inline-block;
}
#sec-recruit-special-04 .box-02 {
  margin: 20px 0 20px 0;
}
#sec-recruit-special-04 .box-02 dt{
	width: 36px;
	padding: 3px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}
#sec-recruit-special-04 .box-02 dd{
	width: 620px;
  display: inline-block;
  padding: 0 0 0 0;
  text-align: justify;
}

#sec-recruit-special-05 {
	background: #f4f5f7;
}
#sec-recruit-special-05 .special-sec-inner{
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
#sec-recruit-special-05 .special-sec-inner .box-01:after,
#sec-recruit-special-05 .special-sec-inner .box-02:after{
	content: "";
	display: table;
	clear: both;
}
#sec-recruit-special-05 h4 {
	font-size: 28px;
	color: #222528;
	margin-bottom: 35px;
	font-weight: normal;
	line-height: 1.4;
}
#sec-recruit-special-05 h4 span{
	color: #57b53c;
	font-weight: bold;
	padding-right: 10px;
}
#sec-recruit-special-05 .box-01 .r-box{
	width: 560px;
}
#sec-recruit-special-05 .box-02 .l-box{
	width: 560px;
}
#sec-recruit-special-05 dt{
	width: 36px;
	padding: 3px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}
#sec-recruit-special-05 dl.top{
	margin-bottom: 30px;
}
#sec-recruit-special-05 dd{
	width: 500px;
	display: inline-block;
}

#sec-recruit-special-06 {
}
#sec-recruit-special-06 .special-sec-inner{
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
#sec-recruit-special-06 .special-sec-inner .box-01:after,
#sec-recruit-special-06 .special-sec-inner .box-02:after{
	content: "";
	display: table;
	clear: both;
}
#sec-recruit-special-06 h4 {
	font-size: 28px;
	color: #57b53c;
	margin-bottom: 35px;
	font-weight: bold;
	line-height: 1.4;
}
#sec-recruit-special-06 h4 span{
	color: #222528;
	font-weight: normal;
	padding-left: 10px;
}
#sec-recruit-special-06 h4 span.b-line{
	padding-left: 45px;
}
#sec-recruit-special-06 dt{
	width: 36px;
	padding: 3px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}
#sec-recruit-special-06 dl.top{
	margin-bottom: 30px;
}
#sec-recruit-special-06 dd{
	width: 928px;
	display: inline-block;
}

#sec-recruit-special-07 {
	position: relative;
	width: 100%;
	text-align: center;
	background: #f4f5f7;
}
#sec-recruit-special-07 .special-sec-inner{
	padding: 50px 0;
	width: 980px;
	margin: 0 auto;
}
#sec-recruit-special-07 .special-sec-inner ul{
	letter-spacing: -0.4em;
	text-align: left;
}
#sec-recruit-special-07 .special-sec-inner ul li{
	display: inline-block;
	width: 490px;
	letter-spacing: normal;
	margin-bottom: 35px;
	vertical-align: top;
}
#sec-recruit-special-07 h3 {
	font-size: 24px;
	color: #222528;
	margin-bottom: 35px;
	font-weight: normal;
	line-height: 1.4;
}
#sec-recruit-special-07 h3 span{
	display: block;
	font-size: 14px;
}
#sec-recruit-special-07 .photo{
	float: left;
	width: 160px;
}
#sec-recruit-special-07 .name{
	line-height: 27px;
	margin-top: 5px;
	font-size: 18px
}
#sec-recruit-special-07 .txt{
	padding-right: 40px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.7;
}
#sec-recruit-special-07 .name span{
	font-size: 14px;
}

#sec-recruit-special-07 .special-sec-inner ul li:after{
	content: "";
	display: table;
	clear: both;
}

/* 20170726 追加 */

.int_top {
	display: none;
}
.int_nav {
	display: block;
	margin-top: 30px;
}
.int_top02 {
	display: none;
}
/* 20190610 追加 */
.dataList-year {
  margin: 26px 0 0;
}
/* 20210115 追加 */
.proposal-btn {
  margin-top: 30px;
  margin-bottom: 60px;
}
.proposal-btn .btn {
  position: relative;
  width: 100%;
}
.proposal-btn .btn:before {
  -webkit-transition: .3s;
  transition: .3s;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #486176;
  border-right: solid 2px #486176;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
}
.proposal-btn .btn:hover:before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
/* 20210414 追加 */
.description-movie {
  margin: 32px 0;
}
.description-movie time {
  width: 80px;
  margin-right: 30px;
  font-size: 12px;
  flex-shrink: 0;
}
.description-movie a {
  position: relative;
  line-height: 1.45;
  height: calc(1em * 1.45);
  overflow: hidden;
  color: #57b53c;
  padding-right: 1em;
  font-size: 14px;
  letter-spacing: 2px;
}
.description-movie a:hover {
  text-decoration: underline;
}
.description-movie i {
    box-sizing: border-box;
    width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #ad78c8;
    color: #ffffff;
    font-style: normal;
    text-align: center;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 32px 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
