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

.sideBox .subtitle {
  margin-bottom: 0px;
  padding: 10px 10px;
  font-weight: 600;
  border-bottom: none;
  text-align: center;
  color: #006dd2;
  background: #f2f9ff;
  border-radius: .4em;
  letter-spacing: .1em;
  font-size: 2.0rem;
}

.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 .title_ja {
  padding-bottom: 30px;
}

.bottom_accent_border {
  position: relative;
}

.bottom_accent_border::before {
  content: "";
  display: inline-block;
  width: 250px;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -125px;
  background: url(../img/line.svg);
  background-repeat: repeat-x;
  background-size: 250px 5px;
}

.topTitle .title_ja {
  color: #3e3e3e;
  margin-top: .8em;
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  letter-spacing: .2em;
}

.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;
  }

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

  .bottom_accent_border::before {
    content: "";
    display: inline-block;
    width: 144px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -72px;
    background: url(../img/line.svg);
    background-repeat: no-repeat;
    background-size: 144px 3px;
  }

  .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.6rem;
  }

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

  .bottom_accent_border .title_ja {
    margin-bottom: 0px;
  }
}

@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;
  }
}

/* ------------------------------------------------------------------
メインビジュアル_直下menu
------------------------------------------------------------------ */
.mv_bottom_menu ul {
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
}

.mv_bottom_menu ul li {
  text-align: center;
}

.mv_bottom_menu ul li a{
  display: block;
  color: #333;
}

.mv_bottom_menu ul li img {
  width: 30px;
  margin-bottom: 10px;
}

.mv_bottom_menu ul li p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.4rem;
}

@media(min-width:1024px) {
  .mv_bottom_menu .inner {
    position: relative;
  }

  .mv_bottom_menu ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: -52.5px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 22px 40px 20px;
    border-radius: 100px;
    height: 105px;
    z-index: 5;
  }

  .mv_bottom_menu ul li {
    width: 16.6%;
    border-left: solid 1px #e1ecf8;
  }

  .mv_bottom_menu ul li:last-child {
    border-right: solid 1px #e1ecf8;
  }
}

@media only screen and (max-width: 1023px) {
  .mv_bottom_menu {
    padding-top: 40px;
  }

  .mv_bottom_menu ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .mv_bottom_menu ul li {
    background: #f2f2f2;
    padding: 20px 10px;
    border-radius: .5em;
    width: 32%;
    margin-bottom: 10px;
  }

  .mv_bottom_menu ul li p {
    line-height: 1.4;
  }
}

@media only screen and (max-width: 420px) {
  .mv_bottom_menu ul li p {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 390px) {
  .mv_bottom_menu ul li p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 360px) {
  .mv_bottom_menu ul li p {
    font-size: 1.0rem;
  }
}

/* ------------------------------------------------------------------
トップページ_about
------------------------------------------------------------------ */
.toppage_about {
  padding: 160px 0 0;
  background: #fff;
}

.about__inner {
  margin: 0 auto;
  background: #f2f9ff;
  border-radius: 1.0em 1.0em 0 0;
  padding: 40px 20px;
}

.toppage_about .toppage_title {
  color: #006dd2;
}

.toppage_about h4 {
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.toppage_about p {
  font-weight: 500;
}

.toppage_about .about__inner .btn_circle {
  margin-top: 40px;
}

@media(min-width:768px) {
  .about__inner {
    width: 700px;
  }
}

@media(min-width:1024px) {
  .about__inner {
    width: 960px;
    padding: 80px 80px;
    border-radius: 1.8em 1.8em 0 0;
  }
}

@media(min-width:1280px) {
  .about__inner {
    width: 1024px;
    padding: 100px 100px 50px;
  }

  .toppage_about h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.6rem;
  }

  .toppage_about .about__inner .btn_circle {
    margin-top: 50px;
  }
}

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

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

@media only screen and (max-width: 450px) {
  .about__inner {
    width: 384px;
  }

  .toppage_about h4 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 420px) {
  .about__inner {
    width: 368px;
  }
}

@media only screen and (max-width: 390px) {
  .about__inner {
    width: 348px;
  }

  .toppage_about h4 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 360px) {
  .about__inner {
    width: 285px;
  }

  .toppage_about h4 {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
トップページ_サービス
------------------------------------------------------------------ */
.card05 {
  /* コンテナ */
  overflow: hidden;
  /* スライド */
  /* スライド ホバー時 */
}

.card05 .swiper {
  overflow: visible;
}

.card05 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.card05 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.toppage_gallery {
  height: 600px;
}

.gallery_inner {
  position: relative;
}

.gallery_inner:after {
  display: block;
  content: "";
  background: #f2f9ff;
  border-radius: 0 0 1.8em 1.8em;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

.toppage_gallery ul li:nth-child(3n+1) {
  margin-top: 40px;
}

.toppage_gallery ul li:nth-of-type(3n) {
  margin-top: 80px;
}

.toppage_gallery ul li .image-wrap {
  padding-top: 100%;
}

.toppage_gallery ul li img {
  border-radius: 1em;
}

@media(min-width:768px) {
  .gallery_inner:after {
    width: 708px;
    margin-left: -354px;
    height: 600px;
  }
}

@media(min-width:1024px) {
  .toppage_gallery {
    height: 320px;
  }

  .gallery_inner:after {
    width: 960px;
    margin-left: -480px;
    height: 320px;
  }
}

@media(min-width:1280px) {
  .toppage_gallery {
    height: 400px;
  }

  .gallery_inner:after {
    width: 1024px;
    margin-left: -512px;
    height: 400px;
  }
}

@media only screen and (max-width: 450px) {
  .toppage_gallery {
    height: 260px;
  }

  .gallery_inner:after {
    width: 384px;
    margin-left: -192px;
    height: 260px;
  }
}

@media only screen and (max-width: 420px) {
  .gallery_inner:after {
    width: 368px;
    margin-left: -184px;
  }
}

@media only screen and (max-width: 390px) {
  .gallery_inner:after {
    width: 348px;
    margin-left: -174px;
  }
}

@media only screen and (max-width: 360px) {
  .toppage_gallery {
    height: 220px;
  }

  .gallery_inner:after {
    width: 285px;
    margin-left: -142.5px;
    height: 220px;
  }
}

/* ------------------------------------------------------------------
トップページ_サービス
------------------------------------------------------------------ */
.toppage_service {
  padding: 120px 0 100px;
}

.service__wrapper {
  background: #f2f9ff;
  border-radius: 1.0em;
  padding: 40px 40px 20px;
}

.toppage_service .toppage_title, .toppage_service .toppage_title .title_ja {
  color: #006dd2;
}

ul.service__menu li {
  background: #deefff;
  border-radius: 1em;
  padding: 30px 30px 40px;
}

ul.service__menu li a {
  position: relative;
  display: block;

}

ul.service__menu li h4 {
  color: #333;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 0;
}

ul.service__menu li h4 span{
  letter-spacing: normal;
  display: block;
  font-size: 1.35rem;
}

ul.service__menu li a::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../img/service_btn.svg) no-repeat 0 0;
  background-size: 36px 36px;
  transition: .5s;
}

ul.service__menu li a:hover::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../img/service_btn_hover.svg) no-repeat 0 0;
  background-size: 36px 36px;
}

ul.service__menu li .menu_image {
  overflow: hidden;
  border-radius: .6em;
}

ul.service__menu li .img_zoom img {
  height: 140px;
}

ul.service__menu li .menu_image img {
  height: 140px;
}

.service_btn {
  width: 280px;
  margin: 40px auto 0;
}

@media (min-width: 1024px) {
  .service__wrapper {
    border-radius: 1.8em;
    padding: 60px 30px 50px;
  }

  ul.service__menu li h4 {
    min-height: 70px;
  }
}

