@charset "UTF-8";
:root {
  --font-color: #462a00;
  --main-color: #329275;
  --sub-color: #fccb00;
  --accent-color: #97602e;
  --accent-sub-color: #df3b12;
  --base-color: #fbf9f6;
  --content-width: 1100px;
  --content-innner-width: 980px;
}

html,
body,
div,
span,
object,
iframe,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
  line-break: strict;
  word-wrap: normal;
  word-break: normal;
  line-height: inherit;
}

textarea,
input[type=button],
input[type=text],
input[type=image],
input[type=submit] {
  -webkit-appearance: none;
  word-break: normal;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

* {
  outline: none;
}

body {
  font-size: 15px;
  word-break: break-all;
  -webkit-text-size-adjust: none;
}

* html body {
  font-size: small;
  font: x-small;
}

*:first-child + html body {
  font-size: small;
  font: x-small;
}

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

ul,
dl {
  text-indent: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

ol ul li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 108%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
  margin: 0;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: inherit;
}

figure {
  line-height: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  backface-visibility: hidden;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  transition: opacity 0.2s;
}

a {
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.6;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.15em;
  color: var(--font-color);
  text-align: justify;
}

@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-mobile {
    display: none !important;
  }
}

.maru-font {
  font-family: "Zen Maru Gothic", serif;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.header {
  padding-top: 125px;
}
@media screen and (min-width: 769px) {
  .header {
    padding-top: 125px;
  }
}

.head-copy {
  padding-top: 50px;
}
@media screen and (min-width: 769px) {
  .head-copy {
    padding-top: 110px;
  }
}

.content {
  padding: 70px 25px;
}

a.button {
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  border-radius: 10px;
  font-weight: 700;
}
a.button::after {
  content: "";
  border-style: solid none solid solid;
  border-color: transparent transparent transparent #fff;
  border-width: 7px 0 7px 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.header {
  background-color: var(--sub-color);
  height: 100vh;
  max-height: 490px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-image: url(../images/header-image-sp.svg);
  background-position: center bottom;
  background-size: 424px;
}
@media screen and (min-width: 769px) {
  .header {
    max-height: 680px;
  }
}
@media screen and (min-width: 769px) {
  .header {
    background-image: url(../images/header-image.svg);
    background-size: 1217px;
  }
}

.header-content {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header-content {
    font-size: 17px;
    line-height: 1.7;
  }
}

.header-copy-sp {
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .header-copy-sp {
    display: none;
  }
}

.header-copy {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .header-copy {
    display: none;
  }
}

.header-image {
  margin-top: auto;
}

footer.footer {
  background-color: var(--font-color);
  color: #fff;
  padding: 85px 20px 75px;
  text-align: center;
}
footer.footer .button {
  max-width: 460px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  footer.footer .button {
    padding-block: 26px;
    height: auto;
  }
}

.copyright {
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
}

.head-copy {
  background-color: var(--main-color);
  color: #fff;
}

.head-copy__content {
  max-width: var(--content-width);
  margin-inline: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/head-copy-bg-sp.svg);
  background-position: center bottom;
  background-size: 380px;
}
@media screen and (min-width: 769px) {
  .head-copy__content {
    background-image: url(../images/head-copy-bg-left.svg), url(../images/head-copy-bg-right.svg);
    background-position: left bottom -24px, right bottom -21px;
    background-size: 227px, 225px;
  }
}
.head-copy__content p {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .head-copy__content p {
    font-size: 20px;
    line-height: 1.8;
  }
}
.head-copy__content .head-copy__butttons {
  margin-top: 50px;
  padding-bottom: 166px;
  padding-inline: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .head-copy__content .head-copy__butttons {
    margint-top: 100px;
    padding-bottom: 75px;
    padding-inline: 0;
  }
}
@media screen and (min-width: 769px) {
  .head-copy__content .head-copy__butttons {
    align-items: flex-end;
    flex-direction: row;
  }
}
.head-copy__content .head-copy__butttons .buttons-item {
  margin-inline: 5px;
  width: 100%;
  max-width: 300px;
}
.head-copy__content .head-copy__butttons .buttons-item > span {
  font-size: 13px;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .head-copy__content .head-copy__butttons .buttons-item > span {
    margin-top: 35px;
  }
}
.head-copy__content .head-copy__butttons .button.white {
  background-color: #fff;
  color: var(--main-color);
}
.head-copy__content .head-copy__butttons .button.white::after {
  border-left-color: var(--main-color);
  transform: translateY(-50%) rotate(90deg);
}
.head-copy__content .head-copy__butttons .button.brown {
  background-color: var(--accent-color);
}

.content {
  background-color: #f5efea;
}

.opinions {
  width: 100%;
  max-width: var(--content-innner-width);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  gap: 25px;
}
@media screen and (min-width: 769px) {
  .opinions {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.opinion {
  background-color: #fff;
  padding: 40px 30px 35px;
  font-size: 14px;
}

.opinion__cate {
  color: #fff;
  background-color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  padding-inline: 12px;
  padding-block: 6px;
  display: inline-block;
  line-height: 1.4;
}
.opinion__cate + * {
  margin-top: 20px;
}

.opinion__profile {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
  line-height: 1.4;
}
/*# sourceMappingURL=style.css.map */
