@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@300;400;500&display=swap');

html {
  font-size: 50%;
}

@media print, screen and (min-width: 768px) {
  html {
    /*TB*/
    font-size: 56%;
  }
}

@media print, screen and (min-width: 1200px) {
  html {
    /*PC*/
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

.montserrat{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.white{
  color: #fff;
}

.outside {
  position: relative;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.cover {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner {
  position: relative;
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
}

.inside {
  position: relative;
  width: 95%;
  max-width: px;
  margin: 0 auto;
}

.contents_top {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
}

.title01 {
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
}

.title02 {
  font-size: 2rem;
  color: #fff;
}

.contents_head{
  margin-bottom: 40px;
}

#notfound .contents_head {
  background: url(../img/notfound/notfound_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#news .contents_head {
  background: url(../img/news/news_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#recruit .contents_head {
  background: url(../img/recruit/recruit_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#contact .contents_head,
#contact_confirm .contents_head,
#contact_thanks .contents_head{
  background: url(../img/contact/contact_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#company .contents_head {
  background: url(../img/company/company_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#acquisition .contents_head,
#acquisition-contact_confirm .contents_head,
#acquisition-contact_thanks .contents_head{
  background: url(../img/acquisition/acquisition_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#about .contents_head {
  background: url(../img/about/about_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#philosophy .contents_head {
  background: url(../img/concept/philosophy_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#m-and-a .contents_head {
  background: url(../img/concept/m-and-a_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#ir .contents_head {
  background: url(../img/ir/ir_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#concept .contents_head {
  background: url(../img/concept/concept_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#privacy .contents_head {
  background: url(../img/privacy/privacy_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

#security .contents_head {
  background: url(../img/security/security_header.jpg) no-repeat center center / cover;
  padding-top: calc(480 / 1920 * 100%);
  position: relative;
}

@media print, screen and (max-width:1024px) {
  .ir,
  .company,
  .requirements,
  .m-and-a,
  .philosophy,
  .about,
  .recruit,
  .news,
  .privacy,
  .acquisition,
  .acquisition-contact_thanks,
  .acquisition-contact_confirm,
  .contact_thanks,
  .contact_confirm,
  .contact,
  .notfound,
  .concept,
  .security{
    padding-top: 80px;
  }

  .contents_top{
    top: 50%;
  }

  #notfound .contents_head,
  #news .contents_head,
  #privacy .contents_head,
  #security .contents_head,
  #company .contents_head,
  #contact .contents_head,
  #acquisition-contact_thanks .contents_head,
  #acquisition-contact_confirm .contents_head,
  #recruit .contents_head,
  #acquisition .contents_head,
  #about .contents_head,
  #philosophy .contents_head,
  #m-and-a .contents_head,
  #ir .contents_head,
  #concept .contents_head,
  #contact_confirm .contents_head,
  #contact_thanks .contents_head{
    padding-top: calc(640 / 1920 * 100%);
  }
  
}

a[href^="tel:"] {
  pointer-events: none!important;
  color: #fff!important;
}

@media screen and (max-width: 430px){
  a[href^="tel:"] {
    pointer-events: auto!important;
    color: #fff!important;
  }
  
}

@media print, screen and (min-width:430px) {
  .contents_head{
    margin-bottom: 0;
  }
}


@media print, screen and (min-width:550px) {
  .title02 {
    font-size: 2.4rem;
  }

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

@media print, screen and (min-width:768px) {
  .title02 {
    font-size: 3.2rem;
  }

  .title01 {
    font-size: 2rem;
  }
}

@media print, screen and (min-width:1024px) {
  .title02 {
    font-size: 4rem;
  }
}


/*--------------------------------パンくずリストここから---------------------------------*/

.bread{
  display: none;
}

@media print, screen and (min-width:430px) {
  .bread{
    background-color: #fff;
    margin-bottom: 64px;
    display: block;
  }

  ul.breadcrumbs {
    display: flex;
    margin: 0 auto;
    width: 95%;
    max-width: 1400px;
    padding: 16px 0;
  }

  ul.breadcrumbs li {
    margin: 0 12px 0 0;
    font-size: 1.4rem;
  }

  ul.breadcrumbs li a {
    color: #4d4d4d;
    font-size: 1.4rem;
    border-bottom: solid 1px #fff;
  }

  ul.breadcrumbs li a:hover {
    border-bottom: solid 1px #1A1A1A;
  }

  ul.breadcrumbs li:first-child{
    margin-left: 12px;
  }
}

@media print, screen and (min-width:768px) {
  .bread{
    margin-bottom: 150px;
  }
}

/*--------------------------------パンくずリストここまで---------------------------------*/




/*--------------------------------トップへ戻るボタンここから---------------------------------*/
.back01{
  display: none;
}

.page-top02 {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  transform: rotate(90deg);
  cursor: pointer;
  z-index: 100000000000000;
}

.page-top02 p{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  width:40px;
  height:40px;
  border-radius:50%;
  background: #e50012;
}

.page-top02 p::before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 13px;
  width: 15px;
  border-top: 2px solid #fff;
  transform: rotate(35deg);
  transform-origin: left top;
}

.page-top02 p::after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 13px;
  width: 14px;
  border-top: 2px solid #fff;
  transform: rotate(-35deg);
  transform-origin: left top;
}

.page-top02.active {
  display: block;
}

.page-top02:hover {
  opacity: 0.5;
  transition: 0.3s;
}


@media print, screen and (min-width:500px) {
  .back01{
    display: block;
  }

  .back02{
    display: none;
  }

  .page-top01 {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 100px;
    transform: rotate(90deg);
    color: #fff;
    cursor: pointer;
  }

  .page-top01 p{
    color: #e50012;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .page-top01 .stickarrow{
    display: inline-block;
    width: 40px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 2px solid #e50012;
    border-left: 2px solid #e50012;
    transform: skew(-45deg);
    position: fixed;
    right: 90px;
    top: 5px;
  }

  .page-top01.active {
    display: block;
  }

  .page-top01:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}

/*--------------------------------トップへ戻るボタンここまで---------------------------------*/


















/*--------------------------------headerここから---------------------------------*/
header{
  background: rgba(255, 255, 255, 1);
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 10000000;
  display: grid;
}

header .header-inner h1{
  max-width: 240px;
}

header .header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 40px;
}

header .header-inner .header-logo{
  width: 15%;
}

header .header-inner nav{
  width: 85%;
}

header .header-inner h1 a:hover {
  opacity: 0.5;
}

.header-nav .header-nav-list{
  display: flex;
  justify-content: right;
  align-items: center;
}

.header-nav .header-nav-list li:nth-of-type(-n + 5){
  margin: 0 1.6rem;
}

.header-nav .header-nav-list li a{
  color: #1A1A1A;
  display: flex;
  align-items: center;
  font-size: calc(0.2vw + 1rem);
  position: relative;
}

.header-nav .header-nav-list li a:hover{
  opacity: 0.5;
  transition: 0.5s;
}


.header-nav .header-nav-list li:nth-of-type(6) a{
  background: #4d4d4d;
  color: #fff;
  padding: 8px 16px;
  margin-left: 24px;
  margin-right: 16px;
}

.header-nav .header-nav-list li:nth-of-type(6) a:hover{
  opacity: 0.5;
  transition: 0.5s;
}

.header-nav .header-nav-list li:nth-of-type(7) a{
  background: #808080;
  color: #fff;
  padding: 8px 16px;
}

.header-nav .header-nav-list li:nth-of-type(7) a:hover{
  opacity: 0.5;
  transition: 0.5s;
}

.header-nav-list li ul.drop-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 240px;
	z-index: 99;
	border-top: none;
  border-left: none;
}

.header-nav-list li .drop-menu li {
	border-top: 1px solid #fff;
}

.header-nav-list li .drop-menu li:first-child {
	border-top: none;
}

.header-nav-list li .drop-menu li:hover a {
	background: #1A1A1A!important;
  opacity: 1!important;
}

.header-nav .header-nav-list li:nth-of-type(1):hover ul.drop-menu,
.header-nav .header-nav-list li:nth-of-type(2):hover ul.drop-menu,
.header-nav .header-nav-list li:nth-of-type(4):hover ul.drop-menu{
  display: block;
}

.header-nav-list li .drop-menu li a{
  font-size: 1.4rem;
  height: 40px;
  color: #fff;
  background: #176B87!important;
}


.menu{
  display: none;
}

@media print, screen and (max-width:1024px) {
  header .header-inner{
    display: none;
  }

  .menu{
    display: block;
  }
}



  /*--------------------------------ハンバーガーメニューここから---------------------------------*/
    .menu {
      position: relative;
      z-index: 10;
      background: #fff;
      height: 80px;
    }
    
    #smt_menu_wrapper {
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      color: #fff;
      text-align: center;
      transform: translateY(-100%);
      transition: all 0.2s;
      width: 100%;
      visibility: hidden;
      overflow-y: scroll;
      height: 100%;
    }
    
    #smt_menu_wrapper > ul {
      margin: 0 auto 0 0;
      padding: 40px 15%;
      width: 100%;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
    }
    
    #smt_menu_wrapper > ul > li {
      list-style-type: none;
      padding: 0;
      width: 100%;
      color: #fff;
      text-align: left;
      margin: 20px 0;
    }
    
    #smt_menu_wrapper ul li.red a {
      color: #ffffff;
    }
    
    .cta_bg {
      width: 252px;
      height: 49px;
      text-align: center;
      line-height: 29px;
      margin: 5px 0 0 0;
      display: block;
      transition: all 0.3s ease;
    }
    
    .cta_bg:hover {
      color: #f5f5f5;
    }
    
    #smt_menu_wrapper ul li:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }
    
    #smt_menu_wrapper ul li a {
      color: #fff;
      padding: 0;
      background: none;
      font-size: 2rem;
    }
    
    #smt_menu_wrapper ul li ul li a{
      font-size: 1.6rem;
      margin-bottom: 16px;
      display: inline-block;
    }
    
    
    .navToggle.active span:nth-child(1) {
      top: 18px;
      left: -1px;
      transform: rotate(-45deg);
      border-color: #fff;
    }
    
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
      top: 18px;
      transform: rotate(45deg);
      border-color: #fff;
    }
    
    .pc_none {
      display: block;
    }
    
    .navToggle {
      display: block;
      position: relative;
      top: 24px;
      right: 20px;
      width: 40px;
      height: 33px;
      cursor: pointer;
      z-index: 10015;
      text-align: center;
      border-radius: 2px;
    }
    
    .navToggle span:nth-child(1) {
      top: 15px;
    }
    
    .navToggle span:nth-child(2) {
      top: 29px;
    }
    
    .navToggle span {
      display: block;
      position: absolute;
      width: 40px;
      border-top: solid 3px #1A1A1A;
      transition: 0.3s;
      top: 1px
    }
    
    .top_logo {
      margin-left: 20px;
    }
    
    #smt_menu_wrapper ul li a.title{
      margin-bottom: 8px;
      line-height: 1.5;
      display: inline-block;
    }
    
    #smt_menu_wrapper ul li a:hover,
    #smt_menu_wrapper ul li ul li a:hover{
      opacity: 0.5;
    }
    
    #smt_menu_wrapper ul li ul li a::before {
      content: "＞";
      margin-bottom: 2px;
      margin-right: 4px;
      color: #fff;
      font-weight: bold;
    }
    
    .product_all{
      margin-bottom: 5px;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 2.5;
      color: #fff;
    }
    
    #smt_menu_wrapper > ul > li{
      margin: 10px 0;
    }
    
    #smt_menu_wrapper ul li ul li a.smt_product{
      font-size: 2.0rem;
      display: inline-block;
    }
    
    #smt_menu_wrapper ul li ul li a.product_mini::before{
      content: "・";
      display: inline-block;
      
    }
    
    #smt_menu_wrapper ul li.smt_product_title:nth-of-type(n + 2):nth-of-type(n - 3){
      margin-top: 10px;
    }

    .logo_button{
      display: flex;
      width: 100%;
      justify-content: space-between;
    }

    .menu > ul{
      display: flex;
      width: 100%;
    }

    .menu > ul li{
      width: 50%;
      text-align: center;
    }

    .menu > ul li:nth-of-type(1) a{
      background: #4d4d4d;
      color: #fff;
      padding: 8px;
      font-size: 1.6rem;
    }

    .menu > ul li:nth-of-type(1) a:hover{
      transition: 0.5s;
      opacity: 0.5;
    }

    .menu > ul li:nth-of-type(2) a{
      background: #808080;
      color: #fff;
      padding: 8px;
      font-size: 1.6rem;
    }

    .menu > ul li:nth-of-type(2) a:hover{
      transition: 0.5s;
      opacity: 0.5;
    }
    
    .logo_button > a{
      display: inline-block;
      margin: 22px 0 22px 20px;
    }
    
    .logo_button a figure img{
      max-width: 200px;
      width: 100%;
    }
    
    @media print, screen and (max-width:1150px) {
      #smt_menu_wrapper.active {
        transform: translateY(0%);
        visibility: inherit;
        background-color: rgba(25,25,25,0.70);
      }
    }
  
    
  /*--------------------------------ハンバーガーメニューここまで---------------------------------*/

