@charset "UTF-8";
/* CSS Document */
.photo .mv, .bridal .mv, .epilation .mv, .formen .mv, .shop .mv {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

.inner, .pagetop p, .course .course__list .item {
  zoom: 1;
}

.inner:after, .pagetop p:after, .course .course__list .item:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  .inner:after, .pagetop p:after, .course .course__list .item:after {
    color: #fff;
    content: '';
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
}

/*----------------------------------------
	mediaquery.scss
----------------------------------------*/
@media print, screen and (max-width: 640px) {
  .pc-only,
  .tabpc-only {
    display: none;
  }
}

@media print, screen and (min-width: 641px) and (max-width: 768px) {
  .sp-only,
  .pc-only {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .pc-only,
  .tabpc-only {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp-only,
  .pc-only,
  .sptab-only {
    display: none;
  }
}

@media print, screen and (min-width: 951px) {
  .sp-only,
  .sptab-only {
    display: none;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, small, strong, sub, sup, 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, menu, nav, output, section, summary, time, mark, audio, video, main {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, figure, article, section {
  display: block;
}

* {
  line-height: 1;
  margin: 0;
  padding: 0;
  zoom: 1;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fefdf6;
  color: #000;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
  zoom: 1;
}

a {
  -webkit-transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
  transition: all 0.3s linear;
}

a:link, a:visited {
  color: #000;
}

a:hover, a:active {
  color: #61ae72;
}

a img:hover {
  -webkit-transition: all 0.3s linear;
  opacity: 0.85;
  transition: all 0.3s linear;
}

a:focus, *:focus {
  outline: none;
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

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

.inner {
  margin: 0 auto;
  padding: 13.02083% 0;
  position: relative;
}

/*	mediaqueries
-------------------*/
@media print, screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
    min-width: 100%;
    width: 100%;
  }
  a img:hover {
    -webkit-transition: all 0.3s linear;
    opacity: 1;
    transition: all 0.3s linear;
  }
}

@media print, screen and (max-width: 768px) {
  .column,
  .column--narrow {
    padding: 0 3.90625%;
  }
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 960px;
  }
  .inner {
    padding: 80px 0;
  }
  .column--narrow {
    margin: 0 auto;
    width: 840px;
  }
}

@media print, screen and (min-width: 951px) {
  .column {
    margin: 0 auto;
    width: 960px;
  }
}

/*----------------------------------------
	header.scss
----------------------------------------*/
.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.header__logo {
  text-align: left;
}

.header__gnav {
  font-family: smartfont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", meiryo, sans-serif;
}

.header__gnav li {
  list-style: none;
}

/*	sp-only
-------------------*/
@media print, screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    border-bottom: 1px #f0f0f0 solid;
    box-sizing: border-box;
    height: 70px;
    padding: 0 3.90625%;
    width: 100%;
  }
  .header__logo {
    width: 23.4375%;
  }
  .header__logo img {
    max-height: 40px;
    width: auto;
  }
  .header__gnav {
    font-size: 1.8rem;
    position: relative;
  }
  .header__gnav ul {
    border-top: 1px #f0f0f0 solid;
  }
  .header__gnav li a {
    border-bottom: 1px #f0f0f0 solid;
    box-sizing: border-box;
    display: block;
    font-size: 1.6rem;
    height: 60px;
    padding: 22px 3.90625% 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }
  .header__gnav li a::after {
    -webkit-transform: rotate(45deg);
    border-right: 2px solid #61ae72;
    border-top: 2px solid #61ae72;
    bottom: 0;
    content: "";
    height: 10px;
    margin: auto;
    position: absolute;
    right: 5.20833%;
    top: 0;
    transform: rotate(45deg);
    width: 10px;
  }
  .nav-bar {
    position: relative;
    z-index: 1000;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  .nav-toggle {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    z-index: 1;
  }
  .nav-toggle span {
    background: #61ae72;
    border-radius: 3px;
    content: '';
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    transition: all 0.4s;
    width: 30px;
    z-index: 9999;
  }
  .nav-toggle span:before, .nav-toggle span:after {
    background: #61ae72;
    border-radius: 3px;
    content: '';
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    transition: all 0.4s;
    width: 30px;
    z-index: 9999;
  }
  .nav-toggle span:before {
    bottom: -10px;
  }
  .nav-toggle span:after {
    bottom: -20px;
  }
  /*三本線を動かす*/
  .active span {
    transform: translateY(10px) rotate(-45deg);
  }
  .active span:before {
    opacity: 0;
    transform: translateY(-10px) rotate(45deg);
  }
  .active span:after {
    transform: translateY(-20px) rotate(90deg);
  }
  /*中身*/
  #nav-content {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: .2s ease-in-out;
    width: 100%;
    /*チェックが入ったら表示する内容*/
  }
  #nav-content.open {
    background: rgba(255, 255, 255, 0.95);
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: auto;
    overflow: hidden;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 9998;
    /*:beforeにぼかし効果を設定する*/
  }
  #nav-content.open:before {
    content: '';
    filter: blur(10px);
    overflow: hidden;
    z-index: -1;
    /*重なり順序を一番下にしておく*/
  }
  #nav-content .menu {
    height: 70px;
  }
  /*コンテンツをスクロールさせない*/
  .scroll-prevent {
    height: 100%;
    overflow: hidden;
  }
}

/*	tab-only
-------------------*/
@media print, screen and (min-width: 641px) and (max-width: 768px) {
  .header__logo img {
    max-height: 50px;
    width: auto;
  }
}

/*	tabpc-only
-------------------*/
@media print, screen and (min-width: 769px) {
  .current a {
    color: #61ae72;
  }
  .header {
    padding: 30px 0;
    width: 960px;
  }
  .header__logo {
    width: 128px;
  }
  .header__gnav {
    font-size: 1.8rem;
  }
  .header__gnav ul {
    display: flex;
  }
  .header__gnav li {
    padding-left: 30px;
    text-align: right;
  }
  .page .header {
    display: block;
    height: 270px;
  }
  .page .header__gnav ul {
    justify-content: center;
    padding-top: 165px;
    position: relative;
  }
  .page .header__gnav ul:before {
    background: url(../images/common/header_icon.png) center center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 130px;
    left: 0;
    position: absolute;
    top: 100px;
    width: 144px;
    z-index: 10;
  }
}

/*----------------------------------------
	footer.sass
----------------------------------------*/
/*	pagetop
-------------------*/
.pagetop {
  background-color: #fff;
  border-top: 1px #fef3e9 solid;
}

.pagetop a {
  display: block;
  padding: 3.90625% 5.20833%;
}

.pagetop a:link, .pagetop a:visited {
  color: #61ae72;
}

.pagetop a:hover, .pagetop a:active {
  color: #000;
}

.pagetop a:before {
  border-color: transparent transparent #61ae72 transparent;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto 10px;
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .pagetop {
    background-color: transparent;
    border-top: none;
  }
  .pagetop a {
    display: inline-block;
    float: right;
    padding: 10px 0;
  }
}

/*	footer
-------------------*/
.footer {
  background-color: #fef3e9;
}

.footer .inner {
  box-sizing: border-box;
  padding: 6.51042% 0 0;
}

.footer__guide .footer__logo .logo {
  margin: 0 auto 3.90625%;
  width: 87px;
}

.footer__guide .footer__logo .logo a {
  display: block;
}

.footer__guide .footer__logo .text {
  text-align: center;
}

.footer__guide .footer__text--green {
  color: #61ae72;
  font-weight: 700;
  margin-top: 5.20833%;
}

.footer__guide .footer__text--green .tel {
  margin: 2.60417% 0;
}

.footer__guide .footer__text--green .tel a {
  display: block;
}

.footer__guide .footer__text--green .tel img {
  height: auto;
  width: 240px;
}

.footer__guide .footer__text .text {
  font-size: 1.4rem;
  line-height: 1.42857;
  text-align: center;
}

.footer__bottom {
  border-top: 1px #dcdcdc solid;
  margin-top: 5.20833%;
  padding: 10px 0;
}

.footer__bottom .copyright {
  font-size: 1.0rem;
}

.footer .text {
  font-size: 1.4rem;
  line-height: 1.42857;
}

@media print, screen and (min-width: 769px) {
  .footer .inner {
    padding: 0;
  }
  .footer__guide {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }
  .footer__guide .text {
    text-align: left !important;
  }
  .footer__guide .footer__logo {
    text-align: left;
  }
  .footer__guide .footer__logo .logo {
    margin: 0 0 10px;
  }
  .footer__guide .footer__text {
    text-align: right;
  }
  .footer__guide .footer__text--green {
    margin-top: 0;
  }
  .footer__guide .footer__text--green .tel {
    margin: 10px 0;
  }
  .footer__guide .footer__text--green .tel img {
    height: auto;
    width: 279px;
  }
  .footer__guide .footer__text .text {
    text-align: left;
  }
  .footer__bottom {
    margin-top: 0;
    padding: 10px 0;
  }
  .footer__bottom .copyright {
    font-size: 1.2rem;
    text-align: right;
  }
  .footer .text {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

/*----------------------------------------
	module.scss
----------------------------------------*/
.image-switch {
  visibility: hidden;
}

/*	color
-------------------*/
.color--green {
  color: #61ae72 !important;
  font-weight: bold;
}

.color--pink {
  color: #ec6174 !important;
  font-weight: bold;
}

/*	コース
-------------------*/
.course .inner {
  padding-top: 0;
}

.course .course-table {
  background-color: #fff;
  border: 1px #dcdcdc solid;
}

.course .balloon {
  border: solid 1px #ffb9c1;
  box-sizing: border-box;
  clear: both;
  display: inline-block;
  margin: 5.20833% 0;
  padding: 2.60417% 5.20833%;
  position: relative;
  width: 100%;
}

.course .balloon:before {
  border: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  content: "";
  left: 40px;
  margin-left: -14px;
  position: absolute;
  top: -15px;
  z-index: 2;
}

.course .balloon:after {
  border: 8px solid transparent;
  border-bottom: 8px solid #ffb9c1;
  content: "";
  left: 40px;
  margin-left: -14px;
  position: absolute;
  top: -16px;
  z-index: 1;
}

.course .balloon__text {
  font-size: 1.3rem;
  line-height: 1.57143;
  text-align: left;
}

.course .balloon__catch {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
}

.course .course__list .head {
  background-color: #f8e8e3;
  box-sizing: border-box;
  color: #ec6174;
  font-size: 1.6rem;
  padding: 5.20833% 3.90625%;
  text-align: left;
}

.course .course__list .item {
  padding: 6.51042% 5.20833%;
}

.course .course__list .item + .item {
  padding-top: 3.90625%;
}

.course .course__list .title {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 5.20833%;
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
}

.course .course__list .title::before, .course .course__list .title::after {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  vertical-align: middle;
}

.course .course__list .title::before {
  -webkit-transform: rotate(45deg);
  border-right: 2px solid #ec6174;
  border-top: 2px solid #ec6174;
  height: 6px;
  left: 0;
  transform: rotate(45deg);
  width: 6px;
}

.course .course__list .detail {
  font-size: 1.4rem;
  text-align: left;
}

.course .course__list .detail dt {
  font-weight: bold;
  margin-bottom: 2.60417%;
}

.course .course__list .detail dd {
  line-height: 1.42857;
}

.course .course__list .price-list {
  font-size: 1.4rem;
  list-style: none;
  text-align: left;
}

.course .course__list .price-list li {
  border-bottom: 1px #dcdcdc solid;
  margin-bottom: 3.90625%;
  padding-bottom: 3.90625%;
}

.course .course__list .price-list li:last-child {
  margin-bottom: 0;
}

.course .course__list .price-list .number {
  font-weight: bold;
  margin-bottom: 1.95312%;
}

.course .course__list .course__list__catch {
  padding: 5.20833% 3.90625% 0;
}

.course .course__list .course__list__catch .catch {
  color: #ec6174;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.course .course__list .course__list__catch .balloon {
  margin-bottom: 0;
}

.course--01 .course__list .item + .item {
  padding-top: 3.90625%;
}

.course--01 .course__list .detail {
  margin-bottom: 5.20833%;
}

.course--01 .course__list .price-list {
  border-top: 1px #dcdcdc solid;
  padding-top: 3.90625%;
}

.course--02 .course__list .item + .item {
  padding-top: 0;
}

.course--02 .course__list .detail {
  margin-top: 5.20833%;
}

@media print, screen and (min-width: 769px) {
  .course .balloon {
    margin: 18px 0 15px;
    padding: 10px 15px;
  }
  .course .balloon__text {
    font-size: 1.4rem;
  }
  .course .balloon__catch {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  .course .course__list .head {
    font-size: 1.8rem;
    height: 60px;
    padding: 22px 40px;
  }
  .course .course__list .title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .course .course__list .detail {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .course .course__list .detail dt {
    margin-bottom: 5px;
  }
  .course .course__list .detail dd {
    line-height: 1.42857;
  }
  .course .course__list .price-list {
    border-bottom: 1px #dcdcdc solid;
    border-top: none;
    float: right;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 0;
    width: 50%;
  }
  .course .course__list .price-list li {
    border: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .course .course__list .price-list li:last-child {
    margin-bottom: 15px;
  }
  .course .course__list .price-list .number {
    margin-bottom: 0;
  }
  .course .course__list .price-list .small {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .course .course__list .course__list__catch {
    padding: 40px 40px 0;
  }
  .course .course__list .course__list__catch .catch {
    font-size: 1.8rem;
  }
  .course--01 .course__list .item {
    padding: 40px;
  }
  .course--01 .course__list .item + .item {
    padding-top: 20px;
  }
  .course--01 .course__list .text {
    box-sizing: border-box;
    float: left;
    padding-right: 44px;
    width: 50%;
  }
  .course--02 .course__list {
    padding-bottom: 40px;
  }
  .course--02 .course__list .item {
    padding: 0 40px;
  }
  .course--02 .course__list .item:first-of-type {
    padding-top: 40px;
  }
  .course--02 .course__list .item + .item {
    padding-top: 15px;
  }
  .course--02 .course__list .text {
    box-sizing: border-box;
    float: left;
    padding-right: 44px;
    width: 50%;
  }
}

/*	導入文
-------------------*/
.lead {
  padding: 130px 7.8125% 0;
}

.lead .page-head {
  padding-top: 13.02083%;
}

.lead__text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
  .lead {
    padding: 0;
  }
  .lead .page-head {
    padding-top: 0;
  }
  .lead__text {
    font-size: 2.0rem;
    line-height: 2;
  }
}

/*	ページのMV設定
-------------------*/
.photo .mv {
  background: url(../images/photo_mv_sp.png) center center no-repeat;
  background-size: cover;
  height: 200px;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.photo .mv:after {
  background: url(../images/common/header_icon.png) center bottom no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 65px;
  left: 3.90625%;
  position: absolute;
  top: 160px;
  width: 72px;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .photo .mv {
    background: url(../images/photo_mv.png) center center no-repeat;
    background-size: cover;
    height: 282px;
    overflow: hidden;
    padding-top: 0;
  }
  .photo .mv:before {
    background: url(../images/common/header_bg.png) center bottom no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 282px;
    position: absolute;
    top: 2px;
    width: 100%;
  }
  .photo .mv:after {
    content: none;
  }
}

.bridal .mv {
  background: url(../images/bridal_mv_sp.png) center center no-repeat;
  background-size: cover;
  height: 200px;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bridal .mv:after {
  background: url(../images/common/header_icon.png) center bottom no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 65px;
  left: 3.90625%;
  position: absolute;
  top: 160px;
  width: 72px;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .bridal .mv {
    background: url(../images/bridal_mv.png) center center no-repeat;
    background-size: cover;
    height: 282px;
    overflow: hidden;
    padding-top: 0;
  }
  .bridal .mv:before {
    background: url(../images/common/header_bg.png) center bottom no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 282px;
    position: absolute;
    top: 2px;
    width: 100%;
  }
  .bridal .mv:after {
    content: none;
  }
}

.epilation .mv {
  background: url(../images/epilation_mv_sp.png) center center no-repeat;
  background-size: cover;
  height: 200px;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.epilation .mv:after {
  background: url(../images/common/header_icon.png) center bottom no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 65px;
  left: 3.90625%;
  position: absolute;
  top: 160px;
  width: 72px;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .epilation .mv {
    background: url(../images/epilation_mv.png) center center no-repeat;
    background-size: cover;
    height: 282px;
    overflow: hidden;
    padding-top: 0;
  }
  .epilation .mv:before {
    background: url(../images/common/header_bg.png) center bottom no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 282px;
    position: absolute;
    top: 2px;
    width: 100%;
  }
  .epilation .mv:after {
    content: none;
  }
}

.formen .mv {
  background: url(../images/formen_mv_sp.png) center center no-repeat;
  background-size: cover;
  height: 200px;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.formen .mv:after {
  background: url(../images/common/header_icon.png) center bottom no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 65px;
  left: 3.90625%;
  position: absolute;
  top: 160px;
  width: 72px;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .formen .mv {
    background: url(../images/formen_mv.png) center center no-repeat;
    background-size: cover;
    height: 282px;
    overflow: hidden;
    padding-top: 0;
  }
  .formen .mv:before {
    background: url(../images/common/header_bg.png) center bottom no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 282px;
    position: absolute;
    top: 2px;
    width: 100%;
  }
  .formen .mv:after {
    content: none;
  }
}

.shop .mv {
  background: url(../images/shop_mv_sp.png) center center no-repeat;
  background-size: cover;
  height: 200px;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shop .mv:after {
  background: url(../images/common/header_icon.png) center bottom no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 65px;
  left: 3.90625%;
  position: absolute;
  top: 160px;
  width: 72px;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .shop .mv {
    background: url(../images/shop_mv.png) center center no-repeat;
    background-size: cover;
    height: 282px;
    overflow: hidden;
    padding-top: 0;
  }
  .shop .mv:before {
    background: url(../images/common/header_bg.png) center bottom no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 282px;
    position: absolute;
    top: 2px;
    width: 100%;
  }
  .shop .mv:after {
    content: none;
  }
}

/*	タイトル
-------------------*/
.page-head {
  color: #61ae72;
  font-family: smartfont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 7.8125%;
}

.page-head .sub-text {
  color: #000;
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 2.60417%;
}

@media print, screen and (min-width: 769px) {
  .page-head {
    font-size: 4.4rem;
    line-height: 0.90909;
    margin-bottom: 50px;
  }
  .page-head .sub-text {
    font-size: 2.0rem;
    margin-top: 15px;
  }
}

.page .page-head {
  font-size: 2.8rem;
}

@media print, screen and (min-width: 769px) {
  .page .page-head {
    font-size: 4.4rem;
  }
}

.section-head {
  font-family: smartfont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 7.8125%;
}

.section-head .sub-text {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1.30208%;
}

@media print, screen and (min-width: 769px) {
  .section-head {
    font-size: 3.4rem;
    line-height: 0.90909;
    margin-bottom: 40px;
  }
  .section-head .sub-text {
    font-size: 2.0rem;
    margin-top: 5px;
  }
}

/*	テキスト
-------------------*/
.text {
  text-align: left;
}

.text--01 {
  font-size: 1.2rem;
  line-height: 1.42857;
}

.text--02 {
  line-height: 1.625;
}

.text--03 {
  line-height: 1.875;
}

@media print, screen and (min-width: 769px) {
  .text--01 {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  .text--02 {
    line-height: 1.5;
  }
  .text--03 {
    line-height: 2;
    text-align: center;
  }
}

/*	背景
-------------------*/
.bg-white {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 7.8125% 6.51042%;
}

@media print, screen and (min-width: 769px) {
  .bg-white {
    padding: 30px 40px;
  }
}

/*----------------------------------------
	helper.scss
----------------------------------------*/
/*	text
----------------------------------------*/
.text--left {
  text-align: left !important;
}

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right !important;
}
