html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  line-height: 1;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

input,
select,
textarea {
  font-family: inherit;
}

input[type="submit"] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #343434;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow: hidden;
}

@media all and (min-width: 600px) {
  body {
    font-size: 1.6rem;
    min-width: 1160px;
    padding-top: 0;
  }
}

body.sg {
  height: auto;
}

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

@media all and (min-width: 600px) {
  a:hover {
    text-decoration: none;
  }
}

.u-alpha {
  display: block;
  text-decoration: none;
}

@media all and (min-width: 600px) {
  .u-alpha {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .u-alpha:hover {
    opacity: 0.7;
  }
}

.u-font-serif {
  font-family: "Noto Serif JP", serif;
}

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

.u-media-query {
  display: none;
  font-family: "sp";
}

@media all and (min-width: 600px) {
  .u-media-query {
    font-family: "pc";
  }
}

@media all and (max-width: 599px) {
  .u-view-pc {
    display: none !important;
  }
}

@media all and (min-width: 600px) {
  .u-view-sp {
    display: none !important;
  }
}

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

.u-inner {
  box-sizing: border-box;
}

@media all and (max-width: 599px) {
  .u-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (min-width: 600px) {
  .u-inner {
    width: 1100px;
    max-width: 100%;
    margin: auto;
  }
}

.l-wrapper {
  position: relative;
}

.l-breadcrumb .breadcrumb-list {
  padding: 8px 10px 25px;
}

.l-breadcrumb .breadcrumb-list__item {
  display: inline-block;
}

.l-breadcrumb .breadcrumb-list__item + .l-breadcrumb .breadcrumb-list__item {
  padding-left: 5px;
}

.l-breadcrumb
  .breadcrumb-list__item
  + .l-breadcrumb
  .breadcrumb-list__item:before {
  content: ">";
  margin-right: 4px;
}

.l-footer {
  background: #2d2d2d;
  color: #fff;
  position: relative;
}

.l-footer .nav-list {
  background-color: #333333;
}

.l-footer .ft-info {
  padding: 27px 27px 37px;
}

.l-footer .ft-info__area:nth-child(n + 2) {
  padding-top: 10px;
  margin-top: 10px;
  position: relative;
}

.l-footer .ft-info__area:nth-child(n + 2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #434343;
}

.l-footer .ft-info__txt {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 5px;
}

.l-footer .ft-schedule {
  margin-top: 13px;
}

.l-footer .ft-schedule__table {
  border: 1px solid #fff;
  font-size: 1.3rem;
  max-width: 315px;
}

.l-footer .ft-schedule__table tr {
  border-bottom: 1px solid #fff;
}

.l-footer .ft-schedule__table th {
  padding: 5px 10px;
}

.l-footer .ft-schedule__table td {
  padding: 5px;
}

.l-footer .ft-foot {
  border-top: 1px solid #434343;
}

.l-footer .ft-foot__inner {
  padding-bottom: 65px;
}

.l-footer .ft-bnr {
  padding: 15px 40px 7px;
}

.l-footer .ft-bnr__item:first-child {
  padding: 15px 24px;
}

.l-footer .ft-bnr__item a {
  display: block;
}

.l-footer .ft-bnr__item-logo {
  text-align: center;
  padding: 18px;
}

.l-footer .ft-bnr__item-logo img {
  width: 210px;
}

.l-footer .ft-cr {
  text-align: center;
  font-size: 1rem;
  color: #898989;
}

@media all and (max-width: 599px) {
  .l-footer .l-nav {
    position: static;
    color: #fff;
  }
  .l-footer .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0;
  }
  .l-footer .nav-list__item {
    width: 50%;
    box-sizing: border-box;
    font-size: 1.3rem;
  }
  .l-footer .nav-list__item:nth-child(2n) {
    border-left: 1px solid #454545;
  }
  .l-footer .nav-list__link {
    text-decoration: none;
    padding: 10px 0;
    display: block;
    color: #fff;
  }
}

@media all and (min-width: 600px) {
  .l-footer .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.5em;
    margin: auto;
  }
  .l-footer .nav-list__item {
    display: inline-block;
    letter-spacing: 0;
    position: relative;
  }
  .l-footer .nav-list__item:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #454545;
  }
  .l-footer .nav-list__item:last-child:before {
    display: none;
  }
  .l-footer .nav-list__link {
    display: block;
    padding: 28px 26px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer .nav-list__link:hover {
    color: #0070c6;
  }
  .l-footer .ft-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0 21px;
  }
  .l-footer .ft-info__content {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-footer .ft-info__area {
    width: 314px;
    padding: 0;
  }
  .l-footer .ft-info__area:nth-child(n + 2) {
    padding: 0 0 0 38px;
    margin: 0;
  }
  .l-footer .ft-info__area:nth-child(n + 2):before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
  }
  .l-footer .ft-info__txt {
    line-height: inherit;
    margin-top: 0;
  }
  .l-footer .ft-schedule {
    margin-top: 0;
  }
  .l-footer .ft-schedule__table {
    max-width: initial;
    font-size: 1.4rem;
  }
  .l-footer .ft-schedule__table th {
    padding: 8px 22px;
  }
  .l-footer .ft-schedule__table td {
    padding: 8px 10px;
  }
  .l-footer .ft-foot__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
  }
  .l-footer .ft-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .l-footer .ft-bnr a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-footer .ft-bnr a:hover {
    opacity: 0.7;
  }
  .l-footer .ft-bnr__item {
    width: 270px;
  }
  .l-footer .ft-bnr__item:first-child {
    padding: 0;
  }
  .l-footer .ft-bnr__item:first-child img {
    width: 250px;
  }
  .l-footer .ft-cr {
    text-align: right;
    padding-right: 22px;
    font-size: 1rem;
  }
}