/*--------------------------------headerここまで---------------------------------*/
















/*--------------------------------footerここから---------------------------------*/
.footer-inner01{
  padding: 40px 0 80px;
}

.footer-inner01 > p{
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0 0 20px;
  width: 95%;
  margin: 0 auto;
}

.footer-inner02 > p{
  color: #fff;
  padding: 0 0 20px;
  display: grid;
  place-items: center;
  width: 95%;
  margin: 0 auto;
}

.footer-inner02{
  padding-top: 80px;
}

.footer-bottom{
  padding: 64px 0;
  background: #333333;
}

.footer-bottom-inner01{
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 40px ;

}

.footer-bottom-inner01 a{
  display: inline-block;
}

.footer-bottom-inner01 a:hover{
  opacity: 0.5;
}

.footer-bottom-inner01 a figure img{
  width: 480px;
}

.footer-bottom-inner02{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.footer-navi-right{
  width: 17%;
}

.footer-navi-right li a{
  color: #fff;
  font-size: 1.4rem;
}

.footer-navi-right li:nth-of-type(n+1):nth-of-type(-n+4){
  margin-bottom: 20px;
}

.footer-navi-right li:nth-of-type(1){
  margin-top: 20px;
}

.footer-navi-right li:nth-of-type(1) a,
.footer-navi-right li:nth-of-type(2) a,
.footer-navi-right li:nth-of-type(3) a{
  display: inline-block;

}

.footer-navi-right li:nth-of-type(4) a{
  background: #4d4d4d;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  font-size: 1.2rem;
}

.footer-navi-right li:nth-of-type(5) a{
  background: #808080;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  font-size: 1.2rem;
}

.footer_navi {
	display: flex;
	justify-content: space-between;
  width: 80%;
}

.footer_navi a {
	color: #fff;
  display: inline-block;
  font-size: 1.4rem;
}

.footer_navi > li {
  text-align: left;
  width: 23%;
}

.footer_navi > li > a{
  text-align: left;
  font-size: 1.8rem;
  margin: 20px 0;
}

.footer_navi > li ul > li {
	margin-bottom: 16px;
	text-align: left;
}

.footer_navi li span.footer_border{
  display: block;
  width: 100%;
  border-bottom: 1px solid #808080;
}

.footer_navi > li > a:hover,
.footer_navi a:hover,
.footer-navi-right li a:hover{
  opacity: 0.5;
}

.copyright{
  background: #fff;
}

.copyright p{
  text-align: center;
  font-size: 1.4rem;
  color: #1A1A1A;
  padding: 20px 0;
}

@media print, screen and (max-width:1024px) {
  footer .footer-bottom-inner02{
    display: none;
  }

  .footer-bottom {
    padding: 40px 0;
    background: #333333;
    text-align: center;
  }

  .footer-bottom-inner01{
    margin: 0 auto;
  }
}



/*--------------------------------footerここまで---------------------------------*/





/* ---------------------------------404ここから--------------------------------- */

#notfound-main {
  margin-bottom: 64px;
}

.notfound-text {
  display: grid;
  place-items: center;
}

.btn-totop {
  margin-top: 40px;
  text-align: center;
}

.btn-totop a {
  max-width: 500px;
  width: 100%;
  color: #fff;
  background-color: #93010E;
  padding: 20px;
  display: inline-block;
  font-size: 1.8rem;
}

.btn-totop a:hover {
  opacity: 0.5;
}

@media screen and (min-width:768px) {
  #notfound-main {
    margin-bottom: 150px;
  }
}

/* ---------------------------------404ここまで--------------------------------- */















/* ---------------------------------topここから--------------------------------- */
.br-none{
  display: none;
}

.video{
  padding-top: 80px;
}

.video video{
  width: 100vw;
  object-fit: cover;
}

.video .pc{
  display: none;
}

.video .sp{
  display: block;
  max-height: 500px;
}

#top-news01 .top-news01-inner{
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

#top-news01 .top-news01-inner a.top-news01-link01{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}

#top-news01 .top-news01-inner a.top-news01-link02{
  background: #808080;
  color: #fff;
  padding: 8px 0;
  display: inline-block;
  font-size: 1.4rem;
  max-width: 100%;
  width: 100%;
  text-align: center;
  display: table;
  margin: 20px auto 0;
}

#top-news01 .top-news01-inner a:hover{
  opacity: 0.5;
}

#top-news01 .top-news01-inner .top-news01-contents{
  width: 100%;
}

#top-news01 .top-news01-inner .top-news01-category{
  color: #fff;
  background: #666;
  font-size: 1.4rem;
  padding: 4px 16px;
}

#top-group-company,
#top-concept{
  padding: 64px 0;
}


#top-concept{
  background: rgb(172,0,14);
  background: linear-gradient(90deg, rgba(172,0,14,1) 0%, rgba(137,0,14,1) 100%);
}

#top-concept .top-concept-inner ul{
  display: flex;
  flex-direction: column-reverse;
  row-gap: 40px;
}

#top-concept .top-concept-inner ul li h2{
  font-size: 2.4rem;
  color: #fff;
  display: table;
  margin: 0 auto;
}

.top-group-company-top h2,
.top-recruit-top h2,
.top-topmessage-inner h2,
.top-news-top h2,
.top-ir-top h2{  
  font-size: 2.4rem;
  color: #1A1A1A;
  text-align: center;
}

#top-concept .top-concept-inner ul li p{
  font-size: 1.6rem;
  color: #fff;
  margin: 4rem 0;
  font-weight: 300;
}

#top-concept .top-concept-inner ul li a{
  font-size: 1.6rem;
  color: #1A1A1A;
  background: #fff;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  text-align: center;
}

#top-concept .top-concept-inner ul li a:hover{
  opacity: 0.5;
}

#top-concept .top-concept-inner li{
  width: 100%;
}

#top-concept .top-concept-inner ul li figure img{
  width: 480px;
  margin: 0 auto;
}

#top-group-company .top-group-company-top{
  max-width: 750px;
  width: 95%;
  margin: 0 auto 40px;
}

#top-group-company .top-group-company-top > p{
  font-size: 1.8rem;
  color: #1A1A1A;
  text-align: left;
}

.contents-title{
  margin: 40px 0;
  text-align: center;
}

.contents-title p{
  font-size: 2rem;
  color: #e50012;
}

.contents-title h3{
  font-size: 1.8rem;
  color: #999999;
}

.contents-title02{
  margin-bottom: 40px;
  text-align: center;
}

.contents-title02 p{
  font-size: 3rem;
  color: #e50012;
}

.contents-title02 h3{
  font-size: 1.6rem;
  color: #999999;
}

.contents-title02 h3 span{
  color: #999999;
}

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.top-group-company-bottom a{
  font-size: 1.6rem;
  color: #1A1A1A;
  background: #fff;
  max-width: 360px;
  width: 95%;
  margin: 0 auto;
  padding: 16px;
  text-align: center;
  border: 1px solid #1A1A1A;
}

.top-group-company-bottom a:hover{
  opacity: 0.5;
}

.top-group-company-date{
  max-width: 940px;
  width: 95%;
  margin: 0 auto 40px;
  background: rgb(230,230,230);
  background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
  padding: 20px;
  position: relative;
  z-index: 1000;
}

.top-group-company-date h3{
  text-align: center;
  color: #1A1A1A;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.top-group-company-date ul{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}

.top-group-company-date ul li .item-list .counter{
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.top-group-company-date ul li .item-list .counter span{
  color: #666666;
  font-size: 5.4rem;
}

.top-group-company-date ul li .item-list .counter p{
  color: #666666;
  font-size: 3.2rem;
}

.top-group-company-date ul li .item-list h4{
  font-size: 1.8rem;
  margin-bottom: 0;
  text-align: center;
}

.top-group-company-date > p{
  text-align: right;
  font-size: 1.6rem;
  margin-top: 20px;
}

.top-topmessage-inner{
  background: rgb(230,230,230);
  background: linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  padding-top: 64px;
}

.top-topmessage-top{
  max-width: 560px;
  width: 95%;
  margin: 0 auto;
}

.top-topmessage-bottom ul{
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
}

.top-topmessage-bottom ul li{
  width: 100%;
}

.top-topmessage-bottom ul li:first-child{
  align-self: flex-end;
}

.top-topmessage-bottom ul li:last-child figure img{
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 40px;
  margin-right: 11%;
}

.top-topmessage-button{
  padding-top: 40px;
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.top-topmessage-button a{
  font-size: 1.6rem;
  color: #1A1A1A;
  background: #fff;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  text-align: center;
  border: 1px solid #1A1A1A;
}

.top-topmessage-button a:hover{
  opacity: 0.5;
}

#top-topmessage{
  margin-bottom: 64px;
}

#top-recruit{
  margin: 64px 0;
}

.top-recruit-top {
  max-width: 600px;
  width: 95%;
  margin: 0 auto 40px;
}

.top-recruit-top > p{
  text-align: left;
  font-size: 1.6rem;
}

.top-recruit-bottom ul{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 20px;
  margin: 0 auto 40px;
  max-width: 930px;
  width: 95%;
}

.top-recruit-bottom ul li{
  width: 100%;
}

.top-recruit-bottom > a{
  font-size: 1.6rem;
  color: #1A1A1A;
  background: #fff;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  text-align: center;
  border: 1px solid #1A1A1A;
}

.top-recruit-bottom ul li a:hover,
.top-recruit-bottom > a:hover{
  opacity: 0.5;
}

.top-recruit-bottom ul li a figure{
  position: relative;
}

.top-recruit-bottom ul li a figure figcaption{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  width: 100%;
}

.top-recruit-bottom ul li a figure figcaption span.title{
  font-size: 3rem;
}

.top-recruit-bottom ul li a figure img{
  width: 100%;
}

.top-recruit-bottom ul li a figure figcaption span{
  color: #fff;
  font-size: 1.6rem;
}


.top-news-inner,
.top-ir-inner{
  padding: 64px 0;
  background: #fff;
}

.top-news-bottom > a,
.top-ir-inner > a{
  font-size: 1.6rem;
  color: #1A1A1A;
  background: #fff;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  text-align: center;
  border: 1px solid #1A1A1A;
  margin-top: 40px;
}

.top-news-bottom > a:hover,
.top-ir-inner > a:hover{
  opacity: 0.5;
}

.top-news-bottom ul li{
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 0;
}

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

.top-news-bottom ul li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top-news-bottom ul li a:hover{
  opacity: 0.5;
}

.top-news-bottom ul li a span{
  font-size: 1.6rem;
}

.top-news-bottom ul li a p.top-news-category{
  color: #fff;
  background: #666666;
  max-width: 150px;
  width: 100%;
  text-align: center;
  padding: 2px 0;
  font-size: 1.6rem;
  margin: 0 0 0 20px;
}

.top-news-bottom ul li a p.top-news-contents{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.6rem;
  width: 100%;
  margin-top: 20px;
}



@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.d-demo__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
} 

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__item {
  width: calc(100vw / 3);
}

.d-demo__item img{
  width: 100%;
}

.top-topmessage-bottom ul li:last-child .contents-title{
  margin-top: 0;
}

@media print, screen and (max-width:767px){
  .top-topmessage-bottom ul li {
    display: contents;
  }

  .top-topmessage-bottom ul li:last-child .contents-title{
    order: 1;
  }

  .top-topmessage-bottom ul li:first-child figure{
    order: 2;
  }

  .top-topmessage-bottom ul li:last-child h2{
    order: 3;
  }

  .top-topmessage-bottom ul li:last-child figure{
    order: 4;
  }
}

@media print, screen and (min-width:500px){
  .top-group-company-date ul{
    flex-direction: row;
  }

  .top-recruit-top > p{
    text-align: center;
  }

  .contents-title02 p{
    font-size: 3rem;
    color: #e50012;
    letter-spacing: 1px;
  }

  .top-topmessage-bottom ul li:last-child figure img{
    max-width: 240px;
  }
}

@media print, screen and (min-width:550px){
  #top-news01 .top-news01-inner{
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 2%;
  }

  #top-news01 .top-news01-inner a.top-news01-link02{
    margin-top: 0px;
  }

  #top-concept .top-concept-inner ul li h2,
  .top-group-company-top h2,
  .top-recruit-top h2,
  .top-news-top h2,
  .top-ir-top h2{
    font-size: 3.2rem;
  }

  .top-topmessage-inner h2{
    font-size: 2.8rem;
  }

  #top-group-company .top-group-company-top > p{
    text-align: center;
  }

  .br-none{
    display: block;
  }

  .d-demo__item {
    width: calc(100vw / 6);
  }

  .top-group-company-date{
    margin: 0 auto 40px;
  }

  .top-topmessage-button{
    justify-content: space-between;
    column-gap: 20px;
    flex-direction: row;
  }

  .top-recruit-bottom ul{
    justify-content: space-between;
    column-gap: 20px;
    flex-direction: row;
  }

  #top-news01 .top-news01-inner a.top-news01-link02{
    background: #808080;
    color: #fff;
    padding: 8px 0;
    margin: 0;
    display: inline-block;
    font-size: 1.4rem;
    max-width: 120px;
    width: 100%;
    text-align: center;
  }
}

@media print, screen and (min-width:768px){
  #top-news01 .top-news01-inner a.top-news01-link01{
    align-items: center;
    width: 80%;
  }

  #top-news01 .top-news01-inner p.top-news01-contents{
    width: 60%;
  }

  #top-concept .top-concept-inner ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  #top-concept .top-concept-inner li{
    width: 49%;
  }

  #top-concept .top-concept-inner ul li p{
    margin: 8rem 0;
  }

  #top-concept,
  #top-group-company{
    padding: 150px 0;
  }

  .top-group-company-top .contents-title{
    margin: 80px 0;
  }

  #top-group-company .top-group-company-top{
    margin: 0 auto 80px;
  }

  .top-group-company-date{
    margin: -64px auto 80px;
  }

  .top-group-company-date {
    padding: 40px 120px;
  }

  .top-group-company-date ul li .item-list h4{
    margin-bottom: 40px;
  }

  .top-group-company-date h3{
    margin-bottom: 64px;
  }

  .top-topmessage-inner{
    padding-top: 150px;
  }

  .top-topmessage-bottom ul{
    justify-content: space-between;
    flex-direction: row;
    column-gap: 20px;
  }
  
  .top-topmessage-bottom ul li{
    width: 49%;
  }

  #top-topmessage{
    margin-bottom: 150px;
  }

  .top-topmessage-button{
    padding-top: 80px;
  }

  .top-recruit-bottom ul{
    margin: 0 auto 80px;
  }

  #top-recruit{
    margin: 150px 0;
  }

  .top-news-inner,
  .top-ir-inner{
    padding: 150px 0;
  }

  .top-news-bottom > a,
  .top-ir-inner > a{
    margin-top: 80px;
  }

  .top-news-bottom ul li a{
    flex-wrap: initial;
  }
  
  .top-news-bottom ul li a p.top-news-contents{
    width: initial;
    margin-top: 0px;
  }

  .top-news-bottom ul li a p.top-news-category{
    margin: 0 40px 0 20px;
  }

  .contents-title02{
    margin-bottom: 80px;
    text-align: center;
  }

  .video .pc{
    display: block;
  }
  
  .video .sp{
    display: none;
  }

  .top-topmessage-bottom ul li:last-child h2{
    margin: 80px auto 120px;
  }
}

@media print, screen and (min-width:1024px){
  #top-concept .top-concept-inner ul li h2,
  .top-group-company-top h2,
  .top-topmessage-inner h2,
  .top-recruit-top h2,
  .top-news-top h2,
  .top-ir-top h2{
    font-size: 4rem;
  }

  .top-group-company-date{
    margin: -120px auto 80px;
  }

  .top-group-company-date {
    padding: 64px 170px;
  }

  #top-news{
    background: rgb(230,230,230);
    background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
  }

  #top-ir{
    background: rgb(230,230,230);
    background: linear-gradient(180deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
  }

  .top-news-bottom ul{
    padding: 0 80px;
  }  

}

@media print, screen and (min-width:1200px){
  .video .pc{
    height: calc(100vh - 160px);
  }
}

/* ---------------------------------topここまで--------------------------------- */









/* ---------------------------------acquisitionここから--------------------------------- */
.acquisition-detail-contents{
  max-width: 900px;
  width: 95%;
  margin: 0 auto 80px;
}

.acquisition-detail-contents > p{
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 40px;
}

.acquisition-detail-contents ul li{
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  border-bottom: 1px solid #b3b3b3;
  padding: 8px 0;
}

.acquisition-manda{
  text-align: center;
  margin-top: 40px;
}

.acquisition-manda a{
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  background: #c6c6c6;
  padding: 16px;
  max-width: 480px;
  width: 100%;
}

.acquisition-manda a:hover{
  opacity: 0.5;
}

.acquisition-detail-contents ul li:first-child{
  border-top: 1px solid #b3b3b3;
}

.acquisition-detail-contents ul li p:first-child{
  padding-left: 20px;
  width: 100%;
}

.acquisition-detail-contents ul li p:last-child{
  padding-left: 20px;
  width: 100%;
}

.contact_text {
	width: 94%;
	margin: 30px auto 0;
	line-height: 1.6;
	text-align: justify;
}

.contact_text + .contact_text {
	margin-top: 1.2em;
}

#acquisition-contact_confirm .contact_text,
#acquisition-contact_send .contact_text {
	width: 100%;
}

.acquisition-contact_form {
	width: 94%;
	margin: 40px auto 0;
}

#acquisition-contact_confirm .contact_form,
#acquisition-contact_send .contact_form {
	margin-top: 30px;
}

.acquisition-contact_form > h2 {
  font-size: 1.8rem;
	color: #fff;
  background: #1a1a1a;
	text-align: center;
	padding: 10px 0;
}

.form_area {
	margin-top: 30px;
}

.form_area dd {
	margin-top: 6px;
  position: relative;
}

.form_area dd + dt {
	margin-top: 18px;
}

.form_area input[type="text"],
.form_area textarea{
	font-size: 1.4rem !important;
	width: 100% !important;
	padding-left: 2rem !important;
  height: 58px;
	box-sizing: border-box !important;
	border: solid 1px #b3b3b3!important;
}

.form_area select {
	font-size: 1.4rem !important;
	width: 100% !important;
	padding-left: 2rem !important;
  height: 58px;
	box-sizing: border-box !important;
	border: solid 1px #b3b3b3!important;
}

.form_area textarea {
	height: 8em;
  padding-top: 2rem;
}

#acquisition-contact_confirm .form_area dd {
	background: #e6e6e6;
	color: #4d4d4d;
	padding: 10px 0.8em;
}

.acquisition-contact_privacy {
	background: #f2f2f2;
	margin-top: 30px;
	padding: 18px 20px;
}

.acquisition-contact_privacy p a {
	color: #0071bc;
	text-decoration: underline;
  display: inline-block;
}

.acquisition-contact_privacy p a:hover{
  opacity: 0.5;
}

.acquisition-contact_privacy > p{
  display: table;
  margin: 0 auto;
}

.acquisition-contact_privacy_check {
	background: #fff;
	padding: 16px 0;
	margin-top: 20px;
	text-align: center;
  max-width: 830px;
  width: 100%;
}

.acquisition-contact_privacy label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.acquisition-contact_privacy label input {
	margin: 0 12px 0 0;
	width: 1.8rem;
	height: 1.8rem;
}

