@charset "UTF-8";


* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
  box-sizing: border-box;
}

* {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic",
    Osaka, "sans-serif";
  font-size: 14px;
  color: #333;
  background: #fff;
  overflow-x: hidden;
  margin: 0 auto;
}

address,
caption,
code,
figcaption,
pre,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

fieldset,
iframe,
img {
  border: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tel:hover,
#mail:hover {
  color: rgb(59, 59, 255) !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

audio:not([controls]) {
  display: none;
}

:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

/* a:hover {
  text-decoration: none;
} */

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}


.woman1-home {
  background-color: #fff;
}

.w1-w {
	max-width: 1080px;
	margin: 0 auto;
}


/* オファー */
.cta .bg {
	position: relative;
	z-index: 100;
}

.cta a.contact-btn {
	position: absolute;
	top: 30%;
	left: 50%;
    transform: translateX(-50%);
}

.contact-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 100%;
	max-width: 500px;
	cursor: pointer;
}

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


/* フェードイン */
.fade-up {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.8s ease, transform 1.8s ease;
  }
  
  .fade-up.in-view {
	opacity: 1;
	transform: translateY(0);
	/* padding-top: 4%; */
  }


/* 背景 */
.bg-01 {
	background-image: url(/images/mfw_bg-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  }

  .bg-02 {
	background-image: url(/images/mfw_bg-02.png);
	background-repeat: no-repeat;
	background-size: cover;
  }

  .bg-03 {
	background-image: url(/images/mfw_bg-03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  }

  .bg-04 {
	background-image: url(/images/mfw_bg-04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  }

  .bg-05 {
	background-image: url(/images/mfw_bg-05.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  }

  .bg-06 {
	background-image: url(/images/mfw_bg-06.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  }


  @media screen and (max-width:768px) {
	.bg-02 {
		background-image: url(/images/mfw_SP_bg-02.png);
		background-repeat: no-repeat;
		background-size: cover;
	  }
}



/* 簡単チェックエリア */
.check-Container {
	position: relative;
	display: block;
	max-width: 900px;
	margin: 0 auto;
  }
  
  .check-Q {
	display: block;
  }
  
  .check-Overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 100%;
  }
  
  .check-Group:first-child {
	position: relative;
	margin-top: 24px;
	width: fit-content;
  }

  .check-Group:nth-child(2) {
	position: relative;
	width: fit-content;
  }
  
  .check-Yes, .check-No {
	display: block;
	/* width: 80px; */
	height: auto;
  }
  
  .check-Btn {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 50% !important;
	height: auto;
	z-index: 1;
  }
  
  @media screen and (max-width:768px) {
	.check-Overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 80%;
		height: 100%;

		display: flex;
		justify-content: center; 
		margin: 0 auto;
	  }

	  .check-Group:first-child, .check-Group:nth-child(2) {
		margin-top: 45%;
	  }

	  .check-Group-SP:first-child, .check-Group-SP:nth-child(2) {
		margin-top: 36%;
	  }
	
	  /* .check-Yes, .check-No {
		width: 80px;
	  } */
	  
	  .check-Btn {
		position: absolute;
		top: 6px;
		right: 6px;
		width: 50% !important;
		height: auto;
		z-index: 1;
	  }
}


 /* お問い合わせ */
 .contact-w {
	background:rgba(244,242,236,0.6);
 }

 .submit-w:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid #fff;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12%;
	transition: 0.9s all;
  }

 .submit-w input {
	background: #df6073;
	border: 2px solid #df6073;
	  border-radius: 7px;
	  padding: 10px 0;
	  color: #fff;
	  width: 250px;
	  transition: 0.9s all;
	  cursor: pointer;
	  font-family: "tbudgothic-std", sans-serif;
	  font-weight: 700;
	  font-style: normal;
	  box-shadow: 6px 6px 4px #ccc;
 }

 .submit-w:hover input {
	color: #fff;
  	background: #df6073;
	opacity: 0.7;
  }
  .submit-w:hover::after {
	border-left-color: #fff;
  }

  .submit-box {
	display: flex;
	justify-content: center;
	padding-bottom: 1em;
  }
  
  .submit-box > div {
	width: 48%;
	margin: 0;
  }
  
  .submit-box > div:last-child {
	margin-left: 30px;
  }

  @media screen and (max-width:768px) {
	.submit-w:after {
		border-top: 8px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 50%;
		right: 44%;
	  }

	.submit-box {
		display: block;
	  }
	  
	  .submit-box > div {
		margin-left: 30px;
	  }
	  
	  .submit-box > div:last-child {
		margin-left: 30px;
		padding-top: 1em;
	  }
  }


/* サンクスページ日程調整ボタン */
  .thanks .more {
	display: block;
	max-width: 420px;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #df6073;
	border: 2px solid #df6073;
	padding: 15px 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-radius: 7px;
	color: #fff !important;
	position: relative;
	z-index: 1;
	box-shadow: 5px 5px 3px #ccc;
  }
  .more:hover {
	opacity: 0.7;
  }

  .more:hover::after {
	border-left-color: #fff;
  }
  .more:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid #fff;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 33px;
	transition: 0.9s all;
  } 