@charset "UTF-8";
/* Scss Document */
/* Device Width */
/* font family */
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");*/
/* ------------------------------ */
/* 新旧調整用 */
/* ------------------------------ */
@media only screen and (max-width: 736px) {
  .wapper {
    width: 86.6666666667vw;
  }
}

.breadcrumb .breadcrumb-ul-list {
  display: inline;
}

.breadcrumb a {
  font-size: var(--fs-13);
  color: #98989A;
  text-decoration: none;
}

.privacypolicy-policy-h1 {
  padding: 2%;
  font-size: var(--fs-18);
}

.privacypolicy-main a {
  color: #53565a;
  text-decoration: none;
}

.privacypolicy-main a:hover {
  text-decoration: underline;
}

.out-vision-contents-pref {
  font-size: var(--fs-20);
}

/* ------------------------------ */
/* common setting */
/* ------------------------------ */
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

body {
  padding: 200px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #53565a;
  background: #fff;
  overflow-x: hidden;
}

@media screen and (max-width: 1080px) {
  body {
    padding: 120px 0 0;
    overflow-x: hidden;
  }
}

@media only,
screen and (max-width: 736px) {
  body {
    padding: 100px 0 0;
  }
}

body.index {
  padding: 100px 0 0;
}

@media screen and (max-width: 1080px) {
  body.index {
    padding: 70px 0 0;
  }
}

body.public {
  padding: 100px 0 0;
}

@media screen and (max-width: 1080px) {
  body.public {
    padding: 70px 0 0;
  }
}

@media print {
  body {
    width: 1366px;
  }

  a[href]:after {
    content: "" !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  outline: none;
}

.pcItem {
  display: block;
}

@media only,
screen and (max-width: 736px) {
  .pcItem {
    display: none;
  }
}

.spItem {
  display: none;
}

@media only,
screen and (max-width: 736px) {
  .spItem {
    display: block;
  }
}

.pc-inline {
  display: inline;
}

@media only,
screen and (max-width: 736px) {
  .pc-inline {
    display: none;
  }
}

.sp-inline {
  display: none;
}

@media only,
screen and (max-width: 736px) {
  .sp-inline {
    display: inline;
  }
}

.tablet {
  display: none;
}

@media only,
screen and (max-width: 820px) {
  .tablet {
    display: block;
  }
}

.tablet-none {
  display: block;
}

@media only,
screen and (max-width: 820px) {
  .tablet-none {
    display: none;
  }
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reverse {
  flex-direction: row-reverse;
}

.wrap {
  /* width: 73.2064421669vw; */
  max-width: 1000px;
  margin: auto;
}
@media only,
screen and (max-width: 1100px) {
  .wrap {
    width: 98vw;
    margin: 0 20px;
  }
}

@media only,
screen and (max-width: 1000px) {
  .wrap {
    width: 100vw;
    margin: auto;
  }
}

@media only,
screen and (max-width: 820px) {
  .wrap {
    width: 92.6829268293vw;
  }
}

@media only,
screen and (max-width: 736px) {
  .wrap {
    width: 100%;
  }
}

/* ------------------------------ */
/* font / text / link  setting */
/* ------------------------------ */
:root {
  --fs-11: 11px;
  --fs-12: 12px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 15px;
  --fs-16: 16px;
  --fs-17: 17px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-22: 22px;
  --fs-24: 24px;
  --fs-25: 25px;
  --fs-26: 26px;
  --fs-28: 28px;
  --fs-30: 30px;
  --fs-34: 34px;
  --fs-40: 40px;
  --fs-42: 42px;
  --fs-45: 45px;
  --fs-48: 48px;
  --fs-50: 50px;
  --fs-56: 56px;
  --fs-60: 60px;
  --fs-80: 80px;
  --fs-100: 100px;
  --main-text: #53565A;
  --text-light-gray: #E0E0E0;
  --key-green: #52B7B6;
  --key-gray: #98989A;
  --main-bg-color: #f5f5f5;
}

@media only,
screen and (max-width: 736px) {
  :root {
    --fs-11: 11px;
    --fs-12: 12px;
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-15: 15px;
    --fs-16: 16px;
    --fs-17: 17px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-22: 22px;
    --fs-24: 24px;
    --fs-25: 24px;
    --fs-26: 24px;
    --fs-28: 24px;
    --fs-30: 24px;
    --fs-34: 24px;
    --fs-40: 20px;
    --fs-42: 21px;
    --fs-45: 22px;
    --fs-48: 24px;
    --fs-50: 50px;
    --fs-56: 28px;
    --fs-60: 30px;
    --fs-80: 40px;
    --fs-100: 50px;
  }
}

.txt-vtcl {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.ttl-01 {
  margin: 0 0 80px;
  font-size: var(--fs-16);
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .ttl-01 {
    margin: 0 0 20px;
    line-height: 1.5;
  }
}

.ttl-01 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: var(--fs-80);
  font-weight: 700;
  color: #e0e0e0;
  line-height: 1;
}

@media only screen and (max-width: 736px) {
  .ttl-01 span {
    font-size: 50px;
  }
}

.ttl-02 {
  margin: 0 0 50px;
  font-size: var(--fs-20);
  font-weight: 500;
  text-align: center;
  color: #52b7b6;
}

@media only,
screen and (max-width: 736px) {
  .ttl-02 {
    margin: 0 0 20px;
    font-size: var(--fs-16);
    line-height: 1.5;
  }
}

.ttl-02 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: var(--fs-80);
  font-weight: 700;
  color: #e0e0e0;
  line-height: 1;
}

@media only,
screen and (max-width: 736px) {
  .ttl-02 span {
    font-size: 56px;
    line-height: 1.5;
  }

  .download .ttl-02 span {
    font-size: 48px;
  }
}

.ttl-03 {
  font-size: var(--fs-22);
  font-weight: 500;
  line-height: 1.35;
  color: #52b7b6;
}

.ttl-04 {
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 1.35;
  color: #53565a;
  z-index: 1;
}

.ttl-04 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.ttl-04 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 1px;
  z-index: -1;
}

.txt-left {
  text-align: left;
}

.pc-txt-left {
  text-align: left;
}

@media only,
screen and (max-width: 736px) {
  .pc-txt-left {
    text-align: center;
  }
}

.btn-01 {
  display: inline-block;
  padding: 5px 0;
  color: #52b7b6;
  text-decoration: none;
  background: #f5f5f5;
  border-radius: 5px;
}

.btn-01 span {
  padding: 0 30px 0 23px;
  position: relative;
}

.btn-01 span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  margin: auto;
  background: url("../img_renew/common/icn_arrow_r.png") left top/100% auto no-repeat;
  transition: right 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

.btn-01:hover span:after {
  right: 5px;
}

.date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;

}

.txt-link {
  color: #53565a;
  text-decoration: none;
}

.txt-link p,
.txt-link span {
  transition: color 0.3s;
}

.txt-link:hover p:last-of-type,
.txt-link:hover span {
  color: #52b7b6;
  text-decoration: underline;
}

/* ------------------------------ */
/* table setting */
/* ------------------------------ */
table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  font-size: var(--fs-14);
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}

table th {
  min-width: 83px;
  padding: 25px 0 25px;
  border-bottom: solid 1px #999;
}

@media only,
screen and (max-width: 736px) {
  table th {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
}

table td {
  padding: 25px 0 25px 20px;
  border-bottom: solid 1px #e0e0e0;
}

@media only,
screen and (max-width: 736px) {
  table td {
    display: block;
    width: 100%;
    min-width: inherit;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}

table tr:first-of-type th {
  padding: 0 0 25px;
}

@media only,
screen and (max-width: 736px) {
  table tr:first-of-type th {
    padding: 0;
  }
}

table tr:first-of-type td {
  padding: 0 0 25px 20px;
}

@media only,
screen and (max-width: 736px) {
  table tr:first-of-type td {
    padding: 0 0 20px;
  }
}

/* ------------------------------ */
/* header setting */
/* ------------------------------ */
.drawer {
  display: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  -webkit-tap-highlight-color: transparent;
  background: #52b7b6;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

@media screen and (max-width: 1080px) {
  .drawer {
    display: block;
  }
}

.drawer div span {
  position: absolute;
  height: 2px;
  width: 29px;
  margin: auto;
  background: #fff;
  left: 0;
  right: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.drawer div span:nth-child(1) {
  top: 26px;
}

.drawer div span:nth-child(2) {
  top: 34px;
}

.drawer div span:nth-child(3) {
  top: 42px;
}

.open .drawer span {
  background: #fff;
}

.open .drawer span:nth-child(1) {
  top: 32px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.open .drawer span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open .drawer span:nth-child(3) {
  top: 32px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .scrl .drawer div span:nth-child(1) {
  top: 24px;
}

.open .scrl .drawer div span:nth-child(3) {
  top: 24px;
}

.spNav {
  width: 100%;
  margin: auto;
  padding: 0;
  transition: right 0.25s ease-in-out, opacity 0.3s linear;
  background-color: #fff;
  opacity: 0;
  position: fixed;
  top: 70px;
  bottom: 0;
  overflow-y: scroll;
  right: -100vw;
  left: inherit;
  z-index: 100;
}

.spNav div {
  width: 100%;
  margin: 0 auto;
}

.spNav ul {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 13%;
  list-style: none;
  background: #f5f5f5;
}

.spNav ul#sp-anchor {
  margin: 0 auto;
  background: none;
}

.spNav ul li {
  margin: 0;
  text-indent: 0;
}

.spNav ul li a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  color: #53565a;
  text-decoration: none;
  line-height: 1;
  border-bottom: solid 1px #e0e0e0;
  position: relative;
}

@media screen and (max-width: 320px) {
  .spNav ul li a {
    font-size: 14px;
  }
}

.spNav ul li a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin: auto;
  background: url("../img_renew/common/icn_arrow_r02.png") left top/100% auto no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.spNav ul li a:hover,
.spNav ul li a.current {
  color: #52b7b6;
}

.spNav ul li a:first-of-type {
  padding: 20px 0;
}

.spNav ul li:last-child a {
  border-bottom: none;
}

.spNav ul#sp-other {
  background: none;
}

.spNav ul#sp-other li {
  display: inline;
}

.spNav ul#sp-other li a {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0 0 20px;
  border-bottom: none;
}

.spNav ul#sp-other li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin: 0 10px 0 0;
  background: url("../img_renew/common/icn_arrow_r03.png") left top/100% auto no-repeat;
}

.spNav ul#sp-other li a:after {
  content: none;
}

.spNav .sp-contact {
  display: block;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #52b7b6;
}

.spNav .sp-contact:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin: 0 10px 0 0;
  background: url("../img_renew/header/icn_contact.png") left top/100% auto no-repeat;
}

.spNav-open {
  opacity: 1;
  right: 0;
  z-index: 100;
  transition: right 0.25s ease-in-out, opacity 0.3s linear;
}

header .flex-box {
  width: 100%;
  max-width: 1366px;
  height: 100px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s;
}

@media screen and (max-width: 1080px) {
  header .flex-box {
    height: 70px;
  }
}

header h1 {
  width: 27vw;
  max-width: 340px;
  margin: 35px 0 0 50px;
  line-height: 1;
  z-index: 1001;
  transition: all 0.3s;

}

@media screen and (max-width: 1430px) {
  header h1 {
    width: 24vw;
  }
}

@media screen and (max-width: 1080px) {
  header h1 {
    width: 69.3333333333vw;
    max-width: 260px;
    margin: 20px 0 0 20px;
  }
}

header nav.flex-box {
  flex: 1;
  justify-content: flex-end;
}

@media screen and (max-width: 1080px) {
  header nav.flex-box {
    display: none;
  }
}

header nav.flex-box ul {
  padding: 0 10px 0 0;
  list-style: none;
  font-size: 0;
  display: flex;
  align-items: center;
  pointer-events: auto;
  background: #f5f5f5;
}

header nav.flex-box ul li {
  display: inline;
}

header nav.flex-box ul li a {
  display: inline-block;
  padding: 46px 10px 38px 10px;
  font-size: 14px;
  color: #53565a;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  vertical-align: top;
  position: relative;
  transition: padding 0.3s;
  /*@media screen and (max-width: 1240px){
        	padding: 46px 5px 38px 5px;
        }*/
}

@media screen and (max-width: 1330px) {
  header nav.flex-box ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1240px) {
  header nav.flex-box ul li a {
    font-size: 12px;
    padding: 46px 5px 38px 5px;
  }
}

header nav.flex-box ul li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  background: #e5a723;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  opacity: 0;
  transition: opacity 0.3s;
}

header nav.flex-box ul li a:hover:after {
  opacity: 1;
}

header nav.flex-box ul li:first-of-type {
  margin: 0 -10px 0 0;
}

header nav.flex-box ul li:first-of-type a {
  padding: 46px 20px 38px 20px;
  transition: padding 0.3s;
}

@media screen and (max-width: 1240px) {
  header nav.flex-box ul li:first-of-type a {
    /*padding: 46px 5px 38px 5px;*/
    padding: 46px 20px 38px 20px;
  }
}

header nav.flex-box ul li a.current:after {
  opacity: 1;
}

header nav.flex-box ul#anchor {
  background: none;
}

header nav.flex-box a#header-contact {
  display: inline-block;
  width: 8.78477306vw;
  max-width: 120px;
  padding: 36px 0 28px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  vertical-align: top;
  text-decoration: none;
  background: #52b7b6;
  opacity: 1;
  transition: all 0.3s;
}

@media screen and (max-width: 1240px) {
  header nav.flex-box a#header-contact {
    font-size: 1.1vw;
  }
}

header nav.flex-box a#header-contact:hover {
  opacity: 0.85;
}

header nav.flex-box a img {
  display: block;
  width: 20px;
  margin: 0 auto 10px;
}

header.scrl .flex-box {
  height: 70px;
  transition: all 0.3s;
}

@media screen and (max-width: 1080px) {
  header.scrl .flex-box {
    height: 50px;
  }
}

header.scrl h1 {
  margin: 1.6105417277vw 0 0 3.6603221083vw;
}

@media screen and (max-width: 1080px) {
  header.scrl h1 {
    width: 62.4vw;
    max-width: 234px;
    margin: 8px 0 0 20px;
  }
}

header.scrl nav ul li a {
  padding: 26px 10px 18px 10px;
  transition: padding 0.3s;
}

@media screen and (max-width: 1240px) {
  header.scrl nav ul li a {
    padding: 26px 5px 18px 5px;
  }
}

header.scrl nav ul li a:after {
  bottom: 5px;
}

header.scrl nav ul li:first-of-type a {
  padding: 26px 20px 18px 20px;
  transition: padding 0.3s;
}

header.scrl nav a#header-contact {
  padding: 16px 0 28px;
  transition: padding 0.3s;
}

header.scrl nav.spNav ul li a:first-of-type {
  padding: 20px 0;
}

@media screen and (max-width: 1080px) {
  header.scrl .drawer {
    width: 60px;
    height: 50px;
  }
}

header.scrl .drawer div span:nth-child(1) {
  top: 16px;
}

header.scrl .drawer div span:nth-child(2) {
  top: 24px;
}

header.scrl .drawer div span:nth-child(3) {
  top: 32px;
}

header.scrl .spNav {
  top: 50px;
}

/* ------------------------------ */
/* footer setting */
/* ------------------------------ */

.float-bnr {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
}

@media only screen and (max-width: 736px) {
  .float-bnr {
    width: 100%;
  }
}

.float-bnr .btn-primary {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  width: 270px;
  margin: 0 20px 20px 0;
  align-items: center;
  background: #e5a723;
  box-shadow: 6px 6px 20px 0px rgba(156, 135, 110, 0.50);
}

@media only screen and (max-width: 736px) {
  .float-bnr .btn-primary {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.float-bnr .btn-primary .btn-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 736px) {
  .float-bnr .btn-primary .btn-box {
    flex-direction: row;
    justify-content: center;
  }
}

.float-bnr .btn-primary span:first-child {
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-bottom: solid 1px #fff;
}

@media only screen and (max-width: 736px) {
  .float-bnr .btn-primary span:first-child {
    margin: 0 10px 0 0;
  }
}

.float-bnr .btn-primary h2 {
  font-size: var(--fs-16);
}

@media only screen and (max-width: 736px) {
  .float-bnr .btn-primary h2 {
    font-size: var(--fs-15);
    margin-right: 3vw;
  }
}

.float-bnr .btn-primary .arrow {
  width: 20px;
  position: absolute;
  right: 15px;
}

.float-bnr .btn-primary:hover .arrow {
  right: 12px;
}

.pageTop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.pageTop .pageTop_button {
  display: block;
  width: 40px;
  bottom: 0;
  right: 0;
  margin: 0 2vw 10px auto;
}

.pageTop .pageTop_button .pageTop_buttonLink {
  display: block;
  width: 40px;
}

.pageTop .pageTop_button .pageTop_buttonLink svg {
  display: block;
  width: 100%;
  height: auto;
}

.pageTop .pageTop_button .cls-1 {
  fill: #98989a;
  transition: fill 0.3s;
}

.pageTop .pageTop_button .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.6px;
}

.pageTop .pageTop_button:hover .cls-1 {
  fill: #54565a;
  transition: 0.5s;
}

.contact {
  margin: 120px 0 0;
  border-bottom: solid 1px #bbb;
}

@media only,
screen and (max-width: 736px) {
  .contact {
    margin: 60px 0 0;
    border-bottom: none;
  }
}

.contact h2 {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fs-26);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  position: relative;
  top: 10px;
}

@media only,
screen and (max-width: 736px) {
  .contact h2 {
    font-size: var(--fs-24);
  }
}

.contact--box {
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

@media only,
screen and (max-width: 736px) {
  .contact--box {
    display: block;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

.contact--box .servise {
  display: block;
  width: 50%;
  min-height: 170px;
  padding: 74px 0 0;
  font-size: var(--fs-17);
  font-weight: 500;
  color: #53565a;
  text-decoration: none;
  text-align: center;
  background: #f5f5f5;
  transition: color 0.3s;
}

@media only,
screen and (max-width: 736px) {
  .contact--box .servise {
    width: 100%;
    min-height: inherit;
    margin: 0 0 10px;
    padding: 25px 0;
  }
}

.contact--box .servise span:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 24px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url(../img_renew/footer/icn_contact02.png) left top/100% auto no-repeat;
}

@media only,
screen and (max-width: 736px) {
  .contact--box .servise span:before {
    width: 18px;
    height: 14px;
  }
}

.contact--box .servise:hover {
  color: #52b7b6;
}

.contact--box div {
  width: 50%;
  min-height: 170px;
  text-align: center;
  background: #ececec;
}

@media only,
screen and (max-width: 736px) {
  .contact--box div {
    width: 100%;
    min-height: inherit;
    margin: 0 0 20px;
    padding: 15px 0;
    text-align: left;
  }
}

.contact--box div .box-tel {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media only,
screen and (max-width: 736px) {
  .contact--box div .box-tel {
    margin: 0 auto;
    padding: 0;
  }
}

.contact--box div .box-tel figure {
  width: 28px;
  margin: 0 20px 0 0;
}

@media only,
screen and (max-width: 736px) {
  .contact--box div .box-tel figure {
    width: 22px;
    margin: 0 10px 0 0;
    padding: 0;
  }
}

.contact--box div .box-tel p {
  font-size: var(--fs-14);
  font-weight: 400;
}

.contact--box div .box-tel p span,
.contact--box div .box-tel p a {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fs-28);
  font-weight: 500;
  line-height: 1;
  color: #53565a;
  text-decoration: none;
}

/*.contact*/
.page-bottom-nav {
  width: 87.8477306003vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.08% 0% 2.08% 0%;
}

@media only screen and (max-width: 736px) {
  .page-bottom-nav {
    display: none;
  }
}

.page-bottom-nav .page-bottom-nav-ul {
  width: 100%;
  margin: 0 0 0 auto;
  color: #54565A;
  display: flex;
  justify-content: flex-end;
  gap: 1vw;
  list-style: none;
}

@media only screen and (max-width: 820px) {
  .page-bottom-nav .page-bottom-nav-ul {
    justify-content: space-between;
  }
}

.page-bottom-nav .page-bottom-nav-ul li a {
  font-family: "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: var(--fs-15);
  line-height: 1.75;
  color: #54565A;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition-duration: 0.5s;
}

.page-bottom-nav .page-bottom-nav-ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #54565A;
}

footer {
  padding: 1.3% 0 0.52%;
  background: #98989A;
}

@media only,
screen and (max-width: 736px) {
  footer {
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 8% 0% 5.33% 0%;
  }
}

footer .base-footer-wapper {
  width: 95.168374817vw;
  max-width: 1300px;
  margin: 0 auto;
}

@media only,
screen and (max-width: 736px) {
  footer .base-footer-wapper {
    width: 85.33%;
  }
}

footer .base-footer-wapper .inner-wapper {
  width: 87.8477306003vw;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

@media only,
screen and (max-width: 736px) {
  footer .base-footer-wapper .inner-wapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

footer .base-footer-wapper .inner-wapper .base-footer-log {
  display: block;
  width: 20%;
}

@media only,
screen and (max-width: 736px) {
  footer .base-footer-wapper .inner-wapper .base-footer-log {
    width: 32%;
  }
}

footer .base-footer-wapper .inner-wapper .base-footer-figure {
  width: 25%;
}

@media only,
screen and (max-width: 736px) {
  footer .base-footer-wapper .inner-wapper .base-footer-figure {
    width: 32%;
  }
}

footer .base-footer-wapper .display-row {
  flex-flow: row wrap;
}

footer .footer-address {
  margin: 3.33% 0 0;
  font-family: "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: var(--fs-12);
  line-height: 1.75;
  color: #fff;
  text-align: center;
}

@media only,
screen and (max-width: 736px) {
  footer .footer-address {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.6666666667vw;
  }
}

/* ------------------------------ */
/* 各ページ */
/* ------------------------------ */
.effect01,
.effect02,
.effect03,
.effect04,
.effect05 {
  opacity: 0;
}



.consultant-content__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  padding: 0 0 0 0;
}

/* .consultant-content__item--wrap {
  position: relative;
  width: 150px;
  min-height: 140px;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}

.consultant-content__item--wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  transform: skewX(-16deg);
  position: absolute;
  right: -64%;
  top: 0;
  z-index: 0;
  transition: background 0.3s;
}

.consultant-content__item--wrap:hover::after,
.consultant-content__item--wrap-active::after {
  background: #52B7B6;
} */

.consultant-content__item {
  display: flex;
  align-items: flex-end;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border-radius: 5px;
  margin-top: 15px;
  height: 100%;
}

.consultant-content__item .name {
  width: 100%;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: var(--fs-12);
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: left;
  transform-origin: left top;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: calc(100% - 10px);
  z-index: 1;
}

.consultant-content__item div {
  position: relative;
  overflow: hidden;
  inset: 0;
  z-index: 10;
  border-bottom-right-radius: 5px;
}

.consultant-content__item figure {
  position: relative;
  z-index: 10;
}