@charset "UTF-8";


/* mv
----------------------------------------*/
.mv{
  height: 600px;
  padding: 6.875em 5%;
  background: url(bg-maintitle.jpg) no-repeat center;
  background-size: cover;
}
.mv > .inner{
  max-width: 795px;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .mv{
    height: auto;
    padding: 3em 5%;
  }
}


/* lead
----------------------------------------*/
.mv-lead{
  margin-top: 3.5em;
}
.mv-lead  p{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-shadow: 0 0 15px #001d33,0 0 15px #001d33,0 0 15px #001d33,0 0 15px #001d33,0 0 15px #001d33,0 0 15px #001d33,0 0 15px #001d33;
}

@media screen and (max-width: 767px){
  .mv-lead{
    margin-top: 2em;
  }
  .mv-lead p{
    font-size: 1.4rem;
  }
}


/* contents
----------------------------------------*/
.contents{
  padding: 0;
}


/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section{
  padding: 3.75em 5%;
}
.section.company{
  background: #1a3380;
}
.section.archive{
  background: #29aecc;
}
.section > .inner {
  max-width: 1060px;
  margin: 0 auto;
}
.heading02{
  margin-bottom: 0.8em;
  color: #fff;
  font-family: Arial,"Helvetica Neue",Helvetica;
  font-size: 5.0rem;
  font-weight: 700;
  text-align: center;
}
.heading02.new{
  position: relative;
  color: #00238c;
}
.heading02.new::before,
.heading02.new::after{
  position: absolute;
  content: '';
  top: 50%;
  width: calc(50% - 1.5em);
  height: 2px;
  background-color: #00238c;
} 
.heading02.new::before{
  left: 0;
}
.heading02.new::after{ 
  right: 0;
}
/* flex */
.list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* new */
.item-new{
  width: 48.11320754716981%;
  background: #fff;
}
.item-new:nth-child(n+3){
  margin-top: 2.5em;
}
.item-new-image{
  overflow: hidden;
}
.item-new-text{
  margin-top: 1.25em;
}
.item-new-text .shoulder{
  width: 75px;
  padding: 0.3em;
  background: #00238c;
  border-radius: 0.2em;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
.item-new-text .heading{
  margin-top: 0.5em;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
}
.item-new-text .name{
  position: relative;
  margin-top: 0.6em;
  padding-top: 0.8em;
  border-top: solid 1px #00238c;
  font-size: 1.6rem;
  line-height: 1.6;
}
.item-new-text .name::before{
  position: absolute;
  top: -1px;
  left: 0;
  width: 10%;
  height: 1px;
  background: #00bbe6;
  content: "";
}
.item-new a{
  padding: 1.25em;
}
/* company */
.item-company{
  width: 31.69811320754717%;
}
.item-company-image{
  overflow: hidden;
}
.item-company-text{
  margin-top: 1.25em;
}
.item-company-text .shoulder{
  width: 75px;
  padding: 0.3em;
  background: #d9009b;
  border-radius: 0.2em;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
.item-company-text .heading{
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.item-company-text .detail{
  margin-top: 0.6em;
  font-size: 1.5rem;
  line-height: 1.6;
}
.item-company a{
  color: #fff;
}
/* archive */
.item-archive{
  width: 48.77358490566038%;
  background: #fff;
}
.item-archive:nth-child(n+3){
  margin-top: 1.625em;
}
.item-archive-image{
  overflow: hidden;
}
.item-archive-text .shoulder{
  width: 75px;
  padding: 0.3em;
  background: #00238c;
  border-radius: 0.2em;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
.item-archive-text .heading{
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.item-archive-inner{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 0.6em;
  padding-top: 0.8em;
  border-top: solid 1px #00238c;
}
.item-archive-inner::before{
  position: absolute;
  top: -1px;
  left: 0;
  width: 10%;
  height: 1px;
  background: #00bbe6;
  content: "";
}
.item-archive-inner-image{
  overflow: hidden;
  width: 35.63941299790356%;
}
.item-archive-inner-name{
  width: 61.21593291404612%;
  font-size: 1.5rem;
  line-height: 1.6;
}
.item-archive a{
  padding: 1.25em;
}
/* a */
.list a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: 0.5s;
}
.list a:hover{
  opacity: 0.7;
}
.list a img{
  transition: 0.5s;
}
.list a:hover  img{
  transform:scale(1.1);
}

@media screen and (max-width: 767px){
  .section{
    padding: 3em 5%;
  }
  .heading02{
    font-size: 4.0rem;
  }
  /* new */
  .item-new{
    width: 100%;
  }
  .item-new:nth-child(n+2){
    margin-top: 2em;
  }
  .item-new-text .shoulder{
    font-size: 1.4rem;
  }
  .item-new-text .heading{
    font-size: 1.8rem;
  }
  .item-new-text .name{
    font-size: 1.5rem;
  }
  .item-new a{
    padding: 1em;
  }
  /* company */
  .item-company{
    width: 100%;
  }
  .item-company:nth-child(n+2) {
    margin-top: 2em;
  }
  .item-company-text .shoulder{
    font-size: 1.4rem;
  }
  .item-company-text .heading{
    font-size: 1.6rem;
  }
  .item-company-text .detail{
    font-size: 1.3rem;
  }
  /* archive */
  .item-archive{
    width: 100%;
  }
  .item-archive:nth-child(n+2) {
    margin-top: 2em;
  }
  .item-archive-text .shoulder{
    font-size: 1.4rem;
  }
  .item-archive-text .heading{
    font-size: 1.6rem;
  }
  .item-archive-inner-name{
    font-size: 1.3rem;
  }
}


/* logo
----------------------------------------*/
.logo{ 
  padding: 3.75em 5%; 
  background: #fff;
}
.logo-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
}
.logo-list + .logo-list{
  margin-top: 3em;
}
.logo-list li{
  margin: 0 1.5em;
}
.logo-list li.size01{
  width: 35%;
}
.logo-list li.size02{
  width: 33%;
}
.logo-list li.size03{
  width: 15%;
}
.logo-list li.size04{
  width: 13%;
}
.logo-list li.size05{
  width: 12%;
}

@media screen and (max-width: 767px){
  .logo{ 
    padding: 3.0em 5%; 
  }
  .logo-list + .logo-list{
    margin-top: 2em;
  }
  .logo-list li{
    margin: 0;
  }
  .logo-list li.size01,
  .logo-list li.size02,
  .logo-list li.size03,
  .logo-list li.size04,
  .logo-list li.size05{
    width: 100%;
  }
  .logo-list li:nth-child(n+2){
    margin-top: 2em;
  }
  .logo-list li span{
    display: block;
    margin: 0 auto;
  }
  .logo-list li.size01 span{
    width: 100%;
  }
  .logo-list li.size02 span{
    width: 75%;
  }
  .logo-list li.size03 span{
    width: 43%;
  }
  .logo-list li.size04 span{
    width: 37%;
  }
  .logo-list li.size05 span{
    width: 32%;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 5em 5%;
  background: #fff;
}
.contact > .inner{
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}
.contact-heading{
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 3.0rem;
  font-weight: 700;
}
.contact-heading::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5em;
  height: 5px;
  background: #00bbe5;
  content: "";
}
.contact-text{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.contact-link{
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 3em 5%;
  }
  .contact-heading{
    font-size: 2.6rem;
  }
  .contact-text{
    font-size: 2.0rem;
  }
  .contact-link{
    font-size: 1.8rem;
  }
}
