@charset "UTF-8";

/*-- reset --*/
main * {
  margin: 0px;
  padding: 0px;
}

._mAuto {
  margin: auto;
}

main li {
  list-style: none;
}

main dl,
main dt,
main dd {
  margin: 0;
}

main a {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

main button {
  -webkit-tap-highlight-color: transparent;
}

main *:focus {
  outline: none;
}

/*-- common --*/
main h2,
main h3 {
  color: #07a32b;
}

main h2 {
  display: block;
  text-align: center;
}

main .btnArea {
  display: flex;
  justify-content: center;
}

main .btnArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 8px;
}

main .btnArea a sup {
  padding-bottom: 0.7em;
}

main .btnArea span {
  width: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
}

main img:not(.Image__moduleA img) {
  width: auto;
}

main .Button__image picture img {
  width: 180px;
  max-width: 100%;
}

._bg__green {
  background-color: #e5f6e9;
}

#service img {
  max-height: 5.3vw;
}

#service .faceCash img {
  max-height: 6.3vw;
}



#tmp_255 {
  background: url("/oos/adv/image/tmp_255/tmp_255_img_bg.jpg") no-repeat;
  background-size: 100%;
  background-position: 0 192px;
}

/*-- #mainVisual --*/
#mainVisual .innerWrap {
  width: 100%;
  position: relative;
}

#mainVisual .innerWrap:before {
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
}

#mainVisual .inner {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

#mainVisual .inner .imgArea {
  flex-grow: 0;
  padding-left: 0;
  position: relative;
}

#mainVisual .inner div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#mainVisual h1 {
  text-align: left;
}

#mainVisual h2 {
  text-align: left;
  color: #333;
}

#mainVisual h2 span {
  color: #07a32b;
}

#mainVisual .inner div .Image__moduleA._connect {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

/*-- .plan --*/
.plan .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.plan .movieArea {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.plan .movieArea iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
}

.plan .inner ul {
  display: flex;
  justify-content: space-between;
}

.plan .inner ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc(100%/3);
}

.plan .inner .bg {
  background: url("/oos/adv/image/tmp_255/tmp_255_img_plan_bg.png") no-repeat;
  background-size: 100%;
  background-position: bottom;
  background-color: #fff;
}

.plan .newService_iconWrap li div {
  margin: auto auto 0;
}

.plan .newService_iconWrap li .name {
  background-color: #07a32b;
  color: #fff;
  font-weight: bold;
}

.plan .newService_iconWrap li {
  position: relative;
}

.plan .newService_iconWrap li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}


.plan .newService1 .status,
.plan .newService2 .status,
.plan .newService3 .status {
  font-weight: bold;
  color: #FF6600;
}

.plan .btnArea {
  margin-top: auto;
}

.plan .inner .btnArea a,
.plan .newService2 .btnArea a {
  background-color: #fff;
  color: #07a32b;
  position: relative;
  border: 1px solid #07a32b;
}

.plan .inner .btnArea a:after,
.plan .newService2 .btnArea a:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #07a32b;
  border-right: 2px solid #07a32b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(10, 10, 10, 0.3);
  z-index: 10000;
}

.plan .modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
  transform: translateY(-50%);
  z-index: 10001;
}

.plan .modal.on {
  display: block;
}

.plan .modalInner {
  text-align: center;
}

.plan .modalInner li[class*="modalInner"] {
  display: none;
}

.plan .modalInner li[class*="modalInner"].show {
  display: block;
}


main .plan .modal .btnArea a {
  background-color: #07a32b;
  color: #fff;
  position: relative;
  border: 1px solid #07a32b;
}

main .plan .modal .btnArea a:after,
main .plan .modal .btnArea a:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

main .plan .modal .btnArea a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

main .plan .modal .btnArea a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

main .plan .modal li p.h1,
main .plan .modal li p.h2 {
  font-weight: bold;
  color: #07a32b;
}

main .plan .modal li p.h1 span {
  background: linear-gradient(transparent 0.7em, rgba(7, 162, 43, 0.2) 0.7em);
}

main .plan .modal li ul li {
  color: #fff;
  font-weight: bold;
}

main .plan .modal li ul.serviceList1 li {
  background-color: #F99427;
}

main .plan .modal li ul.serviceList2 li {
  background-color: #CCCCCC;
}


#feature .contents {
  display: flex;
  justify-content: space-between;
}

#feature .contents div {
  display: flex;
  align-items: self-end;
  margin-top: auto;
}

#feature li {
  border-bottom: 1px solid #CCCCCC;
}

#feature li:first-child {
  padding-top: 0;
}

#feature li h3,
#feature li p {
  font-weight: bold;
}

#feature li h3 {
  color: #07a32b;
}

#feature li h3 span {
  font-size: 1.3em;
}

#feature li p span:not(.ColorButton__moduleE) {
  color: #07a32b;
  border-bottom: 1px dotted #07a32b;
}

#service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#service ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}

#service ul li h3 {
  text-align: center;
  margin-bottom: 10px;
}

#service ul li p {
  margin-bottom: 10px;
}



#service .imgArea {
  margin: 0 auto;
}

#service .btnArea a {
  background-color: #07a32b;
  color: #fff;
  position: relative;
  border: 1px solid #07a32b;
}

#service .btnArea a:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-- #atmFeature --*/
#atmFeature .slider {
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#atmFeature li .sliderInnerWrap {
  position: relative;
}

#atmFeature .slick-next,
#atmFeature .slick-prev {
  font-size: 0;
}

#atmFeature .slick-next span,
#atmFeature .slick-prev span {
  font-size: 0;
  position: relative;
}

#atmFeature .btnArea a {
  background-color: #07a32b;
  color: #fff;
  position: relative;
  border: 1px solid #07a32b;
}


#case .contents h3 {
  font-size: 4.4rem;
  color: #999;
  text-align: center;
  padding: 200px 0;
}

/*-- #qa --*/
#qa .innerWrap {
  background-color: #EAEBEB;
}

#qa ul {
  width: 100%;
}

#qa ul li {
  background-color: #fff;
}

#qa ul li:last-child {
  margin-bottom: 0;
}

#qa ul li dl {
  cursor: pointer;
}

#qa ul li dl dt div,
#qa ul li dl dd div {
  display: flex;
  align-items: start;
}

#qa ul li dl dt {
  position: relative;
}

#qa ul li dl dt:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform-origin: center;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#qa ul li dl dt.on:after {
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#qa ul li dl dd {
  display: none;
}

#qa .question,
#qa .answer {
  flex-shrink: 0;
}

/*-- #information --*/
#information li {
  border-bottom: 1px solid #E6E6E6;
}

#information li:first-child {
  border-top: 1px solid #E6E6E6;
}

#information dl dt {
  display: inline-block;
  vertical-align: middle;
}

#information dl dt p {
  font-size: 1.5rem;
}

#information dl dd p {
  display: inline;
}

#information .externalLinkIcon {
  display: inline-block;
  width: 14px;
  vertical-align: middle;
}

