@charset "utf-8";

/*----------------------------------------------------------------------------
　reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
	width: 100%;
}
textarea {
	vertical-align: top;
}



/*----------------------------------------------------------------------------
　Base
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #403e3f;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

a {
	color: #403e3f;
  text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

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

strong {
	font-weight: bold;
}

body, html {
	height: 100%;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fb {
  font-weight: bold;
}
.fb span {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}

@media screen and (max-width: 768px) {
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}


/*--------------------------------------
　color
---------------------------------------*/
.cl-wh {
  color: #fff;
}
.cl-pk01 {
  color: #ff5c78;
}
.cl-pk02 {
  color: #ff6d86;
}
.cl-gd {
  color: #cba954;
}


/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1100px;
  padding: 3rem 3rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header__logo {
  width: 340px;
}

@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
    padding: 1rem 1rem;
  }

  .header__logo {
    width: 60%;
  }  
}


/*--------------------------------------
　fixed-nav
---------------------------------------*/
.fixed-nav {
  position: fixed;
  top: 25px;
  right: 0;
  background: #fff;
  width: auto;
  padding: 1.3rem 3rem 1.3rem 6rem;
  border-radius: 100px 0 0 100px;
  box-shadow: 0 5px 4px 0 rgba(0,0,0,0.08);
  z-index: 1;
}

.fixed-nav__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fixed-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  text-align: center;
}

.fixed-nav__item a {
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
}
.fixed-nav__item a:hover {
  opacity: 1;
}
.fixed-nav__item a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%,0);
  background: #ff5671;
  width: 35px;
  height: 1px;
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
}
.fixed-nav__item a:hover::after {
  opacity: 1;
  visibility: visible;
}

.fixed-nav .cta__btn {
  width: 190px;
  margin: 0 0 0 4rem;
}
.fixed-nav .cta__btn a
 {
  height: auto;
  padding: 1.2rem 4rem;
  font-size: 1.4rem;
}
.fixed-nav .cta__btn.pk a::before{
  content: none;
}
.fixed-nav .cta__btn a::after {
  right: 15px;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .fixed-nav {
    display: none;
  }
}


/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
	/*----- hb-menu -----*/
	#hb-menu {
		display: table;
		position: fixed;
		top: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
		background: #ff5671;
    border-radius: 8px;
		box-sizing: border-box;
		cursor: pointer;
		z-index: 10000;
	}
	#hb-menu .hb-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#hb-menu span {
		display: block;
		background: #fff;
		width: 24px;
		height: 1px;
		margin: auto;
		border-radius: 0;
		transition: all .5s ease-in-out;
	}
	#hb-menu span:nth-of-type(2),
	#hb-menu span:nth-of-type(3){
		margin-top: 7px;
	}

	/* ナビゲーションアイコン：アクティブ */
	.hb-open #hb-menu span:nth-of-type(1) {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
	}
	.hb-open #hb-menu span:nth-of-type(2) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
	.hb-open #hb-menu span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
	}

	/* overlay */
	.overlay {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: transparent;
		pointer-events: none;
		z-index: 9999;
		transition: 0.2s;
	}
	.hb-open .overlay {
		background: none;
		pointer-events: auto;
	}

	/*----- g-nav -----*/
	.g-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.g-nav .g-nav-inner {
		position: fixed;
		top: 0;
		right: 0;
		background: #fff;
		width: 100%;
		height: 100%;
		padding: 10rem 2rem;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		transition: .5s;
		transform: translateX(100%);
		z-index: 9999;
	}
	.hb-open .g-nav .g-nav-inner {
		position: fixed;
		top: 0;
		transform: translateX(0);
		transform: translateZ(0);
	}

  .hb-men__list {
    text-align: center;
  }
	
  .hb-menu__item {
    margin: 0 0 4rem;
  }
  .hb-menu__item:last-child {
    margin: 0 0 0;
  }
  .hb-menu__item a {
    display: block;
    font-size: 1.7rem;
    line-height: 1.4;
    position: relative;
  }
  .hb-menu__item a:hover {
    opacity: 1;
  }
  .hb-menu__item a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%,0);
    background: #ff5671;
    width: 22px;
    height: 1px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .hb-menu__item a:hover::after {
    opacity: 1;
    visibility: visible;
  }
	
  .hb-menu__wrap .cta__btn {
    width: 90%;
    margin: 4rem auto 0!important;
  }
}


/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-area {
	background: #595959;
	width: 100%;
	min-width: 1100px;
  margin-top: -200px;
  padding: 9rem 0 6rem;
  border-radius: 200px 0 0 0;
  position: relative;
}

.l-footer-area__inner {
  width: calc(100% - 120px);
  max-width: 1100px;
  margin: auto;
}

.footer-menu__wrap {
  display: flex;
  gap: 0 60px;
}

.footer-menu__item {
  margin: 0 0 2rem;
}
.footer-menu__item > a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.footer-submenu__listBox {
  display: flex;
  gap: 0 30px;
  margin: 1.5rem 0 0;
}
.footer-submenu__item {
  margin: 0 0 1rem;
}
.footer-submenu__item a {
  color: #fff;
  font-size: 1.3rem;
}

.footer__copy {
  margin: 8rem 0 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-footer-area {
    min-width: 100%;
    margin-top: -75px;
    padding: 5rem 2rem 4rem;
    border-radius: 75px 0 0 0;
  }

  .l-footer-area__inner {
    width: 100%;
    max-width: 100%;
  }

  .footer-menu__wrap {
    display: block;
    padding: 0 2rem;
  }

  .footer-menu__item {
    margin: 0 0 1.5rem;
  }

  .footer-submenu__listBox {
    display: block;
    margin: 1rem 0 0;
  }
  .footer-submenu__item {
    margin: 0 0 8px;
  }

  .footer__copy {
    margin: 4rem 0 0;
  }
}


/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 67px;
  z-index: 0;
}

.l-pagetop__link {
}

@media screen and (max-width: 768px) {
	.l-pagetop {
		bottom: 10px;
		right: 5px;
		width: 50px;
	}
}


/*--------------------------------------
　CTA
---------------------------------------*/
.cta-area {
  background: linear-gradient(-58deg, #caead9 0%, #dbe0d2 25%, #ffa6b1 100%);
  width: 100%;
  min-width: 1100px;
  padding: 8rem 0 8rem;
  border-radius: 150px 0 150px 0;
}

.cta-area__inner {
  max-width: 1100px;
  margin: auto;
}

.cta__ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.cta__ttl span {
  font-weight: bold;
}
.cta__ttl .small {
  display: inline-block;
  padding: 0 1.5rem 0 3rem;
  font-size: 2.8rem;
  position: relative;
}
.cta__ttl .small::before,
.cta__ttl .small::after {
  content: "";
  position: absolute;
  top: 0;
  background: url("../../../images/lp/osaka/deco01.png") left top no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-top: 5px;
  box-sizing: border-box;
}
.cta__ttl .small::before {
  left: 0;
}
.cta__ttl .small::after {
  right: 0;
  transform: scale(-1, -1);
}
.cta__ttl .mark {
  display: inline-block;
  background: #fff;
  padding: 8px 1rem;
  line-height: 1;
}

.cta__btnBox {
  display: flex;
  justify-content: center;
  margin: 6rem 0 0;
}
.cta__btn {
  width: 380px;
  margin: 0 2rem;
}
.cta__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 0 7rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 100px;
  box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.15);
  position: relative;
}
.cta__btn.gn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 99px;
  background: url("../../../images/lp/osaka/btn_img_01.png") left bottom no-repeat;
  border-radius: 0 0 0 37px;
  overflow: hidden  ;
}
.cta__btn.pk a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 95px;
  height: 94px;
  background: url("../../../images/lp/osaka/btn_img_02.png") left bottom no-repeat;
  border-radius: 0 0 0 37px;
  overflow: hidden  ;
  ;
}
.cta__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
  width: 26px;
  height: 26px;
  box-sizing: border-box;
}
.cta__btn.gn a {
  background: #36be7b;
}
.cta__btn.pk a {
  background: #ff5471;
}
.cta__btn.gn a::after {
  background: url("../../../images/lp/osaka/arrow-gn.png") left top no-repeat;
  background-size: contain;
}
.cta__btn.pk a::after {
  background: url("../../../images/lp/osaka/arrow-pk.png") left top no-repeat;
  background-size: contain;
}
.cta__btn a:hover {
  box-shadow: none;
  opacity: 1;
}
.cta__btn.gn a:hover {
  background: #86efbb;
}
.cta__btn.pk a:hover {
  background: #ffc2cc;
}

