@charset "UTF-8";

@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  list-style: none;
  vertical-align: baseline;
  text-decoration: none;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-size: 62.5% !important;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.87;
  background: url(../img/body_back.jpg) no-repeat center top fixed;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  body {
    background: url(../img/body_back_sp.jpg) repeat-y center top;
    background-size: cover;
  }
}

div,
main,
section {
  position: relative;
  display: block;
}

*:focus {
  outline: none;
}

p {
  font-size: 1.4rem;
  line-height: 2.0;
}
p.bold {
  font-weight: bold;
}
p.mid {
  font-size: 1.4rem;
}
ruby {
  letter-spacing: 0;
}
ruby rt {
  font-size: 0.8rem;
  transform: translateY(2px) scale(0.6);
  letter-spacing: -0.10rem;
}
img {
  width: 100%;
}
a {
  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 {
	opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
}

#article-start {
  line-height: 0;
}

/*common*/

/* 画面外にいる状態 */
.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;
}

.closeUp {
  background-size: 135%;
  -webkit-transition-duration: 5.0s;
  -moz-transition-duration: 5.0s;
  -ms-transition-duration: 5.0s;
  -o-transition-duration: 5.0s;
  transition-duration: 5.0s;
}

/* 画面内に入った状態 */
.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;
}

.closeUp.scrollin {
  background-size: 150% !important;
}



/*------------------------------------------------------------*/
#floatingBanner {
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 447px;
  z-index: 999;
}
@media screen and (max-width: 749px) {
  #floatingBanner {
    bottom: 0;
    width: 95%;
  }
}

/*header*/
header {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  padding: 1.5rem;
  /* position: fixed; */
  top: 0;
  z-index: 999;
}
.snsArea, .asadigiLogo {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 0.8rem;
  color: #fff;
}
.asadigiLogo a {
  width: 16rem;
}
.asadigiLogo p {
  display: block;
  margin: 0 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .asadigiLogo {
    width: 70%;
  }
  .asadigiLogo a {
    width: 32%;
  }
  .asadigiLogo a img {
    width: 100%;
  }
  .asadigiLogo p {
    margin: 0 0 0 10px;
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
.share_text {
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
}
.share_link {
  width: 30px;
  margin-left: 15px;
  cursor: pointer;
}
.share_link img {
  width: 100%;
}
.share_link.share-fb {
  width: 35px;
  height: 35px;
}
.share_link.share-tw {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 749px) {
  .share_link {
    width: 25px;
  }
  .share_link.share-fb {
    width: 35px;
    height: 35px;
  }
  .share_link.share-tw {
    width: 35px;
    height: 35px;
  }
}

#article-end {
  display: block;
  margin-top: -1px;
  background-color: #fff;
}


/*footer*/
footer {
  bottom: 0;
  display: block;
  padding: 1rem 0;
  width: 100%;
  background-color: #0F106A;
}
#footerContent {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#footerContent p {
  display: block;
  margin: 1.0rem auto;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #fff;
}
#footerContent ul {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
#footerContent ul li {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
#footerContent a {
  display: inline-block;
  width: auto;
  margin: 0.5rem auto 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #fff;
}
#footerContent a:hover {
  text-decoration: underline;
}
#footerContent ul li::after {
  content: "|";
  color: rgba(255,255,255,0.75);
  padding: 0 0 0 1rem;
  font-size: 1.2rem;
}
#footerContent ul li:nth-last-child(1)::after {
  content: "";
}
@media screen and (max-width: 749px) {
  footer {
    margin: 0 auto;
    padding: 2% 5%;
    width: 100%;
  }
  #footerContent ul {
    flex-wrap: wrap;
    padding: 0 0 1.6rem 0;
  }
  #footerContent ul li {
    height: 2rem;
  }
  #footerContent a {
    margin: 0 auto;
  }
}

/*------------------------------------------------------------*/
#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/*------------------------------------------------------------*/
#hero {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#hero h1 {
  width: 72%;
  max-width: 800px;
  margin: 40px 0 0 0;
  padding: 0 0 40px 0;
}
#hero .pict {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 749px) {
  #hero {
    position: relative;
    width: 95%;
    max-width: 1000px;
    margin: 0 0 0 5%;
  }
  #hero h1 {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  #hero .pict {
    position: absolute;
    z-index: 1;
    bottom: 110px;
    right: -10px;
    width: 37%;
    margin: 0;
  }
}
/*------------------------------------------------------------*/
#read {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 80px;
  background-color: #fff;
  border-radius: 30px;
}
#read p {
  font-size: 1.8rem;
  font-weight: 800;
  color: #345FA8;
}
#read p span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.8 !important;
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 749px) {
  #read {
    padding: 20px 30px;
  }
}
/*------------------------------------------------------------*/
.column {
  width: 90%;
  max-width: 1000px;
  margin: 100px auto 0 auto;
}
.column.letter {
  width: 100%;
  max-width: none;
  margin: 0 0 20rem 0;
}
.column.memo {
  display: block;
  margin: 100px auto 15rem auto;
  padding: 0;
  background-color: #fff;
  border-radius: 30px;
}
.column.fullwide {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.column.pink {
  background: url(../img/body_back_pink.jpg) no-repeat center top fixed;
  background-size: cover;
  padding: 0 0 50px 0;
}
.column.green {
  background: url(../img/body_back_green.jpg) no-repeat center top fixed;
  background-size: cover;
  padding: 0 0 60px 0;
}
.column.white {
  background-color: #fff;
  padding: 0 0 60px 0;
}
.column:nth-child(odd) {
  flex-direction: row-reverse;
}
.column.center .content {
  width: 100%;
}
.column p {
  display: block;
  font-size: 1.6rem;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .column {
    display: block;
    width: 90%;
    margin: 80px auto 0 auto;
  }
  .column p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .column.letter p {
    margin: 20px 0 0 0;
  }

  .column.letter {
    margin: 0 0 60px 0;
  }
  .column.memo {
    margin: 60px auto;
    padding: 30px 0;
  }
  .column.pink {
    background: url(../img/body_back_pink.jpg) repeat-y center top;
    background-size: cover;
    padding: 0 0 50px 0;
  }
  .column.green {
    background: url(../img/body_back_green.jpg) repeat-y center top;
    background-size: cover;
    padding: 0 0 60px 0;
  }
}
/*------------------------------------------------------------*/
.memoContent {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: relative;
}
.memoContent::before, .memoContent::after {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 10%;
  left: 50%;
  content: "";
  width: 90%;
  /* 点線の太さ */
  height: 8px; 
  /* 線の高さに合わせて background-size の縦幅を調整 */
  background-size: 60px 30px; 
  /* 繰り返し（横方向のみ繰り返す） */
  background-repeat: repeat-x; 
  /* パターンの定義 */
  background-image: linear-gradient(
    to right, 
    /* 1色目（点の色）: 4px分 */
    #2CB522 0%, #2CB522 30px, 
    /* 2色目（間隔の色）: 4px以降、10pxまで */
    #D3EF3A 4px, #D3EF3A 60px 
  );
  border-radius: 5px;
}
.memoContent::after {
  top: 90%;
}
.memoContent .content {
  position: relative;
  z-index: 1;
}
.memoContent .content:nth-child(1) {
  margin: 0;
  width: 50%;
}
.memoContent .content:nth-child(2) {
  margin: 0 4% 0 0;
  width: 43%;
  color: #2DB523;
  font-weight: 400;
}
.memoContent h3 {
  width: 50%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 749px) {
  .memoContent {
    display: block;
    padding: 20px;
  }
  .memoContent::before {
    top: 0%;
  }
  .memoContent::after {
    top: 100%;
  }
  .memoContent .content:nth-child(1) {
    margin: 0px 0 0 -35px;
    width: 123%;
  }
  .memoContent .content:nth-child(2) {
    margin: 0 0 0 5%;
    width: 90%;
  }
  .memoContent h3 {
    width: 90%;
    margin: 10% auto 5%;
  }
}
/*------------------------------------------------------------*/
.content {
  display: block;
  border-radius: 20px;
}
.content.pict {
  position: sticky;
  transform: translate(-50%, 0%);
  top: 10vh;
  left: 26%;
  margin: 0;
  width: 45vw;
  aspect-ratio: 181 / 148;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.content.txt {
  position: relative;
  transform: translate(-50%, -25%);
  top: 0%;
  left: 72%;
  margin: 0;
  padding: 50px 60px;
  width: 750px;
  background-color: #fff;
}
.content.pictSec {
  position: sticky;
  transform: translate(0%, 0%);
  top: 10vh;
  left: 52%;
  margin: 0;
  width: 45vw;
  aspect-ratio: 181/148;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.content.txtSec {
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 29%;
  margin: 0;
  padding: 50px 60px;
  width: 750px;
  background-color: #fff;
}
.content figure {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.content figure figcaption {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .content.pict, .content.pictSec {
    display: none;
  }
  .content.txt, .content.txtSec {
    position: static;
    transform: translate(0%, 0%);
    width: 90%;
    margin: 0 auto;
    padding: 20px 30px;
  }
  .content figure {
    width: 100%;
  }
}

.content.pict#pict1_1 {
  background: url(../img/img_column1-1.png) no-repeat center center;
  background-size: cover;
}
.content.pict#pict1_1.scrollin {
  background: url(../img/img_column1-2.png) no-repeat center center !important;
  background-size: cover !important;
}
.content.pictSec#pict2_1 {
  background: url(../img/img_column2-1.png) no-repeat center center;
  background-size: cover;
}
.content.pictSec#pict2_1.scrollin {
  background: url(../img/img_column2-2.png) no-repeat center center !important;
  background-size: cover !important;
}
.content.pict#pict3_1 {
  background: url(../img/img_column3-1.png) no-repeat center center;
  background-size: cover;
}
.content.pict#pict3_1.scrollin {
  background: url(../img/img_column3-2.png) no-repeat center center !important;
  background-size: cover !important;
}
.content.txt h3, .content.txtSec h3 {
  margin: 0 0 30px 0;
}
.content.pict img, .content.pictSec img {
  position: absolute;
  transform: translate(-50%,-50%);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.imgSub1_1 {
  width: 0%;
  top: 100%;
  left: 27%;
}
.imgSub1_2 {
  width: 0%;
  top: 106%;
  left: 59%;
}
.imgSub2_1 {
  width: 0%;
  top: 100%;
  left: 77%;
}
.imgSub2_2 {
  width: 0%;
  top: 106%;
  left: 47%;
}
.imgSub3_1 {
  width: 0%;
  top: 100%;
  left: 27%;
}
.imgSub3_2 {
  width: 0%;
  top: 106%;
  left: 59%;
}
.imgSub1_1.scrollin, .imgSub2_1.scrollin, .imgSub3_1.scrollin {
  width: 40%;
}
.imgSub1_2.scrollin, .imgSub2_2.scrollin, .imgSub3_2.scrollin {
  width: 35%;
}
.fullwide .content {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 749px) {
  .fullwide .content {
    padding: 20px 30px;
  }
  .fullwide.white .content {
    padding: 20px 0;
  }
}
/*------------------------------------------------------------*/
.column.voice {
  padding: 0 0 30px 0;
}
.column.voice h2 {
  width: 600px;
  margin: 0 auto 40px auto;
}
.voice ul {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}
.voice li {
  display: block;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto 40px auto;
  padding: 40px 20px 40px 50px;
  position: relative;
}
li:nth-child(1) {
  box-shadow: 10px 10px 0px rgba(231,73,147,100);
}
li:nth-child(2) {
  box-shadow: 10px 10px 0px rgba(0,124,216,100);
}
li:nth-child(3) {
  box-shadow: 10px 10px 0px rgba(0,165,175,100);
}
li:nth-child(4) {
  box-shadow: 10px 10px 0px rgba(255,172,40,100);
}
.column li p {
  margin: 0 auto !important;
  font-size: 2.2rem;
  font-weight: 900;
  width: 85%;
}
.column li:nth-child(even) p {
  width: 100%;
}
.column li img {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 0%;
  width: 150px;
}
.column li:nth-child(even) img {
  top: 50%;
  left: 100%;
}
@media screen and (max-width: 749px) {
  .column.voice h2 {
    width: 90%;
    margin: 0 auto 40px auto;
  }
  .column li {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto 40px auto;
    padding: 20px 30px;
    position: relative;
  }
  .column li p {
    margin: 0 auto 0 21% !important;
    font-size: 1.8rem;
    font-weight: 900;
    width: 85%;
  }
  .column li:nth-child(even) p {
    margin: 0 !important;
    width: 82%;
  }
  .column li img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 9%;
    width: 90px;
  }
  .column li:nth-child(even) img {
    top: 50%;
    left: 92%;
  }
}
/*------------------------------------------------------------*/
.allview {
  background: url(../img/back_pict.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 45rem;
  position: relative;
}
.allview img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 70rem;
}
@media screen and (max-width: 749px) {
  .allview {
    background: url(../img/back_pict.jpg) no-repeat center top;
    background-size: 120%;
    height: 20rem;
    position: relative;
  }
}
/*------------------------------------------------------------*/
.pink h2 {
  position: relative;
  top: 50px;
  left: -60px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
.pink h2 img {
  width: 665px;
}
.pink p {
  font-weight: 400;
  line-height: 1.8;
}
.letterInner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.letterInner p {
  margin: 3px 0 0 0;
  width: 55%;
}
.letterInner img {
  margin: 10px 0 0 0;
  width: 43%;
}
.letterInner figure {
  margin: 0;
  width: 43%;
}
.letterInner figure img {
  width: 100% !important;
}
.letterInner figure figcaption {
  display: block;
  margin: 5px 0 0 0;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .pink h2 {
    position: static;
    width: 85%;
    margin: 0 0 0 5%;
    padding: 10% 0% 5% 0;
  }
  .pink h2 img {
    width: 100%;
  }
  .letterInner {
    display: block;
  }
  .letterInner p {
    margin: 3px 0 0 0;
    width: 100%;
  }
  .letterInner img {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .letterInner figure {
    width: 100%;
  }
}
/*------------------------------------------------------------*/
.green h2 {
  width: 13rem;
  margin: 0 auto;
  padding: 30px 0;
}
iframe {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 840px;
  margin: 0 auto;
}
.green video {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 840px;
  margin: 0 auto;
}
.greenBack {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 3%;
  width: 20%;
}
@media screen and (max-width: 749px) {
  iframe {
    width: 90%;
  }
  .green video {
    width: 90%;
  }
  .greenBack {
    display: none;
  }
}
/*------------------------------------------------------------*/
.white h2 {
  width: 40rem;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.white .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.white .content p, .white .content img {
  width: 100%;
}
.white .logo {
  width: 25rem;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .white h2 {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  .white .content {
    display: block;
  }
  .white .content p, .white .content img {
    width: 100%;
    margin: 0 0 5% 0;
  }
}