@charset "UTF-8";
/* =====================
  common setting
===================== */
:root {
  /* Safari resize fix */
  min-height: 0vw;
}

h1, h2 {
  font-weight: 700;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  transition: all 0.25s;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

html {
  background: #ffffff;
}

body {
  height: 100%;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s;
  overflow-x: hidden;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.content-wrap {
  width: min(90%, 1200px);
  margin: 0 auto;
}

/* =====================
  hover setting
===================== */
.under-line a {
  position: relative;
}
.under-line a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transition: all 0.25s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.under-line a:hover::after {
  transform: scale(1, 1);
}

.viewmore-large {
  display: inline-block;
}
.viewmore-large a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.viewmore-large a p {
  color: #007BC3;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .viewmore-large a p {
    font-size: 16px;
  }
}
.viewmore-large a .arrow {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .viewmore-large a .arrow {
    width: 48px;
    margin-left: 10px;
  }
}
.viewmore-large a:hover .arrow path {
  fill: #ffffff;
}
.viewmore-large a:hover .viewmore-large__circle {
  background: #22AEE5;
  border: 1px solid #22AEE5;
  transform: scale(2.1);
}
.viewmore-large__circle {
  display: block;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #007BC3;
  border-radius: 50%;
  position: relative;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  z-index: -1;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .viewmore-large__circle {
    width: 32px;
    height: 32px;
    right: 20px;
  }
}

.viewmore-small {
  display: inline-block;
}
.viewmore-small__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.viewmore-small__link p {
  color: #007BC3;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .viewmore-small__link p {
    position: relative;
    left: 15px;
    font-size: 12px;
  }
}
.viewmore-small__link .arrow {
  width: 36px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20class%3D%22arrow%22%20width%3D%2237%22%20height%3D%228%22%20viewBox%3D%220%200%2037%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M36.3536%204.35355C36.5488%204.15829%2036.5488%203.84171%2036.3536%203.64645L33.1716%200.464466C32.9763%200.269204%2032.6597%200.269204%2032.4645%200.464466C32.2692%200.659728%2032.2692%200.976311%2032.4645%201.17157L35.2929%204L32.4645%206.82843C32.2692%207.02369%2032.2692%207.34027%2032.4645%207.53553C32.6597%207.7308%2032.9763%207.7308%2033.1716%207.53553L36.3536%204.35355ZM0%204.5H36V3.5H0V4.5Z%22%20fill%3D%22%23007BC3%22%2F%3E%20%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .viewmore-small__link .arrow {
    width: 40px;
    position: relative;
    right: -14px;
  }
}
.viewmore-small__link:hover .arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2237%22%20height%3D%228%22%20viewBox%3D%220%200%2037%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M36.3536%204.35355C36.5488%204.15829%2036.5488%203.84171%2036.3536%203.64645L33.1716%200.464466C32.9763%200.269204%2032.6597%200.269204%2032.4645%200.464466C32.2692%200.659728%2032.2692%200.976311%2032.4645%201.17157L35.2929%204L32.4645%206.82843C32.2692%207.02369%2032.2692%207.34027%2032.4645%207.53553C32.6597%207.7308%2032.9763%207.7308%2033.1716%207.53553L36.3536%204.35355ZM0%204.5H36V3.5H0V4.5Z%22%20fill%3D%22%23007BC3%22%2F%3E%3Cpath%20d%3D%22M36.3536%204.35355C36.5488%204.15829%2036.5488%203.84171%2036.3536%203.64645L33.1716%200.464466C32.9763%200.269204%2032.6597%200.269204%2032.4645%200.464466C32.2692%200.659728%2032.2692%200.976311%2032.4645%201.17157L35.2929%204L32.4645%206.82843C32.2692%207.02369%2032.2692%207.34027%2032.4645%207.53553C32.6597%207.7308%2032.9763%207.7308%2033.1716%207.53553L36.3536%204.35355ZM16%204.5H36V3.5H16V4.5Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
}
.viewmore-small__link:hover .viewmore-small__circle {
  background: #22AEE5;
  border: 1px solid #22AEE5;
  transform: scale(1.4);
}
.viewmore-small__circle {
  display: block;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #007BC3;
  border-radius: 50%;
  position: relative;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  z-index: -1;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .viewmore-small__circle {
    width: 20px;
    height: 20px;
    right: 0;
  }
}

.ft-viewall .viewmore-small__link:hover .arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2237%22%20height%3D%228%22%20viewBox%3D%220%200%2037%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M36.3536%204.35355C36.5488%204.15829%2036.5488%203.84171%2036.3536%203.64645L33.1716%200.464466C32.9763%200.269204%2032.6597%200.269204%2032.4645%200.464466C32.2692%200.659728%2032.2692%200.976311%2032.4645%201.17157L35.2929%204L32.4645%206.82843C32.2692%207.02369%2032.2692%207.34027%2032.4645%207.53553C32.6597%207.7308%2032.9763%207.7308%2033.1716%207.53553L36.3536%204.35355ZM0%204.5H36V3.5H0V4.5Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M36.3536%204.35355C36.5488%204.15829%2036.5488%203.84171%2036.3536%203.64645L33.1716%200.464466C32.9763%200.269204%2032.6597%200.269204%2032.4645%200.464466C32.2692%200.659728%2032.2692%200.976311%2032.4645%201.17157L35.2929%204L32.4645%206.82843C32.2692%207.02369%2032.2692%207.34027%2032.4645%207.53553C32.6597%207.7308%2032.9763%207.7308%2033.1716%207.53553L36.3536%204.35355ZM16%204.5H36V3.5H16V4.5Z%22%20fill%3D%22%23666666%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
}
.ft-viewall .viewmore-small__link:hover .viewmore-small__circle {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.ft-viewall p {
  color: #ffffff;
}
.ft-viewall .arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2237%22%20height%3D%228%22%20viewBox%3D%220%200%2037%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M36.3536%204.35355C36.5488%204.15829%2036.5488%203.84171%2036.3536%203.64645L33.1716%200.464466C32.9763%200.269204%2032.6597%200.269204%2032.4645%200.464466C32.2692%200.659728%2032.2692%200.976311%2032.4645%201.17157L35.2929%204L32.4645%206.82843C32.2692%207.02369%2032.2692%207.34027%2032.4645%207.53553C32.6597%207.7308%2032.9763%207.7308%2033.1716%207.53553L36.3536%204.35355ZM0%204.5H36V3.5H0V4.5Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.ft-viewall .viewmore-small__circle {
  border: 1px solid #ffffff;
  background: none;
  z-index: 0;
}

.btn-link a {
  width: 200px;
  height: 40px;
  display: block;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 14px;
  color: #007BC3;
  z-index: 2;
  border-radius: 50px;
  line-height: 40px;
  transition: opacity 0.8s ease-out 1s;
}
@media screen and (max-width: 767px) {
  .btn-link a {
    width: 315px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
  }
}
.btn-link a::before {
  content: "";
  width: 200px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #007BC3;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .btn-link a::before {
    width: 315px;
    height: 48px;
  }
}
.btn-link a::after {
  content: "";
  width: 200px;
  height: 200px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #007BC3;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease-out;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .btn-link a::after {
    display: none;
  }
}
.btn-link a:hover {
  color: #ffffff;
}
.btn-link a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.btn-Blu {
  margin-bottom: 8px;
}
.btn-Blu a {
  background: #007BC3;
  color: #ffffff;
}

/* =====================
  header setting
===================== */
.header {
  width: 100%;
  transition: 0.5s;
  position: fixed;
  top: 0;
  opacity: 1;
  pointer-events: all;
  z-index: 3;
}
.header.hide {
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
}
.header__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 25px 9.7222222222vw 0 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .header__body {
    padding-top: 35px;
  }
}
.header__nav {
  width: 710px;
}
@media screen and (max-width: 1020px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: flex;
}
.header__nav ul li {
  line-height: 200%;
  position: relative;
  top: 15px;
  margin-bottom: 10px !important;
}
.header__nav ul li:not(:last-child) {
  margin-right: min(3.3333333333vw, 48px);
}
.header__nav a {
  font-weight: 700;
  font-size: 14px;
}
.header__accordion {
  position: relative;
  padding-right: 20px;
}
.header__accordion-title {
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}
.header__accordion-title::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent transparent #333333 #333333;
  transform: rotate(-45deg);
  position: absolute;
  top: 20%;
  right: -17px;
  cursor: pointer;
}
.header__accordion-body {
  display: none;
  width: 214px;
  opacity: 0;
  background: #007BC3;
  position: absolute;
  top: 3em;
  left: -30px;
  z-index: 3;
  padding: 40px;
  border-radius: 5px;
}
.header__accordion-body a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 130%;
}
.header__accordion-body a span {
  position: relative;
}
.header__accordion-body a span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #ffffff;
  transition: all 0.25s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.header__accordion-body a span:hover::after {
  transform: scale(1, 1);
}
.header__accordion-body a:not(:last-child) {
  margin-bottom: 20px;
}
.header__accordion-body.active {
  display: block;
  opacity: 1;
  animation: appear 0.3s ease;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 115px;
  }
}

#g-nav.openactive {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999;
}
#g-nav.openactive #g-nav__list {
  display: block;
  position: relative;
}
#g-nav.openactive #g-nav__list .menu {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#g-nav.openactive ul {
  opacity: 1;
}
#g-nav ul {
  opacity: 0;
}

.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #007BC3;
  transform: scale(0);
  right: 2.5vw;
  top: 10px;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .circle-bg {
    right: -1px;
    top: 3px;
  }
}
.circle-bg.circleactive {
  transform: scale(50);
}

#g-nav__list {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav__list .menu {
  height: 100%;
  display: table;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu {
    display: block;
  }
}
#g-nav__list .menu__item {
  width: 50%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu__item {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 36px;
  }
}
#g-nav__list .menu__item-logo {
  margin-left: min(5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu__item-logo {
    margin-left: 24px;
  }
  #g-nav__list .menu__item-logo img {
    width: 115px;
  }
}
#g-nav__list .menu__item ul {
  margin-top: 70px;
  margin-left: min(12.5vw, 180px);
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu__item ul {
    margin-top: 37px;
    margin-left: 0;
  }
}
#g-nav__list .menu__item ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu__item ul li:not(:last-child) {
    margin-bottom: 0;
  }
  #g-nav__list .menu__item ul li:first-child {
    border-top: 1px solid #ffffff;
  }
  #g-nav__list .menu__item ul li {
    border-bottom: 1px solid #ffffff;
    padding: 18px 0 18px 20px;
  }
  #g-nav__list .menu__item ul li.accordion {
    padding: 0;
    border: none;
  }
}
#g-nav__list .menu__item ul li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu__item ul li a {
    display: block;
  }
  #g-nav__list .menu__item ul li a p {
    display: none;
  }
}
#g-nav__list .menu__item ul li a span {
  display: block;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 130%;
  position: relative;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu__item ul li a span {
    font-size: 16px;
  }
}
#g-nav__list .menu__item ul li a span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 4px;
  left: 0;
  background: #ffffff;
  transition: all 0.25s;
  transform: scale(0, 1);
  transform-origin: left top;
}
#g-nav__list .menu__item ul li a:hover span::after {
  transform: scale(1, 1);
}
#g-nav__list .menu .accordion-title {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .accordion-title {
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 18px 0 18px 20px;
  }
  #g-nav__list .menu .accordion-title p {
    display: none;
  }
}
#g-nav__list .menu .accordion-title span {
  display: block;
  position: relative;
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .accordion-title span {
    display: block;
    width: 90vw;
    font-size: 16px;
  }
}
#g-nav__list .menu .accordion-title span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 4px;
  left: 0;
  background: #ffffff;
  transition: all 0.25s;
  transform: scale(0, 1);
  transform-origin: left top;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .accordion-title span::after  {
    display: none;
  }
}
#g-nav__list .menu .accordion-title span .plus {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 11px;
  right: -32px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .accordion-title span .plus {
    width: 17px;
    height: 17px;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
}
#g-nav__list .menu .accordion-title span .plus::before, #g-nav__list .menu .accordion-title span .plus::after {
  content: "";
  width: 13px;
  height: 1px;
  position: absolute;
  top: 11px;
  right: 5px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .accordion-title span .plus::after {
    width: 9px;
    top: 7px;
    right: 3px;
  }
}
#g-nav__list .menu .accordion-title span .plus::before {
  width: 1px;
  height: 13px;
  top: 5px;
  right: 11px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .accordion-title span .plus::before {
    height: 8px;
    top: 4px;
    right: 7px;
  }
}
#g-nav__list .menu .accordion-title:hover span::after {
  transform: scale(1, 1);
}
#g-nav__list .menu .accordion-title.close span .plus::before {
  transition: all 0.25s;
  opacity: 0;
}
#g-nav__list .menu .accordion-body {
  display: none;
  margin-top: 25px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .accordion-body {
    margin: 0;
    padding: 32px 0 32px 40px;
    border-bottom: 1px solid #ffffff;
  }
}
#g-nav__list .menu .accordion-body a {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .accordion-body a {
    display: block;
  }
}
#g-nav__list .menu .accordion-body a span {
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .accordion-body a span {
    font-size: 14px;
  }
}
#g-nav__list .menu .accordion-body a span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transition: all 0.25s;
  transform: scale(0, 1);
  transform-origin: left top;
}
#g-nav__list .menu .accordion-body a span:hover::after {
  transform: scale(1, 1);
}
#g-nav__list .menu .accordion-body a:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .accordion-body a:not(:last-child) {
    margin-bottom: 24px;
  }
}
#g-nav__list .menu .menu__others {
  width: 50%;
  display: table-cell;
  padding-top: 140px;
  padding-left: min(11.1111111111vw, 160px);
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .menu__others {
    width: 100%;
    display: block;
    border: none;
    padding: 60px 20px 0;
  }
}

#g-nav__list .menu .menu__others-sns {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .menu__others-sns {
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
}
#g-nav__list .menu .menu__others-sns li:not(:last-child) {
  margin-right: 16px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .menu__others-sns li:not(:last-child) {
    margin-right: 12px;
  }
}
#g-nav__list .menu .menu__others-sns li a {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .menu__others-sns li a {
    width: 48px;
    height: 48px;
    border: 1px solid #ffffff !important;
  }
}
#g-nav__list .menu .menu__others-sns li a .arrow_icon_circle {
	-webkit-transition: stroke-dashoffset 0.5s ease;
	        transition: stroke-dashoffset 0.5s ease;
	stroke-dasharray: 95;
	stroke-dashoffset: 0;
}
#g-nav__list .menu .menu__others-sns li a .arrow_icon g {
  stroke: #fff;
}
#g-nav__list .menu .menu__others-sns li a:hover .arrow_icon_circle {
	stroke-dashoffset: 95;
}			
	
#g-nav__list .menu .menu__others-sns li a {
	border:none;
}
#g-nav__list .menu .menu__others-sns li a:hover{
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}

#g-nav__list .menu .menu__others-sns li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav__list .menu .menu__others-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .menu__others-text {
    display: none;
  }
}
#g-nav__list .menu .menu__others-text p {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.35em;
}
#g-nav__list .menu .menu__others-text span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.05em;
}
#g-nav__list .menu .menu__others-box a {
  width: min(90%, 400px);
  height: 120px;
  display: block;
  border: 1px solid #ffffff4f;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .menu__others-box a {
    width: 100%;
    border: 1px solid #ffffff;
  }
}
#g-nav__list .menu .menu__others-box a .mark {
  width: 12px;
  height: 12px;
  background: url("../../images/icon-link-wt.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
}
#g-nav__list .menu .menu__others-box a::before,
#g-nav__list .menu .menu__others-box a::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#g-nav__list .menu .menu__others-box a::before {
  width: 0px;
  height: 1px;
  right: -1px;
  bottom: -1px;
}
#g-nav__list .menu .menu__others-box a::after {
  width: 0px;
  height: 1px;
  top: -1px;
  left: -1px;
}
#g-nav__list .menu .menu__others-box a:hover:before,
#g-nav__list .menu .menu__others-box a:hover::after {
  width: 100%;
  width: calc(100% + 1px);
}
#g-nav__list .menu .menu__others-box a .logo {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
#g-nav__list .menu .menu__others-box a .logo::before,
#g-nav__list .menu .menu__others-box a .logo::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#g-nav__list .menu .menu__others-box a .logo::before {
  width: 1px;
  height: 0px;
  top: -1px;
  right: -1px;
}
#g-nav__list .menu .menu__others-box a .logo::after {
  width: 1px;
  height: 0px;
  left: -1px;
  bottom: -1px;
}
#g-nav__list .menu .menu__others-box a .logo:hover:before,
#g-nav__list .menu .menu__others-box a .logo:hover:after {
  height: 100%;
  height: calc(100% + 1px);
}
#g-nav__list .menu .menu__others-box a .logo img {
  display: block;
  margin: 0 auto 10px;
}
#g-nav__list .menu .menu__others-box a .logo p {
  line-height: 150%;
  font-weight: 400;
  font-size: 12px;
}
#g-nav__list .menu .menu__others-box .cydaspeople .logo {
  padding-top: 36px;
}
#g-nav__list .menu .menu__others-box .peoplelabo .logo {
  padding-top: 20px;
}
#g-nav__list .menu .menu__others-links {
  width: min(90%, 410px);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 3px 16px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .menu__others-links {
    width: min(90%,370px);
    margin: 24px auto 0;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0 12px;
    padding-bottom: 42px;
  }
}
#g-nav__list .menu .menu__others-links li {
  position: relative;
  margin: 0 !important;
}
#g-nav__list .menu .menu__others-links li:not(:last-child)::after {
  content: "｜";
  position: absolute;
  top: 2px;
  right: -16px;
}
@media screen and (max-width: 767px) {
  #g-nav__list .menu .menu__others-links li:nth-child(even)::after,
  #g-nav__list .menu .menu__others-links li:nth-child(7)::after {
    display: none;
  }
}
#g-nav__list .menu .menu__others-links li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
}
.menu__others .copyright {
  margin-top: min(5vw,72px);
  margin-bottom: 40px;
}

