@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
    /* mv
---------------------------------------------------------------------- */
  #mv {
    height: 100%;
    height: calc(100vh * 0.66667);
    /* height: 100vh; */
    /* min-height: 700px; */
    position: relative;
  }
  #mv picture img {
    width: 100%;
    height: calc(100vh * 0.66667);
    /* height: 100vh; */
    /* min-height: 700px; */
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 20px;
  }
  .mv__logo {
    margin-bottom: 20px;
    position: relative;
  }
  .mv__logo img {
    margin: 0 auto;
    width: 371px;
  }
  .mv__content {
    position: absolute;
    bottom: 20px;
    left: 30px;
  }
  .mv__ttl {
    width: auto;
    color: #fff;
    font-size: 4.6rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    /* transform: translate(-50%, -50%); */
    z-index: 10;
    white-space: nowrap;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5); 
  }
  .mv__ttl span {
    font-size: 9rem;
  }




    /* selectBigcategory
---------------------------------------------------------------------- */
  #selectBigcategory {
    padding: 50px 0 30px;
  }
  #selectBigcategory ul {
    display: flex;
    justify-content: center;
    gap: 1.18189%;
  }
  #selectBigcategory ul li {
    width: 23.6364%;
    aspect-ratio: 260 / 254;
  }
  #selectBigcategory ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }




/* news
---------------------------------------------------------------------- */
#news {
  padding: 30px 0;
}
.tab_info {
  /* background-color: #fff; */
  /* border-radius: 10px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .tab_info {
    margin-top: 25px;
  }
}

.tab_info_box {
  background-color: #85d4e5;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 0 15px 40px;
}
@media screen and (max-width: 1000px) {
  .tab_info_box {
    padding: 9px 0 8px 20px;
  }
}

.tab_info_ja {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1000px) {
  .tab_info_ja {
    font-size: 17px;
  }
}

.tab_info_en {
  font-size: 20px;
  color: #fff;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #fff;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1000px) {
  .tab_info_en {
    font-size: 17px;
    padding-left: 15px;
    margin-left: 15px;
  }
}

#news-list-area {
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.news_list {
  width: 100%;
/*   height: 500px;
  overflow-x: hidden;
  overflow-y: scroll; */
}
.news_list li {
  border-top: 1px solid #ccc;
}
.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em;
}
.news_list li a time {
  font-size: 18px;
  font-family: "Noto Sans JP";
  min-width: 110px;
  line-height: 1.4;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_list li a time::before {
/*   content: "";
  border-top: 1px solid #85d4e5;
  border-right: 1px solid #85d4e5;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px; */
}
@media screen and (max-width: 1000px) {
  .news_list li a time {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .news_list li a:hover .news_box .news_tit {
    text-decoration: none;
  }
}
@media screen and (max-width: 1000px) {
  .news_list li a {
    padding: 15px 10px;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .news_list {
    height: 300px;
  }
}

.news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  -webkit-box-align: start;
      -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .news_box {
    margin-top: 10px;
    margin-left: 0;
  }
}
.news_tit {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  /* text-decoration: underline; */
}

.news_tag {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #FFF;
  background-color: #80d3b5;
  padding: 0.3em 0;
  min-width: 140px;
  line-height: 1.4;
  text-align: center;
}
.news_tag.ty01 {
  background-color: #80d3b5;
}
.news_tag.ty02 {
  background-color: #ff86a7;
}
.news_tag.ty03 {
  background-color: #66aad7;
}
.news_tag.ty04 {
  background-color: #666666;
}
.news_tag.impo {
  color: #f78d8e;
  background-color: #fff1f3;
}
@media screen and (max-width: 1000px) {
  .news_tag {
    margin-left: 10px;
    font-size: 15px;
    min-width: 100px;
  }
}

.js-category-item.is-hide {
  display: none;
}


/* tab
---------------------------------------------------------------------- */

.tab_info {
  /* background-color: #fff; */
  /* border-radius: 10px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .tab_info {
    margin-top: 25px;
  }
}

.tab_info_box {
  background-color: #85d4e5;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 0 15px 40px;
}
@media screen and (max-width: 1000px) {
  .tab_info_box {
    padding: 9px 0 8px 20px;
  }
}

.tab_info_ja {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1000px) {
  .tab_info_ja {
    font-size: 17px;
  }
}

.tab_info_en {
  font-size: 20px;
  color: #fff;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #fff;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1000px) {
  .tab_info_en {
    font-size: 17px;
    padding-left: 15px;
    margin-left: 15px;
  }
}

.tab_all {
  width: 100%;
  padding: 20px 20px 37px 20px;
}
@media screen and (max-width: 1000px) {
  .tab_all {
    padding: 10px 10px 17px 10px;
  }
}

.tab_area {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1%;
}
.tab_area li {
  width: calc(100% / 4);
  aspect-ratio: 266 / 82;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #80d3b5;
  color: #fff;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: min(1.5vw , 1.8rem);
}
.tab_area li.ty01 {
  background-color: #80d3b5;
}
.tab_area li.ty02 {
  background-color: #ff86a7;
}
.tab_area li.ty03 {
  background-color: #66aad7;
}
.tab_area li.ty04 {
  background-color: #666666;
}

.tab_area li.select {
  cursor: default;
  /* border-radius: 7px 7px 0 0; */
  margin-bottom: 0;
}
@media screen and (max-width: 1060px) {
  .tab_area li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 1000px) {
  .tab_area li {
    width: 100%;
    margin-right: 7px;
    padding: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .tab_area {
    margin-left: 7px;
  }
}

.tab_content {
  border: 10px solid #80d3b5;
}
.tab_content.ty01 {
  border-color: #80d3b5;
}
.tab_content.ty02 {
  border-color: #ff86a7;
}
.tab_content.ty03 {
  border-color: #66aad7;
}
.tab_content.ty04 {
  border-color: #666666;
}

.tab_content .main_area {
  width: 100%;
  padding: 2em;
  background: #fff;
}

.info_link .cbtn5 {
  margin: 20px auto 0;
}

    /* gairaiInfo
---------------------------------------------------------------------- */
  #gairaiInfo {
    padding: 30px 0 260px;
  }
  #gairaiInfo .mainw.cflex {
    justify-content: space-between;
  }
  #gairaiInfo .txtArea {
    width: 39.09091%;
  }
  .top__gairai__Logowrap {
    margin-bottom: 50px;
  }
  .top__gairai__Logowrap .top__gairai__logo {
    max-width: 317px;
    text-align: left;
    margin:0 auto 30px 0;
  }
  .top__gairai__logo a ,
  .top__gairai__logo img {
    display: block;
    width: 100%;
  }
  .top__gairai__tel {
    font-weight: 600;
    color: #4b4b4b;
    font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  }
  .top__gairai__tel .telTtl {
    font-size: clamp(1.6vw, 1.8vw , 2.8rem );
  }
  .top__gairai__tel a {
    font-size: clamp(2vw, 2.4vw , 3.6rem );
    letter-spacing: 0.02em;
    line-height: 1;
    color: #4b4b4b;
    pointer-events: none;
  }
  .top__gairai__address {
    font-size: 1.9rem;
    letter-spacing: 0.02em;
  }
  .top__gairai__time {
    color: var(--secondary-color);
    margin-bottom: 65px;
  }
  .top__gairai__time .youbi {
    font-size: 1.8rem;
    letter-spacing: normal;
    margin-bottom: 10px;
  }
  .top__gairai__time .hosoku {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .top__gairai__time .cbtn {
    /* pointer-events: none; */
  }
  .top__gairai__Dayoff p {
    padding-left: 1.25em;
    color: var(--secondary-color);
  }
  .scheduleArea {
    width: 57.27273%;
    background-color: #FFF;
    padding: 28px;
  }

  .scheduletable {
    padding-bottom: 25px;
    border-bottom: 1px dashed #71cccc;
    margin-bottom: 30px;
  }

    /* topOther
---------------------------------------------------------------------- */
   #topOther {
    position: relative;
    width: calc(100% - 262px);
    padding: 240px 0 90px;
    background-color: #e0f7fc;
    margin-left: auto;
  }
  #topOther h3 {
    text-align: center;
    position: relative;
    position: absolute;
    top: -145px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #topOther ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3.63637%;
  }
  #topOther ul li {
    width: 30.9091%;
    aspect-ratio: 340 / 90;
    margin-bottom: 30px;
  }
  #topOther ul li .cbtn2 {
    width: 100%;
    height: 100%;
  }


}
/* Start pc
---------------------------------------------------------------------- */


