.on_sp-min {
  display: none;
}
@media only screen and (max-width:425px) {
  .on_sp-min {
    display: block;
  }
}

header.header .logo img {
  display: block;
}
@media only screen and (max-width:1024px) {
  header.header .logo img {
    display: none;
  }
}
header.header .nav .button_nav ul li a {
  background-color: #bab7b6;
}
header.header .nav .button_nav ul li:first-of-type a {
  background-color: #004385;
  color: #fff;
}

footer.footer .footer_inner {
  padding: 20% 0 10%;
}
@media only screen and (min-width:1558px) {
  footer.footer .footer_inner {
    padding: 12% 0 10%;
  }
}
@media only screen and (max-width:1024px) {
  footer.footer .footer_inner {
    padding: 20% 0 10%;
  }
}

.contents {
  padding: 0;
  background-color: #f1f6f7;
}

.index_ttl h2 {
  position: relative;
}
.index_ttl h2 span {
  display: inline-block;
}
.index_ttl h2 span.en {
  z-index: 1;
  font-weight: bold;
  font-size: 135px;
  line-height: 1;
  color: #c8cacd;
}
@media only screen and (min-width:1558px) {
  .index_ttl h2 span.en {
    font-size: 155px;
  }
}
.index_ttl h2 span.en:first-letter {
  color: #004d82;
  z-index: 2;
}
@media only screen and (max-width:1024px) {
  .index_ttl h2 span.en {
    font-size: 80px;
  }
}
@media only screen and (max-width:425px) {
  .index_ttl h2 span.en {
    font-size: 64px;
  }
}
.index_ttl h2 span.jp {
  position: absolute;
  left: 50%;
  top: 100px;
  padding: 30px 0 0 50px;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: url("../images/index/bg_title.svg") no-repeat bottom left;
}
@media only screen and (min-width:1558px) {
  .index_ttl h2 span.jp {
    top: 120px;
    font-size: 29px;
  }
}
@media only screen and (max-width:1024px) {
  .index_ttl h2 span.jp {
    background-size: 30px auto;
    font-size: 14px;
    top: 46px;
    left: 100px;
    padding: 30px 0 0 20px;
  }
}
@media only screen and (max-width:425px) {
  .index_ttl h2 span.jp {
    padding: 16px 0 0 20px;
  }
}
.index_ttl.index_ttl_white h2 span.en {
  color: #cfe4eb;
}
.index_ttl.index_ttl_white h2 span.en:first-letter {
  color: #cfe4eb;
}
.index_ttl.index_ttl_white h2 span.jp {
  background: url("../images/index/bg_title_w.svg") no-repeat bottom left;
  color: #fff;
}
@media only screen and (max-width:1024px) {
  .index_ttl.index_ttl_white h2 span.jp {
    background-size: 20px auto;
  }
}
.index_ttl.index_ttl_green h2 span.jp {
  background: url("../images/index/bg_title_g.svg") no-repeat bottom left;
  color: #66c2c4;
}
@media only screen and (max-width:1024px) {
  .index_ttl.index_ttl_green h2 span.jp {
    background-size: 30px auto;
  }
}

.link p {
  display: block;
  width: 390px;
}
@media only screen and (max-width:1024px) {
  .link p {
    width: 80%;
    max-width: 390px;
  }
}
.link p a {
  display: block;
  padding: 3% 5%;
  background: #004d82 url("../images/index/i_arr_w.svg") no-repeat center right 5%;
  background-size: 10px auto;
  color: #fff;
  border: 2px solid #004d82;
}
.link p a:hover {
  text-decoration: none;
  background: #fff url("../images/index/i_arr.svg") no-repeat center right 5%;
  background-size: 10px auto;
  color: #004d82;
}

