/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.contents_ttl {
  margin: auto;
  color: #008DAC;
  letter-spacing: 2px;
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0.5em;
}
.contents_ttl span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.5rem;
}
.contents_ttl::before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 25px);
  width: 50px;
  height: 1px;
  content: '';
  background: #008DAC;
}
/* team */
.team_mv {
  margin: 3em auto 3em;
}
.team_mv div {
  color: #008DAC;
  font-size: 1.5rem;
  margin: 0 auto 1em;
  letter-spacing: 2px;
}
.team_mv div img {
  display: block;
  max-width: 150px;
  margin: 0 auto 0.3em;
}
.team_mv > img {
  width: 90%;
  margin: auto;
  border-radius: 15px;
}
.team_mv p {
  width: 80%;
  margin: auto;
  text-align: left;
  line-height: 1.7;
}
.team_name {
  width: 80%;
  margin: 1em auto 3em;
}
.team_name > img {
  border-radius: 15px;
}
.team_name div {
  margin: 1.5em auto 0;
}
.team_name div img {
  max-width: 220px;
  margin: 0 auto 1em;
}
.team_name div p {
  text-align: left;
  line-height: 1.7;
}
.catch_copy {
  background: url("/img/top/bg_blue.webp") center / cover;
  padding: 3em 0;
  color: #fff;
  letter-spacing: 2px;
}
.catch_copy div {
  margin: 0 auto 0.5em;
  font-size: 2.3rem;
  letter-spacing: 4px;
  font-weight: bold;
}
.catch_copy p {
  width: 80%;
  margin: auto;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.7;
}
.philosophy {
  width: 80%;
  margin: 0 auto 3em;
}
.philosophy li {
  background: #EFF7FA;
  margin: 1em auto 0;
  padding: 20px;
  counter-increment: mycounter;
  position: relative;
  border-radius: 10px;
}
.philosophy li::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: counter(mycounter, decimal-leading-zero);
  color: #008DAC;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
.philosophy li div {
  font-weight: bold;
  color: #008DAC;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.philosophy li div img {
  display: block;
  width: 60px;
  margin: 0 auto 0.3em;
}
.philosophy li div span {
  display: block;
  font-size: 1.5rem;
}
.philosophy li > p {
  text-align: left;
  margin: 0.5em auto 0;
}
.uniform {
  width: 70%;
  max-width: 250px;
  margin: 0 auto 3em;
}
.uniform li {
  margin: 2em auto 0;
}
.executive {
  width: 80%;
  margin: 1em auto 3em;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  text-align: left;
}
.executive li {
  margin: 1em 10px 0;
  width: 120px;
  font-size: 1.5rem;
}
.executive li span {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 1.3rem;
}
.corporate_list {
  margin: 2em auto 2em;
  width: 80%;
  position: relative;
  border-bottom: 1px solid #008DAC;
}
.corporate_list::before {
  content: '';
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #0C2878;
}
.corporate_list li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #008DAC;
  text-align: left;
  position: relative;
}
.corporate_list li::before {
  content: '';
  position: absolute;
  top: -1.5px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #0C2878;
}
.corporate_list li dt {
  width: 120px;
  font-weight: bold;
  color: #0C2878;
}
.corporate_list li dd {
  width: calc(100% - 120px);
}
.statement {
  width: 80%;
  margin: 0 auto 3em;
  text-align: left;
}
.statement p {
  color: #0C2878;
  font-weight: bold;
  font-size: 1.5rem;
}
.statement li {
  margin: 0.5em auto;
}
/* history */
.history_mv {
  position: relative;
  margin: 70px auto 0;
  padding: 2em 0;
  color: #fff;
  background: url("/img/history/mv.webp") center / cover;
  text-align: left;
  overflow: hidden;
}
.history_mv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #0C2878;
  opacity: 0.7;
}
.history_mv div {
  width: 80%;
  margin: auto;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.5rem;
  line-height: 1;
}
.history_mv div span {
  font-weight: 700;
  font-size: 2.5rem;
  display: block;
  margin: 0 auto 0.3em;
}
/*アコーディオン全体*/
.history {
  list-style: none;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.history > li {
  margin: 1em 0;
}
/*アコーディオンタイトル*/
.history_title {
  position: relative;
  cursor: pointer;
  padding: 20px 40px 15px 20px;
  background: #464646;
  color: #fff;
  text-align: left;
  transition: all .5s ease;
}
/*アイコンの＋と×*/
.history_title::before {
  position: absolute;
  content: '';
  top: 45%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}
/*　closeというクラスがついたら形状変化　*/
.history_title.close::before {
  transform: rotate(-45deg);
}
.history_title div {
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  margin: 0 auto 0.2em;
}
.history_title p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.5;
}
/*アコーディオンで現れるエリア*/
.history_box {
  display: none; /*はじめは非表示*/
  background: #EFF7FA;
  padding: 20px;
}
.history_heading {
  background: #008DAC;
  color: #fff;
  padding: 5px 0;
  margin: 2em auto 1em;
  font-size: 1.4rem;
  letter-spacing: 2px;
  border-radius: 5px;
}
.history_txt {
  text-align: left;
}
.history_txt p {
  margin: 0 auto 1em;
  line-height: 1.7;
}
.history_result {
  text-align: left;
}
.history_result li {
  position: relative;
  padding: 3px 0 3px 20px;
}
.history_result li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-weight: 400;
  color: #008DAC;
}
.history_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  text-align: left;
}
.history_table td {
  padding: 7px 0 5px 10px;
  border-top: 1px solid #008DAC;
}
.history_table td:first-of-type {
  width: 100px;
  border-right: 1px solid #008DAC;
}
.history_table td span {
  display: inline-block;
}
.history_table th {
  background: rgba(3, 148, 208, 0.5);
  color: #fff;
  font-weight: normal;
  padding: 7px 0 5px 10px;
}
.history_table th:first-of-type {
  width: 100px;
  border-right: 1px solid #008DAC;
}
/* jry */
.jr_mv {
  position: relative;
  margin: 70px auto 0;
  padding: 2em 0;
  color: #fff;
  background: url("/img/jr/mv.webp") center / cover;
  text-align: left;
  overflow: hidden;
}
.jr_mv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #0C2878;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.jr_mv div {
  width: 80%;
  margin: auto;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.5rem;
  line-height: 1;
}
.jr_mv div span {
  font-weight: 700;
  font-size: 2.5rem;
  display: block;
  margin: 0 auto 0.3em;
}
.jr_about {
  width: 90%;
  margin: auto;
}
.jr_about img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
}
.jr_about h2 {
  letter-spacing: 2px;
  color: #008DAC;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0em auto 0.5em;
}
.jr_about h2 span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
}
.jr_about p {
  width: 90%;
  text-align: left;
  line-height: 1.8;
  margin: 1em auto 0;
}
.jr_wrap {
  width: 90%;
  margin: auto;
}
.jr_h2.mgn0 {
  margin: 0 auto;
}
.jr_h2 {
  margin: 3em auto 0;
  padding: 0 0 5px;
  text-align: left;
  color: #008DAC;
  border-bottom: 1px solid #008DAC;
  font-size: 1.8rem;
}
.jr_table_ttl {
  text-align: left;
  color: #008DAC;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em auto -0.5em;
}
.jr_table {
  width: 100%;
  text-align: left;
  border-collapse: separate; /* 角丸対応 */
  border-spacing: 0;
  margin: 1em auto 0;
  border-radius: 8px; /* 角丸 */
  overflow: hidden;
  border: 1px solid #008DAC; /* 外枠 */
}
.jr_table th, .jr_table td {
  padding: 10px 10px;
  border-bottom: 1px solid #008DAC;
  border-right: 1px solid #008DAC;
}
/* 最後の列のセルの右枠を削除して整える */
.jr_table tr th:last-child, .jr_table tr td:last-child {
  border-right: none;
}
/* ヘッダー背景と文字色 */
.jr_table th {
  background: #008DAC;
  color: #fff;
  border-right: 1px solid #fff; /* ← 白い縦線 */
  border-bottom: 1px solid #fff; /* 下線も白（必要なら） */
}
.jr_table th.center {
  text-align: center;
}
/* 最初の行の左上・右上を角丸に */
.jr_table tr:first-child th:first-child, .jr_table tr:first-child td:first-child {
  border-top-left-radius: 7px;
}
.jr_table tr:first-child th:last-child, .jr_table tr:first-child td:last-child {
  border-top-right-radius: 7px;
}
/* 最後の行の左下・右下を角丸に */
.jr_table tr:last-child td:first-child, .jr_table tr:last-child th:first-child {
  border-bottom-left-radius: 7px;
}
.jr_table tr:last-child td:last-child, .jr_table tr:last-child th:last-child {
  border-bottom-right-radius: 7px;
}
.jr_table tr:last-child td, .jr_table tr:last-child th {
  border-bottom: none;
}
.jr_table th:first-child, .jr_table td:first-child {
  width: 90px;
}
.jr_table_comment {
  text-align: left;
  font-size: 1.2rem;
  margin: 0.5em auto 0;
}
.jr_contact_txt {
  text-align: left;
  font-weight: bold;
  margin: 1em auto 0;
  font-size: 1.4rem;
}
.jr_accordion-area {
  list-style: none;
  margin: 0 auto;
}
.jr_accordion-area li {
  margin: 1em auto 0;
}
.jr_accordion-area section {}
/*アコーディオンタイトル*/
.jr_accordion-title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.4rem;
  padding: 10px 40px 10px 10px;
  background: #008DAC;
  color: #fff;
  font-weight: bold;
  text-align: left;
  transition: all .5s ease;
  border-radius: 8px;
}
/*アイコンの＋と×*/
.jr_accordion-title::before, .jr_accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.jr_accordion-title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.jr_accordion-title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.jr_accordion-title.close {
  border-radius: 8px 8px 0 0;
}
.jr_accordion-title.close::before {
  transform: rotate(45deg);
}
.jr_accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.jr_accordion-box {
  display: none; /*はじめは非表示*/
  background: #EFF7FA;
  padding: 15px 10px 10px;
  text-align: left;
  border-radius: 0 0 8px 8px;
}
.jr_accordion-box p {
  margin: 0 auto 0.5em;
}
.jr_accordion-box p span {
  color: #008DAC;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto 0.2em;
}
.jr_slider img {
  border-radius: 10px;
}
.jr_slider .slick-slide {
  margin: 0 5px;
}
.slogan {
  background: #EFF7FA;
  border-radius: 20px;
  width: calc(85% - 40px);
  margin: 0 auto 3em;
  padding: 20px;
}
.slogan_ttl {
  font-size: 1.5rem;
  font-weight: 500;
}
.slogan_profile {
  margin: 0 auto 2em;
}
.slogan_profile_img {
  margin: 1em auto;
}
.slogan_profile_txt {
  text-align: left;
}
.slogan_profile_txt p {
  font-size: 1.2rem;
}
.slogan_profile_txt p span {
  display: block;
  margin: 0 auto 0.8em;
}
.slogan_profile_ttl {
  position: relative;
  font-family: effra, sans-serif;
  font-weight: 700;
  text-align: left;
  color: #008DAC;
  margin: 0 auto 0.2em;
  font-size: 2rem;
}
.slogan_profile_ttl::before {
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #008DAC;
}
.slogan_profile_ttl span {
  position: relative;
  padding: 0 0.5em 0 0;
  background: #EFF7FA;
}
.slogan_comment {
  text-align: left;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .contents_ttl {
    width: 90%;
    max-width: 1100px;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    padding: 0 0 0.8em;
    font-size: 1.7rem;
    letter-spacing: 3px;
  }
  .contents_ttl span {
    font-size: 4rem;
  }
  /* team */
  .team_mv {
    margin: 4em auto 5em;
  }
  .team_mv div {
    font-size: 2rem;
    margin: 0 auto 1em;
  }
  .team_mv div img {
    max-width: 350px;
    margin: 0 auto 0.5em;
  }
  .team_mv p {
    max-width: 900px;
    letter-spacing: 2px;
    line-height: 2.3;
  }
  .team_mv > img {
    border-radius: 30px;
  }
  .team_about {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 5em;
  }
  .team_about h2 {
    font-size: 3rem;
    letter-spacing: 3px;
    margin: 0 auto 0.5em;
  }
  .team_name {
    width: 90%;
    max-width: 1100px;
    margin: 2em auto 5em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .team_name > img {
    width: 55%;
    border-radius: 20px;
  }
  .team_name div {
    margin: 0;
    width: 40%;
  }
  .team_name div img {
    max-width: 330px;
    margin: 0 auto 2em;
  }
  .team_name div p {
    letter-spacing: 2px;
    line-height: 2;
  }
  .catch_copy {
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: center;
    align-items: center;
  }
  .catch_copy div {
    text-align: left;
    width: 380px;
    margin: 0em;
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 6px;
  }
  .catch_copy p {
    width: calc(90% - 380px);
    max-width: calc(1100px - 380px);
    margin: 0;
    font-size: 2rem;
    line-height: 2.2;
    letter-spacing: 4px;
  }
  .philosophy {
    width: 90%;
    max-width: 1100px;
    margin: 3em auto 5em;
  }
  .philosophy li {
    margin: 1em auto 0;
    padding: 20px 50px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
  }
  .philosophy li::before {
    top: 55%;
    left: 50px;
    transform: translate(0%, -50%);
    font-size: 4rem;
  }
  .philosophy li div {
    width: 400px;
    font-size: 2.5rem;
    letter-spacing: 3px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em 0 0 70px;
    justify-content: flex-start;
    align-items: center;
  }
  .philosophy li div img {
    display: block;
    width: 80px;
    margin: 0 20px 0 0;
    line-height: 1;
  }
  .philosophy li div span {
    font-size: 2rem;
  }
  .philosophy li > p {
    width: calc(100% - 470px);
    margin: 0;
    letter-spacing: 2px;
    line-height: 2;
  }
  .uniform {
    width: 90%;
    max-width: 1100px;
    margin: 2em auto 6em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
  }
  .uniform li {
    width: 45%;
    max-width: 400px;
    margin: 0 30px;
  }
  .executive {
    width: 90%;
    max-width: 800px;
    padding: 0 0 0 30px;
    margin: 1em auto 5em;
    justify-content: flex-start;
  }
  .executive li {
    margin: 1em 10px 0;
    width: 180px;
    font-size: 2.2rem;
  }
  .executive li span {
    font-size: 1.7rem;
  }
  .corporate_list {
    margin: 3em auto 4em;
    width: 90%;
    max-width: 800px;
  }
  .corporate_list::before {
    width: 90px;
  }
  .corporate_list li {
    padding: 18px 0;
  }
  .corporate_list li::before {
    width: 90px;
  }
  .corporate_list li dt {
    width: 200px;
  }
  .corporate_list li dd {
    width: calc(100% - 200px);
  }
  .statement {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 5em;
  }
  .statement p {
    font-size: 1.8rem;
  }
  .statement li {
    margin: 0.5em auto;
  }
  /* history */
  .history_mv {
    padding: 4em 0;
  }
  .history_mv div {
    width: 90%;
    max-width: 1200px;
    font-size: 1.8rem;
  }
  .history_mv div span {
    font-size: 4rem;
  }
  .history {}
  .history > li {
    margin: 1.5em 0;
  }
  /*アコーディオンタイトル*/
  .history_title {
    padding: 25px 60px 15px 30px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-start;
    align-items: center;
  }
  /*アイコンの＋と×*/
  .history_title::before {
    top: 45%;
    right: 15px;
    width: 8px;
    height: 8px;
  }
  .history_title div {
    width: 110px;
    font-size: 3.5rem;
    line-height: 1;
    margin: 0;
  }
  .history_title p {
    width: calc(100% - 150px);
    font-size: 1.8rem;
    padding: 0 0 5px;
  }
  .history_box {
    padding: 50px 100px;
  }
  .history_heading {
    padding: 5px 0;
    margin: 3em auto 1em;
    font-size: 1.7rem;
    border-radius: 10px;
  }
  .history_txt {
    text-align: left;
    font-size: 1.6rem;
  }
  .history_txt p {
    margin: 0 auto 1em;
    line-height: 2;
  }
  .history_result li {
    padding: 3px 0 3px 25px;
  }
  .history_table td {
    padding: 7px 0 7px 20px;
  }
  .history_table td:first-of-type {
    width: 400px;
  }
  .history_table th {
    font-size: 1.7rem;
    padding: 8px 0 8px 20px;
  }
  .history_table th:first-of-type {
    width: 400px;
  }
  /* jr */
  .jr_mv {
    padding: 4em 0;
  }
  .jr_mv div {
    width: 90%;
    max-width: 1200px;
    font-size: 1.8rem;
  }
  .jr_mv div span {
    font-size: 4rem;
  }
  .jr_about {
    width: 90%;
    max-width: 1100px;
  }
  .jr_about img {
    height: 500px;
    border-radius: 30px;
  }
  .jr_about h2 {
    font-size: 2rem;
    margin: 0em auto 1em;
  }
  .jr_about h2 span {
    font-size: 4rem;
    line-height: 1.2;
  }
  .jr_about p {
    text-align: center;
    line-height: 2.3;
    font-size: 1.7rem;
    margin: 2em auto 0;
  }
  .jr_wrap {
    max-width: 1000px;
  }
  .jr_h2 {
    margin: 4em auto 0;
    padding: 0 0 5px;
    font-size: 2.5rem;
  }
  .jr_table_ttl {
    font-size: 2.2rem;
    margin: 1em auto -0.5em;
  }
  .jr_table th, .jr_table td {
    padding: 15px;
  }
  .jr_table th:first-child, .jr_table td:first-child {
    width: 200px;
  }
  .jr_table_comment {
    font-size: 1.4rem;
    margin: 0.8em auto 0;
  }
  .jr_contact_txt {
    margin: 1em auto 0;
    font-size: 1.8rem;
  }
  .jr_accordion-title {
    font-size: 1.7rem;
    padding: 15px 40px 15px 20px;
  }
  .jr_accordion-box {
    padding: 20px 20px 15px;
  }
  .jr_accordion-box p span {
    font-size: 1.6rem;
    margin: 0 auto 0.1em;
  }
  .jr_slider img {
    border-radius: 15px;
  }
  .jr_slider .slick-slide {
    margin: 0 10px;
  }
  .slogan {
    max-width: calc(1200px - 100px);
    width: calc(85% - 100px);
    margin: 0 auto 5em;
    padding: 50px;
  }
  .slogan_ttl {
    font-size: 2.5rem;
  }
  .slogan_profile {
    margin: 2em auto 2em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: space-between;
  }
  .slogan_profile_img {
    margin: 0;
    width: 40%;
  }
  .slogan_profile_txt {
    width: 57%;
  }
  .slogan_profile_txt p {
    font-size: 1.4rem;
  }
  .slogan_profile_txt p span {
    margin: 0 auto 0.8em;
  }
  .slogan_profile_ttl {
    margin: 0 auto 0.2em;
    font-size: 2.5rem;
  }
  .slogan_comment {
    text-align: left;
    line-height: 2;
  }
}