article header h2 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}
article section div.wrap pre {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  color: #646f9b;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  white-space: break-spaces;
  font-family: initial;
}
article section div.wrap p {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2;
  padding-bottom: 25px;
}
article section div.wrap ul {
  list-style: auto;
  padding-left: 30px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 20px;
}
article section div.wrap ul li {
  list-style: disc;
  padding: 0 0 10px;
}
article section div.wrap ol {
  list-style: auto;
  padding-left: 30px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 20px;
}
article section div.wrap ol li {
  padding: 0 0 10px;
}
article section div.wrap h1 {
  font-size: 3.4rem;
  letter-spacing: 2px;
  line-height: 1.4;
  background: #111752;
  color: #fff;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  article section div.wrap h1 {
    font-size: 2.8rem;
  }
}
article section div.wrap h2 {
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 400;
  color: #111752;
    /*============================
border-bottom: solid 2px;
============================*/
  margin: 70px 0 25px;
}
@media screen and (max-width: 768px) {
  article section div.wrap h2 {
    font-size: 2.4rem;
  }
}
article section div.wrap h3 {
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 2.6rem;
  position: relative;
  padding-left: 0px;
  margin-bottom: 25px;
}
article section div.wrap h3:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #111752;
}
@media screen and (max-width: 768px) {
  article section div.wrap h3 {
    font-size: 2rem;
  }
}
article section div.wrap h4 {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  article section div.wrap h4 {
    font-size: 1.8rem;
  }
}
article section div.wrap h5 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  article section div.wrap h5 {
    font-size: 1.8rem;
  }
}
article section div.wrap h6 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  article section div.wrap h6 {
    font-size: 1.6rem;
  }
}
article section div.wrap blockquote {
  padding-left: 20px;
  position: relative;
  margin: 20px 0;
  line-height: 1.8;
  font-size: 1.8rem;
}
article section div.wrap blockquote:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background: #eee;
  left: 0;
  top: 0;
}
article section div.wrap table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px;
}
article section div.wrap table tr th {
  text-align: left;
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 2px;
  border: solid #151515 1px;
  font-weight: normal;
}
article section div.wrap table tr th a {
  color: #151515;
}
article section div.wrap table tr td {
  padding: 10px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  border: solid #151515 1px;
}
article section div.wrap code {
  display: block;
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  color: #646f9b;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
  white-space: break-spaces;
  font-family: initial;
  margin: 10px 0;
  font-size: 1.8rem;
}
article section div.wrap dt {
  font-weight: bold;
  line-height: 1.8;
}
article section div.wrap dl {
  margin: 20px 0;
}
article section div.wrap dl,
article section div.wrap dd {
  font-size: 1.6rem;
}
article section div.wrap dd {
  margin-bottom: 10px;
  line-height: 1.8;
  padding-left: 20px;
}
article section div.wrap .wp-block-button a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  background-size: cover;
  border-radius: 4px;
  min-width: 240px;
  margin: 40px 0 0;
}
article section div.wrap b {
  font-weight: bold;
}
article section div.wrap strong {
  font-weight: bold;
}
article section div.btn_wrap a.btn {
  display: block;
  width: 240px;
  border: solid 1px;
  text-align: center;
  padding: 15px 0;
  color: #111752;
  margin: auto;
  margin-top: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
article section div.btn_wrap a.btn:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  right: -40px;
  top: calc(50% - 1px);
  background: #111752;
}

/*============================
#title
============================*/
article#title {
  width: auto;
  margin-top: 98px;
  min-height: 300px;
  background: #111752;
}
@media screen and (max-width: 768px) {
  article#title {
    width: auto;
    margin: 72px 0 0;
  }
}
article#title img {
  max-width: 800px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#title img {
    padding-top: 80px;
  }
}
article#title section.full {
  width: auto;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  article#title section.full {
    width: auto;
  }
}
article#title section.full p {
  padding-top: 40px;
  color: #fff;
  padding-left: 120px;
  border-bottom: solid 1px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
}
@media screen and (max-width: 768px) {
  article#title section.full p {
    padding-top: 20px;
    color: #fff;
    padding-left: 40px;
    border-bottom: solid 1px;
  }
}

/*============================
#intro
============================*/
article#intro {
  background: #EDEDED;
  font-family: Arial,Lucida Grande,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif!important;
  font-weight: 400!important;
}
article#intro section {
  display: flex;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  article#intro section {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  article#intro section .img {
    padding-bottom: 20px;
  }
}
article#intro section .img img {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  article#intro section .img img {
    max-width: 240px;
  }
}
article#intro section div.wrap {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  article#intro section div.wrap {
    padding-left: 0;
  }
}
article#intro section div.wrap div.name {
  color: #4B4B4B;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  article#intro section div.wrap div.name {
    font-size: 1.6rem;
  }
}
article#intro section div.wrap p.name {
  padding: 20px 0 0;
}
article#intro section div.wrap p a {
  padding: 10px 0 0;
  color: #111752;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  article#intro section div.wrap p a {
    padding: 20px 0;
  }
}

