@charset "UTF-8";
span.pdf {
  padding: 0 20px;
  display: inline-block;
}

nav.breadcrumb {
  font-size: 1.4rem;
  margin: 0;
  padding: 15px 0;
}
nav.breadcrumb li {
  display: inline-block; /*横に並ぶように*/
  list-style: none;
  color: #333;
  margin-bottom: 0;
}
nav.breadcrumb li {
  position: relative;
  padding: 0.2em 16px;
}
nav.breadcrumb li::after {
  color: #333;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0px;
  top: 50%;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
}
nav.breadcrumb li:last-child:after {
  content: "";
  border: none;
}
nav.breadcrumb li a {
  display: inline-block;
  color: #666;
}
nav.breadcrumb li a:hover {
  text-decoration: none;
}
nav.breadcrumb li.home {
  font-weight: 700;
}
nav.breadcrumb li.home:before {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  margin: 0 8px 0 0;
}
nav.breadcrumb li.active {
  font-weight: 700;
}

.c-line {
  border: 6px dotted #0079bc;
}

.c-line02 {
  border: 3px dotted #0079bc;
}

.c-line-bottom {
  border-bottom: 6px dotted #0079bc;
}

.c-line-bottom02 {
  border-bottom: 2px dashed #ffc63b;
}

.c-line-bottom03 {
  border-bottom: 3px dotted #0079bc;
}

.c-sec-ttl {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 767px) {
  .c-sec-ttl {
    margin-bottom: 30px;
  }
}

.c-sec-list {
  list-style-type: circle;
}
.c-sec-list li {
  margin: 0 0 0.5em 1.5em;
}

@media print, screen and (min-width: 768px) {
  .c-inner750 {
    width: 750px;
    margin: auto;
  }
}
@media print, screen and (min-width: 1074px) {
  .c-inner {
    width: 1074px;
    margin: auto;
  }
  .c-inner870 {
    width: 870px;
    margin: auto;
  }
  .c-inner900 {
    width: 900px;
    margin: auto;
  }
  .c-inner980 {
    width: 980px;
    margin: auto;
  }
}
/* 初期化 */
html, body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* フォントスタイル初期設定 */
html {
  font-size: 62.5%; /*標準サイズ*/
}

body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  line-height: 1.6;
  word-wrap: break-word;
  color: #123035;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1074px) {
  body {
    font-size: 1.8rem;
  }
}

