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

/* line 23, common.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 28, common.scss */
html,
body {
  overflow-x: clip; }

/* line 32, common.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

/* line 37, common.scss */
body {
  color: #6D570E;
  line-height: 1;
  background-image: url("../img/bg_body.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 2300px) {
    /* line 37, common.scss */
    body {
      background-size: cover; } }
  @media screen and (max-width: 800px) {
    /* line 37, common.scss */
    body {
      background-image: url("../img/bg_body_sp.jpg");
      background-size: cover; } }
  /* line 51, common.scss */
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed; }

/* line 57, common.scss */
:target {
  scroll-margin-top: 20px; }

/* line 60, common.scss */
body,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500; }

/* line 67, common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 71, common.scss */
caption,
th,
td {
  font-weight: normal;
  text-align: left; }

/* line 77, common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #000000;
  clear: both;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0; }

/* line 91, common.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* line 103, common.scss */
p {
  color: #6D570E;
  margin-bottom: 15px;
  line-height: 1.9; }

/* line 108, common.scss */
ol,
ul {
  list-style: none; }

/* line 112, common.scss */
ul li,
ol li {
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 5px; }

/* line 119, common.scss */
ol {
  list-style: decimal;
  margin: 0 0 20px 1.5em; }

/* line 123, common.scss */
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0; }

/* line 129, common.scss */
dl {
  margin: 0 0 24px 0; }

/* line 132, common.scss */
dt,
dd {
  line-height: 1.6; }

/* line 136, common.scss */
dt {
  font-weight: bold; }

/* line 139, common.scss */
dd {
  margin: 0; }

/* line 142, common.scss */
strong {
  font-weight: bold; }

/* line 145, common.scss */
cite,
i {
  font-style: normal; }

/* line 149, common.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 156, common.scss */
sup {
  top: -0.5em; }

/* line 159, common.scss */
sub {
  bottom: -0.25em; }

/* line 162, common.scss */
small {
  font-size: smaller; }

/* line 165, common.scss */
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }
  /* line 170, common.scss */
  img.nosave {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none; }

/* line 179, common.scss */
video {
  width: 100%; }

/* line 182, common.scss */
address {
  font-style: normal; }

/* line 187, common.scss */
.alignleft {
  float: left; }

/* line 190, common.scss */
.alignright {
  float: right; }

/* line 193, common.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 198, common.scss */
a {
  color: #6D570E;
  text-decoration: underline; }
  @media screen and (min-width: 800px) {
    /* line 202, common.scss */
    a:hover {
      text-decoration: none; }
      /* line 204, common.scss */
      a:hover img {
        opacity: 0.7; } }

/* line 211, common.scss */
a:focus, *:focus {
  outline: none; }

/* line 214, common.scss */
.pc {
  display: block; }
  @media screen and (max-width: 800px) {
    /* line 214, common.scss */
    .pc {
      display: none; } }

/* line 220, common.scss */
.sp {
  display: none; }
  @media screen and (max-width: 800px) {
    /* line 220, common.scss */
    .sp {
      display: block; } }

/* line 227, common.scss */
.nolink {
  pointer-events: none; }

/*
header
*/
/* line 235, common.scss */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }

/* line 244, common.scss */
.sns {
  position: absolute;
  top: 25px;
  right: 112px;
  width: 111px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  z-index: 4; }
  @media screen and (max-width: 800px) {
    /* line 244, common.scss */
    .sns {
      top: 16px;
      right: 10px; } }
  /* line 258, common.scss */
  .sns li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin: 0;
    padding: 0; }

/*
nav
*/
/* line 275, common.scss */
#toggle {
  display: none; }
  @media screen and (max-width: 800px) {
    /* line 275, common.scss */
    #toggle {
      display: block;
      position: absolute;
      top: 0;
      left: 10px;
      width: auto;
      text-align: center;
      cursor: pointer;
      z-index: 5; }
      /* line 287, common.scss */
      #toggle a.menu-trigger, #toggle a.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
      /* line 293, common.scss */
      #toggle a.menu-trigger {
        position: relative;
        width: 54px;
        height: 80px; }
      /* line 298, common.scss */
      #toggle a.menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #6D570E; }
      /* line 305, common.scss */
      #toggle a.menu-trigger span:nth-of-type(1) {
        top: 25px; }
      /* line 308, common.scss */
      #toggle a.menu-trigger span:nth-of-type(2) {
        top: 36px; }
      /* line 311, common.scss */
      #toggle a.menu-trigger span:nth-of-type(3) {
        top: 47px; }
      /* line 314, common.scss */
      #toggle a.menu-trigger.active span:nth-of-type(1) {
        transform: translateY(11px) rotate(-45deg); }
      /* line 317, common.scss */
      #toggle a.menu-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      /* line 320, common.scss */
      #toggle a.menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-11px) rotate(45deg); } }

/* line 327, common.scss */
.mainmenu {
  position: absolute;
  top: 40px;
  right: 250px;
  z-index: 5; }
  @media screen and (max-width: 800px) {
    /* line 327, common.scss */
    .mainmenu {
      display: none;
      top: 67px;
      left: 10px;
      translate: 0 0;
      width: 195px;
      background-color: #FFFFFF;
      border: 1px solid #C8A329;
      padding: 20px 8px 25px;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35); } }
  /* line 343, common.scss */
  .mainmenu ul {
    display: flex; }
    @media screen and (max-width: 800px) {
      /* line 343, common.scss */
      .mainmenu ul {
        display: block; } }
  /* line 349, common.scss */
  .mainmenu li {
    margin: 0;
    padding: 0; }
    /* line 352, common.scss */
    .mainmenu li:last-child {
      margin-bottom: 0; }
      /* line 354, common.scss */
      .mainmenu li:last-child a {
        border-right: 1px solid #6D570E; }
    @media screen and (max-width: 800px) {
      /* line 349, common.scss */
      .mainmenu li {
        margin-bottom: 25px; }
        /* line 360, common.scss */
        .mainmenu li:last-child {
          margin-bottom: 0; }
          /* line 362, common.scss */
          .mainmenu li:last-child a {
            border: none; } }
    /* line 367, common.scss */
    .mainmenu li a {
      display: block;
      text-decoration: none;
      padding: 0 20px;
      line-height: 1;
      border-left: 1px solid #6D570E; }
      @media screen and (max-width: 800px) {
        /* line 367, common.scss */
        .mainmenu li a {
          font-size: 15px;
          line-height: 1.3;
          border: none;
          padding: 0; } }

/*
main
*/
/* line 388, common.scss */
main {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1030px;
  margin: 0 auto 100px;
  padding: 50px 0 85px;
  background-color: #FFFFFF;
  z-index: 2; }
  @media screen and (max-width: 800px) {
    /* line 388, common.scss */
    main {
      padding: 30px 15px 35px;
      margin-bottom: 50px; } }
  /* line 400, common.scss */
  main h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 710px;
    min-height: 60px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.45;
    background: linear-gradient(#c8a329 0%, #c7a228 25.52%, #b48f16 100%);
    border-radius: 30px;
    padding: 8px 5px;
    margin: 0 auto 60px; }
    @media screen and (max-width: 800px) {
      /* line 400, common.scss */
      main h2 {
        max-width: inherit;
        min-height: 38px;
        font-size: 20px;
        padding: 5px;
        margin-bottom: 35px; } }
    /* line 424, common.scss */
    main h2::after {
      position: absolute;
      top: calc(100% - 1px);
      left: 50%;
      translate: -50% 0;
      width: 24px;
      height: 30px;
      background-color: #B48F16;
      content: "";
      clip-path: polygon(50% 100%, 0 0, 100% 0); }
      @media screen and (max-width: 800px) {
        /* line 424, common.scss */
        main h2::after {
          width: 17px;
          height: 20px; } }

/* line 443, common.scss */
.btn {
  position: relative;
  width: 100%;
  max-width: 660px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8A329;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 2px solid #C8A329;
  border-radius: 9999px;
  margin: 0 auto 40px;
  padding: 8px 5px; }
  @media screen and (max-width: 800px) {
    /* line 443, common.scss */
    .btn {
      min-height: 38px;
      font-size: 20px;
      margin-bottom: 20px; } }
  /* line 465, common.scss */
  .btn::after {
    position: absolute;
    right: 24px;
    top: 50%;
    translate: 0 -50%;
    width: 16px;
    height: 16px;
    background-color: #C8A329;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%); }
    @media screen and (max-width: 800px) {
      /* line 465, common.scss */
      .btn::after {
        right: 12px;
        width: 12px;
        height: 12px; } }
  /* line 481, common.scss */
  .btn.pdf {
    max-width: 445px;
    justify-content: flex-start;
    color: #B48F16;
    font-size: 24px;
    background-color: #FFF9B9;
    background-image: url(../img/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    padding-left: 62px;
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      /* line 481, common.scss */
      .btn.pdf {
        max-width: 292px;
        min-height: 38px;
        font-size: 18px;
        padding: 1px 0 1px 50px;
        background-size: 20px 24px; } }

/* line 503, common.scss */
.movie {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16 / 9;
  margin: 0 auto 85px; }
  @media screen and (max-width: 800px) {
    /* line 503, common.scss */
    .movie {
      width: calc(100% + 30px);
      max-width: inherit;
      margin: 0 0 60px -15px; } }
  /* line 513, common.scss */
  .movie.video {
    margin-bottom: 50px; }
    @media screen and (max-width: 800px) {
      /* line 513, common.scss */
      .movie.video {
        margin-bottom: 30px; } }
  /* line 519, common.scss */
  .movie iframe,
  .movie video {
    width: 100%;
    height: 100%; }

/*
content
*/
/* line 530, common.scss */
section {
  position: relative;
  width: 100%; }

/* line 542, common.scss */
.profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  max-width: 920px;
  background-color: #C8A329;
  border-radius: 15px;
  margin: 0 auto;
  padding: 65px 55px; }
  @media screen and (max-width: 800px) {
    /* line 542, common.scss */
    .profile {
      display: block;
      width: calc(100% - 50px);
      max-width: inherit;
      padding: 30px 25px; } }
  /* line 558, common.scss */
  .profile .hataya {
    width: 27.4%; }
    @media screen and (max-width: 800px) {
      /* line 558, common.scss */
      .profile .hataya {
        width: 80.8%;
        margin: 0 auto 35px; } }
    /* line 564, common.scss */
    .profile .hataya img {
      width: 100%;
      border-radius: 12px; }
  /* line 569, common.scss */
  .profile .r-profile {
    width: 65.5%; }
    @media screen and (max-width: 800px) {
      /* line 569, common.scss */
      .profile .r-profile {
        width: 100%; } }
    /* line 574, common.scss */
    .profile .r-profile p {
      color: #FFFFFF;
      margin: 0; }
      /* line 577, common.scss */
      .profile .r-profile p.name {
        display: block;
        width: 100%;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0.18em;
        line-height: 1.4;
        margin-bottom: 35px; }
        @media screen and (max-width: 800px) {
          /* line 577, common.scss */
          .profile .r-profile p.name {
            display: block;
            margin-bottom: 20px; } }
        /* line 589, common.scss */
        .profile .r-profile p.name .katagaki {
          display: block;
          font-size: 14px;
          letter-spacing: 0;
          margin-bottom: 8px; }

/*
footer
*/
/* line 605, common.scss */
footer {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 65px 0 30px; }
  @media screen and (max-width: 800px) {
    /* line 605, common.scss */
    footer {
      padding: 60px 10px 25px; } }
  /* line 614, common.scss */
  footer .logo-jitsugen {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 55px; }
  /* line 619, common.scss */
  footer .footer-sns {
    width: 158px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 35px;
    padding: 0; }
    /* line 628, common.scss */
    footer .footer-sns li:first-child {
      width: 60px; }
    /* line 631, common.scss */
    footer .footer-sns li:last-child {
      width: 63px; }
    /* line 634, common.scss */
    footer .footer-sns li img {
      width: 100%; }
  /* line 639, common.scss */
  footer .footer-company {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px; }
    @media screen and (max-width: 800px) {
      /* line 639, common.scss */
      footer .footer-company {
        line-height: 1.55;
        margin-bottom: 35px; } }
  /* line 648, common.scss */
  footer .footer-contact {
    margin-bottom: 0; }
  /* line 651, common.scss */
  footer .footer-tel {
    display: inline-block;
    margin-left: 1em; }
    @media screen and (max-width: 800px) {
      /* line 651, common.scss */
      footer .footer-tel {
        display: block;
        margin: 0; } }

/*# sourceMappingURL=common.css.map */