@media (min-width: 1280px) {
  .service__wrapper {
    padding: 80px 60px 60px;
  }

  ul.service__menu li .img_zoom img {
    height: 180px;
  }

  ul.service__menu li .menu_image img {
    height: 180px;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .toppage_service {
    padding: 60px 0 60px;
  }
  ul.service__menu li h4{
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .service__wrapper {
    padding: 40px 20px 20px;
  }

  ul.service__menu li {
    margin-bottom: 30px;
    border-radius: .6em;
  }

  ul.service__menu li:last-child {
    margin-bottom: 0px;
  }

  .service_btn {
    width: 90%;
  }
}

/* ------------------------------------------------------------------
トップページ_施工事例
------------------------------------------------------------------ */
.toppage_works {
  padding: 130px 0 140px;
  background: #f1f7fd;
  position: relative;
}

.toppage_works::before {
  display: block;
  content: "";
  position: absolute;
  right: 12%;
  top: 5%;
  width: 500px;
  height: 320px;
  background: url(../img/works__menu__bg.svg) no-repeat 0 0;
  background-size: 500px 320px;
}

.works__menu {
  position: relative;
}

.works__menu .flex-item {
  overflow: hidden;
  border-radius: .8em;
  margin-bottom: 20px;
}

.works__menu a {
  display: block;
  background: #fff;
  border-radius: 1em;
  padding: 40px 40px 40px;
  transition: transform .6s ease;
}

.works__menu a:hover{
  background: #fffef1;
}

.works__menu ul {
  display: flex;
  margin-bottom: 10px;
}

ul.tag__list li.tag_btn {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.8333;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 0 1em;
  text-align: center;
  border: solid #156cc7 1px;
  color: #156cc7;
  background: #fff;
  margin-left: .5em;
  margin-bottom: .2em;
  width: auto;
}

ul li.tag_btn:first-child {
  margin-left: 0em;
}

.works__menu p {
  color: #333;
}

.works__profile {}

.works__text {
  font-weight: 500;
  line-height: 1.8em;
}

@media (min-width: 1024px) {
  .toppage_works .toppage_title {
    display: flex;
  }
}

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

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

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

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

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

@media only screen and (max-width: 450px) {
  .toppage_works::before {
    display: block;
    content: "";
    position: absolute;
    right: -5%;
    top: 2%;
    width: 400px;
    height: 256px;
    background: url(../img/works__menu__bg.svg) no-repeat 0 0;
    background-size: 500px 320px;
  }
}

/* ------------------------------------------------------------------
トップページ_コンタクト
------------------------------------------------------------------ */
.toppage_contact {
  padding: 0px 0 100px;
  background: #f1f7fd;
  position: relative;
  background: linear-gradient(0deg, #006dd2 0%, #006dd2 65%, #f1f7fd 65%, #f1f7fd 100%);
}

.contact__box{
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.3);
  background: #006dd2;
  border-radius: 1.8em;
  overflow: hidden;
}

.toppage_contact .toppage_title, .toppage_contact .toppage_title .title_ja {
  color: #fff;
}

.contact__box .topTitle{
  margin-bottom: 30px;
}

.contact__box p{
  color: #fff;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .contact__box{
    height: 300px;
  }

  .contact__box .left{
    width: 60%;
  }
  .contact__box .right{
    width: 40%;
  }

  .contact__box .t_a_b{
    padding: 30px 40px 0;
  }

  .toppage_contact .toppage_title .title_en{
    font-size: 4.0rem;
  }

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

@media (min-width: 1280px) {
  .contact__box{
    height: 400px;
  }

  .contact__box .t_a_b{
    padding: 70px 80px 0;
  }

  .toppage_contact .toppage_title .title_en{
    font-size: 4.6rem;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .toppage_contact {
    padding: 0px 0 60px;
    background: linear-gradient(0deg, #006dd2 0%, #006dd2 45%, #f1f7fd 45%, #f1f7fd 100%);
  }
  .contact__box .left{
    height: 200px;
    overflow: hidden;
  }

  .contact__box .topTitle {
    margin-bottom: 0px;
  }

  .contact__box .t_a_b{
    padding: 30px 30px 30px;
  }

}

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

}

/* ------------------------------------------------------------------
スライド.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: 120px 0 0px;
  background: #fff;
}

.news__header__btn a {
  letter-spacing: .1em;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
}

.news__header__btn a span {
  display: block;
}

.news__header__btn a span:first-child {
  padding-right: 1em;
}

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

ul.news-list li {
  border-bottom: solid 1px #e5eaf0;
  transition: transform .6s ease;
}

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 .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: #006dd2;
  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: 0px 0 .5em;
  margin-bottom: 33px;
  line-height: 2.0em;
  position: relative;
  border-bottom: 3px solid #e4e6e8;
}

.blog_title::before {
  content: "";
  position: absolute;
  background-color: #fff151;
  width: 135px;
  height: 3px;
  bottom: -3px;
  left: 0;
}

.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;
    padding-right: 20px;
  }

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

@media(min-width:1024px) {

  /* -----toppege----- */
  .toppage_news .topTitle {
    text-align: left;
    margin-bottom: 0;
  }

  .news__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }

  .toppage_news .toppage_title {
    display: flex;
  }

  /* -----共通----- */
  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 .c-flex {
    display: block;
  }

  .news__header__btn {
    width: 180px;
    margin: 30px auto 0;
  }

  /* -----共通----- */
  .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) {
  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;
  }
