@charset "utf-8";
/* reset */
html, body, div, span, h1, h2, h3, h4, h5, p, img, dl, dt, dd, ul, li, article, footer, header, hgroup, menu, nav, section, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-wrap: break-word;
	word-break: break-all;
	font-variant-ligatures: none;
}
html {font-size: 62.5%;}
body {
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #676767;
	background: #c7c7c7;
	font-feature-settings : "palt" 1;
	-webkit-text-size-adjust: 100%;
}

article, main, footer, header, menu, nav, section {display: block;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul {list-style: none;}
img {max-width: 100%;vertical-align: bottom;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	color: #676767;
	vertical-align: baseline;
	background: transparent;
	outline: none;
	transition: all .3s;
}
a:hover {
	color: #666;
}
.maxSize {
	padding: 0 50px;
}
.cnSize {
	max-width: 1200px;
	padding: 100px 0;
	margin: 0 auto;
}
.spBr {
	display: none;
}
.bold {
	font-weight: bold;
}
* {
	box-sizing: border-box;
}

/* header */
header {
	width: 100%;
}
#top header {
	height: 100vh;
	min-height: 700px;
	position: relative;
	overflow: hidden;
}
#top header .headerIn {
	position: relative;
	top: 0;
	z-index: 1;
}
.headerIn,.subMenuIn {
	padding: 0;
}
.subMenuIn,nav.cnSize {
	overflow: hidden;
	padding: 0;
	height: inherit;
}
.subMenu {
	width: 100%;
	position: fixed;
	background: rgba(255,255,255,0.90);
	top: -60px;
	transition: all .3s;
}
.subMenu.show {
	top: 0;
	height: 5rem;
}
.logo {
	float: left;
	padding: 30px 0;
}
.subMenu .logo {
	padding: 15px 0;
}
.logo img {
	height: 40px;
}
.subMenu .logo img {
	height: 30px;
}
.navi {
	float: right;
	overflow: hidden;
}
.navi li {
	float: left;
	margin: 0 0 0 1em;
}
.subMenu .navi li {
	padding: 0;
}
.navi li a {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	position: relative;
	padding: 40px 0 34px;
}
.subMenu .navi li a {
	color: #000;
	padding: 20px 0 14px;
}
.navi li a:hover {
	opacity: 1;
	transition: all .3s;
}
.navi li a::before,.navi li a::after {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 34px;
	background: #fff;
	transition: all .3s;
}
.navi li a::before {
	right: 50%;
}
.navi li a::after {
	left: 50%;
}
.navi li a:hover:before,.navi li a:hover:after {
	width: 50%;
}
.subMenu .navi li a::before,.subMenu .navi li a::after {
	background: #000;
	bottom: 14px;
}
.menuBtn {
	display: none;
}
.mvArea {
	padding: 0;
}
.mv {
	height: calc( 100vh - 100px );
	min-height: calc( 700px - 100px );
	position: relative;
}
.mv > div {
	width: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.mv .imgArea {
	left: 0;
	padding: 0 5% 0 0;
}
.mv .imgAreaIn {
	width: 340px;
	height: 270px;
	float: right;
	overflow: hidden;
	position: relative;
}
.mv .imgAreaIn::before {
content: '';
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
}
.header.fadein .mv .imgAreaIn::before {
  animation: shine .75s ease 2s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
header.fade .mvVideo {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	transition: all 1s ease 7.5s;
	-webkit-transition: all 1s ease 7.5s;
	-webkit-transition: -webkit-transform all 1s ease 7.5s;
}
header.fadein .mvVideo {
	opacity: 0;
}
header.fade .mvVideo video {
	width: auto;
	height: 100%;
}
.mv .imgAreaIn > div {
	position: fixed;
	opacity: 0;
	transition: all .5s ease 8.1s;
}
.header.fadein .mv .imgAreaIn > div {
	position: absolute;
	opacity: 1;
}
.mv .imgAreaIn .mvParts1,.mv .imgAreaIn .mvParts4 {
	width: 238px;
}
.mv .imgAreaIn .mvParts2,.mv .imgAreaIn .mvParts3 {
	width: 106px;
}
.mv .imgAreaIn .mvParts1 {
	top: -126px;
	left: -238px;
}
.mv .imgAreaIn .mvParts2 {
	top: -126px;
	right: -238px;
}
.mv .imgAreaIn .mvParts3 {
	bottom: -126px;
	left: -238px;
}
.mv .imgAreaIn .mvParts4 {
	bottom: -126px;
	right: -238px;
}
.header.fadein .mv .imgAreaIn .mvParts1 {
	top: 0;
	left: 0;
}
.header.fadein .mv .imgAreaIn .mvParts2 {
	top: 0;
	right: 0;
}
.header.fadein .mv .imgAreaIn .mvParts3 {
	bottom: 0;
	left: 0;
}
.header.fadein .mv .imgAreaIn .mvParts4 {
	bottom: 0;
	right: 0;
}
.mv .imgArea img {
	width: 100%;
}
.mv .textArea {
	line-height: 2;
	font-size: 2.4rem;
	color: #fff;
	right: 0;
	padding: 0 0 0 5%;
}
.mv .textArea::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: circle(0 at 50% 50%);
	transition: all .5s ease 9.2s;
}
.header.fadein .mv .textArea::before {
	clip-path: circle(100% at 50% 50%);
}
.mv li {
	opacity: 0;
	transform: translate(50px,0);
	transition: all 1.5s ease 8.5s;
}
.mv li:nth-child(2) {transition: all 1.5s ease 8.6s;}
.mv li:nth-child(3) {transition: all 1.5s ease 8.7s;}
.mv li:nth-child(4) {transition: all 1.5s ease 8.8s;}
.mv li:nth-child(5) {transition: all 1.5s ease 8.9s;}
.mv li:nth-child(6) {transition: all 1.5s ease 9s;}
.mv li:nth-child(7) {transition: all 1.5s ease 9.1s;}
.header.fadein .mv li {
	opacity: 1;
	transform: translate(0,0);
}
/* topNews */
.topNewsIn {
	max-width: 650px;
	padding: 50px 0;
}
.topNewsCn {
	margin: 0 0 20px;
}
.topNewsCn:last-child {
	margin: 0;
}
.topNewsIn ul {
	overflow: hidden;
}
.topNewsIn li {
	width: 200px;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 6px 0 0;
}
.topNewsIn li:first-child {
	width: 150px;
	font-family: 'Josefin Sans', sans-serif;
	color: #676767;
	background: #fff;
	border: 2px solid #FFF;
	border-radius: 25px;
}
.topNewsIn li:last-child {
	width: calc( 100% - 350px );
	max-height: 2.84rem;
	overflow: hidden;
	text-align: left;
}
.topNewsIn li a {
	color: #fff;
}

/* topService */
.h2Tp {
	display: table;
	line-height: 1.45;
	font-size: 5rem;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 0 25px;
	margin: 0 auto 100px;
}

#top .h2Tp {
	margin: 0 0 100px;
}
.h2Tp::before {
	content: "";
	width: 100%;
	height: 20px;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 124, 120, 1) 2px, rgba(255, 124, 120, 1) 4px );
	position: absolute;
	bottom: 25px;
	left: 0;
	transition: all .7s ease .5s;
}
#top .fade .h2Tp::before {
	width: 0;
}
#top .fadein .h2Tp::before {
	width: 100%;
}
.h2Tp span {
	position: relative;
}
.topServicelist {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	overflow: hidden;
	justify-content: center;
}
.topServiceCn {
	width: 22.9%;
	margin: 0 0 0 10%;
	overflow: hidden;
}
.topServiceCn:nth-child(4n+1) {
	margin: 0;
}
.topServiceCnIn {
	background: #fff;
	border-radius: 10px;
	transition: all .3s;
	position: relative;
	border: 5px solid #fff;
	padding-top: 89%;
}
.topServiceCnIn:hover {
	border: 5px solid #FF7C78;
}
.topServiceCn a {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
}
.topServiceCn a:hover {
	padding: 5px;
}
.topService .imgArea {
	width: 100%;
	text-align: center;
	padding: 15% 10% 0;
}
.topService .top-service__img img {
	width: 74%;
}
.topServiceCn h3 {
	width: 100%;
	height: 2.9em;
	line-height: 1.45;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topServiceIn .linkBtn,
.topWorksIn .linkBtn,
.topContact .linkBtn {
	overflow: hidden;
	margin: 100px 0 0;
}
.topServiceIn .linkBtn a,
.topWorksIn .linkBtn a,
.topContact a {
	width: 100%;
	max-width: 400px;
	display: block;
	float: right;
	line-height: 1;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-bottom: 4px solid rgba(255, 124, 120, 1);
	padding: 22px 0 16px;
}
.topServiceIn .linkBtn a,
.topWorksIn .linkBtn a {
	font-family: 'Josefin Sans', sans-serif;
}
.topContact a {
	padding: 19px 0;
}
.topServiceIn .linkBtn a:hover,
.topWorksIn .linkBtn a:hover,
.topContact a:hover {
	color: #676767;
	border-color: #FF7C78;
	background: #fff;
}

/* topWorks */
.topWorks {
	padding: 0;
}
.topWorksIn {
	padding: 150px 0;
}
.topWorksList {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 0 100px;
}
.topWorksCn {
	width: 47.5%;
	margin: 0 0 5%;
}
.topWorksCn:nth-child(2n+1) {
	margin: 0 5% 5% 0;
}
.topWorksCn .imgArea {
	position: relative;
	padding: 0 0 0 7%;
}
.topWorksCn .mainImg {
	border-radius: 15px;
}
.topWorksCn .subImg {
	max-width: 20%;
	position: absolute;
	bottom: 10%;
	left: 0;
	transition: all .5s ease .1s;
}
.topWorksCn:hover .subImg {
	transform: translateX(-70%);
}
.topWorksCn .imgArea img {
	border-radius: 1vw;
}
.topWorksCn .subImg img {
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.topWorksCn .textArea {
	overflow: hidden;
	margin: 15px 0 0;
	padding: 0 0 0 7%;
}
.topWorksCn .textArea ul {
	overflow: hidden;
	transform: translateY(-50px);
	transition: all .5s ease .1s;
}
.topWorksCn:hover .textArea ul {
	transform: translateY(0);
}
.topWorksCn .textArea li {
	float: left;
}
.topWorksCn .textArea h3 {
	font-weight: bold;
	margin: 0 1em 0 0;
}

/* topContact */
.topContact .h2Tp {
	margin: 0 auto 30px;
}
.topContact p {
	font-size: 1.8rem;
	line-height: 2.4;
	text-align: center;
	color: #fff;
	margin: 0 0 50px;
}

/* footer */
footer {
	font-size: 1.2rem;
	text-align: center;
	padding: 20px;
}

/* effect */
#top .fade .topNewsCn {
	opacity: 0;
	transition: all .7s ease .3s;
	transform: translate(50px,0);
}
#top .fadein .topNewsCn {
	opacity: 1;
	transform: translate(0,0);
}
#top .fade .topNewsCn:nth-child(2) {
	transition: all .7s ease .4s;
}
#top .fade .topNewsCn:nth-child(3) {
	transition: all .7s ease .5s;
}
#top .topService .fade.h2Tp,
#top .topWorks .fade.h2Tp,
#top .topServicelist.fade .topServiceCn,
#top .topWorksList.fade .topWorksCn {
	opacity: 0;
	transition: all .7s ease .3s;
	transform: translate(0,50px);
}
#top .topService .fadein.h2Tp,
#top .topWorks .fadein.h2Tp,
#top .topServicelist.fadein .topServiceCn,
#top .topWorksList.fadein .topWorksCn {
	opacity: 1;
	transform: translate(0,0);
}
#top .topServicelist.fade .topServiceCn,
#top .topWorksList .fade .topWorksCn {
	transition: all .7s ease .3s;
}
#top .topServicelist.fade .topServiceCn:nth-child(2),
#top .topWorksList.fade .topWorksCn:nth-child(2) {
	transition: all .7s ease .5s;
}
#top .topServicelist.fade .topServiceCn:nth-child(3),
#top .topWorksList.fade .topWorksCn:nth-child(3) {
	transition: all .7s ease .7s;
}
#top .topServicelist.fade .topServiceCn:nth-child(4),
#top .topWorksList.fade .topWorksCn:nth-child(4) {
	transition: all .7s ease .9s;
}
#top .topService .linkBtn.fade a,
#top .topWorks .linkBtn.fade a {
	clip-path: circle(0 at 50% 50%);
	transition: all .7s ease .3s;
}
#top .topService .linkBtn.fadein a,
#top .topWorks .linkBtn.fadein a {
	clip-path: circle(100% at 50% 50%);
}
#top .topContact.fade .h2Tp {
	opacity: 0;
	transition: all .7s ease .3s;
	transform: translate(50px,0);
}
#top .topContact.fadein .h2Tp {
	opacity: 1;
	transform: translate(0,0);
}
#top .topContact.fade p {
	opacity: 0;
	transition: all .7s ease .5s;
	transform: translate(50px,0);
}
#top .topContact.fadein p {
	opacity: 1;
	transform: translate(0,0);
}
#top .topContact.fade .linkBtn a {
	clip-path: circle(0 at 50% 50%);
	transition: all .7s ease .7s;
}
#top .topContact.fadein .linkBtn a {
	clip-path: circle(100% at 50% 50%);
}

