@charset "utf-8";
/*-----------------------------------------------
  base
-----------------------------------------------*/
body {
  background: #fff;
  font-family:"Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic P";
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
	color: #2f2f2f;
}
.wrapper .img {
  margin: 0 auto;
}
.wrapper .img img {
  width: 100%;
  height: auto;
}
.sp_none,
.sp_only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .all {
    width: 1200px;
    margin: 0 auto;
  }
  .inner {
    width: 960px;
  }
  .sp_none {
    display: block !important;
	}
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
  .sp_only {
    display: block !important;
	}
}
/*-----------------------------------------------
  header
-----------------------------------------------*/
/* header base */
.header {
  position: absolute;
  top: 0;
  width:100%;
  z-index: 999;
  text-align: center;
  transition: 0.3s;
}
.header.fixedItem {
  position: fixed;
  background: rgb(245,245,245);
  display: none;
  left: 0;
}
.header.fixedItem.active {
  display: block;
  animation: DownAnime 0.5s forwards;
}
.header.fixedItem.nonactive.start {
  display: block;
  animation: UpAnime 0.6s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}
.header.scrollDone.DownAnime {
  opacity: 1;
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.header .inner {
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* hamburger */
.hamburger {
  position: relative;
  width: min(6rem,5vw);
  height: min(6rem,5vw);
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 3;
}
.hamburger span {
  background: #3ba19d;
  height: 3px;
  left: 5px;
  position: absolute;
  transition: all 0.6s;
  width: 50px;
}
.hamburger_linetop {
  top: 12px;
}
.hamburger_linecenter {
  top: 28px;
}
.hamburger_linebottom {
  top: 44px;
}
/* closeButton */
.closeButton {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  top: 6px;
  right: 5px;
  cursor: pointer;
}
.closeButton span {
  background: #3ba19d;
  height: 3px;
  position: absolute;
  transition: all 0.6s;
  width: 50px;
  top: 33px;
  left: 13px;
}
.close_linetop {
  transform: rotate(45deg);
}
.close_linebottom {
  transform: rotate(-45deg);
}
/* nav_open */
.nav_open .menulist {
  right: 0 !important;
}
.nav_open .overlay {
  opacity: 0.7;
  visibility: visible;
}
.overlay {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  cursor: pointer;
  z-index: 998;
}
/* menulist */
.header .menulist {
  height: 100vh;
  padding-top: min(10rem,12vw);
  position: fixed;
  right: max(-50%,-60rem);
  transition: all 0.6s;
  top: 0;
  width: min(60rem,50%);
  z-index: 999;
  background: rgba(255,255,255,0.8);
}
.header .menulist nav ul li {
  text-align: left;
}
.header .menulist ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 25px 50px;
}
/* header Others */
.headerLogoBox {
  margin-right: auto;
}
.headerBuy {
  margin-right: 35px;
}
.headerBuy a {
  display: block;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 49px;
  border-radius: 5px;
  background: #3ba19d;
  color: #fff;
}
.headerBuy a span {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .header .inner {
    width: 1200px;
  }
  .headerBuy a:hover {
    opacity: 0.6
  }
}
@media screen and (max-width: 767px) {
  .header.fixedItem {
    background: rgb(255,255,255);
  }
  .header.fixedItem .inner {
    height: 17.5vw;
  }
  .header .inner {
    height: 23vw;
    width: 100%;
    padding: 0 0 0 5%;
  }
  .header .headerLogo img {
    width: 32.8vw;
    height: auto;
  }
  .hamburger {
    height: 12vw;
    width: 12vw;
    right: 3.333vw;
  }
  .hamburger span {
    height: 1.067vw;
    height: 0.8vw;
    width: 9.333vw;
  }
  .hamburger_linetop {
    top: 2.267vw;
  }
  .hamburger_linecenter {
    top: 5.467vw;
  }
  .hamburger_linebottom {
    top: 8.933vw;
  }
  .nav_open .hamburger_linetop {
    top: 5.467vw;
    transform: rotate(45deg);
  }
  .nav_open .hamburger_linecenter {
    width: 0;
  }
  .nav_open .hamburger_linebottom {
    top: 5.467vw;
    transform: rotate(-45deg);
  }
  .closeButton {
    width: 12vw;
    height: 12vw;
    top: 2.4vw;
    right: 3.333vw;
  }
  .closeButton span {
    width: 9.333vw;
    height: 0.8vw;
    left: 1.333vw;
  }
  .header .menulist {
    right: -100%;
    width: 100%;
    padding-top: 24vw;
  }
  .header .menulist ul li a {
    font-size: 4.2vw;
    line-height: 1.6em;
    padding: 4vw 8vw;
  }
  .headerBuy {
    margin-right: 6.66vw;
  }
  .headerBuy a {
    padding: 0 2.4vw;
    line-height: 10.93vw;
  }
  .headerBuy a span {
    font-size: 3.33vw;
  }
}

/*-----------------------------------------
  common
-----------------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
/* btnImg */
.btnImg {
  position: relative;
  width: 79.46vw;
  margin-bottom: 4.53vw !important;
}
.btnImg::before {
  content: "";
  background: url(../../images/SP/btn-shadow.png)no-repeat;
  background-size: cover;
  background-position: center;
  width: 76.26vw;
  height: 17.59vw;
  position: absolute;
  bottom: -4.8vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 0;
}
.btnImg a {
  position: relative;
  z-index: 1;
}
.btnImg + p {
  font-size: 3.06vw !important;
  text-align: center;
  line-height: 1em !important;
}
/* btnshine */
.btnshine {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
.btnshine::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
/* flexBox */
  .flexBox {
    display: flex;
  }
/* btnImg */
  .btnImg {
    width: 521px !important;
    margin-bottom: 25px !important;
    transition: 0.3s;
  }
  .btnImg::before {
    background: url(../../images/PC/btn-medium-shadow.png)no-repeat;
    background-size: cover;
    background-position: center;
    width: 494px;
    height: 105px;
    bottom: -30px;
  }
  .btnImg + p {
    font-size: 14px !important;
  }
  .btnImg:hover {
    opacity: 0.6
  }
/* btnSmall */
  .btnSmall {
    width: 342px !important;
  }
  .btnSmall::before {
    background: url(../../images/PC/btn-small-shadow.png)no-repeat;
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 91px;
    bottom: -30px;
  }
}
/*-----------------------------------------
  main
-----------------------------------------*/
@media screen and (min-width: 768px) {
  section.main {
    margin-bottom: -232px;
  }
  section.main .content2 {
    position: absolute;
    top: 524px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.main {
    background: #e0e9ef;
    padding-bottom: 9.33vw;
  }
}
/*-----------------------------------------
  campaign
-----------------------------------------*/
.campaign {
  padding: 9.33vw 0 13.33vw;
  text-align: center;
}
.campaign .contentImg {
  width: 80.93vw;
  margin-bottom: 6.66vw;
}
@media screen and (min-width: 768px) {
  .campaign {
    padding: 75px 0 40px;
  }
  .campaign .contentImg {
    width: 836px;
    margin-bottom: 42px;
  }
  /* campaign1 */
  .campaign1 {
    padding-top: 0;
  }
  .campaign1 .contentArea {
    position: relative;
    background: rgba(255,255,255,0.8);
    width: 923px;
    margin: 0 auto;
    padding: 50px 0 0;
    box-shadow: 0px 0px 6px 4px rgba(238,238,238,0.56);
  }
  .campaign1 .contentArea::after {
    content: "";
    background: #fff;
    width: 923px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
  }
}
/*-----------------------------------------
  nayami
-----------------------------------------*/
.nayami {
  background: #f6f9fb;
}
.nayami .content1 {
  position: relative;
  z-index: 2;
  margin-bottom: -14.4vw;
}
.nayami .contentArea {
  position: relative;
  padding: 22.4vw 0 12.26vw;
}
.nayami .contentArea::before {
  content: "";
  background: url(../../images/SP/nayami-bg.png)no-repeat;
  background-size: contain;
  width: 100vw;
  height: 72.53vw;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.nayami .contentArea p {
  font-size: 4vw;
  line-height: 2em;
  padding: 0 2.13vw;
}
.nayami .contentArea p span {
  font-weight: bold;
  color: #42697b;
}
.nayami .titleArea {
  width: 75.46vw;
  margin-bottom: 12.53vw;
}
.nayami .text1 {
  margin-bottom: 4.26vw;
}
.nayami .text2 {
  margin-bottom: 9.6vw;
}
.nayami .img2 {
  width: 63.86vw;
  margin-bottom: 10.66vw;
}
@media screen and (min-width: 768px) {
  .nayami .content1 {
    margin-bottom: -167px;
  }
  .nayami .contentArea {
    position: relative;
    padding: 205px 0 46px;
  }
  .nayami .contentArea::before {
    background: url(../../images/PC/nayami-bg.png)no-repeat;
    background-size: contain;
    width: 100vw;
    height: 428px;
  }
  .nayami .contentArea p {
    font-size: 16px;
    line-height: 1.875em;
    text-align: center;
  }
  .nayami .titleArea {
    width: 612px;
    margin-bottom: 50px;
  }
  .nayami .text1 {
    margin-bottom: 2px;
  }
  .nayami .img1 {
    width: 833px;
    margin-bottom: 14px;
  }
  .nayami .text2 {
    margin-bottom: 40px;
  }
  .nayami .img2 {
    width: 333px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .nayami .img1 {
    margin: 0 -1.6vw 4.53vw;
  }
}
/*-----------------------------------------
  about
-----------------------------------------*/
.about {
  padding: 13.33vw 0 16.8vw;
}
.about .titleArea {
  margin-bottom: 8.93vw;
}
.about .contentArea p {
  font-size: 4vw;
  line-height: 2em;
}
.about .content1 {
  margin-bottom: 8vw;
}
.about .content1 .text1 {
  margin-bottom: 10.13vw;
}
.about .content1 .img {
  width: 62.26vw;
}
.about .content2 {
  margin-bottom: 6.13vw;
}
@media screen and (min-width: 768px) {
  .about {
    background: url(../../images/PC/about-bg.jpg)no-repeat;
    background-size: cover;
    padding: 70px 0 35px;
  }
  .about .titleArea {
    margin-bottom: 45px;
  }
  .about .contentArea {
    background: rgba(255,255,255,0.67);
    padding: 35px 57px 55px
  }
  .about .contentArea p {
    font-size: 16px;
    line-height: 1.875em;
  }
  .about .content1 {
    margin-bottom: 22px;
  }
  .about .content1 .textArea {
    width: 515px;
  }
  .about .content1 .text1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 46px;
  }
  .about .content1 .text1 span {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.66em;
  }
  .about .content1 .text2 {
    padding-right: 50px;
    letter-spacing: 0.05em;
  }
  .about .content1 .img {
    width: 289px;
    margin: 0 auto 0 0;
  }
  .about .content2 {
    margin-bottom: 23px;
  }
  .about .content2 .img {
    width: 443px;
  }
  .about .content2 .textArea {
    width: calc(100% - 443px);
    padding-left: 37px;
    padding-top: 10px;
  }
  .about .content2 .text1 {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .about::before {
    content: "";
    background: url(../../images/SP/about-bg.jpg)no-repeat;
    background-size: contain;
    width: 100vw;
    height: 164.26vw;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .about .content1 .img {
    margin-bottom: 12.53vw;
  }
  .about .content2 .img {
    margin-bottom: 9.33vw;
  }
  .about .contentArea p {
    letter-spacing: 0.04em;
  }
}
/*-----------------------------------------
  sugata
-----------------------------------------*/
.sugata {

}

@media screen and (min-width: 768px) {

}
/*-----------------------------------------
  reason
-----------------------------------------*/
.reason {
  padding: 10.66vw 0 12.93vw;
}
.reason .titleArea {
  width: 86.8vw;
  margin-bottom: 11.46vw;
}
.reason .contentArea ul li.item {
  padding-bottom: 13.33vw;
  margin-bottom: 14.66vw;
  border-bottom: solid 0.5px #2f2f2f;
}
.reason .contentArea ul li.item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.reason .contentArea ul li .title1 {
  margin: 0 auto 8.26vw 4vw;
}
.reason .contentArea ul li:nth-child(1) .title1 { width: 70.667vw; }
.reason .contentArea ul li:nth-child(2) .title1 { width: 65.067vw; }
.reason .contentArea ul li:nth-child(3) .title1 { width: 83.733vw; }
.reason .contentArea ul li p {
  font-size: 4vw;
  line-height: 2em;
}
.reason .contentArea .content2 {
  background: #ebe8e5;
  padding: 3.06vw 4.53vw 3.73vw;
  margin-top: 4.26vw;
}
@media screen and (min-width: 768px) {
  .reason {
    padding: 102px 0 65px;
  }
  .reason .titleArea {
    width: 635px;
    margin-bottom: 72px;
  }
  .reason .contentArea ul li.item {
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: solid 1px #2f2f2f;
  }
  .reason .contentArea ul li .title1 {
    margin: 0 auto 40px 10px;
  }
  .reason .contentArea ul li:nth-child(1) .title1 { width: 668px; }
  .reason .contentArea ul li:nth-child(2) .title1 { width: 579px; }
  .reason .contentArea ul li:nth-child(3) .title1 { width: 806px; }
  .reason .contentArea ul li p {
    font-size: 16px;
    line-height: 1.875em;
  }
  .reason .contentArea .content2 {
    width: 750px;
    margin: 30px auto 0;
    padding: 17px 0 27px;
  }
  .reason .contentArea .content2 .title2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .reason .contentArea .content2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 63px;
  }
  /* .reason .contentArea .content2 ul li p {
    letter-spacing: 0.085em;
  } */
  .reason .contentArea .content2 ul li:nth-child(odd) {
    width: 345px;
  }
  .reason .contentArea .content2 ul li:nth-child(odd) p {
    letter-spacing: 0.08em;
  }
  .reason .contentArea .content2 ul li:nth-child(even) {
    width: calc(100% - 345px);
  }
  .reason .contentArea .content2 ul li:nth-child(even) p {
    letter-spacing: 0.015em;
  }
/* flexBox */
  .reason .flexBox .img {
    width: 563px;
  }
  .reason .flexBox p {
    width: calc(100% - 563px);
    padding: 14px 0 0 34px;
    letter-spacing: 0.08em;
  }
  .reason .contentArea ul li.item:nth-child(2) .flexBox {
    flex-direction: row-reverse;
  }
  .reason .contentArea ul li.item:nth-child(2) .flexBox .img {
    width: 326px;
    margin-top: -134px;
  }
  .reason .contentArea ul li.item:nth-child(2) .flexBox p {
    width: calc(100% - 326px);
    padding: 14px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .reason .contentArea ul li.item {
    margin-bottom: 13.33vw;
  }
  .reason .contentArea ul li .content1 .img {
    margin-bottom: 6.66vw;
  }
  .reason .contentArea ul li p {
    letter-spacing: 0.04em;
  }
  .reason .contentArea ul li:nth-child(2) .title1 {
    margin-bottom: 5.33vw;
  }
  .reason .contentArea ul li:nth-child(2) .content1 .img,
  .reason .contentArea ul li:nth-child(3) .content1 .img {
    margin-bottom: 1.33vw;
  }
}
/*-----------------------------------------
  director
-----------------------------------------*/
.director {
  background: #e5e9ed;
  padding: 12.8vw 0 17.86vw;
  display:none;
}
.director::before {
  content: "";
  background: url(../../images/SP/director-bg.png)no-repeat;
  background-size: contain;
  width: 100vw;
  height: 48.66vw;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display:none;
}
.director .titleArea {
  width: 89.46vw;
  margin-bottom: -13.86vw;
  margin-left: -1.6vw;
}
.director .contentArea {
  background: #fff;
  padding: 24vw 6.8vw 5.73vw;
  border-radius: 1.33vw;
  box-shadow: 0px 0px 6px 4px rgba(32,75,73,0.05);
}
.director .contentArea ul li {
  margin-bottom: 8.79vw;
}
.director .contentArea ul li:last-child {
  margin-bottom: 0;
}
.director .contentArea ul li .title1 {
  color: #39a29c;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 5.86vw;
  margin-left: -2.4vw;
}
.director .contentArea ul li p {
  font-size: 3.73vw;
  line-height: 2.14em;
}
@media screen and (min-width: 768px) {
  .director {
    padding: 48px 0 75px;
  }
  .director::before {
    background: url(../../images/SP/director-bg.png)no-repeat;
    background-size: contain;
    width: 1200px;
    height: 605px;
  }
  .director .titleArea {
    width: 857px;
    margin: 0 auto -120px;
  }
  .director .contentArea {
    padding: 168px 60px 45px;
    border-radius: 5px;
  }
  .director .contentArea ul li {
    margin-bottom: 48px;
  }
  .director .contentArea ul li .title1 {
    font-size: 26px;
    margin-bottom: 18px;
    margin-left: -14px;
  }
  .director .contentArea ul li p {
    font-size: 16px;
    line-height: 2em;
  }
}
/*-----------------------------------------
  flow
-----------------------------------------*/
.flow {
  background: #f8fafc;
  padding: 0 0 16.8vw;
  display: none;
}
.flow .titleArea {
  margin-bottom: 8.53vw;
}
.flow ul li {
  position: relative;
  margin-bottom: 26.13vw;
}
.flow ul li::after {
  content: "";
  background: url(../../images/common/flow-arrow.png)no-repeat;
  background-size: contain;
  width: 17.59vw;
  height: 5.06vw;
  position: absolute;
  bottom: -19.46vw;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.flow ul li:last-child {
  margin-bottom: 0;
}
.flow ul li:last-child::after {
  background: none;
}
.flow ul li .title2 {
  margin-bottom: 7.73vw;
}
.flow ul li:nth-child(1) .title2 { width: 76.26vw; }
.flow ul li:nth-child(2) .title2 { width: 66.4vw; }
.flow ul li:nth-child(3) .title2 { width: 50.13vw; }
.flow ul li p {
  font-size: 4vw;
  line-height: 2em;
}
.flow .btnImg {
  width: 87.46vw;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 0 0 83px;
  }
  .flow .titleArea {
    margin-bottom: 90px;
  }
  .flow ul li {
    margin-bottom: 87px;
  }
  .flow ul li:nth-child(2) {
    margin-bottom: 120px;
  }
  .flow ul li::after {
    width: 107px;
    height: 31px;
    bottom: -54px;
  }
  .flow ul li:nth-child(2)::after {
    bottom: -83px;
  }
  .flow ul li .content1 {
    padding-top: 14px;
  }
  .flow ul li:nth-child(1) .content1 {
    align-items: end;
    margin-bottom: 37px;
  }
  .flow ul li:nth-child(2) .content1,
  .flow ul li:nth-child(3) .content1 {
    width: 423px;
    padding-right: 18px;
  }
  .flow ul li:nth-child(2) .content2,
  .flow ul li:nth-child(3) .content2 {
    width: 547px;
    margin-right: -12px;
  }
  .flow ul li .title1 {
    margin-bottom: 22px;
  }
  .flow ul li:nth-child(2) .title1 {
    margin-bottom: 39px;
  }

  .flow ul li .title2 {
    margin: 0 auto 42px 0;
  }
  .flow ul li:nth-child(1) .title2 { width: 326px; margin: 0 55px 7px 0; }
  .flow ul li:nth-child(2) .title2 { width: 258px; }
  .flow ul li:nth-child(3) .title2 { width: 289px; }
  .flow ul li p {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 3px;
  }
  .flow .btnImg {
    width: 607px !important;
    margin-bottom: 40px !important;
  }
  .flow .btnImg + p {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .flow ul li .title1 {
    width: 95%;
    margin: 0 auto 5.86vw;
  }
  .flow ul li p {
    width: 95%;
    margin: 0 auto 8.26vw;
  }
  .flow .btnImg + p {
    font-size: 4vw !important;
  }
}
/*-----------------------------------------
  QA
-----------------------------------------*/
.QA {
  background: #f4f7fa;
  padding: 11.46vw 0 16.53vw;
}
.QA .titleArea {
  width: 42.26vw;
  margin-bottom: 7.19vw;
}
.QA .contentArea .title {
  background: #39a29c;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  line-height: 7.19vw;
  width: 100%;
  margin: 0 auto 1.33vw;
  text-align: center;
  border-radius: 5px;
}
.QA .contentArea .area1,
.QA .contentArea .area2 {
  margin-bottom: 8.53vw;
}


/* details */
.details {
  border-top: solid 0.5px #c4c3c3;
}
.details:first-of-type {
  border-top: 0;
}
.details:last-of-type {
  border-bottom: solid 0.5px #c4c3c3;
}
.details-summary {
  position: relative;
  display: block;
  padding: 4vw 0 10.4vw 6.93vw;
  font-size: 3.73vw;
  line-height: 1.78em;
}
.details-summary::before {
  content: "";
  background: url(../../images/common/QA-iconQ.png)no-repeat;
  background-size: contain;
  width: 3.06vw;
  height: 3.59vw;
  position: absolute;
  top: 5.33vw;
  left: 1.73vw;
}
.details-summary::after {
  content: "";
  background: url(../../images/common/QA-arrow.png)no-repeat;
  background-size: contain;
  width: 9.6vw;
  height: 3.33vw;
  position: absolute;
  bottom: 4.33vw;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.details-summary::-webkit-details-marker {
  display: none;
}
.details-content {
  position: relative;
  padding: 0 0 4vw 6.93vw;
}
.details-content::before {
  content: "";
  background: url(../../images/common/QA-iconA.png)no-repeat;
  background-size: contain;
  width: 3.06vw;
  height: 3.59vw;
  position: absolute;
  top: 1.33vw;
  left: 1.73vw;
}
.details-content p {
  margin: 0 0 5.33vw;
  font-size: 3.73vw;
  line-height: 1.78em;
}
.details-content p:last-of-type {
  margin: 0;
}
.details-content ul {
  margin-bottom: 20px;
}
.details-content ul:last-of-type {
  margin: 0;
}
.details-content ul li {
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .QA {
    padding: 55px 0 95px;
  }
  .QA .titleArea {
    width: 263px;
    margin-bottom: 60px;
  }
  .QA .contentArea .title {
    font-size: 22px;
    line-height: 54px;
    margin-bottom: 17px;
  }



  .QA .contentArea .area1,
  .QA .contentArea .area2 {
    margin-bottom: 56px;
  }
  /* details */
  .details {
    border-top: solid 1px #c4c3c3;
  }
  .details:last-of-type {
    border-bottom: solid 1px #c4c3c3;
  }
  .details-summary {
    padding: 25px 0 63px 60px;
    font-size: 16px;
    line-height: 40px;
  }
  /* .details-summary.is-active {
    padding-bottom: 43px;
  } */

  .details-summary::before {
    width: 20px;
    height: 23px;
    top: 33px;
    left: 21px;
  }
  .details-summary::after {
    width: 52px;
    height: 21px;
    bottom: 30px;
  }
  .details-summary:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .details-content {
    padding: 0 0 28px 60px;
  }
  .details-content::before {
    width: 21px;
    height: 22px;
    top: 3px;
    left: 21px;
  }
  .details-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
/*-----------------------------------------
  access
-----------------------------------------*/
.access {
  padding: 15.2vw 0;
}
.access .titleArea {
  width: 22.66vw;
  margin-bottom: 6.66vw;
}

.access .tenpo {
  width: 95%;
  margin-bottom: 6.66vw;
}

.access .mapArea iframe {
  width: 87.2vw;
  height: 46.66vw;
}
.access .infoArea table th,
.access .infoArea table td {
  padding: 4vw 0;
}
.access .infoArea table th {
  font-size: 3.46vw;
  font-weight: bold;
  width: 16.93vw;
  line-height: 1.53em;
}
.access .infoArea table td {
  font-size: 3.73vw;
  line-height: 1.42em;
  letter-spacing: 0.1em;
}
.access .infoArea table tr:nth-child(4) td {
  letter-spacing: 0.04em;

}
.access .infoArea table td p {
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 53px 0 90px;
  }
  .access .titleArea {
    width: 169px;
    margin-bottom: 62px;
  }

  .access .tenpo {
    width: 80%;
    margin-bottom: 62px;
  }

  .access .contentArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 0 65px;
  }
  .access .mapArea iframe {
    width: 36.25vw;
    height: 32.91vw;
    width: 435px;
    height: 395px;
  }
  .access .infoArea table th,
  .access .infoArea table td {
    padding: 16px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .access .infoArea table tr:first-child th,
  .access .infoArea table tr:first-child td {
    padding-top: 0;
  }
  .access .infoArea table tr:last-child th,
  .access .infoArea table tr:last-child td {
    padding-bottom: 0;
  }
  .access .infoArea table th {
    width: 105px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .access .mapArea {
    margin-bottom: 4.8vw;
  }
}
/*-----------------------------------------
  footer
-----------------------------------------*/
footer {
  background: #3ba19d;
}
footer ul.menulist {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background: #f5f8f8;
}
footer ul.menulist li {
  width: min(38rem,50vw);
  border-right: solid 0.05rem #eee;
}
footer ul.menulist li a {
  position: relative;
  font-size: 3.46vw;
  line-height: 13.86vw;
  color: #3ba19d;
  padding-left: 5vw;
}
footer ul.menulist li a::before {
  content: "";
  background: url(../../images/common/menulist-arrow.png)no-repeat;
  background-size: contain;
  width: 1.73vw;
  height: 2.4vw;
  position: absolute;
  top: 1vw;
  margin-left: -4vw;
}
footer .copy {
  color: #fff;
  font-size: 2.93vw;
  line-height: 28vw;
}
@media screen and (min-width: 768px) {
  footer ul.menulist li:first-child {
    border-left: solid 0.05rem #d9d9d9;
  }
  footer ul.menulist li {
    border-right: solid 0.05rem #d9d9d9;
  }
  footer ul.menulist li a {
    font-size: 16px;
    line-height: 70px;
    padding-left: 10px;
  }
  footer ul.menulist li a::before {
    width: 9.5px;
    height: 13.5px;
    top: 2px;
    margin-left: -28px;
  }
  footer .copy {
    font-size: 12px;
    line-height: 105px;
  }
}
@media screen and (max-width: 767px) {
  footer ul.menulist li {
    border-top: solid 0.05rem #eee;
  }
  footer ul.menulist li:last-child {
    border-right: 0;
  }
}
