@charset "UTF-8";
  
html {
  color: #333;
  font-size: 15px;
  line-height: 1.833;
  letter-spacing: .05em;
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif
}
body {
  margin: 0;
  color: #333;
  font-size: 15px;
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif
}
* {
  box-sizing: border-box
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%
}
p {
  line-height: 1.875;
  margin: 0 0 1em;
  padding: 0
}
p:last-child {
  margin-bottom: 0
}
a {
  color: #333;
  text-decoration: none
}
a:link, a:visited {
  color: #333;
  text-decoration: none
}
input[type="text"], input[type="submit"], textarea {
  outline: 0
}
table {
  border-collapse: collapse
}
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0
}
.outerBlock {
  min-width: 1200px;
  overflow: hidden
}

#wrapper {
  position: relative;
  padding: 144px 0 0
}
.pc {
  display: block !important
}
.pcIb {
  display: inline-block !important
}
.sp {
  display: none !important
}
.spIb {
  display: none !important
}
@media screen and (min-width:800px) {
  a {
    transition: .3s ease-in-out
  }
  a:hover {
    opacity: .7
  }
}
@media screen and (max-width:769px) {
  body {
    font-size: 12px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5
  }
  .outerBlock {
    min-width: 375px
  }
  .innerBlock {
    padding: 0;
    width: 100%;
  }
  #wrapper {
    min-width: 375px;
    position: relative;
    overflow: hidden;
    padding-top: 56px
  }
  img {
    width: 100%;
    max-width: 100%
  }
  p {
    line-height: 1.5
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%
  }
  input, select, textarea {
    font-size: 16px !important
  }
  .pc {
    display: none !important
  }
  .pcIb {
    display: none !important
  }
  .sp {
    display: block !important
  }
  .spIb {
    display: inline-block !important
  }
}
#header {
  background: #fff;
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}
#header .innerBlock {
  padding: 10px 50px
}
#header .desc {
  margin: 0 0 10px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: bold
}
#header .telBtn {
  position: absolute;
  top: 10px;
  right: 410px;
  letter-spacing: 0;
  color: #00397a;
  font-weight: 700
}
#header .telBtn .txt {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 16px
}
#header .telBtn .num {
  line-height: 1;
  color: #6c0;
  font-size: 32px;
  padding-left: 45px;
  position: relative
}
#header .telBtn .num:before {
  content: '';
  display: block;
  background: url(../img/common/ico-tel.png) center center no-repeat;
  background-size: 100%;
  width: 37px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
#header .telBtn .cap {
  font-size: 11px
}
#header .mailBtn {
  position: absolute;
  top: 10px;
  right: 50px
}
#header .mailBtn a {
  display: block;
  background: linear-gradient(to top, #a5a50e, #ff3);
  border-radius: 5px;
  width: 340px;
  height: 68px;
  padding: 0 0 0 55px
}
#header .mailBtn a:before {
  content: '';
  display: block;
  background: url(../img/common/ico-mail.png) center center no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px;
  font-weight: 700
}
#header .mailBtn a span.fuki {
  display: block;
  letter-spacing: -0.05em;
  font-size: 14px;
  background-color: #fff;
  padding: 6px 10px;
  position: absolute;
  border-radius: 18px;
  line-height: 1;
  top: -6px;
  left: 26px;
  font-weight: 700;
  color: #00397a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