.menu__others .copyright small {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sp-logo {
    display: -webkit-box;
    display: flex; 
    -webkit-box-pack: center;
    justify-content: center;
  }

  .sp-logo img {
    display: block;
    width: 112px;
    height: auto;
    margin-right: 21px;
  }

  .sp-logo small {
    font-size: 14px;
  }
}
.hamburger {
  width: 54px;
  height: 54px;
  border: 1px solid #007BC3;
  position: relative;
  position: fixed;
  right: 4vw;
  top: 28px;
  border-radius: 50%;
  transition: 1s;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 20px;
  }
}
.hamburger span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #007BC3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.hamburger span:first-of-type {
  top: 20px;
}
.hamburger span:nth-of-type(2) {
  top: 50%;
}
.hamburger span:last-of-type {
  top: 32px;
}
.hamburger.active {
  border: 1px solid #ffffff;
  background: #007BC3;
}
.hamburger.active span {
  background-color: #ffffff;
}
.hamburger.active span:first-of-type {
  transform: translateY(6px) translateX(-9px) rotate(-30deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:last-of-type {
  transform: translateY(-6px) translateX(-9px) rotate(30deg);
}

/* =====================
  footer setting
===================== */
.footer {
  margin-top: min(11.1111111111vw, 160px);
  padding: min(7.9861111111vw, 115px) 0;
  background: #666666;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 122px;
    padding: 60px 0;
  }
}
.footer__news {
  margin-bottom: min(9.0277777778vw, 130px);
}
@media screen and (max-width: 767px) {
  .footer__news {
    margin-bottom: 80px;
  }
}
.footer__news-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .footer__news-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.footer__news-title h2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer__news-title h2 {
    font-size: 22px;
  }
}
.footer__news ul {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__news ul {
    flex-wrap: wrap;
  }
}
.footer__news ul li {
  width: min(33%, 360px);
}
.footer__news ul li:not(:last-child) {
  margin-right: 4.17vw;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .footer__news ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer__news ul li {
    width: 100%;
  }
}
.footer__news ul li .news {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer__news ul li .news {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.footer__news ul li .news__thumbnail {
  height: 190px;
  overflow: hidden;
  border-radius: 20px 0 0 0;
  transition: all 0.25s ease 0s;
  margin-bottom: min(2.0833333333vw, 30px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer__news ul li .news__thumbnail {
    width: 38%;
    height: auto;
    min-height: 68px;
    order: 2;
    border-radius: 10px 0 0 0;
    margin-bottom: 0;
  }
}
.footer__news ul li .news__thumbnail span {
  height: 190px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__news ul li .news__thumbnail span {
    height: auto;
    min-height: 68px;
  }
}
.footer__news ul li .news__thumbnail span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .footer__news ul li .news__thumbnail span img {
    min-height: 68px;
  }
}
.footer__news ul li .news__head {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer__news ul li .news__head {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    order: 1;
  }
}
.footer__news ul li .news__head .cat {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.footer__news ul li .news__head .time {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer__news ul li .news__title {
    width: 58%;
    order: 3;
  }
}
.footer__news ul li .news__title p {
  display: inline;
  color: #ffffff;
  background-image: linear-gradient(90deg, #ffffff, #ffffff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  font-weight: 400;
  line-height: 180%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__news ul li .news__title p {
    font-size: 12px;
  }
}
.footer__news ul li .news:hover span {
  transform: scale(1.05, 1.05);
  transition: all 1s ease 0s;
}
.footer__news ul li .news:hover .news__title p {
  background-size: 100% 1px;
}
.footer__links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .footer__links {
    flex-wrap: wrap;
  }
}
.footer__links-menu {
  width: 56vw;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 1020px) {
  .footer__links-menu {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__links-menu {
    width: 100vw;
    display: block;
    margin: 0 calc(50% - 50vw) 60px;
  }
}
.footer__links-menu a {
  color: #ffffff;
}
.footer__links-menu .sub-menu {
  margin-right: clamp(20px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 767px) {
  .footer__links-menu .sub-menu {
    margin-right: 0;
  }
}
.footer__links-menu .sub-menu li {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .footer__links-menu .sub-menu li {
    width: 100%;
    border-top: none;
    margin-bottom: 0 !important;
  }
}
.footer__links-menu .sub-menu li.service-link a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer__links-menu .sub-menu li.service-link {
    padding: 18px 20px;
  }
}
.footer__links-menu .sub-menu li p {
  font-weight: 700;
  color: #ffffff;
}
.footer__links-menu .sub-menu li:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer__links-menu .sub-menu li:first-of-type {
    margin-bottom: 0;
  }
}
.footer__links-menu .sub-menu li:first-of-type a {
  font-weight: 700;
}
.footer__links-menu .sub-menu li a {
  font-weight: 400;
  font-size: 14px;
}
.footer__links-menu li {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .footer__links-menu li {
    width: 100%;
    border-top: 1px solid #999999;
    margin-bottom: 0 !important;
  }
}
.footer__links-menu li a {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__links-menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__links-menu .menu-others li {
    padding: 18px 20px;
    border-top: none;
    border-bottom: 1px solid #999999;
  }
}
@media screen and (max-width: 767px) {
  .footer__links-menu .accordion-title {
    padding: 18px 20px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    position: relative;
  }
  .footer__links-menu .accordion-title .plus {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    transform: translate(0, -50%);
  }
  .footer__links-menu .accordion-title .plus::before, .footer__links-menu .accordion-title .plus::after {
    content: "";
    width: 9px;
    height: 1px;
    position: absolute;
    top: 7px;
    right: 3px;
    background: #ffffff;
  }
  .footer__links-menu .accordion-title .plus::before {
    width: 1px;
    height: 9px;
    top: 3px;
    right: 7px;
  }
  .footer__links-menu .accordion-title.close .plus::before {
    transition: all 0.25s;
    opacity: 0;
  }
  .footer__links-menu .accordion-body {
    display: none;
    border-top: 1px solid #999999;
    padding: 32px 0 32px 40px;
  }
  .footer__links-menu .accordion-body li a {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .footer__links-menu .accordion-body li:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
.footer__links-box {
  width: 32.777778vw;
}
@media screen and (max-width: 1020px) {
  .footer__links-box {
    width: 100%;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .footer__links-box {
    flex-wrap: wrap;
  }
}
.footer__links-box a {
  width: min(90%, 400px);
  height: 120px;
  display: block;
  border: 1px solid #999999;
  position: relative;
  margin-bottom: 10px;
  margin-left: auto;
}
@media screen and (max-width: 1020px) {
  .footer__links-box a {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__links-box a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.footer__links-box a .mark {
  width: 12px;
  height: 12px;
  background: url("../../images/icon-link.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
}
.footer__links-box a::before, .footer__links-box a::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer__links-box a::after {
  width: 0px;
  height: 1px;
  top: -1px;
  left: -1px;
}
.footer__links-box a::before {
  width: 0px;
  height: 1px;
  right: -1px;
  bottom: -1px;
}
.footer__links-box a .logo {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.footer__links-box a .logo img {
  display: block;
  margin: 0 auto 10px;
}
.footer__links-box a .logo p {
  line-height: 150%;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer__links-box a .logo p {
    font-size: 12px;
  }
}
.footer__links-box a .logo::before, .footer__links-box a .logo::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer__links-box a .logo::after {
  width: 1px;
  height: 0px;
  left: -1px;
  bottom: -1px;
}
.footer__links-box a .logo::before {
  width: 1px;
  height: 0px;
  top: -1px;
  right: -1px;
}
.footer__links-box a:hover::after, .footer__links-box a:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.footer__links-box a:hover .logo::after, .footer__links-box a:hover .logo::before {
  height: 100%;
  height: calc(100% + 1px);
}
.footer__links-box .cydaspeople {
  padding-top: 33px;
}
.footer__links-box .peoplelabo {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-top: 60px;
  }
}
.footer__sns ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  .footer__sns ul {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.footer__sns ul li {
  margin-bottom: 0 !important;
}
.footer__sns ul li a {
  width: 48px;
  height: 48px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 50%;
  position: relative;
  transition: border-radius 0.5s;
}
.footer__sns ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .footer__sns ul li.facebook a img {
    transform: translate(-48%, -50%);
  }
}
.footer__others {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .footer__others {
    flex-wrap: wrap;
  }
}
.footer__others-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__others-logo {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 23px;
  }
}
.footer__others-logo p {
  margin-left: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.footer__others ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__others ul {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 185%;
  }
}
.footer__others ul li {
  position: relative;
  margin-bottom: 0 !important;
}
.footer__others ul li:not(:last-child) {
  margin-right: 10px;
}
.footer__others ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -5px;
  background: #ffffff;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .footer__others ul li:not(:last-child)::after {
    height: 12px;
    margin-top: -6px;
  }
}
.footer__others ul a {
  color: #ffffff;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .footer__others ul a {
    font-size: 12px;
  }
}

.footer__sns ul li a .arrow_icon_circle {
	-webkit-transition: stroke-dashoffset 0.5s ease;
	        transition: stroke-dashoffset 0.5s ease;
	stroke-dasharray: 95;
	stroke-dashoffset: 0;
}

.footer__sns ul li a:hover .arrow_icon_circle {
	stroke-dashoffset: 95;
}			
	
.footer__sns ul li a{
	border:none;
}
.footer__sns ul li a:hover{
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}


.offs .effect {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
}
.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/*以下、遅延の設定*/
.ons .delay-1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ons .delay-2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5;
}

.ons .delay-3 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.ons .delay-4 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.ons .delay-5 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.ons .delay-6 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}	

/* =====================
  404 setting
===================== */
.errorPage {
  margin-top: 240px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .errorPage {
    margin-top: 135px;
  }
}

.errorPage__title {
  margin-bottom: 80px;
}

.errorPage__title p {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.06em;
}

.errorPage__title h2 {
  margin: 20px 0;
  font-weight: 800;
  font-size: 60px;
  color: #007BC3;
}
@media screen and (max-width: 767px) {
  .errorPage__title h2 {
    font-size: 40px;
  }
}

.errorPage__title span {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .errorPage__title span {
    font-size: 14px;
    line-height: 200%;
  }
}

.errorPage .viewmore-large a .arrow {
  transform: rotate(180deg);
  margin-left: -24px;
}
@media screen and (max-width: 767px) {
  .errorPage .viewmore-large a .arrow {
    width: 25px;
    margin-left: -14px;
  }
}

.errorPage .viewmore-large__circle {
  right: 0;
}
@media screen and (max-width: 767px) {
  .errorPage .viewmore-large__circle {
    width: 20px;
    height: 20px;
  }
}

.errorPage .viewmore-large a p {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .errorPage .viewmore-large a p {
    margin-left: 10px;
    font-size: 12px;
  }
}