@charset "utf-8";

.tpl-content {
  position: relative;
  padding-bottom: 0;
}
.tpl-content .tpl-topicpath {
  width: 1070px;
  margin: 30px auto 17px;
}
@media screen and (max-width: 750px) {
	.tpl-content {
    padding-top: 0;
    margin-bottom: -26.6667vw;
  }
	.tpl-content .tpl-inner-wrap:nth-child(2) {
    margin-bottom: 20px;
  }
  .tpl-footer .tpl-pagetop {
    bottom: 32vw;
  }
  .tpl-content .tpl-topicpath {
    margin-bottom: 3vw;
    width: 100%;
    padding: 16vw 2.66667vw 0;
    margin-top: 1.33333vw;
  }
}

.boi-wapper {
	color: #12202E;
	font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  margin-bottom: -100px;
}
.boi-wapper a {
  text-underline-offset: 3px;
}
.boi-font--tomorrow {
	font-family: "Tomorrow", sans-serif;
  font-style: normal;
}
.boi-bg--gray {
  background-color: #F5F5F5;
}
.boi-bg--polygon {
  background: url(/wp-content/uploads/bois-bg02.svg) repeat 0 0 / 1432px auto;
}
.boi-container {
	margin: 0 auto;
  padding: 0 24px;
  max-width: 1118px;
}
.boi-container--small {
  max-width: 1028px;
}
.boi-button {
  text-decoration: none;
  line-height: 1.2;
  background-color: #0E6EC8;
  border: 1px solid #0E6EC8;
  color: #FFF!important;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px 0 20px;
  height: 80px;
  min-width: 280px;
  position: relative;
  transition: all 0.3s ease;
}
.boi-button::before,
.boi-button::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/bois-arrow.svg) no-repeat 0 0 / 100% 100%;
  transition: opacity 0.3s ease;
}
.boi-button::after {
  background-image: url(/wp-content/uploads/bois-arrow_blue.svg);
  opacity: 0;
}
.boi-button:hover {
  background-color: #FFF;
  color: #0E6EC8!important;
}
.boi-button:hover::before {
  opacity: 0;
}
.boi-button:hover::after {
  opacity: 1;
}
.boi-button--download {
  background-color: #FF6123;
  border-color: #FF6123;
}
.boi-button--download:hover {
  background-color: #FFF;
  color: #FF6123!important;
}
.boi-button--download::before {
  background-image: url(/wp-content/uploads/bois-ico_download.svg);
}
.boi-button--download::after {
  background-image: url(/wp-content/uploads/bois-ico_download_o.svg);
}
.boi-link__more {
  text-decoration: none;
  text-underline-offset: 3px;
  display: inline-flex;
  line-height: 1.2;
  position: relative;
  padding: 0 0 0 23px;
  font-size: 14px;
  font-weight: 500;
  color: #0E6EC8!important;
}
.boi-link__more::after,
.boi-link__more::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/bois-arrow_blue.svg) no-repeat 0 0 / 100% 100%;
  transition: opacity 0.3s ease;
}
.boi-link__more::after {
  background-image: url(/wp-content/uploads/bois-arrow_border.svg);
  opacity: 0;
}
.boi-link__more:hover {
  text-decoration: underline;
}
.boi-link__more:hover::before {
  opacity: 0;
}
.boi-link__more:hover::after {
  opacity: 1;
}
.boi-link__more.boi-is--white {
  color: #FFF!important;
}
.boi-link__more.boi-is--white::before {
  background-image: url(/wp-content/uploads/bois-arrow.svg);
  opacity: 1;
}
.boi-link__more.boi-is--white::after {
  background-image: url(/wp-content/uploads/bois-arrow_border02.svg);
}
.boi-tooltip {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.boi-tooltip span {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  color: #FFF;
  background-color: #00305B;
  border-radius: 5px;
  padding: 4px 10px 6px;
  position: relative;
}
.boi-tooltip span::after {
  content: "";
  width: 7px;
  height: 10px;
  background: url(/wp-content/uploads/bois-polygon.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
}
.boi-tooltip.boi-tooltip--up span::after {
  bottom: inherit;
  top: -7px;
  background-image: url(/wp-content/uploads/bois-polygon02.png);
}
.boi-tooltip.boi-tooltip--big {
  font-size: 24px;
  font-weight: 700;
}
.boi-tooltip.boi-tooltip--big span {
  padding: 6px 18px 8px;
  border-radius: 10px;
}
.boi-tooltip.boi-tooltip--big span::after {
  width: 11px;
  height: 15px;
  background-image: url(/wp-content/uploads/bois-polygon_big.png);
  bottom: -12px;
}
.boi-head {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 60px;
}
.boi-head h2 {
  font-size: 48px;
  font-weight: 700;
}
.boi-head h2 small {
  font-size: 36px;
}
.boi-head h2 span {
  display: inline-block;
  position: relative;
  padding: 0 74px;
}
.boi-head h2 span::before,
.boi-head h2 span::after {
  content: "";
  width: 41px;
  height: 70px;
  background: url(/wp-content/uploads/bois-curly_left.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boi-head h2 span::after {
  left: inherit;
  right: 0;
  background-image: url(/wp-content/uploads/bois-curly_right.svg);
}
.boi-head h2 em {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
}
.boi-head p {
  font-size: 24px;
  margin-bottom: 14px;
}
.boi-section__head {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
}
.boi-section__head.boi-translateY--50 {
  transform: translateY(-50%);
  margin-bottom: 15px;
}
.boi-section__head h3 {
  font-size: 40px;
  font-weight: 700;
}
.boi-section__head h3 em {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
}
.boi-section__head h3 small {
  font-size: 32px;
}
.boi-section__head h3 small.boi-smaller {
  font-size: 24px;
}
.boi-section__head h3 span {
  display: inline-block;
  position: relative;
  padding: 0 38px 5px;
}
.boi-section__head h3 span::before,
.boi-section__head h3 span::after {
  content: "";
  width: 22px;
  height: 41px;
  background: url(/wp-content/uploads/bois-bracket_left.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.boi-section__head h3 span::after {
  background-image: url(/wp-content/uploads/bois-bracket_right.svg);
  left: inherit;
  top: inherit;
  right: 0;
  bottom: 0;
}
.boi-section__head_label {
  margin-bottom: 33px;
}
.boi-button__wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.boi-button__wrap .boi-button {
  min-width: 380px;
}
@media screen and (min-width: 751px) {
  .boi-sp {display: none!important;}
}
@media screen and (max-width: 750px) {
  .boi-pc {display: none!important;}
  .boi-wapper {
    font-size: calc((14 * 100) * 1vw / 375);
    margin-bottom: 0;
  }
	.boi-container {
    padding: 0 calc((24 * 100) * 1vw / 375);
  }
  .boi-bg--polygon {
    background-image: url(/wp-content/uploads/bois-bg02_sp.svg);
    background-size: 100% auto;
  }
  .boi-button {
    font-size: calc((16 * 100) * 1vw / 375);
    height: calc((60 * 100) * 1vw / 375);
    min-width: inherit;
    width: 100%;
    max-width: calc((280 * 100) * 1vw / 375);
    padding: 0 13.333vw 0 5.333vw;
  }
  .boi-button::before,
  .boi-button::after {
    width: calc((30 * 100) * 1vw / 375);
    height: calc((30 * 100) * 1vw / 375);
    right: calc((20 * 100) * 1vw / 375);
  }
  .boi-link__more {
    font-size: calc((14 * 100) * 1vw / 375);
    padding: 0 0 0 calc((23 * 100) * 1vw / 375);
  }
  .boi-link__more::after,
  .boi-link__more::before {
    width: calc((15 * 100) * 1vw / 375);
    height: calc((15 * 100) * 1vw / 375);
  }
  .boi-button__wrap {
    margin-top: calc((40 * 100) * 1vw / 375);
  }
  .boi-button__wrap .boi-button {
    min-width: inherit;
    max-width: calc((280 * 100) * 1vw / 375);
  }

  .boi-head {
    margin-bottom: calc((40 * 100) * 1vw / 375);
  }
  .boi-head h2 {
    font-size: calc((26 * 100) * 1vw / 375);
  }
  .boi-head h2 small {
    font-size: calc((18 * 100) * 1vw / 375);
  }
  .boi-head h2 span {
    padding: 0 calc((50 * 100) * 1vw / 375);
  }
  .boi-head h2 span::before,
  .boi-head h2 span::after {
    width: calc((29 * 100) * 1vw / 375);
    height: calc((50 * 100) * 1vw / 375);
  }
  .boi-head h2 em {
    font-size: calc((28 * 100) * 1vw / 375);
  }
  .boi-head p {
    font-size: calc((16 * 100) * 1vw / 375);
    margin-bottom: calc((20 * 100) * 1vw / 375);
  }

  .boi-section__head {
    margin-bottom: calc((30 * 100) * 1vw / 375);
  }
  .boi-section__head.boi-translateY--50 {
    margin-bottom: calc((15 * 100) * 1vw / 375);
  }
  .boi-section__head h3 {
    font-size: calc((20 * 100) * 1vw / 375);
  }
  .boi-section__head h3 em {
    font-size: calc((22 * 100) * 1vw / 375);
  }
  .boi-section__head h3 small {
    font-size: calc((16 * 100) * 1vw / 375);
  }
  .boi-section__head h3 small.boi-smaller {
    font-size: calc((15 * 100) * 1vw / 375);
  }
  .boi-section__head h3 span {
    padding: 1.333vw 6.933vw;
  }
  .boi-section__head h3 span::before,
  .boi-section__head h3 span::after {
    width: calc((14 * 100) * 1vw / 375);
    height: calc((26 * 100) * 1vw / 375);
  }
  .boi-section__head_label {
    margin-bottom: calc((18 * 100) * 1vw / 375);
  }

  .boi-tooltip.boi-tooltip--big {
    font-size: calc((16 * 100) * 1vw / 375);
    letter-spacing: 0.05em;
  }
  .boi-tooltip.boi-tooltip--big span {
    padding: 1.333vw 5.067vw 1.867vw;
    border-radius: calc((7 * 100) * 1vw / 375);
  }
  .boi-tooltip.boi-tooltip--big span::after {
    width: calc((11 * 100) * 1vw / 375);
    height: calc((15 * 100) * 1vw / 375);
    bottom: -2.133vw;
  }
}

/* hero */
.boi-hero {
  position: relative;
}
.boi-hero .boi-container {
  width: 100%;
}
.boi-hero__image img {
  display: block;
  width: 100%;
}
.boi-hero__body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.boi-hero__content {
  width: 650px;
}
.boi-hero__body h1 {
  font-size: 0;
  margin-bottom: 17px;
}
.boi-hero__body h2 {
  /* color: #00305B; */
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.boi-hero__body h2 img {
  margin-right: 3px;
  margin-left: 12px;
  position: relative;
  top: -7px;
}
.boi-hero__body p {
  line-height: 1.8;
}
.boi-hero__button {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 42px;
}
.boi-hero__login {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1;
}
.boi-hero__login a {
  text-decoration: none;
  color: #FFF!important;
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0E6EC8;
  border: 1px solid #0E6EC8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.boi-hero__login a span {
  display: block;
  position: relative;
  padding-right: 26px;
}
.boi-hero__login a span::before,
.boi-hero__login a span::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/bois-arrow.svg) no-repeat 0 0 / 100% 100%;
  transition: opacity 0.3s ease;
}
.boi-hero__login a span::after {
  background-image: url(/wp-content/uploads/bois-arrow_blue.svg);
  opacity: 0;
}
.boi-hero__login a:hover {
  background-color: #FFF;
  color: #0E6EC8!important;
}
.boi-hero__login a:hover span::before {
  opacity: 0;
}
.boi-hero__login a:hover span::after {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .boi-hero__content {
    padding: 17.067vw 12.8vw 0;
    width: auto;
  }
  .boi-hero__body .boi-container {
    padding: 0;
  }
  .boi-hero__body {
    display: block;
  }
  .boi-hero__body h1 {
    margin-bottom: calc((94 * 100) * 1vw / 375);
  }
  .boi-hero__body h1 img {
    width: calc((160 * 100) * 1vw / 375);
  }
  .boi-hero__body h2 {
    font-size: calc((24 * 100) * 1vw / 375);
    margin-bottom: 0;
  }
  .boi-hero__button {
    display: block;
    margin-top: 0;
  }
  .boi-hero__button .boi-button{
    width: 100%;
    min-width: inherit;
    max-width: calc((280 * 100) * 1vw / 375);
    display: flex;
    margin-top: calc((10 * 100) * 1vw / 375);
  }
  .boi-hero__login {
    right: 0;
  }
  .boi-hero__login a {
    width: calc((180 * 100) * 1vw / 375);
    height: calc((50 * 100) * 1vw / 375);
    font-size: calc((14 * 100) * 1vw / 375);
  }
  .boi-hero__login a span {
    padding-right: calc((26 * 100) * 1vw / 375);
  }
  .boi-hero__login a span::before,
  .boi-hero__login a span::after {
    width: calc((16 * 100) * 1vw / 375);
    height: calc((16 * 100) * 1vw / 375);
  }
  .boi-hero__body h2 img {
    width: calc((15 * 100) * 1vw / 375);
    top: -1.067vw;
    margin-right: calc((3 * 100) * 1vw / 375);
    margin-left: calc((4 * 100) * 1vw / 375);
  }
}

/* side */
.boi-side {
  position: fixed;
  right: -140px;
  bottom: 30px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, 0);
  transition: all 0.3s ease;
}
.boi-side.active {
  transform: translate(0, 0);
  z-index: 992;
  opacity: 1;
  visibility: visible;
}
.boi-side a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFF!important;
  transition: all 0.3s ease;
}
.boi-side .boi-side__download {
  background-color: #FF6123;
  margin-bottom: 10px;
}
.boi-side .boi-side__trial {
  background-color: #0E6EC8;
}
.boi-side__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boi-side__text {
  display: flex;
  width: 138px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 10px;
  padding-left: 5px;
}
.boi-side__text strong {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .boi-side a:hover {
    transform: translateX(-138px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1500px) {
  .boi-side {
    bottom: 320px;
  }
}
@media screen and (max-width: 750px) {
  .boi-side {
    right: -37.333vw;
    bottom: calc((300 * 100) * 1vw / 375);
  }
  .boi-side .boi-side__download {
    margin-bottom: calc((10 * 100) * 1vw / 375);
  }
  .boi-side__icon {
    width: calc((60 * 100) * 1vw / 375);
    height: calc((60 * 100) * 1vw / 375);
  }
  .boi-side__icon img {
    width: calc((34 * 100) * 1vw / 375);
    height: auto;
  }
  .boi-side__text {
    width: calc((138 * 100) * 1vw / 375);
    font-size: calc((14 * 100) * 1vw / 375);
    padding-right: calc((10 * 100) * 1vw / 375);
    padding-left: calc((5 * 100) * 1vw / 375);
  }
  .boi-side a.boi-opened {
    transform: translateX(-36.8vw);
  }
}

/* anchor */
.boi-anchor__list {
  display: flex;
}
.boi-anchor__list li {
  flex: 1;
  position: relative;
}
.boi-anchor__list li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boi-anchor__list a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #161616!important;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  height: 50px;
  position: relative;
  transition: color 0.3s ease;
  text-underline-offset: 3px;
}
.boi-anchor__list a:hover {
  text-decoration: underline;
  color: #0E6EC8!important;
}
.boi-anchor__list a span {
  display: block;
  position: relative;
  padding: 0 32px 0 10px;
}
.boi-anchor__list a span::after {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/bois-arrow_down.svg) no-repeat 0 0 / 100% 100%;
}
.boi-anchor__list .boi-tooltip {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 160px;
  white-space: nowrap;
}
.boi-anchor__fix:not(.boi--fixed) .boi-anchor__list .boi-tooltip:not(.boi-tooltip--up) {
  transition: opacity 0.5s ease;
  transition-delay: 0.4s;
}
.boi-anchor__list .boi-tooltip.boi-tooltip--up {
  bottom: -15px;
  top: inherit;
}
@media screen and (min-width: 751px) {
  .boi-anchor__fix {
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(5, 86, 46, 0.1);
    border-top: 1px solid #ECF1F2;
    background-color: #FFF;
    display: block!important;
    overflow: visible!important;
  }
  .boi-anchor__fix.boi--fixed {
    position: fixed;
    left: 0;
    top: 69px;
    right: 0;
    z-index: 5;
  }
  .boi-anchor__event,
  .boi-anchor__list a span em {
    display: none;
  }
  .boi-anchor__fix.boi--fixed .boi-tooltip:not(.boi-tooltip--up) {
    opacity: 0;
  }
  .boi-bubble {
    opacity: 0;
    transform: translateY(50%) scale(1.5);
    transition: all 0.3s linear;
  }
  .boi-anchor__fix.boi--fixed .boi-bubble.boi-visible {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .boi-anchor {
    height: auto!important;
    position: fixed;
    left: 0;
    top: 0;
    padding: 2vw;
    z-index: 1000;
    display: none;
  }
  .boi-anchor.boi-anchor__show {
    display: block;
  }
  .boi-anchor .boi-container {
    padding: 0;
  }
  .boi-anchor__event {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: calc((16 * 100) * 1vw / 375);
    font-weight: 500;
    font-family: "Tomorrow", sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    color: #1C1E1D!important;
    background-color: #FFF;
    box-shadow: 4px 4px 20px rgba(121, 156, 217, 0.2);
    width: calc((100 * 100) * 1vw / 375);
    height: calc((45 * 100) * 1vw / 375);
    padding: 0 0 0 3.733vw;
    transition: all 0.3s ease;
  }
  .boi-anchor__event i {
    width: calc((20 * 100) * 1vw / 375);
    height: calc((20 * 100) * 1vw / 375);
    position: absolute;
    top: 50%;
    right: calc((12 * 100) * 1vw / 375);
    transform: translateY(-50%);
    background: url(/wp-content/uploads/bois-ico_open.svg) no-repeat 0 0 / 100% 100%;
    transition: background 0.3s ease;
  }
  .boi-anchor__event.boi--opened {
    background-color: #0E6EC8;
    color: #FFF!important;
  }
  .boi-anchor__event.boi--opened i {
    background-image: url(/wp-content/uploads/bois-ico_close_o.svg);
  }
  .boi-anchor__fix {
    background-color: #FFF;
    padding: 3.2vw 7.4667vw;
    margin-top: calc((8 * 100) * 1vw / 375);
    box-shadow: 4px 4px 20px rgba(121, 156, 217, 0.25);
    display: none;
  }
  .boi-anchor__list {
    flex-wrap: wrap;
    gap: 0 calc((24 * 100) * 1vw / 375);
  }
  .boi-anchor__list li {
    flex: none;
    width: auto;
  }
  .boi-anchor__list li:not(:last-child)::after {
    display: none;
  }
  .boi-anchor__list a {
    font-size: calc((13 * 100) * 1vw / 375);
    height: auto;
    display: block;
    text-align: left;
    padding: 2.133vw 0;
  }
  .boi-anchor__list a span {
    padding-right: calc((20 * 100) * 1vw / 375);
    padding-left: 0;
  }
  .boi-anchor__list .boi-tooltip {
    display: none!important;
  }
  .boi-anchor__list a span em {
    font-style: normal;
  }
}

/* news */
.boi-news {
  background-color: #004A91;
  color: #FFF;
  padding: 70px 0 74px;
}
.boi-news__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boi-news__head {
  width: 200px;
}
.boi-news__head h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
}
.boi-news__body {
  width: 525px;
  padding-top: 10px;
}
.boi-news__list dt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
  font-family: "Tomorrow", sans-serif;
}
.boi-news__list dd {
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 19px;
}
.boi-news__list dd:not(:last-child) {
  margin-bottom: 17px;
}
.boi-news__list dd a {
  color: #FFF!important;
  text-decoration: none;
}
.boi-news__list dd a:hover {
  text-decoration: underline;
}
.boi-news__link {
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  .boi-news__row + .boi-news__link {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .boi-news {
    padding: 9.333vw 2.133vw 10.667vw;
  }
  .boi-news__head {
    width: 100%;
  }
  .boi-news__head h2 {
    font-size: calc((36 * 100) * 1vw / 375);
    margin-bottom: calc((30 * 100) * 1vw / 375);
  }
  .boi-news__body {
    width: 100%;
    padding-top: 0;
  }
  .boi-news__list dt {
    font-size: calc((12 * 100) * 1vw / 375);
    margin-bottom: calc((4 * 100) * 1vw / 375);
  }
  .boi-news__list dd {
    padding: 0 0 calc((15 * 100) * 1vw / 375);
  }
  .boi-news__list dd:not(:last-child) {
    margin-bottom: calc((15 * 100) * 1vw / 375);
  }
  .boi-news__link {
    margin-top: calc((30 * 100) * 1vw / 375);
  }
  .boi-news__head .boi-news__link {
    display: none;
  }
  .boi-news__row + .boi-news__link {
    text-align: right;
  }
}

/* feature */
.boi-group__top {
  padding: 135px 0 165px;
  position: relative;
}
.boi-group__top::after {
  content: "";
  width: 447px;
  height: 460px;
  background: url(/wp-content/uploads/bois-bg_feature.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.boi-group__top .boi-container {
  position: relative;
  z-index: 1;
}
.boi-feature h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 62px;
}
.boi-feature h3 small {
  font-size: 36px;
}
.boi-feature__row {
  display: flex;
  flex-wrap: wrap;
}
.boi-feature__image {
  width: 492px;
}
.boi-feature__body {
  width: calc(100% - 492px);
  padding: 0 0 0 45px;
}
.boi-feature__body p {
  font-size: 20px;
  line-height: 2;
}
.boi-feature__body p:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .boi-group__top {
    padding: 26.667vw 0 28.8vw;
  }
  .boi-group__top::after {
    width: calc((236 * 100) * 1vw / 375);
    height: calc((291 * 100) * 1vw / 375);
    background-image: url(/wp-content/uploads/bois-bg_feature2x.png);
  }
  .boi-feature h3 {
    font-size: calc((30 * 100) * 1vw / 375);
    margin: 0 -2.667vw 10.667vw;
  }
  .boi-feature h3 small {
    font-size: calc((24 * 100) * 1vw / 375);
  }
  .boi-feature__image {
    width: 100%;
    margin: 0 -2.133vw 10.667vw;
  }
  .boi-feature__body {
    width: 100%;
    padding: 0;
  }
  .boi-feature__body p {
    font-size: calc((16 * 100) * 1vw / 375);
  }
  .boi-feature__body p:not(:last-child) {
    margin-bottom: calc((30 * 100) * 1vw / 375);
  }
}

/* point */
.boi-section {
  padding-top: 120px;
}
.boi-section:last-child {
  padding-bottom: 120px;
}
.boi-point {
  padding-top: 0;
  padding-bottom: 120px;
}
.boi-point__item {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  box-shadow: -10px 10px 0 rgba(121, 156, 217, 0.25);
}
.boi-point__item:not(:last-child) {
  margin-bottom: 60px;
}
.boi-point__thumb {
  font-size: 0;
  width: 490px;
}
.boi-point__body {
  width: calc(100% - 490px);
  padding: 60px 50px 40px 70px;
}
.boi-point__body h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}
.boi-point__body h4 small {
  font-size: 28px;
}
.boi-point__body p {
  color: #000;
  line-height: 2;
}
.boi-point__label {
  line-height: 1;
  margin-bottom: 12px;
}
.boi-point__label span {
  display: inline-flex;
  align-items: flex-end;
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
  background-color: #004A91;
  padding: 7px 12px 11px 16px;
  height: 38px;
  position: relative;
}
.boi-point__label span::after {
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  right: -14px;
  top: 0;
  background: url(/wp-content/uploads/bois-bg.svg) no-repeat right top / auto 100%;
}
.boi-point__label span small {
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .boi-point .boi-container {
    padding: 0 calc((16 * 100) * 1vw / 375);
  }
  .boi-section {
    padding-top: calc((80 * 100) * 1vw / 375);
  }
  .boi-section:last-child {
    padding-bottom: calc((80 * 100) * 1vw / 375);
  }
  .boi-point {
    padding-top: 0;
    padding-bottom: calc((80 * 100) * 1vw / 375);
  }
  .boi-point__item {
    box-shadow: -6px 6px 0 rgba(121, 156, 217, 0.25);
  }
  .boi-point__item:not(:last-child) {
    margin-bottom: calc((40 * 100) * 1vw / 375);
  }
  .boi-point__thumb {
    width: 100%;
  }
  .boi-point__body {
    width: 100%;
    padding: 8vw 6.4vw 4.267vw;
  }
  .boi-point__body h4 {
    font-size: calc((24 * 100) * 1vw / 375);
    margin-bottom: calc((10 * 100) * 1vw / 375);
  }
  .boi-point__body h4 small {
    font-size: calc((16 * 100) * 1vw / 375);
  }
  .boi-point__label {
    margin-bottom: calc((10 * 100) * 1vw / 375);
  }
  .boi-point__label span {
    font-size: calc((15 * 100) * 1vw / 375);
    padding: 0 1.333vw 1.333vw 2.667vw;
    height: calc((24 * 100) * 1vw / 375);
  }
  .boi-point__label span::after {
    width: calc((10 * 100) * 1vw / 375);
    height: 100%;
    right: -2.667vw;
  }
  .boi-point__label span small {
    font-size: calc((10 * 100) * 1vw / 375);
    margin-right: calc((5 * 100) * 1vw / 375);
  }
}

/* whatdo */
.boi-whatdo {
  position: relative;
}
.boi-whatdo::after {
  content: "";
  background-color: #DDE6F5;
  position: absolute;
  left: 0;
  right: calc((100vw - 980px)/4);
  top: 0;
  bottom: 394px;
}
.boi-whatdo .boi-container {
  position: relative;
  z-index: 1;
}
.boi-media iframe {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 552px;
}
@media screen and (max-width: 750px) {
  .boi-whatdo .boi-container {
    padding: 0 calc((32 * 100) * 1vw / 375);
  }
  .boi-media iframe {
    height: calc((175 * 100) * 1vw / 375);
    width: 100%;
  }
  .boi-whatdo::after {
    right: calc((16 * 100) * 1vw / 375);
    bottom: calc((168 * 100) * 1vw / 375);
  }
}

/* function */
.boi-function {
  padding-top: 140px;
  margin-bottom: -20px;
}
.boi-function__body p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .boi-function {
    padding-top: calc((100 * 100) * 1vw / 375);
    margin-bottom: -2.133vw;
  }
  .boi-function__body p {
    font-size: calc((16 * 100) * 1vw / 375);
  }
}

/* key */
.boi-option,
.boi-card {
  padding-top: 135px;
}
.boi-option {
  padding-bottom: 120px;
}
.boi-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.boi-card__list li {
  width: calc(100% / 4 - (10px / 4 * 3));
  background-color: #DDE6F5;
}
.boi-card__icon {
  background-color: #F5F5F5;
  height: 160px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.boi-card__icon img {
  max-width: 154px;
  max-height: 104px;
}
.boi-card__icon span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 10px;
  color: #FFF;
  background-color: #00305B;
  border-radius: 0 5px 0 0;
}
.boi-card__body {
  padding: 22px 24px;
}
.boi-card__body h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 12px;
}
.boi-card__body p {
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .boi-option,
  .boi-card {
    padding-top: calc((90 * 100) * 1vw / 375);
  }
  .boi-option .boi-container,
  .boi-card .boi-container {
    padding-left: calc((16 * 100) * 1vw / 375);
    padding-right: calc((16 * 100) * 1vw / 375);
  }
  .boi-option {
    padding-bottom: calc((80 * 100) * 1vw / 375);
  }
  .boi-card__list {
    gap: 4.267vw 2.4vw;
  }
  .boi-card__list li {
    width: calc(100% / 2 - (2.4vw / 2 * 1));
  }
  .boi-card__icon {
    height: calc((104 * 100) * 1vw / 375);
  }
  .boi-card__icon.boi-icon1 img {width: calc((93 * 100) * 1vw / 375);}
  .boi-card__icon.boi-icon2 img {width: calc((89 * 100) * 1vw / 375);}
  .boi-card__icon.boi-icon3 img {width: calc((108 * 100) * 1vw / 375);}
  .boi-card__icon.boi-icon4 img {width: calc((67 * 100) * 1vw / 375);}
  .boi-card__icon.boi-icon5 img {width: calc((57 * 100) * 1vw / 375);}
  .boi-card__icon.boi-icon6 img {width: calc((85 * 100) * 1vw / 375);}
  .boi-card__icon.boi-icon7 img {width: calc((63 * 100) * 1vw / 375);}
  .boi-card__icon.boi-icon8 img {width: calc((83 * 100) * 1vw / 375);}
  .boi-card__icon.boi-icon9 img {width: calc((98 * 100) * 1vw / 375);}
  .boi-card__icon.boi-icon10 img {width: calc((113 * 100) * 1vw / 375);}
  .boi-card__icon img {
    max-width: calc((113 * 100) * 1vw / 375);
    max-height: calc((74 * 100) * 1vw / 375);
  }
  .boi-card__icon span {
    font-size: calc((12 * 100) * 1vw / 375);
    padding: 1.333vw 2.667vw;
    border-radius: 0 1.333vw 0 0;
  }
  .boi-card__body {
    padding: 4.267vw 3.2vw 4.267vw 4.267vw;
  }
  .boi-card__body h4 {
    font-size: calc((16 * 100) * 1vw / 375);
    margin-bottom: calc((8 * 100) * 1vw / 375);
  }
}

