@charset "UTF-8";
/*---------------------------------------------
 font
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
/*----------------------------------
	common
----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  font-family: "Roboto" , "Helvetica Neue" , Helvetica , Arial , Verdana , Avenir , "メイリオ" , Meiryo , "游ゴシック Medium", "YuGothic M", "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}

.pcOnly {
  display: none;
}

.spOnly {
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
}

/*----------------------------------
	footer
----------------------------------*/
footer {
  padding: 20px 0;
  background-color: #006bab;
  color: #fff;
  text-align: center;
}

footer .inner {
  max-width: 920px;
}

footer .provide {
  padding: 15px 20px;
  border: 3px solid #fff;
  margin-bottom: 10px;
}

footer .provide p {
  font-size: 1.4rem;
  line-height: 1.4;
}

footer .provide p strong {
  display: block;
  font-weight: bold;
}

footer .copyright small {
  font-size: 1.4rem;
  line-height: 1.4;
}

footer .copyright .company {
  margin-bottom: 10px;
}

footer .copyright .register .logo {
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
  footer .copyright .register {
    display: flex;
    align-items: center;
  }
  footer .copyright .register img {
    display: inline-block;
    margin-right: 15px;
  }
}

/*----------------------------------
	.hero
----------------------------------*/
.hero {
  background-image: url(../img/hero_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
  color: #fff;
}

.hero .inner {
  max-width: 920px;
  position: relative;
  height: 300px;
}

.hero .pr {
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 1.4rem;
  border: 3px solid #fff;
  padding: 5px;
  font-weight: bold;
  line-height: 1;
}

.hero .catch {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.hero .catch h1 img {
  width: 80%;
  max-width: 350px;
  height: auto;
  margin-bottom: 20px;
  image-rendering: -webkit-optimize-contrast;
  /* Safari (WebKit) */
  -webkit-backface-visibility: hidden;
  /* chrome */
}

.hero .catch .read img {
  width: 80%;
  max-width: 350px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  /* Safari (WebKit) */
  -webkit-backface-visibility: hidden;
  /* chrome */
}

@media screen and (min-width: 768px) {
  .hero .inner {
    height: 540px;
  }
  .hero .pr {
    font-size: 2.4rem;
  }
  .hero .logo img {
    width: 100%;
    height: auto;
  }
  .hero .catch {
    width: 540px;
  }
  .hero .catch h1 {
    margin-bottom: 20px;
  }
  .hero .catch h1 img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .hero .catch .read img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

/*----------------------------------
	.news
----------------------------------*/
.news {
  padding: 20px 0;
  background: #0098c4;
  background: linear-gradient(115deg, #0098c4 0%, #0098c4 65%, #006bab 65%, #006bab 100%);
  color: #fff;
  margin-bottom: 35px;
}

.news .title {
  font-size: 2rem;
  text-shadow: 1px  1px 1px #000000, -1px  1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000, 1px  0px 1px #000000, 0px  1px 1px #000000, -1px  0px 1px #000000, 0px -1px 1px #000000;
  margin-bottom: 20px;
  text-align: center;
}

.news div.list li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}

.news div.list li:not(:last-of-type) {
  margin-bottom: 5px;
}

.news div.list .article {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 30px 0;
  }
  .news .title {
    text-align: left;
  }
  .news div.list {
    font-size: 1.8rem;
  }
  .news div.list .article {
    width: auto;
  }
}

/*----------------------------------
	.partner
----------------------------------*/
.partner {
  margin-bottom: 25px;
}

.partner .inner {
  padding: 0 20px;
}

.partner h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.partner .list {
  display: flex;
  flex-wrap: wrap;
}

.partner .list .box {
  margin: 0;
  width: 100%;
  border: 1px solid #b3b3b3;
  margin-bottom: 20px;
}

.partner .list .logo {
  padding: 10px;
  border-bottom: 1px solid #b3b3b3;
  text-align: center;
}

.partner .list .info {
  padding: 20px 15px;
  font-size: 1.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.partner .list .info .name {
  font-weight: bold;
  margin-bottom: 10px;
}

.partner .list .info .text {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .partner h2 {
    font-size: 2.4rem;
    text-align: left;
  }
  .partner .list .box {
    margin: 0 10px 10px 0;
    width: calc(33.3333333% - 20px / 3);
    border: 1px solid #b3b3b3;
  }
  .partner .list .box:nth-child(2n) {
    margin-right: 10px;
  }
  .partner .list .box:nth-child(3n) {
    margin-right: 0;
  }
}

/*----------------------------------
	.articles
----------------------------------*/
.articles {
  margin-bottom: 50px;
}

.articles .inner {
  padding: 0 10px;
}

.articles h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.articles ul.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.articles ul.tab li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  border: 5px solid #008000;
  text-align: center;
  width: calc((100% / 3) - 20px / 3);
  margin-bottom: 15px;
  min-height: 55px;
}

.articles ul.tab li:nth-child(3n) {
  margin-right: 0;
}

.articles ul.tab li.small {
  font-size: 1.2rem;
  line-height: 1.2;
}

.articles ul.tab li a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #008000;
  width: 100%;
}

.articles ul.tab li.active, .articles ul.tab li:hover {
  background-color: #008000;
}

.articles ul.tab li.active a, .articles ul.tab li:hover a {
  color: #fff;
}

.articles .list {
  display: flex;
  flex-wrap: wrap;
}

.articles .list article {
  margin: 0 10px 10px 0;
  width: calc(50% - 10px / 2);
  border: 1px solid #b3b3b3;
  text-align: justify;
  text-justify: inter-ideograph;
}

.articles .list article:nth-child(2n) {
  margin-right: 0;
}

.articles .list article a {
  text-decoration: none;
  color: #000;
  display: block;
  height: 100%;
}

.articles .list article a:hover {
  opacity: 0.8;
}

.articles .list article .image {
  width: 100%;
}

.articles .list article .text {
  padding: 10px;
  font-weight: bold;
}

.articles .list article .category {
  display: inline-block;
  padding: 5px 10px;
  border: 4px solid #000;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.articles .list article h3 {
  line-height: 1.4;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .articles h2 {
    text-align: left;
  }
  .articles ul.tab li {
    width: calc((100% / 6) - 50px / 6);
    min-height: auto;
    margin-right: 0px;
  }
  .articles .list article {
    width: calc(33.3333333% - 20px / 3);
  }
  .articles .list article:nth-child(2n) {
    margin-right: 10px;
  }
  .articles .list article:nth-child(3n) {
    margin-right: 0;
  }
}

/*----------------------------------
	.partnerLogo
----------------------------------*/
.partnerLogo {
  margin-bottom: 30px;
}

.partnerLogo .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.partnerLogo .list li {
  list-style: none;
  margin-right: 7.5px;
  margin-left: 7.5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .partnerLogo .inner {
    max-width: 100%;
  }
}

/*----------------------------------
	中ページ
----------------------------------*/
.inHeader {
  background-image: url(../img/hero_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
  color: #fff;
  margin-bottom: 50px;
}

.inHeader .inner {
  max-width: 920px;
  position: relative;
  height: 85px;
}

.inHeader h1 {
  font-size: 6vw;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-shadow: 1px  1px 1px #000000, -1px  1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000, 1px  0px 1px #000000, 0px  1px 1px #000000, -1px  0px 1px #000000, 0px -1px 1px #000000;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .inHeader .inner {
    height: 145px;
  }
  .inHeader h1 {
    font-size: 4.6rem;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) translateX(0%);
    text-align: left;
  }
}
