@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 4 */
  word-break: break-word; /* 5 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*color*/
/*weight*/
:root {
  --wrapPaddingHorizontal: 2rem;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  color: #231815;
  min-height: 100%;
  line-height: 2.5;
  background-image: url(../img/common/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  body {
    background-image: url(../img/common/main-bg@2x.jpg);
  }
}
@media screen and (max-width: 767px) {
  body {
    background-image: none !important;
    background-color: #92c6ec;
  }
}
body.drw--on {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 0;
  }
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

picture {
  display: block;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited, a:focus {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a:hover {
    opacity: 1 !important;
  }
}

.l-header {
  width: 100%;
  background-color: #91c31d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7rem 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 0.45rem 0.6rem 0.45rem 2.5rem;
  }
}
.l-header_wrap {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header_wrap {
    max-width: none;
  }
}
.l-header_inner {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header_inner {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header h1 {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.2;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.l-header h1 .en {
  font-size: 4.1rem;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-header h1 {
    font-size: 2.2rem;
    text-align: center;
    margin: 0 auto 0 0;
    letter-spacing: 0.03rem;
  }
  .l-header h1 .en {
    font-size: 2.5rem;
    margin-right: 0;
  }
}
.l-header .hmbtn {
  cursor: pointer;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #91c31d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header .hmbtn_inner {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header .hmbtn span {
  position: absolute;
  left: 0;
  width: 3.8rem;
  height: 0.37rem;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header .hmbtn span:nth-of-type(1) {
  top: 1.4rem;
}
.l-header .hmbtn span:nth-of-type(2) {
  top: 2.6rem;
}
.l-header .hmbtn span:nth-of-type(3) {
  bottom: 1.4rem;
}
.l-header .hmbtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  top: 50%;
  width: 4.2rem;
}
.l-header .hmbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .hmbtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  bottom: auto;
  top: 50%;
  width: 4.2rem;
}
.l-header .header-menu {
  width: 100%;
  position: fixed;
  left: 0;
  top: 6.5rem;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
}
.l-header .header-menu--fixed {
  opacity: 1;
  z-index: 1;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 14.5rem;
}
.l-header .header-menu_list {
  display: none;
  width: 100%;
}
.l-header .header-menu_list--on {
  display: block;
}
.l-header .header-menu_list_item {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  border-bottom: solid 0.14px #231815;
}
.l-header .header-menu_list_item:first-child {
  border-top: solid 0.14px #231815;
}
.l-header .header-menu_list_item a {
  padding: 0.7rem 1.3rem 0.75rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .header-menu_list_item a::after {
  content: "";
  width: 0.63rem;
  height: 1.02rem;
  background-image: url(../img/common/arrow-blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}
.l-header .header-menu_list_item.-show a {
  background-color: #91c31d;
  color: #fff;
  pointer-events: none;
}
.l-header .header-menu_list_item.-show a::after {
  background-image: url(../img/common/arrow-wht.svg);
}
.l-header .header-menu_list_item.-language {
  margin-top: 2rem;
  border-top: solid 0.14px #231815;
}

.l-footer {
  width: 100%;
}
.l-footer .footer-head {
  width: 100%;
  background-color: #00a53d;
  padding: 3.7rem 2rem 5.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-head {
    padding: 3.5rem 1rem 5rem;
  }
}
.l-footer .footer-head_cnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-head_cnt {
    display: block;
    text-align: center;
  }
}
.l-footer .footer-head_cnt .footer-ttl {
  border-bottom: solid 0.9px #fff;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}
.l-footer .footer-head_cnt .footer-text a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer .footer-head_cnt .footer-text a:hover {
  opacity: 0.6;
}
.l-footer .footer-head_cnt .cnt-left {
  max-width: 42.8rem;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-head_cnt .cnt-left {
    max-width: none;
    padding-bottom: 5rem;
  }
}
.l-footer .footer-head_cnt .cnt-left .flex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-head_cnt .cnt-left .flex-text {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer-head_cnt .cnt-left .flex-text_lft .dts {
    display: none;
  }
}
.l-footer .footer-head_cnt .cnt-left .flex-text_rgt {
  max-width: 32.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-head_cnt .cnt-left .flex-text_rgt {
    max-width: none;
  }
}
.l-footer .footer-head_cnt .cnt-left .flex-text_rgt .txjfy {
  max-width: 9.9rem;
  width: 100%;
  -moz-text-align-last: justify;
       text-align-last: justify;
  display: inline-block;
}
.l-footer .footer-head_cnt .cnt-center {
  max-width: 23.8rem;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-head_cnt .cnt-center {
    max-width: none;
    margin-right: 0;
    padding-bottom: 4rem;
  }
}
.l-footer .footer-head_cnt .cnt-right {
  max-width: 22rem;
  width: 100%;
  position: relative;
  top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-head_cnt .cnt-right {
    top: 0;
    right: 0.5rem;
    max-width: none;
    width: 29.2rem;
    margin: 0 auto;
  }
}
.l-footer .footer-head_cnt .cnt-right a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer .footer-head_cnt .cnt-right a:hover {
  opacity: 0.5;
}
.l-footer .footer-head_cnt .cnt-right a img {
  width: 100%;
}
.l-footer .copyright {
  width: 100%;
  background-color: #494645;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.8rem 1rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    font-size: 1.2rem;
    padding: 1.3rem 1rem 1.7rem;
  }
}

/* --------------------------------------------------
  共通パーツ(コンテンツ)
-------------------------------------------------- */
.p-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3vw, 4rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .p-content {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    padding: 0 1rem;
    gap: 0;
  }
}
.p-content_left {
  width: 30rem;
  min-width: 23rem;
  background-color: #fff;
  padding: 5.7rem 0 10rem;
  position: relative;
  z-index: 2;
  margin-top: -11.6rem;
}
@media screen and (max-width: 767px) {
  .p-content_left {
    width: 100%;
    min-width: 0;
    margin-top: 0;
    background-color: transparent;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
}
.p-content_left .p-logo {
  max-width: 24.7rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-content_left .p-logo {
    display: none;
  }
}
.p-content_left .p-logo a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-content_left .p-logo a:hover {
  opacity: 0.7;
}
.p-content_left .left-menu {
  width: 100%;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-content_left .left-menu {
    display: none;
  }
}
.p-content_left .left-menu_item {
  width: 100%;
  display: block;
  border-bottom: solid 0.14px #231815;
}
.p-content_left .left-menu_item:first-child {
  border-top: solid 0.14px #231815;
}
.p-content_left .left-menu_item a {
  display: block;
  font-size: 1.8rem;
  padding: 1.45rem 1.3rem 1.49rem 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.6666;
}
.p-content_left .left-menu_item a::after {
  content: "";
  width: 0.63rem;
  height: 1.02rem;
  background-image: url(../img/common/arrow-blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-content_left .left-menu_item a:hover {
  color: #fff;
  background-color: #91c31d;
}
.p-content_left .left-menu_item a:hover::after {
  background-image: url(../img/common/arrow-wht.svg);
}
.p-content_left .left-menu_item.-show a {
  background-color: #91c31d;
  color: #fff;
  pointer-events: none;
}
.p-content_left .left-menu_item.-show a::after {
  background-image: url(../img/common/arrow-wht.svg);
}
.p-content_left .left-menu_item.-language {
  margin-top: 2rem;
  border-top: solid 0.14px #231815;
}
.p-content_left .left-banner {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-content_left .left-banner {
    padding: 0;
  }
}
.p-content_left .left-banner_item {
  max-width: 21rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.p-content_left .left-banner_item:last-child {
  margin-bottom: 0;
}
.p-content_left .left-banner_item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-content_left .left-banner_item a:hover {
  opacity: 0.7;
}
.p-content_left .left-banner_item img {
  width: 100%;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-content_right {
  max-width: 62rem;
  width: 100%;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-content_right {
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    max-width: none;
    padding: 0;
  }
}
.p-content_right .period-text {
  max-width: 37rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  text-align: center;
  position: relative;
  left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-content_right .period-text {
    display: none;
  }
}
.p-content_right .period-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-content_right .wtcnt {
  width: 100%;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-content_right .wtcnt {
    padding: 1rem;
  }
}
.p-content_right .wtcnt_title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #91c31d;
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 0.8rem 1.5rem 1rem;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
} /* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}

/* --------------------------------------------------
  main
-------------------------------------------------- */
#main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #main {
    overflow: hidden;
    padding-top: 7.54rem;
  }
}

/* --------------------------------------------------
  wrap
-------------------------------------------------- */
.l-wrap {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    max-width: none;
  }
}

.l-inner {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: none;
  }
}

.en {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
}

/* --------------------------------------------------
  トップページ
-------------------------------------------------- */
.p-top .wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top #main {
    padding-top: 6.5rem;
  }
  .p-top .p-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right {
    background-image: url(../img/top/sp-top-bg.png);
    background-repeat: no-repeat;
    background-position: -9.3rem -6rem;
    background-size: 130%;
  }
}
.p-top .p-content_right .p-mv {
  width: 100%;
  margin-bottom: 8.7rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-mv {
    padding-bottom: 27rem;
    margin-bottom: 0;
    padding-top: 1rem;
    z-index: 0;
  }
}
.p-top .p-content_right .p-mv::before {
  content: "";
  width: 109.3rem;
  height: 109.3rem;
  background-image: url(../img/top/mv-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -12.8rem;
  left: -22.6rem;
  z-index: -1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .p-top .p-content_right .p-mv::before {
    background-image: url(../img/top/mv-bg@2x.png);
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-mv::before {
    width: 62rem;
    height: 62rem;
    left: -12rem;
    top: -4rem;
  }
}
.p-top .p-content_right .p-mv_text {
  width: 55.8rem;
  display: block;
  margin: 0 auto 2.5rem;
  padding-top: 4.3rem;
  position: relative;
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-mv_text {
    width: 29.7rem;
    left: 0.6rem;
    margin-bottom: 0.5rem;
    padding-top: 3.5rem;
  }
}
.p-top .p-content_right .p-mv_text img {
  width: 100%;
}
.p-top .p-content_right .p-mv_date {
  width: 59.4rem;
  margin: 0 auto;
  display: block;
  position: relative;
  left: 0.3rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-mv_date {
    width: 35.1rem;
    left: 0;
    margin-left: 2.1rem;
    padding-bottom: 0.5rem;
  }
}
.p-top .p-content_right .p-mv_date img {
  width: 100%;
}
.p-top .p-content_right .p-mv_detail {
  max-width: 55.5rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-mv_detail {
    margin-left: 2.1rem;
  }
}
.p-top .p-content_right .p-mv_detail_venue {
  width: 46.1rem;
  margin-left: 0.2rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-mv_detail_venue {
    width: 28.4rem;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.p-top .p-content_right .p-mv_detail_chairman {
  width: 48.7rem;
  margin-left: 0.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-mv_detail_chairman {
    width: 30rem;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.p-top .p-content_right .p-mv_detail_vice {
  width: 55.3rem;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-mv_detail_vice {
    width: 34.2rem;
    margin-left: 0;
  }
}
.p-top .p-content_right .p-news {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-news {
    padding: 0 1rem;
  }
}
.p-top .p-content_right .p-news_wrap {
  max-width: 62rem;
  width: 100%;
  background-color: #fff;
  padding: 1.4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-news_wrap {
    padding: 1.3rem 1rem 2.5rem;
    max-width: none;
  }
}
.p-top .p-content_right .p-news_title {
  color: #00a53d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-news_title {
    font-size: 1.7rem;
    padding-bottom: 1.3rem;
  }
}
.p-top .p-content_right .p-news_list {
  width: 100%;
}
.p-top .p-content_right .p-news_list li {
  display: block;
  background-image: linear-gradient(to right, #231815 1.8px, transparent 1.8px);
  background-size: 3.5px 0.05rem;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}
.p-top .p-content_right .p-news_list li:first-child::before {
  content: "";
  width: 100%;
  height: 0.05rem;
  background-image: linear-gradient(to right, #231815 1.8px, transparent 1.8px);
  background-size: 3.5px 0.05rem;
  background-position: left top;
  background-repeat: repeat-x;
  display: block;
}
.p-top .p-content_right .p-news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-news_list li a {
    display: block;
    line-height: 1.4;
    padding: 0.8rem 1rem 1rem;
  }
}
.p-top .p-content_right .p-news_list li a span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-news_list li a span {
    font-size: 1.4rem;
  }
}
.p-top .p-content_right .p-news_list li a .date {
  width: 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-news_list li a .date {
    width: 100%;
    padding-bottom: 0.1rem;
  }
}
.p-top .p-content_right .p-news_list li a .title {
  width: 42.5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-news_list li a .title {
    width: 100%;
  }
}
.p-top .p-content_right .p-news_list li a:hover .title {
  color: #00a53d;
}
@media screen and (max-width: 767px) {
  .p-top .p-content_right .p-news_list li a:hover .title {
    color: #231815;
  }
}

/* --------------------------------------------------
  ご挨拶 greeting
-------------------------------------------------- */
.p-greeting .wtcnt {
  padding-bottom: 9.3rem;
}
@media screen and (max-width: 767px) {
  .p-greeting .wtcnt {
    padding-bottom: 2.5rem;
  }
}
.p-greeting .g-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-top: 1.5rem;
  gap: 1.9rem;
  padding-bottom: 1.3rem;
  border-bottom: solid 1px #00a53d;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-greeting .g-head {
    padding-top: 3rem;
    display: block;
    gap: 0;
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
  }
}
.p-greeting .g-head_img {
  max-width: 14rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-greeting .g-head_img {
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
}
.p-greeting .g-head_text {
  display: block;
  width: auto;
}
.p-greeting .g-head_text p {
  vertical-align: baseline;
  line-height: 1.6666;
  padding-bottom: 0.3rem;
}
.p-greeting .g-head_text p .name {
  font-size: 1.9rem;
  font-weight: 500;
  margin-left: 1.5rem;
}
.p-greeting .g-text {
  line-height: 1.6666;
  text-align: justify;
  padding-bottom: 2.5rem;
}
.p-greeting .g-text:last-child {
  padding-bottom: 0;
}

/* --------------------------------------------------
  開催概要 summary
-------------------------------------------------- */
.p-summary .wtcnt {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-summary .wtcnt {
    padding-bottom: 5.5rem;
  }
}
.p-summary .wtcnt_title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-summary .wtcnt_title {
    margin-bottom: 1.3rem;
  }
}
.p-summary .wtcnt .smr-cnt {
  width: 100%;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-summary .wtcnt .smr-cnt {
    padding-bottom: 2rem;
  }
}
.p-summary .wtcnt .smr-cnt:last-child {
  padding-bottom: 0;
}
.p-summary .wtcnt .smr-cnt_title {
  font-size: 2rem;
  color: #00a53d;
  display: block;
  border-bottom: solid 1px #00a53d;
  padding-left: 0.3rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-summary .wtcnt .smr-cnt_title {
    font-size: 1.8rem;
    padding-bottom: 0.3rem;
  }
}
.p-summary .wtcnt .smr-cnt_text {
  padding-left: 0.3rem;
  line-height: 1.6666;
}
.p-summary .wtcnt .smr-cnt_text a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-summary .wtcnt .smr-cnt_text a:hover {
  color: #00a53d;
}
@media screen and (max-width: 767px) {
  .p-summary .wtcnt .smr-cnt_text a:hover {
    color: #231815;
  }
}

/* --------------------------------------------------
  リンク link
-------------------------------------------------- */
.p-link .wtcnt {
  padding-bottom: 10.7rem;
}
@media screen and (max-width: 767px) {
  .p-link .wtcnt {
    padding-bottom: 14.3rem;
  }
}
.p-link .wtcnt_title {
  margin-bottom: 2rem;
}
.p-link .wtcnt .link-cnt {
  width: 100%;
  padding-bottom: 2.5rem;
}
.p-link .wtcnt .link-cnt:last-child {
  padding-bottom: 0;
}
.p-link .wtcnt .link-cnt_title {
  line-height: 1.6666;
  display: block;
}
.p-link .wtcnt .link-cnt_text {
  padding-left: 1rem;
  line-height: 1.6666;
}
.p-link .wtcnt .link-cnt_text::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/common/link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.p-link .wtcnt .link-cnt_text a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #4e75a8;
  margin-left: 0.6rem;
  letter-spacing: 0.02rem;
  position: relative;
  top: 0.1rem;
  font-weight: 500;
}
.p-link .wtcnt .link-cnt_text a:hover {
  opacity: 0.6;
}

/* --------------------------------------------------
  協賛のみなさまへ sponsor
-------------------------------------------------- */
.p-sponsor .wtcnt {
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor .wtcnt {
    padding-bottom: 10.5rem;
  }
}
.p-sponsor .wtcnt_title {
  margin-bottom: 2rem;
}
.p-sponsor .wtcnt .sponsor-cnt {
  width: 100%;
  padding-bottom: 4.5rem;
}
.p-sponsor .wtcnt .sponsor-cnt p {
  line-height: 1.6666;
}
.p-sponsor .wtcnt .sponsor-cnt p a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: -0.02rem;
}
.p-sponsor .wtcnt .sponsor-cnt p a:hover {
  color: #00a53d;
}
@media screen and (max-width: 767px) {
  .p-sponsor .wtcnt .sponsor-cnt p a:hover {
    color: #231815;
  }
}
.p-sponsor .wtcnt .sponsor-cnt .pb-text {
  padding-bottom: 3rem;
}
.p-sponsor .wtcnt .sponsor-cnt .pt-text {
  padding-top: 3rem;
}
.p-sponsor .wtcnt .sponsor-cnt .flx-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor .wtcnt .sponsor-cnt .flx-button {
    display: block;
  }
}
.p-sponsor .wtcnt .sponsor-cnt .s-button {
  width: 100%;
}
.p-sponsor .wtcnt .sponsor-cnt .s-button a {
  font-size: 2rem;
  line-height: 1.25;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fbb03b;
  color: #fff;
  font-weight: 500;
  border-radius: 0.5rem;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sponsor .wtcnt .sponsor-cnt .s-button a::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}
.p-sponsor .wtcnt .sponsor-cnt .s-button a:hover {
  opacity: 0.6;
}
.p-sponsor .wtcnt .sponsor-cnt .s-button.-pdf {
  max-width: 30rem;
  margin: 0 auto;
}
.p-sponsor .wtcnt .sponsor-cnt .s-button.-pdf a {
  padding: 1.1rem 1.9rem 1.4rem 1.8rem;
}
.p-sponsor .wtcnt .sponsor-cnt .s-button.-pdf a::after {
  width: 2.84rem;
  height: 3.5rem;
  background-image: url(../img/common/pdf-icon.svg);
  position: relative;
  top: 0.1rem;
}
.p-sponsor .wtcnt .sponsor-cnt .s-button.-arrow {
  max-width: 27.6rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor .wtcnt .sponsor-cnt .s-button.-arrow {
    max-width: 30rem;
    margin: 0 auto 2.2rem;
  }
  .p-sponsor .wtcnt .sponsor-cnt .s-button.-arrow:last-child {
    margin-bottom: 0;
  }
}
.p-sponsor .wtcnt .sponsor-cnt .s-button.-arrow a {
  padding: 1.5rem 1.6rem 2rem 1.8rem;
}
.p-sponsor .wtcnt .sponsor-cnt .s-button.-arrow a::after {
  width: 0.86rem;
  height: 1.4rem;
  background-image: url(../img/common/arrow-wht.svg);
  position: relative;
  top: 0.1rem;
}
.p-sponsor .wtcnt .sponsor-cnt .table {
  width: 100%;
  padding-top: 1.4rem;
  margin-bottom: 2.8rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor .wtcnt .sponsor-cnt .table {
    overflow: scroll;
  }
}
.p-sponsor .wtcnt .sponsor-cnt table {
  width: 100%;
  border: solid 0.014rem #231815;
}
@media screen and (max-width: 767px) {
  .p-sponsor .wtcnt .sponsor-cnt table {
    width: 58rem;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    padding-right: 0.1rem;
  }
}
.p-sponsor .wtcnt .sponsor-cnt table thead {
  width: 100%;
}
.p-sponsor .wtcnt .sponsor-cnt table thead tr {
  width: 100%;
}
.p-sponsor .wtcnt .sponsor-cnt table thead tr th {
  width: 50%;
  background-color: #ddecc4;
  border-left: solid 0.014rem #231815;
  font-weight: 700;
  line-height: 1.6666;
  padding: 0.23rem 2rem;
}
.p-sponsor .wtcnt .sponsor-cnt table thead tr th:first-child {
  border-left: none;
}
.p-sponsor .wtcnt .sponsor-cnt table tbody {
  width: 100%;
}
.p-sponsor .wtcnt .sponsor-cnt table tbody tr {
  width: 100%;
}
.p-sponsor .wtcnt .sponsor-cnt table tbody tr td {
  width: 50%;
  border-top: solid 0.014rem #231815;
  vertical-align: middle;
  border-left: solid 0.014rem #231815;
  line-height: 1.6666;
  padding: 0.23rem 2rem;
}
.p-sponsor .wtcnt .sponsor-cnt table tbody tr td:first-child {
  border-left: none;
}
.p-sponsor .wtcnt .sponsor-contact {
  width: 100%;
}
.p-sponsor .wtcnt .sponsor-contact_title {
  font-size: 2rem;
  color: #00a53d;
  display: block;
  border-bottom: solid 1px #00a53d;
  padding-left: 0.3rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.p-sponsor .wtcnt .sponsor-contact_text {
  padding-left: 0.3rem;
  line-height: 1.6666;
}
.p-sponsor .wtcnt .sponsor-contact_text a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: -0.02rem;
}
.p-sponsor .wtcnt .sponsor-contact_text a:hover {
  color: #00a53d;
}
@media screen and (max-width: 767px) {
  .p-sponsor .wtcnt .sponsor-contact_text a:hover {
    color: #231815;
  }
}