@charset "utf-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, i, dl, dt, dd, ol, ul, li, form, label, article, main, footer, header, nav, section {
	border: 0;
	font-weight: normal;
	outline: 0;
  padding: 0;
  margin: 0;
}

a {
	background: transparent;
	border: 0;
  padding: 0;
  margin: 0;
}

a:active,
a:hover {
  outline: 0;
}

a img {
	border: none;
  text-decoration: none;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul li {
  list-style: none;
}

small {
  font-size: 80%;
}

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

td, th {
  padding: 0;
}

img {
	border: none;
  vertical-align: bottom;
}

button, input, select, textarea {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background: none;
	border: none;
  border-radius: 0;
	cursor: pointer;
	overflow: visible;
	padding: 0;
}

button, select {
  text-transform: none;
}

button, html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
}

body {
  text-rendering: optimizeLegibility;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color .2s ease-out 0s;
  transition: color .2s ease-out 0s;
  text-underline-offset: 2px;
  -webkit-tap-highlight-color: rgba(189,185,185,0);
  -webkit-touch-callout: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  color: #000;
}

a[href^="tel:"] {
  color: #000;
  text-decoration: none;
}

.pc a[href^="tel:"],
.tablet a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

::-moz-selection {
  background: rgba(47,157,178,.08);
}

::selection {
  background: rgba(47,157,178,.08);
}

.flex-block {
	display: flex;
}

.flex-space-between {
	display: flex;
	justify-content: space-between;
}

.sp_hide {
	display: block;
}

.pc_hide {
	display: none;
}

@media screen and (max-width: 770px) {
	.pc_hide {
		display: block;
	}

	.sp_hide {
		display: none;
	}
}

body {
  width: 100%;
	height: 100%;
	background: #FBFAF5;
  overflow-y: scroll;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , hiragino sans , "Meiryo" , hiragino kaku gothic pron , sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .1em;
}

#wrapper {
  width: 100%;
  overflow-y: hidden;
}

#main {
  width: 100%;
  overflow-x: hidden;
}

.section {
  margin-right: auto;
  margin-left: auto;
}

.section + .section {
  margin-top: 190px;
}

.section-head {
  width: 100%;
}

.section-body {
  width: 100%;
  margin-top: 74px;
}

.contact .section-body {
  margin-top: 0;
}

.lazyload-wrapper {
  background: rgba(230,230,230,.25);
}

.lazyload,.lazyautosizes {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.69, 0, 0.33, 1) 0s;
  transition: opacity 1s cubic-bezier(0.69, 0, 0.33, 1) 0s;
}

.lazyload.lazyloaded,
.lazyautosizes.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.69, 0, 0.33, 1) 0s;
  transition: opacity 1s cubic-bezier(0.69, 0, 0.33, 1) 0s;
}

/* フッター */
footer {
  position: relative;
  width: 100%;
  margin-top: 95px;
}
@media screen and (min-width: 770px) {
  footer {
    padding-right:50px;
    padding-left: 50px;
  }
}

.footer-inner {
	padding-bottom: 100px;
}

.go-to-top {
  z-index: 5;
  line-height: 0;
  text-align: right;
  pointer-events: none;
}
@media screen and (min-width: 770px) and (max-width: 1490px) {
  .go-to-top {
    padding-right:30px;
  }
}

@media screen and (min-width: 770px) {
  .go-to-top {
    position:fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: calc(1320px + 100px);
    margin: 0 auto;
  }
}

.go-to-top a {
  display: inline-block;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out 0s;
  transition: opacity .3s ease-out 0s;
}

.go-to-top a.tch-active,
.pc .go-to-top a:hover {
  opacity: .6;
}

.is-page-scrolling .go-to-top a {
  pointer-events: auto;
  opacity: 1;
}

.go-to-top img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#gnavi.container {
  margin-top: 80px;
  padding: 0 50px;
}
@media screen and (min-width: 770px) {
  .container {
    padding: 95px 50px;
  }
}

#gnavi + .container {
  padding-top: 0;
}


.wht {
  background: #FFF;
}

/* メニュー */
#gnavi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

#gnavi ul li {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding: 0 10px;
}

#gnavi ul li::after {
  display: inline-block;
  width: 1px;
  height: 27px;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
}

#gnavi ul li:first-of-type::after {
  display: none;
}

.section-head h2 {
  line-height: 1.02;
  text-align: center;
	position: relative;
}

.section-head h2::after {
  display: block;
  width: 1px;
  height: 20px;
	background: #000;
  content: "";
	margin: 70px auto 41px;
}

.section-head h2 span:first-of-type {
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .1em;
}

.section-head h2 span:last-of-type {
  display: block;
  font-size: 14px;
  letter-spacing: .05em;
	position: absolute;
	top: 40%;
	left: 50%;
	transition: (50% , 50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	margin-top: 12px;
	z-index: 1;
}

.section-head h2 span:last-of-type::after {
	display: block !important;
	width: 120px;
	height: 30px;
	content: url("img/marker.png");
	position: relative;
	top: -6px;
	margin: 0 auto;
	z-index: -1;
}

.summary {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
	line-height: 2.3;
	text-align: center;
}

.summary img {
	display: block;
	margin: 0 auto;
}

.lead {
  display: -ms-grid;
  display: grid;
  place-items: center;
  line-height: 3;
  margin-top: 1.8em;
}

.lead-annotation {
	color: #717171;
  font-size: 1rem;
  text-indent: -1em;
	padding-left: 1em;
}

@media screen and (min-width: 576px) {
  .lead-annotation {
    text-align:center;
  }
}

.carousel {
  position: relative;
  opacity: 0;
}

.carousel.carousel-enabled {
  opacity: 1;
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  will-change: transform,mask-image,-webkit-mask-image;
}

.carousel-item_body {
  width: 100%;
  will-change: transform;
}

.carousel-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.carousel-controller_prev,
.carousel-controller_next {
  display: block;
  width: 50%;
  height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	text-indent: -999em;
}

.carousel-controller_prev {
  left: 0;
}

.carousel-controller_next {
  right: 0;
}

.carousel-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 0;
}

.carousel-cursor._right .carousel-cursor_next,
.carousel-cursor._left .carousel-cursor_prev {
  visibility: visible;
}

@media not all and (any-pointer: fine) {
  .carousel-cursor {
    display:none;
  }
}

.carousel-cursor_prev,
.carousel-cursor_next {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 0;
  pointer-events: none;
  visibility: hidden;
  background: url("img/cursor.svg") 0 0/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-cursor_prev {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.carousel-pagination {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 0;
}

.carousel-pagination_dot {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.carousel-pagination_dot.is-selected {
  cursor: default;
}

.carousel-pagination_dot.is-selected::after {
  background: #D8D8D8;
}

.carousel-pagination_dot::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #9C9C9C;
  -webkit-transition: background .3s ease-out 0s;
  transition: background .3s ease-out 0s;
}

.mb-br {
  display: none;
}

.android p, .android li, .android dt, .android dd, .android h1, .android h2, .android h3, .android h4, .android h5, .android h6, .android span {
  max-height: 100%;
}

.intro {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 770px) {
  .intro {
    padding-right:50px;
    padding-left: 50px;
  }
}

.intro-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.intro-inner picture {
  display: block;
  width: 100%;
}

.intro-inner picture img,
.slide img {
  width: 100%;
  height: auto;
}

.intro-block {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 576px) and (max-width: 770px) {
  .intro-block h1 {
    width: clamp(150px, 20vw, 202px);
  }
}

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

.intro-block p {
  font-size: 1.4rem;
	font-weight: bold;
  line-height: 2.14;
  text-align: center;
	text-shadow: #FFF 2px 2px 3px, #FFF -2px 2px 3px,
    #FFF 2px -2px 3px, #FFF -2px -2px 3px;
  letter-spacing: .1em;
	margin-top: 76px;
	margin-top: clamp(40px, 6vw, 76px);
}

.contents {
  width: 100%;
  margin-top: 80px;
}
@media screen and (min-width: 770px) {
  .contents {
    padding-right:50px;
    padding-left: 50px;
  }
}

.concept {
  max-width: 620px;
}

.concept-text {
  line-height: 3;
}

.concept-text .link {
	color: #92C8E3;
	text-decoration: underline;
}

.example,
.point {
  max-width: 1320px;

}

.example-item:not(:first-of-type) {
	margin-top: 64px;
}

.example-block tr {
	margin: 10px 0;
}

.example-block th {
	width: 20%;
  font-size: 18px;
	text-align: left;
	vertical-align: top;
	padding: 10px 0 20px;
}

.example-block td {
	width: 40%;
	padding: 10px 10px 20px;
}

@media screen and (min-width: 771px) {
	.example-block td:first-of-type {
		padding-top: 15px;
	}

	.example-block td:last-of-type {
		padding-right: 0;
	}

	.example-item:first-of-type td:last-of-type,
	.example-item:nth-of-type(2) td:last-of-type {
		padding-left: 35px;
	}

	.example-item:last-of-type td:last-of-type {
		padding-left: 80px;
	}
}

@media screen and (min-width: 950px) {
	.example-item:first-of-type td:last-of-type,
	.example-item:nth-of-type(2) td:last-of-type {
		padding-left: 58px;
	}

	.example-item:last-of-type td:last-of-type {
		padding-left: 104px;
	}
}


.example-block td:last-of-type {
	vertical-align: bottom;
}

.example-block p {
	font-weight: bold;
}

.example-image {
	justify-content: space-between;
}

.example-image .point-details-item {
	width: 33%;
	margin: 0 !important;
}

.point-inner {
	max-width: 850px;
	margin: 0 auto;
}

.point-inner img {
	max-width: 850px;
	width: 100%;
}

.point-details-item h3 {
  font-size: 18px;
}

.point-examples {
  margin-top: 88px;
}

.point-examples-item + .point-examples-item {
  margin-top: 100px;
}

@media screen and (min-width: 770px) {
  .point-examples-item {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	}
}

.point-examples-item_image-block {
  padding-bottom: 30px;
}
@media screen and (min-width: 770px) {
  .point-examples-item_image-block {
    width:45.3125%;
  }
}

.point-carousel {
  padding-bottom: 60.34483%;
}

.point-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.point-carousel-item-picture {
  display: block;
  width: 100%;
  padding-bottom: 60.34483%;
}

.point-carousel-item-picture_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 770px) {
  .point-examples-item_text-block {
    width:46.875%;
  }
}

.point-examples-item_heading {
  line-height: 1.02;
}

.point-examples-item_heading._mobile {
  display: none;
}

.point-examples-item_heading_en {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: .1em;
}

.point-examples-item_heading_ja {
	font-size: 1.2rem;
  margin-left: .1em;
}

.point-examples-item_text-block ul {
	font-size: 1.2rem;
  margin-top: 25px;
}

.point-examples-item_text-block ul li {
  padding-left: 1.5em;
  line-height: 1.6;
  text-indent: -1.5em;
}

.point-examples-item_text-block ul li::before {
  display: inline;
  content: "-";
	margin-right: 1.1em;
}

.point-examples-item_text-block ul li + li {
  margin-top: .9em;
}

.point-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  max-width: 850px;
	margin: 0 auto;
}

@media screen and (min-width: 770px) {
  .point-details-item {
    width: 30.58824%;
  }

  .point-details-item:not(:nth-child(3n)) {
    margin-right: 4.11765%;
  }

  .point-details-item:nth-child(n+4) {
    margin-top: 64px;
  }
}

@media screen and (min-width: 576px) and (max-width: 770px) {
  .point-details-item {
    width:47%;
  }

  .point-details-item:not(:nth-child(2n)) {
    margin-right: 6%;
  }

  .point-details-item:nth-child(n+3) {
    margin-top: 64px;
  }
}

.point-details-item img {
  width: 100%;
  height: auto;
}

.point-details-item h3 {
  font-weight: 600;
	margin-top: 20px;
}

.point-details-item p {
  line-height: 2.14;
  letter-spacing: .02em;
	margin-top: 10px;
}

.price {
  max-width: 750px;
	margin: 0 auto;
}

.package-plan {
  text-align: center;
	padding-top: 83px;
}

.package-list {
  color: #717171;
	overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
	margin-top: 28px;
}

.package-item {
	width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	border-bottom: 1px solid #717171;
  line-height: 1.02;
}

.package-item p {
  width: 30%;
  text-align: center;
}

.package-item p:nth-last-of-type(n+3) {
	background: #FBFAF5;
	font-weight: bold;
	padding: 1.3em 0;
}


.more-package-plan {
  width: 100%;
}

.more-package-plan-content {
  width: 100%;
  height: 0;
  visibility: hidden;
}

.more-package-plan-content_body {
  width: 100%;
}

.package-plan-annotation {
  text-align: left;
	margin-top: 50px;
}

@media screen and (min-width: 576px) {
  .package-plan-annotation {
    padding:0 2em;
  }
}

.package-plan-annotation li {
	font-size: 1rem;
  line-height: 1.6;
  text-indent: -1em;
	padding-left: 1em;
}

.package-plan-annotation li + li {
  margin-top: .4em;
}

.package-plan-toggle-btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-out 0s;
  transition: opacity .3s ease-out 0s;
	outline: none;
	margin-top: 50px;
}

.package-plan-toggle-btn:hover,
.package-plan-toggle-btn:active {
  opacity: .6;
}

.package-plan-toggle-btn::before {
  display: block;
  width: 2px;
  height: 52px;
  background: url("img/icon_dots.svg") 0 0 no-repeat;
	content: "";
	pointer-events: none;
  -webkit-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
	margin: 0 auto 9px;
}

.is-opened .package-plan-toggle-btn {
  margin-top: 80px;
}

.is-opened .package-plan-toggle-btn::before {
  width: 12px;
  height: 12px;
  background: url(../images/icon_close.svg) 0 0 no-repeat;
}

.package-plan-toggle-btn_text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.02;
  pointer-events: none;
}

.package-plan-toggle-btn_text._close {
  display: none;
}

.is-opened .package-plan-toggle-btn_text._open {
  display: none;
}

.is-opened .package-plan-toggle-btn_text._close {
  display: block;
}

.price-annotation {
  width: 100%;
	background: #FBFAF5;
  padding: 100px 5.6%;
	margin-top: 100px;
}

.price-annotation-head {
  text-align: center;
}

.price-annotation-body {
  max-width: 464px;
  margin: 40px auto 0;
}

.price-annotation-body dl {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 576px) {
  .price-annotation-body dl + dl {
    margin-top: 1.6em;
  }

  .price-annotation-body dl::after {
    position: absolute;
    top: 50%;
    left: 0;
		width: 100%;
		height: 1px;
		background: #000;
		content: "";
    z-index: -1;
  }
}

@media screen and (min-width: 576px) {
  .price-annotation-body dl dt {
    background: #FBFAF5;
		padding-right:18px;
  }
}

.price-annotation-body dl dd {
  width: 150px;
	margin-left: auto;
}

.price-annotation-body dl dd small {
  margin-left: .2em;
}

@media screen and (min-width: 576px) {
  .price-annotation-body dl dd {
		background: #FBFAF5;
    padding-left:20px;
  }
}

.price-annotation-foot {
	max-width: 464px;
  margin: 44px auto 0;
}

@media screen and (min-width: 576px) {
  .price-annotation-foot {
		border-top: 1px solid #000;
    padding-top:3.4em;
  }
}

.price-annotation-foot ul {
  color: #717171;
	font-size: 1rem;
}

.price-annotation-foot ul li {
  line-height: 1.6;
  text-indent: -1.5em;
	padding-left: 1.5em;
}

.price-annotation-foot ul li + .price-annotation-foot ul li {
  margin-top: .7em;
}

.flow-list,
.contact-form {
  max-width: 720px;
  margin: 90px auto 0;
}

.flow-item {
  position: relative;
  width: 100%;
}

.flow-item::before {
  position: absolute;
  top: 0;
	left: 25px;
  z-index: -1;
  display: block;
  width: 1px;
  height: 100%;
	background: #000;
  content: "";
}

