*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", SegoeUI, "Yu Gothic UI", "Meiryo UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: vw_pc(16);
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: vw_sp(16);
  }
}

a {
  color: #0078d4;
  text-decoration: underline;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.f-palt {
  font-feature-settings: "palt";
}

.c_img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c_w_100 {
  width: 100%;
  height: 100%;
}

.l-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-container {
    max-width: 100vw;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .l-container {
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}

.mainvisual {
  padding: 138px 0 0;
}
.mainvisual__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mainvisual {
    padding: 11.5vw 1.6666666667vw 0;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual {
    padding: 0;
  }
}

.product {
  margin-top: 61px;
}
.product.is-02 {
  margin-top: 110px;
}
@media screen and (max-width: 1200px) {
  .product.is-02 {
    margin-top: 9.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .product.is-02 {
    margin-top: 14.2666666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .product {
    margin-top: 5.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product {
    margin-top: 12.8vw;
  }
}
.product_content {
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  .product_content {
    padding-left: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product_content {
    padding-left: 1.8666666667vw;
  }
}
.product .product_block_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .product .product_block_wrap {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block_wrap {
    width: 72.9333333333vw;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw;
    align-items: center;
  }
}
.product .product_block {
  font-size: 14px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  padding: 37px 20px 33px;
  box-shadow: rgba(18, 27, 181, 0.1) 0px 0px 11px;
}
@media screen and (max-width: 1200px) {
  .product .product_block {
    font-size: 1.1666666667vw;
    padding: 3.0833333333vw 0.8333333333vw 2.75vw 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block {
    padding: 9.3333333333vw 5.7333333333vw 8.6666666667vw;
  }
  .product .product_block:nth-child(n+2) {
    display: none;
  }
}
.product .product_block .labels {
  margin-top: -16px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .labels {
    margin-top: -1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .labels {
    margin-top: -3.2vw;
  }
}
.product .product_block .labels img {
  width: 106px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .labels img {
    width: 8.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .labels img {
    width: 26.9333333333vw;
  }
}
.product .product_block .labels1 {
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .labels1 {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .labels1 {
    margin-top: 4vw;
  }
}
.product .product_block .labels1 span {
  display: inline-block;
  color: #006ED6;
  border: 1px solid #006ED6;
  padding: 3px 16px;
  font-size: 15px;
  line-height: 1.53;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .product .product_block .labels1 span {
    font-size: 1.25vw;
    padding: 0.25vw 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .labels1 span {
    padding: 0.9333333333vw 4.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.product .product_block .title {
  margin-top: 14px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .title {
    margin-top: 1.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .title {
    margin-top: 3.6vw;
  }
}
.product .product_block .title a {
  color: #000000;
  font-size: 15px;
  line-height: 1.53;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .product .product_block .title a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .title a {
    font-size: 3.7333333333vw;
    line-height: 1.48;
  }
}
.product .product_block .title:hover {
  opacity: 0.7;
}
.product .product_block .price {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 3.47;
  margin-top: -10px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .product .product_block .price {
    font-size: 1.25vw;
    margin-top: -0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .price {
    font-size: 3.7333333333vw;
    margin-top: -1.3333333333vw;
  }
}
.product .product_block .price span {
  display: inline-block;
  line-height: 1;
}
.product .product_block .price .price_zeinuki,
.product .product_block .price .point {
  font-size: 15px;
  line-height: 1.5;
  margin-top: -4px;
  display: block;
  color: #000000;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .price .price_zeinuki,
  .product .product_block .price .point {
    font-size: 1.25vw;
    margin-top: -0.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .price .price_zeinuki,
  .product .product_block .price .point {
    font-size: 3.7333333333vw;
    margin-top: -1.0666666667vw;
  }
}
.product .product_block .text-price {
  font-size: 22px;
  line-height: 2.36;
  left: 8px;
  position: relative;
  font-weight: 700;
  letter-spacing: 1.5px;
  bottom: -2px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .text-price {
    font-size: 1.8333333333vw;
    left: 0.4166666667vw;
    bottom: -0.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .text-price {
    font-size: 5.6vw;
    left: 2.6666666667vw;
    bottom: -0.2666666667vw;
  }
}
.product .product_block .text-unit {
  margin-left: 5px;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .text-unit {
    margin-left: 0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .text-unit {
    margin-left: 1.8666666667vw;
  }
}
.product .product_thumb {
  display: block;
}
.product .product_more {
  display: none;
  margin: 20px 0 0;
}
@media screen and (max-width: 750px) {
  .product .product_more {
    display: block;
    margin: 8.4vw 6.6666666667vw 0;
  }
}
.product .product_more button {
  font-size: 3.7333333333vw;
  line-height: 2;
  position: relative;
  cursor: pointer;
  appearance: none;
  border: 1px solid #000;
  padding: 3vw;
  color: #000;
  text-align: center;
  background: #fff;
  display: block;
  width: 100%;
  transition: opacity 0.3s;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 700;
}
.product .product_more button:before, .product .product_more button:after {
  content: "";
  display: block;
  width: 3.2vw;
  height: 0.4vw;
  position: absolute;
  top: 50%;
  right: 2.8vw;
  margin: -1px 0 0;
  background: #000;
}
.product .product_more button:after {
  transform: rotate(90deg);
}
.product .product_more button:hover {
  opacity: 0.7;
}

.video iframe{
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video {
  width: 1030px;
  margin: 138px auto 0;
  border: 15px solid #fff;
  box-shadow: rgba(231, 208, 193, 0.9) 0px 0px 16px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .video {
    width: 85.8333333333vw;
    margin-top: 11.5vw;
    border-width: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .video {
    width: 100%;
    margin-top: 19.6vw;
    border-width: 1.7333333333vw;
  }
}

.tabs {
  width: 100%;
  margin: 118px auto 0;
}
@media screen and (max-width: 1200px) {
  .tabs {
    margin-top: 9.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .tabs {
    position: relative;
    margin-top: 13.6vw;
    padding: 16.8vw 0 3.3333333333vw;
  }
  .tabs::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #B3B3B3;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.tabs .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 37px;
}
@media screen and (max-width: 1200px) {
  .tabs .title {
    font-size: 3.3333333333vw;
    margin-bottom: 3.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .tabs .title {
    font-size: 5.3333333333vw;
    margin-bottom: 7.7333333333vw;
    letter-spacing: -0.02em;
  }
}

.tab_buttons {
  display: flex;
  border: 1px solid #ccc;
  box-shadow: rgba(18, 27, 181, 0.15) 0px 0px 11px;
}

.tab_btn {
  font-family: "Segoe UI", SegoeUI, "Yu Gothic UI", "Meiryo UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  flex: 1;
  height: 75px;
  padding: 10px;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  transition: all 0.3s;
}
.tab_btn:not(:first-of-type) {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1200px) {
  .tab_btn {
    height: 6.25vw;
    font-size: 1.6666666667vw;
    padding: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .tab_btn {
    height: 13.3333333333vw;
    font-size: 3.2vw;
    padding: 0.6666666667vw;
  }
}

.tab_btn:hover,
.tab_btn.active {
  background-image: linear-gradient(155deg, #0D1D39 -50%, #23529E 52%, #2092E8 100%);
  color: #fff;
}

.tab_btn_copilot:hover,
.tab_btn_copilot.active {
  background-image: none;
  background-color: #EACAB7;
  color: #000;
}

.tab_content {
  display: none;
  border: 6px solid #fff;
  padding: 41px 10px 25px 34px;
  background-image: url("/ito/img/0to/0000001762/20250826/images/bg_tab_01.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 19px;
  box-shadow: rgba(18, 27, 181, 0.2) 0px 0px 11px;
}
.tab_content.active {
  display: block;
}
@media screen and (max-width: 1200px) {
  .tab_content {
    padding: 3.4166666667vw 2.8333333333vw 2.0833333333vw 2.8333333333vw;
    margin-top: 1.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .tab_content {
    border-width: 0.8vw;
    padding: 6.6666666667vw 5.4666666667vw 5.4666666667vw 6vw;
    margin-top: 4.2666666667vw;
  }
}

.tab_content_copilot {
  background-image: url("/ito/img/0to/0000001762/20250826/images/bg_tab_01_copilot.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .tab_content_copilot {
    padding-bottom: 3.75vw;
  }
}
@media screen and (max-width: 750px) {
  .tab_content_copilot {
    background-image: url("/ito/img/0to/0000001762/20250826/images/bg_tab_01_copilot_sp.jpg");
    padding-bottom: 11.2vw;
  }
}
.tab_content_copilot .box_movie .content {
  padding-top: 16px;
}
@media screen and (max-width: 1200px) {
  .tab_content_copilot .box_movie .content {
    padding-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .tab_content_copilot .box_movie .content {
    padding-top: 0;
  }
}
.tab_content_copilot .box_movie .head {
  background-image: linear-gradient(to right, #684CD1 0%, #6394E8 27%, #6D986A 53%, #DDB645 75%, #C65156 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.tab_content_copilot .link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background-color: #EACAB7;
  color: #000;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 7px 16px;
  margin-top: 49px;
  margin-left: 6px;
  text-decoration: none;
  transition: all 0.3s;
}
.tab_content_copilot .link:hover {
  opacity: 0.7;
}
.tab_content_copilot .link .arrow {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -3px;
  left: 4px;
}
@media screen and (max-width: 1200px) {
  .tab_content_copilot .link {
    font-size: 1.5vw;
    padding: 0.5833333333vw 1.3333333333vw;
    margin-top: 4.0833333333vw;
    margin-left: 0.5vw;
  }
  .tab_content_copilot .link .arrow {
    top: -0.25vw;
    left: 0.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .tab_content_copilot .link {
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
    padding: 1.6vw 3.3333333333vw;
    margin-top: 5.7333333333vw;
    margin-left: -0.2666666667vw;
  }
}


.box_movie .movie iframe{
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.box_movie .movie{
  background-color: #fff;
}

.box_movie {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .box_movie {
    gap: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .box_movie {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.box_movie .movie {
  width: 603px;
  border: 9px solid #fff;
  flex-shrink: 0;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .box_movie .movie {
    width: 50.25vw;
  }
}
@media screen and (max-width: 750px) {
  .box_movie .movie {
    border-width: 1.2vw;
    width: 100%;
  }
}
.box_movie .content {
  flex: 1;
  padding-top: 64px;
}
@media screen and (max-width: 1200px) {
  .box_movie .content {
    padding-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .box_movie .content {
    padding-top: 0;
    padding-left: 1.2vw;
  }
}
.box_movie .head {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6666666667;
  background-image: linear-gradient(to right, #0D1D39 0%, #23529E 50%, #2092E8 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 13px;
}
@media screen and (max-width: 1200px) {
  .box_movie .head {
    font-size: 2.5vw;
    margin-bottom: 1.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .box_movie .head {
    font-size: 5.0666666667vw;
    line-height: 1.6;
    margin-bottom: 1.7333333333vw;
  }
}
.box_movie .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 1200px) {
  .box_movie .desc {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .box_movie .desc {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}
.box_movie .num {
  font-size: 13px;
  line-height: 1;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 1200px) {
  .box_movie .num {
    font-size: 1.0833333333vw;
    top: -0.5vw;
  }
}
@media screen and (max-width: 750px) {
  .box_movie .num {
    font-size: 1.7333333333vw;
    top: -1.4666666667vw;
  }
}

.box_product {
  display: flex;
  margin-top: 52px;
  gap: 108px;
  margin-left: -10px;
}
@media screen and (max-width: 1200px) {
  .box_product {
    margin-top: 4.3333333333vw;
    gap: 9vw;
    margin-left: -0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .box_product {
    flex-direction: column;
    gap: 5.8666666667vw;
    margin-top: 11.6vw;
    margin-left: -6vw;
  }
}
.box_product .item {
  display: flex;
}
.box_product .image {
  width: 313px;
  flex-shrink: 0;
  margin-right: -14px;
}
@media screen and (max-width: 1200px) {
  .box_product .image {
    width: 26.0833333333vw;
    margin-right: -1.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .box_product .image {
    width: 48.8vw;
    margin-right: -1.8666666667vw;
  }
}
.box_product .info {
  flex: 1;
  padding-top: 6px;
}
@media screen and (max-width: 1200px) {
  .box_product .info {
    padding-top: 0.5vw;
  }
}
@media screen and (max-width: 750px) {
  .box_product .info {
    padding-top: 0;
    margin-left: 1.7333333333vw;
  }
}
.box_product .name {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin-bottom: 26px;
  word-break: break-word;
}
@media screen and (max-width: 1200px) {
  .box_product .name {
    font-size: 1.3333333333vw;
    margin-bottom: 2.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .box_product .name {
    font-size: 3.4666666667vw;
    font-weight: 400;
    line-height: 1.4230769231;
    letter-spacing: 0.02em;
    margin-top: -3.0666666667vw;
    margin-bottom: 2vw;
  }
}
.box_product .link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background-color: #001968;
  color: #fff;
  line-height: 1.3125;
  padding: 8px 23px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
.box_product .link:hover {
  opacity: 0.7;
}
.box_product .link .arrow {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -3px;
  left: 4px;
}
@media screen and (max-width: 1200px) {
  .box_product .link {
    font-size: 1.3333333333vw;
    padding: 0.6666666667vw 1.9166666667vw;
  }
  .box_product .link .arrow {
    top: -0.25vw;
    left: 0.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .box_product .link {
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
    padding: 2.8vw 4.2666666667vw;
  }
  .box_product .link .arrow {
    top: -0.4vw;
    left: 0.5333333333vw;
  }
}

.find {
  position: relative;
  margin-top: 82px;
  padding-top: 128px;
}
@media screen and (max-width: 1200px) {
  .find {
    margin-top: 6.8333333333vw;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .find {
    margin-top: 12vw;
    padding-top: 12.1333333333vw;
    padding-bottom: 14vw;
  }
  .find::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #B3B3B3;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.find::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B3B3B3;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .find::before {
    width: 100%;
  }
}
.find_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  .find_title {
    font-size: 3.3333333333vw;
    margin-bottom: 1.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .find_title {
    font-size: 6.4vw;
    margin-bottom: 2.8vw;
  }
}
.find_desc {
  font-size: 20px;
  line-height: 2.35;
  font-weight: 400;
  color: #000;
  margin-bottom: 38px;
  text-align: center;
}
.find_desc .small {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .find_desc {
    font-size: 1.6666666667vw;
    margin-bottom: 3.1666666667vw;
  }
  .find_desc .small {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .find_desc {
    font-size: 3.7333333333vw;
    margin-bottom: 9.8666666667vw;
    letter-spacing: -0.036em;
    margin-left: -3.3333333333vw;
    margin-right: -3.3333333333vw;
    line-height: 1.8;
  }
  .find_desc .small {
    font-size: 3.7333333333vw;
  }
}
.find_btn {
  display: block;
  width: 590px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6363636364;
  text-align: center;
  text-decoration: none;
  background: #001968;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
.find_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .find_btn {
    width: 49.1666666667vw;
    height: 8.3333333333vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .find_btn {
    width: 80vw;
    height: 19.4666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
}
.find_btn .arrow {
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .find_btn .arrow {
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .find_btn .arrow {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
  }
}

.banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 95px;
}
@media screen and (max-width: 1200px) {
  .banner {
    gap: 5vw;
    margin-top: 7.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .banner {
    padding: 0 6.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
    margin-top: 14.8vw;
  }
}
.banner .link {
  transition: all 0.3s;
}
.banner .link:hover {
  opacity: 0.8;
}

.wrapper-wide {
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 93px;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide {
    margin-top: 7.75vw;
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .wrapper-wide {
    margin-top: 28.5333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}

.wrapper-wide .notes {
  text-align: left;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide .notes {
    padding: 0 1.6666666667vw;
  }
}

.wrapper-wide .notes-head {
  max-width: 1190px;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  position: relative;
  font-size: 18px;
  line-height: 1.75;
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
  padding: 20px 0;
  width: 100%;
  text-align: left;
  font-family: inherit;
  color: #010101;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide .notes-head {
    max-width: 99.1666666667vw;
    font-size: 1.5vw;
    padding: 1.6666666667vw 0;
  }
}

.wrapper-wide .notes-body {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide .notes-body {
    max-width: 90vw;
  }
}
@media screen and (max-width: 750px) {
  .wrapper-wide .notes-body {
    max-width: 100%;
  }
}

.wrapper-wide .notes-head::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 17px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-135deg);
}
@media screen and (max-width: 1200px) {
  .wrapper-wide .notes-head::after {
    right: 1.6666666667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}

.wrapper-wide .notes.is-closed .notes-head::after {
  transform: rotate(45deg);
  top: 25%;
}

.wrapper-wide .notes-body-inr {
  padding: 21px 0 138px;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide .notes-body-inr {
    padding: 1.8333333333vw 0 11.5vw;
  }
}

@media screen and (max-width: 750px) {
  .wrapper-wide {
    text-align: center;
    padding: 0;
  }
  .wrapper-wide .notes {
    text-align: left;
    width: 100%;
    padding: 0 3.3333333333vw;
    line-height: 1.6;
    font-size: 12px;
  }
  .wrapper-wide .notes-head {
    position: relative;
    font-size: 3.4666666667vw;
    background: none;
    border: none;
    cursor: pointer;
    appearance: none;
    padding: 5.3333333333vw 0 5.3333333333vw;
    width: 100%;
    text-align: left;
  }
  .wrapper-wide .notes-head::after {
    content: "";
    position: absolute;
    top: 59%;
    right: 0.5333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-right: 0.3333333333vw solid #000;
    border-bottom: 0.3333333333vw solid #000;
    transform: translateY(-50%) rotate(45deg) scale(-1, -1);
  }
  .wrapper-wide .notes.is-closed .notes-head::after {
    transform: translateY(-55%) rotate(45deg);
    top: 43%;
  }
  .wrapper-wide .notes-body-inr {
    padding: 0 0 17.0666666667vw;
    margin-top: -1.6vw;
  }
}
.u-txt12 {
  font-size: 12px;
  line-height: 1.67;
  font-weight: 400;
  color: #000;
}
.u-txt12 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .u-txt12 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  .u-txt12 {
    font-size: 2.1333333333vw;
  }
}/*# sourceMappingURL=style.css.map */