@charset "UTF-8";

:root {
  --main-colr: #be2b02;
  --sub-colr: #6abe02;
  --Hiragino: "Hiragino Sans", sans-serif;
  --jost: font-family: "Jost", sans-serif;
  --box-shadow: 0 0 20px rgba(148, 148, 148, 0.2);
}



body {
  background-color: #fff;
}

/* 項目非表示 */
.displayNone {
  display: none;
}

/* ================================================================================ */
/*                                                                                  */
/*      ヘッダー                                                            */
/*                                                                                  */
/* ================================================================================ */
#head {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 769px) {
  #head {
    max-width: inherit;
    padding: 0px 0px 0 20px;
  }
}

@media (max-width: 768px) {
  #head {
    overflow-x: hidden;
  }
}

@media (min-width: 769px) {
  #head .head_inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: fit-content;
  }
}

#head .head_inline #logo a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  #head #logo {
    padding-left: 20px;
  }
}

#head #logo img {
  width: clamp(100px, 15vw, 161px);
  padding: 10px 0;
}

@media (max-width: 768px) {
  #head .head_inline #logo a {
    width: 100%;
  }
}

@media (min-width: 769px) {
  #head .head_inline #logo a img {
    display: block;
  }
}

@media (min-width: 769px) {
  #head .head_inline .navMenuWrap {
    display: block;
    height: 100%;
  }
}

@media (max-width: 768px) {
  #head .head_inline .navMenuWrap {
    display: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  #head .head_inline .navMenuWrap::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 769px) {
  #head .head_inline .navMenuWrap ul.switch {
    margin-bottom: inherit;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  #head .head_inline .navMenuWrap ul.switch {
    display: flex;
    align-items: center;
    float: inherit;
    margin-bottom: 0;
    text-align: start;
    height: 50px;
  }

  .nuser #head .head_inline .navMenuWrap ul.switch {
    justify-content: flex-end;
  }
}

@media (min-width: 769px) {
  #head .head_inline .navMenuWrap ul.switch li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
}

@media (min-width: 769px) {
  #head .head_inline .navMenuWrap ul.switch li:nth-child(1)::before {
    content: '';
    width: 25px;
    height: 25px;
    background-size: cover;
    background-image: url(/common/img/style/logsign_in_005.svg);
  }
}

@media (min-width: 769px) {
  #head .head_inline .navMenuWrap ul.switch li:nth-child(2)::before {
    content: '';
    width: 25px;
    height: 25px;
    background-size: cover;
    background-image: url(/common/img/style/logsign_in_005.svg);
  }
}

@media (min-width: 769px) {
  #head .head_inline .navMenuWrap ul.switch li:nth-child(3)::before {
    content: '';
    width: 25px;
    height: 25px;
    background-size: cover;
    background-image: url(/common/img/style/logsign_in_004.svg);
  }
}

#head .head_inline .navMenuWrap ul.switch li a {
  display: block;
  margin-left: 0;
  border: inherit;
  color: #fff;
  font-family: var(--Hiragino);
  font-weight: 400;
}


@media (min-width: 769px) {
  #head .head_inline .navMenuWrap ul.switch li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    height: 100%;
  }
}

@media (max-width: 768px) {
  #head .head_inline .navMenuWrap ul.switch li a {
    padding: 5px 20px;
    border-right: 3px solid var(--main-colr);
  }

  .nuser #head .head_inline .navMenuWrap ul.switch li a {
    border-right: inherit;
  }
}

@media (max-width: 768px) {
  #head .head_inline .navMenuWrap ul.switch li:last-of-type a {
    border-right: inherit;
  }
}

#head .head_inline .navMenuWrap ul.switch .active a {
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: inherit;
  border-bottom: 4px solid var(--main-colr);
}

@media (min-width: 769px) {
  #head .head_inline .navMenuWrap ul.switch .active a {
    padding: 0 52.18px 8px;
  }
}

@media (max-width: 768px) {
  #head .head_inline .navMenuWrap ul.switch .active a {
    /* border-bottom: inherit; */
    border-right: inherit !important;
    border-left: inherit !important;
  }
}

#menu {
  transition: opacity 0.5s ease;
}

#menu .head_sub_menu {
  display: inline-flex;
}


@media (min-width: 769px) {
  #menu .head_sub_menu {
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  #menu ul.clearfix {
    border-top: 3px solid var(--main-colr);
    border-bottom: 3px solid var(--main-colr);
    /* overflow-x: hidden; */
    display: grid;
    place-content: center;
    place-items: center;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}

#menu ul.clearfix::after {
  display: none;
}


@media (max-width: 768px) {
  #menu ul.clearfix li {
    width: 100%;
    height: 100%;
  }
}

#menu ul.clearfix .head_sub_list a {
  color: #000;
  font-weight: 500;
  font-family: var(--Hiragino);
  margin-left: 0;
  transition: 0.3s;
}

@media (min-width: 769px) {
  #menu ul.clearfix li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20.5px;
    height: 100%;
    gap: 5px;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  #menu ul.clearfix li a {
    height: 25px;
    padding: 15px 10px;
    justify-content: center;
    text-align: center;
  }
}

#menu .head_sub_menu .head_sub_list a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

@media (max-width: 769px) {
  #menu ul.clearfix li:nth-of-type(1) {
    border-right: 1px solid var(--main-colr);
    border-bottom: 1px solid var(--main-colr);
  }

  #menu ul.clearfix li:nth-of-type(2) {
    border-bottom: 1px solid var(--main-colr);
  }

  #menu ul.clearfix li:nth-of-type(3) {
    border-bottom: 1px solid var(--main-colr);
  }

  #menu ul.clearfix li:nth-of-type(4) {
    border-bottom: 1px solid var(--main-colr);
    border-left: 1px solid var(--main-colr);
  }

  #menu ul.clearfix li:nth-of-type(5) {
    border-right: 1px solid var(--main-colr);
  }
}

@media (max-width:768px) {
  .nuser #menu ul.clearfix .project {
    height: 46%;
  }
}

@media (min-width: 769px) {
  #menu ul.clearfix .project {
    display: flex;
    border-bottom-left-radius: 7px;
  }
}



@media (max-width: 768px) {
  #menu ul.clearfix .project a {
    display: flex;
    align-items: center;
    border-bottom: 0;
  }
}

.head_sub_menu {
  width: 100%;
  padding: 15px 0;
}

@media (max-width: 768px) {
  .head_sub_menu {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .head_sub_menu .head_sub_list a {
    font-size: 16px;
  }
}

.head_sub_menu .head_sub_list svg path {
  fill: var(--main-colr) !important;
}

.head_sub_menu .head_sub_list:nth-child(1) svg {
  width: 40px;
  height: 40px;
}

.head_sub_menu .head_sub_list:nth-child(2) svg {
  width: 40px;
  height: 40px;
}

.head_sub_menu .head_sub_list:nth-child(3) svg {
  width: 40px;
  height: 40px;
}

.head_sub_menu .head_sub_list:nth-child(4) svg {
  width: 40px;
  height: 40px;
}

@media (max-width:768px) {
  #wrapper #menu .head_sub_menu {
    display: none;
  }
}

#head #logo {
  padding-left: 20px;
}

/* ================================================================================ */
/*                                                                                  */
/*      メインヴィジュアル                                                            */
/*                                                                                  */
/* ================================================================================ */
.mvbg {
  background-size: cover;
  background-position: center;
  background-image: url(/common/img/mv_img.png);
}

@media (min-width: 769px) {
  .mvbg {
    display: flex;
    justify-content: flex-start;
    height: 500px;
  }
}

@media (max-width: 768px) {
  .mvbg {
    background-position: 93% 50%;
  }
}

@media (min-width: 769px) {
  .mvbg .mvContents {
    padding-left: 20px;
  }
}