.acquisition-contact_privacy_check label input{
  cursor: pointer;
}

.acquisition-contact_button {
	display: flex;
  flex-direction: column;
  row-gap: 20px;
	margin: 50px 0 80px;
}

.acquisition-contact_button input:hover{
  opacity: 0.5;
  cursor: pointer;
}

.acquisition-contact_button input{
  width: 100%;
}

.button_reset,
.button_back {
	width: 48%;
  border: 1px solid #666666!important;
  background: none;
	padding: 20px 1em;
}

.button_confirm,
.button_send {
	width: 48%;
	background: #feefd8;
	padding: 20px 1em;
  border: 1px solid #666666!important;
}

.contact_totop a {
	color: #0071bc;
	text-decoration: underline;
  font-size: 2rem;
  display: inline-block
}

.contact_totop a:hover{
  opacity: 0.5;
}

span.req{
  background: #c1272d;
  color: #fff;
  padding: 0 4px;
  font-size: 1.2rem;
}

.acquisition-contact_form {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.acquisition-contact_form > p{
  text-align: center;
  padding-top: 20px;
  color: #c1272d;
}

.acquisition-contact_form p.acquisition-contact_text{
  color: #1A1A1A;
}

.acquisition-contact_form p.acquisition-contact_text,
.acquisition-contact_form p.contact_totop{
  padding-top: 40px;
}

#acquisition-contact_thanks article{
  margin-bottom: 64px;
}

::placeholder {
  color: #cccccc!important;
}

select option{
  color: #1A1A1A!important;
}

select.is-empty {
  color: #cccccc;
}

select:invalid {
  color: #cccccc;
}

/* IE以外のブラウザ用の設定 */
select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}

/* IE用の設定 */
select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}

.form-select-icon {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #000;
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  color: #1A1A1A;
  right: 20px;
  top: 25px
}



@media print, screen and (min-width:550px) {
  .acquisition-contact_button {
    flex-direction: row;
    justify-content: space-evenly;
    column-gap: 20px;
  }

  .acquisition-contact_button input{
    max-width: 360px;
    width: 100%;
  }
}

@media print, screen and (min-width:768px) {
  .acquisition-detail-contents{
    margin: 0 auto 150px;
  }

  .acquisition-detail-contents ul li{
    column-gap: 2%;
    flex-direction: row;
  }

  .acquisition-detail-contents ul li p:first-child{
    padding-left: 40px;
    width: 20%;
  }

  .acquisition-detail-contents ul li p:last-child{
    width: 78%;
  }

  .acquisition-detail-contents > p{
    padding-bottom: 80px;
  }

  .acquisition-contact_form{
    width: 95%;
    max-width: 1200px;
    margin: 80px auto;
  }

  #acquisition-contact_thanks article{
    margin-bottom: 150px;
  }
}

@media print, screen and (min-width:960px) {

  .contact_text {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    margin: 100px auto 0;
    line-height: 1.75;
    text-align: center;
  }

  #acquisition-contact_confirm .contact_text,
  #acquisition-contact_send .contact_text {
    margin-top: 90px;
  }

  .contact_text + .contact_text {
    margin-top: 40px;
  }

  #acquisition-contact_confirm .contact_form,
  #acquisition-contact_send .contact_form {
    margin-top: 100px;
  }

  .form_area {
    width: 90%;
    max-width: 1120px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .form_area dt {
    width: 220px;
    padding-top: 1rem;
  }

  .form_area dd {
    width: calc(100% - 254px);
    margin-top: 0;
  }

  .form_area dd + dt + dd {
    margin-top: 14px;
  }


  .form_area input[type="text"],
  .form_area textarea,
  .form_area select {
  }

  .form_area textarea {
    height: 266px;
  }

  #acquisition-contact_confirm .form_area dt {
    padding: 0.8em 0;
  }

  #acquisition-contact_confirm .form_area dd {
    padding: 0.8em 1em;
  }

  .acquisition-contact_privacy {
    margin: 74px auto 0;
    max-width: 1120px;
    width: 90%;
    padding: 50px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact_privacy_check {
    width: 100%;
    max-width: 812px;
    padding: 22px 0;
    margin-top: 25px;
  }

  .acquisition-contact_privacy label input {
    margin: 0 25px 0 0;
    width: 24px;
    height: 24px;
  }

  .acquisition-contact_button {
    margin: 130px auto 150px;
    max-width: 1120px;
    width: 90%;
  }

  .button_reset,
  .button_back {
    width: 46.07%;
    padding: 20px 1em;
  }

  .button_confirm,
  .button_send {
    width: 46.07%;
    padding: 16px 1em;
  }

}

/* ---------------------------------acquisitionここまで--------------------------------- */














/* ---------------------------------aboutここから--------------------------------- */
#top-message,
#profile,
#group-profile,
#history,
#group-company{
  scroll-margin-top: 100px;
}

.br-none02{
  display: none;
}

.about-contents-top,
#about-contents,
#top-message,
#profile,
#group-profile,
#history,
#group-company{
  margin-bottom: 64px;
}

.about-contents-top h2{
  font-size: 3.2rem;
  padding-bottom: 20px;
}

.about-contents-top h3{
  font-size: 2.4rem;
  padding-bottom: 20px;
  line-height: 1.2;
}

.about-contents-top ul{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  row-gap: 40px;
}

.about-contents-top ul li figure{
  display: grid;
  place-items: center;
}

.about-contents-top ul li figure img{
  width: 80%;
}

.about-contents-top ul li p{
  line-height: 1.8;
  font-size: 1.6rem;
}

.about-contents-bottom ul{
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 40px;
  width: 100%;
}

.about-contents-bottom ul li{
  width: 50%;
  position: relative;
}

.about-contents-bottom ul li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 48px;
  border-right: 2px solid #e50012;
  transform: rotate( 10deg)
}

.about-contents-bottom ul li:nth-of-type(2)::after,
.about-contents-bottom ul li:nth-of-type(4)::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 48px;
  border-right: 2px solid #e50012;
  transform: rotate( 10deg)
}

.about-contents-bottom ul li:last-child::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 48px;
  border-right: 2px solid #e50012;
  transform: rotate( 10deg)
}


.about-contents-bottom ul li a{
  padding: 0 10px;
}

.about-contents-bottom ul li a:hover{
  opacity: 0.5;
}

.about-contents-bottom ul li a h4{
  font-size: 1.6rem;
  text-align: center;
} 

.about-contents-bottom ul li a p{
  font-size: 1.4rem;
  color: #999999;
  text-align: center;
}

.about-contents-bottom ul li a p span{
  color: #999999;
}

.top-message-contents {
  background: rgb(230,230,230);
  background: linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  padding-top: 40px;
}

.top-message-contents-inner h2 {
  font-size: 2.4rem;
  color: #1A1A1A;
  display: table;
  margin: 0 auto;
}

.top-message-contents-inner ul{
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
}

.top-message-contents-inner ul li {
  width: 100%;
}

.top-message-contents-inner ul li:first-child {
  align-self: flex-end;
}

.top-message-contents-inner ul li p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}

.top-message-contents-inner ul li:last-child figure img {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
}

.top-message-contents-inner ul li:first-child figure img{
  max-width: 600px;
  width: 100%;
}

.br-none03{
  display: none;
}

.profile-top{
  max-width: 880px;
  width: 95%;
  margin: 0 auto;
}

.profile-top table{
  width: 100%;
}

.profile-top table {
	border-collapse: collapse;
}

.profile-top table td{
	border: 1px solid #595959;
  border-bottom: none;
	border-collapse: collapse;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
}

.profile-top table th {
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	border-collapse: collapse;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
  padding: 16px;
}

.profile-top table td ul{
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  width: 100%;
}

.profile-top table td ul li:first-child{
  width: 65%;
}

.profile-top table td ul li:last-child{
  width: 32%;
}

.profile-top table td a{
  display: inline-block;
  color: #0071bc;
  text-decoration: underline;
}

.profile-top table td a:hover{
  opacity: 0.5;
}

.profile-top table tr:last-child td{
  text-align: center;
  border-bottom: 1px solid #595959;
}

.profile-top table tr{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.profile-bottom ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  max-width: 880px;
  width: 95%;
  margin: 40px auto;
}

.profile-bottom ul li:first-child p{
  font-size: 1.6rem;
}

.profile-bottom ul li:first-child{
  padding: 0 40px;
}

.profile-bottom ul li:last-child p{
  font-size: 1.6rem;
  line-height: 1.8;
}

.profile-bottom ul li:last-child p a{
  display: inline-block;
  color: #0071bc;
  text-decoration: underline;
}

.profile-bottom ul li:last-child p a:hover{
  opacity: 0.5;
}

.history-inner{
  max-width: 880px;
  width: 95%;
  margin: 0 auto;
}

.history-contents-block{
  margin-bottom: 20px;
}

.history-contents-block > ul{
  display: flex;
  align-items: baseline;
  row-gap: 10px;
  flex-direction: column;
  padding: 10px;
  background: #F7F7F7;
  width: 100%;
}

.history-contents-block ul li ul{
  display: flex;
  flex-direction: column;
}

.history-contents-block ul li ul li{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2%;
}

.history-contents-block ul li span.history-contents-month,
.history-contents-block ul li span.history-contents-month02{
  color: #7d7d7d;
  font-size: 1.6rem;
  white-space: nowrap;
  width: 40px;
  text-align: right;
}

.history-contents-block ul li p.history-contents-detail > a{
  display: inline-block;
  color: #0071bc;
}

.history-contents-block ul li p.history-contents-detail > a:hover{
  opacity: 0.5;
}

.history-inner > #ac-menu{
  scroll-margin-top: 100px;
}

.history-contents-block ul li p.history-contents-detail,
.history-contents-block ul li p.history-contents-detail02{
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 400;
  width: 91%;
}

.history-contents-block ul li p.history-contents-detail:last-child,
.history-contents-block ul li p.history-contents-detail02:last-child{
  margin-bottom: 0;
}

.history-contents-block ul li h4.history-contents-date,
.history-contents-block ul li h4.history-contents-date02{
  color: #7d7d7d;
  font-size: 1.8rem;
  white-space: nowrap;
}

.history-contents > p {
  font-size: 1.8rem;
  padding: 10px;
  background: #cbc8c8;
  margin-bottom: 20px;
}

#ac-menu{
  margin-top: 64px;
}

#ac-menu .label {
  cursor:pointer;
  font-size: 1.8rem;
  padding: 10px;
  position: relative;
  transition: .5s;
  background: #cbc8c8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ac-menu .label p:last-child{
  margin-right: 10%;
  font-size: 1.6rem;
}

#ac-menu .label:hover {
  opacity: 0.5;
}

#ac-menu .label::after {
  content: '→';
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(50%);
}

#ac-menu .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

#ac-menu .label.open::before {
  opacity: 0;
}

