@charset "utf-8";

/* -----------------------------------------------------------------
MODULE CSS
LAST UPDATE:
--------------------------------------------------------------------*/
body section a {
  text-decoration: underline;
}

body section a:hover {
  text-decoration: none;
}

section a.blank {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank_r.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {}


/*--------------------------------
btnWrap
---------------------------------*/
.btnWrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btnWrap01 .btn01 {
  position: relative;
  width: calc(50% - 25px);
}

.btnWrap01 .btn01 .btnTop {
  width: 173px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #AD0026;
  border: 1px solid #AD0026;
  background: #fff;
  padding: 4px 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.btnWrap01 .btn01 .btnTop small {
  font-size: 1.3rem;
  color: #AD0026;
  line-height: 1;
}

.btnWrap01 .btn01 a {
  border-radius: 5px;
  border: 1px solid #AD0026;
  background: #AD0026;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  text-decoration: none;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
}

.btnWrap01 .btn01 a:hover {
  background: #fff;
  border: 1px solid #AD0026;
}

.btnWrap01 .btn01 a:hover span {
  color: #AD0026;
}

.btnWrap01 .btn01 a:hover span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank_r.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}

.btnWrap01 .btn01 a span {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}

.btnWrap01 .btn01 a span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank_w.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}

.btnWrap01 .btn02 {
  width: calc(50% - 25px);
}

.btnWrap01 .btn02 a {
  border-radius: 5px;
  border: 1px solid #AD0026;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  color: #AD0026;
  text-decoration: none;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
}

.btnWrap01 .btn02 a:hover {
  background: #AD0026;
}

.btnWrap01 .btn02 a:hover span {
  color: #fff;
}

.btnWrap01 .btn02 a:hover span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank_w.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}

.btnWrap01 .btn02 a span {
  font-size: 2rem;
  font-weight: bold;
}

.btnWrap01 .btn02 a span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank_r.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}

.btnWrap01 .btn02 p.btnBottom {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 15px;
}

.btnWrap01 .btn02 p.btnBottom a {
  border-radius: 0;
  border: none;
  background: none;
  display: inline;
  width: auto;
  text-align: center;
  padding: 0;
  box-shadow: none;
  transition: 0;
  text-decoration: underline;
  color: #1A63AD;
}

.btnWrap01 .btn02 p.btnBottom a:hover {
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {

  .btnWrap01 {
    display: block;
  }

  .btnWrap01 .btn01 {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }

  .btnWrap01 .btn01 .btnTop {
    width: 147px;
    font-size: 1.4rem;
    padding: 4px 16px;
  }

  .btnWrap01 .btn01 .btnTop small {
    font-size: 1.1rem;
  }

  .btnWrap01 .btn01 a {
    border-radius: 5px;
    padding: 22px 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  }

  .btnWrap01 .btn01 a span {
    font-size: 1.6rem;
  }

  .btnWrap01 .btn01 a span::after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }

  .btnWrap01 .btn02 {
    width: 100%;
  }

  .btnWrap01 .btn02 a {
    border-radius: 5px;
    padding: 22px 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  }

  .btnWrap01 .btn02 a span {
    font-size: 1.6rem;
  }

  .btnWrap01 .btn02 a span::after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }

  .btnWrap01 .btn02 p.btnBottom {
    font-size: 1.4rem;
    margin: 20px 0;
  }

}


/*--------------------------------
kv
---------------------------------*/
.kv {
  margin-top: 65px;
  overflow: hidden;
  min-width: 1200px;
}

.kv .kvInner {
  position: relative;
}

.kv .kvInner .bgImg {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.kv .kvInner .bgImg img.imgKV {
  width: 50%;
  min-width: 840px;
  max-width: 1040px;
  z-index: 2;
}

.kv .kvInner .bgImg img.imgBg {
  width: 70%;
  min-height: 597px;
  max-height: 740px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.kv .kvInner .contents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 52vw;
  min-width: 720px;
  background: #fff;
  padding: 50px 40px 25px 60px;
  border-radius: 16px 0 0 16px;
  z-index: 3;
}

@media screen and (min-width: 2100px) {
  .kv .kvInner .contents {
    left: 980px;
    right: auto;
  }
}

.kv .kvInner .contents h1 {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #AD0026;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
}

.kv .kvInner .contents p.subTitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  color: #111111;
  margin-top: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
}

