@charset "UTF-8";
/*=======================================================================
mixin
=======================================================================*/
/* icon : cancel */
/* icon : angle */
/*=======================================================================
Common css
=======================================================================*/
/* fonts */
@import url("https://fonts.googleapis.com/css2?family=MonteCarlo&family=Playfair+Display:ital@1&display=swap");
.wrapper {
  overflow: hidden;
  padding-bottom: 130px;
  min-width: 320px; }

.inner-static {
  position: relative;
  margin: 0 16px;
  max-width: 1194px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .inner-static::after {
    content: '';
    display: table;
    clear: both; }

.lg {
  display: block !important; }

.md {
  display: none !important; }

#footer {
  position: relative;
  background: #fff; }
  #footer .copyright {
    padding: 15px 0;
    color: #6e6e6e;
    font-size: 0.875em;
    text-align: center; }

@media print, screen and (min-width: 1194px) {
  .inner-static {
    margin: 0 auto; } }
@media print, screen and (max-width: 768px) {
  /*=======================================================================
  Common css (767px)
  =======================================================================*/
  .lg {
    display: none !important; }

  .md {
    display: block !important; }

  #footer .copyright {
    font-size: 0.625em; } }
/*=======================================================================
base css
=======================================================================*/
html {
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label,
table, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, section, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

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

ul, ol {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

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

input, select, textarea {
  vertical-align: middle;
  border-radius: 0; }

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

a:visited {
  text-decoration: none; }

li img {
  vertical-align: middle; }

a:active {
  text-decoration: none; }

em {
  font-style: normal; }

input[type=text], textarea {
  -webkit-appearance: none; }

input[type=checkbox], input[type=radio], select {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.blind, legend {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0; }

.cp-blind, caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0; }

address {
  font-style: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

html, body, * {
  font-family: '游明朝体', 'Yu Mincho', '游明朝', YuMincho, serif; }

button {
  cursor: pointer;
  background: transparent; }

body {
  background: #fff;
  color: #454545;
  font-size: 16px; }

/*=======================================================================
lp-page css
=======================================================================*/
#header {
  position: absolute;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%; }
  #header .inner-static {
    max-width: 1903px;
    text-shadow: 1px 1px #333; }
  #header .logo-tit {
    display: inline-block;
    padding: 30px 0 0 25px;
    color: #fff;
    font-size: 0.813em; }

#h-logo {
  float: left;
  margin: 20px 0 0 50px;
  width: 140px;
  height: 34px;
  background: url(../imgs/h_logo.png) no-repeat center center; }
  #h-logo strong {
    font-size: 0;
    text-indent: -9999px; }

.sect-h-group {
  margin: 0 auto;
  text-align: center; }
  .sect-h-group .tit-reason {
    font-size: 16px; }
    .sect-h-group .tit-reason .tit-s {
      display: block;
      margin-bottom: 24px;
      color: #8a2fbd;
      font-size: 1em;
      font-weight: 400;
      font-family: 'Playfair Display', serif; }
      .sect-h-group .tit-reason .tit-s > strong {
        font-size: 3em;
        font-weight: 400;
        font-family: 'Playfair Display', serif; }
    .sect-h-group .tit-reason .tit-l {
      display: block;
      font-size: 1.5em;
      line-height: 1.2em; }

.top-tit1 {
  padding: 50px 0 55px;
  text-align: center; }
  .top-tit1::after {
    content: '';
    display: table;
    clear: both; }
  .top-tit1 > .tit1 {
    display: block;
    padding-bottom: 5px;
    color: #bd8a2f;
    font-size: 2.25em;
    font-family: 'MonteCarlo', cursive; }
  .top-tit1 > .tit2 {
    display: block;
    font-size: 1.5em;
    font-weight: 700; }
  .top-tit1 > .tit3 {
    display: block;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.4em; }
  .top-tit1 > strong {
    display: block;
    font-size: 2.25em;
    line-height: 1.2em; }

.top-sect1 {
  background: url(../imgs/sect1_bg1.jpg) no-repeat center 0/cover; }
  .top-sect1 .inner-static {
    position: relative;
    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-top: 120px;
    max-width: 1903px;
    height: 770px; }
    .top-sect1 .inner-static .lead {
      padding: 0 180px;
      text-align: center; }
      .top-sect1 .inner-static .lead strong {
        display: block;
        padding-bottom: 26px;
        color: #bc985f;
        font-size: 3em;
        font-family: 'MonteCarlo', cursive;
        font-weight: 400;
        line-height: 1; }
      .top-sect1 .inner-static .lead .tit1 {
        display: block;
        padding-bottom: 30px;
        color: #fff;
        font-size: 3.75em;
        line-height: 1.2em;
        letter-spacing: -0.05em; }
      .top-sect1 .inner-static .lead .tit2 {
        display: block;
        color: #fff;
        font-size: 1.375em; }