.ft-pagetop {
  position: absolute !important;
  bottom: 183px;
  right: 0;
  width: 50px;
}

@media all and (min-width: 600px) {
  .ft-pagetop {
    right: 70px;
    bottom: 70px;
    width: 73px;
    height: 73px;
  }
}

.ft-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

.ft-fixed__item a {
  display: block;
}

.l-side-fix {
  position: fixed;
  width: 220px;
  height: 222px;
  right: -146px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 700;
  z-index: 2010;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.l-side-fix:hover {
  right: 0 !important;
}

.l-side-fix.is-view-all {
  right: 0;
}

.l-side-fix.is-hidden {
  right: -226px;
}

.l-side-fix.is-view-head {
  right: -146px;
}

.l-side-fix__link {
  display: block;
  height: 74px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #333;
}

.l-side-fix__link:hover {
  background-color: rgba(51, 51, 51, 0.7);
}

.l-side-fix__link01 {
  pointer-events: none;
}

.l-side-fix__link02 {
  background-color: #31a2f9;
}

.l-side-fix__link02:hover {
  background-color: rgba(49, 162, 249, 0.7);
}

.l-side-fix__link03 {
  background-color: #fff;
  box-shadow: 0px 0px 0px 2px #31a2f9 inset;
}

.l-side-fix__link03:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 2000;
}

@media all and (min-width: 600px) {
  .l-header {
    width: 100%;
    min-width: 1160px;
  }
}

.l-header .hd-info {
  position: relative;
  z-index: 3;
  height: 55px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.l-header .hd-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-header .hd-info__logo {
  width: 278px;
  padding: 10px 0 0;
}
@media (max-width: 320px) {
  .l-header .hd-info__logo {
    padding-top: 9px;
    width: 227px;
  }
}
@media all and (min-width: 600px) {
  .l-header .hd-info {
    height: 123px;
    padding: 20px 0 32px;
    box-sizing: border-box;
  }
  .l-header .hd-info__logo {
    width: 454px;
    padding: 0 15px 0 0;
  }
  .l-header .hd-info__area-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-header .hd-info__btn-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-header .hd-info__btn-item {
    width: 120px;
    margin-left: 2px;
  }
  .l-header .hd-info__btn-item:first-child {
    margin-left: 25px;
  }
  .l-header .hd-info__tel-area {
    text-align: center;
  }
  .l-header .hd-info__tel-num {
    font-size: 2.8rem;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    background: url(../img/common/ico_tel01_black.png) no-repeat 0% 50%/23px;
  }
  .l-header .hd-info__tel-time {
    font-size: 1.2rem;
  }
}

.l-header .nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background-repeat: repeat-x;
  background: #333;
  cursor: pointer;
}