#header .mailBtn a span.fuki:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 2.5px 0 2.5px;
  border-color: #fff transparent transparent transparent
}
#header .mailBtn a span.mTxt {
  display: block;
  line-height: 72px;
  color: #00397a;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  font-size: 18px
}
#header .mailBtn a span.ico {
  color: #00397a;
  display: block;
  float: left;
  background: #fff;
  width: 42px;
  height: 42px;
  padding: 8px 0;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  line-height: 1.07;
  border-radius: 5px;
  font-weight: 700;
  text-align: center
}
@media screen and (max-width:769px) {
  #header {
    background: #f9f9f9;
    height: 56px
  }
  #header .innerBlock {
    padding: 8px 10px 0
  }
  #header .desc {
    margin: 0 0 3px;
    font-size: 10px !important;
    transform: scale(0.8);
    transform-origin: 0 0
  }
  #header .logo {
    width: 148px
  }
  #header #menuBtn {
    transition: .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    z-index: 99999
  }
  #header #menuBtn span {
    transition: .3s ease-in-out;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #00397a
  }
  #header #menuBtn span:nth-of-type(1) {
    top: 17px
  }
  #header #menuBtn span:nth-of-type(2) {
    top: 0;
    bottom: 0
  }
  #header #menuBtn span:nth-of-type(3) {
    bottom: 17px
  }
  #header #menuBtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg)
  }
  #header #menuBtn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards
  }
  #header #menuBtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg)
  }
}
#nav {
  background: #00397a;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 9999
}
#nav .innerBlock {
  padding: 0 50px
}
#nav .list {
  display: flex
}
#nav .list li {
  flex-basis: 20%;
  position: relative
}
#nav .list li + li:before {
  content: '';
  display: block;
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: .3
}
#nav .list li a {
  display: block;
  padding: 15px 0 25px;
  letter-spacing: 0;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative
}
#nav .list li a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: #ff3 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 2.5px 0 2.5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto
}
#nav .list li a span {
  display: none;
  margin: 5px 0 0;
  letter-spacing: .15em;
  color: #ff3;
  font-size: 10px
}
@media screen and (max-width:769px) {
  #nav {
    display: none;
    background: rgba(0, 57, 122, 0.9) !important;
    top: 56px !important
  }
  #nav .innerBlock {
    padding: 0
  }
  #nav .list {
    display: block
  }
  #nav .list li + li {
    border-top: 1px solid #ff3
  }
  #nav .list li + li:before {
    display: none
  }
  #nav .list li a {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    position: relative
  }
  #nav .list li a:after {
    display: none
  }
  #nav .list li a span {
    display: inline-block;
    margin: 0
  }
}
#mapBlock {
  background: #c5dded
}
#mapBlock .innerBlock {
  padding: 60px 145px 90px
}
#mapBlock .cntTtl {
  text-align: left
}
#mapBlock .lead {
  font-size: 16px;
  font-weight: bold
}
#mapBlock .lead .big {
  display: inline-block;
  margin: 0 0 10px;
  line-height: 1;
  font-size: 26px;
  color: #00397a
}
#mapBlock .lead .big .col {
  color: #ff3;
  font-size: 36px
}
#mapBlock .map {
  position: relative;
  margin: -240px 0 0;
  padding: 0 0 30px;
  z-index: 1
}
#mapBlock .map .img {
  padding-right: 70px;
  text-align: right
}
#mapBlock .map .link {
  position: absolute
}
#mapBlock .map .link.kanto {
  width: 300px;
  bottom: 105px;
  right: -20px;
  display: flex;
  flex-wrap: wrap
}
#mapBlock .map .link.kanto li + li {
  margin-top: 0;
  margin-left: 4px
}
#mapBlock .map .link.kanto li:nth-child(n+4) {
  margin-top: 4px
}
#mapBlock .map .link.kanto li:nth-child(3n+1) {
  margin-left: 0
}
#mapBlock .map .link.kanto li:nth-child(3n+1) a {
  min-width: 96px
}
#mapBlock .map .link.hokkaido {
  top: 10px;
  right: 260px
}
#mapBlock .map .link.tohoku {
  top: 263px;
  right: 132px
}
#mapBlock .map .link.tokai {
  bottom: 20px;
  right: 310px
}
#mapBlock .map .link.hokuriku {
  top: 225px;
  right: 355px
}
#mapBlock .map .link.kinki {
  bottom: 0;
  left: 395px
}
#mapBlock .map .link.chugoku {
  top: 290px;
  left: 185px
}
#mapBlock .map .link.chugoku li {
  position: absolute
}
#mapBlock .map .link.chugoku li.okayama {
  top: 0;
  left: 115px
}
#mapBlock .map .link.chugoku li.hiroshima {
  top: 40px;
  left: 0
}
#mapBlock .map .link.kyushu {
  bottom: 30px;
  left: 95px
}
#mapBlock .map .link li + li {
  margin: 4px 0 0
}
#mapBlock .map .link li a {
  display: block;
  background: #ececec;
  min-width: 86px;
  height: 37px;
  line-height: 35px;
  padding: 0 8px 0 25px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 2px #cc0;
  position: relative
}
#mapBlock .map .link li a:hover {
  background: #ff3;
  opacity: 1
}
#mapBlock .map .link li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 12px;
  margin: auto
}
@media screen and (max-width:769px) {
  #mapBlock .innerBlock {
    width: 355px;
    padding: 30px 0 0
  }
  #mapBlock .cntTtl {
    text-align: center
  }
  #mapBlock .lead {
    margin: 0 10px 30px;
    font-size: 15px !important
  }
  #mapBlock .lead .big {
    margin: 0;
    font-size: 18px
  }
  #mapBlock .lead .big .col {
    display: inline-block;
    margin: 5px 0;
    font-size: 25px
  }
  #mapBlock .map {
    margin: 0 auto;
    padding: 0 0 250px
  }
  #mapBlock .map .img {
    padding: 0 10px 0 20px;
    text-align: center
  }
  #mapBlock .map .link.kanto {
    display: block;
    width: auto;
    bottom: 30px;
    right: 0
  }
  #mapBlock .map .link.kanto li + li {
    margin-left: 0;
    margin-top: 10px
  }
  #mapBlock .map .link.kanto li:nth-child(n+4) {
    margin-top: 10px
  }
  #mapBlock .map .link.kanto li:nth-child(3n+1) a {
    min-width: auto
  }
  #mapBlock .map .link.hokkaido {
    top: 0;
    right: 130px
  }
  #mapBlock .map .link.tohoku {
    top: 130px;
    right: 10px
  }
  #mapBlock .map .link.tokai {
    bottom: 190px;
    right: 120px
  }
  #mapBlock .map .link.hokuriku {
    top: 100px;
    right: 180px
  }
  #mapBlock .map .link.kinki {
    bottom: 160px;
    left: 40px
  }
  #mapBlock .map .link.chugoku {
    top: 75px;
    left: 0
  }
  #mapBlock .map .link.chugoku li {
    position: static
  }
  #mapBlock .map .link.kyushu {
    bottom: 50px;
    left: 0
  }
  #mapBlock .map .link li + li {
    margin: 10px 0 0
  }
  #mapBlock .map .link li a {
    display: inline-block;
    min-width: 78px;
    height: 35px;
    line-height: 33px;
    padding: 0 12px 0 28px;
    font-size: 12px;
    text-align: center
  }
  #mapBlock .map .link li a:after {
    left: 10px
  }
}
#linkblock {
  background: #c5dded;
  padding: 0 0 40px
}
#linkblock .lead {
  color: #00397a
}
#cnvBlock {
  background: linear-gradient(to top, #00397a, #446c98);
  padding: 30px 0
}
#cnvBlock .innerBlock {
  padding: 0 50px
}
#cnvBlock .lead {
  margin: 0 0 10px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  font-weight: bold;
  color: #fff
}
#cnvBlock .block {
  display: flex;
  align-items: flex-start;
  justify-content: center
}
#cnvBlock .block .telBtn .num {
  margin: 0;
  padding-left: 77px;
  line-height: 1;
  color: #6c0;
  font-weight: bold;
  font-size: 54px;
  position: relative
}
#cnvBlock .block .telBtn .num:before {
  content: '';
  display: block;
  background: url(../img/common/ico-tel.png) center center no-repeat;
  background-size: 100%;
  width: 64px;
  height: 41px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
#cnvBlock .block .telBtn .cap {
  font-size: 14px;
  color: #fff
}
#cnvBlock .block .telBtn.clinic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
#cnvBlock .block .telBtn.clinic .num {
  padding-left: 52px;
  font-size: 38px
}
#cnvBlock .block .telBtn.clinic .num:before {
  width: 44px;
  height: 28px
}
#cnvBlock .block .telBtn.clinic .cap02 {
  margin: 0 0 3px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 500
}
#cnvBlock .block .telBtn.clinic .cap {
  flex-basis: 100%
}
#cnvBlock .block .telBtn.clinic + .mailBtn {
  margin-left: 40px
}
#cnvBlock .block .mailBtn {
  margin: 0 0 0 60px
}
#cnvBlock .block .mailBtn a {
  display: block;
  background: linear-gradient(to top, #a5a50e, #ff3);
  border-radius: 5px;
  width: 430px;
  height: 68px;
  line-height: 72px;
  padding: 0 10px 0 0;
  text-align: center;
  color: #00397a;
  font-weight: bold;
  letter-spacing: 0;
  position: relative
}
#cnvBlock .block .mailBtn a:before {
  content: '';
  display: block;
  background: url(../img/common/ico-mail.png) center center no-repeat;
  background-size: 100%;
  width: 32px;
  height: 28px;
  position: absolute;
  top: 21px;
  bottom: 0;
  left: 25px
}
#cnvBlock .block .mailBtn a .fuki {
  display: block;
  letter-spacing: -0.05em;
  font-size: 14px;
  background-color: #fff;
  padding: 6px 10px;
  position: absolute;
  border-radius: 18px;
  line-height: 1;
  top: -6px;
  left: 56px;
  font-weight: 700;
  color: #00397a
}
#cnvBlock .block .mailBtn a .fuki:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 2.5px 0 2.5px;
  border-color: #fff transparent transparent transparent
}
#cnvBlock .block .mailBtn a .txt {
  display: block;
  margin: 5px 0 0;
  font-size: 20px
}
#cnvBlock .block .mailBtn a .ico {
  background: #fff;
  width: 42px;
  height: 42px;
  padding: 8px 0;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  line-height: 1.07;
  border-radius: 5px
}
@media screen and (max-width:769px) {
  #cnvBlock {
    width: 100%;
    height: 105px;
    padding: 10px 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999
  }
  #cnvBlock .innerBlock {
    padding: 0
  }
  #cnvBlock .lead {
    margin: 0 0 5px;
    font-size: 14px !important
  }
  #cnvBlock .block {
    display: block
  }
  #cnvBlock .block .telBtn {
    width: 29%;
    float: left
  }
  #cnvBlock .block .telBtn a {
    display: block;
    background: linear-gradient(to bottom, #60ba06, #356900);
    width: 100%;
    height: 45px;
    margin: 10px 0 0;
    padding: 12px 0 0 10px;
    text-align: center;
    border-radius: 5px
  }
  #cnvBlock .block .telBtn a .ico {
    display: block;
    background: #fff;
    width: auto;
    height: 22px;
    padding: 0 5px;
    border-radius: 16px;
    line-height: 22px;
    margin: 2px auto 5px;
    letter-spacing: 0;
    color: #00397a;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 2px
  }
  #cnvBlock .block .telBtn a .ico:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 3px 0 3px
  }
  #cnvBlock .block .telBtn a .txt {
    display: inline-block;
    padding: 0 0 0 10px;
    margin: 5px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.04em;
    font-weight: bold;
    position: relative;
    line-height: 1
  }
  #cnvBlock .block .telBtn a .txt:before {
    content: '';
    display: block;
    background: url(../img/common/ico-tel02.png) center center no-repeat;
    background-size: 100%;
    width: 16px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: -10px;
    margin: auto
  }
  #cnvBlock .block .telBtn.clinic {
    width: 32%;
    float: left
  }
  #cnvBlock .block .telBtn.clinic .telBox {
    width: 46%;
    float: left;
    margin-right: 4%
  }
  #cnvBlock .block .telBtn.clinic a {
    padding: 10px 0 0
  }
  #cnvBlock .block .telBtn.clinic .txt {
    margin: 0;
    padding: 20px 0 0;
    line-height: 1;
    font-size: 10px;
    width: 100%;
    box-sizing: border-box
  }
  #cnvBlock .block .telBtn.clinic .txt span {
    font-size: 11px
  }
  #cnvBlock .block .telBtn.clinic .txt:before {
    bottom: 0;
    content: '';
    display: block;
    background: url(../img/common/ico-tel02.png) center center no-repeat;
    background-size: 100%;
    width: 16px;
    height: 20px;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px
  }
  #cnvBlock .block .telBtn.clinic + .mailBtn {
    display: block !important;
    float: right;
    width: 68% !important;
    margin-left: 0 !important
  }
  #cnvBlock .block .mailBtn {
    width: 68%;
    float: left;
    margin: 10px 0 0 10px
  }
  #cnvBlock .block .mailBtn a {
    width: 100%;
    height: 45px;
    line-height: 1;
    padding: 12px 0 0 10px;
    text-align: left
  }
  #cnvBlock .block .mailBtn a:before {
    display: none
  }
  #cnvBlock .block .mailBtn a .fuki {
    display: block;
    letter-spacing: -0.05em;
    font-size: 14px;
    background-color: #fff;
    padding: 6px 10px;
    position: absolute;
    border-radius: 18px;
    line-height: 1;
    top: -15px;
    left: auto;
    right: auto;
    font-weight: 700;
    color: #00397a;
    text-align: center
  }
  #cnvBlock .block .mailBtn a .txt {
    padding: 0 0 0 20px;
    color: #00397a;
    font-size: 14px;
    letter-spacing: -0.04em;
    font-weight: bold;
    position: relative
  }
  #cnvBlock .block .mailBtn a .txt:before {
    content: '';
    display: block;
    background: url(../img/common/ico-mail.png) center center no-repeat;
    background-size: 100%;
    width: 18px;
    height: 16px;
    position: absolute;
    left: 0;
    margin: auto
  }
  #cnvBlock .block .mailBtn a .ico {
    width: 35px;
    height: 35px;
    line-height: 1;
    text-align: center;
    margin: 0 auto 5px;
    padding: 4px 0 0 0;
    top: 5px;
    right: 5px;
    left: auto;
    letter-spacing: 0
  }
}
#pageTop {
  position: fixed;
  right: 30px;
  z-index: 9998
}
#pageTop a {
  text-indent: -999px;
  display: block;
  background: #ff3;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  position: relative
}
#pageTop a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -5px;
  bottom: 0;
  margin: auto;
  border-color: transparent transparent #333 transparent;
  border-style: solid;
  border-width: 0 10px 14px 10px
}
@media screen and (max-width:769px) {
  #pageTop {
    right: 10px
  }
  #pageTop a {
    width: 40px;
    height: 40px;
    line-height: 40px
  }
  #pageTop a:before {
    border-width: 0 6px 10px 6px
  }
}
.cntTtl {
  margin: 0 0 40px;
  text-align: center;
  line-height: 1;
  font-size: 34px;
  font-weight: bold;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #00397a
}
.cntTtl span {
  display: block;
  margin: 15px 0 0;
  color: #ff3;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: .3em
}
@media screen and (max-width:769px) {
  .cntTtl {
    margin: 0 0 25px;
    font-size: 20px
  }
  .cntTtl span {
    margin: 10px 0 0;
    transform: scale(0.8)
  }
}
.blnTtl {
  margin: 0 0 40px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
.blnTtl .wrap {
  display: inline-block;
  text-align: left
}
.blnTtl .wrap .sub {
  display: inline-block;
  margin: 0 0 20px 15px;
  padding: 10px 25px;
  transform: rotate(-4deg);
  color: #1779b7;
  font-size: 24px;
  position: relative
}
.blnTtl .wrap .sub:before, .blnTtl .wrap .sub:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-color: #1779b7 transparent transparent transparent;
  border-width: 48px 3px 0 3px
}
.blnTtl .wrap .sub:before {
  left: 0;
  transform: rotate(-30deg)
}
.blnTtl .wrap .sub:after {
  right: 0;
  transform: rotate(30deg)
}
.blnTtl .wrap .ttl {
  display: block;
  color: #00397a;
  font-size: 34px
}
@media screen and (max-width:769px) {
  .blnTtl {
    margin: 0 0 25px
  }
  .blnTtl .wrap .sub {
    margin: 0 0 10px 5px;
    padding: 5px 15px;
    font-size: 15px
  }
  .blnTtl .wrap .sub:before, .blnTtl .wrap .sub:after {
    border-width: 25px 1px 0 1px;
    bottom: 2px
  }
  .blnTtl .wrap .ttl {
    font-size: 20px
  }
}
.cmnBtn {
  text-align: center
}
.cmnBtn.right {
  text-align: right
}
.cmnBtn.big a {
  min-width: 528px
}
.cmnBtn.big a:after {
  display: none
}
.cmnBtn.big a span {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative
}
.cmnBtn.big a span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  border-color: transparent transparent transparent #00397a;
  border-style: solid;
  border-width: 4px 0 4px 7px
}
.cmnBtn a, .cmnBtn .link {
  display: inline-block;
  background: #ff3;
  min-width: 143px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 10px;
  text-align: center;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  position: relative
}
.cmnBtn a:after, .cmnBtn .link:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-color: transparent transparent transparent #00397a;
  border-style: solid;
  border-width: 4px 0 4px 7px
}
@media screen and (max-width:769px) {
  .cmnBtn.spC {
    text-align: center !important
  }
  .cmnBtn.big a {
    min-width: 100%;
    padding: 0
  }
  .cmnBtn.big a span {
    padding: 0 10px 0 0
  }
  .cmnBtn.big a span:after {
    right: -5px
  }
  .cmnBtn a, .cmnBtn .link {
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    padding-right: 30px
  }
}
.linkBlock .innerBlock {
  padding: 0 50px
}
.linkBlock .lead {
  margin: 0 0 25px;
  line-height: 1;
  text-align: center;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  font-weight: bold
}
.linkBlock .link {
  display: flex;
  justify-content: space-between
}
.linkBlock .link li {
  flex-basis: 260px;
  text-align: center
}
.linkBlock .link li a {
  display: block;
  background: rgba(0, 57, 122, 0.9);
  margin: 30px 0 0;
  padding: 110px 0 40px;
  position: relative;
  color: #fff
}
.linkBlock .link li a:before, .linkBlock .link li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto
}
.linkBlock .link li a:before {
  background: #ff3;
  width: calc(100% - 60px);
  height: 1px;
  bottom: 10px
}
.linkBlock .link li a:after {
  width: 0;
  height: 0;
  bottom: 0;
  border-style: solid;
  border-color: #ff3 transparent transparent transparent;
  border-width: 10px 5px 0 5px
}
.linkBlock .link li a .img {
  width: 103px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto
}
.linkBlock .link li a .img img {
  position: relative;
  z-index: 2
}
.linkBlock .link li a .img:after {
  content: '';
  display: block;
  background: url(../img/top/mv-link-bg.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  height: 33px;
  width: 111px;
  top: -10px;
  right: -10px;
  left: -10px;
  margin: auto;
  z-index: 1
}
.linkBlock .link li a .ttl {
  margin: 0 0 20px;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
.linkBlock .link li a .ttl span {
  font-size: 14px
}
.linkBlock .link li a .eng {
  line-height: 1;
  letter-spacing: .2em;
  color: #ff3;
  font-size: 10px
}
@media screen and (max-width:769px) {
  .linkBlock .innerBlock {
    padding: 0 10px 15px
  }
  .linkBlock .lead {
    margin: 0;
    font-size: 14px
  }
  .linkBlock .link {
    flex-wrap: wrap
  }
  .linkBlock .link li {
    flex-basis: calc(50% - 5px)
  }
  .linkBlock .link li:nth-child(n+3) {
    margin-top: 10px
  }
  .linkBlock .link li a {
    margin: 20px 0 2 0;
    padding: 70px 0 25px
  }
  .linkBlock .link li a:before {
    width: calc(100% - 40px);
    bottom: 5px
  }
  .linkBlock .link li a:after {
    bottom: -1px;
    border-width: 6px 3px 0 3px
  }
  .linkBlock .link li a .img {
    width: 69px;
    top: -15px
  }
  .linkBlock .link li a .img:after {
    background: url(../img/top/sp/mv-link-bg.png) top center no-repeat;
    background-size: 100%;
    height: 20px;
    width: 74px;
    top: -5px;
    right: -5px;
    left: -5px
  }
  .linkBlock .link li a .ttl {
    margin: 0 0 10px;
    font-size: 20px !important
  }
  .linkBlock .link li a .ttl span {
    font-size: 20px !important
  }
  .linkBlock .link li a .eng {
    transform: scale(0.8);
    font-size: 10px !important
  }
}
#kvCnt {
  display: flex;
  align-items: center;
  background: url(../img/common/kv.jpg) center center no-repeat;
  background-size: cover;
  min-height: 188px;
  text-align: center;
  padding: 40px 0 20px;
  color: #fff
}
#kvCnt .ttl {
  margin: 0 0 5px;
  line-height: 1.66;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-shadow: 4px 4px 0 #000
}
#kvCnt span {
  font-size: 11px;
  letter-spacing: .4em
}
@media screen and (max-width:769px) {
  #kvCnt {
    background-image: url(../img/common/sp/kv.jpg);
    min-height: 100px;
    padding: 25px 0 8px
  }
  #kvCnt .ttl {
    margin: 0;
    letter-spacing: 0;
    line-height: 1.25;
    font-size: 20px;
    text-shadow: 2px 2px 0 #000
  }
  #kvCnt span {
    display: inline-block;
    font-size: 10px;
    transform: scale(0.8)
  }
}
#content {
  background: #c5dded;
  padding: 50px 0
}
@media screen and (max-width:769px) {
  #content {
    padding: 40px 0 0
  }
}
#main #content {
  padding: 42px 0
}
@media screen and (max-width:769px) {
  #main #content {
    padding: 30px 0 0
  }
}
#main #content .innerBlock {
  padding: 0 100px
}
@media screen and (max-width:769px) {
  #main #content .innerBlock {
    padding: 0 10px;
    width:100%;
      box-sizing: border-box;
  }
}
#main .txtBox.first {
  padding: 0
}
@media screen and (max-width:769px) {
  #main .txtBox.first {
    padding: 0 0 0 10px
  }
}
#main .lineTtl {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  color: #00397a;
  letter-spacing: 6px;
  margin: 30px 0 40px;
  padding: 0 0 0 15px
}
@media screen and (max-width:769px) {
  #main .lineTtl {
    font-size: 17px;
    margin: 32.5px 0 27px;
    padding: 0 0 0 17px
  }
}
#main .lineTtl:after {
  content: '';
  display: block;
  background: #ff3;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0
}
@media screen and (max-width:769px) {
  #main .lineTtl:after {
    bottom: -13px
  }
}
#main .txtBox {
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 0 0 0 15px
}
@media screen and (max-width:769px) {
  #main .txtBox {
    padding: 0 0 0 10px
  }
}
#main .txtBox p {
  line-height: 2.3
}
@media screen and (max-width:769px) {
  #main .txtBox p {
    line-height: 1.5
  }
}
#main .txtBox p:first-child {
  margin: 0 0 2.8em
}
@media screen and (max-width:769px) {
  #main .txtBox p:first-child {
    margin: 0 0 2em
  }
}


/* smartPhone */
@media screen and (max-width: 799px) {
/*ここにスマホ用スタイルを記述*/
    body,header,main,#main #content{
        width: 100%;
    }
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px
}
.header_inner_left {
  max-width: 163.5px
}
.header_inner_right {
  display: flex;
  align-items: center
}
.header_inner_right_txt {
  color: #fff;
  font-size: 13px;
  line-height: 1.5
}    
.footer {
  background-color: #97a1ac;
  text-align: center;
  padding: 30px 0 100px
}
.footer_logo {
  width: 223px;
  margin: auto;
  display: block
}
.footer_txt {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 30px
}
.footer_menu {
  margin: 35px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center
}
.footer_menu a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.2px
}
.footer_menu li + li a:before {
  content: '|';
  margin: 0 5px
}
.footer_copy {
  color: #fff;
  font-size: 10px;
  letter-spacing: .9px
}
.fixed_list {
  padding: 10px 8px;
  background-color: #e5eff9;
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9999
}
.fixed_list_item__tel {
  width: 103px
}
.fixed_list_item__mail {
  width: 240.5px;
  margin-left: 10px
}
    
}

