@charset "UTF-8";
/* ============================
    reset
============================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:2010-09-17
Author:Richard Clark - http://richclarkdesign.com 
Twitter:@rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

/* add */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  border-style: none;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol, ul li, ol li {
  list-style: none;
}

/* color */
/* common */
/* ieto */
/*border dots*/
/* mono */
/* yellow */
/* green */
/* pink */
/* blue */
/* 各ページごと */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*sans font weight*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
/* ==========================================================
 a hover
========================================================== */
a {
  text-decoration: none;
  color: #212121;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}

/* ==========================================================
 font size
========================================================== */
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 0.9267840593vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6041666667vw;
  }
}

/* ==========================================================
 base body style
========================================================== */
body {
  color: #212121;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

/* ==========================================================
 slideIn anime
========================================================== */
.js-animate.-slide {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.js-animate.-slide[data-type=right] {
  transform: translate(5%);
}
.js-animate.-slide[data-type=left] {
  transform: translate(-10%);
}
.js-animate.-slide[data-type=up] {
  transform: translateY(10%);
}
.js-animate.-slide.active {
  opacity: 1;
  transform: translate(0);
}
@media only screen and (max-width: 768px) {
  .js-anipc .js-animate.-slide {
    transform: translate(0);
    opacity: 0;
  }
}

.is-animate.-slide {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-slide[data-type=right] {
  transform: translate(5%);
}
.is-animate.-slide[data-type=left] {
  transform: translate(-5%);
}
.is-animate.-slide[data-type=up] {
  transform: translateY(10%);
}
.is-animate.-slide.active {
  opacity: 1;
  transform: translate(0);
}

/* ==========================================================
 other resets
========================================================== */
i,
em {
  font-style: normal;
}

i {
  display: inline-block;
}

/* ------------------------------------------------------------
    header
------------------------------------------------------------ */
/* ------------------------------------------------------------
    header
------------------------------------------------------------ */
.p-backblock {
  width: 100%;
  height: 140px;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .p-backblock {
    display: none;
  }
}
#top .p-backblock, #consultation .p-backblock, #sumai .p-backblock, #expertconsultation .p-backblock, #column .p-backblock, #owners_voice .p-backblock, #concept .p-backblock, #movie .p-backblock {
  height: 0;
}

.p-header__logo {
  position: fixed;
  top: 0;
  left: 5%;
  border: 1px solid #242424;
  border-top: unset;
  border-radius: 0 0 20px 20px;
  width: 16rem;
  padding: 4rem 2rem 2rem;
  background-color: #ffffff;
  z-index: 3;
  transition: 0.3s;
}
@media only screen and (max-width: 1800px) {
  .p-header__logo {
    width: 12rem;
    padding: 1rem 2rem;
    z-index: 4;
  }
}
@media only screen and (max-width: 768px) {
  .p-header__logo {
    padding: 0;
    border: 0;
    bottom: 1rem;
    top: unset;
    width: 5rem;
    margin-left: 1rem;
  }
}
#top .p-header__logo {
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #top .p-header__logo {
    opacity: 1;
  }
}
.p-header__sublogo {
  position: fixed;
  top: 0;
  right: 5%;
  width: 16rem;
  padding: 1rem 0;
  background-color: #ffffff;
  z-index: 3;
  transition: 0.3s;
}
@media only screen and (max-width: 1800px) {
  .p-header__sublogo {
    opacity: 0;
    pointer-events: none;
  }
}
#top .p-header__sublogo, #movie .p-header__sublogo {
  display: none !important;
}
.p-header__layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-header__layer {
    z-index: 1;
  }
}
.p-header.js-menuopen .p-header__layer {
  opacity: 0.5;
  transition: 0.3s;
  pointer-events: all;
  z-index: 3;
}

#top .p-header__logo.js-showlogo {
  opacity: 1;
  transition: 0.3s;
}