/*-- PC --*/
@media (min-width: 1025px) {

  /*-- common --*/
  main #tmp_255 .dispPc {
    display: flex;
  }

  main #tmp_255 .dispSp {
    display: none;
  }

  main .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  main h2 {
    font-size: 4.4rem;
    margin-bottom: 40px;
  }

  main p {
    font-size: 1.8rem;
  }

  .subComment {
    margin-bottom: 40px;
    text-align: center;
  }

  main .btnArea a {
    min-height: 60px;
  }



  .FollowingMenu__block.bannerOn {
    bottom: 228px;
  }

  /*-- nav --*/
  nav.spNav {
    display: none;
  }

  nav.pcNav {
    width: 100%;
  }

  nav.pcNav ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  nav.pcNav ul li {
    width: 100%;
    position: relative;
  }

  nav.pcNav ul li:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    height: 36px;
    width: 1px;
    background-color: #999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  nav.pcNav ul li:first-child:after {
    display: none;
  }

  nav.pcNav ul li a {
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 8px 0;
    width: 100%;
    box-shadow: 0 11px 16px -8px rgba(0, 0, 0, 0.1) inset;
  }

  nav.pcNav ul li a:hover {
    background-color: #fdfbf0;
    color: #07a32b;
  }

  nav.pcNav ul li span {
    width: calc(100% - 74px);
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 500;
  }

  nav.pcNav ul li span.navIcon {
    width: 12.2px;
    margin: 2px 5px 0 20px;
  }

  /*-- #mainVisual --*/
  #mainVisual .innerWrap {
    overflow-y: hidden;
    height: 900px;
  }

  #mainVisual .innerWrap:before {
    height: 300px;
    width: 1000px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 200px);
  }

  #mainVisual .inner {
    max-width: 1000px;
  }

  #mainVisual .imgArea {
    width: 300px;
    padding-top: 30px;
  }

  #mainVisual .inner div {
    padding-left: 50px;
  }

  #mainVisual h1 {
    width: 458px;
    height: 96px;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  #mainVisual h2 {
    margin-top: 200px;
    margin-bottom: 20px;
    font-size: 3.8rem;
    line-height: 1.5;
  }

  /*-- .plan --*/

  .plan .movieAreaWrap {
    width: 800px;
    margin: 0 auto 40px;
  }

  .plan .subCommentWrap {
    margin: 0 0 60px;
  }

  .plan .newService_iconWrap li .name {
    margin: 0 30px;
    padding: 6px 30px;
    border-radius: 30px;
  }

  .plan .newService_iconWrap {
    padding: 0 0 20px;
  }

  .plan .newService_iconWrap .newService1_icon div {
    width: 120px;
  }

  .plan .newService_iconWrap .newService2_icon div {
    width: 245px;
  }

  .plan .newService_iconWrap .newService3_icon div {
    width: 331px;
  }

  .plan .newServiceLine {
    width: 835px;
    height: 4px;
  }

  .plan .newService_iconWrap li:after {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    bottom: -32px;
  }

  .plan .status {
    margin: 20px auto;
  }


  .plan .inner .btnArea a {
    width: 200px;
  }

  .plan .inner .btnArea a:after {
    right: 20px;
  }

  .plan .inner .btnArea a:hover {
    opacity: 0.5;
  }

  .plan .modal {
    width: 700px;
    padding: 50px;
  }

  main .plan .modal .btnArea a {
    width: 300px;
  }

  main .plan .modal .btnArea a:hover {
    background-color: #fff;
    color: #07a32b;
  }

  main .plan .modal .btnArea a:hover:after,
  main .plan .modal .btnArea a:hover:before {
    background-color: #07a32b;
  }

  main .plan .modal li .imgArea {
    margin: 20px auto;
    width: 80px;
  }

  main .plan .modal li.modalInner2 .imgArea,
  main .plan .modal li.modalInner3 .imgArea {
    width: 162px;
  }

  main .plan .modal li ul {
    width: 500px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    align-items: center;
  }

  main .plan .modal li ul li {
    font-size: 14px;
    border-radius: 30px;
    padding: 4px;
  }

  /*-- #concept --*/
  #concept .innerWrap {
    background: url("/oos/adv/image/tmp_255/tmp_255_img_concept_bg_pc.png") repeat-x;
    background-position: bottom;
    background-size: 1920px;
  }

  #concept .inner {
    padding-bottom: 180px;
  }

  #concept .contents {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }

  /*-- #feature --*/
  #feature .contents div {
    width: 268px;
  }

  #feature ul {
    width: 64%;
  }

  #feature li {
    padding: 30px 0;
  }

  #feature li p {
    font-size: 3rem;
  }

  #feature li h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  /*-- #service --*/

  #service img {
    max-height: 50px;
    width: auto;
    max-width: 100%;
  }

  #service .faceCash img {
    max-height: 80px;
  }


  #service ul li {
    width: calc((100% - 60px)/2);
    margin-bottom: 60px;
  }

  #service ul {
    margin-bottom: -60px;
  }

  #service ul li h3 {
    margin-bottom: 30px;
  }

  #service ul li p {
    margin-bottom: 30px;
  }

  #service .btnArea a {
    width: 300px;
  }

  #service .btnArea a:hover {
    background-color: #fff;
    color: #07a32b;
  }

  #service .btnArea a:hover:after {
    border-top: 2px solid #07a32b;
    border-right: 2px solid #07a32b;
  }

  /*-- #atmFeature --*/
  section#atmFeature .inner {
    max-width: 100%;
    padding-bottom: 0;
  }

  #atmFeature .slider .sliderInnerWrap {
    margin: 0 auto;
    width: 1000px;
  }

  #atmFeature .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -40px;
    width: 80px;
    height: 80px;
    background-color: #313337;
    border-radius: 50%;
    z-index: 1;
  }

  #atmFeature .slick-next:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #atmFeature .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -40px;
    width: 80px;
    height: 80px;
    background-color: #313337;
    border-radius: 50%;
    z-index: 1;
  }

  #atmFeature .slick-prev:before {
    content: '';
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #atmFeature .btnArea {
    position: absolute;
    left: 140px;
    bottom: 100px;
  }

  #atmFeature .btnArea a {
    width: 430px;
  }

  #atmFeature .btnArea a:hover {
    background-color: #fff;
    color: #07a32b;
  }

  /*-- #qa --*/
  #qa ul li {
    margin: 0 auto 20px;
  }

  #qa ul li dl dt,
  #qa ul li dl dd {
    padding: 20px;
  }

  #qa ul li dl dt {
    padding-right: 90px;
  }

  #qa ul li dl dt:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #qa ul li dl dt p,
  #qa ul li dl dd p {
    padding-top: 5px;
  }

  #qa .question,
  #qa .answer {
    width: 36px;
    height: 36px;
    margin-right: 20px;
  }

  /*-- #information --*/
  #information dl {
    padding: 20px;
  }

  #information ul li a:hover dl dd {
    text-decoration: underline;
  }
}


