@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --green01: #D8EAB0; /* for bg box faq */
  --green02: #009944; /* for bg faq toggle */
  --green03: #8FC31F; /* for bg faq circle */
  --orange01: #EA5504; /* for tab on */
  --orange02: #F08300; /* for tab off, bg youtube */
  --orange03: #FFEDD8; /* for box bg pale orange */
  --orange04: #F4D791; /* for box bg present */
  --yellow: #FABE00;
}

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

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

body {
  background: #FFF url(../img/img-bg.png) repeat-y top center;
  background-size: 100% auto;
  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;
}
@media screen and (max-width:1099.99px) {
  body {
    font-size: 90%;
  }
}

a {
  color: #222;
  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:1099.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:1099.99px) {
  .pc {display: none;}
  .sp {display: block;}
}

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

/* ========== container ========== */
.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 80px 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) and (max-width:1099.99px){
  .container {
    padding: 0 0 800px 0 !important;
  }
}

/* ========== first view ========== */
#mikanTop {
  background: #FFF;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 30vw;
  overflow: visible;
  z-index: 1;
  display: block;
}
@media screen and (max-width:799.99px) {
  #mikanTop {
    height: 100vw;
    min-height: 130vw;
    position: relative;
    overflow: visible;
    z-index: 3;
    display: block;
  }

}

.mikanTopInner {
  position: relative;
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0 ;
  width: 100%;

  height: auto;
}
@media screen and (max-width:799.99px) {
  .mikanTopInner {
    background: none !important;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    height: 100%;
  }
}

/* ========== header ========== */
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0;
  width: 92.22vw;
  height: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:1439.99px) {
  header {
    width: 1080px;
  }
}
@media screen and (max-width:1100.99px) {
  header {
    padding: 0 2%;
    width: 100%;
  }
}
@media screen and (max-width:799.99px) {
  header {
    padding: 0 2%;
    width: 100%;
  }
}
.asadigiLogo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}
@media screen and (max-width:1099.99px) {
  .asadigiLogo {
    flex-direction: column;
  }
}
.asadigiLogo a {
  display: block;
  margin: 0 auto 0 0;
  padding: 8px 0;
  width: 91px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width:1099.99px) {
  .asadigiLogo a {
    width: 50px;
    height: auto;
  }
}
.asadigiLogo a img {
  display: block;
  margin: 0 auto 0 0;
  width: 100%;
  height: auto;
}
header p {
  font-size: 1em;
  line-height: 4.5em;
}
@media screen and (max-width:1099.99px) {
  header p {
    font-size: 0.8em;
    line-height: 1.2;
    padding: 4px 0;
    text-align: right;
  }
}
#mikanTop h1 {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  z-index: 4;
}
@media screen and (max-width:1099.99px) {
  #mikanTop h1 {
    padding-bottom: 10px;
    width: 1000px;
    height: auto;
  }
}
@media screen and (max-width:999.99px) {
  #mikanTop h1 {
    padding-bottom: 10px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:799.99px) {
  #mikanTop h1 {
    padding-bottom: 10px;
    width: 100%;
    height: auto;
  }
}
#mikanTop h1 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#mikanTop h1 img.sp,
#mikanTop h1 span.sp {
  display: none;
}
@media screen and (max-width:799.99px) {
  #mikanTop h1 img.pc {
    display: none !important;
  }
  #mikanTop h1 img.sp {
    display: block !important;
  }
  .mikanTopInner h1 span.sp {
    display: block !important;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 auto;
    padding: 3% 5%;
    width: 100%;
  }
}

.mikanTopBox {
  margin: 0 auto;
  padding: 0;
  width: 700px;
  height: 100px;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}