.l-header .nav-btn__line {
  position: absolute;
  left: 15px;
  width: 26px;
  height: 2px;
  content: "";
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header .nav-btn__line:nth-child(1) {
  top: 16px;
}

.l-header .nav-btn__line:nth-child(2) {
  top: 26px;
}

.l-header .nav-btn__line:nth-child(3) {
  top: 36px;
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
  top: 26px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
  opacity: 0;
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(3) {
  top: 26px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-nav {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: calc(100vh - 70px);
  min-width: 320px;
  padding: 20px 0 35px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 599px) {
  .l-nav {
    background-color: #333;
    color: #fff;
    overflow: auto;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .l-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-nav .nav-list__item {
    width: 50%;
    box-sizing: border-box;
    font-size: 1.3rem;
  }
  .l-nav .nav-list__item:nth-child(2n) {
    border-left: 1px solid #454545;
  }
  .l-nav .nav-list__link {
    text-decoration: none;
    padding: 10px 0;
    display: block;
  }
  .l-nav .nav-tel {
    background-color: #484848;
    margin: 23px 30px 0;
    border-radius: 5px;
  }
  .l-nav .nav-tel__link {
    display: block;
    text-decoration: none;
    padding: 15px 40px;
  }
  .l-nav .nav-tel__info {
    margin-top: 7px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-nav .nav-tel__info-item {
    vertical-align: middle;
    padding: 0 4px;
  }
  .l-nav .nav-tel__info-tag {
    display: inline-block;
    vertical-align: middle;
    background-color: #6d6d6d;
    border-radius: 2px;
    padding: 0 5px;
    margin-right: 3px;
  }
}

@media (max-width: 374px) {
  .l-nav .nav-tel__link {
    padding: 15px 20px;
  }
}

@media all and (min-width: 600px) {
  .l-nav {
    position: static;
    width: 100%;
    min-width: auto;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .l-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.5em;
    margin: auto;
  }
  .l-nav .nav-list__item {
    display: inline-block;
    letter-spacing: 0;
    position: relative;
  }
  .l-nav .nav-list__item:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #e6e6e6;
  }
  .l-nav .nav-list__item:last-child:before {
    display: none;
  }
  .l-nav .nav-list__link {
    display: block;
    padding: 28px 26px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav .nav-list__link:hover {
    color: #0070c6;
  }
}

.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

@media all and (min-width: 600px) {
  .nav-overlay {
    display: none !important;
  }
}

.l-main-img {
  box-sizing: border-box;
  font-size: 2rem;
  background: url(../img/home/bg_mv01-sp.jpg) no-repeat center top 55px/100%;
  position: relative;
  padding-top: 55px;
}

.l-main-img__copy-main {
  font-size: 3.4rem;
  font-weight: 500;
  padding: 7% 6px 50.8%;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.l-main-img__copy-main span {
  color: #0070c6;
  font-weight: 500;
}

.l-main-img-inner {
  height: 505px;
  box-sizing: border-box;
}

.l-main-img__price {
  background-color: #31a2f9;
  border-radius: 15px;
  padding: 15px 6px 12px;
  color: #fff;
  width: 188px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}

.l-main-img__price span {
  color: #343434;
  background-color: #fff;
  border-radius: 20px;
  line-height: 2;
  margin: auto auto 3px;
  display: block;
  font-size: 1.4rem;
  padding: 0px 14px;
  max-width: 133px;
  box-sizing: border-box;
}

@media (max-width: 374px) {
  .l-main-img__copy-main {
    font-size: 2.9rem;
  }
}

@media all and (min-width: 600px) {
  .l-main-img {
    height: 998px;
    background: url(../img/home/bg_mv01-pc.jpg) no-repeat center top 208px/1906px;
    padding: 208px 0 0;
    margin: auto;
  }
  .l-main-img__copy-main {
    font-size: 7.3rem;
    padding: 140px 0 176px;
    line-height: 1.5;
  }
  .l-main-img__price {
    font-size: 4.2rem;
    display: inline-block;
    width: 620px;
    text-align: left;
    border-radius: 50px;
    padding: 10px 15px 15px;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .l-main-img__price span {
    display: inline-block;
    border-radius: 45px;
    padding: 5px 34px 9px 35px;
    margin: 0px 20px 0 0;
    font-size: 2.8rem;
    letter-spacing: -0.03em;
    max-width: 100%;
  }
  .l-main-img__table {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
  }
}

.l-sub-img {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 120px;
  background: #ccc;
  font-size: 1.5rem;
  text-align: center;
}

@media all and (min-width: 600px) {
  .l-sub-img {
    font-size: 2rem;
  }
}

.secSidebar {
  margin-bottom: 20px;
  padding: 0 15px;
}

@media all and (min-width: 600px) {
  .secSidebar {
    margin-bottom: 25px;
    padding: 0;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("eot"),
    url("../font/iconfont.woff2") format("woff2"),
    url("../font/iconfont.woff") format("woff"),
    url("../font/iconfont.ttf") format("truetype"),
    url("../font/iconfont.svg#iconfont") format("svg");
}

[class*="c-icon"]:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
}

.c-icon-svg01:before {
  content: "\E001";
}

.c-icon-svg02:before {
  content: "\E002";
}

.c-icon-svg03:before {
  content: "\E003";
}

.c-btn01 {
  max-width: 240px;
  margin: 30px auto 0;
  text-align: center;
}

.c-btn01__link {
  display: block;
  padding: 10px 0;
  border: 1px solid #343434;
  text-decoration: none;
  background: #343434;
  color: #fff;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
}

@media all and (min-width: 600px) {
  .c-btn01 {
    max-width: 250px;
  }
  .c-btn01__link {
    padding: 12px 0;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-btn01__link:hover {
    background-color: #22af6f;
    border-color: #22af6f;
  }
}

.c-btn01.is-white .c-btn01__link {
  background: #fff;
  color: #343434;
}

.c-cv01 {
  background: url(../img/common/bg_cv01-sp.jpg) no-repeat center top/cover;
  color: #fff;
  text-align: center;
}

.c-cv01__tit {
  text-align: center;
  font-size: 1.6rem;
  padding: 15px 0 12px;
  border-bottom: 1px solid #cce7fc;
}

.c-cv01__main {
  padding: 14px 30px 24px;
}

.c-cv01__tel-link {
  display: block;
  width: 233px;
  margin: auto;
}

.c-cv01__tel-info {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px;
}

.c-cv01__tel-info-item {
  vertical-align: middle;
  color: #cce7fc;
}

.c-cv01__tel-info-item + .c-cv01__tel-info-item {
  margin-left: 5px;
}

.c-cv01__tel-info-tag {
  display: inline-block;
  vertical-align: middle;
  background-color: #cce7fc;
  color: #0070c6;
  border-radius: 2px;
  padding: 0 3px;
  margin: -3px 3px 0 0;
  line-height: 1.3;
}

.c-cv01__reserve {
  margin-top: 10px;
}

.c-cv01__reserve a {
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcfcfc),
    to(#ececec)
  );
  background: linear-gradient(to bottom, #fcfcfc 1%, #ececec 100%);
  border-radius: 5px;
  box-shadow: 1px 4px 0px -1px #91cdf3;
  color: #343434;
  padding: 17px 0 18px;
  position: relative;
  text-align: center;
}

.c-cv01__reserve a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0070c6;
  border-right: 1px solid #0070c6;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.c-cv01__reserve a span {
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
  padding: 0 24px 0 43px;
}

.c-cv01__reserve a span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 23px;
  height: 23px;
  background: url(../img/common/ico_reserve01.png) no-repeat center/contain;
}

.c-cv01__sub {
  padding: 15px 0 25px;
  font-size: 1.2rem;
}

.c-cv01__sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 30px;
}

.c-cv01__sub-btn {
  width: 48%;
}

.c-cv01__sub-btn a {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  padding: 8px 7px 9px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  height: 100%;
}

.c-cv01__sub-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.c-cv01__sub-btn-ico01 {
  width: 20px;
  display: inline-block;
  padding-right: 7px;
  vertical-align: middle;
}

.c-cv01__sub-btn-ico02 {
  width: 22px;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

@media (max-width: 374px) {
  .c-cv01__sub-link {
    padding: 5px 15px;
  }
}

@media all and (min-width: 600px) {
  .c-cv01 {
    background: url(../img/common/bg_cv01-pc.jpg) no-repeat center/1920px;
  }
  .c-cv01__tit {
    font-size: 4.4rem;
    padding: 20px 0 23px;
    letter-spacing: 0.1em;
  }
  .c-cv01__main {
    padding: 70px 0;
    width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-cv01__tel {
    width: 475px;
  }
  .c-cv01__tel-info {
    margin-top: 17px;
    margin-bottom: -25px;
  }
  .c-cv01__tel-info-item {
    font-size: 1.6rem;
  }
  .c-cv01__tel-info-item span {
    font-size: 1.5rem;
    padding: 1px 13px;
  }
  .c-cv01__tel-info-item + .c-cv01__tel-info-item {
    margin-left: 20px;
  }
  .c-cv01__tel-link {
    pointer-events: none;
    margin: 0;
    width: auto;
  }
  .c-cv01__tel-info {
    font-size: 1.4rem;
  }
  .c-cv01__reserve {
    width: 480px;
    margin-top: 0;
  }
  .c-cv01__reserve a {
    padding: 28px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-cv01__reserve a:after {
    right: 40px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0070c6;
    border-right: 2px solid #0070c6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-cv01__reserve a span {
    font-size: 2.2rem;
    width: 38px;
    height: 38px;
    padding: 0 12px 0 60px;
  }
  .c-cv01__reserve a span:before {
    width: 37px;
    height: 37px;
  }
  .c-cv01__reserve a:hover {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(1%, #ebebeb),
      to(#fcfcfc)
    );
    background: linear-gradient(to bottom, #ebebeb 1%, #fcfcfc 100%);
  }
  .c-cv01__reserve a:hover:after {
    right: 30px;
  }
  .c-cv01__sub {
    width: 1100px;
    margin: auto;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-cv01__sub-txt {
    font-size: 2rem;
  }
  .c-cv01__sub-link {
    padding: 0;
  }
  .c-cv01__sub-btn {
    width: 270px;
  }
  .c-cv01__sub-btn + .c-cv01__sub-btn {
    margin-left: 23px;
  }
  .c-cv01__sub-btn a {
    font-size: 1.7rem;
    padding: 13px 12px 12px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-cv01__sub-btn a:after {
    right: 25px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-cv01__sub-btn a:hover {
    background-color: #1483e2;
  }
  .c-cv01__sub-btn a:hover:after {
    right: 20px;
  }
  .c-cv01__sub-btn-ico01 {
    width: 23px;
    padding-right: 20px;
  }
  .c-cv01__sub-btn-ico02 {
    width: 32px;
    padding-right: 8px;
  }
}

.c-head01 {
  width: auto;
  margin: auto;
  text-align: center;
  margin-bottom: 13px;
}

.c-head01 img {
  height: 25px;
  width: auto;
  max-width: 100%;
}

@media all and (min-width: 600px) {
  .c-head01 {
    margin-bottom: 22px;
  }
  .c-head01 img {
    height: 45px;
  }
}

.c-head02 {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  line-height: 1.5;
}

.c-head02__small {
  font-size: 1.8rem;
  font-weight: inherit;
}

.c-head02__clr {
  color: #0070c6;
  font-weight: inherit;
}

@media all and (min-width: 600px) {
  .c-head02 {
    font-size: 5.4rem;
  }
  .c-head02__small {
    font-size: 5.4rem;
  }
}

.c-head03 {
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 1px solid #343434;
  padding-left: 12px;
  margin-bottom: 15px;
}

@media all and (min-width: 600px) {
  .c-head03 {
    font-size: 2.8rem;
    padding: 14px 0 15px 30px;
    margin-bottom: 30px;
  }
}

.c-pager01 {
  text-align: center;
  letter-spacing: -0.5em;
}

.c-pager01 li {
  display: inline-block;
  margin: 0 5px 10px;
  letter-spacing: 0;
}

.c-pager01 li a,
.c-pager01 li span {
  display: block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding-top: 1px;
  border: 1px solid #000;
  text-decoration: none;
}

.c-pager01 li.current span {
  color: #fff;
  background: #000;
}

.c-pager01 li.previous {
  margin-right: 15px;
}

.c-pager01 li.next {
  margin-left: 15px;
}

@media all and (min-width: 600px) {
  .c-pager01 li {
    margin: 0 3px;
  }
  .c-pager01 li a,
  .c-pager01 li span {
    width: 30px;
    height: 30px;
    padding: 1px 0 0 0;
    font-size: 1.3rem;
  }
  .c-pager01 li a:hover,
  .c-pager01 li span:hover {
    text-decoration: none;
    border: 1px solid #034198;
    background-color: #034198;
    color: #fff;
  }
  .c-pager01 li.current {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
    padding: 4px 0 0 0;
  }
  .c-pager01 li.previous {
    margin-right: 0;
  }
  .c-pager01 li.next {
    margin-left: 0;
  }
}

.c-pager02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-single01 {
  padding: 40px 25px;
  background: #fff;
}

.c-single01__head {
  margin-top: 20px;
}

.c-single01__head h1 {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.c-single01__tag {
  display: inline-block;
  margin-right: 5px;
}

.c-single01__date {
  display: inline-block;
  color: #999;
  letter-spacing: 0.1em;
}

.c-single01__content {
  margin-top: 12px;
}

.c-single01__content *:first-child {
  margin-top: 0;
}

.c-single01__content *:last-child {
  margin-bottom: 0;
}

.c-single01__content p {
  margin: 10px 0;
}

@media all and (min-width: 600px) {
  .c-single01 {
    padding: 60px;
  }
  .c-single01__head {
    margin-top: 40px;
  }
  .c-single01__head h1 {
    margin-top: 15px;
    font-size: 3rem;
  }
  .c-single01__tag {
    margin-right: 11px;
  }
  .c-single01__content {
    margin-top: 24px;
  }
  .c-single01__content p {
    margin: 26px 0;
  }
  .c-single01__btn {
    width: 330px;
    margin: 40px auto 0;
  }
}

.c-tab01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-tab01__item {
  margin-right: 5px;
  padding: 5px 10px;
}

.c-tab01__item.is-active {
  background: #333;
  color: #fff;
}

.c-table01 th,
.c-table01 td {
  padding: 10px;
}

@media all and (max-width: 599px) {
  .c-table01 table,
  .c-table01 thead,
  .c-table01 tbody,
  .c-table01 tr,
  .c-table01 th,
  .c-table01 td {
    display: block;
  }
  .c-table01 th,
  .c-table01 td {
    border-top: 1px solid #888;
  }
}

@media all and (min-width: 600px) {
  .c-table01 th,
  .c-table01 td {
    border: 1px solid #888;
  }
  .c-table01 th {
    padding: 10px 15px;
  }
  .c-table01 td {
    padding: 10px 15px;
    vertical-align: middle;
  }
}

.c-toggle-tit01 {
  position: relative;
  padding: 10px 50px 10px 15px;
  background: #343434;
  color: #fff;
}

.c-toggle-tit01:before,
.c-toggle-tit01:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-toggle-tit01:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-toggle-tit01.is-active:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media all and (min-width: 600px) {
  .js-header.is-fixed {
    position: fixed;
  }
  .js-header.is-fixed .hd-info {
    display: none;
  }
}

.js-inview {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 180ms;
  transition-delay: 180ms;
  visibility: visible;
}

.js-inview.is-active {
  opacity: 1;
}

.js-switch-tab {
  cursor: pointer;
}

.js-switch-content {
  display: none;
}

.js-switch-content.is-active {
  display: block;
}

.js-toggle-trigger {
  cursor: pointer;
}

.js-toggle-content {
  display: none;
}

.home-intro {
  background: url(../img/home/bg_intro01-sp.jpg) no-repeat center bottom 42px/100%;
  text-align: center;
  padding-bottom: 30px;
}

.home-intro__inner {
  padding-top: 47px;
  padding-bottom: 67px;
}

.home-intro__tit {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0;
}

.home-intro__img {
  margin: 10px -10px;
}

.home-intro__bnr {
  width: 315px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.home-intro__bnr-price {
  position: absolute;
  width: 270px;
  bottom: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  background-color: #31a2f9;
  color: #fff;
  font-size: 3rem;
  border-radius: 20px;
  padding: 15px 5px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
}

.home-intro__bnr-price span {
  display: block;
  border-radius: 25px;
  padding: 2px 11px;
  font-size: 1.4rem;
  vertical-align: middle;
  color: #343434;
  background-color: #fff;
  margin: auto auto -2px;
  max-width: 112px;
}

@media all and (min-width: 600px) {
  .home-intro {
    background: url(../img/home/bg_intro01-pc.jpg) no-repeat center top -150px/1920px;
    padding-bottom: 90px;
  }
  .home-intro__inner {
    padding-top: 165px;
    padding-bottom: 145px;
  }
  .home-intro__tit {
    font-size: 5rem;
  }
  .home-intro__bnr {
    width: 1100px;
  }
  .home-intro__bnr-price {
    bottom: 116px;
    left: 330px;
    width: 540px;
    padding: 5px 15px 14px;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: left;
    border-radius: 50px;
  }
  .home-intro__bnr-price span {
    font-size: 2.4rem;
    padding: 5px 26px 6px;
    letter-spacing: 0.001em;
    margin: 0 19px 0 0;
    border-radius: 50px;
    max-width: 100%;
    display: inline-block;
  }
}

.home-point {
  background: url(../img/common/bg_pattern01-sp.jpg) repeat-y center top/100%;
}

.home-point__inner {
  padding-top: 60px;
  padding-bottom: 35px;
}

.home-point__copy {
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.home-point__anchor {
  position: relative;
  margin-top: 25px;
}

.home-point__anchor-bg {
  margin: 0 -15px;
}

.home-point__anchor-wrap {
  background-color: #31a2f9;
  padding: 35px 15px 17px;
  margin-left: 5px;
  position: relative;
  margin-top: -208px;
}

.home-point__anchor-wrap:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -38px;
  width: 70px;
  height: 2px;
  background-color: #fff;
}

.home-point__anchor-list {
  background-color: #fff;
  padding: 10px 13px;
}

.home-point__anchor-item {
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid #eaeaea;
}

.home-point__anchor-item a {
  display: block;
  padding: 12px 25px 12px 42px;
  position: relative;
  line-height: 1.5;
}

.home-point__anchor-item a:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #343434 transparent transparent transparent;
}

.home-point__anchor-item span {
  color: #0070c6;
  font-weight: inherit;
}

.home-point__anchor-num {
  width: 30px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-point__content {
  padding: 25px 15px 0;
}

.home-point__item {
  padding: 18px 0;
}

.home-point__item-img {
  position: relative;
  z-index: 1;
}

.home-point__item-img:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -15px;
  width: 150px;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#77caff),
    color-stop(50%, #77caff),
    color-stop(50%, #ffc5f5),
    to(#ffc5f5)
  );
  background: linear-gradient(
    to right,
    #77caff 0%,
    #77caff 50%,
    #ffc5f5 50%,
    #ffc5f5 100%
  );
  z-index: 2;
}

.home-point__item-area {
  margin-top: 18px;
}

.home-point__item-num {
  background-color: #31a2f9;
  color: #fff;
  font-size: 1.3rem;
  width: 83px;
  text-align: center;
  box-sizing: border-box;
}

.home-point__item-tit {
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.5;
}

.home-point__item-tit span {
  color: #0070c6;
  font-weight: 700;
}

.home-point__item-sub {
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.6;
}

.home-point__item-txt {
  margin-top: 10px;
}

.home-point__movie {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 18px 15px;
  margin: 20px -15px -5px;
}

.home-point__movie-tit {
  color: #0070c6;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0 0 13px 40px;
  background: url(../img/home/ico_movie01.png) left top / 30px no-repeat;
}

.home-point__movie-item {
  cursor: pointer;
}

.home-point__movie-img {
  position: relative;
}

.home-point__movie-txt {
  position: absolute;
  display: block;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  width: 100%;
  box-sizing: border-box;
}

.home-point__movie-item + .home-point__movie-item {
  margin-top: 15px;
}

@media all and (min-width: 600px) {
  .home-point {
    background: url(../img/common/bg_pattern01-pc.jpg) repeat-y center
      top/1920px;
  }
  .home-point__inner {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .home-point__copy {
    font-size: 2.4rem;
    margin-bottom: 17px;
  }
  .home-point__anchor {
    position: relative;
    margin-top: 75px;
  }
  .home-point__anchor-bg {
    margin: 0 -70px;
  }
  .home-point__anchor-wrap {
    position: absolute;
    width: 780px;
    box-sizing: border-box;
    right: 0;
    top: 50px;
    margin-top: 0;
    padding: 70px 30px 30px;
  }
  .home-point__anchor-wrap:before {
    top: 34px;
    margin-left: -88px;
    width: 144px;
    height: 2px;
  }
  .home-point__anchor-list {
    padding: 35px 20px;
  }
  .home-point__anchor-item {
    font-size: 2.4rem;
  }
  .home-point__anchor-item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 21px 40px 21px 80px;
  }
  .home-point__anchor-item a:before {
    border-width: 10px 8px 0 8px;
    right: 6px;
  }
  .home-point__anchor-item a:hover {
    opacity: 0.8;
  }
  .home-point__anchor-num {
    width: 50px;
    margin-left: 15px;
  }
  .home-point__content {
    padding: 0;
    margin-top: 115px;
  }
  .home-point__item {
    padding: 37px 0;
  }
  .home-point__item-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-point__item-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 590px;
    margin-right: -70px;
  }
  .home-point__item-img:before {
    bottom: auto;
    top: 25px;
    left: -600px;
    width: 700px;
  }
  .home-point__item-area {
    width: 522px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 55px;
  }
  .home-point__item-num {
    font-size: 2rem;
    width: 130px;
  }
  .home-point__item-tit {
    font-size: 4.2rem;
    margin-top: 18px;
  }
  .home-point__item-sub {
    font-size: 2.8rem;
    margin-top: 25px;
  }
  .home-point__item-txt {
    margin-top: 25px;
  }
  .home-point__item:nth-child(2n) .home-point__item-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
    margin-left: -70px;
  }
  .home-point__item:nth-child(2n) .home-point__item-img:before {
    left: auto;
    right: -600px;
  }
  .home-point__item:nth-child(2n) .home-point__item-area {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .home-point__movie {
    padding: 50px 60px 60px;
    margin: 23px 0 0;
  }
  .home-point__movie-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-point__movie-tit {
    font-size: 2rem;
    background-size: 47px;
    padding: 0px 0 32px 66px;
  }
  .home-point__movie-item {
    width: 48%;
  }
  .home-point__movie-item + .home-point__movie-item {
    margin-top: 0;
  }
  .home-point__movie-txt {
    font-size: 1.6rem;
    padding: 18px;
  }
}

.home-check {
  background: url(../img/home/bg_check01-sp.png) no-repeat center top/cover;
}

.home-check__inner {
  padding-top: 60px;
  padding-bottom: 18px;
}

.home-check__list {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}

@media all and (min-width: 600px) {
  .home-check {
    background: url(../img/home/bg_check01-pc.png) no-repeat center top/cover;
  }
  .home-check__inner {
    padding-top: 130px;
    padding-bottom: 120px;
  }
  .home-check__list {
    margin-top: 33px;
  }
}

.home-strength {
  background-color: #f8f8f7;
}

.home-strength__inner {
  padding-top: 65px;
}

.home-strength__list {
  margin-top: 20px;
}

.home-strength__item {
  margin: 16px 0;
  background-color: #fff;
}

.home-strength__area {
  padding: 25px 30px;
  position: relative;
}

.home-strength__num {
  position: absolute;
  top: -20px;
  left: 15px;
  width: 40px;
}

.home-strength__tit {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.4;
}

@media all and (min-width: 600px) {
  .home-strength__inner {
    padding-top: 120px;
  }
  .home-strength__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
  }
  .home-strength__item {
    width: 530px;
    margin: 50px 0 0;
  }
  .home-strength__area {
    padding: 43px 60px 60px;
  }
  .home-strength__num {
    top: -30px;
    left: 30px;
    width: 60px;
  }
  .home-strength__tit {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}

.home-suitable {
  background-color: #f8f8f7;
}

.home-suitable__content {
  border: 3px solid #e3e3e3;
  padding: 30px 15px 12px;
  background-color: #fff;
}

.home-suitable__inner {
  padding-bottom: 15px;
}

.home-suitable__tit {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.home-suitable__copy {
  text-align: center;
  font-weight: 700;
  color: #0070c6;
  padding: 12px 12px 24px;
}

.home-suitable__area {
  padding: 22px 17px;
  background: #e5f4ff url(../img/home/bg_ok01.png) no-repeat right 15px top 19px/128px;
}

.home-suitable__area + .home-suitable__area {
  margin-top: 16px;
}

.home-suitable__area-ng {
  background: #f8f8f7 url(../img/home/bg_ng01.png) no-repeat right 10px top 15px/120px;
}

.home-suitable__area-ng .home-suitable__item {
  background: url(../img/home/ico_ng01.png) no-repeat left top 7px/12px;
}

.home-suitable__sub {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.home-suitable__item {
  padding-left: 25px;
  background: url(../img/home/ico_ok01.png) no-repeat left top 7px/12px;
}

@media all and (min-width: 600px) {
  .home-suitable__inner {
    padding-top: 70px;
    padding-bottom: 157px;
  }
  .home-suitable__content {
    padding: 60px;
  }
  .home-suitable__tit {
    font-size: 3.2rem;
  }
  .home-suitable__copy {
    padding-bottom: 36px;
  }
  .home-suitable__area {
    padding: 30px 60px 43px;
    background: #e5f4ff url(../img/home/bg_ok01.png) no-repeat right 37px
      center/133px;
  }
  .home-suitable__area + .home-suitable__area {
    margin-top: 30px;
  }
  .home-suitable__area-ng {
    background: #f8f8f7 url(../img/home/bg_ng01.png) no-repeat right 44px
      center/120px;
    padding: 30px 60px 68px;
  }
  .home-suitable__sub {
    font-size: 2rem;
  }
  .home-suitable__item {
    padding-left: 35px;
    background-size: 14px;
  }
}

.home-price {
  background: url(../img/home/bg_price01-sp.png) no-repeat center top/100%;
}

.home-price__inner {
  padding-top: 60px;
  padding-bottom: 20px;
}

.home-price__list {
  margin-top: 20px;
}

.home-price__payplan {
  margin-top: 20px;
}

.home-price__sample {
  margin-top: 43px;
}

.home-price__sample-tit01 {
  width: 239px;
  padding-bottom: 12px;
  max-width: 100%;
}

.home-price__sample-tit02 {
  width: 305px;
  padding-bottom: 18px;
  max-width: 100%;
}

.home-price__sample-sub {
  font-weight: 700;
  padding-left: 15px;
  margin: 10px 0 5px;
  position: relative;
}

.home-price__sample-sub:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #343434;
}

.home-price__sample-item + .home-price__sample-item {
  margin-top: 5px;
}

.home-price__sample-table th,
.home-price__sample-table td {
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  font-size: 1.3rem;
}

.home-price__sample-table th {
  background-color: #666;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1px;
}

.home-price__sample-table td {
  text-align: right;
  font-weight: 700;
  background-color: #fff;
  padding: 5px 13px;
}

.home-price__sample-table td span {
  font-size: 1rem;
}

.home-price__sample-table tr:nth-child(2n) td {
  background-color: #f2f2f2;
}

.home-price__sample-table tr td:first-child {
  background-color: #31a2f9;
  color: #fff;
  text-align: left;
  width: 190px;
}

.home-price__invis {
  margin-top: 30px;
}

.home-price__invis-plus {
  margin: 0 auto 8px;
  width: 19px;
}

.home-price__invis-table table {
  table-layout: fixed;
}

.home-price__invis-table th,
.home-price__invis-table td {
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
  height: 40px;
  vertical-align: middle;
}

.home-price__invis-table th span,
.home-price__invis-table td span {
  font-size: 1rem;
}

.home-price__invis-table th {
  background-color: #f2f2f2;
  width: 210px;
  padding: 0 14px;
}

.home-price__invis-table td {
  background-color: #fff;
  text-align: right;
  padding-right: 6px;
}

.home-price__invis-table-other tr:first-child td {
  padding: 15px 16px 19px;
}

.home-price__message {
  margin-top: 20px;
}

@media all and (min-width: 600px) {
  .home-price {
    background: url(../img/home/bg_price01-pc.png) no-repeat center top/cover;
  }
  .home-price__inner {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .home-price__list {
    margin-top: 40px;
  }
  .home-price__payplan {
    margin-top: 80px;
  }
  .home-price__sample {
    margin-top: 60px;
  }
  .home-price__sample-tit01 {
    width: auto;
  }
  .home-price__sample-tit01 img {
    width: auto;
  }
  .home-price__sample-tit02 {
    width: auto;
    padding-bottom: 58px;
  }
  .home-price__sample-tit02 img {
    width: auto;
  }
  .home-price__sample-sub {
    font-size: 2rem;
    margin: 40px 0 0;
    padding: 0 0 10px 30px;
  }
  .home-price__sample-sub:before {
    top: 13px;
    left: 2px;
    width: 10px;
    height: 10px;
  }
  .home-price__sample-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-price__sample-item {
    width: 48%;
  }
  .home-price__sample-table th,
  .home-price__sample-table td {
    padding: 10px 17px;
    font-size: 1.7rem;
  }
  .home-price__sample-table td {
    text-align: center;
    padding: 19px;
  }
  .home-price__sample-table td span {
    font-size: 1.5rem;
  }
  .home-price__sample-table tr td:first-child {
    width: 248px;
  }
  .home-price__invis {
    margin-top: 70px;
  }
  .home-price__invis-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-price__invis-set .home-price__invis-table {
    width: 50%;
  }
  .home-price__invis-set .home-price__invis-table td {
    text-align: center;
  }
  .home-price__invis-table th,
  .home-price__invis-table td {
    padding: 20px;
    font-size: 1.7rem;
    vertical-align: middle;
  }
  .home-price__invis-table th span,
  .home-price__invis-table td span {
    font-size: 1.3rem;
    vertical-align: middle;
  }
  .home-price__invis-table th {
    width: 267px;
    padding: 29px 16px 25px;
  }
  .home-price__invis-table td {
    text-align: right;
    padding: 21px 28px;
  }
  .home-price__invis-table td span {
    font-size: 1.5rem;
  }
  .home-price__invis-table-other tr:first-child td {
    padding: 23px 39px;
    text-align: left;
  }
  .home-price__invis-plus {
    width: 27px;
    margin: 16px auto 15px;
  }
  .home-price__message {
    margin-top: 60px;
  }
}

.home-about {
  background: url(../img/common/bg_pattern01-sp.jpg) no-repeat center top/100%;
}

.home-about__inner {
  padding-top: 55px;
  padding-bottom: 55px;
}

.home-about__content {
  padding-top: 24px;
}

.home-about__img {
  width: 240px;
  margin: 5px auto 0;
}

.home-about__area {
  padding: 0 15px;
}

.home-about__sub {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 22px;
  line-height: 1.5;
}

.home-about__txt {
  margin-top: 10px;
}

.home-about__attention {
  margin-top: 10px;
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}

.home-about__attention:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (min-width: 600px) {
  .home-about {
    background: url(../img/common/bg_pattern01-pc.jpg) no-repeat center
      top/1920px;
  }
  .home-about__inner {
    padding-top: 137px;
    padding-bottom: 75px;
  }
  .home-about__content + .home-about__content {
    padding-top: 20px;
  }
  .home-about__tit {
    padding-top: 50px;
  }
  .home-about__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 23px 0 0;
  }
  .home-about__img {
    width: auto;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
  .home-about__area {
    width: 670px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
  .home-about__sub {
    font-size: 2.8rem;
    margin: 8px 0 23px;
  }
  .home-about__attention {
    margin-top: 28px;
    padding-left: 20px;
    font-size: 1.3rem;
  }
}

.home-flow {
  background-color: #f2f2f2;
}

.home-flow__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-flow__copy {
  padding: 15px 10px 45px;
  font-weight: 700;
  color: #0070c6;
  text-align: center;
}

.home-flow__list {
  padding-left: 22px;
}

.home-flow__item {
  position: relative;
  padding-bottom: 27px;
}

.home-flow__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #0070c6;
}

.home-flow__item:last-child {
  padding-bottom: 0;
}

.home-flow__item:last-child:before {
  display: none;
}

.home-flow__num {
  position: absolute;
  width: 71px;
  top: 0;
  left: -33px;
}

.home-flow__tit {
  font-size: 2rem;
  font-weight: 500;
  padding: 15px 0 20px 55px;
}

.home-flow__txt {
  padding: 38px 15px 0 23px;
}

.home-flow__txt-img {
  margin-left: -20px;
  padding-top: 30px;
}

.home-flow__detail {
  border: 2px solid #343434;
  margin: 18px 0 0 18px;
  background-color: #fff;
}

.home-flow__detail-tit {
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #343434;
  padding: 10px;
}

.home-flow__detail-txt {
  padding: 15px 28px 20px;
}

@media all and (min-width: 600px) {
  .home-flow__inner {
    padding-top: 140px;
    padding-bottom: 120px;
  }
  .home-flow__copy {
    padding: 30px 0 62px;
  }
  .home-flow__list {
    padding-left: 0;
  }
  .home-flow__item {
    padding: 0 0px 33px 115px;
  }
  .home-flow__item:before {
    left: 40px;
  }
  .home-flow__num {
    left: 0;
    width: 84px;
  }
  .home-flow__tit {
    font-size: 2.8rem;
    padding: 10px 0 20px;
  }
  .home-flow__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-flow__txt {
    padding: 0;
    width: 600px;
    margin-top: -5px;
  }
  .home-flow__txt-img {
    margin-left: -75px;
    padding-top: 40px;
  }
  .home-flow__img {
    width: 340px;
  }
  .home-flow__detail {
    margin: 30px 0 -14px;
  }
  .home-flow__detail-tit {
    font-size: 2.6rem;
    padding: 17px;
  }
  .home-flow__detail-txt {
    padding: 27px 62px 37px;
  }
}

.home-qanda {
  border-top: 1px solid #f2f2f2;
}

.home-qanda__inner {
  padding-top: 60px;
  padding-bottom: 40px;
}

.home-qanda__content {
  margin-top: 35px;
}

.home-qanda__q {
  position: relative;
  padding: 10px 30px 10px 0;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
}

.home-qanda__q:before,
.home-qanda__q:after {
  content: "";
  position: absolute;
  background-color: #343434;
}

.home-qanda__q:before {
  right: 7px;
  top: 15px;
  width: 1px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-qanda__q:after {
  right: 0;
  top: 22px;
  width: 15px;
  height: 1px;
}

.home-qanda__q.is-active:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.home-qanda__a {
  margin-bottom: 10px;
}

.home-qanda__q-txt {
  font-weight: 700;
  color: #0070c6;
  padding-left: 40px;
  background: url(../img/home/ico_q01-sp.png) no-repeat top left/29px;
  min-height: 29px;
  position: relative;
  line-height: 1.5;
}

.home-qanda__a-txt {
  border: 3px solid #e3e3e3;
  border-width: 2px 3px 3px;
  padding: 12px 28px;
  font-size: 1.3rem;
}
.home-qanda__a-txt a {
  text-decoration: underline;
}

@media all and (min-width: 600px) {
  .home-qanda__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .home-qanda__content {
    margin-top: 105px;
  }
  .home-qanda__q {
    padding: 27px 62px 37px;
  }
  .home-qanda__q:before {
    right: 30px;
    top: 32px;
    width: 1px;
    height: 22px;
  }
  .home-qanda__q:after {
    right: 20px;
    top: 43px;
    width: 22px;
    height: 1px;
  }
  .home-qanda__q-txt {
    font-size: 2.4rem;
    padding-left: 78px;
    min-height: 49px;
    line-height: 2;
    background: url(../img/home/ico_q01-sp.png) no-repeat top left/49px;
  }
  .home-qanda__a-txt {
    font-size: 1.6rem;
    padding: 34px 57px;
  }
}

@media all and (min-width: 600px) {
  #colorbox {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}