#ac-menu .label.open::after {
  transform: rotate(-90deg);
  top: 22%;
  position: absolute;
}

#ac-menu .history-contents{
  padding-top: 20px;
  display: none;
}

.group-profile-contents{
  margin-bottom: 80px;
}

.group-profile-contents:last-child{
  margin-bottom: 0;
}

.group-profile-contents table{
  max-width: 880px;
  width: 95%;
  margin: 0 auto;
}

.group-profile-contents table tr:first-child th{
  background: #f9f9f9;
  border: 1px solid #595959;
  writing-mode: vertical-rl;
  vertical-align: middle;
  width: 80px;
}

.group-profile-contents table tbody{
  border: 1px solid #595959;
}

.group-profile-contents table,
.group-profile-contents td,
.group-profile-contents th {
	border-collapse: collapse;
  font-size: 1.6rem;
}

.group-profile-contents th.table-title {
  width: 100%;
  padding: 0 20px;
}

.group-profile-contents td{
  padding: 4px 20px 0 20px;
  width: 100%;
}

.group-profile-contents td a{
  color: #0071bc;
}

.group-profile-contents td a:hover{
  opacity: 0.5;
}

.group-profile-contents .map{
  margin-top: 40px;
}

.group-profile-contents table tr:nth-of-type(n+3){
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.group-profile-contents table tr:last-child{
  margin-bottom: 40px;
}

.group-profile-contents table tbody  tr.pc{
  display: none;
}

.group-profile-contents table tbody  tr.sp{
  display: table-row;
  background: #f9f9f9;
  border-bottom: 1px solid #595959;
}

.group-profile-contents table tbody  tr.sp th{
  padding: 20px;
}

.group-company-inner > p{
  display: table;
  margin: 0 auto 40px;
  font-size: 1.6rem;
}

.group-company-top{
  background: #fafafa;
  padding: 20px;
  border-left: 2px solid #e50012;
  margin-bottom: 20px;
}

.group-company-contents h4 figure{
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
  width: 50%;
}

.group-company-contents h4 figure img{
  max-height: 90px;
}

.group-company-contents h4 figure figcaption{
  font-size: 1.6rem;
  white-space: nowrap;
}

.group-company-contents > ul{
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
}

.group-company-contents ul li{
  width: 100%;
}

.group-company-contents ul li:first-child .img-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}

.group-company-contents ul li:first-child figure img.group-company-main-img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.group-company-contents ul li:first-child figure{
  width: 100%;
}

.group-company-contents > ul > li > p{
  line-height: 2;
}

.group-company-contents:last-child{
  margin-bottom: 0;
}

.group-company-contents ul li ul li{
  display: flex;
  flex-direction: row;
  align-items: baseline;
  column-gap: 20px;
  width: 100%;
}

.group-company-contents ul li ul li{
  margin-bottom: 8px;
}

.group-company-contents ul li ul li > p:first-child{
  width: 20%;
  font-size: 1.6rem;
}

.group-company-contents ul li ul li > p:last-child{
  width: 80%;
  font-size: 1.4rem;
}

.group-company-contents ul li ul li p a{
  text-decoration: underline;
  color: #0071bc;
  display: inline-block;
}

.group-company-contents ul li ul li p a:hover{
  opacity: 0.5;
}

.brand-story-contents{
  width: 100%;
}

.brand-story-ceo{
  width: 80%;
}

.brand-story-contents .main-title{
  font-size: 1.8rem;
  font-weight: bold;
}

.brand-story-contents .sub-title{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0;
}

.brand-story-contents .main-text{
  font-size: 1.6rem;
  font-weight: 400;
}

.brand-story{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.brand-story-title{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px 2%;
}

.brand-story-item {
  background: #F7F7F7;
  padding: 10px 32px;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.group-company-contents{
  margin-bottom: 64px;
}

@media print, screen and (min-width:430px) {
  .br-none02{
    display: block;
  }

  .group-profile-contents{
    margin-bottom: 100px;
  }

  .about-contents-top ul li figure{
    display: block;
  }
  
  .about-contents-top ul li figure img{
    width: 100%;
  }
}

@media print, screen and (min-width:550px) {
  .top-message-contents-inner ul li:last-child figure img {
    max-width: 240px;
  }
}

@media print, screen and (min-width:550px) {
  .about-contents-top h2{
    font-size: 4.8rem;
    padding-bottom: 40px;
  }
  
  .about-contents-top h3{
    font-size: 3.2rem;
    padding-bottom: 40px;
  }

  .top-message-contents-inner h2 {
    font-size: 3.2rem;
  }

  .profile-top table th {
    width: 160px;
    border-right: none;
    padding: 16px 40px;
  }

  .profile-top table td {
    padding: 16px 40px;
  }

  .profile-top table tr{
    flex-direction: row;
  }

  .profile-bottom ul{
    flex-direction: row;
    align-items: initial;
  }

  .group-profile-contents table tr:nth-of-type(n+3){
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
  }

  .group-profile-contents th.table-title {
    width: 20%;
    padding: 20px;
  }
  
  .group-profile-contents td{
    width: 75%;
    padding: 20px;
  }

  .group-profile-contents table tr:last-child{
    margin-bottom: 0;
  }

  .group-profile-contents table tbody tr.pc{
    display:table-row;
  }

  .group-profile-contents table tbody tr.sp{
    display: none;
  }

  .group-company-contents h4 figure{
    column-gap: 40px;
  }

  .group-company-top{
    padding: 40px;
  }

  .history-contents-block ul{
    flex-direction: row;
    gap: 20px;
  }

  .history-contents-block > ul > li:first-child{
    width: 7%
  }

  .history-contents-block > ul > li:last-child{
    width: 91%;
  }
}

@media print, screen and (min-width:768px) {
  .about-contents-top,
  #about-contents,
  #top-message,
  #profile,
  #group-profile,
  #history,
  #group-company{
    margin-bottom: 150px;
  }

  .about-contents-top ul{
    flex-direction: row;
    justify-content: space-between;
    column-gap: 40px;
  }

  .top-message-contents {
    padding-top: 80px;
  }

  .top-message-contents-inner ul {
    justify-content: space-between;
    flex-direction: row;
    column-gap: 20px;
  }

  .top-message-contents-inner ul li {
    width: 49%;
  }

  .group-company-inner > p{
    margin: 0 auto 80px;
  }

  .group-company-contents{
    margin-bottom: 100px;
  }

  .group-company-top{
    margin-bottom: 40px;
  }

  .group-company-contents > ul{
    flex-direction: row;
    justify-content: space-between;
    column-gap: 40px;
  }

  .group-company-contents:nth-of-type(odd) ul{
    flex-direction: row-reverse;
  }

  .brand-story{
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
  }

  .brand-story-title{
    flex-direction: row;
    align-items: center;
  }

  .brand-story-item {
    width: auto;
    text-align: center;
  }

  .brand-story-ceo figure img{
    object-fit: cover;
    aspect-ratio: 1;
    width: 100%;
  }

  .brand-story-ceo{
    width: 40%;
  }
}

@media print, screen and (min-width:1024px){
  .about-contents-bottom ul{
    justify-content: space-evenly;
    flex-wrap: initial;
  }

  .about-contents-bottom ul li{
    width: 25%;
  }

  .about-contents-bottom ul li:nth-of-type(2)::after{
    display: none;
  }

  .top-message-contents h2 {
    font-size: 4rem;
  }

  .br-none03{
    display: block;
  }

  .br-none03{
    display: block;
  }

  .group-company-contents ul li{
    width: 49%;
  }

  .top-message-contents-inner ul{
    justify-content: flex-start;
  }

  .top-message-contents-inner ul li:last-child{
    width: fit-content;
  }
}
/* ---------------------------------aboutここまで--------------------------------- */






















/* ---------------------------------philosophyここから--------------------------------- */
#mission,
#vision,
.philosophy,
#philosophy-contents{
  margin-bottom: 64px;
}

.philosophy-title h2,
.m-and-a-title h2,
.acquisition-detail-title h2{
  font-size: 2rem;
  padding: 20px;
  background: #fafafa;
  border-left: 1px solid #e50012;
}

.philosophy-title,
.m-and-a-title,
.acquisition-detail-title{
  margin-bottom: 40px;
}

#philosophy .mission-inner .contents-title02,
#philosophy .vision-inner .contents-title02,
#philosophy .philosophy-inner .contents-title02 {
  margin-bottom: 40px;
}

.mission-inner ul,
.vision-inner ul,
.philosophy-inner > ul{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 40px;
}

.mission-inner ul li,
.vision-inner ul li,
.philosophy-inner > ul li{
  width: 100%;
  position: relative;
} 

.mission-inner ul li figure figcaption,
.vision-inner ul li figure figcaption,
.philosophy-inner > ul li figure figcaption{
  text-align: center;
  padding-top: 10px;
}

.mission-inner ul li figure,
.vision-inner ul li figure,
.philosophy-inner > ul li figure{
  width: 100%;
  margin-left: 0;
}

