input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

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

dl, ol, ul {
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 1.6em;
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: normal; }

p {
  font-size: 16px;
  margin-bottom: 0;
  font-family: YakuHanJP, "Noto Sans JP"; }
  @media (max-width: 768px) {
    p {
      font-size: 2.5vw; } }
  @media (max-width: 480px) {
    p {
      font-size: 3.5vw; } }

h2 {
  font-size: 32px; }
  @media (max-width: 480px) {
    h2 {
      font-size: 6vw; } }

@media (max-width: 480px) {
  img {
    width: 100%; } }

header .inner {
  width: 960px;
  margin: auto;
  position: relative;
  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; }
  @media (max-width: 768px) {
    header .inner {
      width: 96%; } }
  header .inner h2.logo {
    width: 200px;
    margin: 0;
    padding: 10px; }
    @media (max-width: 480px) {
      header .inner h2.logo {
        width: 40%; } }
  header .inner a.btn-contact {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: url(../img/arrow02.svg) 95% center no-repeat #192d7b;
    background-size: 10px 10px;
    width: 200px;
    margin: 10px 0;
    padding: 15px 0; }
    header .inner a.btn-contact:hover {
      opacity: .8; }
    @media (max-width: 480px) {
      header .inner a.btn-contact {
        width: 40%;
        padding: 2vw 0; } }

footer {
  background: url(../img/bg_footer.png) center center no-repeat #192d7b; }
  footer .inner {
    width: 960px;
    margin: auto;
    position: relative;
    padding: 40px 0; }
    @media (max-width: 768px) {
      footer .inner {
        width: 96%; } }
    footer .inner ul.f-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin: 0;
      padding: 0; }
      footer .inner ul.f-menu li {
        list-style: none; }
        footer .inner ul.f-menu li a {
          color: #fff; }
          footer .inner ul.f-menu li a :hover {
            opacity: .7; }
    footer .inner p.cp {
      color: #fff;
      text-align: center; }

#bs-ma * {
  margin: 0;
  padding: 0; }

#bs-ma p, #bs-ma li, #bs-ma a, #bs-ma h1, #bs-ma h2, #bs-ma h3, #bs-ma h4, #bs-ma h5, #bs-ma h6, #bs-ma ::-webkit-input-placeholder {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #333;
  line-height: 1.6em; }

#bs-ma p, #bs-ma li, #bs-ma a, #bs-ma h1, #bs-ma h2, #bs-ma h3, #bs-ma h4, #bs-ma h5, #bs-ma h6, #bs-ma ::-moz-placeholder {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #333;
  line-height: 1.6em; }

#bs-ma p, #bs-ma li, #bs-ma a, #bs-ma h1, #bs-ma h2, #bs-ma h3, #bs-ma h4, #bs-ma h5, #bs-ma h6, #bs-ma ::-ms-input-placeholder {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #333;
  line-height: 1.6em; }

#bs-ma p, #bs-ma li, #bs-ma a, #bs-ma h1, #bs-ma h2, #bs-ma h3, #bs-ma h4, #bs-ma h5, #bs-ma h6, #bs-ma ::placeholder {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #333;
  line-height: 1.6em; }

#bs-ma li {
  list-style-type: none; }

#bs-ma.wrapper {
  position: relative;
  overflow: hidden; }

#bs-ma .inner {
  width: 960px;
  margin: auto;
  position: relative; }
  @media (max-width: 768px) {
    #bs-ma .inner {
      width: 96%; } }

#bs-ma a.btn-contact {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: url(../img/arrow02.svg) 95% center no-repeat #192d7b;
  background-size: 10px 10px;
  width: 60%;
  margin: 10px auto;
  padding: 15px 0; }
  #bs-ma a.btn-contact:hover {
    opacity: .8; }
  @media (max-width: 480px) {
    #bs-ma a.btn-contact {
      width: 90%; } }

#bs-ma .fv {
  background: url(../img/fvbg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  @media (max-width: 480px) {
    #bs-ma .fv {
      background-attachment: scroll;
      background-attachment: initial; } }
  #bs-ma .fv h2 {
    width: 480px;
    margin: 0 auto;
    padding: 300px 0;
    text-align: center; }
    @media (max-width: 480px) {
      #bs-ma .fv h2 {
        width: 320px; } }
    #bs-ma .fv h2 img {
      width: 320px;
      margin: auto; }
      @media (max-width: 480px) {
        #bs-ma .fv h2 img {
          width: 100%; } }
    #bs-ma .fv h2 span {
      width: 100%;
      display: block;
      text-align: center;
      color: #fff;
      font-size: 52px;
      font-weight: bolder; }
      @media (max-width: 480px) {
        #bs-ma .fv h2 span {
          font-size: 32px; } }

