@charset "UTF-8";
.home .content-main {
  margin-top: 0;
}

.main-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/img_top.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding-top: 50%;
  z-index: -1;
}

.main-image .top-copy {
  margin-top: -45%;
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 7.0rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 0 10px #000;
}

.news {
  display: flex;
  justify-content: space-between;
  background-color: #002E65;
  width: 1300px;
  margin: -100px auto 0;
}

.news h2 {
  color: #fff;
}

.news__side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 25px 0 30px 35px;
}

.news__title {
  width: 100%;
}

.news__link {
  border: 1px solid #fff;
  height: 50px;
}

.news__link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 50px;
  text-decoration: none;
}

.news__link a i {
  font-size: 1.6rem;
}

.news__link a:hover {
  background: #fff;
  color: #002E65;
}

.news__list {
  width: 940px;
  margin: 10px 35px 10px 0;
  color: #fff;
}

.news__list li {
  border-top: 1px solid #92B0D5;
}

.news__list li a {
  display: flex;
  justify-content: flex-start;
  padding: 17px 0;
  color: #fff;
  text-decoration: none;
}

.news__list li a:hover {
  color: #004EBC;
}

.news__list li a .data {
  width: 90px;
  margin-right: 20px;
  line-height: 1.5;
}

.news__list li a .category {
  width: 70px;
  margin-right: 20px;
  line-height: 1.5;
}

.news__list li a .title {
  width: calc( 100% - 250px);
  line-height: 1.5;
}

.news__list li a:after {
  font-family: 'webicon';
  margin-left: auto;
  content: "\e901";
}

.news__list li:first-child {
  border-top: none;
}

.welcome {
  margin: 100px auto 0;
}

.welcome .l-inner {
  background: url(../images/img_mark.png) 100% 50% no-repeat;
  background-size: 280px auto;
  width: 1200px;
  padding: 0;
  min-height: 300px;
}

.welcome__title {
  display: flex;
  align-items: center;
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 4.0rem;
  line-height: 1.5;
  font-weight: normal;
}

.welcome__text {
  font-size: 1.6rem;
  margin: 30px 360px 0 0;
}

.pickup {
  position: relative;
  margin-top: 130px;
}

.pickup:before {
  position: absolute;
  background: #EDEDED;
  top: 33px;
  right: 0;
  bottom: 33px;
  left: 0;
  content: "";
  z-index: -1;
}

.pickup .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pickup__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 890px;
}

.pickup__list > div {
  background: #fff;
  margin: 27px 0 0;
  box-shadow: 0 0 6px #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.pickup__list > div:nth-child(1), .pickup__list > div:nth-child(2), .pickup__list > div:nth-child(3) {
  margin-top: 0;
}

.pickup__list > div a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 280px;
  aspect-ratio: 1 / 1;
  color: #000;
  text-decoration: none;
}

.pickup__list > div a:hover {
  opacity: 0.6;
}

.pickup__list > div a:hover h2 {
  opacity: 0.6;
}

.pickup__list > div a i {
  color: #004EBC;
  font-size: 1.6rem;
}

.pickup__list > div a i:nth-of-type(2) {
  margin-left: auto;
}

.pickup__list > div a h2 {
  display: flex;
  align-items: center;
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  font-size: 1.8rem;
  margin-top: auto;
  padding: 5px 15px 5px 10px;
  border-top: 1px solid #EDEDED;
}

.pickup__fb {
  background-color: #fff;
  width: 340px;
  height: 480px;
  box-shadow: 0 0 6px #ccc;
}

.top-link {
  margin: 27px 0 0;
}

.top-link > .l-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-link > .l-inner a {
  color: #000;
}

.top-link > .l-inner > .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  width: 32.5%;
  border: 5px solid #06C755;
  text-decoration: none;
}

.top-link > .l-inner > .line > img {
  width: 100px;
  margin: 15px 20px 15px 0;
}

.top-link > .l-inner > .line > dl {
  margin: 0 0 0 30px;
}

.top-link > .l-inner > .line > dl dt {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.top-link > .l-inner > .line > dl dd {
  line-height: 1;
  margin-top: 15px;
}

.top-link > .l-inner > .line > dl dd img {
  height: 20px;
}

.top-link > .l-inner > .instagram {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 32.5%;
  text-decoration: none;
  z-index: 10;
}

.top-link > .l-inner > .instagram:before {
  position: absolute;
  background: #ffd600;
  background: linear-gradient(20deg, #ffd600 0%, #ff7a00 25%, #ff0069 50%, #d300c5 75%, #7638fa 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.top-link > .l-inner > .instagram:after {
  position: absolute;
  background: #fff;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  content: "";
  z-index: -1;
}

.top-link > .l-inner > .instagram > img {
  height: 60px;
  margin: 35px 30px 35px 30px;
}

.top-link > .l-inner > .instagram > dl {
  margin: 0;
}

.top-link > .l-inner > .instagram > dl dt {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.top-link > .l-inner > .instagram > dl dd {
  line-height: 1;
  margin-top: 8px;
  font-weight: bold;
}

.top-link > .l-inner > .instagram > dl dd img {
  height: 20px;
  margin-left: 10px;
}

.top-link > .l-inner > .youtube {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 32.5%;
  flex-shrink: 0;
  border: 5px solid #008EC5;
  text-decoration: none;
}

.top-link > .l-inner > .youtube > img {
  height: 73px;
  margin: 20px 22px 20px 30px;
}

.top-link > .l-inner > .youtube > dl {
  margin: 0;
}

.top-link > .l-inner > .youtube > dl dt {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.top-link > .l-inner > .youtube > dl dt span {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
}

.top-link > .l-inner > .youtube > dl dd {
  margin-top: 5px;
}

.top-link > .l-inner > .youtube > dl dd img {
  height: 20px;
}

/*----------------------------------------------------
	media query
----------------------------------------------------*/
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 639px) {
  .home .content-main {
    margin-top: 10px;
  }
  .main-image {
    height: 400px;
    padding-top: 40%;
  }
  .main-image .top-copy {
    font-size: 3.5rem;
  }
  .news {
    flex-wrap: wrap;
    width: 95%;
  }
  .news__side {
    width: 100%;
    flex-direction: row;
    margin: 20px;
  }
  .news__title {
    width: 50%;
  }
  .news__link {
    height: 40px;
  }
  .news__link a {
    line-height: 40px;
  }
  .news__list {
    width: 100%;
    margin: 0 20px;
  }
  .news__list li a {
    padding: 20px 0;
  }
  .news__list li a .data {
    margin-right: 15px;
  }
  .news__list li a .category {
    margin-right: 15px;
  }
  .news__list li a .title {
    width: calc( 100% - 230px);
  }
  .news__list li:first-child {
    border-top: 1px solid #92B0D5;
  }
  .news__side {
    margin: 15px;
  }
  .news__title {
    width: 100%;
  }
  .news__link {
    height: 30px;
  }
  .news__link a {
    width: 120px;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 30px;
  }
  .news__link a i {
    font-size: 1.4rem;
  }
  .news__list {
    margin: 0 15px;
  }
  .news__list li a {
    position: relative;
    flex-wrap: wrap;
    padding: 10px 25px 10px 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .news__list li a .data {
    width: auto;
    margin-right: 20px;
  }
  .news__list li a .category {
    width: auto;
    margin-right: auto;
  }
  .news__list li a .title {
    width: 100%;
  }
  .news__list li a:after {
    position: absolute;
    margin-left: auto;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }
  .welcome {
    margin: 50px auto 0;
    margin: 0 auto;
  }
  .welcome .l-inner {
    width: auto;
    background-size: 200px auto;
    background-position: 97% 60%;
    padding: 0 20px;
    min-height: auto;
  }
  .welcome__title {
    font-size: 3.6rem;
  }
  .welcome__text {
    margin: 20px 220px 0 0;
  }
  .welcome .l-inner {
    background-size: 80px auto;
    background-position: 100% 20px;
    padding: 40px 0 0;
  }
  .welcome__title {
    padding-right: 90px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .welcome__text {
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
  .pickup {
    margin-top: 30px;
  }
  .pickup .l-inner {
    flex-wrap: wrap;
  }
  .pickup__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .pickup__list > div {
    width: 48%;
    margin: 4% 0 0;
    box-shadow: 0 0 3px #ccc;
  }
  .pickup__list > div:nth-child(3) {
    margin-top: 4%;
  }
  .pickup__list > div a {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .pickup__list > div a:before {
    font-size: 1.4rem;
    right: 10px;
    bottom: 10px;
  }
  .pickup__list > div a i {
    font-size: 1.0rem;
  }
  .pickup__list > div a h2 {
    display: flex;
    align-items: center;
    font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
    font-weight: normal;
    font-size: 1.1rem;
    margin: 0;
    padding: 10px 5px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .pickup__list > div a p {
    margin: 8px 35px 10px 10px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .pickup__fb {
    width: 100%;
    max-width: 500px;
    margin: 4% auto 0;
    box-shadow: 0 0 3px #ccc;
  }
  .top-link {
    margin: 0;
  }
  .top-link > .l-inner > .line {
    width: 100%;
    margin-top: 4%;
    padding: 5px;
    border: 3px solid #06C755;
  }
  .top-link > .l-inner > .line > img {
    display: none;
  }
  .top-link > .l-inner > .line > dl {
    margin: 8px;
  }
  .top-link > .l-inner > .line > dl dt {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .top-link > .l-inner > .line > dl dd {
    margin-top: 3px;
  }
  .top-link > .l-inner > .line > dl dd img {
    height: 11px;
  }
  .top-link > .l-inner > .instagram {
    width: 100%;
    margin-top: 8px;
  }
  .top-link > .l-inner > .instagram:after {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }
  .top-link > .l-inner > .instagram > img {
    height: 28px;
    margin: 14px 13px 14px 15px;
  }
  .top-link > .l-inner > .instagram > dl {
    margin: 0;
  }
  .top-link > .l-inner > .instagram > dl dt {
    display: none;
  }
  .top-link > .l-inner > .instagram > dl dd {
    margin-top: 0;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .top-link > .l-inner > .instagram > dl dd img {
    display: block;
    height: 13px;
    margin: 3px 0 0 0;
  }
  .top-link > .l-inner > .youtube {
    width: 100%;
    margin-top: 8px;
    border: 3px solid #008EC5;
  }
  .top-link > .l-inner > .youtube > img {
    height: 32px;
    margin: 8px 13px 8px 10px;
  }
  .top-link > .l-inner > .youtube > dl {
    margin: 8px 8px 8px 0;
  }
  .top-link > .l-inner > .youtube > dl dt {
    font-size: 1.2rem;
  }
  .top-link > .l-inner > .youtube > dl dt span {
    font-size: 1.2rem;
  }
  .top-link > .l-inner > .youtube > dl dd {
    margin-top: 3px;
    line-height: 1;
  }
  .top-link > .l-inner > .youtube > dl dd img {
    height: 11px;
  }
}

/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 640px) and (max-width: 1299px) {
  .home .content-main {
    margin-top: 30px;
  }
  .main-image {
    height: 600px;
    padding-top: 45%;
  }
  .main-image .top-copy {
    font-size: 6.0rem;
  }
  .news {
    flex-wrap: wrap;
    width: 95%;
  }
  .news__side {
    width: 100%;
    flex-direction: row;
    margin: 20px;
  }
  .news__title {
    width: 50%;
  }
  .news__link {
    height: 40px;
  }
  .news__link a {
    line-height: 40px;
  }
  .news__list {
    width: 100%;
    margin: 0 20px;
  }
  .news__list li a {
    padding: 20px 0;
  }
  .news__list li a .data {
    margin-right: 15px;
  }
  .news__list li a .category {
    margin-right: 15px;
  }
  .news__list li a .title {
    width: calc( 100% - 230px);
  }
  .news__list li:first-child {
    border-top: 1px solid #92B0D5;
  }
  .welcome {
    margin: 50px auto 0;
  }
  .welcome .l-inner {
    width: auto;
    background-size: 200px auto;
    background-position: 97% 60%;
    padding: 0 20px;
    min-height: auto;
  }
  .welcome__title {
    font-size: 3.6rem;
  }
  .welcome__text {
    margin: 20px 220px 0 0;
  }
  .pickup {
    margin-top: 50px;
  }
  .pickup__list {
    width: 58%;
  }
  .pickup__list > div {
    width: 48%;
    margin: 4% 0 0;
    box-shadow: 0 0 6px #ccc;
    border-radius: 5px;
  }
  .pickup__list > div:nth-child(3) {
    margin-top: 4%;
  }
  .pickup__list > div a {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .pickup__list > div a:before {
    font-size: 1.8rem;
    right: 20px;
    bottom: 10px;
  }
  .pickup__list > div a i {
    font-size: 1.3rem;
  }
  .pickup__list > div a h2 {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin: 0;
    padding: 12px 8px 12px 5px;
    line-height: 1;
  }
  .pickup__list > div a p {
    margin: 5px 60px 20px 20px;
    line-height: 1.5;
  }
  .pickup__fb {
    width: 40%;
  }
  .top-link {
    margin: 0;
  }
  .top-link > .l-inner a {
    margin-top: 3%;
  }
  .top-link > .l-inner > .line {
    justify-content: flex-end;
    flex-direction: column;
    padding: 10px 0;
    border: 4px solid #06C755;
  }
  .top-link > .l-inner > .line > img {
    width: 100px;
    margin: 10px 0 0;
  }
  .top-link > .l-inner > .line > dl {
    margin: 20px 10px 0;
  }
  .top-link > .l-inner > .line > dl dt {
    font-size: 1.4rem;
  }
  .top-link > .l-inner > .line > dl dd {
    margin-top: 5px;
    text-align: center;
  }
  .top-link > .l-inner > .line > dl dd img {
    display: block;
    height: 13px;
    margin: 5px auto 0;
  }
  .top-link > .l-inner > .instagram {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    padding: 30px 0;
  }
  .top-link > .l-inner > .instagram:after {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }
  .top-link > .l-inner > .instagram > img {
    width: 60px;
    margin: 25px 0 0;
  }
  .top-link > .l-inner > .instagram > dl {
    margin: 0;
  }
  .top-link > .l-inner > .instagram > dl dt {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .top-link > .l-inner > .instagram > dl dd {
    margin-top: 5px;
    font-size: 1.4rem;
    text-align: center;
  }
  .top-link > .l-inner > .instagram > dl dd img {
    display: block;
    height: 15px;
    margin: 5px auto 0;
  }
  .top-link > .l-inner > .youtube {
    justify-content: center;
    flex-direction: column-reverse;
    border: 4px solid #008EC5;
  }
  .top-link > .l-inner > .youtube > img {
    width: auto;
    max-width: 80px;
    margin: 10px 15px 10px 13px;
  }
  .top-link > .l-inner > .youtube > dl {
    margin: 15px 10px 10px;
  }
  .top-link > .l-inner > .youtube > dl dt {
    font-size: 1.4rem;
  }
  .top-link > .l-inner > .youtube > dl dt span {
    font-size: 1.3rem;
  }
  .top-link > .l-inner > .youtube > dl dd {
    margin-top: 6px;
    line-height: 1;
  }
  .top-link > .l-inner > .youtube > dl dd img {
    display: block;
    height: 13px;
    margin: 5px auto 0;
  }
}

/* pc
-------------------------------------------------- */
