@charset "UTF-8";
html {
	scroll-behavior: smooth;
}
body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  font-feature-settings: "palt";
}
.logo-img {
  /* width: 80px; */
  width: 100%;
}
header {
  background: url(../main-bg.jpg) top / cover;
  position: relative;
}
.sns-items {
  position: absolute;
  right: 0;
}
.sns-items ul {
  display: flex;
  padding: 10px;
  flex-direction: row;
  color: #FFF;
}
.sns-items img {
  width:35px;
}
.header-items{
  display: flex;
}
.main-img {
  object-fit: cover;
  width: 100%;
  border-radius: 0 0 0 150px;
  background: url(../main-image-filter.jpg) top / cover;
  height: 600px;
}
.header-nav{
  display: flex;
  align-items: center;
  padding: 100px 30px;
  flex-direction: column;
  gap:54px;
  width:300px;
  font-weight:bold
}
header ul {
  display: flex;
  gap: 40px;
  font-size: 24px;
  color: #5DA2BF;
  flex-direction: column;
  align-items: center;
}
.section{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 80px 0;
  gap: 52px;
  position: relative;
}
h1{
  font-size: 36px;
  color: #5DA2BF;
}
.seiju {
  display: flex;
  flex-direction: column;
  width:840px;
  align-items: center;
  gap:36px;
}
.recruitment div {
  width:840px;
}
.news {
  background-color: #CDE3E6;
  border-radius: 0 170px;
}
.news h1{
  color:#fff;
}
.seiju-detail {
  line-height: 52px;
}
.h-logo {
  background: url(../svg/logo.svg) center / cover;
  position: absolute;
  width: 420px;
  height: 420px;
  opacity: 0.1;
  top: 242px;
  right: 100px;
}
.section-box {
  background-color: #F6F5F1;
  border-radius: 0 170px 170px 170px;
}
.news-list{
  display: flex;
  width: 840px;
  flex-direction: column;
  gap: 60px;
}
.article {
  border: solid 3px #FFF;
  border-radius: 30px;
  position:relative;
  padding: 40px 64px;
}
.article-img-box{
  display: flex;
  flex-direction: column;
  gap:10px;
}
.article-date{
  position:absolute;
  font-size: 24px;
  color: #fff;
  top: -28px;
  left: 6%;
  background: #CDE3E6;
  padding:0 10px;
}
.article-title {
  border-bottom: solid 2px #FFF;
  font-weight:bolder;
}
.article-box {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
}

.article-img {
  width:250px;
  border-radius: 20px;
}
.recruitment {
  display: flex;
  flex-direction: column;
  gap:32px;
  width: 840px;
  align-items: center;
}
.recruitment img {
  width:80%;
}
#menber a {
font-size: 32px;
color:#5DA2BF;
text-decoration: underline;
}

#under {
font-size: 22px;
color:#5DA2BF;
text-decoration: underline;
}

h3{
  font-size: 20px;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5DA2BF;
  gap:10px;
  padding: 32px 0;
}
.footer-logo-img{
  /* width: 60px; */
  min-width: 60px;
  max-width: 150px;
}
footer p {
  margin: auto;
}
@media screen and (min-width: 1481px){
    .main-img {
    height:860px;
  }
}

@media screen and (min-width: 1201px )and (max-width: 1480px){
    .main-img {
    height:660px;
  }

}

@media screen and (min-width: 1001px )and (max-width: 1200px){
    .main-img {
    height:560px;
  }

}

@media screen and (min-width: 800px )and (max-width: 1000px) {
  .header-nav {
    padding: 60px 0px;
    width: 250px;
  }
  .logo-img {
    /* width: 60px; */
    width: 55%;
  }

  header ul {
    font-size: 20px;
  }
  .main-img {
    height:460px;
  }
  .recruitment div, .seiju, .news-list, .recruitment  {
  width:720px;
  }
  .h-logo {
    width: 300px;
    height: 300px;
    top: 334px;
  }
  .seiju {
    gap:34px;
  }
  .news {
    border-radius: 0 120px;
  }
  .article {
    padding: 33px 60px;
  }
  #menber a {
    font-size: 28px;
  }
  .section-box {
    border-radius: 0 120px 120px 120px;
  }
  .footer-logo-img{
    /* width: 50px; */
  }
}

@media screen and (min-width: 600px )and (max-width:  799px) {
  .main-img {
   height:350px;
  }
  .logo-img {
   /* width: 60px; */
   width: 55%;
  }
  header ul {
    gap: 30px;
    font-size: 20px;
  }

  .header-nav{
    gap:30px;
    padding: 50px 0;
    gap: 40px;
    width: 240px;
  }
  .recruitment div, .seiju, .news-list, .recruitment  {
    width:520px;
  }
  .h-logo {
    width: 425px;
    height: 425px;
    top: 206px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .news {
    border-radius: 0 120px;
  }
  .article {
    padding: 33px 60px;
  }
  #menber a {
    font-size: 24px;
  }
  .section-box {
    border-radius: 0 120px 120px 120px;
  }
  h1 {
    font-size:30px;
  }
  .seiju {
    gap:21px;
  }
  .article-box {
    flex-direction: column;
  }
}


@media screen and (max-width:  599px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .header-items {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .sns-items ul {
    padding: 14px 6px;
    color: #FFF;
    gap: 17px;
    height: 20px;
  }
  .sns-items img {
    width: 22px;
  }
  .main-img {
    height: 288px;
    width: 100%;
    /* border-radius: 0 0 60px 60px; */
    border-radius: 0;
    }
  .logo-img {
    display: none;
  }
  .header-nav {
    flex-direction: row;
    gap:30px;
    justify-content: space-around;
    padding: 18px 10px;
    width: auto;
    background-color: #5DA2BF;
  }

  header ul {
    font-size: 16px;
    flex-direction: row;
    color: white;
  }
  

  #sm { display: block; }
  #sm li { display: inline-block; }
  #sm li:not(:last-child)::after {
    content: "｜";
    color: white; 
  }


  h1 {
    font-size:21px;
  }
  .recruitment div, .seiju, .recruitment  {
    width:100%;
    gap: 20px;
  }
  .article {
    padding: 22px;
  }
.article-box {
  flex-direction: column;
}
.section {
  /* padding: 50px 30px; */
  padding: 30px;
}
.news {
  border-radius: 0 70px;
}
.section-box {
  border-radius: 0 70px 70px 70px;
}
.seiju-detail {
  line-height: 40px;
}
.h-logo {
  display:none;
}
.news-list {
  width:auto;
}
.article-date {
  top: -18px;
  left: 3%;
  font-size: 16px;
}
.article-img {
  border-radius: 13px;
}
h3 {
  font-size: 15px;
  font-weight: bold;
}
.footer-logo-img{
  /* width: 40px; */
  width: 17%;
}
#menber a {
  font-size: 18px;
}
.recruitment img {
  width: 100%;
}
}