#bs-ma .cont {
  padding: 80px 0; }
  @media (max-width: 480px) {
    #bs-ma .cont {
      padding: 8% 0; } }
  #bs-ma .cont h1 {
    font-size: 28px;
    font-weight: bold;
    color: #192d7b;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      #bs-ma .cont h1 {
        font-size: 21px; } }
  #bs-ma .cont h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      #bs-ma .cont h2 {
        font-size: 21px; } }
  #bs-ma .cont h3 {
    font-size: 18px;
    font-weight: bold; }
    @media (max-width: 480px) {
      #bs-ma .cont h3 {
        font-size: 15px; } }
  #bs-ma .cont p {
    font-size: 14px;
    line-height: 1.3em;
    color: #666; }
    @media (max-width: 480px) {
      #bs-ma .cont p {
        font-size: 12px; } }

#bs-ma .bs-ma-wrap h3 {
  text-align: center; }

#bs-ma .bs-ma-wrap .prepare-cont {
  margin: 80px 0;
  background: #e8f3fa;
  padding: 40px 40px; }
  @media (max-width: 480px) {
    #bs-ma .bs-ma-wrap .prepare-cont {
      padding: 5% 5%; } }
  #bs-ma .bs-ma-wrap .prepare-cont ul {
    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;
    width: 60%;
    margin: auto; }
    @media (max-width: 480px) {
      #bs-ma .bs-ma-wrap .prepare-cont ul {
        width: 100%; } }
    #bs-ma .bs-ma-wrap .prepare-cont ul li {
      width: 48%;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      color: #fff;
      padding: 20px 20px;
      margin: 20px 1% 20px 1%; }
      #bs-ma .bs-ma-wrap .prepare-cont ul li::before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: -25px;
        left: 50%;
        margin-left: -20px; }
      #bs-ma .bs-ma-wrap .prepare-cont ul li.tip01 {
        background: #5471b5; }
        #bs-ma .bs-ma-wrap .prepare-cont ul li.tip01::before {
          background: url(../img/tip01.svg) center no-repeat;
          background-size: 100% auto; }
      #bs-ma .bs-ma-wrap .prepare-cont ul li.tip02 {
        background: #409ad6; }
        #bs-ma .bs-ma-wrap .prepare-cont ul li.tip02::before {
          background: url(../img/tip02.svg) center no-repeat;
          background-size: 100% auto; }
      @media (max-width: 480px) {
        #bs-ma .bs-ma-wrap .prepare-cont ul li {
          width: 48%; } }
  #bs-ma .bs-ma-wrap .prepare-cont h3 {
    text-align: center;
    margin-top: 40px; }

#bs-ma .strengths-wrap {
  background: #f6f6f6; }
  #bs-ma .strengths-wrap .merit-cont {
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 480px) {
      #bs-ma .strengths-wrap .merit-cont {
        padding: 2vw 3vw; } }
    #bs-ma .strengths-wrap .merit-cont ol {
      width: 65%;
      margin: auto; }
      @media (max-width: 768px) {
        #bs-ma .strengths-wrap .merit-cont ol {
          width: 80%; } }
      @media (max-width: 480px) {
        #bs-ma .strengths-wrap .merit-cont ol {
          width: 100%; } }
      #bs-ma .strengths-wrap .merit-cont ol li {
        position: relative;
        padding: 35px 40px 35px 110px; }
        @media (max-width: 480px) {
          #bs-ma .strengths-wrap .merit-cont ol li {
            padding: 3vw 2vw 3vw 22vw;
            margin-bottom: 2vw; } }
        #bs-ma .strengths-wrap .merit-cont ol li h3 {
          color: #192d7b;
          line-height: 1.2em; }
        #bs-ma .strengths-wrap .merit-cont ol li p {
          padding: 0 0 0 .5em; }
        #bs-ma .strengths-wrap .merit-cont ol li .merit-no {
          background: #192d7b;
          color: #fff;
          border-radius: 50%;
          width: 100px;
          height: 100px;
          display: block;
          position: absolute;
          top: 20px;
          left: 0px;
          text-align: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 25px 0; }
          #bs-ma .strengths-wrap .merit-cont ol li .merit-no span {
            font-size: 28px;
            font-weight: bold;
            display: block; }
          @media (max-width: 480px) {
            #bs-ma .strengths-wrap .merit-cont ol li .merit-no {
              width: 20vw;
              height: 20vw;
              top: 0;
              left: 0px;
              font-size: 13px;
              padding: 3vw 0; }
              #bs-ma .strengths-wrap .merit-cont ol li .merit-no span {
                font-size: 18px; } }