.mission-inner h4{
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.mission-inner > p,
.vision-inner > p{
  font-size: 1.6rem;
}

.philosophy-inner > p:nth-of-type(1),
.philosophy-inner ul li ul{
  margin-bottom: 20px;
}

.philosophy-inner ul li ul{
  margin-top: 20px;
}

.philosophy-inner ul li ul li:first-child{
  margin-bottom: 20px;
}

.philosophy-inner ul li ul li:nth-of-type(n+2):nth-of-type(-n+4){
  margin-bottom: 20px;
}

.philosophy-inner ul li ul li:nth-of-type(n+2):nth-of-type(-n+5){
  list-style-type: none;
	counter-increment: cnt;
  display: flex;
  padding-left: 20px;
}

.philosophy-inner ul li ul li:nth-of-type(n+2):nth-of-type(-n+5)::before{
  content: "(" counter(cnt) ")";
  vertical-align: top;
  font-size: 1.6rem;
}

.contents-background{
  background: rgba(255, 255, 255, .5);
  padding: 20px 0;
  margin-left: 0
}

.philosophy-attached-inner {
  background: #fafafa;
  padding: 40px 20px;
}

.philosophy-attached-inner-top{
  margin-bottom: 40px;
}

.philosophy-attached-inner-top ul li h2{
  font-size: 2rem;
  border-left: 8px solid #e50012;
  padding-left: 8px;
}

.philosophy-attached-inner-top ul li p{
  padding-left: 16px;
  font-size: 1.6rem;
}

.philosophy-attached-inner-top ul li:nth-of-type(n+1):nth-of-type(-n+2){
  margin-bottom: 40px;
}

.philosophy-attached-inner-center{
  margin-bottom: 40px;
}

.philosophy-attached-inner-center p{
  font-size: 1.6rem;
}

.philosophy-attached-inner-bottom{
  max-width: 600px;
  width: 95%;
  margin: 0 auto;
  border: 1px solid #333333;
  padding: 20px;
}

.philosophy-attached-inner-bottom h3{
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.philosophy-attached-inner-bottom p{
  font-size: 1.6rem;
}

.philosophy-attached-inner-bottom p:last-child{
  text-decoration: underline;
}

.mission-inner ul li figure, 
.vision-inner ul li figure, 
.philosophy-inner > ul li figure {
  text-align: -webkit-center;
}

@media print, screen and (min-width:550px){
  .philosophy-title h2,
  .m-and-a-title h2,
  .acquisition-detail-title h2{
    padding: 40px;
  }

  .philosophy-attached-inner-bottom h3{
    padding-bottom: 40px;
  }

  .philosophy-attached-inner-bottom{
    padding: 40px;
  }

  .philosophy-attached-inner {
    padding: 80px 40px;
  }
}


@media print, screen and (min-width:768px){
  .philosophy-title h2,
  .m-and-a-title h2,
  .acquisition-detail-title h2{
    padding: 64px 80px;
    font-size: 2.4rem;
  }

  .philosophy-title,
  .m-and-a-title,
  .acquisition-detail-title{
    margin-bottom: 80px;
  }

  #mission,
  #vision,
  .philosophy,
  #philosophy-contents{
    margin-bottom: 150px;
  }
  
  .philosophy-attached-inner {
    padding: 150px 80px;
  }

}

@media print, screen and (min-width:1024px){
  .philosophy-title h2,
  .m-and-a-title h2,
  .acquisition-detail-title h2{
    padding: 64px 100px;
    font-size: 2.8rem;
  }

  .mission-inner ul,
  .philosophy-inner > ul{
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  .vision-inner ul{
    justify-content: space-between;
    flex-direction: row-reverse ;
    align-items: center;
    width: 100%;
  }

  .mission-inner ul li:first-child,
  .vision-inner ul li:first-child,
  .philosophy-inner > ul > li:first-child{
    width: 45%;
    z-index: -100;
    margin-top: 80px;
  } 

  .mission-inner ul li:last-child,
  .vision-inner ul li:last-child,
  .philosophy-inner > ul > li:last-child{
    width: 55%;
    z-index: 100;
  } 

  .mission-inner ul li figure img,
  .philosophy-inner > ul li figure img{
    margin: 0;
  }

  .contents-background {
    margin-left: -20px;
    padding: 20px 40px;
  }

  .vision-inner .contents-background {
    margin-right: -20px;
  }

  .vision-inner ul li figure img{
    margin-right: 0;
  }

  .mission-inner ul li figure, 
  .vision-inner ul li figure, 
  .philosophy-inner > ul li figure {
    text-align: initial;
  }
}

/* ---------------------------------philosophyここまで--------------------------------- */
















/* ---------------------------------m-and-aここから--------------------------------- */
#m-and-a-contents{
  margin-bottom: 64px;
}

.m-and-a-contents-inner h3{
  font-size: 1.8rem;
  border-left: 8px solid #e50012;
  margin-bottom: 40px;
  padding-left: 10px;
  font-weight: bold;
}

.m-and-a-contents-inner h4{
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.m-and-a-contents-inner > p{
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media print, screen and (min-width:768px) {
  #m-and-a-contents{
    margin-bottom: 150px;
  }
}

/* ---------------------------------m-and-aここまで--------------------------------- */




















/* ---------------------------------conceptここから--------------------------------- */

#concept-contents,
.concept-contents-center{
  margin-bottom: 64px;
}

.concept-contents-top{
  position: relative;
  margin-bottom: 60%;
}

#concept-contents{
  position: relative;
}

#concept-contents > figure{
  position: absolute;
  top: -5%;
  right: 0;
  z-index: -100000;
}

#concept-contents > figure img{
  opacity: 0.8;
}

.concept-contents-top .animation_box h2{
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}

/*============== アニメーション ===============*/
.animation_box {
  animation: fadeIn 2s ease 1s 1 normal backwards;
  margin-bottom: 40px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*============== アニメーション ===============*/



.concept-contents-top h3{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

/*============== タイピング ===============*/
.TextTyping01 span,
.TextTyping02 span{
  display: none;
}

.TextTyping01::after,
.TextTyping02::after {
  content: "";
  animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}
/*============== タイピング ===============*/

.concept-contents-center ul{
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  row-gap: 40px;
}

.concept-contents-center ul li h4{
  font-size: 2.8rem;
  padding-bottom: 40px;
}

.concept-contents-center ul li p{
  font-size: 1.8rem;
  font-weight: 400;
}

.concept-contents-center ul li figure{
  display: grid;
  place-items: center;
}

.concept-contents-center ul li figure img{
  width: 80%;
}

.concept-contents-bottom{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}

.concept-contents-bottom a{
  max-width: 500px;
  width: 100%;
  text-align: center;
  border: 1px solid #666666;
  padding: 16px;
}

.concept-contents-bottom a:hover{
  opacity: 0.5;
}

@media print, screen and (min-width:430px) {
  .concept-contents-top h3{
    font-size: 5.6rem;
  }

  .concept-contents-top .animation_box h2{
    font-size: 6.4rem;
  }

  .concept-contents-top{
    margin-bottom: 70%;
  }

  .concept-contents-center ul li figure{
    display: block;
  }
  
  .concept-contents-center ul li figure img{
    width: 100%;
  }
}

@media print, screen and (min-width:768px) {
  .concept-contents-center ul{
    justify-content: space-between;
    flex-direction: row;
    column-gap: 40px;
  }

  #concept-contents,
  .concept-contents-center{
    margin-bottom: 150px;
  }

  .concept-contents-top{
    margin-bottom: 50%;
  }

  .concept-contents-bottom{
    justify-content: space-between;
    column-gap: 40px;
    flex-direction: row;
  }

  .animation_box {
    margin-bottom: 64px;
  }

  .concept-contents-top .animation_box h2{
    font-size: 8.8rem;
  }

  #concept-contents > figure{
    top: -16%;
    right: 7%;
  }
}

/* ---------------------------------conceptここまで--------------------------------- */



















/* ---------------------------------irここから--------------------------------- */

#adobe-reader{
  margin-bottom: 64px;
}

.adobe-reader-inner{
  display: flex;
  padding: 2rem;
  border: 1px solid #1A1A1A;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.adobe-reader-inner a:hover{
  opacity: 0.5;
}

.adobe-reader-inner a figure img{
  max-width: 160px;
  width: 100%;
}

.adobe-reader-inner p{
  font-size: 1.6rem;
}

@media print, screen and (min-width: 550px){
  .adobe-reader-inner {
      justify-content: space-between;
      column-gap: 40px;
      flex-direction: row;
  }
}

@media print, screen and (min-width: 768px){
  #adobe-reader{
      margin-bottom: 150px;
  }
}

/* ---------------------------------irここまで--------------------------------- */






















/* ---------------------------------privacyここから--------------------------------- */

.privacy-title h2{
  font-size: 2rem;
  padding: 20px;
  background: #fafafa;
  border-left: 1px solid #e50012;
}

.privacy-title,
.privacy-contents-inner h3{
  margin-bottom: 40px;
}

.privacy-contents-inner h3{
  font-size: 1.8rem;
}

.privacy-contents-block h4{
  font-size: 1.8rem;
  border-left: 8px solid #e50012;
  margin-bottom: 20px;
  padding-left: 10px;
}

.privacy-contents-block p{
  font-size: 1.6rem;
}

.privacy-contents-block,
#privacy-contents{
  margin-bottom: 64px;
}

.privacy-contents-block:nth-of-type(n+8){
  margin-bottom: 0!important;
}

.privacy-contents-block a{
  display: inline-block;
  text-decoration: underline;
  color: #0071bc;
}

.privacy-contents-block a:hover{
  opacity: 0.5;
}

.privacy-contents-block ol{
  list-style-type: decimal;
  list-style-position: inside;
}

.privacy-contents-block ol li{
  padding-left: 1.6rem;
  text-indent: -1.6rem;
  padding-bottom: 20px;
}

.privacy-contents-block ol li:last-child{
  padding-bottom: 0;
}

.privacy-contents-block:nth-of-type(n+8) p{
  margin-top: 20px;
}

.privacy-contents-block:nth-of-type(3) p{
  margin-bottom: 20px;
}

.privacy-contents-inner > p{
  font-size: 1.8rem;
  margin-top: 40px;
  text-align: right;
}

@media print, screen and (min-width:550px){
  .privacy-title h2{
    padding: 40px;
  }
}

@media print, screen and (min-width:768px){
  .privacy-title h2{
    padding: 64px 80px;
    font-size: 2.4rem;
  }

  .privacy-title,
  .privacy-contents-inner h3{
    margin-bottom: 80px;
  }

  #privacy-contents{
    margin-bottom: 150px;
  }

  .privacy-contents-block{
    margin-bottom: 80px;
  }

  .privacy-contents-inner > p{
    margin-top: 40px;
  }
  
}

@media print, screen and (min-width:1024px){
  .privacy-title h2{
    padding: 64px 100px;
    font-size: 2.8rem;
  }
}

/* ---------------------------------privacyここから--------------------------------- */


















/* ---------------------------------privacyここから--------------------------------- */
.security-title h2{
  font-size: 2rem;
  padding: 20px;
  background: #fafafa;
  border-left: 1px solid #e50012;
}

.security-title,
.security-contents-inner h3{
  margin-bottom: 40px;
}

.security-contents-inner h3{
  font-size: 1.8rem;
}

.security-contents-block h4{
  font-size: 1.8rem;
  border-left: 8px solid #e50012;
  margin-bottom: 20px;
  padding-left: 10px;
}

.security-contents-block p{
  font-size: 1.6rem;
}

.security-contents-block,
#security-contents{
  margin-bottom: 64px;
}

.security-contents-block:nth-of-type(n+5){
  margin-bottom: 0!important;
}

.security-contents-block a{
  display: inline-block;
  text-decoration: underline;
  color: #0071bc;
}

.security-contents-block a:hover{
  opacity: 0.5;
}

.security-contents-inner > p{
  font-size: 1.8rem;
  margin-top: 40px;
  text-align: right;
}

@media print, screen and (min-width:550px){
  .security-title h2{
    padding: 40px;
  }
}

@media print, screen and (min-width:768px){
  .security-title h2{
    padding: 64px 80px;
    font-size: 2.4rem;
  }

  .security-title,
  .security-contents-inner h3{
    margin-bottom: 80px;
  }

  #security-contents{
    margin-bottom: 150px;
  }

  .security-contents-block{
    margin-bottom: 80px;
  }

  .security-contents-inner > p{
    margin-top: 40px;
  }
  
}

@media print, screen and (min-width:1024px){
  .security-title h2{
    padding: 64px 100px;
    font-size: 2.8rem;
  }
}
/* ---------------------------------privacyここまで--------------------------------- */



























/* ---------------------------------contactここから--------------------------------- */

#contact_confirm .contact_text,
#contact_send .contact_text {
	width: 100%;
}

