/*------------------------
    企業リスト
------------------------*/
body.company-list.company-single {
  background: #fffdeb;
}
.company-list section {
  max-width: 940px;
}
.company-list section.contact {
  max-width: none;
  margin-top: 50px;
}
.company-list section.kv {
  margin: 0 auto;
}
.company-list main.inner {
  max-width: none;
  padding: 0;
}
/* kv */
.company-list.company-single .kv {
  margin: 0 auto 40px;
}
.company-list .kv h1,
.company-list .kv h2 {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 10px 0;
}
.company-list.company-single .kv h2 {
  max-width: 300px;
  padding: 40px 10px 0;
}
.company-list .inner {
  padding: 10px 0;
}
.company-list form .inner {
  margin-bottom: 60px;
  padding: 40px;
}
.company-list.company-single .inner {
  max-width: 1070px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.company-list.company-single .main-content {
  width: 100%;
  padding: 60px;
  border-radius: 30px;
  letter-spacing: 0.1em;
  background: #fff;
}
/* company-listの中のfixedボタン */
.fixed-btn__wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  transition: .3s;
}
.fixed-btn__wrap .fixed-btn__inner {
  max-width: 540px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  transition: .3s;
}
.fixed-btn__wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fffdeb;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 4;
}
.fixed-btn__wrap.is-fixed .fixed-btn__inner {
  margin: 20px auto;
}
.fixed-btn-placeholder {
  display: none;
}
.fixed-btn__wrap.is-fixed + .fixed-btn-placeholder {
  display: block;
}
.fixed-btn__wrap .fixed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  padding: 0;
  border-radius: 10px;
  background: #fff;
  transition: .3s;
}
.fixed-btn__wrap .fixed-btn.btn-am {
  border: 4px solid #ffd669;
  color: #ffd669;
}
.fixed-btn__wrap .fixed-btn.btn-pm {
  border: 4px solid #cfd05e;
  color: #cfd05e;
}
.fixed-btn__wrap .fixed-btn.btn-contact {
  background: #e3883d;
  border: 4px solid #e3883d;
  color: #fff;
}
.fixed-btn__wrap .fixed-btn__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.2;
}
.fixed-btn__wrap .fixed-btn .fixed-btn__text span {
  font-size: 5.6rem;
}
.fixed-btn__wrap .fixed-btn.btn-contact .fixed-btn__text {
  line-height: 1;
}
.fixed-btn__wrap .fixed-btn:hover {
  transform: translate(5px, 5px);
  transition: .3s;
}
/* company-listの中のfixedボタン ampmそれぞれの一覧ページのみ */
.company-list.am .fixed-btn__wrap .fixed-btn,
.company-list.pm .fixed-btn__wrap .fixed-btn {
  width: 100%;
  max-width: 400px;
}
.company-list.am .fixed-btn__wrap .fixed-btn__inner,
.company-list.pm .fixed-btn__wrap .fixed-btn__inner {
  justify-content: center
}
.company-list.am .fixed-btn__wrap .fixed-btn .fixed-btn__text span,
.company-list.pm .fixed-btn__wrap .fixed-btn .fixed-btn__text span {
  font-size: 8rem;
}
.company-list .btns .btns-item.btn-js {
  max-width: 680px;
  margin: 0 auto;
}
/* company-content */
.company-list .container:before,
.company-list .container:after {
  z-index: -1;
}
.company-list .company-content__item:first-of-type {
  margin-bottom: 60px;
}
.company-list .company-content .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.company-list .company-content .section-text {
  margin-bottom: 60px;
  font-size: 4rem;
  text-decoration: underline;
  text-align: center;
}
.company-list .company-content .section-text svg {
  min-width: 50px;
  min-height: 50px;
  margin-left: 15px;
  transition: .3s;
}
.company-list .company-content .section-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.company-list .company-content .section-text a:hover {
  opacity: .8;
  transition: .3s;
}
.company-list .company-content .section-text a:hover svg {
  transform: translate(2px, -2px);
}
.company-list .company-content .section-title img {
  padding: 0 20px;
  max-width: 500px;
}
.company-list .company-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-list .company-group.am {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.company-list .company-group .item-list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc( ( 100% - 40px ) / 2 );
  margin-bottom: 60px;
  text-align: center;
}
.company-list .company-group.am .item-list {
  width: auto;
  margin-bottom: 40px;
}
.company-list .company-group .item-list .btn-link {
  position: relative;
  width: 100%;
  padding: 16px 50px;
  background: #fff;
  border: 4px solid #e3883d;
  line-height: 1.2;
  overflow: hidden;
  transition: .3s;
  border-radius: 10px;
}
.company-list .company-group .item-list .btn-link:hover {
  box-shadow: 6px 6px 0 0 #ffea00;
}
.company-list .company-group .item-list .btn-link .btn-icon {
  max-width: 60px;
  position: absolute;
  right: -6px;
  bottom: -8px;
  transform: translate(0,0);
  transition: .3s;
}
.company-list .company-group .item-list .btn-link:hover .btn-icon {
  transform: rotate(-5deg);
  transition: .3s;
  bottom: -9px;
}
.company-list .company-group .item-list .btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.company-list .company-group .item-list .btn-text p {
  position: relative;
  display: inline-block;
  font-size: 2.2vw;
  line-height: 1.4;
  font-weight: 500;
}
.company-list .company-group .item-list .btn-text p.special-icon {
  margin-right: 20px;
}
.company-list .company-group .item-list .btn-text p.special-icon img {
  width: 100%;
  max-width: 54px;
  min-width: 54px;
}
.company-list .company-group .item-list .btn-text p.company-name {
  margin-bottom: 8px;
}
.company-list .company-group .item-list .btn-text p.special-icon.multi-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px 0 0;
}
p.special-icon.multi-icon img {
  width: 100%;
  max-width: 54px;
  min-width: 54px;
}
.company-list.company-single p.special-icon.multi-icon img:first-of-type {
  margin: 0 7px 7px 0;
}
/* am */
.company-list.am .company-group .item-list .btn-text p {
  font-size: 3.6rem;
}
.company-list.am .company-group .item-list .btn-text p.special-icon img {
  max-width: 60px;
  min-width: 60px;
}
.company-list.am .company-group .item-list .btn-text p.company-name a {
  display: flex;
  align-items: center;
  transition: .3s;
}
.company-list.am .company-group .item-list .btn-text p.company-name a:hover {
  opacity: .8;
  transition: .3s;
}
.company-list.am .company-group .item-list .btn-text svg {
  min-width: 38px;
  min-height: 38px;
  margin-left: 15px;
  transition: .3s;
}
.company-list.am .company-group .item-list .btn-text a:hover svg {
  transform: translate(3px,-3px);
  transition: .3s;
}
/* single */
.company-list .company-post {
  max-width: 840px;
}
.company-post .company-item svg {
  min-width: 40px;
  min-height: 40px;
  margin: 0 0 7px 5px;
}
.company-post .company-item a,
.company-post .company-item svg {
  transition: .3s;
}
.company-post .company-item a:hover {
  color: #e3883d;
}
.company-post .company-item .company-list__top .company-name {
  font-size: 3.6rem;
  margin: 10px 0 20px;
  line-height: 1.2;
}
.company-post .company-item .company-list__top a {
  display: flex;
  align-items: center;
  width: fit-content;
}
.company-post .company-item .company-list__top a:hover svg {
  transform: translate(2px, -2px);
}
.company-post .company-item .company-list__top .special-icon {
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  margin-right: 15px;
}
.company-post .company-item .company-list__middle {
  display: flex; 
  justify-content: space-between;
}
.company-post .company-item dl {
  padding: 30px 0;
  border-bottom: 1px dotted #e7e7e7;
}
.company-post .company-item .company-list__middle dl.company-item__industry {
  width: calc( 25% - 15px );
  min-width: fit-content;
  padding-right: 25px;
}
.company-post .company-item .company-list__middle dl.company-item__sector {
  width: fit-content;
  max-width: 600px;
}
.company-post .company-item .company-list__middle .company-item__sector br {
  display: none;
}
.company-post .company-item dt {
  color: #e3883d;
}
.company-post .company-item dt,
.company-post .company-item dd {
  font-size: 1.8rem;
  font-weight: 600;
}
.company-post .company-item dd a {
  display: flex;
  align-items: center;
}
.company-post .company-item dd a::after {
  content: "";
  background: url(../images/company-list/arrow-square-out-bold.svg) no-repeat center center / contain;
  min-width:  30px;
  min-height: 30px;
  margin: 0 0 4px 10px;
  transition: .3s;
}
.company-post .company-item .company-item__pr dd a::after {
  width:  26px;
  height: 26px;
  margin-left: 5px;
}
.company-post .company-item dd a:hover::after {
  transform: translate(2px,-2px);
}
.company-post + .btn-home {
  width: 280px;
}
/* contact */
.company-list .contact-text {
  width: fit-content;
  margin: 0 auto;
}
.company-list form{
  padding: 0;
}
@media screen and (max-width: 1080px) {
  .company-list section {
    padding: 0 30px;
  }
  .company-list.company-single section {
    padding: 0 20px 80px;
  }
  /* company-content */
  .company-list .company-group .item-list {
    width: calc( ( 100% - 20px ) / 2 );
  }
  .company-list .company-group .item-list .btn-link .btn-icon {
    max-width: 50px;
  }
}
@media screen and (max-width: 900px) {
  /* am */
  .company-list.am .company-group .item-list .btn-text p {
    font-size: 4rem;
  }
  .company-list.am .company-group .item-list .btn-text p.special-icon img {
    max-width: 66px;
    min-width: 66px;
  }
}
@media screen and (max-width: 768px) {
  .company-list .inner {
    padding: 10px 20px;
  }
  .company-list.company-single section {
    padding: 0 20px 40px;
  }
  .company-list.company-single .main-content {
    padding: 40px 20px;
  }
  .company-list .kv h1,
  .company-list .kv h2 {
    max-width: 500px;
    padding: 60px 10px 30px;
  }
  .company-list .company-content .section-title img {
    max-width: 300px;
    padding: 0;
  }
  /* company-listの中のfixedボタン */
  .fixed-btn__wrap .fixed-btn__inner {
    max-width: 400px;
  }
  .fixed-btn__wrap .fixed-btn {
    width: 100px;
    height: 100px;
  }
  .fixed-btn__wrap .fixed-btn .fixed-btn__text span {
    font-size: 2.4rem;
  }
  .fixed-btn__wrap .fixed-btn__text {
    font-size: 1.8rem;
  }
  .company-list.am .fixed-btn__wrap .fixed-btn,
  .company-list.pm .fixed-btn__wrap .fixed-btn {
    height: 100px;
  }
  .company-list.am .fixed-btn__wrap .fixed-btn .fixed-btn__text span,
  .company-list.pm .fixed-btn__wrap .fixed-btn .fixed-btn__text span {
    font-size: 6rem;
  }
  /* company-content */
  .company-list .company-group .item-list {
    margin-bottom: 40px;
  }
  .company-list .company-group .item-list .btn-link {
    width: 100%;
    padding: 16px 20px;
  }
  .company-list .company-group .item-list .btn-link .btn-icon {
    max-width: 40px;
    right: -4px;
    bottom: -7px;
  }
  .company-list .company-group .item-list .btn-text p {
    font-size: 1.6rem;
  }
  .company-list .company-group .item-list .btn-text p.special-icon {
    margin-right: 10px;
  }
  .company-list .company-group .item-list .btn-text p.special-icon img {
    min-width: 40px;
    max-width: 40px;
  }
  p.special-icon.multi-icon {
    justify-content: center;
    gap: 6px;
    margin: 0 auto 5px;
  }
  p.special-icon.multi-icon img {
    max-width: 40px;
    min-width: 40px;
  }
  .company-post .company-item dd a::after {
    width: 26px;
  }
  .company-post .company-item .company-list__middle {
    display: block;
  }
  .company-post .company-item .company-list__middle dl {
    width: 100%;
  }
  .company-list .modal-content .modal-list__middle,
  .company-list .modal-content .modal-list__bottom {
    flex-direction: column;
    margin-bottom: 0;
  }
  .company-list .modal-content .modal-list__middle .modal-item__list,
  .company-list .modal-content .modal-list__bottom .modal-item__list {
    width: 100%;
    margin-bottom: 50px;
  }
  .company-post .company-item .company-list__middle dl.company-item__industry {
    width: 100%;  
  }
  .company-list .footer {
    padding: 60px 0 20px;
  }
  .company-list.company-single .footer {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 500px) {
  .company-list section {
    padding: 0 10px;
  }
  .company-list section.contact {
    margin-top: 30px;
  }
  .company-list .kv h1,
  .company-list .kv h2 {
    padding: 30px 10px 0;
  }
  /* company-listの中のfixedボタン */
  .fixed-btn__wrap .fixed-btn__inner {
    max-width: 300px;
  }
  .fixed-btn__wrap .fixed-btn {
    width: 70px;
    height: 70px;
  }
  .fixed-btn__wrap .fixed-btn .fixed-btn__text span {
    font-size: 2rem;
  }
  .fixed-btn__wrap .fixed-btn__text {
    font-size: 1.4rem;
  }
  /* company-content */
  .company-list .company-content .section-text {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
  .company-list .company-content .section-text svg {
    min-width: 38px;
    min-height: 38px;
  }
  .company-list .company-group .item-list {
    width: calc((100% - 12px) / 2);
  }
  .company-list .company-group .item-list .btn-link {
    padding: 16px;
  }
  .company-list .company-group .item-list .btn-link .btn-icon {
    max-width: 35px;
  }
  .company-list .company-group .item-list .btn-text {
    flex-direction: column;
  }
  .company-list .company-group.am .item-list .btn-text {
    flex-direction: row;
  }
  .company-list .company-group .item-list .btn-text p.company-name {
    margin: 5px 0 0 0;
  }
  .company-list .company-group .item-list .btn-text p.special-icon img {
    min-width: 30px;
    max-width: 30px;
  }
  .company-list .company-group .item-list .btn-link .btn-icon {
    right: -3px;
    bottom: -6px;
  }
  /* am */
  .company-list.am .company-group .item-list .btn-text p.special-icon.multi-icon {
    flex-direction: column;
  }
  .company-list.am .company-group .item-list .btn-text svg {
    min-width: 38px;
    min-height: 38px;
  }
  .company-list.am section {
    padding: 0 30px;
  }
  .company-list .company-group.am .item-list {
    margin-bottom: 25px;
  }
  .company-list.am .company-group .item-list .btn-text p {
    font-size: 2.8rem;
  }
  .company-list.am .company-group .item-list .btn-text p.special-icon img {
    max-width: 40px;
    min-width: 40px;
  }
  .company-list.am .fixed-btn__wrap .fixed-btn,
  .company-list.pm .fixed-btn__wrap .fixed-btn {
    height: 90px;
  }
  .company-list.am .fixed-btn__wrap .fixed-btn .fixed-btn__text span,
  .company-list.pm .fixed-btn__wrap .fixed-btn .fixed-btn__text span {
    font-size: 4rem;
  }
  .company-post .company-item .company-list__top .company-name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  /* company-listの中のfixedボタン */
  .fixed-btn__wrap .fixed-btn__inner {
    max-width: 260px;
  }
  .fixed-btn__wrap.is-fixed .fixed-btn__inner {
    margin: 10px auto;
  }
  .company-list .company-content .section-title {
    padding: 0 20px;
  }
  .company-list .company-content .section-text {
    font-size: 2.2rem;
  }
  .company-list .company-content .section-text svg {
    min-width: 32px;
    min-height: 32px;
  }
  .company-list .company-group .item-list .btn-link {
    padding: 20px 5px 30px;
  }
  .company-list.am .fixed-btn__wrap .fixed-btn,
  .company-list.pm .fixed-btn__wrap .fixed-btn {
    height: 75px;
  }
  .company-list.am .fixed-btn__wrap .fixed-btn .fixed-btn__text span,
  .company-list.pm .fixed-btn__wrap .fixed-btn .fixed-btn__text span {
    font-size: 3rem;
  }
  .company-list.company-single .inner {
    padding: 0 10px;
  }
  .company-list.company-single .main-content {
    padding: 30px 10px;
  }
  .company-post .company-item svg {
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    margin: 0 0 9px 5px;
  }
  .company-list .company-group .item-list .btn-text p {
    font-size: 2.8rem;
  }
  .company-list .company-group .item-list .btn-text p,
  .company-list.am .company-group .item-list .btn-text p {
    font-size: 2rem;
  }
  .company-post .company-item .company-list__top .special-icon {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 10px;
  }
  .company-list.am .company-group .item-list .btn-text svg {
    min-width: 28px;
    min-height: 28px;
  }
  .company-list.am .company-group .item-list .btn-text p.special-icon img {
    max-width: 35px;
    min-width: 35px;
  }
  .company-post .company-item .company-list__top .company-name {
    font-size: 2rem;
  }
  .company-post .company-item dl {
    padding: 15px 0 20px;
  }
  .company-post .company-item dt, .company-post .company-item dd {
    font-size: 1.5rem;
  }
  .company-post + .btn-home {
    font-size: 1.6rem;
    width: fit-content;
    padding: 0 20px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .fixed-btn__wrap .fixed-btn:hover {
    transform: none !important;
  }
  .company-list .company-group .item-list .btn-link:hover {
    transform: none !important;
  }
}