*,
*::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%;
}

.c_text_linear_01 {
  display: inline-block;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.4864864865;
  margin-bottom: 20px;
  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;
}
@media screen and (max-width: 1200px) {
  .c_text_linear_01 {
    font-size: 3.0833333333vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .c_text_linear_01 {
    font-size: 5.3333333333vw;
    line-height: 1.55;
    margin-bottom: 2.6666666667vw;
  }
}

.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;
  }
}

/*========================
  BEGIN: .mainvisual
==========================*/
.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: 47px;
}
.product.is-02 {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .product.is-02 {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .product.is-02 {
    margin-top: 9.4666666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .product {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .product {
    margin-top: 12.6666666667vw;
  }
}
.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(231, 208, 193, 0.5) 0px 0px 7px;
}
@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.7333333333vw;
    left: 2.2666666667vw;
    bottom: -0.2666666667vw;
  }
}
.product .product_block .text-unit {
  margin-left: 5px;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 750px) {
  .product .product_block .text-unit {
    margin-left: 1.3333333333vw;
  }
}
.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;
}

.feature {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .feature {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .feature {
    margin-top: 14.1333333333vw;
    padding: 0 3.7333333333vw;
  }
}
.feature_list .item {
  display: flex;
  justify-content: center;
  gap: 110px;
}
@media screen and (max-width: 1200px) {
  .feature_list .item {
    gap: 9.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .feature_list .item {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.feature_list .item.is-reverse {
  flex-direction: row-reverse;
  gap: 80px;
}
.feature_list .item.is-reverse .info {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .feature_list .item.is-reverse .info {
    padding-left: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .feature_list .item.is-reverse {
    flex-direction: column;
    gap: 4.6666666667vw;
  }
  .feature_list .item.is-reverse .info {
    padding-top: 0;
  }
}
.feature_list .item:not(:first-child) {
  margin-top: 50px;
}
.feature_list .item:not(:first-child) .title {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .feature_list .item:not(:first-child) {
    margin-top: 4.1666666667vw;
  }
  .feature_list .item:not(:first-child) .title {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .feature_list .item:not(:first-child) {
    margin-top: 17.0666666667vw;
  }
  .feature_list .item:not(:first-child) .title {
    margin-bottom: 2.6666666667vw;
  }
}
.feature_list .image {
  width: 568px;
  border: 16px solid #fff;
  box-sizing: border-box;
  border-radius: 5px;
  flex-shrink: 0;
  box-shadow: rgba(231, 208, 193, 0.9) 0px 0px 16px;
}
.feature_list .image img {
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .feature_list .image {
    width: 47.3333333333vw;
    border-width: 1.3333333333vw;
    border-radius: 0.4166666667vw;
  }
  .feature_list .image img {
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .feature_list .image {
    width: 100%;
    border-width: 2.1333333333vw;
    border-radius: 0.6666666667vw;
  }
  .feature_list .image img {
    border-radius: 0.6666666667vw;
  }
}
.feature_list .info {
  flex: 1;
  padding-top: 85px;
}
@media screen and (max-width: 1200px) {
  .feature_list .info {
    padding-top: 7.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .feature_list .info {
    padding-top: 0;
    padding-left: 1.6vw;
  }
}
@media screen and (max-width: 750px) {
  .feature_list .title {
    margin-bottom: 20px;
  }
}
.feature_list .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1200px) {
  .feature_list .desc {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .feature_list .desc {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.feature_list .num {
  font-size: 13px;
  line-height: 1;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 1200px) {
  .feature_list .num {
    font-size: 1.0833333333vw;
    top: -0.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .feature_list .num {
    font-size: 2.1333333333vw;
    top: -1.0666666667vw;
  }
}

.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: 167px 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.8666666667vw;
    padding: 14.5333333333vw 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.4;
  text-align: center;
  margin-bottom: 49px;
}
@media screen and (max-width: 1200px) {
  .tabs .title {
    font-size: 3.3333333333vw;
    margin-left: 0;
    margin-bottom: 4.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .tabs .title {
    font-size: 5.3333333333vw;
    margin-left: 0;
    margin-bottom: 6.9333333333vw;
  }
}

.tab_buttons {
  display: flex;
  border: 1px solid #ccc;
  box-shadow: rgba(231, 208, 193, 0.9) 0px 0px 16px;
}

.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: #231815;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  transition: all 0.3s;
}
.tab_btn:not(:first-of-type) {
  border-left: 1px solid #ccc;
}
.tab_btn .num {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  position: relative;
  top: -6px;
  margin-left: 8px;
  background: none;
  -webkit-text-fill-color: #000;
}
@media screen and (max-width: 1200px) {
  .tab_btn .num {
    font-size: 1.0833333333vw;
    top: -0.5vw;
    margin-left: 0.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .tab_btn .num {
    font-size: 1.7333333333vw;
    top: -0.8vw;
    margin-left: 1.0666666667vw;
  }
}
@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: 2.4vw;
    padding: 0.6666666667vw;
  }
}

.tab_btn:hover,
.tab_btn.active {
  background-color: #EACAB7;
}

@media screen and (max-width: 750px) {
  .tab_btn_recal {
    flex: none;
    flex-direction: column;
    padding: 0 4vw;
    gap: 1.3333333333vw;
    padding-top: 3.2vw;
  }
}

@media screen and (max-width: 750px) {
  .tab_btn_run {
    display: block;
    padding: 0 1.3333333333vw;
  }
  .tab_btn_run .num {
    margin-left: 0.6666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .tab_btn_creator {
    flex-direction: column;
    gap: 2vw;
    padding-top: 4vw;
  }
}

@media screen and (max-width: 750px) {
  .tab_btn_copilot {
    flex: none;
    padding: 0 3.3333333333vw;
  }
}

.tab_content {
  display: none;
  border: 6px solid #fff;
  padding: 41px 15px 53px 34px;
  background-image: url("/ito/img/0to/0000003233/images/250822/bg_tab_01.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 19px;
  box-shadow: rgba(231, 208, 193, 0.9) 0px 0px 16px;
}
.tab_content.active {
  display: block;
}
@media screen and (max-width: 1200px) {
  .tab_content {
    padding: 3.4166666667vw 1.25vw 4.4166666667vw 2.8333333333vw;
    margin-top: 1.5833333333vw;
    border-width: 0.5vw;
  }
}
@media screen and (max-width: 750px) {
  .tab_content {
    background-image: url("/ito/img/0to/0000003233/images/250822/bg_tab_01_sp.jpg");
    padding: 6.6666666667vw 5.3333333333vw 21.4666666667vw 6vw;
    margin-top: 4.2666666667vw;
    border-width: 0.8vw;
  }
}


.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;
    border-width: 0.75vw;
  }
}
@media screen and (max-width: 750px) {
  .box_movie .movie {
    width: 100%;
    border-width: 1.2vw;
  }
}
.box_movie .content {
  flex: 1;
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .box_movie .content {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .box_movie .content {
    padding-top: 0;
    padding-left: 1.2vw;
  }
}
.box_movie .head {
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  margin-bottom: 28px;
}
.box_movie .head .num {
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #000;
  font-size: 13px;
  line-height: 1;
  color: #000;
  position: relative;
  top: -14px;
  right: -3px;
}
@media screen and (max-width: 1200px) {
  .box_movie .head {
    font-size: 2.5vw;
    margin-bottom: 2.3333333333vw;
  }
  .box_movie .head .num {
    font-size: 1.0833333333vw;
    top: -1.1666666667vw;
    right: -0.25vw;
  }
}
@media screen and (max-width: 750px) {
  .box_movie .head {
    font-size: 5.0666666667vw;
    line-height: 1.5526315789;
    letter-spacing: 0.02em;
    margin-bottom: 1.8666666667vw;
  }
  .box_movie .head .num {
    font-size: 2.1333333333vw;
    top: -2.6666666667vw;
    right: -0.4vw;
  }
}
.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;
    margin-right: -2vw;
  }
}

.box_product {
  display: flex;
  margin-top: 52px;
  gap: 103px;
  margin-left: -10px;
}
@media screen and (max-width: 1200px) {
  .box_product {
    margin-top: 4.1666666667vw;
    gap: 8.5833333333vw;
    margin-left: -0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .box_product {
    flex-direction: column;
    gap: 5.8666666667vw;
    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: 33px;
  word-break: break-word;
}
@media screen and (max-width: 1200px) {
  .box_product .name {
    font-size: 1.3333333333vw;
    margin-bottom: 2.75vw;
  }
}
@media screen and (max-width: 750px) {
  .box_product .name {
    font-size: 3.4666666667vw;
    margin-top: -2.2666666667vw;
    margin-bottom: 3.0666666667vw;
  }
}
.box_product .link {
  font-size: 16px;
  font-weight: 400;
  background-color: #001968;
  color: #fff;
  line-height: 1.3125;
  padding: 9px 11px;
  text-decoration: none;
  transition: all 0.3s;
}
.box_product .link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .box_product .link {
    font-size: 1.3333333333vw;
    padding: 0.75vw 0.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .box_product .link {
    font-size: 3.7333333333vw;
    padding: 3.0666666667vw 1.7333333333vw;
  }
}

.find {
  position: relative;
  margin-top: 108px;
  padding-top: 128px;
}
@media screen and (max-width: 1200px) {
  .find {
    margin-top: 9vw;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .find {
    margin-top: 13.7333333333vw;
    padding-top: 12.2666666667vw;
    padding-bottom: 0.8vw;
  }
}
.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: 39px;
  text-align: center;
}
.find_desc .small {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .find_desc {
    font-size: 1.6666666667vw;
    margin-bottom: 3.25vw;
  }
  .find_desc .small {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .find_desc {
    font-size: 3.7333333333vw;
    margin-bottom: 9.8666666667vw;
    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;
  }
}
.find_btn .arrow {
  display: inline-block;
  margin-left: 33px;
}
@media screen and (max-width: 1200px) {
  .find_btn .arrow {
    margin-left: 2.75vw;
  }
}
@media screen and (max-width: 750px) {
  .find_btn .arrow {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
  }
}

.recommend {
  max-width: 1200px;
  width: 100%;
  padding: 26px 0;
  background-image: url("/ito/img/0to/0000003233/images/250822/recommend_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 157px;
  padding-left: 137px;
}
@media screen and (max-width: 1200px) {
  .recommend {
    padding: 2vw 0;
    gap: 5vw;
    margin-top: 13.0833333333vw;
    padding-left: 11.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .recommend {
    max-width: none;
    width: calc(100% + 6.6666666667vw);
    background-image: url("/ito/img/0to/0000003233/images/250822/recommend_bg_sp.jpg");
    gap: 6.5333333333vw;
    flex-direction: column;
    margin-left: -3.3333333333vw;
    margin-right: -3.3333333333vw;
    padding-top: 8.4vw;
    padding-bottom: 7.4666666667vw;
    padding-left: 0;
  }
}
.recommend .image {
  width: 157px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .recommend .image {
    width: 13.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .recommend .image {
    width: 43.3333333333vw;
  }
}
.recommend .info {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .recommend .info {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .recommend .info {
    font-size: 3.6vw;
    line-height: 1.7777777778;
    padding-right: 6vw;
    padding-left: 6.8vw;
  }
}

.banner {
  max-width: 941px;
  width: 100%;
  margin: 102px auto 0;
}
@media screen and (max-width: 1200px) {
  .banner {
    max-width: 78.4166666667vw;
    margin-top: 8.5vw;
  }
}
@media screen and (max-width: 750px) {
  .banner {
    max-width: none;
    width: 80vw;
    margin-top: 15.7333333333vw;
  }
}
.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: 183px;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide {
    margin-top: 15.25vw;
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .wrapper-wide {
    margin-top: 17.0666666667vw;
    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: 100vw;
    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: 45%;
  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.4166666667vw;
    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: 20px 0 138px;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide .notes-body-inr {
    padding: 1.6666666667vw 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;
    line-height: 1.68;
  }
}/*# sourceMappingURL=style.css.map */