p {
  font-size: 16px;
  line-height: 1.8;
}

.yellow {
  color: #ffe9a9;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 15px;
  }
}

/* header
----------------------------------*/
header {
  justify-content: center;
  align-items: center;
  height: 80px;
}

header .inner {
  position: relative;
  top: 17px;
  padding: 0 80px;
  margin: 0;
}

header .pageLink {
  width: fit-content;
  padding-top: 15px;
}

header .pageLink a {
  display: block;
  font-size: 12px;
}

header .pageLink a,
header .pageLink a:link,
header .pageLink a:visited {
  color: #585250;
}

@media screen and (max-width: 1280px) {
  header .inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1000px) {
  header {
    height: 150px;
  }

  header .inner {
    top: 10px;
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }

  header .pageLink:first-of-type {
    order: 2;
    padding: 0 15px 0 10px;
    border-right: solid 1px #585250;
    line-height: 1.2;
  }

  header .pageLink:last-of-type {
    order: 3;
    padding: 0 10px 0 20px;
  }
}

/* followLink
----------------------------------*/
#followLink {
  font-family: "Noto Sans JP",
    sans-serif;
  font-optical-sizing: auto;
}

#followLink .contact {
  position: fixed;
  z-index: 100;
  top: 20px;
  right: 20px;
}

#followLink .contact a {
  display: block;
  padding: 10px 15px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}

#followLink .contact a p {
  font-size: 11px;
}

#followLink .contact a p.tel {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 5px;
}

#followLink .contact a p.tel img {
  width: 14px;
  margin-right: 3px;
}

#followLink .contact a p.oswald {
  font-weight: 500;
}

#followLink .contact a p.time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1;
}

#followLink .contact a p.time span {
  margin-right: 3px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

#followLink .setsumeikaiForm {
  position: fixed;
  z-index: 100;
  top: 40%;
  right: 20px;
  width: 132px;
  height: 132px;
  background-color: #FFF;
  border-radius: 50%;
  overflow: hidden;
}

#followLink .setsumeikaiForm a {
  display: block;
  height: 100%;
  padding-top: 17px;
  color: #585250;
  text-align: center;
}

#followLink .setsumeikaiForm a h2 {
  margin-bottom: 0;
  font-size: 22px;
}

#followLink .setsumeikaiForm a p {
  font-size: 13px;
  line-height: 1.2;
}

#followLink .setsumeikaiForm a .bgPink {
  padding: 6px 0 20px;
}

#followLink .setsumeikaiForm a .bgPink p {
  color: #FFF;
}

@media screen and (max-width: 1000px) {
  #followLink {
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 100%;
  }

  #followLink .contact {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 200px;
  }

  #followLink .contact a p {
    font-size: 12px;
  }

  #followLink .setsumeikaiForm {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    width: 100%;
    max-width: 200px;
    border-radius: 0;
  }

  #followLink .setsumeikaiForm br {
    display: none;
  }

  #followLink .setsumeikaiForm a {
    padding: 10px 10px 8px;
  }

  #followLink .setsumeikaiForm a h2 {
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 600;
  }

  #followLink .setsumeikaiForm a p {
    font-size: 11px;
  }

  #followLink .setsumeikaiForm a .bgPink {
    padding: 3px;
  }
}

@media screen and (max-width: 370px) {
  #followLink .contact a {
    padding: 10px 5px;
  }

  #followLink .contact a p.tel {
    font-size: 19px;
  }

  #followLink .contact a p.time {
    font-size: 8px;
  }
}

/* hero
----------------------------------*/

#hero .titleWrap {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 100px;
  width: 390px;
  height: fit-content;
  margin: auto;
}

#hero .titleWrap h1 {
  margin-bottom: 15px;
}

#hero .titleWrap h1 img {
  height: 68px;
}

#hero .titleWrap h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6;
}

#hero .titleWrap p {
  width: 310px;
}

#hero #slide01 {
  line-height: 0;
}

#hero #slide01:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgba(247, 244, 244, 1) 70%, rgba(247, 244, 244, 0));
  background-image: -webkit-linear-gradient(90deg, rgba(247, 244, 244, 1) 70%, rgba(247, 244, 244, 0));
  background-image: linear-gradient(90deg, rgba(247, 244, 244, 1) 70%, rgba(247, 244, 244, 0));
}

#hero #slide01 {
  width: 65%;
  margin-left: auto;
}

#hero #slide01 img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

#hero ul {
  padding: 0;
  margin: 0;
  height: fit-content !important;
}

#hero ul li {
  height: fit-content !important;
}

@media screen and (max-width: 1280px) {
  #hero #slide01 img {
    height: 470px;
  }
}

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

  #hero {
    padding-bottom: 50px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  #hero .titleWrap {
    position: relative;
    z-index: 2;
    width: 90%;
    left: 0;
  }

  #hero .titleWrap:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -100px;
    left: -50vw;
    width: 200vw;
    height: calc(100% + 150px);
    background-image: linear-gradient(0deg, rgba(247, 244, 244, 1) 80%, rgba(247, 244, 244, 0));
  }

  #hero .titleWrap h1 {
    margin-bottom: 5px;
  }

  #hero #slide01 {
    position: relative;
    z-index: -1;
    width: 100%;
  }

  #hero #slide01:before {
    content: none;
  }

  #hero #slide01 img {
    height: 390px;
    min-height: auto;
  }

  #hero .titleWrap h2 {
    font-size: 18px;
  }

  #hero .titleWrap p {
    width: 100%;
  }
}

/* kouzaInfo
----------------------------------*/
#kouzaInfo {
  padding-bottom: 90px;
}

#kouzaInfo h2 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.4;
}

#kouzaInfo h2 span {
  font-size: 40px;
}

#kouzaInfo p {
  margin: 0 auto;
  max-width: 750px;
}

@media screen and (max-width: 768px) {
  #kouzaInfo {
    padding-bottom: 70px;
  }

  #kouzaInfo h2 {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
  }

  #kouzaInfo h2 span {
    font-size: 26px;
  }
}

/* point
----------------------------------*/
#point {
  position: relative;
  padding: 70px 0 90px;
}

#point h2 {
  margin-bottom: 10px;
  font-size: 26px;
  text-align: center;
}

#point .inner>h3 {
  position: relative;
  width: fit-content;
  padding: 0 25px;
  margin: 0 auto;
  color: #FFF;
  font-size: 40px;
  line-height: 1.6;
}

#point h4 {
  margin-bottom: 20px;
  line-height: 1.4;
}

#point ul.boxWrap {
  position: relative;
  margin: 0 -12px 90px;
}

#point ul.boxWrap li {
  width: calc((100% - 72px) / 3);
  margin: 0 12px;
  background-color: #FFF;
  box-shadow: 5px 5px 1px 0px rgba(88, 82, 80, .2);
}

#point ul.boxWrap li p.right {
  margin-top: 15px;
}

#point ul.boxWrap li p.number {
  margin-bottom: 27px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 2px;
}

#point ul.boxWrap li a {
  position: relative;
}

@media screen and (max-width: 768px) {
  #point {
    padding-bottom: 80px;
    overflow: hidden;
  }

  #point h2 {
    font-size: 20px;
  }

  #point .inner>h3 {
    font-size: 30px;
  }

  #point ul.boxWrap {
    margin-bottom: 50px;
  }

  #point ul.boxWrap li {
    width: 100%;
  }

  #point ul.boxWrap li {
    font-size: 16px;
  }

  #point ul.boxWrap li p.number {
    font-size: 30px;
  }

  #point h4 {
    font-size: 22px;
  }
}

/* kouzaContent
----------------------------------*/
#kouzaKiso {
  border-bottom: solid 1px #969696;
}

#kouzaOuyou {
  margin-bottom: -185px;
  z-index: 1;
  position: relative;
}

.kouzaContent {
  padding: 120px 0;
}

.kouzaContent .titleWrap {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 40px;
  padding: 20px 15px 28px;
  border-radius: 4px;
}

.kouzaContent .titleWrap h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  font-size: 28px;
}

.kouzaContent .titleWrap dl {
  position: relative;
  align-items: baseline;
  width: fit-content;
  padding: 3px 50px 8px;
  margin: 0 auto;
  color: #FFF;
  border-radius: 5px;
}

.kouzaContent .titleWrap dl dt {
  padding-right: 20px;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.kouzaContent .titleWrap dl dd {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.kouzaContent .titleWrap dl dd span {
  font-size: 40px;
}

.kouzaContent h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.kouzaContent .date {
  margin-top: 60px;
}

.kouzaContent .date .column {
  width: 100%;
  max-width: 725px;
  margin: 0 auto 35px;
}

.kouzaContent .date .column .schedule {
  width: calc((100% - 25px) / 2);
  margin-right: 12.5px;
}

.kouzaContent .date .column .courseFee {
  width: calc((100% - 25px) / 2);
  margin-left: 12.5px;
}

.kouzaContent .date .column h4 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
  padding: 5px 20px;
  border-radius: 4px;
  background-color: #E3DFDD;
  letter-spacing: 2px;
}

.kouzaContent .date .column h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #dedede transparent transparent;
  translate: -50% 100%;
}

.kouzaContent .date .column p.week {
  font-size: 22px;
  line-height: 1.2;
}

.kouzaContent .date .column p.week span {
  margin-left: 3px;
  font-size: 34px;
}

.kouzaContent .date .column p.time {
  margin-bottom: 15px;
}

.kouzaContent .date .column p.price {
  position: relative;
  width: fit-content;
  margin: 0 auto 25px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.kouzaContent .date .column p.price:after {
  content: "(税込)";
  position: absolute;
  right: 0;
  bottom: 30px;
  color: #585250;
  font-size: 10px;
}

.kouzaContent .date .column p.price span {
  margin-right: 3px;
  font-size: 60px;
  font-weight: 500;
}

.kouzaContent .date .lecture {
  max-width: 650px;
  padding: 35px 50px 10px;
  margin: 0 auto;
}

.kouzaContent .date .lecture h4 {
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 1;
}

.kouzaContent .date .lecture h4 span {
  font-size: 70px;
}

.kouzaContent .date .lecture p.border {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 12px;
}

.kouzaContent .date .lecture p.border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  height: 1px;
  width: calc(100% + 20px);
  background-color: #969696;
}

.kouzaContent .date .lecture p.next {
  font-size: 20px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .kouzaContent {
    padding: 80px 0;
  }

  .kouzaContent .titleWrap h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
  }

  .kouzaContent h3 {
    line-height: 1.6;
  }

  .kouzaContent .titleWrap dl {
    padding-left: 30px;
    padding-right: 30px;
  }

  .kouzaContent .titleWrap dl dt {
    font-size: 24px;
  }

  .kouzaContent .titleWrap dl dd {
    font-size: 24px;
  }

  .kouzaContent .titleWrap dl dd span {
    font-size: 30px;
  }

  .kouzaContent .date {
    margin-top: 20px;
  }

  .kouzaContent .date .column .schedule {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .kouzaContent .date .column .courseFee {
    width: 100%;
    margin-left: 0;
  }

  .kouzaContent .date .column p.price {
    margin-bottom: 10px;
  }

  .kouzaContent .date .lecture {
    padding: 20px 20px 15px;
  }

  .kouzaContent .date .lecture h4 {
    line-height: 1.1;
  }

  .kouzaContent .date .lecture p.border:after {
    left: 0;
    width: 100%;
  }
}

/* kouzaOther
----------------------------------*/
#kouzaOther {
  padding: 200px 0 110px;
}

#kouzaOther h2 {
  color: #FFF;
  font-size: 40px;
  letter-spacing: 5px;
}

#kouzaOther #textBook {
  padding: 70px 50px 60px;
  margin-bottom: 110px;
  background-color: #FFF;
  border-radius: 10px;
}

#kouzaOther #textBook h3 {
  margin-bottom: 55px;
  font-size: 20px;
}

#kouzaOther #textBook h4 {
  margin-bottom: 0;
  font-size: 21px;
  text-align: left;
}

#kouzaOther #textBook .column {
  position: relative;
}

#kouzaOther #textBook .column .textWrap {
  width: 450px;
}

#kouzaOther #textBook .column .textWrap p.linkText {
  margin-bottom: 20px;
}