/* Start sp
---------------------------------------------------------------------- */

@media (max-width: 1000px) {
        /* mv
---------------------------------------------------------------------- */
  #mv {
    width: 96%;
    margin: 0 auto;
    height: 100%;
    /* height: calc(100vh - 18vw); */
    height: 93.33334vw;
    /* min-height: 600px; */
    position: relative;
    margin-top: 19vw;
    margin-bottom: 8vw;
  }

  #mv picture img {
    width: 100%;
    /* height: calc(100vh - 18vw); */
    height: 100%;
    /* min-height: 600px; */
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 4vw;
  }

  .mv__logo {
    width: 65vw;
    margin-bottom: 15vw; }
    .mv__logo img {
      margin: 0 auto;
      width: 100%;
      filter: drop-shadow(5px 10px 10px white) drop-shadow(-5px -10px 10px white); }

  .mvslide.slick-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

  .mv__content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1; 
  }

  .mv__ttl {
    width: auto;
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    /* letter-spacing: 0.12em; */
    text-align: left;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    z-index: 10;
    white-space: nowrap;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 2vw;
    left: 2vw;
  }
  .mv__ttl span {
    font-size: 4.15rem;
  }


    /* selectBigcategory
---------------------------------------------------------------------- */
  #selectBigcategory {
  }
  #selectBigcategory ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #selectBigcategory ul li {
    width: 48.14815%;
    margin-bottom: 3.7vw;
  }
  #selectBigcategory ul li img {
    width: 100%;
  }


    /* news
---------------------------------------------------------------------- */

#news {

}
#news.mainw {
  width: 90vw;
}
.tab_info {
  margin-top: 4vw;
}
.tab_info_box {
  background-color: #85d4e5;
  border-radius: 2vw 2vw 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4vw 0 8vw 8vw;
}
.tab_info_ja {
  font-weight: bold;
  font-size: 4vw;
  color: #fff;
  font-family: "Noto Sans JP";
}
.tab_info_en {
  font-size: 3.3vw;
  color: #fff;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #fff;
  font-family: "Noto Sans JP";
}

#news-list-area {
  height: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
}

.news_list {
  width: 100%;
/*   height: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 10vw; */
}
.news_list {
    height: 60vw;
}
.news_list li {
  border-top: 1px solid #ccc;
}
.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em;
}
.news_list li a time {
  font-size: 1.3rem;
  font-family: "Noto Sans JP";
  width: auto;
  line-height: 1.5;
  color: #a6a6a6;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_list li a time::before {
/*   content: "";
  border-top: 1px solid #85d4e5;
  border-right: 1px solid #85d4e5;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px; */
}
.news_list li a:hover .news_box .news_tit {
    text-decoration: none;
}

.news_list li a {
  padding: 1em 0.5em;
    display: block;
}

.news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  -webkit-box-align: start;
      -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  gap: 2vw;
  flex-wrap: wrap;
}
.news_tit {
  display: block;
  font-size: 3.46667vw;
  font-family: "Noto Sans JP";
  /* text-decoration: underline; */
  line-height: 1.5;
  width: 100%;
}
.news_tag {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  color: #FFF;
  background-color: #80d3b5;
  padding: 0.3em 0;
  min-width: 20.66667vw;
  line-height: 1.5;
  text-align: center;
}
.news_tag.ty01 {
  background-color: #80d3b5;
}
.news_tag.ty02 {
  background-color: #ff86a7;
}
.news_tag.ty03 {
  background-color: #66aad7;
}
.news_tag.ty04 {
  background-color: #666666;
}
.news_tag.impo {
  color: #f78d8e;
  background-color: #fff1f3;
}
.js-category-item.is-hide {
  display: none;
}

.info_link .cbtn5 {
  margin: 4vw auto 0;
}


/* tab
---------------------------------------------------------------------- */