@media screen and (min-width: 576px) {
  .flow-item:not(:last-child) {
    padding-bottom: 50px;
  }

  .flow-item:last-child::before {
    display: none;
  }
}

.flow-block {
  position: relative;
}
@media screen and (min-width: 576px) {
  .flow-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.flow-block::after {
	position: absolute;
	left: 0;
	bottom: -50%;
	z-index: -1;
	display: block;
	width: 100%;
	height: 1px;
	background-image: repeating-linear-gradient(-90deg, #000, #000 2px, transparent 2px, transparent 4px);
	content: ""
}

.flow-block h3 {
	font-size: 1.6rem;
  position: relative;
  line-height: 1.2;
}

@media screen and (min-width: 576px) {
  .flow-block h3 {
    width: 207px;
  }

  .flow-block h3 span {
    padding-right: 1em;
  }
}

.flow-number span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
	background: #FBFAF5;
	border: 1px solid #000;
	border-radius: 50%;
  font-size: 2rem;
  font-weight: 300;
	font-feature-settings: "tnum";
	-webkit-font-feature-settings: "tnum";
  line-height: 1;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 576px) {
  .flow-number {
    width: 70px;
  }
}

@media sCreen and (max-width: 575px) {
	.flow-block h3 br {
		display: none;
	}
}

.flow-text {
  font-size: 1.2rem;
}

@media screen and (min-width: 576px) {
  .flow-text {
    width: calc(100% - 277px);
  }
}

.flow-annotation {
  max-width: 750px;
	background: #FFF;
  padding: 2em;
  margin: 90px auto 0;
}

.flow-annotation ul {
  max-width: 540px;
	color: #717171;
	font-size: 1rem;
  margin: 0 auto;
}

.flow-annotation ul li {
  line-height: 1.6;
  text-indent: -1.6rem;
	padding-left: 1.6rem;
}

.flow-annotation ul li + .flow-annotation ul li {
  margin-top: .6em;
}

.package-plan .flow-annotation {
	margin-top: 0;
}

.package-plan .flow-annotation ul li {
	text-align: left;
}

/* お問い合わせ */
.contact-form-item {
	padding: 15px 0;
}

.contact-form-item.flex-block {
	align-items: center;
}

.contact-form-item .flex-space-between input {
	width: 49%;
}

.required {
	color: #E95B47;
	font-weight: bold;
	padding-left: 5px;
}

.contact-form-item label {
	font-weight: bold;
}

.contact-form-item input,
.contact-form-item select,
.check-list p input {
	width: 100%;
	border: 1px solid #000;
	padding: 15px;
	margin-top: 5px;
}

.contact-form-item.age input,
.contact-form-item.family input,
.contact-form-item.floor input {
	width: 90%;
}

.check-list p {
	font-weight: bold;
	padding-top: 10px;
}

.check-list p input:first-of-type {
	margin-bottom: 15px;
}

.address input:first-of-type,
.address input:nth-of-type(2) {
	width: 10%;
	vertical-align: baseline;
	margin: 0 5px;
}

.check-list label.checkbox {
	font-weight: normal;
	padding-right: 20px;
}

.check-list > label.checkbox {
	padding-bottom: 5px;
}

.check-list input {
	width: inherit;
	margin: -1px 5px 0 0;
}

.birth {
	display: inline-block;
	width: 25%;
}

.birth select {
	width: 80%;
}

.birth span {
	padding-left: 2%;
}

.tel .flex-space-between {
	align-items: center;
}

.tel .flex-space-between span {
	padding: 0 1%;
}

textarea {
	width: 100%;
	height: 180px;
	padding: 15px;
}

/* チェックボックス */
.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
	padding-left: 28px;
}

/* input非表示 */
.checkbox input {
  display: none;
}

/* □ */
.checkmark {
  position: absolute;
  /*top: 2px;*/
  left: 0;
	width: 25px;
  height: 25px;
	background: #FFF;
	border: 1px solid #CBC9C9;
  border-radius: 4px;
  box-sizing: border-box;
}

/* ✓ */
.checkmark:after {
  content: "";
  position: absolute;
	top: 3px;
  left: 8px;
  width: 7px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

/* チェックが入ったときの□ */
.checkbox input:checked + .checkmark {
  background: #808452;
  border-color: #808452;
}

/* チェックが入ったときの✓ */
.checkbox input:checked + .checkmark:after {
  opacity: 1;
}

.contact-btn {
  line-height: 1.02;
  text-align: center;
	margin-top: 86px;
}

.contact-btn a,
.submit,
.back {
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
	padding: 1.4em 8em;
}

.contact-btn a,
.submit {
	background: #808452;
	border: 1px solid #808452;
	color: #FFF;
}

.back {
	border: 1px solid #808452;
	color: #808452;
}

.back:hover {
	border: 1px solid #9EC6CF;
	color: #9EC6CF;
}

.contact-btn a:hover,
.contact-btn a:active,
.submit:hover {
  background: #9EC6CF;
	border: 1px solid #9EC6CF;
}

.contact-form-item:last-of-type {
	text-align: center;
}

.btn-box {
	display: flex;
	justify-content: center;
}

.btn-box li {
	margin: 86px 20px 0;
}

.contact-foot {
  max-width: 500px;
  margin: 100px auto 0;
}

.contact-foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	align-items: center;
}

.contact-foot_left img {
	width: 97px;
}

.contact-foot_right img {
	width: 170px;
}

/* アニメーション */
[data-animate][fade-in] {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.69, 0, 0.33, 1) 0s;
  transition: opacity 1s cubic-bezier(0.69, 0, 0.33, 1) 0s;
}

.ie [data-animate][fade-in] {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

[data-animate=active][fade-in] {
  opacity: 1;
}

[data-animate][fade-in-up] {
  opacity: 0;
  -webkit-transform: translateY(3vh);
  transform: translateY(3vh);
  -webkit-transition: opacity .5s cubic-bezier(0.69, 0, 0.33, 1) 0s,-webkit-transform 1s cubic-bezier(0.29, 0.12, 0, 0.99) 0s;
  transition: opacity .5s cubic-bezier(0.69, 0, 0.33, 1) 0s,-webkit-ransform 1s cubic-bezier(0.29, 0.12, 0, 0.99) 0s;
  transition: opacity .5s cubic-bezier(0.69, 0, 0.33, 1) 0s,transform 1s cubic-bezier(0.29, 0.12, 0, 0.99) 0s;
  transition: opacity .5s cubic-bezier(0.69, 0, 0.33, 1) 0s,transform 1s cubic-bezier(0.29, 0.12, 0, 0.99) 0s,-webkit-transform 1s cubic-bezier(0.29, 0.12, 0, 0.99) 0s;
}

.ie [data-animate][fade-in-up] {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}

[data-animate=active][fade-in-up] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#accordion {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
}

.accordion-title {
	border-bottom: 1px solid #000;
  position: relative;
  cursor: pointer;
	padding: 20px;
	margin: 0;
}

.category {
	display: inline-block;
	max-width: 100%;
	font-size: 18px;
	font-weight: bold;
	position: unset;
}

.accordion-title p {
	width: 90%;
}

.accordion-title::after {
  content: "";
  position: absolute;
  right: 3.5%;
  top: 35%;
  transition: all 0.2s ease-in-out;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion-title p::before,
.accordion-content p::before {
	position: absolute;
	top: 0;
	left: 0;
}

.accordion-content {
  display: none;
	padding: 20px;
	margin-bottom: 2%;
}

.accordion-content p {
	margin: 0;
}

.accordion-content ul {
	margin: 0;
}

.accordion-content ul li {
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
}

.accordion-content ul li:first-of-type img {
	max-width: 100%;
}

.accordion-content ul li .flex-space-between {
	padding-bottom: 10px;
}

.accordion-content .flex-block {
	flex-wrap: wrap;
}

.accordion-inner {
	max-width: 200px;
	padding-right: 10px;
}

.accordion-inner img {
	width: 100%;
}

.accordion-content ul li .flex-space-between {
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	.accordion-content ul li .flex-space-between {
		flex: 1;
	}

	.accordion-content ul li p {
		flex: 6;
	}

}