#kouzaOther #textBook .column .textWrap p.linkText a {
  position: relative;
}

#kouzaOther #textBook .column .imgWrap {
  position: absolute;
  top: 0;
  right: -120px;
}

#kouzaOther #tokuten {
  padding: 70px 50px 60px;
  margin-bottom: 40px;
  background-color: #FFF;
  border-radius: 10px;
}

#kouzaOther #tokuten h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100px;
  margin-bottom: 60px;
  font-size: 44px;
}

#kouzaOther #tokuten h4 {
  margin-bottom: 55px;
  font-size: 22px;
}

#kouzaOther #tokuten .tokutenDetail:not(:last-of-type) {
  padding-bottom: 38px;
  margin-bottom: 50px;
}

#kouzaOther #tokuten .tokutenDetail .tokutenNumber {
  width: 162px;
}

#kouzaOther #tokuten .tokutenDetail .tokutenNumber h5 {
  position: relative;
  color: #FFF;
  font-size: 35px;
  text-align: center;
  letter-spacing: 4px;
}

#kouzaOther #tokuten .tokutenDetail .tokutenNumber h5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 8px solid #ffffff;
  border-left: 0;
}

#kouzaOther #tokuten .tokutenDetail .textWrap {
  width: calc(100% - 162px);
  padding-top: 12px;
  padding-left: 25px;
}

#kouzaOther #tokuten .tokutenDetail .textWrap dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #C8C8C8;
}

#kouzaOther #tokuten .tokutenDetail .textWrap dl dt {
  width: 85px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  padding-left: 15px;
  font-size: 21px;
  line-height: 1.6;
}

#kouzaOther #tokuten .tokutenDetail .textWrap dl dd {
  width: calc(100% - 85px);
  padding-left: 10px;
  font-size: 20px;
}

#kouzaOther #tokuten .tokutenDetail .textWrap p.emp {
  font-size: 19px;
}

@media screen and (max-width: 1280px) {
  #kouzaOther #textBook .column .imgWrap {
    right: -100px;
  }

  #kouzaOther #textBook .column .imgWrap img {
    max-width: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #kouzaOther #textBook .column {
    display: block;
  }

  #kouzaOther #textBook .column .textWrap {
    width: 100%;
  }

  #kouzaOther #textBook .column .imgWrap {
    position: relative;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  #kouzaOther {
    padding-bottom: 80px;
  }

  #kouzaOther #tokuten {
    padding: 35px 25px;
  }

  #kouzaOther h2 {
    letter-spacing: 3px;
    font-size: 30px;
  }

  #kouzaOther #textBook {
    padding: 35px 25px;
  }

  #kouzaOther #textBook h3 {
    font-size: 18px;
    text-align: left;
  }

  #kouzaOther #textBook h4 span {
    font-size: 16px;
    line-height: 1.6;
  }

  #kouzaOther #textBook .column .textWrap {
    margin-bottom: 20px;
  }

  #kouzaOther #textBook .column .textWrap p.linkText a {
    font-size: 14px;
  }

  #kouzaOther #textBook .column .imgWrap {
    text-align: center;
  }

  #kouzaOther #textBook .column .imgWrap img {
    max-width: 500px;
  }

  #kouzaOther #tokuten h3 {
    height: 76.5px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    font-size: 36px;
  }

  #kouzaOther #tokuten h4 {
    margin-bottom: 30px;
    font-size: 19px;
  }

  #kouzaOther #tokuten .tokutenDetail:not(:last-of-type) {
    padding-bottom: 0;
    margin-bottom: 30px;
    border: none !important;
  }

  #kouzaOther #tokuten .tokutenDetail .tokutenNumber {
    width: 100%;
  }

  #kouzaOther #tokuten .tokutenDetail .tokutenNumber h5 {
    font-size: 28px;
  }

  #kouzaOther #tokuten .tokutenDetail .tokutenNumber h5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 8px solid #ffffff;
    border-right: 0;
  }

  #kouzaOther #tokuten .tokutenDetail .tokutenNumber h5:after {
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }

  #kouzaOther #tokuten .tokutenDetail .textWrap {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  #kouzaOther #tokuten .tokutenDetail .textWrap dl {
    padding-top: 10px;
    margin-top: 10px;
  }

  #kouzaOther #tokuten .tokutenDetail .textWrap dl dt {
    width: 60px;
    padding-left: 8px;
    font-size: 18px;
  }

  #kouzaOther #tokuten .tokutenDetail .textWrap dl dd {
    width: calc(100% - 60px);
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
  }

  #kouzaOther #tokuten .tokutenDetail .textWrap p {
    line-height: 1.6;
  }

  #kouzaOther #tokuten .tokutenDetail .textWrap p.emp {
    margin-bottom: 10px;
    font-size: 17px;
  }
}