@media (min-width: 769px) {
  .mvbg .mvContents {
    max-width: 980px;
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mvbg .mvContents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(157, 225, 255, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding-bottom: 45px;
    height: 700px;
    gap: 25px;
  }
}

.mvbg .mvContents .mvInner {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (min-width: 769px) {
  .mvbg .mvContents .mvInner {
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .mvbg .mvContents .mvInner {
    flex-direction: column;
  }
}

.mvbg .mvContents .mvInner .mvTitle {
  color: #fff;
  word-break: keep-all;
  text-align: inherit;
  line-height: 1.3;
  font-family: var(--Hiragino);
  white-space: nowrap;
  text-shadow: 1px 1px 3px #000;
}

@media (min-width: 769px) {
  .mvbg .mvContents .mvInner .mvTitle {
    font-size: 50px;
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .mvbg .mvContents .mvInner .mvTitle {
    word-break: break-all;
    font-size: clamp(32px, 3vw, 28px);
    margin-bottom: 20px;
    text-shadow: 3px 3px 3px #fff;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .mvbg .mvContents .mvInner img {
    max-width: 208px;
    padding-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .mvbg .mvContents .mvInner img {
    max-width: 45%;
    width: 100%;
    height: auto;
    margin: auto;
  }
}

.mvbg .mvContents .mv_btn {
  position: relative;
  background: var(--sub-colr);
  padding: 20px 90px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 7px;
  transition: .3s;
}

.mvbg .mvContents .mv_btn:hover {
  background: #fe6800;
  transition: .3s;
}

i.fa-arrow {
  position: absolute;
  content: '';
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  transform: translateY(70%);
  width: 25px;
  height: 25px;
  background-size: cover !important;
  background: url(/common/img/style/arrow.svg);
}

@media (max-width: 768px) {
  .mvbg .mvContents .head_btn_wrap {
    display: flex;
    justify-content: center;
  }
}

.mvbg .mvContents .mvInner .mvLink {
  color: var(--sub-colr);
  font-family: var(--Hiragino);
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 4px solid var(--sub-colr);
}

@media (min-width: 769px) {
  .mvbg .mvContents .mvInner .mvLink {
    font-size: 25px;
    padding: 0 31px 10px;
  }
}

@media (max-width: 768px) {
  .mvbg .mvContents .mvInner .mvLink {
    width: 80%;
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    color: #fd6e00;
    border-bottom: 4px solid #fd6e00;
    text-shadow: 3px 3px 3px #fff;
  }
}

.mvbg .mvContents .mvInner .mvLink:hover {
  transition: 0.3s;
  color: #fd6e00;
  border-bottom: 4px solid #fd6e00;
}

@media (max-width:768px) {
  .br-sp {
    display: none;
  }
}

/* ================================================================================ */
/*                                                                                  */
/*      コンテンツ                                                            */
/*                                                                                  */
/* ================================================================================ */
/* ================================================================================ */
/*                                                                                  */
/*      ニュース                                                            */
/*                                                                                  */
/* ================================================================================ */
/* ================================================================================ */
/*                                                                                  */
/*      サイドバー                                                            */
/*                                                                                  */
/* ================================================================================ */

@media (min-width: 769px) {
  #contents {
    max-width: 1240px;
    margin-top: 62px;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  #contents {
    padding: 20px;
  }
}

#contents .contents_inline {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 769px) {
  #contents .contents_inline {
    flex-direction: row-reverse;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

@media (max-width: 768px) {
  #contents .contents_inline {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .nobody #contents .contents_inline {
    flex-direction: column-reverse;
  }
}

@media (min-width: 769px) {
  #contents .contents_inline .contents_m {
    max-width: 1280px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #contents .contents_inline .contents_m {
    width: inherit;
  }
}

.item_info .body {
  line-height: 1.4;
}

.head_menu {
  line-height: 2;
}

#contents .contents_inline .contents_m .contents_box.news {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(148, 148, 148, 0.2);
  padding: 20px 48px 20px 20px;
}

#contents .contents_inline .contents_m .contents_box.news .more a {
  color: var(--sub-colr);
}

@media (min-width: 769px) {
  #contents .contents_inline .contents_m .contents_box.news .more {
    text-align: right;
  }
}


#contents .contents_inline .contents_m .free {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(148, 148, 148, 0.2);
}

@media (min-width: 769px) {
  #contents .contents_inline .contents_m .free {
    padding: 20px 48px 20px 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  #contents .contents_inline .contents_m .free {
    padding: 20px;
  }
}

#contents .contents_inline .contents_m .free h2 {
  border: 0;
  background: inherit;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 3px;
}

@media (min-width: 769px) {
  #contents .contents_inline .contents_m .free h2 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #contents .contents_inline .contents_m .free h2 {
    font-size: 14px;
  }
}

#contents .contents_inline .contents_m .free h2::before {
  display: none;
}

#contents .contents_inline .contents_m .free #search {
  display: flex;
  width: 100%;
}

#contents .contents_inline .contents_m .free #search .search_button {
  color: #fff;
  border: inherit;
  border-radius: 4px;
  background-color: var(--main-colr);
}

@media (min-width: 769px) {
  #contents .contents_inline .contents_m .free #search .search_button {
    font-size: 16px;
    width: 76px;
    height: 41px;
  }
}

@media (max-width: 768px) {
  #contents .contents_inline .contents_m .free #search .search_button {
    width: 25%;
    font-size: 14px;
  }
}

#contents .contents_inline .contents_m .free #search label {
  width: 100%;
}

#contents .contents_inline .contents_m .free #search label .searchinput {
  display: grid;
  width: 96%;
  height: 34px;
  border-radius: 4px;
}

@media (min-width: 769px) {
  #contents .contents_inline .contents_m .free #search label .searchinput {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  #contents .contents_inline .contents_m .free #search label .searchinput {
    width: 87%;
    padding-left: 10px;
  }
}

#contents .contents_inline .contents_m .free #search label .searchinput::-moz-placeholder {
  color: #707070;
}

#contents .contents_inline .contents_m .free #search label .searchinput::placeholder {
  color: #707070;
}

#contents .contents_inline .contents_m h2 {
  position: relative;
  border-bottom: 3px solid #ddd;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  background: inherit;
  font-family: var(--Hiragino);
  font-weight: 700;
  padding-left: 0;
  gap: 10px;
}

@media (min-width: 769px) {
  #contents .contents_inline .contents_m h2 {
    font-size: 28px;
  }
}

#contents .contents_inline .contents_m h2::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 40px;
  background-color: var(--main-colr);
}

#contents .contents_inline .contents_box h2 {
  color: var(--main-colr);
  display: flex;
  align-items: center;
  background: inherit;
  font-family: var(--Hiragino);
  font-weight: 700;
  padding-left: 0;
}

@media (min-width: 769px) {
  #contents .contents_inline .contents_box h2 {
    font-size: 24px;
  }
}


#contents .clearfix::after {
  display: none;
}

#contents .news .body .clearfix {
  margin-bottom: 20px;
}

#contents .news .body .clearfix li {
  position: relative;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #D2D2D2;
}

@media (min-width: 769px) {
  #contents .news .body .clearfix li {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 45px;
  }
}

@media (max-width: 768px) {
  #contents .news .body .clearfix li {
    display: flex;
    padding: 10px 0;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

#contents .news .body .clearfix li:first-of-type {
  border-top: 1px solid #D2D2D2;
}

@media (min-width: 769px) {
  #contents .news .body .clearfix li:first-of-type {
    padding-top: 20px;
  }
}

#contents .news .body .clearfix li span {
  font-weight: 700;
  font-family: var(--Hiragino);
  color: #D2D2D2;
}

@media (min-width: 769px) {
  #contents .news .body .clearfix li p {
    margin-left: 110px;
  }
}

@media (max-width: 768px) {
  #contents .news .body .clearfix li p {
    margin-left: 0;
  }
}

#contents .news .body .clearfix li p a {
  color: #222;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}

@media (min-width: 769px) {
  #contents .news .body .clearfix li p a {
    font-size: 14px;
  }
}

#contents .news .body .clearfix li p a::before {
  position: absolute;
  content: url(/common/img/arrow_left.svg);
}

@media (min-width: 769px) {
  #contents .news .body .clearfix li p a::before {
    top: 25px;
    right: 16px;
  }
}

@media (max-width: 768px) {
  #contents .news .body .clearfix li p a::before {
    top: 39%;
    right: 0px;
  }
}

#contents .news .body .clearfix li p a:hover {
  transition: 0.3s;
  opacity: 0.3;
}

#contents .news .body .more {
  text-align: center;
}

#contents .new .body .list_table .item_list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width:768px) {
  #contents .new .body .list_table .item_list {
    width: 89%;
  }
}

#contents .new .body .list_table .item_list li {
  width: 100%;
  box-shadow: 0 0 4px 1px rgba(0, 32, 54, 0.06);
  border-radius: 16px;
  font-size: 0;
}

@media (min-width: 769px) {
  #contents .new .body .list_table .item_list li {
    padding: 25px 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  #contents .new .body .list_table .item_list li {
    padding: 20px;
  }
}

#contents .new .body .list_table .item_list li .img {
  display: none;
}

