@charset "UTF-8";
.singleContents_sec {
  padding: 60px 0 60px 0; }

.contents_sec {
  padding: 0 0 90px 0; }

:root {
  --header-height: 100px;
  /* 実際のヘッダー高さに合わせて調整 */ }

[id] {
  scroll-margin-top: var(--header-height); }

.page h2 {
  font-weight: bold;
  border-bottom: 1px solid #333;
  color: #333;
  margin: 60px 0 30px 0;
  text-align: left;
  font-size: 24px; }
.page h2:nth-last-child(1) {
  margin-top: 0; }
.page h3 {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 15px; }
.page h3:before {
  content: "";
  display: block;
  width: 5px;
  border: 1px solid #000;
  left: 0;
  top: 15px;
  position: absolute; }
.page .pageMain_sec {
  padding: 0 0 60px 0; }

/*--------------------------------------------------------
h1
--------------------------------------------------------*/
.h1_sec {
  background: url("../images/common/fv_bg.png");
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 120px 0 60px 0; }
  .h1_sec h1 {
    font-weight: 900;
    font-size: 50px;
    color: #333;
    line-height: 1;
    position: relative;
    z-index: 2;
    letter-spacing: 5px;
    margin: 50px 0 30px 0; }
  .h1_sec .damy_h1 {
    font-weight: 900;
    font-size: 50px;
    color: #333;
    line-height: 1;
    position: relative;
    z-index: 2;
    letter-spacing: 5px;
    margin: 50px 0 30px 0; }
  .h1_sec h1:before {
    content: "";
    display: block;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -30px;
    background: #fff6cc;
    z-index: -1;
    opacity: 0.8; }
  .h1_sec .damy_h1:before {
    content: "";
    display: block;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -30px;
    background: #fff6cc;
    z-index: -1;
    opacity: 0.8; }
  .h1_sec .en {
    font-weight: 900;
    font-size: 20px;
    color: #00aa9d;
    letter-spacing: 1px; }

.h1_sec_in {
  width: 1100px;
  margin: auto;
  border-radius: 10px;
  position: relative;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
  /* 疑似要素のはみ出し防止 */
  margin-bottom: 0; }

@media only screen and (max-width: 800px) {
  .h1_sec {
    background: url("../images/common/fv_bg.png");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 0 0 0; }
    .h1_sec h1 {
      font-weight: 900;
      font-size: 30px;
      color: #333;
      line-height: 1;
      margin-bottom: 10px;
      position: relative;
      letter-spacing: 5px; }
    .h1_sec h1:before {
      content: "";
      display: block;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      position: absolute;
      left: -10px;
      top: -10px;
      background: #fff6cc;
      z-index: -1;
      opacity: 0.8; }
    .h1_sec .en {
      font-weight: 900;
      font-size: 20px;
      color: #00aa9d;
      letter-spacing: 1px; }

  .h1_sec_in {
    width: 90%;
    margin: auto;
    border-radius: 10px;
    position: relative;
    padding-left: 5%;
    position: relative;
    overflow: hidden;
    /* 疑似要素のはみ出し防止 */
    margin-bottom: 30px; } }
/*------------------------------------------------------------
page_contact
-------------------------------------------------------------*/
.page_contact .h1_sec_in {
  background: url("../images/page/contact/h1_bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

/*------------------------------------------------------------
page_company
-------------------------------------------------------------*/
.page_company .greeting_flbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.page_company .greeting_flbox .col_l {
  width: 30%; }
.page_company .greeting_flbox .col_l img {
  display: block;
  border-radius: 10px; }
.page_company .greeting_flbox .col_r {
  width: 65%; }
.page_company .greeting_flbox .name {
  text-align: right; }
.page_company .access_box {
  margin-bottom: 60px; }
.page_company .access_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 0 20px 0; }
.page_company .access_line:nth-child(odd) {
  background: #f9f9f9; }
.page_company .access_line .col_l {
  width: 20%;
  font-weight: bold;
  text-align: left;
  padding-left: 40px; }
.page_company .access_line .col_r {
  width: 70%; }

@media screen and (max-width: 800px) {
  .page_company .greeting_flbox .col_l {
    width: 60%;
    margin: 0 auto 20px auto; }
  .page_company .greeting_flbox .col_r {
    width: 100%; }
  .page_company .mission_line01 {
    font-size: 24px;
    margin-bottom: 20px; }
  .page_company .mission_line02 {
    font-size: 16px;
    margin-bottom: 40px; }
  .page_company .access_box {
    margin-bottom: 60px; }
  .page_company .access_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0 20px 0; }
  .page_company .access_line:nth-child(odd) {
    background: #f9f9f9; }
  .page_company .access_line .col_l {
    width: 20%;
    font-weight: bold;
    text-align: left;
    padding: 0;
    font-size: 13px; }
  .page_company .access_line .col_r {
    width: 73%;
    font-size: 12px; } }
/*------------------------------------------------------------
archive_innovation
-------------------------------------------------------------*/
.archive_innovation .h1_sec_in {
  background: url("../images/page/innovation/h1_bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 800px) {
  .archive_innovation .h1_sec_in {
    background: url("../images/page/innovation/h1_bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; } }
/*------------------------------------------------------------
archive_news
-------------------------------------------------------------*/
.archive_news .h1_sec_in {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/page/news/h1_bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat; }
.archive_news .news_line {
  padding: 20px 0 20px 0; }
.archive_news .news_h1 {
  height: 74px;
  position: absolute;
  left: 90px;
  bottom: 80px;
  z-index: 2; }

/*------------------------------------------------------------
.single_blog
-------------------------------------------------------------*/
.single .single_sec {
  padding: 0 0 90px 0; }
.single .eyecatch img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px; }
.single .single_tags {
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px; }
.single h1 {
  font-weight: bold;
  font-size: 24px; }

@media only screen and (max-width: 800px) {
  .single_blog .single_sec {
    padding: 0 0 90px 0; }
  .single_blog .eyecatch img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px; }
  .single_blog .single_tags {
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px; }
  .single_blog h1 {
    font-weight: bold;
    font-size: 24px; } }
/*------------------------------------------------------------
page_faq
-------------------------------------------------------------*/
.page_faq dl {
  width: 800px;
  margin: 0 auto 40px auto;
  position: relative; }
.page_faq dl:after {
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  margin: auto;
  display: block;
  text-align: center;
  content: "\f0ab";
  font-size: 24px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: bold;
  margin-right: 10px; }
.page_faq dl:last-child:after {
  content: ""; }
.page_faq dl dt {
  color: #111;
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 800;
  position: relative;
  background: #edf7f6;
  text-align: left;
  border-radius: 10px;
  position: relative;
  padding: 15px; }
.page_faq dl dt:hover {
  cursor: pointer;
  cursor: hand;
  opacity: 0.9; }
.page_faq dl dt:after {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 15px;
  content: "\f055";
  font-family: 'Font Awesome\ 6 Free';
  font-weight: bold;
  margin-right: 10px;
  color: #ccc; }
.page_faq dl dt.active {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0; }
.page_faq dl dt.active:after {
  content: "\f056";
  font-family: 'Font Awesome\ 6 Free'; }
.page_faq dl dd {
  display: none;
  margin: 0;
  font-size: 1em;
  position: relative;
  padding: 15px;
  background: #fff;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px; }
@media only screen and (max-width: 800px) {
  .page_faq dl {
    width: 100%;
    argin: 0 auto 10px auto; }
  .page_faq dl dt {
    margin: 20px 0 0 0;
    font-size: 14px;
    font-weight: 800;
    position: relative;
    padding: 15px 35px 15px 10px; }
  .page_faq dl dt:hover {
    cursor: pointer;
    cursor: hand;
    opacity: 0.9; }
  .page_faq dl dt:after {
    font-size: 20px;
    position: absolute;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    color: #ccc; }
  .page_faq dl dt.active {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0; }
  .page_faq dl dt.active:after {
    content: "\f056";
    font-family: 'Font Awesome\ 6 Free'; }
  .page_faq dl dd {
    display: none;
    margin: 0;
    font-size: 13px;
    position: relative;
    padding: 20px 5px 10px 10px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px; } }

/*------------------------------------------------------------
page_policy
-------------------------------------------------------------*/
.page_policy h2 {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #333;
  color: #333;
  margin: 60px 0 10px 0; }
.page_policy h2:nth-last-child(1) {
  margin-top: 0; }
.page_policy .link {
  color: #2B22FF;
  text-decoration: underline; }

/*------------------------------------------------------------
page_sitemap
-------------------------------------------------------------*/
.page_sitemap .h1_sec_in {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/page/sitemap/h1_bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
.page_sitemap .singleContents_sec {
  padding: 60px 0 60px 0; }
.page_sitemap h2 {
  font-weight: bold;
  border-bottom: 1px solid #333;
  color: #333;
  margin: 60px 0 30px 0; }
.page_sitemap h2:nth-last-child(1) {
  margin-top: 0; }
.page_sitemap .link {
  color: #2B22FF;
  text-decoration: underline; }
.page_sitemap .tag_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 6%; }
.page_sitemap .tag_flBox .col_l {
  width: 18%;
  font-weight: bold; }
.page_sitemap .tag_flBox .col_l h3 {
  position: relative;
  font-weight: bold;
  padding-left: 15px;
  font-size: 14px; }
.page_sitemap .tag_flBox .col_l h3:before {
  content: "#";
  display: block;
  position: absolute;
  left: 0;
  top: 0; }
.page_sitemap .tag_flBox .col_r {
  width: 80%; }
.page_sitemap .sitemap {
  margin: 2em auto;
  width: auto;
  font-family: 'Noto Sans JP',sans-serif;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 2em; }
.page_sitemap .sitemap_in {
  width: 80%;
  margin: auto; }
.page_sitemap .sitemap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2em; }
.page_sitemap .sitemap > ul > li {
  margin-bottom: 1em; }
.page_sitemap .sitemap a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 0;
  transition: color 0.3s; }
.page_sitemap .sitemap a:hover {
  color: #0077cc; }
.page_sitemap .sitemap ul ul {
  margin-top: 0.5em;
  padding-left: 1.5em;
  border-left: 2px solid #e0e0e0; }
.page_sitemap .sitemap ul ul li {
  margin-bottom: 0.3em; }
.page_sitemap .sitemap i {
  margin-right: 5px; }

@media only screen and (max-width: 800px) {
  .page_sitemap .h1_sec_in {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/page/sitemap/h1_bg.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
  .page_sitemap .singleContents_sec {
    padding: 20px 0 60px 0; }
  .page_sitemap h2 {
    font-weight: bold;
    border-bottom: 1px solid #333;
    color: #333;
    margin: 60px 0 30px 0; }
  .page_sitemap h2:nth-last-child(1) {
    margin-top: 0; }
  .page_sitemap .link {
    color: #2B22FF;
    text-decoration: underline; }
  .page_sitemap .tag_flBox {
    display: block;
    padding-left: 0; }
  .page_sitemap .tag_flBox .col_l {
    width: 100%;
    font-weight: bold; }
  .page_sitemap .tag_flBox .col_l h3 {
    position: relative;
    font-weight: bold;
    padding-left: 15px;
    font-size: 14px; }
  .page_sitemap .tag_flBox .col_l h3:before {
    content: "#";
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .page_sitemap .tag_flBox .col_r {
    width: 100%; }
  .page_sitemap .sitemap {
    margin: 2em auto;
    width: auto;
    font-family: 'Noto Sans JP',sans-serif;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 2em; }
  .page_sitemap .sitemap_in {
    width: 90%;
    margin: auto; }
  .page_sitemap .sitemap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2em; }
  .page_sitemap .sitemap > ul > li {
    margin-bottom: 1em; }
  .page_sitemap .sitemap a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 0.2em 0;
    transition: color 0.3s; }
  .page_sitemap .sitemap a:hover {
    color: #0077cc; }
  .page_sitemap .sitemap ul ul {
    margin-top: 0.5em;
    padding-left: 1.5em;
    border-left: 2px solid #e0e0e0; }
  .page_sitemap .sitemap ul ul li {
    margin-bottom: 0.3em; }
  .page_sitemap .sitemap i {
    margin-right: 5px; } }
/*------------------------------------------------------------
single_works
-------------------------------------------------------------*/
.single_works .singleContents_sec h1 {
  font-weight: bold;
  border-bottom: 1px solid #ccc; }
.single_works .box_meta {
  margin-bottom: 20px; }
.single_works .box_meta a {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 12px;
  padding: 0 3px 0 3px; }
.single_works .box_meta a:hover {
  opacity: 0.7; }
.single_works .box_meta .type {
  font-weight: bold; }
.single_works .box_meta .line01 {
  display: inline-block;
  margin-right: 10px; }
.single_works .box_meta .line02 {
  display: inline-block; }
.single_works .eyecatch img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px; }
.single_works .tableNormal {
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 14px;
  padding: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
.single_works .tableNormal th,
.single_works .tableNormal td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
.single_works .tableNormal th {
  background: #edf7f6;
  font-weight: bold;
  text-align: left;
  width: 25%; }
.single_works .featuer_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.single_works .featuer_flBox .card {
  width: 32%;
  font-size: 13px;
  margin-bottom: 20px; }
.single_works .featuer_flBox .card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px; }
.single_works .featuer_flBox .card .title {
  font-weight: bold; }

@media only screen and (max-width: 800px) {
  .single_works .box_meta {
    margin-bottom: 15px; }
  .single_works .box_meta a {
    font-size: 11px;
    padding: 0 4px;
    border-radius: 4px; }
  .single_works .box_meta .line01 {
    display: block;
    margin-right: 0;
    margin-bottom: 6px; }
  .single_works .box_meta .line02 {
    display: block; }
  .single_works .eyecatch img {
    height: 220px;
    border-radius: 8px; }
  .single_works .tableNormal {
    font-size: 12px;
    margin-bottom: 1.2em; }
  .single_works .tableNormal th,
  .single_works .tableNormal td {
    padding: 0.6em 0.7em;
    word-break: break-word; }
  .single_works .tableNormal th {
    width: 38%;
    vertical-align: top; }
  .single_works .tableNormal td {
    width: auto; }
  .single_works .featuer_flBox {
    display: block; }
  .single_works .featuer_flBox .card {
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px; }
  .single_works .featuer_flBox .card img {
    height: 180px;
    border-radius: 8px; }
  .single_works .featuer_flBox .card .title {
    font-weight: 800; } }
/*------------------------------------------------------------
pager
-------------------------------------------------------------*/
.pager {
  padding: 30px 0 0 0;
  text-align: center; }
  .pager .current {
    background: #000;
    color: #fff;
    font-weight: bold; }
  .pager .page-numbers {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0; }
  .pager a {
    margin: 0; }
  .pager a:hover {
    background: #999;
    opacity: 0.8;
    color: #000; }

@media only screen and (max-width: 800px) {
  .pager {
    padding: 30px 0 0 0; }
    .pager .page-numbers {
      display: inline-flex;
      width: 50px;
      height: 50px;
      align-items: center;
      justify-content: center;
      margin: 0; }
    .pager a {
      margin: 0; } }