/* tour */
.boi-tour {
  position: relative;
}
.boi-tour::after {
  content: "";
  background-color: #F5F5F5;
  position: absolute;
  right: 0;
  left: calc((100vw - 980px)/4);
  top: 0;
  bottom: 394px;
}
.boi-tour .boi-container {
  position: relative;
  z-index: 1;
}
.boi-tour__body {
  margin-bottom: 40px;
}
.boi-tour__body p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .boi-tour::after {
    left: calc((16 * 100) * 1vw / 375);
    bottom: calc((168 * 100) * 1vw / 375);
  }
  .boi-tour .boi-container {
    padding: 0 calc((32 * 100) * 1vw / 375);
  }
  .boi-tour__body {
    margin-bottom: calc((24 * 100) * 1vw / 375);
  }
  .boi-tour__body p {
    font-size: calc((16 * 100) * 1vw / 375);
  }
}

/* banner */
.boi-banner {
  text-align: center;
  color: #FFF;
  background-color: #00305B;
  padding: 80px 0;
}
.boi-banner h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
}
.boi-banner__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.boi-banner__button .boi-button {
  height: 105px;
  min-width: 340px;
}
@media screen and (max-width: 750px) {
  .boi-banner {
    padding: 17.067vw 0;
  }
  .boi-banner h4 {
    font-size: calc((20 * 100) * 1vw / 375);
    margin-bottom: calc((32 * 100) * 1vw / 375);
  }
  .boi-banner__button {
    gap: 5.333vw 0;
  }
  .boi-banner__button .boi-button {
    height: calc((60 * 100) * 1vw / 375);
    min-width: inherit;
    width: 100%;
    max-width: calc((280 * 100) * 1vw / 375);
  }
}