/*-- TB --*/
@media all and (min-width: 768px) and (max-width: 1024px) {

  /*-- common --*/
  main #tmp_255 section .dispTb,
  main #tmp_255 div .dispTb {
    display: block;
  }

  body main #tmp_255 .noDispTB {
    display: none;
  }

  main section .inner,
  main div .inner {
    padding-left: 0;
    padding-right: 0;
  }

  /*-- nav --*/
  main #tmp_255 nav.spNav button {
    background-color: #FF6600;
    min-width: 52px;
    padding: 4vh 2vw 6vh;
    border-radius: 5px 0 0 5px;
  }

  /*-- #mainVisual --*/
  main #mainVisual .innerWrap {
    max-height: 410px;
  }

  main #mainVisual .innerWrap:before {
    max-width: 500px;
    height: 16vw;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%);
  }

  main #mainVisual h2 {
    font-size: 2rem;
  }

  main #mainVisual .imgArea {
    max-width: 120px;
  }

  /*-- .plan --*/
  main .plan .subComment {
    font-size: 1.3rem;
    text-align: center;
  }

  main .plan .modal {
    width: 70vw;
    min-width: 500px;
    padding: 20px;
  }

  main .plan .modal .modalInner li ul {
    width: 60%;
    min-width: 400px;
  }

  main .plan .modal .btnArea {
    width: 50%;
    margin: 0 auto;
  }

  /*-- #concept --*/
  main #concept .subComment {
    text-align: center;
  }

  /*-- #feature --*/
  main #feature .contents ul {
    width: 63%;
  }

  main #feature li {
    padding: 15px 0;
  }

  /*-- #service --*/
  main #service .btnArea a {
    justify-content: center;
    padding-left: 0;
  }

  /*-- #atmFeature --*/
  #atmFeature .slider .sliderInnerWrap {
    margin: 0 auto;
    max-width: 500px;
  }

  main #atmFeature .btnArea {
    right: 179px;
    max-width: 300px;
    bottom: 10px;
  }

  main #atmFeature .btnArea a {
    justify-content: center;
    padding-left: 0;
  }
}

