@charset "UTF-8";


/*------------------------ content ------------------------*/

.m-container {
  padding-top: 80px;
}
.m-content {
  position: relative;
  z-index: 2;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 1100px){


    .m-container {
      padding-top: 60px;
    }

  .m-content {
    padding: 0 20px;
  }

}



/*------------------------ m-links------------------------*/

.m-links {
  margin: 50px auto 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.m-links .thumbnail {
  width: 120px;
  height: 80px;
}

.m-links .box {
  width: 30%;max-width: 360px;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
}

.m-links .box:nth-child(n + 4) {
  margin-top: 30px;
}

.m-links .box a {
  padding: 18px 15px!important;
  display: flex!important;
  align-items: center;
  color: #000!important;
  transition: .3s;
}

.m-links .box .txt {
  margin-left: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 36px;
  position: relative;
  background: url("../img/common/ico_arrow.png")no-repeat;
  background-size: 18px;
  background-position: right 1px center;
}


.m-4col .box {
    max-width: 290px;
    width: 24%;
}

.m-4col .box a {
    padding: 18px 0 18px 10px;
}

.m-4col .box .txt {
    margin-left: 15px;
    padding-right: 30px;
}

.m-4col .box:last-child {
  margin: 0;
}

@media screen and (max-width: 1100px){

  .m-links {
    margin: 50px auto 60px;
  }

  .m-links .box {
      width: 32%;
  }

  .m-links .box .txt {
      margin-left: 10px;
      font-size: 1.2rem;
  }

  .m-links .thumbnail {
      width: 80px;
      height: 60px;
  }

  .m-links .box a {
      padding: 15px 10px!important;
  }

  .m-links .box:nth-child(n + 4) {
    margin-top: 20px;
  }

}

@media screen and (min-width: 768px){

  .m-links .box a:hover {
    opacity: .8;
  }



}


@media screen and (max-width: 767px){

  .m-links .box a {
      display: block!important;
      padding: 10px 5px;
      text-align: center;
      line-height: 1;
  }

  .m-links {
      margin: 30px auto 50px;
  }

  .m-links .box {
      width: 32%;
  }

  .m-links .thumbnail {
      width: 100%;
      height: 70px;
      margin: 0 auto 5px;
  }

  .m-links .box .txt {
      font-size: 1.2rem;
      margin: 0;
      line-height: 1.3;
      background-size: 9px;
      background-position: right 5px center;
      padding-right: 20px;
      letter-spacing: 0;
      display: inline-block;
  }

  .m-links .box:nth-child(n + 4) {
      margin-top: 10px;
  }

  .m-4col .box {
    width: 48%;
    margin-bottom: 10px;
  }

  .m-4col .box:nth-child(n + 3) {
    margin: 0;
  }

  .m-4col .box a {
    padding: 10px;
  }


}

/*------------------------ m-3col------------------------*/

.m-3col {
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.m-3col .box {
    width: 33.3%;
    text-align: center;
    margin-bottom: 80px;
}

.m-3col .box .img {
  margin: 0 auto 40px;
}

.m-3col .box .lead {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media screen and (max-width: 1100px){
  .m-3col {
      margin: 70px auto 0;
  }

  .m-3col .box {
      padding: 0 20px;
  }

  .m-3col .box .lead {
    line-height: 1.8;
  }

}

@media screen and (max-width: 767px){
  .m-3col {
      margin: 50px auto 0;
  }

  .m-3col .box {
      width: 50%;
      padding: 0 10px;
      margin-bottom: 20px;
  }

  .m-3col .box .img {
      max-width: 100px;
      margin: 0 auto 10px;
  }

  .m-3col .box .lead {
      line-height: 1.8;
      font-size: 1rem;
  }

}


/*------------------------ 文字------------------------*/
.m-lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px){

  .m-lead {
    font-size: 1.2rem;
  }

}

/*------------------------ 見出し------------------------*/

/* ページタイトル */
.m-page {
    height: 500px;
    position: relative;
}


.m-page .heading {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 80px;
  color: #fff;
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
}

.m-page .heading span {
  display: block;
  line-height: 1;
  overflow: hidden;
}

.m-page .heading .en {
  padding-bottom: 50px;
}

.m-page .heading .jp {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-page .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.m-page.is-animated .bg-wrap {
  opacity: 1;
}

.m-page.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}


/* 見出し */

.m-heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.m-heading span {
  display: block;
  color: #205a9b;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 7px;
}

.m-heading::before {
  position: absolute;
  content: "";
  background: #205a9b;
  width: 80px;
  height: 1px;
  left: 0;
  bottom: 0;
}


/* 小見出し */

.m-subheading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}

.m-subheading span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #004a98;
    letter-spacing: 0.05em;
    padding-top: 15px;
}

