@charset "UTF-8";
#sonae * {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  color: #333;
}
#sonae *,
#sonae *::before, #sonae::after {
  box-sizing: border-box;
}
#sonae a {
  transition: 0.2s ease;
}
#sonae a:hover {
  opacity: 0.7;
}
#sonae .pc-only {
  display: block;
}
#sonae .sp-only {
  display: none;
}
#sonae img {
  width: 100%;
  height: auto;
}
#sonae .sonae-mv {
  height: 600px;
  background: url(../images/mv-bg.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1600px) {
  #sonae .sonae-mv {
    height: 37.5vw;
  }
}
#sonae .sonae-mv h1 {
  width: 669px;
}
@media (min-width: 1600px) {
  #sonae .sonae-mv h1 {
    width: 41.8125vw;
  }
}
#sonae .page-nav {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#sonae .page-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sonae .page-nav ul li a {
  width: 250px;
  height: 80px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#sonae .page-nav ul li a::before, #sonae .page-nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  border-style: solid;
  border-color: currentColor;
  transition: width 0.2s ease-in-out;
}
#sonae .page-nav ul li a::before {
  left: 0;
  border-width: 2px 0 2px 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 10%, 20px 90%, 20px 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 10%, 20px 90%, 20px 100%, 0 100%);
}
#sonae .page-nav ul li a::after {
  right: 0;
  border-width: 2px 2px 2px 0;
  -webkit-clip-path: polygon(110% 100%, 0 100%, 0 90%, calc(100% - 20px) 10%, calc(100% - 20px) 0, 110% 0);
          clip-path: polygon(110% 100%, 0 100%, 0 90%, calc(100% - 20px) 10%, calc(100% - 20px) 0, 110% 0);
}
#sonae .page-nav ul li a:hover::before, #sonae .page-nav ul li a:hover::after {
  width: calc(100% - 20px);
}
#sonae .contents-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 78px;
}
#sonae .contents-title span {
  font-size: 36px;
  font-weight: 700;
  border-bottom: 2px solid #f7a14d;
  padding-bottom: 10px;
}
#sonae .contents-title small {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.1em;
}
#sonae .inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#sonae #reasons {
  padding-top: 120px;
  padding-bottom: 100px;
}
#sonae #reasons .inner div {
  width: 342px;
}
#sonae #reasons .inner div h3 {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-top: 20px;
}
#sonae #reasons .inner div p {
  font-size: 18px;
  margin-top: 20px;
}
#sonae #scene {
  background: #f8f7f5;
  padding-top: 120px;
  padding-bottom: 130px;
}
#sonae #scene .inner div {
  width: 342px;
  margin-bottom: 60px;
}
#sonae #scene .inner div p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#sonae #scene .more-btn p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
#sonae #scene .more-btn a {
  width: 600px;
  height: 80px;
  background: url(../images/btn-bg.jpg) no-repeat center center/cover;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 3px 21px 0px rgba(36, 20, 3, 0.3);
}
#sonae #scene .more-btn a::after {
  display: block;
  content: "";
  background: url(../images/btn-arrow.png) no-repeat center center/16px auto;
  width: 16px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 27px;
}
#sonae #products {
  background: #e9e5da;
  padding-top: 100px;
  padding-bottom: 70px;
}
#sonae #products .inner div {
  width: 342px;
  margin-bottom: 50px;
}
#sonae #products .inner div .product-img {
  position: relative;
  margin-bottom: 20px;
}
#sonae #products .inner div .product-img p {
  width: 100%;
  height: 71px;
  background: #c8835a;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#sonae #products .inner div h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.55;
  height: 3.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#sonae #products .inner div p {
  font-size: 16px;
  font-weight: 700;
}
#sonae #course {
  padding-top: 130px;
}
#sonae #course .inner div {
  width: 320px;
}
#sonae #course .inner div .thumbnail {
  width: 300px;
  margin: 0 auto;
  display: block;
}
#sonae #course .inner div .font {
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
#sonae #course .inner div .name {
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sonae #course .inner div .name img {
  width: auto;
  height: 25px;
}
#sonae #course .inner div .name b {
  font-size: 32px;
  line-height: 1;
}
#sonae #course .inner div .name span {
  font-size: 14px;
  font-weight: 700;
}
#sonae #course .inner div .price {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
}
#sonae #course .inner div .price img {
  width: auto;
  height: 28px;
}
#sonae #course .inner div .price b {
  font-size: 36px;
}
#sonae #course .inner div .price b small {
  font-size: 20px;
  font-weight: 700;
}
#sonae #course .inner div .price span {
  font-size: 11px;
  font-weight: 700;
}
#sonae #course .inner div .cart-btn {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  background: url(../images/btn-arrow.png) no-repeat center right 20px/11px auto;
  background-color: #ff9a38;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sonae #course .inner div .cart-btn.catalog {
  background-color: #888888;
  margin-top: 20px;
}
#sonae .sonae-service {
  padding-top: 130px;
  margin-bottom: 120px;
}
#sonae .sonae-service .service-inner {
  width: 1100px;
  margin: 0 auto;
  border: 2px solid #c79f00;
  display: flex;
  align-items: stretch;
  padding: 40px 0;
}
#sonae .sonae-service .service-inner li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 358px;
  border-right: 2px solid #c79f00;
}
#sonae .sonae-service .service-inner li:last-child {
  border-right: none;
}
#sonae .sonae-service .service-inner li h3 {
  color: #c79f00;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