/* record */
.boi-record {
  padding-top: 135px;
  padding-bottom: 170px;
}
.boi-record__row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.boi-record__image {
  width: 668px;
  position: absolute;
  left: 545px;
  top: 20px;
}
.boi-logo__list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
}
.boi-logo__list li {
  width: calc(100% / 4 - (8px / 4 * 3));
}
.boi-logo__list img {
  border: 1px solid #ECECEC;
}
.boi-record__body {
  width: 545px;
}
.boi-record__body h3 {
  font-size: 48px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 34px;
}
.boi-record__body h3 small {
  font-size: 36px;
}
.boi-record__body p {
  font-size: 20px;
  line-height: 2;
}
.boi-record__rate {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}
.boi-record__rate small {
  font-size: 12px;
  font-weight: 400;
}
.boi-record__rate strong {
  font-size: 64px;
  font-weight: 500;
}
.boi-record__rate strong span {
  font-size: 32px;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .boi-record__image {
    width: calc(100% - 545px + (100vw - 1118px) / 2 - 40px);
  }
}
@media screen and (max-width: 750px) {
  .boi-record {
    padding-top: calc((100 * 100) * 1vw / 375);
    padding-bottom: calc((108 * 100) * 1vw / 375);
  }
  .boi-record__row {
    display: block;
  }
  .boi-record__image {
    width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
    margin-top: calc((32 * 100) * 1vw / 375);
  }
  .boi-logo__list {
    gap: 2.133vw;
  }
  .boi-logo__list li {
    width: calc(100% / 3 - (2.133vw / 3 * 2));
  }
  .boi-record__body {
    width: 100%;
  }
  .boi-record__body h3 {
    font-size: calc((30 * 100) * 1vw / 375);
    margin-bottom: calc((40 * 100) * 1vw / 375);
    text-align: center;
  }
  .boi-record__body h3 small {
    font-size: calc((24 * 100) * 1vw / 375);
  }
  .boi-record__body p {
    font-size: calc((16 * 100) * 1vw / 375);
  }
  .boi-record__rate {
    font-size: calc((20 * 100) * 1vw / 375);
    margin-top: calc((5 * 100) * 1vw / 375);
  }
  .boi-record__rate small {
    font-size: calc((12 * 100) * 1vw / 375);
  }
  .boi-record__rate strong {
    font-size: calc((48 * 100) * 1vw / 375);
  }
  .boi-record__rate strong span {
    font-size: calc((24 * 100) * 1vw / 375);
  }
}

