@charset "UTF-8";
/*****STANDART CSS******/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: sans-serif;
}

body.open {
  overflow: hidden;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h3 {
  font-weight: normal;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #000;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

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

p {
  line-height: 1.8;
  letter-spacing: 1px;
}

/* display */
@media (max-width: 767px) {
  .sp_dn {
    display: none !important;
  }
}

.sp_db {
  display: none !important;
}

@media (max-width: 414px) {
  .sp_db {
    display: block !important;
  }
}

.lg_db {
  display: none;
}

@media (max-width: 1200px) {
  .lg_db {
    display: block;
  }
}

/* パンくずリスト */
/* flex */
.row {
  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;
}

.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* inner */
.inner {
  width: 980px;
  margin: 0 auto;
}

@media (max-width: 414px) {
  .inner {
    width: 90%;
  }
}

/* ttl */
.ttl {
  text-align: center;
  margin-bottom: 30px;
}

.ttl h2 {
  font-size: 40px;
  font-weight: normal;
}

@media (max-width: 414px) {
  .ttl h2 {
    font-size: 28px;
  }
}

.ttl h2 .blue_txt {
  color: #005d95;
  font-size: 35px;
  display: block;
  font-style: italic;
  font-family: 'roboto';
  font-weight: bold;
}

@media (max-width: 414px) {
  .ttl h2 .blue_txt {
    font-size: 24px;
  }
}

.ttl h2 .sm_txt {
  font-size: 20px;
  display: block;
  font-weight: normal;
}

@media (max-width: 414px) {
  .ttl h2 .sm_txt {
    font-size: 16px;
  }
}

section {
  padding: 70px 0;
}

@media (max-width: 414px) {
  section {
    padding: 40px 0;
  }
}

/* header */
header {
  position: absolute;
  top: 40px;
  right: 50%;
  width: 980px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (max-width: 414px) {
  header {
    width: 100%;
    top: 20px;
  }
}

header .inner .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .tel {
  margin-right: 20px;
  -webkit-filter: drop-shadow(0px 0px 10px #000000);
          filter: drop-shadow(0px 0px 10px #000000);
}

@media (max-width: 414px) {
  header .tel {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

header .tel .img {
  width: 32px;
  margin-right: 10px;
}

@media (max-width: 414px) {
  header .tel .img {
    width: 22px;
  }
}

header .tel p {
  font-size: 32px;
  color: #fff;
  font-style: italic;
  font-family: 'roboto';
  font-weight: bold;
}

@media (max-width: 414px) {
  header .tel p {
    font-size: 20px;
  }
}

header .form a {
  background-color: #fff;
  color: #3d3229;
  padding: 12px 0px;
  display: block;
  width: 204px;
  border-radius: 30px;
  text-align: center;
}

@media (max-width: 414px) {
  header .form a {
    width: 100%;
    padding: 12px;
  }
}

/* .main */
.main {
  background: url(../images/bg_mv.jpg) center/cover no-repeat;
  padding: 140px 0 330px;
}

@media (max-width: 414px) {
  .main {
    padding: 140px 0;
  }
}

.main .txt {
  color: #fff;
}

.main .txt h1 {
  font-size: 46px;
  margin-bottom: 15px;
}

@media (max-width: 414px) {
  .main .txt h1 {
    font-size: 28px;
  }
}

.main .txt h1 .sm_txt {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.6;
}

.main .txt h2 {
  font-size: 24px;
  margin-bottom: 50px;
   font-family: 'Noto Serif JP', sans-serif;
}

@media (max-width: 414px) {
  .main .txt h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.main .txt .catch {
  font-size: 28px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  line-height: 1;
  display: inline-block;
   font-family: 'Noto Serif JP', sans-serif;
}

@media (max-width: 414px) {
  .main .txt .catch {
    font-size: 16px;
    padding: 8px;
  }
}

/* service */
#service .list .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 414px) {
  #service .list .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#service .list .txt, #service .list .img {
  width: 48%;
}

@media (max-width: 414px) {
  #service .list .txt, #service .list .img {
    width: 100%;
  }
}

#service .list .img {
  margin-bottom: 20px;
}

/* reason */
#reason {
  background-color: #e1f3fb;
}

#reason .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#reason .list, #reason .img {
  width: 48%;
}

@media (max-width: 414px) {
  #reason .list, #reason .img {
    width: 100%;
  }
}

#reason .img {
  margin-bottom: 20px;
}

#reason .list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

#reason .list li::before {
  content: url(../images/icon_check.png);
  position: absolute;
  left: 0;
  top: 4px;
}

/* online */
.online {
  width: 980px;
  margin: 70px auto;
  border: 9px solid #005d95;
  padding: 40px 0;
  text-align: center;
}

