@charset "UTF-8";

/* CSS Document */
.sec {
  margin-bottom: 300px;
}
img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}
#PHILOSOPHY__MID.sec,
#CONTENTS.sec,
#COMPANY__PROFILE.sec,
#COMPANY__GUIDE.sec {
  margin-bottom: 200px;
}

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

h2.base__ttl {
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  padding-left: 63px;
  margin-bottom: 50px;
}

h2.base__ttl::before,
h2.center__line__ttl::before,
h2.center__line__ttl::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h2.base__ttl__center {
  position: relative;
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 30px;
  padding-bottom: 110px;
}

h2.base__ttl__center::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 80px;
  background: #000;
  margin: auto;
}

h2.center__ttl {
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 150px;
}

h2.center__ttl span {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 100px;
}

h2.center__ttl::before {
  position: absolute;
  content: "";
  top: -260px;
  left: 0;
  right: 0;
  width: 1px;
  height: 200px;
  background: #000;
  margin: auto;
}

h2.center__line__ttl {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  padding: 0 65px;
  margin: 250px auto 60px;
}

h2.center__line__ttl::after {
  left: auto;
  right: 0;
}

h2.center__ttl__simple {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 100px;
}

h2.center__ttl__simple.mb10 {
  margin-bottom: 10px;
}

p.center__ttl__simple__sub {
  text-align: center;
  margin-bottom: 100px;
}

h2.center__ttl__bottom {
  position: relative;
  text-align: center;
  margin-bottom: 150px;
  line-height: 1;
}

h2.center__ttl__bottom span {
  display: block;
  font-size: 88px;
  font-size: 5.5rem;
  margin-bottom: 10px;
}

h2.center__ttl__bottom::after {
  position: absolute;
  content: "";
  bottom: -115px;
  left: 0;
  right: 0;
  width: 1px;
  height: 80px;
  background: #000;
  margin: auto;
}

h3.origin__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  line-height: 1;
}

.outer {
  margin: auto 100px;
}

.inner {
  max-width: 1360px;
  margin: auto;
}

.inner.wide {
  max-width: 1420px;
}

.SubImage {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  margin-bottom: 160px;
}

.SubImage img,
.SubImage picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}

/* --------------------------------

HERO

-------------------------------- */
.hero {
  position: relative;
  width: calc(100% - 360px);
  height: calc(100vh - 200px);
  margin: 0 0 235px 260px;
  animation: blurin 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes blurin {
  0% {
    opacity: 0;
    -webkit-filter: blur(16px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="16" /></filter></svg>#filter');
    filter: blur(16px);
  }

  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

.hero__slide__outer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__slide {
  width: 100%;
  height: 100%;
}

.hero__slide__photo {
  height: 100%;
  width: auto;
}

.hero__slide__photo img,
.hero__slide__photo picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

h1.hero__ttl {
  position: absolute;
  left: -170px;
  bottom: -85px;
  font-size: 120px;
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  z-index: 3;
}

h1.hero__ttl span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
}

.hero__slide .slick-active .hero__slide__photo {
  -webkit-animation: slideAnim 0.5s ease 0s 1 normal forwards;
  animation: slideAnim 0.5s ease 0s 1 normal forwards;
  height: 100%;
  overflow: hidden;
}

.hero__slider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

.hero__slider li {
  position: relative;
  height: 100%;
}

.hero__slider li::before {
  display: block;
  padding-top: 39%;
  content: "";
}

.hero__slider li .image {
  position: relative;
  overflow: hidden;
}

.hero__slider li img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.hero__slider > .slick-list,
.hero__slider > .slick-list > .slick-track,
.hero__slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* --------------------------------

ABOUT

-------------------------------- */
.flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
}

.abouts__img {
  width: 44.37%;
}

.abouts__txt {
  width: 44.37%;
}

.abouts__txt__inner {
  margin-right: 30px;
  margin-left: 0;
}

.reverse .abouts__txt__inner {
  margin-right: 0;
  margin-left: 30px;
}

.abouts__txt__inner h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 70px;
}

.abouts__txt__inner h2 span {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 10px;
}

.abouts__txt__inner p {
  margin-bottom: 20px;
}

/* --------------------------------

COMPANY

-------------------------------- */
#COMPANY__PROFILE .table {
  max-width: 1180px;
  margin: auto;
}