@media screen and (max-width: 370px) {
  #kouzaOther #tokuten h3 {
    height: 67px;
    font-size: 31px;
  }
}

/* voice
----------------------------------*/
#voice {
  padding: 90px 0 110px;
}

#voice h2 {
  margin-bottom: 8px;
  font-size: 26px;
}

#voice .inner>h3 {
  position: relative;
  width: fit-content;
  padding: 0 20px 0 120px;
  margin: 0 auto;
  color: #FFF;
  font-size: 46px;
  letter-spacing: 3px;
  line-height: 1.6;
}

#voice ul.voiceList {
  margin-top: 150px;
}

#voice ul.voiceList li {
  width: calc((100% - 70px) / 2);
  margin-bottom: 100px;
}

#voice ul.voiceList li:nth-of-type(odd) {
  margin-top: -100px;
  margin-right: 35px;
}

#voice ul.voiceList li:nth-of-type(even) {
  margin-left: 35px;
}

#voice ul.voiceList li.voiceContent .textWrap {
  position: relative;
  padding: 30px 25px;
  background-color: #FFF;
  border-radius: 10px;
}

#voice ul.voiceList li.voiceContent:nth-of-type(odd) .textWrap::after {
  content: "";
  position: absolute;
  bottom: -32px;
  width: 28px;
  height: 32px;
  right: 140px;
  background-image: url(../img/under/voice_textWrap_bg_right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#voice ul.voiceList li.voiceContent:nth-of-type(even) .textWrap::after {
  content: "";
  position: absolute;
  bottom: -32px;
  width: 28px;
  height: 32px;
  left: 140px;
  background-image: url(../img/under/voice_textWrap_bg_left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#voice ul.voiceList li.voiceContent .textWrap p {
  font-size: 20px;
}

#voice ul.voiceList li.voiceContent dl {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

#voice ul.voiceList li:nth-of-type(odd) dl {
  justify-content: flex-end;
  padding-right: 35px;
}

#voice ul.voiceList li:nth-of-type(even) dl {
  justify-content: flex-end;
  flex-flow: row-reverse;
  padding-left: 35px;
}

#voice ul.voiceList li.voiceContent dl dt {
  width: fit-content;
  padding-bottom: 10px;
  font-size: 16px;
}

#voice ul.voiceList li.voiceContent:nth-of-type(odd) dl dt {
  padding-right: 10px;
}

#voice ul.voiceList li.voiceContent:nth-of-type(even) dl dt {
  padding-left: 10px;
}

#voice ul.voiceList li.voiceContent dl dt h4 {
  font-size: 20px;
}

#voice ul.voiceList li.voiceContent dl dd {
  width: 105px;
}

#voice ul.voiceList li.voiceContent dl dd img {
  width: 105px;
  background-color: #FFF;
  border-radius: 50%;
}

