@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css");
.pcOnly {
  display:block
}
.pcTabOnly {
  display:block
}
.tabSpOnly {
  display:none
}
.tabOnly {
  display:none
}
.spOnly {
  display:none
}
@media only screen and (max-width: 768px) {
  .pcOnly {
    display:none
  }
  .pcTabOnly {
    display:block
  }
  .tabSpOnly {
    display:block
  }
  .tabOnly {
    display:block
  }
  .spOnly {
    display:none
  }
}
@media only screen and (max-width: 480px) {
  .pcOnly {
    display:none
  }
  .pcTabOnly {
    display:none
  }
  .tabSpOnly {
    display:block
  }
  .tabOnly {
    display:none
  }
  .spOnly {
    display:block
  }
}
@media only screen and (min-width: 769px) {
  #wrapper {
    min-width:auto
  }
}
#bgLine {
  position:absolute;
  width:750px;
  height:100%;
  top:30px;
  left:50%;
  transform:translateX(-50%);
  z-index:-1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap
}
#bgLine hr {
  width:1px;
  height:100%;
  background:#e8e8e8
}
@media only screen and (max-width: 768px) {
  #bgLine {
    width:90%
  }
}
@keyframes fadeOut {
  0% {
    opacity:1
  }
  100% {
    opacity:0
  }
}
@keyframes fadeIn {
  0% {
    opacity:0
  }
  100% {
    opacity:1
  }
}
@keyframes lineAnime {
  0% {
    stroke-dashoffset:1900px
  }
  100% {
    stroke-dashoffset:0px
  }
}
@keyframes shadow {
  from {
    bottom:0;
    left:0;
    opacity:0
  }
  to {
    bottom:-10px;
    left:-10px;
    opacity:1
  }
}
html,
body {
  font-family:'Noto Sans JP', 'Noto Sans', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height:1;
  font-size:16px;
  font-weight:300;
  letter-spacing:0.05em;
  position:relative
}
html h1,
html h4,
html h6,
html p,
body h1,
body h4,
body h6,
body p {
  line-height:1.8
}
html h1::before,
html h4::before,
html h6::before,
html p::before,
body h1::before,
body h4::before,
body h6::before,
body p::before {
  display:block;
  width:0;
  height:0;
  margin-top:calc((1 - 1.8) * .5em);
  content:""
}
html h1::after,
html h4::after,
html h6::after,
html p::after,
body h1::after,
body h4::after,
body h6::after,
body p::after {
  display:block;
  width:0;
  height:0;
  margin-bottom:calc((1 - 1.8) * .5em);
  content:""
}
@media only screen and (max-width: 768px) {
  html,
  body {
    font-size:15px
  }
}
.contWrap {
  width:100%;
  margin-bottom:160px
}
.contWrap:last-of-type {
  margin-bottom:0
}
.contWrap .inner {
  width:90%;
  margin:0 auto
}
.contWrap .inner h2 {
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
  flex-direction:column;
  margin-bottom:40px
}
.contWrap .inner h2 figure {
  display:inline-block
}
.contWrap .inner h2 figure img {
  width:auto
}
.contWrap .inner h2 figure:nth-of-type(1) {
  padding-bottom:10px;
  border-bottom:1px solid #888888;
  margin:0 0 5px 5px
}
.contWrap .inner>h2 {
  align-items:center
}
@media only screen and (max-width: 768px) {
  .contWrap {
    margin-bottom:80px
  }
  .contWrap .inner h2 figure:nth-of-type(1) {
    margin:0 0 5px 0
  }
}
span.marker_white {
  position:relative;
  z-index:1
}
span.marker_white:before {
  content:"";
  display:block;
  position:absolute;
  z-index:-1;
  bottom:-2px;
  left:-5px;
  width:calc(100% + 10px);
  height:10px;
  background:#ffffff;
  transform:skewX(-10deg)
}
hr {
  width:100%;
  height:1px;
  background-color:#888888
}
#mainImg {
  margin:30px 30px 0 30px;
  padding-bottom:60px;
  position:relative
}
#mainImg .inner {
  position:relative;
  z-index:1;
  overflow:hidden
}
#mainImg .inner:before {
  content:"";
  display:block;
  width:100%;
  height:0;
  padding-top:50.97222%
}
#mainImg .inner h1 {
  position:absolute;
  z-index:3;
  top:7%;
  left:3%;
  max-width:558px;
  width:38.75%;
  opacity:0;
  transition:all 0.8s
}
#mainImg .inner h1.active {
  opacity:1;
  transition:all 0.8s
}
#mainImg .inner .border {
  border:1px solid #ffffff;
  width:calc(100% - 20px);
  height:calc(100% - 20px);
  position:absolute;
  z-index:2;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%)
}
#mainImg .inner figure {
  position:absolute;
  top:-20%;
  left:50%;
  transform:translateX(-50%);
  width:120%
}
#mainImg #scroll {
  width:18px;
  position:absolute;
  z-index:4;
  bottom:-20px;
  right:20px;
  transition:all 0.8s;
  opacity:0
}
#mainImg #scroll.active {
  transition:all 0.8s;
  opacity:1;
  animation:move-y .5s infinite alternate ease-in-out
}
@media only screen and (max-width: 768px) {
  #mainImg #scroll {
    width:12px;
    right:8px;
    bottom:-10px
  }
}
@keyframes move-y {
  from {
    transform:translateY(0)
  }
  to {
    transform:translateY(10px)
  }
}
@media only screen and (max-width: 768px) {
  #mainImg {
    margin:30px 0 0
  }
  #mainImg .inner:before {
    padding-top:100%
  }
  #mainImg .inner h1 {
    top:5%;
    left:50%;
    transform:translate(-50%);
    max-width:100%;
    width:90%
  }
  #mainImg .inner .border {
    width:calc(100% - 10px);
    height:calc(100% - 10px)
  }
  #mainImg .inner figure {
    top:-5%;
    left:78%;
    width:180%
  }
}
.about.contWrap {
  margin-bottom:80px
}
.about.contWrap .inner {
  max-width:1080px
}
.about.contWrap .inner dl {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  flex-direction:row-reverse
}
.about.contWrap .inner dl dt {
  margin-left:30px;
  width:calc(50% - 30px)
}
.about.contWrap .inner dl dt h2 figure:nth-of-type(1) img {
  height:32px
}
.about.contWrap .inner dl dt h2 figure:nth-of-type(2) img {
  height:39px
}
.about.contWrap .inner dl dt p {
  letter-spacing:0.07em !important
}
.about.contWrap .inner dl dd {
  margin-right:30px;
  width:calc(50% - 30px);
  display:flex;
  justify-content:flex-end
}
.about.contWrap .inner dl dd figure {
  max-width:400px;
  width:100%;
  position:relative
}
.about.contWrap .inner dl dd figure svg {
  position:absolute;
  z-index:10;
  top:0;
  left:0
}
.about.contWrap .inner dl dd figure:after {
  content:"";
  display:block;
  position:absolute;
  z-index:-1;
  bottom:0;
  left:0;
  height:100%;
  width:100%;
  border-radius:200px 200px 0 0;
  background-color:#ebdfd2;
  opacity:0
}
.about.contWrap .inner dl dd figure img {
  border-radius:200px 200px 0 0;
  object-fit:cover;
  opacity:0
}
.about.contWrap .inner dl dd.aos-animate figure svg path {
  fill:none;
  stroke:#333333;
  stroke-dasharray:1900px;
  stroke-dashoffset:0px;
  animation:lineAnime 3s forwards, fadeOut 5s 0.1s forwards
}
.about.contWrap .inner dl dd.aos-animate figure:after {
  animation:shadow 2s forwards;
  animation-delay:2s
}
.about.contWrap .inner dl dd.aos-animate figure img {
  opacity:0;
  animation:fadeIn 0.8s forwards;
  animation-delay:2s
}
@media only screen and (max-width: 768px) {
  .about.contWrap .inner dl {
    flex-direction:column
  }
  .about.contWrap .inner dl dt {
    margin-left:0;
    width:100%;
    margin-bottom:30px
  }
  .about.contWrap .inner dl dt h2 {
    align-items:center
  }
  .about.contWrap .inner dl dt h2 figure:nth-of-type(1) img {
    height:24px
  }
  .about.contWrap .inner dl dt h2 figure:nth-of-type(2) img {
    height:31px
  }
  .about.contWrap .inner dl dt p {
    text-align:center
  }
  .about.contWrap .inner dl dd {
    margin-right:0;
    width:100%;
    justify-content:center
  }
}
.points.contWrap {
  background:#fbf4ec;
  padding:80px 0
}
.points.contWrap .inner {
  max-width:940px
}
.points.contWrap .inner h2 figure:nth-of-type(1) img {
  height:63px
}
@media only screen and (max-width: 768px) {
  .points.contWrap .inner h2 figure:nth-of-type(1) img {
    height:49px
  }
}
.points.contWrap .inner h2 figure:nth-of-type(2) img {
  height:34px
}
@media only screen and (max-width: 768px) {
  .points.contWrap .inner h2 figure:nth-of-type(2) img {
    height:25px
  }
}
.points.contWrap .inner ul {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  align-items:flex-start
}
.points.contWrap .inner ul li {
  max-width:440px;
  width:47%
}
.points.contWrap .inner ul li:nth-of-type(n+3) {
  margin-top:60px
}
.points.contWrap .inner ul li h3 {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:10px
}
.points.contWrap .inner ul li h3 figure {
  width:99px
}
.points.contWrap .inner ul li h3 figure img {
  margin-left:-20px
}
.points.contWrap .inner ul li h3 span {
  width:calc(100% - 99px);
  font-size:1.375rem;
  letter-spacing:0;
  line-height:1.2;
  color:#e08585;
  font-weight:700
}
.points.contWrap .inner ul li>figure {
  width:100%;
  position:relative;
  z-index:1
}
.points.contWrap .inner ul li>figure:before {
  content:"";
  display:block;
  padding-top:68.18181%;
  height:0;
  width:100%
}
.points.contWrap .inner ul li>figure:after {
  content:"";
  display:block;
  position:absolute;
  z-index:-1;
  bottom:-10px;
  right:-10px;
  height:100%;
  width:100%;
  border-radius:10px;
  background-color:#ebdfd2
}
.points.contWrap .inner ul li>figure img {
  position:absolute;
  top:0;
  left:0;
  border-radius:10px;
  object-fit:cover;
  height:100%
}
.points.contWrap .inner ul li p {
  margin-top:30px;
  font-size:0.9375rem
}
@media only screen and (max-width: 768px) {
  .points.contWrap .inner ul {
    display:block
  }
  .points.contWrap .inner ul .slick-list {
    overflow:visible
  }
  .points.contWrap .inner ul .slick-next {
    right:40px;
    top:30px;
    z-index:99;
    width:22px;
    height:22px;
    z-index:99
  }
  .points.contWrap .inner ul .slick-next:before {
    content:"";
    display:block;
    height:22px;
    width:22px;
    background:url(../img/pink_arrow_Next.png) no-repeat;
    background-size:contain
  }
  .points.contWrap .inner ul .slick-prev {
    left:auto;
    right:80px;
    top:30px;
    width:22px;
    height:22px;
    z-index:99
  }
  .points.contWrap .inner ul .slick-prev:before {
    content:"";
    display:block;
    height:22px;
    width:22px;
    background:url(../img/pink_arrow_Prev.png) no-repeat;
    background-size:contain
  }
  .points.contWrap .inner ul li {
    max-width:100%;
    padding-right:30px
  }
  .points.contWrap .inner ul li:nth-of-type(n+3) {
    margin-top:0
  }
  .points.contWrap .inner ul li h3 {
    flex-direction:column;
    align-items:flex-start
  }
  .points.contWrap .inner ul li h3 figure {
    width:90px;
    margin-bottom:5px
  }
  .points.contWrap .inner ul li h3 figure img {
    margin-left:-10px
  }
  .points.contWrap .inner ul li h3 span {
    width:100%;
    letter-spacing:-0.03em
  }
}
.points.contWrap .inner .voice {
  border:2px solid #333333;
  border-radius:10px;
  padding:30px;
  position:relative;
  margin-top:60px;
  display:flex;
  align-items:center
}
.points.contWrap .inner .voice:nth-of-type(n+2) {
  margin-top:30px
}
.points.contWrap .inner .voice h4 {
  width:150px;
  padding:6px 0 8px;
  border-radius:15px;
  background:#333333;
  color:#ffffff;
  font-weight:400;
  text-align:center;
  position:absolute;
  top:-15px;
  left:30px
}
.points.contWrap .inner .voice p {
  color:#e08585;
  font-weight:400
}
.points.contWrap .inner .voice.couple {
  background:url(../img/couple.jpg) no-repeat top right,#fff;
  background-size:200px auto
}
.points.contWrap .inner .voice.couple p {
  width:calc(100% - 140px)
}
.points.contWrap .inner .voice.guest {
  background:url(../img/guest.jpg) no-repeat top -40px right,#fff;
  background-size:120px auto
}
.points.contWrap .inner .voice.guest p {
  width:calc(100% - 80px)
}
.points.contWrap .inner .voice.parents {
  background:url(../img/parents.jpg) no-repeat top right,#fff;
  background-size:160px auto
}
.points.contWrap .inner .voice.parents p {
  width:calc(100% - 120px)
}
@media only screen and (max-width: 768px) {
  .points.contWrap .inner .voice {
    padding:30px 20px
  }
  .points.contWrap .inner .voice h4 {
    left:10px
  }
  .points.contWrap .inner .voice.couple {
    background:url(../img/couple.jpg) no-repeat bottom right,#fff;
    background-size:150px auto
  }
  .points.contWrap .inner .voice.couple p {
    width:100%
  }
  .points.contWrap .inner .voice.couple p span {
    display:block
  }
  .points.contWrap .inner .voice.couple p span:nth-of-type(1) {
    width:calc(100% - 120px)
  }
  .points.contWrap .inner .voice.couple p span:nth-of-type(2) {
    width:calc(100% - 120px)
  }
  .points.contWrap .inner .voice.guest {
    background:url(../img/guest.jpg) no-repeat bottom right,#fff;
    background-size:90px auto
  }
  .points.contWrap .inner .voice.guest p {
    width:calc(100% - 50px)
  }
  .points.contWrap .inner .voice.parents {
    background:url(../img/parents.jpg) no-repeat top right,#fff;
    background-size:120px auto
  }
  .points.contWrap .inner .voice.parents p {
    width:calc(100% - 80px)
  }
}
@media only screen and (max-width: 480px) {
  .points.contWrap .inner .voice.couple p span:nth-of-type(1) {
    width:100%
  }
  .points.contWrap .inner .voice.parents {
    background:url(../img/parents.jpg) no-repeat bottom -20px right,#fff;
    background-size:120px auto
  }
}
.detail.contWrap .inner {
  max-width:1090px
}
.detail.contWrap .inner h2 figure:nth-of-type(1) img {
  height:32px
}
.detail.contWrap .inner h2 figure:nth-of-type(2) img {
  height:32px
}
.detail.contWrap .inner ul {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  align-items:flex-start
}
.detail.contWrap .inner ul li {
  max-width:336px;
  width:31%;
  position:relative;
  border-radius:168px 168px 0 0;
  overflow:hidden
}
.detail.contWrap .inner ul li:after{
  content: "";
  position: absolute;
  background: url("/nagoya/strings-nagoya/assets/detail_bg.png") no-repeat 0 0 / cover;
  right: -70px;
  top: -24px;
  width: 370px;
  height: 365px;
}
.detail.contWrap .inner ul li figure{
  position: relative;
  z-index: 2;
}
.detail.contWrap .inner ul li h5 {
  display:flex;
  flex-direction:column;
  align-items:center;
  margin:4vw auto 2vw
}
.detail.contWrap .inner ul li h5 figure {
  height:88px;
}
.detail.contWrap .inner ul li h5 figure img {
  height:100%;
  width:auto
}
.detail.contWrap .inner ul li h5 span {
  display:inline-block;
  text-align:center;
  width:239px;
  padding:6px 0 8px;
  border-radius:15px;
  color:#ffffff;
  font-weight:400;
  margin-top:10px;
  position: relative;
  z-index: 2;
}
.detail.contWrap .inner ul li.for10 h5 span {
  background:#853427; 
}
.detail.contWrap .inner ul li.for20 h5 span {
  background:#988830; 
}
.detail.contWrap .inner ul li.for30 h5 span {
  background:#a25a5a; 
}
.detail.contWrap .inner ul li p {
  text-align:center;
  font-weight:400;
  padding:40px 5%;
  font-size:0.9375rem
}
.detail.contWrap .inner ul li .planBtn {
  margin:0 10px 10px 10px
}
.detail.contWrap .inner ul li .planBtn a {
  display:block;
  width:100%;
  background:#ffffff;
  color:#333333;
  font-size:0.75rem;
  font-weight:500;
  padding:15px 0;
  text-align:center;
  position:relative
}
.detail.contWrap .inner ul li .planBtn a:after {
  content:"";
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  height:18px;
  width:18px;
  background:url(../img/black_btn_arrow.png) no-repeat;
  background-size:contain
}
.detail.contWrap .inner ul li .accordionBtn {
  cursor:pointer;
  margin:0 10px 10px 10px;
  width:calc(100% - 20px);
  border:1px solid #ffffff;
  font-size:0.75rem;
  padding:15px 0;
  text-align:center;
  position:relative
}
.detail.contWrap .inner ul li .accordionBtn:after {
  content:"";
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  height:18px;
  width:18px;
  background:url(../img/close.png) no-repeat;
  background-size:contain
}
.detail.contWrap .inner ul li .accordionBtn.open:after {
  background:url(../img/open.png) no-repeat;
  background-size:contain
}
.detail.contWrap .inner ul li .accordionInner {
  display:none;
  background:#ffffff;
  padding:40px 20px
}
.detail.contWrap .inner ul li .accordionInner dl dt {
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
  align-items:center;
  font-size:0.9375rem
}
.detail.contWrap .inner ul li .accordionInner dl dt time {
  font-size:1rem;
  font-weight:400;
  width:65px;
  text-align:center;
  border-radius:13px;
  padding:4px 0 6px;
  margin-right:10px;
  color:#ffffff
}
.detail.contWrap .inner ul li .accordionInner dl dt>span {
  font-size:0.8125rem
}
.detail.contWrap .inner ul li .accordionInner dl dt.flow {
  position:relative;
  padding-left:10px
}
.detail.contWrap .inner ul li .accordionInner dl dt.flow span {
  font-size:0.8125rem
}
.detail.contWrap .inner ul li .accordionInner dl dt.flow:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  height:16px;
  width:5px
}
.detail.contWrap .inner ul li .accordionInner dl dt.partition {
  position:relative;
  z-index:1
}
.detail.contWrap .inner ul li .accordionInner dl dt.partition p {
  font-size:1rem;
  font-weight:400;
  width:150px;
  text-align:center;
  border-radius:13px;
  padding:4px 0 6px;
  color:#ffffff;
  margin:0 auto
}
.detail.contWrap .inner ul li .accordionInner dl dt.partition:before {
  content:"";
  height:1px;
  width:100%;
  position:absolute;
  z-index:-1;
  top:50%;
  transform:translateY(-50%)
}
.detail.contWrap .inner ul li .accordionInner dl dt+dt {
  margin-top:20px
}
.detail.contWrap .inner ul li .accordionInner dl dd {
  margin-top:10px
}
.detail.contWrap .inner ul li .accordionInner dl dd+dt:not(:nth-of-type(1)) {
  margin-top:20px
}
.detail.contWrap .inner ul li .accordionInner .closeWrap {
  margin:40px auto 0;
  width:100px
}
.detail.contWrap .inner ul li .accordionInner .closeWrap a {
  color:#ffffff;
  font-size:0.9375rem;
  font-weight:400;
  display:block;
  background:#333333;
  width:100%;
  text-align:center;
  border-radius:13px;
  padding:5px 0 6px;
  position:relative
}
.detail.contWrap .inner ul li .accordionInner .closeWrap a:before {
  content:"×";
  position:absolute;
  right:10px;
  top:45%;
  transform:translateY(-50%)
}
.detail.contWrap .inner ul li.for10 {
  background-color:#e7c2b0
}
.detail.contWrap .inner ul li.for10 .accordionInner {
  border:2px solid #e7c2b0
}
.detail.contWrap .inner ul li.for10 .accordionInner dl dt time {
  background:#e7c2b0
}
.detail.contWrap .inner ul li.for10 .accordionInner dl dt.flow:before {
  background:#e7c2b0
}
.detail.contWrap .inner ul li.for10 .accordionInner dl dt.partition p {
  background:#e7c2b0
}
.detail.contWrap .inner ul li.for10 .accordionInner dl dt.partition:before {
  background:#e7c2b0
}
.detail.contWrap .inner ul li.for20 {
  background-color:#ebe1ab
}
.detail.contWrap .inner ul li.for20 .accordionInner {
  border:2px solid #ebe1ab
}
.detail.contWrap .inner ul li.for20 .accordionInner dl dt time {
  background:#ebe1ab
}
.detail.contWrap .inner ul li.for20 .accordionInner dl dt.flow:before {
  background:#ebe1ab
}
.detail.contWrap .inner ul li.for20 .accordionInner dl dt.partition p {
  background:#ebe1ab
}
.detail.contWrap .inner ul li.for20 .accordionInner dl dt.partition:before {
  background:#ebe1ab
}
.detail.contWrap .inner ul li.for30 {
  background-color:#f4bdbd
}
.detail.contWrap .inner ul li.for30 .accordionInner {
  border:2px solid #f4bdbd
}
.detail.contWrap .inner ul li.for30 .accordionInner dl dt time {
  background:#f4bdbd
}
.detail.contWrap .inner ul li.for30 .accordionInner dl dt.flow:before {
  background:#f4bdbd
}
.detail.contWrap .inner ul li.for30 .accordionInner dl dt.partition p {
  background:#f4bdbd
}
.detail.contWrap .inner ul li.for30 .accordionInner dl dt.partition:before {
  background:#f4bdbd
}
@media only screen and (max-width: 768px) {
  .detail.contWrap .inner h2 figure:nth-of-type(1) img {
    height:24px
  }
  .detail.contWrap .inner h2 figure:nth-of-type(2) img {
    height:24px
  }
  .detail.contWrap .inner ul {
    flex-direction:column;
    align-items:center
  }
  .detail.contWrap .inner ul li {
    max-width:400px;
    width:100%;
    border-radius:200px 200px 0 0
  }
  .detail.contWrap .inner ul li:nth-of-type(n+2) {
    margin-top:30px
  }
  .detail.contWrap .inner ul li h5 {
    margin:10vw auto 5vw
  }
}
@media only screen and (max-width: 480px) {
  .detail.contWrap .inner ul li h5 {
    margin:14vw auto 6vw
  }
}
.qanda.contWrap .inner {
  max-width:750px
}
.qanda.contWrap .inner h2 figure:nth-of-type(1) img {
  height:32px
}
.qanda.contWrap .inner h2 figure:nth-of-type(2) img {
  height:37px
}
.qanda.contWrap .inner dl {
  margin-top:30px
}
.qanda.contWrap .inner dl:nth-of-type(1) {
  margin-top:0
}
.qanda.contWrap .inner dl dt {
  padding:0 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:10px
}
.qanda.contWrap .inner dl dt figure {
  width:55px
}
.qanda.contWrap .inner dl dt p {
  width:calc(100% - 75px);
  font-size:0.9375rem;
  line-height:1.2
}
.qanda.contWrap .inner dl dt p::before {
  display:block;
  width:0;
  height:0;
  margin-top:calc((1 - 1.2) * .5em);
  content:""
}
.qanda.contWrap .inner dl dt p::after {
  display:block;
  width:0;
  height:0;
  margin-bottom:calc((1 - 1.2) * .5em);
  content:""
}
.qanda.contWrap .inner dl dd {
  font-size:0.9375rem;
  line-height:1.8;
  background:#e8e8e8;
  padding:20px
}
.qanda.contWrap .inner dl dd::before {
  display:block;
  width:0;
  height:0;
  margin-top:calc((1 - 1.8) * .5em);
  content:""
}
.qanda.contWrap .inner dl dd::after {
  display:block;
  width:0;
  height:0;
  margin-bottom:calc((1 - 1.8) * .5em);
  content:""
}
.qanda.contWrap .inner dl dd h4 {
  display:inline-block;
  width:90px;
  padding:3px 0 6px;
  margin-right:5px;
  border-radius:12px;
  background:#333333;
  color:#ffffff;
  font-weight:400;
  text-align:center
}
@media only screen and (max-width: 768px) {
  .qanda.contWrap .inner {
    max-width:750px
  }
  .qanda.contWrap .inner h2 figure:nth-of-type(1) img {
    height:24px
  }
  .qanda.contWrap .inner h2 figure:nth-of-type(2) img {
    height:27px
  }
}
.report.contWrap {
  background:#fffbe5;
  padding:80px 0 160px
}
.report.contWrap .inner {
  max-width:940px
}
.report.contWrap .inner h2 figure:nth-of-type(1) img {
  height:32px
}
.report.contWrap .inner h2 figure:nth-of-type(2) img {
  height:28px
}
.report.contWrap .inner ul {
  display:flex;
  flex-direction:column
}
.report.contWrap .inner ul li {
  max-width:880px;
  width:100%;
  position:relative;
  z-index:1;
  margin-top:80px
}
.report.contWrap .inner ul li:nth-of-type(3) {
  margin-top:160px
}
.report.contWrap .inner ul li h3 {
  position:absolute;
  top:-40px;
  z-index:2;
  width:99px
}
.report.contWrap .inner ul li h3 img {
  margin-left:-30px
}
.report.contWrap .inner ul li h4 {
  display:inline-block;
  padding:5px 20px 7px;
  margin-top:30px;
  border-radius:14px;
  background:#333333;
  color:#ffffff;
  font-weight:400;
  text-align:center
}
.report.contWrap .inner ul li figure {
  width:100%;
  position:relative;
  z-index:1
}
.report.contWrap .inner ul li figure:before {
  content:"";
  display:block;
  padding-top:68.18181%;
  height:0;
  width:100%
}
.report.contWrap .inner ul li figure:after {
  content:"";
  display:block;
  position:absolute;
  z-index:-1;
  bottom:-10px;
  right:-10px;
  height:100%;
  width:100%;
  border-radius:10px;
  background-color:#efe7bb
}
.report.contWrap .inner ul li figure img {
  position:absolute;
  top:0;
  left:0;
  border-radius:10px;
  object-fit:cover;
  height:100%
}
.report.contWrap .inner ul li figure:nth-of-type(1) {
  max-width:440px
}
.report.contWrap .inner ul li figure:nth-of-type(2) {
  max-width:410px;
  position:absolute;
  top:-60px;
  right:0
}
.report.contWrap .inner ul li:nth-of-type(even) {
  align-self:flex-end;
  text-align:right;
  margin-top:0
}
.report.contWrap .inner ul li:nth-of-type(even) div {
  display:flex;
  flex-direction:row-reverse
}
.report.contWrap .inner ul li:nth-of-type(even) h3 {
  top:-40px;
  right:-30px
}
.report.contWrap .inner ul li:nth-of-type(even) h3 img {
  margin-left:0
}
.report.contWrap .inner ul li:nth-of-type(even) figure:after {
  right:auto;
  left:-10px
}
.report.contWrap .inner ul li:nth-of-type(even) figure:nth-of-type(2) {
  right:auto;
  left:0;
  top:auto;
  bottom:0
}
@media only screen and (max-width: 768px) {
  .report.contWrap .inner h2 figure:nth-of-type(1) img {
    height:24px
  }
  .report.contWrap .inner h2 figure:nth-of-type(2) img {
    height:24px
  }
  .report.contWrap .inner ul {
    display:block;
    margin-top:80px
  }
  .report.contWrap .inner ul .slick-list {
    overflow:visible
  }
  .report.contWrap .inner ul .slick-next {
    right:40px;
    top:-30px;
    z-index:99;
    width:22px;
    height:22px;
    z-index:99
  }
  .report.contWrap .inner ul .slick-next:before {
    content:"";
    display:block;
    height:22px;
    width:22px;
    background:url(../img/black_arrow_Next.png) no-repeat;
    background-size:contain
  }
  .report.contWrap .inner ul .slick-prev {
    left:auto;
    right:80px;
    top:-30px;
    width:22px;
    height:22px;
    z-index:99
  }
  .report.contWrap .inner ul .slick-prev:before {
    content:"";
    display:block;
    height:22px;
    width:22px;
    background:url(../img/black_arrow_Prev.png) no-repeat;
    background-size:contain
  }
  .report.contWrap .inner ul li {
    margin-top:0;
    padding-right:30px
  }
  .report.contWrap .inner ul li:nth-of-type(even) {
    text-align:left
  }
  .report.contWrap .inner ul li:nth-of-type(even) h3 {
    right:auto
  }
  .report.contWrap .inner ul li:nth-of-type(even) h3 img {
    margin-left:-10px
  }
  .report.contWrap .inner ul li:nth-of-type(even) div {
    display:block
  }
  .report.contWrap .inner ul li:nth-of-type(even) div figure:after {
    left:auto;
    right:-10px
  }
  .report.contWrap .inner ul li:nth-of-type(3) {
    margin-top:0
  }
  .report.contWrap .inner ul li h3 img {
    margin-left:-10px
  }
  .report.contWrap .inner ul li div figure:nth-of-type(2) {
    position:relative;
    margin-top:20px;
    top:auto
  }
}
#fixedBtn {
  background:rgba(247,247,247,0.7);
  padding:10px 0;
  width:100%;
  position:fixed;
  bottom:-100%;
  left:0;
  z-index:100;
  transition:bottom 1.5s
}
#fixedBtn.on {
  bottom:0;
  transition:bottom 1.5s
}
#fixedBtn .inner {
  max-width:600px;
  width:90%;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap
}
#fixedBtn .inner li {
  width:48%
}
#fixedBtn .inner li a {
  width:100%;
  display:block;
  text-align:center;
  font-size:1.125rem;
  font-weight:500;
  border-radius:25px;
  color:#ffffff;
  padding:6px 0 7px;
  line-height:1.2;
  position:relative
}
#fixedBtn .inner li a::before {
  display:block;
  width:0;
  height:0;
  margin-top:calc((1 - 1.2) * .5em);
  content:""
}
#fixedBtn .inner li a::after {
  display:block;
  width:0;
  height:0;
  margin-bottom:calc((1 - 1.2) * .5em);
  content:""
}
#fixedBtn .inner li a span {
  display:block;
  font-size:0.8125rem
}
#fixedBtn .inner li a:after {
  content:"";
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  height:18px;
  width:18px;
  background:url(../img/btn_arrow.png) no-repeat;
  background-size:contain
}
#fixedBtn .inner li:nth-of-type(1) a {
  background:#c3af97
}
#fixedBtn .inner li:nth-of-type(2) a {
  background:#a9b66c
}
@media only screen and (max-width: 768px) {
  #fixedBtn .inner {
    flex-direction:column
  }
  #fixedBtn .inner li {
    width:100%
  }
  #fixedBtn .inner li:nth-of-type(2) {
    margin-top:5px
  }
}
#pageTop {
  position:fixed;
  right:30px;
  bottom:68px;
  z-index:100;
  width:20px;
  opacity:0;
  transition:all 0.8s;
  cursor:pointer
}
#pageTop.on {
  opacity:1;
  transition:all 0.8s
}
@media only screen and (max-width: 768px) {
  #pageTop {
    display:none
  }
}
