/*  variables.scss
---------------------------------------------- */
/*  color
---------------------------------------------- */
/*  breakpoint
---------------------------------------------- */
/*  mixins.scss
---------------------------------------------- */
/*  media
---------------------------------------------- */
/*  font-up-on-mobile
---------------------------------------------- */
/*  parts.scss
---------------------------------------------- */
.sample > * {
  margin: 100rem 0;
}
.sample .c-whitebox > *:not(h2) {
  margin: 100rem 0;
}

img {
  width: 100%;
}

/* c-m */
.c-mb10 {
  margin-bottom: 10rem !important;
}

.c-mb20 {
  margin-bottom: 20rem !important;
}

.c-mb30 {
  margin-bottom: 30rem !important;
}

.c-mb40 {
  margin-bottom: 40rem !important;
}

.c-mb50 {
  margin-bottom: 50rem !important;
}

.c-mb60 {
  margin-bottom: 60rem !important;
}

.c-mb70 {
  margin-bottom: 70rem !important;
}

.c-mb80 {
  margin-bottom: 80rem !important;
}

.c-mb90 {
  margin-bottom: 90rem !important;
}

.c-mb100 {
  margin-bottom: 100rem !important;
}

.c-mb110 {
  margin-bottom: 110rem !important;
}

.c-mb120 {
  margin-bottom: 120rem !important;
}

.c-mb130 {
  margin-bottom: 130rem !important;
}

.c-mb140 {
  margin-bottom: 140rem !important;
}

.c-mb150 {
  margin-bottom: 150rem !important;
}

.c-mb160 {
  margin-bottom: 160rem !important;
}

.c-mb170 {
  margin-bottom: 170rem !important;
}

.c-mb108 {
  margin-bottom: 180rem !important;
}

.c-mb190 {
  margin-bottom: 190rem !important;
}

.c-mb200 {
  margin-bottom: 200rem !important;
}

.c-m0a {
  margin: 0 auto !important;
}

/* c-ta */
.c-ta-left {
  text-align: left;
}

.c-ta-center {
  text-align: center;
}

.c-ta-right {
  text-align: right;
}

/* c-show */
.c-show__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-show__pc {
    display: none;
  }
}

.c-show__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-show__sp {
    display: block;
  }
}

/* c-inner */
.c-inner {
  width: 94%;
  max-width: 1100rem;
  margin: 0 auto;
}
.c-inner.-medium {
  max-width: 970rem;
}

/* c-head */
#c-head {
  padding-top: 100rem;
}
@media screen and (max-width: 768px) {
  #c-head {
    padding-top: 16vw;
  }
}

/* c-mainimg */
.c-mainimg {
  display: block;
  width: 70%;
  max-width: 765rem;
  margin: 60rem auto 150rem;
}
@media screen and (max-width: 768px) {
  .c-mainimg {
    width: 100%;
  }
}
.c-mainimg img {
  display: block;
  max-width: 770px;
  margin: 0 auto;
}
.c-mainimg.-sub {
  margin: 0 auto;
}

/* c-pankuzu */
.c-pankuzu {
  font-size: 12rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    font-size: 21.6rem;
  }
}
.c-pankuzu ol {
  display: flex;
}
.c-pankuzu ol li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 5rem;
}
.c-pankuzu ol li a {
  color: #000000;
}
.c-pankuzu ol li a:hover {
  text-decoration: underline;
}

/* .c-title- */
.c-title {
  margin-bottom: 30rem;
}
.c-title.-h1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100rem auto 14vw;
  padding-bottom: 5rem;
  border-bottom: 1px solid #000000;
  font-size: 32rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title.-h1 {
    font-size: 57.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title.-h1 {
    margin: 50rem auto 70rem;
  }
}
.c-title.-h1 span {
  display: block;
  margin-bottom: 20rem;
  font-size: 14rem;
}
@media screen and (max-width: 768px) {
  .c-title.-h1 span {
    font-size: 25.2rem;
  }
}
.c-title.-h1::before {
  content: " " attr(data-en);
  display: block;
  margin-bottom: 25rem;
  font-size: 24rem;
  color: #877016;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .c-title.-h1::before {
    font-size: 43.2rem;
  }
}
.c-title.-h2 {
  padding-bottom: 5rem;
  border-bottom: 1px solid #877016;
  font-size: 30rem;
  color: #877016;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .c-title.-h2 {
    font-size: 54rem;
  }
}
.c-title.-h3 {
  font-size: 23rem;
  font-weight: 700;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .c-title.-h3 {
    font-size: 41.4rem;
  }
}
.c-title.-h4 {
  font-size: 17rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .c-title.-h4 {
    font-size: 30.6rem;
  }
}
.c-title.-en {
  padding-bottom: 10rem;
  border-bottom: 1px solid #000000;
  font-size: 25rem;
  text-align: center;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .c-title.-en {
    font-size: 45rem;
  }
}
.c-title .-small {
  font-size: 16rem;
}
@media screen and (max-width: 768px) {
  .c-title .-small {
    font-size: 28.8rem;
  }
}