#sonae .sonae-service .service-inner li img {
  width: auto;
  height: 154px;
  margin: 0 auto;
}
#sonae .sonae-service .service-inner li p {
  margin: 20px auto 0;
  font-size: 16px;
  width: 285px;
  line-height: 1.7;
}
#sonae .sonae-service .service-inner li p small {
  display: block;
  font-size: 10px;
  margin-top: 1.5em;
}
#sonae .sonae-contact {
  width: 1100px;
  border-radius: 10px;
  background: #e9e5da;
  margin: 0 auto 150px;
  padding: 48px;
}
#sonae .sonae-contact h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
#sonae .sonae-contact > p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 0;
}
#sonae .sonae-contact .contact-body {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sonae .sonae-contact .contact-body dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
#sonae .sonae-contact .contact-body dl dt {
  margin-right: 25px;
  font-size: 20px;
  font-weight: 700;
  width: 164px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sonae .sonae-contact .contact-body dl dd div .tel-number {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
#sonae .sonae-contact .contact-body dl dd div .tel-number > img {
  width: 42px;
  height: auto;
}
#sonae .sonae-contact .contact-body dl dd div .tel-number span {
  width: 356px;
  margin-left: 10px;
}
#sonae .sonae-contact .contact-body dl dd div .tel-open {
  font-size: 16px;
  font-weight: 700;
}
#sonae .sonae-contact .contact-body .contact-btn {
  width: 350px;
  height: 72px;
  border-radius: 4px;
  background: url(../images/btn-arrow.png) no-repeat center right 20px/11px auto;
  background-color: #795e4b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 599px) {
  #sonae * {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-feature-settings: "palt";
    color: #333;
  }
  #sonae *,
  #sonae *::before, #sonae::after {
    box-sizing: border-box;
  }
  #sonae a {
    transition: 0.2s ease;
  }
  #sonae a:hover {
    opacity: 0.7;
  }
  #sonae .pc-only {
    display: none;
  }
  #sonae .sp-only {
    display: block;
  }
  #sonae img {
    width: 100%;
    height: auto;
  }
  #sonae .sonae-mv {
    height: 133.3333333333vw;
    background: url(../images/mv-bg-sp.jpg) no-repeat center center/cover;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 40vw;
    padding-left: 5.0666666667vw;
  }
  #sonae .sonae-mv h1 {
    width: 54vw;
  }
  #sonae .sonae-intro {
    padding: 10vw 5vw 0;
    margin-bottom: 10vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  #sonae .sonae-intro h2 {
    width: 65vw;
    margin-bottom: 3vw;
  }
  #sonae .sonae-intro dl dt {
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 2vw;
    text-align: center;
  }
  #sonae .sonae-intro dl dd {
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 2.2;
  }
  #sonae .sonae-intro dl dd br {
    display: none;
  }
  #sonae .page-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5vw;
  }
  #sonae .page-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sonae .page-nav ul li {
    width: 24%;
  }
  #sonae .page-nav ul li a {
    width: 100%;
    height: 13vw;
    font-size: 2.7vw;
  }
  #sonae .page-nav ul li a::before, #sonae .page-nav ul li a::after {
    width: 2vw;
  }
  #sonae .page-nav ul li a::before {
    border-width: 1px 0 1px 1px;
  }
  #sonae .page-nav ul li a::after {
    border-width: 1px 1px 1px 0;
  }
  #sonae .contents-title {
    margin-bottom: 8vw;
  }
  #sonae .contents-title span {
    font-size: 4vw;
    font-weight: 700;
    border-bottom: 2px solid #f7a14d;
    padding-bottom: 10px;
  }
  #sonae .contents-title small {
    font-size: 3vw;
    font-weight: 700;
  }
  #sonae .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #sonae #reasons {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #sonae #reasons .inner div {
    width: 80vw;
    margin: 0 auto 6vw;
  }
  #sonae #reasons .inner div h3 {
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-top: 20px;
  }
  #sonae #reasons .inner div p {
    font-size: 3.2vw;
    margin-top: 10px;
  }
  #sonae #scene {
    background: #f8f7f5;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #sonae #scene .inner div {
    width: 43vw;
    margin-bottom: 5vw;
  }
  #sonae #scene .inner div p {
    text-align: center;
    font-size: 2.6vw;
    font-weight: 700;
    line-height: 1.3;
    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
  }
  #sonae #scene .more-btn {
    margin-top: 3vw;
  }
  #sonae #scene .more-btn p {
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    margin-bottom: 2vw;
  }
  #sonae #scene .more-btn a {
    width: 70vw;
    height: 12vw;
    background: url(../images/btn-bg.jpg) no-repeat center center/cover;
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px 3px 21px 0px rgba(36, 20, 3, 0.3);
  }
  #sonae #scene .more-btn a::after {
    display: block;
    content: "";
    background: url(../images/btn-arrow.png) no-repeat center center/2vw auto;
    width: 2vw;
    height: 4vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 4vw;
  }
  #sonae #products {
    background: #e9e5da;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #sonae #products .inner div {
    width: 43vw;
    margin-bottom: 5vw;
  }
  #sonae #products .inner div .product-img {
    position: relative;
    margin-bottom: 3vw;
  }
  #sonae #products .inner div .product-img p {
    width: 100%;
    height: 8vw;
    background: #c8835a;
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #sonae #products .inner div h3 {
    font-size: 3vw;
    font-weight: 700;
    margin-bottom: 2vw;
    line-height: 1.3;
  }
  #sonae #products .inner div p {
    font-size: 2.7vw;
    font-weight: 700;
  }
  #sonae #course {
    padding-top: 10vw;
  }
  #sonae #course .inner div {
    width: 80vw;
    margin: 0 auto 15vw;
  }
  #sonae #course .inner div .thumbnail {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  #sonae #course .inner div .name {
    text-align: center;
    margin-top: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sonae #course .inner div .name b {
    font-size: 5vw;
  }
  #sonae #course .inner div .name img {
    width: auto;
    height: 3.8vw;
  }
  #sonae #course .inner div .name span {
    font-size: 2.6vw;
    font-weight: 700;
  }
  #sonae #course .inner div .price {
    text-align: center;
    margin-bottom: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sonae #course .inner div .price img {
    width: auto;
    height: 3.6vw;
  }
  #sonae #course .inner div .price b {
    font-size: 5vw;
  }
  #sonae #course .inner div .price b small {
    font-size: 3vw;
  }
  #sonae #course .inner div .price span {
    font-size: 2.6vw;
    font-weight: 700;
  }
  #sonae #course .inner div .cart-btn {
    width: 100%;
    height: 8vw;
    border-radius: 4px;
    font-size: 2.8vw;
    color: #fff;
    font-weight: 700;
    background: url(../images/btn-arrow.png) no-repeat center right 4vw/2vw auto;
    background-color: #ff9a38;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sonae #course .inner div .cart-btn.catalog {
    background-color: #888888;
    margin-top: 2vw;
  }
  #sonae .sonae-service {
    padding: 10vw 5vw 0;
    margin-bottom: 10vw;
  }
  #sonae .sonae-service .service-inner {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #c79f00;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 3vw;
  }
  #sonae .sonae-service .service-inner li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #c79f00;
    padding: 3vw 0;
  }
  #sonae .sonae-service .service-inner li:last-child {
    border-right: none;
    border-bottom: none;
  }
  #sonae .sonae-service .service-inner li div {
    width: 30vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-right: 1vw;
  }
  #sonae .sonae-service .service-inner li h3 {
    color: #c79f00;
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2vw;
  }
  #sonae .sonae-service .service-inner li img {
    width: auto;
    height: 12vw;
    margin: 0 auto;
  }
  #sonae .sonae-service .service-inner li p {
    width: 50vw;
    margin: 0;
    font-size: 2.6vw;
    line-height: 1.6;
  }
  #sonae .sonae-service .service-inner li p small {
    display: block;
    font-size: 80%;
    margin-top: 1em;
  }
  #sonae .sonae-service .service-inner li p br {
    display: none;
  }
  #sonae .sonae-contact {
    width: 90vw;
    border-radius: 10px;
    background: #e9e5da;
    margin: 0 auto 10vw;
    padding: 5vw;
  }
  #sonae .sonae-contact h2 {
    text-align: center;
    font-size: 3.4dvw;
    font-weight: 700;
    margin-bottom: 1vw;
  }
  #sonae .sonae-contact > p {
    text-align: center;
    font-size: 2.6vw;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 1vw 0;
  }
  #sonae .sonae-contact .contact-body {
    margin-top: 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  #sonae .sonae-contact .contact-body dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  #sonae .sonae-contact .contact-body dl dt {
    margin-right: 0;
    margin-bottom: 2vw;
    font-size: 2.8vw;
    font-weight: 700;
    width: 30vw;
    border-radius: 4px;
    padding: 1vw 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sonae .sonae-contact .contact-body dl dd div .tel-number {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1vw;
  }
  #sonae .sonae-contact .contact-body dl dd div .tel-number > img {
    width: 8vw;
    height: auto;
  }
  #sonae .sonae-contact .contact-body dl dd div .tel-number span {
    width: 55vw;
    margin-left: 2vw;
  }
  #sonae .sonae-contact .contact-body dl dd div .tel-open {
    font-size: 2.6vw;
    font-weight: 700;
    text-align: center;
  }
  #sonae .sonae-contact .contact-body .contact-btn {
    width: 70vw;
    height: 10vw;
    border-radius: 4px;
    margin-top: 3vw;
    background: url(../images/btn-arrow.png) no-repeat center right 3vw/2vw auto;
    background-color: #795e4b;
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sonae-intro-2 {
  margin-top: 100px;
}
@media only screen and (max-width: 599px) {
  .sonae-intro-2 {
    margin-top: calc(80 / 800 * 100vw);
  }
}

