/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}

a {
  color: #000;
}

.osw {
  font-family: "Oswald", sans-serif;
}

.btn {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  cursor: pointer !important;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

b {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.ctext {
  text-align: center;
}

@media (max-width: 780px) {
  body {
    width: 100%;
    height: 100vh;
  }
  img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  overflow-x: hidden;
  text-align: center;
  background-image: url(../img/bg.webp);
  background-repeat: repeat;
  background-size: contain;
  background-position: top center;
}
#wrapper .inner {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
#wrapper .inner .kv {
  margin: 0 auto;
  width: 100%;
}
#wrapper .inner .kv ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
#wrapper .inner .kv ul li:last-child {
  flex-basis: 586px;
}
#wrapper .inner .kv ul li:last-child img {
  max-width: 100%;
}
#wrapper .inner .s1 {
  margin: 80px auto;
  width: 100%;
}
#wrapper .inner .s1 h2 {
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
#wrapper .inner .s2 h1 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 auto 40px;
  text-align: center;
  display: inline-block;
  position: relative;
}
#wrapper .inner .s2 h1::before {
  content: "";
  background-image: url(../img/h1_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 249px;
  height: 65px;
  position: absolute;
  bottom: 15px;
  left: -280px;
}
#wrapper .inner .s2 h1::after {
  content: "";
  background-image: url(../img/h1_after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 249px;
  height: 65px;
  position: absolute;
  bottom: 15px;
  right: -280px;
}
#wrapper .inner .s2 .s2_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 20px;
  width: 100%;
}
#wrapper .inner .s2 .s2_flex .s2_ttl {
  flex-basis: 260px;
  max-width: 260px;
  background-color: #F8F8F8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  padding: 25px 20px;
  text-align: left;
  border-top: 1px solid #D0D0D0;
}
#wrapper .inner .s2 .s2_flex .s2_summary {
  flex-basis: calc(100% - 260px);
  padding: 25px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  border-top: 1px solid #D0D0D0;
}
#wrapper .inner .s2 .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#wrapper .inner .s2 .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#wrapper .inner .s3 {
  background-color: #FFE553;
  width: 100%;
  margin: 80px auto 0;
  padding: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#wrapper .inner .s3::before {
  content: "";
  background-image: url(../img/s3_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: -40px;
  right: -60px;
  width: 274px;
  height: 237px;
  opacity: 0.5;
}
#wrapper .inner .s3::after {
  content: "";
  background-image: url(../img/s3_icon02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 117px;
  height: 111px;
}
#wrapper .inner .s3 h2 {
  text-align: center;
  margin: 0 auto 40px;
}
#wrapper .inner .s3 h2 img {
  max-width: 720px;
}
#wrapper .inner .s3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 900px;
}
#wrapper .inner .s3 ul li {
  flex-basis: 60px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #1a1a1a;
  flex-basis: auto;
}
#wrapper .inner .s3 ul .summary {
  flex-basis: calc(100% - 60px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
#wrapper .inner .s3 .s3_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
#wrapper .inner .s3 .s3_flex .s3_photo {
  flex-basis: 540px;
}
#wrapper .inner .s3 .s3_flex .s3_photo img {
  max-width: 100%;
}
#wrapper .inner .s3 .s3_flex .s3_summmary {
  flex-basis: 320px;
  text-align: left;
}
#wrapper .inner .s3 .s3_flex .s3_summmary p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #1a1a1a;
}

@media (max-width: 780px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 5vw 0;
    overflow-x: hidden;
    text-align: center;
    background-image: url(../img/bg-s.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top center;
  }
  #wrapper .inner {
    width: 100%;
    max-width: 90vw;
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0 auto;
    padding: 5vw;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #wrapper .inner .kv {
    margin: 0 auto;
    width: 100%;
  }
  #wrapper .inner .kv ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
  #wrapper .inner .kv ul li:first-child {
    flex-basis: 100%;
  }
  #wrapper .inner .kv ul li:first-child img {
    max-width: 70%;
    margin: 3vw auto 5vw;
  }
  #wrapper .inner .kv ul li:last-child {
    flex-basis: 100%;
  }
  #wrapper .inner .kv ul li:last-child img {
    max-width: 100%;
  }
  #wrapper .inner .s1 {
    margin: 5vw auto;
    width: 100%;
  }
  #wrapper .inner .s1 h2 {
    font-size: 3.3333333333vw;
    line-height: 2;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 auto;
    text-align: left;
    padding: 5vw 0;
  }
  #wrapper .inner .s2 h1 {
    font-size: 4.1025641026vw;
    line-height: 1.4;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 auto 40px;
    text-align: center;
    display: inline-block;
    position: relative;
  }
  #wrapper .inner .s2 h1::before {
    content: "";
    background-image: url(../img/h1_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 25vw;
    height: 5vw;
    position: absolute;
    bottom: 3vw;
    left: -25vw;
  }
  #wrapper .inner .s2 h1::after {
    content: "";
    background-image: url(../img/h1_after.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 25vw;
    height: 5vw;
    position: absolute;
    bottom: 3vw;
    right: -25vw;
  }
  #wrapper .inner .s2 .s2_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 3vw;
  }
  #wrapper .inner .s2 .s2_flex .s2_ttl {
    flex-basis: 100%;
    max-width: 100%;
    background-color: #F8F8F8;
    font-size: 3.3333333333vw;
    font-weight: 600;
    line-height: 1.5;
    padding: 3vw;
    text-align: left;
    border-top: 1px solid #D0D0D0;
  }
  #wrapper .inner .s2 .s2_flex .s2_summary {
    flex-basis: 100%;
    max-width: 100%;
    padding: 3vw;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    border-top: 1px solid #D0D0D0;
  }
  #wrapper .inner .s2 .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #wrapper .inner .s2 .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #wrapper .inner .s3 {
    background-color: #FFE553;
    width: 100%;
    margin: 10vw auto 0;
    padding: 5vw;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  #wrapper .inner .s3::before {
    content: "";
    background-image: url(../img/s3_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25vw;
    height: 22vw;
    opacity: 0.5;
  }
  #wrapper .inner .s3::after {
    content: "";
    background-image: url(../img/s3_icon02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20vw;
    height: 19vw;
  }
  #wrapper .inner .s3 h2 {
    text-align: center;
    margin: 5vw auto 3vw;
    position: relative;
    z-index: 2;
  }
  #wrapper .inner .s3 h2 img {
    max-width: 70vw;
  }
  #wrapper .inner .s3 ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px auto;
    width: 100%;
  }
  #wrapper .inner .s3 ul li {
    flex-basis: 10vw;
    text-align: left;
    font-size: 3.0769230769vw;
    font-weight: 600;
    line-height: 1.5;
    color: #1a1a1a;
    flex-basis: auto;
  }
  #wrapper .inner .s3 ul .summary {
    flex-basis: calc(100% - 10vw);
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1a1a;
  }
  #wrapper .inner .s3 .s3_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 3vw;
    width: 100%;
    max-width: 70vw;
    position: relative;
    z-index: 2;
  }
  #wrapper .inner .s3 .s3_flex .s3_photo {
    flex-basis: 70vw;
  }
  #wrapper .inner .s3 .s3_flex .s3_photo img {
    max-width: 100%;
    margin-bottom: 2vw;
  }
  #wrapper .inner .s3 .s3_flex .s3_summmary {
    flex-basis: 70vw;
    text-align: left;
  }
  #wrapper .inner .s3 .s3_flex .s3_summmary h6 {
    font-size: 3.5897435897vw;
    line-height: 1;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2vw;
  }
  #wrapper .inner .s3 .s3_flex .s3_summmary p {
    font-size: 3.3333333333vw;
    line-height: 2;
    font-weight: 500;
    color: #1a1a1a;
  }
}
footer {
  width: 100%;
  text-align: center;
  background-color: #000;
  padding: 30px 0;
  position: relative;
  margin-top: 0;
}
footer span {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 780px) {
  footer {
    width: 100%;
    text-align: center;
    background-color: #000;
    padding: 5vw 0;
    position: relative;
  }
  footer span {
    font-size: 2.8205128205vw;
    line-height: 1;
    color: #fff;
  }
}/*# sourceMappingURL=common03.css.map */