@charset "utf-8";
/*-------------------------------------------------

お得な特典一覧

-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body{
    color: #333;
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
}

.slider_area {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin:40px auto;
}

.slider_area .slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.slider_area .slider li {
  margin: 0 auto;
  padding:0 5px;
}
.slider_area .slider .slick-list {
  width: 100%;
}
.slider_area .slider .slick-track{
  width: 100%;
}
.slider_area .slider  img {
    width:100%;
    height:auto;
}
/*ドットナビゲーションの設定*/
.slider_area .slider .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
}
.slider_area .slider .slick-dots li {
    display:inline-block;
}
.slider_area .slider .slick-dots button{
    color: transparent;
    outline: none;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #022340;
}
.slider_area .slider .slick-dots .slick-active button{
    background:#022340;
  border: 1px solid #fff;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 100%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  color: #000;
  outline: none;
  background: #fff;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: 2%;
    z-index: 1;
}
[dir='rtl'] .slick-prev{
    right: 5%;
    left: auto;
}
.slick-prev:before{
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: 35%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}
[dir='rtl'] .slick-prev:before{
    content: '→';
}

.slick-next{
    right: 2%;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: 5%;
}
.slick-next:before{
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: 20%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
[dir='rtl'] .slick-next:before{
    content: '←';
}
main .title_area h1 img{
  width: 100%;
}

.contents .achievement{
  background: #fff;
  padding: 100px 0;
}
.contents .achievement .wrap {
  width: 100%;
  margin: 0 auto;
}
.contents .achievement .jisseki{
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 100;
}

.contents .achievement h2{
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: 1em;
  color: #01559e;
}
.contents .achievement ul.flex_3rows {
  display: flex;
  flex-wrap: wrap;
  width: 880px;
  margin: 0 auto;
}
.contents .achievement ul.flex_3rows li {
  width: 33%;
  padding: 0 1%;
  margin: 0 0 20px;
}
.contents .achievement ul.flex_3rows li figure {
  text-align: center;
}
.contents .achievement ul.flex_3rows li img {
  border: 1px solid #ccc;
}

.contents .achievement ul.flex_3rows li p {
  font-size: 1.3rem;
  margin-top: 5px;
  text-align: center;
}
.contents .pickup{
  background: #F6F6F6;
  padding: 100px 0;
}
.contents .pickup h2{
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: 1em;
  color: #01559e;
}

.contents .pickup ul{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  /*height: 180px;
  overflow-y: auto;*/
}
.contents .pickup ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px dashed #707070;
}
.contents .pickup .pickupListCategory{
  background-color: #01559e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 1em 0.3em;
  width: 11.0rem;
  margin-right: 2.0rem;
  font-weight: normal;
  color: #fff;
  font-size: 1.2rem;
}
 .contents .pickup strong {
  color: #01559e;
}
.contents .read{
  text-align: center;
  font-size: 1.8rem;
  margin: 100px 0 60px;
}
.contents .reason{
  text-align: center;
}
.contents .reason h2{
  font-weight: bold;
  font-size: 3.6rem;
  color: #01559e;
}
.contents .reason ul{
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin:40px auto 60px;
}
.contents .reason ul li{
  flex: 0 0 48%;
  margin: 0 4% 4% 0;
  text-align: center;
  height: 400px;
  padding-top: 20px;
}
.contents .reason ul li:nth-of-type(1){
  background: url(/lpi/corp/img/reason01_bg.png) no-repeat bottom #01559e;
  background-size: 100%;
}
.contents .reason ul li:nth-of-type(2){
    background: url(/lpi/corp/img/reason02_bg.png) no-repeat bottom #01559e;
    margin: 0;
  background-size: 100%;
}
.contents .reason ul li:nth-of-type(3){
    background: url(/lpi/corp/img/reason03_bg.png) no-repeat bottom #01559e;
  background-size: 100%;
}
.contents .reason ul li:nth-of-type(4){
    background: url(/lpi/corp/img/reason04_bg.png) no-repeat bottom #01559e;
    margin: 0;
  background-size: 100%;
}
.contents .reason ul li h3{
  background: #0095e0;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  width: 100%;
  padding: 5px 0 5px 10px;
  margin: 0 0 20px 0;
  text-align: left;
}
.contents .reason ul li p {
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  padding:0 20px;
}
.contents .ecc_60th{
    text-align: center;
    margin:60px auto 100px;
}
.contents .company,
.contents .education{
  background: #F6F6F6;
}
.contents .company .wrap,
.contents .education .wrap,
.contents .preferential .wrap{
  background: linear-gradient(to right, #01559e, #012b4f);
  padding: 15px 0;
}
.contents .company .wrap h2,
.contents .education .wrap h2,
.contents .preferential .wrap h2{
  width: 1000px;
  margin:0 auto;
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
}
.contents .education .wrap h2 span{
  font-weight: normal;
  font-size: 2rem;
}

.contents .company ul,
.contents .education ul{
    display: flex;
    flex-wrap: wrap;
    width: 1030px;
    margin:40px auto 0;
    padding:20px 0 60px;
}
.contents .company ul li{
  flex: 0 0 47%;
  margin: 0 3% 3% 0;
  height: 370px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 30px;
  text-align: left;
  overflow: hidden;
}
.contents .education ul li{
  flex: 0 0 47%;
  margin: 0 3% 3% 0;
  height: 350px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 30px;
  text-align: left;
  overflow: hidden;
}

.contents .company ul li:nth-of-type(2),
.contents .company ul li:nth-of-type(4),
.contents .education ul li:nth-of-type(2),
.contents .education ul li:nth-of-type(4){
  margin: 0;
}
.contents .company ul li:nth-of-type(1),
.contents .company ul li:nth-of-type(2){
  height: 350px;
}

.contents .education ul li:nth-of-type(1),
.contents .education ul li:nth-of-type(2){
  height: 450px;
}

.contents .education ul li:nth-of-type(3),
.contents .education ul li:nth-of-type(4){
  height: 300px;
}

.contents .company ul li:nth-of-type(5) a,
.contents .education ul li:nth-of-type(2) a{
  color: #01559e;
  text-align: right;
  display: block;
}

.contents .education ul.consignment li{
  height: auto;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
}
.contents .education ul.consignment li h3 {
  padding: 20px 0;
  width: 100%;
}
.contents .education ul.consignment li div{
  flex: 0 0 54%;
}
.contents .education ul.consignment li figure{
  float: none;
  flex: 0 0 46%;
  margin: 0;
  text-align: right;
}
.contents .education ul.consignment li figure.img_btm img{
  margin-top:-10%;
}
.contents .education ul.consignment li .tit{
  width: 100%;
}
.contents .education ul.consignment li .note{
  font-weight: normal;
  font-size: 1rem;
  margin: -2% 0 0 auto;
  line-height: 1.2;
  width: 420px;
  font-family: initial;
}
.contents .education ul.consignment li .text{
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8;
}
.contents .education ul.consignment li .text span{
  font-weight: bold;
}
.contents .education ul.consignment li .text_s{
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.8;
}
.contents .education ul.consignment li a{
  color: #01559e;
  text-align: center;
  display: block;
}
.contents .company ul li h3,
.contents .education ul li h3{
  font-weight: bold;
  font-size: 2.4rem;
  color: #01559e;
  border-bottom: 1px solid #01559e;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.contents .education ul li:nth-of-type(1) h3{
  padding: 20px 0;
}

.contents .company ul li figure,
.contents .education ul li figure{
  float: right;
  margin: 0 0 10px 20px;
}
.contents .company ul li p:nth-of-type(1),
.contents .education ul li p:nth-of-type(1){
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
.contents .contact{
  width: 700px;
  background: #0095e0;
  margin:60px auto 100px;
  text-align: center;
  position: relative;
}
.contents .contact a{
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  display: block;
}
.contents .contact a:hover{
  text-decoration: none;
}
.contents .contact a span{
  font-weight: normal;
  font-size: 2rem;
}
.contents .contact a i{
  position: absolute;
  right: 2%;
  top: 35%;
}
.contents .download{
  background: #fff;
  padding: 40px 0;
}
.contents .download h2{
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: 1em;
  color: #01559e;
}

.contents .download ul{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 4rem;
  border-top: 2px solid #01559e;
}
.contents .download ul li {
  display: flex;
  padding: 1.5rem 0;
  font-size: 1.6rem;
}
.contents .download ul li::before{
  content:"●";
  color:#01559e;
  margin-right:10px;
}

.contents .download ul li a{
  text-decoration: none;
}

.contents .download ul li a span{
  background-color: #01559e;
  color: #fff;
  border-radius: 50px;
  padding: 2px 20px 4px;
  display: inline-block;
}
.contents .download ul li a span i{
  font-size: 1.1rem;
}
.contents .documents{
  max-width: 700px;
  width: 100%;
  background: #fff;
  border:2px solid #01559e;
  margin:60px auto;
  text-align: center;
  position: relative;
}
.contents .documents a{
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #01559e;
  padding: 20px 0;
  display: block;
}
.contents .documents a:hover{
  text-decoration: none;
}
.contents .documents a span{
  font-weight: normal;
  font-size: 2rem;
}
.contents .documents a i{
  position: absolute;
  right: 2%;
  top: 40%;
}
.contents .preferential{

}
.contents .preferential h3{
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 3;
  position: relative;
  margin-bottom: 30px;
  max-width: 650px;
  width: 100%;
  margin:0 auto 20px;
}
/*.contents .preferential h3::before{
  content: "";
  display: inline-block;
  width: 137px;
  height: 122px;
  background: url("/lpi/corp/img/preferential05.png") no-repeat left;
  left: -150px;
  position: absolute;
  top: 20px;
}*/
.contents .preferential h3 img{
  width: 100%;
}

.contents .preferential .inner{
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 40px;
  background: url("/lpi/corp/img/preferential_bg.png"), linear-gradient(#a79059 0%, #735c2c 100%) repeat;
  padding: 0 50px 40px;
}
.contents .preferential > p{
  font-size: 1.8rem;
  text-align: center;
  margin-top: 40px;
}

.contents .preferential .inner > p{
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.contents .preferential .inner .tokuten{
  padding: 40px 0 0;
}

.contents .preferential .inner .tokuten figure{
  text-align: center;
}
.contents .preferential .inner .tokuten figure img{
  width: 100%;
}

.contents .preferential .inner .tokuten p{
  color: #fff;
  text-align: right;
}
.contents .preferential .inner .about,
.contents .preferential .inner .conclusion{
  padding: 20px 0;
}
.contents .preferential .inner .about figure,
.contents .preferential .inner .conclusion figure{
  text-align: center;
}
.contents .preferential .inner .conclusion figure img{
  width: 100%;
}

.contents .preferential .contact {
  margin: 10px auto 100px;
}
@media screen and (max-width: 720px) {
img{
  width: 100%;
}
.slider_area .slider {
  width: 100%;
  margin:20px auto;
}
.slider_area .slider li{
  margin:0 5px;
  padding: 0;
}

.slider_area .slider  img {
    width:100%;
    height:auto;
}
.slick-prev,
.slick-next{
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
}
.slick-next::before,
.slick-prev::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.contents .achievement{
  padding: 60px 20px;
}
.contents .achievement h2{
  font-size: 2.0rem;
}
.contents .achievement .jisseki{
  font-size: 1.4rem;
  line-height: 1.4;
}
.contents .achievement ul.flex_3rows{
  width: 90%;
}
.contents .achievement ul.flex_3rows li  {
  width: 50%;
}

.contents .achievement ul.flex_3rows li img{
  width: 100%;
  height: auto;
}
 .contents .pickup{
  padding: 60px 20px;
}
.contents .pickup h2 {
  font-size: 2.0rem;
}
.contents .pickup ul {
  width: 90%;
  /*height: 250px;*/
}
.contents .read {
  font-size: 1.2rem;
  padding: 0 20px;
  margin: 60px 0 40px;
}
.contents .reason {
  text-align: center;
  color: #01559e;
  padding: 0 20px;
  width: 100%;
}
.contents .reason h2{
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.contents .reason ul {
  display: block;
  margin: 20px auto 40px;
  width: 100%;
}
.contents .reason ul li{
  flex: 0 0 100%;
  margin: 0 0 5% 0;
  text-align: center;
    height:auto;
}
.contents .reason ul li:nth-of-type(2),
.contents .reason ul li:nth-of-type(4){
    margin: 0 0 5% 0;
}

.contents .reason ul li h3 {
  font-size: 1.8rem;
}
.contents .reason ul li p {
  font-size: 1.4rem;
  padding: 0 20px 100px 20px;
}
.contents .ecc_60th {
  padding: 0 20px;
  margin: 30px 0 60px;
}
.contents .contact {
  width: 90%;
  margin: 30px auto 50px;
}
.contents .contact a {
  font-size: 2rem;
}
.contents .contact a span {
  font-size: 1.4rem;
}
.contents .company .wrap, 
.contents .education .wrap,
.contents .preferential .wrap{
  font-size: 2rem;
  padding: 15px;
}
.contents .company .wrap h2, 
.contents .education .wrap h2,
.contents .preferential .wrap h2 {
  width: 100%;
  margin: 0 auto;
  line-height: 1.2;
}
.contents .company ul,
.contents .education ul{
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 0 20px 60px;
}
.contents .company ul li,
.contents .education ul li{
  flex: 0 0 100%;
  margin: 0 0 5% 0;
  height: auto;
  padding: 20px;
}

.contents .company ul li:nth-of-type(2),
.contents .company ul li:nth-of-type(4),
.contents .education ul li:nth-of-type(2),
.contents .education ul li:nth-of-type(4){
  margin: 0 0 5% 0;
}
.contents .company ul li:nth-of-type(1),
.contents .company ul li:nth-of-type(2),
.contents .education ul li:nth-of-type(1),
.contents .education ul li:nth-of-type(2){
  height: auto;
}

.contents .education ul li:nth-of-type(3),
.contents .education ul li:nth-of-type(4){
  height: auto;
}

.contents .company ul li h3,
.contents .education ul li h3{
  font-size: 1.8rem;
}
.contents .education ul li:nth-of-type(1) h3{
  padding: 0 0 20px 0;
}
.contents .company ul li figure, 
.contents .education ul li figure {
  width: 50%;
}
.contents .company ul li p:nth-of-type(1),
.contents .education ul li p:nth-of-type(1){
  font-weight: bold;
  font-size: 1.6rem;
}
.contents .education ul.consignment li{
  display: block;
}
.contents .education ul.consignment li div{
  flex: 0 0 100%;
}
.contents .education ul.consignment li figure{
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.contents .education ul.consignment li figure.img_btm {
  margin-bottom: 0;
}
.contents .education ul.consignment li figure.img_btm img{
  margin-top:0;
}
.contents .education ul.consignment li .note{
  margin: 0 auto 20px;
  width: 100%;
}
.contents .documents {
  margin: 40px auto 0;
}
.contents .download {
  padding: 20px 20px;
}
.contents .download h2 {
  font-size: 2.0rem;
}
.contents .download ul {
  padding: 1.5rem 2rem;
}
.contents .download ul li {
  font-size: 1.4rem;
  padding: 1rem 0;
}
.contents .download ul li a span {
  background-color: #01559e;
  padding: 0 20px 2px;
  font-size: 1.2rem;
}
.contents .download {
  width: 100%;
  margin: 30px auto;
}
.contents .download a {
  font-size: 2rem;
}
.contents .download a span {
  font-size: 1.4rem;
}
.contents .preferential .inner {
  width: 90%;
  margin: 30px auto 0;
  padding: 30px;
}
.contents .preferential h3 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
/*.contents .preferential h3::before {
  content: "";
  display: inline-block;
  width: 137px;
  height: 122px;
  background: url("/lpi/corp/img/preferential05.png") no-repeat left;
  left: 0;
  position: absolute;
  top: 20px;
  background-size: 60%;
}*/
.contents .preferential h3 span{
  display: block;
}
.contents .preferential .inner > p {
  font-size: 1.4rem;
  text-align: center;
}
.contents .preferential .inner .tokuten p {
  color: #fff;
  text-align: right;
  font-size: 1.2rem;
}
.contents .preferential > p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 40px;
}
.contents .preferential .contact {
  margin: 10px auto 40px;
}
}