@media screen and (max-width:799.99px) {
  .mikanTopBox {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: auto;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    text-align: center;
  }
}
.topImage.sp {
  display: none;
}
@media screen and (max-width:799.99px) {
  .topImage.sp {
    display: block;
    margin: 0 auto;
    padding: 4%;
    width: 100%;
    height: auto;
  }
  .topImage.sp img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.topLead {
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 100%;
}
@-moz-document url-prefix() {
  .topLead br.pc {
    display: none !important;
  }
}
::-webkit-full-page-media, :future, :root
.topLead br.pc {
  display: none !important;
}
@media screen and (max-width:1099.99px) {
  .topLead {
    padding: 20px 0;
    width: 100%;
  }
}
/* top lead */
.topLead {
  text-align:center;
}
.topLead p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 300px;
  line-height: 1.8;
}
.topLead p.leadSummary {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  padding: 0 0 1rem 0;
  text-align: center;
  margin: 0 auto;
  width: 63.7%;
  color: var(--orange01);
  text-decoration: var(--orange04) underline 4px;
  text-align: left;
}
::-webkit-full-page-media, :future, :root
 .topLead p.leadSummary {
  text-decoration-thickness: 4px; /* -webkit-text-decorationの一括指定に含められないので個別で指定 */
  text-decoration: underline;
  text-decoration-color: var(--orange04);
}
@media screen and (max-width:1099.99px) {
  .topLead p.leadSummary {
    font-size: 1.4rem;
    width: 90%;
  }
}
.topLead p.notification {
  font-size: 1rem;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (max-width:1099.99px) {
  .topLead p.notification {
    font-size: 1.1rem;
  }
}

/* main */
#main {
  margin: 0 auto;
  padding: 90px 0 0 0;
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width:1099.99px) {
  #main {
    padding: 5.5% 2% 16% 2%;
    width: 100%;
    z-index: 3;
  }
}
.contentsArea {
  background: #FFF;
  border: 4px solid var(--orange01); /* あとでグラデーションにする */
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  margin: 0 auto;
  padding: 60px 45px;
  width: 1000px;
  height: auto;
}
@media screen and (max-width:1099.99px) {
  .contentsArea {
    padding: 4% 3%;
    width:  97%;
  }
}
@media screen and (max-width:799.99px) {
  .contentsArea {
    padding: 6% 3%;
    width:  97%;
  }
}