#contents .new .body .list_table .item_list li .cate {
  display: inline-block;
  border: 1px solid var(--main-colr);
  color: var(--main-colr);
  border-radius: 4px;
  font-weight: 500;
  font-family: var(--Hiragino);
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  #contents .new .body .list_table .item_list li .cate {
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 25px;
  }
}

@media (max-width: 768px) {
  #contents .new .body .list_table .item_list li .cate {
    padding: 5px 10px;
    font-size: 12px;
  }
}

#contents .new .body .list_table .item_list li .title {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 25px 0 25px;
}

@media (max-width: 768px) {
  #contents .new .body .list_table .item_list li .title {
    padding: 20px 0;
  }
}

#contents .new .body .list_table .item_list li .title a {
  color: #222;
  text-decoration: none;
  line-height: 1.4;
}

@media (min-width: 769px) {
  #contents .new .body .list_table .item_list li .title a {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  #contents .new .body .list_table .item_list .contentsBoxCatWrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    /* margin-left: 25px; */
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #contents .new .body .list_table .item_list .contentsBoxCatWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    /* margin-left: 25px; */
  }
}

#contents .new .body .list_table .item_list li span {
  font-size: 12px;
  display: grid;
  place-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 23px;
  background-color: #E8F4FC;
  border-radius: 12px;
  color: var(--main-colr);
  font-weight: 500;
  font-family: var(--Hiragino);
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  #contents .new .body .list_table .item_list li span {
    padding: 3px 10px;
    font-size: 12px;
  }
}

#contents .new .body .list_table .item_list li .newLink {
  display: block;
  color: var(--main-colr);
  text-align: end;
  margin-right: 25px;
  transition: 0.3s;
}

@media (min-width: 769px) {
  #contents .new .body .list_table .item_list li .newLink {
    font-size: 14px;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  #contents .new .body .list_table .item_list li .newLink {
    font-size: 12px;
  }
}

#contents .new .body .list_table .item_list li .newLink:after {
  content: url(/common/img/next_left.svg);
  margin-left: 7px;
}

#contents .new .body .list_table .item_list li:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#contents .history .more {
  display: none;
}

@media (max-width: 768px) {
  #contents .history .body .item_list {
    gap: 20px;
  }
}

@media (min-width: 769px) {
  #contents .history .body .item_list li {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  #contents .history .body .item_list li {
    padding: 20px;
  }
}

#contents .history .body .item_list li .cate {
  width: fit-content;
  display: inline-block;
  border: 1px solid var(--main-colr);
  color: var(--main-colr);
  border-radius: 4px;
  font-weight: 500;
  font-family: var(--Hiragino);
  text-align: center;
}

@media (min-width: 769px) {
  #contents .history .body .item_list li .cate {
    padding: 5px 10px;
    margin-bottom: 8px;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  #contents .history .body .item_list li .cate {
    padding: 5px 10px;
    margin-bottom: 8px;
    font-size: 14px;
  }
}

#contents .history .body .item_list li .title {
  display: flex;
  flex-direction: column;
  border: 0;
}

@media (min-width: 769px) {
  #contents .history .body .item_list li .title {
    padding: 0;
  }
}

#contents .history .body .item_list li .title a {
  color: #222;
  text-decoration: none;
  line-height: 1.4;
  order: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

@media (min-width: 769px) {
  #contents .history .body .item_list li .title a {
    font-size: 18px;
    height: 100px;
  }
}

@media (min-width: 769px) {
  .nuser #contents .contents_s .history .body .item_list li {
    display: grid !important;
  }
}

@media (min-width: 769px) {
  .nuser #contents .contents_s .history .body .item_list li .title a {
    font-size: 14px;
    height: inherit;
  }
}

@media (max-width: 768px) {
  #contents .history .body .item_list li .title a {
    padding-top: 10px;
  }
}

#contents .history .body .item_list li span {
  font-size: 12px;
  display: grid;
  place-content: center;
  background-color: #E8F4FC;
  border-radius: 12px;
  color: var(--main-colr);
  font-weight: 500;
  font-family: var(--Hiragino);
  width: -moz-max-content;
  width: max-content;
  order: 1;
}

@media (min-width: 769px) {
  #contents .history .body .item_list li span {
    padding: 3px 10px;
    font-size: 10px;
    margin-bottom: 8px;
  }
}

#contents .history .body .item_list li .newLink {
  display: block;
  color: var(--main-colr);
  text-align: end;
}

@media (min-width: 769px) {
  #contents .history .body .item_list li .newLink {
    font-size: 14px;
    padding-top: 20px;
  }
}

#contents .history .body .item_list li .newLink:after {
  content: url(/common/img/next_left.svg);
  margin-left: 7px;
}

@media (min-width: 769px) {
  #contents .contents_s {
    width: 100%;
    max-width: 300px;
    display: block;
  }
}

@media (max-width: 768px) {
  .nobody #contents .contents_s {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: -150px;
    margin-bottom: 20px;
    position: relative;
  }
}

@media (max-width: 768px) {
  #contents .contents_s {
    display: none;
  }
}

@media (max-width: 768px) {
  .cuser #contents .contents_s {
    display: block;
    width: inherit;
    padding-left: 0;
  }
}

.cuser #contents .contents_inline .contents_s .contents_box h2 .more {
  display: block;
  margin-left: 5px;
}

@media (min-width: 769px) {
  .cuser #contents .contents_inline .contents_s .contents_box h2 {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .cuser #contents .contents_inline .contents_s .contents_box h2 {
    font-size: 14px !important;
  }
}

#contents .contents_s .login h2 {
  background: inherit;
  border: inherit;
}

@media (min-width: 769px) {
  #contents .contents_s .login h2 {
    font-size: 16px;
    padding-left: 0;
  }
}

#contents .contents_s .login .body {
  border: inherit;
  border-bottom: 1px solid #D2D2D2;
}

@media (min-width: 769px) {
  #contents .contents_s .login .body {
    padding: 0 0 20px 0;
  }
}

@media (min-width: 769px) {
  #contents .contents_s .login .body #login_form dl dt label {
    font-size: 14px;
    font-family: var(--Hiragino);
  }
}

#contents .contents_s .login .body #login_form dl dt label input {
  border-color: #DDDDDD;
}

#contents .contents_s .login .body #login_form dl dd input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  #contents .contents_s .login .body #login_form dl dd input {
    height: 37px;
  }
}

#contents .contents_s .login .body #login_form .check label {
  display: flex;
  align-items: center;
  line-height: 1.6;
}

@media (min-width: 769px) {
  #contents .contents_s .login .body #login_form .check label {
    font-family: var(--Hiragino);
  }
}

#contents .contents_s .login .body #login_form .check label input {
  border: 1px solid #DDDDDD;
}

#contents .contents_s .login .body #login_form p #login {
  border: inherit;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  background-color: var(--sub-colr);
  box-sizing: border-box;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

@media (min-width: 769px) {
  #contents .contents_s .login .body #login_form p #login {
    height: 37px;
  }
}

#contents .contents_s .login .body #login_form p #login:hover {
  font-weight: 700;
  transition: 0.3s;
  background-color: #fd6e00;
}

#contents .contents_s .login .body p a {
  color: var(--main-colr);
}

@media (min-width: 769px) {
  #contents .contents_s .login .body p a {
    margin-top: 12px;
  }
}

#contents .contents_s .top_search .form .body {
  border: inherit;
  padding: 0;
}

#contents .contents_s .top_search .form .body .clearfix li {
  background: inherit;
  padding-left: 0;
  line-height: 2.1;
  margin: 0;
}

#contents .contents_s .top_search .form .body .clearfix li a {
  text-decoration: none;
  color: var(--main-colr);
}

@media (min-width: 769px) {
  #contents .contents_s .top_search .form .body .clearfix li a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #contents .contents_s .top_search .form .body .clearfix li a {
    font-size: 12px;
  }
}

#contents .contents_s .top_search .items_type .body {
  border: inherit;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}

#contents .contents_s .top_search .items_type .body .clearfix li {
  background: inherit;
  padding-left: 0;
  line-height: 2.1;
}

#contents .contents_s .top_search .items_type .body .clearfix li a {
  text-decoration: none;
  color: var(--main-colr);
}

@media (min-width: 769px) {
  #contents .contents_s .top_search .items_type .body .clearfix li a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #contents .contents_s .top_search .items_type .body .clearfix li a {
    font-size: 12px;
  }
}

#contents .contents_s .top_search .character .body {
  border: inherit;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}

#contents .contents_s .top_search .character .body .clearfix li {
  display: block;
  background: inherit;
  padding-left: 0;
  line-height: 2.1;
}

