@charset "UTF-8";
/*--------------------------------------
font
---------------------------------------*/
body, .tooltip, .popover,
button, input, optgroup, select, textarea,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "UD新ゴ R", "Open Sans", "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body, .tooltip, .popover,
button, input, optgroup, select, textarea {
  font-weight: 500;
}

.shingo-el {
  font-family: "新ゴ EL";
}

.shingo-l {
  font-family: "新ゴ L";
}

.shingo-r {
  font-family: "新ゴ R";
}

.shingo-m {
  font-family: "新ゴ M";
}

.shingo-db {
  font-family: "新ゴ DB";
}

.shingo-b, #index #info .title span.fwb {
  font-family: "新ゴ B";
}

.shingo-h {
  font-family: "新ゴ H";
}

.shingo-u {
  font-family: "新ゴ U";
}

.udshingo-l {
  font-family: "UD新ゴ L";
}

.udshingo-r {
  font-family: "UD新ゴ R";
}

.udshingo-m, nav#nav a, #service .sec01 .hitsuyou li .icon, #price .sec01 .txt p {
  font-family: "UD新ゴ M";
}

.udshingo-db, h4 span, footer#footer .fnav .link a, #overlay .popup .txt, #voice .box .prof .name {
  font-family: "UD新ゴ DB";
}

.udshingo-b, #price .sec01 .txt p span, #price .sec02 .pricebox .title, #price .sec03 li .title .main, #contact .info dt {
  font-family: "UD新ゴ B";
}

.udshingo-h {
  font-family: "UD新ゴ H";
}

.ryumin-l {
  font-family: "リュウミン L-KL";
}

.ryumin-r {
  font-family: "リュウミン R-KL";
}

.ryumin-m {
  font-family: "リュウミン M-KL";
}

.ryumin-b {
  font-family: "リュウミン B-KL";
}

.ryumin-db {
  font-family: "リュウミン EB-KL";
}

.ryumin-h {
  font-family: "リュウミン H-KL";
}

.ryumin-h {
  font-family: "リュウミン EH-KL";
}

.ryumin-u {
  font-family: "リュウミン U-KL";
}

.reimin-l, h2 span, .reimin-r, #contact .info dd, .reimin-m, h2, h3 span, footer#footer .fnav .title a, footer#footer .btn-list a.btn-original div, #subnav a, section.contact a.btn-original div, #service .sec02 .flow .title, #voice .box .title, .reimin-b, #service .sec02 .flow .icon, #price .sec03 li .title .icon, #voice .box .icon, #contact .info dd a, .reimin-db, .reimin-h, #index #hero .container .logo .txt, #index #hero .container .blog, #price .sec01 .txt h4, #contact .lead, #contact .info dd span, .shingo-el, .shingo-l, .shingo-r, .shingo-m, .shingo-db, .shingo-b, #index #info .title span.fwb, .shingo-h, .shingo-u, .udshingo-l, .udshingo-r, .udshingo-m, nav#nav a, #service .sec01 .hitsuyou li .icon, #price .sec01 .txt p, .udshingo-db, h4 span, footer#footer .fnav .link a, #overlay .popup .txt, #voice .box .prof .name, .udshingo-b, #price .sec01 .txt p span, #price .sec02 .pricebox .title, #price .sec03 li .title .main, #contact .info dt, .udshingo-h, .ryumin-l, .ryumin-r, .ryumin-m, .ryumin-b, .ryumin-db, .ryumin-h, .ryumin-h, .ryumin-u, .reimin-l, h2 span, .reimin-r, #contact .info dd, .reimin-m, h2, h3 span, footer#footer .fnav .title a, footer#footer .btn-list a.btn-original div, #subnav a, section.contact a.btn-original div, #service .sec02 .flow .title, #voice .box .title, .reimin-b, #service .sec02 .flow .icon, #price .sec03 li .title .icon, #voice .box .icon, #contact .info dd a, .reimin-db, .reimin-h, #index #hero .container .logo .txt, #index #hero .container .blog, #price .sec01 .txt h4, #contact .lead, #contact .info dd span {
  transform: rotate(0.05deg);
}

/*--------------------------------------
base
---------------------------------------*/
html,
body {
  height: 100%;
}

body {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

ol, ul, li {
  padding-left: 0;
  list-style: none;
}

img {
  vertical-align: text-top;
  font-size: 0;
  line-height: 0;
}

a {
  color: #A0464A;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:focus, a:hover {
  color: #361719;
  text-decoration: none;
}

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

.row.gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.gutter-10 > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.row.gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.gutter-20 > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

body {
  background-color: #FFFEF2;
  padding-top: 4.625rem;
}

h2 {
  margin: 2.5rem 0;
  font-size: 3.125rem;
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}
h2 span {
  padding-left: 1rem;
  font-size: 1.5rem;
}
@media all and (max-width: 767px) {
  h2 span {
    font-size: 0.75rem;
  }
}

h3 {
  background: url(../img/underline.png) left bottom repeat-x;
  margin-bottom: 3rem;
  padding-bottom: 1.25rem;
}
@media all and (max-width: 767px) {
  h3 {
    padding-bottom: 0.5rem;
  }
}
h3 span {
  background: url(../img/icon.png) left center no-repeat;
  font-size: 2rem;
  padding-left: 1rem;
  color: #000;
}
@media all and (max-width: 767px) {
  h3 span {
    font-size: 1.25rem;
  }
}

h4 {
  border-bottom: 1px dotted #FFF;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}
h4 span {
  border-left: 5px solid #A0464A;
  padding-left: 1rem;
  font-size: 1.25rem;
  color: #A0464A;
}

br.sp {
  display: none;
}
@media all and (max-width: 991px) {
  br.sp {
    display: block;
  }
}

br.pc {
  display: block;
}
@media all and (max-width: 991px) {
  br.pc {
    display: none;
  }
}

.pagetop {
  text-align: right;
}
.pagetop a {
  display: inline-block;
}

header#header {
  background-color: #000;
  border-bottom: 5px solid #FFF;
}
@media all and (max-width: 576px) {
  header#header > .container {
    width: 100%;
  }
}
header#header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  width: 171px;
}
header#header .navbar-toggler {
  border: none;
  padding: 0;
  font-size: 2rem;
  outline: none !important;
}
header#header .navbar-toggler-right {
  top: 6px;
  right: 0;
}
header#header a.tel {
  display: none;
  position: absolute;
  top: 0;
  right: 3rem;
  font-size: 2rem;
  color: #FFF;
}
@media all and (max-width: 767px) {
  header#header a.tel {
    display: block;
  }
}

nav#nav li.nav-item {
  padding: .25rem 1rem;
  line-height: 1;
}
@media all and (max-width: 991px) {
  nav#nav li.nav-item {
    padding: 2rem 0;
  }
}
@media all and (min-width: 992px) {
  nav#nav li.nav-item:not(:last-child) {
    border-right: 1px solid #FFF;
  }
}
@media all and (max-width: 991px) {
  nav#nav li.nav-item:not(:first-child) {
    border-top: 1px solid #DDD;
  }
}
nav#nav a {
  color: #FFF;
  font-size: 0.8125rem;
  line-height: 1;
}
nav#nav a:hover {
  opacity: 0.7;
}
@media all and (max-width: 991px) {
  nav#nav a {
    font-size: 1rem;
  }
}

footer#footer {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background-color: #000;
}
@media all and (max-width: 767px) {
  footer#footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
footer#footer .fnav {
  margin-bottom: 2rem;
}
@media all and (max-width: 991px) {
  footer#footer .fnav {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  footer#footer .fnav li {
    margin-bottom: 2rem;
  }
}
footer#footer .fnav .title a {
  display: block;
  border-bottom: 1px solid #FFFEF2;
  margin-bottom: 1rem;
  padding: .5rem 0;
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
}
footer#footer .fnav .title a:hover {
  color: #A0464A;
  border-bottom-color: #A0464A;
}
footer#footer .fnav .txt {
  display: none;
  margin-bottom: 1rem;
  height: 7rem;
  font-size: 0.875em;
  line-height: 1.8;
  color: #FFF;
}
@media all and (max-width: 1199px) {
  footer#footer .fnav .txt {
    height: 8rem;
  }
}
@media all and (max-width: 991px) {
  footer#footer .fnav .txt {
    height: 10rem;
  }
}
@media all and (max-width: 767px) {
  footer#footer .fnav .txt {
    height: auto;
  }
}
footer#footer .fnav .link a {
  display: block;
  border: 3px solid #FFFEF2;
  padding: 1rem 0;
  width: 100%;
  color: #FFFEF2;
  text-align: center;
  font-size: 0.875em;
}
footer#footer .fnav .link a:hover {
  background-color: #FFFEF2;
  color: #A0464A;
}
footer#footer .btn-list {
  display: none;
  margin-bottom: 2rem;
}
@media all and (max-width: 767px) {
  footer#footer .btn-list {
    display: none;
  }
}
footer#footer .btn-list a.btn-original {
  display: block;
  border: 1px solid #d5d5d5;
  background-color: #FFF;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media all and (max-width: 767px) {
  footer#footer .btn-list a.btn-original {
    margin-bottom: 1rem;
  }
}
footer#footer .btn-list a.btn-original div {
  letter-spacing: .2rem;
  padding: 1.25rem 0;
  border: 1px solid #bdb1b2;
  background-image: linear-gradient(0deg, #ee9ea5, #f3bcc1);
  color: #222;
  font-size: 1.25rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
footer#footer .btn-list a.btn-original div:hover {
  border-color: #A0464A;
  background-image: linear-gradient(0deg, #a0464a, #a0464a);
  color: #FFF;
}
footer#footer .btn-list a.btn-original div:before {
  content: "\f105";
  font-family: "FontAwesome";
  background-color: #A0464A;
  margin-right: 1rem;
  padding: 2px 9px 4px 10px;
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  clip-path: circle(50% at 50% 50%);
  letter-spacing: 0;
}
footer#footer .btn-list a.btn-original:hover div {
  border-color: #A0464A;
  background-image: linear-gradient(0deg, #a0464a, #a0464a);
  color: #FFF;
}
footer#footer .btn-list a.ibj-bnr {
  display: block;
  margin: 2rem auto 0;
  width: 170px;
  text-align: center;
}
footer#footer .contact {
  display: none;
}
@media all and (max-width: 767px) {
  footer#footer .contact {
    display: none;
  }
}
footer#footer .contact a.box {
  margin-bottom: 2rem;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  display: block;
  border: 3px solid #FFF;
  padding: 1rem 0;
}
@media all and (max-width: 991px) {
  footer#footer .contact a.box {
    font-size: 1.5rem;
  }
}
footer#footer .contact a.box:hover {
  color: #A0464A;
}
footer#footer .cr {
  border-top: 1px solid #FFFEF2;
  padding-top: 1rem;
  font-size: 0.75rem;
  text-align: center;
  color: #FFF;
}
@media all and (max-width: 767px) {
  footer#footer .cr {
    border-top: none;
    padding-top: 0;
  }
}
footer#footer .cr a {
  display: block;
  display: none;
  margin-bottom: 1rem;
}
footer#footer .cr a:hover {
  opacity: 0.7;
}
footer#footer .area {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  margin-bottom: 2rem;
  line-height: 1.8;
}
footer#footer .area .inner {
  border: 3px solid #FFF;
  padding: 1rem 0;
}
footer#footer .area span {
  display: none;
}
@media all and (max-width: 767px) {
  footer#footer .area span {
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  footer#footer .area br.pc {
    display: none;
  }
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
}
#overlay #overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
#overlay .popup {
  background-color: #000;
  padding: 3rem;
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 767px) {
  #overlay .popup {
    width: 90vw;
  }
}
#overlay .popup h3 span {
  color: #FFF;
}
#overlay .popup .txt {
  color: #FFF;
  line-height: 2;
}
#overlay #close {
  background-color: #A0464A;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  margin: auto;
  width: 20%;
  text-align: center;
  padding: .25rem 1rem;
  color: #FFF;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  #overlay #close {
    width: 100%;
  }
}

#subnav {
  padding-top: 2.5rem;
  margin-bottom: 2rem;
}
#subnav a {
  display: block;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  padding: .5rem 0;
  text-align: center;
  color: #000;
  font-size: 1.25rem;
}
#subnav a:hover {
  color: #A0464A;
  border-bottom-color: #A0464A;
}

