@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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,
strong,
sub,
sup,
var,
b,
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: bottom;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

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;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS P ゴシック", MS P Gothic, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

a {
  color: #2187c2;
  text-decoration: none;
}

a:hover {
  color: #63b9ea;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: #333;
  line-height: 2;
}

::-moz-selection {
  background: #e6ef38;
  color: #333;
}

::selection {
  background: #e6ef38;
  color: #333;
}

.l-container__inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  background: #398522;
}

.l-footer__inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.3em;
  padding-bottom: 2.3em;
  text-align: center;
}

.c-btn {
  display: inline-block;
  min-width: 128px;
  padding: 0.46em 1.2em;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #265119;
  border-radius: 25px;
}

.c-btn:hover {
  color: #FFF;
  text-decoration: inherit;
  background-color: #448630;
}

.c-pdf::before {
  content: "\f1c1";
  padding-right: 0.2em;
  font-family: FontAwesome;
  color: #de3030;
}

.c-heading-primary {
  margin-bottom: 6.4%;
  text-align: center;
  color: #49250a;
  font-size: 28px;
}

.c-heading-primary span {
  display: inline-block;
  padding-bottom: 0.53em;
  border-bottom: 4px solid #296c15;
}

.c-heading-secondary {
  margin-bottom: 2.7%;
  text-align: center;
  font-size: 26px;
  color: #398522;
}

p + .c-heading-secondary {
  margin-top: 6.4%;
}

.p-news {
  margin-top: 5.5555555556%;
  text-align: center;
}

.p-news i {
  line-height: 1;
  vertical-align: middle;
  color: #296c15;
}

.p-news__item {
  line-height: 1.6;
}

.p-column__figure {
  margin-bottom: 4.6%;
  text-align: center;
}

.p-column__txt {
  margin-bottom: 4.6%;
  text-align: center;
}

.p-youtube {
  padding: 2% 6px;
  background: #c6e1b5;
}

.p-youtube__inner {
  display: flex;
  max-width: 1066px;
  margin: 0 auto;
}

.p-youtube__item {
  flex-basis: 50%;
  margin: 0 10px;
}

.p-youtube__variable-box {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
}

.p-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-youtube__caption {
  margin-top: 5px;
  line-height: 1.6;
  font-size: 15px;
}

.p-gallery {
  padding: 5% 0;
}

.p-gallery + .p-gallery {
  padding: 0 0 5% 0;
}

.p-gallery__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
}

.p-gallery__item {
  flex-basis: 33.3333333333%;
}

.p-gallery__item a:hover {
  opacity: 0.7;
}

.p-modal {
  padding-top: 10%;
  padding-bottom: 10%;
}

.p-footer-logo {
  margin-bottom: 1em;
}

.p-footer-copyright {
  font-size: 12px;
  color: #FFF;
}

.p-past__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6.4%;
}

.p-past__item {
  flex-basis: 270px;
  margin-bottom: 4vh;
}

.p-past__item a {
  color: inherit;
}

.p-program {
  display: flex;
  margin-bottom: 4.6%;
  padding: 38px 30px;
  border: 1px solid #AAA;
}

.p-program:last-of-type {
  margin-bottom: 0;
}

.p-program__header {
  flex-basis: 30%;
  padding-right: 1.5em;
  border-right: 1px solid #AAA;
}

.p-program__heading {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.5;
}

.p-program__number {
  display: inline-block;
  margin-bottom: 0.6em;
  padding: 0.1em 0.4em;
  font-size: 16px;
  color: #FFF;
  background: #296c15;
}

.p-program__contents {
  flex-basis: 70%;
  padding-left: 1.5em;
}

.p-program__overview {
  margin-bottom: 1.5em;
}

.p-program__detail {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}

.p-program__detail dt {
  flex-basis: 4em;
  margin-bottom: 0.8em;
  color: #398522;
}

.p-program__detail dd {
  flex-basis: calc(100% - 4em);
  margin-bottom: 0.8em;
}

.p-hero {
  padding: 140px 0 130px 0;
  background-image: url(../images/hero_bg.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.p-hero__group-logo {
  margin-bottom: 40px;
}

.p-hero__title {
  margin-bottom: 42px;
}

.p-hero__lead {
  color: #296c15;
}

.p-effort {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5.5555555556%;
  margin-bottom: 3.7037037037%;
}

.p-effort__item {
  width: 29.6296296296%;
  margin-bottom: 6vh;
}

.p-effort__item--large {
  width: 47.2222222222%;
}

.p-effort__link {
  display: block;
  color: inherit;
}

.p-effort__link:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}

.p-effort__thumb {
  margin-bottom: 1em;
}

.p-effort__heading {
  margin-bottom: 0.5em;
  font-size: 22px;
  color: #398522;
}

.p-effort__txt {
  margin-bottom: 0.9em;
  font-size: 14px;
  color: #573b27;
}

.u-pc-block {
  display: block;
}

.u-pc-inline {
  display: inline;
}

.u-sp-block {
  display: none;
}

.u-sp-inline {
  display: none;
}

.u-left {
  text-align: left;
}

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

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

.u-size12 {
  font-size: 12px;
}

.u-size14 {
  font-size: 14px;
}

.u-size18 {
  font-size: 18px;
}

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

.u-line-box {
  padding: 4%;
  border: 4px solid #CCC;
}

.u-mb1 {
  margin-bottom: 1%;
}

.u-mb2 {
  margin-bottom: 2%;
}

.u-mb3 {
  margin-bottom: 3%;
}

.u-mb4 {
  margin-bottom: 4%;
}

.u-mb6 {
  margin-bottom: 6%;
}

.u-mb8 {
  margin-bottom: 8%;
}

.u-mb10 {
  margin-bottom: 10%;
}

.u-mb20 {
  margin-bottom: 20%;
}

@media screen and (max-width: 768px) {
  .p-column__txt {
    text-align: left;
  }

  .p-youtube__inner {
    display: block;
  }

  .p-youtube__item {
    margin: 10px 0;
  }

  .p-past__item {
    flex-basis: 100%;
    text-align: center;
  }

  .p-program {
    display: block;
    padding: 2%;
  }

  .p-program__header {
    padding-right: 0;
    padding-bottom: 1em;
    border-right: 0;
    border-bottom: 1px solid #AAA;
  }

  .p-program__contents {
    padding-left: 0;
    padding-top: 1em;
  }

  .p-program__detail {
    display: block;
  }

  .p-program__detail dt {
    margin-bottom: 0;
  }

  .p-hero {
    padding: 80px 10px;
  }

  .p-hero__group-logo {
    margin-bottom: 8.3333333333%;
  }

  .p-hero__title {
    margin-bottom: 8.3333333333%;
  }

  .p-effort__item {
    width: 100%;
  }

  .p-effort__item--large {
    width: 100%;
  }

  .p-effort__thumb img {
    width: 100%;
  }

  .u-pc-block {
    display: none;
  }

  .u-pc-inline {
    display: none;
  }

  .u-sp-block {
    display: block;
  }

  .u-sp-inline {
    display: inline;
  }
}