@media (min-width: 769px) {
  #contents .contents_s .top_search .character .body .clearfix li {
    margin-top: 5px;
  }
}

#contents .contents_s .top_search .character .body .clearfix li a {
  display: block;
  text-decoration: none;
  color: var(--main-colr);
  font-weight: 400;
}

@media (min-width: 769px) {
  #contents .contents_s .top_search .character .body .clearfix li a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #contents .contents_s .top_search .character .body .clearfix li a {
    font-size: 12px;
  }
}


#benefits .step {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url(/common/img/nihonnavi_bg.jpg);
}

@media (min-width: 769px) {
  #benefits .step {
    padding: 70px 20px;
  }

}

@media (max-width: 768px) {
  #benefits .step {
    padding: 45px 20px;
    background-attachment: fixed;

  }

}

#benefits .step .fillter::after {
  top: 0;
  right: 0;
  left: 0;
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.step .stepContainer {
  position: relative;
  z-index: 99;
}

@media (min-width: 769px) {
  .step .stepContainer {
    max-width: 1170px;
    margin: auto;
  }
}

@media (max-width:768px) {}

.step .stepContainer ul.stepListWrap {
  display: flex;
}

@media (min-width: 769px) {
  .step .stepContainer ul.stepListWrap {
    -moz-column-gap: 55px;
    column-gap: 55px;
    margin-top: 70px;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .step .stepContainer ul.stepListWrap {
    gap: 20px;
    flex-direction: column;
    max-width: 70%;
    margin: 0 auto 25px;
  }
}

@media (max-width: 500px) {
  .step .stepContainer ul.stepListWrap {
    max-width: inherit;
  }
}

.step .stepContainer ul.stepListWrap li.stepList {
  position: relative;
  display: grid;
  place-content: space-evenly;
  place-items: center;
  border-radius: 16px;
  box-shadow: 0 0 4px 1px rgba(0, 32, 54, 0.06);
  background-color: #fff;
}

@media (min-width: 769px) {
  .step .stepContainer ul.stepListWrap li.stepList {
    width: 100%;
    max-width: 290px;
    height: 362px;
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .step .stepContainer ul.stepListWrap li.stepList {
    padding: 55px 20px 20px;
    margin-top: 25px;
  }
}

/* .step .stepContainer ul.stepListWrap li.stepList:after {
  position: absolute;
  content: url(/common/img/dashed.svg);
} */

@media (min-width: 769px) {
  .step .stepContainer ul.stepListWrap li.stepList:after {
    right: -53px;
  }
}

.step .stepContainer ul.stepListWrap li.stepList:last-child:after {
  display: none;
}

.step .stepContainer ul.stepListWrap li.stepList .stepCircle {
  position: absolute;
  display: grid;
  place-content: center;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  border: 10px double;
  background-color: var(--main-colr);
}

@media (min-width: 769px) {
  .step .stepContainer ul.stepListWrap li.stepList .stepCircle {
    top: -27.5px;
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .step .stepContainer ul.stepListWrap li.stepList .stepCircle {
    width: 50px;
    height: 50px;
    top: -30px;
    font-size: 20px;
  }
}

.step .stepContainer ul.stepListWrap li.stepList .steph3 {
  font-weight: 700;
}

@media (min-width: 769px) {
  .step .stepContainer ul.stepListWrap li.stepList .steph3 {
    font-size: 20px;
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .step .stepContainer ul.stepListWrap li.stepList .steph3 {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.step .stepContainer ul.stepListWrap li.stepList img:nth-of-type(1) {
  max-width: 108.53px;
  width: 100%;
}

.step .stepContainer ul.stepListWrap li.stepList .stepTxt {
  line-height: 1.4;
  font-family: var(--Hiragino);
}

@media (min-width: 769px) {
  .step .stepContainer ul.stepListWrap li.stepList .stepTxt {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .step .stepContainer ul.stepListWrap li.stepList .stepTxt {
    font-size: 14px;
    margin-top: 20px;
  }
}

.step .stepContainer .stepCtaWrap {
  display: grid;
}

.step .stepContainer .stepCtaWrap h3.stepCtaTitle {
  text-align: center;
  line-height: 1.6;
  color: var(--main-colr);
}

@media (min-width: 769px) {
  .step .stepContainer .stepCtaWrap h3.stepCtaTitle {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .step .stepContainer .stepCtaWrap h3.stepCtaTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

button.ctaBtn {
  position: relative;
  margin: auto;
  border: 0;
  display: block;
  box-shadow: 0 0 4px 1px rgba(0, 32, 54, 0.06);
  border-radius: 10px;
  background-color: var(--sub-colr);
  transition: 0.3s;
}

@media (min-width: 769px) {
  button.ctaBtn {
    max-width: 339px;
    width: 100%;
    height: 66px;
  }
}

@media (max-width: 768px) {
  button.ctaBtn {
    max-width: 280px;
    width: 100%;
    padding: 15px;
  }
}

button.ctaBtn:hover {
  background-color: #fd6e00;
  transition: 0.3s;
  max-width: 350px;
  border-bottom: 7px solid #994200;
}

@media (max-width: 768px) {
  button.ctaBtn:hover {
    max-width: 300px;
  }
}

button.ctaBtn:active {
  transition: 0;
  border-bottom: 7px solid #fd6e00;
}

button.ctaBtn a.ctaLink {
  display: grid;
  place-content: center;
  color: #fff;
  text-decoration: none;
  height: 100%;
  font-size: 18px;
}

@media (min-width: 769px) {
  button.ctaBtn a.ctaLink {
    font-size: 22px;
    font-weight: 700;
  }
}

button.ctaBtn a.ctaLink::after {
  position: absolute;
  right: 25px;
  top: 25px;
  content: url(/common/img/arrowCta_left.svg);
}

@media (max-width: 768px) {
  button.ctaBtn a.ctaLink::after {
    top: 17px;
  }
}

.stepTitleWrap {
  text-align: center;
}

.stepTitleWrap .stepsub {
  display: block;
  font-weight: 700;
  color: var(--main-colr);
}

@media (min-width: 769px) {
  .stepTitleWrap .stepsub {
    padding-bottom: 8px;
    font-size: 16px;
  }
}

@media (max-width:768px) {
  .stepTitleWrap .stepsub {
    font-size: 16px;
  }
}

.faq .stepTitleWrap .stepTitle {
  line-height: 1.4;
}

@media (min-width: 769px) {
  .stepTitleWrap .stepTitle {
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  .stepTitleWrap .stepTitle {
    margin: 10px 0 25px;
    font-weight: 400;
    font-size: 22px;
  }
}

#faq .faq {
  position: relative;
  background-size: cover;
  background-position: center;
  background-position: top;
  background-image: url(/common/img/nihonnavi_bg_002.jpg);
}

@media (min-width:769px) {
  #faq .faq {
    background-attachment: fixed;
    padding: 70px 20px 70px 20px;
  }
}

@media (max-width: 768px) {
  #faq .faq {
    padding: 70px 5px 70px 5px;
  }
}

#faq .faq .fillter_black::after {
  top: 0;
  right: 0;
  left: 0;
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

#faq .faq .fillter_cta::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.faqWrap {
  position: relative;
  z-index: 99;
}

#faq .faq .faqWrap .faqContainer {
  max-width: 831px;
  margin: auto;
}

@media (min-width: 769px) {
  #faq .faq .faqWrap .faqContainer {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #faq .faq .faqWrap .faqContainer .faqInner {
    margin-bottom: 45px;
    padding: 20px;
  }
}

#faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap {
  border-bottom: 1px solid #E8E8E8;
}

@media (min-width: 769px) {
  #faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap {
    padding: 0 55px 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  #faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap {
    padding: 50px 25px 50px 50px;
    margin: 0 20px;
  }
}

#faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap:last-child {
    border-bottom: inherit;
  }
}

#faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap dt.faqInnerTitle {
  position: relative;
  font-weight: 700;
  padding-bottom: 20px;
  list-style: decimal;
}

@media (min-width: 769px) {
  #faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap dt.faqInnerTitle {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap dt.faqInnerTitle {
    font-size: 16px;
  }
}

#faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap dt.faqInnerTitle::before {
  position: absolute;
  content: "Q.";
  color: var(--main-colr);
  font-family: var(--jost);
  font-size: 20px;
  top: -5px;
  left: -35px;
}

#faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap dd.faqInnerTxt {
  line-height: 1.9;
}