@media screen and (max-width: 1024px) {
	#top header {
		height: 100vh;
		min-height: 700px;
	}
	nav {
		position: relative;
	}
	.menuBtn {
		width: 35px;
		height: 23px;
		display: block;
		background: 0 0;
		border: none;
		outline: none;
		padding: 0;
		position: absolute;
		right: 0;
		top: 38rem;
		z-index: 1;
	}
	.header.show .menuBtn,.subMenu .menuBtn {
		display: none;
	}
	.subMenu .menuBtn {
		position: absolute;
		top: 18px;
	}
	.subMenu.show .menuBtn {
		display: block;
	}
	.menuBtn span {
		width: 100%;
		height: 3px;
		display: block;
		position: relative;
		background: #fff;
		margin: 0 auto;
	}
	.show .menuBtn span {
		background: #000;
	}
	.menuBtn::before, .menuBtn::after {
		content: "";
		width: 100%;
		height: 3px;
		display: block;
		background: #fff;
		position: absolute;
		left: 0;
		transition: all .7s ease;
	}
	.show .menuBtn::before,.show .menuBtn::after {
		background: #000;
	}
	.menuBtn::before {
		top: 0;
	}
	.menuBtn::after {
		bottom: 0;
	}
	.dwmenuOn .menuBtn {
		position: fixed;
		right: 25px;
	}
	.dwmenuOn .menuBtn span {
		background: transparent;
	}
	.dwmenuOn .menuBtn::before {
		transform: rotate(45deg);
		top: 9px;
		background: #333;
	}
	.dwmenuOn .menuBtn::after {
		transform: rotate(-45deg);
		bottom: 12px;
		background: #333;
	}
	.navi {
		float: none;
		width: 200px;
		height: 100vh;
		padding: 100px 0 0;
		background: rgba(255,255,255,0.90);
		position: fixed;
		top: 0;
		right: -200px;
		transition: all .7s;
		z-index: 1;
	}
	.header.show .navi {
		display: none;
	}
	.subMenu .navi {
		display: none;
	}
	.subMenu.show .navi {
		display: block;
	}
	.navi li {
		float: none;
		margin: 0;
	}
	.navi li a,.subMenu .navi li a {
		display: block;
		color: #676767;
		padding: 15px 25px;
	}
	.subMenu .navi li a {
		color: #000;
	}
	.dwmenuOn .navi {
		right: 0;
	}
	.topNewsIn li {
		width: 150px;
	}
	.topNewsIn li:first-child {
		width: 150px;
	}
	.topNewsIn li:last-child {
		width: calc( 100% - 300px );
	}
	.topWorksList {
		width: 90%;
		margin: 0 auto;
	}
	.topServiceCn h3 {
		font-size: 1.5vw;
	}
	.topWorksCn h3 {
		font-size: 1.8rem;
	}
	.topWorksCn p {
		font-size: 1.6rem;
	}
	.topWorks .linkBtn {
		padding: 0 5%;
	}
	.topContact p {
		font-size: 2rem;
	}
	.topContact a {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 599px) {
	.maxSize {
		padding: 0 5% 5%;
	}
	.cnSize {
		padding: 50px 0;
	}
	#top header {
		height: 100vh;
		min-height: 100vh;
	}
	.headerIn,.subMenuIn {
		padding: 0;
		height: inherit;
	}
	.logo {
		padding: 5% 0;
	}
	.logo img,.subMenu .logo img {
		height: 20px !important;
	}
	.menuBtn {
		top: 19px;
	}
	.mvArea {
		padding: 0;
	}
	.mv {
		height: calc( 100vh - 60px );
	}
	.mv > div {
		width: 80%;
		transform: translate(-50%,0);
	}
	.mv .imgArea {
		width: 275px;
		left: 50%;
		top: 5%;
		padding: 0;
	}
	.mv .imgAreaIn {
		width: 275px;
		height: 215px;
	}
	.mv .imgAreaIn .mvParts1,
	.mv .imgAreaIn .mvParts4 {
		width: 190px;
	}
	.mv .imgAreaIn .mvParts2,
	.mv .imgAreaIn .mvParts3 {
		width: 85px;
	}
	.mv .imgArea img {
		max-width: 100%;
	}
	.mv .textArea {
		width: 100%;
		font-size: 5vw;
		text-align: center;
		top: 45%;
		left: 50%;
		border: none;
		padding: 0;
	}
	.mv .textArea::before {
		display: none;
	}
	.topNews {
		overflow: hidden;
	}
	.topNewsCn {
		margin: 0;
	}
	.topNewsList {
		margin: 0 0 20px;
	}
	.topNewsIn li:last-child {
		width: 100%;
		max-height: inherit;
		clear: both;
		padding: 0;
	}
	.topNewsIn li a {
		display: block;
		padding: 7px 0 20px;
	}
	.topNewsIn li a span {
		max-height: 2.24rem;
		display: block;
		overflow: hidden;
	}
	.topService h2, .topWorks h2, .topContact h2 {
		font-size: 3rem;
		padding: 0 10px;
		margin: 0 auto 50px;
	}
	#top .h2Tp {
		margin: 0 0 50px;
	}
	#top .topWorks h2 {
		margin: 0 0 50px 5%;
	}
	.h2Tp::before {
		height: 10px;
		bottom: 13px;
	}
	.topServiceCn {
		width: 47.5%;
		margin: 0 0 5% 5%;
	}
	.topServiceCn:nth-child(2n+1) {
		clear: both;
		margin: 0 0 5%;
	}
	.topServiceCn h3 {
		font-size: 3.1vw;
	}
	.topServiceIn .linkBtn a,.topWorks .linkBtn a,.topContact a {
		font-size: 2rem;
		padding: 18px 0 12px;
		margin: 30px auto 0;
	}
	.topWorks.maxSize {
		padding: 0;
	}
	.topWorksCn {
		width: 100%;
		margin: 0 0 10%;
	}
	.topWorksCn:nth-child(2n+1) {
		margin: 0 0 10%;
	}
	.topWorksCn .textArea {
		margin: 5px 0 0;
	}
	.topWorksCn .textArea ul {
		transform: translateY(0);
	}
	.topWorksCn h3 {
		font-size: 1.6rem;
		margin: 5px 0 0;
	}
	.topWorksCn p {
		font-size: 1.4rem;
	}
	.topContact {
		overflow: hidden;
	}
	.topContact p {
		font-size: 1.8rem;
		margin: 60px 0 30px;
	}
	.topContact a {
		padding: 9px;
	}
	.topServiceIn .linkBtn,
	.topWorksIn .linkBtn,
	.topContact .linkBtn {
		margin: 0;
	}
	.topServiceIn .linkBtn a,
	.topWorksIn .linkBtn a,
	.topContact a {
		width: 200px;
		font-size: 1.8rem;
		padding: 15px 0 9px;
		margin: 20px auto 0;
	}
	.topContact a {
		padding: 12px 0;
	}
}