/*============================
#single
============================*/
article#single section {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  article#single section {
    padding: 80px 20px;
  }
}
article#single section div.wrap {
  max-width: 880px;
  margin: auto;
}
article#single section div.wrap pre {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  color: #646f9b;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  white-space: break-spaces;
  font-family: initial;
}
article#single section div.wrap p {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  padding-bottom: 25px;
  font-family: Arial,Lucida Grande,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif!important;
  font-weight: 400;
}
article#single section div.wrap ul {
  list-style: auto;
  padding-left: 30px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 20px;
}
article#single section div.wrap ul li {
  list-style: disc;
  padding: 0 0 10px;
}
article#single section div.wrap ol {
  list-style: auto;
  padding-left: 30px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 20px;
}
article#single section div.wrap ol li {
  padding: 0 0 10px;
}
article#single section div.wrap h1 {
  font-size: 3.4rem;
  letter-spacing: 2px;
  line-height: 1.4;
  background: #111752;
  color: #fff;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  article#single section div.wrap h1 {
    font-size: 2.8rem;
  }
}
article#single section div.wrap h2 {
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #111752;
  /*============================
border-bottom: solid 2px;
============================*/
  margin: 70px 0 25px;
  font-family: Arial,Lucida Grande,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif!important;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  article#single section div.wrap h2 {
    font-size: 2.4rem;
  }
}
article#single section div.wrap h3 {
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 2.6rem;
  position: relative;
  padding-left: 0px;
  margin-bottom: 25px;
}
article#single section div.wrap h3:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #111752;
}
@media screen and (max-width: 768px) {
  article#single section div.wrap h3 {
    font-size: 2rem;
  }
}
article#single section div.wrap h4 {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  article#single section div.wrap h4 {
    font-size: 1.8rem;
  }
}
article#single section div.wrap h5 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  article#single section div.wrap h5 {
    font-size: 1.8rem;
  }
}
article#single section div.wrap h6 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  article#single section div.wrap h6 {
    font-size: 1.6rem;
  }
}
article#single section div.wrap blockquote {
  padding-left: 20px;
  position: relative;
  margin: 20px 0;
  line-height: 1.8;
  font-size: 1.8rem;
}
article#single section div.wrap blockquote:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background: #eee;
  left: 0;
  top: 0;
}
article#single section div.wrap table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px;
}
article#single section div.wrap table tr th {
  text-align: left;
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 2px;
  border: solid #151515 1px;
  font-weight: normal;
}
article#single section div.wrap table tr th a {
  color: #151515;
}
article#single section div.wrap table tr td {
  padding: 10px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  border: solid #151515 1px;
}
article#single section div.wrap code {
  display: block;
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  color: #646f9b;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
  white-space: break-spaces;
  font-family: initial;
  margin: 10px 0;
  font-size: 1.8rem;
}
article#single section div.wrap dt {
  font-weight: bold;
  line-height: 1.8;
}
article#single section div.wrap dl {
  margin: 20px 0;
}
article#single section div.wrap dl,
article#single section div.wrap dd {
  font-size: 1.6rem;
}
article#single section div.wrap dd {
  margin-bottom: 10px;
  line-height: 1.8;
  padding-left: 20px;
}
article#single section div.wrap .wp-block-button a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  background-size: cover;
  border-radius: 4px;
  min-width: 240px;
  margin: 40px 0 0;
}
article#single section div.wrap b {
  font-weight: bold;
}
article#single section div.wrap strong {
  font-weight: bold;
}
/*============================
#cta
============================*/
article#cta {
  background: #EDEDED;
  width: auto;
}
@media screen and (max-width: 768px) {
  article#cta {
    width: auto;
  }
}
article#cta header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#cta header {
    width: auto;
    padding: 80px 20px 40px;
  }
}
article#cta header h2 {
  width: auto;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  article#cta header h2 {
    width: auto;
    font-size: 1.8rem;
    line-height: 2;
  }
}
article#cta section {
  width: auto;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  article#cta section {
    width: auto;
    padding-bottom: 80px;
  }
}
article#cta section div.btn_wrap {
  width: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  article#cta section div.btn_wrap {
    width: auto;
  }
}
article#cta section div.btn_wrap a.btn {
  margin-top: 0;
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  color: #fff;
  border: none;
}
@media screen and (max-width: 768px) {
  article#cta section div.btn_wrap a.btn {
    width: auto;
  }
}
article#cta section div.btn_wrap a.btn:after {
  display: none;
}/*# sourceMappingURL=voice.css.map */

article#voice_title {
  width: auto;
  margin-top: 98px;
  min-height: 300px;
  padding: 50px 0;
  background: #fff;
}
article#voice_title .full .title_content {
  display: grid;
  grid-template-columns: .7fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 880px;
  margin: 0 auto;
}
article#voice_title .full .title_content .title_txt h1 {
  font-size: 3.2rem;
  color: #444;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "hiragino-kaku-gothic-pron", Arial, sans-serif;
}
article#voice_title .full .title_content .title_txt h1:after {
  content: "";
  background: linear-gradient(90deg, rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%);
  height: 3px;
  width: 30px;
  display: block;
  margin: 18px 0 0;
}
article#voice_title .full .title_content .main_image img {
  border-radius: 8px;
}