@media (min-width: 769px) {
  #faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap dd.faqInnerTxt {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #faq .faq .faqWrap .faqContainer .faqInner dl.faqInnerWrap dd.faqInnerTxt {
    font-size: 14px;
  }
}

#faq .faq .stepCtaWrap {
  position: relative;
  text-align: center;
}

#faq .faq .stepCtaWrap .stepCtaTitle {
  color: #fff;
  display: grid;
  place-content: center;
  line-height: 1.6;
}

@media (min-width: 769px) {
  #faq .faq .stepCtaWrap .stepCtaTitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width:768px) {
  #faq .faq .stepCtaWrap .stepCtaTitle {
    margin-bottom: 20px;
  }
}

#faq .faq .stepCtaWrap .stepCtaTitle span {
  display: flex;
  color: #fff;
  /* text-shadow:
    -0.5px -0.5px 0 #ffffff,
    0.5px -0.5px 0 #ffffff,
    -0.5px 0.5px 0 #ffffff,
    0.5px 0.5px 0 #ffffff; */
}

@media (min-width: 769px) {
  #faq .faq .stepCtaWrap .stepCtaTitle span {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  #faq .faq .stepCtaWrap .stepCtaTitle span {
    height: 40px;
    font-size: 22px;
    align-items: center;
  }
}

#faq .faq .stepCtaWrap .stepCtaTitle span::before {
  /* content: ''; */
  display: block;
  position: relative;
  bottom: 20px;
  left: -10px;
  width: 50px;
  height: 100px;
  background-size: cover;
  background-image: url(/common/img/footerCtaobject.png);
}

@media (max-width: 768px) {
  #faq .faq .stepCtaWrap .stepCtaTitle span::before {
    bottom: 20px;
    width: 45px;
    height: 87px;
  }
}

#faq .faq .stepCtaWrap .stepCtaTitle span::after {
  /* content: ''; */
  display: block;
  position: relative;
  bottom: 20px;
  right: -10px;
  width: 50px;
  height: 100px;
  background-size: cover;
  background-image: url(/common/img/footerCtaobject-l.png);
}

@media (max-width: 768px) {
  #faq .faq .stepCtaWrap .stepCtaTitle span::after {
    bottom: 20px;
    width: 45px;
    height: 87px;
  }
}

#foot {
  position: relative;
}

@media (min-width: 769px) {
  #foot {
    margin-top: 0px;
  }
}

#foot p#pagetop {
  position: absolute;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: #ddd;
}

@media (min-width: 769px) {
  #foot p#pagetop {
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 25px;
  }
}

@media (max-width: 768px) {
  #foot p#pagetop {
    display: none;
    width: 55px;
    height: 55px;
    top: 20px;
    right: 20px;
  }
}

#foot p#pagetop a {
  display: block;
}

#foot p#pagetop a img {
  rotate: -90deg;
  filter: invert(100%);
}

#foot .foot_inline.clearfix {
  background-color: #555;
}

@media (min-width: 769px) {
  #foot .foot_inline.clearfix {
    padding: 60px 20px 25px;
  }
}

@media (max-width: 768px) {
  #foot .foot_inline.clearfix {
    padding: 45px 0 20px;
  }
}

#foot .foot_inline.clearfix .footerLogo {
  display: block;
  text-align: center;
}

#foot .foot_inline.clearfix .footerLogo a img {
  max-width: 196px;
}

@media (min-width: 769px) {
  #foot .foot_inline.clearfix .footerLogo a img {
    width: 100%;
    margin: auto;
  }
}

#foot .foot_inline.clearfix .footerCopy {
  text-align: center;
  color: #fff;
  font-weight: 400;
}

@media (min-width: 769px) {
  #foot .foot_inline.clearfix .footerCopy {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #foot .foot_inline.clearfix .footerCopy {
    font-size: 10px;
  }
}

#foot .foot_inline.clearfix ul.foot_menu.clearfix {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (min-width: 769px) {
  #foot .foot_inline.clearfix ul.foot_menu.clearfix {
    max-width: 640px;
    margin: auto;
    padding: 70px 0 60px;
  }
}

@media (max-width: 768px) {
  #foot .foot_inline.clearfix ul.foot_menu.clearfix {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

#foot .foot_inline.clearfix ul.foot_menu.clearfix li {
  background-image: inherit;
  padding-left: inherit;
  margin: inherit;
}

@media (max-width: 768px) {
  #foot .foot_inline.clearfix ul.foot_menu.clearfix li {
    border-bottom: 1px dashed #fff;
    margin: 0 30px;
  }
}

#foot .foot_inline.clearfix ul.foot_menu.clearfix li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  #foot .foot_inline.clearfix ul.foot_menu.clearfix li a {
    display: block;
    font-size: 14px;
    padding: 20px;
  }
}

/* ================================================================================ */
/*                                                                                  */
/*      スマホサイドバー                                                            */
/*                                                                                  */
/* ================================================================================ */
@media (min-width: 769px) {
  .contents_s {
    width: 230px;
    max-width: 100%;
    display: none;
  }
}

@media (max-width: 768px) {
  .contents_s {
    padding: 0 20px;
  }
}

.contents_s .login h2 {
  background: inherit;
  border: inherit;
}

@media (min-width: 769px) {
  .contents_s .login h2 {
    font-size: 16px;
    padding-left: 0;
  }
}

.contents_s .login .body {
  border: inherit;
  border-bottom: 1px solid #D2D2D2;
}

@media (min-width: 769px) {
  .contents_s .login .body {
    padding: 0 0 20px 0;
  }
}

@media (max-width: 768px) {
  .contents_s .login .body {
    padding-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .contents_s .login .body #login_form dl dt label {
    font-size: 14px;
    font-family: var(--Hiragino);
  }
}

.contents_s .login .body #login_form dl dt label input {
  border-color: #DDDDDD;
}

.contents_s .login .body #login_form dl dd input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .contents_s .login .body #login_form dl dd input {
    height: 37px;
  }
}

@media (max-width: 768px) {
  .contents_s .login .body #login_form dl dd input {
    height: 30px;
  }
}

.contents_s .login .body #login_form .check label {
  display: flex;
  align-items: center;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .contents_s .login .body #login_form .check label {
    font-family: var(--Hiragino);
  }
}

.contents_s .login .body #login_form .check label input {
  border: 1px solid #DDDDDD;
}

.contents_s .login .body #login_form p #login {
  border: inherit;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  background-color: var(--sub-colr);
  box-sizing: border-box;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .contents_s .login .body #login_form p #login {
    height: 37px;
  }
}

@media (max-width: 768px) {
  .contents_s .login .body #login_form p #login {
    height: 40px;
  }
}

.contents_s .login .body #login_form p #login:hover {
  font-weight: 700;
  transition: 0.3s;
  background-color: #fd6e00;
}

.contents_s .login .body p a {
  color: var(--main-colr);
}

@media (min-width: 769px) {
  .contents_s .login .body p a {
    margin-top: 12px;
  }
}

.contents_s .top_search {
  margin-bottom: 20px;
}

.contents_s .top_search .form .body {
  border: inherit;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}

.contents_s .top_search .form .body .clearfix li {
  background: inherit;
  padding-left: 0;
  line-height: 2.1;
}

.contents_s .top_search .form .body .clearfix li a {
  text-decoration: none;
  color: var(--main-colr);
}

@media (min-width: 769px) {
  .contents_s .top_search .form .body .clearfix li a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .contents_s .top_search .form .body .clearfix li a {
    font-size: 12px;
  }
}

.contents_s .top_search .items_type h2 {
  border: inherit;
  background: inherit;
  padding-left: 0;
}

.contents_s .top_search .items_type .body {
  border: inherit;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}

.contents_s .top_search .items_type .body .clearfix li {
  background: inherit;
  padding-left: 0;
  line-height: 2.1;
}

.contents_s .top_search .items_type .body .clearfix li a {
  text-decoration: none;
  color: var(--main-colr);
}

@media (min-width: 769px) {
  .contents_s .top_search .items_type .body .clearfix li a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .contents_s .top_search .items_type .body .clearfix li a {
    font-size: 12px;
  }
}

.contents_s .top_search .character .body {
  border: inherit;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}

.contents_s .top_search .character .body .clearfix li {
  display: block;
  background: inherit;
  padding-left: 0;
  line-height: 2.1;
}

@media (min-width: 769px) {
  .contents_s .top_search .character .body .clearfix li {
    margin-top: 5px;
  }
}

.contents_s .top_search .character .body .clearfix li a {
  display: block;
  text-decoration: none;
  color: var(--main-colr);
  font-weight: 400;
}

@media (min-width: 769px) {
  .contents_s .top_search .character .body .clearfix li a {
    font-size: 14px;
  }

}

@media (max-width: 768px) {
  .contents_s .top_search .character .body .clearfix li a {
    font-size: 12px;
  }
}

.nuser #head .head_menu,
.cuser #head .head_menu {
  margin-right: 10px;
}

.cuser .contents_m ul.sub_menu {
  display: flex;
  gap: 7px;
}

@media (max-width:768px) {
  .cuser .contents_m ul.sub_menu {
    flex-direction: column;
  }
}


.cuser .contents_m .other .body ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.nuser .contents_m .alike .body ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.nuser .contents_m .alike .body li {
  width: inherit;
  height: 110px;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 0 4px 1px rgba(0, 32, 54, 0.06);
}

.cuser .contents_m .other .body h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.cuser .contents_m .other .body li {
  width: inherit;
  height: 110px;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 0 4px 1px rgba(0, 32, 54, 0.06);

}

.cuser .contents_m ul.sub_menu li:nth-child(1) {
  order: 3;
}

.cuser .contents_m ul.sub_menu li:nth-child(2) {
  order: 1;

}

.cuser .contents_m ul.sub_menu li:nth-child(3) {
  order: 2;
}

.cuser .job_container .photo+.jobtext {
  width: inherit;
  float: inherit;
}

.cuser .contents_m .other .body .img {
  display: none;
}

.nuser #contents .contents_s .clip h2 {
  font-size: 16px;
}

.nuser .contents_inline .projectSingleWrap {
  display: grid;

}

.nuser .form_table .closed {
  display: inline-block;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .nuser #contents .contents_s {
    display: block;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    padding-left: 0;
    margin-top: 20px;
  }
}

.nuser #contents .contents_inline .contents_s .contents_box h2 .more {
  display: block;
  margin-left: 5px;
}

@media (min-width: 769px) {
  .nuser #contents .contents_inline .contents_s .contents_box h2 {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .nuser #contents .contents_inline .contents_s .contents_box h2 {
    font-size: 14px !important;
  }
}



.nuser .contents_m .other .body ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.nuser .contents_m .other .body h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.nuser .contents_m .other .body li {
  width: initial;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 0 4px 1px rgba(0, 32, 54, 0.06);

}

.nobody .item_list .job_container {
  margin-bottom: 0;
}

.nobody .item_list .job_container .button {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
}

.nobody .job_container .button .btn_more {
  background-color: inherit;
  font-size: 12px;
  color: var(--main-colr);
  margin-right: 15px;
  margin-bottom: 0;
}

@media (max-width:768px) {
  .nobody #contents .new .body .list_table .item_list {
    width: 92%;
  }
}

.nobody #contents .new .body .list_table .item_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

.nobody #contents .new .body .list_table .item_list li {
  width: inherit;
}

@media (max-width: 768px) {
  .nobody #contents .new .body .list_table .item_list {
    width: inherit;
  }
}

.nuser .item_list .job_container {
  margin-bottom: 0;
}

.nuser .item_list .job_container .button {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
}

.nuser .job_container .button .btn_more {
  background-color: inherit;
  font-size: 12px;
  color: var(--main-colr);
  margin-right: 15px;
  margin-bottom: 0;
}

@media (max-width:768px) {
  .nuser #contents .new .body .list_table .item_list {
    width: 92%;
  }
}

.nuser #contents .new .body .list_table .item_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

.nuser #contents .new .body .list_table .item_list li {
  width: inherit;
  box-shadow: 0 0 4px 1px rgba(0, 32, 54, 0.06);
}

@media (max-width: 768px) {
  .nuser #contents .new .body .list_table .item_list {
    width: inherit;
  }
}

#contents .contents_inline .list {
  background-color: #fff;
}

#contents .contents_inline .list .detail_cheack {
  text-align: right;
}

.list_title_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width:768px) {
  .list_title_wrap {
    flex-direction: column;
  }
}

@media (max-width:768px) {
  .title_thumb {
    width: 100%;
  }
}

.list_title_wrap img {
  min-width: 200px;
  width: 100%;
  height: auto;
}

.list_title_wrap .title h3 {
  display: flex;
  flex-direction: column;
}

.list_title_wrap .title h3 span.cate {
  font-size: 22px;
}

.list_title_wrap .title h3 a {
  font-size: 20px;
}

#contents .contents_inline .contents_m .anken_detail {
  font-size: 14px;
  margin: 20px 25px 0;
  color: #7A7A7A;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#contents .contents_inline .contents_m .history .anken_detail {
  margin: 0;
}

#contents .contents_inline .contents_m .right_content .anken_detail {
  margin: 15px 0;
}

#contents .projectSingleWrap .history {
  margin-top: 50px;
}

#contents .projectSingleWrap .history h2 {
  padding-left: 8px;
  margin-bottom: 20px;
}

#contents .projectSingleWrap .history .job_container {
  padding-bottom: 0;
}

.nuser #contents .c2 .contents_s .history .item_list {
  place-content: center !important;
  grid-template-columns: 100%;
}

.nuser #contents .c2 .contents_s .history .item_list .anken_detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;

}

#contents .contents_inline .list_table .clientTable {
  display: none;
}

#contents .contents_inline .contents_m .info_table .clientTable {
  display: none;
}

#contents .contents_inline .contents_s .contents_box h2 {
  font-size: 18px;
}

#contents .c2 .projectSingleWrap .anken_detail {
  font-size: 14px;
  margin: 20px 0;
  color: #7A7A7A;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nuser .job_container .button .btn_more:hover,
.cuser .job_container .button .btn_more:hover {
  background-color: inherit !important;
}

.contents_box .listTableLook {
  overflow-x: visible;
}

.konnpeNone label:nth-child(2) {
  display: none;
}

.contents_bg {
  background-color: #fff;
  border-radius: 7px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(148, 148, 148, 0.2);
}

@media (min-width:769px) {
  .contents_bg {
    margin-bottom: 25px;
  }

}

/* ================================================================================ */
/*                                                                                  */
/*      トップページ                                                            */
/*                                                                                  */
/* ================================================================================ */
#top #head {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  max-width: inherit;
  padding: 0;
}

@media (max-width:768px) {
  #head {
    padding-top: 0;
  }
}

@media (min-width:769px) {
  #top #menu {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    z-index: 9999;
    max-width: inherit;
    display: flex;
    justify-content: flex-end;
    background-color: inherit;
    box-shadow: 1px 3px 3px #eee;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* ================================================================================ */
/*                                                                                  */
/*      下層ページ                                                            */
/*                                                                                  */
/* ================================================================================ */

body[data-page="home"] #wrapper.nobody {
  margin-top: 0;
}


@media (min-width:769px) {
  #contents .contents_inline {
    justify-content: center;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    検索フォームの開閉


------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.jobList li.fade {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 !important;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease, padding 0.5s ease, margin 0.5s ease;
}

.jobList li.fade.show {
  opacity: 1;
  max-height: 200px;
  /* 適当に大きめにとっておく（liの高さに合わせて調整） */
  margin-top: 5px;
  margin-bottom: 5px;
}

/* リッチなボタンデザイン */
.rich-toggle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  background-color: var(--main-colr);
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* hover時 */
.rich-toggle-button:hover {
  background-color: #0056b3;
  transform: translateY(-1px);
}

/* アイコン（矢印） */
.rich-toggle-button::after {
  content: '▼';
  /* 矢印下向き */
  font-size: 14px;
  transition: transform 0.3s ease;
}

/* 開いたとき（閉じる状態の時）に矢印向きを変更 */
.rich-toggle-button.expanded::after {
  transform: rotate(180deg);
  /* 上向きに回転 */
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    検索フォームのモーダル


------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.modal {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 25px;
  border-radius: 8px;
  width: 80%;
  max-width: 1170px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

}

.modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-close:hover {
  color: #000;
}

.contents_box .modal_warp {
  display: none !important;
}

.modal .anken_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.modal .anken_list li a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: .3s;
}

.modal .anken_list li a:hover {
  transition: .3s;
  color: var(--main-colr);
}

.modal_warp {
  display: none;
  gap: 35px;
}

.modal_warp h2 {
  color: var(--main-colr);
  font-size: 36px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

@media (max-width:768px) {
  .modal_warp h2 {
    font-size: 32px;
  }

}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    サイドバーカスタム


------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.top_side {
  display: none;
}

.contents_s .top_search {
  padding: 20px;
  box-shadow: 0 0 20px rgba(148, 148, 148, 0.2);
  border-radius: 7px;
  background-color: #fff;
}

.sidebar_search_flex {
  display: flex;
  align-items: center;
}

.sidebar_search_flex h2::before {
  display: none !important;
}

.anken_title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.top_search .contents_box .anken_title_flex h2 {
  border-bottom: 0;
}

.open-modal-ul {
  padding: 5px 15px;
  background-color: inherit;
  border-radius: 30px;
  border: 1px solid #ddd;
  transition: .3s;
}

.open-modal-ul:hover {
  cursor: pointer;
  transition: .3s;
  color: #fff;
  background-color: var(--main-colr);
}

.sideBoxWrap {
  padding: 20px;
  border-radius: 7px;
  box-shadow: var(--box-shadow);
  background-color: #fff;
}

.thumbnail {
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: .3s;
}

.thumbnail {
  text-decoration: none;
  transition: .3s;
}

.thumbnail:hover {
  opacity: .7;
  transition: .3s;
}

.thumbnail .title {
  color: var(--main-colr);
  font-size: 16px;
  margin-bottom: 10px;
}

.thumbnail .txt {
  font-size: 14px;
  color: #333;
}

.sideBox_project_title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 25px;
}

.sideBox_project_title::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
}

