@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ir
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sec-ir-content {
  margin-left: 20px;
  margin-right: 20px;
}
.sec-ir-aside {
  margin-top: 40px;
}

.sec-ir-aside-title {
  border-top: solid 1px #dadfe4;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  display: block;
  padding: 20px;
  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-list {
  border-bottom: solid 1px #dadfe4;
}
.sec-ir-aside-list > li {
  border-top: solid 1px #dadfe4;
  font-size: 14px;
  font-weight: normal;
}
.sec-ir-aside-list > li a {
  position: relative;
  color: #486176;
}
.sec-ir-aside-list > li > a {
  display: block;
  position: relative;
  padding: 20px;
}
.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 20px 20px;
  font-size: 12px;
}
.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: 20px;
  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: 70px;
  margin-right: 10px;
  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: 10px;
  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: 12px;
}
.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: 20px;
  margin-bottom: 40px;
  text-align: right;
}
.ir-index-btn .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  border: solid 1px #486176;
  text-align: center;
  font-size: 11px;
  margin: 0 auto;
  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-col__item {
  margin-bottom: 20px;
}

.ir-index-h {
  border-bottom: solid 1px #486176;
  font-size: 18px;
  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: 14px;
  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: 20px;
  border-top: solid 1px #486176;
  border-bottom: solid 1px #486176;
  padding: 20px;
  font-weight: normal;
  color: #222528;
  margin-bottom: 20px;
}

.ir-inner {
  padding: 32px 0 16px 0;
}

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

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

.ir-h-m {
  position: relative;
  padding-left: 1em;
  color: #222528;
  font-size: 18px;
  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: 16px;
  margin-bottom: 10px;
  color: #222528;
}

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

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: 1em;
}

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

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

.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;
  font-size: 10px;
}

.faq-q dd {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 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;
  font-size: 10px;
  vertical-align: middle;
}

.faq-a dd {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 10px;
}
.faq-a dd a{
  color: #57b53c;
}
.faq-a dd a:hover {
  text-decoration: underline;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　recruit/special
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.talk dt{
	font-size: 14px;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 3px;
}
.talk dd{
	line-height: 1.6;
}
.talk dt,.talk dd{
	margin-bottom: 5px;
}
.talk .hosoku-02{
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 30px;
  margin-top: 30px;
  background: #eee;
  padding: 10px;
}
.talk .l-box{
	padding: 15px;
	text-align: center;
}
.box-02 {
    padding: 15px;
    text-align: center;
}
.talk .l-box img{
	width: 80%;
}
.talk .r-box{
	padding: 15px;
	text-align: center;
}
.talk .r-box img{
	width: 80%;
}
.talk .bg-g{
	background: #a5d8cd;
	border-radius: 3px;
}
.talk .bg-r{
	background: #dcc0c4;
	border-radius: 3px;
}
.sec-ir-special-01{
  font-size: 13px;
  background: #eee;
  padding: 10px;
}
#sec-recruit-special-03 dt{
	width: 10%;
	padding: 1%;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
}
#sec-recruit-special-03 dl.top{
	margin-bottom: 15px;
	text-align: left;
  margin: 0 auto;
}
#sec-recruit-special-03 dd{
	display: inline-block;
	font-size: 14px;
	width: 83%;
	padding: 1%;
	text-align: left;
}

#sec-recruit-special-04 dt{
	width: 10%;
	padding: 1%;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
}
#sec-recruit-special-04 dl.top{
	margin-bottom: 15px;
	text-align: left;
}
#sec-recruit-special-04 dd{
	display: inline-block;
	font-size: 14px;
	width: 83%;
	padding: 1%;
	text-align: left;
}


/* 20170726 追加 */

.int_top {
	display: block;
}
.int_nav {
	display: none;
}
.int_top02 {
	display: block;
  margin-top: 30px;
}
/* 20190610 追加 */
.dataList-year {
  margin: 26px 0 0;
}
/* 20210115 追加 */
.proposal-btn {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: right;
}
.proposal-btn .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  border: solid 1px #486176;
  text-align: center;
  font-size: 11px;
  margin: 0 auto;
}
.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%;
}
/* 20210414 追加 */
.description-movie {
  margin: 32px 0;
}
.description-movie time {
  width: 80px;
  margin-right: 8px;
  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: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: 10px;
    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%;
}