section.contact .btn-area {
  border-top: 3px dotted #A0464A;
  margin-top: 3rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
section.contact .title {
  padding: 3rem 0;
  font-size: 2rem;
  color: #A0464A;
  text-shadow: 0 0 4px rgba(160, 70, 74, 0.48);
  text-align: center;
}
section.contact a.btn-original {
  display: block;
  background-color: #FFF;
  padding: .5rem;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 767px) {
  section.contact a.btn-original {
    margin-bottom: 1rem;
  }
}
section.contact a.btn-original div {
  letter-spacing: .2rem;
  padding: 1.25rem 0;
  color: #FFF;
  background-color: #A0464A;
  font-size: 1.75rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  section.contact a.btn-original div {
    font-size: 1rem;
  }
}
section.contact a.btn-original div:before {
  content: "\f105";
  font-family: "FontAwesome";
  background-color: #FFFFFF;
  margin-right: 1rem;
  padding: 2px 12px 4px 14px;
  text-align: center;
  color: #A0464A;
  font-size: 2rem;
  clip-path: circle(50% at 50% 50%);
  letter-spacing: 0;
}
@media all and (max-width: 991px) {
  section.contact a.btn-original div:before {
    padding: 7px 12px 8px 14px;
    font-size: 1rem;
  }
}

#index .pagetop {
  display: none;
}
#index #hero {
  background-color: #FFFEF2;
}
#index #hero .container .logo {
  position: absolute;
  top: 1rem;
  left: 15px;
  width: 65%;
}
@media all and (max-width: 991px) {
  #index #hero .container .logo {
    width: 65%;
  }
}
@media all and (max-width: 767px) {
  #index #hero .container .logo {
    width: 51%;
  }
}
@media all and (max-width: 414px) {
  #index #hero .container .logo {
    width: 50%;
  }
}
@media all and (max-width: 375px) {
  #index #hero .container .logo {
    width: 50%;
  }
}
#index #hero .container .logo img {
  margin-bottom: 2rem;
  width: 422px;
}
#index #hero .container .logo .txt {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  letter-spacing: 0.5rem;
}
@media all and (max-width: 991px) {
  #index #hero .container .logo .txt {
    letter-spacing: 0;
  }
}
@media all and (max-width: 767px) {
  #index #hero .container .logo .txt {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media all and (max-width: 414px) {
  #index #hero .container .logo .txt {
    font-size: 0.875rem;
    line-height: 1;
  }
}
#index #hero .container .license {
  position: absolute;
  bottom: 1rem;
  left: 15px;
  width: 590px;
}
@media all and (max-width: 991px) {
  #index #hero .container .license {
    width: 400px;
  }
}
@media all and (max-width: 767px) {
  #index #hero .container .license {
    width: 240px;
  }
}
#index #hero .container .license > * {
  float: left;
}
@media all and (max-width: 991px) {
  #index #hero .container .license .license-img {
    width: 187px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  #index #hero .container .license .license-img {
    width: 102px;
    margin-bottom: 5px;
  }
}
#index #hero .container .license .ibj {
  margin-left: 10px;
  margin-bottom: 10px;
}

@media all and (max-width: 991px) {
  #index #hero .container .mens,
  #index #hero .container .no1 {
    width: 90px;
  }
}
@media all and (max-width: 767px) {
  #index #hero .container .mens,
  #index #hero .container .no1 {
    width: 50px;
  }
}
#index #hero .container .license .bnr {
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  #index #hero .container .license .bnr {
    display: flex;
  }
}
#index #hero .container .license .bnr > div {
  width: 75px;
}
@media all and (max-width: 991px) {
  #index #hero .container .license .bnr > div {
    width: 48px;
  }
}
@media all and (max-width: 767px) {
  #index #hero .container .license .bnr > div {
    width: 45px;
    margin-left: 6px;
  }
}
#index #hero .container .license .bnr .mens,
#index #hero .container .license .bnr .awd01 {
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  #index #hero .container .license .bnr .mens,
#index #hero .container .license .bnr .awd01 {
    margin-bottom: 0;
  }
}
#index #hero .container .yucari {
  text-align: right;
}
#index #hero .container .yucari img {
  padding-top: 1rem;
  width: 280px;
}
@media all and (max-width: 767px) {
  #index #hero .container .yucari img {
    padding-top: 0;
    width: 200px;
  }
}
@media all and (max-width: 414px) {
  #index #hero .container .yucari img {
    padding-top: 40px;
    width: 180px;
  }
}
@media all and (max-width: 320px) {
  #index #hero .container .yucari img {
    padding-top: 60px;
    width: 160px;
  }
}
#index #hero .container .blog {
  position: absolute;
  right: 15px;
  bottom: 1rem;
}
#index #hero .container .blog div.blog-txt {
  margin-bottom: 0.5rem;
  font-size: 13px;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
