body {
  box-sizing: border-box;
  font-family: "Meiryo", "メイリオ", sans-serif;
  text-align: left;
}

html {
	-webkit-text-size-adjust: 100%;
}

p {
  line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
}

.form-buttons {
	text-align: center;
}

.form-buttons .reset {
	background-color: gray;
	color: white;
	margin-top: 10px;
}

.disabled-label {
	color: #CCC;
}

.error {
  color: red;
  font-size: 14px;
}

.mwform-checkbox-field {
	margin: 0 auto 20px;
	text-align: center;
	width: 70%;
	display: block;
}

.mw-form .required {
  background: #e60000;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 4px;
	width: 41px;
	text-align: center;
	height: 25px;
	display: block;
	line-height: 20px;
}

.mw-form .label-text {
	width: 100%;
    padding-right: 10px;
}

.mwform-file-delete {
	display: none;
}

#terms-container {
  	height: 600px;
    width: auto;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0 auto 30px;
}

#terms-container p {
	margin-bottom: 30px;
	    text-align: left;
}

input[type="checkbox"] {
	width: 60px!important;
	height: auto;
	appearance: checkbox;
	position: static;
}

.mwform-checkbox-field-text {
	text-align: left;
	width: 100%;
}

.mwform-checkbox-field label {
	justify-content: center;
}


@media(min-width: 900px) {
br.pc {
  display: block;
}
}

@media(max-width: 900px) {
br.pc {
  display: none;
}
}

.demo-btn {
	margin: 40px auto 0;
	padding: 18px 40px;
	font-size: 16px;
	border: none;
	background: #222;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.3s;
}

.demo-btn:hover {
	opacity: 0.8;
}

/* header */
header {
  width: 100%;
  height: 60px;
  /*background-color: rgba(255,255,255,0.9);*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media(max-width: 900px) {
	header {
		background-color: white;
	}
}

.header-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header-logo {
  height: 30px;
  margin: 10px auto;
  object-fit: contain;
}

/* PC only */
.pc-header {
  display: none;
}

.pc-menu-item {
  font-size: 22px;
  : "メイリオ";
  margin-bottom: 19px;
}

body {
  margin: 0;
}

/* drawer */
.drawer-nav {
  right: -50rem!important;
  width: 100%;
  background-color: #F5F5F7;
  color: black;
}

.drawer-open .drawer-nav {
  right: 0px!important;
}

.drawer-toggle {
 right: 0!important;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: white;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  background-color: black;
}

header.scrolled .drawer-hamburger-icon, header.scrolled .drawer-hamburger-icon:after, header.scrolled .drawer-hamburger-icon:before {
  background-color: black;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  background-color: black!important;
}

.drawer-open span.drawer-hamburger-icon {
  background-color: white!important;
}

.drawer-nav {
  padding-top: 80px;
  padding-left: 30px;
}

.drawer-menu-item {
  color: black;
  font-size: 1.2rem;
}

.drawer-menu-contact-button {
  display: block;
  text-align: center;
  margin: 50px 30px;
  margin-left: 0;
  padding: 15px;
  font-size: 1.2rem;
  border: 1px solid black;
}

/* main */
main {
  position: relative;
  z-index: 1;
  margin:0 auto;
  max-width: 500px;
  background-color: white;
  overflow-x: hidden;
  overflow-y: visible;
}

/* btn */
.btn-page {
  text-align: center;
  margin: 40px auto;
}

.btn, .btn-link {
  width: 220px;
  height: 40px;
  display: block;
  padding: 10px 60px;
  margin: 20px auto;
  color: black;
  text-decoration: none;
  border: 1px solid black;
  : 'Yu Gothic';
  background-color: white;
}
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;   /* 画面いっぱいに */
  z-index: -1;         /* 背景に回す */
}

.btn-line_wide {
  width: 90%;
  height: 100px;
  padding: 5px;
  background-color: #98D8D1;
  color: white;
  text-align: center;
  line-height: 1.5;
  border: none;
}

.btn-line_wide a {
  : "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.btn-jumper-list {
  margin: 20px auto;
  text-align: center;
}

.btn-jumper-list .card-title {
  text-align: center;
  margin: 0 auto;
}

.btn-jumper-list li {
  width: 90%;
  margin: 20px auto;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background-color: #F1F1F1;
}

.btn-fixed-right {
  position: fixed;
  top: 10%;
  right: 10%;
  display: none;
}

.btn-fixed-right-list {
  display: flex;
  flex-flow: column;
  color: white;
  gap: 30px;
}

.btn-fixed-right-item {
  height: 40px;
  line-height: 40px;
  width: 200px;
  border-radius: 5px;
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.btn-fixed-right-item img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  margin: auto 0;
  margin-right: 10px;
}


.btn-fixed-right-item:first-child {
  background-color: #FEA903;
}

.btn-fixed-right-item:last-child {
  background-color: #00B900;
}

.details {
  padding: 60px 20px;
  background-color: #F5F5F7;
}

.details > div, .price_detail > div {
  max-width: 420px;
  margin: 0 auto;
  padding: 30px 20px;
  margin-bottom: 60px;
  border-radius: 20px;
  background-color: white;
}

