@charset "UTF-8";
:root {
  /*===================== Color =====================*/
  --color-toyopet: #005952;
  --color-hac-base: #005952;
  --color-chubase-red: #F40013;
  --color-hac-base: #0F5E75;
  --color-kinto: #20A5C0;
  --color-main: #1F1F1F;
  --color-light-blue: #44A0BE;
  --color-blue: #178BD2;
  --color-red: #DB0011;
  --color-red02: #E54956;
  --color-pink: #EB6B76;
  --color-orange: #F28212;
  --color-gold: #B18B31;
  --color-light-gray: #C8C8C8;
  --color-white-blue: #E1ECEF;
  --color-gray: #DEE4E8;
  --color-blue-gray-light: rgba(235, 241, 245, 0.9);
  --color-blue-gray: #8E9FA4;
  --color-used: #EC1223;
  --color-light-green: #46B41E;
  --color-dark-green: #3A4246;
  --color-green: #00A941;
  --color-green02: #46B196;
  --color-green03: #00CDA4;
  --color-02: #556168;
  --color-03: #2970C0;
  --color-navy: #38405C;
  --color-sub-txt: #818181;
  --color-sub-txt-v02: #6F6F6F;
  --color-sub: #9D9D9D;
  --color-sub-line05: #d6d6d6;
  /*表*/
  --color-table: #494949;
  /*Table*/
  --color-table-bg: #F2F2F2;
  --color-table-menu: #79888D;
  /*===================== Gradient =====================*/
  --gradient-green-blue: linear-gradient(90deg,#78B50F 1%,#69D04D 35%,#38B5CE 72%,#3C64A1 100%);
  --gradient-red-yellow: linear-gradient(90deg,#F05353,#E7B500);
  /*===================== Font =====================*/
  --font-montserrat: "Montserrat", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --font-bungee: "Bungee", sans-serif;
  /*===================== CONT radius =====================*/
  --ease-bounce-s:linear(0, 0.271 8.8%, 0.542 19.9%, 0.837 34.2%, 1 44.7%, 0.943 51.1%, 0.925 57.5%, 0.937 63.1%, 1 77.4%, 0.991 84.2%, 1);
  --ease-bounce:linear(0, 0.247 13.2%, 0.415 20.5%, 0.624 27.4%, 1 37.8%, 0.794 44.9%, 0.747 47.9%, 0.731 50.8%, 0.744 53.5%, 0.785 56.4%, 0.999 65.5%, 0.927 69.6%, 0.904 73.4%, 0.921 77%, 1 84.5%, 0.981 89.4%, 1);
}

/*================================= 見出し =================================*/
/*======================= SP-VW =======================*/
/*======================= PC-VW =======================*/
/*------ 使用例 ------
.text {
	font-size: spvw(16);
}
*/
/*======================= PCLG-VW =======================*/
/*================================= マウスオーバー =================================*/
/*================================= コンテンツ 角丸 =================================*/
/*================================= アニメーション =================================*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flipcard01 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes flipcard02 {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*================================= メニュー左寄せ =================================*/
.l-lower-title-area h1 .large .wrap .img.w01 {
  transform: translate(-55%, -44%);
  width: 59%;
}
.l-lower-title-area h1 .large .wrap .img.w02 {
  width: 64%;
  transform: translate(-55%, -44%);
}
.l-lower-title-area h1 .large .wrap .img.w03 {
  width: 54%;
  transform: translate(-50%, -46%);
}

/*================================================ 共通 ================================================*/
.ownership-wh-bg {
  background-color: #fff;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg {
    border-radius: 10px;
  }
}
.ownership-wh-bg {
  padding: calc(90 / 750 * 100vw) calc(62 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg {
    padding: 60px 56px;
  }
}
@media screen and (min-width: 1000px) {
  .ownership-wh-bg {
    padding: 55px 45px;
  }
}
@media screen and (min-width: 1280px) {
  .ownership-wh-bg {
    padding: 80px 56px;
  }
}
.ownership-wh-bg .ownership-lead-wrap {
  border-bottom: solid 1px var(--color-light-gray);
  padding-bottom: calc(70 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-lead-wrap {
    padding-bottom: calc(60 / 1366 * 100vw);
  }
}
.ownership-wh-bg .ownership-lead-txt {
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.01em;
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-lead-txt {
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.03em;
    font-size: clamp(10px, 16 / 1366 * 100vw, 22px);
  }
}
.ownership-wh-bg .ownership-lead-note {
  color: var(--color-sub-txt-v02);
  margin-top: 1em;
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-lead-note {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
.ownership-wh-bg .ownership-cont-title {
  font-weight: 700;
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.44em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-cont-title {
    font-size: clamp(10px, 24 / 1366 * 100vw, 1000px);
  }
}
.ownership-wh-bg .ownership-sub-title {
  position: relative;
  padding-left: 1em;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: calc(22 / 750 * 100vw);
  line-height: 1.04em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-sub-title {
    font-size: clamp(10px, 16 / 1366 * 100vw, 1000px);
  }
}
.ownership-wh-bg .ownership-sub-title::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 0.24em;
  left: 0;
  border-radius: 50em;
  background-color: #46B41E;
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-sub-title::after {
    top: 0.4em;
  }
}
.ownership-wh-bg .ownership-sub-title.blue::after {
  background-color: var(--color-hac-base);
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
.ownership-wh-bg a.ownership-dl-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2em;
  box-sizing: border-box;
  border: solid calc(2 / 750 * 100vw);
  border-radius: calc(10 / 750 * 100vw);
  padding: 1.4em 1.4em 1.4em 1.6em;
  font-size: calc(26 / 750 * 100vw);
  margin-bottom: calc(15 / 750 * 100vw);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg a.ownership-dl-btn {
    border: solid 1px;
    font-size: clamp(10px, 15 / 1366 * 100vw, 1000px);
    border-radius: 5px;
    padding: 1.4em;
    width: 21em;
    transition: all 0.3s;
    margin-bottom: 0;
  }
  .ownership-wh-bg a.ownership-dl-btn:hover {
    border: solid 1px var(--color-light-green);
    background-color: var(--color-light-green);
    color: #fff;
  }
  .ownership-wh-bg a.ownership-dl-btn:hover path {
    stroke: #fff;
  }
}
@media screen and (min-width: 1000px) {
  .ownership-wh-bg a.ownership-dl-btn {
    width: 47%;
  }
}
@media screen and (min-width: 1360px) {
  .ownership-wh-bg a.ownership-dl-btn {
    width: 21em;
  }
}
.ownership-wh-bg a.ownership-dl-btn .icon {
  display: block;
  width: 0.8em;
}
.ownership-wh-bg a.ownership-dl-btn .icon path {
  transition: all 0.3s;
}
.ownership-wh-bg .ownership-number-cont {
  padding: calc(70 / 750 * 100vw) 0;
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-number-cont {
    padding: calc(70 / 1366 * 100vw) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.ownership-wh-bg .ownership-number-cont.border {
  border-top: solid 1px var(--color-sub);
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-number-cont.border {
    border-top: solid 1px var(--color-light-gray);
  }
}
.ownership-wh-bg .ownership-number-cont .number {
  font-family: var(--font-manrope);
  font-weight: bold;
  color: var(--color-light-green);
  font-size: calc(30 / 750 * 100vw);
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-number-cont .number {
    font-size: max(10px, 26 / 1366 * 100vw);
    width: 8%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-number-cont div.ownership-number-cont-inner {
    width: 92%;
  }
}
.ownership-wh-bg .ownership-number-cont div.ownership-number-cont-inner .ownership-number-cont-body {
  margin-top: 1.4em;
  color: var(--color-sub-txt-v02);
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.01em;
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-number-cont div.ownership-number-cont-inner .ownership-number-cont-body {
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.03em;
    font-size: clamp(10px, 16 / 1366 * 100vw, 22px);
  }
}
.ownership-wh-bg .ownership-number-cont div.ownership-number-cont-inner .ownership-number-cont-note {
  color: var(--color-sub-txt-v02);
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .ownership-wh-bg .ownership-number-cont div.ownership-number-cont-inner .ownership-number-cont-note {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
.ownership-wh-bg .ownership-number-cont div.ownership-number-cont-inner .ownership-number-cont-note.mr-top {
  margin-top: 1.5em;
}

.ownership-note {
  color: var(--color-sub-txt-v02);
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  padding: 0 calc(32 / 750 * 100vw);
  margin-top: calc(70 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .ownership-note {
    padding: 0;
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
    margin-top: 2em;
  }
}
.ownership-note .red {
  color: var(--color-red02);
}

div.preparation-box {
  margin-top: calc(60 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.preparation-box {
    margin-top: calc(40 / 1366 * 100vw);
  }
}
div.preparation-box div.preparation-box-inner {
  box-sizing: border-box;
  padding: calc(42 / 750 * 100vw) calc(32 / 750 * 100vw);
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.preparation-box div.preparation-box-inner {
    padding: calc(45 / 1366 * 100vw) calc(38 / 1366 * 100vw);
    border-radius: 5px;
  }
}
div.preparation-box div.preparation-box-inner.green {
  background-color: #E7EFE1;
}
div.preparation-box div.preparation-box-inner.blue {
  background-color: #E1EEEF;
}
div.preparation-box div.preparation-box-inner.blue p {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
div.preparation-box div.preparation-box-inner.gray {
  background-color: #EDF1F5;
}
div.preparation-box div.preparation-box-inner.gray p {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
div.preparation-box div.preparation-img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(20 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.preparation-box div.preparation-img-wrap {
    -moz-column-gap: 4%;
         column-gap: 4%;
    margin-bottom: calc(32 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1280px) {
  div.preparation-box div.preparation-img-wrap {
    width: 75%;
  }
}
div.preparation-box p {
  color: var(--color-sub-txt-v02);
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  div.preparation-box p {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
div.preparation-box p.mr-btm {
  margin-bottom: 1em;
}
div.preparation-box p .red {
  color: var(--color-red02);
}
div.preparation-box p .under {
  border-bottom: solid 1px;
}

section.sec-procedure div.procedure-box {
  margin-top: calc(70 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-procedure div.procedure-box {
    margin-top: calc(60 / 1366 * 100vw);
  }
}
section.sec-procedure div.ownership-btn-wrap {
  margin-bottom: calc(50 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-procedure div.ownership-btn-wrap {
    margin-bottom: calc(44 / 1366 * 100vw);
  }
}
section.sec-procedure a.m-btn-base {
  margin: 0;
  width: calc(504 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-procedure a.m-btn-base {
    width: 23em;
  }
}

section.sec-person .ownership-wh-bg {
  padding: calc(80 / 750 * 100vw) calc(33 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-person .ownership-wh-bg {
    padding: 60px 56px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-person .ownership-wh-bg {
    padding: 80px 56px;
  }
}
section.sec-person div.preparation-box div.preparation-box-inner.green div.preparation-img-wrap {
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (min-width: 768px) {
  section.sec-person div.preparation-box div.preparation-box-inner.green div.preparation-img-wrap {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
section.sec-person div.preparation-box div.preparation-box-inner.green div.preparation-img-wrap div.preparation-img {
  width: 36.7%;
}
@media screen and (min-width: 768px) {
  section.sec-person div.preparation-box div.preparation-box-inner.green div.preparation-img-wrap div.preparation-img {
    width: 21%;
  }
}
section.sec-person div.preparation-box div.preparation-box-inner.blue div.preparation-img-wrap {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-person div.preparation-box div.preparation-box-inner.blue div.preparation-img-wrap {
    -moz-column-gap: 4%;
         column-gap: 4%;
    justify-content: flex-start;
  }
}
section.sec-person div.preparation-box div.preparation-box-inner.blue div.preparation-img-wrap div.preparation-img {
  width: 31.8%;
}
@media screen and (min-width: 768px) {
  section.sec-person div.preparation-box div.preparation-box-inner.blue div.preparation-img-wrap div.preparation-img {
    width: 21%;
  }
}

section.sec-mail .ownership-wh-bg {
  padding: calc(80 / 750 * 100vw) calc(33 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mail .ownership-wh-bg {
    padding: 60px 56px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-mail .ownership-wh-bg {
    padding: 55px 45px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-mail .ownership-wh-bg {
    padding: 80px 56px;
  }
}
section.sec-mail .ownership-lead-wrap {
  margin-left: calc(32 / 750 * 100vw);
  margin-right: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mail .ownership-lead-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
section.sec-mail .ownership-cont-title {
  margin-top: calc(70 / 750 * 100vw);
  margin-left: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mail .ownership-cont-title {
    margin-top: calc(60 / 1366 * 100vw);
    margin-left: 0;
  }
}
section.sec-mail div.preparation-box div.preparation-img-wrap {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-mail div.preparation-box div.preparation-img-wrap {
    justify-content: flex-start;
    -moz-column-gap: 2.6%;
         column-gap: 2.6%;
  }
}
section.sec-mail div.preparation-box div.preparation-img-wrap div.preparation-img {
  width: 31.8%;
  margin-bottom: calc(27 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mail div.preparation-box div.preparation-img-wrap div.preparation-img {
    width: 21%;
    margin-bottom: 0;
  }
}
section.sec-mail div.ownership-btn-wrap {
  padding: 0 calc(32 / 750 * 100vw);
  box-sizing: border-box;
  margin-top: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mail div.ownership-btn-wrap {
    padding: 0;
    margin-top: calc(45 / 1366 * 100vw);
  }
}

section.sec-other .ownership-wh-bg {
  padding: calc(80 / 750 * 100vw) calc(33 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-other .ownership-wh-bg {
    padding: 60px 56px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-other .ownership-wh-bg {
    padding: 55px 45px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-other .ownership-wh-bg {
    padding: 80px 56px;
  }
}
section.sec-other .ownership-lead-wrap {
  margin-left: calc(32 / 750 * 100vw);
  margin-right: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-other .ownership-lead-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
section.sec-other .ownership-cont-title {
  margin-top: calc(70 / 750 * 100vw);
  margin-left: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-other .ownership-cont-title {
    margin-top: calc(60 / 1366 * 100vw);
    margin-left: 0;
  }
}
section.sec-other div.preparation-box div.preparation-img-wrap {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-other div.preparation-box div.preparation-img-wrap {
    justify-content: flex-start;
    -moz-column-gap: 2.6%;
         column-gap: 2.6%;
  }
}
section.sec-other div.preparation-box div.preparation-img-wrap div.preparation-img {
  width: 31.8%;
  margin-bottom: calc(27 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-other div.preparation-box div.preparation-img-wrap div.preparation-img {
    width: 21%;
    margin-bottom: 0;
  }
}
section.sec-other div.ownership-btn-wrap {
  padding: 0 calc(32 / 750 * 100vw);
  box-sizing: border-box;
  margin-top: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-other div.ownership-btn-wrap {
    padding: 0;
    margin-top: calc(45 / 1366 * 100vw);
  }
}

section.sec-credit div.ownership-wh-bg div.ownership-number-cont:first-child {
  padding-top: 0;
}
section.sec-credit div.ownership-wh-bg div.ownership-number-cont a {
  margin: 1.4em 0 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-credit .ownership-number-cont-body {
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
  }
}

section.sec-contact ul li {
  font-size: calc(28 / 750 * 100vw);
  padding: calc(50 / 750 * 100vw) 0;
  line-height: 1.56em;
  border-bottom: solid 1px var(--color-sub);
}
@media screen and (min-width: 768px) {
  section.sec-contact ul li {
    border-bottom: solid 1px var(--color-light-gray);
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
    padding: 1.6em 0;
  }
}
section.sec-contact ul li:first-child {
  padding-top: 0;
}
section.sec-contact ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec-contact ul dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-contact ul dl dt {
  font-weight: bold;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-contact ul dl dt {
    font-weight: 400;
    margin-bottom: 0;
    width: 24%;
  }
}
section.sec-contact ul dl dd {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  section.sec-contact ul dl dd {
    width: 76%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact ul dl dd a {
    transition: color 0.3s;
  }
  section.sec-contact ul dl dd a:hover {
    color: var(--color-light-green);
  }
}
section.sec-contact ul dl dd p.note {
  color: var(--color-sub-txt-v02);
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-contact ul dl dd p.note {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
    margin-top: 0.6em;
  }
}/*# sourceMappingURL=ownership.css.map */