*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* =================================================== 
  フォーマット一覧

  .otf → format("opentype")
  .woff → format("woff")
  .ttf → format("truetype")
  .eot → format("embedded-opentyp")
  .svg .svgz → format("svg")

  =====================================================*/

body {
	background: url(../img/bg02_sp.png) repeat top center/contain;
	font-family: "Noto Sans JP", sans-serif;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.7;
}

.l-inner {
	padding: 0 4.6666666667vw;
}

.l-content {
	padding-bottom: 13.3333333333vw;
	position: relative;
}

.l-content::before {
	background: url(../img/bg01_sp.png) no-repeat top left/cover;
	content: "";
	height: 133.3333333333vw;
	left: 0;
	position: absolute;
	top: -4vw;
	width: 100%;
	z-index: 10;
}

.l-top {
	position: relative;
	z-index: -1;
}

.l-top::after {
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	content: "";
	height: 213.3333333333vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-header {
	position: fixed;
	width: 100%;
	z-index: 51;
}

.p-header a {
	display: block;
}

.p-header-bg {
	filter: drop-shadow(0px 5.6vw 8.5333333333vw rgba(0, 0, 0, 0.06));
	height: 20.8vw;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-header-bg::before {
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 8vw, 0% 100%);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.draweer-bg {
	background: #000;
	clip-path: polygon(100% 25.3333333333vw, 0% 0%, 25.3333333333vw 0%);
	height: 25.3333333333vw;
	position: absolute;
	right: 0;
	top: 0;
	width: 25.3333333333vw;
	z-index: 2;
}

.p-header__inner {
	padding: 0 2.9333333333vw;
}

.p-header__wrap {
	display: flex;
	justify-content: space-between;
	padding: 3.2vw 0;
}

.p-header__logo {
	height: auto;
	width: 58.6666666667vw;
	z-index: 3;
}

.p-header__logo a {
	display: block;
}

.p-header__logo a img {
	width: 100%;
}

.p-header__nav {
	display: none;
}

.p-header__list {
	align-items: center;
	display: flex;
	gap: 10.6666666667vw;
}

.drawer-icon {
	background: none;
	border: none;
	height: 4.2666666667vw;
	position: fixed;
	right: 2.6666666667vw;
	top: 2.6666666667vw;
	width: 8.2666666667vw;
	z-index: 200;
}

.drawer-icon.is-active .drawer-icon__bar {
	top: 1.6vw;
	transition: all 0.3s;
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(1) {
	rotate: 30deg;
	width: 8vw;
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(2) {
	rotate: -30deg;
}

.drawer-icon.is-active .drawer-icon__menu--text.menu {
	opacity: 0;
}

.drawer-icon.is-active .drawer-icon__menu--text.close {
	opacity: 1;
}

.drawer-icon__bar {
	background: #fff;
	height: 0.5333333333vw;
	left: 0px;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
}

.drawer-icon__bar:nth-of-type(1) {
	top: 1.0666666667vw;
	width: 4.8vw;
}

.drawer-icon__bar:nth-of-type(2) {
	top: 2.9333333333vw;
	width: 8vw;
}

.drawer-icon__menu {
	color: #fff;
	font-size: 2.4vw;
	font-weight: 700;
	line-height: 1;
}

.drawer-icon__menu .drawer-icon__menu--text {
	bottom: 0;
	height: 10px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	width: 20px;
}

.drawer-icon__menu .drawer-icon__menu--text.menu {
	opacity: 1;
}

.drawer-icon__menu .drawer-icon__menu--text.close {
	opacity: 0;
}

.drawer-content {
	background: #000000;
	color: #fff;
	height: auto;
	overflow-y: auto;
	padding: 16.8vw 8.5333333333vw 9.8666666667vw 8.5333333333vw;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(-110%);
	transition: transform 0.3s linear;
	transition: all 0.3s;
	width: 66.6666666667vw;
	z-index: -1;
}

.drawer-content.is-active {
	transform: translateY(0);
	z-index: 150;
}

.drawer-content__items {
	display: flex;
	flex-direction: column;
}

.drawer-content__item {
	font-size: 2.6666666667vw;
	font-weight: 700;
	line-height: 1.38;
}

.drawer-content__item:nth-of-type(1) {
	border-bottom: 0.2666666667vw solid #fff;
	padding-bottom: 3.7333333333vw;
}

.drawer-content__item:not(:nth-of-type(1)) {
	margin-top: 3.7333333333vw;
}

.drawer-content__item a img {
	height: 1.6vw;
	margin-left: 1.8666666667vw;
	vertical-align: baseline;
	width: 2.1333333333vw;
}

.drawer-content__item a.sub {
	display: block;
	margin-top: 1.8666666667vw;
	padding-left: 5.3333333333vw;
	position: relative;
}

.drawer-content__item a.sub::before {
	content: "ー";
	height: 2.6666666667vw;
	left: 0.8vw;
	position: absolute;
	top: 0.2666666667vw;
	width: 5.3333333333vw;
}

.drawer-content__links {
	display: flex;
	flex-direction: column;
	margin-top: 12vw;
}

.drawer-content__link .logo {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 4vw;
}

.drawer-content__link .logo img {
	gap: 5.3333333333vw;
	height: auto;
	width: 25.6vw;
}

.drawer-content__link .logo p {
	font-size: 2.6666666667vw;
}

.drawer-background.is-active {
	background: #362d29;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	transition: opacity 0.3s linear;
	width: 100%;
	z-index: 49;
}

.scroll-prevent {
	overflow: hidden;
}

.p-footer {
	background: #000000;
	padding: 6.1333333333vw 0 4.2666666667vw 0;
}

.p-footer__links {
	display: flex;
	flex-direction: row;
	-moz-column-gap: 5.3333333333vw;
	color: #b8b8b8;
	column-gap: 5.3333333333vw;
	flex-wrap: wrap;
	font-size: 3.2vw;
	justify-content: center;
	row-gap: 4vw;
}

.p-footer__links .link {
	position: relative;
}

.p-footer__links .link::after {
	color: #b8b8b8;
	content: "｜";
	height: 2.6666666667vw;
	position: absolute;
	right: -5.3333333333vw;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 5.3333333333vw;
}

.p-footer_copy {
	color: #fff;
	display: block;
	font-size: 3.2vw;
	margin-top: 10.1333333333vw;
	text-align: center;
}

.p-mv {
	background: #fff;
	padding-bottom: 10px;
}

.p-mv__content {
	position: relative;
}

.p-mv__image {
	width: 100%;
}

.p-mv__image img {
	width: 100%;
}

.p-mv_ttl {
	left: 51%;
	position: absolute;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 99%;
	z-index: 10;
}

.p-mv__bubble-item {
	position: absolute;
}

.p-mv__bubble-item.item1 {
	left: 2.9333333333vw;
	top: 30.6666666667vw;
	width: 27.2vw;
}

.p-mv__bubble-item.item2 {
	left: 2.1333333333vw;
	top: 95.4666666667vw;
	width: 32.8vw;
}

.p-mv__bubble-item.item3 {
	left: 23.4666666667vw;
	top: 11.2vw;
	width: 25.8666666667vw;
}

.p-mv__bubble-item.item4 {
	right: 16vw;
	top: 15.4666666667vw;
	width: 28.5333333333vw;
}

.p-mv__bubble-item.item5 {
	right: 1.8666666667vw;
	top: 36vw;
	width: 27.3333333333vw;
}

.p-mv__bubble-item.item6 {
	right: 2.9333333333vw;
	top: 104vw;
	width: 27.4666666667vw;
}

.p-mv__bubble-item.item7 {
	right: 27.2vw;
	top: 110.9333333333vw;
	width: 28.5333333333vw;
}

.p-mv__bubble-item {
	opacity: 0;
	transform: translateY(2.6666666667vw);
	transition: all 1s;
}

.p-mv__bubble-item.show {
	opacity: 1;
	transform: translateY(0);
}

.p-mv__bubble-item.show:nth-of-type(1) {
	transition-delay: 0s;
}

.p-mv__bubble-item.show:nth-of-type(2) {
	transition-delay: 0.1s;
}

.p-mv__bubble-item.show:nth-of-type(3) {
	transition-delay: 0.3s;
}

.p-mv__bubble-item.show:nth-of-type(4) {
	transition-delay: 0.2s;
}

.p-mv__bubble-item.show:nth-of-type(5) {
	transition-delay: 0.5s;
}

.p-mv__bubble-item.show:nth-of-type(6) {
	transition-delay: 0.4s;
}

.p-mv__bubble-item.show:nth-of-type(7) {
	transition-delay: 0.6s;
}

.p-lead {
	padding: 10.9333333333vw 2vw 0 2vw;
}

.p-lead-txt {
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.866;
	text-align: left;
}

.p-card {
	margin-top: 11.4666666667vw;
}

.p-card__items {
	display: flex;
	flex-direction: column;
	gap: 6.6666666667vw;
}

.p-card__item {
	background: #fff;
	border-radius: 2.6666666667vw;
	box-shadow: -0.8vw 1.0666666667vw 6.9333333333vw rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 4.5333333333vw;
	padding: 9.6vw 6.6666666667vw 9.3333333333vw 6.6666666667vw;
}

.p-card__item.shadow {
	background: #b4b3b3;
}

.p-card__item.shadow .txt {
	color: #fff;
	font-size: 3.7333333333vw;
	line-height: 1.713;
	text-align: center;
}

.p-card__item-head {
	align-items: center;
	border-bottom: 0.4vw solid #004a93;
	display: flex;
	flex-direction: column;
	gap: 3.4666666667vw;
	padding-bottom: 4.8vw;
}

.p-card__item-head .num {
	width: 16.8vw;
}

.p-card__item-head .ttl {
	color: #004a93;
	font-size: 5.6vw;
	font-weight: 700;
	line-height: 1.464;
	text-align: center;
}

.p-card__item-body {
	display: flex;
	flex-direction: column-reverse;
	gap: 3.4666666667vw;
}

.p-card__item-body .txt {
	font-size: 3.7333333333vw;
	line-height: 1.713;
}

.p-card__item-body .btn-wrap {
	margin: auto;
	margin-top: 6.6666666667vw;
	max-width: 60vw;
	width: 100%;
}

.p-card__item-body .btn-wrap .btn {
	border: 0.5333333333vw solid #004a93;
	border-radius: 6vw;
	color: #113479;
	display: block;
	font-size: 4vw;
	font-weight: 700;
	padding: 3.4666666667vw;
	position: relative;
	text-align: center;
}

.p-card__item-body .btn-wrap .btn::after {
	background: url(../img/icon-arrow01.png) no-repeat center center/contain;
	content: "";
	height: 2.1333333333vw;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8vw;
}

.p-card__item-body .img {
	margin-left: -7px;
	margin-right: -17px;
	position: relative;
}

.u-hidden-sp {
	display: none;
}

@media screen and (min-width: 768px) {

body {
	background: url(../img/bg02_pc.png) repeat top center/contain;
}

.l-content::before {
	background: url(../img/bg01_pc.png) no-repeat top left/cover;
	height: 39.1666666667vw;
	top: 1.6666666667vw;
	width: 98.4%;
}

.l-top::after {
	height: 34.7222222222vw;
}

.p-header.yume {
	height: 3.4722222222vw;
}

.p-header-bg {
	filter: drop-shadow(0px 1.4583333333vw 2.2222222222vw rgba(0, 0, 0, 0.06));
	height: 7.9861111111vw;
}

.p-header-bg::before {
	clip-path: polygon(0 0, 100% 0, 100% 2.9861111111vw, 0% 100%);
}

.draweer-bg {
	clip-path: polygon(100% 13.1944444444vw, 0% 0%, 13.1944444444vw 0%);
	height: 13.1944444444vw;
	width: 13.1944444444vw;
}

.p-header__inner {
	padding: 0 1.4583333333vw;
}

.p-header__wrap {
	padding: 1.6666666667vw 0;
}

.p-header__logo {
	width: 30.6944444444vw;
}

.p-header__nav {
	display: block;
}

.p-header__list {
	gap: 10.6666666667vw;
}

.drawer-icon {
	height: 3.125vw;
	right: 1.7361111111vw;
	top: 1.0416666667vw;
	width: 3.4722222222vw;
}

.drawer-icon.is-active .drawer-icon__bar {
	top: 1.5972222222vw;
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(1) {
	width: 3.4722222222vw;
}

.drawer-icon__bar {
	height: 0.2777777778vw;
	left: 0;
}

.drawer-icon__bar:nth-of-type(1) {
	top: 1.1111111111vw;
	width: 2.0833333333vw;
}

.drawer-icon__bar:nth-of-type(2) {
	top: 2.0138888889vw;
	width: 3.4722222222vw;
}

.drawer-icon__menu {
	font-size: 1.1111111111vw;
}

.drawer-content {
	padding: 8.6111111111vw 2.4305555556vw 2.9861111111vw 5.625vw;
	width: 34.7222222222vw;
}

.drawer-content__item {
	font-size: 1.1111111111vw;
	line-height: 1.25;
}

.drawer-content__item:nth-of-type(1) {
	border-bottom: 0.2666666667vw solid #fff;
	padding-bottom: 1.6666666667vw;
}

.drawer-content__item:not(:nth-of-type(1)) {
	margin-top: 1.6666666667vw;
}

.drawer-content__item a img {
	height: 0.625vw;
	margin-left: 0.4861111111vw;
	width: 0.9027777778vw;
}

.drawer-content__item a.sub {
	margin-top: 0.8333333333vw;
	padding-left: 2.0833333333vw;
}

.drawer-content__item a.sub::before {
	height: 0.6944444444vw;
	left: 0.3472222222vw;
	top: 0.1388888889vw;
	width: 1.3888888889vw;
}

.drawer-content__links {
	margin-top: 5.625vw;
}

.drawer-content__link .logo {
	gap: 1.0416666667vw;
}

.drawer-content__link .logo img {
	gap: 1.3888888889vw;
	width: 11.1111111111vw;
}

.drawer-content__link .logo p {
	font-size: 1.1111111111vw;
}

.p-footer {
	padding: 2.5694444444vw 0 2.1527777778vw 0;
}

.p-footer__links {
	font-size: 0.9722222222vw;
	-moz-column-gap: 1.3888888889vw;
	column-gap: 1.3888888889vw;
}

.p-footer__links .link::after {
	height: 0.6944444444vw;
	right: -1.3888888889vw;
	width: 1.3888888889vw;
}

.p-footer_copy {
	font-size: 0.9722222222vw;
	margin-top: 0.9722222222vw;
}

.p-mv {
	padding-bottom: 3.4722222222vw;
	padding-top: 0.4861111111vw;
}

.p-mv_ttl {
	left: 50.4%;
	top: 48.9%;
	width: 53.2%;
}

.p-mv__bubble-item.item1 {
	left: 8.5416666667vw;
	top: 19.9305555556vw;
	width: 14.9305555556vw;
}

.p-mv__bubble-item.item2 {
	left: 13.1944444444vw;
	top: 30.8333333333vw;
	width: 18.75vw;
}

.p-mv__bubble-item.item3 {
	left: 17.7777777778vw;
	top: 5.7638888889vw;
	width: 13.8888888889vw;
}

.p-mv__bubble-item.item4 {
	right: 18.4027777778vw;
	top: 3.4722222222vw;
	width: 15.4166666667vw;
}

.p-mv__bubble-item.item5 {
	right: 9.0277777778vw;
	top: 13.4722222222vw;
	width: 14.9305555556vw;
}

.p-mv__bubble-item.item6 {
	right: 11.8055555556vw;
	top: 31.9444444444vw;
	width: 15.0694444444vw;
}

.p-mv__bubble-item.item7 {
	right: 31.0416666667vw;
	top: 40.6944444444vw;
	width: 15.5555555556vw;
}

.p-mv__bubble-item {
	transform: translateY(0.6944444444vw);
}

.p-lead {
	padding: 2.8472222222vw 0 0 0;
}

.p-lead-txt {
	font-size: clamp(14px, 1.3888888889vw, 20px);
	line-height: 2.2;
	padding: 0 1.3888888889vw;
	text-align: center;
}

.p-card {
	margin-top: 5.5555555556vw;
}

.p-card__items {
	gap: 5.5555555556vw;
}

.p-card__item {
	border-radius: 0.6944444444vw;
	box-shadow: -0.2083333333vw 0.2777777778vw 1.8055555556vw rgba(0, 0, 0, 0.1);
	gap: 1.4583333333vw;
	padding: 3.0555555556vw 3.3333333333vw 2.0833333333vw 3.6111111111vw;
}

.p-card__item.shadow .txt {
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.777;
}

.p-card__item-head {
	border-bottom: 0.1041666667vw solid #004a93;
	flex-direction: row;
	gap: 5.5555555556vw;
	padding-bottom: 1.4583333333vw;
	padding-left: 1.3194444444vw;
}

.p-card__item-head .num {
	width: 5.9027777778vw;
}

.p-card__item-head .ttl {
	font-size: clamp(18px, 1.9444444444vw, 28px);
	line-height: 1.464;
	position: relative;
	text-align: left;
}

.p-card__item-head .ttl::before {
	background: #004a93;
	content: "";
	height: 85%;
	left: -2.2222222222vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1388888889vw;
}

.p-card__item-body {
	flex-direction: row;
	gap: 4%;
}

.p-card__item-body > div:nth-child(1) {
	width: 51%;
}

.p-card__item-body > div:nth-child(2) {
	width: 45%;
}

.p-card__item-body .txt {
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.777;
}

.p-card__item-body .btn-wrap {
	margin-left: 0;
	margin-right: auto;
	margin-top: 2.0833333333vw;
	max-width: 20.8333333333vw;
}

.p-card__item-body .btn-wrap .btn {
	border: 0.1388888889vw solid #004a93;
	border-radius: 2.0833333333vw;
	font-size: clamp(14px, 1.3888888889vw, 20px);
	padding: 1.25vw;
}

.p-card__item-body .btn-wrap .btn::after {
	height: 0.7638888889vw;
	width: 3.125vw;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-tab {
	display: none;
}

}

@media screen and (min-width: 1024px) {

.l-inner {
	margin: 0 auto;
	max-width: 1060px;
	padding: 0 2.0833333333vw;
}

.l-inner {
	padding: 0 30px;
}

.p-lead .l-inner {
 max-width: 1100px;
}

.l-top::after {
	height: 500px;
}

.p-header.yume {
	height: 50px;
}

.p-header-bg {
	filter: drop-shadow(0px 21px 32px rgba(0, 0, 0, 0.06));
	height: 115px;
}

.p-header-bg::before {
	clip-path: polygon(0 0, 100% 0, 100% 43px, 0% 100%);
}

.draweer-bg {
	clip-path: polygon(100% 190px, 0% 0%, 190px 0%);
	height: 190px;
	width: 190px;
}

.p-header__inner {
	padding: 0 21px;
}

.p-header__wrap {
	padding: 24px 0;
}

.p-header__logo {
	width: 442px;
}

.p-header__list {
	gap: 40px;
}

.drawer-icon {
	height: 45px;
	right: 25px;
	top: 15px;
	width: 50px;
}

.drawer-icon.is-active .drawer-icon__bar {
	top: 23px;
}

.drawer-icon.is-active .drawer-icon__bar:nth-of-type(1) {
	width: 50px;
}

.drawer-icon__bar {
	height: 4px;
}

.drawer-icon__bar:nth-of-type(1) {
	top: 16px;
	width: 30px;
}

.drawer-icon__bar:nth-of-type(2) {
	top: 29px;
	width: 50px;
}

.drawer-icon__menu {
	font-size: 16px;
}

.drawer-content {
	padding: 124px 35px 43px 81px;
	width: 500px;
}

.drawer-content__item {
	font-size: 16px;
}

.drawer-content__item:nth-of-type(1) {
	border-bottom: 1px solid #fff;
	padding-bottom: 24px;
}

.drawer-content__item:not(:nth-of-type(1)) {
	margin-top: 24px;
}

.drawer-content__item a img {
	height: 9px;
	margin-left: 7px;
	width: 13px;
}

.drawer-content__item a.sub {
	margin-top: 12px;
	padding-left: 30px;
}

.drawer-content__item a.sub::before {
	height: 10px;
	left: 5px;
	top: 2px;
	width: 20px;
}

.drawer-content__links {
	margin-top: 81px;
}

.drawer-content__link .logo {
	gap: 15px;
}

.drawer-content__link .logo img {
	gap: 20px;
	width: 160px;
}

.drawer-content__link .logo p {
	font-size: 16px;
}

.p-footer {
	padding: 37px 0 31px 0;
}

.p-footer__links {
	font-size: 14px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.p-footer__links .link::after {
	height: 10px;
	right: -20px;
	width: 20px;
}

.p-footer_copy {
	font-size: 14px;
	margin-top: 14px;
}

.p-mv {
	padding-bottom: 50px;
	padding-top: 7px;
}

.p-mv__bubble-item {
	transform: translateY(10px);
}

.p-lead {
	padding: 41px 0 0 0;
}

.p-lead-txt {
	font-size: 20px;
	padding: 0 20px;
}

.p-card {
	margin-top: 80px;
}

.p-card__items {
	gap: 80px;
}

.p-card__item {
	border-radius: 10px;
	box-shadow: -3px 4px 26px rgba(0, 0, 0, 0.1);
	gap: 21px;
	padding: 44px 48px 30px 52px;
}

.p-card__item.shadow .txt {
	font-size: 18px;
}

.p-card__item-head {
	border-bottom: 1.5px solid #004a93;
	gap: 80px;
	padding-bottom: 21px;
	padding-left: 19px;
}

.p-card__item-head .num {
	width: 85px;
}

.p-card__item-head .ttl {
	font-size: 28px;
}

.p-card__item-head .ttl::before {
	left: -32px;
	width: 2px;
}

.p-card__item-body .txt {
	font-size: 18px;
}

.p-card__item-body .btn-wrap {
	margin-top: 30px;
	max-width: 300px;
}

.p-card__item-body .btn-wrap .btn {
	border: 2px solid #004a93;
	border-radius: 30px;
	font-size: 20px;
	padding: 18px;
}

.p-card__item-body .btn-wrap .btn::after {
	height: 11px;
	width: 45px;
}

.u-hidden-pc {
	display: none;
}

}

@media screen and (max-width: 767px) {

.p-header.yume {
	background: #fff;
	height: 13.3333333333vw;
	overflow: hidden;
	transform: translateZ(0);
}

.p-header.yume .p-header-bg {
	filter: none;
}

.p-header-bg.yume::before {
	clip-path: none;
}
.p-card__item-body .img {
	margin-right: -3vw;
}
}