.contact_form {
	width: 94%;
	margin: 40px auto 0;
}

#contact_confirm .contact_form,
#contact_send .contact_form {
	margin-top: 30px;
}

.contact_form > h2 {
  font-size: 1.8rem;
	color: #fff;
  background: #1a1a1a;
	text-align: center;
	padding: 10px 0;
}

#contact_confirm .form_area dd {
	background: #e6e6e6;
	color: #4d4d4d;
	padding: 10px 0.8em;
}

.contact_privacy {
	background: #f2f2f2;
	margin-top: 30px;
	padding: 18px 20px;
}

.contact_privacy p a {
	color: #0071bc;
	text-decoration: underline;
  display: inline-block;
}

.contact_privacy p a:hover{
  opacity: 0.5;
}

.contact_privacy > p{
  display: table;
  margin: 0 auto;
}

.contact_privacy_check {
	background: #fff;
	padding: 16px 0;
	margin-top: 20px;
	text-align: center;
  max-width: 830px;
  width: 100%;
}

.contact_privacy label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.contact_privacy label input {
	margin: 0 12px 0 0;
	width: 1.8rem;
	height: 1.8rem;
}

.contact_privacy_check label input{
  cursor: pointer;
}

.contact_button {
	display: flex;
  flex-direction: column;
  row-gap: 20px;
	margin: 50px 0 80px;
}

.contact_button input:hover{
  opacity: 0.5;
  cursor: pointer;
}

.contact_button input{
  width: 100%;
}

.contact_form {
  width: 95%;
  max-width: 1200px;
  margin: 40 auto 0;
}

.contact_form > p{
  text-align: center;
  padding-top: 20px;
  color: #c1272d;
}

.contact_form p.contact_text{
  color: #1A1A1A;
}

.contact_form p.contact_text,
.contact_form p.contact_totop{
  padding-top: 40px;
}

#contact_thanks article{
  margin-bottom: 64px;
}

.contact-detail-title {
  margin-bottom: 40px;
}

.contact-detail-title h2 {
  font-size: 2rem;
  padding: 20px;
  background: #fafafa;
  border-left: 1px solid #e50012;
}

.contact-detail-contents{
  max-width: 950px;
  width: 95%;
  margin: 0 auto;
}

@media print, screen and (min-width:550px) {
  .contact_button {
    flex-direction: row;
    justify-content: space-evenly;
    column-gap: 20px;
  }

  .contact_button input{
    max-width: 360px;
    width: 100%;
  }

  .contact-detail-title h2 {
    padding: 40px;
  }
}

@media print, screen and (min-width:768px) {
  .contact_form{
    width: 95%;
    max-width: 1200px;
    margin: 80px auto;
  }

  #contact_thanks article{
    margin-bottom: 150px;
  }

  .contact-detail-title {
    margin-bottom: 80px;
  }

  .contact-detail-title h2 {
    padding: 64px 80px;
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width:960px) {
  #contact_confirm .contact_text,
  #contact_send .contact_text {
    margin-top: 90px;
  }

  #contact_confirm .contact_form,
  #contact_send .contact_form {
    margin-top: 100px;
  }

  #contact_confirm .form_area dt {
    padding: 0.8em 0;
  }

  #contact_confirm .form_area dd {
    padding: 0.8em 1em;
  }

  .contact_privacy {
    margin: 74px auto 0;
    max-width: 1120px;
    width: 90%;
    padding: 50px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact_privacy_check {
    width: 100%;
    max-width: 812px;
    padding: 22px 0;
    margin-top: 25px;
  }

  .contact_privacy label input {
    margin: 0 25px 0 0;
    width: 24px;
    height: 24px;
  }

  .contact_button {
    margin: 130px auto 150px;
    max-width: 1120px;
    width: 90%;
  }
}

@media print, screen and (min-width:1024px) {
  .contact-detail-title h2 {
    padding: 64px 100px;
    font-size: 2.8rem;
  }
}

/* ---------------------------------contactここまで--------------------------------- */





























/* ---------------------------------newsここから--------------------------------- */

#news-contents{
  margin-bottom: 64px;
}

.news-contents-inner > ul{
  display: flex;
  gap: 10px 1%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 40px;
}

.news-contents-inner > ul > li{
  width: calc(100% / 2 - 1%);
  background: #f2f2f2;
  padding: 16px;
  color: #666666;
  cursor: pointer;
  text-align: center;
}

.news-contents-inner > ul > li:hover{
  opacity: 0.5;
} 

.news-contents-inner > ul > li.active{
  background: #333333;
}

.news-contents-inner > ul > li.active a{
  color: #fff;
}

.news-contents-inner .news-contents-block a{
  position: relative;
}

.news-contents-inner .news-contents-block a:hover{
  opacity: 0.5;
}

.news-contents-block{
  scroll-margin-top: 80px;
}

.news-contents-inner .news-contents-block{
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-bottom: -1px;
}

.news-contents-inner .news-contents-block a ul{
  display: flex;
  flex-direction: column;
  gap: 20px 2%;
  padding: 20px;
}

.news-contents-inner .news-contents-block a::after{
  content: "";
  display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #1A1A1A;
	border-right: 2px solid #1A1A1A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  position: absolute;
  right: 4px;
  bottom: 46%;
}

.news-contents-inner .news-contents-block a.pdfNo{
  pointer-events: none
}

.news-contents-inner .news-contents-block a.pdfNo::after{
  display: none;
}

.news-contents-inner .news-contents-block a ul li img.news-img{
  max-width: 210px;
  object-fit: contain;
  aspect-ratio: 16/9;
}

.news-contents-inner .news-contents-block a ul li p:first-child{
  display: flex;
  align-items: center;
}

.news-contents-inner .news-contents-block a ul li p span.news-date{
  color: #e50012;
}

.news-contents-inner .news-contents-block a ul li p span.news-category{
  color: #fff;
  background: #666666;
  width: 130px;
  text-align: center;
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: 400;
}

.news-contents-inner .news-contents-block a ul li p.news-contents{
  font-size: 2rem;
  margin: 16px 0;
}

.news-contents-inner .news-contents-block a ul li p.news-text{
  font-weight: 400;
}

.news-contents-inner .news-contents-block a ul li img.imgNo{
  display: none;
}

@media print, screen and (min-width:768px) {
  .news-contents-inner > ul{
    margin-bottom: 80px;
    flex-wrap: initial;
  }

  .news-contents-inner > ul > li{
    width: calc(100% / 3 - 1%);
  }

  #news-contents{
    margin-bottom: 150px;
  }

  .news-contents-inner .news-contents-block a ul{
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 20px 80px 20px 20px;
  }

}

/* ================ページャーここから================ */

.pager{
  margin-top: 40px;
}

.pager-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: end;
  gap: 10px 6%;
  padding: 0;
}

.pager-inner li a {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  width: 20px;
}

.pager-inner li a:hover{
  opacity: 0.5;
}

.pager-inner li.active a{
  border-bottom: 2px solid #e50012;
  pointer-events: none;
}

/* .cut{
  display: none;
} */

/* ================ページャーここまで================ */

/* ---------------------------------newsここまで--------------------------------- */





































/* ---------------------------------recruitここから--------------------------------- */

#recruitment,
#recruitment-company{
  scroll-margin-top: 100px;
}

#recruit-link,
#recruitment,
#recruit-top{
  padding-bottom: 64px;
}

.recruit-top-inner{
  max-width: 1250px;
  width: 95%;
  margin: 0 auto;
}

.recruit-link-inner{
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}

.recruit-link-inner ul{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  row-gap: 40px;
}

.recruit-link-inner ul li a{
  text-align: center;
}

.recruit-link-inner ul li a:hover{
  opacity: 0.5;
}

.recruit-link-inner ul li a p{
  font-size: 2rem;
}

.recruit-link-inner ul li a span.bottom,
#recruit-link ul li a span span.montserrat{
  color: #999999;
}

.recruit-link-inner ul li{
  position: relative;
  width: 100%;
}

.recruit-link-inner ul li:first-child::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 64px;
  border-right: 2px solid #e50012;
  transform: rotate( 10deg);
}

.recruit-link-inner ul li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 64px;
  border-right: 2px solid #e50012;
  transform: rotate( 10deg);
}

.recruit-link-inner ul li:last-child::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 64px;
  border-right: 2px solid #e50012;
  transform: rotate( 10deg);
}

#recruitment .recruitment-inner .contents-title02 p span.montserrat{
  color: #e50012;
}

.recruitment-inner > ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px 8%;
  margin-bottom: 80px;
}

.recruitment-inner > ul li h2{
  font-size: 2rem;
  padding-bottom: 20px;
}

.recruitment-inner > ul li p{
  font-size: 1.8rem;
  font-weight: 400;
}

.recruitment-inner .recruitment-contents01{
  margin-bottom: 40px;
  background: #f5f5f5;
  padding: 20px;
}

.recruitment-inner .recruitment-contents02{
  background: #f5f5f5;
  padding: 20px;
}

.recruitment-inner .recruitment-contents01 ul{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.recruitment-inner .recruitment-contents01 ul li:first-child h3,
.recruitment-inner .recruitment-contents02 h3{
  padding-left: 10px;
  border-left: 9px solid #df0012;
  font-size: 1.8rem;
  white-space: nowrap;
}

.recruitment-inner .recruitment-contents01 ul li.recruitmentON01{
  margin-right: 0;
}

.recruitment-inner .recruitment-contents01 ul li.recruitmentON01{
  display: none;
}

.recruitment-inner .recruitment-contents01 ul li.recruitmentOFF01{
  display: block;
}

.recruitment-inner .recruitment-contents01 ul li.recruitmentOFF01{
  width: 100%;
}

.recruitment-inner .recruitment-contents01 ul li.recruitmentOFF01 p{
  font-size: 1.8rem;
  text-align: center;
}

.recruitment-inner .recruitment-contents01 ul li a{
  padding: 10px 40px;
  background: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.recruitment-inner .recruitment-contents01 ul li a:hover{
  opacity: 0.5;
}

.recruitment-inner .recruitment-contents01 ul li a p{
  font-size: 1.8rem;
  color: #fff;
}

.recruitment-inner .recruitment-contents01 ul li a img{
  width: 20px;
}

#recruit .recruitment-contents02 #ac-menu02 .detail {
  display: none;
}

#recruit .recruitment-contents02 .recruitment-contents-detail-date{
  margin-top: 40px;
}

#recruit .recruitment-contents02 #ac-menu02{
  margin-top: 40px;
}

#recruit .recruitment-contents02 #ac-menu02 .label02{
  background: #fff;
  display: block;
  padding: 20px;
  position: relative;
  
}

#recruit .recruitment-contents02 #ac-menu02 .label02 p{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 2rem;
}

#recruit .recruitment-contents02 #ac-menu02 .label02 p:first-child{
  color: #eb6671;
  margin-bottom: 10px;
}