@media screen and (max-width: 1100px){
  .m-page .heading {
      padding: 0 40px;
      font-size: 5rem;
  }

  .m-page .heading .en {
      padding-bottom: 20px;
  }

  .m-page .heading .jp {
      font-size: 2rem;
  }

  .m-page {
      height: 300px;
  }

}

@media screen and (max-width: 767px){

  /* ページタイトル */

  .m-page {
      height: 250px;
  }

  .m-page .heading {
      font-size: 3.2rem;
      padding: 0 20px;
  }

  .m-page .heading .jp {
      font-size: 1.6rem;
  }

  .m-page .heading .en {
      padding-bottom: 20px;
  }

  /* 見出し */

  .m-heading {
      line-height: 1.4;
  }

  .m-heading span {
      font-size: 1.6rem;
      padding-bottom: 5px;
  }

  /* 小見出し */

  .m-subheading {
      margin-bottom: 5px;
  }

  .m-subheading span {
      padding-top: 5px;
  }



}


/*------------------------ contact------------------------*/

.m-contact {
    background: #f5f5f5;
    padding: 100px 0;
}

.m-contact .content {
    max-width: 890px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.m-contact .content .m-heading {
  margin-bottom: 25px;
}


.m-contact .content .button {
    width: 220px;
}

.m-contact .content .button a {
    display: block;
    background: #004a98;
    color: #fff;
    min-height: 60px;
    padding: 16px 0 16px 40px;
    font-weight: 500;
    position: relative;
    transition: .3s;
}

.m-contact .content .button a::before {
  position: absolute;
  content: ">";
  right: 20px;
  top: 16px;
}

@media screen and (min-width: 768px){

  .m-contact .content .button a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px){
  .m-contact .content {
      padding: 0 20px;
      flex-wrap: wrap;
  }

  .m-contact .content .block {
      width: 100%;
      margin: 0 auto 60px;
  }

  .m-contact {
      padding: 80px 0;
  }


  .m-contact .content .button {
      width: 250px;
  }

  .m-contact .content .button a {
      min-height: 45px;
      font-size: 1.4rem;
      padding: 10px 0 10px 30px;
  }

  .m-contact .content .button a::before {
      right: 20px;
      top: 10px;
  }

}

/*------------------------ logo------------------------*/
.m-logo {
    padding: 100px 0;
    text-align: center;
    background: #fff;
}

.m-logo li {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    margin: 0 45px;
}
@media screen and (max-width: 1100px){
  .m-logo li {
    margin: 0 20px;
  }

}

@media screen and (max-width: 767px){
  .m-logo li {
      display: block;
      margin: 0 auto 50px;
  }

  .m-logo li:last-child {
    margin: 0 auto;
  }

}
/*------------------------ button------------------------*/


.m-button {
    width: 220px;
    margin-top: 50px;
}

.m-button a {
    display: block;
    background: #004a98;
    color: #fff;
    min-height: 60px;
    padding: 16px 0 16px 40px;
    font-weight: 500;
    position: relative;
    transition: .3s;
}

.m-button a::before {
  position: absolute;
  content: ">";
  right: 20px;
  top: 16px;
}

@media screen and (min-width: 768px){

  .m-button a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px){

  .m-button {
      width: 250px;
  }

  .m-button a {
      min-height: 45px;
      font-size: 1.4rem;
      padding: 10px 0 10px 30px;
  }

  .m-button a::before {
      right: 20px;
      top: 10px;
  }

}

/*------------------------ video ------------------------*/
.video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  }
  .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }