@charset "UTF-8";
*,
*:after,
*:before {
  box-sizing: inherit;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

html {
  overflow-x: hidden;
  scrollbar-width: 3vw;
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  overflow: hidden;
}
body main {
  position: relative;
  display: block;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

br.sp {
  display: none;
}
br.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
#loader-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 99999;
}
#loader-bg > img {
  width: 25vw;
}

@media screen and (max-width: 767px) {
  #loader-bg > img {
    width: 50vw;
    margin-top: -15vh;
  }
}
.-overlay- {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 999;
}
.-overlay-.-open- {
  opacity: 1;
  pointer-events: auto;
  background-color: rgba(51, 51, 51, 0.7);
}

header {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
}
header .h-upper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(56px, 5vw, 80px);
  padding: 0 1em;
  z-index: 1;
}
header .h-upper::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(3px, 0.375vw, 6px);
  background-color: #e60000;
}
header .h-upper .mnu-btn {
  display: none;
}
header .h-upper .up1 {
  display: flex;
  align-items: center;
  width: clamp(240px, 22vw, 360px);
}
header .h-upper .up2 {
  display: flex;
  align-items: center;
  width: clamp(240px, 22vw, 360px);
}
header .h-lower {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: clamp(48px, 4vw, 64px);
  padding: 0 0 0 1em;
}
header .h-lower .g-navi > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
header .h-lower .g-navi > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
}
header .h-lower .g-navi > ul > li + li {
  margin-left: 0.9em;
}
header .h-lower .g-navi > ul > li .-parent- {
  color: #5a5a5a;
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 700;
  transition: all 0.2s;
  cursor: pointer;
}
@media (hover: hover) {
  header .h-lower .g-navi > ul > li .-parent-:hover {
    opacity: 0.7;
  }
}
header .h-lower .g-navi > ul > li .-child- {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  padding: 3vw 0 5vw;
  background-color: #f2f2f2;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
header .h-lower .g-navi > ul > li .-child-.-active- {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
header .h-lower .g-navi > ul > li .-child- .ch1 {
  display: block;
  color: #e60000;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: clamp(24px, 1.7vw, 32px);
  line-height: 1.1em;
  text-align: center;
}
header .h-lower .g-navi > ul > li .-child- .ch2 {
  margin-top: 0.6em;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
  text-align: center;
}
header .h-lower .g-navi > ul > li .-child- .ch3-links {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a {
  position: relative;
  margin: 0 1.5vw;
}
@media (hover: hover) {
  header .h-lower .g-navi > ul > li .-child- .ch3-links > a:hover .-thm- > img {
    transform: scale(1.08);
  }
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a.-cmsn- {
  pointer-events: none;
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a.-cmsn-::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 9vw;
  height: 5.175vw;
  background-image: url(/_/images/common/ico_comingsoon_01.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a.-cmsn- .-thm- {
  background-color: white;
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a.-cmsn- .-thm- > img {
  opacity: 0.44;
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a.-cmsn- .-txt- {
  color: #808080;
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a.-cmsn- .-txt-::before {
  background-image: url(/_/images/common/ico_arw_minus.svg);
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a .-thm- {
  width: 19vw;
  height: 9.5vw;
  overflow: hidden;
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a .-thm- > img {
  transform: scale(1);
  transition: all 0.3s;
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a .-txt- {
  display: block;
  margin-top: 1em;
  font-size: clamp(14px, 1vw, 16px);
}
header .h-lower .g-navi > ul > li .-child- .ch3-links > a .-txt-::before {
  content: "";
  display: inline-block;
  width: 0.50625vw;
  height: 0.9vw;
  margin-right: 0.3em;
  vertical-align: bottom;
  background-image: url(/_/images/common/ico_arw_01.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
header .h-lower .e-navi {
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 8px;
  background-color: #f2f2f2;
}
header .h-lower .e-navi .red-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(200px, 15vw, 240px);
  height: 100%;
  margin-left: 8px;
  padding: 0 10px;
  background-color: #e60000;
  transition: all 0.2s;
}
@media (hover: hover) {
  header .h-lower .e-navi .red-btn:hover {
    opacity: 0.7;
  }
}
header .h-lower .e-navi .red-btn > span {
  color: white;
  font-weight: 700;
  font-size: clamp(14px, 1vw, 16px);
}
header .h-lower .e-navi .mnu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  margin-left: 8px;
  background-color: #5a5a5a;
  cursor: pointer;
}
header .h-lower .e-navi .mnu-btn > span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: white;
  margin: 2px 0;
  opacity: 1;
  transition: 0.3s;
}
header .h-lower .e-navi .mnu-btn.-open- > span:nth-child(1) {
  width: 24px;
  transform: rotate(45deg) translate(4.2px, 4.2px);
}
header .h-lower .e-navi .mnu-btn.-open- > span:nth-child(2) {
  opacity: 0;
}
header .h-lower .e-navi .mnu-btn.-open- > span:nth-child(3) {
  width: 24px;
  transform: rotate(-45deg) translate(4.2px, -4.2px);
}

.site-menu {
  position: fixed;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: auto;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s 0.1s;
  z-index: 1000;
}
.site-menu.-open- {
  opacity: 1;
  pointer-events: auto;
}
@media (min-aspect-ratio: 16/7.9) {
  .site-menu.-open- {
    height: 80%;
    overflow-y: scroll;
  }
}
.site-menu .entry-links {
  display: none;
}
.site-menu .text-links {
  display: flex;
  justify-content: space-between;
  padding: 1.8em 8vw 2.5em;
  background-color: #f2f2f2;
}
.site-menu .text-links .cat-set .cs1 {
  display: block;
  height: 2.2em;
  color: #e60000;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: clamp(18px, 1.7vw, 32px);
  line-height: 1.1em;
}
.site-menu .text-links .cat-set .cs2 {
  margin-top: 0.6em;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
}
.site-menu .text-links .cat-set .cs3 {
  margin-top: 1.5em;
}
.site-menu .text-links .cat-set .cs3 > li a {
  display: block;
  margin-top: 1em;
  font-size: clamp(12px, 1vw, 16px);
  transition: all 0.2s;
}
@media (hover: hover) {
  .site-menu .text-links .cat-set .cs3 > li a:hover {
    opacity: 0.5;
  }
}
.site-menu .text-links .cat-set .cs3 > li a.-cmsn- {
  pointer-events: none;
  color: #808080;
}
.site-menu .text-links .cat-set .cs3 > li a.-cmsn-::before {
  background-image: url(/_/images/common/ico_arw_minus.svg);
}
.site-menu .text-links .cat-set .cs3 > li a::before {
  content: "";
  display: inline-block;
  width: 0.50625vw;
  height: 0.9vw;
  margin-right: 0.3em;
  vertical-align: bottom;
  background-image: url(/_/images/common/ico_arw_01.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.site-menu .rcmd-links {
  padding: 1.8em 8vw 2.5em;
}
.site-menu .rcmd-links .rcmd1 {
  display: block;
  color: #e60000;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: clamp(18px, 1.7vw, 32px);
  line-height: 1.1em;
}
.site-menu .rcmd-links .rcmd2 {
  margin-top: 0.6em;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
}
.site-menu .rcmd-links .rcmd3-links {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
.site-menu .rcmd-links .rcmd3-links > a {
  position: relative;
}
@media (hover: hover) {
  .site-menu .rcmd-links .rcmd3-links > a:hover .-thm- > img {
    transform: scale(1.08);
  }
}
.site-menu .rcmd-links .rcmd3-links > a .-thm- {
  width: 19vw;
  height: 9.5vw;
  overflow: hidden;
}
.site-menu .rcmd-links .rcmd3-links > a .-thm-.-frm- {
  position: relative;
}
.site-menu .rcmd-links .rcmd3-links > a .-thm-.-frm-::after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.site-menu .rcmd-links .rcmd3-links > a .-thm- > img {
  transform: scale(1);
  transition: all 0.3s;
}
.site-menu .rcmd-links .rcmd3-links > a .-txt- {
  display: block;
  margin-top: 1em;
  font-size: clamp(12px, 1vw, 16px);
}
.site-menu .rcmd-links .rcmd3-links > a .-txt-::before {
  content: "";
  display: inline-block;
  width: 0.50625vw;
  height: 0.9vw;
  margin-right: 0.3em;
  vertical-align: bottom;
  background-image: url(/_/images/common/ico_arw_01.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1280px) {
  header .h-lower {
    justify-content: flex-end;
  }
  header .h-lower .g-navi {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-menu .text-links {
    padding: 1.5em 4vw 2em;
  }
  .site-menu .text-links .cat-set .cs3 > li a::before {
    width: 0.61875vw;
    height: 1.1vw;
  }
  .site-menu .rcmd-links {
    padding: 1.5em 4vw 2em;
  }
  .site-menu .rcmd-links .rcmd3-links > a .-thm- {
    width: 21vw;
    height: 10.5vw;
  }
  .site-menu .rcmd-links .rcmd3-links > a .-txt-::before {
    width: 0.61875vw;
    height: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    width: 100vw;
  }
  header .h-upper {
    justify-content: flex-start;
    height: 54px;
    padding: 0 0;
  }
  header .h-upper .mnu-btn.-sp- {
    display: block;
    width: 60px;
    height: 100%;
    background-color: white;
    border-right: 1px solid #ccc;
  }
  header .h-upper .mnu-btn.-sp- .ico {
    position: relative;
    width: 100%;
    height: 34px;
  }
  header .h-upper .mnu-btn.-sp- .ico span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 16px;
    height: 2px;
    background: #e60000;
    width: 28px;
  }
  header .h-upper .mnu-btn.-sp- .ico span:nth-of-type(1) {
    top: 13px;
  }
  header .h-upper .mnu-btn.-sp- .ico span:nth-of-type(2) {
    top: 19px;
  }
  header .h-upper .mnu-btn.-sp- .ico span:nth-of-type(3) {
    top: 25px;
  }
  header .h-upper .mnu-btn.-sp- .txt {
    text-align: center;
    color: #666;
    font-size: 2.9vw;
    font-weight: 700;
  }
  header .h-upper .mnu-btn.-sp-.-open- .ico span:nth-of-type(1) {
    top: 14px;
    transform: translateY(6px) rotate(-45deg);
  }
  header .h-upper .mnu-btn.-sp-.-open- .ico span:nth-of-type(2) {
    opacity: 0;
  }
  header .h-upper .mnu-btn.-sp-.-open- .ico span:nth-of-type(3) {
    top: 26px;
    transform: translateY(-6px) rotate(45deg);
  }
  header .h-upper .up1 {
    width: 21vw;
    margin-left: 4vw;
  }
  header .h-upper .up2 {
    width: 50vw;
    margin-left: 5vw;
  }
  header .h-lower {
    display: none;
  }
  .site-menu {
    width: 100vw;
    height: calc(100% - 54px);
  }
  .site-menu.-open- {
    overflow-y: scroll;
  }
  .site-menu .entry-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vw 0 0;
    background-color: #f2f2f2;
  }
  .site-menu .entry-links .red-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: 12vw;
    background-color: #e60000;
  }
  .site-menu .entry-links .red-btn + .red-btn {
    margin-top: 2vw;
  }
  .site-menu .entry-links .red-btn > span {
    color: white;
    font-size: 4.5vw;
    font-weight: 700;
  }
  .site-menu .entry-links .red-btn > span::before {
    content: "";
    display: inline-block;
    width: 3.75vw;
    height: 4vw;
    margin-right: 0.4em;
    vertical-align: bottom;
    background-image: url(/_/images/common/ico_arw_02w.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .site-menu .text-links {
    flex-wrap: wrap;
    padding: 0 1em 2em;
  }
  .site-menu .text-links .cat-set {
    margin-top: 1em;
  }
  .site-menu .text-links .cat-set:nth-of-type(odd) {
    width: 63%;
  }
  .site-menu .text-links .cat-set:nth-of-type(even) {
    width: 37%;
  }
  .site-menu .text-links .cat-set:nth-of-type(n+3) {
    margin-top: 2em;
  }
  .site-menu .text-links .cat-set .cs1 {
    display: none;
  }
  .site-menu .text-links .cat-set .cs2 {
    margin-top: 0.4em;
    font-size: 4.2vw;
  }
  .site-menu .text-links .cat-set .cs3 {
    margin-top: 1em;
  }
  .site-menu .text-links .cat-set .cs3 > li a {
    font-size: 3.8vw;
  }
  .site-menu .text-links .cat-set .cs3 > li a::before {
    width: 2.025vw;
    height: 3.6vw;
    margin-right: 0.4em;
  }
  .site-menu .rcmd-links {
    padding: 1em 12vw 2em;
  }
  .site-menu .rcmd-links .rcmd1 {
    font-size: 7.5vw;
    text-align: center;
  }
  .site-menu .rcmd-links .rcmd2 {
    font-size: 4.2vw;
    text-align: center;
  }
  .site-menu .rcmd-links .rcmd3-links {
    flex-direction: column;
  }
  .site-menu .rcmd-links .rcmd3-links > a {
    margin-top: 0.8em;
  }
  .site-menu .rcmd-links .rcmd3-links > a + a {
    margin-top: 1.5em;
  }
  .site-menu .rcmd-links .rcmd3-links > a .-thm- {
    width: 100%;
    height: 50%;
  }
  .site-menu .rcmd-links .rcmd3-links > a .-txt- {
    font-size: 3.8vw;
    text-align: center;
  }
  .site-menu .rcmd-links .rcmd3-links > a .-txt-::before {
    width: 2.025vw;
    height: 3.6vw;
    margin-right: 0.4em;
  }
}
footer .f-upper {
  position: relative;
  padding-bottom: 3vw;
  font-size: clamp(14px, 1vw, 16px);
  text-align: center;
  line-height: 1.8em;
}
footer .f-upper::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(3px, 0.375vw, 6px);
  background-color: #e60000;
}
footer .f-lower {
  padding-top: 2vw;
}
footer .f-lower > ul {
  display: flex;
  justify-content: center;
}
footer .f-lower > ul > li {
  margin: 0 1em;
}
footer .f-lower > ul > li > a {
  font-size: clamp(11px, 0.8125vw, 13px);
}
footer .f-lower > small {
  display: block;
  margin: 3vw 0;
  font-size: clamp(10px, 0.75vw, 12px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .f-upper {
    padding-bottom: 6vw;
    text-align: center;
  }
  footer .f-lower {
    padding-top: 4vw;
  }
  footer .f-lower > ul > li {
    margin: 0 0.6em;
  }
  footer .f-lower > small {
    margin: 6vw 0 8vw;
    line-height: 1.6em;
  }
}
.f11, .f11 * {
  font-size: 0.6875vw;
}

.f12, .f12 * {
  font-size: 0.75vw;
}

.f13, .f13 * {
  font-size: 0.8125vw;
}

.f14, .f14 * {
  font-size: 0.875vw;
}

.f16, .f16 * {
  font-size: 1vw;
}

.f18, .f18 * {
  font-size: 1.125vw;
}

.f20, .f20 * {
  font-size: 1.25vw;
}

.f22, .f22 * {
  font-size: 1.375vw;
}

.f24, .f24 * {
  font-size: 1.5vw;
}

.f28, .f28 * {
  font-size: 1.75vw;
}

.f30, .f30 * {
  font-size: 1.875vw;
}

.f32, .f32 * {
  font-size: 2vw;
}

.f36, .f36 * {
  font-size: 2.25vw;
}

.f40, .f40 * {
  font-size: 2.5vw;
}

.f44, .f44 * {
  font-size: 2.75vw;
}

.f48, .f48 * {
  font-size: 3vw;
}

.f60, .f60 * {
  font-size: 3.75vw;
}

.f64, .f64 * {
  font-size: 4vw;
}

.f72, .f72 * {
  font-size: 4.5vw;
}

.f80, .f80 * {
  font-size: 5vw;
}

.f90, .f90 * {
  font-size: 5.625vw;
}

.f96, .f96 * {
  font-size: 6vw;
}

.f120, .f120 * {
  font-size: 7.5vw;
}

.f128, .f128 * {
  font-size: 8vw;
}

.f160, .f160 * {
  font-size: 10vw;
}

.f320, .f320 * {
  font-size: 20vw;
}

@media screen and (max-width: 1024px) {
  .f11, .f11 * {
    font-size: 0.89375vw;
  }
  .f12, .f12 * {
    font-size: 0.975vw;
  }
  .f13, .f13 * {
    font-size: 1.05625vw;
  }
  .f14, .f14 * {
    font-size: 1.1375vw;
  }
  .f16, .f16 * {
    font-size: 1.3vw;
  }
  .f18, .f18 * {
    font-size: 1.4625vw;
  }
  .f20, .f20 * {
    font-size: 1.625vw;
  }
  .f22, .f22 * {
    font-size: 1.7875vw;
  }
  .f24, .f24 * {
    font-size: 1.95vw;
  }
  .f28, .f28 * {
    font-size: 2.275vw;
  }
  .f30, .f30 * {
    font-size: 2.4375vw;
  }
  .f32, .f32 * {
    font-size: 2.6vw;
  }
  .f36, .f36 * {
    font-size: 2.925vw;
  }
  .f40, .f40 * {
    font-size: 3.25vw;
  }
  .f44, .f44 * {
    font-size: 3.575vw;
  }
  .f48, .f48 * {
    font-size: 3.9vw;
  }
  .f60, .f60 * {
    font-size: 4.875vw;
  }
  .f64, .f64 * {
    font-size: 5.2vw;
  }
  .f72, .f72 * {
    font-size: 5.85vw;
  }
  .f80, .f80 * {
    font-size: 6.5vw;
  }
  .f90, .f90 * {
    font-size: 7.3125vw;
  }
  .f96, .f96 * {
    font-size: 7.8vw;
  }
  .f120, .f120 * {
    font-size: 9.75vw;
  }
  .f128, .f128 * {
    font-size: 10.4vw;
  }
  .f160, .f160 * {
    font-size: 13vw;
  }
  .f320, .f320 * {
    font-size: 26vw;
  }
}
@media screen and (max-width: 767px) {
  .f11, .f11 * {
    font-size: 2.0625vw;
  }
  .f12, .f12 * {
    font-size: 2.25vw;
  }
  .f13, .f13 * {
    font-size: 2.4375vw;
  }
  .f14, .f14 * {
    font-size: 2.975vw;
  }
  .f16, .f16 * {
    font-size: 3.4vw;
  }
  .f18, .f18 * {
    font-size: 3.7125vw;
  }
  .f20, .f20 * {
    font-size: 4vw;
  }
  .f22, .f22 * {
    font-size: 4.2625vw;
  }
  .f24, .f24 * {
    font-size: 4.5vw;
  }
  .f28, .f28 * {
    font-size: 5.25vw;
  }
  .f30, .f30 * {
    font-size: 5.625vw;
  }
  .f32, .f32 * {
    font-size: 6vw;
  }
  .f36, .f36 * {
    font-size: 6.75vw;
  }
  .f40, .f40 * {
    font-size: 7.5vw;
  }
  .f44, .f44 * {
    font-size: 8.25vw;
  }
  .f48, .f48 * {
    font-size: 9vw;
  }
  .f60, .f60 * {
    font-size: 11.25vw;
  }
  .f64, .f64 * {
    font-size: 12vw;
  }
  .f72, .f72 * {
    font-size: 13.5vw;
  }
  .f80, .f80 * {
    font-size: 15vw;
  }
  .f90, .f90 * {
    font-size: 16.875vw;
  }
  .f96, .f96 * {
    font-size: 18vw;
  }
  .f120, .f120 * {
    font-size: 22.5vw;
  }
  .f128, .f128 * {
    font-size: 24vw;
  }
  .f160, .f160 * {
    font-size: 30vw;
  }
  .f320, .f320 * {
    font-size: 60vw;
  }
}
.sup {
  font-size: 80%;
  vertical-align: super;
}

.sub {
  font-size: 80%;
}

.page-title {
  position: absolute;
  top: 2vw;
  right: auto;
  bottom: auto;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6vw;
  padding: 0 1.6vw 0.3vw 2.5vw;
  background-color: white;
}
.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 1.25vw;
  height: 100%;
  background-color: #e60000;
}
.page-title > span {
  color: #e60000;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.page-title > h1 {
  margin-top: 0.35em;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .page-title {
    position: absolute;
    top: 2.5vw;
    right: auto;
    bottom: auto;
    left: 0;
    height: 8.4vw;
    padding: 0 2.2vw 0.3vw 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1.8vw 0 5vw 0;
    background-color: #f2f2f2;
  }
  .page-title::before {
    display: none;
  }
  .page-title > h1 {
    margin-top: 0.4em;
  }
}
.page-visual {
  position: relative;
  width: 100%;
  height: 25vw;
  z-index: -1;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  overflow: hidden;
}
.page-visual > img {
  transform: scale(1.15);
  transition: all 1.2s 0.1s;
}
.page-visual.on {
  animation: bdr_left_right1 1s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.page-visual.on > img {
  transform: scale(1);
}
.page-visual > img {
  transition-delay: 0.9s;
}
.page-visual.on {
  animation-delay: 0.8s;
}
.page-visual + .cmn-h2 {
  margin-top: 6vw;
}

.page-lead {
  width: 70vw;
  margin: 4vw auto 0;
}
.page-lead.-tac- {
  text-align: center;
}
.page-lead > p {
  line-height: 1.8em;
}
.page-lead > p + p {
  margin-top: 1em;
}
.page-lead + .cmn-h2 {
  margin-top: 4vw;
}

@media screen and (max-width: 767px) {
  .page-lead {
    width: 90vw;
  }
  .page-lead > p {
    line-height: 1.6em;
  }
}
.cmn-h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cmn-h2 span {
  color: #f2f2f2;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.cmn-h2 span.-rd- {
  color: #e60000;
}
.cmn-h2 span.-bl- {
  color: #1b4b7d;
}
.cmn-h2 h2 {
  margin-top: 0.5em;
  font-weight: 700;
}
.cmn-h2 h2.-rd- {
  color: #e60000;
}
.cmn-h2 h2.-bl- {
  color: #1b4b7d;
}

@media screen and (max-width: 1024px) {
  .cmn-h2 h2 {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .cmn-h2 span {
    font-size: 12vw;
    letter-spacing: -0.05em;
  }
  .cmn-h2 h2 {
    font-size: 6vw;
  }
}
.tab-wrap {
  width: 90vw;
  margin: 4vw auto 0;
}
.tab-wrap .tab-flex {
  display: flex;
  justify-content: space-between;
}
.tab-wrap .tab-flex .t-set {
  width: 44.375vw;
  height: 5vw;
  transition: all 0.2s;
}
@media (hover: hover) {
  .tab-wrap .tab-flex .t-set:hover {
    opacity: 0.7;
  }
}
.tab-wrap .tab-flex .t-set.-cst- {
  background-color: #e60000;
}
.tab-wrap .tab-flex .t-set.-cst- a.select::after {
  background-color: #e60000;
}
.tab-wrap .tab-flex .t-set.-rsc- {
  background-color: #1b4b7d;
}
.tab-wrap .tab-flex .t-set.-rsc- a.select::after {
  background-color: #1b4b7d;
}
.tab-wrap .tab-flex .t-set > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.tab-wrap .tab-flex .t-set > a > span {
  color: white;
  font-weight: 700;
}
.tab-wrap .tab-flex .t-set > a.select::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -20px;
  left: auto;
  width: 40px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab-wrap .tab-flex.-bottom- {
  justify-content: center;
  margin-top: 7.5vw;
}
.tab-wrap .tab-flex.-bottom- .t-set {
  width: 30vw;
  height: 4vw;
}
.tab-wrap .tab-flex.-bottom- .t-set a::before {
  content: "";
  display: inline-block;
  width: 1.5vw;
  height: 1.40625vw;
  margin-right: 0.7em;
  vertical-align: bottom;
  background-image: url(/_/images/common/ico_arwup_01w.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tab-wrap .tab-contents {
  margin-top: -1px;
}
.tab-wrap .tab-contents .tab-main {
  display: none;
  padding-top: 6vw;
  padding-bottom: 5vw;
  border: 1px solid #ccc;
}
.tab-wrap .tab-contents .tab-main.is-show {
  display: block;
}
.tab-wrap .tab-contents .tab-main#tab01 .-bottom- .t-set:nth-child(1) {
  display: none;
}
.tab-wrap .tab-contents .tab-main#tab02 .-bottom- .t-set:nth-child(2) {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tab-wrap .tab-flex .t-set {
    width: 44.5vw;
    height: 6vw;
  }
  .tab-wrap .tab-flex .t-set > a > span {
    font-size: 2.1875vw;
  }
  .tab-wrap .tab-flex .t-set > a.select::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -16px;
    left: auto;
    width: 32px;
    height: 16px;
  }
  .tab-wrap .tab-flex.-bottom- .t-set {
    width: 38vw;
    height: 5vw;
  }
  .tab-wrap .tab-flex.-bottom- .t-set a::before {
    width: 1.8vw;
    height: 1.6875vw;
  }
  .tab-wrap .tab-flex.-bottom- .t-set a > span {
    font-size: 1.5625vw;
  }
  .tab-wrap .tab-contents .tab-main {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .tab-wrap .tab-flex .t-set {
    width: 44vw;
    height: 12vw;
  }
  .tab-wrap .tab-flex .t-set > a > span {
    font-size: 3.85vw;
  }
  .tab-wrap .tab-flex .t-set > a.select::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -12px;
    left: auto;
    width: 24px;
    height: 12px;
  }
  .tab-wrap .tab-flex.-bottom- .t-set {
    width: 80vw;
    height: 12vw;
  }
  .tab-wrap .tab-flex.-bottom- .t-set a::before {
    width: 3.7vw;
    height: 3.46875vw;
    margin-right: 0.4em;
  }
  .tab-wrap .tab-flex.-bottom- .t-set a > span {
    font-size: 3.75vw;
  }
  .tab-wrap .tab-contents .tab-main {
    padding-top: 5vw;
  }
}
.cmn-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.cmn-table th, .cmn-table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.cmn-table th {
  padding: 1em 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
}
.cmn-table td {
  padding: 0.7em;
}
.cmn-table h4 {
  font-weight: 700;
}
.cmn-table h4 + p {
  margin-top: 0.5em;
}
.cmn-table p {
  line-height: 1.6em;
}
.cmn-table p + h4 {
  margin-top: 1.5em;
}
.cmn-table .-red- {
  color: #e60000;
}
.cmn-table .-tac- {
  text-align: center;
}

.recommend {
  margin-top: 7.5vw;
  margin-bottom: 7.5vw;
}
.recommend .rec-ttl {
  width: 40vw;
  height: 8vw;
  margin-left: 60vw;
  padding: 0.5em 1em 0 0;
  text-align: right;
  background-color: #e60000;
}
.recommend .rec-ttl > span {
  color: white;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.recommend .rec-list {
  display: flex;
  justify-content: center;
  margin-top: -3vw;
}
.recommend .rec-list.-two- > a {
  width: 30vw;
}
.recommend .rec-list.-two- > a .rl1 {
  height: 15vw;
}
.recommend .rec-list.-three- > a {
  width: 25vw;
}
.recommend .rec-list.-three- > a .rl1 {
  height: 12.5vw;
}
.recommend .rec-list > a {
  display: flex;
  flex-direction: column;
  margin: 0 1.25vw;
}
@media (hover: hover) {
  .recommend .rec-list > a:hover .rl1 > img {
    transform: scale(1.05);
  }
}
.recommend .rec-list > a.-cmsn- {
  position: relative;
  pointer-events: none;
}
.recommend .rec-list > a.-cmsn-::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 9vw;
  height: 5.175vw;
  background-image: url(/_/images/common/ico_comingsoon_01.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.recommend .rec-list > a.-cmsn- .rl1 {
  background-color: white;
}
.recommend .rec-list > a.-cmsn- .rl1 > img {
  opacity: 0.44;
}
.recommend .rec-list > a.-cmsn- .rl2 {
  color: #808080;
}
.recommend .rec-list > a.-cmsn- .rl2::before {
  background-image: url(/_/images/common/ico_arw_minus.svg);
}
.recommend .rec-list > a.-cmsn- .rl3 {
  color: #808080;
}
.recommend .rec-list > a .rl1 {
  width: 100%;
  overflow: hidden;
}
.recommend .rec-list > a .rl1.-frm- {
  border: 1px solid #ccc;
}
.recommend .rec-list > a .rl1 > img {
  transform: scale(1);
  transition: all 0.3s;
}
.recommend .rec-list > a .rl2 {
  margin-top: 1em;
  font-weight: 700;
}
.recommend .rec-list > a .rl2::before {
  content: "";
  display: inline-block;
  width: 0.61875vw;
  height: 1.1vw;
  margin-right: 0.3em;
  vertical-align: bottom;
  background-image: url(/_/images/common/ico_arw_01.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.recommend .rec-list > a .rl3 {
  margin-top: 0.7em;
  line-height: 1.6em;
}

@media screen and (max-width: 1024px) {
  .recommend .rec-ttl {
    height: 10.5vw;
  }
  .recommend .rec-list {
    margin-top: -4vw;
  }
  .recommend .rec-list.-two- > a {
    width: 34.2vw;
  }
  .recommend .rec-list.-two- > a .rl1 {
    height: 17.1vw;
  }
  .recommend .rec-list.-three- > a {
    width: 28.5vw;
  }
  .recommend .rec-list.-three- > a .rl1 {
    height: 14.25vw;
  }
  .recommend .rec-list > a.-cmsn-::after {
    width: 12vw;
    height: 6.9vw;
  }
  .recommend .rec-list > a .rl2::before {
    width: 0.7875vw;
    height: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .recommend {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
  .recommend .rec-ttl {
    width: 60vw;
    height: 25vw;
    margin-left: 40vw;
    padding: 0.5em 0.6em 0 0;
  }
  .recommend .rec-ttl > span {
    font-size: 6.5vw;
  }
  .recommend .rec-list {
    flex-wrap: wrap;
    margin-top: -10vw;
  }
  .recommend .rec-list.-two- > a {
    width: 81vw;
  }
  .recommend .rec-list.-two- > a .rl1 {
    height: 40.5vw;
  }
  .recommend .rec-list.-three- > a {
    width: 67.5vw;
  }
  .recommend .rec-list.-three- > a .rl1 {
    height: 33.75vw;
  }
  .recommend .rec-list > a {
    margin: 0 0;
  }
  .recommend .rec-list > a + a {
    margin-top: 10vw;
  }
  .recommend .rec-list > a.-cmsn-::after {
    width: 32vw;
    height: 18.4vw;
  }
  .recommend .rec-list > a .rl2::before {
    width: 2.025vw;
    height: 3.6vw;
  }
}
#current-nav {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 7.5vw;
  height: auto;
  padding: 1vw 0 1.5vw;
  background-color: #5a5a5a;
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s;
  z-index: 10;
}
#current-nav.-enter- {
  opacity: 1;
  pointer-events: auto;
}
#current-nav > span {
  display: block;
  color: white;
  font-weight: 500;
  text-align: center;
}
#current-nav > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.9vw;
  padding-left: 0.9vw;
}
#current-nav > ul .nv {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#current-nav > ul .nv + .nv {
  margin-top: 0.2vw;
}
#current-nav > ul .nv::before {
  content: "▶︎";
  display: inline-block;
  margin-right: 0.3vw;
  color: #5a5a5a;
  font-size: 0.6vw;
  vertical-align: middle;
}
#current-nav > ul .nv .f16 {
  opacity: 0.4;
  color: white;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.3s;
}
@media (hover: hover) {
  #current-nav > ul .nv:hover .f16 {
    opacity: 1;
  }
}
#current-nav > ul .nv.on::before {
  color: white;
}
#current-nav > ul .nv.on .f16 {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #current-nav {
    width: 9vw;
  }
  #current-nav > ul .nv::before {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  #current-nav {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    padding: 4vw 0 7vw;
    background-color: rgba(0, 0, 0, 0.72);
  }
  #current-nav > span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #current-nav > span::before, #current-nav > span::after {
    content: "";
    height: 1px;
    flex-grow: 0.3;
    background-color: #999;
  }
  #current-nav > span::before {
    margin-right: 0.5em;
  }
  #current-nav > span::after {
    margin-left: 0.5em;
  }
  #current-nav > ul {
    flex-direction: row;
    justify-content: center;
    margin-top: 3vw;
    padding-left: 0;
  }
  #current-nav > ul .nv {
    margin: 0 0.5em;
  }
  #current-nav > ul .nv::before {
    display: none;
    margin-right: 0.7vw;
    font-size: 2.8vw;
  }
  #current-nav > ul .nv .f16 {
    font-size: 4vw;
  }
}
@keyframes bdr_top_bottom1 {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes bdr_right_left1 {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes bdr_bottom_top1 {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes bdr_left_right1 {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.-parent-[data-category=company] {
  color: #e60000 !important;
}

#about .-bdr- {
  padding-bottom: 9vw;
  border-bottom: 4px solid #5a5a5a;
}
#about .cnt-intro {
  margin-top: 7vw;
  text-align: center;
}
#about .cnt-intro .f32 {
  font-weight: 700;
}
#about .cnt-intro .f18 {
  margin-top: 1.5em;
  line-height: 1.8em;
}
#about .cnt-philosophy {
  padding-top: 7.5vw;
}
#about .cnt-philosophy .phi-message .pm-set {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.5vw;
  padding-top: 4vw;
  text-align: center;
  opacity: 0;
  transform: scale(0.96);
  transition: all 1.2s 0.1s;
}
#about .cnt-philosophy .phi-message .pm-set.on {
  opacity: 1;
  transform: scale(1);
}
#about .cnt-philosophy .phi-message .pm-set::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  display: block;
  width: 10vw;
  height: 1px;
  margin-left: -5vw;
  background-color: #ccc;
}
#about .cnt-philosophy .phi-message .pm-set > span {
  color: #f2f2f2;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}
#about .cnt-philosophy .phi-message .pm-set > h3 {
  margin-top: 0.5em;
  color: #e60000;
  font-weight: 700;
}
#about .cnt-philosophy .phi-message .pm-set > p {
  margin-top: 1.5em;
  line-height: 2em;
}
#about .cnt-philosophy .phi-message .pm-set > ul li {
  margin-top: 1.2em;
  font-weight: 700;
  text-align: left;
}
#about .cnt-philosophy .phi-message .pm-set > ul + p {
  margin-top: 1.8em;
}
#about .cnt-field {
  padding-top: 7.5vw;
}
#about .cnt-field .fld-fig {
  width: 40vw;
  margin: 3.75vw auto 0;
  opacity: 0;
  transform: scale(0.96);
  transition: all 1.2s 0.1s;
}
#about .cnt-field .fld-fig.on {
  opacity: 1;
  transform: scale(1);
}
#about .cnt-field .fld-set {
  width: 90vw;
  margin: auto;
  padding-bottom: 5vw;
  border-top: none;
}
#about .cnt-field .fld-set .fld-ttl {
  padding: 0.6em 0 0.7em;
  color: white;
  font-weight: 700;
  text-align: center;
}
#about .cnt-field .fld-set .fld-lead {
  margin-top: 2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
