@charset "UTF-8";


/* mobile / tate */
/* ---------------------------------------- */

/* common */
main {
  margin: 0;
  padding: 0;
  width: 100%;
}
.section-wrapper {
  background: #fff;
}
/*　 main size reset 　*/
/* ---------------------------------------- */
main section {
  padding: 0 24px;
  margin-bottom: 64px;
}
main section p {
  line-height: 1.8em;
}
@media screen and (min-width:600px){
  main section {
    padding: 0 32px;
  }
}
@media screen and (min-width:1400px){
  main section {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
/* ---------------------------------------- */


/* local nav */
.contents-header {
  padding: 24px;
  font-size: 12px;
  margin-bottom: 8px;
}
.topic-pass {
  display: none;
}
.local-nav__list {
  display: flex;
}
.local-nav__item::after,
.local-nav__item:first-child::before {
  content: "|";
}
.local-nav a {
  padding: 0 1em;
}
/* main contents */
.free-container { margin: 0; width: 100%; }/*??????????????????????*/
.section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  color: #fff;
  margin-bottom: 16px;
}
.btn-go-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 24px;
  border: 3px solid #9c9c9c;
  color: #9c9c9c;
  font-weight: bold;
  border-radius: 20px;
}
.atago-groupe-leader {
  margin-bottom: 48px; 
}
.section-title-bottom-image{
  margin-bottom: 36px;
}

/* tablet / yoko */
/* ---------------------------------------- */
@media screen and (min-width:600px){
  /* local nav */
  .contents-header {
    display: flex;
    justify-content: space-between;
    margin-left: 32px;
    padding: 24px 24px 24px 24px;
    border-left: 1px solid #333;
    font-size: 12px;
    margin-bottom: 48px;
  }
  .topic-pass {
    display: block;
  }
  /* main contents */
  .section-title {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .section-title-top {
    font-size: 58px;
  }
  .section-title-bottom-image{
    margin-bottom: 48px;
  }
}

/* PC / yoko */
/* ---------------------------------------- */
@media screen and (min-width:1024px){
  
}
/* disktop PC / yoko */
/* ---------------------------------------- */
@media screen and (min-width:1400px){
  /* local nav */
  .contents-header {
    margin-left: auto;
    padding: 24px 0 24px 32px;
  }
}