#recruit .recruitment-contents02 #ac-menu02 .label02 p:last-child{
  font-size: 1.6rem;
}

#recruit .recruitment-contents02 #ac-menu02 .label02 p span{
  font-size: 1.2rem;
  border: 1px solid #1A1A1A;
  margin-right: 10px;
  width: 60px;
  text-align: center;
}

#recruit .recruitment-contents02 #ac-menu02 .label02::before{
  content: '＞';
  position: absolute;
  top: 35%;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #cacaca;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transform: rotate(90deg);
}

#recruit .recruitment-contents02 #ac-menu02 .label02.clicked::before{
  content: '×';
  position: absolute;
  top: 35%;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #cacaca;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

#recruit .recruitment-contents02 #ac-menu02 .label02:hover{
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}

#recruit .recruitment-contents02 #ac-menu02 .detail{
  background: #fff;
  padding: 20px;
  padding-bottom: 40px;
  padding-top: 0;
}

#recruit .recruitment-contents02 #ac-menu02 .detail dl{
  display: flex;
  flex-wrap: wrap;
}

#recruit .recruitment-contents02 #ac-menu02 .detail dl dt{
  width: 100%;
  border-top: 1px solid #666666;
  padding: 20px 0 10px;
  font-weight: 400;
}

#recruit .recruitment-contents02 #ac-menu02 .detail dl dd{
  width: 100%;
  border-top: none;
  padding: 0 0 20px;
  font-weight: 400;
}

#recruit .recruitment-contents02 #ac-menu02 .detail dl dt:nth-last-of-type(1){
  border-bottom: none;
}

#recruit .recruitment-contents02 #ac-menu02 .detail dl dd:last-child{
  border-bottom: 1px solid #666666;
}

.recruitment-inner .recruitment-contents02 > ul > li.recruitmentOFF02 {
  display: none;
}

.recruitment-inner .recruitment-contents02 > ul{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.recruitment-inner .recruitment-contents02 > ul > li.recruitmentOFF02{
  width: 100%;
}

.recruitment-inner .recruitment-contents02 > ul > li.recruitmentOFF02 p{
  font-size: 1.8rem;
  text-align: center;
}

.recruitment-contents-attached{
  max-width: 1150px;
  width: 100%;
  margin: 64px auto 44px;
  border: 8px solid #fff;
  padding: 20px;
}

.recruitment-contents-attached > p:nth-of-type(2){
  margin: 20px 0;
  font-weight: 400;
}

.recruitment-contents-attached ul{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 20px;
}

.recruitment-contents-attached ul li{
  width: 100%;
  text-align: center;
}

.recruitment-contents-attached ul li a{
  padding: 10px 0;
  border: 1px solid #1A1A1A;
  height: 100%;
}

.recruitment-contents-attached ul li a:hover{
  opacity: 0.5;
}

.recruitment-contents-attached ul li:first-child a p:nth-of-type(2){
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.recruitment-contents-attached ul li:first-child a p:nth-of-type(2)::before{
  content: "";
  display: inline-block;
  background: url(../img/recruit/tel.svg) no-repeat center center / contain;
  width: 25px;
  height: 25px;
  top: 3px;
  right: 4px;
  position: relative;
}

.recruitment-contents-attached ul li a figure{
  padding: 10px 0;
}

.recruitment-contents-attached ul li a figure img{
  width: 40px;
  display: table;
  margin: 0 auto;
}

.recruitment-company-contents-detail{
  padding-left: 20px;
  border-left: 5px solid #f8cbcf;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.recruitment-company-contents-detail:last-child{
  margin-bottom: 0;
}

.recruitment-company-contents-detail ul.top02{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-bottom: 20px;
}

.recruitment-company-contents-detail ul.top02 li:first-child{
  width: 100%;
}

.recruitment-company-contents-detail ul.top02 li:nth-of-type(n+2){
  width: 100%;
}

.recruitment-company-contents-detail ul.top02 li:nth-of-type(n+2){
  width: 100%;
}

.recruitment-company-contents-detail ul.top02 li:first-child figure img{
  max-height: 90px;
}

.recruitment-company-contents-detail ul.top02 li h4{
  font-size: 2rem;
  margin-bottom: 20px;
}

.recruitment-company-contents-detail ul.top02 li p{
  font-weight: 400;
}

.recruitment-company-contents-detail ul.bottom02{
  display: flex;
  flex-direction: column;
  gap: 40px 2%;
  background: #f5f5f5;
  padding: 20px;
}

.recruitment-company-contents-detail ul.bottom02 li{
  width: 100%;
}

.recruitment-company-contents-detail ul.bottom02 li:first-child .mynav{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.recruitment-company-contents-detail ul.bottom02 li:first-child .mynav a:hover{
  opacity: 0.5;
}

.recruitment-company-contents-detail ul.bottom02 li:first-child .mynav a figure img{
  max-width: 300px;
  width: 100%;
}

.recruitment-company-contents-detail ul.bottom02 li > p{
  padding-left: 10px;
  border-left: 9px solid #df0012;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.recruitment-company-contents-detail ul.bottom02 li:first-child .recruitmentOFF03 a{
  display: inline-block;
  margin-top: 2%;
  word-break: break-all;
}

.recruitment-company-contents-detail ul.bottom02 li:first-child .recruitmentOFF03 a::after{
  display: inline-block;
  content: "";
  background: url(../img/recruit/recruitment-mark02.svg) no-repeat center center / contain;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  padding-left: 12px;
}

.recruitment-company-contents-detail ul.bottom02 li:first-child .recruitmentOFF03 a:hover{
  opacity: 0.5;
}

.recruitment-company-contents-detail ul.bottom02 li:first-child p.recruitmentOFF03{
  font-size: 1.6rem;
  margin-top: 6%;
  padding-left: 0;
  border-left: none;
  margin-bottom: 0;
}

.recruitment-company-contents-detail ul.bottom02 li:last-child p.recruitmentOFF04{
  font-size: 1.6rem;
  margin-top: 6%;
  padding-left: 0;
  border-left: none;
  margin-bottom: 0;
}

.recruitment-company-contents-detail ul.bottom02 li:last-child a{
  display: inline-block;
  margin-top: 2%;
  word-break: break-all;
}

.recruitment-company-contents-detail ul.bottom02 li:last-child a::after{
  display: inline-block;
  content: "";
  background: url(../img/recruit/recruitment-mark02.svg) no-repeat center center / contain;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  padding-left: 12px;
}

.recruitment-company-contents-detail ul.bottom02 li:last-child a:hover{
  opacity: 0.5;
}

#recruitment-company{
  padding-bottom: 64px;
}

#recruit .recruit .bread{
  margin-bottom: 64px;
}

@media print, screen and (min-width:430px) {
  #recruit .recruitment-contents02 #ac-menu02 .label02::before,
  #recruit .recruitment-contents02 #ac-menu02 .label02.clicked::before{
    top: 32%;
  }

  #recruit .recruitment-contents02 #ac-menu02 .label02 p{
    align-items: center;
    flex-direction: row;
  }

  #recruit .recruitment-contents02 #ac-menu02 .label02 p:first-child{
    margin-bottom: 0;
  }

  .recruitment-contents-attached{
    padding: 20px 40px;
  }

  .recruitment-contents-attached{
    width: 95%;
  }

  .recruitment-company-contents-detail ul.top02 li:nth-of-type(n+2){
    width: 49%;
  }
}

@media print, screen and (min-width:500px) {
  .recruitment-inner .recruitment-contents01 ul{
    flex-direction: row;
    align-items: center;
  }
  
  .recruitment-inner .recruitment-contents01 ul li.recruitmentON01{
    margin-right: 40px;
  }

  .recruitment-inner .recruitment-contents01 ul li.recruitmentOFF01{
    width: 60%;
  }

  .recruitment-inner .recruitment-contents01 ul li.recruitmentOFF01 p{
    text-align: left;
  }

  #recruit .recruitment-contents02 #ac-menu02 .label02 p{
    font-size: 2.4rem;
  }

  #recruit .recruitment-contents02 #ac-menu02 .label02 p:last-child{
    font-size: 1.8rem;
  }

  .recruitment-inner .recruitment-contents02 > ul{
    flex-direction: row;
    align-items: center;
  }

  .recruitment-inner .recruitment-contents02 > ul > li.recruitmentOFF02{
    width: 60%;
  }

  .recruitment-inner .recruitment-contents02 > ul > li.recruitmentOFF02 p{
    text-align: left;
  }
}

@media print, screen and (min-width:640px) {
  .recruit-link-inner ul li{
    width: calc(100% / 2);
  }

  .recruit-link-inner ul li:first-child::after{
    display: none;
  }

  .recruitment-contents-attached ul{
    flex-direction: row;
  }

  .recruitment-contents-attached ul li{
    width: calc(100% / 2 - 2%);
  }
}

@media print, screen and (min-width:768px) {
  #recruit-link,
  #recruitment,
  #recruit-top{
    padding-bottom: 150px;
  }

  .recruitment-inner > ul{
    flex-direction: row;
  }

  #recruit .recruitment-contents02 .recruitment-contents-detail-date{
    margin-top: 80px;
  }

  #recruit .recruitment-contents02 #ac-menu02 .detail dl dt{
    width: 15%;
    padding: 20px 0;
  }

  #recruit .recruitment-contents02 #ac-menu02 .detail dl dd{
    width: 85%;
    border-top: 1px solid #666666;
    padding: 20px 0;
  }

  #recruit .recruitment-contents02 #ac-menu02 .detail dl dt:nth-last-of-type(1){
    border-bottom: 1px solid #666666;
  }

  .recruitment-contents-attached{
    margin: 150px auto 130px;
  }

  .recruitment-contents-attached > p:nth-of-type(2){
    margin: 40px 0;
  }

  .recruitment-contents-attached {
    padding: 40px 80px;
  }

  .recruitment-company-contents-detail{
    padding-left: 80px;
  }

  .recruitment-company-contents-detail ul.bottom02 li{
    width: calc(100% / 2 );
  }

  #recruitment-company{
    padding-bottom: 150px;
  }

  .recruitment-company-contents-detail ul.bottom02{
    flex-direction: row;
  }

  .recruitment-company-contents-detail ul.bottom02 li:first-child .mynav a figure img{
    max-width: 245px;
    width: 100%;
  }

  .recruitment-company-contents-detail{
    padding-left: 40px;
  }

  .recruitment-company-contents-detail ul.top02{
    flex-wrap: nowrap;
  }

  .recruitment-company-contents-detail ul.top02 li:first-child{
    width: auto;
  }

  .recruitment-company-contents-detail ul.top02 li:nth-of-type(n+2){
    width: auto;
  }

  .recruitment-company-contents-detail{
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width:1024px) {
  .recruitment-company-contents-detail ul.bottom02 {
    padding: 20px 40px;
  }
}

/* ---------------------------------recruitここまで--------------------------------- */
