@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
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, sub, sup, var, 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;
  background: transparent;
  list-style: none;
  font-style: normal;
  font-weight: 200;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@blockquote :before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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 #000;
  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;
}

/* reset end */
html {
  font-size: 100%;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

header {
  width: 100%;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header {
    height: 63px;
  }
}
header a img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  width: 208px;
}
@media screen and (max-width: 768px) {
  header a img {
    width: 132px;
  }
}

#kv {
  height: 517px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #kv {
    height: 303px;
  }
}
#kv div {
  width: min(90%, 960px);
  height: -moz-fit-content;
  height: fit-content;
}
#kv div p {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  color: #fff;
  text-shadow: 0px 0px 6px #000;
}
@media screen and (max-width: 768px) {
  #kv div p {
    text-align: center;
  }
}
#kv div p:last-child {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #kv div p:last-child {
    margin-top: 0px;
  }
}
#kv div p span {
  font-size: clamp(1.5rem, 1.091rem + 2.05vw, 2.625rem);
  display: block;
}
#kv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

#cv {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #cv {
    padding-bottom: 40px;
  }
}
#cv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #EDE7D0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#cv .img03 {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #cv .img03 {
    margin-top: -17px;
  }
}
#cv h1 {
  text-align: center;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  color: #61463D;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  margin: 0 auto;
  margin-top: 14px;
}
#cv h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.7em;
  background-color: #EDE7D0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: initial;
  z-index: -1;
  bottom: 0px;
}
#cv h2 {
  color: #61463D;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  border-bottom: solid 1px #61463D;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #cv h2 {
    margin-top: 18px;
  }
}
#cv section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  width: min(960px, 90%);
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #cv section {
    gap: 27px;
    margin-top: 30px;
  }
}
#cv section a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(433px, 100%);
  height: 94px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #cv section a {
    height: 78px;
  }
}
#cv section a:nth-child(1)::after, #cv section a:nth-child(2)::after {
  content: "";
  display: block;
  height: 100%;
  width: 25%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  left: initial;
}
#cv section a:nth-child(1) img, #cv section a:nth-child(2) img {
  display: block;
  position: absolute;
  bottom: 24px;
  right: 20px;
  z-index: 9;
}
#cv section a:nth-child(1) p, #cv section a:nth-child(2) p {
  color: #fff;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
#cv section a:nth-child(1) {
  background-color: #BCA349;
}
#cv section a:nth-child(1)::after {
  background-color: #7A0E01;
  transition: all 0.3s;
}
#cv section a:nth-child(1):hover::after {
  background-color: #BCA349;
  transition: all 0.3s;
}
#cv section a:nth-child(2) {
  background-color: #7A0E01;
}
#cv section a:nth-child(2)::after {
  background-color: #BCA349;
  transition: all 0.3s;
}
#cv section a:nth-child(2):hover::after {
  background-color: #7A0E01;
  transition: all 0.3s;
}
#cv section a:nth-child(3) {
  color: #000;
  border: solid 1px #04C755;
  gap: 20px;
  background-color: #fff;
  transition: all 0.3s;
}
#cv section a:nth-child(3) p {
  font-size: 20px;
  color: #000;
  transition: all 0.3s;
}
#cv section a:nth-child(3):hover {
  background-color: #04C755;
  transition: all 0.3s;
}
#cv section a:nth-child(3):hover p {
  color: #fff;
  transition: all 0.3s;
}

footer {
  background-color: #E5E2DD;
  padding: 46px 0px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 26px 0px;
  }
}
footer div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
footer div a {
  display: block;
  color: #61463D;
  transition: all 0.3s;
  font-size: 12px;
}
footer div a:hover {
  color: #BCA349;
  transition: all 0.3s;
}
footer p {
  text-align: center;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */