@charset "UTF-8";
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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1.8;
}

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

ul, nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after {
  font-size: 0.1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: ".";
}

html {
  font-size: 62.5%;
}

body {
  font-family: "FOT-ロダン Pro M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.6363636364vw;
  word-break: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}

@media all and (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.is_pc {
  display: none;
}

@media all and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_pc {
    display: block;
  }
}
.wrapper {
  width: 90.9090909091vw;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .wrapper {
    width: 850px;
    padding: 0 55px;
  }
}
header {
  padding: 2.9545454545vw 0;
}
header .logo img {
  width: 41.3636363636vw;
}

@media all and (min-width: 768px) {
  header {
    padding: 13px 0;
  }
  header .wrapper {
    width: 960px;
    padding: 0;
  }
  header .logo img {
    width: 182px;
  }
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 163.1818181818vw;
  background-image: url(../images/hero_bg_sp.jpg);
  background-size: cover;
  background-position: center;
}
.hero .hero__catch img {
  width: 84.5454545455vw;
}

@media all and (min-width: 768px) {
  .hero {
    height: 530px;
    background-image: url(../images/hero_bg_pc.jpg);
  }
  .hero .hero__catch img {
    width: 596px;
  }
}
main {
  padding: 20.4545454545vw 0;
}

@media all and (min-width: 768px) {
  main {
    padding: 90px 0;
  }
}
.link-contact {
  margin-bottom: 20.4545454545vw;
}
.link-contact a {
  display: block;
  width: 72.7272727273vw;
  margin: 0 auto;
}
.link-contact a img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .link-contact {
    margin-bottom: 90px;
  }
  .link-contact a {
    width: 320px;
  }
}
.point .point__unit {
  margin-bottom: 11.3636363636vw;
}
.point .point__title {
  position: relative;
  font-size: 5.6818181818vw;
  line-height: 11.3636363636vw;
  text-align: center;
  color: #fff;
  background-color: #14504a;
  margin-bottom: 11.3636363636vw;
}
.point .point__title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5.6818181818vw;
  border: 5.6818181818vw solid transparent;
  border-top: 4.5454545455vw solid #14504a;
}
.point .point__catch {
  font-size: 5.6818181818vw;
  text-align: center;
  color: #a71212;
  margin-bottom: 2.2727272727vw;
}
.point .point__text {
  font-size: 3.6363636364vw;
  line-height: 2;
  padding: 0 4.5454545455vw;
}