#about .cnt-field .fld-set .fld-par {
  margin-top: 2.5em;
  padding: 0 10vw;
  line-height: 1.8em;
}
#about .cnt-field .fld-set .theme-area {
  width: 80vw;
  margin: 4vw auto 0;
  padding: 2vw 5vw 5vw;
}
#about .cnt-field .fld-set .theme-area > h4 {
  font-weight: 700;
  text-align: center;
}
#about .cnt-field .fld-set .theme-area .ta-set {
  display: flex;
  margin-top: 2.5vw;
  padding: 1vw;
  background-color: white;
  opacity: 0;
  transform: scale(0.96);
  transition: all 1.2s 0.1s;
}
#about .cnt-field .fld-set .theme-area .ta-set.on {
  opacity: 1;
  transform: scale(1);
}
#about .cnt-field .fld-set .theme-area .ta-set + .ta-set {
  margin-top: 0.5vw;
}
#about .cnt-field .fld-set .theme-area .ta-set .ta-l {
  width: 8vw;
}
#about .cnt-field .fld-set .theme-area .ta-set .ta-r {
  width: 57vw;
  margin-left: 1.8vw;
  padding: 1.3vw 0;
}
#about .cnt-field .fld-set .theme-area .ta-set .ta-r > h5 {
  font-weight: 700;
}
#about .cnt-field .fld-set .theme-area .ta-set .ta-r > p {
  margin-top: 1em;
  line-height: 1.6em;
}
#about .cnt-field .fld-set .theme-area .ta-set .ta-r .exp {
  margin-top: 1em;
  padding: 0.2em 0 0.2em 1em;
  font-weight: 500;
  line-height: 1.5em;
}
#about .cnt-field .fld-set.-cst- {
  margin-top: 8.5vw;
  border: 1px solid #facccc;
}
#about .cnt-field .fld-set.-cst- .fld-ttl {
  background-color: #e60000;
}
#about .cnt-field .fld-set.-cst- .theme-area {
  background-color: #faf0f0;
}
#about .cnt-field .fld-set.-cst- .theme-area .ta-set .ta-r > h5 {
  color: #e60000;
}
#about .cnt-field .fld-set.-cst- .theme-area .ta-set .ta-r .exp {
  border-left: 3px solid #e60000;
}
#about .cnt-field .fld-set.-cst- .achievement {
  width: 80vw;
  margin: 2.5vw auto 0;
  padding: 2.5vw 0;
  text-align: center;
  background-color: #faf0f0;
}
#about .cnt-field .fld-set.-cst- .achievement > h4 {
  font-weight: 700;
}
#about .cnt-field .fld-set.-cst- .achievement > p {
  margin-top: 1em;
  line-height: 1.8em;
}
#about .cnt-field .fld-set.-cst- .achievement > figure {
  width: 45vw;
  margin: 2.5vw auto 0;
  opacity: 0;
  transform: scale(0.96);
  transition: all 1.2s 0.1s;
}
#about .cnt-field .fld-set.-cst- .achievement > figure.on {
  opacity: 1;
  transform: scale(1);
}
#about .cnt-field .fld-set.-cst- .achievement > small {
  display: block;
  margin-top: 2vw;
}
#about .cnt-field .fld-set.-rsc- {
  margin-top: 5vw;
  border: 1px solid #d1dbe5;
}
#about .cnt-field .fld-set.-rsc- .fld-ttl {
  background-color: #1b4b7d;
}
#about .cnt-field .fld-set.-rsc- .theme-area {
  margin-top: 2vw;
  background-color: #e5ebf2;
}
#about .cnt-field .fld-set.-rsc- .theme-area .ta-set .ta-r > h5 {
  color: #1b4b7d;
}
#about .cnt-field .fld-set.-rsc- .theme-area .ta-set .ta-r .exp {
  border-left: 3px solid #1b4b7d;
}
#about .cnt-field .fld-set.-rsc- .thinktank {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin: 4vw auto 0;
  padding: 2vw 2vw 2vw 1vw;
  background-color: #e5ebf2;
  opacity: 0;
  transform: scale(0.96);
  transition: all 1.2s 0.1s;
}
#about .cnt-field .fld-set.-rsc- .thinktank.on {
  opacity: 1;
  transform: scale(1);
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-left {
  width: 36.4vw;
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-right {
  position: relative;
  width: 40vw;
  padding: 2vw;
  background-color: white;
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-right::before, #about .cnt-field .fld-set.-rsc- .thinktank .tt-right::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  width: 1.25vw;
  height: 2.5vw;
  margin-top: -1.25vw;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #1b4b7d;
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-right::before {
  left: -3vw;
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-right::after {
  left: 50%;
  margin-left: -0.625vw;
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-right > h4 {
  font-weight: 700;
  text-align: center;
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex {
  display: flex;
  justify-content: center;
  margin-top: 1.2vw;
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex .tt-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15vw;
  margin: 0 2.5vw;
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex .tt-set > figure {
  width: 5.625vw;
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex .tt-set > h5 {
  margin-top: 0.3em;
  color: #1b4b7d;
  font-weight: 700;
}
#about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex .tt-set > p {
  margin-top: 1em;
  line-height: 1.6em;
}
#about .cnt-profile {
  padding-top: 7.5vw;
}
#about .cnt-profile .prof-wrap {
  position: relative;
  width: 80vw;
  margin: 7vw auto 0;
}
#about .cnt-profile .prof-wrap::before, #about .cnt-profile .prof-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
#about .cnt-profile .prof-wrap::after {
  width: 13vw;
  background-color: #e60000;
}
#about .cnt-profile .prof-wrap .prof-set {
  position: relative;
  display: flex;
  padding: 2.2vw 0;
}
#about .cnt-profile .prof-wrap .prof-set::before, #about .cnt-profile .prof-wrap .prof-set::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
#about .cnt-profile .prof-wrap .prof-set::after {
  width: 13vw;
  background-color: #e60000;
}
#about .cnt-profile .prof-wrap .prof-set .pr-l {
  width: 13vw;
  padding-left: 1.8vw;
}
#about .cnt-profile .prof-wrap .prof-set .pr-l > h3 {
  font-weight: 700;
  line-height: 1.8em;
}
#about .cnt-profile .prof-wrap .prof-set .pr-r {
  width: 67vw;
  padding-left: 2vw;
}
#about .cnt-profile .prof-wrap .prof-set .pr-r > p {
  line-height: 1.8em;
}
#about .cnt-profile .prof-wrap .prof-set .pr-r > p + p {
  margin-top: 1.4em;
}
#about .cnt-profile .prof-wrap .prof-set .pr-r > p a {
  line-height: 1.8em;
}
#about .cnt-profile .prof-wrap .prof-set .pr-r > p a + span {
  display: block;
  font-weight: 400;
  line-height: 1.8em;
}
#about .cnt-profile .prof-wrap .prof-set .pr-r > p a.link {
  font-weight: 500;
  text-decoration: underline;
}
@media (hover: hover) {
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p a.link:hover {
    text-decoration: none;
  }
}
#about .cnt-profile .prof-wrap .prof-set .pr-r > p a.link::after {
  content: "";
  display: inline-block;
  width: 0.7vw;
  height: 0.572727274vw;
  margin-left: 0.3vw;
  vertical-align: middle;
  background-image: url(/_/images/common/ico_link_01.svg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#about .cnt-profile .prof-wrap .prof-set .pr-r > p a.nolink {
  font-weight: 500;
  pointer-events: none;
}
#about .cnt-profile .prof-wrap .prof-set .pr-r > dl {
  display: flex;
  flex-wrap: wrap;
}
#about .cnt-profile .prof-wrap .prof-set .pr-r > dl dt {
  width: 10.5vw;
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.6em;
}
#about .cnt-profile .prof-wrap .prof-set .pr-r > dl dd {
  width: calc(100% - 10.5vw);
  margin-bottom: 0.5em;
  line-height: 1.6em;
}