.businessguide {
  width: 400px;
  margin: auto;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 200px;
}

.businessguide li {
  margin-bottom: 20px;
}

.businessguide li:last-child {
  margin-bottom: 0;
}

.businesslicence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.businesslicence__box {
  width: 50%;
}

.businesslicence01 {
  width: 430px;
  margin: auto;
}

.businesslicence02 {
  width: 260px;
  margin: auto;
}

.businesslicence h3 {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  padding-left: 60px;
  line-height: 1;
  margin-bottom: 50px;
}

.businesslicence h3::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.businesslicence li,
.businesslicence dt,
.businesslicence dd {
  margin-bottom: 20px;
}

.businesslicence li {
  margin-left: 1em;
  text-indent: -1em;
}

.businesslicence dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.businesslicence dt {
  width: 210px;
}

.businesslicence dd {
  width: 50px;
  text-align: center;
}

.licence__date {
  display: block;
  margin-top: 40px;
}

#COMPANY__GROUP .flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

#COMPANY__GROUP .flexed .cp_brand {
  width: 390px;
  text-align: center;
}

#COMPANY__GROUP .flexed.line03 .cp_brand:first-child,
#COMPANY__GROUP .flexed.line02 .cp_brand:first-child {
  width: 270px;
  margin-right: 120px;
}

#COMPANY__GROUP .flexed.line03 .cp_brand .cp_brand__logo {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
}

#COMPANY__GROUP .flexed.line02 .cp_brand .cp_brand__logo {
  height: 100px;
}

#COMPANY__GROUP .flexed.line03 .cp_brand:first-child .cp_brand__logo {
  padding: 45px 0;
}

#COMPANY__GROUP .flexed.line03 .cp_brand:last-child .cp_brand__logo {
  width: auto;
}

#COMPANY__GROUP .flexed.line02 .cp_brand:nth-child(2) .cp_brand__logo {
  width: auto;
}

#COMPANY__GROUP .flexed.line02 .cp_brand:first-child .cp_brand__logo,
#COMPANY__GROUP .flexed.line02 .cp_brand:last-child .cp_brand__logo {
  padding: 20px 0;
}

#COMPANY__GROUP .flexed.line03 .cp_brand:first-child .cp_brand__logo img,
#COMPANY__GROUP .flexed.line03 .cp_brand:last-child .cp_brand__logo img,
#COMPANY__GROUP .flexed.line02 .cp_brand .cp_brand__logo img {
  width: auto;
  height: 100%;
}

#COMPANY__GROUP .flexed.line02 {
  /*width: 590px;
    margin: auto;*/
}

/*#COMPANY__GROUP .flexed.line02 .cp_brand:last-child .cp_brand__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
}*/
.cp_brand__logo {
  margin-bottom: 20px;
}

.flexed.access {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 200px;
}

.access__map {
  position: relative;
  width: 47.88%;
  padding-bottom: 33.8%;
  height: 0;
  overflow: hidden;
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.access__txt {
  width: 42.25%;
  margin-right: 30px;
}

.reverse .access__txt {
  margin-right: auto;
  margin-left: 30px;
}

.access__txt h3 {
  margin-bottom: 70px;
  font-size: 30px;
  font-size: 1.875rem;
}

.access__txt p {
  margin-bottom: 40px;
}

.access__txt p:last-child {
  margin-bottom: 0;
}

.access__txt a.map {
  margin-left: 10px;
}

/* --------------------------------

HISTORY

-------------------------------- */
#HISTORY h2.center__ttl__simple {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 2.2;
  margin-bottom: 150px;
}

.history__list {
  text-align: center;
}

.history__box {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 30px;
}

.history__box::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #000;
  margin: auto;
}

.history__box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.history__box:last-child::after {
  display: none;
}

.history__box__date {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.project__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project__wrap__img {
  width: 47.89%;
}

.project__wrap__img ul {
  position: relative;
  width: 100%;
  height: 555px;
  margin: auto;
}

.project__wrap__img li {
  position: absolute;
  width: 330px;
}

.project__wrap__img li:first-child {
  top: 0;
  left: 0;
}

.project__wrap__img li:last-child {
  bottom: 0;
  right: 0;
}

.project__wrap__txt {
  width: 42.25%;
  margin-right: 30px;
}

.project__wrap__txt h2 {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}

.project__wrap__txt h2 span {
  display: block;
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 20px;
}

h3.projectheading3 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

h3.projectheading3 span {
  display: block;
}

.project__design {
  width: 400px;
  margin-bottom: 45px;
}

.project__txt {
  margin-bottom: 100px;
}

.project__txt p {
  margin-bottom: 35px;
}

.project__txt p:last-child {
  margin-bottom: 0;
}

/* --------------------------------

CSR

-------------------------------- */
#CSR__INTRO .flexed {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#CSR__INTRO .intro__txt {
  width: 44.12%;
  line-height: 2.2;
}