.details ul, .price_detail ul {
  list-style: "✓";
  list-style-position: inside;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.price_detail .check {
   border-bottom: 1px solid #CCC;
   list-style: "✓";
}

.details .detail, .price_detail .detail {
   list-style: "※";
   margin-bottom: 0;
}

.details .detail li, .price_detail li {
  font-size: 15px;
}

.details li, .price_detail li {
  padding-left: 3px;
  margin-bottom: 7px;
  font-size: 18px;
}

.price_detail .option {
  height: 30px;
  line-height: 30px;
  background-color:#E5E5E8;
  padding-left: 10px;
  margin-top: 30px;
}

.price_campaign {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.price_campaign h5 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.price_campaign h4 {
  font-size: 33px;
  color: #42D5C4;
}

.price_campaign h3 {
  font-size: 36px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.price_campaign h3 span {
  font-size: 61px;
  font-weight: bold;
  position: relative;
  bottom: -2px;
}

.price_campaign .points {
  width: 100%;
  max-width: 337px;
  margin: 50px auto 0;
}

.price_campaign .points p {
  color: black;
  background-color: #E5E5E8;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  width: 100%;
  max-width: 337px;
  margin-bottom: 5px;
  font-size: 19px;
}

.price_campaign .points .flex {
  display: flex;
  flex-flow: row;
  gap: 5px;
  justify-content: center;
  width: 100%;
  max-width: 337px;
}

.price_premium h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 20px auto;
}

.price_premium p {
  font-size: 24px;
}

.price_premium .flex {
	display: flex;
	flex-flow: row;
	font-size: 15px!important;
	margin-top: -30px;
	gap: 5px;
}

.price_premium .flex span {
	font-size: 15px;
	padding-top: 8px;
	width: 20px;
	line-height: 20px;
}

.cyan {
  width: 100%;
  height: 33px;
  line-height: 20px;
  color: white;
  background-color: #98D8D1;
  padding: 5px 10px !important;
  margin: 30px auto;
  font-size: 15px;
}

.price_premium span, .price_group span, .price_per_year span {
  font-size: 48px;
  font-weight: bold;
  padding: 5px 0;
}

.price_premium ul {
  padding-left: 15px;
  color: #42D5C4;
  list-style-position: outside;
  margin-bottom: 0;
}

.capsule {
  height: 33px;
  width: max-content;
  line-height: 15px!important;
  border: 1px solid #CACACF;
  border-radius: 15px;
  font-size: 14px;
  padding: 8px 15px!important;
  margin-bottom: 10px!important;
}

.price_premium .answer {
  font-size: 0.9rem;
  line-height: 1.5;
}

.price_premium .self {
  font-size: 15px;
  background-color: #E5E5E8;
  color: black;
  height: 60px;
  line-height: 1.3;
  padding: 10px;
  margin-bottom: 20px;
}

.price_premium h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.price_premium p, .price_group p, .price_per_year p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 5px 0;
}

.price_per_year h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.price_premium .price, .price_group .price, .price_per_year .price {
  font-size: 24px;
  height: 70px;
}

.price_group h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.price_group h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.price_group span.border {
  display: block;
  margin: 20px auto;
  padding: 0;
  border-bottom: 1px solid #CACACF;
}

.price_change_name {
  background-color: #F5F5F7 !important;
  margin-bottom: 30px !important;
}

.price_change_name h4 {
  font-size: 28px;
  margin-bottom: 20px;
}

.price_change_name p {
  font-size: 14px;
  line-height: 1.5;
}

.price_flow {
  background-color: #1D1D1F;
  height: 1400px;
}

.price_flow h3 {
  font-size: 28px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 60px;
}

.price_flow ul {
  width: 100%;
  max-width: 400px;
  height: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translatex(-50%);
}

.price_flow li {
  background-color: white;
  border-radius: 12px;
  padding: 30px 20px;
  margin-bottom: 30px;
  width: 90%;
  margin: 0px auto 30px;
}

.price_flow span {
  margin-top: -40px;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #818187;
  color: white;
  display: block;
  text-align: center;
  font-size: 20px;
}
.price_flow span.border {
  width: 1px;
  height: 850px;
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 1;
  border-left: 4px solid white;
  left: 50%;
  top: 10%;
  margin-top: 250px;
}

.price_flow .wrapper {
  position: relative;
}

.price_flow h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto;;
}

.price_flow p {
  font-size: 14px;
  line-height: 1.5;
}

.price_flow a {
  background-color: #98D8D1;
  color: white;
  width: 100%;
  text-align: center;
  height: 44px;
  line-height: 44px;
  display: block;
  margin: 20px auto;
}

.price_domain, .price_payment, .price_contact {
  padding: 14px;
  margin: 30px auto;
  max-width: 400px;
}

.price_contact {
	margin-bottom: 150px;
}

.price_domain h4, .price_payment h4, .price_contact h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.price_domain p, .price_payment p, .price_contact p {
  font-size: 18px;
}

.price_domain, .price_payment {
	border-bottom: 1px solid #ccc;
}