.kv .kvInner .contents p.text {
  font-size: 1.6rem;
  line-height: 2;
  color: #111111;
  margin-top: 15px;
}

.kv .kvInner .contents .btnWrap01 {
  margin-top: 60px;
}

.kv .kvInner .contents .btnWrap01 .btn01,
.kv .kvInner .contents .btnWrap01 .btn02 {
  width: calc(50% - 10px);
}


@media screen and (max-width: 768px) {
  .kv {
    margin-top: 50px;
    min-width: 0;
  }

  .kv .kvInner {
    height: auto;
    position: relative;
    display: block;
  }

  .kv .kvInner .bgImg {
    display: block;
  }

  .kv .kvInner .bgImg img.imgKV {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    z-index: 2;
  }

  .kv .kvInner .bgImg img.imgBg {
    display: none;
  }

  .kv .kvInner .contents {
    width: auto;
    min-width: 0;
    padding: 20px 0 0;
    margin: 0 15px;
    border-radius: 0;
    position: static;
    transform: none;
  }

  .kv .kvInner .contents h1 {
    font-size: 2.4rem;
    line-height: 1.6;
  }

  .kv .kvInner .contents p.subTitle {
    font-size: 1.8rem;
    margin-top: 10px;
  }

  .kv .kvInner .contents p.text {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .kv .kvInner .contents .btnWrap01 {
    margin-top: 35px;
  }

  .kv .kvInner .contents .btnWrap01 .btn01,
  .kv .kvInner .contents .btnWrap01 .btn02 {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
}



/*--------------------------------
mainContents
---------------------------------*/

main section.mainContents .titleHead {
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid #111;
  border-radius: 50px;
  display: table;
  margin: 0 auto 24px;
  padding: 6px 18px;
}

main section.mainContents .colWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -25px;
}

@media screen and (max-width: 1235px) {
  main section.mainContents .colWrap {
    margin: 0;
  }
}

main section.mainContents .colWrap .col {
  flex: 1;
  margin: 55px 25px 0;
  height: 720px;
  overflow: hidden;
  position: relative;
}

main section.mainContents .colWrap .col::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 2;
  background: url(../img/contents_grd_w.png) no-repeat;
  background-size: cover;
}

main section:nth-child(odd).mainContents .colWrap .col::after {
  background: url(../img/contents_grd_g.png) no-repeat;
  background-size: cover;
}

main section.mainContents .colWrap .col.noShadow::after {
  display: none !important;
}

main section.mainContents .colWrap .col h3 {
  background: #111;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  padding: 10px 16px
}

main section.mainContents .colWrap .col .ttl {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
}

main section.mainContents .colWrap .col .img {
  position: relative;
  width: 100%;
  height: 28.75%;
  background: #E2E2E2;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-top: 15px;
}

main section.mainContents .colWrap .col .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

main section.mainContents .colWrap .col .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 16px;
}

main section.mainContents .colWrap .col .txt p {
  margin-bottom: 12px;
}

main section.mainContents .colWrap .col .btn {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #8B8B8B;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  color: #111;
  z-index: 3;
}

main section.mainContents .colWrap .col .btn:hover {
  background: #E2E2E2;
}

main section.mainContents .colWrap .col .btn a {
  font-size: 1.6rem;
  color: #111;
  font-weight: bold;
  text-decoration: none;
  padding: 18px;
}

