/* ------------------------------------------------------------------
side　main
------------------------------------------------------------------ */
.sideBox ul {
  margin-bottom: 20px;
  padding: 0px 0px 20px;
  border-radius: 0 0 1em 1em;
  border-top: none;
}

.sideBox .topTitle {
  text-align: left;
  margin-bottom: 0px;

}

.sideBox ul li a {
  padding: 13px 0;
  color: #333;
  display: block;
  font-size: 1.3rem;
}

.sideBox ul li a:hover {
  text-decoration: underline;
  color: #28292C;
}

.sideBox ul li .day {
  font-family: "Manrope", serif;
  color: #006dd2;
  margin: 0;
  font-size: 1.3rem;
  display: block;
  font-weight: 500;
  letter-spacing: .1em;
}

.sideBox ul li a:hover .day {
  font-family: "Manrope", serif;
  color: #333;
}

.sideBox ul.saishin li a {
  padding: 10px 0;
}

.sideBox ul:saishin li a:hover {
  text-decoration: underline;
  color: #333;
}

ul.news-list-year {
  display: flex;
  flex-wrap: wrap;
}

ul.news-list-year li {
  font-size: 1.3rem;
  padding: 0 .5em .5em;
}

ul.news-list-year li a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.3rem;
  display: inline-block;
}

@media(min-width:768px) {
  .mainBox {
    width: 100%;
  }

  .sideBox {
    width: 100%;
  }
}

@media(min-width:1024px) {}

@media(min-width:1280px) {}

@media only screen and (max-width: 736px) {
  .sideBox ul:nth-child(1) {
    background: #fff;
    padding: 30px 0px 20px;
  }
}

/* ------------------------------------------------------------------
h3
------------------------------------------------------------------ */
.topTitle {
  text-align: center;
  margin-bottom: 40px;
}

.toppage_title {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .2em;
  margin-bottom: 0;
}

.toppage_title {
  display: inline-block;
}

/*——文字下にライン——*/
.bottom_accent_border {
  position: relative;
  margin-bottom: 0;
}

.bottom_accent_border::before {
  content: "";
  display: inline-block;
  width: 160px;
  height: 3px;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  margin-left: -80px;
  background: #0045b2;
}

.topTitle .title_ja {
  position: relative;
  color: #2d2d2d;
  margin-bottom: .8em;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.6em;
  letter-spacing: .2em;
  padding-left: 1.1em;
}

.topTitle .title_ja::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: .5em;
  background: url(../img/accent.svg) no-repeat 0 0;
  background-size: 16px 16px;
}

.topTitle .title_en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: .3em;
  text-indent: .3em;
  font-size: 2.6rem;
  display: block;
  line-height: 1;
}

/*——文字の左右にライン——*/
.title_border {
  position: relative;
  letter-spacing: .2em;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 1.9rem;
  margin-bottom: 0;
}

/*——画像タイトル——*/
.title_img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media(min-width:1024px) {
  .topTitle .title_ja {
    font-size: 2.0rem;
  }

  .topTitle .title_en {
    font-size: 5.0rem;
  }

  /*——文字の左右にライン——*/
  .title_border {
    font-size: 2.8rem;
  }

  .title_border::before {
    content: "";
    display: inline-block;
    width: 279px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -279px;
    margin-top: -.5px;
    background: url(../img/d_line.svg);
    background-repeat: repeat-x;
    background-size: 18px 1px;
  }

  .title_border::after {
    content: "";
    display: inline-block;
    width: 279px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -279px;
    margin-top: -.5px;
    background: url(../img/d_line.svg);
    background-repeat: repeat-x;
    background-size: 18px 1px;
  }
}