.visible-area{
	margin-top: 15rem;
}

/* 追記コード */
.top-back__btn {
  position: fixed;
  z-index: 99;
	bottom: 60px;
  right: 30px;
  padding: 10px 15px;
  border: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .top-back__btn {
    padding: 15px 20px;
  }
}

.top-back__btn:hover {
  background-color: #fff;
  border: 4px solid #FF7C78;
  transition: 0.3s;
}

.top-back-text {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top-back-text {
    font-size: 25px;
  }
}

.hidden {
    animation: fade .2s ease-in-out forwards;
    pointer-events:none;/* 重要 */
}

@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.visible {
    animation: fadeOut .2s ease-in-out forwards;
    pointer-events:all;/* 重要 */
}

@keyframes fadeOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}






/* 料金プラン */
.plans__inner {
  margin-top: 4.375rem;
  margin-bottom: 10rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .plans__inner {
    margin-top: 6.28125rem;
	  margin-left: auto;
	  margin-right: auto;
    overflow: initial;
	  
  }
}

@media screen and (min-width: 768px) {
  .plans__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.plans__item {
  width: 100%;
  background-color: #ffffff;
  padding: 1.875rem 1.25rem;
  border-radius: 0.625rem;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .plans__item {
   	width: 40%;
  }
}

.plans__item:hover {
  transform: scale(1.1, 1.1);
  overflow: initial;
}

.plans__img {
  width: 100%;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .plans__img {
    height: 9.375rem;
  }
}

.plans__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.plans__card:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .plans__card:nth-child(n+2) {
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .plans__card:nth-child(even) {
    margin-left: 6.25rem;
  }
}

.plans__card:nth-child(n+3) {
  margin-top: 4.375rem;
}

.plans__card-title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plans__card-title {
    font-size: 2rem;
    line-height: 1.125;
    margin-top: 1.875rem;
  }
}