@media screen and (max-width: 1024px) {
  #about .-bdr- {
    border-bottom: 3px solid #5a5a5a;
  }
  #about .cnt-intro .f32 {
    font-size: 2.4vw;
  }
  #about .cnt-philosophy .phi-message .pm-set::before {
    width: 15vw;
    margin-left: -7.5vw;
  }
  #about .cnt-field .fld-fig {
    width: 45vw;
  }
  #about .cnt-field .fld-set {
    padding-bottom: 3vw;
  }
  #about .cnt-field .fld-set .fld-par {
    padding: 0 6vw;
    line-height: 1.7em;
  }
  #about .cnt-field .fld-set .theme-area {
    width: 84vw;
    padding: 2vw 3vw 3vw;
  }
  #about .cnt-field .fld-set .theme-area .ta-set + .ta-set {
    margin-top: 0.75vw;
  }
  #about .cnt-field .fld-set .theme-area .ta-set .ta-l {
    width: 12vw;
  }
  #about .cnt-field .fld-set .theme-area .ta-set .ta-r {
    width: 60vw;
    margin-left: 1.6vw;
  }
  #about .cnt-field .fld-set.-cst- .achievement {
    width: 84vw;
    padding: 3vw 0;
  }
  #about .cnt-field .fld-set.-cst- .achievement > p {
    line-height: 1.7em;
  }
  #about .cnt-field .fld-set.-cst- .achievement > figure {
    width: 58vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank {
    width: 84vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-left {
    width: 39vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right {
    width: 42vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right::before, #about .cnt-field .fld-set.-rsc- .thinktank .tt-right::after {
    width: 1.6vw;
    height: 3.2vw;
    margin-top: -1.6vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right::before {
    left: -3.6vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right::after {
    margin-left: -0.8vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex {
    justify-content: space-between;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex .tt-set {
    width: 16vw;
    margin: 0 1.25vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex .tt-set > figure {
    width: 7vw;
  }
  #about .cnt-profile .prof-wrap {
    width: 84vw;
  }
  #about .cnt-profile .prof-wrap::after {
    width: 15.5vw;
  }
  #about .cnt-profile .prof-wrap .prof-set {
    padding: 2.3vw 0;
  }
  #about .cnt-profile .prof-wrap .prof-set::after {
    width: 15.5vw;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-l {
    width: 15.5vw;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-l > h3 {
    line-height: 1.7em;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r {
    width: 68.5vw;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p {
    line-height: 1.7em;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p + p {
    margin-top: 1.3em;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p a {
    line-height: 1.7em;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p a + span {
    line-height: 1.7em;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p a.link::after {
    width: 1vw;
    height: 0.81818182vw;
    margin-left: 0.4vw;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > dl dt {
    width: 13.5vw;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > dl dd {
    width: calc(100% - 13.5vw);
  }
}
@media screen and (max-width: 767px) {
  #about .-bdr- {
    padding-bottom: 12vw;
    border-bottom: 2px solid #5a5a5a;
  }
  #about .cmn-h2 span {
    font-size: 15vw;
  }
  #about .cnt-intro .f32 {
    font-size: 5vw;
    line-height: 1.5em;
  }
  #about .cnt-intro .f18 {
    padding: 0 1.5em;
    text-align: left;
  }
  #about .cnt-philosophy {
    padding-top: 10vw;
  }
  #about .cnt-philosophy .phi-message .pm-set::before {
    width: 15vw;
    margin-left: -7.5vw;
  }
  #about .cnt-philosophy .phi-message .pm-set > p {
    padding: 0 1.5em;
    line-height: 1.8em;
    text-align: left;
  }
  #about .cnt-philosophy .phi-message .pm-set > ul li {
    margin-top: 1em;
    padding: 0 1.5em;
    line-height: 1.5em;
  }
  #about .cnt-field {
    padding-top: 10vw;
  }
  #about .cnt-field .fld-fig {
    width: 85vw;
  }
  #about .cnt-field .fld-set {
    width: 92vw;
  }
  #about .cnt-field .fld-set .fld-ttl {
    font-size: 4.55vw;
  }
  #about .cnt-field .fld-set .fld-lead {
    margin-top: 1.5em;
  }
  #about .cnt-field .fld-set .fld-par {
    line-height: 1.6em;
  }
  #about .cnt-field .fld-set .theme-area {
    margin: 6vw auto 0;
    padding: 5vw 3vw 6vw;
  }
  #about .cnt-field .fld-set .theme-area .ta-set {
    flex-direction: column;
    align-items: center;
    margin-top: 5vw;
    padding: 1.5vw 0 0;
  }
  #about .cnt-field .fld-set .theme-area .ta-set + .ta-set {
    margin-top: 3vw;
  }
  #about .cnt-field .fld-set .theme-area .ta-set .ta-l {
    width: 30vw;
  }
  #about .cnt-field .fld-set .theme-area .ta-set .ta-r {
    width: auto;
    margin-left: 0;
    padding: 0.5vw 5vw 5vw;
  }
  #about .cnt-field .fld-set .theme-area .ta-set .ta-r > h5 {
    text-align: center;
  }
  #about .cnt-field .fld-set .theme-area .ta-set .ta-r .exp {
    padding: 0.5em 0 0.5em 1em;
  }
  #about .cnt-field .fld-set.-cst- .achievement {
    padding: 5vw 5vw;
  }
  #about .cnt-field .fld-set.-cst- .achievement > p {
    text-align: left;
  }
  #about .cnt-field .fld-set.-cst- .achievement > figure {
    width: 74vw;
    margin: 5vw auto 0;
  }
  #about .cnt-field .fld-set.-cst- .achievement > small {
    margin-top: 5vw;
    line-height: 1.5em;
    text-align: left;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank {
    flex-direction: column;
    padding: 3vw 0 5vw 0;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-left {
    width: 100%;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right {
    width: 74vw;
    padding: 5vw;
    margin-top: 8vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right::before, #about .cnt-field .fld-set.-rsc- .thinktank .tt-right::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 8vw;
    height: 4vw;
    margin-top: 0;
    margin-left: -4vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right::before {
    top: -7.5vw;
    left: 50%;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right::after {
    display: none;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 3vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex .tt-set {
    position: relative;
    width: 100%;
    margin: 0 0;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex .tt-set + .tt-set {
    margin-top: 12vw;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex .tt-set + .tt-set::after {
    content: "";
    display: block;
    position: absolute;
    top: -7vw;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 8vw;
    height: 4vw;
    margin-left: -4vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #1b4b7d;
  }
  #about .cnt-field .fld-set.-rsc- .thinktank .tt-right .tt-flex .tt-set > figure {
    width: 23vw;
  }
  #about .cnt-profile {
    padding-top: 10vw;
  }
  #about .cnt-profile .prof-wrap {
    width: 90vw;
  }
  #about .cnt-profile .prof-wrap::after {
    width: 22vw;
  }
  #about .cnt-profile .prof-wrap .prof-set {
    flex-direction: column;
    padding: 5vw 0;
  }
  #about .cnt-profile .prof-wrap .prof-set::after {
    width: 22vw;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-l {
    width: 100%;
    padding-left: 3vw;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-l > h3 {
    line-height: 1.6em;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r {
    width: 100%;
    margin-top: 0.3em;
    padding-left: 3vw;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p {
    line-height: 1.6em;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p + p {
    margin-top: 1.2em;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p a {
    line-height: 1.6em;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p a + span {
    line-height: 1.6em;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > p a.link::after {
    width: 3vw;
    height: 2.45454546vw;
    margin-left: 1vw;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > dl dt {
    width: 100%;
    margin-bottom: 0;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > dl dt::before {
    content: "【";
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > dl dt::after {
    content: "】";
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > dl dd {
    width: 100%;
    margin-bottom: 0;
  }
  #about .cnt-profile .prof-wrap .prof-set .pr-r > dl dd + dt {
    margin-top: 0.5em;
  }
}
#keywords .intro {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 2vw 0 5vw;
}
#keywords .intro .it-left {
  width: 17vw;
  height: 23.97vw;
}
#keywords .intro .it-right {
  width: 30vw;
  margin-left: 2.6vw;
}
#keywords .intro .it-right > img {
  width: 30vw;
  height: 6.51vw;
}
#keywords .intro .it-right > h1 {
  margin-top: 0.7em;
  font-weight: 700;
}
#keywords .intro .it-right > p {
  margin-top: 0.7em;
  line-height: 1.7em;
}
#keywords .kw-wrap .kw-set {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7.2vw 0;
  background-color: #f2f2f2;
  opacity: 0;
  transform: scale(0.96);
  transition: all 1.2s 0.1s;
}
#keywords .kw-wrap .kw-set.on {
  opacity: 1;
  transform: scale(1);
}
#keywords .kw-wrap .kw-set > span {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 1vw;
  color: white;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}
#keywords .kw-wrap .kw-set > figure {
  position: relative;
  width: 30vw;
  margin-left: 10vw;
  z-index: 1;
}
#keywords .kw-wrap .kw-set .kw-txt {
  width: 45vw;
}
#keywords .kw-wrap .kw-set .kw-txt > h2 {
  font-weight: 700;
}
#keywords .kw-wrap .kw-set .kw-txt > p {
  margin-top: 2em;
  line-height: 1.9em;
}
#keywords .kw-wrap .kw-set .kw-txt > p + p {
  margin-top: 2em;
}
#keywords .kw-wrap .kw-set .kw-txt > p > span {
  display: block;
  font-weight: 700;
  line-height: 1.9em;
}
#keywords .kw-wrap .kw-set:nth-of-type(even) {
  flex-direction: row-reverse;
  background-color: white;
}
#keywords .kw-wrap .kw-set:nth-of-type(even) > span {
  position: absolute;
  top: 0;
  right: 1.5vw;
  bottom: auto;
  left: auto;
  color: #f2f2f2;
}
#keywords .kw-wrap .kw-set:nth-of-type(even) > figure {
  margin-left: 0;
  margin-right: 10vw;
}

