/*----------------------------------

common

----------------------------------*/
/*----------------------------------

reset

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

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

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 600;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

progress {
  vertical-align: baseline;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background: #fff;
  padding-top: 87px;
}
@media (max-width: 767px) {
  body {
    padding-top: 62px;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

a {
  color: #231815;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

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

/*----------------------------------

header

----------------------------------*/
#header {
  background: #008000;
  height: 87px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 767px) {
  #header {
    height: 62px;
  }
}
#header .header-contents {
  height: 100%;
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 196px 12px 30px;
}
@media (max-width: 1250px) {
  #header .header-contents {
    padding-right: 140px;
  }
}
@media (max-width: 767px) {
  #header .header-contents {
    padding: 10px 170px 10px 15px;
  }
}
#header .header-contents .header-logo {
  margin-left: 12px;
  line-height: 1;
}
@media (max-width: 1250px) {
  #header .header-contents .header-logo {
    margin-left: 0;
  }
}
#header .header-contents .header-logo img {
  width: 138px;
}
@media (max-width: 1250px) {
  #header .header-contents .header-logo img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  #header .header-contents .header-logo img {
    width: 80px;
  }
}
#header .header-contents .header-entry {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  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;
}
@media (max-width: 767px) {
  #header .header-contents .header-entry {
    right: 62px;
  }
}
#header .header-contents .header-entry a {
  display: block;
  width: 132px;
  padding: 8px 0 9px;
  border-radius: 5px;
  text-align: center;
  background: #de0041;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  border-bottom: 6px solid #7a002f;
}
@media (max-width: 1250px) {
  #header .header-contents .header-entry a {
    width: 100px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #header .header-contents .header-entry a {
    padding: 2px 0 3px;
    font-size: 1.6rem;
    border-bottom: 4px solid #7a002f;
  }
}
@media (max-width: 767px) {
  #header .header-contents .toggle-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background: #5b9529 url(../icon_menu.png) center center no-repeat;
    background-size: 18px auto;
    -webkit-transition: 0s;
    transition: 0s;
    margin: auto;
  }
  #header .header-contents .toggle-menu.is-open {
    background-image: url(../icon_close.png);
    background-size: 14px auto;
  }
}
#header .header-contents .global-nav {
  max-width: calc(100% - 160px);
}
@media (max-width: 1250px) {
  #header .header-contents .global-nav {
    max-width: calc(100% - 110px);
  }
}
@media (max-width: 767px) {
  #header .header-contents .global-nav {
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 62px;
    left: 0;
    display: none;
    background: #008000;
    padding-bottom: 15px;
  }
}
#header .header-contents .global-nav .global-nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media (max-width: 1250px) {
  #header .header-contents .global-nav .global-nav__inner {
    gap: 0 15px;
  }
}
@media (max-width: 767px) {
  #header .header-contents .global-nav .global-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .header-contents .global-nav .global-nav__inner li a {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 1250px) {
  #header .header-contents .global-nav .global-nav__inner li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #header .header-contents .global-nav .global-nav__inner li a {
    font-size: 1.4rem;
  }
}

/*----------------------------------

footer

----------------------------------*/
.footer {
  background-color: #008000;
}
.footer__inner {
  max-width: 1176px;
  margin: 0 auto;
  padding: 63px 10px 39px;
}
.footer-bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 767px) {
  .footer-bnr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bnr a {
  display: block;
  width: 220px;
}
@media (max-width: 767px) {
  .footer-bnr a {
    width: calc((100% - 14px) / 2);
  }
}
.footer-copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 70px;
}

.inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
    max-width: 100%;
  }
}

.sub-hdg2 {
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .sub-hdg2 {
    font-size: 3rem;
  }
}
.sub-hdg2::before {
  content: "";
  background-image: url(../heading_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 8px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.en {
  display: block;
  color: #008000;
  font-size: 4rem;
  text-align: center;
  position: relative;
  top: 10px;
  font-family: "expressway";
}
@media (max-width: 767px) {
  .en {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .img-scroll {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .img-scroll img {
    max-width: none;
  }
}

.callenge_hdg3 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 34px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .callenge_hdg3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.callenge_hdg3 img {
  display: block;
  width: 300px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .callenge_hdg3 img {
    width: 200px;
    margin-bottom: -5px;
  }
}

.callenge_lead {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .callenge_lead {
    font-size: 1.6rem;
  }
}