/* case */
.boi-case {
  background-color: #F5F5F5;
  padding-top: 0;
}
.boi-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.boi-case__item {
  background-color: #FFF;
  box-shadow: -10px 10px 0 rgba(121, 156, 217, 0.25);
  width: calc(100% / 2 - (40px / 2 * 1));
  border-top: 8px solid #004A91;
  padding: 40px 60px 50px;
}
.boi-case__item h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 16px;
}
.boi-case__thumb {
  margin-bottom: 24px;
}
.boi-case__thumb img {
  display: block;
  width: 100%;
}
.boi-case__thumb h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 16px;
}
.boi-case__thumb p {
  line-height: 1.8;
  font-size: 12px;
}
.boi-case__body p {
  font-size: 14px;
  line-height: 1.8;
}
.boi-case__link {
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .boi-case .boi-container {
    padding: 0 calc((32 * 100) * 1vw / 375);
  }
  .boi-case__list {
    gap: calc((24 * 100) * 1vw / 375);
  }
  .boi-case__item {
    box-shadow: -6px 6px 0 rgba(121, 156, 217, 0.25);
    width: 100%;
    border-top: 6px solid #004A91;
    padding: 8.533vw 6.4vw;
  }
  .boi-case__item h4 {
    font-size: calc((16 * 100) * 1vw / 375);
    margin-bottom: calc((16 * 100) * 1vw / 375);
  }
  .boi-case__thumb {
    margin-bottom: calc((16 * 100) * 1vw / 375);
  }
  .boi-case__thumb h5 {
    font-size: calc((13 * 100) * 1vw / 375);
    margin-top: calc((16 * 100) * 1vw / 375);
  }
  .boi-case__thumb p {
    font-size: calc((12 * 100) * 1vw / 375);
  }
  .boi-case__body p {
    font-size: calc((14 * 100) * 1vw / 375);
  }
  .boi-case__link {
    margin-top: calc((24 * 100) * 1vw / 375);
  }
}