main section.mainContents .colWrap .col .btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank_b.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  main section.mainContents .titleHead {
    font-size: 1.4rem;
    padding: 5px 15px;
    margin-bottom: 15px;
  }

  main section.mainContents .colWrap {
    display: block;
    margin: 20px 0 0;
  }

  main section.mainContents .colWrap .col {
    margin: 0 0 40px;
    max-height: 660px;
    height: auto;
    padding-bottom: 60px;
  }

  main section.mainContents .colWrap .col:last-child {
    margin-bottom: 0;
  }

  main section.mainContents .colWrap .col::after {
    width: 100%;
    height: 160px;
  }

  main section.mainContents .colWrap .col h3 {
    font-size: 1.6rem;
    border-radius: 4px;
    padding: 10px;
  }

  main section.mainContents .colWrap .col .ttl {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  main section.mainContents .colWrap .col .img {
    width: 100%;
    height: 200px;
    margin-top: 15px;
  }

  main section.mainContents .colWrap .col .txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 16px;
  }

  main section.mainContents .colWrap .col .btn {
    bottom: 4px;
    left: 0;
    width: 100%;
    border-radius: 50px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  }

  main section.mainContents .colWrap .col .btn a {
    font-size: 1.6rem;
    padding: 15px;
  }
}


/*--------------------------------
information
---------------------------------*/
main section.information .colWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -25px;
}

@media screen and (max-width: 1235px) {
  main section.information .colWrap {
    margin: 0;
  }
}

main section.information .colWrap .col {
  flex: 1;
  margin: 55px 25px 60px;
  overflow: hidden;
  position: relative;
}

main section.information .colWrap .col p.ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
}

main section.information .colWrap .col p.img {
  width: 100%;
  height: auto;
}

main section.information .colWrap .col p.img img {
  width: 100%;
  height: auto;
  display: block;
}

main section.information .colWrap .col p.txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 12px;
}


@media screen and (max-width: 768px) {
  main section.information .colWrap {
    display: block;
    margin: 20px 0 40px;
  }

  main section.information .colWrap .col {
    margin: 0 0 30px;
  }

  main section.information .colWrap .col p.ttl {
    font-size: 1.8rem;
    margin-top: 10px;
  }

  main section.information .colWrap .col p.txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 5px;
  }
}




/*--------------------------------
aiNews
---------------------------------*/
main section.aiNews {
  background: url(../img/academia_bg.png) no-repeat center;
  background-size: 100%;
}

main section:nth-child(odd).aiNews {
  background: url(../img/academia_bg.png) no-repeat center #F6F6F6;
  background-size: 100%;
}


main section.aiNews .logo {
  width: 200px;
  display: table;
  margin: 0 auto 24px;
}

main section.aiNews .logo img {
  width: 100%;
  height: auto;
}

main section.aiNews .colWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
}

main section.aiNews .colWrap .col {
  width: calc(33% - 20px);
  margin-top: 40px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #AD0026;
  background: rgba(255, 243, 246, 0.8);
  border-radius: 6px;
  padding: 40px 16px;
  position: relative;
}

main section.aiNews .colWrap .col::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 34px;
  z-index: 2;
  background: url(../img/icon_ai.svg) no-repeat;
  background-size: cover;
}

main section.aiNews .colWrap .col:last-child {
  margin-right: 0;
}

main section.aiNews .colWrap .col .ttl {
  font-size: 2.2rem;
  font-weight: bold;
}

main section.aiNews .btnWrap01 {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

main section.aiNews .btnWrap01 .btn03 {
  width: 360px;
  border-radius: 50px;
  border: 1px solid #8B8B8B;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  color: #111;
  z-index: 3;
  padding: 20px 15px;
}

main section.aiNews .btnWrap01 .btn03:hover {
  background: #E2E2E2;
}

main section.aiNews .btnWrap01 .btn03 a {
  text-decoration: none;
}

main section.aiNews .btnWrap01 .btn03 span {
  font-size: 1.6rem;
  color: #111;
  font-weight: bold;
  text-decoration: none;
  padding: 15px;
}

main section.aiNews .btnWrap01 .btn03 span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank_b.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}


