@charset "utf-8";

/*トップページ内コンテンツ部分*/


/*メインコンテンツ*/

.main-visual {
  position: relative;

  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .main-visual {
    min-height: auto;
  }
}

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
}

@media only screen and (max-width: 1220px) {
  .main-container {
    height: 380px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-container {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .main-container {
    height: 150px;
  }
}

.main-container .main-slider .slider-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*height: -o-calc(100vh - 170px);
  height: calc(100vh - 170px);*/
  height: 400px;
  position: relative;
}

@media only screen and (max-width: 1220px) {
  .main-container .main-slider .slider-item {
    background-size: cover;
    height: 380px;
  }
}

@media only print {
  .main-container .main-slider .slider-item {
    height: 350px;
  }

}


@media only screen and (max-width: 1023px) {
  .main-container .main-slider .slider-item {
    height: 300px;
  }


}

@media only screen and (max-width: 767px) {
  .main-container .main-slider .slider-item {
    height: 150px;
  }
}

.webp .bg1 {
  background: url(../images/top/mainvisual_19.webp)100% / cover no-repeat;
}

.no-webp .bg1 {
  background: url(../images/top/mainvisual_19.png)100% / cover no-repeat;
}

.webp .bg2 {
  background: url(../images/top/mainvisual_10.webp)100% / cover no-repeat;
}

.webp .bg2 .lazyloaded {
  background: url(../images/top/mainvisual_10.webp)100% / cover no-repeat;
}

.no-webp .bg2 {
  background: url(../images/top/mainvisual_10.png)100% / cover no-repeat;
}


.webp .bg3 {
  background: url(../images/top/mainvisual_07.webp)100% / cover no-repeat;
}

.webp .bg3 .lazyloaded {
  background: url(../images/top/mainvisual_07.webp)100% / cover no-repeat;
}

.no-webp .bg3 {
  background: url(../images/top/mainvisual_07.png)100% / cover no-repeat;
}

.webp .bg4 {
  background: url(../images/top/mainvisual_13.webp)100% / cover no-repeat;
}

.webp .bg4 .lazyloaded {
  background: url(../images/top/mainvisual_13.webp)100% / cover no-repeat;
}

.no-webp .bg4 {
  background: url(../images/top/mainvisual_13.png)100% / cover no-repeat;
}

.webp .bg5 {
  background: url(../images/top/mainvisual_fus.webp)100% / cover no-repeat;
}

.webp .bg5 .lazyloaded {
  background: url(../images/top/mainvisual_fus.webp)100% / cover no-repeat;
}

.no-webp .bg5 {
  background: url(../images/top/mainvisual_fus.png)100% / cover no-repeat;
}

.webp .bg6 {
  background: url(../images/top/mainvisual_2026_01.webp)100% / cover no-repeat;
}

.webp .bg6 .lazyloaded {
  background: url(../images/top/mainvisual_2026_01.webp)100% / cover no-repeat;
}

.no-webp .bg6 {
  background: url(../images/top/mainvisual_2026_01.png)100% / cover no-repeat;
}



/*メインビジュアルテキスト*/
.main-catch_title {
  font-family: 'notoserifjp';
  background: rgba(255, 255, 255, .8);
  font-size: 160%;
}

.main-catch_title a {
  color: #08235E;
  text-decoration: none;
  font-weight: normal;
}

.main-catch_title_02 {
  font-family: 'notoserifjp';
  font-size: 180%;
  padding: 10px;
  position: absolute;
  right: 10px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  top: 20%;
  font-weight: normal;
  /* background: rgba(255, 255, 255, .8);*/
  background: rgba(8, 35, 94, .8);


}

@media screen and (max-width: 1023px) {
  .main-catch_title_02 {
    font-size: 120%;
    top: 6%;
  }
}

@media screen and (max-width: 767px) {
  .main-catch_title_02 {
    font-size: 100%;
    padding: 5px;
  }
}

.main-catch_title_02 a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  display: block;
}

.main-catch_title_02-sub {
  font-size: 70%;
}

.main-catch_title_03 {
  font-family: 'notoserifjp';
  /* background: rgba(255, 255, 255, .4);*/
  width: 100%;
  margin: 0 auto;
  font-size: 180%;
  position: absolute;
  text-align: left;
  bottom: 12%;
  left: 0;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;


}