/* price */
.boi-price {
  padding-top: 135px;
  padding-bottom: 120px;
}
.boi-price__box {
  background-color: #FFF;
  border: 10px solid #DDE6F5;
  text-align: center;
  padding: 35px 20px;
  margin-bottom: 40px;
}
.boi-price__box p {
  line-height: 1.8;
  color: #000;
}
.boi-price__num {
  color: #004A91;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.boi-price__num strong {
  font-size: 48px;
  font-weight: 600;
  margin: 0 8px 0 14px;
}
.boi-price__table {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.boi-price__table_item {
  position: relative;
  overflow: hidden;
  width: calc(100% / 3 - (40px / 3 * 2));
  background-color: #F5F5F5;
}
.boi-price__table_item::before,
.boi-price__table_item::after {
  content: "";
  background-color: #FFF;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
}
.boi-price__table_item::before {
  left: 0;
  transform-origin: 40px -25px;
}
.boi-price__table_item::after {
  right: 0;
  transform-origin: 75px 40px;
}
.boi-price__table_thead {
  height: 160px;
  padding: 15px 15px;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boi-price__table_htext1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.boi-price__table_htext2 {
  font-size: 20px;
  font-weight: 700;
}
.boi-price__table_htext2 strong {
  font-weight: 600;
  font-size: 36px;
  margin-right: 3px;
}
.boi-price__table_item:nth-child(1) .boi-price__table_thead {
  background-color: #799CD9;
  color: #FFF;
}
.boi-price__table_item:nth-child(2) .boi-price__table_thead {
  background-color: #004A91;
  color: #FFF;
}
.boi-price__table_item:nth-child(3) .boi-price__table_thead {
  background-color: #00305B;
  color: #FFF;
}
.boi-price__table_tbody {
  padding: 20px 40px 40px;
}
.boi-price__table_tbody ul li {
  border-bottom: 1px solid #799CD9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
  padding: 14px 0;
}
.boi-price__table_tbody ul li:last-child {
  height: 87px;
}
.boi-price__table_btext1 {
  width: 50%;
  padding-right: 10px;
}
.boi-price__table_btext2 {
  width: 50%;
  font-weight: 600;
  line-height: 1.2;
}
.boi-price__note {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .boi-price {
    padding-top: calc((100 * 100) * 1vw / 375);
    padding-bottom: calc((80 * 100) * 1vw / 375);
  }
  .boi-price__box {
    border: 6px solid #DDE6F5;
    padding: 7.2vw 6.4vw 6.4vw;
    margin-bottom: calc((24 * 100) * 1vw / 375);
  }
  .boi-price__num {
    font-size: calc((16 * 100) * 1vw / 375);
    margin-bottom: calc((20 * 100) * 1vw / 375);
  }
  .boi-price__num strong {
    font-size: calc((36 * 100) * 1vw / 375);
    margin: 0 1.067vw 0 0;
  }
  .boi-price__num span {
    display: block;
    margin-top: calc((13 * 100) * 1vw / 375);
  }
  .boi-price__box p {
    text-align: left;
  }
  .boi-price__table {
    gap: calc((24 * 100) * 1vw / 375);
  }
  .boi-price__table_item {
    width: 100%;
  }
  .boi-price__table_item::before,
  .boi-price__table_item::after {
    width: calc((50 * 100) * 1vw / 375);
    height: calc((50 * 100) * 1vw / 375);
    transform: rotate(45deg);
  }
  .boi-price__table_item::before {
    transform-origin: 10.667vw -6.667vw;
  }
  .boi-price__table_item::after {
    transform-origin: 20vw 10.667vw;
  }
  .boi-price__table_thead {
    height: calc((120 * 100) * 1vw / 375);
    padding: calc((15 * 100) * 1vw / 375);
  }
  .boi-price__table_htext1 {
    font-size: calc((16 * 100) * 1vw / 375);
    margin-bottom: calc((10 * 100) * 1vw / 375);
  }
  .boi-price__table_htext2 {
    font-size: calc((16 * 100) * 1vw / 375);
  }
  .boi-price__table_htext2 strong {
    font-size: calc((32 * 100) * 1vw / 375);
    margin-right: calc((5 * 100) * 1vw / 375);
  }
  .boi-price__table_tbody {
    padding: 2.667vw 6.4vw 6.4vw;
  }
  .boi-price__table_tbody ul li {
    padding: 2.667vw 0;
  }
  .boi-price__table_tbody ul li:last-child {
    height: calc((55 * 100) * 1vw / 375);
  }
  .boi-price__table_btext1 {
    padding-right: calc((10 * 100) * 1vw / 375);
  }
  .boi-price__note {
    margin-top: calc((10 * 100) * 1vw / 375);
  }
  .boi-price__note p:not(:last-child) {
    margin-bottom: calc((6 * 100) * 1vw / 375);
  }
}

/* trial */
.boi-trial {
  position: relative;
  padding-top: 135px;
}
.boi-section:last-child.boi-trial {
  padding-bottom: 240px;
}
.boi-trial::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 460px;
  background-color: #F5F5F5;
}
.boi-trial::after {
  content: "";
  background-color: #DDE6F5;
  position: absolute;
  left: 0;
  right: calc((100vw - 980px)/4);
  top: 0;
  bottom: 120px;
  z-index: 1;
}
.boi-trial .boi-container {
  position: relative;
  z-index: 2;
}
.boi-trial__text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
.boi-step__list {
  display: flex;
  padding: 0 30px 0 0;
  background: url(/wp-content/uploads/bois-bg_step.png) no-repeat left top / 100% 100%;
}
.boi-step__list li {
  padding: 22px 40px 20px;
  min-height: 160px;
}
.boi-step__list li:nth-child(1) {
  width: 320px;
}
.boi-step__list li:nth-child(2) {
  width: 390px;
}
.boi-step__list li:nth-child(3) {
  width: calc(100% - 320px - 390px);
  padding-right: 20px;
}
.boi-step__no {
  line-height: 1;
  color: #004A91;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.boi-step__no strong {
  font-size: 32px;
  font-weight: 500;
  margin-left: 12px;
}
.boi-step__list p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .boi-trial {
    padding-top: calc((80 * 100) * 1vw / 375);
  }
  .boi-trial .boi-container {
    padding: 0 calc((32 * 100) * 1vw / 375);
  }
  .boi-section:last-child.boi-trial {
    padding-bottom: calc((160 * 100) * 1vw / 375);
  }
  .boi-trial::before {
    height: calc((520 * 100) * 1vw / 375);
  }
  .boi-trial::after {
    left: calc((16 * 100) * 1vw / 375);
    right: 0;
    bottom: calc((80 * 100) * 1vw / 375);
  }
  .boi-trial__text {
    font-size: calc((16 * 100) * 1vw / 375);
    margin-bottom: calc((30 * 100) * 1vw / 375);
    text-align: left;
  }
  .boi-step__list {
    display: block;
    padding: 0;
    background-image: url(/wp-content/uploads/bois-bg_step2x.png);
    background-size: 100% auto;
  }
  .boi-step__list li {
    padding: 5.867vw 5.333vw 5.333vw 8.533vw;
    min-height: inherit;
  }
  .boi-step__list li:nth-child(1) {
    width: 100%;
    min-height: calc((107 * 100) * 1vw / 375);
  }
  .boi-step__list li:nth-child(2) {
    width: 100%;
    min-height: calc((177 * 100) * 1vw / 375);
    padding-top: calc((55 * 100) * 1vw / 375);
  }
  .boi-step__list li:nth-child(3) {
    width: 100%;
    padding-right: 0;
    padding-top: calc((50 * 100) * 1vw / 375);
    min-height: calc((206 * 100) * 1vw / 375);
  }
  .boi-step__no {
    font-size: calc((13 * 100) * 1vw / 375);
    margin-bottom: calc((5 * 100) * 1vw / 375);
  }
  .boi-step__no strong {
    font-size: calc((28 * 100) * 1vw / 375);
    margin-left: calc((10 * 100) * 1vw / 375);
  }
  .boi-step__list p {
    font-size: calc((20 * 100) * 1vw / 375);
  }
}