.sonae-intro-2__marker {
  position: relative;
}
.sonae-intro-2__marker > * {
  position: relative;
}
.sonae-intro-2__marker::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10%;
  height: 40%;
  background: #ffff01;
  transition: right 0.5s cubic-bezier(0.3, 0.9, 0.7, 1) 0.3s;
}
.sonae-intro-2__marker.active::before {
  right: 0;
}

.sonae-intro-2__title {
  margin: 0 auto 40px;
  width: 514px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 599px) {
  .sonae-intro-2__title {
    width: calc(538 / 800 * 100vw);
    padding: 0 calc(20 / 800 * 100vw);
    margin-bottom: calc(30 / 800 * 100vw);
  }
}
.sonae-intro-2__title::before {
  bottom: -20%;
}

.sonae-intro-2__video {
  width: 1017px;
  margin: 40px auto 120px;
}
@media only screen and (max-width: 599px) {
  .sonae-intro-2__video {
    width: calc(724 / 800 * 100vw);
    margin: calc(30 / 800 * 100vw) auto calc(80 / 800 * 100vw);
  }
}
.sonae-intro-2__video a {
  position: relative;
  display: block;
}
.sonae-intro-2__video a::after {
  content: "";
  display: block;
  position: absolute;
  width: 84px;
  height: 59.2px;
  background: url(../images/video-play.svg) no-repeat center center/contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  .sonae-intro-2__video a::after {
    width: 12.6vw;
    height: 8.88vw;
  }
}

.sonae-intro-2__body {
  transform: translate(0, 40%);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.3, 0.9, 0.7, 1);
  transition-delay: 0.2s;
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 599px) {
  .sonae-intro-2__body {
    margin: calc(40 / 800 * 100vw) 0 calc(40 / 800 * 100vw);
  }
}
.sonae-intro-2__body.active {
  transform: translate(0, 0);
  opacity: 1;
}

.sonae-intro-2__caption {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0.5em;
  margin-bottom: 40px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 599px) {
  .sonae-intro-2__caption {
    font-size: calc(28 / 800 * 100vw);
    margin-bottom: calc(40 / 800 * 100vw);
  }
}
.sonae-intro-2__caption::before {
  bottom: 0;
  transition-delay: 0.7s;
}

.sonae-intro-2__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .sonae-intro-2__text {
    width: calc(100% - 10vw);
    font-size: calc(22 / 800 * 100vw);
    text-align: left;
  }
  .sonae-intro-2__text br {
    display: none;
  }
}

#sonae .cardtype {
  margin: 60px auto;
  width: 1100px;
  background: #fbe2d1;
  padding: 40px 0;
  border-radius: 30px;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype {
    margin: 0;
    width: auto;
    padding: 1rem 1rem 3rem;
    border-radius: 0;
  }
}
#sonae .cardtype__header {
  width: 800px;
  margin: 0 auto;
  background: url(../images/cardtype_a.jpg) no-repeat left center/auto 360px;
  padding-left: 400px;
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: -50px;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__header {
    align-items: center;
    width: auto;
    padding-left: 0;
    background-size: auto 17rem;
    background-position: center 6rem;
    min-height: 0;
    margin-top: 0;
  }
}
#sonae .cardtype__caption {
  color: #a24100;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__caption {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20rem;
  }
}
#sonae .cardtype__lead {
  font-size: 15px;
  line-height: 2;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__lead {
    font-size: 1rem;
  }
}
#sonae .cardtype__banner {
  width: 915px;
  margin: 40px auto;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__banner {
    width: auto;
  }
}
#sonae .cardtype__banner img {
  width: 100%;
  height: auto;
}
#sonae .cardtype__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 915px;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__columns {
    display: block;
    width: auto;
  }
}
#sonae .cardtype__column {
  width: 380px;
  flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__column {
    width: auto;
  }
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__column + .cardtype__column {
    margin-top: 3rem;
  }
}
#sonae .cardtype__image img {
  width: 304px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__image img {
    width: 70%;
    margin: 0 auto 2rem;
  }
}
#sonae .cardtype__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 46px;
  position: relative;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__item {
    padding-right: 2rem;
  }
}
#sonae .cardtype__item + .cardtype__item {
  margin-top: 30px;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__item + .cardtype__item {
    margin-top: 2rem;
  }
}
#sonae .cardtype__item svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__item svg {
    width: 2rem;
    height: 2rem;
  }
}
#sonae .cardtype__item svg path {
  transition-property: fill, stroke;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
#sonae .cardtype__item svg path:nth-child(1) {
  fill: #fff;
}
#sonae .cardtype__item svg path:nth-child(2) {
  fill: #a24100;
}
#sonae .cardtype__item svg path:nth-child(3) {
  fill: transparent;
  stroke: #a24100;
}
#sonae .cardtype__item:hover svg path:nth-child(1) {
  fill: #a24100;
}
#sonae .cardtype__item:hover svg path:nth-child(3) {
  stroke: #fff;
}
#sonae .cardtype__name {
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__name {
    font-size: 1rem;
  }
}
#sonae .cardtype__price {
  font-size: 14px;
}
@media only screen and (max-width: 599px) {
  #sonae .cardtype__price {
    font-size: 0.9rem;
  }
}
#sonae .cardtype__price span {
  color: #a24100;
}

/* 逆順対応 */
@media only screen and (max-width: 599px) {
  #sonae #course .inner {
    flex-direction: column-reverse;
  }
  #sonae .cardtype__column {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .cardtype__image {
    order: 1;
  }
  .cardtype__item {
    order: 0;
  }
  #sonae .cardtype__item + .cardtype__item {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}