/*-- SP--*/
@media all and (max-width: 767px) {
  main #concept {
    background: url("/oos/adv/image/tmp_255/tmp_255_img_concept_bg_sp.png") no-repeat;
    background-position: bottom;
    background-size: 100%;
  }

  #service ul {
    flex-wrap: wrap;
  }
}


/*-- SP TB--*/
@media all and (max-width: 1024px) {

  /*-- #common --*/
  main #tmp_255 .dispPc {
    display: none;
  }

  main #tmp_255 .dispSp {
    display: flex;
  }

  .FollowingMenu__block.bannerOn {
    bottom: 176px;
  }

  /*-- nav --*/
  nav.pcNav {
    display: none;
  }

  nav.spNav {
    position: fixed;
    top: 62px;
    right: -75vw;
    z-index: 9998;
    transition: right 0.4s ease;
  }

  nav.spNav.on {
    right: 0;
    transition: right 0.4s ease;
  }

  .spNavOverlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 9997;
    display: none;
  }

  nav.spNav button {
    position: absolute;
    top: 0;
    left: -8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 8vw;
    height: 16vh;
    background-color: #FF6600;
    border-radius: 5px 0 0 5px;
    padding-top: 3vh;
  }

  nav.spNav button span {
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.8em;
  }

  nav.spNav button span:before {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0.45em;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  nav.spNav button span:after {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0.85em;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  nav.spNav.on button span:before {
    content: '';
    position: absolute;
    left: 0.2em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav.on button span:after {
    content: '';
    position: absolute;
    left: 0.6em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav ul {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 6vw;
    width: 75vw;
    border-radius: 0 0 0 5px;
  }

  nav.spNav ul li {
    display: flex;
    flex-direction: column;
    width: 80%;
    border-top: 1px solid #5A5A5A;
  }

  nav.spNav ul li.otherPage {
    width: 100%;
  }

  nav.spNav ul li:first-child {
    border-top: none;
    border-bottom: 1px solid #5A5A5A;
  }

  nav.spNav ul li:nth-child(2) {
    border-top: none;
  }

  nav.spNav ul li a {
    width: 100%;
    display: flex;
    padding: 3vh 3vw;
  }

  nav.spNav ul li span {
    color: #5A5A5A;
  }

  nav.spNav ul li span.navIcon {
    display: inline-flex;
    width: 1rem;
    margin: 0 1rem;
  }

  nav.spNav ul li.otherPage a {
    justify-content: space-between;
    align-items: center;
  }

  nav.spNav ul li.otherPage a:after {
    content: '';
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-top: 2px solid #5A5A5A;
    border-right: 2px solid #5A5A5A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav ul li.otherPage a span {
    font-weight: bold;
  }

  /*-- main --*/
  main .inner {
    max-width: 500px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .subComment {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
  }

  main .btnArea a {
    min-height: 50px;
    font-size: 1.3rem;
  }

  /*-- #mainVisual --*/
  #mainVisual .innerWrap {
    overflow-y: hidden;
    height: 100vw;
  }

  #mainVisual .innerWrap:before {
    height: 39vw;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 21vw);
  }

  #mainVisual .inner div {
    width: 50vw;
    padding-left: 6vw;
  }

  #mainVisual h1 {
    max-width: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #mainVisual .imgArea {
    max-width: 110px;
    padding-top: 10px;
  }

  #mainVisual .inner div .Image__moduleA._connect {
    max-width: 200px;
  }

  #mainVisual h2 {
    margin-top: 60px;
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  /*-- .plan --*/
  #plan .inner {
    margin-top: -60px;
  }

  .plan .movieAreaWrap {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 20px;
  }

  .plan .subCommentWrap {
    margin: 0 0 20px;
  }

  .plan .subComment {
    text-align: left;
  }

  .plan .newService_iconWrap li .name {
    margin: 0 1vw;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 1rem;
  }

  .plan .newService_iconWrap {
    padding: 0 0 10px;
  }

  .plan .newService_iconWrap .newService1_icon div {
    width: 12vw;
    max-width: 41px;
  }

  .plan .newService_iconWrap .newService2_icon div {
    width: 24.5vw;
    max-width: 83px;
  }

  .plan .newService_iconWrap .newService3_icon div {
    width: 33.1vw;
    max-width: 115px;
  }

  .plan .newServiceLine {
    width: 83.5%;
    height: 2px;
  }

  .plan .status {
    margin: 10px auto;
  }

  .plan .newService2 .status,
  .plan .newService3 .status {
    font-size: 1.4rem;
  }

  .plan .btnArea a {
    width: 90%;
    min-height: 40px;
    justify-content: left;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 1rem;
  }

  .plan .inner .btnArea a:after {
    right: 4vw;
  }

  .plan .modal {
    width: 90vw;
    padding: 20px;
  }

  main .plan .modal .btnArea a {
    width: 100%;
  }

  main .plan .modal li .imgArea {
    margin: 20px auto;
    width: 60px;
  }

  main .plan .modal li.modalInner2 .imgArea {
    margin: 20px auto;
    width: 122px;
  }

  main .plan .modal li ul {
    width: 100%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    align-items: center;
  }

  main .plan .modal li ul li {
    font-size: 12px;
    border-radius: 30px;
    padding: 2px;
  }

  .plan .modal .btnArea a {
    justify-content: center;
  }

  /*-- #concept --*/
  #concept {
    background: url("/oos/adv/image/tmp_255/tmp_255_img_concept_bg_pc.png") repeat-x;
    background-position: bottom;
    background-size: 100%;
  }

  #concept .subComment {
    text-align: left;
  }

  #concept .contents {
    width: 100%;
    height: 290px;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
  }


  /*-- #feature --*/
  #feature .innerWrap {
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
    position: relative;
  }

  #feature .inner {
    padding-bottom: 60px;
  }

  #feature .contents div {
    width: 31%;
    max-width: 140px;
  }

  #feature .contents ul {
    width: 65%;
  }

  #feature li {
    padding: 10px 0;
  }

  #feature li h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  #feature li p {
    font-size: 1.4rem;
  }

  /*-- #service --*/
  #service .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #service ul li {
    width: 46%;
  }

  #service .imgArea.midashi {
    width: 90%;
  }


  #service .btnArea a {
    width: 100%;
    justify-content: left;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  #service .btnArea a:after {
    right: 4vw;
  }

  /*-- #atmFeature --*/
  section#atmFeature .inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #atmFeature .subComment {
    padding-left: 20px;
    padding-right: 20px;
  }

  #atmFeature .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -25px;
    width: 50px;
    height: 50px;
    background-color: #313337;
    border-radius: 50%;
    z-index: 1;
  }

  #atmFeature .slick-next:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #atmFeature .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -25px;
    width: 50px;
    height: 50px;
    background-color: #313337;
    border-radius: 50%;
    z-index: 1;
  }

  #atmFeature .slick-prev:before {
    content: '';
    position: absolute;
    display: inline-block;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #atmFeature .btnArea {
    position: absolute;
    right: 36vw;
    bottom: 8px;
    max-width: 350px;
    min-width: 200px;
    width: 60vw;
  }

  #atmFeature .btnArea a {
    width: 100%;
    justify-content: left;
    padding-left: 14px;
    padding-bottom: 2px;
  }

  main #atmFeature .btnArea span {
    right: 14px;
  }

  /*-- #case --*/

  #case .contents h3 {
    font-size: 1.8rem;
    color: #999;
    text-align: center;
    padding: 20vh 0;
  }

  /*-- #qa --*/
  #qa ul li {
    margin: 0 auto 10px;
  }

  #qa ul li dl dt,
  #qa ul li dl dd {
    padding: 10px;
  }

  #qa ul li dl dt {
    padding-right: 40px;
  }

  #qa ul li dl dt:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
  }

  #qa ul li dl dt p,
  #qa ul li dl dd p {
    padding-top: 4px;
  }

  #qa .question,
  #qa .answer {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  /*-- #information --*/
  #information dl {
    padding: 10px 0;
  }
}

.Button__moduleB .Button__image img.jcb {
  height: 60px;
  width: auto;
}

@media screen and (max-width: 769px) {
  .Button__moduleB .Button__image img.jcb {
    height: 40px;
  }
}