@charset "UTF-8";

html {
	font-size: 62.5%;
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
    font-size: 1.6rem;
    color: #1a1a1a;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "YuGothic M", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, figure, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}

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

button, address, caption, code, em, th, var, sup, sub {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, button, textarea {
	font-size: 100%;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "YuGothic M", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media all and (-ms-high-contrast: none) {
	input, button, textarea {
		font-family: 'メイリオ', Meiryo, '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', Arial, sans-serif;
	}
}

button {
	display: inline-block;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

ol, ul, li {
	list-style-type: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

img.lazyload {
	opacity: 0;
}

img.lazyloaded {
	opacity: 1;
	transition: opacity 1s;
}

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

a:link, a:visited, a:active {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

input[type="search"],
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="search"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/*****************************************************
  Layout
*****************************************************/
body.is_menu_open {
  max-width: 100%;
  position: fixed;
  overflow: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}
.l-main.top{
  background: #f4fff2;
}
.l-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding: 0 5vw;
  }
}

.l-spHeader {
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .l-spHeader {
    width: 100%;
    height: 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: #fff;
  }
  
  .l-spHeader_logo {
    width: 70%;
    max-width: 25rem;
    margin: 1rem 2rem 0;
  }
  .l-spHeader_logo img{
    line-height: 1;
    vertical-align: top;
  }
  .l-spHeader_spMenu_btn {
    width: 5.5rem;
    height: 5.5rem;
    padding: 0;
    border: 0;
    background: url(../images/btn_header_menu.png) no-repeat center #00873c;
    background-size: 50% auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  .is_menu_open .l-spHeader_spMenu_btn {
    background: url(../images/btn_header_menu--close.png) no-repeat center #00873c;
    background-size: 50% auto;
  }
}

/* ヘッダートップ */
.l-headerTop {
  padding: 2rem 0 1.2rem;
  position: relative;
  background: url(../images/bg_main--pc.jpg) no-repeat center top;
  background-size: cover;
}
.l-headerTop::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-headerTop_main {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.l-headerTop_main_top {
  text-align: center;
  padding: 0 1rem 1.7rem;
  position: relative;
}
.l-headerTop_main_top_logo {
  max-width: 680px;
  margin: 0 auto 20px;
}
.l-headerTop_main_top_shoulder {
  text-align: left;
  margin-bottom: 4.2rem;
}
.l-headerTop_main_top_catch {
  text-align: center;
  margin-bottom: 2rem;
}
.l-headerTop_main_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0rem 1rem;
}
.l-headerTop_main_middle_term {
  margin: 0 1.5rem;
}
.l-headerTop_main_bottom {
  padding: 1rem 1rem;
  background-color: rgba(179, 226, 246, .5);
  position: absolute;
  right: 10px;
  top: 0;
  margin-bottom: 3rem;
}
.l-headerTop_main_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;  
}
.l-headerTop_main_bottom_links_item {
  width: 200px;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-headerTop {
    padding: 4rem 0 0rem;
    margin-top: 1rem;
    background: url(../images/bg_main--sp.png) no-repeat center 4.5rem;
    background-size: 100%;
  }
  .l-headerTop_main_top {
    padding: 2rem 0 .7rem;
  }
  .l-headerTop_main_top_logo {
    width: 86.5%;
    max-width: none;
    margin-bottom: 2rem;
  }
  .l-headerTop_main_top_shoulder {
    text-align: center;
    margin:0 auto 1.2rem;
    width: 70%; width: 70vw;
  }
  .l-headerTop_main_middle_catch {
    margin-bottom: 1rem;
    text-align: center;
  }
  .l-headerTop_main_middle_catch img {
    width: 74%; width: 74.2128vw;
    margin: 0 auto;
  }
  .l-headerTop_main_middle {
    display: block;
  }
  .l-headerTop_main_middle_term {
    margin: 0 0 1rem;
  }
  .l-headerTop_main_middle_place {
    margin: 0;
  }
  .l-headerTop_main_bottom {
    position: relative;
    right: 0;
    padding: 2rem;
  }
  .l-headerTop_main_bottom_links_item {
    width: 42%; width: 40.7796vw;
  }
  .l-headerTop_main_bottom_links_item > a.c-btn_link{
    font-size: 2.2rem;
    font-size: 3.0vw;
  }
  .l-headerTop_main_bottom_links_item > a.c-btn_link > .c-btn_link---meta {
    font-size: 1.5rem;
    padding: 4px 30px 2px;
    margin-top: 5px;
  }
  .l-headerTop_main_bottom_links_item > a.c-btn_link.c-btn_link--seminar > .c-btn_link---meta {
    padding: 4px 10px 2px;
  }
  a.c-btn_link > .c-btn_link--small {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 600px) {
  .l-headerTop_main_bottom_links_item > a.c-btn_link {
    font-size: 2.1rem;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 580px) {
  .l-headerTop_main_bottom {
    position: relative;
    padding: 1.5rem;
  }
  .l-headerTop_main_bottom_links {
    display: block;
  }
  .l-headerTop_main_bottom_links_item {
    width: 100%;
    margin: 0;
  }
  .l-headerTop_main_bottom_links_item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .l-headerTop_main_bottom_links_item > a.c-btn_link,
  .l-headerTop_main_bottom_links_item > .c-btn_link.c-btn_link--ready {
    font-weight: 700;
    font-size: 2.2rem; font-size: 5.333vw;
    padding: 1rem 2rem .5rem;
  }
  .l-headerTop_main_bottom_links_item > a.c-btn_link > .c-btn_link---meta,
  .l-headerTop_main_bottom_links_item > .c-btn_link--ready > .c-btn_link---meta {
    display: inline-block;
    margin: 8px auto;
    /*max-width: 6em;*/
    padding: 5px 25px;
    border-radius: 16px;
    font-size: 3.73333vw;
  }
  .l-headerTop_main_bottom_links_item > a.c-btn_link {
  }
}

/* ヘッダー下層 */
.l-header {
  padding: 2rem 1rem 1.4rem;
  position: relative;
  background: url(../images/bg_main--pc.jpg) no-repeat center top;
  background-size: cover;

}
.l-header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.l-header_main_top_logo {
  max-width: 44.5rem;
  margin-bottom: 1.7rem;
}
.l-header_main_top_catch {
  display: none;
}
.l-header_main_middle{
  padding-left: 1rem;

}
.l-header_main_bottom {
  margin: 0 0 0 1rem;
  padding: 1rem 1rem;
  background-color: rgba(179, 226, 246, .5);

}
.l-header_main_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header_main_bottom_links_item {
  width: 49%;
  min-width: 12.125em;
  max-width: 28rem;
}
.l-header_main_bottom_links_item:not(:last-child) {
  margin-right: 1rem;
}
.l-header_main_bottom_links_item img {
  width: auto;
  max-height: 43px;
}
@media screen and (max-width: 1080px) {
  .l-header_main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header_main_bottom_links_item {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 4rem 0 4rem;
    margin-top: 1rem;
    background: url(../images/bg_main--sp.png) no-repeat center 4.5rem;
    background-size: 100%;
  }
  .l-header_main {
    display: block;
  }
  .l-header_main_top {
    text-align: center;
    padding: 2rem;
    border-radius: 10px 10px 0 0;
  }
  .l-header_main_top_logo {
    width: 86.5%;
    max-width: none;
    margin: 0 auto 0;
  }
  .l-header_main_top_catch {
    display: block;
  }
  .l-header_main_top_catch img {
    width: 74%;
    margin: 0 auto;
  }
  .l-header_main_middle {
    display: block;
    padding: 1.2rem 2rem;
  }
  .l-header_main_middle_term {
    margin: 0 0 1rem;
  }
  .l-header_main_middle_place {
    margin: 0;
  }
  .l-header_main_bottom {
    position: relative;
    padding: 2rem 2rem 1.2rem;
    width: auto;
    margin: 0 0;
  }
  .l-header_main_bottom_links {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-header_main_bottom_links_item {
    width: 42%;
    width: 40.7796vw;
    display: inline-block;
    margin: 0 1rem 0;
  }
  .l-header_main_bottom_links_item > a.c-btn_link {
    font-size: 2.2rem;
    font-size: 3.0vw;
  }
  .l-header_main_bottom_links_item > a.c-btn_link > .c-btn_link--small{
    font-size: 0.85em;
  }
  .l-header_main_bottom_links_item > a.c-btn_link > .c-btn_link---meta {
    font-size: 1.5rem;
    padding: 4px 30px 2px;
  }
  .l-header_main_bottom_links_item > a.c-btn_link.c-btn_link--seminar > .c-btn_link---meta {
    padding: 4px 10px 2px;
  }
  l-header_main_bottom_links_item img {
    max-height: 43px;
  }
}
@media screen and (max-width: 580px) {
  .l-header_main_top {
    padding: 2rem 2rem 0.5rem;
  }
  .l-header_main_middle {
    padding: 0 2rem 1rem;
  }
  .l-header_main_bottom {
    position: relative;
    padding: 1.5rem;
  }
  .l-header_main_bottom_links {
    display: block;
  }
  .l-header_main_bottom_links_item {
    width: 100%;
    margin: 0;
  }
  .l-header_main_bottom_links_item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .l-header_main_bottom_links_item > a.c-btn_link,
  .l-header_main_bottom_links_item > .c-btn_link.c-btn_link--ready {
    font-weight: 700;
    font-size: 2.2rem; font-size: 5.333vw;
    padding: 1rem 2rem .5rem;
  }
  .l-header_main_bottom_links_item > a.c-btn_link > .c-btn_link---meta,
  .l-header_main_bottom_links_item > .c-btn_link--ready > .c-btn_link---meta {
    display: inline-block;
    margin: 8px auto;
    border-radius: 16px;
    font-size: 3.73333vw;
  }
}

/* Gナビ */
.l-gnav {
  width: 100%;
  height: 61px;
}
.l-gnav_outer {
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 100;
  background-color: #005499;
}
.l-gnav_innter {
  max-width: 1200px;
  margin: 0 auto;
}
.l-gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-gnav_list_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.l-gnav_list_item::before,
.l-gnav_list_item:last-child::after {
  width: 1px;
  height: 43.3%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: rgba(255, 255, 255, .6);
}
.l-gnav_list_item:last-child::after {
  right: 0;
  left: auto;
}
.l-gnav_list_item > a,
.l-gnav_list_item > span {
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.l-gnav_list_item > span {
  background-color: #8c8c8c;
}
.l-gnav_list_item > a:hover,
.l-gnav_list_item--current > a {
  background-color: #0077d9;
}
@media screen and (max-width: 1200px) {
  .l-gnav_list_item:first-child::before,
  .l-gnav_list_item:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .l-gnav {
    height: 58px;
  }
  .l-gnav_list_item > a,
  .l-gnav_list_item > span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav {
    position: fixed;
    top: 5.5rem;
    z-index: 80;
    width: 60%;
    max-width: 40.8rem;
    height: calc(100% - 5.5rem);
    border-top-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-left-style: solid;
    border-color: #005499;
    background-color: #fff;
    right: -41.5rem;
    transition: right .36s;
    //right:0;
    // -webkit-transform: translateX(100%);
    //         transform: translateX(100%);
    // -webkit-transition: -webkit-transform .3s;
    // transition: -webkit-transform .3s;
    // transition: transform .3s;
    // transition: transform .3s, -webkit-transform .3s;
    overflow-y: auto;
  }
  .is_menu_open .l-gnav {
    right: 0;
    //-webkit-transform: translateX(0);
    //        transform: translateX(0);
  }
  .l-gnav_outer {
    position: relative !important;
    background-color: #fff;
  }
  .l-gnav_list {
    display: block;
    padding: 0 1rem;
  }
  .l-gnav_list:not(:last-child) {
    border-bottom: 2px solid #005499;
  }
  .l-gnav_list_item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
  }
  .l-gnav_list_item > a,
  .l-gnav_list_item > span {
    display: block;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: 700;
    padding: .6em .2em .5em;
    background-color: transparent;
  }
  .l-gnav_list_item > span {
    color: #ccc;
  }
  .l-gnav_list_item > a:hover,
  .l-gnav_list_item--current > a {
    background-color: transparent;
  }
}

/* Gナビ */
.l-gnav {
  width: 100%;
  height: 61px;
}
.l-gnav_outer {
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 100;
  background-color: #00873c;
}
.l-gnav_innter {
  max-width: 860px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  border-left: solid 1px rgba(99, 184, 46, .9);
  border-right: solid 1px rgba(99, 184, 46, .9);
}
.l-gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.l-gnav_list_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.l-gnav_list_item::before,
.l-gnav_list_item:last-child::after {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: rgba(99, 184, 46, .9);
}
.l-gnav_list_item:last-child::after {
  right: 0;
  left: auto;
}
.l-gnav_list_item > a,
.l-gnav_list_item > span {
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.l-gnav_list_item > span {
  background-color: #8c8c8c;
}
.l-gnav_list_item > a:hover,
.l-gnav_list_item--current > a {
  background-color: #edfff4;
  color: #007c2d;
}
@media screen and (max-width: 1200px) {
  .l-gnav_list_item:first-child::before,
  .l-gnav_list_item:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .l-gnav {
    height: 58px;
  }
  .l-gnav_list_item > a,
  .l-gnav_list_item > span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav {
    position: fixed;
    top: 5.5rem;
    z-index: 80;
    width: 60%;
    max-width: 40.8rem;
    height: calc(100% - 5.5rem);
    border-top-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-left-style: solid;
    border-color: #007a2c;
    background-color: #fff;
    right: -41.5rem;
    transition: right .36s;
    //right:0;
    // -webkit-transform: translateX(100%);
    //         transform: translateX(100%);
    // -webkit-transition: -webkit-transform .3s;
    // transition: -webkit-transform .3s;
    // transition: transform .3s;
    // transition: transform .3s, -webkit-transform .3s;
    overflow-y: auto;
  }
  .is_menu_open .l-gnav {
    right: 0;
    //-webkit-transform: translateX(0);
    //        transform: translateX(0);
  }
  .l-gnav_outer {
    position: relative !important;
    background-color: #fff;
  }
  .l-gnav_list {
    display: block;
    padding: 0 1rem;
  }
  .l-gnav_list:not(:last-child) {
    border-bottom: 2px solid #007a2c;
  }
  .l-gnav_list_item:not(:last-child) {
    border-bottom: 1px solid #007a2c;
  }
  .l-gnav_list_item > a,
  .l-gnav_list_item > span {
    display: block;
    color: #00873c;
    font-size: 1.6rem;
    font-weight: 700;
    padding: .6em .2em .5em;
    background-color: transparent;
  }
  .l-gnav_list_item > span {
    color: #ccc;
  }
  .l-gnav_list_item > a:hover,
  .l-gnav_list_item--current > a {
    background-color: transparent;
  }
  .l-gnav_list_item::before,
  .l-gnav_list_item:last-child::after {
      background-color:#fff;
  }
}

/* コンテンツ */
.l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem 0 6rem;
}
.l-content_main {
  width: calc(100% - 4rem - 300px);
  max-width: 540px;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .l-content {
    display: block;
    padding: 4rem 0;
  }
  .l-content_main {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

/* サイド */
.l-content_aside {
  width: 300px;
}
.l-content_aside a {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.l-content_aside a:hover {
  opacity: .8;
}
.l-content_aside_nb {
  margin-bottom: 3rem;
}
.l-content_aside_block {
  margin-bottom: 1.5rem;
}
.l-content_aside_block2 {
  margin-bottom: 4rem;
}
.l-content_aside_links_item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-content_aside {
    width: 100%; max-width: 300px;
    text-align: center;
    margin: 6rem auto 0;
  }
}


/* スポンサー */
.l-sponsor {
  background-color: #fff;
  margin-bottom: 30px;
}
.l-sponsor_block:not(:last-child) {
  margin-bottom: 3rem;
  overflow: hidden;
}
.l-sponsor_tit {
  background: #e5d7b1;
  color: #000;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom:1.5rem;
  padding: .7rem 3rem .5rem;
}
.l-sponsor .l-sponsor_logo_list{
  padding: 3rem;
}
.l-sponsor_img {
  text-align: center;
}
.l-sponsor_logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.l-sponsor_logo_list {
}
.l-sponsor_logo_list_item > img {
  max-width: 100%;
}
.l-sponsor_logo_list_item {
  display: block;
  margin-bottom: 5rem;
  width: auto;
}
.l-sponsor_logo_list_item:last-child {
  margin-bottom: 1em;
  }
.l-sponsor_logo--partner .l-sponsor_logo_list_item img{
  vertical-align: middle;
}
/* スポンサー partner */
.l-sponsor_tit--partner{
  /*background: #e9fff3;*/
  background: #ccf1b7;
  color: #00873c;
}
.l-sponsor_logo_list--partner{
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-sponsor {
  }
  .l-sponsor_tit {
    font-size: 2.2rem;
  }
  .l-sponsor_logo {
    max-width: 340px;
  }
  .l-sponsor_logo_list {
    display: block;
    margin: 0;
  }
  .l-sponsor_logo_list_item {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .l-sponsor_logo.l-sponsor_logo--partner{
    max-width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .l-sponsor {
  }
  .l-sponsor_block:not(:last-child) {
    margin-bottom: 1rem;
  }
  .l-sponsor_tit {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .l-sponsor_logo {
    width: 100%;
    max-width: 240px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-sponsor_logo_list {
    display: block;
    margin: 0;
  }
  .l-sponsor_logo_list_item {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .l-sponsor_logo_list--partner{
    padding-top: 4rem;
  }
  .l-sponsor_logo_list--partner > .l-sponsor_logo_list_item{
    margin-bottom: 4rem;
  }
}

/* フッター */
.l-footer {
  background-color: #00873c;
}
.l-footer_inner {
  padding: 4rem 1.5rem;
}
.l-footer_logo {
  text-align: center;
  margin-bottom: 4rem;
}
.l-footer_logo > img {
  height: 32px;
}
.l-footer_links {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.4;
}
.l-footer_links_item {
  font-size: 1.6rem;
  display: inline-block;
}
.l-footer_links_item:not(:last-child)::after {
  content: "|";
  color: #fff;
  display: inline-block;
}
.l-footer_links_item > a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.l-footer_links_item:not(:last-child) > a {
  padding-right: .5em;
}
.l-footer_links_item:not(:first-child) > a {
  padding-left: .4em;
}
.l-footer_links_item > a:hover {
  text-decoration: underline;
}
.l-footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer_inner {
    padding: 2rem 2.6vw;
  }
  .l-footer_logo {
    margin-bottom: 2rem;
  }
  .l-footer_copyright {
    font-size: 1.2rem;
  }
  .l-footer_links_item:not(:last-child) {
    margin-bottom: .6rem;
  }
  .l-footer_links_item:not(:first-child) > a {
    padding-left: 0;
  }
  .l-footer_links_item:not(:last-child)::after {
    display: none;
  }
}

.l-pageTop {
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  width: 6rem;
  display: none;
}
.l-pageTop > a {
  display: block;
  height: 6rem;
  background-color: #00873c;
  overflow: hidden;
  text-indent: 100vw;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.l-pageTop > a::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: translate(-50%, -30%) rotate(-45deg);
          transform: translate(-50%, -30%) rotate(-45deg);
}
.l-pageTop > a:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .l-pageTop {
    width: 4rem;
    right: 1rem;
  }
  .l-pageTop > a {
    height: 4rem;
  }
  .l-pageTop > a::before {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .l-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .is_menu_open .l-overlay {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
  }
}

/*****************************************************
Component
*****************************************************/
a.c-btn_link{
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}
a.c-btn_link > .c-btn_link--small{
  font-size: 0.8125em;
}
.c-btn_link {
  display: block;
  text-align: center;
  position: relative;
  padding: 6px 4px;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.c-btn_link--under {
  padding: 1rem 2rem .8rem;
}
.c-btn_link:hover {
  opacity: .8;
}
span.c-btn_link:hover {
  opacity: 1;
}
.c-btn_link--under::after {
  width: 6px;
  height: 6px;
  right: 1.4rem;
}
span.c-btn_link--under::after {
  display: none;
}
.c-btn_link.c-btn_link--seminar {
    background-color: #d60050;
    box-shadow: 0px 0px 6.4px 1.6px rgba(0, 0, 0, 0.16);
}
.c-btn_link.c-btn_link--attend {
  background-color: #002870;
  box-shadow: 0px 0px 6.4px 1.6px rgba(0, 0, 0, 0.16);
}
.c-btn_link.c-btn_link--entry {
  background-color: #68b72e;
  box-shadow: 0px 0px 6.4px 1.6px rgba(0, 0, 0, 0.16);
}
.c-btn_link.c-btn_link--ready {
  background-color: #8c8c8c;
  color: #ddd;
  line-height: 1.2;
}
.c-btn_link .c-btn_link---meta{
  display: inline-block;
  background: #fff;
  color: #d60050;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2px 25px;
  border-radius: 8px;
}
.c-btn_link.c-btn_link--seminar .c-btn_link---meta{
  color: #002870;
  padding: 2px 12px;
}
.c-btn_link .c-btn_link---meta em{
  font-weight: 700;
}
.c-btn_link--side {
  padding: 1rem 2rem;
}
.c-btn_link.c-btn_link--ready .c-btn_link---meta{
  color: #000;
}

@media screen and (max-width: 768px) {
  .c-btn_link {
    padding: 1rem;
  }
  .c-btn_link::after {
    width: 8px;
    height: 8px;
    right: 2rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .c-btn_link img {
    max-height: 43px;
    margin: 0 auto;
  }
}

.c-titleLvTwo {
  color: #007c2d;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3571;
  margin: 0 0 4rem;
}
.c-titleLvTwo.black{
  color: black;
}
@media screen and (max-width: 768px) {
  .c-titleLvTwo {
    font-size: 2.2rem;
  }
  .p-greeting .c-titleLvTwo {
    font-size: 2.6rem; font-size: 3.8980509vw;
  }
}
@media screen and (max-width: 580px) {
  .p-greeting .c-titleLvTwo {
    font-size: 2.7rem; font-size: 4.8vw;
  }
}

.p-seminar{
  position: relative;
}
.c-txtGeneral {
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-txtGeneral:not(:last-child) {
  margin-bottom: 1em;
}
.c-txtGeneralLvTwo{
  font-size: 1.9rem;
  line-height: 1.75;
}
.c-txtGeneralLvTwo:not(:last-child) {
  margin-bottom: 1em;
}
.c-txtGeneralLvThree{
  position: relative;
  top: -20px;
}
.c-txtGeneralLvFour{
  font-size: 1.5rem;
}
.c-txtGeneralLvFour:not(:last-child) {
  margin-bottom: 1em;
}
.c-link {
  color: #007c2d !important;
}
.c-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 414px) {
  .c-txtGeneralLvTwo{
    font-size: 1.7rem;
  }
}

/*****************************************************
  Utility
*****************************************************/
.u-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: inherit !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 581px) {
  .n-tl {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  /*.u-tl {
    display: none !important;
  }*/
}