.icon-scroll {
  position: absolute;
  right: 60px;
  top: 50%;
  width: 1px;
  height: 70px; }
  .icon-scroll .wrap-sclact {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 1px;
    height: 70px;
    background: #fff; }
  .icon-scroll .tx {
    position: absolute;
    right: -6px;
    bottom: -2px;
    color: #fff;
    font-weight: 700;
    font-size: 0.688rem;
    letter-spacing: 0.4em;
    line-height: 1;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

#sclact {
  position: absolute;
  z-index: 202;
  left: 0;
  top: 70px;
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 10px;
  color: #fff;
  opacity: 1; }

.top-sect2 {
  padding: 120px 0;
  background: #fbf5ee; }
  .top-sect2 .ins-wrap::after {
    content: '';
    display: table;
    clear: both; }
  .top-sect2 .ins-wrap .image {
    float: left;
    width: 37.6885%; }
    .top-sect2 .ins-wrap .image img {
      width: 100%; }
  .top-sect2 .ins-wrap .sect2-ct {
    float: left;
    padding: 0 20px;
    width: 62.3115%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
    .top-sect2 .ins-wrap .sect2-ct .tit {
      display: block;
      padding: 25px 0 10px;
      color: #bd8a2f;
      font-size: 2.25em;
      font-family: 'MonteCarlo', cursive; }
    .top-sect2 .ins-wrap .sect2-ct .txt1 {
      font-size: 1.5em;
      font-weight: 700; }
    .top-sect2 .ins-wrap .sect2-ct .txt2 {
      display: block;
      padding: 35px 0 30px;
      font-size: 1em; }
    .top-sect2 .ins-wrap .sect2-ct .txt3 {
      padding: 15px 0 55px;
      font-size: 0.875em; }
  .top-sect2 .ins-wrap .lst-outline {
    max-width: 160px;
    margin: 0 auto;
    padding-left: 20px;
    border-left: 2px solid #caa846;
    text-align: justify; }
    .top-sect2 .ins-wrap .lst-outline li {
      padding-top: 8px; }
      .top-sect2 .ins-wrap .lst-outline li:first-child {
        padding-top: 0; }
      .top-sect2 .ins-wrap .lst-outline li a {
        font-size: 1em; }

.top-sect3 {
  padding: 105px 0 50px;
  background: #fff; }
  .top-sect3 .inner-static {
    position: relative;
    max-width: 1254px; }
    .top-sect3 .inner-static .squ {
      position: absolute;
      top: 35px;
      right: -230px; }
  .top-sect3 .lst-sect3::after {
    content: '';
    display: table;
    clear: both; }
  .top-sect3 .lst-sect3 li {
    float: left;
    width: calc((100% - 60px) / 2); }
    .top-sect3 .lst-sect3 li:nth-child(2) {
      margin: 150px 0 0 60px; }
    .top-sect3 .lst-sect3 li > .tit {
      color: #bd8a2f;
      font-size: 2.25em;
      font-family: 'MonteCarlo', cursive; }
    .top-sect3 .lst-sect3 li > .txt-wrap {
      margin: 40px auto 0;
      text-align: center; }
      .top-sect3 .lst-sect3 li > .txt-wrap > .lead1 {
        padding-bottom: 15px;
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.5em; }
      .top-sect3 .lst-sect3 li > .txt-wrap > .lead2 {
        font-size: 1em; }

.top-sect4 {
  padding: 50px 0 75px;
  background: #fefaf6; }
  .top-sect4 .ins-wrap {
    padding-top: 55px; }
    .top-sect4 .ins-wrap::after {
      content: '';
      display: table;
      clear: both; }
    .top-sect4 .ins-wrap .image {
      float: left;
      width: 50%; }
    .top-sect4 .ins-wrap .lead {
      float: left;
      width: 50%;
      margin-top: 60px;
      padding-top: 45px;
      background: url(../imgs/ico1.png) no-repeat top center; }
      .top-sect4 .ins-wrap .lead > p {
        margin: 0 60px;
        font-size: 1em;
        line-height: 2em; }
  .top-sect4 .sect4-ct1 {
    padding-top: 80px; }
    .top-sect4 .sect4-ct1 .tit {
      display: block;
      padding-bottom: 55px;
      font-size: 1.5em;
      text-align: center; }
      .top-sect4 .sect4-ct1 .tit.type2 {
        padding-bottom: 20px; }
    .top-sect4 .sect4-ct1 .image1 {
      max-width: 1090px;
      width: 100%;
      margin: 0 auto; }
    .top-sect4 .sect4-ct1 .image2 {
      max-width: 320px;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 30px; }
    .top-sect4 .sect4-ct1 .image3 {
      max-width: 320px;
      width: 100%;
      margin: 0 auto; }
    .top-sect4 .sect4-ct1 .ex {
      display: block;
      padding-top: 30px;
      text-align: right;
      font-size: 0.825em;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.top-sect5 {
  padding: 50px 0 80px;
  background: #fff; }
  .top-sect5 .ins-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 55px; }
    .top-sect5 .ins-wrap > .lead {
      width: 50%; }
      .top-sect5 .ins-wrap > .lead > p {
        padding: 0 55px; }
        .top-sect5 .ins-wrap > .lead > p > strong {
          font-weight: 400;
          display: inline-block;
          font-size: 1.5em; }
    .top-sect5 .ins-wrap > .image {
      position: relative;
      width: calc(50% - 60px);
      padding-left: 60px; }
      .top-sect5 .ins-wrap > .image .ex {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 0.875em;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.top-sect6 {
  padding: 50px 0 75px;
  background: #fefaf6; }
  .top-sect6 .ins-wrap {
    position: relative;
    padding-top: 515px; }
    .top-sect6 .ins-wrap .img1 {
      position: absolute;
      top: 90px;
      left: 50%;
      margin-left: -538px; }
    .top-sect6 .ins-wrap .img2 {
      position: absolute;
      top: 180px;
      left: 50%;
      margin-left: -130px; }
    .top-sect6 .ins-wrap .img3 {
      position: absolute;
      top: 50px;
      right: 50%;
      margin-right: -546px; }
    .top-sect6 .ins-wrap .img4 {
      position: absolute;
      top: 340px;
      left: 50%;
      margin-left: -810px; }
    .top-sect6 .ins-wrap .img5 {
      position: absolute;
      top: 420px;
      right: 50%;
      margin-right: -770px; }
    .top-sect6 .ins-wrap .txt-wrap {
      max-width: 900px;
      margin: 0 auto;
      padding-top: 45px;
      background: url(../imgs/ico1.png) no-repeat top center; }
      .top-sect6 .ins-wrap .txt-wrap > p {
        font-size: 1em;
        line-height: 2em; }

.top-sect7 {
  padding: 50px 0 60px;
  background: #fff; }
  .top-sect7 .sect7-ct1 {
    padding: 60px 0 80px; }
    .top-sect7 .sect7-ct1::after {
      content: '';
      display: table;
      clear: both; }
    .top-sect7 .sect7-ct1 > .image {
      float: right;
      width: 50%; }
    .top-sect7 .sect7-ct1 > .lead {
      float: left;
      width: 50%;
      margin-top: 60px;
      padding-top: 45px;
      background: url(../imgs/ico1.png) no-repeat top center; }
      .top-sect7 .sect7-ct1 > .lead > p {
        margin: 0 60px;
        font-size: 1em;
        line-height: 2em; }
  .top-sect7 .sect7-ct2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .top-sect7 .sect7-ct2-wrap .sect7-ct2 {
      width: calc(50% - 120px);
      padding: 0 60px; }
      .top-sect7 .sect7-ct2-wrap .sect7-ct2 .txt {
        padding-top: 45px;
        line-height: 2em; }
      .top-sect7 .sect7-ct2-wrap .sect7-ct2 .image1 {
        float: right;
        padding-top: 10px; }
      .top-sect7 .sect7-ct2-wrap .sect7-ct2 .image2 {
        width: 282px;
        margin: 210px auto 0; }

.top-sect8 {
  padding: 20px 0 80px;
  background: #fbf5ee; }
  .top-sect8 .bx-wrap {
    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; }
    .top-sect8 .bx-wrap .bx1 {
      width: calc((100% - 90px) / 2);
      margin-top: 60px;
      padding: 40px;
      background: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .top-sect8 .bx-wrap .bx1.type1 {
        border-top: 5px solid #ac3ceb; }
      .top-sect8 .bx-wrap .bx1.type2 {
        border-top: 5px solid #caa846; }
        .top-sect8 .bx-wrap .bx1.type2 .qna .que {
          color: #bd8a2f; }
      .top-sect8 .bx-wrap .bx1 .bx-top::after {
        content: '';
        display: table;
        clear: both; }
      .top-sect8 .bx-wrap .bx1 .bx-top .image {
        float: left;
        width: 224px; }
      .top-sect8 .bx-wrap .bx1 .bx-top .cnt {
        float: left;
        width: calc(100% - 249px);
        padding: 15px 0 0 25px;
        font-size: 0.875em;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
        .top-sect8 .bx-wrap .bx1 .bx-top .cnt strong {
          display: block;
          font-size: 1.286em; }
      .top-sect8 .bx-wrap .bx1 .qna {
        padding-top: 40px; }
        .top-sect8 .bx-wrap .bx1 .qna .que {
          color: #8a2fbd; }
          .top-sect8 .bx-wrap .bx1 .qna .que::after {
            content: '';
            display: table;
            clear: both; }
          .top-sect8 .bx-wrap .bx1 .qna .que strong {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            width: 30px;
            font-size: 1.5em; }
          .top-sect8 .bx-wrap .bx1 .qna .que span {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            width: calc(100% - 30px);
            font-size: 1.125em;
            font-weight: 700; }
        .top-sect8 .bx-wrap .bx1 .qna .answ {
          padding: 12px 0 10px; }
          .top-sect8 .bx-wrap .bx1 .qna .answ::after {
            content: '';
            display: table;
            clear: both; }
          .top-sect8 .bx-wrap .bx1 .qna .answ dt {
            float: left;
            width: 80px;
            padding-bottom: 5px;
            font-size: 0.875em;
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
          .top-sect8 .bx-wrap .bx1 .qna .answ dd {
            float: left;
            width: calc(100% - 80px);
            padding-bottom: 10px;
            font-size: 0.875em;
            line-height: 1.7em;
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
  .top-sect8 .ex {
    padding-top: 35px;
    text-align: right;
    font-size: 0.875em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.top-sect9 {
  padding: 120px 0 60px;
  background: #fff; }
  .top-sect9 .ins-wrap {
    position: relative; }
    .top-sect9 .ins-wrap .img1 {
      position: absolute;
      top: 45px;
      left: 50%;
      margin-left: -538px; }
    .top-sect9 .ins-wrap .img2 {
      position: absolute;
      top: 128px;
      left: 50%;
      margin-left: -130px; }
    .top-sect9 .ins-wrap .img3 {
      position: absolute;
      top: 0;
      right: 50%;
      margin-right: -548px; }
    .top-sect9 .ins-wrap .img4 {
      position: absolute;
      top: 284px;
      left: 50%;
      margin-left: -815px; }
    .top-sect9 .ins-wrap .img5 {
      position: absolute;
      top: 372px;
      right: 50%;
      margin-right: -775px; }
    .top-sect9 .ins-wrap .sect9-ct-wrap {
      padding-top: 400px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 {
        width: calc(50% - 150px);
        padding-left: 150px; }
        .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 > p {
          font-size: 1em;
          line-height: 2em; }
        .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 .txt1 {
          text-align: center; }
        .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 .txt2 {
          margin-top: 50px;
          padding-top: 40px;
          background: url(../imgs/ico1.png) no-repeat top center; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 .txt2 > strong {
            display: block;
            padding-bottom: 10px;
            font-size: 1.313em;
            text-align: center; }
      .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 {
        width: calc(50% - 60px);
        padding-left: 60px; }
        .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .perc {
          padding: 0 0 50px 100px;
          color: #8a2fbd; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .perc .s1 {
            display: block;
            font-size: 2.25em;
            font-weight: 700; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .perc strong {
            font-size: 6.25em;
            font-weight: 400;
            line-height: 1; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .perc .s2 {
            font-size: 3em; }
        .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .ex {
          padding-top: 20px;
          text-align: right;
          font-size: 0.875em;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.top-sect10 {
  padding: 50px 0 80px;
  background: #fef6ea; }
  .top-sect10 .ins-wrap {
    padding-top: 55px; }
    .top-sect10 .ins-wrap::after {
      content: '';
      display: table;
      clear: both; }
    .top-sect10 .ins-wrap .lead {
      float: left;
      width: 50%;
      margin-top: 60px;
      padding-top: 45px;
      background: url(../imgs/ico1.png) no-repeat top center; }
      .top-sect10 .ins-wrap .lead > p {
        margin: 0 auto;
        font-size: 1em;
        line-height: 2em;
        text-align: center; }
    .top-sect10 .ins-wrap .image {
      float: left;
      width: 50%; }

.top-sect11 {
  padding: 50px 0 80px;
  background: #fff; }
  .top-sect11 .ins-wrap {
    padding-top: 55px; }
    .top-sect11 .ins-wrap::after {
      content: '';
      display: table;
      clear: both; }
    .top-sect11 .ins-wrap .image {
      float: left;
      width: 50%;
      padding: 30px 10px;
      border: 1px solid #d7b982;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .top-sect11 .ins-wrap .image img {
        display: block;
        margin: 0 auto; }
    .top-sect11 .ins-wrap .lead {
      float: left;
      width: 50%;
      margin-top: 60px;
      padding-top: 45px;
      background: url(../imgs/ico1.png) no-repeat top center; }
      .top-sect11 .ins-wrap .lead > p {
        margin: 0 auto;
        font-size: 1em;
        line-height: 2em;
        text-align: center; }

.top-sect12 {
  padding: 50px 0 80px;
  background: #fef6ea; }
  .top-sect12 .ins-wrap {
    padding-top: 55px; }
    .top-sect12 .ins-wrap::after {
      content: '';
      display: table;
      clear: both; }
    .top-sect12 .ins-wrap .lead {
      float: left;
      width: calc(50% - 10px);
      margin-top: 60px;
      padding: 45px 0 0 10px;
      background: url(../imgs/ico1.png) no-repeat top center; }
      .top-sect12 .ins-wrap .lead > p {
        margin: 0 auto;
        font-size: 1em;
        line-height: 2em;
        text-align: center; }
    .top-sect12 .ins-wrap .image {
      float: left;
      width: 50%; }

.top-sect13 {
  padding: 90px 0;
  background: #fff; }
  .top-sect13 .sect13-ct {
    position: relative;
    text-align: center; }
    .top-sect13 .sect13-ct strong {
      display: block;
      color: #8a2fbd;
      padding-bottom: 20px;
      font-size: 1.75em; }
    .top-sect13 .sect13-ct .lead {
      font-size: 1em;
      line-height: 2em; }
  .top-sect13 .squ {
    position: absolute;
    top: -160px;
    right: -234px; }

.top-sect14 {
  padding: 80px 0;
  background: #022c6a; }
  .top-sect14 .lead {
    display: block;
    padding-bottom: 30px;
    color: #fff;
    font-size: 1.875em;
    text-align: center; }
  .top-sect14 .lst-sect14 {
    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; }
    .top-sect14 .lst-sect14 li {
      width: calc((100% - 240px) / 2);
      padding: 0 60px; }
      .top-sect14 .lst-sect14 li .tit {
        display: block;
        padding: 15px 0;
        color: #fff;
        font-size: 1.313em;
        text-align: center;
        border-bottom: 1px solid #6780a6; }
      .top-sect14 .lst-sect14 li .cnt {
        padding: 20px 0; }
        .top-sect14 .lst-sect14 li .cnt::after {
          content: '';
          display: table;
          clear: both; }
        .top-sect14 .lst-sect14 li .cnt .image {
          float: left;
          margin-left: 10px;
          width: 74px; }
          .top-sect14 .lst-sect14 li .cnt .image img {
            width: 100%;
            vertical-align: top; }
        .top-sect14 .lst-sect14 li .cnt .info {
          float: right;
          width: calc(100% - 125px); }
          .top-sect14 .lst-sect14 li .cnt .info .add, .top-sect14 .lst-sect14 li .cnt .info .tel, .top-sect14 .lst-sect14 li .cnt .info .fax {
            display: block;
            color: #fff;
            font-size: 0.875em;
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
          .top-sect14 .lst-sect14 li .cnt .info .email {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 22px; }
            .top-sect14 .lst-sect14 li .cnt .info .email img {
              max-height: 14px;
              vertical-align: top; }

#f-info-fixed {
  position: fixed;
  left: 0;
  bottom: -130px;
  padding: 20px 0;
  width: 100%;
  height: 130px;
  background: #282828;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
  #f-info-fixed.active {
    bottom: 0;
    opacity: 1;
    visibility: visible; }

.lg-f-lst-info {
  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; }
  .lg-f-lst-info .tel {
    margin: 0 8px;
    color: #fff;
    text-align: center; }
    .lg-f-lst-info .tel > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .lg-f-lst-info .tel > a em {
        font-size: 1.125em;
        letter-spacing: 0.18em; }
      .lg-f-lst-info .tel > a strong {
        font-size: 1.333em; }
      .lg-f-lst-info .tel > a span {
        font-size: 0.875em;
        line-height: 1.35; }
  .lg-f-lst-info .f-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 284px;
    height: 90px;
    padding: 10px 5px;
    margin: 0 8px;
    background: #bd8a2f;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .lg-f-lst-info .f-bx:hover strong {
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      -webkit-transition: all 0.45s ease;
      transition: all 0.45s ease; }
    .lg-f-lst-info .f-bx strong {
      display: inline-block;
      margin-bottom: 6px;
      border-bottom: 1px solid #fff;
      vertical-align: top;
      color: #fff;
      font-size: 1.313em;
      line-height: 1.35; }
    .lg-f-lst-info .f-bx span {
      display: block;
      color: #fff;
      font-size: 0.813em;
      line-height: 1.35; }

.md-f-lst-info {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px; }
  .md-f-lst-info li {
    margin: 0 5px;
    width: calc((100% - 40px) / 4);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .md-f-lst-info li a {
      display: block;
      padding-top: 28px;
      height: 43px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #fff;
      font-size: 0.625em;
      line-height: 1;
      text-align: center; }
    .md-f-lst-info li:nth-child(1) {
      background: url(../imgs/f_ico1.png) no-repeat center 7px;
      background-size: 19px auto;
      border: 1px solid #fff; }
    .md-f-lst-info li:nth-child(2) {
      background: #bd8a2f url(../imgs/f_ico2.png) no-repeat center 7px;
      background-size: 14px auto;
      border: 1px solid #bd8a2f; }
    .md-f-lst-info li:nth-child(3) {
      background: #bd8a2f url(../imgs/f_ico3.png) no-repeat center 7px;
      background-size: 17px auto;
      border: 1px solid #bd8a2f; }
    .md-f-lst-info li:nth-child(4) {
      background: #bd8a2f url(../imgs/f_ico4.png) no-repeat center 7px;
      background-size: 16px auto;
      border: 1px solid #bd8a2f; }

#nav-mnb {
  position: fixed;
  z-index: 2000;
  right: 10px;
  top: 50%;
  margin-top: -180px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
  #nav-mnb.active {
    opacity: 1;
    visibility: visible; }
  #nav-mnb #mnb > li {
    position: relative;
    padding-bottom: 55px; }
    #nav-mnb #mnb > li::before {
      content: '';
      position: absolute;
      z-index: 0;
      left: 10px;
      top: 4px;
      width: 2px;
      height: calc(100% + 4px);
      background: #d0aa3c; }
    #nav-mnb #mnb > li:first-child::before {
      top: 8px; }
    #nav-mnb #mnb > li:last-child {
      padding-bottom: 0; }
      #nav-mnb #mnb > li:last-child::before {
        display: none; }
    #nav-mnb #mnb > li a {
      position: relative;
      z-index: 1;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      min-height: 28px; }
      #nav-mnb #mnb > li a.active .ico {
        border-color: #d0aa3c;
        background: #fff; }
        #nav-mnb #mnb > li a.active .ico::before {
          margin: -8px 0 0 -8px;
          width: 16px;
          height: 16px;
          background: #fff; }
      #nav-mnb #mnb > li a .ico {
        position: absolute;
        left: 0;
        top: 4px;
        width: 22px;
        height: 22px;
        border: 2px solid transparent;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        #nav-mnb #mnb > li a .ico::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          display: block;
          margin: -9px 0 0 -9px;
          width: 18px;
          height: 18px;
          background: #d0aa3c;
          border-radius: 50%;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
      #nav-mnb #mnb > li a span {
        display: block;
        padding: 4px 0 4px 35px;
        color: #bd8a2f;
        font-size: 0.875em;
        line-height: 20px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

#btn-pagetop {
  position: fixed;
  right: 20px;
  bottom: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background: #282828;
  border: 1px solid #bd8a2f;
  color: #bd8a2f;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
  #btn-pagetop.active {
    opacity: 1;
    visibility: visible; }
  #btn-pagetop:hover {
    background: #bd8a2f;
    color: #fff; }

.btn1 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 56px;
  background: #ef453d url(../imgs/arr1.png) no-repeat right 20px center;
  border: 1px solid #ef453d;
  color: #fff;
  font-size: 1.125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .btn1:hover {
    background: url(../imgs/arr3.png) no-repeat right 20px center;
    border: 1px solid #ef453d;
    color: #ef453d;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease; }

@media print, screen and (max-width: 1440px) {
  .top-sect1 .inner-static .lead {
    padding: 0 50px; }

  #nav-mnb {
    margin-top: -140px; }
    #nav-mnb #mnb > li {
      padding-bottom: 35px; }
      #nav-mnb #mnb > li a span {
        font-size: 0.75em; } }
@media print, screen and (max-width: 1280px) {
  .top-sect8 {
    padding: 20px 0 80px;
    background: #fbf5ee; }
    .top-sect8 .bx-wrap .bx1 {
      width: calc((100% - 40px) / 2);
      margin-top: 40px;
      padding: 30px; }

  .top-sect14 {
    padding: 80px 0;
    background: #022c6a; }
    .top-sect14 .lead {
      display: block;
      padding-bottom: 30px;
      color: #fff;
      font-size: 1.875em;
      text-align: center; }
    .top-sect14 .lst-sect14 li {
      width: calc((100% - 40px) / 2);
      padding: 0; }

  #nav-mnb {
    right: 50px;
    margin-top: -110px; }
    #nav-mnb #mnb > li {
      padding-bottom: 20px; }
      #nav-mnb #mnb > li a span {
        display: none; }

  .lg-f-lst-info {
    padding-right: 90px; }
    .lg-f-lst-info .tel {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 4px;
      width: 205px; }
      .lg-f-lst-info .tel > a em {
        font-size: 1em;
        letter-spacing: 0.18em; }
      .lg-f-lst-info .tel > a strong {
        font-size: 1.125em; }
      .lg-f-lst-info .tel > a span {
        font-size: 0.75em; }
    .lg-f-lst-info .f-bx {
      width: 284px;
      padding: 5px;
      margin: 0 4px; }
      .lg-f-lst-info .f-bx strong {
        font-size: 1.125em; }
      .lg-f-lst-info .f-bx span {
        font-size: 0.75em; } }
@media print, screen and (max-width: 1024px) {
  .wrapper {
    padding-bottom: 75px; }

  .top-sect1 .inner-static .lead strong {
    font-size: 2em; }
  .top-sect1 .inner-static .lead .tit1 {
    padding-bottom: 20px;
    font-size: 2.75em; }
  .top-sect1 .inner-static .lead .tit2 {
    font-size: 1em; }

  .top-sect2 .ins-wrap .image {
    width: 50%; }
  .top-sect2 .ins-wrap .sect2-ct {
    width: calc(50% - 20px); }
    .top-sect2 .ins-wrap .sect2-ct .tit {
      padding: 20px 0 10px; }

  .top-sect8 .bx-wrap .bx1 {
    width: 100%;
    margin-top: 30px;
    padding: 30px; }
    .top-sect8 .bx-wrap .bx1:nth-child(2n+1) {
      margin-right: 0; }
    .top-sect8 .bx-wrap .bx1:nth-child(2), .top-sect8 .bx-wrap .bx1:nth-child(4), .top-sect8 .bx-wrap .bx1:nth-child(6) {
      margin-left: 0; }
    .top-sect8 .bx-wrap .bx1.type1 {
      border-top: 3px solid #ac3ceb; }
    .top-sect8 .bx-wrap .bx1.type2 {
      border-top: 3px solid #caa846; }
      .top-sect8 .bx-wrap .bx1.type2 .qna .que {
        color: #bd8a2f; }

  .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 {
    width: calc(50% - 50px);
    padding-left: 50px; }

  #f-info-fixed {
    padding: 15px 0;
    height: 75px; }

  .lg-f-lst-info {
    display: none; }

  .md-f-lst-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  #btn-pagetop {
    right: 10px;
    bottom: 85px;
    width: 30px;
    height: 30px;
    font-size: 0.625em;
    background: #fff; } }
@media print, screen and (max-width: 768px) {
  #header .logo-tit {
    padding: 11px 0 0 15px;
    font-size: 0.625em; }

  #h-logo {
    margin: 10px 0 0 5px;
    width: 70px;
    height: 17px;
    background-size: 70px auto; }

  #nav-mnb {
    right: 8px; }
    #nav-mnb #mnb {
      margin: -97px 0 0 2px;
      width: 14px; }
      #nav-mnb #mnb > li {
        padding-bottom: 22px; }
        #nav-mnb #mnb > li::before {
          left: 7px;
          width: 1px; }
        #nav-mnb #mnb > li a {
          min-height: 15px; }
          #nav-mnb #mnb > li a.active .ico::before {
            margin: -6px 0 0 -6px;
            width: 12px;
            height: 12px; }
          #nav-mnb #mnb > li a .ico {
            width: 15px;
            height: 15px;
            border-width: 1px; }
            #nav-mnb #mnb > li a .ico::before {
              margin: -5px 0 0 -5px;
              width: 10px;
              height: 10px; }

  .top-tit1 {
    padding: 25px 0 30px; }
    .top-tit1 > .tit1 {
      font-size: 1.5em; }
    .top-tit1 > .tit2 {
      font-size: 0.938em; }
    .top-tit1 > .tit3 {
      font-size: 0.875em; }
    .top-tit1 > strong {
      font-size: 1.5em;
      line-height: 1.2em; }

  .sect-h-group .tit-reason .tit-s {
    font-size: 0.938em;
    margin-bottom: 5px; }
    .sect-h-group .tit-reason .tit-s > strong {
      font-size: 1.875em; }
  .sect-h-group .tit-reason .tit-l {
    font-size: 0.938em; }

  .top-sect1 {
    background: url(../imgs/sect1_bg1_md.jpg) no-repeat center 0/cover; }
    .top-sect1 .inner-static {
      padding-top: 40px;
      height: 400px; }
      .top-sect1 .inner-static .lead {
        padding: 0; }
        .top-sect1 .inner-static .lead strong {
          padding-bottom: 8px;
          font-size: 0.938em; }
        .top-sect1 .inner-static .lead .tit1 {
          padding-bottom: 10px;
          font-size: 1.125em; }
        .top-sect1 .inner-static .lead .tit2 {
          font-size: 0.75em; }

  .icon-scroll {
    right: 50%;
    top: auto;
    bottom: 4px;
    height: 40px; }
    .icon-scroll .wrap-sclact {
      height: 40px; }
    .icon-scroll .tx {
      right: -4px;
      bottom: -1px;
      font-size: 0.625rem;
      letter-spacing: 0; }

  #sclact {
    top: 40px;
    height: 6px; }

  .top-sect2 {
    padding: 50px 0; }
    .top-sect2 .ins-wrap .image {
      float: none;
      width: 100%; }
      .top-sect2 .ins-wrap .image img {
        margin: 0 auto; }
    .top-sect2 .ins-wrap .sect2-ct {
      float: none;
      width: 100%;
      margin: 0 auto;
      padding: 0;
      text-align: center; }
      .top-sect2 .ins-wrap .sect2-ct .tit {
        padding: 25px 0 10px;
        font-size: 1.5em; }
      .top-sect2 .ins-wrap .sect2-ct .txt1 {
        font-size: 0.983em; }
      .top-sect2 .ins-wrap .sect2-ct .txt2 {
        padding: 25px 0 20px;
        font-size: 0.875em; }
      .top-sect2 .ins-wrap .sect2-ct .txt3 {
        padding: 15px 0 30px;
        font-size: 0.875em; }
    .top-sect2 .ins-wrap .lst-outline {
      max-width: 140px;
      padding-left: 10px; }
      .top-sect2 .ins-wrap .lst-outline li {
        padding-top: 6px;
        text-align: left;
        font-size: 0.875em; }

  .top-sect3 {
    padding: 45px 0 30px; }
    .top-sect3 .inner-static .squ {
      top: 450px;
      right: 15px; }
    .top-sect3 .lst-sect3 li {
      float: none;
      width: 85%; }
      .top-sect3 .lst-sect3 li:nth-child(2) {
        float: right;
        margin: 30px 0 0 0; }
      .top-sect3 .lst-sect3 li > .tit {
        font-size: 1.5em; }
      .top-sect3 .lst-sect3 li > .txt-wrap {
        margin: 20px auto 0; }
        .top-sect3 .lst-sect3 li > .txt-wrap > .lead1 {
          padding-bottom: 10px;
          font-size: 0.938em; }
        .top-sect3 .lst-sect3 li > .txt-wrap > .lead2 {
          font-size: 0.75em; }

  .top-sect4 {
    padding: 25px 0 35px; }
    .top-sect4 .ins-wrap {
      padding-top: 30px; }
      .top-sect4 .ins-wrap .image {
        float: none;
        width: 100%;
        text-align: center; }
      .top-sect4 .ins-wrap .lead {
        float: none;
        width: 100%;
        margin-top: 30px;
        padding-top: 35px; }
        .top-sect4 .ins-wrap .lead > p {
          margin: 0 25px;
          font-size: 0.875em;
          line-height: 1.5em; }
    .top-sect4 .sect4-ct1 {
      padding-top: 40px; }
      .top-sect4 .sect4-ct1 .tit {
        padding-bottom: 25px;
        font-size: 0.938em; }
        .top-sect4 .sect4-ct1 .tit.type2 {
          padding-bottom: 25px; }
      .top-sect4 .sect4-ct1 .ex {
        padding-top: 25px;
        font-size: 0.625em; }

  .top-sect5 {
    padding: 25px 0 40px; }
    .top-sect5 .ins-wrap {
      display: block;
      padding-top: 25px; }
      .top-sect5 .ins-wrap > .lead {
        width: 100%; }
        .top-sect5 .ins-wrap > .lead > p {
          padding: 0 25px; }
          .top-sect5 .ins-wrap > .lead > p > strong {
            font-size: 1.125em; }
      .top-sect5 .ins-wrap > .image {
        width: 100%;
        padding: 25px 0 0 0;
        text-align: center; }
        .top-sect5 .ins-wrap > .image img {
          max-width: 155px; }
        .top-sect5 .ins-wrap > .image .ex {
          font-size: 0.625em; }

  .top-sect6 {
    padding: 25px 0 35px; }
    .top-sect6 .ins-wrap {
      padding: 220px 0 180px; }
      .top-sect6 .ins-wrap .img1 {
        margin-left: -230px;
        top: 30px; }
        .top-sect6 .ins-wrap .img1 img {
          width: 120px; }
      .top-sect6 .ins-wrap .img2 {
        margin-left: -65px;
        top: 65px; }
        .top-sect6 .ins-wrap .img2 img {
          width: 130px; }
      .top-sect6 .ins-wrap .img3 {
        margin-right: -240px;
        top: 15px; }
        .top-sect6 .ins-wrap .img3 img {
          width: 150px; }
      .top-sect6 .ins-wrap .img4 {
        margin-left: -150px;
        top: auto;
        bottom: 25px; }
        .top-sect6 .ins-wrap .img4 img {
          width: 130px; }
      .top-sect6 .ins-wrap .img5 {
        margin-right: -140px;
        top: auto;
        bottom: 0; }
        .top-sect6 .ins-wrap .img5 img {
          width: 130px; }
      .top-sect6 .ins-wrap .txt-wrap {
        margin: 0 25px;
        padding-top: 35px; }
        .top-sect6 .ins-wrap .txt-wrap > p {
          font-size: 0.875em;
          line-height: 1.5em; }

  .top-sect7 {
    padding: 25px 0; }
    .top-sect7 .sect7-ct1 {
      padding: 25px 0 35px; }
      .top-sect7 .sect7-ct1 > .image {
        float: none;
        width: 100%;
        text-align: center; }
        .top-sect7 .sect7-ct1 > .image .md {
          margin: 0 auto; }
      .top-sect7 .sect7-ct1 > .lead {
        float: none;
        width: 100%;
        margin-top: 30px;
        padding-top: 35px; }
        .top-sect7 .sect7-ct1 > .lead > p {
          margin: 0 25px;
          font-size: 0.875em;
          line-height: 1.5em; }
    .top-sect7 .sect7-ct2-wrap {
      display: block; }
      .top-sect7 .sect7-ct2-wrap .sect7-ct2 {
        width: 100%;
        padding: 0 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .top-sect7 .sect7-ct2-wrap .sect7-ct2::after {
          content: '';
          display: table;
          clear: both; }
        .top-sect7 .sect7-ct2-wrap .sect7-ct2 .txt {
          padding-top: 25px;
          font-size: 0.875em;
          line-height: 1.5em; }
        .top-sect7 .sect7-ct2-wrap .sect7-ct2 .image1 {
          padding: 10px 0 40px; }
          .top-sect7 .sect7-ct2-wrap .sect7-ct2 .image1 img {
            width: 180px; }
        .top-sect7 .sect7-ct2-wrap .sect7-ct2 .image2 {
          width: 141px;
          margin: 20px auto 0;
          padding-bottom: 40px; }
          .top-sect7 .sect7-ct2-wrap .sect7-ct2 .image2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 235px;
            margin-left: -117px;
            border-bottom: 1px dotted #d4b277; }

  .top-sect8 {
    padding: 20px 0 40px; }
    .top-sect8 .bx-wrap {
      display: block; }
      .top-sect8 .bx-wrap .bx1 {
        padding: 30px 30px 20px;
        margin-top: 20px; }
        .top-sect8 .bx-wrap .bx1 .bx-top .cnt {
          width: calc(100% - 239px);
          padding: 7px 0 0 15px;
          font-size: 0.75em; }
          .top-sect8 .bx-wrap .bx1 .bx-top .cnt strong {
            font-size: 1.167em; }
        .top-sect8 .bx-wrap .bx1 .qna {
          padding-top: 25px; }
          .top-sect8 .bx-wrap .bx1 .qna .que {
            font-size: 0.875em; }
          .top-sect8 .bx-wrap .bx1 .qna .answ dd {
            line-height: 1.5em; }
    .top-sect8 .ex {
      padding-top: 15px;
      font-size: 0.625em; }

  .top-sect9 {
    padding: 50px 0 30px; }
    .top-sect9 .ins-wrap {
      display: block; }
      .top-sect9 .ins-wrap .img1 {
        margin-left: -230px;
        top: 20px; }
        .top-sect9 .ins-wrap .img1 img {
          width: 120px; }
      .top-sect9 .ins-wrap .img2 {
        margin-left: -65px;
        top: 54px; }
        .top-sect9 .ins-wrap .img2 img {
          width: 130px; }
      .top-sect9 .ins-wrap .img3 {
        margin-right: -240px; }
        .top-sect9 .ins-wrap .img3 img {
          width: 150px; }
      .top-sect9 .ins-wrap .sect9-ct-wrap {
        padding-top: 215px;
        display: block; }
        .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 {
          position: relative;
          width: 100%;
          padding: 0 25px 170px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 > p {
            font-size: 0.875em;
            line-height: 1.5em; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 .txt1 {
            text-align: justify; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 .txt2 {
            margin-top: 25px;
            padding-top: 35px; }
            .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 .txt2 > strong {
              padding-bottom: 10px;
              font-size: 0.938em;
              text-align: justify; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 .img4 {
            margin-left: -150px;
            top: auto;
            bottom: 25px; }
            .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 .img4 img {
              width: 130px; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 .img5 {
            margin-right: -140px;
            top: auto;
            bottom: 0; }
            .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct1 .img5 img {
              width: 130px; }
        .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 {
          width: 100%;
          padding-left: 0; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .perc {
            padding: 50px 0 20px;
            color: #8a2fbd;
            text-align: center; }
            .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .perc .s1 {
              display: block;
              font-size: 1em;
              font-weight: 700; }
            .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .perc strong {
              font-size: 3.125em; }
            .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .perc .s2 {
              font-size: 1.5em; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .image {
            max-width: 174px;
            margin: 0 auto;
            text-align: center; }
          .top-sect9 .ins-wrap .sect9-ct-wrap .sect9-ct2 .ex {
            padding-top: 20px;
            font-size: 0.625em; }

  .top-sect10 {
    padding: 25px 0 40px; }
    .top-sect10 .ins-wrap {
      padding-top: 25px; }
      .top-sect10 .ins-wrap .lead {
        float: none;
        width: 100%;
        margin-top: 30px;
        padding-top: 35px; }
        .top-sect10 .ins-wrap .lead > p {
          padding: 0 25px;
          font-size: 0.875em;
          line-height: 1.5em; }
      .top-sect10 .ins-wrap .image {
        float: none;
        width: 100%;
        text-align: center; }
        .top-sect10 .ins-wrap .image .md {
          margin: 0 auto; }

  .top-sect11 {
    padding: 25px 0 40px; }
    .top-sect11 .ins-wrap {
      padding: 0 25px; }
      .top-sect11 .ins-wrap .image {
        float: none;
        width: 100%;
        margin-top: 30px;
        padding: 15px 10px; }
        .top-sect11 .ins-wrap .image img {
          max-width: 210px; }
      .top-sect11 .ins-wrap .lead {
        float: none;
        width: 100%;
        margin-top: 30px;
        padding-top: 35px; }
        .top-sect11 .ins-wrap .lead > p {
          font-size: 0.875em;
          line-height: 1.5em;
          text-align: justify; }

  .top-sect12 {
    padding: 25px 0 40px; }
    .top-sect12 .ins-wrap {
      padding-top: 25px; }
      .top-sect12 .ins-wrap .lead {
        float: none;
        width: 100%;
        margin-top: 30px;
        padding: 35px 0 0 0; }
        .top-sect12 .ins-wrap .lead > p {
          padding: 0 25px;
          font-size: 0.875em;
          line-height: 1.5em;
          text-align: justify; }
      .top-sect12 .ins-wrap .image {
        float: none;
        width: 100%;
        text-align: center; }

  .top-sect13 {
    padding: 45px 0; }
    .top-sect13 .sect13-ct {
      text-align: center; }
      .top-sect13 .sect13-ct strong {
        padding-bottom: 15px;
        font-size: 0.875em; }
      .top-sect13 .sect13-ct .lead {
        padding: 0 25px;
        font-size: 0.875em;
        line-height: 1.5em;
        text-align: justify; }
    .top-sect13 .squ {
      top: -90px;
      right: -40px; }

  .top-sect14 {
    padding: 40px 0; }
    .top-sect14 .inner-static .lead {
      padding-bottom: 10px;
      font-size: 0.938em; }
    .top-sect14 .inner-static .lst-sect14 {
      display: block;
      margin: 0 auto;
      max-width: 512px; }
      .top-sect14 .inner-static .lst-sect14 li {
        width: auto; }
        .top-sect14 .inner-static .lst-sect14 li .tit {
          padding: 15px 0 10px;
          font-size: 0.875em; }
        .top-sect14 .inner-static .lst-sect14 li .cnt {
          padding: 15px 0; }
          .top-sect14 .inner-static .lst-sect14 li .cnt .image {
            margin-left: 0;
            width: 88px; }
          .top-sect14 .inner-static .lst-sect14 li .cnt .info {
            width: calc(100% - 105px); }
            .top-sect14 .inner-static .lst-sect14 li .cnt .info .add {
              font-size: 0.75em; }
            .top-sect14 .inner-static .lst-sect14 li .cnt .info .tel {
              display: inline-block;
              margin: 5px 0;
              padding: 5px 10px;
              border: 1px solid #fff; }
            .top-sect14 .inner-static .lst-sect14 li .cnt .info > a {
              font-size: 0.75em; }
              .top-sect14 .inner-static .lst-sect14 li .cnt .info > a.email .img {
                display: block;
                margin-top: 5px;
                height: 14px; }

  #btn-pagetop {
    right: 16px;
    bottom: 82px; }

  .btn1 {
    width: 235px;
    height: 40px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: 35px;
    font-size: 0.875em; } }
@media print, screen and (max-width: 500px) {
  .top-sect1 .inner-static {
    height: 240px; }

  .top-sect8 .bx-wrap .bx1 .bx-top .image {
    width: 150px; }
  .top-sect8 .bx-wrap .bx1 .bx-top .cnt {
    width: calc(100% - 165px); } }

/*# sourceMappingURL=style.css.map */