.mv {
  background-color: #edebeb;
}
.mv .mainimg {
  width: 80%;
  margin: 0 auto;
  height: 56vh;
  background: url("../images/index/mv.jpg") no-repeat center top;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  padding: 80px 0 0;
}
@media only screen and (max-width:1024px) {
  .mv .mainimg {
    padding: 5% 0 0;
  }
}
.mv .mainimg div {
  width: 33.3%;
  color: #fff;
  font-size: 50px;
  text-align: center;
  opacity: 0.45;
  line-height: 1.25;
}
@media only screen and (max-width:1024px) {
  .mv .mainimg div {
    font-size: 12px;
  }
}
.mv .copy {
  font-weight: 500;
  padding: 36px 2%;
  font-size: 42px;
  line-height: 1.35;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .mv .copy {
    padding: 5% 2%;
    font-size: 16px;
  }
}
@media only screen and (max-width:425px) {
  .mv .copy {
    font-size: 14px;
  }
}

.policy {
  background: #004d82;
  text-align: center;
  color: #fff;
  font-size: 19px;
  padding: 2% 0;
}
@media only screen and (max-width:1024px) {
  .policy {
    font-size: 14px;
  }
}
@media only screen and (max-width:425px) {
  .policy {
    font-size: 12px;
  }
}

.bg_about {
  background: url("../images/index/bg_about.png") no-repeat center top 200px;
  background-size: 96% calc(100% - 200px);
}
@media only screen and (max-width:1024px) {
  .bg_about {
    background: url("../images/index/bg_about.png") no-repeat center top;
    background-size: 96% 100%;
  }
}

.sec_news {
  padding: 50px 0 0;
  text-align: right;
}
.sec_news .news_inner {
  width: 70%;
  margin: 0 0 0 auto;
  background: #004d82;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1.5% 3%;
}
@media only screen and (max-width:1024px) {
  .sec_news .news_inner {
    display: block;
    width: 100%;
    padding: 3% 0;
  }
}
.sec_news .news_inner .ttl_area {
  width: 20%;
  text-align: center;
  background: url("../images/index/bg_news.png") no-repeat center center;
  background-size: auto 70%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:1024px) {
  .sec_news .news_inner .ttl_area {
    width: auto;
    margin: 0 auto;
    padding: 0 0 5%;
  }
}
.sec_news .news_inner .ttl_area h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width:1024px) {
  .sec_news .news_inner .ttl_area h2 {
    font-size: 30px;
  }
}
.sec_news .news_inner .ttl_area .news_link a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 30px;
  background: url("../images/index/i_newslist.svg") no-repeat left center;
  background-size: 20px auto;
}
.sec_news .news_inner .ttl_area .news_link a:hover {
  text-decoration: none;
  color: #0a3c6a;
}
.sec_news .news_inner .content_area {
  width: 75%;
  text-align: left;
}
@media only screen and (max-width:1024px) {
  .sec_news .news_inner .content_area {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    padding: 0 5.3%;
  }
}
.sec_news .news_inner .content_area p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 1% 0;
  font-weight: bold;
  line-height: 1;
}
.sec_news .news_inner .content_area .news-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sec_news .news_inner .content_area p .cate {
  margin: 0 2% 0 0;
  display: inline-block;
  padding: 1% 2%;
  background-color: #cfd1d4;
  color: #004d82;
  font-weight: 400;
}
.sec_news .news_inner .content_area p a {
  color: #fff;
}
.sec_news .news_inner .content_area p .date {
  margin: 0 2% 0 0;
}
.sec_news .news_inner .content_area p:hover .date {
  color: #fff;
}
.sec_news .news_inner .content_area p:hover a {
  color: #0a3c6a;
  text-decoration: none;
}

