@charset "UTF-8";
.gHeader {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
body i {
  font-style: italic;
}
body sup {
  font-size: 0.5em;
  vertical-align: super;
}

.fade {
  opacity: 0;
  position: relative;
  top: 30px;
  will-change: transform;
}
@media print, screen and (min-width: 768px) {
  .fade.fade1 {
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
  }
  .fade.fade2 {
    -webkit-transition: all 1s ease-out 0.3s;
    transition: all 1s ease-out 0.3s;
  }
  .fade.fade3 {
    -webkit-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
  }
  .fade.fade4 {
    -webkit-transition: all 1s ease-out 0.9s;
    transition: all 1s ease-out 0.9s;
  }
}
@media only screen and (max-width: 767px) {
  .fade {
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
  }
}
.fade.-in {
  opacity: 1;
  top: 0;
}

main {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  main {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 18.8888888889vw;
  }
}

.bg_top {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .bg_top {
    background-image: url(../images/bg_top_01_pc.png);
  }
}
@media only screen and (max-width: 767px) {
  .bg_top {
    background-image: url(../images/bg_top_01_sp.png);
  }
}

.bg_bottom {
  background-color: #f2f5ff;
}

#mv .mv_inner {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mv .mv_inner {
    max-width: 1120px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner {
    padding: 8.3333333333vw 5vw 5.5555555556vw;
  }
}
#mv h1 {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mv h1 {
    width: 51.1111111111%;
    max-width: 552px;
  }
}
@media only screen and (max-width: 767px) {
  #mv h1 {
    left: -2.5vw;
    width: 96.1111111111vw;
  }
}
#mv .mv_lead {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mv .mv_lead {
    width: 41.2962962963%;
    max-width: 446px;
  }
}
@media only screen and (max-width: 767px) {
  #mv .mv_lead {
    width: 85.5555555556vw;
    margin-top: 0.8333333333vw;
  }
}
#mv figure {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mv figure {
    width: 41.2037037037%;
    max-width: 445px;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  #mv figure {
    width: 78.3333333333vw;
    margin-top: 2.7777777778vw;
  }
}
#mv .note {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mv .note {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #mv .note {
    margin-top: 2.7777777778vw;
  }
}
#mv .note_txt {
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #mv .note_txt {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #mv .note_txt {
    font-size: 2.7777777778vw;
  }
}