#CSR__INTRO .intro__txt h2 {
  font-size: 44px;
  font-size: 2.75rem;
}

.csrs__list {
  padding-top: 50px;
}

.flexed.csr__box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 200px;
}

.csr__box__img {
  width: calc(50% - 30px);
  margin-right: 30px;
}

.csr__box__img.w630 {
  max-width: 630px;
}

.csr__box__img.w450 {
  max-width: 450px;
}

.csr__box__img.w440 {
  max-width: 440px;
}

#CSR__YohaS .csr__box__img,
#CSR__TOWN .csr__box__img {
  margin-right: 0;
}

.csr__box__txt {
  width: 42.25%;
  margin-right: 30px;
  line-height: 2.2;
}

.reverse .csr__box__txt {
  margin-right: auto;
  margin-left: 30px;
}

.csr__box__txt p {
  margin-bottom: 30px;
}

.csr__box__txt p:last-child {
  margin-bottom: 0;
}

.csr__box__txt p span {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.csr__box__txt ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.csr__box__txt p.csr__box__title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 70px;
  line-height: 1.8;
}

.csr__details {
}

.csr__logo {
  width: 150px;
  margin: auto auto 100px;
}

.csr__details .flexed {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.csr__box__txt p.csr__gooddesign {
  height: 40px;
  margin-bottom: 70px;
}

.csr__gooddesign img {
  width: auto;
  height: 100%;
}

.csr__details h3 {
  line-height: 1;
  margin-bottom: 50px;
}

.csr__details h3 span {
  display: block;
  font-size: 76px;
  font-size: 4.75rem;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.csr__details h4 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 50px;
}

.csr__details .tolist {
  margin-top: 100px;
}

/* --------------------------------

PHILOSOPHY

-------------------------------- */
.intro__txt {
  width: 50%;
  line-height: 2;
  font-size: 18px;
  font-size: 1.125rem;
}

.intro__ttl {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1;
}

.intro__txt__inner {
  width: 88.22%;
  margin: 150px auto 0;
}

.intro__txt:last-child .intro__txt__inner {
  margin: 490px 0 0 auto;
}

.intro__txt p {
  margin-bottom: 50px;
}

.intro__txt p:last-child {
  margin-bottom: 0;
}

/* ------------------------------- */
.youtube {
  position: relative;
  width: 730px;
  margin: auto;
  /*padding-bottom: 56.25%;*/
}

.youtube iframe {
  /*position: absolute;
    top: 0;
    left: 0;*/
  width: 100%;
  height: 412px;
}

/* ------------------------------- */
#PHILOSOPHY__MID {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 250px;
}

/* ------------------------------- */
.origin__img {
  width: 50%;
}

.origin__img h2 img {
  max-width: 100%;
  width: auto;
}

.omoroi {
  max-width: 100%;
  width: 480px;
  margin: auto;
}

.omoroi ul li {
  margin-top: 50px;
}

.omoroi ul li:first-child {
  margin-top: 40px;
}

.omoroi ul li:nth-child(2) {
  margin-top: 30px;
}

.origin__txt {
  width: 50%;
}

.origin__txt__inner,
.origin__list {
  width: 88.22%;
  margin: 0 0 0 auto;
  padding-bottom: 100px;
}

.origin__txt__inner p {
  margin-bottom: 100px;
}

.origin__list {
  padding-bottom: 0;
  background: #f3f3f3;
  padding: 20px 1.5% 0 10.17%;
  height: 100%;
}

.origin__list h3 {
  text-align: center;
  margin-bottom: 40px;
}

.origin__list img {
  max-width: 100%;
  width: auto;
}

.origin__list li {
  margin-bottom: 25px;
}

.origin__list li:last-child {
  margin-bottom: 0;
}

/* ------------------------------- */
.forbgs {
  position: relative;
  background: url("../images/philosophy/bg01_2.png") right 500px no-repeat;
}

