@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;900&family=Oswald:wght@200;400;600&family=Roboto:wght@400;700;900&display=swap");
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  font-family: "Roboto", "Noto Sans JP", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  height: calc(100vh - 3px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #fffce0;
  border-top: 3px solid #329918;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

menu,
ol,
ul {
  list-style: none;
  list-style-image: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}
a:active, a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
a img, a svg {
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.main {
  width: 100%;
  display: block;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main h1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main h1 {
    margin-top: -4rem;
  }
}
.main h1 span {
  font-size: 4rem;
  font-weight: 900;
  color: #329918;
  padding-left: 110px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main h1 span {
    font-size: 7rem;
  }
}
.main h1 span:before {
  content: "";
  width: 100px;
  height: 86px;
  background-image: url(../images/icon.svg);
  background-position: center center;
  background-size: 100px 86px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main .col {
  max-width: 800px;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .main .col {
    margin-top: 6rem;
  }
}
.main .col-blocks {
  width: 46%;
}
.main .col-blocks-sub {
  text-align: center;
}
.main .col-blocks-sub span {
  font-size: 3.4vw;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main .col-blocks-sub span {
    font-size: 2.2rem;
  }
}
.main .col-blocks-sub span:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .main .col-blocks-sub span:before {
    width: 30px;
    left: -45px;
  }
}
.main .col-blocks-sub span:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .main .col-blocks-sub span:after {
    width: 30px;
    right: -45px;
  }
}
.main .col-blocks h2 {
  font-size: 5vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main .col-blocks h2 {
    font-size: 4rem;
  }
}
.main .col-blocks figure {
  width: 70%;
  margin: 2.5rem auto;
}
@media screen and (min-width: 768px) {
  .main .col-blocks figure {
    width: 200px;
    margin: 4rem auto 2.5rem;
  }
}
.main .col-blocks .btn {
  max-width: 180px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main .col-blocks .btn {
    max-width: 220px;
  }
}
.main .col-blocks .btn span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  padding: 1.2rem;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  display: block;
  border-radius: 4px;
}
.main .col-blocks a .btn .s {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  padding: 1.2rem;
  background: #329918;
  border: 1px solid #329918;
  display: block;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .main .col-blocks a .btn .s {
    font-size: 1.6rem;
  }
}
.main .col-blocks a .btn .s:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: -webkit-linear-gradient(350deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
  animation-name: shiny;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 768px) {
  .main .col-blocks a:hover .s {
    color: #329918;
    background: #fff;
  }
  .main .col-blocks a:hover .s:before {
    display: none;
  }
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.footer {
  width: 100%;
}
.footer p {
  font-size: 1.1rem;
  text-align: center;
}
.footer p a:hover {
  text-decoration: underline;
}
.footer .copy {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2rem;
}