/* content navigation */
.contentsArea.contentNavArea {
  background: #FFF;
  border: 4px solid var(--orange01);
  border-radius: 21px;
  margin: 0 auto 40px auto;
  padding: 10px !important;
  width: 1000px;
  z-index: 4;
}
@media screen and (max-width:1099.99px) {
  .contentsArea.contentNavArea {
    width: 98%;
    margin: 0 auto 4vw auto;
    padding: 5px !important;
  }
}
.contentNav {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1099.99px) {
  .contentNav {
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
}
.contentNav ul.flexBox {
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 80%;
  height: 50px;
}
@media screen and (max-width:1099.99px) {
  .contentNav ul.flexBox {
    width: 100%;
  }
}

/* three columns */
.contentNav ul.flexBox > li{
  border: 0;
  border-radius: 40px;
  display: block;
  margin: 0;
  padding: 8px 32px;
  display: block;
  min-width: 30%;
}
.contentNav ul.flexBox > li.selected,
.contentNav ul.flexBox > li:hover {
  background: var(--orange04);
  opacity: 1;
}
.contentNav ul.flexBox > li.selected:hover {
  background: var(--orange02);
}
@media screen and (max-width:1099.99px) {
  .contentNav ul.flexBox > li {
    border-radius: 50px;
    padding: 0;
    height: 100%;
    width: calc(100vw / 3);
  }
}
.contentNav li a,
.contentNav li a:hover {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1099.99px) {
  .contentNav li a,
  .contentNav li a:hover {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.contentNav li a span {
  display: block;
  margin: 0;
  padding: 6px 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1099.99px) {
  .contentNav li a span {
    display: block;
    margin: 0;
    padding: 1vw 3vw 0vw 3vw;
    width: 100%;
    height: 100%;
  }
  .contentNav li:last-child a span {
    padding: 1vw 3vw 0vw 3vw;
  }
}
@media screen and (max-width:798.99px) {
  .contentNav li a span {
    display: block;
    margin: 0;
    padding: 3vw 3vw 2vw 3vw;
    width: 100%;
    height: 100%;
  }
  .contentNav li:last-child a span {
    padding: 1vw 3vw 0vw 3vw;
  }
}
.contentNav ul.flexBox > li a img{
  margin: 0 auto;
  width: auto;
  height: 28px;
}
.contentNav ul.flexBox > li a img,
.contentNav ul.flexBox > li a img.pc{
  display: block;
}
.contentNav ul.flexBox > li a img.sp{
  display: none;
}
@media screen and (max-width:1099.99px) {
  .contentNav ul.flexBox > li a img {
    height: 90%;
  }
  .contentNav ul.flexBox > li a img.pc{
    display: block !important;
  }
  .contentNav ul.flexBox > li a img.sp{
    display: none !important;
    height: 100%;
  }
}
@media screen and (max-width:798.99px) {
  .contentNav ul.flexBox > li a img {
    height: 90%;
  }
  .contentNav ul.flexBox > li a img.pc{
    display: none !important;
  }
  .contentNav ul.flexBox > li a img.sp{
    display: block !important;
    height: 100%;
  }
}


/* content nav */
nav.topNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto 60px auto;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  gap: 20px;
}

@media screen and (max-width:799.99px) {
  nav.topNav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 auto 8vw auto;
    padding: 4% 4% 0 4%;
    gap: 8vw;
  }
}
nav.topNav a {
  display: block;
  margin: 0;
  padding: 40px 30px 40px 40px;
  position: relative;
  overflow: visible;
  width: 432px;
  height: auto;
  border-radius: 15px;
}

@media screen and (max-width:799.99px) {
  nav.topNav a {
    padding: 12vw 4vw;
    width: 100%;
    height: auto;
  }
}
nav.topNav a.topNavLink01 {
  background: url(../img/img-top-key-bk.png) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width:1099.99px) {
  nav.topNav a.topNavLink01 {
    background: url(../img/img-top-key-bk.png) no-repeat top center;
    background-size: cover;
  }
}
nav.topNav a.topNavLink02 {
  background: url(../img/img-top-ses-bk.png) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width:1099.99px) {
  nav.topNav a.topNavLink02 {
    background: url(../img/img-top-ses-bk.png) no-repeat top center;
    background-size: cover;
  }
}
@media screen and (max-width:799.99px) {
  nav.topNav a.topNavLink01 {
    background: url(../img/img-top-key-bk-sp.png) no-repeat center center;
    background-size: 100vw auto;
    padding: 12% 4% 4% 4%;
    border-radius: 20px;
    overflow: hidden;
  }
  nav.topNav a.topNavLink02 {
    background: url(../img/img-top-ses-bk-sp.png) no-repeat center center;
    background-size: 100vw auto;
    border-radius: 20px;
    padding: 12% 4% 8% 4%;
    overflow: hidden;
  }
}
nav.topNav a:hover {
  text-decoration: none;
  opacity: 1;
}
nav.topNav a h2 {
  display: block;
  margin: 0 auto 30px auto;
  padding: 0;
  width: auto;
  height: 40px;
  text-align: center;
}
nav.topNav a.topNavLink01 h2 {
  display: block;
  margin: 0 auto 20px auto;
  padding: 0;
  width: auto;
  height: 40px;
  text-align: center;
}
@media screen and (max-width:799.99px) {
  nav.topNav a h2 {
    margin: 0 auto 4vw auto;
  }
}
nav.topNav a h2 img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
}
nav.topNav a h3 {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}
nav.topNav a h4 {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
}
nav.topNav a:nth-child(1) h4 {
  padding-top: 10px;
  text-align: left;
}
nav.topNav a:nth-child(2) h4 {
  text-align: center;
}
@media screen and (max-width:799.99px) {
  nav.topNav a:nth-child(2) h4 {
    height: 12vw;
  }
}
nav.topNav a:nth-child(1) h3 img {
  width: 312px;
  height: auto;
}
@media screen and (max-width:799.99px) {
  nav.topNav a:nth-child(1) h3 img {
    width: 90%;
  }
}
nav.topNav a:nth-child(1) h4 img {
  width: 140px;
  height: auto;
}
nav.topNav a:nth-child(2) h3 img {
  width: 110px;
}
nav.topNav a:nth-child(2) h4 img {
  width: 134px;
}
@media screen and (max-width:1099.99px) {
  nav.topNav a h2{
    margin: 0 auto 20px auto;
    padding: 0;
  }
  nav.topNav a:nth-child(2) h3 {
    height: auto;
    padding: 0;
  }
  nav.topNav a:nth-child(2) h3 img {
    width: 43% !important;
    height: auto;
  }
  nav.topNav a:nth-child(2) h4 img {
    width: 56%;
    height: auto;
    margin-top: -10px;
  }
}
@media screen and (max-width:799.99px) {
  nav.topNav a:nth-child(2) h3 {
    height: 10vw;
  }
  nav.topNav a:nth-child(2) h3 img {
    width: 42% !important;
    height: auto;
  }
  nav.topNav a:nth-child(2) h4 img {
   
    width: 56%;
    height: auto;
  }
}