.forbgs::before {
  position: absolute;
  content: "";
  bottom: 250px;
  left: 0;
  width: 652px;
  height: 127px;
  background: url("../images/philosophy/bg02_2.png") right 0 no-repeat;
  z-index: -1;
}

.forbgs::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 960px;
  height: 127px;
  background: url("../images/philosophy/bg02_2.png") right 0 no-repeat;
  z-index: -1;
}

.newsys__img,
.newsys__txt {
  width: 50%;
}

.newsys__img img {
  max-width: 100%;
  width: auto;
}

.newsys__txt__inner {
  width: 88.22%;
  margin: 260px 0 0 auto;
  padding-bottom: 90px;
  lise-height: 2;
}

.newsys__txt__inner h3 {
  margin-bottom: 80px;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}

.newsys__txt__inner h3 span {
  display: block;
}

.newsys__txt__inner h3 span.small {
  font-size: 66%;
}

.newsys__txt__inner p {
  margin-bottom: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.4;
}

.newsys__txt__inner p.newsys__date {
  margin-bottom: 30px;
}

.newsys__txt__inner p.newsys__name {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 50px;
}

.newsys__txt__inner p.newsys__notes {
  font-size: 14px;
  font-size: 0.875rem;
}

/* ------------------------------- */
.flexed.member {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 200px;
}

.member__box {
  width: 44.12%;
  padding-top: 28px;
}

.line01 .member__box {
  width: 100%;
  padding-top: 0;
}

.line03 .member__box,
.line03 .member__box__inner {
  max-width: 400px;
  width: auto;
}

.line03 .member__box:nth-child(2) {
  margin: 0 5%;
}

.member__flexwrap.member {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 0;
}

.member__flexwrap.member .member__box {
  max-width: 400px;
  width: auto;
  margin-bottom: 180px;
}

.member__box__inner {
  width: 400px;
  margin: auto;
}

.member__img {
  position: relative;
  width: 100%;
}

.member__img span {
  position: absolute;
  top: -28px;
  left: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

.member__img p {
  width: 100%;
  overflow: hidden;
  line-height: 1;
}

.member__img p img {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.member__box__inner h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 50px 0;
}

.member__box__inner h3 span {
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 10px;
}

.member__box__inner p {
  line-height: 2;
}

.member__set {
  margin: 20px auto 0;
  max-width: 960px;
}

.member__set .member__set__logo {
  width: 150px;
  margin: 0 auto 20px;
}

.member__set h2 {
  margin-bottom: 40px;
}

.member__set p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 60px;
}

.member__set__sub {
  margin: 0 auto 20px;
  max-width: 960px;
}

.member__set__sub h3 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.member__set__sub p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}

/* ------------------------------- */
#PHILOSOPHY__FUN .bg-gry {
  margin-bottom: 100px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  padding: 50px 0;
}

#PHILOSOPHY__FUN .bg-gry p {
  width: 320px;
  margin: auto;
}

#PHILOSOPHY__FUN .bg-gry span {
  display: block;
  font-size: 140px;
  font-size: 8.75rem;
  font-weight: 500;
  margin: 25px 0;
}

#PHILOSOPHY__FUN h3 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 40px;
}

#PHILOSOPHY__FUN ol {
  font-size: 18px;
  font-size: 1.125rem;
  width: 455px;
  margin: auto;
}

#PHILOSOPHY__FUN li {
  margin-top: 20px;
  line-height: 1;
}

/* ------------------------------- */
#CONTENTS .flexed {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents__lnk {
  width: 30.5%;
  margin-bottom: 100px;
}

.contents__lnk a {
  display: block;
  position: relative;
  padding-left: 85px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 50px;
}

.contents__lnk a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: #231815;
  border: 1px solid #231815;
  border-radius: 70px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.contents__lnk a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: url("../images/common/icon_arrow_mid02.svg") center no-repeat;
  background-size: 20px 16px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.contents__lnk a:hover {
  opacity: 1;
}

.contents__lnk a:hover::before {
  background: #fff;
}

.contents__lnk a:hover::after {
  background: url("../images/common/icon_arrow_mid.svg") center no-repeat;
  background-size: 20px 16px;
}

.contents__lnk a span {
  display: block;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

.contents__lnk p {
  font-size: 13px;
  font-size: 0.8125rem;
}
