html {
	/* font-size: 100%;
	font-size: 62.5%; /* 16px * 0.625 = 10px 1rem=10px */
	font-size: clamp(16px, 4.27vw, 22px);
}
body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	word-wrap: anywhere;
}
.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.shippori-mincho-b1-semibold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

:where(:link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]),
:where(:visited,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]),
:where(area[href],
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

:where(:-moz-any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

:where(:any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/

/* Box sizing rules */

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

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

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

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	-webkit-text-size-adjust: 100%;
	word-wrap: anywhere;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

a {
	color: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
}

/* Make images easier to work with */

img,
picture {
	display: block;
	max-width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

button {
	background-color: transparent;
	background-color: initial;
	border: none;
	padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.875rem;
	width: 100%;
}
.l-main__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 520px;
}
.c-accordion__item {
	border-bottom: 1px solid rgba(1, 91, 179, 0.4);
}
.c-accordion__head {
	position: relative;
}
.c-accordion__title {
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.5625rem;
	line-height: 1.5;
	padding: 1rem 3.125rem 1rem 0;
	position: relative;
	z-index: 3;
	width: 100%;
}
.c-accordion__title::before, .c-accordion__title::after {
	content: '';
    display: inline-block;
    width: 0.875rem;
    height: 2px;
    background-color: #015BB3;
    position: absolute;
    right: 0.625rem;
	top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
}
.c-accordion__title::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
}
.c-accordion__title.show::before {
    opacity: 0;
}
.c-accordion__title.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.c-accordion__title.is-active::after {
	rotate: -180deg;
}
.c-accordion__icon {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 14px rgba(1, 91, 179, 0.2);
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 1.625rem;
	color: #015BB3;
	flex-shrink: 0;
}
.c-accordion__contentBox {
	display: none;
	margin-top: -1.25rem;
	position: relative;
	z-index: 0;
}
.c-accordion__contentBox.is-active {
	display: block;
}
.c-accordion__content {
	position: relative;
	z-index: 3;
}
.c-accordion__content {
	padding: 1rem 1.5rem 1rem 3.5625rem;
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.c-btn__link {
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	border-radius: calc(infinity * 1px);
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	min-width: 22.4375rem;
	padding: 0.625rem 1.25rem;
	position: relative;
	text-align: center;
	transition: opacity 0.3s;
}
.c-btn__link.--sm {
	min-width: 18.25rem;
}
.c-btn__link::before {
	background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	translate: 0 -50%;
	width: 1.0625rem;
}
.c-btn__link span {
	font-size: 1.25rem;
}

.p-faq__accordion {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	border-top: 1px solid rgba(1, 91, 179, 0.4);
}
.p-footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 1.125rem;
	justify-content: center;
}
.p-footer-nav__link {
	font-size: 0.875rem;
	font-weight: 400;
}
.p-footer-nav__link.--linkNone {
	pointer-events: none;
}
.p-footer {
	color: #fff;
}
.p-footer__wrap {
	background: -webkit-gradient(linear, left top, left bottom, from(#003B94), to(#0089DE));
	background: linear-gradient(to bottom, #003B94 0%, #0089DE 100%);
	padding: 1.875rem 2.25rem 1.5625rem 2.25rem;
}
.p-footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 520px;
}
.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 6.6875rem;
}
.p-footer__logo img {
	aspect-ratio: 107/26;
	-o-object-fit: contain;
	   object-fit: contain;
	width: auto;
	height: 1.625rem;
}
.p-footer__nav {
	margin-top: 1.25rem;
}

/*****************************
header
*****************************/

.p-header {
	width: 100%;
}
.p-header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 520px;
}
.p-header__wrap {
	background: url("../img/fv.png") no-repeat top center / contain;
	aspect-ratio: 375 / 650;
	max-width: 520px;
    margin: 0 auto;
}
.p-header__content {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0.75rem 0 0.75rem 0.625rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	margin: 0 0.625rem 0;
}
.p-header__logo img {
	aspect-ratio: 97/24;
	-o-object-fit: contain;
	   object-fit: contain;
	width: auto;
	height: 1.5rem;
}
.p-header__link {
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0.625rem;
	justify-content: center;
	padding-left: 0.625rem;
	position: relative;
	text-align: center;
	width: 11.25rem;
	height: 2.875rem;
	border-radius: 30px;
	border: 1px solid #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#B1D9F2));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(177, 217, 242, 0.8));
}
.p-header__link img {
	width: auto;
	height: 0.625rem;
}
.p-header__linkText {
	display: block;
	font-size: 0.8125rem;
	color: #003B94;
	letter-spacing: 0.1em;
	line-height: 1;
}
.p-header__btn__linkIcon img {
	width: auto;
	height: 0.625rem;
}
.p-header__h2 {
	font-size: 1.25rem;
	line-height: 2.5rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 14px rgba(0, 59, 148, 1);
	margin-top: 2.125rem;
}
.p-header__h2 span {
	font-size: 1.75rem;
}
.p-header__txt {
	margin-top: 2.375rem;
	margin-left: 1.75rem;
}
.p-header__txttop {
	font-size: 0.875rem;
	line-height: 1.375rem;
	letter-spacing: 0.1em;
	color: #003B94;
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
	margin-bottom: 0.625rem;
}
.p-header__txtsec {
	font-size: 1.125rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
	padding: 0.4375rem;
	background: -webkit-gradient(linear, left top, right top, from(#003B94), to(#0089DE));
	background: linear-gradient(to right, #003B94 0%, #0089DE 100%);
	margin-bottom: 0.375rem;
}
.p-header__txtbottom {
	font-size: 0.625rem;
	line-height: 2.25rem;
	letter-spacing: 0.1em;
	color: #003B94;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-top: -0.375rem;
}
.p-header__btn {
	position: relative;
	margin: 2.9375rem auto 0;
	text-align: center;
}
.p-header__btn p {
	position: absolute;
	top: -0.75rem;
	left: 5rem;
	background-color: #fff;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #003B94;
	padding: 0.1875rem 0.4375rem 0.375rem;
	z-index: 2;
}
.p-header__btn p span {
	font-size: 1rem;
}
.p-header__btn__link {
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0.9375rem;
	justify-content: center;
	padding-left: 0.625rem;
	position: relative;
	text-align: center;
	width: 18.4375rem;
    height: 4.375rem;
	border-radius: 50px;
	border: 1px solid #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#B1D9F2));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(177, 217, 242, 0.8));
}
.p-header__btn__linkText {
	display: block;
	font-size: 1rem;
	color: #003B94;
	letter-spacing: 0.1em;
	line-height: 1;
}

/*****************************
about
*****************************/

section {
	padding-bottom: 3.125rem;
}
.ttl__box {
	text-align: center;
	z-index: 3;
	margin-bottom: 1.875rem;
}
.ttl__bg {
	margin: -3.8125rem 1.25rem 0;
	padding: 2.5rem 0 1.875rem;
	background-color: #fff;
	border-radius: 6px;
}
.ttl__bg__about {
	margin: -7rem 1.25rem 0;
	padding: 2.5rem 0 1.875rem;
	background-color: #fff;
	border-radius: 6px;
}
.ttl__wrap {
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0.1875rem;
	justify-content: center;
}
.ttl__wrap .ttl__txt {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
}
.ttl__wrap .ttl__img {
	width: 0.75rem;
	height: 0.75rem;
}
.ttl__box p {
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 400;
	font-size: 2.75rem;
	letter-spacing: 0.05em;
	line-height: 1;
}
.about__main {
	position: relative;
}
.about__main img {
	text-align: center;
	margin: 0 auto;
	position: relative;
    z-index: 3;
	height: 18.125rem;
    width: auto;
}
.about__main:before {
	content: '';
	display: inline-block;
	width: 17.3125rem;
	height: 17.3125rem;
	background: url(../img/about_bg1.png) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: -4.625rem;
	z-index: 1;
}
.about__main:after {
	content: '';
	display: inline-block;
	width: 13.4375rem;
	height: 13.4375rem;
	background: url(../img/about_bg2.png) no-repeat center center/cover;
	position: absolute;
	right: 0;
	top: 7.375rem;
	z-index: 1;
}
.about__txt {
	text-align: center;
	margin-top: -9.6875rem;
	position: relative;
	z-index: 4;
}
.about__txt > div {
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 600;
	font-size: 0.8725rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
	padding: 0.4375rem;
	background: -webkit-gradient(linear, left top, right top, from(#003B94), to(#0089DE));
	background: linear-gradient(to right, #003B94 0%, #0089DE 100%);
	margin-bottom: 0.375rem;
}
.about__txt > div span {
	font-size: 1.125rem;
}
.about__bottom {
	text-align: center;
	margin-top: 4.0625rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

/*****************************
clients
*****************************/

.section__bg {
	background-color: #EEF9FF;
	padding-top: 2.5rem;
}
.clients__wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.6875rem;
	justify-content: space-between;
	margin: 0 1.25rem;
}
.clients__wrap li {
	width: calc( 50% - 0.34375rem);
	background-color: #fff;
	min-width: 10.125rem;
	height: 4.375rem;
	border-radius: 6px;
	box-shadow: 0px 0px 14px rgba(0, 59, 148, 0.2);
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.clients1 img {
	height: 3.8125rem;
	width: auto;
}
.clients2 img:nth-child(1) {
	height: 1.8125rem;
	width: auto;
}
.clients2 img:nth-child(2) {
	height: 1.6875rem;
	width: auto;
}
.clients3 img {
	height: 2.357rem;
	width: auto;
}
.clients4 img {
	height: 2.625rem;
	width: auto;
}
.clients5 img {
	height: 1.1875rem;
	width: auto;
}
.clients6 img {
	height: 3.25rem;
	width: auto;
}

/*****************************
btnarea
*****************************/

.section__bg__blue {
	background: -webkit-gradient(linear, left top, left bottom, from(#003B94), to(#0089DE));
	background: linear-gradient(to bottom, #003B94 0%, #0089DE 100%);
	padding-bottom: 6.4375rem;
}
.btnarea .p-header__btn {
	position: relative;
    margin: 0 auto;
	padding: 2.9375rem 0 0;
    text-align: center;
}
.btnarea .p-header__btn p {
	top: 2.1875rem;
}

/*****************************
strength
*****************************/

.strength__box {
	margin: 0 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.strength__wrap {
	position: relative;
}
.strength__wrap img {
	position: absolute;
	right: 0;
	width: auto;
	height: 11.25rem;
}
.strength__txtwrap {
	position: absolute;
	left: 0;
	top: 2rem;
}
.strength__txtwrap span {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 1.875rem;
	color: #015BB3;
}
.strength__txt > div {
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
	padding: 0.4375rem;
	background: -webkit-gradient(linear, left top, right top, from(#003B94), to(#0089DE));
	background: linear-gradient(to right, #003B94 0%, #0089DE 100%);
	margin-bottom: 0.375rem;
}
.strength__bottom {
	margin-top: 12.125rem;
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.strength__box li:nth-child(even) .strength__wrap img {
	left: 0;
}
.strength__box li:nth-child(even) .strength__txtwrap {
	right: 0;
	text-align: right;
}

/*****************************
step
*****************************/

.stepbar {
  	margin: 0 1.25rem;
  	display: flex;
  	flex-direction: row;
}
.stepbar ol {
  	display: flex;
  	align-items: flex-start;
  	justify-content: space-around;
  	flex-direction: column;
  	gap: 1.5rem;
}
.stepbar ol li {
	position: relative;
  	z-index: 2;
  	display: flex;
  	width: 100%;
   	gap: 0;
    align-items: stretch;
  	justify-content: space-between;
 	flex-direction: row;
}
.stepbar ol li .step__number {
  	background: -webkit-gradient(linear, left top, right top, from(#003B94), to(#0089DE));
	background: linear-gradient(to right, #003B94 0%, #0089DE 100%);
  	color: #fff;
  	width: 5.125rem;
	height: 5.125rem;
  	border-radius: 50%;
  	text-align: center;
	margin: -1rem 0 0;
  	padding: 0.625rem;
  	font-size: .725rem;
  	text-transform: uppercase;
	z-index: 5;
}
.stepbar ol li:not(:last-child)::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 4.5rem;
	left: 2.625rem;
	width: 1px;
	height: calc(100% - 4.5rem);
	background-color: #015BB366;
	opacity: 0.4;
}
.stepbar ol li .item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top: 0;
	width: calc(100% - 5.125rem - 0.8125rem);
}
.stepbar ol li .item h3 {
 	background-color: #fff;
	border-radius: 6px;
	padding: 0.625rem 0 0.625rem 2.5625rem;
	box-shadow: 0px 0px 14px rgba(0, 59, 148, 0.2);
	margin-left: -2.5625rem;
	width: calc(100% + 2.5625rem);
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 600;
	font-size: 1.25rem;
	color: #000;
}
.step__number__cont {
	font-family: "Rubik", sans-serif;
	font-size: 0.6875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.125rem;
	z-index: 6;
}
.step__number span {
	font-size: 0.875rem;
}
.step__img1 img {
	height: 1.875rem;
	width: auto;
}
.step__img2 img {
	height: 1.75rem;
	width: auto;
}
.step__img3 img {
	height: 2.125rem;
	width: auto;
}
.step__txt {
	padding: 0.875rem 0 0.625rem;
	font-size: 0.875rem;
    line-height: 1.5;
	letter-spacing: 0.1em;
}
.step__txt img {
	margin: 0.375rem 0 0.5rem;
	width: auto;
	height: 2.125rem;
}
.step__txt span {
	font-size: 0.6875rem;
	line-height: 1.125;
	opacity: 0.6;
}

/*****************************
case
*****************************/

.case__box {
	margin: 0 1.875rem;
    display: flex;
    flex-direction: column;
    gap: 1.625rem;
}
.case__wrap {
	position: relative;
	height: 9.125rem;
}
.case__wrap img {
	position: absolute;
	right: 0;
	height: 9.125rem;
	width: auto;
}
.case__txtwrap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.case__num {
	font-family: "Rubik", sans-serif;
	font-size: 0.8125rem;
	margin-bottom: 0.1875rem;
	color: #015BB3;
}
.case__num span {
	font-size: 1.25rem;
}
.case__txt > div {
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 600;
	font-size: 1.375rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
	padding: 0.4375rem;
	background: -webkit-gradient(linear, left top, right top, from(#003B94), to(#0089DE));
	background: linear-gradient(to right, #003B94 0%, #0089DE 100%);
}
.case__txt > div span {
	font-size: 1rem;
}
.case__bottom {
	margin-top: 0.625rem;
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding-right: 10.9375rem;
}
.case__price {
	width: 4.0625rem;
	height: 4.0625rem;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.9;
	border: 1px solid rgba(1, 91, 179, 0.4);
	position: absolute;
	right: -0.625rem;
	top: 4.5625rem;
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 600;
	font-size: 0.8125rem;
	color: #015BB3;
	line-height: 1.25;
	display: flex;
	justify-content: center;
	align-items: center;
}
.case__price span {
	font-size: 1.125rem;
}


.p-test {
	color: red;
	font-size: 1.5625rem;
}

.p-use {
	padding-top: 2.375rem;
	padding-bottom: 3rem;
}

.p-use__inner {
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
}

.p-use__title {
	text-align: center;
}

.p-use__cards {
	display: grid;
	grid-gap: 0.625rem;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.6875rem;
}

.p-use__card:last-child {
	grid-column: 1/3;
}

.p-use__btn {
	margin-top: 0.6875rem;
	text-align: center;
}

.p-work {
	background-color: #FFFCF0;
	margin-top: 2.125rem;
	padding-top: 2.1875rem;
	padding-bottom: 2.5rem;
}

.p-work__cards {
	margin-top: 2.5rem;
}

.p-work__card {
	margin-left: auto;
	width: 82.1882951654%;
}

.p-work__card.--rev {
	margin-left: 0;
	margin-right: auto;
}

.p-work__card + .p-work__card {
	margin-top: 1.25rem;
}

.u-colorBlue {
	color: #1CA6E9;
}

.u-desktop {
	display: none;
}

.u-fz14 {
	font-size: 0.875rem;
}

.u-fz16 {
	font-size: 1rem;
}

.u-lg {
	display: inline-block;
	font-size: 2.8125rem;
}

.u-lg2 {
	display: inline-block;
	font-size: 1.25rem;
}

.u-line {
	align-items: baseline;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
}

.u-line::before,
.u-line::after {
	background-color: #333;
	content: "";
	height: 1.1875rem;
	width: 1px;
}

.u-line::before {
	background-color: #8CECB8;
	rotate: -15deg;
	translate: -0.125rem 0.125rem;
}

.u-line::after {
	background-color: #A607CA;
	rotate: 15deg;
	translate: 0.125rem 0.125rem;
}

.u-line45 {
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.u-line45::before,
.u-line45::after {
	background-color: #333;
	content: "";
	height: 1.1875rem;
	width: 1px;
}

.u-line45::before {
	rotate: -45deg;
	translate: -0.375rem 0.25rem;
}

.u-line45::after {
	rotate: 45deg;
	translate: 0.375rem 0.25rem;
}

.u-line45.--lg::before,
.u-line45.--lg::after {
	height: 1.875rem;
}

.u-line45.--lg::before {
	translate: -0.625rem 0.375rem;
}

@media (prefers-reduced-motion: reduce) {

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media screen and (min-width: 768px) {

/*html {
	font-size: 1.28vw;
}*/

a,
button {
	transition: 0.3s;
}

a:hover,
button:hover {
	cursor: pointer;
	opacity: 0.7;
}

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.l-inner {
	max-width: 1250px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.l-inner.--sm {
	max-width: 75.625rem;
}

.p-test {
	font-size: 3.125rem;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

}

@media (min-width: 1250px) {

/*html {
	font-size: 100%;
}*/

}

@media (max-width: 393px) {

/*html {
	font-size: 4.0712468193vw;
}*/

}