.p-topnav {
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  height: 7rem;
  z-index: 3;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .p-topnav {
    width: 89%;
    top: unset;
    left: 5.5%;
    height: 5rem;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding-bottom: 1rem;
    background-color: #ffffff;
    z-index: 4;
    opacity: 1;
    pointer-events: all;
    transition: 0.3s;
  }
  .js-menuopen .p-topnav {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: 0.3s;
  }
}
.p-topnav.js-botshow {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .p-topnav.js-botshow {
    background-color: #ffffff;
  }
}
.p-topnav.js-transp {
  background-color: #ffffff;
  background-color: transparent;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .p-topnav.js-transp {
    background-color: #ffffff;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 768px) {
  #top .p-topnav {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .p-topnav__nav {
    width: 100%;
  }
}
.p-topnav__inner {
  margin-right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  align-items: unset;
  gap: 2rem;
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-topnav__inner {
    margin-right: 0;
    align-items: center;
    padding-top: unset;
    z-index: 1;
    width: 95% !important;
  }
}
.p-topnav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: max-content 1fr max-content;
  gap: 1rem;
}
.p-topnav__list__item {
  display: block;
}
.p-topnav__list__item a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.2rem 3rem 0.4rem;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-topnav__list__item a {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-topnav__list__item a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-topnav__list__item a {
    padding: 0.2rem 2rem 0.4rem;
  }
}
.p-topnav__list__item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10rem;
  z-index: -2;
}
.p-topnav__list__item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0A90B0;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.p-topnav__list__item a:hover {
  opacity: 1;
  color: #ffffff;
}
.p-topnav__list__item a:hover:before {
  width: 100%;
}
.p-topnav__list__item form {
  border: 1px solid;
  background: #fff;
  border-radius: 5px;
  padding: 0 0.5rem;
}
.p-topnav__list__item form input {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
}
.p-topnav__list__item form input[type=text] {
  width: 18rem;
}
.p-topnav__list__item form input[type=submit] {
  background-image: url(../../../assets/img/common/icon-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
}
.p-topnav__spList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  gap: 3px;
  transform: translate(0, 0);
  transition: 0.8s;
}
.p-topnav__spList__item {
  width: 100%;
}
.p-topnav__spList__item a {
  display: grid;
  grid-template-columns: max-content 1fr;
  border: 1px solid #EBEAE9;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 10px;
  font-size: 10px;
  font-size: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: max-content 1fr;
  gap: 2px;
}
@media (max-width: 768px) {
  .p-topnav__spList__item a {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-topnav__spList__item a {
    font-size: 1rem;
  }
}
.p-topnav__spList__item a .c-arwR {
  width: 2rem;
  height: 2rem;
  font-size: 0.8rem;
}
.js-menuopen .p-topnav__spList {
  transform: translate(0, 6rem);
  transition: 0.8s;
}
.p-topnav__hamb {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-topnav__hamb {
    position: absolute;
    top: -2.8rem;
    left: 49%;
    transform: translate(-45%, 0rem);
    scale: 0.9;
    transition: 0.3s;
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (max-width: 768px) {
  .p-header.js-menuopen .p-topnav__hamb {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    transform: translate(-45%, -53.6rem);
  }
}
.p-topnav__hamb-open {
  position: fixed;
  right: calc((100vw - 1200px) / 2);
  top: 7rem;
  background-color: #ffffff;
  padding: 4rem 8rem 3rem 4rem;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #dedede, 0px 0px 10px #dedede;
  z-index: 3;
  transform: translateY(-40rem);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media only screen and (max-width: 1330px) {
  .p-topnav__hamb-open {
    right: calc((100vw - 90%) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .p-topnav__hamb-open {
    opacity: 1;
    pointer-events: all;
    bottom: 0;
    top: unset;
    transform: translate(0);
    z-index: 3;
    right: unset;
    width: 90%;
    left: 50%;
    padding: 3rem 1rem 2rem;
    border-radius: 20px 20px 0 0;
    transform: translate(-50%, 47.6rem);
  }
  .p-topnav__hamb-open::before {
    content: "";
    width: 6rem;
    height: 6rem;
    background-color: #ffffff;
    position: absolute;
    top: -3rem;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 -8px 15px -10px gray;
  }
}
.p-header.js-menuopen .p-topnav__hamb-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-header.js-menuopen .p-topnav__hamb-open {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: all;
    transition: 0.3s;
  }
}
.p-topnav__hamb-open .p-hamb {
  position: absolute;
  right: 3rem;
  top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-topnav__hamb-open .p-hamb {
    top: -1.9rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-header.js-menuopen .p-topnav__hamb-open .p-hamb {
    opacity: 1;
    pointer-events: all;
    transition: 0.3s;
  }
}
.p-topnav__navin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: max-content 1fr;
}
@media only screen and (max-width: 768px) {
  .p-topnav__navin {
    grid-template-columns: 1fr;
    opacity: 0;
    transition: 0.3s;
  }
}
.js-menuopen .p-topnav__navin {
  opacity: 1;
  transition: 0.3s;
}
.p-topnav__navin__logo {
  width: 30rem;
}
@media only screen and (max-width: 768px) {
  .p-topnav__navin__logo {
    display: none;
  }
}
.p-topnav__navin__logo picture {
  width: 80%;
}

.p-navin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-navin {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
}
.p-navin__list {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  align-items: unset;
  flex-direction: column;
  width: 100%;
}
.p-navin__list__item__a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border-bottom: 2px dotted #969696;
  border-right: 2px dotted #969696;
  padding: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-navin__list__item__a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-navin__list__item__a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-navin__list__item__a {
    gap: 1rem;
    padding: 1rem 0.6rem;
    line-height: 1.5;
  }
}
.p-navin__list--r .p-navin__list__item__a {
  border-right: unset;
}
@media only screen and (max-width: 768px) {
  .p-navin__list--l .p-navin__list__item__a {
    border-right: unset;
  }
}
.p-navin__list__item__a em {
  color: #FFE800;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-navin__list__item__a em {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-navin__list__item__a em {
    font-size: 1.5rem;
  }
}
.p-navin__list__item__a em.--ieto {
  color: #005395;
}
.p-navin__list__item__a span {
  font-size: 10px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-navin__list__item__a span {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  .p-navin__list__item__a span {
    font-size: 0.8rem;
  }
}
.p-navin__list__item__a--end {
  border: unset;
  padding-bottom: 2rem;
}
.p-navin__list__item:first-of-type a {
  border-top: 2px dotted #969696;
}
.p-navin__list__item .coming {
  color: #B9BABA;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-navin__list--l .p-navin__list__item:last-of-type a {
    border-bottom: unset;
  }
}

.p-acc__list {
  padding: 0rem 0.5rem 1rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: unset;
  flex-direction: column;
  gap: 1rem;
}
.p-acc__list__item a {
  background-color: #EBEAE9;
  border-radius: 50px;
  padding: 0.1rem 2rem;
  display: block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-acc__list__item a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-acc__list__item a {
    font-size: 1.2rem;
  }
}
.p-acc__list__item a span {
  font-size: 10px;
  font-size: 1rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .p-acc__list__item a span {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-acc__list__item a span {
    font-size: 1rem;
  }
}
.p-acc__list__item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.p-acc__list__item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffe800;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .p-acc__list__item a:hover {
    opacity: 1;
  }
  .p-acc__list__item a:hover:before {
    width: 100%;
  }
}
.p-acc__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.p-acc__btn .c-plus {
  height: 15px;
  margin-right: 0.5rem;
}
.p-acc__btn.js-minus {
  border-bottom: unset;
  transition: 0.3s;
}
.p-acc__answ {
  display: none;
  border-bottom: 2px dotted #969696;
  border-right: 2px dotted #969696;
}
@media only screen and (max-width: 768px) {
  .p-acc__answ {
    border-right: unset;
  }
}

.p-navinTwin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 1rem 0;
  gap: 3rem;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 768px) {
  .p-navinTwin {
    gap: 1rem;
  }
}
.p-navinTwin__item a {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  grid-template-columns: max-content 1fr;
  background-color: #EBEAE9;
  border-radius: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-navinTwin__item a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-navinTwin__item a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-navinTwin__item a {
    min-width: unset;
    font-weight: 500;
  }
}
.p-navinTwin__item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10px;
  z-index: -2;
}
.p-navinTwin__item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffe800;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.p-navinTwin__item a:hover {
  opacity: 1;
}
.p-navinTwin__item a:hover:before {
  width: 100%;
}
.p-navinTwin__item a .c-arwR {
  width: 2rem;
  height: 2rem;
  font-size: 6px;
  font-size: 0.6rem;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .p-navinTwin__item a .c-arwR {
    font-size: 6px;
  }
}
@media (max-width: 768px) {
  .p-navinTwin__item a .c-arwR {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-navinTwin__item a .c-arwR {
    margin-right: 9px;
    width: 25px;
    height: 25px;
  }
}

.p-spform form {
  border: 1px solid;
  background: #fff;
  border-radius: 5px;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 768px) {
  .p-spform form {
    overflow: hidden;
  }
}
.p-spform form input {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
}
.p-spform form input[type=text] {
  width: 94%;
}
@media only screen and (max-width: 768px) {
  .p-spform form input[type=text] {
    width: 88%;
  }
}
.p-spform form input[type=submit] {
  background-image: url(../../../assets/img/common/icon-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
}

.p-hamb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 3rem;
  transition: 0.3s;
}
.p-hamb__box {
  border: 1px solid;
  border-right: none;
  width: 3rem;
  height: 1.5rem;
  border-radius: 50px 0 0 50px;
  position: relative;
  transition: 0.3s;
}
.p-hamb__box--close {
  border: none;
  width: 2rem;
}
.p-hamb__box__line {
  position: absolute;
  width: 2rem;
  height: 1px;
  background-color: #212121;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-hamb__box__line--close {
  width: 2rem;
  transform: rotate(45deg);
}
.p-hamb__box__line--close--2 {
  transform: rotate(-45deg);
}
.p-hamb__txt {
  font-size: 9px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-hamb__txt {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  .p-hamb__txt {
    font-size: 0.9rem;
  }
}
.p-hamb:hover .p-hamb__box {
  width: 1rem;
  left: -1rem;
}
.p-hamb:hover .p-hamb__box__line {
  width: 1.8rem;
  right: -1.6rem;
}
.p-hamb--close {
  cursor: pointer;
}
.p-hamb--close:hover .p-hamb__box {
  width: 2rem;
  left: 0;
}
.p-hamb--close:hover .p-hamb__box__line {
  width: 2rem;
  right: 0;
}

.p-botnav {
  width: 100%;
  position: fixed;
  top: 7rem;
  padding: 1rem 0;
  z-index: 3;
  pointer-events: none;
  background-color: transparent;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .p-botnav {
    display: none;
  }
}
.p-botnav.js-show {
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-botnav.js-transp {
  background-color: transparent;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .p-botnav.js-transp {
    background-color: #ffffff;
  }
}
#top .p-botnav, #movie .p-botnav {
  display: none !important;
}
.p-botnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
}
@media only screen and (max-width: 1800px) {
  .p-botnav__list {
    padding-left: 15rem;
  }
}
.p-botnav__list__item {
  margin: 0 2rem;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.p-botnav__list__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  transform: rotate(45deg);
  background-color: #212121;
  position: absolute;
  right: -2rem;
}
.p-botnav__list__item:first-of-type {
  margin-left: 0;
}
.p-botnav__list__item:last-of-type:after {
  display: none;
}
.p-botnav__list__item a {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-botnav__list__item a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-botnav__list__item a {
    font-size: 1.3rem;
  }
}

.p-droplist {
  visibility: hidden;
  opacity: 0;
  background-color: #E8F0F4;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.5rem 3rem 2rem;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  align-items: unset;
  transition: all 0.3s;
}
.p-droplist__item__a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.2rem 3rem 0.4rem;
  border: 1px solid #717071;
  font-weight: 400;
  border-radius: 50px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-droplist__item__a {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-droplist__item__a {
    font-size: 1rem;
  }
}
.p-droplist__item__a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10rem;
  z-index: -2;
}
.p-droplist__item__a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0A90B0;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.p-droplist__item__a:hover {
  opacity: 1;
  color: #ffffff;
}
.p-droplist__item__a:hover:before {
  width: 100%;
}

.js-dropdown-nav:hover > ul,
.js-dropdown-nav ul li:hover > ul,
.js-dropdown-nav:active > ul,
.js-dropdown-nav ul li:active > ul {
  opacity: 1;
  visibility: visible;
}

.js-dropdown-nav:hover {
  background-color: #E8F0F4;
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
}

/* ------------------------------------------------------------
    sp alert
------------------------------------------------------------ */
.spAlert {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}
.spAlert.landscape {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.spAlert__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.spAlertMsg {
  color: #ffffff;
  font-size: 2.1vw;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 6.5vh;
}

.spAlert .svgIcon {
  margin: 0 auto;
  width: 23%;
  min-width: 81.5px;
}
.spAlert .svgIcon__path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 17;
}

/* ------------------------------------------------------------
    footer
------------------------------------------------------------ */
.p-footer {
  padding: 0;
  position: relative;
  overflow: hidden;
  background-image: url(../../../assets/img/common/track-footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}
.p-footer .p-footer__trck {
  top: -9rem;
}
@media only screen and (max-width: 768px) {
  .p-footer .p-footer__trck {
    top: -4rem;
  }
}
#top .p-footer {
  padding: 10rem 0 0;
}
@media only screen and (max-width: 768px) {
  #top .p-footer {
    padding: 7rem 0 8rem;
  }
}
#top .p-footer .p-footer__trck {
  top: 0;
}
.p-footer__trck {
  pointer-events: none;
  width: calc(80% - (100% - 1200px));
  position: absolute;
  right: 3%;
  top: 0;
}
@media only screen and (max-width: 1330px) {
  .p-footer__trck {
    width: 70%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-footer__trck {
    width: 77%;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__trck {
    width: 220%;
    right: unset;
    left: 0;
    margin-top: -8rem;
  }
}
.p-footer__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-footer__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 768px) {
  .p-footer__trck__train img {
    margin-bottom: 2.2rem;
    width: 3rem;
  }
}
.p-footer__line {
  width: 100%;
  height: 1px;
  background-color: #212121;
}
#top .p-footer__line, #sumai .p-footer__line, #expertconsultation .p-footer__line, #column .p-footer__line, #columnList .p-footer__line, #owners_voice .p-footer__line, .ov-interviews .p-footer__line, .ov-voices .p-footer__line {
  display: none;
}
.p-footer__ttl {
  width: 20rem;
  margin: 0 auto;
  padding: 18rem 0 3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-footer__ttl {
    padding: 9rem 0 2rem;
    width: 14rem;
  }
}
.p-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-footer__nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 1rem;
  }
}
.p-footer__nav__item a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-footer__nav__item a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-footer__nav__item a {
    font-size: 1.4rem;
  }
}
.p-footer__nav__item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10rem;
  z-index: -2;
}
.p-footer__nav__item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0A90B0;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.p-footer__nav__item a:hover {
  opacity: 1;
  color: #ffffff;
}
.p-footer__nav__item a:hover:before {
  width: 100%;
}
.p-footer__bot {
  margin-top: 13rem;
  position: relative;
}
.p-footer__botlist {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-footer__botlist {
    display: grid;
    grid-template-areas: "log1 log2" "on tw" "th th";
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.p-footer__botlist__item a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-footer__botlist__item a {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-footer__botlist__item a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__botlist__item:first-of-type {
    grid-area: log1;
    width: 14rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__botlist__item:nth-of-type(2) {
    grid-area: log2;
    width: 16rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__botlist__item:nth-of-type(3) {
    grid-area: on;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__botlist__item:nth-of-type(4) {
    grid-area: tw;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__botlist__item:nth-of-type(5) {
    grid-area: th;
  }
}
.p-footer small {
  margin: 4rem auto;
  display: block;
  text-align: center;
  font-size: 9px;
}
@media only screen and (max-width: 768px) {
  .p-footer small {
    text-align: left;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ------------------------------------------------------------
    page top
------------------------------------------------------------ */
.pageTop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #212121;
  z-index: 3;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .pageTop {
    bottom: 7rem;
  }
}
.pageTop.is-hide {
  opacity: 0;
  transition: 0.3s;
}

/* ------------------------------------------------------------
    下部住まいやくらしのご相談
------------------------------------------------------------ */
.p-soudan {
  margin-top: 4rem;
  background-color: #F3F3F3;
  padding: 4rem 0 6rem;
}
.p-soudan__formlink {
  display: block;
  position: relative;
  width: 64vw;
  max-width: 700px;
  background-color: #FFE800;
  margin: 0 auto 2rem;
  padding: 0.5rem;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-soudan__formlink {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-soudan__formlink {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-soudan__formlink {
    width: 97%;
    gap: 3rem;
    line-height: 1.3;
    padding: 1rem;
  }
}
.p-soudan__formlink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.p-soudan__formlink:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #e6d100;
  transition: all 0.3s;
  z-index: -1;
}
.p-soudan__formlink:hover {
  opacity: 1;
}
.p-soudan__formlink:hover:before {
  width: 100%;
}
.p-soudan__formlink--play {
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  font-size: max(1.2em, 16px);
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  .p-soudan__formlink--play {
    right: 0%;
  }
}
.p-soudan__formlink--play::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.2em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .p-soudan__formlink--play::before {
    border-width: 0.3em 0.4em;
  }
}
.p-soudan__ttl {
  font-family: "Yu Gothic Pr6N B", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  display: block;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .p-soudan__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-soudan__ttl {
    font-size: 2rem;
  }
}
.p-soudan__list {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-soudan__list {
    grid-template-columns: 1fr;
  }
}
#consultation .p-soudan__list {
  gap: 0;
}
.p-soudan__list__item {
  max-width: 32.8rem;
  margin: 0 auto;
}
.p-soudan__list__item__a {
  display: block;
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 20px;
}
.p-soudan__list--3 {
  grid-template-columns: max-content max-content max-content;
  gap: 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-soudan__list--3 {
    grid-template-columns: max-content max-content;
  }
}
@media only screen and (max-width: 768px) {
  .p-soudan__list--3 {
    grid-template-columns: 1fr;
  }
}
.p-soudan__img img {
  width: 100%;
}

/* ------------------------------------------------------------
    breadcrumbs
------------------------------------------------------------ */
.c-bcrumb {
  font-size: 9px;
  font-size: 0.9rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .c-bcrumb {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  .c-bcrumb {
    font-size: 0.9rem;
  }
}
.c-bcrumb__list {
  display: flex;
  gap: 1rem;
  white-space: nowrap;
  overflow: auto;
}
.c-bcrumb__list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
}

/* ------------------------------------------------------------
    Content
------------------------------------------------------------ */
.c-mv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin: 6rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-mv {
    margin: 3rem 0;
  }
}
#consultation .c-mv, #expertconsultation .c-mv {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 768px) {
  #consultation .c-mv, #expertconsultation .c-mv {
    margin-bottom: 5rem;
  }
}
#owners_voice .c-mv {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 768px) {
  #owners_voice .c-mv {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-mv {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
}
.c-mv__bg {
  padding: 1px 0;
}
.c-mv__l {
  padding-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .c-mv__l {
    order: 2;
    padding: 4rem 0 0;
  }
}
.c-mv__l__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-mv__l__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .c-mv__l__ttl {
    font-size: 2.4rem;
  }
}
.c-mv__l__ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-mv__l__ttl em {
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-mv__l__ttl em {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .c-mv__l__ttl em {
    font-size: 2.8rem;
  }
}
.c-mv__l__ttl__line {
  display: inline-block;
  width: 3rem;
  height: 1px;
  background-color: #707070;
  margin-right: 1rem;
}
.c-mv__l__txt {
  margin: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .c-mv__l__txt {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-mv__r {
    order: 1;
  }
}
.c-mv__r img {
  border-radius: 20px;
}

/* ------------------------------------------------------------
    btn
------------------------------------------------------------ */
.c-btn--more {
  font-family: "游ゴシック体 Pr6N M", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-btn--more {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-btn--more {
    font-size: 1.2rem;
  }
}
.c-btn--more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.c-btn--more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f2f2f2;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--more:hover {
    opacity: 1;
  }
  .c-btn--more:hover:before {
    width: 100%;
  }
}
.c-btn--more--yell:before {
  background-color: #FFE800;
}
.c-btn--more--whi:before {
  background-color: #ffffff;
}
.c-btn--toi {
  background-color: #DECED5;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 47rem;
  border-radius: 20px;
  padding: 3rem;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .c-btn--toi {
    padding: 1.5rem;
  }
}
.c-btn--toi:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.c-btn--toi:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #e6e6e6;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.c-btn--toi:hover {
  opacity: 1;
}
.c-btn--toi:hover:before {
  width: 100%;
}
.c-btn--toi:hover .u-icon {
  transform: translateX(1rem);
  transition: 0.3s;
}
.c-btn--toi--bl {
  background-color: #C2CED5;
}
.c-btn--toi__img {
  width: 20%;
}
.c-btn--toi__img--w {
  width: 17%;
}
.c-btn--toi p {
  line-height: 1.5;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .c-btn--toi p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-btn--toi p {
    font-size: 1.6rem;
  }
}
.c-btn--boxarw {
  background-color: #595759;
  color: #ffffff;
  width: 100%;
  max-width: 80rem;
  margin: 2rem auto;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .c-btn--boxarw {
    padding: 2rem;
  }
}
.c-btn--boxarw:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.c-btn--boxarw:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #999999;
  transition: all 0.3s;
  border-radius: 9px;
  z-index: -1;
}
.c-btn--boxarw:hover {
  opacity: 1;
}
.c-btn--boxarw:hover:before {
  width: 100%;
}
.c-btn--boxarw:hover .u-icon {
  transform: translateX(0.5rem);
  transition: 0.3s;
}
.c-btn--boxarw p {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1;
  text-align: center;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .c-btn--boxarw p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .c-btn--boxarw p {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn--boxarw p {
    line-height: 1.4;
  }
}
.c-btn--boxarw .u-icon {
  position: absolute;
  right: 1rem;
}
.c-btn--boxarw--sumai {
  background-color: #889d82;
  border-radius: 50px;
  padding: 2.2rem 0;
}
.c-btn--boxarw--sumai p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-btn--boxarw--sumai p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .c-btn--boxarw--sumai p {
    font-size: 1.7rem;
  }
}
.c-btn--boxarw--sumai:after {
  border-radius: 10rem;
}
.c-btn--boxarw--sumai:before {
  border-radius: 5rem;
  background-color: #6e8468;
}
.c-arwR {
  display: inline-block;
  font-size: 9px;
  font-size: 0.9rem;
  width: 5rem;
  height: 5rem;
  background-color: #FFE800;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .c-arwR {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  .c-arwR {
    font-size: 0.9rem;
  }
}