@media screen and (max-width: 1024px) {
  #keywords .intro {
    margin: 3vw 0 5vw;
  }
  #keywords .intro .it-left {
    width: 22vw;
    height: 31.02vw;
  }
  #keywords .intro .it-right {
    width: 35vw;
    margin-left: 3.5vw;
  }
  #keywords .intro .it-right > img {
    width: 35vw;
    height: 7.595vw;
  }
  #keywords .kw-wrap .kw-set > span {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 1.5vw;
    font-size: 10vw;
  }
  #keywords .kw-wrap .kw-set > figure {
    width: 40vw;
    margin-left: 5vw;
  }
  #keywords .kw-wrap .kw-set .kw-txt > h2 {
    font-size: 3.125vw;
  }
  #keywords .kw-wrap .kw-set .kw-txt > p {
    line-height: 1.8em;
  }
  #keywords .kw-wrap .kw-set .kw-txt > p > span {
    line-height: 1.8em;
  }
  #keywords .kw-wrap .kw-set:nth-of-type(even) > span {
    position: absolute;
    top: 0;
    right: 1.8vw;
    bottom: auto;
    left: auto;
  }
  #keywords .kw-wrap .kw-set:nth-of-type(even) > figure {
    margin-left: 0;
    margin-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #keywords .intro {
    margin: 8vw 0 10vw;
  }
  #keywords .intro .it-left {
    width: 45vw;
    height: 63.45vw;
  }
  #keywords .intro .it-right {
    display: flex;
    flex-direction: column;
    width: 45vw;
    margin-left: 5vw;
  }
  #keywords .intro .it-right > img {
    order: 3;
    width: 52vw;
    height: 11.284vw;
    margin-top: 4vw;
    transform: translateX(-9vw);
  }
  #keywords .intro .it-right > h1 {
    order: 1;
    margin-top: 0;
    line-height: 1.2em;
  }
  #keywords .intro .it-right > p {
    order: 2;
    line-height: 1.6em;
  }
  #keywords .kw-wrap .kw-set {
    flex-direction: column;
    padding: 10vw 0;
  }
  #keywords .kw-wrap .kw-set > span {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 2.2vw;
    font-size: 16vw;
  }
  #keywords .kw-wrap .kw-set > figure {
    width: 70vw;
    margin-left: 0;
  }
  #keywords .kw-wrap .kw-set .kw-txt {
    width: 90vw;
    margin-top: 1.2em;
  }
  #keywords .kw-wrap .kw-set .kw-txt > h2 {
    font-size: 6vw;
    text-align: center;
  }
  #keywords .kw-wrap .kw-set .kw-txt > p {
    margin-top: 1.5em;
    line-height: 1.7em;
  }
  #keywords .kw-wrap .kw-set .kw-txt > p + p {
    margin-top: 1.5em;
  }
  #keywords .kw-wrap .kw-set .kw-txt > p > span {
    line-height: 1.7em;
  }
  #keywords .kw-wrap .kw-set:nth-of-type(even) {
    flex-direction: column;
  }
  #keywords .kw-wrap .kw-set:nth-of-type(even) > span {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 2.2vw;
  }
  #keywords .kw-wrap .kw-set:nth-of-type(even) > figure {
    margin-right: 0;
  }
}