@media screen and (max-width: 1000px) {
  #voice ul.voiceList li.voiceContent .textWrap {
    padding: 25px;
  }

  #voice ul.voiceList li.voiceContent:nth-of-type(odd) .textWrap::after {
    right: 35%;
  }

  #voice ul.voiceList li.voiceContent:nth-of-type(even) .textWrap::after {
    left: 35%;
  }

  #voice ul.voiceList li.voiceContent .textWrap p {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  #voice {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #voice h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  #voice ul.voiceList {
    margin-top: 30px;
  }

  #voice ul.voiceList li {
    width: 100%;
    margin-bottom: 30px;
  }

  #voice ul.voiceList li:nth-of-type(odd) {
    margin-top: 0;
    margin-right: 0;
  }

  #voice ul.voiceList li:nth-of-type(even) {
    margin-left: 0;
  }

  #voice ul.voiceList li.voiceContent:nth-of-type(odd) .textWrap::after {
    right: 100px;
  }

  #voice ul.voiceList li.voiceContent:nth-of-type(even) .textWrap::after {
    left: 100px;
  }

  #voice ul.voiceList li.voiceContent dl {
    align-items: flex-end;
  }

  #voice ul.voiceList li:nth-of-type(odd) dl {
    padding-right: 0;
  }

  #voice ul.voiceList li:nth-of-type(even) dl {
    padding-left: 0;
  }

  #voice ul.voiceList li.voiceContent dl dt {
    padding-bottom: 20px;
    font-size: 14px;
  }

  #voice ul.voiceList li.voiceContent dl dt h4 {
    font-size: 16px;
  }
}

/* kentei
----------------------------------*/
#kentei {
  padding: 100px 0 110px;
}

#kentei .kenteiDetail {
  margin-bottom: 35px;
  color: #FFF;
}

#kentei .kenteiDetail .textWrap {
  width: 490px;
  padding-right: 30px;
}

#kentei .kenteiDetail .textWrap .titleWrap h2 {
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 1.4;
}

#kentei .kenteiDetail .textWrap .titleWrap p {
  font-size: 19px;
}

#kentei .kenteiDetail .textWrap h3 {
  position: relative;
  z-index: 0;
  padding: 5px 0 5px 20px;
  color: #585250;
}

#kentei .kenteiDetail .textWrap h3:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 100px);
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0));
  border-radius: 10px;
}

#kentei .kenteiDetail .textWrap .spBox figure {
  display: none;
}

#kentei .kenteiDetail .textWrap p {
  font-size: 17px;
}

#kentei .kenteiDetail .imgWrap {
  position: relative;
  width: calc(100% - 490px);
}

#kentei ul.kenteiGaiyou {
  margin-bottom: 80px;
}

#kentei ul.kenteiGaiyou li {
  width: calc((100% - 50px) / 2);
  padding: 20px 25px 25px;
  background-color: #FFF;
  border-radius: 10px;
}

#kentei ul.kenteiGaiyou li:nth-of-type(odd) {
  margin-right: 25px;
}

#kentei ul.kenteiGaiyou li:nth-of-type(even) {
  margin-left: 25px;
}

#kentei ul.kenteiGaiyou li .titleWrap {
  text-align: center;
}

#kentei ul.kenteiGaiyou li .titleWrap p {
  font-size: 20px;
}

#kentei ul.kenteiGaiyou li .titleWrap h3 {
  font-size: 35px;
  line-height: 1.2;
}

#kentei ul.kenteiGaiyou li dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#kentei ul.kenteiGaiyou li dl dt {
  display: flex;
  align-items: center;
  width: 120px;
  padding: 3px 0 3px 10px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  color: #FFF;
  font-size: 20px;
  letter-spacing: 3px;
}

#kentei ul.kenteiGaiyou li dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
  padding: 5px 10px 5px 10px;
  font-size: 20px;
  line-height: 1.4;
}

#kentei #kakomon {
  padding: 25px 30px 35px 50px;
  margin-bottom: 60px;
  color: #FFF;
}

#kentei #kakomon .column {
  align-items: center;
}

#kentei #kakomon .column .textWrap {
  width: 510px;
}

#kentei #kakomon .column .textWrap .titleWrap {
  align-items: baseline;
}

#kentei #kakomon .column .textWrap .titleWrap h3 {
  margin-right: 20px;
  font-size: 42px;
  letter-spacing: 4px;
}

#kentei #kakomon .column .textWrap .titleWrap p {
  font-size: 19px;
  letter-spacing: 1px;
}

#kentei #kakomon .column .textWrap p.price {
  font-size: 22px;
}

#kentei #kakomon .column .textWrap p.caution {
  margin-top: 20px;
}

#kentei #kakomon .column .imgWrap {
  width: calc(100% - 510px);
}

#kentei .formButton {
  width: fit-content;
  margin: 0 auto;
}

#kentei .formButton a {
  position: relative;
  display: block;
  padding: 8px 80px 8px 40px;
  background-color: #FFF;
  color: #585250;
  font-size: 36px;
  transition: all .5s ease;
  border-radius: 50px;
}

#kentei .formButton a:hover {
  color: #FFF;
}

#kentei .formButton a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 31px;
  height: 31px;
  margin: auto 0;
  background-image: url(../img/under/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .5s ease;
}

#kentei .formButton a:hover:after {
  background-image: url(../img/under/icon_arrow_right_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .5s ease;
}

@media screen and (max-width: 1000px) {
  #kentei .kenteiDetail .textWrap {
    width: 100%;
    padding-right: 0;
  }

  #kentei .kenteiDetail .textWrap h3 {
    text-align: center;
  }

  #kentei .kenteiDetail .textWrap h3:after {
    content: none;
  }

  #kentei .kenteiDetail .textWrap .spBox {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #FFF;
    border-radius: 10px;
  }

  #kentei .kenteiDetail .textWrap .spBox figure {
    display: block;
    text-align: center;
  }

  #kentei .kenteiDetail .imgWrap {
    display: none;
  }

  #kentei ul.kenteiGaiyou li dl dt {
    width: 100px;
    padding: 10px 0 10px 10px;
    font-size: 16px;
  }

  #kentei ul.kenteiGaiyou li dl dd {
    width: calc(100% - 100px);
    font-size: 16px;
    text-align: left;
  }

  #kentei #kakomon .column .textWrap {
    width: 100%;
  }

  #kentei #kakomon .column .imgWrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #kentei {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  #kentei .kenteiDetail .textWrap .titleWrap {
    margin-bottom: 10px;
    text-align: center;
  }

  #kentei .kenteiDetail .textWrap .titleWrap p {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.4;
  }

  #kentei .kenteiDetail .textWrap .titleWrap h2 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.2;
  }

  #kentei .kenteiDetail .textWrap h3 {
    text-align: left;
    line-height: 1.4;
    color: #585250 !important;
  }

  #kentei .kenteiDetail .textWrap .spBox {
    padding-top: 30px;
  }

  #kentei ul.kenteiGaiyou li {
    width: 100%;
    padding: 20px 15px 25px;
  }

  #kentei ul.kenteiGaiyou li:not(:last-of-type) {
    margin-bottom: 30px;
  }

  #kentei ul.kenteiGaiyou li:nth-of-type(odd) {
    margin-right: 0;
  }

  #kentei ul.kenteiGaiyou li:nth-of-type(even) {
    margin-left: 0;
  }

  #kentei #kakomon {
    padding: 20px 25px;
  }

  #kentei #kakomon .column .textWrap .titleWrap {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  #kentei #kakomon .column .textWrap .titleWrap h3 {
    margin-bottom: 0;
    margin-right: 0;
    line-height: 1.5;
  }

  #kentei #kakomon .column .textWrap p.price {
    margin-bottom: 12px;
    line-height: 1.5;
  }

  #kentei #kakomon .column .imgWrap {
    width: 130%;
    margin-left: calc(-25px - 7%);
    margin-right: calc(-25px - 7%);
    text-align: center;
  }

  #kentei .formButton a {
    padding: 8px 45px 8px 20px;
    font-size: 24px;
  }

  #kentei .formButton a:after {
    right: 13px;
    width: 25px;
    height: 25px;
  }
}

/* #kenteiInfo
----------------------------------*/
#kenteiInfo {
  position: relative;
  padding: 70px 0 155px;
  color: #FFF;
}

#kenteiInfo::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: url(../img/hero_bottom_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

#kenteiInfo .column .textWrap {
  width: calc(100% - 265px);
  padding-right: 35px;
}

#kenteiInfo .column .textWrap h2 {
  font-size: 25px;
  line-height: 1.5;
}

#kenteiInfo .column .textWrap h2 span {
  font-size: 31px;
}

#kenteiInfo .column .textWrap p {
  font-size: 14px;
  line-height: 2.2;
}

#kenteiInfo .column .imgWrap {
  width: 265px;
}