/* c-anchor */
.c-anchor ul {
  display: flex;
  flex-wrap: wrap;
  gap: 23rem 20rem;
}
@media screen and (max-width: 768px) {
  .c-anchor ul {
    gap: 10rem;
  }
}
.c-anchor ul .-item {
  position: relative;
  width: calc(50% - 10rem);
  background: #ffffff;
  border: 1px solid #877016;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-anchor ul .-item {
    width: 100%;
  }
}
.c-anchor ul .-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20rem;
  display: block;
  width: 13rem;
  height: 13rem;
  border-right: 1px solid #898989;
  border-bottom: 1px solid #898989;
  transform: translateY(-70%) rotate(45deg);
}
.c-anchor ul .-item a {
  display: flex;
  align-items: center;
  gap: 18rem;
  padding: 30rem 50rem 30rem 20rem;
  font-size: 18rem;
}
@media screen and (max-width: 768px) {
  .c-anchor ul .-item a {
    font-size: 32.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-anchor ul .-item a {
    display: block;
    padding: 20rem 50rem 20rem 20rem;
    font-size: 20rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-anchor ul .-item a {
    font-size: 36rem;
  }
}

/* c-text */
.c-text {
  margin-bottom: 30rem;
  font-size: 17rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 30.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 18.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-text {
    font-size: 33.3rem;
  }
}
.c-text.-catch {
  font-size: 20rem;
  color: #877016;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .c-text.-catch {
    font-size: 36rem;
  }
}
.c-text.-bold {
  font-size: 19rem;
  line-height: 1.8em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-text.-bold {
    font-size: 34.2rem;
  }
}
.c-text.-lead {
  text-align: center;
  line-height: 3em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-text.-lead {
    line-height: 2.4em;
  }
}
.c-text.-notice {
  margin-top: 20rem;
  font-size: 14rem;
  line-height: 3em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-text.-notice {
    font-size: 25.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-text.-notice {
    line-height: 2.4em;
  }
}
.c-text.-border {
  padding: 15rem 20rem;
  border: 1px solid #898989;
}

/* c-list */
.c-list {
  list-style: disc;
  padding-left: 1.5em;
  font-size: 17rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .c-list {
    font-size: 30.6rem;
  }
}
.c-list.-number {
  list-style: decimal;
  padding-left: 1.5em;
  font-size: 17rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .c-list.-number {
    font-size: 30.6rem;
  }
}
.c-list.-number > li::marker {
  content: "(" counter(list-item) ") ";
}
.c-list li {
  margin-bottom: 20rem;
}
.c-list li b {
  font-weight: 700;
}

/* c-col */
.c-col {
  display: flex;
  flex-wrap: wrap;
  gap: 60rem;
}
@media screen and (max-width: 768px) {
  .c-col {
    gap: 30rem;
  }
}
.c-col .c-col__item {
  flex: 0 1 100%;
}
.c-col .c-col__item .-title {
  margin-top: 20rem;
  font-size: 20rem;
  color: #877016;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .c-col .c-col__item .-title {
    font-size: 36rem;
  }
}
.c-col .c-col__item .-blank-black::after {
  content: "";
  display: inline-block;
  width: 16rem;
  height: 15rem;
  margin-left: 5rem;
  background: url("../image/common/parts/btn_blank_black.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-col .c-col__item .-blank-black::after {
    width: 30rem;
    height: 28rem;
  }
}
.c-col .c-col__item .-text {
  margin-top: 15rem;
  font-size: 15rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .c-col .c-col__item .-text {
    font-size: 27rem;
  }
}
.c-col.-col2 .c-col__item {
  flex: 0 1 calc(50% - 30rem);
}
@media screen and (max-width: 768px) {
  .c-col.-col2 .c-col__item {
    flex: auto;
    width: 100%;
  }
}
.c-col.-col3 .c-col__item {
  flex: 0 1 calc(33.3333333333% - 60rem);
}
@media screen and (max-width: 768px) {
  .c-col.-col3 .c-col__item {
    flex: auto;
    width: 100%;
  }
}
.c-col.-greybox {
  padding: 7rem;
}
@media screen and (max-width: 768px) {
  .c-col.-greybox {
    width: 100%;
    flex: auto;
  }
}
.c-col.-greybox .c-col__item {
  padding: 9rem;
  background: #E6E6E6;
}
.c-col.-greybox .c-col__item .-wrap {
  height: 100%;
  padding: 15rem 25rem 20rem;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.c-col.-greybox .c-col__item .-wrap .-title {
  color: #000000;
}
.c-col.-greybox .c-col__item .-wrap .-text {
  font-size: 15rem;
}
@media screen and (max-width: 768px) {
  .c-col.-greybox .c-col__item .-wrap .-text {
    font-size: 27rem;
  }
}
.c-col.-greybox.-col3 .-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 25rem 0;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  font-size: 17rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-col.-greybox.-col3 .-text {
    font-size: 30.6rem;
  }
}
.c-col.js-slick {
  position: relative;
  display: block;
  padding: 0 30rem;
}
.c-col.js-slick .slick-prev,
.c-col.js-slick .slick-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  width: 30rem;
  height: 30rem;
  background: none;
  border: 1px solid #877016;
  border-radius: 50%;
  box-sizing: border-box;
  color: #877016;
  transition: 0.3s;
}
.c-col.js-slick .slick-prev::before,
.c-col.js-slick .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  border-right: 1px solid #877016;
  border-bottom: 1px solid #877016;
  transform: translate(20%, -50%) rotate(135deg);
  transition: 0.3s;
}
.c-col.js-slick .slick-prev:hover,
.c-col.js-slick .slick-next:hover {
  background: #877016;
  transition: 0.3s;
}
.c-col.js-slick .slick-prev:hover::before,
.c-col.js-slick .slick-next:hover::before {
  border-color: #ffffff;
  transition: 0.3s;
}
.c-col.js-slick .slick-prev {
  left: 0;
}
.c-col.js-slick .slick-next {
  right: 0;
}
.c-col.js-slick .slick-next::before {
  transform: translate(-20%, -50%) rotate(-45deg);
}
.c-col.js-slick .c-col__item {
  margin: 0 30rem;
}
.c-col.js-slick .c-col__item img {
  width: 100%;
}
.c-col.js-slick .c-col__item .-title {
  text-align: center;
}