.anchorNavi {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .anchorNavi {
    max-width: 1050px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .anchorNavi {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.anchorNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media print, screen and (min-width: 768px) {
  .anchorNavi ul {
    width: 100%;
    background-color: #38438c;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .anchorNavi ul {
    gap: 1.3888888889vw;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768px) {
  .anchorNavi li {
    width: 20%;
  }
  .anchorNavi li:first-of-type a::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .anchorNavi li:first-of-type {
    padding-left: 2.7777777778vw;
  }
  .anchorNavi li:last-of-type {
    padding-right: 2.7777777778vw;
  }
}
.anchorNavi a {
  position: relative;
  height: 100%;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .anchorNavi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    font-size: 1.4rem;
  }
  .anchorNavi a:hover::after {
    bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  .anchorNavi a {
    font-size: 1.3888888889vw;
  }
  .anchorNavi a::after {
    bottom: 0.6944444444vw;
  }
}
@media only screen and (max-width: 767px) {
  .anchorNavi a {
    display: block;
    padding: 4.1666666667vw 5.5555555556vw 7.7777777778vw;
    background-color: #38438c;
    border-radius: 1.3888888889vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .anchorNavi a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 47%;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }
}
.anchorNavi a::after {
  display: block;
  position: absolute;
  left: 50%;
  background: url(../images/arrow_anchorNavi.svg) no-repeat 0 0;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
@media print, screen and (min-width: 768px) {
  .anchorNavi a::after {
    bottom: 7px;
    width: 12px;
    height: 12px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .anchorNavi a::after {
    bottom: 3.6111111111vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}

@media print, screen and (min-width: 768px) {
  #about {
    max-width: 1120px;
    margin: 100px auto 0;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #about {
    margin: 13.8888888889vw auto 0;
    padding: 0 5vw;
  }
}
#about .lead {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #about .lead {
    padding-bottom: 278px;
    background-image: url(../images/bg_about_01_pc.png);
    background-size: 94% auto;
  }
}
@media only screen and (max-width: 767px) {
  #about .lead {
    padding-bottom: 130.5555555556vw;
    background-image: url(../images/bg_about_01_sp.png);
    background-size: 92.7777777778vw auto;
  }
}
@media print, screen and (min-width: 768px) {
  #about .lead::before {
    display: block;
    position: absolute;
    top: 25%;
    left: 2.7777777778%;
    width: 16.4814814815%;
    padding-bottom: 17.7777777778%;
    background: url(../images/img_about_01_pc.png) left top no-repeat;
    background-size: 100% auto;
    content: "";
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #about .lead::before {
    top: 40%;
    left: 0%;
  }
}
#about .lead .lead_title {
  display: inline-block;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.62%, #6D81B9), color-stop(50.2%, #323A83), color-stop(99.78%, #6D81B9));
  background: linear-gradient(270deg, #6D81B9 0.62%, #323A83 50.2%, #6D81B9 99.78%);
  color: #ffffff;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #about .lead .lead_title {
    padding: 4px 20px;
    font-size: 3.8rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  #about .lead .lead_title {
    padding: 1.1111111111vw 2.7777777778vw;
    font-size: 7.2222222222vw;
    line-height: 1.2;
  }
}
#about .lead .lead_title::before, #about .lead .lead_title::after {
  display: block;
  position: absolute;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  content: "";
}
@media print, screen and (min-width: 768px) {
  #about .lead .lead_title::before, #about .lead .lead_title::after {
    bottom: -15px;
    width: 43px;
    height: 62px;
    background-image: url(../images/bg_about_04_pc.png);
  }
}
@media only screen and (max-width: 767px) {
  #about .lead .lead_title::before, #about .lead .lead_title::after {
    bottom: -1.9444444444vw;
    width: 8.8888888889vw;
    height: 12.5vw;
    background-image: url(../images/bg_about_04_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  #about .lead .lead_title::before {
    left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  #about .lead .lead_title::before {
    left: -11.6666666667vw;
  }
}
#about .lead .lead_title::after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media print, screen and (min-width: 768px) {
  #about .lead .lead_title::after {
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  #about .lead .lead_title::after {
    right: -11.6666666667vw;
  }
}
#about .lead .lead_txt {
  color: #221D32;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #about .lead .lead_txt {
    margin-top: 30px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .lead .lead_txt {
    margin-top: 5.5555555556vw;
    font-size: 5vw;
  }
}
#about .detail {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #about .detail {
    padding: 135px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail {
    padding: 46.1111111111vw 0 13.8888888889vw;
  }
}
#about .detail_box {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #about .detail_box {
    width: 39.0740740741%;
    max-width: 422px;
    -webkit-transform: translateX(4.8426150121%);
    transform: translateX(4.8426150121%);
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_box {
    width: 62.7777777778vw;
    margin-left: 15.5555555556vw;
  }
}
#about .detail_txts {
  text-align: left;
}
#about .detail_txts div {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:first-of-type {
    top: -37px;
    left: 0;
    width: 316px;
    -webkit-transform: translateX(-98%);
    transform: translateX(-98%);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #about .detail_txts div:first-of-type {
    width: 265px;
    -webkit-transform: translateX(-94%);
    transform: translateX(-94%);
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:first-of-type {
    top: -43.0555555556vw;
    left: -15.5555555556vw;
    width: 80.5555555556vw;
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:first-of-type dt {
    width: 100%;
    background-image: url(../images/bg_about_02_pc.png);
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:first-of-type dt {
    background-image: url(../images/bg_about_02_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:first-of-type dt::before {
    bottom: 0;
    right: -28px;
    width: 78px;
    height: 24px;
    background-image: url(../images/line_about_01_pc.svg);
    -webkit-transform: translateY(95%);
    transform: translateY(95%);
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:first-of-type dt::before {
    bottom: 0;
    left: 2.7777777778vw;
    width: 20.2777777778vw;
    height: 39.7222222222vw;
    background-image: url(../images/line_about_01_sp.svg);
    -webkit-transform: translateY(93%);
    transform: translateY(93%);
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:first-of-type dd {
    margin-top: 17px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #about .detail_txts div:first-of-type dd {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:last-of-type {
    bottom: -100px;
    right: 0;
    width: 310px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #about .detail_txts div:last-of-type {
    bottom: -90px;
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:last-of-type {
    top: 40vw;
    left: 14.4444444444vw;
    width: 61.1111111111vw;
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:last-of-type dt {
    background-image: url(../images/bg_about_03_pc.png);
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:last-of-type dt {
    background-image: url(../images/bg_about_03_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:last-of-type dt::before {
    top: 0;
    left: -20px;
    width: 78px;
    height: 24px;
    background-image: url(../images/line_about_02_pc.svg);
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:last-of-type dt::before {
    top: -9.4444444444vw;
    right: 5vw;
    width: 1.6666666667vw;
    height: 9.4444444444vw;
    background-image: url(../images/line_about_02_sp.svg);
  }
}
#about .detail_txts dt {
  display: inline-block;
  position: relative;
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts dt {
    padding: 13px 22px 11px 33px;
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #about .detail_txts dt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts dt {
    padding: 2.7777777778vw 4.7222222222vw 1.9444444444vw 5.8333333333vw;
    font-size: 3.8888888889vw;
    line-height: 1.3;
  }
}
#about .detail_txts dt::before {
  display: block;
  position: absolute;
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts dd {
    margin-top: 10px;
    padding-left: 28px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #about .detail_txts dd {
    padding-inline: 10px 24px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts dd {
    margin-top: 1.3888888889vw;
    padding-left: 5vw;
    font-size: 3.3333333333vw;
    line-height: 1.6;
  }
}
#about .detail_txts dd strong {
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts dd strong {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #about .detail_txts dd strong {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts dd strong {
    font-size: 4.1666666667vw;
  }
}
#about .detail_txts dd span {
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts dd span {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #about .detail_txts dd span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts dd span {
    font-size: 3.8888888889vw;
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_note {
    margin-top: 120px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_note {
    margin-top: 45.5555555556vw;
    font-size: 2.7777777778vw;
  }
}
#about .detail_lead {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.62%, #6D81B9), color-stop(50.2%, #323A83), color-stop(99.78%, #6D81B9));
  background: linear-gradient(270deg, #6D81B9 0.62%, #323A83 50.2%, #6D81B9 99.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #about .detail_lead {
    margin-top: 30px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_lead {
    margin-top: 8.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_lead span {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_lead span {
    font-size: 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_lead strong {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_lead strong {
    font-size: 5.8333333333vw;
  }
}

#ddmp {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #ddmp {
    background-image: url(../images/bg_ddmp_01_pc.png);
  }
}
@media only screen and (max-width: 767px) {
  #ddmp {
    background-image: url(../images/bg_ddmp_01_sp.png);
  }
}
#ddmp .ddmp_inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_inner {
    max-width: 1050px;
    padding: 80px 20px 100px;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_inner {
    padding: 11.1111111111vw 5vw 13.8888888889vw;
  }
}
#ddmp .ddmp_title {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.62%, #6D81B9), color-stop(50.2%, #323A83), color-stop(99.78%, #6D81B9));
  background: linear-gradient(270deg, #6D81B9 0.62%, #323A83 50.2%, #6D81B9 99.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_title {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_title {
    font-size: 7.2222222222vw;
  }
}
#ddmp .ddmp_lead {
  color: #221d32;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #e5ca01;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_lead {
    margin-top: 20px;
    font-size: 2.4rem;
    text-decoration-thickness: 8px;
    text-underline-offset: -3px;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_lead {
    margin-top: 5.5555555556vw;
    font-size: 5vw;
    text-decoration-thickness: 1.9444444444vw;
    text-underline-offset: -0.8333333333vw;
  }
}
#ddmp .ddmp_txt {
  color: #221d32;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_txt {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_txt {
    margin-top: 5.5555555556vw;
    font-size: 4.4444444444vw;
  }
}
#ddmp .ddmp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 3.9603960396%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8.3333333333vw;
    margin-top: 13.8888888889vw;
  }
}
#ddmp .ddmp_box {
  background-color: #ffffff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box {
    width: 100%;
    border: 3px solid #38438c;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box {
    width: 100%;
    border: 0.8333333333vw solid #38438c;
    border-radius: 2.7777777778vw;
  }
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box1 {
    width: 48.0198019802%;
    padding: 4.9504950495% 2.9702970297% 2.9702970297%;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box1 {
    padding: 8.3333333333vw 5.5555555556vw;
  }
}
#ddmp .ddmp_box.-box1 img {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box1 img {
    width: 95.0588235294%;
    max-width: 404px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box1 img {
    width: 78.8888888889vw;
    margin-top: 5.5555555556vw;
  }
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box2 {
    width: 48.0198019802%;
    padding: 4.9504950495% 2.9702970297% 2.9702970297%;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box2 {
    padding: 8.3333333333vw 5.5555555556vw;
  }
}
#ddmp .ddmp_box.-box2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box2 dl {
    gap: 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box2 dl {
    gap: 8.3333333333vw;
    margin-top: 5.5555555556vw;
  }
}
#ddmp .ddmp_box.-box2 dt {
  display: inline-block;
  background: url(../images/icon_check.svg) left center no-repeat;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box2 dt {
    padding-left: 35px;
    background-size: 25px auto;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box2 dt {
    padding-left: 8.6111111111vw;
    background-size: 5.8333333333vw auto;
    font-size: 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box2 dd {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box2 dd {
    margin-top: 2.7777777778vw;
    font-size: 3.8888888889vw;
  }
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box3 {
    padding: 5.9405940594% 4.9504950495% 2.9702970297%;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box3 {
    padding: 8.3333333333vw 5.5555555556vw;
  }
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box3 .ddmp_boxTxt {
    margin: 30px 0;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box3 .ddmp_boxTxt {
    margin: 5.5555555556vw 0;
    font-size: 3.8888888889vw;
  }
}
#ddmp .ddmp_box.-box3 img {
  width: 100%;
}
#ddmp .ddmp_box.-box3 .ddmp_boxResult {
  display: inline-block;
  background-image: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box3 .ddmp_boxResult {
    margin-top: 30px;
    padding-bottom: 10px;
    padding-left: 35px;
    background-position: left top 4px;
    background-size: 25px auto;
    border-bottom: 1px solid #38438c;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #ddmp .ddmp_box.-box3 .ddmp_boxResult {
    background-position: left top 2px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box3 .ddmp_boxResult {
    margin-top: 11.1111111111vw;
    padding-bottom: 2.7777777778vw;
    padding-left: 8.6111111111vw;
    background-position: left 1.1111111111vw;
    background-size: 5.8333333333vw auto;
    border-bottom: 0.2777777778vw solid #38438c;
    font-size: 5vw;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box4 {
    padding: 2.9702970297%;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box4 {
    padding: 8.3333333333vw 5.5555555556vw;
  }
}
#ddmp .ddmp_box.-box4 .ddmp_boxTitle {
  margin: 0 auto;
  padding: 0;
  background: none;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box4 .ddmp_boxTitle {
    width: 32.6315789474%;
    max-width: 310px;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box4 .ddmp_boxTitle {
    width: 58.3333333333vw;
  }
}
#ddmp .ddmp_box.-box4 .ddmp_boxTxt {
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_box.-box4 .ddmp_boxTxt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_box.-box4 .ddmp_boxTxt {
    margin-top: 2.7777777778vw;
    font-size: 3.3333333333vw;
  }
}
#ddmp .ddmp_boxTitle {
  display: inline-block;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.23%, #485090), to(#646DB5));
  background: linear-gradient(90deg, #485090 -2.23%, #646DB5 100%);
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  #ddmp .ddmp_boxTitle {
    padding: 10px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #ddmp .ddmp_boxTitle {
    padding: 2.7777777778vw;
    font-size: 5.5555555556vw;
  }
}

#voice {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #38438c;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #voice {
    padding: 80px 20px 100px;
    background-image: url(../images/bg_voice_01_pc.png);
  }
}
@media only screen and (max-width: 767px) {
  #voice {
    padding: 11.1111111111vw 5vw 13.8888888889vw;
    background-image: url(../images/bg_voice_01_sp.png);
  }
}
#voice .voice_title {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #voice .voice_title {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #voice .voice_title {
    font-size: 7.2222222222vw;
  }
}
#voice .voice_lead {
  color: #ffffff;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #voice .voice_lead {
    margin-top: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #voice .voice_lead {
    margin-top: 5.5555555556vw;
    font-size: 5vw;
  }
}
#voice .voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #voice .voice_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1010px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #voice .voice_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16.6666666667vw;
    margin-top: 19.4444444444vw;
  }
}
#voice .voice_item {
  position: relative;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #voice .voice_item {
    width: calc((100% - 66px) / 4);
    padding: 4.9504950495% 2.9702970297% 2.9702970297%;
    background-image: url(../images/bg_voice_02_pc.png);
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #voice .voice_item {
    padding: 13.8888888889vw 8.3333333333vw 8.3333333333vw;
    background-image: url(../images/bg_voice_02_sp.png);
    border-radius: 2.7777777778vw;
  }
}
#voice .voice_item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
@media print, screen and (min-width: 768px) {
  #voice .voice_item::before {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #voice .voice_item::before {
    width: 19.4444444444vw;
    height: 19.4444444444vw;
  }
}
#voice .voice_item.-item1::before {
  background-image: url(../images/img_voice_01.png);
}
#voice .voice_item.-item2::before {
  background-image: url(../images/img_voice_02.png);
}
#voice .voice_item.-item3::before {
  background-image: url(../images/img_voice_03.png);
}
#voice .voice_item.-item4::before {
  background-image: url(../images/img_voice_04.png);
}
#voice .voice_item p:first-of-type {
  color: #38438c;
  font-weight: bold;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #voice .voice_item p:first-of-type {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #voice .voice_item p:first-of-type {
    font-size: 5vw;
  }
}
#voice .voice_item p:last-of-type {
  color: #00a0e9;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #voice .voice_item p:last-of-type {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #voice .voice_item p:last-of-type {
    margin-top: 2.7777777778vw;
    font-size: 3.6111111111vw;
  }
}
#voice .voice_annotation {
  color: #ffffff;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #voice .voice_annotation {
    margin-top: 30px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #voice .voice_annotation {
    margin-top: 8.3333333333vw;
    font-size: 2.7777777778vw;
  }
}

.points {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .points {
    padding: 80px 20px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .points {
    padding: 11.1111111111vw 5vw 13.8888888889vw;
  }
}
.points .points_title {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.62%, #6D81B9), color-stop(50.2%, #323A83), color-stop(99.78%, #6D81B9));
  background: linear-gradient(270deg, #6D81B9 0.62%, #323A83 50.2%, #6D81B9 99.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .points .points_title {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .points .points_title {
    font-size: 7.2222222222vw;
  }
}
.points .points_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .points .points_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1010px;
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .points .points_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11.1111111111vw;
    margin-top: 13.8888888889vw;
  }
}
.points .points_item {
  position: relative;
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .points .points_item {
    width: calc((100% - 44px) / 3);
    padding: 2.9702970297% 1.9801980198%;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .points .points_item {
    padding: 8.3333333333vw 5.5555555556vw;
    border-radius: 2.7777777778vw;
  }
}
.points .points_item::before {
  display: block;
  position: absolute;
  background: url(../images/img_points_01.png) left top no-repeat;
  background-size: contain;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .points .points_item::before {
    top: 0;
    left: 6.8322981366%;
    width: 90px;
    height: 85px;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
  }
}
@media only screen and (max-width: 767px) {
  .points .points_item::before {
    top: -10vw;
    left: 5.5555555556vw;
    width: 18.6111111111vw;
    height: 17.7777777778vw;
  }
}
.points dt {
  color: #38438c;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: #e5ca01;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media print, screen and (min-width: 768px) {
  .points dt {
    font-size: 2rem;
    text-decoration-thickness: 8px;
    text-underline-offset: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .points dt {
    font-size: 5vw;
    text-decoration-thickness: 1.9444444444vw;
    text-underline-offset: -0.8333333333vw;
  }
}
.points dd {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .points dd {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .points dd {
    margin-top: 2.7777777778vw;
    font-size: 3.8888888889vw;
  }
}

#product {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #product {
    padding: 80px 20px 100px;
    background-image: url(../images/bg_product_01_pc.png);
  }
}
@media only screen and (max-width: 767px) {
  #product {
    padding: 11.1111111111vw 5vw 13.8888888889vw;
    background-image: url(../images/bg_product_01_sp.png);
  }
}
#product .product_title {
  background: linear-gradient(91deg, #F9FAFF 4.06%, #E7EAFB 21.06%, #E9EBFF 37.14%, #D4D7F1 54.14%, #EEEFFF 70.68%, #CED1F1 85.84%, #EDEEF8 99.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #product .product_title {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_title {
    font-size: 7.2222222222vw;
  }
}
#product .product_inner {
  margin: 0 auto;
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  #product .product_inner {
    width: 500px;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_inner {
    width: 100%;
    margin-top: 8.3333333333vw;
    padding: 8.3333333333vw;
    border-radius: 2.7777777778vw;
  }
}
#product .product_img {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #product .product_img {
    width: 370px;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_img {
    position: relative;
    left: -2.7777777778vw;
    width: 78.8888888889vw;
  }
}
#product .product_name {
  color: #333333;
}
@media print, screen and (min-width: 768px) {
  #product .product_name {
    margin-top: 20px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_name {
    margin-top: 5.5555555556vw;
    font-size: 4.4444444444vw;
    line-height: 1.6;
  }
}
#product .product_label {
  display: inline-block;
  background-color: #38438c;
  color: #ffffff;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #product .product_label {
    margin-top: 10px;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_label {
    margin-top: 2.7777777778vw;
    padding: 1.1111111111vw 2.2222222222vw;
    border-radius: 1.3888888889vw;
    font-size: 2.7777777778vw;
  }
}
#product .product_head {
  color: #38438c;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #product .product_head {
    margin-top: 20px;
    padding-block: 5px;
    border-top: 1px solid #38438c;
    border-bottom: 1px solid #38438c;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_head {
    margin-top: 5.5555555556vw;
    padding-block: 1.3888888889vw;
    border-top: 0.2777777778vw solid #38438c;
    border-bottom: 0.2777777778vw solid #38438c;
    font-size: 3.8888888889vw;
  }
}
#product .product_note {
  color: #333333;
}
@media print, screen and (min-width: 768px) {
  #product .product_note {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_note {
    margin-top: 5.5555555556vw;
    font-size: 3.3333333333vw;
    line-height: 1.5;
  }
}
#product .product_btn {
  display: block;
  background-color: #38438c;
  background-image: url(../images/arrow_btn_white.svg);
  background-repeat: no-repeat;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  #product .product_btn {
    margin-top: 20px;
    padding-block: 14px;
    background-position: right 26px center;
    background-size: 9px auto;
    border-radius: 8px;
    font-size: 2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #product .product_btn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_btn {
    margin-top: 5.5555555556vw;
    padding-block: 4.7222222222vw;
    background-position: right 3.8888888889vw center;
    background-size: 1.6666666667vw auto;
    border-radius: 2.2222222222vw;
    font-size: 4.4444444444vw;
  }
}
#product .product_txt {
  color: #38438c;
  font-weight: 300;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #product .product_txt {
    margin-top: 20px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_txt {
    margin-top: 5.5555555556vw;
    font-size: 3.8888888889vw;
    line-height: 1.6;
  }
}

@media print, screen and (min-width: 768px) {
  #faq {
    padding: 80px 20px 100px;
  }
}
@media only screen and (max-width: 767px) {
  #faq {
    padding: 11.1111111111vw 5vw 13.8888888889vw;
  }
}
#faq .faq_title {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.62%, #6D81B9), color-stop(50.2%, #323A83), color-stop(99.78%, #6D81B9));
  background: linear-gradient(270deg, #6D81B9 0.62%, #323A83 50.2%, #6D81B9 99.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #faq .faq_title {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq_title {
    font-size: 7.2222222222vw;
  }
}
#faq .faq_inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #faq .faq_inner {
    max-width: 1010px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq_inner {
    margin-top: 8.3333333333vw;
  }
}
#faq .faq_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #faq .faq_lists {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq_lists {
    gap: 5.5555555556vw;
  }
}
#faq .faq_lists div {
  background-color: #ffffff;
}
#faq .faq_lists dt.-open button::after {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}
#faq .faq_lists button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  color: #38438c;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #faq .faq_lists button {
    gap: 15px;
    padding: 15px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq_lists button {
    gap: 4.1666666667vw;
    padding-block: 4.1666666667vw;
    padding-inline: 4.1666666667vw 14.4444444444vw;
    font-size: 4.4444444444vw;
  }
}
#faq .faq_lists button::before, #faq .faq_lists button::after {
  display: block;
  position: absolute;
  background-color: #38438c;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  content: "";
}
@media print, screen and (min-width: 768px) {
  #faq .faq_lists button::before, #faq .faq_lists button::after {
    top: calc(50% - 1px);
    right: 17px;
    width: 22px;
    height: 2px;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq_lists button::before, #faq .faq_lists button::after {
    top: calc(50% - 0.2777777778vw);
    right: 5vw;
    width: 4.4444444444vw;
    height: 0.5555555556vw;
  }
}
#faq .faq_lists button::after {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#faq .faq_lists button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #38438c;
  border-radius: 100%;
  color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  #faq .faq_lists button span {
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq_lists button span {
    width: 10.5555555556vw;
    height: 10.5555555556vw;
    font-size: 4.4444444444vw;
  }
}
#faq .faq_lists dd {
  display: none;
}
#faq .faq_lists dd div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0f1027;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #faq .faq_lists dd div {
    gap: 15px;
    padding: 15px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq_lists dd div {
    gap: 4.1666666667vw;
    padding: 4.1666666667vw;
    font-size: 3.8888888889vw;
  }
}
#faq .faq_lists dd div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f2f5ff;
  border-radius: 100%;
  color: #221d32;
}
@media print, screen and (min-width: 768px) {
  #faq .faq_lists dd div span {
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq .faq_lists dd div span {
    width: 10.5555555556vw;
    height: 10.5555555556vw;
    font-size: 4.4444444444vw;
  }
}

@media print, screen and (min-width: 768px) {
  .outro {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .outro {
    padding: 0 5vw;
  }
}
.outro .outro_inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .outro .outro_inner {
    max-width: 1010px;
    padding: 50px 0;
    border-top: 1px solid #38438c;
    border-bottom: 1px solid #38438c;
  }
}
@media only screen and (max-width: 767px) {
  .outro .outro_inner {
    padding: 8.3333333333vw 0;
    border-top: 0.2777777778vw solid #38438c;
    border-bottom: 0.2777777778vw solid #38438c;
  }
}
.outro .outro_title {
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .outro .outro_title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .outro .outro_title {
    font-size: 5vw;
  }
}
.outro .outro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .outro .outro_list {
    gap: 10px;
    margin-top: 20px;
    padding-right: 106px;
  }
}
@media only screen and (max-width: 767px) {
  .outro .outro_list {
    gap: 2.7777777778vw;
    margin-top: 5.5555555556vw;
  }
}
.outro .outro_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .outro .outro_list li {
    gap: 10px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .outro .outro_list li {
    gap: 2.7777777778vw;
    font-size: 3.3333333333vw;
  }
}
.outro .outro_list li::before {
  display: block;
  content: "・";
}

@media print, screen and (min-width: 768px) {
  .banners {
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banners {
    padding: 13.8888888889vw 5vw 16.6666666667vw;
  }
}
.banners .banners_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .banners .banners_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1108px;
  }
}
@media only screen and (max-width: 767px) {
  .banners .banners_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.5555555556vw;
  }
}
@media print, screen and (min-width: 768px) {
  .banners .banners_list li {
    width: 48.0144404332%;
  }
}
.banners .banners_list a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .banners .banners_list a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .banners .banners_list a:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}