nav.topNav a:nth-child(1) dl.topNavProf{
  margin: 5px auto 16px auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 140px;
}
@media screen and (max-width:799.99px) {
  nav.topNav a:nth-child(1) dl.topNavProf{
    margin: 0 auto;
    width: 96%;
    height: auto;
    gap: 4vw;
  }
}
nav.topNav a:nth-child(1) dl.topNavProf dt,
nav.topNav a:nth-child(1) dl.topNavProf dt img {
  width: 138px;
  height: auto;
}
@media screen and (max-width:799.99px) {
  nav.topNav a:nth-child(1) dl.topNavProf dt{
    width: 39%;
    height: auto;
  }
  nav.topNav a:nth-child(1) dl.topNavProf dt img {
    width: 100%;
    height: auto;
  }
}
nav.topNav a:nth-child(1) dl.topNavProf dd {
  width: calc(100% - 160px);
  height: auto;
}
@media screen and (max-width:799.99px) {
  nav.topNav a:nth-child(1) dl.topNavProf dd {
    width: calc(100% - 30%);
    height: auto;
  }
}
nav.topNav a:nth-child(1) dl.topNavProf dd h4 {
  color: var(--orange01);
  font-size: 24px;
  font-weight: 400;
}
nav.topNav a:nth-child(1) dl.topNavProf dd h4 span {
  font-size: 16px;
}
nav.topNav a dl.topNavProf dd p {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width:799.99px) {
  nav.topNav a dl.topNavProf dd p {
    font-size: 11px;
    line-height: 1.4;
  }
}

nav.topNav a:nth-child(2) figure{
  display: block;
  margin: 15px auto 20px auto;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 140px;
}
@media screen and (max-width:1099.99px) {
  nav.topNav a:nth-child(2) figure img {
    margin-top: 0;
  }
}
@media screen and (max-width:799.99px) {
  nav.topNav a:nth-child(2) figure{
    margin: 4vw auto 1vw auto;
    height: auto;
  }
}
nav.topNav a:nth-child(2) figure img {
  width: 229px;
  height: auto;
}

nav.topNav .topNavSummary p {font-size: 14px;font-weight:400;line-height: 1.6;height: 6em;}
@media screen and (max-width:799.99px) {
  nav.topNav .topNavSummary p {font-size: 14px;font-weight:400;line-height: 1.6;height: 6em;margin-bottom:25px;}
}
@media screen and (max-width:799.99px) {
  nav.topNav .topNavSummary p {font-size: 12px;margin-bottom:8vw;padding:0 2%;}
}
nav.topNav a.topNavLink01 .btnCta {background: var(--orange01);border:0;border-radius: 11px;color:#FFF;display:block;padding:0;margin:0 auto;text-align:center;overflow:hidden;position:relative;width:100%;min-width:255px;z-index: 1;transition: .3s;}
@media screen and (max-width:1099.99px) {
  nav.topNav a.topNavLink01 .btnCta {margin-bottom: 5vw;}
}
nav.topNav a.topNavLink01 .btnCta span {display:block;font-size: 18px;font-weight:600;padding:0.5em;position:relative;display:block;width:100%;height:100%;}
nav.topNav a.topNavLink02 .btnCta {background: var(--green02);border:0;border-radius: 11px;color:#FFF;display:block;padding:0;margin:0 auto;text-align:center;overflow:hidden;position:relative;width:100%;min-width:255px;z-index: 1;transition: .3s;}
nav.topNav a.topNavLink02 .btnCta span {display:block;font-size: 18px;font-weight:600;padding:0.5em;position:relative;display:block;width:100%;height:100%;}
nav.topNav a:hover .btnCta {text-decoration:none;opacity: 1;}
nav.topNav a .btnCta span::before {
  border-radius: 11px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--orange01);
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .2s;
}
nav.topNav a.topNavLink02 .btnCta span::before {
  background: var(--green02);
}
nav.topNav a:hover .btnCta span::before {
  background: var(--orange02);
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
nav.topNav a.topNavLink02:hover .btnCta span::before {
  background: var(--green03);
}
nav.topNav a .btnCta::after {
  background: url(../img/icon-chev-white.png) no-repeat left center;
  background-size: cover;
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%) ;
}

/* top YouTube Ch. */
.topYouTube {
  background: #FFF;
  border: 4px solid var(--yellow);
  border-radius: 40px;
  color: #000;
  margin: 0 auto 60px auto;
  padding: 30px 35px 40px 35px;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width:799.99px) {
  .topYouTube {
    width: 90%;
    border-radius: 20px;
    padding: 4vw 0;
    margin: 0 auto 8vw auto;
  } 
}
.topYouTube::before {
  background: url(../img/img-youtube-bk-02.png) no-repeat left top;
  background-size: cover;
  content: "";
  display: block;
  width: 152px;
  height: 175px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

.topYouTube::after {
  background: url(../img/img-youtube-bk-01.png) no-repeat left top;
  background-size: cover;
  content: "";
  display: block;
  width: 165px;
  height: 190px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 1;
}
@media screen and (max-width:799.99px) {
  .topYouTube::before {
    background: url(../img/img-youtube-bk-02.png) no-repeat left top;
    background-size: cover;
    content: "";
    display: block;
    width: 17.5vw;
    height: 20vw;
    position: absolute;
    bottom: 20%;
    right: -10%;
    z-index: 1;
  }
  
  .topYouTube::after {
    background: url(../img/img-youtube-bk-01.png) no-repeat left top;
    background-size: cover;
    content: "";
    display: block;
    width: 24vw;
    height: 28vw;
    position: absolute;
    bottom: 36%;
    left: -10%;
    z-index: 1;
  } 
}
.topYouTube .inner {
  display: block;
  margin: 0 auto;
  padding: 0 20%;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width:799.99px) {
  .topYouTube .inner {
    padding: 0;
  }
}
.topYouTube h2 {
  margin: 0 auto;
  padding: 0;
  text-align:center;
}
.topYouTube h2 img {
  margin: 0 auto;
  padding: 0;
  width: 580px;
  height: auto;
}
@media screen and (max-width:799.99px) {
  .topYouTube h2 img {
    width: 100%;
  }
}
.topYouTube p {
  display: inline-block;
  margin: 0 auto;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.topYouTube h2 img.pc  {
  display: block;
}
.topYouTube h2 img.sp  {
  display: none ;
}
@media screen and (max-width:1099.99px) {
  .topYouTube p {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width:799.99px) {
  .topYouTube h2 {
    margin-bottom: 16px;
    text-align: center;
  }
  .topYouTube h2 img.sp  {
    display: block !important;
    width: 90%;
  }
  .topYouTube h2 img.pc  {
    display: none !important;
  }
  .topYouTube p {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
  }
}

.topYouTube .btnCta {background:var(--orange01);border-radius: 11px;  color: #FFF !important;display:block;padding:0;margin:30px auto 0 auto;text-align:center;overflow:hidden;position:relative;width:360px;min-width:255px;z-index: 1;transition: .3s;}
.topYouTube .btnCta span {font-size: 14px;font-weight:600;padding:0.5em 1em 0.5em 0.5em;position:relative;display:block;width:100%;height:100%;}
.topYouTube .btnCta:hover {text-decoration:none;opacity: 1;  color: #FFF !important;}
.topYouTube .btnCta span::before {
  border-radius: 11px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--orange02);
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .2s;
}
.topYouTube .btnCta:hover span::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
@media screen and (max-width:799.99px) {
  .topYouTube .btnCta {margin:20px auto 0 auto; width: 90%;font-size:12px;line-height: 1;}
}
.topYouTube .btnCta::after {
  background: url(../img/icon-chev-orange.png) no-repeat left center;
  background-size: cover;
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%) ;
}

/* top Present */
.topPresent {
  background: url(../img/img-present-bk.png) no-repeat top center;
  background-size: 100% auto;
  margin: 0 auto 30px auto;
  padding: 20px 45px 40px 45px;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width:799.99px) {
  .topPresent {
    background: url(../img/img-present-bk-sp.png) no-repeat center center;
    background-size: 120vw auto;
    border-radius: 20px;
    margin: 0 auto 12vw auto;
    padding: 2vw 2vw 8vw 2vw;
    width: 90%;
    overflow: hidden;
  }
}
.topPresent .inner.inner-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:799.99px) {
  .topPresent .inner.inner-flex {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
  }
}
.topPresent .inner.inner-flex figure {
  display: block;
  margin: 0;
  padding: 20px 0;
  width: 26%;
  height: 100%;
}
@media screen and (max-width:799.99px) {
  .topPresent .inner.inner-flex figure {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
.topPresent .inner.inner-flex figure img {
  display: block;
  margin: 0 auto 0 0;
  padding: 0;  width: 100%;
  height: auto;
}
@media screen and (max-width:799.99px) {
  .topPresent .inner.inner-flex figure img {
    margin: 0 auto;
    width: 60%;
    height: auto;
  }
}
.topPresentDetail {
  display: block;
  width: 72%;
  height: auto;
  background: url(../img/img-present-metan.png) no-repeat;
  background-position: 97% 43%;
  background-size: 110px auto;
}
@media screen and (max-width:799.99px) {
  .topPresentDetail {
    width: 100%;
    background: url(../img/img-present-metan.png) no-repeat;
    background-position: 96% 15%;
    background-size: 30% auto;
  }
}
.topPresent .inner.inner-flex .flexBox {
  gap: 14px;
  padding: 15px 140px 10px 20px;
  flex-direction: row !important;
}
@media screen and (max-width:1099.99px) and (min-width:800px) {
  .topPresent .inner.inner-flex .flexBox {
    flex-direction: row !important;
    gap: 10px;
    padding: 0 110px 0 0;
  }
}
@media screen and (max-width:799.99px) {
  .topPresent .inner.inner-flex .flexBox {
    flex-direction: column !important;
    gap: 0;
    padding: 0 5% 10px 5%;
  }
}
.topPresent .inner.inner-flex .flexBox h3 {
  display: block;
  margin: 0 auto 0 0;
  padding: 10px 0 0 0;
  width: 60px;
  height: 60px;
}
@media screen and (max-width:799.99px) {
  .topPresent .inner.inner-flex .flexBox h3 {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    height: auto;
  } 
}
.topPresent .inner.inner-flex .flexBox h3 img.pc {
  width: 60px;
  height: auto;
  display: block;
}
.topPresent .inner.inner-flex .flexBox h3 img.sp {display: none!important;}
@media screen and (max-width:799.99px) {
  .topPresent .inner.inner-flex .flexBox h3 img.pc {display: none!important;}
  .topPresent .inner.inner-flex .flexBox h3 img.sp {
    margin: 0 auto 0 0;
    padding: 0;
    width: 30%;
    height: auto !important;
    display: block !important;
  } 
}
.topPresent .inner.inner-flex .flexBox p {
  padding: 5px 0;
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (max-width:799.99px) {
  .topPresent .inner.inner-flex .flexBox p {
    padding: 0;
    width: 70%;
    font-size: 12px;
  }
}
.topPresent h2.pc {
  margin: -44px auto 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
}
.topPresent h2.sp{
  display: none;
}
@media screen and (max-width:799.99px) {
  .topPresent h2.pc {display: none!important;}
  .topPresent h2.sp {
    margin: -5px auto 0 auto;
    display: block !important;
  }
}
.topPresent h2.pc img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width:799.99px) {
  .topPresent h2.pc {
    display: none !important;
  }
  .topPresent h2.sp img {
    width: 100%;
  }
}
.topPresentDetail h3 {
  color: var(--orange01);
  font-size: 20px;
  font-weight: 600;
}
.topPresentDetail p {
  font-size: 14px;
  line-height: 1.6;
}
.topPresentDetail p.caption {
  font-size: 11px;
  line-height: 1.6;
  padding: 10px 20px 0 24px;
}
@media screen and (max-width:1099.99px) and (min-width:800px) {
  .topPresentDetail p.caption{
    font-size: 10px;
    line-height: 1.4;
    padding: 5px 0 0 0 ;
  }
}
@media screen and (max-width:799.99px) {
  .topPresentDetail p.caption{
    padding: 0 5%;
  }
}
.topPresentDetail a {
  color: var(--orange01);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width:799.99px) {
  .topPresentDetail a {
    word-break: break-all;
    font-size: 12px;
    display: block;
    width: 100%;
  }
}
.topPresentDeadline {
  display: block;
  width: 100%;
  height: auto;
  margin: 6px auto 6px 0;
  padding: 0 0 0 20px;
}
@media screen and (max-width:799.99px) {
  .topPresentDeadline {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.topPresentDeadline img {
  width: auto; 
  height: 36px;
}
@media screen and (max-width:799.99px) {
  .topPresentDeadline img {
    width: 100%; 
    height: auto;
  }
}

/* top FAQ */
.topFaq {
  background: var(--green01);
  border-radius: 30px;
  margin: 0 auto 60px auto;
  padding: 75px 35px 60px 35px;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width:1099.99px) {
  .topFaq {
    padding: 12vw 4vw 12vw 4vw;
    width: 90%;
  }
}
.topFaq::before {
  background: url(../img/img_mitan_03.png) no-repeat left top;
  background-size: cover;
  content: " ";
  display: block;
  width: 168px;
  height: 179px;
  position: absolute;
  top: -95px;
  left: -2%;
}
@media screen and (max-width:1099.99px) {
  .topFaq::before {
    width: 120px;
    height: 140px;
    top: -50px;
    left: -14px;
  }
}
.topFaq .inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1099.99px) {
  .topFaq .inner {height:auto;}
}
.topFaq h2 {
  display: block;
  width: 420px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width:1099.99px) {
  .topFaq h2 {
    width: 80%;
    top: -10vw;
  }
}
.topFaq h2 img {
  width: 100%;
  height: auto;
}

.topFaq .inner.inner-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1099.99px) {
  .topFaq .inner.inner-flex {
    flex-direction: column;
    gap: 30px;
  }
}
.topFaq .faqBox {
  display: block;
  margin: 0;
  width: 46%;
}

@media screen and (max-width:1099.99px) {
  .topFaq .faqBox {
    width: 100%;
  }
}
.topFaq .faqBox h3 {
  color: var(--green02);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0 0 0 60px;
  position: relative;
  text-align: left;
  width: 100%;
  height: 80px;
}
.topFaq .faqBox h3.h3_line2 {
  padding-bottom: 40px;
}
@media screen and (max-width:1099.99px) {
  .topFaq .faqBox h3,
  .topFaq .faqBox h3.h3_line2 {
    padding: 0 0 1em 60px;
    font-size: 16px;
    height: auto;
  }
}
.topFaq .faqBox h3::before {
  background: url(../img/img_faq_q.png) no-repeat top center;background-size: cover;
  content: "";
  display: block;
  width: 38px;
  height: 44px;
  position: absolute;top: 0; left: 5px;
}
.topFaq .faqBox dl {
  background: var(--green02);
  border-radius: 10px;
  color: #FFF;
  display: block;
  margin: 0;
  padding: 10px 20px;
  height: auto;
}
@media screen and (max-width:1099.99px){
  .topFaq .faqBox dl {
    padding: 10px;
  }
}
.topFaq .faqBox dt {text-align: center;font-size: 21px; font-weight: 500;position:relative;overflow:hidden;}
.topFaq .faqBox dt::before {
  background: url(../img/img_faq_a.png) no-repeat top center;background-size: cover;content: ""; display: block; width: 36px; height: 36px;
  position: absolute;top: 50%; left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.topFaq .faqBox dt span.dt-close {display:inline-block;width:100%;height:100%;position:relative;letter-spacing:0.1em;}
.topFaq .faqBox dt span.dt-open {display:none;}
.topFaq .faqBox dt.active span.dt-close {display:none;}
.topFaq .faqBox dt.active span.dt-open {display:inline-block;width:100%;height:100%;position:relative;letter-spacing:0;}
.topFaq .faqBox dt span::after, .topFaq .faqBox dt span::before {content: " "; margin-left: -.25em;}
.topFaq .faqBox dt span.dt-close::before {
  background: url(../img/icon_faq_plus.png) no-repeat top center;background-size: cover;content: ""; display: block; width: 22px; height: 22px;
  position: absolute; top: 50%; right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: transform ease .2s;
}
.topFaq .faqBox dt.active span.dt-open::before {
  background: url(../img/icon_faq_minus.png) no-repeat top center;background-size: cover;content: ""; display: block; width: 22px; height: 22px;
  position: absolute; top: 50%; right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.topFaq .faqBox dd {
  display: none;
  padding:30px 20px 20px 20px;
  font-size: 16px;
  font-weight:400;
  line-height: 1.6;
  transition: transform 3s;
}
.topFaq .faqBox dd.active {
  display: block;  
  height: auto;
}


@media screen and (max-width:1099.99px) {
  .topFaq .faqBox dd {
    padding: 4vw 1vw;
    height: auto;
  }
}

/* JFR CTA */
.contentCta {
  background: transparent;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.contentCta .inner.innerFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 907px;
  height: 118px;
  gap: 6%;
}
@media screen and (max-width:1099.99px) {
  .contentCta .inner.innerFlex {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:799.99px) {
  .contentCta .inner.innerFlex {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
    height: auto;
    gap: 60px;
  }
}
.contentCta .ctaBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.contentCta .ctaBox.ctaBoxLogo {width: 37%;text-align:center;}
@media screen and (max-width:799.99px) {
  .contentCta .ctaBox.ctaBoxLogo {width: 100%;}
}
.contentCta .ctaBox.ctaBoxLogo img {display:block;margin:0 auto;width:100%;}
.contentCta .ctaBox.ctaBoxLogo .btnCta {background: var(--orange01);border:1px solid var(--orange01);border-radius: 10px;color:#FFF;display:block;padding:0;margin:30px auto 0 auto;text-align:center;overflow:hidden;position:relative;width:70%;min-width:255px;z-index: 1;transition: .3s;}
.contentCta .ctaBox.ctaBoxLogo .btnCta span {font-size: 14px;font-weight:600;padding:0.5em;position:relative;display:block;width:100%;height:100%;}
.contentCta .ctaBox.ctaBoxLogo .btnCta:hover {text-decoration:none;opacity: 1;}
.contentCta .ctaBox.ctaBoxLogo .btnCta span::before {
  border-radius: 11px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--orange02);
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .2s;
}
.contentCta .ctaBox.ctaBoxLogo .btnCta:hover span::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
.contentCta .ctaBox.ctaBoxLogo .btnCta::after {
  background: url(../img/icon-chev-white.png) no-repeat left center;
  background-size: cover;
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%) ;
}

.contentCta .ctaBox.ctaBoxText {width: 57%;}

@media screen and (max-width:799.99px) {
  .contentCta .ctaBox.ctaBoxText {width: 100%;}
}
.contentCta .ctaBox.ctaBoxText h3 {font-size: 18px;font-weight: 600;padding-bottom: 1em;line-height:1;}
.contentCta .ctaBox.ctaBoxText h3 span, .contentCta .ctaBox.ctaBoxText h3 small {font-size: 0.8em}
.contentCta .ctaBox.ctaBoxText p {font-size: 13px;font-weight:400;line-height:1.6;}
.contentCta .ctaBox.ctaBoxText p span {display:inline-block;padding-right:0.1rem;}
@media screen and (max-width:1099.99px) {
  .contentCta .ctaBox.ctaBoxText p {font-size: 12px;}
}
/* footer */
footer {
    color: var(--orange01);
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    margin: 0 auto;
    padding: 0;
    width:100%;
    height:auto;
}
#footerContent > * {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  width: 100%;
  height: auto;
}
@media screen and (max-width:1099.99px) {
  #footerContent > * {
    padding: 30px 0 !important;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:799.99px) {
  #footerContent > * {
    padding: 8% 8% 20% 8%;
    width: 100%;
    height: auto;
  
  }
}
#footerCopyright {
  margin: 0 auto;
}
#footerCopyright p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width:999.99px) {
  #footerCopyright p {
    font-size: .9em;
    line-height: 1.6;
    text-align: center;
  }
}

/* archives tabs */
.archives {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 680px;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 4;
}
.archives.sp {display:none;}

@media screen and (max-width:999.99px) {
  .archives.sp {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 999.99px;
    height: 8vw;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .archives.sp div {
    width: calc(100% / 7);
    height: 8vw;
  }
  .archives.sp div a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .archives.pc {display:none !important;}
}

@media screen and (min-width:1000px) {
  .archives.pc {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: auto;
    position: absolute;
    top: 10%;
    right: 0;
  }
  .archives.pc div {
    width: 40px;
    height: 120px;
    margin-bottom: 5px;
  }
  .archives.pc div a,
  .archives.pc div a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .archives.sp {display:none !important;}
}