@media screen and (max-width: 768px) {
  main section.aiNews {
    background: url(../img/academia_bg_sp.png) no-repeat center;
    background-size: 100%;
  }

  main section:nth-child(odd).aiNews {
    background: url(../img/academia_bg_sp.png) no-repeat center #F6F6F6;
    background-size: 100%;
  }

  main section.aiNews .logo {
    width: 130px;
    margin: 0 auto 14px;
    display: block;
  }

  main section.aiNews .colWrap {
    display: block;
    margin: 20px 15px 0;
  }

  main section.aiNews .colWrap .col {
    width: auto;
    margin-top: 12px;
    margin-right: 0;
    border-radius: 6px;
    padding: 16px 15px;
  }

  main section.aiNews .colWrap .col::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translate(0, -50%);
    width: 24px;
    height: 25px;
  }

  main section.aiNews .colWrap .col .ttl {
    font-size: 1.6rem;
  }

  main section.aiNews .btnWrap01 {
    margin-top: 20px;
  }

  main section.aiNews .btnWrap01 .btn03 {
    width: 300px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 16px 10px;
  }

  main section.aiNews .btnWrap01 .btn03 span {
    font-size: 1.4rem;
    padding: 0;
  }
}




/*--------------------------------
relationInfo
---------------------------------*/
main section.relationInfo .leadTxt {
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 4rem;
  margin-bottom: 35px;
}

main section.relationInfo .leadTxt p {
  font-weight: bold;
  line-height: 1;
}

main section.relationInfo .leadTxt .logoGroup {
  margin-right: 15px;
  padding-bottom: 2px;
}


main section.relationInfo .leadTxt .logoGroup .logo {
  width: 240px;
  height: auto;
}

main section.relationInfo .leadTxt .logoGroup .logo img {
  width: 100%;
  height: auto;
}

main section.relationInfo .deviceTtl02.red {
  font-size: 2.4rem;
  line-height: 1.8;
}

main section.relationInfo .colWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}

main section.relationInfo .colWrap .col.redBlock {
  width: 400px;
  border: 2px solid #AD0026;
  border-radius: 30px;
  overflow: hidden;
}

main section.relationInfo .colWrap .col.voice {
  width: calc(100% - 460px);
}

main section.relationInfo .colWrap .col.redBlock {
  background: url(../img/howto_bg.jpg) no-repeat;
  background-size: cover;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
  max-height: 653px;
}

main section.relationInfo .colWrap .col.redBlock .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 30px 20px;
  background: #AD0026;
}