.tab_info {

}
.tab_all {
  width: 100%;
}
.tab_area {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1%;
}
.tab_area li {
  width: calc(100% / 4);
  aspect-ratio: 160 / 90;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #80d3b5;
  color: #fff;
  cursor: pointer;
  margin-bottom: 1vw;
  font-size: 2.66667vw;
  line-height: 1.25;
}
.tab_area li.ty01 {
  background-color: #80d3b5;
}
.tab_area li.ty02 {
  background-color: #ff86a7;
}
.tab_area li.ty03 {
  background-color: #66aad7;
}
.tab_area li.ty04 {
  background-color: #666666;
}
.tab_area li.select {
  cursor: default;
  margin-bottom: 0;
}
.tab_content {
  border: 1vw solid #80d3b5;
}
.tab_content.ty01 {
  border-color: #80d3b5;
}
.tab_content.ty02 {
  border-color: #ff86a7;
}
.tab_content.ty03 {
  border-color: #66aad7;
}
.tab_content.ty04 {
  border-color: #666666;
}
.tab_content .main_area {
  width: 100%;
  padding: 0.5em 0.5em 7.33334vw;
  background: #fff;
}
.info_link .cbtn {
}



    /* gairaiInfo
---------------------------------------------------------------------- */
  #gairaiInfo {
    padding: 8vw 0 30vw;
  }
  #gairaiInfo .mainw.cflex {
  }
  #gairaiInfo .txtArea {
    margin-bottom: 10vw;
  }
  .top__gairai__Logowrap {
    margin-bottom: 4vw;
  }
  .top__gairai__Logowrap .top__gairai__logo {
    width: 60vw;
    text-align: center;
    margin:0 auto 5.3vw 0;
  }
  .top__gairai__logo a ,
  .top__gairai__logo img {
    display: block;
    width: 100%;
  }
  .top__gairai__tel {
    font-weight: 600;
    color: #4b4b4b;
    font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  }
  .top__gairai__tel .telTtl {
  }
  .top__gairai__tel a {
    font-size: 2.3rem;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #4b4b4b;
    /* pointer-events: none; */
  }
  .top__gairai__address {
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .top__gairai__time {
    color: var(--secondary-color);
    margin-bottom: 6vw;
  }
  .top__gairai__time .youbi {
    letter-spacing: normal;
    margin-bottom: 2vw;
    font-weight: bold;
  }
  .top__gairai__time .hosoku {
    font-size: 1.3rem;
    margin-bottom: 1vw;
  }
  .top__gairai__time .hosoku span {
    font-size: 2.53334vw;
  }
  .top__gairai__time .cbtn {
    margin: 4vw auto 2vw;
    padding-left: 1.5em;
  }
  .top__gairai__time .youbi_small {
    text-align: center;
    font-size: 1.15rem;
    font-weight: bold;
  }
  .top__gairai__Dayoff p {
    padding-left: 1.25em;
    font-weight: bold;
    color: var(--secondary-color);
  }
  .scheduleArea {
    background-color: #FFF;
    padding: 2vw;
  }
  .scheduletable {
    padding-bottom: 4vw;
    border-bottom: 1px dashed #71cccc;
    margin-bottom: 4vw;
  }


    /* topOther
---------------------------------------------------------------------- */
   #topOther {
    position: relative;
    padding: 16vw 0;
    background-color: #e0f7fc;
    margin-left: auto;
  }
  #topOther h3 {
    width: 88vw;
    text-align: center;
    position: relative;
    /* position: absolute; */
    /* top: -10vw; */
    /* right: 0; */
    /* left: 0; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -40vw;
    margin-bottom: 10vw;
  }
  #topOther ul {
    /* display: flex;
    flex-wrap: wrap; */
  }
  #topOther ul li {
    width: 80vw;
    /* width: 49%; */
    aspect-ratio: 5 / 1;
    margin-bottom: 2vw;
    margin-left: auto;
    margin-right: auto;
  }
  #topOther ul li .cbtn2 {
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0 3vw;
  }
  #topOther ul li .cbtn2.ipdf::before {
    content: "";
    width: 5.33334vw;
    height: 6.4vw;
    left: 4vw;
  }
  #topOther  ul li .cbtn2.iexcel::before {
    content: "";
    width: 5.33334vw;
    height: 6.4vw;
    transform: translateY(-50%);
    left: 4vw;
  }



}

/*# sourceMappingURL=index.css.map */