.price_domain {
	padding-bottom: 30px;
}

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

.price_payment ul {
	line-height: 1.5;
	font-size: 14px;
	list-style: "※";
	padding-left: 15px;
	margin-bottom: 50px;
}

.price_payment li {
	margin-bottom: 5px;
}

.support_after {
  margin-bottom: 60px;
}

.support_after h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.support_after p {
  line-height: 2;
  font-size: 15px;
}

.support_after ol {
  border: 1px solid #818187;
  border-radius: 12px;
  margin: 30px auto;
  padding: 20px 25px;
  list-style: "・";
}

.support_after li {
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: 18px;
}

.support_google {
  background-color: #818187;
  color: white;
  border-radius: 12px;
  padding: 27px 15px;
  margin-bottom: 150px;
}

.support_google h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

.support_google li {
  display: flex;
  flex-flow: row;
  gap: 30px;
  margin: 30px auto;
}

.support_google h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.support_google p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.support_google .flex {
  display: flex;
  flex-flow: row;
  gap: 15px;
.
}

.support_google span {
  display: block;
  font-size: 18px;
}

.other_photo, .other_price, .other_ads, .other_design {
  border: 1px solid #818187;
  border-radius: 19px;
  padding: 30px 20px;
  margin: 60px auto;
}

.other_photo {
	margin-top: 0;
}

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

.other_photo h4 {
  font-size: 28px;
  font-weight: bold;
}

.other_photo h5 {
  height: 33px;
  width: 100%;
  line-height: 33px;
  background-color: #98D8D1;
  color: white;
  padding-left: 15px;
  margin: 20px auto;
}

.other_photo > p {
  margin: 20px auto;
}

.other_photo .capsule {
  margin: 20px 0;
}

.price_photo {
  border-bottom: 1px solid #CACACF;
  margin-bottom: 30px;
}

.price_photo .price span {
  font-size: 48px;
  font-weight: bold;
}

.card-other .flex span {
	width: 20px;
	margin-top: 6px;
}

.price_photo p {
  font-size: 15px;
  line-height: 1.5;
}
.price_photo .price {
  font-size: 24px;
  margin: 20px auto;
  position: relative;
  top:-10px;
  margin-bottom: 0;
}

.other_photo .flex {
  display: flex;
  flex-flow: row;
  margin: 20px auto;
  padding-bottom: 20px;
  gap: 7px;
}

.other_design .flex {
  display: flex;
  flex-flow: row;
  gap: 5px;
}

.other_design h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.photo_edit .flex {
  margin-top: 5px;
}

.other_photo h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.business_trip {
  margin-bottom: 20px;
}

.business_trip .flex {
	margin-top: 0px;
}

.other_ads h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.other_ads p {
  line-height: 2;
  margin: 20px auto;
}

.other_ads .price p {
  font-size: 24px;
}

.other_ads .price span {
  font-size: 48px;
  font-weight: bold;
}

.monthly_price p {
  margin: 0;
}

.monthly_price .cyan-warning {
  color: #98D8D1;
  font-size: 18px;
}

.other_design > div {
  margin: 20px auto 40px;
}

.other_design h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.faq {
  border-bottom: 1px solid #333;
  padding: 30px 0;
}

.faq:first-child {
  border-top: 1px solid #333;
}

.faq summary {
  list-style: none; /* デフォルト三角を消す */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  line-height: 2;
}

.faq summary::-webkit-details-marker {
  display: none; /* Safari対策 */
}

.faq .icon {
  width: 16px;
  height: 16px;
  position: relative;
  transition: transform 0.2s ease;
}

.faq .icon::before,
.faq .icon::after {
  content: "";
  position: absolute;
  background: #000;
}

.faq .icon::before {
  width: 16px;
  height: 2px;
  top: 7px;
  left: 0;
}

.faq .icon::after {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
}


/* 開いたら × にする */
.faq[open] .icon {
  transform: rotate(45deg);
}

.faq p {
  margin-top: 20px;
  line-height: 1.6;
  font-weight: normal;
}

.contact_line {
  border: 1px solid #818187;
  border-radius: 19px;
  padding: 40px 20px;
  margin-bottom: 60px;
}

.contact_line img {
  width: 40px;
  height: 40px;
  margin-top: 5px;
}

.contact_explain {
  text-align: center;
  line-height: 1.5;
  margin-top: 26px;
  font-size: 0.9rem;
}

.contact_explain .strong {
  font-size: 28px;
  font-weight: bold;
}

.contact_label {
  height: 51px;
  line-height: 40px;
  color: white;
  background-color: #00B900;
  border-radius: 15px;
  display: block;
  text-align: center;
  font-size: 22px;
}

.contact_form {
  padding: 40px 20px;
  border: 1px solid #818187;;
  border-radius: 19px;
}

.contact_form .contact_label {
  background-color: #98D8D1;
  border-radius: 0;
  font-size: 1rem;
  height: 40px;
  text-align: center;
}

.card-other p {
  line-height: 2;
  font-size: 15px;
}

.card-func_explanation {
  margin-top: -30px!important;
}

.card-func_explanation .sns {
  margin: 0 auto 60px;
}