main section.relationInfo .colWrap .col.redBlock .ttl span {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

main section.relationInfo .colWrap .col.redBlock .ttl span span.line {
  border-bottom: 2px solid #fff;
}

main section.relationInfo .colWrap .col.redBlock .ttl strong {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  margin: 0 5px;
  display: inline-block;
}

main section.relationInfo .colWrap .col.redBlock .txt {
  font-size: 2rem;
  text-align: center;
  margin: 30px 0;
}

main section.relationInfo .colWrap .col.redBlock .txt span {
  font-size: 2.6rem;
  font-weight: bold;
}

main section.relationInfo .colWrap .col.redBlock .txt span span.red {
  font-size: 2.6rem;
  color: #AD0026;
  font-weight: bold;
}

main section.relationInfo .colWrap .col.redBlock .txt span span.red strong {
  font-size: 4rem;
  color: #AD0026;
  font-weight: bold;
}

main section.relationInfo .colWrap .col.redBlock .img {
  width: 340px;
  height: auto;
  margin: 0 auto;
}

main section.relationInfo .colWrap .col.redBlock .img img {
  width: 100%;
  height: auto;
  display: block;
}

main section.relationInfo .colWrap .col.voice h3 {
  background: #111;
  color: #fff;
  font-size: 2rem;
  padding: 14px 24px;
  border-radius: 6px;
}

main section.relationInfo .colWrap .col.voice h3 img {
  display: inline-block;
  margin-right: 15px;
  width: 24px;
  height: auto;
}

main section.relationInfo .colWrap .col.voice .voiceBlock {
  border-bottom: 1px dotted #8B8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
  padding-bottom: 36px;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .img {
  width: 90px;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .img img {
  width: 100%;
  height: auto;
  display: block;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont {
  width: calc(100% - 115px);
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead h4 {
  font-size: 2rem;
  font-weight: bold;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead ul.cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead ul.cat li {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #8B8B8B;
  border-radius: 2px;
  margin-right: 5px;
  padding: 3px 6px;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead ul.cat li:last-child {
  margin-right: 0;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contTxt p {
  font-size: 1.6rem;
  line-height: 1.8;
}


@media screen and (max-width: 768px) {
  main section.relationInfo .leadTxt {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }

  main section.relationInfo .leadTxt .logoGroup {
    margin-right: 15px;
    padding-bottom: 0;
  }

  main section.relationInfo .leadTxt .logoGroup .headTxt {
    font-size: 1.4rem;
    font-weight: bold;
  }

  main section.relationInfo .leadTxt .logoGroup .logo {
    width: 160px;
    margin-top: 12px;
  }

  main section.relationInfo .deviceTtl02.red {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  main section.relationInfo .colWrap {
    display: block;
    margin-top: 20px;
  }

  main section.relationInfo .colWrap .col.redBlock {
    width: auto;
    border: 2px solid #AD0026;
    border-radius: 20px;
  }

  main section.relationInfo .colWrap .col.voice {
    width: auto;
    margin-top: 30px;
  }

  main section.relationInfo .colWrap .col.redBlock .ttl {
    font-size: 1.8rem;
    padding: 20px;
  }

  main section.relationInfo .colWrap .col.redBlock .ttl span {
    font-size: 2.2rem;
    display: inline-block;
    margin-top: 3px;
  }

  main section.relationInfo .colWrap .col.redBlock .ttl strong {
    font-size: 3.2rem;
    margin: 0 5px;
  }

  main section.relationInfo .colWrap .col.redBlock .txt {
    font-size: 1.4rem;
    margin: 20px 0;
  }

  main section.relationInfo .colWrap .col.redBlock .txt span {
    font-size: 1.8rem;
  }

  main section.relationInfo .colWrap .col.redBlock .txt span span.red {
    font-size: 1.8rem;
  }

  main section.relationInfo .colWrap .col.redBlock .txt span span.red strong {
    font-size: 2.8rem;
  }

  main section.relationInfo .colWrap .col.redBlock .img {
    width: 240px;
  }

  main section.relationInfo .colWrap .col.voice h3 {
    font-size: 1.6rem;
    padding: 10px 16px;
    border-radius: 4px;
  }

  main section.relationInfo .colWrap .col.voice h3 img {
    margin-right: 12px;
    width: 18px;
    height: auto;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .img {
    width: 60px;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont {
    width: calc(100% - 72px);
    position: relative;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead {
    display: block;
    margin-bottom: 10px;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead h4 {
    font-size: 1.6rem;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead ul.cat {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead ul.cat li {
    font-size: 1rem;
    border-radius: 2px;
    margin-right: 5px;
    padding: 3px 6px;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contTxt p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 30px;
  }
}



/*--------------------------------
usefulCont
---------------------------------*/
main section.usefulCont .headText {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
}

main section.usefulCont .colWrap {
  display: flex;
  justify-content: space-between;
  margin: 55px -25px 0;
}

@media screen and (max-width: 1225px) {
  main section.usefulCont .colWrap {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
  }
}

main section.usefulCont .colWrap .col {
  flex: 1;
  margin: 0 25px;
}

main section.usefulCont .colWrap .col h3 {
  background: #111;
  border-radius: 6px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
}

main section.usefulCont .colWrap .col p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 15px;
}

main section.usefulCont .btnWrap01 {
  margin-top: 85px;
}


@media screen and (max-width: 768px) {
  main section.usefulCont .headText {
    font-size: 2rem;
    margin-bottom: 0;
  }

  main section.usefulCont h2 {
    margin-top: 5px !important;
  }

  main section.usefulCont .colWrap {
    display: block;
    margin: 20px 0 0;
  }

  main section.usefulCont .colWrap .col {
    margin: 0 0 30px;
  }

  main section.usefulCont .colWrap .col h3 {
    border-radius: 6px;
    font-size: 1.6rem;
    padding: 10px 14px;
  }

  main section.usefulCont .colWrap .col p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 15px;
  }

  main section.usefulCont .btnWrap01 {
    margin-top: 45px;
  }
}



/*--------------------------------
footer
---------------------------------*/
footer {
  background: #000;
  text-align: center;
  position: relative;
  min-width: 1200px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
}

footer .footInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

footer .footInner .footLeft {
  width: 560px;
}

footer .footInner .footLeft .footLogo {
  width: 200px;
}

footer .footInner .footLeft .footLogo a {
  width: 100%;
  display: block;
  transition: 0.4s;
}

footer .footInner .footLeft .footLogo a img {
  width: 100%;
  height: auto;
  display: block
}

footer .footInner .footLeft .footLogo a:hover {
  opacity: 0.6;
}


footer .footInner .footLeft .footInfo {
  text-align: left;
  margin-top: 20px;
}

footer .footInner .footLeft .footInfo li {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
  margin-top: 10px;
}

footer .footInner .footLeft .footInfo li a {
  color: #fff;
  text-decoration: underline;
}

footer .footInner .footRight {
  width: calc(100% - 600px);
}

footer .footInner .footRight .footLink {
  display: block;
  text-align: right;
}

footer .footInner .footRight .footLink li {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
}


footer .footInner .footRight .footLink li a {
  color: #fff;
}

footer .footInner .footRight .footLink li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank_w.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}

footer .footInner .footLeft .footInfo li a:hover {
  text-decoration: none;
}

footer .footInner .footRight small {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
  margin-top: 20px;
  display: block;
  text-align: right;
}


@media screen and (max-width: 768px) {
  footer {
    min-width: 0;
  }

  footer .footInner {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 60px 0;
    min-width: 0;
  }

  footer .footInner .footLeft {
    width: auto;
    margin: 0 15px;
  }

  footer .footInner .footLeft .footLogo {
    width: 160px;
  }

  footer .footInner .footLeft .footInfo {
    text-align: left;
    margin-top: 20px;
  }

  footer .footInner .footLeft .footInfo li {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 10px;
  }

  footer .footInner .footRight {
    width: auto;
    margin: 0 15px;
  }

  footer .footInner .footRight .footLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px dotted #8B8B8B;
    border-bottom: 1px dotted #8B8B8B;
    padding: 25px 0;
    margin-top: 30px;
  }

  footer .footInner .footRight .footLink li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    width: 50%;
    text-align: center;
  }

  footer .footInner .footRight small {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 30px;
    text-align: center;
  }
}


/*--------------------------------
header
---------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: ease-in-out, 0.3s;
  overflow: clip;
}

@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }

  header.is-active {
    height: auto;
  }
}



header.is-hide {
  transform: translateY(-100%);
}

header .headerInner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-block: 22.5px;
  padding-inline: 30px;
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  header .headerInner {
    justify-content: space-between;
    padding-block: 14.5px;
    padding-inline: 20px 30px;
    z-index: 10000;
  }
}

header.is-active .headerInner::before {
  background: #ffffff;
  filter: none;
}

header .headerInner .logo {
  flex-shrink: 0;
  color: #111111;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  header .headerInner .logo {
    padding-block: 0.1875rem;
    width: 120px;
  }
}

header .headerInner .logo a {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  header .headerInner .logo a {
    max-width: 7.5rem;
    aspect-ratio: 120/26;
  }
}

header .headerInner .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header .headerInner nav {
  position: static;
  display: flex;
  background: transparent;
  z-index: 99;
  width: 100%;
}

@media screen and (max-width: 768px) {
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
    z-index: 9999;
    display: block;
    transform: translateY(-100%);
    pointer-events: none;
    transition: 0.3s;
    margin-top: 60px;
    padding-top: 0;
    padding-inline: 30px;
  }
}

@media screen and (max-width: 768px) {
  header .headerInner nav.headerNavPc {
    display: none;
  }
}

header nav.headerNavSp {
  display: none;
}

@media screen and (max-width: 768px) {
  header nav.headerNavSp {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out, 0.3s;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  header nav.headerNavSp.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    overflow-y: scroll;
  }
}

header .headerInner nav ul {
  display: flex;
  justify-content: center;
  gap: 55px;
  width: 100%;
  min-width: 840px;
}

@media screen and (max-width: 768px) {
  header .headerInner nav ul {
    min-width: 0;
  }

  header nav.headerNavSp ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-top: 40px;
    min-width: 0;
  }
}

header .headerInner nav ul li {
  color: #111111;
  text-align: center;
}

@media screen and (max-width: 768px) {
  header nav.headerNavSp ul li {
    font-weight: bold;
  }
}

header .headerInner nav ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #111111;
  transition: 0.4s;
}

header .headerInner nav ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  header nav.headerNavSp ul li a {
    font-size: 1.8rem;
    color: #111;
    font-weight: bold;
  }
}


.headerNavButton {
  margin-top: 40px;
  padding-top: 40px;
  padding-right: 1.5625rem;
  border-top: 1px dashed #111111;
  text-align: center;
}

.headerNavButton span {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: bold;
}

.headerNavButton span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 2px;
  background: #151515;
}

.headerNavButton span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  height: 2px;
  background: #151515;
}


/*ハンバーガーメニュー*/
.hamburger {
  display: none;
  width: 1.375rem;
  height: 1rem;
  position: relative;
  z-index: 9999;
}


.hamburger .bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background: black;
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger .bar:first-child {
  top: 0;
  transform: translate(-50%, 0);
}

.hamburger .bar:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.hamburger .bar:last-child {
  top: 100%;
  transform: translate(-50%, -100%);
}

.hamburger .js-hamburger.is-active .bar:first-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}

.hamburger .js-hamburger.is-active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger .js-hamburger.is-active .bar:last-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    width: 22px;
    height: 14px;
    margin-top: -14px;
  }

  .p-hamburger {
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    padding: 15px 28px 47px;
  }

  .hamburgerText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    width: 50px;
    text-align: center;
    margin-top: -20px;
  }
}




/*---------------------------------
 TEXT
-----------------------------------*/
section p strong {
  font-weight: bold;
}


/*---------------------------------
 device
-----------------------------------*/
.spOnly {
  display: none !important;
}

.spOnlyI {
  display: none !important;
}

.pcOnly {
  display: block !important;
}

.pcOnlyI {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block !important;
  }

  .spOnlyI {
    display: inline-block !important;
  }

  .pcOnly {
    display: none !important;
  }

  .pcOnlyI {
    display: none !important;
  }
}


/*---------------------------------
 IMG
-----------------------------------*/
.imgMax {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .imgMaxSp {
    width: 100%;
    height: auto;
  }
}

/*---------------------------------
 BOX
-----------------------------------*/
.col2Wrap {
  width: 100%;
  overflow: hidden;
}

.col2Wrap .colL {
  width: 442px;
  float: left;
}

.col2Wrap .colR {
  width: 442px;
  float: right;
}

.bgBox01 {
  padding: 20px;
  background: #f6f6f6;
  margin-top: 20px;
}

.bgBox01>*:first-child {
  margin-top: 0 !important;
}


/*---------------------------------
 margin
-----------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}



/*---------------------------------
 fig
-----------------------------------*/
.clear {
  clear: both;
}

.layoutC {
  text-align: center !important;
}

.layoutR {
  text-align: right !important;
}

.layoutL {
  text-align: left !important;
}

.layoutB {
  font-weight: bold !important;
}