#bs-ma .bs-about-wrap h2 {
  text-align: center; }

#bs-ma .bs-about-wrap h4 {
  text-align: center; }

#bs-ma .bs-about-wrap .bs-about-box {
  border: 1px solid #192d7b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 40px;
  text-align: center;
  margin-top: 40px; }
  @media (max-width: 480px) {
    #bs-ma .bs-about-wrap .bs-about-box {
      padding: 5% 5%; } }
  #bs-ma .bs-about-wrap .bs-about-box h3 {
    margin-bottom: 20px; }
  #bs-ma .bs-about-wrap .bs-about-box h4 {
    margin-top: 20px;
    color: #192d7b; }

#bs-ma .ma-about-wrap {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed; }
  @media (max-width: 480px) {
    #bs-ma .ma-about-wrap {
      background-attachment: scroll;
      background-attachment: initial; } }
  #bs-ma .ma-about-wrap h2 {
    color: #fff;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
            filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2)); }
  #bs-ma .ma-about-wrap h4 {
    color: #fff;
    text-align: center;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
            filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2)); }
  #bs-ma .ma-about-wrap .ma-about-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 40px;
    margin-top: 40px;
    text-align: center; }
    @media (max-width: 480px) {
      #bs-ma .ma-about-wrap .ma-about-box {
        padding: 5% 5%; } }
    #bs-ma .ma-about-wrap .ma-about-box h3 {
      margin-bottom: 20px; }
    #bs-ma .ma-about-wrap .ma-about-box .merit-box {
      background: #f9f5cb;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 40px 40px;
      text-align: center;
      margin-top: 40px;
      width: 80%;
      margin: 40px auto; }
      @media (max-width: 480px) {
        #bs-ma .ma-about-wrap .ma-about-box .merit-box {
          padding: 5% 5%;
          width: 90%; } }
      #bs-ma .ma-about-wrap .ma-about-box .merit-box h4 {
        color: #333;
        margin-bottom: 20px;
        font-weight: bold; }
      #bs-ma .ma-about-wrap .ma-about-box .merit-box ol {
        width: 65%;
        margin: auto; }
        @media (max-width: 480px) {
          #bs-ma .ma-about-wrap .ma-about-box .merit-box ol {
            width: 90%; } }
        #bs-ma .ma-about-wrap .ma-about-box .merit-box ol.ol1 li {
          color: #192d7b; }
        #bs-ma .ma-about-wrap .ma-about-box .merit-box ol.ol2 li {
          color: #409ad6; }
        #bs-ma .ma-about-wrap .ma-about-box .merit-box ol li {
          list-style-type: unset;
          text-align: left; }

#bs-ma .corporate-wrap h2 {
  color: #192d7b;
  margin-bottom: 20px; }
  #bs-ma .corporate-wrap h2 span {
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 1em; }

#bs-ma .corporate-wrap .corporate-flex {
  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; }
  #bs-ma .corporate-wrap .corporate-flex .corporate-cont {
    width: 48%; }
    @media (max-width: 480px) {
      #bs-ma .corporate-wrap .corporate-flex .corporate-cont {
        width: 100%;
        margin-bottom: 4%; } }
    #bs-ma .corporate-wrap .corporate-flex .corporate-cont h3 {
      width: 100%;
      border-bottom: 1px solid #192d7b;
      margin-bottom: 5px;
      padding-bottom: 5px;
      padding-left: 5px; }
    #bs-ma .corporate-wrap .corporate-flex .corporate-cont dl {
      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; }
      #bs-ma .corporate-wrap .corporate-flex .corporate-cont dl dt {
        width: 7em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10px 10px; }
      #bs-ma .corporate-wrap .corporate-flex .corporate-cont dl dd {
        width: calc(100% - 7em);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10px 10px; }
        #bs-ma .corporate-wrap .corporate-flex .corporate-cont dl dd span {
          display: block;
          margin-bottom: 1em; }
        #bs-ma .corporate-wrap .corporate-flex .corporate-cont dl dd .gmap-btn {
          display: block;
          background: url(../img/icon_blank1.png) 95% center no-repeat #192d7b;
          color: #fff;
          text-decoration: none;
          text-align: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 5px 10px;
          width: 60%;
          font-size: 12px;
          margin-top: 10px; }
        #bs-ma .corporate-wrap .corporate-flex .corporate-cont dl dd .kanren-link {
          background: url(../img/icon_blank2.png) right center no-repeat;
          color: #409ad6;
          padding-right: 20px; }

#bs-ma .card {
  background: #fff;
  border-radius: 6px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
  padding: 60px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 480px) {
    #bs-ma .card {
      padding: 6vw 3vw; } }