.card-func_explanation .sns-icon {
  display: flex;
  flex-flow: row;
  gap: 13px;
  margin-bottom: 15px;
}

.card-func_explanation .sns-icon img {
  width: 76px;
  height: 76px;
  display: block;
  border: 1px solid #98D8D1;
  border-radius: 5px;
  padding: 10px;
  object-fit: contain;
}

.card-func_explanation .sns-modal img {
  width: 100%;
  height: 454px;
  border: 1px solid #818187;
  border-radius: 15px;
  padding: 25px;
  margin: 15px auto 30px;
  object-fit: contain;
}

.card-func_explanation .func_list img {
  width: 76px;
  height: 76px;
  display: block;
  border: 2px solid #98D8D1;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  object-fit: contain;
}

.card-func_explanation .func_list li {
  margin-bottom: 30px;
}

.card-func_explanation .func_list h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

/*
.card-func_explanation p {
  line-height: 1.5;
  font-size: 18px;
}
*/

.card-func_explanation .sns-modal p {
	font-size: 18px;
}

.card-func_explanation .sns-modal .explanation {
	font-size: 13px;
}

.card-func_explanation .func_list p {
	font-size: 13px;
}

.card-func_list .card-sub_title {
  margin-bottom: 50px;
  display: block;
  text-align: center;
}

.card-func_list_ul {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  max-width: 350px;
}

.card-func_list_li {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}

.card-func_list_li.hidden {
  display: none;
}

.card-func_list_li .wrapper {
	width: 180px;
	margin: 0 auto;
	padding: 3px;
	margin-left: -15px;
}

.card-func_list_li img {
  width: 159px;
  height: 159px;
  padding: 30px;
  object-fit: contain;
  border: 1px solid #98D8D1;
  border-radius: 10px;
}

.card-func_list_li p {
  font-size: 18px;
  padding: 5px 0px;
  text-align: left;
  width: max-content;
  margin: 0 auto;
}

.card-func_list_btn {
  font-size: 15px;
  margin: 0 auto;
  display: block;
  width: 174px;
  height: 42px;
  line-height: 42px;
  color: black;
  text-align: center;
  background-color: #E5E5E8;
  border-radius: 22px;
}

.card-campaign {
  background-color: black;
  color: white;
  padding-top: 65px;
}

.card-campaign_wrapper {
  width: 100%;
  margin: 0 auto 35px;
}

.card-campaign .card-title {
  margin-bottom: 30px;
}

.card-campaign h2 {
  color: white;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}

.card-campaign .big-num {
  color: #42D5C4;
  font-size: 200px;
  font-weight: bold;
  text-align: center;
  margin-left: 40px;
  margin-top: -30px;
}

.card-campaign .big-num span {
  font-size: 42px;
  color: white;
}