/* material */
.boi-material {
  padding-top: 135px;
  padding-bottom: 120px;
}
.boi-material__row {
  display: flex;
  flex-wrap: wrap;
}
.boi-material__body {
  width: calc(100% - 535px);
  padding: 0 40px 0 0;
}
.boi-material__body h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
}
.boi-material__body h3 small {
  font-size: 36px;
}
.boi-material__body p {
  font-size: 20px;
  line-height: 2;
}
.boi-material__image {
  font-size: 0;
  width: 535px;
  padding-top: 8px;
}
.boi-material__box {
  border: 10px solid #DDE6F5;
  background-color: #FFF;
  padding: 70px 100px;
  margin-top: 80px;
}
.boi-material__list {
  padding-right: 10px;
}
.boi-material__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.boi-material__item:not(:last-child) {
  margin-bottom: 60px;
}
.boi-material__text {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: calc(100% - 340px);
  max-width: 470px;
  padding: 0 30px 0 0;
}
.boi-material__text figure {
  font-size: 0;
  text-align: right;
  width: 80px;
}
.boi-material__text p {
  flex: 1 1;
  padding: 5px 0 0 0;
  line-height: 2;
}
.boi-material__button {
  width: 340px;
}
.boi-material__button .boi-button {
  width: 100%;
  height: 105px;
}
@media screen and (max-width: 750px) {
  .boi-material {
    padding-top: calc((90 * 100) * 1vw / 375);
    padding-bottom: calc((80 * 100) * 1vw / 375);
  }
  .boi-material .boi-head {
    font-size: calc((26 * 100) * 1vw / 375);
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .boi-material .boi-head h2 span {
    padding: 0 calc((40 * 100) * 1vw / 375);
  }
  .boi-material__body {
    width: 100%;
    padding: 0;
    margin-bottom: calc((32 * 100) * 1vw / 375);
  }
  .boi-material__body h3 {
    font-size: calc((30 * 100) * 1vw / 375);
    margin-bottom: calc((24 * 100) * 1vw / 375);
  }
  .boi-material__body h3 small {
    font-size: calc((24 * 100) * 1vw / 375);
  }
  .boi-material__body p {
    font-size: calc((16 * 100) * 1vw / 375);
  }
  .boi-material__image {
    width: 100%;
    padding-top: 0;
  }
  .boi-material__box {
    border: 6px solid #DDE6F5;
    padding: 10.667vw 4.8vw;
    margin-top: calc((32 * 100) * 1vw / 375);
  }
  .boi-material__list {
    padding-right: 0;
  }
  .boi-material__item:not(:last-child) {
    margin-bottom: calc((32 * 100) * 1vw / 375);
  }
  .boi-material__text {
    gap: calc((12 * 100) * 1vw / 375);
    width: 100%;
    max-width: inherit;
    padding: 0;
    align-items: center;
    margin-bottom: calc((16 * 100) * 1vw / 375);
  }
  .boi-material__text figure {
    text-align: left;
    width: calc((56 * 100) * 1vw / 375);
  }
  .boi-material__item:nth-child(1) .boi-material__text figure img {
    width: calc((48 * 100) * 1vw / 375);
  }
  .boi-material__text p {
    flex: 1 1;
    padding: 0;
  }
  .boi-material__button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .boi-material__button .boi-button {
    width: 100%;
    height: calc((60 * 100) * 1vw / 375);
  }
}

/* service */
.boi-service {
  background-color: #F5F5F5;
  padding-top: 135px;
  padding-bottom: 145px;
}
.boi-service__item {
  background-color: #FFF;
  box-shadow: -10px 10px 0 rgba(121, 156, 217, 0.25);
  padding: 40px;
}
.boi-service__row {
  display: flex;
  gap: 40px;
}
.boi-service__item:not(:last-child) {
  margin-bottom: 40px;
}
.boi-service__thumb {
  font-size: 0;
  width: 243px;
}
.boi-service__body {
  flex: 1 1;
}
.boi-service__body h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
.boi-service__body p {
  font-size: 14px;
  line-height: 1.8;
}
.boi-service__body ul li {
  position: relative;
  padding-left: 1.25em;
  font-size: 14px;
  line-height: 1.8;
  padding-top: 0.2em;
}
.boi-service__body ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #12202E;
  position: absolute;
  left: 0.45em;
  top: 0.75em;
}
.boi-service__link {
  text-align: right;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .boi-service {
    padding-top: calc((90 * 100) * 1vw / 375);
    padding-bottom: calc((80 * 100) * 1vw / 375);
  }
  .boi-service .boi-container {
    padding: 0 calc((32 * 100) * 1vw / 375);
  }
  .boi-service .boi-head {
    margin: 0 -4.267vw 10.667vw;
  }
  .boi-service .boi-head h2 {
    font-size: calc((26 * 100) * 1vw / 375);
  }
  .boi-service .boi-head h2 span {
    padding: 0 calc((40 * 100) * 1vw / 375);
  }
  .boi-service__item {
    box-shadow: -6px 6px 0 rgba(121, 156, 217, 0.25);
    padding: calc((24 * 100) * 1vw / 375);
  }
  .boi-service__row {
    display: block;
  }
  .boi-service__item:not(:last-child) {
    margin-bottom: calc((24 * 100) * 1vw / 375);
  }
  .boi-service__thumb {
    width: 100%;
    margin-bottom: calc((24 * 100) * 1vw / 375);
  }
  .boi-service__body {
    flex: none;
    width: 100%;
  }
  .boi-service__body h3 {
    font-size: calc((16 * 100) * 1vw / 375);
    margin-bottom: calc((12 * 100) * 1vw / 375);
  }
  .boi-service__body ul li,
  .boi-service__body p {
    font-size: calc((13 * 100) * 1vw / 375);
  }
  .boi-service__link {
    margin-top: calc((16 * 100) * 1vw / 375);
  }
}