@media (max-width: 414px) {
  .online {
    width: 90%;
    padding: 30px 10px;
  }
}

.online h3 {
  font-size: 40px;
  margin-bottom: 25px;
}

@media (max-width: 414px) {
  .online h3 {
    font-size: 24px;
  }
}

.online p {
  margin-bottom: 30px;
}

.online p span {
  text-decoration: underline;
}

.online a {
  background-color: #005d95;
  color: #fff;
  padding: 20px 0;
  width: 320px;
  margin: 0 auto;
  display: block;
  border-radius: 40px;
  font-size: 20px;
}

@media (max-width: 414px) {
  .online a {
    width: 90%;
    padding: 15px 0;
    font-size: 18px;
  }
}

/* about */
#about {
  margin-bottom: 70px;
}

#about .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 414px) {
  #about .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#about .txt, #about .img {
  width: 48%;
}

@media (max-width: 414px) {
  #about .txt, #about .img {
    width: 100%;
  }
}

@media (max-width: 414px) {
  #about .img {
    margin-bottom: 20px;
  }
}

#about .table .row {
  border-top: 1px solid #999999;
}

@media (max-width: 414px) {
  #about .table .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

#about .table .row:last-child {
  border-bottom: 1px solid #999999;
}

@media (max-width: 414px) {
  #about .table .row:last-child {
    border-bottom: none;
  }
}

#about .table .row .left {
  background-color: #e1f3fb;
  padding: 20px;
}

@media (max-width: 414px) {
  #about .table .row .left {
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#about .table .row .left p {
  color: #005d95;
}

#about .table .row .right {
  padding: 20px;
}

@media (max-width: 414px) {
  #about .table .row .right {
    padding: 7px;
  }
}

/* access */
#access {
  margin-bottom: 70px;
}

#access iframe {
  margin-bottom: 30px;
}

#access .access_txt {
  text-align: center;
  font-size: 19px;
}

@media (max-width: 414px) {
  #access .access_txt {
    font-size: 16px;
  }
}

/* contact */
#contact {
  padding: 30px;
  background-color: #a20021;
  width: 680px;
  margin: 0 auto;
  color: #fff;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  margin-bottom: 110px;
}

@media (max-width: 414px) {
  #contact {
    width: 80%;
    -webkit-transform: skew(-9deg);
            transform: skew(-9deg);
  }
}

#contact .ttl h3, #contact .txt p, #contact .link {
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

@media (max-width: 414px) {
  #contact .ttl h3, #contact .txt p, #contact .link {
    -webkit-transform: skew(9deg);
            transform: skew(9deg);
  }
}

#contact .ttl {
  margin-bottom: 30px;
}

@media (max-width: 414px) {
  #contact .ttl {
    margin-bottom: 15px;
  }
}

#contact .ttl h3 {
  font-size: 35px;
  font-style: italic;
  font-family: 'roboto';
  font-weight: bold;
}

@media (max-width: 414px) {
  #contact .ttl h3 {
    font-size: 20px;
  }
}

#contact .txt {
  width: 60%;
}

@media (max-width: 414px) {
  #contact .txt {
    width: 100%;
    margin-bottom: 15px;
  }
}

#contact .txt p {
  font-size: 15px;
}

#contact .link {
  width: 35%;
}

@media (max-width: 414px) {
  #contact .link {
    width: 100%;
  }
}

#contact .link a {
  padding: 10px 0;
  background-color: #fff;
  color: #a20021;
  border-radius: 30px;
  font-size: 15px;
  width: 204px;
  display: block;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 414px) {
  #contact .link a {
    width: 100%;
  }
}

/* top_btn */
#top_btn {
  text-align: right;
  margin-bottom: 20px;
}

#top_btn img {
  width: 21px;
}

/* footer */
footer {
  background-color: #005d95;
  padding: 30px 0;
}

footer .row {
  margin-bottom: 30px;
}

@media (max-width: 414px) {
  footer .row {
    width: 15px;
  }
}

footer .row .txt {
  color: #fff;
}

footer .row .txt p {
  font-size: 13px;
}

footer .row .txt h2 {
   font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
}

@media (max-width: 414px) {
  footer .row .txt h2 {
    font-size: 20px;
  }
}

footer .row .foot_tel img {
  width: 32px;
  margin-right: 10px;
}

@media (max-width: 414px) {
  footer .row .foot_tel img {
    width: 22px;
  }
}

footer .row .foot_tel p {
  font-size: 32px;
  color: #fff;
  font-style: italic;
  font-family: 'roboto';
  font-weight: bold;
}

@media (max-width: 414px) {
  footer .row .foot_tel p {
    font-size: 20px;
  }
}

footer .copyright {
  text-align: center;
}

footer .copyright p {
  color: #fff;
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */