@charset "UTF-8";

/* BASE
------------------------------------*/

html {
  height: 100%;
}

body {
  position: relative;
  font-family: 'Avenir Next','Koburina Gothic W3 JIS2004', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

/* COMMON
------------------------------------*/
    
a:not(.postBody a) {
  cursor: pointer;
}
ul:not(.postBody ul),
ol:not(.postBody ol),
li:not(.postBody li) {
  list-style: none;
}
.sp {
  display: none;
}

h2,h3,h4,h5,h6 {
  line-height: 1.7em;
}
p {
  font-size: 18px;
  line-height: 2em;
}

.wrap {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.wrap620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.wrap__fx {
  display: flex;
}
.wrap__fxL {
  flex: 1;
}
.wrap__fxR {
  width: 300px;
  margin-left: 50px;
}
.relative {
  position: relative;
}

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb70 { margin-bottom: 70px; }
.mb100 { margin-bottom: 100px; }

.mt50 { margin-top: 50px; }



@media (max-width: 767px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: inherit;
  }
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrap620 {
  }
  .wrap__fx {
    display: block;
  }
  .wrap__fxR {
    width: 100%;
    margin-left: 0px;
  }

}
/* end @media */


@media (min-width: 768px) {
  .imgHover:hover {
    opacity: 0.8;
  }
} /* end @media */




/* Header
------------------------------------*/

header {
  position: fixed;
  width: 100%;
  height: 81px;
  background: rgba(255,255,255,0.9);
  border-bottom: 1px solid #DDD;
  z-index: 100;
  transition: all 0.2s;
}
header.scrolled {
  height: 62px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}

header h1 {
  display: inline;
}
.header__space {
  height: 81px;
}
.header__logo {
  display: inline-block;
  width: 123px;
  margin: 12px 0 0 18px;
  transition: all 0.2s;
}
header.scrolled .header__logo {
  margin: 6px 0 0 18px;
  width: 100px;
}

.header__search {
  position: absolute;
  top: 19px;
  right: 0;
  display: inline-block;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  padding:0;
  margin: 0 20px 0 0;
  transition: all 0.3s;
}
header.scrolled .header__search {
  top: 9px;
}

.header__search:hover {
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
}
.header__search input {
  position: relative;
  top: -8px;
  padding: 0 20px;
  font-size: 14px;
  width: 200px;
}
.header__search input::placeholder {
  color: #BFBFBF;
}
.header__search-box-btn {
  width: 44px;
}
.header__cat {
  position: absolute;
  top: 22px;
  left: 250px;
  width: calc(100% - 600px);  
  display: inline-block;
  transition: all 0.2s;
}
header.scrolled .header__cat {
  top: 12px;
}
.header__cat-fx {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.header__cat li {
  display: inline-block;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  margin-right: 2px;
  transition: all 0.3s;
}
.header__cat li a {
  display: block;
  padding: 8px 20px;
}
.header-nav-scroll {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}
.header-nav-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.scroll-btn {
  position: relative;
  top: -2px;
  flex-shrink: 0;
  margin:0 10px;
}
.scroll-btn img {
  cursor: pointer;
  width: 19px;
  height: auto;
}


@media (max-width: 767px) {
  .header__logo {
    margin: 12px 0 0 12px;
  }
  .header__search {
    margin: 0 10px 0 0;
  }
  .header__search input {
    width: 150px;
  }
  .header__cat {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #DDD;
  }
} /* end @media */


@media (min-width: 768px) {
  .header__cat li:hover {
    background: #333;
    color: #FFF;
  }
  .header__search-box-btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
} /* end @media */


/* Footer
------------------------------------*/

footer {
  background: #EEEEEE;
  padding-top: 20px;
  margin-top: 100px;
}
.footer__btn {
  display: block;
  width: 436px;
  max-width: 80%;
  margin: 0 auto 60px;
  padding: 22px 0;
  background: #333333 url("../img/arr_write.svg") no-repeat;
  background-size: 11px auto;
  background-position: top 29px right 28px;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  transition: all 0.3s;
}
.footer__fx {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 50px;
}
.footer__fxL {
  width: 330px;
}
.footer__fxR {
  padding-top: 90px;
  flex: 1;
  text-align: right;
}
.footer__fxL img {
  width: 186px;
  margin-bottom: 30px;
}
.footer__co {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer__ad {
  font-size: 14px;
}
.footer__cat {
}
.footer__cat li {
  display: inline-block;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  margin-left: 6px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.footer__cat li a {
  display: block;
  padding: 8px 20px;
}
.footer__link {
  margin-top: 10px;
  padding-right: 10px;
}
.footer__link li {
  display: inline-block;
  font-size: 13px;
  margin-left: 27px;
}
.footer__cr {
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #DDD;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {

  .footer__fx {
    display: block;
    padding: 0 30px 0;
  }
  .footer__fxL {
    width: 100%;
    text-align: center;
  }
  .footer__fxR {
    text-align: center;
    padding: 0 0 70px;
    }
  .footer__cat {
    margin-bottom: 40px;
  }
  .footer__btn {
  margin-bottom: 50px;
  }
  .footer__link li {
    margin-bottom: 20px;
  }

} /* end @media */


@media (min-width: 768px) {

  .footer__btn:hover {
    opacity: 0.9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    background-position: top 29px right 24px;
    width: 450px;
    max-width: 85%;
  }
  .footer__cat li:hover {
    background: #333;
    color: #FFF;
  }
  .footer__link li:hover {
    text-decoration: underline;
  }
  
} /* end @media */


/* Pun
------------------------------------*/

.pun {
  background: #F9F9F9;
  padding:9px 20px;
  margin: 20px 20px 50px;
  border-radius: 50px;
}
.pun ul {
}
.pun li {
  display: inline-block;
  font-size: 12px;
  color: #777777;
  padding: 0 20px 2px 0;
}
.pun li:first-child {
  padding-left: 20px;
  background: url("../img/pun_home.svg") no-repeat;
  background-size: 12px 13px;
  background-position: top 1px left 0;
}
.pun li a {
  position: relative;
  color: #333333;
  border-bottom: 1px solid #999;
}
.pun li a::before {
  position: absolute;
  display: block;
  content: url("../img/pun_arr.svg");
  top: 0;
  right: -14px;
}
.pun li a:hover {
  border-bottom: 1px solid #eee;
  color: #999;
}


@media (max-width: 767px) {

  .pun {
    border-radius: 24px;
    padding: 6px 12px 0;
    margin-bottom: 30px;
  }
  .pun li {
    margin-bottom: 6px;
  }
  .pun li.pun__single a::before {
    display: none;
  }


} /* end @media */



/* Sidebar
------------------------------------*/

.side__ttl {
  font-size: 19px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.side__ttl span {
  font-size: 12px;
}
.side__rank {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.side__rank img {
  display: block;
  width: 70px;
  height: auto;
  margin-right: 10px;
  border-radius: 6px;
  transition: all 0.2s;
}
.side__rankR {
  flex: 1;
}
.side__rankR p {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 2px;
}
.side__rank a {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.side__rank::before {
  content: counter(rank);
  counter-increment: rank;
  position: absolute;
  z-index: 2;
  top: -4px;
  left: -4px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: #ccc;
  color: #333;
  font-size: 13px;
}

/* 1〜3位の色変更（nth-of-typeでカウント） */
.side__rank:nth-of-type(1)::before {
  background-color: #BAA60A;
  color: #FFF;
}
.side__rank:nth-of-type(2)::before {
  background-color: #999999;
  color: #FFF;
}
.side__rank:nth-of-type(3)::before {
  background-color: #918367;
  color: #FFF;
}
/* カウンターリセット */
.side__ttl {
  counter-reset: rank;
}




@media (min-width: 768px) {

    .side__rank:hover img {
      opacity: 0.8;
      box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    }
    .side__rank:hover p {
      text-decoration: underline;
      color: #666;
  }

}


/* Home
------------------------------------*/

.home__collection {
  height: 100px;
  border-bottom: 1px solid #DDDDDD;
  background: url("../img/home/collectionBg.png");
  background-size: cover;
  text-align: center;
}
.home__collection img {
  width: 313px;
  margin-right: 33px;
  margin-top: 24px;
}
.home__collection a {
  position: relative;
  display: inline-block;
  width: 170px;
  padding: 11px 0;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  background: url("../img/home/collectionBtn-bg.png");
  background-size: cover;
  border-radius: 30px;
  transition: all 0.2s;
}
.home__collection a:hover {
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
  opacity: 0.9;
}
.home__collection a::after {
  position: absolute;
  content: url("../img/arr_write.svg");
  top: 11px;
  right: 16px;
  transition: all 0.2s;
}
.home__collection a:hover::after {
  right: 14px;
}
.home__sec1 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 70px;
}
.home__sec1L {
  width: 50.9091%
}
.home__sec1R {
  width: 43.6364%
}
.home__sec1L h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 6px 0 10px;
}
.home__sec1L p {
  font-size: 14px;
  padding: 20px 0 27px;
}
.home__sec1 img {
  border-radius: 10px;
  transition: all 0.2s;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.home__sec1L h2 {
  margin-bottom: 6px;
}
.home__sec1R article {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px dotted #DDD;
}
.home__sec1R article:last-child {
  border:none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home__sec1R-link {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.home__sec1R-L {
  width: 28.5417%;
}
.home__sec1R-R {
  width: 65.6667%;
}
.home__sec1R-L img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.home__sec1R-ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 3px 0 4px;
}
.home__rmd {
  background: #EEE;
  border-top: 1px solid #DDD;
  padding-bottom: 50px;
}
.home__rmd h2 {
  padding: 30px 0;
  text-align: center;
  font-size: 19px;
  border-bottom: 1px solid #DDD;
}

.slider-wrapper {
  position: relative;
  max-width: 1110px;
  width: 100%;
  overflow: visible;
  padding: 0 55px;
  margin: 50px auto 0;
}
.slide__rmd-item {
  position: relative;
  margin: 0 20px;
}
.slide__rmd-item img {
  border-radius: 10px;
  margin-bottom: 16px;
  transition: all 0.2s;
}
.slide__rmd-item .acl__cat {
  border: 1px solid #FFF;
  margin-bottom: 6px;
}
.slide__rmd-item .acl__day {
  margin-top: 8px;
}
.slide__link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slick-prev, .slick-next {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 100px!important;
}
.slick-prev:before,
.slick-next:before {
  content: none !important;
}
.slick-prev {
  left: -30px!important;
}
.slick-next {
  right: -30px!important;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 0.8;
}
.custom-arrow {
  width: 35px!important;
  height: 35px!important;
}
.slider_list {
  position: relative;
  margin-bottom: 50px;
overflow: visible; /* 親で切られないように */
}
.slider_list-link {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.slider_list article {
  position: relative;
  margin-right: 20px;
}
.slider_list img {
  border-radius: 10px;
  margin-bottom: 16px;
  transition: all 0.2s;
}
.slider_list img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.slider_list .acl__cat {
  margin-bottom: 6px;
}
.slider_list .acl__day {
  margin-top: 8px;
}
.custom-arrow2 {
  width: 62px!important;
  height: 62px!important;
}
.slick-prev:before,
.slick-next:before { content: none; }

.slider_list .slick-prev {
  left: 0px!important;
  top: 140px!important;
}
.slider_list .slick-next {
  right: 0px!important;
  top: 140px!important;
}

.home__bnr {
  max-width: 860px;
  width: 100%;
  margin: 70px auto 100px;
}
.home__article h2 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF;
  transition: all 0.2s;
}
.home__article h2::before {
  position: absolute;
  display: block;
  content: url("../img/home/arr_gray.svg");
  right: -20px;
  top: -2px;
}
.googleAd {
  text-align: center;
  padding: 50px 0;
  background: #EEE;
}
.googleAd-btm {
  margin-bottom: 70px;
}

@media (max-width: 767px) {

  .home__collection {
    height: 120px;
  }
  .home__collection img {
    display: block;
    max-width: 313px;
    margin: 16px auto 12px;
  }
  .home__sec1 {
    display: block;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .home__sec1L {
    width: 100%;
    margin-bottom: 30px;
  }
  .home__sec1R {
    width: 100%;
  }
  .home__sec1L h2 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .home__sec1R article {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .slider-wrapper {
    padding: 0 15px;
  }
  .slick-prev {
    left: -10px!important;
  }
  .slick-next {
    right: -10px!important;
  }
  .home__bnr {
    margin: 30px auto;
    padding: 0 10px 30px;
    border-bottom: 1px solid #DDD;
  }  
  .home__sec1R-ttl {
    font-size: 14px;
  }
  .slider_list article {
    margin-right: 10px;
  }

} /* end @media */



@media (min-width: 768px) {
  .home__sec1L a:hover h2,
  .home__sec1R article:hover .home__sec1R-ttl,
  .slide__rmd-item:hover .home__sec1R-ttl,
  .slider_list article:hover .home__sec1R-ttl {
    text-decoration: underline;
  }
  .home__sec1R article:has(.acl__cat:hover) .home__sec1R-ttl,
  .slide__rmd-item:has(.acl__cat:hover) .home__sec1R-ttl,
  .slider_list article:has(.acl__cat:hover) .home__sec1R-ttl {
    text-decoration: none !important;
  }
  .home__sec1L a:hover p {
    opacity: 0.8;
  }
  .home__sec1L a:hover img,
  .home__sec1R article:hover img,
  .slide__rmd-item:hover img,
  .slider_list article:hover img {
    opacity: 0.8;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  }
  .home__sec1L article:has(.acl__cat:hover) img,
  .home__sec1R article:has(.acl__cat:hover) img,
  .slide__rmd-item:has(.acl__cat:hover) img,
  .slider_list article:has(.acl__cat:hover) img {
    opacity: 1;
    box-shadow: none;
  }
  .home__article h2:hover {
    border-bottom: 1px solid #999;
    color: #666;
  }
} /* end @media */



/* 記事一覧
------------------------------------*/

.acl__cat {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #FFF;
  font-size: 11px;
  color: #999;
  padding: 0px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  transition: all 0.2s;
}
.acl__cat:hover {
  background: #333;
  color: #FFF;
  border: 1px solid #333;
}
.acl__day {
  font-size: 11px;
  color: #999;
  padding-left: 24px;
  background: url("../img/ico_cal.svg") no-repeat;
  background-size: 15px 14px;
}

.acl__list {
  position: relative;
  display: flex;
  margin-bottom: 40px;
  align-items: flex-start;
}
.acl__listL {
  width: 270px;
  margin-right: 40px;
}
.acl__listR {
  flex: 1;
}
.acl__listL img {
  border-radius: 20px;
  transition: all 0.2s;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.acl__list-ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 10px;
}
.acl__list p {
  margin-top: 16px;
  font-size: 14px;
}
.acl__list-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pagenation {
  text-align: center;
  margin-top: 70px;
}
.pagenation .page,
.pagenation .current {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #333;
  width: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  color: #333;
  margin: 0 5px;
  transition: all 0.3s;
}
.pagenation .current,
.pagenation .page:hover {
  background-color: #333;
  color: #FFFFFF;
}
.pagenation .previouspostslink,
.pagenation .nextpostslink,
.pagenation .first,
.pagenation .last,
.pagenation .extend {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin: 0 6px;
}
.pagenation .extend {
  vertical-align: super;
}


@media (max-width: 767px) {

  .acl__list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #DDD;
  }
  .acl__listL {
    width: 28.5417%;
    margin-right: 16px;
  }
  .acl__listL img {
    border-radius: 10px;
  }
  .acl__list-ttl {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .acl__listR p {
    display: none;
  }
  .pagenation {
    margin: 50px 0 70px;
  }

} /* end @media */



@media (min-width: 768px) {
  .acl__list:hover .acl__list-ttl {
    text-decoration: underline;
  }
  .acl__list:hover p {
    opacity: 0.8;
  }
  .acl__list:hover .acl__listL img {
    opacity: 0.8;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  }
  .acl__list:has(.acl__cat:hover) .acl__list-ttl {
    text-decoration: none !important;
  }
  .acl__list:has(.acl__cat:hover) img {
    opacity: 1;
    box-shadow: none;
  }

} /* end @media */








/* postBody
------------------------------------*/

.page__h1 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CCC;
}
.page__h1-2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.postBody {
  margin-top: 50px;
  font-size: 18px;
  line-height: 2em;
}
.post__h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 6px 0 10px;
}
.page__sns {
  padding: 16px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
a.page__sns-link {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  color: #333;
  background: #EEE url("../img/ico_link.svg") no-repeat;
  background-size: 10px auto;
  background-position: top 4px left 10px;
  border-radius: 20px;
  padding: 6px 12px 4px 24px;
  margin: 0 20px 0 10px;
}
.page__sns img {
  display: inline-block;
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.post__acl__day {
  margin-bottom: 30px;
}
.postBody p {
  font-size: 18px;
  margin: 0 0 50px!important;
}
.postBody img {
  max-width: 100%!important;
}
.postBody div {
  max-width: 100%;
}
.postBody h2 {
  font-size: 24px;
  line-height: 1.7em;
  margin-bottom: 30px;
}
.postBody h3 {
  font-size: 20px;
  line-height: 1.7em;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.postBody h4,
.postBody h5,
.postBody h6,
.postBody h7 {
  font-size: 20px;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.wp-caption-text {
  font-size: 14px!important;
  padding-top: 8px!important;
  text-align: center;
}
.has-background {
  padding: 30px!important;
}
.search__count {
  padding: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  font-size: 14px;
  text-align: center;
}
.search__count span {
  font-size:24px;
  font-weight: bold;
}



@media (max-width: 767px) {
  .page__h1,
  .page__h1-2,
  .post__h1 {
    font-size: 24px;
  }
  .postBody h2 {
    font-size: 20px;
  }
  .postBody h3 {
    font-size: 18px;
  }
  .postBody h4,
  .postBody h5,
  .postBody h6,
  .postBody h7 {
    font-size: 18px;
  }
  .has-background {
    padding: 16px!important;
  }

} /* end @media */



/* ------------------------
	運営会社
------------------------ */

.company__box {
  border-bottom: 1px solid #CCCCCC;
  line-height: 2em;
}
.company__box dt {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.company__box dd {
  font-size: 16px;
  margin: 0 0 30px 0;
  padding: 0;
}


/* ------------------------
	採用情報
------------------------ */

.recruit__ttl {
  padding: 18px 0 14px;
  margin-bottom: 40px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 24px;
  text-align: center;
}
.recruit__fx {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.recruit__fxL {
  width: 140px;
  font-size: 18px;
  font-weight: bold;
}
.recruit__fxR {
  flex: 1;
  font-size: 15px;
  line-height: 1.5em;
  padding-top: 4px;
}
.recruit__fxIn {
  display: flex;
  justify-content: space-between;
}
.recruit__fxInL {
  width: 64px;
  font-size: 18px;
  font-weight: bold;
}
.recruit__fxInR {
  flex: 1;
  margin-bottom: 20px;
}
.recruit__fxInR > div {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.recruit__fxInR p {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 0!important;
}
.recruit__want-ttl {
  margin: 30px 0 20px;
  padding: 8px 0 4px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #EEEEEE;
  border-radius: 30px;
}
.recruit__want {
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  padding: 20px 20px 6px;
}
.recruit__want li {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 12px;
  margin-left: 20px;
}
.recruit__gold {
  color: #A57A34;
}
.colum__btn {
  display: block;
  max-width: 430px;
  margin: 0 auto 50px;
  padding: 18px 0 16px;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #333 url(../img/btnArr.png) no-repeat;
  background-size: 11px auto;
  background-position: top 32px right 30px;
  border: 1px solid #333;
  border-radius: 50px;
  transition: all 0.2s;
}
.colum__btn:hover {
  color: #333;
  background: #FFF url(../img/btnArr_bk.png) no-repeat;
  background-size: 11px auto;
  background-position: top 32px right 30px;
}



/* ------------------------
	CEO Collection 2025
------------------------ */
.pageCeoCollection {
	background-color: #F5F1E7;
	background-image: url(../img/ceo2025/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 80px;
}
.pageCeoCollection__wrap {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.pageCeoCollection__main {
	text-align: center;
	padding: 80px 0 100px 0;
}
.pageCeoCollection__key01 img {
	width: 100%;
	max-width: 201px;
}
.pageCeoCollection__key02 {
	margin: 16px 0 60px 0;
}
.pageCeoCollection__key02 img {
	width: 100%;
	max-width: 1009px;
}
.pageCeoCollection__key03 img {
	width: 100%;
	max-width: 764px;
}
.pageCeoCollection__text01 {
	font-size: 15px;
	font-weight: 500;
	line-height: 2.0em;
	margin-top: 50px;
}
.pageCeoCollection__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pageCeoCollection__list::after{
  content: "";
  display: block;
  width: 32%;
}
.pageCeoCollection__list li {
	position: relative;
	width: 32%;
	margin-bottom: 70px;
}
.pageCeoCollection__list li a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.pageCeoCollection__image {
	overflow: hidden;
}
.pageCeoCollection__image img {
	width: 100%;
	aspect-ratio: 280 / 140;
	object-fit: cover;
	transition: all 0.3s;
}
.pageCeoCollection__list li a:hover ~ .pageCeoCollection__image img {
	transform: scale(1.1);
}
.pageCeoCollection__logo {
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
}
.pageCeoCollection__logo img {
	max-width: 100%;
	width: auto;
	height: 60px;
	object-fit: cover;
}
.pageCeoCollection__company {
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 20px;
}
.pageCeoCollection__position {
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 2px;
}
.pageCeoCollection__name {
	font-size: 17px;
	line-height: 1.5em;
	margin-top: 10px;
}



@media (max-width: 767px) {
	.pageCeoCollection__main {
		text-align: center;
		padding: 50px 0;
	}
	.pageCeoCollection__key03 img {
		max-width: 290px;
	}
	.pageCeoCollection__text01 {
		text-align: left;
		margin-top: 30px;
	}
	.pageCeoCollection__list {
		display: block
	}
	.pageCeoCollection__list::after{
		content: none;
	}
	.pageCeoCollection__list li {
		position: relative;
		width: 100%;
		margin-bottom: 40px;
	}
	
} /* end @media */