.card-campaign_flex {
  margin: 0 auto;
  max-width: 337px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.card-campaign_flex p {
  width: 49%;
  height: 37px;
  line-height: 1.8;
  text-align: center;
  color: black;
  font-size: 19px;
  background-color: white;
  border-radius: 4px;
  margin: 0;
  padding: 5px;
}

.card-campaign_wide {
  width: 100%;
  max-width: 337px;
  height: 37px;
  line-height: 1.8;
  text-align: center;
  color: black;
  background-color:white;
  border-radius: 4px;
  margin: 8px auto;
  padding: 5px;
  font-size: 19px;
}

.card-campaign_cyan {
  font-size: 33px;
  color: #42D5C4;
  text-align: center;
  margin-bottom: -10px;
  margin-top: -10px;
}

.card-campaign_price {
  height: 70px;
  font-size: 36px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: -35px;
  gap: 4px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.card-campaign_price .big-price {
  font-size: 61px;
  font-weight: bold;
  position: relative;
  bottom: -2px;
}

.card-campaign_tax {
  font-size: 18px;
  text-align: center;
}

.card-campaign a {
  width: 100%;
  height: 70px;
  font-size: 15px;
  text-align: center;
  background-color: #4D4D51;
  display: block;
  padding-top: 25px;
  margin-top: 40px;
}

.card-jumpers li.white {
  background-color: white;
  border: 1px solid #999999;
  width: 200px;
}

.card-jumpers li a {
  font-size: 20px;
}

.btn-fixed {
  position: fixed;
  bottom:0;
  width: 100%;
  height: 70px;
  background-color: #000000;
  z-index: 10;
}

.btn-fixed-list {
  height: 60px;
  display: flex;
  flex-flow: row;
  margin: 5px;
}

.btn-fixed-item {
  text-align: center;
  line-height: 35px;
  margin: 10px auto;
  color: black;
  border-radius: 5px;
}

.btn-fixed-item img {
  width: 20px;
  height: 33px;
  margin-right: 5px;
  object-fit: contain;
}

.card-privacy .card-text {
  text-align: left;
}

.card-privacy h4 {
  margin-top: 30px;
}

.card-jumpers li.white {
  background-color: white;
  border: 1px solid #999999;
  width: 200px;
}

.card-jumpers li a {
  font-size: 20px;
}

.card-company > div {
  margin: 30px auto;
}

.card-company .company_title {
  margin-bottom: 10px;
  line-height: 2;
}

.company_service ol {
  list-style: "▢";
}

.company_service li {
  padding-left: 10px;
  margin-left: 15px;
  line-height: 1.5;
}

/*mw-form*/
.mw-form .form-row {
  margin-bottom: 20px;
}

.mw-form .form-row>p {
  line-height: 1 !important;
}

.mw-form .form-row small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.mw-form label {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: -10px;
}

.mw-form input,
.mw-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
}

.mw-form .wpcf7-list-item {
  margin-left: 0;
}

.mw-form input[type="checkbox"] {
  width: 20px !important;
  margin-right: 10px;
}

.mw-form input[type="file"] {
  border: none;
  border-radius: 0;
  padding: 0;
}

.mw-form label.disabled-label,
.mw-form label.disabled-label span {
  color: #ccc !important;
}

.mw-form input:disabled {
  background-color: #f0f0f0 !important;
  color: #999 !important;
}

.mw-form input[readonly] {
  background-color: #f0f0f0 !important;
  color: #999 !important;
  cursor: not-allowed;
}

.mw-form input[type="file"]:disabled {
  background-color: white !important;
}

.mw-form .confirm {
  margin-bottom: 10px;
}

.wpcf7-not-valid-tip {
  line-height: 2;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

.form-buttons,
.form-buttons>p {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}

.form-buttons input {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

/* 確認ボタン */
.form-buttons input,
.form-buttons button {
  width: 100%;
  height: 40px;
  line-height: 10px;
  border-radius: 10px;
  max-width: 250px;
  margin: 0 auto;
  background: #8fd6cd;
  color: #fff;
  text-align: center;
}

/* リセット */
.form-buttons button[value="back"],
.form-buttons .wpcf7-previous,
.form-buttons p button:last-of-type {
  background: #ccc;
  color: #fff;
}

.form-buttons br {
  display: none;
}

.form-note {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

/* card */
.card {
  margin: 20px auto;
  padding: 35px 26px;
}

.card-title-group {
  margin: 26px auto;
}

.card-title {
  margin: 0 auto 10px;
  max-width: 400px;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
}

.card-subtitle {
  display: block;
  text-align: center;
}

.card-bigtitle {
  max-width: 400px;
  margin: 20px 0 20px;
  font-size: 36px;
  font-weight: normal;
}

.card-text {
  max-width: 400px;
  font-size: 15px;
  margin: 20px auto;
  line-height: 2;
  text-align: center;
}

.card-img {
  display:block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.card-dynamic-img {
  display:block;
  margin: 40px auto 60px;
  height: 165px;
}

.card-dynamic-title{
  text-align: center;
  margin: 40px auto;
  font-size: 2rem;
  font-weight: bold;
}

.card-list {
	margin-top: 50px;
}

.card-info-text {
	font-size: 18px;
}

.card-list-ul {
  margin: 0 auto;
  margin-top: -100px;
  padding: 0;
  width: max-content;
  font-size: 15px;
}

.card-list-li {
  text-align: left;
  line-height: 2;
}

.card-enum-list {
  margin: 50px auto;
}

.card-enum-item:not(:last-child) {
  margin-bottom: 50px;
}

.card-enum-item-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

.card-enum-item-text {
  line-height: 1.8;
}

.card-news-text-item {
  padding: 15px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid black;
}

.card-news-text-date {
  margin-bottom: 10px;
}

.card-library {
  padding: 40px 10px 100px;
  background-color: #FAFAFA;
}

.card-library-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 20px;
}
.card-library-image {
  width: calc(50% - 10px);
  height: auto;
}

.card-info-title {
	font-size: 28px;
}

.card-demos-title {
  font-size: 28px;
  margin: 20px auto;
}

.card-demos-sub_title {
  margin: 0 auto;
  color: black;
  background-color: #F5F5F7;
  width: 90%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 7px;
}

.card-shop-demos .swiper,
.card-group-demos .swiper {
  padding: 10px 0;
  overflow: visible!important;
  perspective: 1200px;
}

.card-shop-demos .swiper-slide,
.card-group-demos .swiper-slide {
  width: 260px;
  height: 560px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.card-shop-demos .swiper-slide img,
.card-group-demos .swiper-slide img {
  width: 260px;
  height: 560px;
  object-fit: cover;
}

.card-shop-demos .demo-btn,
.card-group-demos .demo-btn {
  display: block;
  margin: 30px auto 0;
  width: 400px;
  max-width: 90%;
  text-align: center;
  border-radius: 0;
}

/* ① Swiper本体（最重要） */
.card-shop-demos .swiper,
.card-group-demos .swiper {
  overflow: visible !important;
}

/* ② wrapper（3D用） */
.card-shop-demos .swiper-wrapper,
.card-group-demos .swiper-wrapper {
  overflow: visible;
  transform-style: preserve-3d;
}

/* ③ 親に奥行きを与える */
.card-shop-demos,
.card-group-demos {
  perspective: 1200px;
}

.card-group-demos {
	margin-bottom: -50px;
}

@media(min-width:900px) {
	.card-shop-deomos {
		margin: 60px 0 !important;
	}
}


.card-strength {
  background-color: #1D1D1F;
  color: white;
  font-size: 14px;
  line-height: 1.8;
}

.card-strength div {
  margin-bottom: 60px;
}

.card-strength img {
  object-fit: contain;
  height: auto;
  width: 100%;
  margin: 30px auto 0;
}

.card-strength h3 {
  font-size: 28px;
  margin-bottom: 40px;
  }

.card-strength h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.card-themes h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

.card-strength p {
  font-size: 14px;
  line-height: 2;
}

.card-themes > div {
  padding: 25px 0;
  border-top: 1px solid #CCC;
  font-size: 14px;
}

.card-themes span {
  padding: 5px;
  width: 35px;
  height: 35px;
  line-height: 25px;
  text-align: center;
  border-radius: 10px;
  background-color: #E5E5E8;
  font-size: 18px;
}

.card-themes .themes-flex {
  display: flex;
  flex-flow: row;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.card-themes .themes-flex h4 {
  font-size: 18px;
  line-height: 1.5;
}

.card-themes .themes-flex p {
  line-height: 2;
  margin-top: 3px;
}

.card-themes ul {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.5;
}

.card-attention_points {
    background-image: url(../img/concept/concept_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 650px;
    width: 95%;
    max-width: 400px;
    margin: 0 auto 60px;
    color: white;
    border-radius: 18px;
	line-heihgt: 1.5;
}

.card-attention_points h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

.card-attention_points p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.card-attention_points ul {
  list-style: disc;
  margin-bottom: 60px;
  margin-left: 15px;
}

.card-attention_points li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.card-attention_points .sns-flex {
  display: flex;
  flex-flow: row;
  gap: 20px;
}

.card-attention_points .sns-flex img {
  width: 92px;
  height: 92px;
  margin: 0 auto;
}

.card-news-thumb-link {
  border-bottom: 1px solid black;
  margin: 20px 0;
  padding: 20px 0;
  display: block;
}

.card-news-thumb-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
}

.card-news-thumb-image {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
}

.card-news-thumb-title {
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto;
}

.card-cta-recruit {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.card-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.card-h2 {
  margin: 60px auto 0;
}

.card-h2 h2 {
  font-size: 30px;
}

.card-info {
	margin: 0 auto 20px;
	padding: 30px;
	min-height: 200px;
}

.card-profile-title, .card-enum-num .card-title {
  margin: 20px 0;
  margin-bottom: 40px;
}

.card-profile-info {
  display: flex;
  flex-flow: row;
  gap: 30px;
  margin: 20px 0;
}

.card-profile-info p:first-child {
  width: 50px;;
}

.card-enum-num-list {
  margin: 20px 0;
}

.card-enum-num-item {
  margin: 10px 0;
}

.card-works-list-item, .card-news-list-item {
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.card-works-list-item:not(:last-child), .card-news-list-item:not(:last-child) {
  border-bottom: 3px solid #E2E3E5;
}

.card-works-list-date, .card-news-list-date {
  display: block;
  margin: 10px;
}

.card-works-list-title, .card-news-list-title {
  margin:20px 10px;
}

.card-works-list-image, .card-news-list-image {
  height: 100%;
  width: 100%;
  border: 1px solid #CCC;
  object-fit: contain;
  aspect-ratio: 3/2;
}

.card-category-switch-title {
  margin-bottom: 20px;
}

.card-category-switch-list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 10px;
}

.card-category-switch-item {
  display: flex;
}

.card-category-switch-item a {
  display: block;
  text-decoration: none;
  color: #AAA; /* 薄めの文字色 */
}

.card-category-switch-item.is-active a {
  color: black; /* 濃い文字色 */
}

.card-category-switch-item .separator {
  color: #999; /* / の色 */
  margin-left: 0.4rem;
}

.card-tit .card-title {
  text-align: center;
}

.card-tit .card-bigtitle {
  font-size: 21px;
}

.card-single-news {
  margin-top: 40px;
}

.card-single-news-img {
  border: 1px solid #CCC;
  width: 100%;
}

.card-single-news-text {

}

.card-single-works-date {
  margin-bottom: 20px;
}

.card-single-works-border {
  display: block;
  width: 100%;
  margin: 40px auto;
  border: 3px solid #999;
}

.card-single-works-text-title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 20px;
}

.card-recruit {
  padding: 60px 20px;
  margin-bottom: 0;
  background-color: #F1F1F1;
}

.card-recruit .card-title {
  text-align: center;
  margin-bottom: 0;
}

.card-recruit .card-subtitle {
  margin-top: 40px;
  font-size: 21px;
}

.card-recruit-border {
  display: block;
  border: 1px solid #666666;
  margin: 10px auto 40px;
}

.card-recruit-list li {
  margin: 30px 0;
}

.card-recruit-list li p:first-child {
  font-weight: bold;
  margin-bottom: 10px;
}

.card-reason_list {
  color: white;
  padding: 70px 25px;
}

.card-reason_ul {
  margin: 40px auto;
}

.card-reason_li {
  margin: 40px auto;
  display: flex;
  flex-flow: row;
  gap: 20px;
  width: 100%;
}

.card-reason_li span {
  display: inline-flex;
  width: 30px;
  height: 40px;
  font-size: 18px;
  line-height: 1.5;
}

.card-reason_li div {
	width: 90%;
}

.card-reason_li h4 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}

.card-reason_li p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.card-tit {
  padding: 0;
}

.card-tit .card-text {
  margin: 20px;
}

.card-tit .card-bigtitle {
  margin: 20px;
}

.card-carousel {
  margin: 20px auto;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.card-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.card-carousel.dragging {
  cursor: grabbing;
}

.card-carousel-item {
  width: 85%;               /* li の幅 */
  flex: 0 0 auto;           /* 横幅固定 */
  scroll-snap-align: start; /* ✅ 修正 */
  list-style: none;
}

.card-carousel-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  pointer-events: none;     /* 画像に邪魔されずドラッグ可能 */
  user-select: none;
}


main .card-detail:last-child {
  margin-bottom: -20px;
}

.card-detail {
  padding: 20px;
}

.card-detail-link {
  background-color: black;
  color: white;
  margin: 0 auto;
}

.card-detail-link.white {
  background-color: white;
  color: black;
}

.card-detail-link.black .btn-page a {
  background-color: white;
  color: black;
}

main section.card-detail:ntd-last-child(1) {
  margin-bottom: 0;
}

.card.card-flow {
  padding: 40px;
}

.card-flow.black {
  background-color: black;
  color: white;
}

.card-flow.white {
  background-color: white;
  color: black;
}

.card-flow .card-title {
  text-align: center;
}

.card-flow-img:first-child {
  border: 1px solid gray;
}

.card-flow-img-arrow {
  height: 60px;
  width: 60px;
  border: none;
}

.card-h1-title {
  font-size: 53px;
  font-weight: bold;
  margin:5px 0;
}

.card-h1-text {
  margin: 5px 0;
}

.card-form {
  margin-bottom: 80px;
}

.card-form-title {
  text-align: center;
  padding: 20px;
  margin: 20px auto;
  font-size: 25px;
  background-color: #CCC;
  color: white;
}

.card-cta.black {
  background-color: black;
  color: white;
  margin-bottom: 0;
}

.card-form-tel {
  font-size: 2.5rem;
  font-weight: bold;
  : arial;
  text-align: center;
  display: block;
}

.nav-post {
  margin: 40px 20px;
}

.nav-post-list {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin-top: 2em;
  font-size: 14px;
}

.nav-post-item a {
  color: black;
  text-decoration: none;
  padding: 0.5em 1em;
}

.nav-post-item.prev, .nav-post-item.next {
  line-height: 40px;
  min-width: 100px;
}

.nav-post-item.home {
  width: 200px;
  border: 1px solid black;
  text-align: center;
  padding: 10px;
}

.nav-post-item.next {
  text-align: right;
}

.nav-post-item a:hover {
  background: #ddd;
}


/* footer */
footer {
  width: 100%;
  max-width: 500px;
  height: 600px;
  background-color: #1D1D1F;
  margin: 0 auto;
  margin-bottom: 50px;
}

.footer-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.footer-logo {
  height: 136px;
  margin: 10px auto;
  opacity: 1;
  width: 90%;
  object-fit: contain;
}

.footer-nav {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

.footer-menu {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px ;
}

.footer-menu-item {
  width: 100px;
}

.footer-info {
  text-align: center;
}

.footer-info * {
  margin: 10px auto;
  color: white;
}

.footer-item {
  color: white;
}

/* eyecatch */
.eyecatch {
  margin: 80px auto 0;
  text-align: center;
}

.eyecatch.eyecatch-top {
  margin: 0;
}

@media(max-width: 900px) {
	.eyecatch {
		margin: 100px auto 0px;
	}

  .eyecatch.eyecatch-top {
    margin: 0;
  }

	main > .card:first-child {
		margin-top: 50px;
	}
}

.eyecatch h1 {
  font-size: 32px;
  font-weight: bold;
}

.eyecatch p {
  font-size: 15px;
  margin-top: 10px;
}

.eyecatch-video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.eyecatch-image {
  height: 700px;
}

.eyecatch-image img{
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
}

.eyecatch-image-title {
  position: relative;
  bottom: 200px;
  color: white;
  margin-left: 20px;
}

.eyecatch-image-title h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom:20px;
}

.breadcrumb {
  margin: 20px 10px;
  margin-top: 80px;
  display: none;
}

.breadcrumb a:first-child {
  text-decoration: underline;
}
/*
@media(max-width: 900px) {
	.breadcrumb {
		display: none;
	}
}
*/

/* gotop */
.gotop {
  position: fixed;
  z-index: 1;
  right: 1rem;
  bottom: -30rem;
  transition: all 1s;
}

.banner {
  position: fixed;
  z-index: 1;
  right: 1rem;
  bottom: 1rem;
}

.banner img {
  height: 130px;
  width: min-content;
}

.side-demos {
	display: none;
}

@media(max-width:900px) {
  .banner {
    display: none;
  }
}

.scrolled .gotop {
  bottom: 80px;
}

@media screen and (min-width: 500px) {
  .drawer-nav {
    right: -70rem!important;
  }

  .pc-header {
    display: none;
  }

  .card-title, .card-text, .card-tit .card-bigtitle {
    max-width: 500px;
  }


  .card-text {
    font-size: 17px;
  }

  .card-reason_li h4 {
    font-size: 21px;
  }

  .card-reason_li span {
    font-size: 21px;
  }

  .card-reason_li p {
    font-size: 16px;
  }

  footer {
    display: block;
	position: relative;
	z-index:2;
  }

  .gotop {
    right: calc((100vw - 500px - 150px) / 2);
  }

  .scrolled .gotop {
    bottom: 3%;
    right: calc((100vw - 500px - 150px) / 2);
  }
}

@media screen and (min-width: 1050px) {
  header {
    width: calc((100vw - 420px) / 2);
    height: 100%;
    top: 10%;
    bottom: 0;
    z-index: 0;
  }

  .header-logo-link {
    display: none;
  }

  .drawer-toggle {
    display: none;
  }

  .drawer-nav {
    display: none;
  }

  .pc-header {
    display: flex;
    flex-flow: column;
    color: black;
	width: 100%;
	max-width: calc(100vh / 1);
	marign-left: auto;
  }

  .pc-logo {
    height: 10rem;
    width: 200px;
    object-fit: contain;
  }

  .pc-logo-link {
    text-align :center;
    height: 100px;
  }

  .pc-menu {
    margin: 30px auto;
    width: 180px;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: center;
  }

  .pc-menu-contact-button {
    text-align: center;
    border: 1px solid black;
    width: 260px;
    padding: 10px;
    margin: 0 auto;
  }

  .pc-menu-social-link {
    width: auto;
    margin: 30px auto;
    text-align: center;
  }

  .btn-fixed {
    display: none;
  }

  .btn-fixed-right {
    display: block;
  }
  /*
  .fixed_wrapper {
    position: fixed;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 3%;
    right: 10vw;
    transform: scale(0.7);
    transform-origin: top right;
  }

  .fixed_wrapper .card-demos-title {
    font-size: 1.5rem;
  }

  .fixed_wrapper .card-demos-sub_title {
    font-size: 1.3rem;
    height: 35px;
  }

  .card-shop-demos,
  .card-group-demos {
    margin: 0!important;
    overflow-y: hidden;
  }

  .card-shop-demos .swiper,
  .card-gorup-demos .swiper {
    transform: scale(0.4);
  }

  .card-demos-title {
    font-size: 1rem;
  }
  .card-group-demos {

  }
  */

  .side-demos {
  	display: block;
	position: fixed;
	top: calc(100vh / 12);
	right: calc(100vh / 4);
	width: 100%;
	max-width: 300px;
  }

  .side-demos ul {
  	margin: 30px auto 60px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	gap: 10px;
  }

  .side-demos img {
	width: 100px;
	height: auto;
  }

  .side-demos-sub_title {
	text-align: center;
	width: 300px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background-color: white;
	color: black;
	border-radius: 5px;
	border: 1px solid #ccc;
  }
}

@media(min-width:2000px) {
	header, .side-demos {
		transform: scale(1.4);
		transform-origin: top;
	}

	header {
	}

	.side-demos {
	}

  .side-demos-sub_title {
    font-size: 1rem!important;
  }

	main {
    max-width: 700px;
	}

  p {
    font-size: 1.3rem!important;
  }

  .card-title {
    font-size: 1.7rem;
  }

  .card {
    margin: 30px auto;
    padding: 40px;
  }

  .card-reason_list {
    padding: 50px;
  }

  .card-func_list_ul {
    max-width: 4500px;
    gap: 40px;
    justify-content: center;
  }

  .card-func_list_li p {
    font-size: 1.2rem!important;
  }

  .card-func_list_li {
    max-width: 200px;
    height: 230px;
  }

  .card-func_list_li img {
    width: 200px;
    height: 200px;
  }

  .card-campaign_flex p {
    height: 50px;
  }

  .card-campaign_wide {
    height: 50px;
  }

  .card-campaign_wrapper {
    max-width: 450px;
  }

  .card-list-li {
    font-size: 1.3rem;
  }

  .card-info-text {
    font-size: 1.5rem!important;
  }

  .btn-line_wide a {
    font-size: 1.3rem;
  }

  .card-sub_title {
    font-size: 1.3rem;
  }

  footer {
    max-width: 700px;
  }
}

@media(max-width:400px) {
	.card-title {
		font-size: 30px;
	}

	.card-campaign_price {
		font-size: 20px;
	}

	.card-campaign_price .big-price, .price_campaign h3 span {
		font-size: 3rem;
	}

	.card-campaign h2 {
		font-size: 25px;
	}

	.card-campaign_cyan {
		margin-bottom: 10px;
	}

	.support_after h2 {
		font-size: 30px;
	}

	.support_google h3 {
		font-size: 22px;
	}

	.card-campaign_price {
		font-size: 30px;
	}

}