@media(min-width:1280px) {
  .topTitle {
    margin-bottom: 50px;
  }

  .topTitle .title_ja {
    font-size: 2.4rem;
  }

  .topTitle .title_en {
    font-size: 5.4rem;
  }

  /*——文字の左右にライン——*/
  .title_border {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 1023px) {
  .topTitle .title_ja {
    margin-bottom: 20px;
    font-size: 200%;
    font-size: 1.6rem;
    padding-left: 1em;
  }

  .topTitle .title_ja::before {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: .5em;
    background: url(../img/accent.svg) no-repeat 0 0;
    background-size: 10px 10px;
  }

  .topTitle .title_en {
    font-size: 3.4rem;
  }

  .bottom_accent_border::before {
    width: 100px;
    bottom: -0.5em;
    left: 50%;
    margin-left: -50px;
  }

  .bottom_accent_border .title_en {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .topTitle {
    margin-bottom: 30px;
  }

  .topTitle .title_ja {
    line-height: 1.4;
    font-size: 1.8rem;
  }

  .topTitle .title_en {
    font-size: 3.2rem;
  }

  .bottom_accent_border .title_ja {
    margin-bottom: 0px;
    font-size: 1.9rem;
  }
}

@media only screen and (max-width: 320px) {

  /*——文字の左右にライン——*/
  .title_border {
    font-size: 1.9rem;
  }
}

/* ------------------------------------------------------------------
トップページ_zoom
------------------------------------------------------------------ */
.img_zoom {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}

.img_zoom img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform .6s ease;
  /* ゆっくり変化させる */
}

.img_zoom:hover img {
  transform: scale(1.1);
  /* 拡大 */
}

@media(min-width:768px) {
  .img_zoom img {
    height: 140px;
  }
}

@media(min-width:1024px) {
  .img_zoom img {
    height: 180px;
  }
}

@media(min-width:1280px) {
  .img_zoom img {
    height: 240px;
  }
}

@media only screen and (max-width: 360px) {
  .img_zoom img {
    height: 180px;
  }
}

/* ------------------------------------------------------------------
トップページ_about
------------------------------------------------------------------ */
.toppage_about {
  position: relative;
  padding: 240px 0 220px;
  background-color: #000;
  background-image: url(../img/about_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.toppage_about .topTitle, .toppage_about .topTitle .title_ja {
  color: #fff;
}

.toppage_about p {
  color: #fff;
  font-weight: 500;
  line-height: 2.2em;
}

.toppage_about .circle__btn__right {
  margin-top: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.toppage_about .circle__btn__right::before {
  background: url(../img/arrow_right_white.svg) no-repeat 0 0;
}

@media(min-width:1024px) {
  .toppage_about .left .topTitle {
    text-align: left;
  }

  .toppage_about .left .topTitle .title_en {
    margin-left: -.3em;
  }
}

@media(min-width:1280px) {
  .toppage_about h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 1023px) {
  .toppage_about {
    padding: 120px 0 110px;
  }
}

@media only screen and (max-width: 450px) {
  .toppage_about h4 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 390px) {
  .toppage_about h4 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 360px) {
  .toppage_about h4 {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
トップページ_サービス
------------------------------------------------------------------ */
.toppage_service {
  position: relative;
  padding: 160px 0 130px;
}

.toppage_service .left {
  order: 2;
}

.toppage_service .right {
  order: 1;
}

.toppage_service .btn_circle {
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .toppage_service.tp--ab:before {
    content: '';
    display: block;
    background-color: #e7e7e766;
    position: absolute;
    z-index: -1;
    width: 85.15625%;
    height: calc(100% - 107px);
    bottom: 0px;
    left: auto;
    right: 0;
  }

  .toppage_service .right {
    padding-top: 10%;
  }

  .toppage_service .left .topTitle {
    text-align: left;
  }

  .toppage_service .left .topTitle .title_en {
    margin-left: -.3em;
  }

  .toppage_service .btn_circle {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .toppage_service {
    background-color: #e7e7e766;
    padding: 80px 0 80px;
  }

  .toppage_service .btn_circle {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

/* ------------------------------------------------------------------
トップページ_リクルート
------------------------------------------------------------------ */
.toppage_recruit {
  position: relative;
  padding: 160px 0 130px;
}

.toppage_recruit .left {}

.toppage_recruit .right {}

.toppage_recruit .btn_circle {
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .toppage_recruit.tp--ab:before {
    content: '';
    display: block;
    background-color: #e7e7e766;
    position: absolute;
    z-index: -1;
    width: 85.15625%;
    height: calc(100% - 107px);
    bottom: 0px;
    left: 0;
    right: auto;
  }

  .toppage_recruit .right {
    padding-top: 10%;
  }

  .toppage_recruit .left .topTitle {
    text-align: left;
  }

  .toppage_recruit .left .topTitle .title_en {
    margin-left: -.3em;
  }

  .toppage_recruit .btn_circle {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .toppage_recruit {
    background-color: #e7e7e766;
    padding: 80px 0 80px;
  }

  .toppage_recruit .btn_circle {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 450px) {}

/* ------------------------------------------------------------------
トップページ_コンタクト
------------------------------------------------------------------ */
.toppage_contact {
  padding: 100px 0 100px;
  background-color: #fff;
  background-image: url(../img/mv/contact_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact__box h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: .1em;
  font-size: 2.7rem;
}

.contact__box p {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1em;
}

@media (min-width: 1024px) {
  .contact__box .c-flex {
    justify-content: space-between;
    align-items: center;
  }

  .contact__box .left {
    width: 60%;
    padding-bottom: 15%;
  }

  .contact__box .right {
    width: 30%;
    padding-top: 15%;
  }

  .contact__box h3 {
    font-size: 2.7rem;
  }

  .contact__box .btn {
    font-size: 2.0rem;
    padding: 10px 0;
  }
}

@media (min-width: 1280px) {}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {}

@media(min-width:1728px) {}

@media only screen and (max-width: 1023px) {
  .toppage_contact {
    padding: 60px 0 60px;
  }

  .contact__box .left {
    height: 200px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 450px) {
  .toppage_contact {
    padding: 100px 0 100px;

    background-image: url(../img/mv/contact_bg.jpg);

    background-position: center right;
  }
  .contact__box h3 {
    font-size: 2.4rem;
  }

}

/* ------------------------------------------------------------------
スライド.card02
------------------------------------------------------------------ */
@media (min-width: 1024px) {

  /* スライド全体の余白 */
  .card02 .swiper {
    margin-top: 20px;
    /* スライダー上の余白 */
    padding-left: 10vw;
    /* スライダー左の余白 */
    padding-right: 20px;
    /* スライダー右の余白 */
  }
}

.card02 .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 3.2rem;
}

.card02 .swiper-button-prev, .card02 .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: 60px;
  height: 50px;
}

.card02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.card02 .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
  box-shadow: var(--box-shadow-inset);
}

.card02 .swiper-button-prev:after, .card02 .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.card02 .swiper-button-next:after, .card02 .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.card02 .swiper-button-next:after, .card02 .swiper-button-prev:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/service_btn.svg) no-repeat 0 0;
  background-size: 50px 50px;
  transition: .5s;
}

.card02 .swiper-button-next:hover:after, .card02 .swiper-button-prev:hover:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/service_btn_hover.svg) no-repeat 0 0;
  background-size: 50px 50px;
  transition: .5s;
}

.card02 .swiper-button-prev:after {
  transform: rotateY(180deg);
}

.card02 .swiper-button-prev:hover:after {
  transform: rotateY(180deg);
}

@media only screen and (max-width: 1023px) {
  .card02 {
    padding: 0 5.333333333333334vw;
  }
}

/* ------------------------------------------------------------------
topニュース
------------------------------------------------------------------ */
/* -----toppege----- */
.toppage_news {
  padding: 140px 0 140px;
}

.toppage_news .top__news__wrapper {
  padding: 100px 80px;
  background: #fff;
}

ul.news-list {
  margin: 0px auto 0;
}

ul.news-list li {
  position: relative;
  border-bottom: solid 1px #e5eaf0;
  -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
  transition: background-color .2s linear, color .2s linear, border .2s linear;
}

ul.news-list li:first-child {
  border-top: solid 1px #e5eaf0;
}

ul.news-list li a {
  padding: 35px 0;
  display: block;
  color: #333;
}

ul.news-list li::before {
  display: none;
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -23px;
  background: url(../img/arrow_right_black.svg) no-repeat 0 0;
  background-size: 46px 46px;
  width: 46px;
  height: 46px;
  transition: right .5s;
}

ul.news-list li:hover::before {
  right: -20px;
}

/* -----共通----- */
ul.news-list li .t_a_b {
  padding: 20px;
}

.newsItemInfo {
  display: flex;
}

.newsItemInfo .image-wrap {
  border-radius: .2em;
  padding-top: 100%;
}

.newsItemInfo .left {
  width: 16%;
}

.newsItemInfo .right {
  padding: 20px;
  width: 84%;
}

.newsItem_tag {
  display: flex;
  align-items: center;
}

.tag__inner {
  width: 120px;
}

.newsList-time {
  color: #0045b2;
  font-weight: 600;
  position: relative;
  letter-spacing: .1em;
  line-height: 1.81818;
  font-family: "Manrope", serif;
  padding: 0 30px;
  font-size: 1.4rem;
}

.title_list {
  letter-spacing: 0.1em;
  margin-top: .1em;
  margin-bottom: 0;
}

span.blog {
  background: #f1e3d0;
  color: #554c46;
}

span.news {
  background: #ebf0f5;
  color: #156cc7;
}

span.blog {
  background: #e99b6d;
  color: #fff;
}

span.newmark {
  background: #ff4646;
  color: #fff;
}

.blog, .news, .blog, .newmark {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.8333;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 0 1em;
  text-align: center;
}

span.newmark {
  margin-left: .5em;
}

/* -----一覧ページ----- */
.news__Wrapper {
  margin-left: auto;
  margin-right: auto;
}

/* -----詳細ページ----- */
.blog_title {
  font-size: 2.0rem;
  font-weight: 400;
  padding: 1em;
  margin-bottom: 33px;
  line-height: 2.0em;
  position: relative;
  background: #e7e7e766;

}



.blog_title .day {
  font-family: "Manrope", serif;
  display: block;
  font-size: 1.3rem;
  line-height: 1.8;
  opacity: 0.7;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.news_inner a {
  color: #006dd2;
}

.news_inner p {
  line-height: 2.2em;
  margin-bottom: 1em;
}

.news_inner p:last-child {
  margin-bottom: 0;
}

.news_inner img {
  width: 100%;
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto !important;
}

.news_inner p a {
  text-decoration: underline;
}

.news_inner ul, .news_inner ol {
  padding-left: 20px;
}

.mark, mark {
  background: rgba(253, 246, 77, .6);
}

@media(min-width:768px) {

  /* -----toppege----- */
  .toppage_news .btn {
    width: 210px;
    margin-top: 50px;
  }

  .news_inner img {
    margin-left: 0 !important;
  }
}

@media(min-width:1024px) {

  /* -----toppege----- */
  .toppage_news {
    padding: 140px 0 140px;
    background-color: #fff;
    background-image: url(../img/news_pc.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }

  /* -----共通----- */
  ul.news-list {
    margin: 0px auto 0;
  }

  ul.news-list li {
    transition: transform .6s ease;
  }

  .news__wrapper {
    display: flex;
    align-items: center;
  }

  .flexInner {
    padding: 40px 30px;
  }

  /* -----一覧ページ----- */
  .news__Wrapper {
    width: 846px;
  }

  /* -----詳細ページ----- */
  .blog_title {
    font-size: 1.8rem;
  }
}

@media(min-width:1280px) {

  /* -----toppege----- */
  /* -----共通----- */
  .blog_title {
    font-size: 2.0rem;
  }

  .title_list {
    font-size: 1.6rem;
  }
}

@media(min-width:1920px) {

  /* -----toppege----- */
  .toppage_news {
    padding: 100px 0 100px;
  }

  /* -----共通----- */
  .title_list {
    font-size: 1.86rem;
  }
}

@media only screen and (max-width: 1023px) {
  .toppage_news {
    padding: 60px 0 30px;
  }

  /* -----toppege----- */
  .toppage_news {
    padding: 180px 0 0px;
    background-color: #fff;
    background-image: url(../img/news_sp.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .toppage_news .c-flex {
    display: block;
  }

  .toppage_news .top__news__wrapper {
    padding: 50px 50px;
  }

  /* -----共通----- */
  .news-page .c-flex {
    display: block;
  }

  .newsItemInfo .left {
    width: 20%;
  }

  .newsItemInfo .right {
    width: 80%;
  }

  .newsItem_tag {
    margin-bottom: 10px;
  }

  .newsList-time {
    font-size: 1.3rem;
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 736px) {

  /* -----toppege----- */
  .toppage_news .top__news__wrapper {
    padding: 50px 20px;
  }

  ul.news-list li a {
    display: block;
    width: 100%;
  }

  .toppage_news .btn {
    margin-top: 20px;
    width: 180px;
    line-height: 44px;
    font-size: 1.4rem;
    padding-right: 20px;
  }

  ul.news-list li::before {
    display: none;
  }

  /* -----共通----- */
  ul.news-list {
    margin-bottom: 0px;
  }

  ul.news-list li {
    padding-right: 0px;
  }

  .newsItemInfo .right {
    padding: 0 0 0 10px;
  }

  /* -----詳細ページ----- */
  .blog_title {
    font-size: 1.6rem;
  }

  .news_inner img {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .blog, .news, .orderitem, .newmark {
    font-size: .8rem;
    width: 80px;
  }
}

/* ------------------------------------------------------------------
下層ページ_blog
------------------------------------------------------------------ */
@media(min-width:1024px) {
  .news-page .c-flex {
    justify-content: space-between;
  }

  .news-page .news__Left {
    width: 70%;
  }

  .news-page .news__Right {
    width: 23%;
  }
}

@media only screen and (max-width: 736px) {
  .news-page .news__Left {
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------------
会員ページ_パスワード
------------------------------------------------------------------ */
.members p {
  font-weight: 600;
}

.members_input {
  margin-left: auto;
  margin-right: auto;
  background: #ebecf5;
  padding: 40px;
}

.members_input h4 {
  text-align: center;
  font-size: 2.0rem;
  margin: 0 0 20px;
}

.members .btn {
  text-decoration: none;
  margin-bottom: 20px;
}

.members_input .btn {
  width: 100%;
  margin-top: 20px;
}

@media(min-width:768px) {
  .members p {
    text-align: center;
  }

  .members .btn {
    width: 260px;
  }

  .members_input {
    width: 500px;
  }

  .members_input .btn {
    font-size: 1.6rem;
    line-height: 40px;
    width: 220px;
  }
}

@media only screen and (max-width: 736px) {}

.instagram_wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 736px) {
  .instagram_wrapper {
    margin-top: 30px;
  }