@media all and (max-width: 767px) {
  #index #hero .container .blog div.blog-txt {
    font-size: 10px;
    line-height: 1.3;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
  }
}
#index #hero .container .blog .blog-bnr {
  text-align: right;
}
@media all and (max-width: 580px) {
  #index #hero .container .blog .blog-bnr {
    width: 100px;
    margin-left: auto;
  }
}
#index #hero .container .blog a:hover {
  opacity: 0.5;
}
#index #info {
  padding-top: 2rem;
  background-color: #000;
}
#index #info > .container > .row > div {
  margin-bottom: 1rem;
}
@media all and (max-width: 767px) {
  #index #info > .container > .row > div {
    margin-bottom: 2rem;
  }
}
#index #info .box {
  background-color: #FFFEF2;
  padding: 1rem;
  height: 100%;
}
#index #info .box img {
  width: 100%;
}
#index #info .box a.youtube {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 66.7%;
  overflow: hidden;
}
#index #info .box a.youtube img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
#index #info .box a.youtube .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #F00;
}
#index #info .bnr {
  border: 3px solid #F3BCC1;
  color: #F3BCC1;
  padding: 1.5rem 0;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 2.5rem;
}
#index #info .bnr:hover {
  background-color: #F3BCC1;
  color: #A0464A;
}
#index #info .bnr .main {
  font-size: 1.5rem;
}
#index #info .bnr .sub {
  font-size: 0.875rem;
}
#index #info .thumb {
  margin-bottom: 0.5rem;
}
#index #info .date {
  font-size: 0.875rem;
  color: #666;
}
#index #info .title {
  color: #A0464A;
  line-height: 1.1;
  font-size: 0.75rem;
}
#index #info .bosyu-title {
  color: #A0464A;
  text-align: center;
  margin-bottom: 0.5rem;
}
#index #info .bosyu {
  text-align: center;
  line-height: 1.1;
  font-size: 0.75rem;
}
#index #footer .fnav .txt {
  display: block;
}
#index #footer .btn-list,
#index #footer .contact {
  display: flex;
}
#index #footer .cr a {
  display: block;
}

#service .sec01 p {
  margin-bottom: 3rem;
  line-height: 1.6;
}
#service .sec01 ul {
  margin-bottom: 3rem;
}
#service .sec01 .shikaku li {
  margin-bottom: 1rem;
}
#service .sec01 .shikaku li:before {
  margin-right: 0.5rem;
  content: "●";
  color: #A0464A;
}
#service .sec01 .hitsuyou li {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
#service .sec01 .hitsuyou li .icon {
  background-color: #A0464A;
  width: 64px;
  height: 64px;
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#service .sec01 .hitsuyou li .txt {
  padding-left: 1rem;
}
#service .sec01 .hitsuyou li .txt span {
  font-size: 0.75rem;
}
#service .sec01 .tokuten img {
	margin-bottom: 10px;
}
#service .sec02 .flow li {
  position: relative;
  padding: 2rem 0 2rem 4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 767px) {
  #service .sec02 .flow li {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
#service .sec02 .flow li:not(:last-child) {
  margin-bottom: 4rem;
}
#service .sec02 .flow li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 2rem 100px 0 100px;
  border-color: #A0464A transparent transparent transparent;
}
#service .sec02 .flow .icon {
  background-color: #FFFFFF;
  margin-right: 1rem;
  width: 64px;
  height: 64px;
  text-align: center;
  color: #A0464A;
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  #service .sec02 .flow .icon {
    margin-right: 0;
  }
}
#service .sec02 .flow .icon span {
  font-size: 2.25rem;
}
#service .sec02 .flow .title {
  width: 12.5rem;
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  #service .sec02 .flow .title {
    padding: .5rem 0;
    width: 100%;
    text-align: center;
  }
}
#service .sec02 .flow .txt {
  width: calc(100% - 1rem - 12.5rem - 64px);
}
@media all and (max-width: 991px) {
  #service .sec02 .flow .txt {
    width: 100%;
  }
}

#price .sec01 h3 {
  margin-bottom: 0;
}
#price .sec01 .catch {
  position: relative;
  text-align: right;
}
@media all and (max-width: 991px) {
  #price .sec01 .catch img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#price .sec01 .txt {
  position: absolute;
  top: 2rem;
  left: 0;
  text-align: left;
}
@media all and (max-width: 991px) {
  #price .sec01 .txt {
    position: relative;
    top: 1rem;
    margin-bottom: 3rem;
  }
}
#price .sec01 .txt h4 {
  font-size: 2rem;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 2;
}
@media all and (max-width: 767px) {
  #price .sec01 .txt h4 {
    font-size: 1.25rem;
  }
}
#price .sec01 .txt p {
  line-height: 2.4;
}
#price .sec01 .txt p span {
  color: #A0464A;
}
#price .sec02 .pricebox {
  padding: 20px;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#price .sec02 .pricebox > div {
  border-width: 1px;
  border-style: solid;
  border-color: ##292B2C;
  padding: 1rem;
}
#price .sec02 .pricebox > div {
  border-bottom-color: transparent;
}
#price .sec02 .pricebox > div:last-of-type {
  border-bottom: 1px solid #292B2C;
  margin-bottom: 30px;
}
#price .sec02 .pricebox .title {
  display: inline-block;
  font-size: 1.5rem;
  border-bottom-color: #292B2C;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin-bottom:  10px;
}

#price .sec02 .pricebox .price {
  text-align: right;
  font-size: 0.75rem;
  font-weight: bold;
}
#price .sec02 .pricebox .price span {
  font-family: 'G2サンセリフ-B';
  font-size: 2rem;
  font-weight: normal;
}
#price .sec02 .pricebox .half {
  width: 50%;
}
@media all and (max-width: 991px) {
  #price .sec02 .pricebox .half {
    width: 100%;
  }
}
#price .sec02 .pricebox .half:nth-child(2n-1) {
  border-right-color: transparent;
}
@media all and (max-width: 991px) {
  #price .sec02 .pricebox .half:nth-child(2n-1) {
    border-right-color: #000;
  }
}
#price .sec02 .pricebox .full {
  width: 100%;
}
#price .sec02 .pricebox .full .txt {
  position: relative;
  padding-left: 1rem;
}
#price .sec02 .pricebox .full .txt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
#price .sec02 .pricebox .full .price span.big {
  font-size: 3rem;
  color: #A0464A;
}
#price .sec02 .pricebox p.notes {
  font-size: 14px;
}
#price .sec02 .pricebox p.notes .notes-title {
  display: inline-block;
  margin-bottom: 10px;
}
#price .sec03 h3 {
  margin-bottom: 30px;
}
#price .sec03 div.txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
#price .sec03 li {
  margin-bottom: 2rem;
}
#price .sec03 li .title {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
#price .sec03 li .title .icon {
  margin-right: 1rem;
  width: 61px;
  text-align: center;
  font-size: 4rem;
  color: #A0464A;
  line-height: 1;
}
#price .sec03 li .title .main {
  width: calc(100% - 77px);
  color: #A0464A;
  font-size: 1.5rem;
  line-height: 1.2;
}
#price .sec03 li .title .main p {
  margin-bottom: 0;
  font-style: italic;
  color: #FFF;
  font-size: 0.75rem;
}
#price .sec03 li .txt {
  height: calc(100% - 72px);
  background-image: url(../img/dotbg.png);
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
}
#price .sec03 li:nth-child(6) .title {
  margin-bottom: calc(0.5rem + 6px);
}

#voice .sec01 p {
  margin-bottom: 0;
}
#voice .box {
  background-color: #EDF6F0;
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  padding: 1.25rem;
  margin-top: 50px;
}
#voice .box .caption {
  border-bottom: 1px solid #000;
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 767px) {
  #voice .box .caption {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#voice .box .icon {
  background-color: #A8D5B4;
  padding-top: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  color: #FFF;
  line-height: 1;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}
#voice .box .icon span {
  font-size: 2rem;
}
#voice .box .title {
  width: calc(100% - 1rem - 220px - 64px);
  padding-left: 1rem;
  font-size: 1.5rem;
}
@media all and (max-width: 767px) {
  #voice .box .title {
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
  }
}
@media all and (max-width: 1199px) {
  #voice .box .title br {
    display: none;
  }
}
#voice .box .prof {
  width: 220px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: flex-end;
}
#voice .box .prof .name {
  padding-left: 10px;
  line-height: 1.2;
}
#voice .box .contents img {
  width: 100%;
}
#voice .box .txt {
  font-size: .875rem;
  line-height: 1.8;
}

#contact .lead {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
#contact .info dt {
  font-size: 1.5rem;
  line-height: 2.5;
}
#contact .info dd a {
  text-decoration: underline;
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  #contact .info dd a {
    font-size: 1.25rem;
  }
}
#contact .info dd span.hosoku2 {
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  #contact .info dd span.hosoku2 {
    font-size: 1.5rem;
  }
}
#contact .info .tel a {
  font-size: 3rem;
}
@media all and (max-width: 991px) {
  #contact .info .tel a {
    font-size: 2.25rem;
  }
}

#cboxOverlay {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#colorbox:focus {
  border: 0;
  box-shadow: none;
}
#colorbox iframe {
  width: 100%;
  height: 100%;
}
#colorbox button {
  display: none;
}
