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

:root {
  --blue: #0058A7;
  --lightblue: #579FD7;
  --green: #37B5B4;
  --red: #E8374A;
  --pink: #E85298;
  --gray: #707070;
  --brown: #231815;
  --marker: rgba(220,250,0,0.8);
}

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

html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 75%;
  font-family: 'Noto Sans JP', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  line-height: 2.0;
  background-image: url(../img/back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}

a {
  color: #333;
  text-decoration: underline;
  -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: none;
	opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
}
p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 1.8rem;
}
p small {
  line-height: 1.2rem;
  display: inline-block;
}
ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/*header*/
header {
  display: flex;
  margin: 1rem auto;
  width: 900px;
  justify-content: space-between;
  align-content: center;
}
.snsArea, .asadigiLogo {
  display: flex;
  align-content: center;
}
.asadigiLogo p {
  font-size: 0.8rem;
  text-indent: 1.2rem;
}
.share_text {
  font-size: 1.2rem;
  font-weight: 700;
}
.share_link {
  width: 30px;
  margin-left: 25px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .share_link {
    width: 25px;
  }
}
.share_link.share-fb {
  width: 13px;
  height: 26px;
}
@media screen and (max-width: 749px) {
  .share_link.share-fb {
    width: 10px;
    height: 20px;
  }
}
.share_link.share-tw {
  width: 26px;
  height: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 749px) {
  .share_link.share-tw {
    width: 22px;
    height: 16px;
  }
}
/* heading */
h1, h2 {margin: 0;}

h3 {
  margin: 1rem 0;
  padding: 4px 1rem 4px .5rem;
  text-align: left;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--green);
  display: inline-block;
  width: 100%;
  border-top: 3px solid var(--green);
  border-left: 5px solid var(--green);
}
h4 {
  margin: 0.8rem auto;
  padding: 0.2rem 0 0.2rem 1rem;
  text-align: left;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
}
/* main Title */
#ejaTop {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ejaTop.pad_01 {
  padding-bottom: 1rem;
}
#ejaTop img {
  width: 300px;
  display: block;
  margin: 0 auto 1.5rem auto;
}
#ejaTop h1 {
  margin: 1rem auto 0 auto;
  padding: 0;
  color: #000;
  width: auto;
  width: 90%;
}
#ejaTop h1 span.h1text1 {
  margin: 0 auto;
  padding: 0;
  background: none;
  color: #000;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}
#ejaTop h1 span.h1text2 {
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0.8rem 0.3rem 1.0rem;
  background: none;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.0;
  vertical-align: baseline;
}
#ejaTop h1 span.h1text3 img {
  width: 100% !important;
  height: auto;
  margin: 0.5rem 0 0 0;
}
#ejaTop .sponsor {
  width: 90%;
  margin: 0 auto;
}
#ejaTop .sponsor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1rem;
  margin: 0;
  position: relative;
  top: 0px;
}
#ejaTop .sponsor ul img {
  margin: 0 0 0 0;
  width: 50%;
  position: relative;
  top: 10px;
  display: inline-block;
}


/* contents title */
.title_box {
  margin: 0 auto 10px auto;
  padding: 0;
  color: #fff;
  width: 100%;
  height: 50px;
  position: relative;
  border-top: 4px solid var(--green);
  /*border-image: linear-gradient(to right, var(--green) 0%, #C1DED5 10%, var(--green) 15%);  
  border-image-slice: 1;*/
  position: relative;
  text-align: center;
}
.title_box.title_h2 {
  height: auto;
}
.title_box .heading_tab {
  color: #fff;
  background: var(--green);
  display: inline-block;
  padding: 1.5% 5px 1% 0;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.title_box .heading_tab::before {
  content: "";
  display: block;
  width: 75px;
  height: 40px;
  background: url(../img/h2_heading_before.png) no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  left: -75px;
  top: 0;
}
.title_box.title_greeting {
  border-top: 4px solid #2D6AB1;
}
.title_box.title_greeting .heading_tab {
  background: #2D6AB1;
}
.title_box.title_greeting .heading_tab::before {
  background: url(../img/h2_heading_before_02.png) no-repeat left top;
  background-size: cover;
}
.title_box span.tag,
.title_box span.tag  {
  margin: 0 0 0 1rem;
  padding: 0.25rem 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  color: var(--blue);
  background: #fff;
}
.title_box h2.h2_border {
  margin: 60px auto 0 auto;
  display: inline-block;
  color: var(--green);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
}

/* content Area Title */
.contentsArea ul h2, .contentsArea1 ul h2 {
  width: 90%;
  color: var(--green);
  font-weight: 900;
  letter-spacing: 2px;
  margin: 20px auto 10px auto;
  padding: 2px 0 2px 1rem;
  height: auto;
  display: block;
  border-top: 2px solid var(--green);
  border-image: none;
  border-left: 5px solid var(--green);
  text-align: left;
}

.pageTop {
  margin: 4em 0;
  width: 100%;
  text-align: center;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

/* 画面外にいる状態 */
.fadeinLeft {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(-50px, 0);
  -moz-transform : translate(-50px, 0);
  -ms-transform : translate(-50px, 0);
  -o-transform : translate(-50px, 0);
  transform : translate(-50px, 0);
  -moz-opacity:0.0;
}
.fadeinRight {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(50px, 0);
  -moz-transform : translate(50px, 0);
  -ms-transform : translate(50px, 0);
  -o-transform : translate(50px, 0);
  transform : translate(50px, 0);
  -moz-opacity:0.0;
}
.fadeinBottom {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(0, 50px);
  -moz-transform : translate(0, 50px);
  -ms-transform : translate(0, 50px);
  -o-transform : translate(0, 50px);
  transform : translate(0, 50px);
  -moz-opacity:0.0;
}

/* 画面内に入った状態 */
.fadeinLeft.scrollin, .fadeinRight.scrollin, .fadeinBottom.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
  -webkit-transform : translate(0, 0);
  -moz-transform : translate(0, 0);
  -ms-transform : translate(0, 0);
  -o-transform : translate(0, 0);
  transform : translate(0, 0);
  -moz-opacity:1.0;
}



/*header*/
header {
  display: flex;
  margin: 1rem auto;
  width: 90%;
  justify-content: space-between;
  align-content: center;
}
.asadigiLogo {
  display: block;
  align-content: center;
  color: #000;
}
.snsArea {
  display: flex;
  align-content: center;
  color: #fff;
}
.asadigiLogo p {
  font-size: 0.8rem;
  text-indent: 0rem;
  line-height: 1.2rem;
}
.share_text {
  font-size: 1.2rem;
  font-weight: 700;
}
.share_link {
  width: 30px;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .share_link {
    width: 25px;
  }
}
.share_link.share-fb {
  width: 13px;
  height: 26px;
}
@media screen and (max-width: 749px) {
  .share_link.share-fb {
    width: 10px;
    height: 20px;
    margin-top: 4px;
  }
}
.share_link.share-tw {
  width: 26px;
  height: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 749px) {
  .share_link.share-tw {
    width: 22px;
    height: 16px;
  }
}


/*contents*/
#main.underlayer {
  margin-top: 0;
}
#main section {
  margin: 0;
  padding: 0;
}
.contentsArea {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.contentSummary {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  width: 90%;
}
.contentSummary p + p {
  padding-top: 1rem;
}
.contentSet {
  display: block;
  margin: 0 auto 40px auto;
  padding: 0;
  width: 90%;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 5px 5px 0 rgba(55,180,180,0.3);
}
.boxDigest {
  margin: 0 auto;
  padding: 0 0 4% 0;
  width: 100%;
  height: auto;
}
.columnSec .inner {
  margin: 0 auto;
  padding: 2% 5% 8% 5%;
  width: 100%;
  height: auto;
}
.contentSet.blue {
  box-shadow: 5px 5px 0 rgba(130,176,200,0.5);
}
.contentNav {
  display: block;
  margin: 0 auto 40px auto;
  padding: 0;
  width: 90%;
  word-wrap: break-word;
  background-color: unset;
}
.columnSec.greeting .inner.flexBox {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: stretch;
}
.columnSec.greeting img {
  width: 100%;
  margin: 0 0 10px 0;
}
.columnSec.greeting figcaption {
  font-size: 1.2rem;
  text-align: center
}
.columnSec.greeting p {
  display: block;
}
.greeting1st {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.greeting2nd {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.contentNav ul {
  margin: 0;
  display: block;
}
.contentNav ul li {
  display: block;
  margin: 0 0 2rem 0;
  width: 100%;
}
.contentNav ul li a div {
  width: 100%;
}

.contentNav ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  box-shadow: 5px 5px 0px rgba(55,180,180,0.3);
  padding: 0 0 1.2rem 0;
  border-radius: 0;
  border-top: 5px solid;
  border-image: linear-gradient(to right, var(--green) 20%, #C1DED5 50%, var(--green) 80%);  
  border-image-slice: 1;
  overflow: hidden;
  background-color: rgba(255,255,255,1.0);
}
.contentNav ul li a div ul li {
  position: relative;
}
.contentNav ul li a div ul li::before {
  content: "●";
  color: var(--green);
  font-size: 1rem;
  width: 2rem;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -1rem;
}
.contentNav ul li a:hover {
  opacity:1;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  box-shadow: 3px 3px 0px rgba(55,180,180,0.3);
  background-color: rgba(255,255,255,0.5);
}
.contentNav ul li a img {
  width: 100%;
}
.contentNav ul li a div p {
  padding: 0 0 1rem 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.0rem;
}
.contentNav ul li a div p small {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.contentNav ul li a div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 90%;
  margin: 0 auto;
}
.contentNav ul li a div ul li {
  display: block;
  margin: 15px 0 0 0;
  padding: 0 0 4px 0;
  text-indent: 1.2rem;
  width: 49%;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 2.0rem;
}
.contentNav ul li a div ul li:nth-child(5) {
  width: 100%!important;
}
.contentNav ul li a div ul li small {
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.contentsArea1 .contentNav {
  margin: 60px auto 0 auto;
}
.contentsArea1 .contentNav ul li {
  width: 100%;
  margin: 40px 0;
}
.contentsArea1 .contentNav ul li a {
  padding: 0;
}
.contentsArea1 .contentNav ul li a div {
  width: 100%;
  margin: 0 0 20px 0;
}
.contentsArea1 .contentNav ul li img {
  width: 100%;
}
.contentsArea1 .contentNav ul li a div ul li {
  width: 48%;
  margin: 15px 0 0 0;
  text-align: left;
}
.contentsArea1 .contentNav ul li a div ul li:nth-last-child(1) {
  width: 100%;
}

.contentsArea1 .contentNav a.archive {
  display: block;
  margin: 0 0 3rem 0;
}

.backHome {
  display: block;
  margin: 0 auto;
  padding: 0.8rem 0;
  width: 100% !important;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  background-color: var(--blue);
  box-shadow: 4px 4px 0px rgba(13,87,167,0.3);
}
.backHome:hover {
  opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  box-shadow: 3px 3px 0px rgba(13,87,167,0.3);
}

.contentsArea1 {
  width: 100%;
  margin: 0 auto;
}

.contentSet .column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.contentSet .column div {
  width: 65%;
}
.contentSet .column .columnInner {
  width: 30%;
}
.columnSec figure.mainImg {
  margin: 0 auto;
  padding: 1rem 0;
}
.columnSec figure.mainImg02 {
  margin: 0 auto;
  padding: 1rem 0 0 0;
}

.contentSet .column img,
.contentSet .columnSec img {
  width: 100%;
}

.contentSet .columnSec p {
  margin: 1.4rem auto;
  width: 100%;
  line-height: 1.6 !important;
}
.contentSet .columnSec p span.marker {
  background: linear-gradient(transparent 0%, var(--marker) 0%);
  padding: 0 1px;
}
.contentSet .columnSec p.prof {
  font-weight: 400;
  font-size: 0.87rem;
  line-height: 1.6 !important;
  width: 100%;
  margin: 0 0 1rem 0;
}
.contentSet .columnSec p.prof span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
}
.contentSet .columnSec p.prof span small {
  font-size: 1.0rem;
}
.contentSet .columnSec p.prof a {
  display: inline;
  color: #009fde;
}
.contentSet .columnSec p span.name {
  font-weight: 800;
  color: #009fde;
}

.contentSet .columnSec ul li a p {
  margin: 0;
  width: 100%;
  line-height: 1.4 !important;
}

.columnSec .linkBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
  padding: 6vw 0 8vw 0;
  background: #CCEAF7;
  width: 100%;
  height: auto;
}
.columnSec .linkBox figure {
  margin: 0 auto;
  padding: 0 0 8vw 0;
  width: 100%;
  text-align: center;
}
.columnSec .linkBox figure img{
  display: block;
  margin: 0 auto;
  width: 50%;
  border: 1px solid #ccc;
}
.columnSec .linkBox h4 {
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 600;
  color: var(--blue);
  text-align: center;
}
.columnSec .linkBox h4 small {
  font-size: 1rem;
}
.columnSec .linkBox h5 {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--blue);
  text-align: center;
}
.columnSec .linkBox p {
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
}
.columnSec .linkBox p.sholder {
  display: block;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  width: 70%;
}
.columnSec .linkBox p.sholder.slash::before,
.columnSec .linkBox p.sholder.slash::after {
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #000;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.columnSec .linkBox p.sholder.slash::before {
  transform: rotate(60deg);
  left: 0;
}
.columnSec .linkBox p.sholder.slash::after {
  transform: rotate(-60deg);
  right: 0.5rem;
}
.columnSec .linkBox a.dlBtn {
  width: 90%;
}
.video{
  margin: 0 auto;
  width:90%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dlBtn {
  display: block;
  font-size: 1.0rem;
  font-weight: 700;
  color: #fff;
  background: var(--blue);
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 5px 5px 0px rgba(13,87,167,0.3);
  width: 80%;
  text-align: center;
  margin: 1rem auto 0 auto;
  padding: 2% 4%;
}

.dlBtn:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  box-shadow: 3px 3px 0px rgba(13,87,167,0.3);
}
/*------------------------------------------*/

/*footer*/
footer {
  display: block;
  padding: 1rem 0;
  width: 90%;
}
#footerContent {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#footerContent p {
  display: block;
  margin: 0 0 0 1rem;
  padding: 0;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.2rem;
}