@media all and (min-width: 768px) {
  .point {
    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;
  }
  .point .point__unit {
    width: 400px;
    margin-bottom: 50px;
  }
  .point .point__unit:nth-of-type(1) {
    width: 100%;
  }
  .point .point__title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 50px;
    margin-bottom: 50px;
  }
  .point .point__title:before {
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 20px solid #14504a;
  }
  .point .point__catch {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .point .point__text {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 20px;
  }
}
.separation {
  margin-bottom: 22.7272727273vw;
}
.separation img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .separation {
    margin-bottom: 100px;
  }
}
.comparison {
  margin-bottom: 20.4545454545vw;
}
.comparison .comparison__title {
  font-size: 5.6818181818vw;
  color: #fff;
  text-align: center;
  background-color: #116193;
  margin-bottom: 11.3636363636vw;
}
.comparison table {
  table-layout: fixed;
  width: 100%;
}
.comparison table thead td:nth-of-type(1) {
  font-size: 2.7272727273vw;
}
.comparison table thead img {
  display: block;
  width: 19.3181818182vw;
  margin: 0 auto;
}
.comparison table tbody th {
  background-color: #116193;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.comparison table tbody th:nth-last-of-type(1) {
  border-color: #116193;
}
.comparison table tbody td {
  border: 1px solid #116193;
}
.comparison table tbody td:nth-of-type(1) {
  font-size: 2.7272727273vw;
}
.comparison table tbody td:nth-of-type(2) {
  font-size: 3.4090909091vw;
  color: #116193;
}
.comparison table th {
  width: 15.9090909091vw;
  font-size: 2.7272727273vw;
  vertical-align: middle;
}
.comparison table td {
  width: 36.3636363636vw;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #116193;
  padding: 1.1363636364vw 2.2727272727vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comparison table td:nth-of-type(1) {
  background-color: rgba(125, 146, 159, 0.14);
}

@media all and (min-width: 768px) {
  .comparison {
    margin-bottom: 90px;
  }
  .comparison .comparison__title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
  .comparison table thead td:nth-of-type(1) {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .comparison table thead img {
    width: 160px;
  }
  .comparison table tbody th {
    border-bottom: 1px solid #fff;
  }
  .comparison table tbody td:nth-of-type(1) {
    font-size: 20px;
    font-size: 2rem;
  }
  .comparison table tbody td:nth-of-type(2) {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .comparison table th {
    width: 140px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .comparison table td {
    width: 350px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.about {
  margin-bottom: 20.4545454545vw;
}
.about .about__title {
  font-size: 5.6818181818vw;
  color: #fff;
  text-align: center;
  background-color: #14504a;
  margin-bottom: 11.3636363636vw;
}
.about .about__subtitle {
  margin-bottom: 2.2727272727vw;
}
.about .about__subtitle img {
  width: 80%;
}
.about .about__table {
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.about .about__table:nth-of-type(1) {
  margin-bottom: 11.3636363636vw;
}
.about .about__table th, .about .about__table td {
  display: block;
}
.about .about__table th {
  font-weight: normal;
  text-align: left;
  padding-top: 2.2727272727vw;
}
.about .about__table td {
  padding: 1.1363636364vw 0 2.2727272727vw;
  border-bottom: 1px solid #dfdfdf;
}

@media all and (min-width: 768px) {
  .about {
    margin-bottom: 90px;
  }
  .about .about__title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
  .about .about__subtitle {
    margin-bottom: 10px;
  }
  .about .about__subtitle img {
    width: 250px;
  }
  .about .about__table {
    border-top: 1px solid #dfdfdf;
  }
  .about .about__table:nth-of-type(1) {
    margin-bottom: 50px;
  }
  .about .about__table th, .about .about__table td {
    display: table-cell;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .about .about__table th {
    width: 100px;
    padding: 5px 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .about .about__table td {
    padding: 5px 0;
  }
}
#contact {
  margin-bottom: 20px;
}
#contact .contact__title {
  font-size: 5.6818181818vw;
  color: #fff;
  text-align: center;
  background-color: #14504a;
  margin-bottom: 11.3636363636vw;
}
#contact .error {
  background: #FFE8E1;
  border: 1px solid #F17E89;
  color: #990000;
  padding: 1.1363636364vw;
  margin-bottom: 4.5454545455vw;
}
#contact .contact__table thead th {
  font-size: 4.5454545455vw;
}
#contact .contact__table th, #contact .contact__table td {
  display: block;
}
#contact .contact__table th {
  font-weight: normal;
  text-align: left;
}
#contact .contact__table td {
  padding-bottom: 4.5454545455vw;
}
#contact .contact__table span {
  font-size: 2.9545454545vw;
  vertical-align: middle;
}
#contact .contact__table span.required {
  color: #D11919;
}
#contact .contact__table:nth-of-type(2) {
  margin-bottom: 4.5454545455vw;
}
#contact input[type=text], #contact select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
}
#contact textarea {
  width: 100%;
  height: 8em;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
}
#contact .policy-area {
  margin-bottom: 50px;
}
#contact .policy-area .policy__title {
  margin-bottom: 20px;
}
#contact .policy-area .policy {
  height: 250px;
  width: 100%;
  padding: 15px;
  border: 1px solid #CCC;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
#contact .policy-area .policy p {
  margin-bottom: 20px;
}
#contact .policy-area .policy .title {
  font-weight: bold;
  margin-bottom: 10px;
}
#contact .policy-area .policy ul {
  padding-left: 10px;
}
#contact .policy-area .policy ul li {
  margin-bottom: 0.4em;
  padding-left: 1em;
  text-indent: -1em;
}
#contact .policy-area .policy__check input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  border: 1px solid #000;
}