@media screen and (max-width: 1023px) {
  .main-catch_title_03 {
    font-size: 100%;
    width: 100%;
    top: auto;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-catch_title_03 {
    font-size: 90%;
  }
}

.main-catch_title_03 span {
  background: rgba(0, 67, 146, .5);
  padding: 2px 40px 5px 15px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(24px);
  display: inline-block;
}

.main-catch_title_03 a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  background: rgba(0, 67, 146, .5);
  padding: 2px 40px 5px 15px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(24px);
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .main-catch_title_03 a {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .main-catch_title_03 a {
    font-size: 90%;
  }
}

/**/
.main-catch_title_03-footer {
  font-family: 'notoserifjp';
  /* background: rgba(255, 255, 255, .4);*/
  width: 100%;
  margin: 0 auto;
  font-size: 140%;
  position: absolute;
  text-align: left;
  bottom: 2%;
  padding: 15px;
  color: #000;
  font-weight: normal;
  line-height: 1.4;

}

@media screen and (max-width: 1023px) {
  .main-catch_title_03-footer {
    font-size: 80%;
    width: 100%;
    bottom: 10px;
    top: auto;
    left: 0;
    padding: 0;
  }
}




.main-catch_title_04 {
  font-family: 'notoserifjp';
  font-size: 180%;
  padding: 10px;
  position: absolute;
  left: 0;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  top: 20%;
  font-weight: normal;
  background: rgba(0, 67, 146, .5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(24px);
  display: inline-block;


}

@media screen and (max-width: 1023px) {
  .main-catch_title_04 {
    font-size: 120%;
    top: 6%;
  }
}

@media screen and (max-width: 767px) {
  .main-catch_title_04 {
    font-size: 100%;
    padding: 5px;
  }
}

.main-catch_title_04 a {
  color: #08235E;
  text-decoration: none;
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 1023px) {
  .main-catch_title_04 a {
    color: #08235E;
  }
}

/*メインビジュアルテキスト*/

.main-visual_infobox {
  background: rgba(255, 255, 255, .8);
  padding: 15px;
  position: absolute;
  right: 15%;
  bottom: 15%;
  width: 25%;
  font-weight: bold;
  display: none;
}

.main-visual_infobox-table {
  margin: 0 auto;
  font-size: 140%;
  font-size: 1.6rem;
}

.main-visual_infobox-table th {
  width: 30%;
  text-align: left;
}

.main-visual_infobox-table td {
  width: 70%;
}

.main-visual_infobox-list li {
  background: #fff;
  padding: 8px;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  font-size: 140%;
  font-size: 1.6rem;
}

.main-nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  z-index: 1;
  padding: 22px 0 10px;

  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .main-nav_area {
    bottom: 10%;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-nav_area {
    /* padding: 10px;*/
    padding: 0 10px;
  }
}

.main-nav_area li {
  /* background: #08235E;*/
  text-align: center;
  width: calc(100% / 3 - 6px);
  -webkit-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.2);
  font-size: 120%;
  position: relative;
  border-radius: 10px;
}



@media screen and (max-width: 1024px) {
  .main-nav_area li {
    font-size: 120%;
    margin: 0 3px;
  }
}

@media screen and (max-width: 767px) {
  .main-nav_area li {
    font-size: 100%;
  }
}

.main-nav_area li a {
  padding: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  border: 1px solid #283f6d;
  border-radius: 10px;
  background: #283f6d;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .main-nav_area li a {
    font-size: 98%;
  }
}

@media screen and (max-width: 767px) {
  .main-nav_area li a {
    padding: 10px;
    font-size: 100%;
    line-height: 1.4;
  }
}

.main-nav_area li a:hover {
  background: rgba(255, 255, 255, .8);
  color: #08235E;
  border: 1px solid #08235E;
}

.main-nav_area .material-icons {
  display: inline-block;
  vertical-align: sub;
  font-size: 150%;
  /* margin: 0 10px 0 0; */
}

@media screen and (max-width: 767px) {
  .main-nav_area .material-icons {
    display: block;
  }
}

.directions_walk {
  vertical-align: sub;
}

.main-nav_area-icon {
  vertical-align: sub;
}

.main-nav_area-icon img {
  width: 20px;
}

.directions_walk svg {
  fill: #fff;
  width: 7%;
}