.plans-__card-text {
  font-family: "Noto Serif", sans-serif;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plans-__card-text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 1.5625rem;
  }
}

.plans__card-subtitle {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .plans__card-subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 1.5625rem;
  }
}

.plans__card__list {
  font-family: "Noto Serif", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 1.25rem;
  background-color: #c7c7c7;
  padding: 0.9375rem 0.625rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .plans__card__list {
    font-size: 1rem;
    line-height: 1.375;
  }
}

.plans__card__list li {
  display: flex;
	gap: 0.625rem;
  align-items: center;
}

.plans__card__list li h4 {
  background-color: #fff;
  border: 2px solid #acacac;
  border-radius: 1.25rem;
  padding: 0.5rem;
  display: inline;
  text-wrap: nowrap;
}
.plans__card__list li p{
	font-weight: 500;
}

.card__long-text {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .card__long-text {
    line-height: initial;
  }
}

.plans__card__list li:nth-child(n+2) {
  margin-top: 0.9375rem;
}

.marker-title {
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .marker-title {
    font-size: 1.875rem;
  }
}

.card__price {
  font-size: 1.0625rem;
  margin-top: 0.625rem;
}

.card__price span {
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 1.0285714286;
}


/* パンくずリスト */
  .breadcrumb {
  font-size: 14px;
  padding: 10px 0;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li:not(:last-child)::after {
  content: "›";
  margin: 0 6px;
  color: #fff;
  font-size: 12px;
}

.breadcrumb a {
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: #676767;
}