.contact__btn {
  margin-bottom: 40px;
}
.contact__btn input {
  display: inline-block;
  background-color: #00504a;
  width: 100%;
  height: 40px;
  color: #FFF;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  #contact {
    margin-bottom: 40px;
  }
  #contact .contact__title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
  #contact .error {
    padding: 10px;
    margin-bottom: 20px;
  }
  #contact .contact__table {
    width: 100%;
  }
  #contact .contact__table thead th {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 48px;
    text-align: center;
  }
  #contact .contact__table tbody th {
    width: 180px;
    vertical-align: middle;
    padding-left: 15px;
  }
  #contact .contact__table th, #contact .contact__table td {
    display: table-cell;
    border: 1px solid #c1c1c1;
  }
  #contact .contact__table th {
    background-color: #f2f2f2;
  }
  #contact .contact__table td {
    padding: 8px 15px;
  }
  #contact .contact__table span {
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: middle;
  }
  #contact .contact__table span.required {
    color: #D11919;
  }
  #contact .contact__table:nth-of-type(1) tbody tr:nth-last-of-type(1) th, #contact .contact__table:nth-of-type(1) tbody tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #contact .contact__table:nth-of-type(2) {
    margin-bottom: 40px;
  }
  #contact input[type=text], #contact select {
    width: 200px;
    height: 20px;
    padding: 0 0 0 3px;
  }
  #contact .policy-area .policy__title {
    margin-bottom: 10px;
  }
  .contact__btn {
    text-align: center;
  }
  .contact__btn.confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact__btn input {
    width: 200px;
    margin: 0 10px;
  }
}
.contact__confirm table {
  width: 100%;
  margin: 20px 0 50px;
}
.contact__confirm table th, .contact__confirm table td {
  display: block;
}
.contact__confirm table th {
  width: 180px;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
.contact__confirm table td {
  padding-bottom: 4.5454545455vw;
}

@media all and (min-width: 768px) {
  .contact__confirm table {
    width: 100%;
    margin: 20px 0 50px;
  }
  .contact__confirm table th, .contact__confirm table td {
    display: table-cell;
    border: 1px solid #c1c1c1;
  }
  .contact__confirm table th {
    background-color: #f2f2f2;
    padding-left: 15px;
  }
  .contact__confirm table td {
    padding: 8px 15px;
  }
}
.contact__finish .text1, .contact__finish .text1 {
  margin-bottom: 2rem;
}
.contact__finish .text2, .contact__finish .text2 {
  margin-bottom: 4rem;
}

.float_menu {
  background-color: #b70031;
  color: #fff;
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.float_menu.is_on {
  bottom: 0;
}
.float_menu .float_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.float_menu .float_content a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.float_menu .float_tel_wrap {
  font-size: 25px;
  width: 80%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 10px;
  border-right: 1px solid #fff;
}
.float_menu .float_tel_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.float_menu .float_tel_text:before {
  content: "";
  height: 20px;
  background: no-repeat url(../images/float_tel.png) center center/contain;
  position: absolute;
  top: 50%;
  width: 8vw;
  left: 3%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.float_menu .tel_num_img {
  width: 45%;
}
.float_menu .hours_img {
  width: 20%;
  margin-left: 15px;
}
.float_menu .float_mail_wrap {
  width: 20%;
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.float_menu .float_mail_img {
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (min-width: 768px) {
  .float_menu a {
    height: 36px;
  }
  .float_menu .float_content {
    width: 960px;
    margin: 0 auto;
  }
  .float_menu .float_tel_wrap {
    width: 50%;
    padding: 10px 0 10px 30px;
    border-right: 1px solid #fff;
  }
  .float_menu .float_tel_text:before {
    content: "";
    width: 30px;
    height: 20px;
    background: no-repeat url(../images/float_tel.png) center center/contain;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translate(-130%, -50%);
            transform: translate(-130%, -50%);
  }
  .float_menu .tel_num_img {
    width: 35%;
  }
  .float_menu .hours_img {
    width: 30%;
    margin-left: 15px;
  }
  .float_menu .float_mail_wrap {
    width: 50%;
  }
  .float_menu .float_mail_text {
    position: relative;
  }
  .float_menu .float_mail_text:before {
    content: "";
    width: 30px;
    height: 20px;
    background: no-repeat url(../images/float_mail.png) center center/contain;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .float_menu .mail_address_img {
    width: 60%;
    vertical-align: middle;
  }
}
.footer__top {
  background: #16345E;
}

.footer__bottom {
  padding: 2.2727272727vw 0;
  font-size: 2.7272727273vw;
  text-align: center;
}

@media all and (min-width: 768px) {
  .footer__top .wrapper {
    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;
  }
  .footer__bottom {
    padding: 10px 0;
    font-size: 10px;
    font-size: 1rem;
    text-align: right;
  }
}