.main-nav_area li a:hover svg {
  fill: #08235E;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}


.assignment_turned_in svg {
  fill: #fff;
  width: 7%;
}

.accessible svg {
  fill: #fff;
  width: 7%;
}


.main-content_nav {
  background: #f4f9ff;
  padding: 10px 30px 15px;
}

@media screen and (max-width: 1023px) {
  .main-content_nav {
    padding: 10px;
  }

}

@media screen and (max-width: 767px) {
  .arrow-right::before {
    right: -80%;
  }
}

.content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.content-list li {
  margin: 10px 0;
  width: 48%;
  position: relative;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  background: #fff;

}

@media screen and (min-width: 769px) {
  .content-list {
    max-width: 1000px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0 0 10px;
  }

  .content-list li {
    width: 24%;
  }
}

.content-list_bg {
  /* position: absolute;*/
  background: #fff;
  text-align: center;
  width: 100%;
  bottom: -50px;

}


.top-content-list_title {
  position: relative;
  font-weight: normal;
  font-size: 100%;
  padding: 0.5em;
}

@media screen and (max-width: 1023px) {
  .top-content-list_title {
    font-size: 90%;

  }
}

.top-content-list_title:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.top-content-list_title a {
  display: block;
  text-decoration: none;
  color: #4c4c4c;
  font-size: 100%;
  padding: 11px 0;
  font-weight: bold;


}

.top-content-list_s a {
  padding: 0;
}

@media screen and (max-width:320px) {
  .top-content-list_s a {
    font-size: 90%;
    padding: 6px 0;

  }
}

.content-list_image {
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .content-list_image {
    max-height: 145px;
  }
}

.content-list_image img {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.content-list_image img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.swiper-container {
  max-width: 1200px;
  margin: 0 auto;
}

.slide-down:hover {
  cursor: pointer;
  border: 1px solid #e04f5d;
  background: #fff;
  -webkit-transition: .5s linear;
  -webkit-transition: .5s linear;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  color: #e04f5d;
}

div.slide {
  display: none;
}

.slide-down {
  background: #e04f5d;
  color: #ffffff;
  border: 1px solid #e04f5d;
  display: block;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .slide-down {
    font-size: 90%;
    padding: 10px;
  }
}

div.slide {
  padding: 25px 20px;
  background: #ffffff;
}

.slide {
  border: 1px solid #e04f5d;
}


div.top-slide {
  display: none;
}

div.top-slide {
  padding: 25px 20px;
  background: #ffffff;
}


.s-three-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.s-three-text,
.s-three-sub {
  width: 100%;
}


.s-three-text {
  top: 20%;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
}

@media screen and (max-width: 1023px) {
  .s-three-text {
    top: 30%;
  }
}

.s-three-sub {
  top: 55%;
  font-size: 2vw;
}

.s-three-button {
  top: 45%;
  left: calc(80% - 200px);
  display: block;
  width: 40%;
  height: 150px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #4f4f4f;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  text-align: center;
  color: white;
}

.s-three-button:hover {
  background: white;
  color: #1b1b1b;
}

.s-three-button a {
  display: block;
  color: #4f4f4f;
}

.swiper-slide-active .s-three-text {
  -webkit-animation: slideFromRight 1.5s ease 0s 1 normal;
  animation: slideFromRight 1.5s ease 0s 1 normal;
}

.swiper-slide-active .s-three-sub {
  -webkit-animation: slideFromRightSub 2.0s ease 0s 1 normal;
  animation: slideFromRightSub 2.0s ease 0s 1 normal;
}

.swiper-slide-active .s-three-button {
  -webkit-animation: slideFromRightBtn 2.5s ease 0s 1 normal;
  animation: slideFromRightBtn 2.5s ease 0s 1 normal;
}

@-webkit-keyframes slideFromRightBtn {

  0%,
  65% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideFromRightBtn {

  0%,
  65% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.main-content_title {
  font-family: 'notoserifjp';
  font-size: 2rem;
  font-size: 180%;
  text-align: center;
  border-bottom: 1px solid;
  max-width: 1000px;
  margin: 10px auto;
  font-weight: 600;
}



@media screen and (max-width: 767px) {
  .main-content_title {
    font-size: 140%;
    margin: 0 auto;
  }
}

.main-content_title02 {
  font-family: 'notoserifjp';
  font-size: 180%;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid;
  max-width: 1000px;
  margin: 10px auto;
  font-weight: 600;
}


@media screen and (max-width: 767px) {
  .main-content_title02 {
    font-size: 120%;
  }
}

.information {
  margin: 20px 0 0;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .information {
    padding: 10px;
    margin: 0;
  }
}



.information-wrap {
  max-width: 1000px;
  margin: 10px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .information-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.information-category_title {
  background: #283f6d;
  text-align: center;
  color: #fff;
  padding: 5px;
  margin: 0 0 5px;
  font-weight: normal;
}


.information-box {
  width: 49.8%;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1023px) {
  .information-box {
    width: 100%;
    border: 1px solid #ccc;
    margin: 20px 0;
  }
}

.information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.information-list li {
  display: block;
  border-bottom: 1px dashed #ccc;
  padding: 0 5px;

}

.information-list li:last-child {
  border-bottom: none;

}

.information-list li.cat1 {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 90%;
}

.information-list li.cat1 span {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .information-list li.cat1 span {
    font-size: 85%;
  }
}

.information-list li.cat1 a.text_limit {
  font-weight: normal;
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  .information-list li.cat1 a.text_limit {
    font-size: 90%;
  }
}

.information-list_link {
  text-align: right;
  margin: 5px 10px;
  font-size: 90%;
}

.infomation-link {
  margin: 5px 0;
}

.infomation-link a {
  color: #cc0000;
  font-size: 90%;
  padding: 5px 0;
  display: block;
}

.infomation-link_02 {
  margin: 10px 0 0;
}

.infomation-link_02 a {
  color: #cc0000;
  font-size: 90%;
  font-weight: bold;
  padding: 5px 0;
  display: block;
}

.pickup {
  margin: 0 0 40px;
  padding: 0 50px;
}

@media screen and (max-width:768px) {
  .pickup {

    padding: 10px;
  }
}

.pickup-wrap {
  max-width: 1000px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  border: 10px solid #f1f8ff;
  background: #f1f8ff;
}

@media screen and (max-width: 767px) {
  .pickup-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}



.pickup-category {

  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .pickup-category {
    width: 100%;
    margin: 0;
  }

  .pickup-category li {
    height: auto;
  }
}

.pickup-category li a {
  text-decoration: none;
}

.pickup-category li img {
  width: 100%;
}

.pickup-category_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 0 0 15px;
  background: #fff;
  padding: 5px;
  height: 170px;
}

.pickup-category_box li {
  width: 50%;
  line-height: 1.4em;
  padding: 5px;
}

@media screen and (max-width:1023px) {
  .pickup-category_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 340px;
    ;
  }

  .pickup-category_box li {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .pickup-category_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
  }

  .pickup-category_box li {
    width: 70%;
  }

  .pickup-category_box li:first-child {
    width: 30%;
  }
}

.pickup-category_box li a {
  text-decoration: none;
}

.pickup-category_box .lazyloaded {
  background-size: contain;
}

.pickup-category_title {
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  .pickup-category_title {
    font-size: 90%;
    margin: 0;
    line-height: 1.4;
  }
}

.pickup-category_title a {
  text-decoration: none;
}

.pickup-category_description {
  margin: 5px 0;
  font-size: 90%;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .pickup-category_description {
    font-size: 90%;
  }
}

.pickup-category_image {
  overflow: hidden;
  padding: 0;
  height: auto;

}

@media screen and (max-width:1023px) {
  .pickup-category_image {
    height: auto;
    max-height: 200px;
  }
}

.pickup-category_image .lazyloaded {
  overflow: hidden;
  padding: 0;
  height: auto;
  background-size: cover;
}



.pickup-category_image a {

  max-height: 280px;
  display: block;
  background-position: top;
}

.pickup-category_image a .lazyloaded {
  height: 160px;
  display: block;
  background-position: top;
}

@media screen and (max-width:1023px) {
  .pickup-category_image a .lazyloaded {
    height: auto;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pickup-category_image a .lazyloaded {
    height: 90px;
  }

}

.pickup-category_image .lazyloaded {
  height: 160px;
  display: block;
  background-position: top;
}

@media screen and (max-width:1023px) {
  .pickup-category_image .lazyloaded {
    height: auto;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pickup-category_image .lazyloaded {
    height: 90px;
  }

}

.pickup-category_box li img {
  min-height: 250px;
}

@media screen and (max-width: 1023px) {
  .pickup-category_image a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pickup-category_image a {
    background-size: cover;
    background-position: center;
    min-height: 90px;
  }
}



.pc-pickup_menu {
  display: block;
}

@media screen and (max-width: 1023px) {
  .pc-pickup_menu {
    display: none;
  }
}

.sp-pickup_menu {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp-pickup_menu {
    display: block;
  }
}

.recruit-bn_area {
  background: #f4f9ff;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .recruit-bn_area {
    padding: 10px;
  }
}



.recruit-bn_area-wrap {
  max-width: 1000px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-area {
  background: #fff;
  padding: 20px 10px 40px;
  width: 50%;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1023px) {
  .recruit-bn_area-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recruit-area {
    width: 100%;
  }
}

.recruit-area a:hover {
  color: #b30000;
}

.recruit-btn {
  text-align: center;
}

.recruit-btn a {
  background: #f4d124;
  padding: 10px;
  border: 3px solid #f4d124;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  color: #474545;
  text-decoration: none;
  display: block;
  width: 100%;
  font-weight: bold;

}

.recruit-btn a:hover {
  background: #fff;
  color: #474545;
  border: 3px solid #f4d124;

}

.recruit-area_description {
  margin: 10px 0;
  padding: 0 15px;
  font-size: 90%;
}



.bn-area {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 1023px) {
  .bn-area {
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .bn-area {
    width: 100%;
  }
}


.bn-area li.bn-area_m ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 0 auto 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}


.bn-area li.bn-area_m ul li {
  width: 45%;
  margin: 4px 0;
}

@media screen and (max-width:1023px) {
  .bn-area li.bn-area_m ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 95%;
  }

  .bn-area li.bn-area_m ul li {
    width: 31%;
    margin: 5px 2px;
    width: calc(100% / 3 - 6px);
  }
}

@media screen and (max-width:767px) {
  .bn-area li.bn-area_m ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bn-area li.bn-area_m ul li {
    width: 48%;
    width: calc(100% / 2 - 6px);

  }
}

.bn-area li.bn-area_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 0 5px;
}

.bn-area li.bn-area_l ul li {
  width: 90%;
  margin: 0 auto 5px;
}

@media screen and (max-width: 930px) {
  .bn-area li.bn-area_l {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .bn-area li.bn-area_l ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bn-area li.bn-area_l ul li {
    width: calc(100% / 2 - 6px);
    margin: 0 auto 5px;
  }
}



@media screen and (max-width: 1023px) {
  .bn-area li.bn-area_l ul li img {
    max-width: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bn-area li.bn-area_l ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bn-area li.bn-area_l ul li {
    width: 90%;
  }
}

.recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recruit-list_comment {
  padding: 0 10px;
  font-size: .8rem;
  font-size: 80%;
  display: block;
}

.recruit-list li {
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
}

.recruit-list a {
  color: #004392;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .recruit-list a {
    font-size: 90%;
  }
}

.recruit-bn {
  display: flex;
}

.recruit-bn li {
  border-bottom: none;
}

.main-info_wrap {

  padding: 10px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  section.main_nav {
    font-size: 90%;
    margin: 10px 0;
  }
}

.main-info_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 4px auto 10px;
}

.main-info {
  width: 49.9%;
}

.main-info_03 {
  width: 49.9%;
}

@media screen and (max-width:767px) {
  .main-info_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-info {
    width: 100%;
    margin: 6px 0 0;
  }

  .main-info_03 {
    width: 100%;
    margin: 0 0 2px;
  }
}

.main-nav_title {
  width: 100%;
  background: #fff;
  color: #e0283b;
  padding: 10px 5px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 97%;
  font-weight: bold;
  border: 2px solid #e0283b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .main-nav_title {
    padding: 12px 5px;
    font-size: 110%;
    height: 71px;
  }
}

.main-nav_title:hover {
  background: #e0283b;
  border: 2px solid #e0283b;
  color: #fff;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.main-nav_title-02 {
  width: 100%;
  background: #e0283b;
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 100%;
  font-weight: normal;

}

@media screen and (max-width:767px) {
  .main-nav_title-02 {
    height: 52px;
  }
}

.main-nav_title-02 a {
  color: #fff;
  display: block;
  padding: 10px 5px;
  border: 2px solid #e0283b;
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;

}

@media screen and (max-width:767px) {
  .main-nav_title-02 a {
    padding: 10px;
    font-size: 110%;
  }
}

.main-nav_title-02 a:hover {
  background: #fff;
  border: 2px solid #f43447;
  color: #f43447;
  display: block;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 1;
}


.main-nav_title-03 {
  width: 100%;
  background: #fff;
  color: #014a8f;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 100%;
  font-weight: normal;

}

@media screen and (max-width:767px) {
  .main-nav_title-03 {
    height: 52px;
    margin: 5px 0 0;
  }
}

.main-nav_title-03 a {
  display: block;
  padding: 10px 5px;
  border: 2px solid #014a8f;
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;

}

@media screen and (max-width:767px) {
  .main-nav_title-03 a {
    padding: 10px;
    font-size: 110%;
  }
}

.main-nav_title-03 a:hover {
  color: #fff;
  border: 2px solid #014a8f;
  background: #014a8f;
  display: block;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 1;
}

.main-info_wrap li:last-child {
  width: 100%;
  text-align: left;
}

.main-info_innar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  font-size: .9rem;
  font-size: 90%;
}

.main-info_innar li {
  padding: 1px;
  margin: 3px 0;
}



.main-info_innar li a {
  color: #004392;
}

.main-info_innar li a:hover {
  color: #b30000;
  text-decoration: none;
}

.main-info_innar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-info_innar ul li {
  width: 80%;
  margin: 0;
}

.main-info_innar ul li.date {
  width: 20%;
}

@media (max-width:767px) {
  .main-info_innar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-info_innar ul li {
    width: 100%;
  }

  .main-info_innar ul li.date {
    width: 100%;
  }
}

/*診療時間*/
.consultation {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.consultation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  font-weight: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


@media screen and (max-width: 767px) {
  .consultation-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


.consultation-wrap li {
  width: 30%;
}

.consultation-wrap li:first-child {
  width: 40%;
  margin: 0 2px 0 0;
}

.consultation-wrap li:last-child {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .consultation-wrap li:first-child {
    width: 100%;
  }

  .consultation-wrap li:last-child {
    width: 100%;
  }
}

.icon-tel:before {
  content: "\e0b0";
  font-family: "Material Icons";
  font-weight: 900;
  padding: 0 10px 0 0;
  text-decoration: none;
  display: inline-block;

}

.consultation-wrap li svg {
  display: inline-block;
  margin: 0 5px;
  vertical-align: sub;
}

.consultation-icon_01 {
  fill: #fff;
}

.link-button {
  background: #ccc;
  padding: 10px;
}

.consultation-category {
  color: #283f6d;
  font-weight: 600;
  font-size: 95%;
}

@media screen and (max-width:375px) {
  .consultation-category {
    font-size: 88%;
  }
}

.consultation-link_list {
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 90%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width:767px) {
  .consultation-link_list {
    margin: 8px 0 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

  }
}

.consultation-wrap li.consultation-link_list li {
  width: 100%;
  margin: 0 10px;
}

.consultation-wrap li:first-child .consultation-link_list li {
  width: auto;
  margin: 3px 2px;


}

.consultation-wrap li:first-child .consultation-link_list li svg {
  margin: 0;
}

.consultation-link_icon-car {
  background: #283f6d;
  border-radius: 5px;
}

.consultation-link_icon-car a {
  text-decoration: none;
  font-size: 90%;
  color: #fff;
  padding: 2px 10px;
  display: block;
  border: 1px solid #283f6d;
  border-radius: 5px;
  font-weight: bold;

}

@media screen and (max-width:767px) {
  .consultation-link_icon-car a {
    padding: 8px 10px;
  }
}

.consultation-link_icon-car a:hover {
  border: 1px solid #283f6d;
  background: #fff;
  color: #283f6d;
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.consultation-link_icon-car a:hover:before {
  color: #283f6d;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.consultation-link_icon-car a:hover .path01 {
  fill: #283f6d;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.consultation-link_icon-map a {
  text-decoration: none;
  font-size: 90%;
  color: #fff;
  padding: 2px 10px;
  display: block;
  border: 1px solid #34820a;
  border-radius: 5px;
  background: #34820a;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .consultation-link_icon-map a {
    padding: 8px 10px;
  }
}

.consultation-link_icon-map a:hover {
  border: 1px solid #34820a;
  background: #fff;
  color: #34820a;
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.consultation-link_icon-map a:hover:before {
  color: #34820a;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.consultation-link_icon-map a:hover .path01 {
  fill: #34820a;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.icon-gairai {
  vertical-align: bottom;
  margin: 0 10px 0 0;
  background: #e0283b;
  border-radius: 5px;
}

.icon-gairai a {
  display: block;
  color: #fff;
  padding: 2px 10px;
  text-decoration: none;
  font-size: 90%;
  border: 1px solid #e0283b;
  border-radius: 5px;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .icon-gairai a {
    padding: 8px 10px;
  }
}

.icon-gairai a:hover {
  border: 1px solid #e0283b;
  background: #fff;
  color: #e0283b;
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.icon-gairai svg {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 160%;
}

.path01 {
  fill: #fff;
}

.icon-gairai a:hover .path01 {
  fill: #e04f5d;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.consultation-table {
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .consultation-table {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .consultation-table {
    font-size: 90%;
  }
}

.consultation-table th {
  padding: 5px 3px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  background: #efefef;
  font-size: 90%;
  width: 18%;
}

.consultation-table td {
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 4px 10px 4px 14px;
}

.consultation-table td i {
  font-size: 1.8rem;
  color: #fff;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  background: #08235E;
  padding: 5px 3px;
  border-radius: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
}

.consultation-table_tel {
  margin: 0 10px;
  text-align: left;
}

@media screen and (max-width:1023px) {
  .consultation-table_tel {
    text-align: center;
  }
}

.consultation-table_tel a {
  color: #004392;
  font-size: 100%;
  font-weight: bold;
}

.consultation-table_tel a:hover {
  text-decoration: none;
  color: #b30000;
}

.consultation-table_tel th {
  text-align: left;
  font-weight: bold;
  font-family: serif;
  font-size: 100%;
}

@media screen and (max-width:1023px) {
  .consultation-table_tel th {
    text-align: center;
  }
}

.consultation-table_02 {
  border-collapse: collapse;
  width: 100%;
  background: #fff;


}

@media screen and (max-width: 1023px) {
  .consultation-table_02 {
    width: 100%;
    margin: 0 auto;

  }
}

.consultation-table_02 th {
  padding: 5px 3px;
  vertical-align: middle;
  text-align: center;
  background: #eee;
  font-size: 90%;
  width: 35%;
  color: #283f6d;
  border: 1px solid #ccc;

}

.consultation-table_02 td {
  vertical-align: top;
  padding: 3px 4px 0px 7px;
  font-size: 100%;
  border: 1px solid #ccc;
}

.consultation-table_02 td.yoyaku {
  width: 50%;
}

.gairaitantou {
  background: #e04f5d;
  color: #fff;
  padding: 10px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  border: 1px solid #e04f5d;
  font-size: 100%;
  font-weight: normal;
  display: block;
  text-decoration: none;

}

@media screen and (max-width:767px) {
  .gairaitantou {
    font-size: .9rem;
  }
}

.gairaitantou:hover {
  background: #fff;
  color: #e04f5d;
  border: 1px solid #e04f5d;

}

.icon-kyukyu {
  vertical-align: bottom;
  margin: 0 10px 0 0;
  background: #e0283b;
  border-radius: 5px;
}

.icon-kyukyu a {
  display: block;
  color: #fff;
  padding: 2px 10px;
  text-decoration: none;
  font-size: 90%;
  border: 1px solid #e0283b;
  border-radius: 5px;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .icon-kyukyu a {
    padding: 5px 10px;
  }
}

.icon-kyukyu a:hover {
  border: 1px solid #e0283b;
  background: #fff;
  color: #e0283b;
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.consultation-yoyaku_tlink {
  font-weight: bold;
  margin: 7px 0;
  font-size: 80%;
}

.main-info_02 {
  max-width: 1000px;
  margin: 0 auto 10px;
  padding: 10px;
  background: #f1f8ff;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:767px) {
  .main-info_02 {
    padding: 20px;
  }
}

@media screen and (max-width:414px) {
  .main-info_02 {
    padding: 20px 10px;
  }
}

.main-info_02-link {
  text-align: center;

}

.main-info_02-link a {
  display: block;
  padding: 5px;
  background: #ccc;
}

.consultation-title {
  background: #283f6d;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 3px;
  border: 1px solid #ccc;
  margin: 3px 0 2px;
}

.consultation-text {
  margin: 0 0 2px;
  font-size: 98%;
}

.consultation-text_time {
  margin: 0 0 10px;
  font-size: 100%;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .consultation-text_time {
    font-size: 110%;
  }
}

.consultation-text .tel {
  font-weight: bold;
}

.consultation-text .tel_l {
  font-size: 100%;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .consultation-text .tel_l {
    font-size: 110%;

  }
}

.caution {
  font-size: 80%;
  margin: 5px 0;
}

@media screen and (max-width:767px) {
  .caution {
    display: block;
  }
}

.caution_02 {
  font-size: 90%;
  line-height: 1.2;
  margin: 5px 0;
}

@media screen and (max-width:767px) {
  .caution_02 {
    display: block;
  }
}

.main-information {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.main-information_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.gnav--menu_item-info {
  font-size: 90%;
  text-align: center;
  margin: 5px auto 0;
}

.main-info_r-link {
  text-align: right;
  font-size: 90%;
  background: #2790c3;
  display: inline-block;
}

.main-info_r-link a {
  display: block;
  padding: 5px;
  color: #fff;
  text-decoration: none;
}

.main-catch_note {
  text-align: center;
  padding: 10px;
  color: #cc0000;
  font-weight: bold;
  font-size: 115%;

}

@media screen and (max-width:767px) {
  .main-catch_note {
    font-size: 85%;
    padding: 10px 0;
  }
}

.font-b {
  font-weight: bold;
}

.t-align-c {
  text-align: center;
}

.t-align-r {
  text-align: right;
}

.f-size-mm {
  font-size: 110%;
}

.f-size-s {
  font-size: 80%;
}

.f-color_r {
  color: #d71718;
}

.bd-red {
  border: 2px solid #cc0000;
  border-radius: 10px;
  padding: 15px;
  margin: 10px auto;
}

.mg-s_left {
  margin: 0 0 0 5px;
}

.mg-s_top {
  margin: 5px 0 0 0;
}

.pc-content {
  display: block;
}

.sp-content {
  display: none;
}


@media screen and (max-width:767px) {
  .sp-content {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .pc-content {
    display: none;
  }
}

.sns-area {
  width: 60%;
  margin: 10px auto;
}

.sns-list {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .bn-area li.bn-area_l ul.sns-list {
    flex-direction: inherit;
    flex-wrap: nowrap;
  }
}

.bn-area li.bn-area_l ul.sns-list li {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .bn-area li.bn-area_l ul.sns-list li {
    margin: 5px 0 0;
  }
}

.sns-list li img {
  max-width: 2.2rem;
}

@media screen and (max-width: 1023px) {
  .bn-area li.bn-area_l ul.sns-list img {
    max-width: 2.2rem;
  }
}

.slider-first_cacth {
  color: #fff;
  font-family: 'notoserifjp';
  background: rgba(0, 67, 146, .8);
  top: 30px;
  position: absolute;
line-height: 1.6;
padding: 10px 30px;
}
.slider-first_cacth .font-m {
  font-size: 120%;
}
.slider-first_cacth .font-l {
  font-size: 180%;
}
.slider-first_cacth .font-s {
  font-size: 80%;
}
@media screen and (max-width: 1023px) {
  .slider-first_cacth {
    font-size: 90%;
    top: 6%;
  }
}

@media screen and (max-width: 767px) {
  .slider-first_cacth {
    font-size: 50%;
    padding: 5px;
  }
}


.icon-fever {
  vertical-align: bottom;
  margin: 10px auto 0;
  background: #fff;
  border-radius: 5px;
  width: 80%;
}

.icon-fever a {
  display: block;
  color: #014a8f;
  padding: 2px 10px;
  text-decoration: none;
  font-size: 90%;
  border: 2px solid #014a8f;
  border-radius: 5px;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .icon-fever a {
    padding: 5px 10px;
  }
}

.icon-fever a:hover {
  border: 2px solid #014a8f;
  background: #014a8f;
  color: #fff;

  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}