/* c-table */
.c-table__wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.c-table__hint {
  margin-bottom: 20rem;
  font-size: 15rem;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .c-table__hint {
    font-size: 27rem;
  }
}

.c-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 17rem;
}
@media screen and (max-width: 768px) {
  .c-table {
    font-size: 30.6rem;
  }
}
.c-table tr {
  border: 1px solid #898989;
  box-sizing: border-box;
}
.c-table tr th,
.c-table tr td {
  padding: 25rem 20rem;
  vertical-align: middle;
  line-height: 2em;
}
.c-table tr th {
  width: 300rem;
  background-color: #E6E6E6;
  font-weight: 500;
}
.c-table tr td {
  border-right: 1px solid #898989;
  background-color: #ffffff;
}
.c-table thead th {
  border-right: 1px solid #898989;
}

/* c-btn */
.c-btn {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 400px;
  height: 80rem;
  align-items: center;
  padding: 0 55rem 0 15rem;
  background: #DC9576;
  background: linear-gradient(90deg, rgb(220, 149, 118) 0%, rgb(187, 85, 53) 100%);
  font-size: 17rem;
  color: #ffffff;
  line-height: 1.2em;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 30.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    height: 100rem;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15rem;
  display: block;
  width: 46rem;
  height: 8rem;
  background: url("../image/common/parts/btn_arrow.svg") center/contain no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn::after {
    width: 92rem;
    height: 16rem;
  }
}
.c-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.c-btn:hover::after {
  transform: translate(10rem, -50%);
  transition: 0.3s;
}
.c-btn.-blank::after {
  width: 21rem;
  height: 22rem;
  background: url("../image/common/parts/btn_blank.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-btn.-blank::after {
    width: 38rem;
    height: 40rem;
  }
}
.c-btn.-blank:hover::after {
  transform: translate(0, -50%);
}
.c-btn.-text, .c-btn.-text-blank {
  display: inline-block;
  width: auto;
  max-width: none;
  height: auto;
  padding: 0;
  background: none;
  color: #000000;
  text-decoration: underline;
}
.c-btn.-text::after, .c-btn.-text-blank::after {
  display: none;
}
.c-btn.-text-blank::after {
  position: relative;
  top: 2rem;
  right: auto;
  display: inline-block;
  width: 15rem;
  height: 15rem;
  margin-left: 5rem;
  background: url("../image/common/parts/btn_blank_black.svg") center/contain no-repeat;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .c-btn.-text-blank::after {
    width: 30rem;
    height: 30rem;
  }
}

/* c-flow */
.c-flow .c-flow__item {
  position: relative;
  display: flex;
  gap: 30rem;
  padding: 30rem 35rem;
  background: #E6E6E6;
}
@media screen and (max-width: 768px) {
  .c-flow .c-flow__item {
    display: block;
  }
}
.c-flow .c-flow__item:not(:last-child) {
  margin-bottom: 95rem;
}
.c-flow .c-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -60rem;
  left: 0;
  right: 0;
  display: block;
  width: 48rem;
  height: 30rem;
  margin: 0 auto;
  background: url("../image/common/parts/flow_arrow.svg") center/contain no-repeat;
}
.c-flow.-col1 .c-flow__item {
  padding: 30rem 150rem;
}
@media screen and (max-width: 768px) {
  .c-flow.-col1 .c-flow__item {
    padding: 30rem 35rem;
  }
}
.c-flow .c-flow__number {
  width: 100rem;
}
@media screen and (max-width: 768px) {
  .c-flow .c-flow__number {
    width: 100%;
    margin: 0 auto 30rem;
  }
}
@media screen and (max-width: 768px) {
  .c-flow .c-flow__number .-img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
}
.c-flow .c-flow__number .-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100rem;
  height: 100rem;
  margin: 0 auto 10rem;
  border-radius: 100rem;
  background: #ffffff;
  font-size: 38rem;
  color: #877016;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-flow .c-flow__number .-wrap {
    font-size: 49.4rem;
  }
}
.c-flow .c-flow__number .-wrap span {
  display: block;
  width: 100%;
  margin-bottom: -35rem;
  font-size: 18rem;
}
@media screen and (max-width: 768px) {
  .c-flow .c-flow__number .-wrap span {
    font-size: 23.4rem;
  }
}
.c-flow .c-flow__body {
  display: flex;
  flex: 1;
  gap: 40rem;
}
@media screen and (max-width: 768px) {
  .c-flow .c-flow__body {
    flex-direction: column-reverse;
    gap: 20rem;
    width: 100%;
  }
}
.c-flow .c-flow__body .-content {
  flex: 1;
}
.c-flow .c-flow__body .-title {
  margin-bottom: 20rem;
  font-size: 30rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-flow .c-flow__body .-title {
    font-size: 54rem;
  }
}
.c-flow .c-flow__body .-text {
  margin-bottom: 20rem;
  font-size: 17rem;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .c-flow .c-flow__body .-text {
    font-size: 30.6rem;
  }
}
.c-flow .c-flow__body .-img {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-flow .c-flow__body .-img {
    width: 100%;
  }
}

/* c-box */
.c-box {
  width: 100%;
  padding: 10rem;
  background: #E6E6E6;
}
.c-box .c-box__body {
  padding: 45rem;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.c-box .c-box__body .-title {
  margin-bottom: 20rem;
  font-size: 25rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-box .c-box__body .-title {
    font-size: 45rem;
  }
}
.c-box .c-box__body .-content .c-btn {
  margin: 0 auto;
}
.c-box .c-box__body .-content .-text {
  margin-top: 25rem;
  font-size: 16rem;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-box .c-box__body .-content .-text {
    font-size: 28.8rem;
  }
}

/* .c-whitebox */
.c-whitebox {
  position: relative;
  margin-bottom: 150rem;
  padding: 100rem 50rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-whitebox {
    padding: 90rem 8%;
  }
}

/* c-block */
#c-block {
  background: url("../image/about/background.webp") no-repeat center 17vw/cover;
}
#c-block #c-block__wrap {
  margin: 130rem auto;
  text-align: justify;
}

/* c-faq */
.c-faq {
  border-bottom: 1px solid #898989;
}
.c-faq .c-faq__question {
  position: relative;
  display: flex;
  padding: 25rem 40rem 25rem 0;
  font-size: 20rem;
  line-height: 1.6em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-faq .c-faq__question {
    font-size: 36rem;
  }
}
.c-faq .c-faq__question::before {
  content: "Q.";
  display: inline-block;
  width: 45rem;
}
.c-faq .c-faq__question::after {
  content: "+";
  position: absolute;
  top: 24rem;
  right: 20rem;
  font-size: 30rem;
  color: #898989;
}
@media screen and (max-width: 768px) {
  .c-faq .c-faq__question::after {
    font-size: 54rem;
  }
}
.c-faq .c-faq__question.is-active::after {
  content: "-";
}
.c-faq .c-faq__question p {
  width: calc(100% - 50rem);
}
.c-faq .c-faq__answer {
  display: flex;
  padding: 0 15rem 25rem;
  font-size: 17rem;
  line-height: 1.8em;
  color: #3f3f3f;
}
@media screen and (max-width: 768px) {
  .c-faq .c-faq__answer {
    font-size: 30.6rem;
  }
}
.c-faq .c-faq__answer::before {
  content: "A.";
  display: inline-block;
  width: 45rem;
}
.c-faq .c-faq__answer p {
  width: calc(100% - 50rem);
}/*# sourceMappingURL=parts.css.map */