@charset "utf-8";



/* リセットCSS */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  /* color: #333; */
}

/* ヘッダー */

.header {
  padding: 24px 6.4% 16px;
}

.header__topic,
.nav__topic {
  color: #000;
  font-weight: 700;
  font-size: 2.4rem;
}

.header__topicSp { 
  margin-top: auto;
  width: 150px; 
  height: 64px;
}

.header {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.header__logoSp {
  max-width: 200px;
  height: auto;
}

.telephone {
  display: none;
}

@media screen and (max-width:768px) {
  .header__topicPc {
    display: none;
  }
}

/* .nav初期表示 */
.nav {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  padding: 24px 6.4%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.nav__list {
  margin-top: 66px;
}

.nav__item {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #2F2F2F;
  margin-top: 30px;
}

.nav__item img {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 24px;
}

/* .nav.active表示 */
.nav.active {
  transform: translateX(0);
}

/* .header pc */
@media screen and (min-width:769px) {
  .header {
      max-width: 1280px;
      margin: 0 auto;
      padding: 30px 60px 30px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column;
  }

  .header__logo { 
      margin-top: auto;
      width: 340px; 
      height: auto;
  }

  .telephone {
      display: flex;
      justify-content: flex-end;
      font-size: 36px;
      font-weight: bold;
      color: #4F4E4E;
  }

  .header__topicSp {
      display: none;
  }

  .menu_btn img {
      display: none;
  }
  /* .menu_btn { 
      right: 5%;
      top: 60px;
  }  */  
  
  .tel_btn {
      margin: 10px 10px 0;
      position: relative;
      top: auto;
      right: auto;
  }
  
  .tel_set {
      display: flex;
      justify-content: flex-end;
      position: absolute;
      top:60px;
      right: 20%;
  }

  .nav {
      background: transparent;
      width: 100%;
      height: auto;
      padding: 0;
      position: static; 
      transform: translate(0);
  }

  .nav__list {
      margin-top: 0;
      display: flex;
      justify-content: space-between;
     
  }

  .nav__item a {
      display: flex;
      justify-content: space-between;
  }

  .nav__item a :last-of-type {
      margin-top: -2px;
  }

  .nav__item {
      font-weight: 400;
      font-size: 1.6rem;
      color: #0000cd;
      display: block;
      font-size: 20px;
  }

  .nav__header {
      display: none;
  }

  .nav__item img {
      display: block;
      width: 30px;
      height: 30px;
      margin: -8px 10px 0;
  }

  .nav__item:first-of-type {
      display: block;
      
  }

}/* pc 769px */





/* セクション */
.section {
  padding: 0 10px; 
  background-color: #fff;
}

/* セクション pc */
@media screen and (min-width:769px) {
  .section--company_profile {
    max-width: 1280px;
    margin: 0 auto;
  }

  .topics__category br {
    display: none;
  }

  .topics__category {
    font-size: 4rem;
    margin-top: 30px;
    margin-bottom: 60px;
  }


}/* pc 769px */ 


.section h1 {
  font-size: 38px;
  font-family: EB Garamond;
  /* margin-bottom: 20px; */
  color: #4F4E4E;
  text-align: center;
  line-height: 45px;
  margin-bottom: 20px;
} 

.japanese_title {
  font-size: 15px;
  font-weight: bold;
  color: #109AC4;
  margin-bottom: 20px;
  text-align: center;
}

.mainCaption__text1 {
  color: #4F4E4E;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.cp_boxBlue {
  background-color: #87CEFA;
  border-radius: 6px;
  width: 99%;
  height: auto;
  padding: 4em 2em 2em;
  position: relative;
  margin: 0 auto;
}

.cp_boxWhite {
  background-color: #fff;
  border-radius: 6px;
  width: 99%;
  height: auto;
  padding: 4em 1em 3em;
  position: relative;
  margin: 0 auto;
}

/* .section p { 
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #555;
  margin: 0 auto;
}*/

.mainCaption__text2 {
  color: #255E8F;
  font-size: 14px;
  font-weight: bold;
  max-width: 100%;
  line-height: normal;
  margin-bottom: 15px;
}

.mainCaption__text3 {
  color: #1587AA;
  font-size: 24px;
  font-weight: bold;
  transform: rotate( -15deg);
  width: 100%;
  z-index: -2;
  max-width: 100%;
  line-height: normal;
  text-align: center;
}



/* メイン pc */
@media screen and (min-width:769px) {
  .section h1 {
    font-size: 64px;
    /* margin-bottom: 20px; */
    line-height: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
  } 

  .japanese_title {
    font-size: 20px;
    font-weight: bold;
    color: #109AC4;
    margin-bottom: 30px;
    text-align: center;
  }

  .mainCaption__text1 {
    color: #4F4E4E;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
  }

  .mainCaption__text2 {
    font-size: 40px;
    padding-left: 10%;
  }

  .mainCaption__text3 { 
    font-size: 96px;
    transform: rotate( -15deg);
    width: 100%;
    z-index: -2;
    max-width: 100%;
    line-height: normal;
  } 


}/* pc 769px */


/* 会社情報 */
.cp__text {
  color: #4F4E4E;
  margin-top: 60px;
}

.cp__text {
  /* display: flex; */
  flex-wrap: wrap;
  /* text-align: center; */
}

.cp__text dt { 
  font-size: 11px;
  /* font-weight: bold; */
  margin-top: 10px;
  margin-left: 6px;
}

.cp__text dd {
  font-size: 11px;
  margin-left: 120px;
  margin-top: -25px;
 
}

.cp__text dt {
/* .cp__text dd {  */
  /* display: inline-block; */
  border-bottom: 1px solid #d9d9d9;
  line-height: 2.5;
  font-weight: normal;
} 

/* 会社情報PC */
@media screen and (min-width:769px) {
  .cp__text {
    max-width: 90%;
    margin: 80px auto;
  }

  .cp__text dt { 
    font-size: 30px;
    margin-top: 10px;
    /* margin-left: 5%; */
  }

  .cp__text dd {
    font-size: 30px;
    margin-left: 50%;
    margin-top: -67px;
    margin-bottom: 80px;
  }

}  

/* 画像 */

.shakehands { 
  width: auto;
  height: 58px;
  margin-top: 60px;
  margin: 30px 60px;
  margin-bottom: 60px;
}

.organization {
  width: 351px;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  /* margin-top: 20px; */
}

/* 画像 pc */
@media screen and (min-width:769px) {
  .shakehands { 
    margin: 0 auto;
    margin-top: 70px;
  }

  .organization {
    margin: 0 auto;
  }

}/* pc 769px */


/* 会社情報 pc */
@media screen and (min-width:769px) {
  .organization {
    width: 100%;
    max-width: 1200px;
    /* height: auto;
    margin-bottom: 20px; 
    display: flex;
    flex-direction: column;
    text-align: center;
    /* margin-top: 20px; */
  }

  .shakehands { 
    width: 500px;
    height: 270px;
    /* margin: 0 auto;
    margin-top: 60px; 
    margin: 30px 60px; */
    margin-bottom: 60px;
    text-align: center;
  }

}/* pc 769px */


/*==========================
footer
==========================*/
.footer {
  padding: 32px 4.2%;
}

.footer__topic {
  max-width: 150px;
}

.mail_btn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 6.4%;
}

.mail_btn a {
  display: block;
}

.copy {
  margin-top: 10px;
}

.copy small {
  font-size: 1.2rem;
}

/* footer pc */
@media screen and (min-width: 769px) {
  .footer {
      /* padding: 64px 60px; */
      max-width: 1280px;
      margin: 0 auto;
  }

  .footer__group {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .footer__topic {
      font-size: 2.4rem;
      line-height: 1;
      max-width: 100%;
  }

  .footer__logo {
      margin-top: auto;
      width: 340px;
      height: auto;
  }
  
  .menu__list {
      display: flex;
      margin-top: 0;
  }

  .menu__item {
      margin-top: 0;
      margin-left: 32px;
  }

  .copy {
      /* margin-top: 10px; */
  }
  
} /* pc 769px */