/* faq */
.boi-faq {
  background-color: #DDE6F5;
  padding-top: 135px;
  padding-bottom: 240px;
}
.boi-faq__item {
  background-color: #FFF;
}
.boi-faq__item:not(:last-child) {
  margin-bottom: 10px;
}
.boi-faq__row,
.boi-faq__question {
  display: flex;
  flex-wrap: wrap;
}
.boi-faq__icon {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 10px;
}
.boi-faq__text {
  width: calc(100% - 120px);
  padding: 22px 40px;
  line-height: 2;
}
.boi-faq__question {
  position: relative;
  cursor: pointer;
}
.boi-faq__question::before,
.boi-faq__question::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/bois-ico_open.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.boi-faq__question::after {
  background-image: url(/wp-content/uploads/bois-ico_open_o.svg);
  opacity: 0;
}
.boi-faq__question.boi-active::before {
  background-image: url(/wp-content/uploads/bois-ico_close.svg);
}
.boi-faq__question.boi-active::after {
  background-image: url(/wp-content/uploads/bois-ico_close_o.svg);
}
.boi-faq__question .boi-faq__icon {
  min-height: 100px;
  position: relative;
}
.boi-faq__question .boi-faq__icon::after {
  content: "";
  width: 4px;
  background-color: #DDE6F5;
  position: absolute;
  right: 0;
  top: 22px;
  bottom: 22px;
}
.boi-faq__question .boi-faq__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.boi-faq__answer {
  display: none;
}
.boi-faq__answer .boi-faq__icon {
  background-color: #F5F5F5;
}
.boi-faq__answer .boi-faq__text {
  padding: 35px 40px;
  border-top: 1px dashed #DDE6F5;
}
.boi-faq__answer .boi-faq__text ul li {
  position: relative;
  padding-left: 1.4em;
}
.boi-faq__answer .boi-faq__text ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #12202E;
  position: absolute;
  left: 0.65em;
  top: 0.95em;
}
.boi-faq .boi-button__wrap {
  margin-top: 60px;
}
@media screen and (min-width: 751px) {
  .boi-faq__question:hover::before {
    opacity: 0;
  }
  .boi-faq__question:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .boi-faq {
    padding-top: calc((88 * 100) * 1vw / 375);
    padding-bottom: calc((180 * 100) * 1vw / 375);
  }
  .boi-faq__item:not(:last-child) {
    margin-bottom: calc((10 * 100) * 1vw / 375);
  }
  .boi-faq__icon {
    width: calc((44 * 100) * 1vw / 375);
    padding: 4.267vw 1.333vw;
  }
  .boi-faq__text {
    width: calc(100% - 11.733vw);
    padding: 4.267vw 14.933vw 4.267vw 3.733vw;
  }
  .boi-faq__question::before,
  .boi-faq__question::after {
    width: calc((30 * 100) * 1vw / 375);
    height: calc((30 * 100) * 1vw / 375);
    right: calc((12 * 100) * 1vw / 375);
  }
  .boi-faq__question .boi-faq__icon {
    min-height: calc((100 * 100) * 1vw / 375);
  }
  .boi-faq__question .boi-faq__icon img {
    width: calc((18 * 100) * 1vw / 375);
  }
  .boi-faq__answer .boi-faq__icon img {
    width: calc((21 * 100) * 1vw / 375);
  }
  .boi-faq__question .boi-faq__icon::after {
    width: 2px;
    top: calc((16 * 100) * 1vw / 375);
    bottom: calc((16 * 100) * 1vw / 375);
  }
  .boi-faq__answer .boi-faq__text {
    padding: 9.333vw 3.733vw;
  }
  .boi-faq .boi-button__wrap {
    margin-top: calc((40 * 100) * 1vw / 375);
  }
  .boi-faq .boi-button__wrap .boi-button {
    font-size: calc((15 * 100) * 1vw / 375);
  }
}