.c-bottom__btns {
  margin-top: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.c-bottom__btns .c-bottom-btn {
  margin-top: 0;
}

.c-bottom__btnarw a {
  display: block;
}
.c-bottom__btnarw .c-arwR {
  background-color: #ffffff;
  border: 1px solid #B9BABA;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-bottom__btnarw .c-arwR:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.c-bottom__btnarw .c-arwR:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f2f2f2;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.c-bottom__btnarw .c-arwR:hover {
  opacity: 1;
}
.c-bottom__btnarw .c-arwR:hover:before {
  width: 100%;
}
.c-bottom__btnarw--rev .c-arwR span {
  transform: rotate(180deg) translateX(50%);
}

.c-bottom-btn {
  margin-top: 6.4rem;
  text-align: center;
}
.c-bottom-btn a {
  display: inline-block;
  padding: 0.5rem 4rem;
  border: 1px solid #B9BABA;
  border-radius: 50px;
  letter-spacing: 0.16em;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-bottom-btn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.c-bottom-btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f2f2f2;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.c-bottom-btn a:hover {
  opacity: 1;
}
.c-bottom-btn a:hover:before {
  width: 100%;
}
.c-bottom-btn a--yell:before {
  background-color: #FFE800;
}
.c-bottom-btn a--whi:before {
  background-color: #ffffff;
}

.c-topbox {
  padding: 3rem;
  background-color: #F4E8ED;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.c-topbox__icon {
  position: absolute;
  top: -4rem;
  right: -1rem;
}
@media only screen and (max-width: 768px) {
  .c-topbox__icon {
    top: -1rem;
  }
}
.c-topbox__top picture {
  aspect-ratio: 1.6868131868;
  overflow: hidden;
  background-color: #F3F3F3;
}
.c-topbox__top picture img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  transition: 0.3s;
}
.c-topbox__top h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1.3rem 0;
}
@media (max-width: 768px) {
  .c-topbox__top h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-topbox__top h3 {
    font-size: 1.6rem;
  }
}
.c-topbox__top p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .c-topbox__top p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-topbox__top p {
    font-size: 1.4rem;
  }
}
.c-topbox__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-topbox:hover picture img {
    opacity: 0.5;
    scale: 1.1;
    transition: 0.3s;
  }
  .c-topbox:hover .c-btn--more {
    opacity: 1;
  }
  .c-topbox:hover .c-btn--more:before {
    width: 100%;
  }
}