.sideBox_project_title::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    タブコンテンツ


------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media (min-width:769px) {
  #step .step {
    padding: 70px 20px;
  }
}

@media (max-width:768px) {
  #step .step {
    padding: 25px 20px;
  }
}

.inner_wrap {
  box-shadow: var(--box-shadow);
  border-radius: 7px;
  padding: 0 0 70px;
  background-color: #fff;
  margin-bottom: 45px;
}

@media (max-width:768px) {
  .inner_wrap {
    margin-bottom: 0;
  }

}

.user-tabs {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin-bottom: 60px;
}

.user-tabs .tab-button:nth-child(1) {
  border-top-left-radius: 7px;
}

.user-tabs .tab-button:nth-child(2) {
  border-top-right-radius: 7px;
}

.tab-button {
  width: 50%;
  background: white;
  border: 2px solid #e9ecef;
  padding: 25px 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
  font-size: 20px;
}

.tab-button.active {
  background: var(--main-colr);
  color: white;
  border-color: transparent;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.step {
  text-align: center;
  position: relative;
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--main-colr);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}

.step-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.step-description {
  color: #666;
  line-height: 1.7;
}

/* ユーザーの声 */
.testimonials {
  padding: 80px 0;
}

.testimonials-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.testimonial {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.testimonial::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 4rem;
  color: #ff6b35;
  opacity: 0.3;
}

.testimonial-text {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff6b35, #f7941d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
}

.author-info h4 {
  margin-bottom: 5px;
  color: #333;
}

.author-info p {
  color: #666;
  font-size: 0.9rem;
}

.step_icon {
  height: 120px;
  margin-bottom: 15px;
}

.bnr_sec_wrap {
  position: relative;
  height: 300px;
}

.bnr_sec {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(/common/img/nihonnavi_bg_004.jpg);
}

@media (min-width:769px) {
  .bnr_sec {
    background-attachment: fixed;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    よくある質問


------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 40px;
  margin-top: 60px;
}

@media (max-width:768px) {
  .faq-grid {
    margin-top: 0;
  }

}

.faq-category {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.faq-category-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #ff6b35;
  box-shadow: 0 3px 10px rgba(255, 107, 53, 0.1);
}

.faq-question {
  padding: 20px;
  background: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #333;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6b35;
  color: white;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 20px;
  background: #f8f9fa;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 20px;
  max-height: 200px;
}

.faq-answer p {
  margin: 0;
  line-height: 1.7;
  color: #666;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    ニュース


                    
------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
#news .news {
  padding: 0 20px;
}

#news .news .contents_box h2 {
  color: var(--main-colr);
}

@media (min-width:769px) {
  #news .news .contents_box h2 {
    font-size: 30px;
  }
}

@media (max-width:768px) {
  #news .news .contents_box h2 {
    font-size: 22px;
  }
}

#news .news .contents_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 60px auto;
  border-top: 1px solid var(--main-colr);
  border-bottom: 1px solid var(--main-colr);
  position: relative;
}

@media (min-width:769px) {
  #news .news .contents_box {
    padding: 30px 20px;
    gap: 20px;
    margin-bottom: 80px
  }
}

@media (max-width:768px) {
  #news .news .contents_box {
    gap: 20px;
    padding: 20px 0;
    margin-bottom: 80px;
  }
}

#news .news .contents_box .body .more {
  position: absolute;
  bottom: -50px;
  right: 0;
}

#news .news .contents_box .body .more:hover {
  transition: .3s;
  opacity: .7;
}


#news .news .contents_box .body .more a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--sub-colr);
  font-size: 16px;
  transition: .3s;
}

#news .news .contents_box .body .more a:after {
  content: url(/common/img/arrowCta_left.svg);
  background: var(--sub-colr);
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: .3s;
}

#news .news .contents_box .body .more a:hover,
#news .news .contents_box .body .more a:after:hover {
  transition: .3s;
  color: var(--main-colr);
  background: var(--main-colr);
}

#news .news .contents_box .body .clearfix {
  display: flex;
  flex-direction: column;
}

#news .news .contents_box .body .clearfix::after {
  display: none;
}

@media (min-width:769px) {
  #news .news .contents_box .body .clearfix {
    gap: 30px;
  }
}

@media (max-width:768px) {
  #news .news .contents_box .body .clearfix {
    gap: 20px;
  }

}

#news .news .contents_box .body .clearfix li {
  display: flex;
  align-items: center;
}

@media (min-width:769px) {
  #news .news .contents_box .body .clearfix li {
    gap: 20px;
  }

}

@media (max-width:768px) {
  #news .news .contents_box .body .clearfix li {
    align-items: flex-start;
    gap: 10px;
  }
}

#news .news .contents_box .body .clearfix li span {
  font-size: 14px;
  color: var(--main-colr);
  opacity: .5;
  font-weight: 700;
}

@media (max-width:768px) {
  #news .news .contents_box .body .clearfix li span {
    font-size: 12px;
  }
}

#news .news .contents_box .body .clearfix li a {
  text-decoration: none;
  color: #333;
}

@media (min-width:769px) {
  #news .news .contents_box .body .clearfix li a {
    font-size: 16px;
  }
}

@media (max-width:768px) {
  #news .news .contents_box .body .clearfix li a {
    line-height: 1.4;

  }
}

@media (max-width:768px) {
  .helloWrap {
    display: none;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    メインビジュアル　　　　検索フォーム


                    
------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.search-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 72%);
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 32px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 800px;
  transition: all 0.3s ease;
}

@media (max-width:768px) {
  .search-container {
    top: inherit;
    bottom: 50%;
    width: 90%;
    box-sizing: border-box;
  }
}

.search-container:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.search-container .form-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 32px;
  letter-spacing: 0.5px;
}

.search-container .form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  align-items: end;
}

.search-container .input-group {
  flex: 1;
  min-width: 180px;
}

.search-container .input-group:last-child {
  flex: 0 0 auto;
}

.search-container .input-label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.search-container .date-input {
  width: 100%;
  max-width: 250px;
  padding: 14px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  transition: all 0.3s ease;
  font-family: inherit;
}

.search-container .date-input:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.search-container .select-wrapper {
  position: relative;
  width: 100%;
}

.search-container select[name="category"],
.search-container select[name="addition[]"] {
  width: 100%;
  padding: 14px 16px;
  padding-right: 44px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  height: 52px;
}

.search-container .area-select:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.search-container .select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  transition: transform 0.3s ease;
}

.search-container .select-wrapper:hover .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.search-container .search-button {
  position: relative;
  background: var(--main-colr);
  color: white;
  border: none;
  padding: 16px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: 180px;
  height: 52px;
  white-space: nowrap;
  padding-left: 45px;
}

@media (max-width:768px) {
  .search-container .search-button {
    margin: auto;
  }
}

.search-container .search-button:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
}

.search-container .search-button:active {
  transform: translateY(0);
}

.search-container .search-icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-312%, -50%);
}

.search_input_btn {
  position: relative;
}