#kenteiInfo .column .imgWrap p {
  line-height: 1.6;
}

#kenteiInfo .column .imgWrap p.name {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #kenteiInfo {
    padding-bottom: 70px;
  }

  #kenteiInfo .column .textWrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  #kenteiInfo .column .textWrap h2 {
    font-size: 22px;
  }

  #kenteiInfo .column .textWrap h2 span {
    font-size: 28px;
  }

  #kenteiInfo .column .textWrap p {
    font-size: 16px;
    line-height: 1.8;
  }

  #kenteiInfo .column .imgWrap {
    width: 100%;
    margin-top: -40px;
    text-align: center;
  }

  #kenteiInfo .column .imgWrap img {
    margin-bottom: -40px;
    clip-path: polygon(0 15%, 100% 15%, 100% 90%, 0% 90%);
  }
}

/* setsumeikai
----------------------------------*/
.setsumeikai {
  position: relative;
  z-index: 0;
}

.setsumeikai .imgWrap {
  position: relative;
  width: calc(100% - 510px);
}

.setsumeikai .imgWrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto 0;
  object-fit: cover;
}

.setsumeikai .textWrap {
  width: 510px;
  padding-top: 30px;
  background-color: #FFF;
}

.setsumeikai .textWrap h3 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.6;
}

.setsumeikai .textWrap h4 {
  margin-bottom: 25px;
  font-size: 42px;
}

.setsumeikai .textWrap dl {
  margin-bottom: 20px;
}

.setsumeikai .textWrap dl dt {
  background-color: rgba(88, 82, 80, 0.15);
  max-width: 420px;
  font-size: 22px;
  text-align: center;
}

.setsumeikai .textWrap dl dd {
  font-size: 28px;
}

.setsumeikai .textWrap .textArea {
  padding: 0 30px;
}

.setsumeikai p.detail {
  text-align: center;
}

.setsumeikai p.detail a {
  display: flex;
  justify-content: center;
  position: relative;
  display: block;
  padding: 5px 0;
  color: #FFF;
  font-size: 27px;
}

.setsumeikai p.detail a img {
  position: relative;
  top: 3px;
  width: 28px;
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  .setsumeikai .imgWrap {
    width: 100%;
  }

  .setsumeikai .imgWrap img {
    position: relative;
    z-index: -1;
  }

  .setsumeikai .textWrap {
    width: 100%;
    padding-top: 10px;
    margin-top: -30px;
  }

  .setsumeikai .textWrap h3 {
    font-size: 20px;
  }

  .setsumeikai .textWrap h4 {
    margin-bottom: 15px;
    font-size: 27px !important;
  }

  .setsumeikai .textWrap .textArea {
    padding: 0 20px;
  }

  .setsumeikai .textWrap dl dt {
    max-width: none;
    margin-bottom: 5px;
  }

  .setsumeikai .textWrap dl dd {
    font-size: 19px;
  }

  .setsumeikai p.detail a {
    display: flex;
    font-size: 21px;
  }

  .setsumeikai p.detail a img {
    top: auto;
    margin-left: 5px;
  }
}

/* footer
----------------------------------*/

footer .footerButton a {
  background-color: var(--main-color);
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 100px;
  }
}

/* official
----------------------------------*/
.official {
  width: 100%;
  max-width: 650px;
  margin: 30px auto 0;
  border: solid 1px var(--main-color);
  transition: all .5s ease;
}

.official a {
  position: relative;
  display: block;
  padding: 25px;
  background-color: #FFF;
  color: var(--main-color);
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
  transition: all .5s ease;
}

.official a span {
  color: #585250;
  font-size: 16px;
  transition: all .5s ease;
}

.official:hover {
  border: solid 1px #FFF;
  transition: all .5s ease;
}

.official a:hover {
  background-color: var(--main-color);
  color: #FFF;
  transition: all .5s ease;
}

.official a:hover span {
  color: #FFF;
  transition: all .5s ease;
}

@media screen and (max-width: 768px) {
  .official a {
    padding: 25px 60px 30px 25px;
    font-size: 24px;
  }

  .official a:hover span {
    position: relative;
    top: 5px;
    font-size: 14px;
  }
}