section, div, p {
  box-sizing: border-box;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

img[src$=".png"],
img[src$=".jpg"] {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

a:hover img.alpha {
  filter: alpha(opacity=70);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.btnflash a:hover {
  opacity: 0.7;
  animation: flash 1s;
}

.c-inner {
  margin: 0 auto;
}

.c-center {
  text-align: center;
}

.c-right {
  text-align: right;
}

address {
  font-style: normal;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.animation-delay1 {
  animation-delay: 1s;
}

.animation-delay2 {
  animation-delay: 2s;
}

.blue {
  color: #0071BC;
}

.red {
  color: #E84834;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-a-center {
  align-items: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-c-center {
  justify-content: center;
}

input[type=button], input[type=text], input[type=submit], input[type=image], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: #4241E7;
}

@media print, screen and (max-width: 1073px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media print, screen and (max-width: 1073px) {
  .breadcrumb {
    padding: 10px 15px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
@media print, screen and (max-width: 1073px) {
  .sp-center {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .pcCenter {
    text-align: center;
  }
  .spOnly {
    display: none;
  }
}
@media print, screen and (min-width: 1074px) {
  .pcFlex {
    display: flex;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #333;
  }
}
.l-header-home-img {
  position: relative;
  overflow: hidden;
}
.l-header-home-img .l-header-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.l-header-home-img .l-header-top img {
  width: 100%;
  height: auto;
}
.l-header-home-img .l-header-toplogo {
  margin-top: 40px;
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 0;
  right: 0;
}
@media print, screen and (max-width: 767px) {
  .l-header-home-img .l-header-toplogo {
    max-width: 83%;
    margin: 15px auto 30px auto;
  }
}

.l-header-page {
  padding: 45px 15px;
  background: url(../images/header/top_img.jpg);
  background-repeat: repeat-x;
}
@media print, screen and (max-width: 767px) {
  .l-header-page {
    padding: 25px 0;
    background-size: 767px;
  }
}
.l-header-page .l-header-nav {
  margin-top: 140px;
}
@media print, screen and (max-width: 1073px) {
  .l-header-page .l-header-nav {
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 1073px) {
  .l-header-nav {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-header-nav li {
  width: 33%;
  display: block;
  text-align: center;
}
@media print, screen and (max-width: 1073px) {
  .l-header-nav li {
    padding-right: 10px;
    padding-left: 10px;
    margin: 10px auto;
  }
  .l-header-nav li img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header-nav li {
    width: 16.66%;
  }
}
.l-header-nav .c-header-list li {
  position: relative;
}
.l-header-nav .c-header-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-image: radial-gradient(circle, #0079bc 2px, transparent 1.5px);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 3px 12px;
}
.l-header-nav .c-header-list li:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-image: radial-gradient(circle, #0079bc 2px, transparent 1.5px);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 3px 12px;
}
@media print, screen and (max-width: 767px) {
  .l-header-nav .c-header-list li:nth-of-type(3)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-image: radial-gradient(circle, #0079bc 2px, transparent 1.5px);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 3px 12px;
  }
}

.l-footer {
  background: linear-gradient(to top, #c5e6ec, #ffffff);
}
.l-footer-bnr {
  margin-top: 120px;
}
@media print, screen and (max-width: 1073px) {
  .l-footer-bnr {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-footer-bnr {
    margin-top: 60px;
  }
}
.l-footer-bnr p {
  margin-bottom: 40px;
}
.l-footer-sec {
  padding-top: 220px;
  background: url(../images/footer/footer_img.png) center top repeat-x;
}
@media print, screen and (max-width: 767px) {
  .l-footer-sec {
    background: url(../images/footer/footer_img.png) left top repeat-x;
  }
}
@media print, screen and (min-width: 1074px) {
  .l-footer-nav {
    width: 800px;
  }
}
.l-footer-nav ul {
  padding: 20px 0;
}
.l-footer-nav ul li {
  list-style-type: none;
  display: inline;
  padding: 20px;
}
.l-footer-nav ul li a {
  color: #123035;
  text-decoration: none;
}
.l-footer-nav ul li a:hover {
  color: 666;
  text-decoration: underline;
}
.l-footer-add {
  padding: 25px 20px;
}
@media print, screen and (max-width: 767px) {
  .l-footer-add {
    border-top: 3px dotted #0079bc;
    padding: 15px 0;
  }
}

.c-footer-bg {
  background-color: #ffefd1;
}
@media print, screen and (max-width: 1073px) {
  .c-footer-bg {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-home {
  margin-top: 110px;
}
@media print, screen and (max-width: 1073px) {
  .l-home {
    margin-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.l-home-txt img {
  height: auto;
  display: block;
  margin: auto;
}
@media print, screen and (min-width: 1074px) {
  .l-home-txt img {
    width: 80%;
  }
}
.l-home-sec01 {
  border-radius: 20px;
  padding: 35px 70px;
  margin-top: 100px;
}
@media print, screen and (max-width: 767px) {
  .l-home-sec01 {
    margin-top: 50px;
    padding: 15px 30px;
  }
}
.l-home-sec01 .c-sec-txt {
  line-height: 2.1;
  font-size: 2rem;
}
.l-home-sec02 {
  margin-top: 40px;
}
.l-home-sec02 .l-home-box02 {
  margin: 40px auto;
}
@media print, screen and (min-width: 1074px) {
  .l-home-sec02 .l-home-box02 {
    width: 50%;
  }
}
.l-home-sec02 .l-home-box02 a {
  color: #333;
  text-decoration: none;
}
.l-home-sec02 .l-home-box02 .c-sec-txt {
  margin: 1em auto;
  font-size: 1.8rem;
  font-weight: 400;
}
@media print, screen and (max-width: 767px) {
  .l-home-sec02 .l-home-box02 .c-sec-txt {
    font-size: 1.6rem;
  }
}
.l-home-sec03 {
  margin-top: 100px;
}
@media print, screen and (min-width: 1074px) {
  .l-home-sec03 .g-map {
    width: 540px;
  }
}
@media print, screen and (min-width: 1074px) {
  .l-home-sec03-box02 {
    width: 470px;
  }
}
.l-home-sec03-box02 address {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767px) {
  .l-home-sec03-box02 address {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */