/*=======================
 hexa.css
 =======================*/
:root {
  --font-family-zen-kaku-gothic-new:'Zen Kaku Gothic New', sans-serif;
  --color-00: #000000;
  --color-01: #FFFFFF;
  --color-02: #01C9C7;
  --color-03: #01B3E0;
  --color-04: #00B3E0;
  --color-05: #00CBC5;
  --color-06: #CECECE;
  --color-07: #7D7D7D;
  --color-08: #363636;
  --width-pc-01: calc(1220vw / 19.2);
  --width-sp-01: calc(320vw / 3.6);
}
/*使用する時は
font-family:var(--font-family-zen-kaku-gothic-new);
*/

@media screen and (max-width: 767px) {
  ._pc{ display: none; }
}
@media screen and (min-width: 768px) {
  ._sp{ display: none; }
}

.hexa-main {
  background-image: url(../image/menu/hexa/pc/hexa-back.png);
  background-size: 100%;
  background-repeat: repeat;
  background-position: 0 calc(100vw / 19.2);
  padding-bottom: calc(220vw / 19.2);
}
@media screen and (max-width: 767px) {
  .hexa-main {
    background-image: url(../image/menu/hexa/sp/hexa-back.png);
    background-position: 0 calc(370vw / 3.6);
    background-size: calc(360vw / 3.6);
    padding-bottom: 0;
  }
}
.hexa-fv {
  position: relative;
  height: calc(792vw / 19.2);
  background-image: url(../image/menu/hexa/pc/hexa-fv-back.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .hexa-fv {
    height: calc(380vw / 3.6);
    background-image: url(../image/menu/hexa/sp/hexa-fv-back.png);
  }
}
.hexa-h2 {
  margin: 0;
}
.hexa-fv-span-1 {
  position: absolute;
  top: calc(262vw / 19.2);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(312vw / 19.2);
  border-radius: calc(44vw / 19.2);
  text-align: center;
  font-size: calc(42vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  color: var(--color-01);
  margin: 0 auto;
  padding: calc(16vw / 19.2) 0 calc(18vw / 19.2);
  background: linear-gradient(to right, var(--color-02), var(--color-03));
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .hexa-fv-span-1 {
    top: calc(124vw / 3.6);
    width: calc(144vw / 3.6);
    border-radius: calc(44vw / 3.6);
    font-size: calc(18vw / 3.6);
    padding: calc(8vw / 3.6) 0 calc(10vw / 3.6);
  }
}
.hexa-fv-span-2 {
  position: absolute;
  top: calc(370vw / 19.2);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  color: var(--color-01);
  font-size: calc(72vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  text-shadow: 0 0 calc(4vw / 19.2) rgb(255, 255, 255), 0 0 calc(10vw / 19.2) rgb(255, 255, 255), 0 0 calc(20vw / 19.2) rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .hexa-fv-span-2 {
    top: calc(178vw / 3.6);
    font-size: calc(34vw / 3.6);
    white-space: nowrap;
    text-shadow: 0 0 calc(4vw / 3.6) rgb(255, 255, 255), 0 0 calc(10vw / 3.6) rgb(255, 255, 255), 0 0 calc(20vw / 3.6) rgb(255, 255, 255);
  }
}
.hexa-fv-span-3 {
  position: absolute;
  top: calc(370vw / 19.2);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: calc(72vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  background: linear-gradient(to right, var(--color-04), var(--color-05));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* 非Webkitブラウザでも透明化 */
}
@media screen and (max-width: 767px) {
  .hexa-fv-span-3 {
    top: calc(178vw / 3.6);
    font-size: calc(34vw / 3.6);
    white-space: nowrap;
  }
}
/* hexa */
.hexa {
  width: var(--width-pc-01);
  margin: calc(107vw / 19.2) auto 0;
}
@media screen and (max-width: 767px) {
  .hexa {
    width: var(--width-sp-01);
    margin: calc(44vw / 3.6) auto 0;
  }
}
.hexa-h3 {
  font-size: calc(38vw / 19.2);
  line-height: calc(55vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 600;
  text-align: center;
  margin: 0 0 calc(42vw / 19.2);
}
@media screen and (max-width: 767px) {
  .hexa-h3 {
    font-size: calc(18vw / 3.6);
    line-height: calc(24vw / 3.6);
    margin-bottom: calc(24vw / 3.6);
  }
}
.hexa-p {
  font-size: calc(28vw / 19.2);
  line-height: calc(46vw / 19.2);
  letter-spacing: 0;
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hexa-p {
    font-size: calc(13vw / 3.6);
    line-height: calc(24vw / 3.6);
    letter-spacing: calc(0.23vw / 3.6);
  }
}
/* work */
.work {
  width: var(--width-pc-01);
  margin: calc(134vw / 19.2) auto 0;
}
@media screen and (max-width: 767px) {
  .work {
    width: var(--width-sp-01);
    margin: calc(44vw / 3.6) auto 0;
  }
}
.work-h3 {
  font-size: calc(38vw / 19.2);
  line-height: calc(55vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 600;
  text-align: center;
  margin: 0 0 calc(42vw / 19.2);
}
@media screen and (max-width: 767px) {
  .work-h3 {
    font-size: calc(18vw / 3.6);
    line-height: calc(24vw / 3.6);
    margin-bottom: calc(24vw / 3.6);
  }
}
.work-p-1 {
  font-size: calc(32vw / 19.2);
  line-height: calc(50vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
  text-align: center;
  margin-bottom: calc(60vw / 19.2);
}
@media screen and (max-width: 767px) {
  .work-p-1 {
    font-size: calc(13vw / 3.6);
    line-height: calc(24vw / 3.6);
    letter-spacing: calc(0.23vw / 3.6);
    margin-bottom: calc(18vw / 3.6);
  }
}
.work-p-2 {
  font-size: calc(32vw / 19.2);
  line-height: calc(50vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
  text-align: center;
  margin: calc(30vw / 19.2) auto calc(90vw / 19.2);
}
@media screen and (max-width: 767px) {
  .work-p-2 {
    font-size: calc(13vw / 3.6);
    line-height: calc(24vw / 3.6);
    letter-spacing: calc(0.23vw / 3.6);
  }
}
@media screen and (max-width: 767px) {
  .hexa-swiper-container {
    margin: 0 calc(-20vw / 3.6);
  }
}
.hexa-swiper-slide {
  color: var(--color-01);
  text-align: center;
  background: linear-gradient(to right, var(--color-02), var(--color-03));
  border-radius: calc(20vw / 19.2);
  padding: calc(40vw / 19.2) 0 0;
  height: calc(260vw / 19.2);
  margin-bottom: calc(44vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hexa-swiper-slide {
    border-radius: calc(10vw / 3.6);
    padding: calc(30vw / 3.6) 0 0;
    height: calc(250vw / 3.6);
    margin-bottom: calc(16vw / 3.6);
    width: calc(320vw / 3.6);
  }
}
.work-tab {
  border: calc(8vw / 19.2) solid var(--color-00);
  border-radius: calc(20vw / 19.2);
  padding: calc(20vw / 19.2);
  background-color: var(--color-01);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .work-tab {
    border: calc(4vw / 3.6) solid var(--color-00);
    border-radius: calc(6vw / 3.6);
    padding: calc(8vw / 3.6);
  }
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: calc(20vw / 19.2) calc(20vw / 19.2);
}
@media screen and (max-width: 767px) {
  .tab-wrap {
    gap: calc(10vw / 3.6) calc(10vw / 3.6);
  }
}
.tab-switch {
    display: none;
}
.tab-label {
  cursor: pointer;
  order: -1;
  background-color: var(--color-06);
  color: var(--color-01);
  font-size: calc(38vw / 19.2);
  letter-spacing: 0;
  padding: calc(18vw / 19.2) 0 calc(20vw / 19.2);
  border-radius: calc(8vw / 19.2);
  width: calc(33.33333% - calc(14vw / 19.2));
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab-label {
    font-size: calc(18vw / 3.6);
    padding: calc(8vw / 3.6) 0 calc(8vw / 3.6);
    border-radius: calc(4vw / 3.6);
    width: calc(50% - calc(5vw / 3.6));
  }
}
.tab-switch:checked+.tab-label {
  background: linear-gradient(to right, var(--color-02), var(--color-03));
}
.tab-content {
  display: none;
  width: 100%;
  font-size: calc(32vw / 19.2);
  line-height: calc(50vw / 19.2);
  letter-spacing: 0;
  height: calc(150vw / 19.2);
  padding: 0 calc(15vw / 19.2) 0;
}
@media screen and (max-width: 767px) {
  .tab-content {
    font-size: calc(16vw / 3.6);
    line-height: calc(24vw / 3.6);
    height: calc(100vw / 3.6);
    padding: 0 calc(4vw / 3.6) 0;
  }
}
.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}
.work-dt-span-01 {
  font-size: calc(62vw / 19.2);
  font-weight: 600;
  line-height: calc(62vw / 19.2);
  margin-right: calc(24vw / 19.2);
}
@media screen and (max-width: 767px) {
  .work-dt-span-01 {
    display: block;
    font-size: calc(30vw / 3.6);
    line-height: calc(30vw / 3.6);
    margin-right: 0;
  }
}
.work-dt-span-02 {
  font-size: calc(52vw / 19.2);
  font-weight: 600;
  line-height: calc(52vw / 19.2);
}
@media screen and (max-width: 767px) {
  .work-dt-span-02 {
    display: block;
    font-size: calc(26vw / 3.6);
    line-height: calc(26vw / 3.6);
    margin-top: calc(26vw / 3.6);
  }
}
.work-dd {
  font-size: calc(32vw / 19.2);
  margin-top: calc(16vw / 19.2);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .work-dd {
    font-size: calc(16vw / 3.6);
    margin: calc(16vw / 3.6) auto 0;
    width: calc(280vw / 3.6);
  }
}
@media screen and (min-width: 768px) {
  .swiper-wrapper.hexa-swiper-wrapper {
    display: block;
  }
  .hexa-swiper .swiper-button-prev,
  .hexa-swiper .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper-wrapper.hexa-swiper-wrapper {
    display: flex;
  }
  .hexa-swiper .swiper-button-prev {
    background-image: url(../image/menu/hexa/sp/left-arrow.png);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: calc(30vw / 3.6);
    height: calc(30vw / 3.6);
  }
  .hexa-swiper .swiper-button-next {
    background-image: url(../image/menu/hexa/sp/right-arrow.png);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: calc(30vw / 3.6);
    height: calc(30vw / 3.6);
  }
  .hexa-swiper .swiper-button-prev::after,
  .hexa-swiper .swiper-button-next::after {
    content: none;
  }
}
/* target */
.target {
  width: var(--width-pc-01);
  margin: calc(174vw / 19.2) auto 0;
}
@media screen and (max-width: 767px) {
  .target {
    width: var(--width-sp-01);
    margin: calc(44vw / 3.6) auto 0;
  }
}
.target-h3 {
  font-size: calc(38vw / 19.2);
  line-height: calc(55vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 600;
  text-align: center;
  margin: 0 0 calc(42vw / 19.2);
}
@media screen and (max-width: 767px) {
  .target-h3 {
    font-size: calc(18vw / 3.6);
    line-height: calc(24vw / 3.6);
    margin-bottom: calc(24vw / 3.6);
  }
}
.target-p {
  font-size: calc(28vw / 19.2);
  line-height: calc(46vw / 19.2);
  letter-spacing: 0;
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .target-p {
    font-size: calc(13vw / 3.6);
    line-height: calc(24vw / 3.6);
    letter-spacing: calc(0.23vw / 3.6);
  }
}
/* technology */
.technology {
  width: var(--width-pc-01);
  margin: calc(174vw / 19.2) auto 0;
}
@media screen and (max-width: 767px) {
  .technology {
    width: var(--width-sp-01);
    margin: calc(44vw / 3.6) auto 0;
  }
}
.technology-h3 {
  font-size: calc(38vw / 19.2);
  line-height: calc(55vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 600;
  text-align: center;
  margin: 0 0 calc(42vw / 19.2);
}
@media screen and (max-width: 767px) {
  .technology-h3 {
    font-size: calc(18vw / 3.6);
    line-height: calc(24vw / 3.6);
    margin-bottom: calc(24vw / 3.6);
  }
}
.technology-p {
  font-size: calc(28vw / 19.2);
  line-height: calc(46vw / 19.2);
  letter-spacing: 0;
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .technology-p {
    font-size: calc(13vw / 3.6);
    line-height: calc(24vw / 3.6);
    letter-spacing: calc(0.23vw / 3.6);
  }
}
.technology-span {
  display: block;
  font-size: calc(24vw / 19.2);
  line-height: calc(28vw / 19.2);
  color: var(--color-07);
  margin-top: calc(24vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .technology-span {
    font-size: calc(12vw / 3.6);
    line-height: calc(16vw / 3.6);
    margin-top: calc(2vw / 3.6);
  }
}
/* price */
.price {
  background: linear-gradient(to right, var(--color-02), var(--color-03));
  margin: calc(172vw / 19.2) 0 0;
  padding: calc(60vw / 19.2) calc(calc(100% - var(--width-pc-01)) / 2) calc(40vw / 19.2);
}
@media screen and (max-width: 767px) {
  .price {
    margin: calc(54vw / 3.6) 0 0;
    padding: calc(30vw / 3.6) calc(calc(100% - var(--width-sp-01)) / 2) calc(30vw / 3.6);
  }
}
.price-h3 {
  font-size: calc(38vw / 19.2);
  font-weight: 600;
  line-height: calc(55vw / 19.2);
  color: var(--color-01);
  text-align: center;
  margin: 0 0 calc(56vw / 19.2);
}
@media screen and (max-width: 767px) {
  .price-h3 {
    font-size: calc(18vw / 3.6);
    line-height: calc(24vw / 3.6);
    margin-bottom: calc(24vw / 3.6);
  }
}
.price-div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(1000vw / 19.2);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price-div {
    display: block;
    width: 100%;
  }
}
.price-dl {
  width: calc(200vw / 19.2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-dl {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: calc(16vw / 3.6);
  }
}
.price-dt {
  color: var(--color-08);
  background-color: var(--color-01);
  padding: calc(10vw / 19.2) 0 calc(12vw / 19.2);
  font-size: calc(28vw / 19.2);
  line-height: calc(28vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
  letter-spacing: 0;
  border-radius: calc(6vw / 19.2);
}
@media screen and (max-width: 767px) {
  .price-dt {
    width: calc(100vw / 3.6);
    border-radius: calc(2vw / 3.6);
    padding: calc(6vw / 3.6) 0 calc(6vw / 3.6);
    font-size: calc(14vw / 3.6);
    line-height: calc(14vw / 3.6);
  }
}
.price-span {
  font-size: calc(20vw / 19.2);
}
@media screen and (max-width: 767px) {
  .price-span {
    font-size: calc(10vw / 3.6);
  }
}
.price-dd {
  font-family: var(--font-family-zen-kaku-gothic-new);
}
@media screen and (max-width: 767px) {
  .price-dd {
    font-family: var(--font-family-zen-kaku-gothic-new);
  }
}
@media screen and (max-width: 767px) {
  .price-dd-dl {
    display: flex;
    align-items: center;
  }
}
.price-data {
  font-size: calc(44vw / 19.2);
  line-height: calc(78vw / 19.2);
  letter-spacing: 0;
  color: var(--color-01);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .price-data {
    font-size: calc(26vw / 3.6);
    line-height: calc(26vw / 3.6);
    padding: 0 calc(2vw / 3.6) 0 calc(10vw / 3.6);
  }
}
.price-yen {
  font-size: calc(26vw / 19.2);
  line-height: calc(47vw / 19.2);
  letter-spacing: 0;
  color: var(--color-01);
}
@media screen and (max-width: 767px) {
  .price-yen {
    font-size: calc(12vw / 3.6);
    line-height: calc(12vw / 3.6);
    padding-right: calc(2vw / 3.6);
  }
}
.price-note {
  font-size: calc(28vw / 19.2);
  line-height: calc(28vw / 19.2);
  color: var(--color-01);
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .price-note {
    font-size: calc(12vw / 3.6);
    line-height: calc(12vw / 3.6);
    padding-top: calc(8vw / 3.6);
  }
}
.price-dl:nth-of-type(1) > .price-dd .price-note {
  margin-left: calc(-38vw / 19.2);
}
@media screen and (max-width: 767px) {
  .price-dl:nth-of-type(1) > .price-dd .price-note {
    margin-left: 0;
  }
}
.price-dl:nth-of-type(2) > .price-dd .price-note {
  margin-left: calc(-20vw / 19.2);
}
@media screen and (max-width: 767px) {
  .price-dl:nth-of-type(2) > .price-dd .price-note {
    margin-left: 0;
  }
}
.price-p-note {
  font-size: calc(28vw / 19.2);
  line-height: calc(47vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
  color: var(--color-01);
  text-align: center;
  margin-top: calc(44vw / 19.2);
}
@media screen and (max-width: 767px) {
  .price-p-note {
    font-size: calc(14vw / 3.6);
    line-height: calc(14vw / 3.6);
    margin-top: calc(0vw / 3.6);
    letter-spacing: 0;
    text-align: left;
  }
}
/* note */
.note {
  width: var(--width-pc-01);
  margin: calc(174vw / 19.2) auto 0;
}
@media screen and (max-width: 767px) {
  .note {
    width: var(--width-sp-01);
    margin: calc(70vw / 3.6) auto 0;
  }
}
.note-h3 {
  font-size: calc(38vw / 19.2);
  line-height: calc(55vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 600;
  text-align: center;
  margin: 0 0 calc(42vw / 19.2);
}
@media screen and (max-width: 767px) {
  .note-h3 {
    font-size: calc(18vw / 3.6);
    line-height: calc(24vw / 3.6);
    margin-bottom: calc(24vw / 3.6);
  }
}
.note-p {
  font-size: calc(28vw / 19.2);
  line-height: calc(46vw / 19.2);
  letter-spacing: 0;
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .note-p {
    font-size: calc(13vw / 3.6);
    line-height: calc(24vw / 3.6);
    letter-spacing: calc(0.23vw / 3.6);
  }
}
/* external */
.external {
  width: var(--width-pc-01);
  margin: calc(162vw / 19.2) auto 0;
}
@media screen and (max-width: 767px) {
  .external {
    width: var(--width-sp-01);
    margin: calc(70vw / 3.6) auto calc(30vw / 3.6);
  }
}
.external-h3 {
  font-size: calc(38vw / 19.2);
  line-height: calc(55vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 600;
  text-align: center;
  margin: 0 0 calc(42vw / 19.2);
}
@media screen and (max-width: 767px) {
  .external-h3 {
    font-size: calc(18vw / 3.6);
    line-height: calc(24vw / 3.6);
    margin-bottom: calc(24vw / 3.6);
  }
}
.external-p {
  font-size: calc(32vw / 19.2);
  font-family: var(--font-family-zen-kaku-gothic-new);
  font-weight: 500;
  line-height: calc(50vw / 19.2);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: calc(58vw / 19.2);
}
@media screen and (max-width: 767px) {
  .external-p {
    font-size: calc(13vw / 3.6);
    line-height: calc(24vw / 3.6);
    letter-spacing: calc(0.23vw / 3.6);
  }
}
.hexa-bunner {
  display: block;
  width: calc(820vw / 19.2);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hexa-bunner {
    width: 100%;
  }
}