@charset "UTF-8";
/**
* Eric Meyer's Reset CSS v2.0
*/
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, time {
  display: block;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

a {
  color: inherit;
  text-decoration: none;
}

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;
}

/* meyerweb css reset end */

textarea:focus, input:focus {
  outline: 0;
}

input {
  border-width: 0;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* ie 6/7 */
}

embed,
img,
object,
video {
  max-width: 100%;
}
sup {
  font-size: 58.3%;
  vertical-align: text-top;
}
sub {
  font-size: 58.3%;
  vertical-align: text-bottom;
}
.no-space-between-inline-blocks {
  *letter-spacing: normal; /*reset IE < 8*/
  letter-spacing: -0.31em; /*webkit*/
  word-spacing: -0.43em; /*IE < 8 && gecko*/
}
/*restore spacing on inner elements*/
.no-space-between-inline-blocks > * {
  letter-spacing: normal;
  word-spacing: normal;
}
.displace {
  left: -5000px;
  position: absolute;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  font-size: 16px;
}
body {
  min-width: 1448px;
  color: #32322f;
  font-family: SourceHanSansJP, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.global_container_ {
  float: none;
  height: auto;
  margin: 0 auto;
  padding: 0 0 80px;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  z-index: 0;
  background: #ffffff center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 400;
}
.header-2 {
  overflow: hidden;
  padding: 23px 0;
  position: relative;
  z-index: 437;
  border: 2px solid #ffffff; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  -webkit-box-shadow: 0 0 50px 0 rgba(214, 163, 153, 0.1);
  -moz-box-shadow: 0 0 50px 0 rgba(214, 163, 153, 0.1);
  box-shadow: 0 0 50px 0 rgba(214, 163, 153, 0.1); /*drop shadow*/
      width: 100%;

    transition: 0.3s all;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
}
.l-constrained-5 {
  margin: 0 auto;
  padding: 0 154px 0 155px;
  position: relative;
  width: 1448px;
}
.logo {
  float: left;
}
.btn {
  float: right;
  margin: 5px 0 0;
  position: relative;
  width: 450px;
}
.tel {
  float: left;
  height: 80px;
  margin: 0 10px 0 0;
  position: relative;
  width: 250px;
  border: 2px solid #47d4a7; /*stroke*/
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text {
  left: 40%;
  position: absolute;
  top: 26px;
  color: #47d4a7;
  font-size: 22px;
  font-weight: bold;
  line-height: 23px;
  margin-left: -27px;
}
.icn {
  left: 35%;
  position: absolute;
  top: 6px;
  margin-left: -83px;
}
.web {
  float: left;
  height: 80px;
  position: relative;
  width: 180px;
  border: 2px solid #ffffff; /*stroke*/
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #47d4a7;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-2 {
  left: 50%;
  position: absolute;
  top: 27px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 23px;
  margin-left: -28px;
}
.icn-2 {
  left: 50%;
  position: absolute;
  top: 7px;
  margin-left: -83px;
}
.kv {
  top: 40px;
  height: 766px;
  margin: -41px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  z-index: 398;
}
.kv-thanks{
  margin-top: 50px;
  top: 140px;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  z-index: 398;
}
.bg {
  left: 0;
  position: absolute;
  top: 41px;
  width: 100%; /* 2000px / 2000px = 100% */
  background: url(images/pink_3.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.col-4 {
  padding: 106px 0 221px;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  background: url(images/over.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-constrained-8 {
  margin: 0 auto;
  padding: 0 206px;
  position: relative;
  width: 1448px;
}
.point {
  margin: 0 auto;
  min-height: 281px;
  overflow: hidden;
  padding: 38px 32px;
  position: relative;
  right: 18px;
  width: 456px;
  background: url(images/bg_28.png) no-repeat;
}
.text-3 {
  display: block;
  left: 52px;
  margin: 0 auto;
  position: relative;
}
.bg-holder {
  left: 64px;
  margin: 9px auto 0;
  padding: 33px 0 30px;
  position: relative;
  width: 84px;
  -webkit-border-radius: 41.78px;
  -moz-border-radius: 41.78px;
  border-radius: 41.78px;
  background: #ffffff;
}
.text-4 {
  display: block;
  margin: 0 auto;
}
.text-5 {
  display: block;
  left: 73px;
  margin: 3px auto 0;
  position: relative;
}
.appeal {
  left: 354px;
  margin: -138px auto 0;
  position: relative;
  width: 328px;
  z-index: 0;
}
.group-2 {
  float: left;
  height: 167px;
  margin: 17px -13px 0 0;
  position: relative;
  width: 169px;
  z-index: 419;
}
.bg-2 {
  height: 165px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 165px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 50px 0 rgba(214, 163, 153, 0.25);
  -moz-box-shadow: 0 0 50px 0 rgba(214, 163, 153, 0.25);
  box-shadow: 0 0 50px 0 rgba(214, 163, 153, 0.25); /*drop shadow*/
  margin-left: -85px;
}
.line-holder {
  left: 50%;
  margin: 0 0 0 -80px;
  min-height: 165px;
  padding: 35px 0 32px;
  position: absolute;
  top: 2px;
  width: 165px;
  border: 2px solid rgba(255, 255, 255, 0.5); /*stroke*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #f98181;
  font-family: A1MinchoStd, serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
.group-3 {
  float: left;
  height: 167px;
  position: relative;
  width: 171px;
  z-index: 414;
}
.bg-3 {
  height: 165px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 165px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 50px 0 rgba(214, 163, 153, 0.25);
  -moz-box-shadow: 0 0 50px 0 rgba(214, 163, 153, 0.25);
  box-shadow: 0 0 50px 0 rgba(214, 163, 153, 0.25); /*drop shadow*/
  margin-left: -85.5px;
}
.line-holder-2 {
  left: 30%;
  margin: 0 39px 0 -46.5px;
  min-height: 165px;
  padding: 33px 0;
  position: absolute;
  top: 2px;
  width: 165px;
  border: 2px solid rgba(255, 255, 255, 0.5); /*stroke*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #f98181;
  font-family: A1MinchoStd, serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
.photo {
  left: 50%;
  position: absolute;
  top: 0;
  margin-left: -679px;
}
.frame {
  left: 50%;
  position: absolute;
  top: 71px;
  margin-left: -570px;
}
.h1 {
  height: 304px;
  left: 50%;
  position: absolute;
  top: 462px;
  width: 1423px;
  margin-left: -724px;
}
.bg-holder-2 {
  height: 292px;
  left: 50%;
  position: absolute;
  top: 12px;
  width: 889px;
  background: url(images/bg_32.png) no-repeat;
  margin-left: -711.5px;
}
.line-holder-3 {
  left: 50%;
  padding: 45px 0 52px;
  position: absolute;
  top: 37px;
  width: 815px;
  background: url(images/line_14.png) no-repeat;
  margin-left: -409.5px;
}
.text-8 {
  display: block;
  left: 38.5px;
  margin: 0 auto;
  position: relative;
}
.shadow {
  left: 50%;
  position: absolute;
  top: 16px;
  margin-left: 358.5px;
}
.bg-holder-3 {
  left: 50%;
  padding: 37px 29px 36px;
  position: absolute;
  top: 0;
  width: 645px;
  background: url(images/bg_33.png) no-repeat;
  margin-left: 66.5px;
}
.row {
  margin: 0 auto;
  min-height: 195px;
  padding: 71px 73px 51px;
  position: relative;
  right: 3px;
  width: 581px;
  background: url(images/line_15.png) no-repeat;
}
.text-9 {
  float: left;
  margin: 33px 23px 0 0;
}
.text-10 {
  float: left;
}
.cv {
  margin: -188px 0 0;
  padding: 311px 0 57px;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  z-index: 384;
  background: url(images/bg_26.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-constrained-4 {
  margin: 0 auto;
  position: relative;
  width: 1448px;
}
.btn-2 {
  margin: 0 auto;
  min-height: 120px;
  padding: 38px 48px 37px;
  position: relative;
  width: 630px;
  border: 2px solid #ffffff; /*stroke*/
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #47d4a7;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  -webkit-box-shadow: 0 0 20px 0 #f3f3f3;
  -moz-box-shadow: 0 0 20px 0 #f3f3f3;
  box-shadow: 0 0 20px 0 #f3f3f3; /*drop shadow*/
}
.icn_arrow {
  float: right;
  margin: 8px 2px 0 0;
}
.text-11 {
  text-align: center;
  color: #ffffff;
  font-family: A1MinchoStd, serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
}
.tel-2 {
  display: table;
  margin: 38px auto 0;
  position: relative;
}
.text-12 {
  float: left;
  margin: 4px 0 0;
  font-weight: 300;
  text-align: center;
}
.text-13 {
  float: left;
  margin: 0 0 0 11px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  display: block;
}
.text-14 {
  float: left;
  margin: 5px 0 0 19px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.main-content-wrapper {
  margin: -30px auto 0;
  position: relative;
  z-index: 6;
}
.bg-4 {
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0 145px;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  z-index: 354;
  background: url(images/bg_23.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-constrained-3 {
  margin: 0 auto;
  padding: 0 181px;
  position: relative;
  width: 1448px;
}
.wrapper-6 {
  height: 479px;
  left: 94px;
  margin: 0 auto;
  position: relative;
  width: 898px;
}
.illust {
  height: 479px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 486px;
  margin-left: -37px;
}
.white {
  left: 50%;
  position: absolute;
  top: 51px;
  margin-left: -243px;
}
.illust-2 {
  left: 50%;
  position: absolute;
  top: 0;
  margin-left: -236px;
}
.group-4 {
  left: 50%;
  position: absolute;
  top: 343px;
  width: 518px;
  margin-left: -449px;
}
.check {
  float: left;
  height: 31px;
  margin: 0 6px 0 0;
  position: relative;
  width: 39px;
}
.bg-5 {
  height: 30px;
  left: 50%;
  position: absolute;
  top: 1px;
  width: 30px;
  border: 2px solid #3a3f5c; /*stroke*/
  margin-left: -19.5px;
}
.layer {
  left: 50%;
  position: absolute;
  top: 0;
  margin-left: -17.5px;
}
.text-15 {
  float: left;
  margin: 4px 0 0;
  width: 473px;
  font-size: 26px;
  font-weight: 300;
}
.group-5 {
  left: 50%;
  position: absolute;
  top: 283px;
  width: 353px;
  margin-left: -449px;
}
.check-2 {
  float: left;
  height: 31px;
  margin: 0 10px 0 0;
  position: relative;
  width: 39px;
}
.bg-6 {
  height: 30px;
  left: 50%;
  position: absolute;
  top: 1px;
  width: 30px;
  border: 2px solid #3a3f5c; /*stroke*/
  margin-left: -19.5px;
}
.layer-2 {
  left: 50%;
  position: absolute;
  top: 0;
  margin-left: -17.5px;
}
.text-16 {
  float: left;
  margin: 1px 0 0;
  width: 304px;
  font-size: 26px;
  font-weight: 300;
}
.ttl {
  left: 50%;
  position: absolute;
  top: 68px;
  width: 411px;
  margin-left: -449px;
}
.text-17 {
  font-family: A1MinchoStd, serif;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: right;
}
.row-12 {
  margin: 14px 0 0;
  position: relative;
}
.line {
  float: left;
}
.text-18 {
  float: left;
  margin: 22px 0 0 18px;
}
.text-19 {
  float: left;
  margin: 29px 0 0 10px;
  font-family: A1MinchoStd, serif;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
.text-20 {
  margin: 16px 0 0;
  color: #fa8282;
  font-family: A1MinchoStd, serif;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 67.5px;
  text-align: center;
  text-shadow: 10px 10px 90px #ffffff, -10px -10px 90px #ffffff, 10px -10px 90px #ffffff, -10px 10px 90px #ffffff; /*outer glow*/
}
.case {
  margin: -398px auto 0;
  position: relative;
  z-index: 330;
}
.wrapper-4 {
  height: 1227px;
  margin: 0 auto;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
}

.wrapper-4_2 {
  height: 560px;
  margin: 0 auto;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
}

.wrapper-4_3 {
  height: 560px;
  margin: 0 auto;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
}
.bg-7 {
  left: 0;
  padding: 486px 0 87px;
  position: absolute;
  top: 0;
  width: 100%; /* 2000px / 2000px = 100% */
  background: url(images/bg_22.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-constrained-7,
.l-constrained-7_2,
.l-constrained-7_3,
.mfp_thanks {
  margin: 0 auto;
  padding: 0 158px;
  position: relative;
  width: 1448px;
}
.text-21 {
  font-family: A1MinchoStd, serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 75px;
  text-align: center;
}
.before {
  display: block;
  margin: 40px 0 0;
  position: relative;
}

.before_2 {
  display: block;
  margin: 55px 0 0;
  position: relative;
}

.before_3 {
  display: block;
  margin: 55px 0 0;
  position: relative;
}
.after {
  left: 50%;
  position: absolute;
  top: 1029px;
  margin-left: 511px;
}

.after_2 {
  left: 50%;
  position: absolute;
  top: 350px;
  margin-left: 511px;
}

.after_3 {
  left: 50%;
  position: absolute;
  top: 350px;
  margin-left: 511px;
}

.photo-2 {
  left: 50%;
  position: absolute;
  top: 677px;
  width: 1040px;
  margin-left: -529px;
}

.photo-2_2 {
  left: 50%;
  position: absolute;
  top: 0;
  width: 1040px;
  margin-left: -529px;
}

.photo-2_3 {
  left: 50%;
  position: absolute;
  top: 0;
  width: 1040px;
  margin-left: -529px;
}

.group-6 {
  float: left;
  height: 550px;
  width: 500px;
  background: url(images/before.JPG) no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  line-height: 550px;
  text-align: center;
}
.group-7 {
  float: right;
  height: 550px;
  width: 500px;
  background: url(images/after.JPG) no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  line-height: 550px;
  text-align: center;
}
.group-6_2 {
  float: left;
  height: 550px;
  width: 500px;
  background: url(images/before_2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  line-height: 550px;
  text-align: center;
}
.group-7_2 {
  float: right;
  height: 550px;
  width: 500px;
  background: url(images/after_2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  line-height: 550px;
  text-align: center;
}

.group-6_3 {
  float: left;
  height: 550px;
  width: 500px;
  background: url(images/before_3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  line-height: 550px;
  text-align: center;
}
.group-7_3 {
  float: right;
  height: 550px;
  width: 500px;
  background: url(images/after_3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  line-height: 550px;
  text-align: center;
}

.l-unconstrained {
  margin: 20px 0 0;
}
.l-constrained-2 {
  margin: 0 auto;
  padding: 0 202px;
  width: 1448px;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}
.cv-2 {
  margin: 78px auto 0;
  position: relative;
  width: 1448px;
  z-index: 306;
}
.btn-3 {
  margin: 0 auto;
  min-height: 120px;
  padding: 38px 48px 37px;
  position: relative;
  width: 630px;
  border: 2px solid #ffffff; /*stroke*/
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #47d4a7;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  -webkit-box-shadow: 0 0 20px 0 #f3f3f3;
  -moz-box-shadow: 0 0 20px 0 #f3f3f3;
  box-shadow: 0 0 20px 0 #f3f3f3; /*drop shadow*/
}
.icn_arrow-2 {
  float: right;
  margin: 8px 2px 0 0;
}
.text-25 {
  text-align: center;
  color: #ffffff;
  font-family: A1MinchoStd, serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
}
.tel-3 {
  display: table;
  margin: 38px auto 0;
  position: relative;
}
.text-26 {
  float: left;
  margin: 4px 0 0;
  font-weight: 300;
  text-align: center;
}
.text-27 {
  float: left;
  margin: 0 0 0 11px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  display: block;
}
.text-28 {
  float: left;
  margin: 5px 0 0 19px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.wrapper-7 {
  height: 4311px;
  margin: 87px auto 0;
  overflow: hidden;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  z-index: 154;
}
.flow-bg {
  height: 1177px;
  left: 0;
  max-width: 2000px;
  position: absolute;
  top: 1749px;
  width: 100%;
  background: #f1d5d1;
}
.col {
  left: 0;
  min-height: 1799px;
  padding: 188px 0;
  position: absolute;
  top: 2512px;
  width: 100%; /* 2000px / 2000px = 100% */
  background: url(images/bg_3.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.faq {
  margin: 0 auto;
  padding: 0 124px;
  position: relative;
  width: 1448px;
}
.text-29 {
  font-family: A1MinchoStd, serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.row-18 {
  margin: 61px 0 0;
  position: relative;
}
.group-8 {
  float: left;
  margin: 1px 36px 0 0;
  position: relative;
  width: 559px;
}
.row-10 {
  position: relative;
}
.line-2 {
  float: left;
  height: 2px;
  margin: 7px 19px 0 0;
  width: 40px;
  background: #fa8282;
}
.text-30 {
  font-size: 20px;
  font-weight: 500;
}
.text-31 {
  left: 29.5px;
  margin: 12px auto 0;
  position: relative;
  width: 500px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.group-9 {
  float: left;
  position: relative;
  width: 559px;
}
.row-9 {
  position: relative;
}
.line-3 {
  float: left;
  height: 2px;
  margin: 8px 19px 0 0;
  width: 40px;
  background: #fa8282;
}
.text-32 {
  font-size: 20px;
  font-weight: 500;
}
.text-33 {
  left: 29.5px;
  margin: 11px auto 0;
  position: relative;
  width: 500px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.row-4 {
  margin: 47px 0 0;
  position: relative;
}
.group-10 {
  float: left;
  margin: 8px 36px 0 0;
  position: relative;
  width: 559px;
}
.row-8 {
  position: relative;
}
.line-4 {
  float: left;
  height: 2px;
  margin: 7px 20px 0 0;
  width: 40px;
  background: #fa8282;
}
.text-34 {
  font-size: 20px;
  font-weight: 500;
}
.text-35 {
  margin: 18px 0 0 59px;
  font-weight: 300;
  text-align: justify;
}
.group-11 {
  float: left;
  position: relative;
  width: 559px;
}
.row-7 {
  position: relative;
}
.line-5 {
  float: left;
  height: 2px;
  margin: 15px 18px 0 0;
  width: 40px;
  background: #fa8282;
}
.text-36 {
  float: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
}
.text-37 {
  left: 29.5px;
  margin: 12px auto 0;
  position: relative;
  width: 500px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.price {
  height: 505px;
  margin: 76px auto 0;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
}
.bg-8 {
  height: 425px;
  left: 0;
  max-width: 2000px;
  position: absolute;
  top: 40px;
  width: 100%;
  background: #f7d6d1;
}
.col-11 {
  left: 50%;
  min-height: 505px;
  padding: 20px 0;
  position: absolute;
  top: 0;
  width: 1200px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); /*drop shadow*/
  margin-left: -600px;
}
.line-6 {
  height: 2px;
  margin: 0 auto;
  width: 1200px;
  background: #fa8282;
}
.text-38 {
  margin: 58px 0 0;
  font-family: A1MinchoStd, serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.row-6 {
  margin: 36px auto 0;
  position: relative;
  width: 1011px;
}
.row-6 > * {
  float: left;
  margin: 0 39px 0 0;
}
.row-6 > *:last-child {
  margin-right: 0 !important;
}
.group-12 {
  min-height: 265px;
  padding: 0 0 28px;
  position: relative;
  width: 265px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f3f3f3;
}
.bg-holder-4 {
  min-height: 80px;
  position: relative;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fa8282;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}
.eye {
  margin: 22px auto 0;
  position: relative;
  text-align: center;
}
.eye-2 {
  margin: 0 30px 0 0;
}
.eye > * {
  display: inline-block;
  vertical-align: top;
}
.text-40 {
  margin: 21px 0 0;
  color: #fa8282;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.text-41 {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}
.group-13 {
  min-height: 265px;
  padding: 0 0 28px;
  position: relative;
  width: 265px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f3f3f3;
}
.bg-holder-5 {
  min-height: 80px;
  position: relative;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fa8282;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}
.eye-4 {
  margin: 22px auto 0;
  position: relative;
  text-align: center;
}
.eye-5 {
  margin: 0 30px 0 0;
}
.eye-4 > * {
  display: inline-block;
  vertical-align: top;
}
.text-43 {
  margin: 21px 0 0;
  color: #fa8282;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.text-44 {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}
.howtopay {
  position: relative;
  width: 403px;
  margin-top: 64px !important;
}
.text-45 {
  font-weight: 500;
}
.text-46 {
  margin: 13px 0 0 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  text-indent: -24px;
}
.card {
  display: block;
  margin: 12px 0 0 18px;
  position: relative;
}
.line-7 {
  height: 2px;
  margin: 61px auto 0;
  width: 1200px;
  background: #fa8282;
}
.cv-3 {
  margin: 80px auto 0;
  position: relative;
  width: 1448px;
}
.btn-4 {
  margin: 0 auto;
  min-height: 120px;
  padding: 38px 48px 37px;
  position: relative;
  width: 630px;
  border: 2px solid #ffffff; /*stroke*/
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #47d4a7;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  -webkit-box-shadow: 0 0 20px 0 #f3f3f3;
  -moz-box-shadow: 0 0 20px 0 #f3f3f3;
  box-shadow: 0 0 20px 0 #f3f3f3; /*drop shadow*/
}
.icn_arrow-3 {
  float: right;
  margin: 8px 2px 0 0;
}
.text-47 {
  text-align: center;
  color: #ffffff;
  font-family: A1MinchoStd, serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
}
.tel-4 {
  display: table;
  margin: 38px auto 0;
  position: relative;
}
.text-48 {
  float: left;
  margin: 4px 0 0;
  font-weight: 300;
  text-align: center;
}
.text-49 {
  float: left;
  margin: 0 0 0 11px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  display: block;
}
.text-50 {
  float: left;
  margin: 5px 0 0 19px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.flow-bg-pink {
  left: 0;
  position: absolute;
  top: 244px;
  width: 100%; /* 2000px / 2000px = 100% */
}
.flow {
  left: 50%;
  min-height: 823px;
  padding: 20px 0;
  position: absolute;
  top: 1799px;
  width: 1200px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); /*drop shadow*/
  margin-left: -600px;
}
.line-8 {
  height: 6px;
  margin: 0 auto;
  width: 1200px;
  background: #f3d7d3;
}
.text-51 {
  margin: 78px 0 0;
  font-family: A1MinchoStd, serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.row-2 {
  margin: 58px auto 0;
  position: relative;
  width: 960px;
}
.row-2 > * {
  float: left;
  margin: 0 39px 0 0;
}
.row-2 > *:last-child {
  margin-right: 0 !important;
}
.group-14 {
  position: relative;
  width: 294px;
}
.photo-3 {
  display: block;
  margin: 0 0 0 1px;
  position: relative;
}
.text-52 {
  margin: 29px 0 0;
  font-size: 24px;
  font-weight: 500;
}
.text-53 {
  margin: 11px 0 0;
  width: 293px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.group-15 {
  position: relative;
  width: 293px;
}
.photo-4 {
  display: block;
  position: relative;
}
.text-54 {
  margin: 28px 0 0;
  font-size: 24px;
  font-weight: 500;
}
.text-55 {
  margin: 9px 0 0;
  width: 293px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.group-16 {
  position: relative;
  width: 295px;
}
.photo-5 {
  display: block;
  position: relative;
}
.text-56 {
  margin: 29px 0 0;
  font-size: 24px;
  font-weight: 500;
}
.text-57 {
  margin: 10px 0 0 2px;
  width: 293px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.line-9 {
  height: 6px;
  margin: 75px auto 0;
  width: 1200px;
  background: #f3d7d3;
}
.col-2 {
  left: 0;
  min-height: 1649px;
  padding: 863px 0 193px;
  position: absolute;
  top: 239px;
  width: 100%; /* 2000px / 2000px = 100% */
  background: url(images/bg_13.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.doctor {
  height: 331px;
  margin: 0 auto;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
}
.bg-9 {
  height: 291px;
  left: 0;
  max-width: 2000px;
  position: absolute;
  top: 20px;
  width: 100%;
  background: #f7d6d1;
}
.col-12 {
  height: 331px;
  left: 50%;
  padding: 24px 80px;
  position: absolute;
  top: 0;
  width: 1200px;
  background: url(images/bg_15.jpg) no-repeat;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); /*drop shadow*/
  margin-left: -600px;
}
.doctor-2 {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
}
.row-11 {
  margin: 59px 0 0;
  position: relative;
}
.group-17 {
  /* float: left; */
  margin: 0 65px 0 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.dr_uchida {
  /* float: left; */
  margin: 0 40px 0 0;
}
.col-17 {
  /* float: left; */
  margin: 29px 0 0;
  position: relative;
  width: 270px;
}
.text-58 {
  font-weight: 500;
}
.text-59 {
  margin: 8px 0 0;
  width: 270px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.group-18 {
  float: left;
  position: relative;
  width: 486px;
}
.dr_takanashi {
  float: left;
  margin: 0 40px 0 0;
}
.col-16 {
  float: left;
  margin: 34px 0 0;
  position: relative;
  width: 286px;
}
.text-60 {
  font-weight: 500;
}
.text-61 {
  margin: 12px 0 0;
  width: 286px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.cv-4 {
  margin: 80px auto 0;
  position: relative;
  width: 1448px;
}
.btn-5 {
  margin: 0 auto;
  min-height: 120px;
  padding: 38px 48px 37px;
  position: relative;
  width: 630px;
  border: 2px solid #ffffff; /*stroke*/
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #47d4a7;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  -webkit-box-shadow: 0 0 20px 0 #f3f3f3;
  -moz-box-shadow: 0 0 20px 0 #f3f3f3;
  box-shadow: 0 0 20px 0 #f3f3f3; /*drop shadow*/
}
.icn_arrow-4 {
  float: right;
  margin: 8px 2px 0 0;
}
.text-62 {
  text-align: center;
  color: #ffffff;
  font-family: A1MinchoStd, serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
}
.tel-5 {
  display: table;
  margin: 38px auto 0;
  position: relative;
}
.text-63 {
  float: left;
  margin: 4px 0 0;
  font-weight: 300;
  text-align: center;
}
.text-64 {
  float: left;
  margin: 0 0 0 11px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  display: block;
}
.text-65 {
  float: left;
  margin: 5px 0 0 19px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.feature {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; /* 2000px / 2000px = 100% */
}
.ttl-2 {
  margin: 0 auto;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  background: url(images/bg_pink.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gray-holder {
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  background: url(images/gray.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pink-holder {
  padding: 100px 0 81px;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  background: url(images/pink_2.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.text-66 {
  display: block;
  margin: 0 auto;
}
.col-3 {
  height: 763px;
  margin: 60px auto 0;
  position: relative;
  width: 1200px;
  background: url(images/bg_16.jpg) no-repeat;
  background-position: 0 0;
}
.group-19 {
  min-height: 275px;
  overflow: hidden;
  padding: 61px 45px 0;
  position: relative;
  background: url(images/bg_17.png) no-repeat;
}
.text-67 {
  float: left;
  margin: 9px 4px 0 15px;
  width: 101px;
  color: #f3f3f3;
  font-family: A1MinchoStd, serif;
  font-size: 200px;
  font-weight: bold;
  letter-spacing: 0;
}
.col-15 {
  float: left;
  position: relative;
  width: 566px;
}
.text-68 {
  color: #fa8282;
  font-family: A1MinchoStd, serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}
.text-69 {
  margin: 21px 0 0;
  width: 566px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.group-20 {
  left: 179px;
  margin: -29px auto 0;
  min-height: 274px;
  overflow: hidden;
  padding: 61px 51px 0 142px;
  position: relative;
  width: 842px;
  background: url(images/bg_18.png) no-repeat;
}
.col-14 {
  float: left;
  margin: 0 16px 0 0;
  position: relative;
  width: 515px;
}
.text-70 {
  color: #fa8282;
  font-family: A1MinchoStd, serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}
.text-71 {
  margin: 21px 0 0;
  width: 515px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.text-72 {
  float: left;
  margin: 11px 0 0;
  width: 118px;
  color: #f3f3f3;
  font-family: A1MinchoStd, serif;
  font-size: 200px;
  font-weight: bold;
  letter-spacing: 0;
}
.group-21 {
  margin: -28px 0 0;
  min-height: 271px;
  padding: 60px 50px 0;
  position: relative;
  background: url(images/bg_17.png) no-repeat;
}
.text-73 {
  float: left;
  margin: 9px 2px 0 15px;
  width: 97px;
  color: #f3f3f3;
  font-family: A1MinchoStd, serif;
  font-size: 200px;
  font-weight: bold;
  letter-spacing: 0;
}
.col-13 {
  float: left;
  position: relative;
  width: 577px;
}
.text-74 {
  color: #fa8282;
  font-family: A1MinchoStd, serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}
.text-75 {
  margin: 21px 0 0;
  width: 577px;
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.about {
  margin: -53px auto 0;
  min-height: 959px;
  overflow: hidden;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  z-index: 158;
  background: url(images/pink.png) no-repeat center 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.row-3 {
  margin: 0 auto;
  padding: 203px 0 3px;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  background: url(images/bg_4.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-constrained-6 {
  margin: 0 auto;
  padding: 0 124px;
  position: relative;
  width: 1448px;
}
.about-2 {
  float: left;
  margin: 16px 111px 0 0;
}
.col-7 {
  float: left;
  position: relative;
  width: 502px;
}
.text-76 {
  font-family: A1MinchoStd, serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
}
.text-77 {
  margin: 23px 0 0 1px;
  width: 501px;
  text-align: justify;
}
.text-77 > * {
  font-weight: 300;
  line-height: 1.75;
  text-align: justify;
}
.googlemap {
  display: block;
  margin: 40px auto 0;
}
.contact {
  margin: -109px auto 0;
  padding: 188px 0 100px;
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  z-index: 6;
  background: url(images/bg.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-constrained {
  margin: 0 auto;
  position: relative;
  width: 1448px;
}
.tel-6 {
  display: table;
  margin: 0 auto;
  position: relative;
}
.text-78 {
  font-family: A1MinchoStd, serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.btn-6 {
  margin: 28px auto 0;
  min-height: 120px;
  padding: 33px 127px 31px;
  position: relative;
  width: 630px;
  border: 2px solid #47d4a7; /*stroke*/
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  -webkit-box-shadow: 0 0 20px 0 rgba(50, 50, 47, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(50, 50, 47, 0.1);
  box-shadow: 0 0 20px 0 rgba(50, 50, 47, 0.1); /*drop shadow*/
}
.icn-3 {
  float: left;
  margin: 3px 28px 0 4px;
}
.text-79 {
  color: #47d4a7;
  font-family: A1MinchoStd, serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
}
.text-80 {
  margin: 29px 0 0;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.step {
  height: 46px;
  margin: 58px auto 0;
  position: relative;
  width: 800px;
}
.line-10 {
  height: 2px;
  left: 50%;
  position: absolute;
  top: 35px;
  width: 800px;
  background: #999999;
  margin-left: -400px;
}
.finish {
  left: 50%;
  position: absolute;
  top: 0;
  width: 39px;
  margin-left: 46px;
}
.text-81 {
  font-weight: 300;
  text-align: center;
}
.nonactive {
  height: 10px;
  margin: 13px auto 0;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #999999;
}
.start {
  left: 50%;
  position: absolute;
  top: 0;
  width: 39px;
  margin-left: -90px;
}
.text-82 {
  color: #fa8282;
  font-weight: bold;
  text-align: center;
}
.active {
  height: 20px;
  margin: 8px auto 0;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fa8282;
}
.form-new {
  left: 10.5px;
  margin: 60px auto 0;
  position: relative;
  width: 779px;
}
.repeat {
  margin: 0 0 0 36px;
  position: relative;
  width: 307px;
}
.group-22 {
  left: 71.5px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 164px;
}
.radio-active {
  float: left;
  margin: 0 14px 0 0;
  padding: 1px 0;
  position: relative;
  width: 24px;
  border: 1px solid #999999; /*stroke*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.color {
  height: 20px;
  margin: 0 auto;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fa8282;
}
.text-83 {
  float: left;
  margin: 4px 0 0;
  width: 126px;
  font-weight: 300;
}
.text-84 {
  margin: -1px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.group-23 {
  margin: -3px 0 0 144px;
  position: relative;
}
.radio-nonactive {
  float: left;
  height: 24px;
  margin: 0 16px 0 0;
  width: 24px;
  border: 1px solid #999999; /*stroke*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-85 {
  margin: 4px 0 0;
  font-weight: 300;
}
.name {
  margin: 30px 0 0;
  position: relative;
}
.text-86 {
  float: left;
  margin: 21px 0 0;
  width: 139px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.input-text-holder {
  float: right;
  min-height: 60px;
  padding: 0 29px;
  width: 600px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  font-weight: 300;
  line-height: 60px;
}
.furigana {
  left: 28.5px;
  margin: 30px auto 0;
  position: relative;
  width: 722px;
}
.input-text {
  float: right;
  height: 60px;
  margin: 0 0 0 40px;
  width: 600px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-88 {
  margin: 21px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.birthday {
  margin: 30px 0 0;
  position: relative;
  width: 598px;
}
.text-89 {
  float: left;
  margin: 20px 0 0;
  width: 139px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.day {
  float: right;
  position: relative;
  width: 111px;
}
.input-text-3 {
  float: left;
  height: 60px;
  margin: 0 21px 0 0;
  width: 70px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-93 {
  margin: 22px 0 0;
  font-weight: 300;
}
.month {
  float: right;
  margin: 0 12px 0 0;
  position: relative;
  width: 111px;
}
.input-text-2 {
  float: left;
  height: 60px;
  margin: 0 19px 0 0;
  width: 70px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-92 {
  margin: 22px 0 0;
  font-weight: 300;
}
.year {
  float: right;
  margin: 0 12px 0 0;
  position: relative;
  width: 173px;
}
.select-holder {
  float: left;
  margin: 0 19px 0 0;
  min-height: 60px;
  padding: 9px 17px 17px;
  position: relative;
  width: 130px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.arrow-default {
  float: right;
  margin: 14px 1px 0 0;
}
.text-90 {
  margin: 0 0 0 1px;
  font-size: 32px;
  font-weight: 300;
}
.text-91 {
  float: left;
  margin: 22px 0 0;
  width: 24px;
  font-weight: 300;
}
.gender {
  margin: 30px 0 0 93px;
  position: relative;
}
.group-24 {
  margin: 0 0 0 86px;
  overflow: hidden;
  position: relative;
}
.radio-nonactive-2 {
  float: left;
  height: 24px;
  margin: 0 14px 0 0;
  width: 24px;
  border: 1px solid #999999; /*stroke*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-94 {
  margin: 3px 0 0;
  font-weight: 300;
}
.text-95 {
  margin: -2px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.group-25 {
  margin: -3px 0 0 86px;
  position: relative;
}
.radio-nonactive-3 {
  float: left;
  height: 24px;
  margin: 0 14px 0 0;
  width: 24px;
  border: 1px solid #999999; /*stroke*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-96 {
  margin: 3px 0 0;
  font-weight: 300;
}
.tel-7 {
  left: 9.5px;
  margin: 28px auto 0;
  position: relative;
  width: 760px;
}
.input-text-4 {
  float: right;
  height: 60px;
  margin: 2px 0 0 40px;
  width: 600px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-97 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  text-align: right;
}
.email {
  margin: 28px 0 0;
  position: relative;
}
.input-text-5 {
  float: right;
  height: 60px;
  width: 600px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-98 {
  margin: 21px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.date {
  left: 10.5px;
  margin: 30px auto 0;
  position: relative;
  width: 758px;
}
.row-16 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
}
.text-99 {
  display: inline-block;
  margin: 21px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.group-26 {
  display: inline-block;
  margin: 0 0 0 39px;
}
.row-15 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
}
.text-100 {
  display: inline-block;
  margin: 22px 0 0;
  font-weight: 300;
}
.date-2 {
  display: inline-block;
  margin: 0 0 0 9px;
  min-height: 60px;
  padding: 0 18px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  color: #999999;
  font-weight: 300;
  line-height: 60px;
}
.time {
  margin: 20px 0 0 77px;
  min-height: 60px;
  padding: 20px 15px;
  position: relative;
  width: 272px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.arrow-default-2 {
  float: right;
  margin: 3px 1px 0 0;
}
.text-102 {
  margin: 0 0 0 4px;
  font-weight: 300;
}
.group-27 {
  left: 78.5px;
  margin: 30px auto 0;
  position: relative;
  width: 601px;
}
.row-14 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
}
.text-103 {
  display: inline-block;
  margin: 22px 0 0;
  font-weight: 300;
}
.date-3 {
  display: inline-block;
  margin: 0 0 0 9px;
  min-height: 60px;
  padding: 0 18px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  color: #999999;
  font-weight: 300;
  line-height: 60px;
}
.time-2 {
  margin: 20px 0 0 77px;
  min-height: 60px;
  padding: 20px 15px;
  position: relative;
  width: 272px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.arrow-default-3 {
  float: right;
  margin: 3px 1px 0 0;
}
.text-105 {
  margin: 0 0 0 4px;
  font-weight: 300;
}
.group-28 {
  left: 78.5px;
  margin: 30px auto 0;
  position: relative;
  width: 601px;
}
.row-13 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
}
.text-106 {
  display: inline-block;
  margin: 22px 0 0;
  font-weight: 300;
}
.date-4 {
  display: inline-block;
  margin: 0 0 0 9px;
  min-height: 60px;
  padding: 0 18px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  color: #999999;
  font-weight: 300;
  line-height: 60px;
}
.time-3 {
  margin: 20px 0 0 77px;
  min-height: 60px;
  padding: 20px 15px;
  position: relative;
  width: 272px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.arrow-default-4 {
  float: right;
  margin: 3px 1px 0 0;
}
.text-108 {
  margin: 0 0 0 4px;
  font-weight: 300;
}
.text-109 {
  margin: 19px auto 0;
  width: 428px;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}
.about-3 {
  left: 8.5px;
  margin: 33px auto 0;
  position: relative;
  width: 762px;
}
.row-5 {
  position: relative;
}
.text-110 {
  float: left;
  margin: 3px 0 0;
  width: 120px;
  font-size: 18px;
  font-weight: bold;
}
.group-29 {
  float: right;
  position: relative;
  width: 612px;
}
.row-17 {
  position: relative;
}
.radio-nonactive-4 {
  float: left;
  height: 24px;
  margin: 0 14px 0 0;
  width: 24px;
  border: 1px solid #999999; /*stroke*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-111 {
  margin: 4px 0 0;
  font-weight: 300;
}
.select {
  left: 20.5px;
  margin: 20px auto 0;
  min-height: 60px;
  padding: 21px 17px 20px;
  position: relative;
  width: 571px;
  border: 1px solid #999999; /*stroke*/
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.arrow-default-5 {
  float: right;
  margin: 2px 1px 0 0;
}
.text-112 {
  margin: 0 0 0 10px;
  font-weight: 300;
}
.group-30 {
  margin: 20px 150px 0;
  position: relative;
}
.radio-nonactive-5 {
  float: left;
  height: 24px;
  margin: 0 14px 0 0;
  width: 24px;
  border: 1px solid #999999; /*stroke*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-113 {
  margin: 3px 0 0;
  font-weight: 300;
}
.group-31 {
  margin: 20px 150px 0;
  position: relative;
}
.radio-nonactive-6 {
  float: left;
  height: 24px;
  margin: 0 14px 0 0;
  width: 24px;
  border: 1px solid #999999; /*stroke*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.text-114 {
  margin: 4px 0 0;
  font-weight: 300;
}
.btn-7 {
  margin: 60px auto 0;
  min-height: 120px;
  padding: 38px 48px;
  position: relative;
  width: 430px;
  border: 2px solid #ffffff; /*stroke*/
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #47d4a7;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  -webkit-box-shadow: 0 0 20px 0 #f3f3f3;
  -moz-box-shadow: 0 0 20px 0 #f3f3f3;
  box-shadow: 0 0 20px 0 #f3f3f3; /*drop shadow*/
}
.icn_arrow-5 {
  float: right;
  margin: 8px 2px 0 0;
}
.text-115 {
  margin: 0 0 0 68px;
  color: #ffffff;
  font-family: A1MinchoStd, serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
}
.footer {
  height: 189px;
  margin: 79px auto 0;
  position: relative;
  width: 359px;
  z-index: 3;
  background: url(images/logo.png) no-repeat;
}
.text-style-2 {
  font-size: 42px;
}
.text-style-3 {
  font-size: 28.8px;
}
.text-style-4 {
  font-size: 20px;
}
.text-style-5 {
  margin: 10px 0px 0px 0px;
}
.fw700 {
  font-weight: bold;
}
.text-style {
  letter-spacing: 0.04em;
}
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.flex{
  display: flex;
  flex-wrap: wrap;
}

.flex label{
  margin: 3px 5px;
}

.md_step {
	max-width: 840px;
	margin: 0 auto;
	position: relative;
}
 .md_step::after {
	content: "";
	background: #999;
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -28px;
}
 .md_step ol {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
 .md_step ol li {
	color: #666;
	font-weight: bold;
	margin: 0 50px;
	position: relative;
}
 .md_step li.is_active {
	color: #fa8282;
}
 .md_step li::before {
	background: #999;
	border-radius: 50%;
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 auto;
	z-index: 1;
	position: absolute;
	bottom: -33px;
	left: 0;
	right: 0;
}
 .md_step li.is_active::before {
	background: #fa8282;
}

 .md_form {
  color: rgb(51, 51, 51);
  letter-spacing: 0.06em;
  line-height: 1.75;
  overflow-wrap: break-word;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 700px;
	margin: 0 auto;
}
 .md_form dt {
	font-weight: bold;
	width: 29%;
	margin-top: 30px;
}
 .md_form dt.is_none {
	line-height: 1.5;
}
 .md_form dt span {
	color: #fe0000;
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 15px;
}
 .md_form dt.is_none span {
	margin-left: 0;
}
 .md_form dd {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 71%;
	margin-top: 30px;
}
 .md_form dd input[type="text"],
 .md_form dd input[type="tel"],
 .md_form dd input[type="email"],
 .md_form dd select,
 .md_form dd textarea {
	border: 1px solid #ccc;
	padding: 15px 20px;
}
 .md_form dd input[type="text"].is_must,
 .md_form dd input[type="tel"].is_must,
 .md_form dd input[type="email"].is_must,
 .md_form dd select.is_must,
 .md_form dd textarea.is_must {
	/* border: 1px solid #fe0000;; */
}
 .md_form dd input[type="text"],
 .md_form dd input[type="tel"],
 .md_form dd input[type="email"],
 .md_form dd textarea {
	width: 100%;
}
 .md_form dd textarea {
	height: 150px;
}
 .md_form dd .is_attention:not(:empty) {
	color: #fe0000;
	font-size: 1.2rem;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
}
 .md_form dd input#postalcode {
	width: 30%;
	margin-left: 15px;
}
 .md_form dd .md_box {
	margin-bottom: 15px;
}
 .md_form dd input#month,
 .md_form dd input#day {
	width: 15%;
	margin: 0 10px 0 15px;
}
 .md_form dd input#month + p:not(.is_attention),
 .md_form dd input#day + p:not(.is_attention) {
	display: inline-block;
}
 .md_form dd input[type="radio"],
 .md_form dd input[type="checkbox"]  {
	display: none;
}
 .md_form .md_radio li + li {
	margin-top: 8px;
}
 .md_form .md_radio .is_side {
	display: flex;
	justify-content: flex-start;
}
 .md_form .md_radio .is_side li + li {
	margin-left: 20px;
	margin-top: 0;
}
 .md_form .md_radio label {
	padding-left: 35px;
	position: relative;
}
 .md_form .md_radio label::before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	left: 0;
}
 .md_form .md_radio label::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	left: 3px;
	transition: 0.3s all;
}
 .md_form .md_radio input[type=radio]:checked + label::after,
 .md_form .md_radio input[type=radio]:checked + input + label::after,
 .md_form .md_radio input[type=checkbox]:checked + label::after,
 .md_form .md_radio input[type=checkbox]:checked + input + label::after
  {
	background: #fa8282;
}
 button {
  cursor: pointer;

  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 23px;

  margin: 20px auto;
  min-height: 120px;
  padding: 38px 48px 37px;
  position: relative;
  width: 630px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #47d4a7;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 20px 0 #f3f3f3;
  -moz-box-shadow: 0 0 20px 0 #f3f3f3;
  box-shadow: 0 0 20px 0 #f3f3f3;
}
 button:hover {
	box-shadow: 0 2px 4px #ddc467;
}
 button::after {
	background: url(images/sp/icn_arrow.png) center center / 14px 24px no-repeat;
	content: "";
	display: block;
	width: 14px;
	height: 24px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 30px;
}

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
	}

#mfp_phase_confirm {
	text-align: center;
}

#mfp_confirm_table{
	margin: 0 auto
}

#mfp_confirm_table th{
	padding: 10px;
}


@media (max-width: 959px) {
	 .md_tel {
		margin: 0 auto 40px;
		padding: 50px 5% 40px;
	}
	 .md_tel a {
		pointer-events: all;
	}
	 .md_tel img {
		zoom: 0.75;
	}
	 .md_step::after {
		bottom: -20px;
	}
	 .md_step ol {
		margin-bottom: 60px;
	}
	 .md_step ol li {
		margin: 0 30px;
	}
	 .md_step li::before {
		bottom: -24px;
	}
	 .md_form dt {
		line-height: 1.5;
		width: 25%;
	}
	 .md_form dt span {
		display: block;
		margin-left: 0;
	}
	 .md_form dd {
		width: 75%;
	}
	 .md_form dd input[type="text"],
	 .md_form dd input[type="tel"],
	 .md_form dd input[type="email"],
	 .md_form dd select,
	 .md_form dd textarea {
		padding: 10px 15px;
	}
	 button {
		font-size: 2.0rem;
	}
}
@media (max-width: 559px) {
	 .md_tel {
		margin: 0 auto 30px;
		padding: 40px 5% 30px;
	}
	 .md_tel h2 {
		top: -12px;
	}
	 .md_tel img {
		zoom: 0.5;
	}
	 .md_step::after {
		bottom: -15px;
	}
	 .md_step ol {
		margin-bottom: 30px;
	}
	 .md_step ol li {
		margin: 0 10px;
	}
	 .md_step li::before {
		bottom: -20px;
	}
	 .md_form dt {
		font-size: 1.4rem;
		line-height: 1.5;
		width: 100%;
		margin-top: 30px;
	}
	 .md_form dt br {
		display: none;
	}
	 .md_form dt span {
		display: inline-block;
		font-size: 1.1rem;
		margin-left: 5px !important;
	}
	 .md_form dd {
		width: 100%;
		margin-top: 5px;
	}
	 .md_form dd.md_radio {
		margin-top: 10px;
	}
	 .md_form dd input[type="text"],
	 .md_form dd input[type="tel"],
	 .md_form dd input[type="email"],
	 .md_form dd select,
	 .md_form dd textarea {
		padding: 8px 10px;
	}
	 .md_form dd select#year {
		width: 40%;
	}
	 .md_form dd input#month,
	 .md_form dd input#day {
		margin: 0 5px 0 10px;
	}
	 .md_form dd input#postalcode {
		margin-left: 5px;
	}
	 button {
		font-size: 1.8rem;
	}
	 button::after {
		background: url(../img/icn_arrow.svg) center center / 7px 12px no-repeat;
		width: 7px;
		height: 12px;
		margin-top: -6px;
		right: 15px;
	}
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 25px 0;
  box-shadow: 0 20px 30px rgba(214, 163, 153, 0.05);
  position: relative;
  z-index: 2;
}
#gHeader .hBox {
  margin: 0 auto;
  padding: 0 26px 0 31px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
#gHeader .hBox h1 img {
  width: 171px;
}
#gHeader .hBox .hBtnList {
  margin-top: 5px;
}
#gHeader .hBox .hBtnList li {
  margin: 0 6px;
}
#gHeader .hBox .hBtnList a {
  padding: 20px 0;
  min-width: 240px;
  display: block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  border: 2px solid #47d4a7;
  box-sizing: border-box;
  background-color: #47d4a7;
}
#gHeader .hBox .hBtnList a span,
#gHeader .hBox .hBtnList a p {
  padding-left: 38px;
  background: url("../../img/common/icon02.png") no-repeat left center;
}
#gHeader .hBox .hBtnList .white a {
  color: #47d4a7;
  background-color: #fff;
}
#gHeader .hBox .hBtnList .white a p {
  display: inline-block;
  background: url("../../img/common/icon01.png") no-repeat left center / 28px;
}
#gHeader .hBox .hBtnList a:hover {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  #gHeader {
      padding: 13px 0;
      box-shadow: none;
      position: static;
  }
  #gHeader .hBox {
      margin: 0;
      padding: 0 13px 0 15px;
      width: auto;
  }
  #gHeader .hBox h1 img {
      width: 86px;
      height: 65px;
      object-fit: contain;
  }
  #gHeader .hBox .hBtnList {
      margin-top: 3px;
  }
  #gHeader .hBox .hBtnList li {
      margin: 0 3px;
  }
  #gHeader .hBox .hBtnList a {
      padding: 10px 0;
      min-width: 120px;
      font-size: 1.1rem;
      border-radius: 20px;
      border-width: 1px;
  }
  #gHeader .hBox .hBtnList a span,
  #gHeader .hBox .hBtnList a p {
      padding-left: 19px;
      background-size: 14px auto !important;
  }
}

.btn {
  width: 100%;
  float: right;
  margin: 5px 0 0;
  position: relative;
  display: flex;
  justify-content: end;
}

.btn a{
    display: flex;
    align-items: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 20px;
    font-family: Noto Sans CJK JP;
}

.btn a.h-tel{
  padding: 0 20px;
  color: #FA8282;
  border: 3px solid #FA8282;
}

.btn a.h-mail{
  padding: 0 20px;
  color: #47D4A7;
  border: 3px solid #47D4A7;
}

.btn a.h-line{
  padding: 0 20px;
  color: #06C755;
  border: 3px solid #06C755;
}

.btn a img{
  margin-right: 10px;
}

.cv {
  margin: 0px 0 40px;
  padding: 70px 0 57px;
  /* height: 470px; */
  position: relative;
  width: 100%; /* 2000px / 2000px = 100% */
  z-index: 384;
  background: url(./images/AdobeStock_494831145.png) no-repeat center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cv_inner{
  height: 470px;
}
.cv_inner:after{
  content: "";
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right:0;
  z-index: 383;
}
.cv_width{
  max-width: 1200px;
  width: 100%;
  /* height: 470px; */
  margin: 0 auto;
  padding: 60px 0;
  z-index: 386;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.cv-text{
  width: 50%;
  z-index: 386;
  color: white;
}
.cv-button{
  width: 50%;
  z-index: 386;
}

.cv-button a{
  height: 100px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 32px;
  padding: 0 30px;
  margin-bottom: 10px;
}

.cv-button a span{
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.cv-text h2{
  font-size: 50px;
  margin: 20px 0;
  line-height: 1.5;
}
.cv-text p{
  font-size: 22px;
  line-height: 1.5;
}


.cta_tel{
  background: url(./images/cta_tel_bg.png) no-repeat;
}

.cta_mail{
  background: url(./images/cta_mail_bg.png) no-repeat;
}

.cta_line{
  background: url(./images/cta_line_bg.png) no-repeat;
}

.cta_icon{
  margin-right: 25px;
}

.cta_arrow{
  margin-left: auto;
}




@media all and (max-width: 767px) {
  .cv {
      margin: 0;
      position: relative;
      width: 100%; /* 750px / 750px = 100% */
      z-index: 492;
      background: url(./images/AdobeStock_494831145.png) no-repeat center 0;
      background-position: center top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    .cv_inner{
      width: 100%;
      margin: 0 auto;
      padding: 0;
      height: auto;
    }
    .cv_inner:after{
      content: "";
      background-color: rgba(0,0,0,0.5);
      width: 100%;
      position: absolute;
      top:0;
      bottom:0;
      left: 0;
      right:0;
      z-index: 383;
    }
    .cv_width{
      display: block;
      width: 90%;
      margin: 0 auto;
      padding: 20px 0;
      z-index: 386;
      position: relative;
    }
    .cv-text{
      z-index: 386;
      color: white;
      width: 100%;
    }
    .cv-button{
      z-index: 386;
      width: 100%;
      margin: 40px auto;
    }
    .cv-button img{
      width: 100%;
      margin-bottom: 10px;
    }
    .cv-text h2{
      font-size: 30px;
      margin: 40px 0;
      text-align: center;
    }
    .cv-text p{
      font-size: 18px;
    }

    .fixed_contact{
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 10px 0;
      background: #fff;
      position: fixed;
      bottom: 0;
      z-index: 999;
    }
    
    .fixed_contact img{
      width: 96%;
      margin: 0 5px;
    
    }


}