.sec_about .about_inner {
  background: url("../images/index/img_about.png") no-repeat right 8% top 20%;
  background-size: 38% auto;
  padding: 0 45% 5% 5%;
}
@media only screen and (max-width:1024px) {
  .sec_about .about_inner {
    background: url("../images/index/img_about.png") no-repeat left 50% bottom 60px;
    padding: 5% 5% 400px;
    background-size: 280px auto;
  }
}
.sec_about .about_inner .index_ttl {
  padding: 10% 0 0;
}
@media only screen and (max-width:1024px) {
  .sec_about .about_inner .index_ttl {
    padding: 3% 0 0;
  }
}
.sec_about .about_inner .index_ttl h2 {
  text-align: center;
}
.sec_about .about_inner .index_ttl h2 span.jp {
  position: absolute;
  left: auto;
  right: 10%;
}
@media only screen and (max-width:1024px) {
  .sec_about .about_inner .index_ttl h2 span.jp {
    width: 220px;
    padding: 30px 0 0 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width:425px) {
  .sec_about .about_inner .index_ttl h2 span.jp {
    padding: 16px 0 0 20px;
  }
}
.sec_about .about_inner h3 {
  padding: 5% 0 2% 10%;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #004d82;
}
@media only screen and (min-width:1558px) {
  .sec_about .about_inner h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width:1024px) {
  .sec_about .about_inner h3 {
    text-align: center;
    padding: 5% 0 2% 0;
    font-size: 20px;
  }
}
@media only screen and (max-width:425px) {
  .sec_about .about_inner h3 {
    font-size: 18px;
  }
}
.sec_about .about_inner p.info {
  padding: 0 0 20% 10%;
}
@media only screen and (max-width:1024px) {
  .sec_about .about_inner p.info {
    padding: 0 0 5% 0;
  }
}
.sec_about .about_inner .link {
  padding: 0 0 10% 30%;
}
@media only screen and (max-width:1024px) {
  .sec_about .about_inner .link {
    padding: 0;
  }
}
@media only screen and (max-width:1024px) {
  .sec_about .about_inner .link p {
    margin: 0 auto;
  }
}
@media only screen and (max-width:425px) {
  .sec_about .about_inner .link p {
    font-size: 12px;
  }
}

.sec_services {
  padding: 3% 0 0;
}
.sec_services .index_ttl {
  text-align: center;
}
.sec_services .index_ttl h2 {
  /*span.jp{
  	left:600px;
  	@media only screen and (max-width:1024px){
  		left:50%;
  	}
  }*/
}
.sec_services .index_ttl h2 span.jp {
  left: 60%;
}
.sec_services .services_inner {
  padding: 5% 12%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_services .services_inner div {
  width: 49.9%;
  margin: 0 0 0.1%;
  background-color: #dbdcdc;
}
.sec_services .services_inner div a {
  display: flex;
  align-items: center;
  aspect-ratio: 933/457;
  padding: 0 5%;
  color: #333333;
  font-size: 32px;
}
@media only screen and (max-width:1024px) {
  .sec_services .services_inner div a {
    font-size: 20px;
  }
}
@media only screen and (max-width:425px) {
  .sec_services .services_inner div a {
    font-size: 13px;
  }
}
.sec_services .services_inner div a:hover {
  text-decoration: none;
  font-size: 42px;
}
@media only screen and (max-width:1024px) {
  .sec_services .services_inner div a:hover {
    font-size: 21px;
  }
}
.sec_services .services_inner div.oem a {
  background: url("../images/index/bg_oem.png") no-repeat center center;
  background-size: cover;
}
.sec_services .services_inner div.fs a {
  background: url("../images/index/bg_fs.png") no-repeat center center;
  background-size: cover;
}
.sec_services .services_inner div.research a {
  background: url("../images/index/bg_dr.png") no-repeat center center;
  background-size: cover;
}
.sec_services .services_inner div.partner a {
  background: url("../images/index/bg_partner.png") no-repeat center center;
  background-size: cover;
}

.sec_contact {
  padding: 0 0 5%;
}
@media only screen and (max-width:1024px) {
  .sec_contact {
    padding: 5% 0;
  }
}
.sec_contact .contact_inner {
  background: url("../images/index/bg_contact.png") no-repeat center center;
  background-size: 100% 100%;
  aspect-ratio: 1675/620;
  padding: 3% 2% 0;
}
@media only screen and (max-width:1024px) {
  .sec_contact .contact_inner {
    aspect-ratio: auto;
    padding: 10% 2%;
    background: #004d82;
  }
}
.sec_contact .contact_inner .inner {
  width: 76%;
  text-align: center;
}
@media only screen and (min-width:1558px) {
  .sec_contact .contact_inner .inner {
    width: 60%;
  }
}
@media only screen and (max-width:1024px) {
  .sec_contact .contact_inner .inner {
    width: 100%;
  }
}
.sec_contact .contact_inner .index_ttl h2 span.en {
  font-size: 80px;
}
@media only screen and (min-width:1558px) {
  .sec_contact .contact_inner .index_ttl h2 span.en {
    font-size: 118px;
  }
}
@media only screen and (max-width:1024px) {
  .sec_contact .contact_inner .index_ttl h2 span.en {
    font-size: 60px;
  }
}
.sec_contact .contact_inner .index_ttl h2 span.jp {
  background-size: 50px auto;
  top: 40px;
}
@media only screen and (min-width:1558px) {
  .sec_contact .contact_inner .index_ttl h2 span.jp {
    background-size: 100px auto;
    top: 77px;
  }
}
@media only screen and (max-width:1024px) {
  .sec_contact .contact_inner .index_ttl h2 span.jp {
    background-size: 30px auto;
    top: 30px;
  }
}
@media only screen and (max-width:425px) {
  .sec_contact .contact_inner .index_ttl h2 span.jp {
    background-size: 30px auto;
    top: 40px;
  }
}
.sec_contact .contact_inner .info {
  color: #fff;
  padding: 3% 0;
  font-size: 16px;
}
@media only screen and (min-width:1558px) {
  .sec_contact .contact_inner .info {
    padding: 5% 0;
    font-size: 18px;
  }
}
@media only screen and (max-width:425px) {
  .sec_contact .contact_inner .info {
    padding: 8% 0 6%;
    font-size: 11px;
  }
}
.sec_contact .contact_inner ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:1024px) {
  .sec_contact .contact_inner ul {
    flex-wrap: wrap;
  }
}
.sec_contact .contact_inner ul li {
  width: 48%;
  color: #fff;
}
@media only screen and (max-width:1024px) {
  .sec_contact .contact_inner ul li {
    width: 100%;
  }
}
.sec_contact .contact_inner ul li a {
  color: #fff;
}
@media only screen and (max-width:425px) {
  .sec_contact .contact_inner ul li a {
    font-size: 28px;
  }
}
.sec_contact .contact_inner ul li.tel {
  border: 2px solid #fff;
  padding: 1% 0;
}
@media only screen and (min-width:1558px) {
  .sec_contact .contact_inner ul li.tel {
    padding: 2% 0;
  }
}
@media only screen and (max-width:1024px) {
  .sec_contact .contact_inner ul li.tel {
    margin: 0 0 5%;
  }
}
.sec_contact .contact_inner ul li.tel .tel_num {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
}
.sec_contact .contact_inner ul li.tel .tel_num span {
  font-size: 20px;
}
.sec_contact .contact_inner ul li.tel .time {
  font-size: 14px;
}
.sec_contact .contact_inner ul li.form {
  border: 2px solid #003c6a;
  background-color: #003c6a;
}
.sec_contact .contact_inner ul li.form a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
@media only screen and (max-width:1024px) {
  .sec_contact .contact_inner ul li.form a {
    padding: 5% 0;
  }
}
.sec_contact .contact_inner ul li.form a span {
  display: inline-block;
  padding: 0 0 0 36px;
  background: url("../images/index/i_form.svg") no-repeat center left;
  background-size: 26px auto;
}
@media only screen and (max-width:425px) {
  .sec_contact .contact_inner ul li.form a span {
    font-size: 14px;
  }
}
.sec_contact .contact_inner ul li.form:hover {
  border: 2px solid #fff;
  background-color: #fff;
}
.sec_contact .contact_inner ul li.form:hover a {
  text-decoration: none;
  color: #003c6a;
}
.sec_contact .contact_inner ul li.form:hover a span {
  display: inline-block;
  padding: 0 0 0 30px;
  background: url("../images/index/i_form_b.svg") no-repeat center left;
  background-size: 20px auto;
}

.sec_company {
  background-color: #e7edee;
  padding: 5% 0 0;
}
.sec_company .index_ttl {
  text-align: center;
}
.sec_company .index_ttl h2 span.jp {
  left: auto;
  right: 30%;
}
.sec_company .company_inner {
  display: flex;
  justify-content: space-around;
  padding: 3% 0 0;
}
@media only screen and (max-width:1024px) {
  .sec_company .company_inner {
    padding: 3% 5.3%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width:425px) {
  .sec_company .company_inner {
    padding: 8% 5.3%;
  }
}
.sec_company .company_inner .box {
  width: 19%;
}
@media only screen and (max-width:1024px) {
  .sec_company .company_inner .box {
    width: 48%;
    padding: 0 0 5%;
  }
}
.sec_company .company_inner .box a {
  display: block;
  width: 100%;
  background-color: #004d82;
  color: #fff;
}
.sec_company .company_inner .box a h3 {
  padding: 32% 0 0;
  text-align: center;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (min-width:1558px) {
  .sec_company .company_inner .box a h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width:1024px) {
  .sec_company .company_inner .box a h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width:425px) {
  .sec_company .company_inner .box a h3 {
    font-size: 16px;
  }
}
.sec_company .company_inner .box a h3:after {
  display: block;
  content: "";
  width: 62px;
  height: 2px;
  margin: 2% auto 0;
  background-color: #fff;
}
.sec_company .company_inner .box a p {
  margin: 22% 0 0;
  display: inline-block;
  padding: 2% 8% 2% 2%;
  color: #333333;
  background: #c8cacd url("../images/index/i_arr2.svg") no-repeat center right 3%;
  background-size: 9px auto;
  font-size: 12px;
}
@media only screen and (min-width:1558px) {
  .sec_company .company_inner .box a p {
    font-size: 18px;
  }
}
@media only screen and (max-width:1024px) {
  .sec_company .company_inner .box a p {
    font-size: 10px;
  }
}
@media only screen and (max-width:425px) {
  .sec_company .company_inner .box a p {
    width: 100%;
  }
}
.sec_company .company_inner .box a:hover {
  text-decoration: none;
  background-color: #0a3c6a;
}
.sec_company .company_inner .box a:hover p {
  background: #98999b url("../images/index/i_arr2.svg") no-repeat center right 3%;
  background-size: 9px auto;
}
.sec_company .company_inner .box:nth-of-type(even) a {
  background-color: #c8cacd;
  color: #333333;
}
.sec_company .company_inner .box:nth-of-type(even) a h3:after {
  background-color: #333333;
}
.sec_company .company_inner .box:nth-of-type(even) a p {
  color: #fff;
  background: #004d82 url("../images/index/i_arr2_w.svg") no-repeat center right 3%;
  background-size: 9px auto;
}
.sec_company .company_inner .box:nth-of-type(even) a:hover {
  background-color: #98999b;
}
.sec_company .company_inner .box:nth-of-type(even) a:hover p {
  background: #0a3c6a url("../images/index/i_arr2_w.svg") no-repeat center right 3%;
  background-size: 9px auto;
}

.sec_recruit {
  padding: 12% 0 0;
}
.sec_recruit .index_ttl {
  text-align: center;
}
.sec_recruit .index_ttl h2 span.jp {
  left: auto;
  right: 26%;
}
.sec_recruit h3 {
  text-align: center;
  padding: 5% 0 0;
  color: #004d82;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.28em;
}
@media only screen and (max-width:1024px) {
  .sec_recruit h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width:425px) {
  .sec_recruit h3 {
    font-size: 24px;
  }
}
.sec_recruit h4 {
  line-height: 1.1;
  text-align: center;
  color: #004d82;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 15px;
  letter-spacing: 0.28em;
}
.sec_recruit .info {
  padding: 3% 0;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width:425px) {
  .sec_recruit .info {
    padding: 6% 0;
    font-size: 12px;
  }
}
.sec_recruit .link {
  text-align: center;
  padding: 0 0 5%;
}
.sec_recruit .link p {
  margin: 0 auto;
}

@keyframes rolling {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4354px 0;
  }
}
.sec_entry {
  text-align: center;
  padding: 0 0 2%;
  position: relative;
}
@media only screen and (max-width:1024px) {
  .sec_entry {
    padding: 0 0 120%;
  }
}
@media only screen and (max-width:425px) {
  .sec_entry {
    padding: 0 0 450px;
  }
}
.sec_entry .entry_bg {
  width: 96%;
  margin: 0 auto;
  background: url("../images/index/bg_entry.jpg") no-repeat center center;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.sec_entry .entry_bg .letters {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20% 0 10%;
  width: 100%;
  filter: brightness(0.9);
  background: url("../images/index/letters.png") repeat-x center left;
  background-size: auto 160px;
  animation: rolling 10s infinite linear;
}
@media only screen and (max-width:1024px) {
  .sec_entry .entry_bg .letters {
    background-size: auto 80px;
    animation: rolling 16s infinite linear;
  }
}
.sec_entry .entry_bg .worker {
  width: 100%;
}
.sec_entry .entry_inner {
  position: absolute;
  z-index: 500;
  left: 5%;
  top: 76%;
  background: url("../images/index/bg_entry_inner.png") no-repeat center center;
  background-size: 100% 100%;
  width: 90%;
}
@media only screen and (max-width:1024px) {
  .sec_entry .entry_inner {
    background: #fff;
    border: 2px solid #004d82;
  }
}
.sec_entry .entry_inner .inner {
  padding: 5% 4% 4%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:1024px) {
  .sec_entry .entry_inner .inner {
    display: block;
  }
}
.sec_entry .entry_inner .inner .ttl_area {
  width: 36%;
  text-align: left;
}
@media only screen and (max-width:1024px) {
  .sec_entry .entry_inner .inner .ttl_area {
    width: 100%;
  }
}
.sec_entry .entry_inner .inner .ttl_area .index_ttl {
  text-align: center;
}
.sec_entry .entry_inner .inner .ttl_area .index_ttl h2 span.en {
  font-size: 90px;
}
@media only screen and (max-width:1024px) {
  .sec_entry .entry_inner .inner .ttl_area .index_ttl h2 span.en {
    font-size: 60px;
  }
}
.sec_entry .entry_inner .inner .ttl_area .index_ttl h2 span.jp {
  background-size: 50px auto;
  left: 30%;
  top: 50px;
  font-size: 20px;
}
@media only screen and (min-width:1558px) {
  .sec_entry .entry_inner .inner .ttl_area .index_ttl h2 span.jp {
    left: 50%;
    font-size: 25px;
  }
}
@media only screen and (max-width:1024px) {
  .sec_entry .entry_inner .inner .ttl_area .index_ttl h2 span.jp {
    background-size: 30px auto;
    font-size: 14px;
    top: 30px;
    left: 50%;
  }
}
.sec_entry .entry_inner .inner .ttl_area .info {
  padding: 10% 0 0 24%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width:1024px) {
  .sec_entry .entry_inner .inner .ttl_area .info {
    font-size: 14px;
    padding: 10% 0;
  }
}
@media only screen and (max-width:425px) {
  .sec_entry .entry_inner .inner .ttl_area .info {
    font-size: 14px;
    padding: 6% 0;
  }
}
.sec_entry .entry_inner .inner .content_area {
  width: 60%;
}
@media only screen and (max-width:1024px) {
  .sec_entry .entry_inner .inner .content_area {
    width: 100%;
  }
}
.sec_entry .entry_inner .inner .content_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_entry .entry_inner .inner .content_area ul li {
  width: 48%;
  padding: 0 0 2%;
}
@media only screen and (max-width:1024px) {
  .sec_entry .entry_inner .inner .content_area ul li {
    width: 100%;
  }
}
.sec_entry .entry_inner .inner .content_area ul li a {
  display: block;
  width: 100%;
  border: 2px solid #004d82;
  padding: 3.5% 1%;
  font-size: 18px;
}
@media only screen and (max-width:1024px) {
  .sec_entry .entry_inner .inner .content_area ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width:425px) {
  .sec_entry .entry_inner .inner .content_area ul li a {
    font-size: 14px;
  }
}
.sec_entry .entry_inner .inner .content_area ul li a:hover {
  text-decoration: none;
}
.sec_entry .entry_inner .inner .content_area ul li.message a, .sec_entry .entry_inner .inner .content_area ul li.department a {
  background: #004d82 url("../images/index/i_arr_w.svg") no-repeat center right 5%;
  background-size: 10px auto;
  color: #fff;
}
.sec_entry .entry_inner .inner .content_area ul li.message a:hover, .sec_entry .entry_inner .inner .content_area ul li.department a:hover {
  background: #fff url("../images/index/i_arr.svg") no-repeat center right 5%;
  background-size: 10px auto;
  color: #004d82;
}
.sec_entry .entry_inner .inner .content_area ul li.interview a {
  border: 2px solid #66c2c4;
  background: #66c2c4 url("../images/index/i_arr_w.svg") no-repeat center right 5%;
  background-size: 10px auto;
  color: #fff;
}
.sec_entry .entry_inner .inner .content_area ul li.interview a span {
  display: inline-block;
  padding: 0 0 0 36px;
  background: url("../images/index/i_voice.svg") no-repeat center left;
  background-size: 24px auto;
}
.sec_entry .entry_inner .inner .content_area ul li.interview a:hover {
  background: #fff url("../images/index/i_arr_g.svg") no-repeat center right 5%;
  background-size: 10px auto;
  color: #66c2c4;
}
.sec_entry .entry_inner .inner .content_area ul li.interview a:hover span {
  background: url("../images/index/i_voice_g.svg") no-repeat center left;
  background-size: 24px auto;
}
.sec_entry .entry_inner .inner .content_area ul li.qa a {
  border: 2px solid #66c2c4;
  background: #66c2c4 url("../images/index/i_arr_w.svg") no-repeat center right 5%;
  background-size: 10px auto;
  color: #fff;
}
.sec_entry .entry_inner .inner .content_area ul li.qa a:hover {
  background: #fff url("../images/index/i_arr_g.svg") no-repeat center right 5%;
  background-size: 10px auto;
  color: #66c2c4;
}
.sec_entry .entry_inner .inner .content_area ul li.entry a, .sec_entry .entry_inner .inner .content_area ul li.internentry a {
  border: 2px solid #66c2c4;
  background: #fff url("../images/index/i_arr_g.svg") no-repeat center right 5%;
  background-size: 10px auto;
  color: #66c2c4;
}
.sec_entry .entry_inner .inner .content_area ul li.entry a:hover, .sec_entry .entry_inner .inner .content_area ul li.internentry a:hover {
  background: #66c2c4 url("../images/index/i_arr_w.svg") no-repeat center right 5%;
  background-size: 10px auto;
  color: #fff;
}/*# sourceMappingURL=index.css.map */
