/* reset
================================================== */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

input, select {
  vertical-align: middle;
}

input[type=text], input[type=email], input[type=tel], input[type=date], input[type=button], input[type=submit], input[type=reset], button, textarea, select, option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/static/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/static/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
}
body {
  font-family: YakuHanJP, "Roboto Condensed", "Noto Sans JP", sans-serif;
}

/************************************************
    Setting
************************************************ */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}

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

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

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

body {
  color: #303030;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 2;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.en {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: #303030;
}

@media screen and (min-width: 539px) {
  .sp {
    display: none !important;
  }
  body {
    min-width: 1300px;
  }
  #header {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1300px;
  }
  #header .inner {
    display: flex;
    align-items: center;
    padding: 40px 40px 0;
  }
  #header .inner .logo {
    margin-right: auto;
  }
  #header .inner nav#pageNavi ul {
    display: flex;
  }
  #header .inner nav#pageNavi ul li {
    font-size: 20px;
    font-weight: 700;
    margin-left: 40px;
  }
  #header .inner nav#pageNavi ul li a {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/svg/hx_deco01.svg) no-repeat left center;
    background-size: 16px auto;
  }
  #mv {
    height: 900px;
    position: relative;
    background-color: #F5F5FA;
    background-image: url(../img/bg_mv_a.png), url(../img/bg_mv_b.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
  }
  #mv .inner {
    padding-top: 140px;
    text-align: center;
  }
  #mv .inner .main_img {
    margin-bottom: 25px;
  }
  section.sec .inner {
    position: relative;
    z-index: 5;
    width: 1040px;
    margin: 0 auto;
  }
  #sec01 {
    background-color: #F5F5FA;
    background-image: url(../img/bg01_a.png), url(../img/bg01_b.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    padding: 100px 0;
  }
  #sec01 div.bg {
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 100px;
    background-color: #ffffff;
  }
  #sec01 .inner h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  #sec01 .inner ul.list01 {
    display: flex;
    justify-content: space-between;
  }
  #sec01 .inner ul.list01 li {
    position: relative;
  }
  #sec01 .inner ul.list01 li p {
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
  }
  #sec01 .inner ul.list01 li p .small {
    font-size: 18px;
    display: block;
    line-height: 1.5;
  }
  #sec01 .inner ul.list01 li p .big {
    font-size: 26px;
    display: block;
    color: #ED6C00;
  }
  #sec01 .inner ul.list01 li::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: -45px;
    top: 140px;
    background: url(../img/svg/arrow.svg) no-repeat center;
    background-size: auto 20px;
  }
  #sec01 .inner ul.list01 li:last-of-type::after {
    display: none;
  }
  #sec01 .deco01 {
    position: absolute;
    z-index: 10;
    right: 40px;
    bottom: 0;
  }
  #sec02 {
    background-color: #F5F5FA;
    padding: 140px 0 100px;
    position: relative;
  }
  #sec02 .inner {
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
  }
  #sec02 .inner .txtClm {
    width: 400px;
  }
  #sec02 .inner .txtClm h2 {
    font-size: 36px;
    font-weight: 700;
    padding-left: 50px;
    background: url(../img/svg/hx_deco01.svg) no-repeat left center;
    margin-bottom: 50px;
  }
  #sec02 .inner .txtClm .txt {
    font-size: 18px;
  }
  #sec02 .inner .imgClm {
    width: 300px;
    position: relative;
  }
  #sec02 .inner .imgClm .baloon {
    position: absolute;
    z-index: 10;
    top: -40px;
    left: -40px;
  }
  #sec02 .deco02 {
    position: absolute;
    z-index: 10;
    bottom: -35px;
    left: 50%;
    margin-left: -520px;
  }
  #sec03 {
    background-color: #F5F5FA;
    background-image: url(../img/bg02_a.png), url(../img/bg02_b.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    padding: 100px 0;
  }
  #sec03 div.bg {
    position: absolute;
    z-index: 2;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 100px;
    background-color: #ffffff;
  }
  #sec03 .inner h2 {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 40px;
    background: url(../img/svg/hx_deco01.svg) no-repeat center top;
    font-size: 36px;
    font-weight: 700;
  }
  #sec03 .inner ul.list02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #sec03 .inner ul.list02 li p {
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
  }
  #sec03 .inner ul.list02 li p .small {
    font-size: 18px;
    display: block;
    line-height: 1.5;
  }
  #sec03 .inner ul.list02 li p .big {
    font-size: 26px;
    display: block;
    color: #ED6C00;
  }
  #sec03 .inner .caution {
    font-size: 16px;
  }
  #sec03 .deco03 {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 120px;
  }
  #sec04 {
    background-color: #F5F5FA;
    padding: 100px 0 100px;
    position: relative;
  }
  #sec04 .inner h2 {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 40px;
    background: url(../img/svg/hx_deco01.svg) no-repeat center top;
    font-size: 36px;
    font-weight: 700;
  }
  #sec04 .inner .price {
    text-align: center;
    margin-bottom: 15px;
  }
  #sec04 .inner .caution {
    text-align: center;
    font-size: 18px;
    margin-bottom: 80px;
  }
  #sec04 .inner .box {
    width: 840px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 50px 50px;
    border-radius: 10px;
  }
  #sec04 .inner .box h3 {
    text-align: center;
    position: relative;
    margin-top: -80px;
  }
  #sec04 .inner .box h3 span {
    width: 180px;
    display: inline-block;
    background-color: #005EAD;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
  }
  #sec04 .inner .box .wrap {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  #sec04 .inner .box .wrap .txtClm {
    width: 320px;
  }
  #sec04 .inner .box .wrap .txtClm .txt {
    font-size: 18px;
  }
  #sec04 .inner .box .wrap .imgClm {
    width: 380px;
  }
  #sec04 .deco04 {
    position: absolute;
    z-index: 10;
    top: 150px;
    left: 0;
  }
  #sec05 {
    background-color: #F5F5FA;
    background-image: url(../img/bg03.png);
    background-position: center top;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    padding: 100px 0 200px;
  }
  #sec05 div.bg {
    position: absolute;
    z-index: 2;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: #005EAD;
  }
  #sec05 .inner h2 {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 40px;
    background: url(../img/svg/hx_deco01.svg) no-repeat center top;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
  }
  #sec05 .inner .tel {
    text-align: center;
  }
  #sec05 .inner .tel a {
    display: inline-block;
  }
  #sec05 .deco05 {
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  #footer {
    padding: 60px 0 50px;
  }
  #footer .inner {
    position: relative;
    z-index: 5;
    width: 1040px;
    margin: 0 auto;
  }
  #footer .inner .logo {
    margin-bottom: 60px;
    text-align: center;
  }
  #footer .inner .cominfo {
    text-align: center;
    margin-bottom: 50px;
  }
  #footer .inner .cominfo dt {
    font-size: 18px;
    font-weight: 700;
    color: #005EAD;
  }
  #footer .inner .cominfo .logo2 {
    margin-bottom: 30px;
  }
  #footer .inner .cominfo .address {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #footer .inner .cominfo .tel {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #footer .inner .cominfo .site {
    font-size: 14px;
  }
  #footer .inner .copy {
    text-align: center;
    font-size: 14px;
  }
  #fixBnr {
    position: fixed;
    z-index: 88;
    right: 0;
    bottom: 0;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
  }
  #fixBnr a {
    display: inline-block;
  }
  #fixBnr.hidden {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 538px) {
  .pc {
    display: none !important;
  }
  body {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
  }
  #header {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header .inner {
    display: flex;
    align-items: center;
    padding: 15px 20px 0;
  }
  #header .inner .logo {
    margin-right: auto;
  }
  #header .inner .logo a {
    display: inline-block;
  }
  #header .inner .logo a img {
    width: 180px;
    height: auto;
  }
  #menuBtn {
    position: fixed;
    z-index: 99;
    top: 15px;
    right: 20px;
    width: 60px;
    height: 47px;
    cursor: pointer;
    background: url(../img/svg/btn_menu.svg) no-repeat center;
    background-size: 60px auto;
  }
  #mv {
    height: 490px;
    position: relative;
    background-color: #F5F5FA;
    background-image: url(../img/sp_bg_mv_a.png), url(../img/sp_bg_mv_b.png);
    background-size: auto 490px;
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
  }
  #mv .inner {
    padding: 100px 30px 0;
    text-align: center;
  }
  #mv .inner .main_img {
    margin-bottom: 25px;
  }
  #mv .inner .scroll img {
    width: 50px;
    height: auto;
  }
  section.sec .inner {
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
  #sec01 {
    background-color: #F5F5FA;
    background-image: url(../img/sp_bg01_a.png), url(../img/sp_bg01_b.png);
    background-size: 100% auto, 100% auto;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    padding: 100px 0 140px;
  }
  #sec01 div.bg {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 80px;
    background-color: #ffffff;
  }
  #sec01 .inner h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  #sec01 .inner ul.list01 li {
    margin-bottom: 60px;
    position: relative;
  }
  #sec01 .inner ul.list01 li > img {
    width: 100%;
    height: auto;
  }
  #sec01 .inner ul.list01 li p {
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
  }
  #sec01 .inner ul.list01 li p .small {
    font-size: 16px;
    display: block;
    line-height: 1.5;
  }
  #sec01 .inner ul.list01 li p .big {
    font-size: 24px;
    display: block;
    color: #ED6C00;
  }
  #sec01 .inner ul.list01 li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    left: 0;
    bottom: -40px;
    background: url(../img/svg/sp_arrow.svg) no-repeat center;
    background-size: auto 20px;
  }
  #sec01 .inner ul.list01 li:last-of-type::after {
    display: none;
  }
  #sec01 .deco01 {
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 100px;
    width: 70px;
  }
  #sec02 {
    background-color: #F5F5FA;
    padding: 50px 0;
    position: relative;
  }
  #sec02 .inner .txtClm {
    margin-bottom: 70px;
  }
  #sec02 .inner .txtClm h2 {
    font-size: 24px;
    font-weight: 700;
    padding-left: 30px;
    background: url(../img/svg/hx_deco01.svg) no-repeat left center;
    background-size: 20px auto;
    margin-bottom: 30px;
  }
  #sec02 .inner .txtClm .txt {
    font-size: 16px;
  }
  #sec02 .inner .imgClm {
    position: relative;
    padding-left: 30px;
  }
  #sec02 .inner .imgClm > img {
    width: 100%;
    height: auto;
  }
  #sec02 .inner .imgClm .baloon {
    width: 160px;
    position: absolute;
    z-index: 10;
    top: -30px;
    left: 0;
  }
  #sec02 .deco02 {
    margin-top: 20px;
    padding-left: 20px;
  }
  #sec02 .deco02 img {
    width: 180px;
    height: auto;
  }
  #sec03 {
    background-color: #F5F5FA;
    background-image: url(../img/sp_bg02_a.png), url(../img/sp_bg02_b.png);
    background-size: 100% auto, 100% auto;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    padding: 100px 0 200px;
  }
  #sec03 div.bg {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 80px;
    background-color: #ffffff;
  }
  #sec03 .inner h2 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px;
    background: url(../img/svg/hx_deco01.svg) no-repeat center top;
    background-size: 20px auto;
    font-size: 24px;
    font-weight: 700;
  }
  #sec03 .inner ul.list02 li {
    margin-bottom: 40px;
  }
  #sec03 .inner ul.list02 li > img {
    width: 100%;
    height: auto;
  }
  #sec03 .inner ul.list02 li p {
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
  }
  #sec03 .inner ul.list02 li p .small {
    font-size: 18px;
    display: block;
    line-height: 1.5;
  }
  #sec03 .inner ul.list02 li p .big {
    font-size: 26px;
    display: block;
    color: #ED6C00;
  }
  #sec03 .inner .caution {
    font-size: 13px;
  }
  #sec03 .deco03 {
    width: 70px;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 100px;
  }
  #sec04 {
    background-color: #F5F5FA;
    padding: 50px 0 50px;
    position: relative;
  }
  #sec04 .inner h2 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px;
    background: url(../img/svg/hx_deco01.svg) no-repeat center top;
    background-size: 20px auto;
    font-size: 24px;
    font-weight: 700;
  }
  #sec04 .inner .price {
    text-align: center;
    margin-bottom: 15px;
  }
  #sec04 .inner .caution {
    font-size: 16px;
    margin-bottom: 60px;
  }
  #sec04 .inner .box {
    background-color: #ffffff;
    padding: 30px 20px 30px;
    border-radius: 10px;
  }
  #sec04 .inner .box h3 {
    text-align: center;
    position: relative;
    margin-top: -50px;
  }
  #sec04 .inner .box h3 span {
    width: 175px;
    display: inline-block;
    background-color: #005EAD;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
  }
  #sec04 .inner .box .wrap {
    margin-top: 30px;
  }
  #sec04 .inner .box .wrap .txtClm {
    margin-bottom: 20px;
  }
  #sec04 .inner .box .wrap .txtClm .txt {
    font-size: 16px;
  }
  #sec04 .inner .box .wrap .imgClm {
    text-align: center;
  }
  #sec04 .deco04 {
    margin-top: 20px;
  }
  #sec04 .deco04 > img {
    width: 90px;
    height: auto;
  }
  #sec05 {
    background-color: #F5F5FA;
    background-image: url(../img/sp_bg03.png);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    padding: 100px 0 0;
  }
  #sec05 div.bg {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: #005EAD;
  }
  #sec05 .inner h2 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px;
    background: url(../img/svg/hx_deco01.svg) no-repeat center top;
    background-size: 20px auto;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.47;
  }
  #sec05 .inner .tel {
    text-align: center;
  }
  #sec05 .inner .tel a {
    display: inline-block;
  }
  #sec05 .deco05 {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  #sec05 .deco05 img {
    width: 120px;
    height: auto;
  }
  #footer {
    padding: 50px 0 30px;
  }
  #footer .inner {
    position: relative;
    z-index: 5;
    padding: 0 20px;
  }
  #footer .inner .logo {
    margin-bottom: 30px;
    text-align: center;
  }
  #footer .inner .cominfo {
    text-align: center;
    margin-bottom: 40px;
  }
  #footer .inner .cominfo dt {
    font-size: 16px;
    font-weight: 700;
    color: #005EAD;
  }
  #footer .inner .cominfo .logo2 {
    margin-bottom: 20px;
  }
  #footer .inner .cominfo .address {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #footer .inner .cominfo .tel {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #footer .inner .cominfo .site {
    font-size: 12px;
  }
  #footer .inner .cominfo .site a {
    text-decoration: underline;
  }
  #footer .inner .copy {
    text-align: center;
    font-size: 12px;
  }
  #spNavi {
    transition: 0.3s;
    opacity: 0;
    transform: translateX(100%);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: url(../img/sp_bg_nav.png) no-repeat center bottom;
    padding-bottom: 40px;
    background-size: 100% auto;
  }
  #spNavi .inner {
    background-color: #ED6C00;
    padding: 100px 20px 40px;
  }
  #spNavi .inner #closeBtn {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 60px;
    height: 47px;
    cursor: pointer;
    background: url(../img/svg/btn_close.svg) no-repeat center;
    background-size: 60px auto;
  }
  #spNavi .inner ul {
    margin-bottom: 50px;
  }
  #spNavi .inner ul li {
    margin-bottom: 15px;
  }
  #spNavi .inner ul li a {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 30px;
    background: url(../img/svg/sp_nav_marker.svg) no-repeat left center;
    background-size: 20px auto;
  }
  #spNavi .inner .txt {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #spNavi .inner .tel a {
    display: block;
  }
  #spNavi.open {
    opacity: 1;
    transform: translateX(0%);
  }
}
/*# sourceMappingURL=maps/styles.css.map */