.c-linbox {
  padding: 2.5rem;
  background-color: #ffffff;
  border: 1px solid #B9BABA;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.c-linbox:hover {
  opacity: 1;
}
.c-linbox:hover .c-arwR {
  transform: translateX(0.7rem);
}
.c-linbox__icon {
  position: absolute;
  top: -4rem;
  left: -1rem;
}
.c-linbox__icon__wrap {
  width: 12rem;
  height: 12rem;
  border: 1px solid #B9BABA;
  border-radius: 100px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .c-linbox__icon__wrap {
    width: 9rem;
    height: 9rem;
  }
}
.c-linbox__icon__wrap--bl {
  background-color: #2D2A29;
}
.c-linbox__icon__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.c-linbox__icon__img--80 {
  width: 80%;
}
.c-linbox__icon__img--70 {
  width: 70%;
}
.c-linbox__icon__img--45 {
  width: 45%;
}
.c-linbox__top picture {
  aspect-ratio: 1.6868131868;
  overflow: hidden;
  background-color: #F3F3F3;
}
.c-linbox__top picture img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  transition: 0.3s;
}
.c-linbox__top h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 1.3rem 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-linbox__top h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-linbox__top h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-linbox__top h3 {
    margin: 1rem 0;
  }
}
.c-linbox__top h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1.3rem 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-linbox__top h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-linbox__top h4 {
    font-size: 1.6rem;
  }
}
.c-linbox__top p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .c-linbox__top p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-linbox__top p {
    font-size: 1.4rem;
  }
}
.c-linbox__top__p.--13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .c-linbox__top__p.--13 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-linbox__top__p.--13 {
    font-size: 1.2rem;
  }
}
.c-linbox__tags {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.c-linbox__tags__item span {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Yu Gothic Pr6N B", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #C2CED5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .c-linbox__tags__item span {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .c-linbox__tags__item span {
    font-size: 1rem;
  }
}
.c-linbox__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}
.c-linbox__btn__left {
  display: none;
  font-family: "Yu Gothic Pr6N B", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #DECED5;
  padding: 0.5rem 2rem;
}
@media (max-width: 768px) {
  .c-linbox__btn__left {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .c-linbox__btn__left {
    font-size: 1.3rem;
  }
}
.--toku .c-linbox__btn__left {
  display: block;
}
.--toku .c-linbox__btn {
  justify-content: space-between;
}
@media (hover: hover) and (pointer: fine) {
  .c-linbox:hover picture img {
    opacity: 0.5;
    scale: 1.1;
    transition: 0.3s;
  }
  .c-linbox:hover .c-btn--more {
    opacity: 1;
  }
  .c-linbox:hover .c-btn--more:before {
    width: 100%;
  }
}

.c-nrwtag {
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  border: 2px solid #B9BABA;
  padding: 0 1rem;
  border-radius: 50px;
  min-width: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-nrwtag {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-nrwtag {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-nrwtag {
    min-width: unset;
  }
}
.c-nrwtag:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.c-nrwtag:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffe800;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.c-nrwtag:hover {
  opacity: 1;
}
.c-nrwtag:hover:before {
  width: 100%;
}

.c-conbox {
  padding: 2.5rem;
  background-color: #ffffff;
  border: 1px solid #B9BABA;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%; /* Take full width of parent li */
  min-height: 100%; /* Ensure a takes full height of li */
  box-sizing: border-box;
  cursor: pointer;
}
.c-conbox:hover {
  opacity: 1;
}
.c-conbox:hover .c-arwR {
  transform: translateX(0.7rem);
}
.c-conbox__txt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  align-items: flex-start;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
  margin: 2rem 0 1rem;
}
.c-conbox__txt .u-icon--txt {
  background-color: #212121;
  color: #ffffff;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .c-conbox__txt .u-icon--txt {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-conbox__txt .u-icon--txt {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-conbox__txt .u-icon--txt {
    width: 4rem;
    height: 4rem;
  }
}
.c-conbox__top picture {
  aspect-ratio: 498/286;
  overflow: hidden;
  background-color: #F3F3F3;
}
.c-conbox__top picture img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  transition: 0.3s;
}
.c-conbox__top__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  padding: 1.3rem 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-conbox__top__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-conbox__top__ttl {
    font-size: 1.8rem;
  }
}
.c-conbox__top__ttl--pnk {
  background-color: #F2E3EA;
}
.c-conbox__top__ttl--blu {
  background-color: #E3EEF3;
}
.c-conbox__top__ttl--org {
  background-color: #EFD2C5;
}
.c-conbox__top__ttl--grn {
  background-color: #D5E4DA;
}
@media only screen and (max-width: 768px) {
  .c-conbox__top__ttl {
    padding: 1rem 0;
  }
}
.c-conbox__top__ttl span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-conbox__top__ttl span {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .c-conbox__top__ttl span {
    font-size: 1.1rem;
  }
}
.c-conbox__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}
.c-conbox__list {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .c-conbox__list {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-conbox__list {
    font-size: 1.6rem;
  }
}
.c-conbox__list__item {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .c-conbox__list__item {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .c-conbox__list__item {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-conbox:hover picture img {
    opacity: 0.5;
    scale: 1.1;
    transition: 0.3s;
  }
  .c-conbox:hover .c-btn--more {
    opacity: 1;
  }
  .c-conbox:hover .c-btn--more:before {
    width: 100%;
  }
}

.c-colbox {
  padding: 2.5rem;
  background-color: #ffffff;
  border: 1px solid #B9BABA;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: unset;
  position: relative;
  height: 100%;
}
.c-colbox__wrap {
  display: block;
  height: 100%;
}
.c-colbox:hover {
  opacity: 1;
}
.c-colbox:hover .c-arwR {
  transform: translateX(0.7rem);
}
.c-colbox__top picture {
  aspect-ratio: 1.6919191919;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.c-colbox__top picture img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-colbox__top p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .c-colbox__top p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-colbox__top p {
    font-size: 1.4rem;
  }
}
.c-colbox__top__p.--13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .c-colbox__top__p.--13 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-colbox__top__p.--13 {
    font-size: 1.2rem;
  }
}
.c-colbox__tags {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.c-colbox__tags__item span {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Yu Gothic Pr6N B", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #C2CED5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .c-colbox__tags__item span {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .c-colbox__tags__item span {
    font-size: 1rem;
  }
}
.c-colbox__btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 1fr max-content;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.c-colbox__btn__left {
  font-family: "Yu Gothic Pr6N B", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.5rem 0 0;
}
@media (max-width: 768px) {
  .c-colbox__btn__left {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .c-colbox__btn__left {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-colbox:hover picture img {
    opacity: 0.5;
    scale: 1.1;
    transition: 0.3s;
  }
  .c-colbox:hover .c-btn--more {
    opacity: 1;
  }
  .c-colbox:hover .c-btn--more:before {
    width: 100%;
  }
}

.c-coltall {
  background-color: #ffffff;
  border: 1px solid #B9BABA;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.c-coltall:hover {
  opacity: 1;
}
.c-coltall:hover .c-arwR {
  transform: translateX(0.7rem);
}
.c-coltall__img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-coltall__img picture {
  aspect-ratio: 238/540;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-coltall__img picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-coltall__txt {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 2rem;
  bottom: 7rem;
}
.c-coltall__txt p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .c-coltall__txt p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-coltall__txt p {
    font-size: 1.6rem;
  }
}
.c-coltall__txt__p.--13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .c-coltall__txt__p.--13 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-coltall__txt__p.--13 {
    font-size: 1.2rem;
  }
}
.c-coltall__tags {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.c-coltall__tags__item span {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Yu Gothic Pr6N B", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #C2CED5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .c-coltall__tags__item span {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .c-coltall__tags__item span {
    font-size: 1rem;
  }
}
.p-art__list__item--top .c-coltall__tags__item span {
  background-color: #ffffff;
  border: unset;
}
.c-coltall__btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 1fr max-content;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.c-coltall__btn__left {
  font-family: "Yu Gothic Pr6N B", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.5rem 0 0;
}
@media (max-width: 768px) {
  .c-coltall__btn__left {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .c-coltall__btn__left {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-coltall:hover picture img {
    opacity: 0.5;
    scale: 1.1;
    transition: 0.3s;
  }
  .c-coltall:hover .c-btn--more {
    opacity: 1;
  }
  .c-coltall:hover .c-btn--more:before {
    width: 100%;
  }
}

/* ------------------------------------------------------------
    icon
------------------------------------------------------------ */
.c-label {
  display: block;
  padding: 0.2rem 2.4rem;
  background: #3b3736;
  color: #ffffff;
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-iconP {
  width: 7rem;
  height: 7rem;
  border: 2px solid #707070;
  border-radius: 50%;
}
.c-iconP__txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .c-iconP__txt {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-iconP__txt {
    font-size: 1.2rem;
  }
}
.c-iconP__txt em {
  font-size: 1.4em;
  font-weight: initial;
}

.c-iconTop {
  width: 9rem;
  height: 9rem;
  background-color: #ffffff;
  border: 2px solid #717071;
  border-radius: 50%;
}
.c-iconTop__txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .c-iconTop__txt {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-iconTop__txt {
    font-size: 2rem;
  }
}

.c-voice {
  background-color: #C2CED5;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  /* color: #333; */
  line-height: 1;
  position: relative;
  width: 1.06667em;
  height: 0.8em;
  /* background: #fff; */
  /* border: 0.1em solid currentColor; */
  border-radius: 50px;
  box-sizing: content-box;
  margin-top: 0.6rem;
}
.c-voice::before {
  content: "";
  position: absolute;
  top: 90%;
  right: 10%;
  width: 0.26em;
  height: 0.26em;
  background: inherit;
  border-top-color: transparent;
  border-left-color: transparent;
  border-left-width: 0.14142em;
  border-bottom-width: 0.14142em;
  box-sizing: content-box;
  border-radius: 0 0 0 0.1em;
  transform: skewY(45deg);
  transform-origin: right bottom;
}
.c-voice--pnk {
  background-color: #DECED5;
}
.c-voice--grn {
  background-color: #C7D4CC;
}

.c-plus {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 2px;
  height: 20px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transition: 0.3s;
}
.c-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.js-minus .c-plus {
  rotate: 90deg;
}
.js-minus .c-plus::before {
  width: 0;
  height: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------------------------------
    Vertical text
------------------------------------------------------------ */
.c-vertEn {
  font-family: "Yu Gothic Pr6N B", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------------------------------------------------
	btn　
------------------------------------------------------------ */
.u-btn--tag {
  border: 1px solid #B9BABA;
  border-radius: 50px;
  padding: 0 1.5rem;
}

/* ------------------------------------------------------------
	Hover Animation
------------------------------------------------------------ */
@media (hover: hover) and (pointer: fine) {
  .u-moreInChildURL:hover {
    opacity: 1;
  }
  .u-moreInChildURL:hover .c-btn--more {
    opacity: 1;
  }
  .u-moreInChildURL:hover .c-btn--more:before {
    width: 100%;
  }
}

.u-parentURL {
  pointer-events: none;
}

/* ------------------------------------------------------------
	icon layout　枠と中身の関係性
------------------------------------------------------------ */
.u-icon {
  position: relative;
  transition: 0.3s;
}
.u-icon__in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.u-icon--txt {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-icon--txt .u-icon__in {
  position: initial;
  transform: unset;
  display: inline-block;
  text-align: center;
}

/* ------------------------------------------------------------
	icon arrows　アイコン矢印全般
------------------------------------------------------------ */
.u-arw__t {
  /* ^ */
}
.u-arw__t--ku {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.u-arw__r {
  /* 再生ボタン */
  /* → */
  /* ＞ */
}
.u-arw__r--play {
  font-size: max(1.2em, 16px);
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.7em;
  height: 0.7em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.u-arw__r--play::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.2em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.u-arw__r--yaji {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.6em;
  height: 0.1em;
  background: currentColor;
}
.u-arw__r--yaji::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.u-arw__r--ku {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.6em;
  height: 0.6em;
  transform: translate(-25%, 0) rotate(45deg);
}
.u-arw__r--ku::before, .u-arw__r--ku::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.u-arw__r--ku::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.05em;
}
.u-arw__r--ku::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.05em;
}

/* ------------------------------------------------------------
	icon lines　アイコン線全般
------------------------------------------------------------ */
.u-vline {
  width: 1rem;
  height: 4rem;
  display: inline-block;
}

.u-liner {
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

/* ------------------------------------------------------------
    responsive display 主に<br>で使用
------------------------------------------------------------ */
.u-pc {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}

.u-pci {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spi {
    display: inline-block;
  }
}

.u-pcf {
  display: flex !important;
}
@media only screen and (max-width: 768px) {
  .u-pcf {
    display: none !important;
  }
}

.u-spf {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .u-spf {
    display: flex !important;
  }
}

/* ------------------------------------------------------------
    wrapper width　主に使用
------------------------------------------------------------ */
.u-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .u-inner--pc {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-inner128 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .u-inner128--pc {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-inner20 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 2rem);
}
@media only screen and (max-width: 768px) {
  .u-inner20--pc {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-inner40 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 4rem);
}
@media only screen and (max-width: 768px) {
  .u-inner40--pc {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ------------------------------------------------------------
    対のコンテンツに使用
------------------------------------------------------------ */
.u-twin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: min-content 1fr;
  gap: 1rem;
}
.u-twin--list {
  align-items: flex-start;
}

/* ------------------------------------------------------------
    flex layout 微調整時のみ使用
------------------------------------------------------------ */
.u-flex {
  width: 100%;
  display: flex;
}
.u-flex.flex-btw {
  justify-content: space-between;
}
.u-flex.flex-btw-basis {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .u-flex.flex-btw-basis {
    flex-direction: column;
  }
}
.u-flex.flex-ard {
  justify-content: space-around;
}
.u-flex.flex-row {
  flex-direction: row;
}
.u-flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.u-flex.flex-col {
  flex-direction: column;
}
.u-flex.flex-col-reverse {
  flex-direction: column-reverse;
}
.u-flex.flex-wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .u-flex.sm_flex-row {
    flex-direction: row;
  }
  .u-flex.sm_flex-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex.sm_flex-col {
    flex-direction: column;
  }
  .u-flex.sm_flex-col-reverse {
    flex-direction: column-reverse;
  }
  .u-flex.sm_flex-wrap {
    flex-wrap: wrap;
  }
}

/* ------------------------------------------------------------
    margin layout 微調整時のみ使用
------------------------------------------------------------ */
.u-mrg--t-none {
  margin-top: 0 !important;
}
.u-mrg--t-2 {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .u-mrg--t-2 {
    margin-top: 1rem;
  }
}
.u-mrg--t-4 {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .u-mrg--t-4 {
    margin-top: 2rem;
  }
}
.u-mrg--t-6 {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .u-mrg--t-6 {
    margin-top: 3rem;
  }
}
.u-mrg--t-8 {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .u-mrg--t-8 {
    margin-top: 4rem;
  }
}
.u-mrg--b-none {
  margin-bottom: 0 !important;
}
.u-mrg--b-2 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .u-mrg--b-2 {
    margin-bottom: 1rem;
  }
}
.u-mrg--b-4 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .u-mrg--b-4 {
    margin-bottom: 2rem;
  }
}
.u-mrg--b-6 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .u-mrg--b-6 {
    margin-bottom: 3rem;
  }
}
.u-mrg--b-8 {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .u-mrg--b-8 {
    margin-bottom: 4rem;
  }
}

/* ------------------------------------------------------------
    padding layout 微調整時のみ使用
------------------------------------------------------------ */
.u-pad--t-2 {
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .u-pad--t-2 {
    padding-top: 1rem;
  }
}
.u-pad--t-4 {
  padding-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .u-pad--t-4 {
    padding-top: 2rem;
  }
}
.u-pad--t-8 {
  padding-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .u-pad--t-8 {
    padding-top: 4rem;
  }
}
.u-pad--b-2 {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .u-pad--b-2 {
    padding-bottom: 1rem;
  }
}
.u-pad--b-4 {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .u-pad--b-4 {
    padding-bottom: 2rem;
  }
}
.u-pad--b-8 {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .u-pad--b-8 {
    padding-bottom: 4rem;
  }
}

.u-l__min {
  margin-left: -1rem;
}

/* ------------------------------------------------------------
    text関連 微修正時のみ使用
------------------------------------------------------------ */
.u-inlB {
  display: inline-block;
}

.u-wabun {
  writing-mode: vertical-rl;
}

.u-txt__date {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.u-txt__date--norm {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.u-txt__en {
  font-family: Arial, sans-serif;
  font-size: 160%;
  line-height: 1;
}

.u-txt__en--eq {
  font-family: Arial, sans-serif;
  font-size: 115%;
  line-height: 1;
}

.u-f_small {
  font-size: 80%;
}

.u-f_large {
  font-size: 160%;
}

.u-t_c {
  text-align: center !important;
}

.u-t_l {
  text-align: left !important;
}

.u-t_r {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .u-t_u-sp {
    text-align: center !important;
  }
  .u-t_l-sp {
    text-align: left !important;
  }
  .u-t_r-sp {
    text-align: right !important;
  }
}
/* ------------------------------------------------------------
    text size　微修正時のみ使用
------------------------------------------------------------ */
.u-f14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .u-f14 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-f14 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .u-f14 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f14 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f14 {
    font-size: 1.4rem;
  }
}

.u-f12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .u-f12 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-f12 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .u-f12 {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f12 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f12 {
    font-size: 1.4rem;
  }
}

.u-f11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .u-f11 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-f11 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .u-f11 {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f11 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-f11 {
    font-size: 1.4rem;
  }
}

.u-f10 {
  line-height: 1.4;
  font-size: 10px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .u-f10 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-f10 {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------
	caption　主に画像で使用
------------------------------------------------------------ */
.u-cap {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .u-cap {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-cap {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .u-cap {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-cap {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-cap {
    font-size: 1.4rem;
  }
}
.u-cap--img {
  position: relative;
}
.u-cap--img__in {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: calc(100% - 10px);
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .u-cap--img__in {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-cap--img__in {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .u-cap--img__in {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-cap--img__in {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .u-cap--img__in {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------
    txt letter-spacing 微修正時のみ使用
------------------------------------------------------------ */
.u-txt__space30 {
  letter-spacing: 0.3em;
}

.u-txt__space20 {
  letter-spacing: 0.2em;
}

.u-txt__space10 {
  letter-spacing: 0.1em;
}

/* ------------------------------------------------------------
    txt weight 微修正時のみ使用
------------------------------------------------------------ */
.u-fwei_m {
  font-weight: 500;
}/*# sourceMappingURL=common.css.map */