@media screen and (max-width: 768px) {
  .cta-area {
    min-width: 100%;
    padding: 4rem 0 6rem;
    border-radius: 75px 0 75px 0;
  }

  .cta-area__inner {
    max-width: 100%;
  }

  .cta__ttl {
    font-size: 2.3rem;
  }
  .cta__ttl .small {
    margin: 0 0 1rem;
    padding: 0 5px 0 2rem;
    font-size: 1.6rem;
  }
  .cta__ttl .small::before,
  .cta__ttl .small::after {
    top: inherit;
    bottom: 12px;
    width: 13px;
    height: 13px;
    margin-top: 0;
  }
  .cta__ttl .mark {
    padding: 5px 5px;
  }

  .cta__btnBox {
    display: block;
    margin: 3rem 0 0;
  }
  .cta__btn {
    width: 80%;
    margin: 0 auto 2rem;
  }
  .cta__btn:last-child {
    margin: 0 auto 0;
  }
  .cta__btn a {
    display: block;
    height: auto;
    padding: 2rem 5rem;
    font-size: 1.5rem;
  }
  .cta__btn a::after {
    right: 15px;
    width: 24px;
    height: 24px;
  }  
  .cta__btn.gn a::before {
  border-radius: 0 0 0 3rem;
  width: 75px;
  height: 75px;
  background-size: 100%;
 
}
.cta__btn.pk a::before {
  border-radius: 0 0 0 3rem;
  width: 75px;
  height: 75px;
  background-size: 100%;
}
.g-nav .cta__btn.pk a::before{
  content: none;;
}
}


/* ==========================================================================*/
/* フォーム */
/* ==========================================================================*/
select,
textarea {
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.768rem) * 0.3914)), 1.6rem);
  line-height: 1.8;
  appearance: none;
  -moz-appearance:none;
  -webkit-appearance:none;
  border-radius:0;
  border: solid 1px #808080;
  padding: 6px 10px;
}

.mw_wp_form {
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.768rem) * 0.3914)), 1.6rem);
  line-height: 1.8;
}

.mw_wp_form button,
.mw_wp_form [type="button"],
.mw_wp_form [type="reset"],
.mw_wp_form [type="submit"],
.mw_wp_form [role="button"] {
  cursor: pointer;
  color: inherit;
}

.sec .mw_wp_form p {
  margin: 2.5em 0;
}

.mw_wp_form table {
  background: #fff;
  border-collapse: collapse;
  margin: auto;
  padding: 15px;
  width: 90%;
    max-width: 960px;
}

.mw_wp_form th {
  border-bottom: solid 10px #faf7f3;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px;
  text-align: left;
  width: 25%;
}

.mw_wp_form td {
  border-bottom: solid 10px #faf7f3;
  padding: 20px;
}

.mw_wp_form td p {
  color: #043c79;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 5px 0;
}

.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background: #fff;
  border: solid 1px #999;
  padding: 1rem 1.2rem;
  margin: 5px 0;
  box-sizing: border-box;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form textarea {
  width: 100%;
}


.mwform-zip-field input[type="text"] {
  width: auto;
}

.mwform-tel-field input[type="text"] {
  width: auto;
  max-width: 30%;
}

.mw_wp_form input[type="file"] {
  border: none;
}

.form-img {
  background: #fff;
  margin-top: 10px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.mw_wp_form input[type="submit"] {
  background: #292929;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin: auto;
  padding: 20px;
  width: 40%;
}

.mw_wp_form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: none;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  width: 100%;
}

.required {
  background: red;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.4;
  padding: .1rem .6rem .2rem;
}

.any {
  background: #606060;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.4;
  margin: 0;
  padding: .1rem .6rem .2rem;
}

.mw_wp_form .error {
  font-size: .9em;
  color: red;
  display: block;
}
.mwform-checkbox-field label, 
.mwform-radio-field label {
  margin-right: 20px;
  white-space: nowrap;
  line-height: 2.4;
}
.mw_wp_form input.switch-input {
  margin-right: 5px;
}

.ui-datepicker {
  background: #fff
}

.ui-datepicker a {
  color: #b4995a;
}

.ui-datepicker table {
  border-collapse: collapse;
  line-height: 1.4;
  width: 100%;
}

.ui-datepicker table th {
  font-weight: bold;
  background: #f6f6f6;
  border: solid 1px #aaa;
  padding: 20px;
  text-align: left;
}

.ui-datepicker table td {
  border: solid 1px #d8ccc5;
  padding: 20px;
}

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

  .mw_wp_form th {
    border-bottom: none;
  }

  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }

}
