@charset "UTF-8";
/*----------------------------------------------------
  base (styling element directly contain reset style)
  ----------------------------------------------------*/
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-x: auto;
  }

  html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
  }

  body {
    min-width: 1190px;
    margin: 0;
    padding: 0;
    background: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "SST Japanese Pro", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    color: #293845;
    line-height: 1.8;
    word-break: break-word;
    overflow-wrap: break-word;
    padding-top: constant(safe-area-inset-top);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-left: constant(safe-area-inset-left);
	overflow: unset;
  }

  a {
    color: #0A68C2;
    text-decoration: none;
    word-break: break-all;
    text-decoration: none;
    word-break: break-all;
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
  }

  a img {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }

  a:hover {
    text-decoration: underline;
  }

  ol,
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  h1, h2, h3, h4, h5, h6,
  p, ul, ol, table, dl, dd {
    margin: 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: inherit;
  }

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  svg, img {
    max-width: 100%;
    vertical-align: top;
  }

  .header h1 {
    position: absolute;
    top: calc(70px);
    left: calc(50% - 595px);
    height: 50px;
    line-height: 50px;
    width: 1190px;
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .headerSitename {
    background: #414349;
  }

  .headerSitename__inner {
    max-width: 1190px;
    height: 50px;
    padding: 0;
  }

  .gHd__inner {
    max-width: 1190px;
    padding: 0;
  }

  .gHd__sonyGroup a:hover {
    background-image: url(/asset/img/global/gHd_sonygroup_hover.png);
  }
.contents {
  margin: auto;
}

main section {
  display: block;
}

.sp {
  display: none;
}

em.line {
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #DB4980));
  background: linear-gradient(transparent 50%, #DB4980 0%);
  background: -webkit-linear-gradient(transparent 50%, #DB4980 0%);
}

/*左から右へ伸びる*/
@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*下から上にフェードイン*/
.sa {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.sa--up {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.section {
  padding: 100px 0 120px;
  margin: 0;
}
.section__inner {
  width: 1160px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section__title {
  position: relative;
  margin-bottom: 65px;
  line-height: 1.2;
}
.section p {
  margin-bottom: 0;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
  a:hover img {
    opacity: .85;
  }
}

@media screen and (max-width: 1000px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
  body {
    min-width: 0;
    font-size: 1.4rem;
    overflow: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .header h1 {
    top: calc(50px + 9px);
    left: 20px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .headerSitename__inner {
    display: block;
  }
  #page {
    overflow: hidden;
  }
  .gHd__inner {
    height: 50px;
  }
  .gHd__sony {
    margin-left: 10px;
  }
  .gHd__sony a {
    width: 84px;
    height: 32px;
    background-size: 84px auto;
  }
  .gHd__sonyGroup {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .section {
    padding: 80px 0;
  }
  .section__inner {
    width: 90%;
  }
}

@media screen and (max-width: 320px) {
  body {
    margin: 0;
  }
}






/****************po-for-rehabilitation.htmlオリジナル****************/

.headerSitename .logo {
    display: none;
}
.headerNav {
	padding-bottom: 0px;
}
.footerNote p {
    font-size: 71%;
    margin-bottom: 1.0em;
}
@media screen and (max-width: 768px) {
.footerNote p {
    font-size: 80%;
}
}
#headerNav.fixed {
	position: sticky;
}
@media screen and (max-width: 768px) {
#headerNav.fixed {
    position: fixed;
    width: 100%;
}
}

.headerNav {
    margin: auto;
    position: -webkit-sticky;
    position: sticky;
    position: relative;
    height: 80px;
    top: 0px;
    z-index: 1000;
    background: #FFF;
    padding: inherit;
	box-sizing: border-box;
    width: auto;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .headerNav {
        height: auto;
		display: block!important;
    }
}
.headerNav__inner {
    position: relative;
    max-width: 1190px;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .headerNav__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 25px;
    }
}
.headerNav__rehabilitation {
    height: 40px;
    padding: 20px 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: auto;
    margin-right: 70.695px !important;
}
@media screen and (max-width: 768px) {
    .headerNav__rehabilitation {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 70px;
        padding: 20px 0;
        margin: 0 auto 0 20px;
        width: 100%;
    }
}
.headerNav__rehabilitation img {
    height: 100%;
}
@media screen and (max-width: 768px) {
    .headerNav__rehabilitation img {
        margin-left: 0;
    }
}
.sp-globalNav {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp-globalNav {
        display: block;
    }
	.sp-globalNav__title {
        position: absolute;
        top: 0;
        right: 10px;
        display: block;
    }
    .sp-globalNav__btn {
        position: relative;
        width: 50px;
        height: 50px;
        margin: 10px 0;
        padding: 0;
        background: transparent;
        border: 0;
        line-height: 1;
        font-size: 1rem;
        text-indent: -999em;
        outline: none;
    }
    .sp-globalNav__btn::before {
        content: "";
        position: absolute;
        top: 18px;
        left: 15px;
        width: 20px;
        height: 1px;
        background: #000;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .sp-globalNav__btn::after {
        content: "";
        position: absolute;
        bottom: 17px;
        left: 15px;
        width: 20px;
        height: 1px;
        background: #000;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .sp-globalNav__btn span {
        display: block;
    }
    .sp-globalNav__btn span::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 15px;
        width: 20px;
        height: 1px;
        background: #000;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .sp-globalNav__btn.active::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
    }
    .sp-globalNav__btn.active::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
    }
    .sp-globalNav__btn.active span::before {
        left: 70%;
        opacity: 0;
    }

}
.headerNav nav {
    width: 100%;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .headerNav nav {
        position: absolute;
        height: 0;
        overflow: auto;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        visibility: hidden;
    }
}
.headerNav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .headerNav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        border-top: 1px solid #e8e8e8;
        -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }
}
.headerNav__list > li {
    margin-right: 0vw;
}
.headerNav__list > li > a {
    position: relative;
    display: block;
    color: #333;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 29px 0;
    line-height: 1.8;
    font-weight: 400;
}
.headerNav__list > li > a::before {
    height: 1px;
}
.headerNav__list > li.headerNav__dl {
    margin: auto 0px auto auto;
}
.headerNav .headerNav__dl a {
    overflow: hidden;
    background: #1C6BB8;
    border-radius: 50px;
    font-weight: normal;
    width: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 24px;
    -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
    overflow: hidden;
	min-width: unset;
    line-height: revert-layer;
}
.headerNav .headerNav__dl a:hover {
    background: #0A3584;
}
@media screen and (min-width: 769px) {
    .headerNav .headerNav__dl a {
        margin-right: 10px;
    }
}
.headerNav .headerNav__dl a span {
    color: #FFF;
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
}
.headerNav .headerNav__contact {
    margin-right: 0;
}
.headerNav .headerNav__contact a {
    overflow: hidden;
    background: #293845;
    border-radius: 50px;
    font-weight: normal;
    width: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 24px;
    margin-right: 0 !important;
    -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
    overflow: hidden;
	min-width: unset;
    line-height: revert-layer;
}
.headerNav .headerNav__contact a:hover {
    background: #000000;
}
.headerNav .headerNav__contact a span {
    color: #FFF;
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
}
.headerNav nav.active {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 99;
    height: 100vh;
}
@media screen and (max-width: 768px) {
    .headerNav nav {
        position: absolute;
        height: 0;
        overflow: auto;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        visibility: hidden;
    }
    .headerNav nav.active {
        visibility: visible;
    }
}
.js-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
}
.headerNav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .headerNav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        border-top: 1px solid #e8e8e8;
        -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }
    .headerNav__list > li {
        width: 100%;
        margin-right: auto;
        background: white;
        border-bottom: 1px solid #e8e8e8;
    }
    .headerNav__list > li > a {
        font-size: 1.4rem;
        padding: 18px 25px;
    }
    .headerNav__list > li > a::after {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        right: 25px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
	.headerNav__list > li.headerNav__dl,
	.headerNav__list > li.headerNav__contact {
		border-bottom: none;
		margin-left: auto;
    	margin-right: auto;
		text-align: center;
        box-sizing: border-box;
		width: 100%;
	}
	.headerNav__list > li.headerNav__dl {
		padding: 2rem 1rem 0rem;
	}
	.headerNav__list > li.headerNav__contact {
		padding: .5rem 1rem 2rem;
		margin: 0 !important;
	}
	.headerNav__list > li.headerNav__dl a,
	.headerNav__list > li.headerNav__contact a {
		width: calc(100% - 24px);
        display: inline-block;
        box-sizing: border-box;
        padding: 20px 24px;
	}
	.headerNav__list > li.headerNav__dl a::before,
	.headerNav__list > li.headerNav__contact a::before {
	    right: 17px;
		left: auto;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    margin: auto 0;
	    background: #FFF;
	    border-radius: 50%;
	    content: "";
	    z-index: 9;
	}
	.headerNav__list > li.headerNav__dl a::after,
	.headerNav__list > li.headerNav__contact a::after {
	    right: 18px;
	    width: 15px;
	    height: 9px;
		position: absolute;
		top: -2px;
		bottom: 0;
		margin: auto 0;
		display: inline-block;
		vertical-align: middle;
		background: currentColor;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		content: "";
		transition: all 0.3s ease;
		z-index: 10;
		transform: rotate(-45deg);
		border: none;
	}
	.headerNav__list > li.headerNav__dl a::after {
		color: #1C6BB8;
	}
	.headerNav__list > li.headerNav__dl a:hover::after {
		color: #0A3584;
	}
	.headerNav__list > li.headerNav__contact a::after {
		color: #293845;
	}
	.headerNav__list > li.headerNav__contact a:hover::after {
		color: #000000;
	}
}
.section.kv {
	position: relative;
	background: transparent url(./po-for-rehabilitation-img/kv.jpg) no-repeat center top;
	background-size: cover;
    padding: 100px 0 0px;
    margin: 0 auto;
}
.section.kv .kv__inner {
	position: relative;
	width: 43.75%;
	background: #FFF;
	padding: 7.5rem;
    box-sizing: border-box;
	border-top-right-radius: 70px;
	max-width: 1000px;
}
.section.kv .kv__inner::after {
	content:"";
	position: absolute;
	bottom: 0;
	right: -100px;;
	width: 100px;
	height: 100px;
	background: transparent url(./po-for-rehabilitation-img/kv_after.png) no-repeat center top;
	background-size: cover;
}
.section.kv .kv__inner h1 {
	font-size: 3.2rem;
	margin: 0 0 4rem 0;
    line-height: 1.6;
}
.section.kv .kv__inner h1 span {
	position: relative;
    display: inline-block;
    color: #1C6BBB;
    font-size: 4.4rem;
    line-height: 1.2;
    padding-bottom: 1.5rem;
    margin: 0 0 2rem 0;
    letter-spacing: .25rem;
}
.section.kv .kv__inner h1 span small {
	font-size: 3.2rem;
}
.section.kv .kv__inner h1 span::after {
	content:"";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	border-bottom: solid 2px #1C6BBB;
}
.section.kv .kv__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.section.kv .kv__inner ul li {
	width: 49%;
}
.section.kv .kv__inner ul li a {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 20px;
	color: #FFF;
	font-size: 1.6rem;
	box-sizing: border-box;
    border-radius: 50px;
    -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
}
.section.kv .kv__inner ul li a::before {
    right: 17px;
    width: 20px;
    height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background:#FFF;
	border-radius: 50%;
	content: "";
	z-index: 9;
}
.section.kv .kv__inner ul li a::after {
    right: 18px;
    width: 15px;
    height: 9px;
	position: absolute;
	top: -2px;
	bottom: 0;
	margin: auto 0;
	display: inline-block;
	vertical-align: middle;
	background: currentColor;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	content: "";
	transition: all 0.3s ease;
	z-index: 10;
	transform: rotate(-45deg);
}
.section.kv .kv__inner ul li:first-child a {
    background: #1C6BB8;
}
.section.kv .kv__inner ul li:first-child a:hover {
    background: #0A3584;
}
.section.kv .kv__inner ul li:first-child a::after {
	color: #1C6BB8;
}
.section.kv .kv__inner ul li:first-child a:hover::after {
	color: #0A3584;
}
.section.kv .kv__inner ul li:last-child a {
    background: #293845;
}
.section.kv .kv__inner ul li:last-child a:hover {
    background: #000000;
}
.section.kv .kv__inner ul li:last-child a::after {
	color: #293845;
}
.section.kv .kv__inner ul li:last-child a:hover::after {
	color: #000000;
}
.section.kv .kv__inner ul li a:hover {
	text-decoration: none;
}
@media screen and (min-width: 1920px) {
.section.kv {
	padding: 300px 0 0px;
}
.section.kv .kv__inner h1 br {
	display: none;
}
.section.kv .kv__inner h1 span {
    display: block;
}
}
@media screen and (max-width: 769px) {
.section.kv {
    background: transparent url(./po-for-rehabilitation-img/kv.jpg) no-repeat right 23% top;
	background-size: cover;
	padding: 140px 0 0px;
}
.section.kv .kv__inner {
    position: relative;
    width: 60%;
    padding: 2.5rem;
    border-top-right-radius: 30px;
}
.section.kv .kv__inner h1 {
    font-size: 1.8rem;
	margin: 0 0 2rem 0;
}
.section.kv .kv__inner h1 span {
    font-size: 2rem;
	width: 100%;
	letter-spacing: 0;
	margin: 0 0 1rem 0;
}
.section.kv .kv__inner h1 span small {
    font-size: 1.6rem;
}
.section.kv .kv__inner ul {
    display: block;
}
.section.kv .kv__inner ul li {
    width: 100%;
}
.section.kv .kv__inner ul li a {
    padding: 10px;
	font-size: 1.2rem;
}
.section.kv .kv__inner ul li:last-child {
	margin-top: 1rem;
}
.section.kv .kv__inner::after {
    right: -30px;
    width: 30px;
    height: 30px;
}
}
.center {
	text-align: center;
}
h2 {
	font-size: 4.2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 5rem;
}
h2 span {
	position:relative;
	font-size: 1.6rem;
	font-weight: 400;
	padding-left: 25px;
	color: #1C6BB8;
	font-family: "bahnschrift", sans-serif;
}
h2 span::before,
h2 span::after {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 10px;
	height: 10px;
    border-radius: 50%;
}
h2 span::before {
	left: 0;
	z-index:1;
	background: #F3CD78;
}
h2 span::after {
	left: 8px;
	z-index:2;
	background: #1C6BB8;
}
h2 strong {
	margin-top: 2rem;
	display: block;
}
h3 {
	font-size: 3.2rem;
	font-weight: 600;
	margin-bottom: 2rem;
	line-height: 1;
	color: #1C6BB8;
}
h4 {
	margin-top: 1rem;
    font-weight: 600;
}
@media screen and (max-width: 769px) {
h2 {
	font-size: 2.4rem;
	margin-bottom: 3.5rem;
}
h2 span {
	font-size: 1.2rem;
}
h2 strong {
    margin-top: 1rem;
}
h3 {
    font-size: 1.8rem;
}
}
#about .section__inner h3 + p strong {
	color: #1C6BB8;
	text-decoration: underline;
}
#about .section__inner h3 + p small {
	display: block;
	margin-top: 1rem;
}
#about {
	padding: 120px 0 0px;
}
.about_arrow {
	background: transparent url(./po-for-rehabilitation-img/about_bg.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 120px;
	padding: 120px 0;
	position: relative;
}
.about_arrow::before {
	content:"";
	position: absolute;
	top: -40px;
	left: calc(50% - 1px);
	height: 80px;
	width: 2px;
	background: #1C6BB8;
}
.about_arrow .item {
    width: 1160px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.about_arrow .item dl {
	width: 45%;
	padding: 50px 40px;
    border-radius: 10px;
	box-sizing: border-box;
}
.about_arrow .item dl dt {
    font-size: 2.4rem;
	font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}
.about_arrow .item dl dd {
    font-size: 1.6rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 2rem 1rem;
    text-align: center;
}
.about_arrow .item dl dd:last-child {
    margin-bottom: 0rem;
}
.about_arrow .item dl:first-child {
	background: #FFF;
}
.about_arrow .item dl:first-child dd {
	position: relative;
	background: #F8F8F8;
}
.about_arrow .item dl:first-child dd::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25%;
    margin: auto 0;
    width: 18px;
    height: 26px;
    background: transparent url(./po-for-rehabilitation-img/about_arrow.png) no-repeat center center;
    background-size: cover;
}
.about_arrow .item dl:last-child {
	background: #1C6BB8;
}
.about_arrow .item dl:last-child dt {
	color: #FFF;
}
.about_arrow .item dl:last-child dd {
	color: #1C6BB8;
	background: #FFF;
}
@media screen and (max-width: 769px) {
#about {
	padding: 80px 0 0px;
}
#about h3 + p {
	text-align: left;
}
.about_arrow {
	margin-top: 8rem;
	padding: 50px 0;
}
.about_arrow::before {
    top: -30px;
    height: 60px;
}
.about_arrow .item {
    display: block;
	width: 90%;
}
.about_arrow .item dl {
    width: 100%;
	padding: 10% 5%;
}
.about_arrow .item dl:first-child {
	position: relative;
}
.about_arrow .item dl:first-child::after {
    content: "";
    position: absolute;
	bottom: calc(-5rem - 21px);
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 30px;
    height: 42px;
    background: transparent url(./po-for-rehabilitation-img/about_arrow.png) no-repeat center center;
    background-size: cover;
	transform: rotate(90deg);
}
.about_arrow .item dl:first-child {
    margin-bottom: 10rem;
}
.about_arrow .item dl dt {
	font-size: 1.8rem;
}
.about_arrow .item dl dd {
	font-size: 1.4rem;
}
.about_arrow .item dl:last-child dd br {
	display: none;
}
.about_arrow .item dl:first-child dd::after {
	display: none;
}
}
#service .item {
	margin-top: 5rem;
}
#service .item dl {
	position: relative;
	margin-bottom: 5rem;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#service .item dl:last-child {
	margin-bottom: 0rem;
}
#service .item dl::after {
	content:"";
	position: absolute;
	right: 0;
	top: 0;
	width: 63.793%;
	height: 1px;
	background: #1C6BB8;
}
#service .item dl dt {
	width: 31.034%;
}
#service .item dl dt img {
	display: block;
	width: 100%
}
#service .item dl dd {
	text-align: left;
	width: 63.793%
}
#service .item dl dd ul {
    margin-left: 15px;
	list-style: disc;
}
#service .item dl dd ul li {
	font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
