@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;700&display=swap');

:root {
  --blue: #0058A7;
  --green: #006F4E;
  --red: #E6002E;
  --yellow: #FFD900;
  --yGreen: #A4D33C;
  --lGreen: #01A041;
}

*, *::before, *::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 75%;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 75%;
  font-family: 'Noto Sans JP', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  line-height: 2;
  background-color: #DEF2FC;
  background-image: url(../img/bk.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width:766.99px) {
  body {
    font-size: 90%;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
a:hover {
  text-decoration: underline;
	opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  box-sizing: border-box;
}

p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 1.8rem;
}
@media screen and (max-width:766.99px) {
  p {
    font-size: 1.4rem;
  }
}
p small {
  line-height: 1.2rem;
  display: inline-block; 
}

ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* util */
.pc { display: block; }
.sp { display: none; }
@media screen and (max-width:766.99px) {
  .pc {display: none;}
  .sp {display: block;}
}

.flexBox {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width:766.99px) {
  .flexBox {
    display: flex;
    flex-direction: column;
  }
}


/* embed video */
.video{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:766.99px) {
  .video{
    margin: 0 auto;
    width:100%;
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
  }
  .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* container */
.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

/* header */
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100px;
  margin: 0 auto;
  padding: 20px 20px 40px 20px;
  width: 100%;
}
@media screen and (max-width:766.99px) {
  header {
    height: auto;
    padding: 4% 2% 0 2%;
  }
}
.asadigiLogo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}
@media screen and (max-width:766.99px) {
  .asadigiLogo {
    flex-direction: column;
  }
}
.asadigiLogo a {
  display: block;
  margin: 0 auto 0 0;
  padding: 0;
  width: 140px;
  height: 42px;
  overflow: hidden;
}
@media screen and (max-width:766.99px) {
  .asadigiLogo a {
    width: 65px;
    height: auto;
    font-size: 20px;
  }
}
.asadigiLogo a img {
  display: block;
  margin: 0 auto 0 0;
  width: 132px;
  height: auto;
}
@media screen and (max-width:766.99px) {
  .asadigiLogo a img {
    width: 100%;
    height: auto;
  }
}
.asadigiLogo p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width:766.99px) {
  .asadigiLogo p {
    font-size: .8rem;
    line-height: 1.2;
    padding: .5em 0 0 .25rem;
  }
}

.snsArea {
  display: flex;
  justify-content: flex-end;
  width: 150px;
  height: 100%;
}
@media screen and (max-width:766.99px) {
  .snsArea {
    width: 20%;
    height: 100%;
  }
}
.snsArea p {
  color: #FFF;
  font-weight: 900;
  line-height: 40px;
}
.snsArea .share_link {
  padding: 0 0 0 10px;
}
.snsArea .share_link img {
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width:766.99px) {
  .snsArea .share_link img {
    width: 32px;
    height: 32px;
  }
}
.snsArea .share_link img:hover {
  filter: brightness(160%);
}

/* first view */
#ejaTop {
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width:766.99px) {
  #ejaTop {
    padding: 8% 0;
  }
}
#ejaTop h1 {
  display: block;
  margin: 0 auto;
  width: 1070px;
  height: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width:1099.99px) {
  #ejaTop h1 {
    width: 96%;
  }
}
@media screen and (max-width:766.99px) {
  #ejaTop h1 {
    width: 90%;
  }
}
#ejaTop h1::after, #ejaTop h1::before {
  display: block;
  content: "";
  position: absolute;
}
#ejaTop h1::before {
  background: url(../img/bird-right.png) no-repeat right top;
  background-size: cover;
  width: 80px;
  height: 67px;
  right: 180px;
  top: -60px;
}
#ejaTop h1::after {
  background: url(../img/bird-left.png) no-repeat right top;
  background-size: cover;
  width: 74px;
  height: 58px;
  left: 10px;
  bottom: -60px;
}
@media screen and (max-width:766.99px) {
  #ejaTop h1::before  {
    right: 0;
    top: -35px;
    width: 60px;
    height: 50px;
  }
  #ejaTop h1::after  {
    left: 0;
    width: 55px;
    height: 45px;
    bottom: -45px;
  }
}
#ejaTop h1 img {
  display: block;
  margin: 0 auto;
  width: 924px;
  height: auto;
}
@media screen and (max-width:1099.99px) {
  #ejaTop h1 img {
    width: 100%;
  }
}
@media screen and (max-width:766.99px) {
  #ejaTop h1 img {
    width: 100%;
  }
}
#ejaTop .sponsor {
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width:766.99px) {
  #ejaTop .sponsor {
    padding: 8% 0 0 0;
  }
}

#ejaTop .sponsor ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 66px; /*　値変更OK */
}
#ejaTop .sponsor li {
  font-size: 1rem;
  line-height: 66px; /*　値変更OK */
}
#ejaTop .sponsor img {
  width: 240px; /*　値変更OK */
}
@media screen and (max-width:766.99px) {
  #ejaTop .sponsor ul {
    height: 33px; /*　値変更OK */
  }
  #ejaTop .sponsor li {
    font-size: 1rem;
    line-height: 33px; /*　値変更OK */
  }
  #ejaTop .sponsor a {
    margin-left: 8px;
    width: 130px; /*　値変更OK */
    height: auto;
  }
  #ejaTop .sponsor img {
    width: 120px; /*　値変更OK */
    height: auto;
  }
}

/* main */
#main {
  background: transparent url(../img/bk-clouds.png) no-repeat;
  background-position: top center;
  background-size: 1440px auto;
  margin: 0 auto;
  padding: 60px 0 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width:766.99px) {
  #main {
    padding: 0;
  }
}
.contentsArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  margin: 0 auto;
  padding: 0;
  width: 780px;
  height: auto;
}
@media screen and (max-width:766.99px) {
  .contentsArea {
    width: 92%;
  }
}
/* Lead Text */
.contentSummary {
  margin: 0 auto;
  padding: 0 0 65px 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width:766.99px) {
  .contentSummary {
    padding: 0 0 12% 0;
  }
}
.contentSummary p {
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.7;
}
.contentSummary p small {
  padding: 1.55rem 0 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width:766.99px) {
  .contentSummary p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .contentSummary p small {
    padding: 1.55rem 0 0 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
  }
}
/* Content Set (white box) */
.contentSet {
  background: #FFF;
  margin: 0 auto 60px auto;
  padding: 40px;
  width: 100%;
}
.contentSet.nopadding {
  margin: 0 auto;
}
@media screen and (max-width:766.99px) {
  .contentSet {
    margin: 0 auto 12% auto;
    padding: 4%;
    width: 100%;
  }
}
/* headlines */
.title_box {
  display: block;
  margin: 0 auto;
  padding: 0 0 40px 0;
  width: 100%;
}
@media screen and (max-width:766.99px) {
  .title_box {
    padding: 0 0 4% 0;
  }
}
/* 黄色斜め見出し */
.title_box .h2_sem {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.title_box .h2_sem img {
  width: 100%;
}

/* 指定発言見出し */
.title_box .h2_com {
  color: var(--green);
  display: flex;
  font-size: 28px;
  line-height: 40px;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  height: 40px;
}
.title_box .h2_com span {
  background: var(--red);
  color: #FFF;
  display: inline-block;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 38px;
  margin-right: 2rem;
  width: 7em;
  height: 40px;
  text-align: center;
}

@media screen and (max-width:766.99px) {
  .title_box .h2_com {
    flex-direction: column;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    height: 3.2rem;
    margin-bottom: 2rem;
  }
  .title_box .h2_com span {
    font-size: 1.2rem;
    height: 3em;
  }
}

/* 講演・パネル 写真 */
.columnSec figure {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
/* 写真上下のpadding */
.columnSec figure.pad {
  padding: 40px 0;
}
.columnSec figure.padTop {
  padding: 40px 0 0 0;
}
.columnSec figure.padBottom {
  padding: 0 0 40px 0;
}
@media screen and (max-width:766.99px) {
  .columnSec figure.pad {
    padding: 8% 0;
  }
  .columnSec figure.padTop {
    padding: 8% 0 0 0;
  }
  .columnSec figure.padBottom {
    padding: 0 0 8% 0;
  }
}
.columnSec figure img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
/* 講演・パネル 本文 */
.columnSec p {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
}
.columnSec.columnPanel p {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width:766.99px) {
  .columnSec p {
    font-size: 1.4em;
    line-height: 1.5;
  }
  .columnSec.columnPanel p {
    font-size: 1.4em;
    line-height: 1.5;
  }
}

/* パネルpadding */
.columnSec .panel p.pad {
  padding: 30px 0;
}
.columnSec .panel p.padTop {
  padding: 30px 0 0 0;
}
.columnSec .panel p.padBottom {
  padding: 0 0 30px 0;
}
@media screen and (max-width:766.99px) {
  .columnSec .panel p.pad {
  padding: .8rem 0;
}
.columnSec .panel p.padTop {
  padding: .8rem 0 0 0;
}
.columnSec .panel p.padBottom {
  padding: 0 0 .8rem 0;
}
}
/* パネル発言者名 */
.columnSec .panel p span {
  color: var(--green);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

/* 注釈 */
.columnSec p sup {
  font-family: 'Noto Serif JP', serif;
  top: -0.4em;
}
.columnSec p.small {
  font-size: 1.15rem;
  line-height: 1.4;
  padding-top: 40px;
}
@media screen and (max-width:766.99px) {
  .columnSec p.small {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/* プロフィールテキスト */
.columnSec p.prof,
.columnSec .panel p.prof {
  color: #000 !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.16rem;
  font-weight: 300;
  padding-top: 10px;
  letter-spacing: 0;
  line-height: 1.5;
}
.columnSec p.prof span,
.columnSec .panel p.prof span {
  color: #000 !important;
  font-size: 1.45rem;
  font-weight: 400;
}
.columnSec p.prof span small {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width:766.99px) {
  .columnSec p.prof,
  .columnSec .panel p.prof {
    padding-top: 0.25rem;
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .columnSec p.prof span,
  .columnSec .panel p.prof span {
    font-size: 1.4rem;
    padding-bottom: 0.25rem;
  }
  .columnSec p.prof span small {
    font-size: 1rem;
  }
}
/* 講演小見出し */
.columnSec h3.h3_sem01 {
  background: url(../img/h3_sem01_bk.png) no-repeat top left;
  background-size: auto 100%;
  color: var(--green);
  font-size: 28px;
  font-weight: 500;
  line-height: 60px;
  width: 100%;
  height: 60px;
  margin: 40px auto;
  padding: 0 0 0 40px;
}
@media screen and (max-width:766.99px) {
  .columnSec h3.h3_sem01 {
    font-size: 1.6rem;
    line-height: 1.2;
    height: 4rem;
    margin: 12% auto 8% auto;
    padding: 0 0 0.5rem 2rem;
  }
}
/* パネル小見出し */
.columnSec h3.h3_panel {
  background: url(../img/h3_panel_bk.png) no-repeat top left;
  background-size: 100% auto;
  color: var(--green);
  font-size: 28px;
  font-weight: 600;
  line-height: 74px;
  width: 100%;
  height: 80px;
  margin: 40px auto;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width:766.99px) {
  .columnSec h3.h3_panel {
    background: url(../img/h3_panel_bk_sp.png) no-repeat top left;
    background-size: 100% auto;
    font-size: 1.6rem;
    line-height: 7vw;
    height: 16vw;
    padding: .2rem 1rem;
  }
  .columnSec h3.h3_panel.single_sp {
    line-height: 15vw;
    padding: 0 1rem;
  }
}
/* video area */
.boxDigest .heading_tab {
  background: var(--yellow);
  border: 3.5px solid var(--yGreen);
  -webkit-filter:drop-shadow(3px 3px 2px rgba(100, 100, 100, 0.2));
  -moz-filter:drop-shadow(3px 3px 2px rgba(100, 100, 100, 0.2));
  -ms-filter:drop-shadow(3px 3px 2px rgba(100, 100, 100, 0.2));
  filter:drop-shadow(3px 3px 2px rgba(100, 100, 100, 0.2));
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 4px 20px;
  width: 500px;
}
@media screen and (max-width:766.99px) {
  .boxDigest .heading_tab {
    padding: 2px 0.5em;
    width: 100%;
  }
}
.boxDigest .tag {
  background: var(--lGreen);
  border-radius: 32px;
  color: #FFF;
  font-size: 21px;
  line-height: 42px;
  display: block;
  height: 42px;
  margin-right: 21px;
  padding: 0 21px;
  text-align: center;
}
@media screen and (max-width:766.99px) {
  .boxDigest .tag {
    font-size: 15px;
    margin-right: 8px;
    padding: 0 1em;
  }
}
.boxDigest .text {
  color: var(--green);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  display: block;
  width: 70%;
  text-align: center;
}
/* Edge */
@supports (-ms-ime-align: auto){
  .boxDigest .text {
      letter-spacing: 4px !important;
  }
}
/* IE */
@media all and (-ms-high-contrast: none){
  .boxDigest .text {
    letter-spacing: 4px !important;
}
}
@media screen and (max-width:766.99px) {
  .boxDigest .text {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: -1px;
  }
}
/* [top page] ご挨拶 */
.columnSec.greeting .heading_tab {
  color: var(--green);
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 200px;
}
@media screen and (max-width:766.99px) {
  .columnSec.greeting .heading_tab {
    font-size: 1.6rem;
    width: 120px;
  }
}
.columnSec.greeting .heading_tab::after {
  background: var(--green);
  content: "";
  width: 200px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width:766.99px) {
  .columnSec.greeting .heading_tab::after {
    font-size: 2rem;
    width: 60%;
  }
}
.columnSec.greeting .flexBox {
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.columnSec.greeting .flexBox p {
  font-size: 1.4em;
  line-height: 1.8rem;
}
@media screen and (max-width:766.99px) {
  .columnSec.greeting .flexBox p {
    font-size: 1.4em;
    line-height: 1.5;
    padding-bottom: 1em;
  }
}
.columnSec.greeting .flexBox figure {
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
  width: 200px;
}
.columnSec.greeting .flexBox figure img {
  width: 180px;
}
.columnSec.greeting .flexBox figcaption {
  font-size: 16px;
  text-align: center;
}
.columnSec.greeting .flexBox figcaption small {
  font-size: 12px;
}
@media screen and (max-width:766.99px) {
  .columnSec.greeting .flexBox figure,
  .columnSec.greeting .flexBox figure img,
  .columnSec.greeting .flexBox figcaption {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .columnSec.greeting .flexBox figure img {
    width: 80%;
  }
  .columnSec.greeting .flexBox figcaption {
    font-size: 1.4em;
  }
  .columnSec.greeting .flexBox figcaption small {
    font-size: 0.8em;
  }
}

/* 指定発言 */
.columnSec .inner.flexBox {
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width:766.99px) {
  .columnSec .inner.flexBox {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
.columnSec .inner.flexBox p {
  font-size: 1.4rem;
  line-height: 1.68;
  width: 495px;
}
.columnSec .inner.flexBox figure {
  padding-top: 0.5rem;
  width: 180px;
}
@media screen and (max-width:766.99px) {
  .columnSec .inner.flexBox p,
  .columnSec .inner.flexBox figure {
    width: 100%;
  }
  .columnSec .inner.flexBox p {
    font-size: 1.4em;
    line-height: 1.5;
  }
  .columnSec .inner.flexBox figure {
    margin-bottom: 2rem;
    padding-top: 0;
  }
}
.columnSec .inner.flexBox figure img {
  display: block;
  margin: 0 auto 10px auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width:766.99px) {
  .columnSec .inner.flexBox figure img {
    width: 180px;
  }
}
.columnSec .inner.flexBox figcaption {
  font-size: 1.3rem;
  line-height: 1.4;
  padding-top: 3px;
  text-align: center;
}
@media screen and (max-width:766.99px) {
  .columnSec .inner.flexBox figcaption {
    font-size: 1.2rem;
  }
}
/* content navigation */
.contentNav {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.btnArea {
  display: block;
  margin: 0 auto;
  padding: 90px 0;
  width: 100%;
  height: auto;
  text-align: center;
}

.btnHome {
  display: block;
  margin: 0 auto;
  padding: 0.25rem 0;
  width: 320px !important;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  background-color: var(--lGreen);
  box-shadow: 3px 3px 2px rgba(13,87,167,0.3);
}
.btnHome:hover {
  background-color: var(--green);
  text-decoration: none;
  opacity:0.8;
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  box-shadow: none;
}

.contentNav ul.flexBox {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
/* [top] 2 columns */
.contentNav ul.flexBox > li{
  background: #FFF;
  border: 3.5px solid var(--yGreen);
  display: block;
  width: 360px;
  height: auto;
}
/* [under] 1 column */
.contentNav ul.flexBox > li.fullBox{
  width: 100%;
}
.contentNav ul.flexBox > li.fullBox div.wrapper{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 766.98px) {
  .contentNav ul.flexBox,
  .contentNav ul.flexBox > li.fullBox div.wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 766.98px) {
  .contentNav ul.flexBox > li,
  .contentNav ul.flexBox > li.fullBox {
    width: 100%;
  }
  .contentNav ul.flexBox > li:nth-child(1) {
    margin-bottom: 13%;
  }
  .contentNav ul.flexBox > li.fullBox:nth-child(1) {
    margin-bottom: 0;
  }
  .contentNav ul.flexBox > li.fullBox div.wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.contentNav li a,
.contentNav li a:hover {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.contentNav li h2 {
  background: var(--yellow);
  border-bottom: 3.5px solid var(--yGreen);
  color: var(--green);
  font-size: 2rem;
  padding: .5rem 0;
  text-align: center;
  width: 100%;
}
.contentNav li h2.spacing:first-letter {
  letter-spacing: 1.4rem;
}
.contentNav li img {
  width: 100%;
  height: auto;
}
/* [under] 1 column */
.contentNav ul.flexBox > li.fullBox .inner {
  display: block;
  padding: 0;
  height: auto;
  width: calc(100% - 360px);
}
.contentNav ul.flexBox > li.fullBox img{
  display: block;
  width: 360px;
  height: auto;
}
@media screen and (max-width: 766.98px) {
  .contentNav {
    width: 100%;
    height: auto;
  }
  .contentNav ul.flexBox > li.fullBox img {
    width: 100%;
  }
  .contentNav ul.flexBox > li.fullBox .inner {
    width: 100%;
  }
}

.contentNav ul.flexBox ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1% 0;
}
.contentNav ul.navTop.flexBox ul {
  padding: 5% 0 2.5% 0;
}
.contentNav ul.navSem01.flexBox ul,
.contentNav ul.navSem02.flexBox ul {
  padding: 10% 2% 5% 2%;
}
@media screen and (max-width: 766.98px) {
  .contentNav ul.navSem01.flexBox ul,
  .contentNav ul.navSem02.flexBox ul {
  padding: 6% 2% 8% 2%;
}
}
.contentNav ul.flexBox ul > li {
  font-size: 1.45rem;
  font-weight: 500;
  padding: 0 .5rem .5rem 1rem;
  width: 47%;
  position: relative;
}
.contentNav ul.navTop.flexBox ul > li {
  width: 49%;
}
.contentNav ul.navTop.flexBox ul > li.nospacing {
  letter-spacing: -1px;
}
.contentNav ul.navTop.flexBox ul > li.nospacing:first-letter {
  letter-spacing: 0;
}
.contentNav ul.navSem01.flexBox ul > li,
.contentNav ul.navSem02.flexBox ul > li {
  width: 49%;
}
@media screen and (max-width: 766.98px) {
  .contentNav ul.flexBox ul > li,
  .contentNav ul.navTop.flexBox ul > li, 
  .contentNav ul.navSem01.flexBox ul > li,
  .contentNav ul.navSem02.flexBox ul > li {
    font-size: 1.35rem;
    line-height: 1.4;
    padding: 0 0.5rem 1rem 1rem;
    width: 49%;
  }
  .contentNav ul.flexBox ul > li br.sp {
    display: none !important;
  }
}

.contentNav ul.flexBox ul > li::before {
  content: "● ";
  color: var(--lGreen);
  position: relative;
  left: 0;
  top: 0;
}
.contentNav ul.navTop.flexBox > li:nth-child(1) ul > li:nth-child(4),
.contentNav ul.navTop.flexBox > li:nth-child(2) ul > li:nth-child(5),
.contentNav ul.navSem01.flexBox > li.fullBox:nth-child(1) ul > li:nth-child(4),
.contentNav ul.navSem02.flexBox > li.fullBox:nth-child(1) ul > li:nth-child(5){
  width: 100%;
}
.contentNav ul.flexBox ul > li span {
  font-size: 12px;
}
.contentNav ul.flexBox p.moreLink {
  color: var(--lGreen);
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0.75em 0 1em 0;
  padding: 0 2em 0 0;
  position: relative;
  text-align: right;
  width: 100%;
  height: 20px;
}
.contentNav ul.flexBox p.moreLink::after {
  background: url(../img/icon-arrow_l.png) no-repeat right center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 0.75em;
  bottom: 1px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 766.98px) {
  .contentNav ul.flexBox p.moreLink {
    font-size: 1.6rem;
    line-height: 24px;
    bottom: .5em;
  }
  .contentNav ul.flexBox p.moreLink::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
/* footer */
footer {
  background: url(../img/footer_bk.png);
  background-repeat: repeat-x;
  background-position: -350px bottom;
  background-size: 2383px 104px;
  display: flex;
    flex-direction: column;
    justify-content: stretch;
  font-size: 1em;
  padding: 100px 20px 150px 20px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 766.98px) {
  footer {
    background: url(../img/footer_bk.png);
    background-position: 63.6% 100% !important;
    background-repeat: no-repeat;
    background-size: 1440px 63px;
    padding: 14% 4%;
  }
}
footer > * {
  display: block;
  text-align: center;
}
#footerCopyright p {
  font-size: .9em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 766.98px) {
  #footerCopyright p {
    font-size: .9em;
    line-height: 1.6;
    text-align: center;
  }
}