@media (max-width: 768px) {
  .search-container .form-group {
    flex-wrap: wrap;
    gap: 16px;
  }

  .search-container .input-group {
    min-width: calc(50% - 8px);
  }

  .search-container .input-group:last-child {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .search-container .form-group {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .search-container .input-group {
    min-width: 100%;
  }

  .search-container {
    padding: 24px 20px;
  }

  .search-container .form-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

#primary .step {
  background-position: center center;
  background-size: cover;
  background-image: url(/common/img/nihonnavi_bg.jpg);
}

#primary .fillter::after {
  top: 0;
  right: 0;
  left: 0;
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

#primary .stepContainer {
  padding: 70px 20px 70px 0;
}

@media (max-width:768px) {
  #primary .stepContainer {
    padding: 40px 0px 70px 0;
  }
}

.top_sec_bnr {
  display: block;
  margin-bottom: 50px;
  transition: .3s;
}

@media (max-width:768px) {
  .top_sec_bnr {
    padding: 0 20px;
  }
}

.top_sec_bnr img {
  box-shadow: var(--box-shadow);
}

.top_sec_bnr {
  transition: .3s;
  max-width: 900px;
  margin: 0 auto 70px;
}

.top_sec_bnr:hover {
  filter: brightness(0.8);
  transition: .3s;

}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    プロフィールセクション


                    
------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.guides-section {
  padding: 0 20px 60px;
}

@media (max-width: 768px) {
  .guides-section {
    padding: 0px 0;
  }
}

.aboutContent .guides-title {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 60px;
}

.aboutContent .guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.aboutContent .guide-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aboutContent .guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.aboutContent .guide-image {
  margin-bottom: 20px;
}

.aboutContent .guide-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f8f9fa;
}

.aboutContent .guide-name {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.aboutContent .guide-experience,
.aboutContent .guide-languages,
.aboutContent .guide-area {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  text-align: left;
}

.aboutContent .guide-description {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  text-align: left;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.aboutContent .view-all-container {
  text-align: center;
  margin-top: 40px;
}

.aboutContent .view-all-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--main-colr);
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.aboutContent .view-all-button:hover {
  background: #34495e;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(44, 62, 80, 0.3);
}

/* スライダー要素（常に定義、表示制御は後で行う） */
.guide-slider-nav {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.guide-slider-btn {
  background: var(--main-colr);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  outline: none;
  z-index: 10;
}

.guide-slider-btn:hover {
  background: #34495e;
  transform: scale(1.1);
}

.guide-slider-btn:disabled {
  background: #bdc3c7;
  cursor: not-allowed;
  transform: scale(1);
}

.guide-slider-indicators {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.guide-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bdc3c7;
  cursor: pointer;
  transition: all 0.3s ease;
}

.guide-indicator.active {
  background: var(--main-colr);
  transform: scale(1.2);
}

.guide-swipe-hint {
  display: none;
  text-align: center;
  color: #7f8c8d;
  font-size: 0.9em;
  margin-top: 15px;
  opacity: 0.8;
}

/* スマートフォン用スライダー */
@media (max-width: 768px) {
  .aboutContent .guides-title {
    font-size: 2.2em;
  }

  .guides-slider-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
  }

  .aboutContent .guides-grid {
    display: flex !important;
    transition: transform 0.3s ease;
    gap: 20px;
    padding: 20px;
    overflow-x: visible;
    grid-template-columns: none;
    margin-bottom: 0;
  }

  .aboutContent .guide-card {
    flex: 0 0 220px;
    min-width: 220px;
    margin: 0;
  }

  .aboutContent .guide-image img {
    width: 150px;
    height: 150px;
  }

  /* モバイルで表示 */
  .guide-slider-nav {
    display: flex !important;
    margin-top: 10px;
  }

  .guide-slider-indicators {
    display: flex !important;
  }

  .guide-swipe-hint {
    display: block !important;
  }
}

/* デスクトップでは非表示 */
@media (min-width: 769px) {

  .guide-slider-nav,
  .guide-slider-indicators,
  .guide-swipe-hint {
    display: none !important;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    エリアセクション


------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.areaContainer {
  max-width: 1200px;
  padding: 70px 20px;
  margin: 0 auto;
}

.areaContainer h1 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #2c3e50;
  margin-bottom: 50px;
  letter-spacing: -0.5px;
}

.areaContainer .areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px 60px;
  margin-bottom: 40px;
}

.areaContainer .area-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}

.areaContainer .area-item:hover {
  transform: translateX(5px);
  border-bottom-color: #6c757d;
}

.areaContainer .area-item:hover .arrow {
  transform: translateX(3px);
  opacity: 1;
}

.areaContainer .area-name {
  font-size: 1.1rem;
  font-weight: 500;
  color: #343a40;
  letter-spacing: 0.5px;
}

.areaContainer .arrow {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.areaContainer .arrow svg {
  width: 100%;
  height: 100%;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .areaContainer {
    padding: 45px 15px 0;
  }

  .areaContainer h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .areaContainer .areas-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .areaContainer .area-item {
    padding: 15px 0;
  }
}

/* ホバーアニメーション */
.areaContainer .area-item::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transition: height 0.2s ease;
}

.areaContainer .area-item:hover::before {
  height: 60%;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    おすすめツアー


------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.highlightToursContainer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 20px;
}

.highlightToursContainer .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.highlightToursContainer h2 {
  font-size: 26px;
  font-weight: 400;
  color: #2c3e50;
  letter-spacing: -0.5px;
}

.highlightToursContainer .nav-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.highlightToursContainer .nav-arrows {
  display: flex;
  gap: 8px;
}

.highlightToursContainer .nav-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.highlightToursContainer .nav-btn:hover {
  background: #f8f9fa;
  border-color: #aaa;
}

.highlightToursContainer .nav-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.highlightToursContainer .view-all-btn {
  background: var(--main-colr);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 3px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.highlightToursContainer .view-all-btn:hover {
  background: var(--main-colr);
}

.highlightToursContainer .slider-container {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}

.highlightToursContainer .slider-container::-webkit-scrollbar {
  display: none;
}

.highlightToursContainer .slider-container:active {
  cursor: grabbing;
}

.highlightToursContainer .tours-track {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}

.highlightToursContainer .tour-card {
  flex: 0 0 auto;
  width: 350px;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.highlightToursContainer .tour-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.highlightToursContainer .tour-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.highlightToursContainer .tour-tags {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.highlightToursContainer .tag {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 500;
}

.highlightToursContainer .tour-content {
  padding: 18px;
}

.highlightToursContainer .tour-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  line-height: 1.4;
}

.highlightToursContainer .tour-description {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .highlightToursContainer .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .highlightToursContainer h1 {
    font-size: 1.6rem;
  }

  .highlightToursContainer .tour-card {
    width: 280px;
  }

  .highlightToursContainer .tour-image {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .highlightToursContainer .tour-card {
    width: 260px;
  }

  .highlightToursContainer .tour-content {
    padding: 15px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                    お知らせセクション


------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
}

.news-title {
  font-size: 28px;
  font-weight: normal;
  color: #2c2c2c;
  letter-spacing: -0.02em;
  margin-bottom: 45px;
}

.news-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}

.news-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.news-date {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

@media (max-width:768px) {
  .news-date {
    font-size: 12px;
  }

}

.news-content {
  font-size: 1.3rem;
  color: #2c2c2c;
  font-weight: normal;
  line-height: 1.5;
}

.news-content a {
  text-decoration: none;
}

.view-all-container {
  display: flex;
  justify-content: center;
}

@media (max-width:768px) {
  .view-all-container {
    margin-top: 25px;
  }
}

.view-all-btn {
  background-color: var(--main-colr);
  color: white;
  padding: 18px 60px;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 500;
}

.view-all-btn:hover {
  background-color: #34495e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

.view-all-btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .news-container {
    padding: 45px 0;
  }

  .news-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .news-content {
    font-size: 1rem;
  }

  .view-all-btn {
    padding: 15px 40px;
    font-size: 1rem;
  }
}

.yen {
  font-size: 14px;
}

@media (max-width:768px) {

  .cuser #head .head_inline .head_menu,
  .nuser #head .head_inline .head_menu {
    display: none;
  }
}

.nobody_owner {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .3s;
}

.nobody_owner:hover {
  transition: .3s;
  opacity: .7;
}

.nobody_owner img {
  object-fit: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #ddd;
}

.contents_m table.nobody_profile th {
  width: 220px;
  box-sizing: border-box;
}

@media (max-width:768px) {
  .contents_m table.nobody_profile th {
    width: 120px;
  }
}

.contents_m table#business_hours th {
  width: 220px;
  box-sizing: border-box;
}

@media (max-width:768px) {
  .contents_m table#business_hours th {
    width: 120px;
  }
}