#service h2 + p {
	text-align: left;
}
#service .item {
    margin-top: 3rem;
}
#service .item dl {
	display: block;
	padding-top: 3rem;
	margin-bottom: 3rem;
}
#service .item dl::after {
    width: 100%;
}
#service .item dl dt,
#service .item dl dd {
	width: 100%
}
#service .item dl dt {
    margin-bottom: 3rem;
}
#service .item dl dd ul li {
    font-size: 1.4rem;
    margin-bottom: .5rem;
}
#service .item dl dd ul li:last-child {
    margin-bottom: 0rem;
}
}
#feature {
	background: #1C6BB8;
}
#feature h2 {
	color: #FFF;
	text-align: center;
}
#feature h2 span {
	color: #FFF;
}
#feature h2 span::after {
	background: #FFF;
}
#feature .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7.5%;
}
#feature .item dl {
	position: relative;
	width: calc(85% / 3);
	color: #FFF;
}
#feature .item dl::before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.8rem;
    line-height: 1;
	font-family: "bahnschrift", sans-serif;
	font-weight: 600;
}
#feature .item dl:nth-child(1)::before {
	content:"01";
}
#feature .item dl:nth-child(2)::before {
	content:"02";
}
#feature .item dl:nth-child(3)::before {
	content:"03";
}
#feature .item dl dt {
	text-align: center;
}
#feature .item dl dt span {
	display: block;
    margin: 0 auto 3.5rem;
	background: #FFF;
    width: 150px;
    padding: 40px;
    height: 150px;
    border-radius: 50%;
    box-sizing: border-box;
}
#feature .item dl dt strong {
	display: block;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 2rem;
}
#feature .item dl dt span img {
	display: block;
	width: 100%
}
#feature .item dl dd {
	font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
#feature .item {
	display: block;
}
#feature .item dl {
    width: 100%;
	margin-bottom: 5rem;
}
#feature .item dl:last-child {
	margin-bottom: 0rem;
}
#feature .item dl::before {
    font-size: 3.4rem;
}
#feature .item dl dt strong {
    font-size: 1.8rem;
}
#feature .item dl dd {
    font-size: 1.4rem;
}
}
#background {
	background: #F8F8F8;
}
#background .item dl {
	position: relative;
	background: #FFF;
	text-align: left;
	margin-bottom: 2rem;
	padding: 70px 60px;
    border-radius: 10px;
}
#background .item dl::before,
#background .item dl::after {
	display: block;
    content: "";
    width: 3px;
    height: 100%;
    background: #1C6BB8;
    position: absolute;
    left: 60px;
}
#background .item dl:first-child::before {
    top: 75px;
}
#background .item dl:first-child::after {
    top: 75px;
}
#background .item dl:last-child::before {
    top: auto;
    bottom: calc(100% - 75px);
}
#background .item dl:last-child::after {
	display: none;
}
#background .item dl::before {
    top: 0px;
}
#background .item dl::after {
    top: 75px;
}
#background .item dl:last-child {
	margin-bottom: 0rem;
}
#background .item dl dt {
	position: relative;
	font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1;
    color: #1C6BB8;
}
#background .item dl dt::before {
	content:"";
	position: absolute;
	top: 5px;
	left: -59px;
	width: 20px;
	height: 20px;
	border: solid 5px #1C6BB8;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 50%;
	z-index: 99;
}
#background .item dl dt,
#background .item dl dd {
	margin-left: 50px;
}
#background .item dl dd {
	font-size: 1.6rem;
}
#background .item dl dd .images {
	width: 65%;
    margin: 3.5rem auto 0;
}
#background .item dl dd .images img {
	display: block;
	width: 100%
}
#background .item dl dd .fimmodel {
	width: 100%;
	margin: 3.5rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5%;
}
#background .item dl dd .fimmodel div {
	position: relative;
	width: calc(97% / 3);
	text-align: center;
}
#background .item dl dd .fimmodel div img {
	display: block;
	width: 70px;
	margin: 0 auto 1rem;
}
#background .item dl dd .fimmodel div strong {
	color: #1C6BB8;
	display: block;
	margin: 0 auto .5rem;
}
#background .item dl dd .fimmodel div p {
	font-size: 1.4rem;
	line-height: 1.1;
	color: #1C6BB8;
}
#background .item dl dd .fimmodel div p span.auc {
	display: block;
    font-family: "bahnschrift", sans-serif;
    color: #1C6BB8;
}
#background .item dl dd .fimmodel div p span.auc small {
	font-size: 1.6rem;
    color: #293845;
}
#background .item dl dd .fimmodel div p span.auc small.last-child {
	font-size: 2.5rem;
    color: #1C6BB8;
}
#background .item dl dd .fimmodel div p span.auc small.last-child b {
    font-weight: 400;
    color: #293845;
}
#background .item dl dd .fimmodel div p span.auc span {
	display: inline-block;
	margin-left: 3px;
	font-size: 3.2rem;
}
@media screen and (max-width: 769px) {
#background .item dl {
	padding: 40px 25px;
}
#background .item dl::before,
#background .item dl::after {
	left: 34px;
}
#background .item dl:first-child::before {
    top: 60px;
}
#background .item dl dt,
#background .item dl dd {
    margin-left: 35px;
}
#background .item dl dt {
    font-size: 1.8rem;
	line-height: 1.6;
}
#background .item dl dt::before {
    left: -35px;
}
#background .item dl dd .images {
    width: 100%;
}
#background .item dl dd .fimmodel {
	display: block;
}
#background .item dl dd .fimmodel div {
    width: 100%;
	margin-bottom: 3rem;
}
#background .item dl dd .fimmodel div:last-child {
	margin-bottom: 0rem;
}
#background .item dl:last-child::before {
    bottom: calc(100% - 50px);
}
#background .item dl dd {
    font-size: 1.4rem;
}
}
#voice .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
#voice .item dl {
    background: #F8F8F8;
	width: 48.5%;
	text-align: left;
	padding: 40px;
	box-sizing: border-box;
    border-radius: 10px;
}
#voice .item dl:nth-child(1),
#voice .item dl:nth-child(2) {
	margin-bottom: 3%;
}
#voice .item dl dt {
    display: inline-block;
	margin-bottom: 2rem;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#voice .item dl dt img {
	width: 80px;
}
#voice .item dl dt strong {
    width: calc(100% - 80px);
    padding-left: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #1C6BB8;
}
#voice .item dl dd {
    font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
#voice .item {
	display: block;
}
#voice .item dl {
	width: 100%;
	padding: 10% 5%;
	margin-bottom: 3rem;
}
#voice .item dl:last-child {
	margin-bottom: 0rem;
}
#voice .item dl dt strong {
    font-size: 1.8rem;
}
#voice .item dl dd {
    font-size: 1.4rem;
}
}
#flow {
	background: transparent url(./po-for-rehabilitation-img/flow_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
#flow h2 {
	color: #FFF;
}
#flow h2 span {
	color: #FFF;
}
#flow h2 span::after {
	background: #FFF;
}
#flow .item {
	width: 100%;
	margin: 10rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3%;
}
#flow .item dl {
	position: relative;
	width: calc(91% / 4);
	background: #FFF;
	padding: 50px 30px;
	box-sizing: border-box;
    border-radius: 10px;
}
#flow .item dl::before {
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto 0;
	color: #FFF;
    font-size: 1.6rem;
    font-family: "bahnschrift", sans-serif;
}
#flow .item dl:nth-child(1)::before {
	content: "STEP 01";
}
#flow .item dl:nth-child(2)::before {
	content: "STEP 02";
}
#flow .item dl:nth-child(3)::before {
	content: "STEP 03";
}
#flow .item dl:nth-child(4)::before {
	content: "STEP 04";
}
#flow .item dl::after {
	content: "";
    position: absolute;
    top: -40px;
    left: 80%;
    margin: 0 auto 0;
    background: #FFF;
    height: 2px;
    width: 50%;
}
#flow .item dl:last-child::after {
	display: none;
}
#flow .item dl dt {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
	margin-bottom: 1.4rem;
    color: #1C6BB8;
}
#flow .item dl dd {
	text-align: left;
    font-size: 1.6rem;
}
#flow .item dl dd a {
	margin-top: 3rem;
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 20px;
	color: #FFF;
	font-size: 1.6rem;
	box-sizing: border-box;
    border-radius: 50px;
    -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
}
#flow .item dl dd a::before {
    right: 17px;
    width: 20px;
    height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background:#FFF;
	border-radius: 50%;
	content: "";
	z-index: 9;
}
#flow .item dl dd a::after {
    right: 18px;
    width: 15px;
    height: 9px;
	position: absolute;
	top: -2px;
	bottom: 0;
	margin: auto 0;
	display: inline-block;
	vertical-align: middle;
	background: currentColor;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	content: "";
	transition: all 0.3s ease;
	z-index: 10;
	transform: rotate(-45deg);
}
#flow .item dl dd a {
    background: #293845;
}
#flow .item dl dd a:hover {
    background: #000000;
}
#flow .item dl dd a::after {
	color: #293845;
}
#flow .item dl dd a:hover::after {
	color: #000000;
}
#flow .item dl dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 769px) {
#flow .item {
	display: block;
	margin: 7rem auto 0;
}
#flow .item dl {
    width: 100%;
	padding: 10% 5%;
	margin-bottom: 80px;
}
#flow .item dl:last-child {
	margin-bottom: 0rem;
}
#flow .item dl::before {
	top: -35px;
	font-size: 2rem;
	line-height: 1;
}
#flow .item dl::after {
    top:0px;
    left: calc(50% - 1px);
    background: #FFF;
	height: calc(100% + 35px);
    width: 2px;
    z-index: 1;
}
#flow .item dl:last-child::after {
	display: block;
	height: 100%;
}
#flow .item dl dt,
#flow .item dl dd {
    position: relative;
    z-index: 2;
}
#flow .item dl dt {
	font-size: 1.8rem;
}
#flow .item dl dd {
	font-size: 1.4rem;
}
}
#contact {
	background: transparent url(./po-for-rehabilitation-img/contact_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
#contact .section__inner {
    background: #FFF;
    padding: 100px 80px;
    border-radius: 10px;
}
#contact .section__inner .item {
	width: 100%;
	margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contact .section__inner .item div {
	width: calc((94% - 280px) / 2);
}
#contact .section__inner .item div.link {
	width: 280px;
}
#contact .section__inner .item .text {
    font-size: 1.6rem;
}
#contact .section__inner .item .text ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
#contact .section__inner .item .link ul li {
	width: 280px;
}
#contact .section__inner .item .link ul li:first-child {
	margin-bottom: 2rem;
}
#contact .section__inner .item .link ul li a {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 20px;
	color: #FFF;
	font-size: 1.6rem;
	box-sizing: border-box;
    border-radius: 50px;
    -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
}
#contact .section__inner .item .link ul li a::before {
    right: 17px;
    width: 20px;
    height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background:#FFF;
	border-radius: 50%;
	content: "";
	z-index: 9;
}
#contact .section__inner .item .link ul li a::after {
    right: 18px;
    width: 15px;
    height: 9px;
	position: absolute;
	top: -2px;
	bottom: 0;
	margin: auto 0;
	display: inline-block;
	vertical-align: middle;
	background: currentColor;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	content: "";
	transition: all 0.3s ease;
	z-index: 10;
	transform: rotate(-45deg);
}
#contact .section__inner .item .link ul li:first-child a {
    background: #1C6BB8;
}
#contact .section__inner .item .link ul li:first-child a:hover {
    background: #0A3584;
}
#contact .section__inner .item .link ul li:first-child a::after {
	color: #1C6BB8;
}
#contact .section__inner .item .link ul li:first-child a:hover::after {
	color: #0A3584;
}
#contact .section__inner .item .link ul li:last-child a {
    background: #293845;
}
#contact .section__inner .item .link ul li:last-child a:hover {
    background: #000000;
}
#contact .section__inner .item .link ul li:last-child a::after {
	color: #293845;
}
#contact .section__inner .item .link ul li:last-child a:hover::after {
	color: #000000;
}
#contact .section__inner .item .link ul li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 769px) {
#contact .section__inner {
    padding: 10% 5%;
    width: 90%;
}
#contact .section__inner .item {
	display: block;
}
#contact .section__inner .item div,
#contact .section__inner .item div.link {
	width: 100%;
}
#contact .section__inner .item .titile h2 {
	text-align: center;
}
#contact .section__inner .item .text {
	margin-bottom: 3rem;
	font-size: 1.4rem;
}
#contact .section__inner .item .link ul li {
	width: 100%;
}
#contact .section__inner .item .link ul li:first-child {
    margin-bottom: 1rem;
}
}
#news .item ul {
	text-align: left;
	border-top: solid 1px #e8e8e8;
}
#news .item ul li {
	font-size: 1.6rem;
	border-bottom: solid 1px #e8e8e8;
	padding: 40px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#news .item ul li a {
	color: #293845;
}
#news .item ul li span {
    border: solid 1px #293845;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 30px;
    padding: 5px 0px;
	width: 100px;
    display: inline-block;
    margin-left: 20px;
	text-align: center;
} 
#news .item ul li a {
    width: calc(100% - 225px);
    margin-left: 20px;
}
#news .item ul li a[target="_blank"] {
	position: relative;
}
#news .item ul li a[target="_blank"]::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
	width: 12px;
    height: 10px;
    background: transparent url(./po-for-rehabilitation-img/icon_blank.png) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 769px) {
#news .item ul li {
    font-size: 1.4rem;
	display: block;
    padding: 20px 0;
}
#news .item ul li a {	
    margin-top: .5rem;
    display: block;
    width: 100%;	
    margin-left: 0px;
}
}
#cta {
    padding: 0px 0 120px;
}
#cta .section__inner {
	background: transparent url(./po-for-rehabilitation-img/cta_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
    border-radius: 10px;
	padding: 100px 85px;
	color: #FFF;
}
#cta .section__inner .item {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#cta .section__inner .item .text {
    font-size: 3.2rem;
}
#cta .section__inner .item .text small {
	display: block;
	margin-top: 2rem;
    font-size: 2rem;
}
#cta .section__inner .item .link a {
	position: relative;
	width: 280px;
	display: inline-block;
	text-align: center;
	padding: 20px;
	font-size: 1.6rem;
	box-sizing: border-box;
    border-radius: 50px;
    -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
    transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
}
#cta .section__inner .item .link a::before {
    right: 17px;
    width: 20px;
    height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background:#293845;
	border-radius: 50%;
	content: "";
	z-index: 9;
}
#cta .section__inner .item .link a::after {
    right: 18px;
    width: 15px;
    height: 9px;
	position: absolute;
	top: -2px;
	bottom: 0;
	margin: auto 0;
	display: inline-block;
	vertical-align: middle;
	background: currentColor;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	content: "";
	transition: all 0.3s ease;
	z-index: 10;
	transform: rotate(-45deg);
}
#cta .section__inner .item .link a {
    background: #FFF;
	color: #000;
	font-weight: 600;
}
#cta .section__inner .item .link a:hover {
    background: #000;
	color: #FFF;
	text-decoration: none;
}
#cta .section__inner .item .link a::after {
	color: #FFF;
}
#cta .section__inner .item .link a:hover::before {
	background:#FFF;
}
#cta .section__inner .item .link a:hover::after {
	color: #000;
}
@media screen and (max-width: 769px) {
#cta {
    padding: 0px 0 50px;
}
#cta .section__inner {
	width: 90%;
    padding: 10% 5%;
}
#cta .section__inner .item {
	display: block;
}
#cta .section__inner .item .text {
    font-size: 2.2rem;
    line-height: 1.6;
	margin-bottom: 3rem;
}
#cta .section__inner .item .text small {
    display: block;
    margin-top: .5rem;
    font-size: 1.4rem;
}
#cta .section__inner .item .link a {
	width: 100%;
}
}









.headerNav .headerNav__dl a,
.section.kv .kv__inner ul li:first-child,
#contact .section__inner .item .link ul li:first-child {
	display: none!important;
}
.section.kv .kv__inner ul li {
    width: 80%;
}
@media screen and (max-width: 769px) {
.section.kv .kv__inner ul li {
    width: 100%;
}
}


