@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: -webkit-gradient(linear, left top, left bottom, from(#FAD2B0), color-stop(39.73%, rgba(250, 210, 176, 0.25)), to(rgba(250, 210, 176, 0.1)));
  background: linear-gradient(180deg, #FAD2B0 0%, rgba(250, 210, 176, 0.25) 39.73%, rgba(250, 210, 176, 0.1) 100%);
}
@media print, screen and (min-width: 768px) {
  .bg_top {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .bg_top {
    padding-top: 8.3333333333vw;
  }
}

.bg_bottom {
  background-color: #ffefe2;
}

#mv {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #mv {
    background-image: url(../images/bg_mv_01_pc.jpg);
  }
}
@media only screen and (max-width: 767px) {
  #mv {
    background-image: url(../images/bg_mv_01_sp.jpg);
  }
}
#mv .mv_inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mv .mv_inner {
    max-width: 1150px;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner {
    padding-top: 5.5555555556vw;
  }
}
#mv h1 {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mv h1 {
    width: 59.2792792793%;
    max-width: 658px;
  }
}
@media only screen and (max-width: 767px) {
  #mv h1 {
    width: 94.4444444444vw;
  }
}
#mv figure {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mv figure {
    width: 45.045045045%;
    max-width: 500px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #mv figure {
    width: 83.3333333333vw;
    margin-top: 2.7777777778vw;
  }
}
#mv .note {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mv .note {
    max-width: 760px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #mv .note {
    width: 90vw;
    margin-top: 5.5555555556vw;
  }
}
#mv .note_title {
  color: #0b3683;
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #mv .note_title {
    padding: 5px 0;
    border-top: 1px solid #0b3683;
    border-bottom: 1px solid #0b3683;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #mv .note_title {
    padding: 1.3888888889vw 0;
    border-top: 0.2777777778vw solid #0b3683;
    border-bottom: 0.2777777778vw solid #0b3683;
    font-size: 3.3333333333vw;
  }
}
#mv .note_txt {
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #mv .note_txt {
    margin-top: 5px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #mv .note_txt {
    margin-top: 1.3888888889vw;
    font-size: 2.7777777778vw;
    text-align: left;
  }
}

.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: #0b3683;
    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: 25%;
  }
  .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: #0b3683;
    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 {
    margin: 60px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #about {
    margin: 13.8888888889vw auto 0;
  }
}
#about .lead {
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #about .lead {
    max-width: 1070px;
    background-image: url(../images/bg_about_01_pc.svg);
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  #about .lead {
    background-image: url(../images/bg_about_01_sp.svg);
    background-size: 94.7222222222vw auto;
  }
}
#about .lead_head {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #about .lead_head {
    width: 56.8224299065%;
    max-width: 608px;
  }
}
@media only screen and (max-width: 767px) {
  #about .lead_head {
    width: 90vw;
  }
}
#about .lead_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #about .lead_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 3.9252336449%;
  }
}
@media only screen and (max-width: 767px) {
  #about .lead_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.5555555556vw;
    margin-top: 8.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  #about .lead_list li {
    width: 30.8411214953%;
    max-width: 330px;
  }
  #about .lead_list li:nth-of-type(2) {
    padding-top: 3.738317757%;
  }
}
@media only screen and (max-width: 767px) {
  #about .lead_list li {
    width: 69.4444444444vw;
  }
}
#about .lead_txt {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #about .lead_txt {
    width: 28.0373831776%;
    max-width: 300px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #about .lead_txt {
    width: 58.3333333333vw;
    margin-top: 13.8888888889vw;
  }
}
#about .detail {
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #about .detail {
    max-width: 1226px;
    padding: 50px 20px 100px;
    background-image: url(../images/bg_about_02_pc.png);
    background-size: auto auto;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail {
    padding: 15.2777777778vw 5vw;
    background-image: url(../images/bg_about_02_sp.png);
    background-size: 100% auto;
  }
}
#about .detail_title {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #about .detail_title {
    width: 55.1433389545%;
    max-width: 654px;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_title {
    width: 90vw;
  }
}
#about .detail_box {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #about .detail_box {
    width: 35.8347386172%;
    max-width: 425px;
    margin-top: 60px;
    -webkit-transform: translateX(4.7058823529%);
    transform: translateX(4.7058823529%);
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_box {
    width: 68.0555555556vw;
    margin-top: 38.3333333333vw;
    margin-left: 15.8333333333vw;
  }
}
#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;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:first-of-type {
    top: -31.6666666667vw;
    left: -15.2777777778vw;
  }
}
#about .detail_txts div:first-of-type dt {
  background-color: #0b3683;
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:first-of-type dt::before {
    top: 50%;
    right: 0;
    width: 147px;
    height: 53px;
    background-image: url(../images/line_about_01_pc.svg);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:first-of-type dt::before {
    bottom: 0;
    left: 5vw;
    width: 18.8888888889vw;
    height: 28.6111111111vw;
    background-image: url(../images/line_about_01_sp.svg);
    -webkit-transform: translateY(99%);
    transform: translateY(99%);
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:first-of-type dd {
    width: 234px;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:first-of-type dd {
    width: 61.9444444444vw;
    margin-left: 8.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:last-of-type {
    top: 45px;
    right: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #about .detail_txts div:last-of-type {
    top: 4.7058823529%;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:last-of-type {
    top: 43.3333333333vw;
    left: 7.7777777778vw;
  }
}
#about .detail_txts div:last-of-type dt {
  background-color: #e5a25e;
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:last-of-type dt::before {
    top: calc(100% - 5px);
    left: -40px;
    width: 50px;
    height: 34px;
    background-image: url(../images/line_about_02_pc.svg);
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:last-of-type dt::before {
    top: -9.1666666667vw;
    right: 0;
    width: 9.4444444444vw;
    height: 14.1666666667vw;
    background-image: url(../images/line_about_02_sp.svg);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts div:last-of-type dd {
    width: 215px;
    padding-left: 13px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 978px) {
  #about .detail_txts div:last-of-type dd {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts div:last-of-type dd {
    width: 62.5vw;
    margin-left: 3.6111111111vw;
  }
}
#about .detail_txts dt {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts dt {
    padding: 6px 22px;
    border-radius: 22px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts dt {
    padding: 1.6666666667vw 3.3333333333vw;
    border-radius: 6.1111111111vw;
    font-size: 3.8888888889vw;
  }
}
#about .detail_txts dt::before {
  display: block;
  position: absolute;
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
#about .detail_txts dd {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #about .detail_txts dd {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .detail_txts dd {
    margin-top: 1.8333333333vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  #about .reason {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 767px) {
  #about .reason {
    margin-top: 37.5vw;
  }
}
#about .reason_title {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #about .reason_title {
    width: 37.521079258%;
    max-width: 445px;
  }
}
@media only screen and (max-width: 767px) {
  #about .reason_title {
    width: 90vw;
  }
}
#about .reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #about .reason_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #about .reason_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.7777777778vw;
  }
}
@media print, screen and (min-width: 768px) {
  #about .reason_list li {
    width: 23.1028667791%;
  }
}
@media only screen and (max-width: 767px) {
  #about .reason_list li {
    width: 61.1111111111vw;
  }
}

#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 {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #product .product_title {
    max-width: 152px;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_title {
    width: 29.7222222222vw;
  }
}
#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 {
    width: 73.3333333333vw;
  }
}
#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: #0b3683;
  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;
  }
}
@media print, screen and (min-width: 768px) {
  #product .product_note {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_note {
    margin-top: 5.5555555556vw;
  }
}
#product .product_note dt {
  color: #0b3683;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #product .product_note dt {
    padding-block: 5px;
    border-top: 1px solid #0b3683;
    border-bottom: 1px solid #0b3683;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_note dt {
    padding-block: 1.3888888889vw;
    border-top: 0.2777777778vw solid #0b3683;
    border-bottom: 0.2777777778vw solid #0b3683;
    font-size: 3.8888888889vw;
  }
}
#product .product_note dd {
  color: #333333;
}
@media print, screen and (min-width: 768px) {
  #product .product_note dd {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #product .product_note dd {
    margin-top: 2.7777777778vw;
    font-size: 3.3333333333vw;
    line-height: 1.5;
  }
}
#product .product_btn {
  display: block;
  background-color: #0b3683;
  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: #0b3683;
  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) {
  #mechanism .mechanism_inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism_inner {
    padding: 0 5vw;
  }
}
#mechanism .mechanism_title {
  color: #0b3683;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism_title {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism_title {
    font-size: 7.2222222222vw;
  }
}
#mechanism .mechanism_annotation {
  color: #0f1027;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism_annotation {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism_annotation {
    margin-top: 2.7777777778vw;
    font-size: 3.8888888889vw;
  }
}
#mechanism .mechanism_annotation.-num2 {
  margin: 0 auto;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism_annotation.-num2 {
    max-width: 1010px;
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism_annotation.-num2 {
    margin-top: 4.1666666667vw;
    font-size: 3.0555555556vw;
  }
}
#mechanism .mechanism1 {
  margin: 0 auto;
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism1 {
    max-width: 1010px;
    margin-top: 30px;
    padding: 60px 60px 30px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism1 {
    margin-top: 8.3333333333vw;
    padding: 11.1111111111vw 5.5555555556vw 8.3333333333vw;
    border-radius: 2.7777777778vw;
  }
}
#mechanism .mechanism1_subTitle {
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #f8e380;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism1_subTitle {
    margin-top: 80px;
    font-size: 2.8rem;
    text-decoration-thickness: 15px;
    text-underline-offset: -8px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism1_subTitle {
    margin-top: 16.6666666667vw;
    font-size: 5.2777777778vw;
    text-decoration-thickness: 2.7777777778vw;
    text-underline-offset: -1.1111111111vw;
  }
}
#mechanism .mechanism1_subTitle:first-of-type {
  margin-top: 0;
}
#mechanism .mechanism1_lead {
  color: #0b3683;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism1_lead {
    margin-top: 30px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism1_lead {
    margin-top: 8.3333333333vw;
    font-size: 4.4444444444vw;
  }
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism1_lead + .mechanism1_img {
    width: 48.9887640449%;
    max-width: 436px;
  }
}
#mechanism .mechanism1_img {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism1_img {
    width: 48.3146067416%;
    max-width: 430px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism1_img {
    width: 100%;
    margin-top: 5.5555555556vw;
  }
}
#mechanism .mechanism1_annotation {
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism1_annotation {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism1_annotation {
    margin-top: 2.7777777778vw;
    font-size: 2.7777777778vw;
  }
}
#mechanism .mechanism1_result {
  background-color: #fff7f0;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism1_result {
    margin-top: 20px;
    padding: 20px 10px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism1_result {
    padding: 5.5555555556vw 2.7777777778vw;
    font-size: 3.8888888889vw;
  }
}
#mechanism .mechanism1_result span {
  display: inline-block;
  background-image: url(../images/icon_check.svg);
  background-position: left top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism1_result span {
    padding-left: 32px;
    background-size: 22px auto;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism1_result span {
    padding-left: 8.8888888889vw;
    background-size: 6.1111111111vw auto;
    text-align: left;
  }
}
#mechanism .mechanism1_note {
  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) {
  #mechanism .mechanism1_note {
    gap: 10px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism1_note {
    gap: 2.7777777778vw;
    margin-top: 4.1666666667vw;
  }
}
#mechanism .mechanism1_note li {
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism1_note li {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism1_note li {
    font-size: 2.7777777778vw;
  }
}
#mechanism .tips {
  margin: 0 auto;
  background-color: #fffae6;
}
@media print, screen and (min-width: 768px) {
  #mechanism .tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4.3010752688%;
    max-width: 1010px;
    margin-top: 40px;
    padding: 40px;
    border: 2px solid #0b3683;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .tips {
    margin-top: 11.1111111111vw;
    padding: 8.3333333333vw 5.5555555556vw;
    border: 0.5555555556vw solid #0b3683;
    border-radius: 2.7777777778vw;
  }
}
#mechanism .tips_title {
  color: #0b3683;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #e9c105;
}
@media print, screen and (min-width: 768px) {
  #mechanism .tips_title {
    font-size: 2.4rem;
    text-decoration-thickness: 12px;
    text-underline-offset: -4px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .tips_title {
    font-size: 5.5555555556vw;
    text-decoration-thickness: 2.7777777778vw;
    text-underline-offset: -1.3888888889vw;
  }
}
#mechanism .tips_txt {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #mechanism .tips_txt {
    margin-top: 23px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .tips_txt {
    margin-top: 4.1666666667vw;
    font-size: 3.8888888889vw;
  }
}
@media print, screen and (min-width: 768px) {
  #mechanism .tips_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 39.4623655914%;
    max-width: 367px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .tips_img {
    margin-top: 5.5555555556vw;
  }
}
#mechanism .mechanism2 {
  background-color: #fff7f0;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism2 {
    padding: 80px 20px 100px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism2 {
    padding: 11.1111111111vw 5vw 13.8888888889vw;
  }
}
#mechanism .mechanism2_img {
  margin: 0 auto;
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism2_img {
    max-width: 1010px;
    margin-top: 30px;
    padding: 24px 15px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism2_img {
    margin-top: 8.3333333333vw;
    padding: 4.4444444444vw;
    border-radius: 2.7777777778vw;
  }
}
#mechanism .mechanism2_note {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mechanism .mechanism2_note {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #mechanism .mechanism2_note {
    margin-top: 2.7777777778vw;
    font-size: 3.8888888889vw;
  }
}

@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 {
  color: #0b3683;
  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: #0b3683;
  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: #0b3683;
  -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: #0b3683;
  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: #f8e380;
  border-radius: 100%;
  color: #0f1027;
}
@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 #0b3683;
    border-bottom: 1px solid #0b3683;
  }
}
@media only screen and (max-width: 767px) {
  .outro .outro_inner {
    padding: 8.3333333333vw 0;
    border-top: 0.2777777778vw solid #0b3683;
    border-bottom: 0.2777777778vw solid #0b3683;
  }
}
.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;
  }
}