@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

header::before {
  width: 315px;
  height: 178px;
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background-image: url(../image/common/bg_lower_pc.svg);
}
@media screen and (max-width: 768px) {
  header::before {
    width: 41.3333333333vw;
    height: 21.6vw;
    background-image: url(../image/common/bg_lower_sp.svg);
    background-size: 41.3333333333vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  /*=============================
  .btn-trigger
  =============================*/
  /*=============================
  #btn01
  =============================*/
  /*-------------------------------------------------------------------
  header
  /*-------------------------------------------------------------------*/
}
header.scroll {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0vw 4vw 0vw;
  }
}
header .header_logo {
  width: 170px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  header .header_logo {
    width: 26.4vw;
    margin-left: 5.8666666667vw;
  }
}
header .header_cont {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 10px;
}
header .head_eventBtn {
  width: 280px;
  height: 50px;
  border: 1px solid #FF5611;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-image: url(../image/common/ico_arrow03.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: #fff;
  padding-right: 20px;
}
header .head_eventBtn:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #FF5611;
  background-image: url(../image/common/ico_arrow02.svg);
}
@media screen and (max-width: 768px) {
  header .head_eventBtn {
    display: none;
  }
}
header .btn-trigger {
  position: relative;
  width: 90px;
  height: 90px;
  cursor: pointer;
  background-color: #FF5611;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  header .btn-trigger {
    width: 13.6vw;
    height: 13.6vw;
    border-radius: 13.6vw;
  }
}
header .btn-trigger span {
  width: 100%;
  height: 3px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header .btn-trigger span {
    height: 0.5333333333vw;
  }
}
header .btn-trigger_line {
  position: relative;
  display: flex;
  height: 100%;
  width: 46px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .btn-trigger_line {
    width: 6.9333333333vw;
  }
}
header .btn-trigger span {
  position: absolute;
}
header .btn-trigger,
header .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
header .btn-trigger span:nth-of-type(1) {
  top: 30px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  header .btn-trigger span:nth-of-type(1) {
    width: 6.9333333333vw;
    top: 4.2666666667vw;
  }
}
header .btn-trigger span:nth-of-type(2) {
  top: 42px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  header .btn-trigger span:nth-of-type(2) {
    width: 5.3333333333vw;
    top: 6.6666666667vw;
  }
}
header .btn-trigger span:nth-of-type(3) {
  bottom: 33px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  header .btn-trigger span:nth-of-type(3) {
    width: 3.7333333333vw;
    bottom: 4vw;
  }
}
header #btn01.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: 24px;
  width: 40px;
  left: 4px;
}
@media screen and (max-width: 768px) {
  header #btn01.active span:nth-of-type(1) {
    top: 3.7333333333vw;
    width: 10.6666666667vw;
    left: 1.0666666667vw;
    top: -1.2vw;
  }
}
header #btn01.active span:nth-of-type(2) {
  opacity: 0;
}
header #btn01.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  bottom: 23px;
  width: 40px;
  left: 4px;
}
@media screen and (max-width: 768px) {
  header #btn01.active span:nth-of-type(3) {
    bottom: 4.2vw;
    width: 10.6666666667vw;
    left: 1.3666666667vw;
  }
}

.go_top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .go_top {
    bottom: 2.6666666667vw;
    right: 4vw;
    width: 10.6666666667vw;
  }
}

/*-------------------------------------------------------------------
 nav_cont
 /*-------------------------------------------------------------------*/
.nav_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/common/nav_bg01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .nav_cont {
    flex-direction: column;
    align-items: flex-start;
    background-image: url(../image/common/nav_bg01_sp.png);
  }
}
.nav_cont .nav_contInner {
  width: 890px;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contInner {
    width: 100vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 16vw;
  }
}
.nav_cont .nav_contTop {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contTop {
    padding: 0 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.nav_cont .nav_contTop .nav_contLogo {
  width: 155px;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contTop .nav_contLogo {
    width: 41.3333333333vw;
    margin-bottom: 8vw;
    margin-left: 5.3333333333vw;
  }
}
.nav_cont .nav_contMiddleWrap {
  display: flex;
  width: 100%;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contMiddleWrap {
    flex-direction: column;
    padding: 0 2.6666666667vw;
    gap: 0vw;
  }
}
.nav_cont .nav_contMiddleBoxLink {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contMiddleBoxLink {
    font-size: 4.8vw;
  }
}
.nav_cont .nav_contMiddleBox {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contMiddleBox {
    font-size: 4.8vw;
    padding-bottom: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contMiddleBox {
    margin-bottom: 0;
  }
}
.nav_cont .nav_contMiddleBoxSubLink {
  display: block;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contMiddleBoxSubLink {
    font-size: 4.5333333333vw;
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 2em;
  }
}
.nav_cont .nav_contMiddleBoxSubLink::before {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background-image: url(../image/common/ico_arrow04.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.nav_cont .nav_contMiddleBox.flex {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contMiddleBox.flex {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contMiddleBoxColumn {
    display: flex;
    gap: 5vw;
  }
}
.nav_cont .nav_contMiddleBoxColumn dt {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contMiddleBoxColumn dt {
    font-size: 4.8vw;
    width: 45.3333333333vw;
    padding: 1.3333333333vw 0;
    padding-left: 2em;
  }
}
.nav_cont .nav_contMiddleBoxColumn dd a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contMiddleBoxColumn dd a {
    font-size: 4.8vw;
    padding: 1.3333333333vw 0;
  }
}
.nav_cont .nav_contMiddleBoxColumn dd a::before {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background-image: url(../image/common/ico_arrow04.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.nav_cont .head_corporateBtn {
  margin-top: 30px;
  width: 390px;
  height: 80px;
  background-color: #FA7841;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nav_cont .head_corporateBtn {
    width: 94.6666666667vw;
    height: 21.3333333333vw;
    font-size: 4.2666666667vw;
    margin: 0 auto;
    margin: 0 auto;
    padding-left: 6vw;
    justify-content: flex-start;
    border-radius: 1.6vw;
    padding-right: 6vw;
    justify-content: space-between;
  }
}
.nav_cont .head_corporateBtn::after {
  content: "";
  display: block;
  width: 15px;
  margin-left: 5px;
  height: 15px;
  background-image: url(../image/common/ico_external01.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.header_nav {
  z-index: 999999;
  position: relative;
}

.nav_cont {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .nav_contInner {
    height: 100vh;
    overflow: scroll;
  }
}

.nav_open .nav_cont {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 768px) {
  .border_center {
    border-bottom: none !important;
  }
}
.border_center .nav_contMiddleBoxLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .border_center .nav_contMiddleBoxLink {
    display: inline;
  }
}
.border_center .nav_contMiddleBoxLink::after {
  content: "";
  display: block;
  width: 55%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .border_center .nav_contMiddleBoxLink::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_accordion {
    position: relative;
  }
  .sp_accordion::after {
    content: "";
    position: absolute;
    top: 1.6em;
    right: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 2px;
    background: #fff;
  }
  .sp_accordion.active::before {
    transform: rotate(0deg);
  }
  .sp_accordion::before {
    content: "";
    position: absolute;
    top: 1.6em;
    right: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 2px;
    background: #fff;
    transform: rotate(90deg);
  }
  .sp_accordion.top::after, .sp_accordion.top::before {
    top: 1.3em;
  }
}

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

@media screen and (max-width: 768px) {
  .sp_border_none {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp_border_top {
    border-top: 1px solid #fff !important;
  }
}

@media screen and (max-width: 768px) {
  .nav_cont .head_eventBtn {
    display: flex;
    margin: 10.6666666667vw auto;
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

/*-------------------------------------------------------------------
footer
/*-------------------------------------------------------------------*/
footer {
  background-color: #FF5611;
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 42.6666666667vw;
    padding-top: 16vw;
    padding-bottom: 37.3333333333vw;
  }
}
footer .footer_goTop {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: top;
  padding-top: 20px;
  justify-content: center;
  padding: 10px 0;
  width: 167px;
  height: 167px;
  position: absolute;
  top: -74px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FF5611;
  border-radius: 167px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  footer .footer_goTop {
    width: 44.5333333333vw;
    height: 44.5333333333vw;
    top: -14.4vw;
    padding-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
footer .footer_ttl {
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer_ttl {
    font-size: 9.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
footer .footer_txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .footer_txt {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
footer .footer_link {
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  footer .footer_link {
    font-size: 4.8vw;
    margin-bottom: 26.6666666667vw;
  }
}
footer .footer_link:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../image/common/ico_arrow02.svg);
  background-size: 30px;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  footer .footer_link:after {
    width: 8vw;
    height: 8vw;
    background-size: 8vw;
  }
}
footer .footer_copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_copy {
    font-size: 3.2vw;
  }
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
body {
  min-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
    width: 100vw;
  }
}
body * {
  box-sizing: border-box;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

.wrap {
  background-image: url(../image/common/cont_bg01pc.png);
  background-repeat: 2826px;
  background-repeat: repeat-y;
  background-position: top;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    width: 100vw;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
.fluidimage {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
/* 下層ページ共通 */
.lowerPage .wrap {
  background: url(../image/common/bg_lower.svg) no-repeat top center/contain;
}

.lower {
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  .lower {
    padding-top: 96px;
  }
}

/* pre-footer
---------------------------------------------------------- */
.pre-footer {
  padding: 100px 0 145px;
}
@media screen and (max-width: 768px) {
  .pre-footer {
    padding: 16vw 0 0vw;
  }
}
.pre-footer .inner {
  display: flex;
  justify-content: center;
  gap: 64px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .pre-footer .inner {
    display: block;
    gap: 0 5.3333333333vw;
    width: 89.3333333333vw;
    padding: 0;
  }
}
.pre-footer .p-footer_block {
  position: relative;
  flex: 1;
  display: block;
  width: 518px;
  padding: 48px 35px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 8px 14px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-footer .p-footer_block {
    width: 100%;
    padding: 8vw 5.8666666667vw;
    border-radius: 4vw;
    box-shadow: 2.1333333333vw 3.7333333333vw 10.6666666667vw rgba(0, 0, 0, 0.15);
  }
  .pre-footer .p-footer_block:last-child {
    margin-top: 8vw;
  }
}
.pre-footer .p-footer_ttl {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pre-footer .p-footer_ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 4vw;
    padding-bottom: 5.3333333333vw;
    background-image: linear-gradient(to right, #000 1px, transparent 1px);
  }
}
.pre-footer .p-footer_txt {
  margin-bottom: 38px;
  line-height: 1.8;
  letter-spacing: 0.006em;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pre-footer .p-footer_txt {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.pre-footer .p-footer_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  letter-spacing: 0.006em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .pre-footer .p-footer_link {
    font-size: 3.7333333333vw;
  }
}
.pre-footer .p-footer_link::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../image/common/ico_arrow01.svg) no-repeat center;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .pre-footer .p-footer_link::after {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    margin-left: 2.6666666667vw;
    background-size: cover;
  }
}
/* animation
---------------------------------------------------------- */
.js-fadeup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1s, visibility 1s, transform 0.5s;
}
.js-fadeup._active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
.js-fadein._active {
  opacity: 1;
  visibility: visible;
}

/*-------------------------------------------------------------------
general
/*-------------------------------------------------------------------*/
.bgGrey {
  background: #F9F9F9;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 768px) {
  .bgGrey {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}

.wp100 {
  width: 100% !important;
}

.wp90 {
  width: 90% !important;
}

.wp80 {
  width: 80% !important;
}

.wp70 {
  width: 70% !important;
}

.wp60 {
  width: 60% !important;
}

.wp50 {
  width: 50% !important;
}

.wp40 {
  width: 40% !important;
}

.wp30 {
  width: 30% !important;
}

.wp20 {
  width: 20% !important;
}

.wp10 {
  width: 10% !important;
}

@media screen and (max-width: 768px) {
  .wa_sp {
    width: auto !important;
  }
  .wp4_sp {
    width: 4% !important;
  }
  .wp5_sp {
    width: 5% !important;
  }
  .wp10_sp {
    width: 10% !important;
  }
  .wp20_sp {
    width: 20% !important;
  }
  .wp30_sp {
    width: 30% !important;
  }
  .wp40_sp {
    width: 40% !important;
  }
  .wp50_sp {
    width: 50% !important;
  }
  .wp60_sp {
    width: 60% !important;
  }
  .wp70_sp {
    width: 70% !important;
  }
  .wp80_sp {
    width: 80% !important;
  }
  .wp90_sp {
    width: 90% !important;
  }
  .wp100_sp {
    width: 100% !important;
  }
}
.al_left {
  text-align: left !important;
}

.al_center {
  text-align: center !important;
}

.al_right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .al_left_sp {
    text-align: left !important;
  }
  .al_center_sp {
    text-align: center !important;
  }
  .al_right_sp {
    text-align: right !important;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt140 {
  margin-top: 140px !important;
}

@media screen and (max-width: 768px) {
  .mt0_sp {
    margin-top: 0 !important;
  }
  .mt5_sp {
    margin-top: 5px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .mt15_sp {
    margin-top: 15px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .mt25_sp {
    margin-top: 25px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .mt45_sp {
    margin-top: 45px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

@media screen and (max-width: 768px) {
  .mb0_sp {
    margin-bottom: 0 !important;
  }
  .mb5_sp {
    margin-bottom: 5px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .mb65_sp {
    margin-bottom: 65px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
}
.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

@media screen and (max-width: 768px) {
  .ml0_sp {
    margin-left: 0 !important;
  }
  .ml5_sp {
    margin-left: 5px !important;
  }
  .ml10_sp {
    margin-left: 10px !important;
  }
  .ml15_sp {
    margin-left: 15px !important;
  }
  .ml20_sp {
    margin-left: 10px !important;
  }
  .ml25_sp {
    margin-left: 13px !important;
  }
  .ml30_sp {
    margin-left: 15px !important;
  }
  .ml35_sp {
    margin-left: 17px !important;
  }
  .ml40_sp {
    margin-left: 20px !important;
  }
  .ml45_sp {
    margin-left: 22px !important;
  }
  .ml50_sp {
    margin-left: 25px !important;
  }
  .ml55_sp {
    margin-left: 27px !important;
  }
  .ml60_sp {
    margin-left: 30px !important;
  }
  .ml65_sp {
    margin-left: 32px !important;
  }
  .ml70_sp {
    margin-left: 35px !important;
  }
  .ml75_sp {
    margin-left: 37px !important;
  }
  .ml80_sp {
    margin-left: 40px !important;
  }
  .ml85_sp {
    margin-left: 42px !important;
  }
  .ml90_sp {
    margin-left: 45px !important;
  }
  .ml100_sp {
    margin-left: 50px !important;
  }
}
.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr190 {
  margin-right: 190px !important;
}

@media screen and (max-width: 768px) {
  .mr0_sp {
    margin-right: 0 !important;
  }
  .mr5_sp {
    margin-right: 5px !important;
  }
  .mr10_sp {
    margin-right: 10px !important;
  }
  .mr15_sp {
    margin-right: 15px !important;
  }
  .mr20_sp {
    margin-right: 20px !important;
  }
  .mr25_sp {
    margin-right: 25px !important;
  }
  .mr30_sp {
    margin-right: 30px !important;
  }
  .mr50_sp {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .mb0_sp {
    margin-bottom: 0 !important;
  }
  .mt0_sp {
    margin-top: 0 !important;
  }
  .mr0_sp {
    margin-right: 0 !important;
  }
  .ml0_sp {
    margin-left: 0 !important;
  }
}
.text8 {
  font-size: 8px !important;
}

.text9 {
  font-size: 9px !important;
}

.text10 {
  font-size: 10px !important;
}

.text11 {
  font-size: 11px !important;
}

.text12 {
  font-size: 12px !important;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text15 {
  font-size: 15px !important;
}

.text16 {
  font-size: 16px !important;
}

.text17 {
  font-size: 17px !important;
}

.text18 {
  font-size: 18px !important;
}

.text19 {
  font-size: 19px !important;
}

.text20 {
  font-size: 20px !important;
}

.text21 {
  font-size: 21px !important;
}

.text22 {
  font-size: 22px !important;
}

.text23 {
  font-size: 23px !important;
}

.text24 {
  font-size: 24px !important;
}

.text25 {
  font-size: 25px !important;
}

.text26 {
  font-size: 26px !important;
}

.text27 {
  font-size: 27px !important;
}

.text28 {
  font-size: 28px !important;
}

.text29 {
  font-size: 29px !important;
}

.text30 {
  font-size: 30px !important;
}

.text31 {
  font-size: 31px !important;
}

.text32 {
  font-size: 32px !important;
}

.text33 {
  font-size: 33px !important;
}

.text34 {
  font-size: 34px !important;
}

.text35 {
  font-size: 35px !important;
}

.text36 {
  font-size: 36px !important;
}

.text37 {
  font-size: 37px !important;
}

.text38 {
  font-size: 38px !important;
}

.text39 {
  font-size: 39px !important;
}

.text40 {
  font-size: 40px !important;
}

.text60 {
  font-size: 60px !important;
}

@media screen and (max-width: 959px) {
  .text10_sp {
    font-size: 10px !important;
  }
  .text12_sp {
    font-size: 12px !important;
  }
  .text13_sp {
    font-size: 13px !important;
  }
  .text14_sp {
    font-size: 14px !important;
  }
  .text15_sp {
    font-size: 15px !important;
  }
  .text16_sp {
    font-size: 16px !important;
  }
  .text18_sp {
    font-size: 18px !important;
  }
  .text20_sp {
    font-size: 20px !important;
  }
  .text24_sp {
    font-size: 24px !important;
  }
  .text25_sp {
    font-size: 25px !important;
  }
  .text28_sp {
    font-size: 28px !important;
  }
  .text30_sp {
    font-size: 30px !important;
  }
  .text38 {
    font-size: 8.8vw !important;
  }
}
sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}

/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
パンくずリスト
/*-------------------------------------------------------------------*/
.c-pan_nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 12px;
  color: #000;
}
.c-pan_nav li {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.c-pan_nav li:has(a)::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #B4B4B4;
  transform: rotate(45deg);
}
.c-pan_nav li:first-child {
  margin-left: 0;
}
.c-pan_nav li:first-child::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 4px;
  background: #FF5611;
}
.c-pan_nav li a {
  margin-right: 10px;
}

/*-------------------------------------------------------------------
タイトル
/*-------------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 87.5%;
  min-width: 1200px;
  margin: 0 auto 60px;
  max-width: 1350px;
}
@media screen and (max-width: 768px) {
  .c-mv {
    width: 89.3333333333vw;
    min-width: auto;
    margin: 0 auto 20px;
  }
}
.c-mv ._ico {
  position: absolute;
  right: 50px;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .c-mv ._ico {
    top: -16vw;
    right: 50%;
    transform: translateX(50%);
    width: 32vw;
    height: 32vw;
  }
}

.c-ttl01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-ttl01 {
    margin-bottom: 19.4666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.c-ttl01 ._txt {
  margin-bottom: 5px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .c-ttl01 ._txt {
    position: relative;
    font-size: 5.3333333333vw;
  }
}
.c-ttl01 ._txt::before {
  content: "＼ ";
}
@media screen and (max-width: 768px) {
  .c-ttl01 ._txt::before {
    left: 4.2666666667vw;
    transform: rotate(-36deg);
  }
}
.c-ttl01 ._txt::after {
  content: " ／";
}
@media screen and (max-width: 768px) {
  .c-ttl01 ._txt::after {
    right: 4.2666666667vw;
    transform: rotate(36deg);
  }
}
@media screen and (max-width: 768px) {
  .c-ttl01 ._txt::before, .c-ttl01 ._txt::after {
    position: absolute;
    bottom: 2.6666666667vw;
    content: "";
    width: 1px;
    height: 16.5333333333vw;
    background: #000;
    display: block;
  }
}
.c-ttl01 ._ttl {
  letter-spacing: 0.06em;
}
.c-ttl01 ._ttl span {
  display: block;
  color: #FF5611;
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .c-ttl01 ._ttl span {
    font-size: 10.6666666667vw;
  }
}
.c-ttl01 ._txt-en {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #F5F5F5;
  font-size: 120px;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-ttl01 ._txt-en {
    font-size: 21.3333333333vw;
  }
}
.c-ttl01 ._txt-en._animation {
  top: 0;
  animation: loop-slide 80s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-ttl02 {
  margin-bottom: 55px;
  padding: 25px 50px;
  background: #FF5611;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  line-height: 2;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-ttl02 {
    margin-bottom: 7.4666666667vw;
    padding-top: 5.8666666667vw;
    padding-right: 2.6666666667vw;
    padding-bottom: 5.8666666667vw;
    padding-left: 2.6666666667vw;
    line-height: 1.75;
    font-size: 4.5333333333vw;
  }
}

div.c-ttl03 {
  text-align: center;
  font-weight: 700;
}
div.c-ttl03 ._txt-en {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
div.c-ttl03 p._txt-og {
  margin: 7px 0 20px;
  color: #FF5611;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  div.c-ttl03 p._txt-og {
    font-size: 4.8vw;
  }
}
div.c-ttl03 ._ttl {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  div.c-ttl03 ._ttl {
    font-size: 6.6666666667vw;
  }
}

/* スマホ下層ファーストビュー */
@media (max-width: 767px) {
  .lower-fv {
    display: flex;
    flex-direction: column;
  }
  .lower-fv .c-ttl01 {
    order: 1;
  }
  .lower-fv .c-pan_nav {
    order: 3;
  }
  .lower-fv .c-mv {
    order: 2;
  }
}
.top {
  /*-------------------------------------------------------------------
  mv
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  fixed_cont
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  intro
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  game
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  goal
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  modal
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  loding
  /*-------------------------------------------------------------------*/
}
.top .star {
  fill: #ffffff !important;
}
.top .character.active .star {
  fill: #FFDA10 !important;
}
.top .fixed_meter .active {
  fill: #FFDA10 !important;
}
.top .wrap {
  background-image: url(../image/top/cont_bg01_pc.webp);
  background-size: 2868px;
  background-position: 50% 10%;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top .wrap {
    background-image: url(../image/top/cont_bg01_sp.png);
    background-size: 100%;
  }
}
.top .mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
@media screen and (max-width: 768px) {
  .top .mv {
    overflow: visible;
  }
}
.top .mv .inner {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top .mv .inner {
    position: relative;
  }
}
.top .mv .swiper {
  overflow: hidden;
  width: 100vw;
}
.top .mv .mv_ttl {
  display: table;
  z-index: 111;
  position: absolute;
  top: 48%;
  left: 25%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .mv .mv_ttl {
    width: 84.2666666667vw;
    left: 0%;
    top: 34%;
    right: 0;
    margin: 0 auto;
    transform: translate(0%, -50%);
  }
}
.top .mv .mv_ttl .mv_ttlObject01 {
  position: absolute;
  top: -80px;
  right: -30px;
  width: 185px;
  z-index: 111;
}
@media screen and (max-width: 768px) {
  .top .mv .mv_ttl .mv_ttlObject01 {
    width: 25.6vw;
    top: -8vw;
    right: 5.3333333333vw;
  }
}
.top .mv .mv_ttl .mv_ttlObject02 {
  position: absolute;
  bottom: -65px;
  left: -70px;
  width: 273px;
  z-index: 111;
}
@media screen and (max-width: 768px) {
  .top .mv .mv_ttl .mv_ttlObject02 {
    width: 30.6666666667vw;
    bottom: -2.6666666667vw;
    left: -2.6666666667vw;
  }
}
.top .mv .swiper {
  height: calc(100% - 40px);
  width: calc(50% - 10px);
  position: absolute !important;
}
@media screen and (max-width: 768px) {
  .top .mv .swiper {
    width: 100vw;
  }
}
.top .mv .swiper.swiper1 {
  right: 0;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .top .mv .swiper.swiper1 {
    top: auto;
    bottom: 42vw;
    height: auto;
  }
}
.top .mv .swiper-wrapper {
  transition-timing-function: linear;
}
.top .mv .swiper-slide {
  height: 394px;
}
@media screen and (max-width: 768px) {
  .top .mv .swiper-slide {
    height: auto;
    width: 104.8vw;
  }
}
.top .mv .swiper-slide img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .mv:after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: #FFFBF7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 30px;
  background-image: url(../image/top/mv_bg01.svg);
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .top .mv:after {
    width: calc(100% - 20px);
    background-image: url(../image/top/mv_bg01_sp.svg);
    height: calc(100% - 20px);
  }
}
.top .mv_object01 {
  width: 689px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .top .mv_object01 {
    width: 100vw;
    bottom: -58.6666666667vw;
  }
}
.top .mv_object02 {
  width: 339px;
  position: absolute;
  bottom: 185px;
  right: 40px;
  z-index: 501;
}
@media screen and (max-width: 768px) {
  .top .mv_object02 {
    width: 70.1333333333vw;
    bottom: 31dvh;
    right: 0;
  }
}
.top .mv_ttlImg {
  width: 548px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top .mv_ttlImg {
    width: 84.2666666667vw;
  }
}
.top .fixed_cont {
  width: 348px;
  height: 190px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  border-radius: 90px 0 0 0;
  background-color: #fff;
  z-index: 998;
}
@media screen and (max-width: 768px) {
  .top .fixed_cont {
    width: 59.2vw;
    height: 27.7333333333vw;
    border-radius: 5.3333333333vw 0 0 0;
  }
}
.top .fixed_meter {
  width: 131px;
  position: absolute;
  top: 50px;
  right: 90px;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .top .fixed_meter {
    width: 22.9333333333vw;
    top: 2.6666666667vw;
    right: 17.3333333333vw;
  }
}
.top .fixed_img {
  width: 90px;
  position: absolute;
  bottom: 0px;
  left: 50px;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .top .fixed_img {
    width: 15.7333333333vw;
    bottom: 0vw;
    left: 4vw;
  }
}
.top .fixed_text {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 18px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .top .fixed_text {
    top: -5.3333333333vw;
    left: 10.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.top .fixed_text:before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #707070;
  margin-right: 5px;
  transform: rotate(-35deg);
  position: relative;
  left: -10px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .top .fixed_text:before {
    height: 4.2666666667vw;
    width: 0.2666666667vw;
    left: -1.3333333333vw;
    top: 0.8vw;
  }
}
.top .fixed_text:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #707070;
  margin-right: 5px;
  transform: rotate(35deg);
  position: relative;
  right: -10px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .top .fixed_text:after {
    height: 4.2666666667vw;
    width: 0.2666666667vw;
    left: 1.3333333333vw;
    top: 0.8vw;
  }
}
.top .fixed_text .fixed_textNum {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top .fixed_text .fixed_textNum {
    font-size: 5.3333333333vw;
  }
}
.top .intro {
  padding: 30px 0 20px;
  z-index: 100;
  position: relative;
  margin-bottom: -120px;
}
@media screen and (max-width: 768px) {
  .top .intro {
    padding: 58.6666666667vw 0 2.6666666667vw;
    margin-bottom: -42.6666666667vw;
  }
}
.top .intro .intro_txt {
  font-size: 17px;
  line-height: 2.2;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .intro .intro_txt {
    font-size: 4vw;
    line-height: 2.13;
  }
}
.top .intro .intro_txtOrange {
  color: #FF5611;
}
.top .game .inner {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 245px;
}
@media screen and (max-width: 768px) {
  .top .game .inner {
    background-image: url(../image/top/game_bg_sp.png);
    padding-top: 104vw;
    background-size: 49.6vw;
    padding-bottom: 112vw;
  }
}
.top .game .gameBox {
  width: 540px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.top .game .gameBox .gameBox_inner {
  box-shadow: 5px 0px 14px -5px #777777;
  position: relative;
  border-radius: 20px;
  padding-top: 73px;
  padding-bottom: 45px;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_inner {
    padding-top: 13.3333333333vw;
    padding-bottom: 8vw;
    border-radius: 5.3333333333vw;
  }
}
.top .game .gameBox .gameBox_num {
  font-size: 22px;
  color: #FF5611;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 50;
  font-weight: 500;
  border-bottom: 3px solid #FF5611;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_num {
    font-size: 5.8666666667vw;
    top: 2.6666666667vw;
    right: 4vw;
    border-bottom: 0.8vw solid #FF5611;
  }
}
.top .game .gameBox .gameBox_img {
  width: 201px;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_img {
    width: 53.3333333333vw;
    top: -26.6666666667vw;
  }
}
.top .game .gameBox .gameBox_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF5611;
}
.top .game .gameBox .gameBox_imgBg {
  content: "";
  display: block;
  box-shadow: 5px 0px 14px -5px #777777;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 201px;
  height: 191px;
  border-radius: 50%;
  margin: auto;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_imgBg {
    top: -26.6666666667vw;
    width: 53.3333333333vw;
    height: 50.6666666667vw;
  }
}
.top .game .gameBox .gameBox_ttl {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  z-index: 50;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top .game .gameBox .gameBox_ttlBig {
  font-size: 36px;
  color: #FF5611;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_ttlBig {
    font-size: 9.6vw;
  }
}
.top .game .gameBox .gameBox_catch {
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 50;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_catch {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top .game .gameBox .gameBox_catch span {
  min-width: 6em;
  text-align: center;
}
.top .game .gameBox .gameBox_catch:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #F43B3B;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_catch:after {
    width: 8vw;
    height: 0.8vw;
  }
}
.top .game .gameBox .gameBox_catch:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #F43B3B;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_catch:before {
    width: 8vw;
    height: 0.8vw;
  }
}
.top .game .gameBox .gameBox_txt {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_txt {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
.top .game .gameBox .gameBox_link {
  font-size: 17px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_link {
    font-size: 4.5333333333vw;
    gap: 2.6666666667vw;
  }
}
.top .game .gameBox .gameBox_link:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../image/common/ico_arrow01.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top .game .gameBox .gameBox_link:after {
    width: 8vw;
    height: 8vw;
  }
}
.top .game .column_wrap {
  z-index: 100;
  position: relative;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .top .game .column_wrap {
    padding-top: 40vw;
  }
}
.top .game .column {
  position: relative;
}
.top .game .column.column01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top .game .column.column01 {
    margin-bottom: 10.6666666667vw;
    padding-top: 40vw;
  }
}
.top .game .column.column02 .gameBox {
  margin: 0 50px 150px auto;
}
@media screen and (max-width: 768px) {
  .top .game .column.column02 .gameBox {
    margin: 0 auto 112vw;
  }
}
.top .game .column.column03 .gameBox {
  margin: 0 auto 185px 50px;
}
@media screen and (max-width: 768px) {
  .top .game .column.column03 .gameBox {
    margin: 0 auto 120vw;
  }
}
.top .game .column.column04 .gameBox {
  margin: 0 50px 0 auto;
}
@media screen and (max-width: 768px) {
  .top .game .column.column04 .gameBox {
    margin: 0 auto 0vw;
  }
}
.top .game .character {
  position: absolute;
}
.top .game .character01 {
  width: 211px;
  top: -270px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top .game .character01 {
    width: 44.8vw;
    top: -26vw;
  }
}
.top .game .character02 {
  width: 298px;
  top: -120px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .top .game .character02 {
    width: 60vw;
    top: auto;
    bottom: -90.6666666667vw;
    right: -8vw;
  }
}
.top .game .character03 {
  width: 240px;
  top: 40px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .top .game .character03 {
    width: 43.2vw;
    top: auto;
    bottom: -89.3333333333vw;
    left: -2.6666666667vw;
  }
}
.top .game .character04 {
  width: 220px;
  top: 100px;
  left: 270px;
}
@media screen and (max-width: 768px) {
  .top .game .character04 {
    width: 42.1333333333vw;
    top: auto;
    bottom: -96vw;
    left: auto;
    right: 1.3333333333vw;
  }
}
.top .game .character05 {
  width: 407px;
  top: 50px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .top .game .character05 {
    width: 64vw;
    top: auto;
    bottom: -98.6666666667vw;
    right: auto;
    left: -2.6666666667vw;
  }
}
.top .game .character06 {
  width: 277px;
  top: 200px;
  left: 130px;
}
@media screen and (max-width: 768px) {
  .top .game .character06 {
    width: 34.6666666667vw;
    top: auto;
    bottom: -85.3333333333vw;
    left: auto;
    right: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top .game .box01 {
    margin-bottom: 112vw;
  }
}
.top .goal {
  height: 358px;
  background-image: url(../image/top/game_goalBg01_pc.webp);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .goal {
    height: 80vw;
    background-size: cover;
    background-image: url(../image/top/game_goalBg01_sp.webp);
  }
}
.top .goal .goal_ttl {
  width: 990px;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top .goal .goal_ttl {
    width: 100%;
  }
}
.top .goal .goal_img {
  width: 588px;
  z-index: 102;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top .goal .goal_img {
    width: 91.7333333333vw;
  }
}
.top .goal .goal_txt {
  width: 1160px;
  z-index: 100;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top .goal .goal_txt {
    width: 91.7333333333vw;
    top: 50%;
    left: 50%;
  }
}
.top .modal_box {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 730px;
  height: 540px;
  padding: 85px 0 80px 80px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top .modal_box {
    width: 96vw;
    height: auto;
    flex-wrap: wrap;
    padding: 5.3333333333vw;
    transform: translate(0%, 0%);
    border-radius: 5.3333333333vw;
    position: static;
  }
}
.top .modal_box .modal_boxTxtBox {
  width: 385px;
}
@media screen and (max-width: 768px) {
  .top .modal_box .modal_boxTxtBox {
    width: 100%;
  }
}
.top .modal_box .modal_boxTtl {
  font-size: 30px;
  color: #FF5610;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top .modal_box .modal_boxTtl {
    font-size: 8vw;
    margin-bottom: 1.3333333333vw;
  }
}
.top .modal_box .modal_boxSubTtl {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top .modal_box .modal_boxSubTtl {
    font-size: 5.8666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.top .modal_box .modal_boxTxt {
  font-size: 18px;
  color: #000000;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .top .modal_box .modal_boxTxt {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.top .modal_box .modal_boxImgBox {
  width: 262px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .top .modal_box .modal_boxImgBox {
    width: 55%;
  }
}
.top .modal_box .close-modal {
  width: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .top .modal_box .close-modal {
    width: 13.3333333333vw;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top .modal_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top .modal_wrap .modal_box {
    position: static;
    flex-wrap: wrap;
    overflow: scroll;
    gap: 0px;
  }
}
.top .character_img {
  width: 99px;
  height: auto;
  z-index: 1000;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .character_img {
    width: 100vw !important;
    transform: translateX(0%);
    left: auto;
    right: auto;
  }
}
.top .game_characterImg {
  width: 99px;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 1000;
  pointer-events: none; /* クリックイベントを無視 */
}
@media screen and (max-width: 768px) {
  .top .game_characterImg {
    width: 100vw !important;
  }
}
.top .roadPathWrap {
  position: relative;
}
.top #roadPath path {
  stroke: red;
  stroke-width: 4;
}
.top .roadPathWrap svg {
  width: 1200px;
  position: absolute;
  top: -198px;
  left: 0px;
}
.top .game .inner {
  position: relative;
}
.top image.character_img {
  width: 50px;
  height: 50px;
  transform: translate(-25px, -25px);
}
.top .loding {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}
.top .loding .loding_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12%;
}
@media screen and (max-width: 768px) {
  .top .loding .loding_logo {
    width: 60%;
  }
}

#character {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #character {
    transform: translate(-50%, -50%);
    width: 100vw !important;
  }
}
/* トコトコアニメーション */
@keyframes walk {
  0% {
    transform: translateX(0%) translateY(0);
    /* 初期位置 */
  }
  100% {
    transform: translateX(0%) translateY(-3px);
    /* 上下に移動 */
  }
}
.desvg {
  overflow: visible !important;
}

.character_fukidashi {
  width: 168px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .character_fukidashi {
    width: 32.5333333333vw;
  }
}

.character01 .character_fukidashi {
  left: -57px;
  top: -91px;
}
@media screen and (max-width: 768px) {
  .character01 .character_fukidashi {
    left: -1.8666666667vw;
    top: -22.6666666667vw;
  }
}

.character02 .character_fukidashi {
  left: 13px;
  top: -121px;
}
@media screen and (max-width: 768px) {
  .character02 .character_fukidashi {
    left: 14.1333333333vw;
    top: -24.2666666667vw;
  }
}

.character03 .character_fukidashi {
  left: -37px;
  top: -91px;
}
@media screen and (max-width: 768px) {
  .character03 .character_fukidashi {
    left: 0vw;
    top: -21.6vw;
  }
}

.character04 .character_fukidashi {
  left: 93px;
  top: -116px;
}
@media screen and (max-width: 768px) {
  .character04 .character_fukidashi {
    left: 8vw;
    top: -26.6666666667vw;
  }
}

.character05 .character_fukidashi {
  left: 167px;
  top: -16px;
}
@media screen and (max-width: 768px) {
  .character05 .character_fukidashi {
    left: 0vw;
    top: -21.3333333333vw;
  }
}

.character06 .character_fukidashi {
  left: 46px;
  top: -132px;
}
@media screen and (max-width: 768px) {
  .character06 .character_fukidashi {
    left: -26.6666666667vw;
    top: 5.3333333333vw;
  }
}

.character {
  animation: step01 4s ease-in-out infinite;
}

@keyframes step01 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-3px, -6px) rotate(-2deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(3px, -6px) rotate(2deg);
  }
  100% {
    transform: translate(0, 0);
  }
}
.about .lower {
  background: url(../image/about/bg_pc.svg) no-repeat center top 22vw;
}
@media screen and (max-width: 768px) {
  .about .lower {
    background: url(../image/about/bg_sp.svg) no-repeat center top;
  }
}
@media screen and (max-width: 768px) {
  .about .inner {
    width: 89.3333333333vw;
  }
}
.about .c-ttl01 ._ttl {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .about .c-ttl01 ._ttl {
    font-size: 7.4666666667vw;
  }
}
.about .c-ttl01 ._txt-en {
  top: auto;
  bottom: 20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .about .c-ttl01 ._txt-en {
    bottom: -2.6666666667vw;
  }
}
.about .p-about01 {
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .about .p-about01 {
    margin-bottom: 55px;
  }
}
.about .p-about01 .c-ttl03 {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .about .p-about01 .c-ttl03 {
    margin-bottom: 20px;
  }
}
.about .p-about01 > p {
  margin: 50px 50px 60px;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .about .p-about01 > p {
    margin-top: 30px;
    margin-right: 2.6666666667vw;
    margin-bottom: 64px;
    margin-left: 2.6666666667vw;
    font-size: 4vw;
  }
}
.about .p-about02 {
  padding-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .about .p-about02 {
    padding-bottom: 60px;
  }
}
.about .p-about02 > p {
  margin: 70px 50px 0;
  text-align: center;
  line-height: 2;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about .p-about02 > p {
    margin: 24px 0 0;
    font-size: 4.8vw;
  }
}
.about .p-product {
  padding: 75px 0 100px;
}
@media screen and (max-width: 768px) {
  .about .p-product {
    padding: 50px 0 8px;
    border-radius: 40px 40px 0 0;
  }
}
.about .p-product ._box {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .about .p-product ._box {
    margin-bottom: 60px;
  }
}
.about .p-product ._box ._ttl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about .p-product ._box ._ttl {
    font-size: 6.6666666667vw;
  }
}
.about .p-product ._box ._img._01 {
  width: 223px;
}
.about .p-product ._box ._img._02 {
  width: 232px;
}
.about .p-product ._box p {
  margin: 30px 50px 50px;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about .p-product ._box p {
    margin: 40px 0;
  }
}

.tsukuru {
  /* p-about01
  ----------------------------- */
  /* p-flow
  ----------------------------- */
  /* p-point 
  ----------------------------- */
  /* p-about02 
  ----------------------------- */
  /* p-area
  ----------------------------- */
}
@media screen and (max-width: 768px) {
  .tsukuru .inner {
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .tsukuru .c-ttl01 ._txt {
    margin-left: auto;
    margin-right: auto;
    width: 84vw;
  }
}
.tsukuru picture {
  display: block;
}
.tsukuru .p-about01 {
  margin-bottom: 145px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-about01 {
    margin-bottom: 55px;
  }
}
.tsukuru .p-about01 p {
  margin: 0 50px;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-about01 p {
    margin: 0;
  }
}
.tsukuru ._bgIllust02 {
  background: url(../image/tsukuru/bg02.svg) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .tsukuru ._bgIllust02 {
    background: none;
  }
}
.tsukuru .p-flow {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-flow {
    padding-bottom: 0;
  }
}
.tsukuru .p-flow._medi {
  position: relative;
}
.tsukuru .p-flow._medi::after {
  content: "";
  display: block;
  background: url(../image/tsukuru/img_03.webp) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .tsukuru .p-flow._medi::after {
    position: absolute;
    bottom: -16px;
    right: -81px;
    width: 370px;
    height: 493px;
  }
}
@media screen and (max-width: 768px) {
  .tsukuru .p-flow._medi::after {
    width: 60.5333333333vw;
    height: 74.6666666667vw;
    margin: 0 auto;
  }
}
.tsukuru .p-flow .p-flow_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 360px;
  min-height: 56px;
  margin: 0 auto 45px;
  background: #117DD8;
  border-radius: 50vh;
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-flow .p-flow_ttl {
    width: 100%;
    font-size: 6.9333333333vw;
  }
}
.tsukuru .p-flow .p-flow_ttl::before {
  content: "";
  display: block;
  width: 26px;
  height: 36px;
  background: url(../image/tsukuru/ico_flag.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-flow .p-flow_ttl::before {
    width: 6.9333333333vw;
    height: 9.6vw;
  }
}
.tsukuru .p-flow .p-flow_list {
  position: relative;
  margin: 0 50px 0 70px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-flow .p-flow_list {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .tsukuru .p-flow .p-flow_list::after {
    position: absolute;
    top: 0;
    left: 114px;
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #117DD8;
    z-index: -1;
  }
}
.tsukuru .p-flow .p-flow_item {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width: 847px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-flow .p-flow_item {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.tsukuru .p-flow .p-flow_item:last-child {
  margin-bottom: 0;
}
.tsukuru .p-flow .p-flow_img {
  width: 238px;
}
.tsukuru .p-flow .p-flow_txt {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-flow .p-flow_txt {
    width: 100%;
  }
}
.tsukuru .p-flow .p-flow_txt ._ttl {
  margin: 10px 0 25px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-flow .p-flow_txt ._ttl {
    margin: 0 0 20px;
    font-size: 6.6666666667vw;
  }
}
.tsukuru .p-flow .p-flow_txt p {
  line-height: 2;
  font-size: 18px;
}
.tsukuru .p-point {
  padding: 70px 0 40px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-point {
    padding: 50px 0 0;
  }
}
.tsukuru .p-point .p-point_ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-point .p-point_ttl {
    margin-bottom: 10.1333333333vw;
    font-size: 6.6666666667vw;
  }
}
.tsukuru .p-point .p-point_circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 32px;
  border-radius: 50vh;
  border: #FF5611 solid 2px;
  color: #FF5611;
  text-align: center;
  line-height: 1.3;
  font-size: 28px;
}
.tsukuru .p-point .p-point_circle::before {
  position: absolute;
  top: -15px;
  right: -2px;
  content: "";
  display: block;
  width: 25px;
  height: 23px;
  background: url(../image/tsukuru/ico_acceent.svg) no-repeat center/contain;
}
.tsukuru .p-point .p-point_block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-point .p-point_block {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}
.tsukuru .p-point .p-point_block .p-point_box {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-point .p-point_block .p-point_box {
    width: 89.3333333333vw;
    margin: 0 auto 60px;
  }
}
.tsukuru .p-point .p-point_block .p-point_box ._ttl {
  margin: 30px 0 0;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-point .p-point_block .p-point_box ._ttl {
    margin: 6.9333333333vw 0 0;
    font-size: 5.8666666667vw;
  }
}
.tsukuru .p-point .p-point_block .p-point_box ._txt {
  line-height: 2;
  font-size: 16px;
}
.tsukuru .p-point._medi {
  padding-bottom: 20px;
}
.tsukuru .p-point._medi .p-point_circle {
  border-color: #117DD8;
  color: #117DD8;
}
.tsukuru .p-point._medi .p-point_circle::before {
  filter: brightness(0) saturate(100%) invert(52%) sepia(68%) saturate(6596%) hue-rotate(191deg) brightness(93%) contrast(87%);
}
.tsukuru ._bgIllust01 {
  background: url(../image/tsukuru/bg01_pc.svg) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .tsukuru ._bgIllust01 {
    background: url(../image/tsukuru/bg01_sp.svg) no-repeat center top;
  }
}
.tsukuru .p-about02 {
  position: relative;
}
.tsukuru .p-about02::before, .tsukuru .p-about02::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .tsukuru .p-about02::before, .tsukuru .p-about02::after {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .tsukuru .p-about02::before, .tsukuru .p-about02::after {
    margin: 0 auto;
  }
}
.tsukuru .p-about02::before {
  background-image: url(../image/tsukuru/img_01.webp);
}
@media screen and (min-width: 768px) {
  .tsukuru .p-about02::before {
    top: -71px;
    left: -52px;
    width: 217px;
    height: 569px;
  }
}
@media screen and (max-width: 768px) {
  .tsukuru .p-about02::before {
    width: 30.4vw;
    height: 80vw;
  }
}
.tsukuru .p-about02::after {
  background-image: url(../image/tsukuru/img_02.png);
}
@media screen and (min-width: 768px) {
  .tsukuru .p-about02::after {
    bottom: 0;
    right: -46px;
    width: 440px;
    height: 351px;
  }
}
@media screen and (max-width: 768px) {
  .tsukuru .p-about02::after {
    width: 67.4666666667vw;
    height: 55.7333333333vw;
    background-position: center bottom;
  }
}
.tsukuru .p-about02 .c-ttl03 {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-about02 .c-ttl03 {
    margin-bottom: 4.2666666667vw;
  }
}
.tsukuru .p-about02 .c-ttl03 ._txt {
  margin-bottom: 45px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-about02 .c-ttl03 ._txt {
    margin-bottom: 6.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
.tsukuru .p-about02 .c-ttl03 + p {
  margin: 0 50px;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-about02 .c-ttl03 + p {
    margin: 0;
  }
}
.tsukuru .p-about02 .p-flow {
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-about02 .p-flow {
    margin-top: 14.6666666667vw;
  }
}
.tsukuru .p-about02 .p-flow .p-flow_ttl,
.tsukuru .p-about02 .p-flow .p-flow_list::after {
  background: #FF5611;
}
.tsukuru .p-area {
  position: relative;
  padding-top: 80px;
  background: url(../image/tsukuru/bg03_pc.svg) no-repeat center top;
  /* map */
  /* factory */
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area {
    padding-top: 50px;
    background-image: url(../image/tsukuru/bg03_sp.svg);
  }
}
.tsukuru .p-area .p-area_map {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tsukuru .p-area .p-area_map {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 316px;
  }
}
.tsukuru .p-area .p-area_map::after {
  content: "";
  display: block;
  background: url(../image/tsukuru/img_04_pc.webp) no-repeat center bottom/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .tsukuru .p-area .p-area_map::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 352px;
    height: 321px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_map::after {
    width: 50.1333333333vw;
    height: 61.8666666667vw;
    margin: 0 10.4vw 0 auto;
  }
}
.tsukuru .p-area .p-area_map ._bg {
  display: block;
  width: 755px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_map ._bg {
    width: 79.4666666667vw;
  }
}
.tsukuru .p-area .p-area_map ._marker {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  row-gap: 6px;
  transition: 0.5s;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .tsukuru .p-area .p-area_map ._marker {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_map ._marker {
    margin-bottom: 20px;
  }
}
.tsukuru .p-area .p-area_map ._marker:hover {
  opacity: 0.75;
}
.tsukuru .p-area .p-area_map ._marker ._info h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
}
.tsukuru .p-area .p-area_map ._marker ._info h3 .small {
  font-size: 70%;
  line-height: 1.6;
  display: block;
}
.tsukuru .p-area .p-area_map ._marker ._info h3 .icon {
  position: relative;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FF5722;
  border-radius: 50vh;
}
.tsukuru .p-area .p-area_map ._marker ._info h3 .icon::after {
  position: absolute;
  top: 16px;
  left: 18px;
  content: "";
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.tsukuru .p-area .p-area_map ._marker ._img {
  width: 212px;
  height: 212px;
}
.tsukuru .p-area .p-area_map ._marker ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tsukuru .p-area .p-area_map .tokushima {
  top: -10px;
  left: 254px;
}
@media screen and (min-width: 768px) {
  .tsukuru .p-area .p-area_map .tokushima {
    flex-direction: row;
    align-items: flex-start;
  }
}
.tsukuru .p-area .p-area_map .tokushima ._info {
  margin-top: -10px;
}
.tsukuru .p-area .p-area_map .ehime {
  top: 105px;
  left: 139px;
}
.tsukuru .p-area .p-area_map .tochigi {
  bottom: 306px;
  right: 130px;
}
.tsukuru .p-area .p-area_factory .factory_block {
  position: relative;
  padding: 50px 100px 68px;
  margin-bottom: 106px;
  border-radius: 20px;
  border: #FF5611 solid 3px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block {
    padding: 40.5333333333vw 2.6666666667vw 14.6666666667vw;
    margin-bottom: 22.9333333333vw;
  }
}
.tsukuru .p-area .p-area_factory .factory_block ._label {
  position: absolute;
  top: -56px;
  left: 50px;
  width: 98px;
  height: 174px;
  padding-top: 58px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._label {
    top: -14.9333333333vw;
    left: 50%;
    width: 26.1333333333vw;
    height: 46.4vw;
    padding-top: 15.4666666667vw;
    font-size: 6.4vw;
    transform: translateX(-50%);
  }
}
.tsukuru .p-area .p-area_factory .factory_block ._label::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 98px;
  height: 174px;
  background: url(../image/tsukuru/ico_factory.svg) no-repeat left top/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._label::after {
    width: 26.1333333333vw;
    height: 46.4vw;
  }
}
.tsukuru .p-area .p-area_factory .factory_block:nth-child(even) {
  border-color: #117DD8;
}
.tsukuru .p-area .p-area_factory .factory_block:nth-child(even) ._label::after,
.tsukuru .p-area .p-area_factory .factory_block:nth-child(even) ._col03 figure::after {
  filter: brightness(0) saturate(100%) invert(52%) sepia(68%) saturate(6596%) hue-rotate(191deg) brightness(93%) contrast(87%);
}
.tsukuru .p-area .p-area_factory .factory_block ._ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._ttl {
    margin-bottom: 11.4666666667vw;
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._ttl .text38 {
    font-size: 10.1333333333vw;
  }
}
.tsukuru .p-area .p-area_factory .factory_block ._col02 {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._col02 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 26.6666666667vw;
    gap: 27px;
  }
}
.tsukuru .p-area .p-area_factory .factory_block ._col02 ._img {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._col02 ._img {
    width: 100%;
  }
}
.tsukuru .p-area .p-area_factory .factory_block ._col02 ._sttl {
  flex: 1;
  margin-top: 30px;
  line-height: 1.5;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._col02 ._sttl {
    margin: 0 7.7333333333vw;
    font-size: 6.9333333333vw;
  }
}
.tsukuru .p-area .p-area_factory .factory_block ._col02 p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._col02 p {
    margin: 0 5.0666666667vw;
  }
}
.tsukuru .p-area .p-area_factory .factory_block ._col03 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._col03 {
    flex-direction: column;
    margin: 0 5.0666666667vw;
    gap: 26.1333333333vw;
  }
}
.tsukuru .p-area .p-area_factory .factory_block ._col03 figure {
  position: relative;
  z-index: 0;
}
.tsukuru .p-area .p-area_factory .factory_block ._col03 figure::before {
  position: absolute;
  top: -58px;
  left: 10px;
  content: "ここがポイント！";
  display: block;
  width: 158px;
  height: 68px;
  padding: 15px 0 0 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._col03 figure::before {
    top: -15.4666666667vw;
    left: 2.6666666667vw;
    width: 42.1333333333vw;
    height: 18.1333333333vw;
    padding: 4.6666666667vw 0 0 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.tsukuru .p-area .p-area_factory .factory_block ._col03 figure::after {
  position: absolute;
  top: -58px;
  left: 10px;
  content: "";
  display: block;
  width: 158px;
  height: 68px;
  background: url(../image/tsukuru/bg_caption.svg) no-repeat left top/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._col03 figure::after {
    top: -15.4666666667vw;
    left: 2.6666666667vw;
    width: 42.1333333333vw;
    height: 18.1333333333vw;
  }
}
.tsukuru .p-area .p-area_factory .factory_block ._col03 figure figcaption {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tsukuru .p-area .p-area_factory .factory_block ._col03 figure figcaption {
    margin: 3.2vw 0 0;
  }
}

.mirai .lower {
  background: url(../image/mirai/bg_pc.svg) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .mirai .lower {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .mirai .inner {
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mirai .c-ttl01 ._txt {
    width: 78.9333333333vw;
    margin: 0 auto;
  }
}
.mirai .p-career > p {
  margin: 30px 0 60px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mirai .p-career > p {
    margin: 35px auto 50px;
    width: 89.3333333333vw;
  }
}
.mirai .p-step {
  padding: 48px 0 100px;
  background: #FFF9F2;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 768px) {
  .mirai .p-step {
    padding: 50px 2.6666666667vw 30px;
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}
.mirai .p-step picture img {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.mirai .p-step picture .p-step_img {
  display: flex;
  gap: 10px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mirai .p-step picture .p-step_img {
    flex-wrap: wrap;
    gap: 0 8px;
    width: 100%;
    margin: 15px auto 0;
  }
}
.mirai .p-step picture .p-step_img ul {
  margin-top: 10px;
  padding: 34px 20px;
  background: #fff;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .mirai .p-step picture .p-step_img ul {
    padding: 6.6666666667vw 3.4666666667vw;
    margin-bottom: 20px;
  }
}
.mirai .p-step picture .p-step_img ul li {
  margin: 0 0 8px 20px;
  text-align: left;
  font-size: 14px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .mirai .p-step picture .p-step_img ul li {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .mirai .p-step picture .p-step_img ul li h4 {
    width: 100%;
    margin-bottom: 3.4666666667vw;
  }
}
.mirai .p-step picture .p-step_img ul li:last-child {
  margin-bottom: 0;
}
.mirai .p-step picture .p-step_img ul:nth-of-type(1) {
  width: 396px;
}
@media screen and (max-width: 768px) {
  .mirai .p-step picture .p-step_img ul:nth-of-type(1) {
    width: 100%;
  }
}
.mirai .p-step picture .p-step_img ul:nth-of-type(2) {
  flex: 1;
}
.mirai .p-step picture .p-step_img ul:nth-of-type(3) {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .mirai .p-step picture .p-step_img ul:nth-of-type(3) {
    width: 50%;
  }
}
.mirai .p-step .p-step_col03 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mirai .p-step .p-step_col03 {
    flex-direction: column;
    gap: 60px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mirai .p-step .p-step_col03 ._box {
    width: 100%;
  }
}
.mirai .p-step .p-step_col03 ._box ._copy {
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .mirai .p-step .p-step_col03 ._box ._copy {
    font-size: 4.8vw;
  }
}
.mirai .p-step .p-step_col03 ._box ._ttl {
  margin: 10px 0 25px;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .mirai .p-step .p-step_col03 ._box ._ttl {
    margin: 10px 0 20px;
    font-size: 6.6666666667vw;
  }
}
.mirai .p-step .p-step_col03 ._box ._txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mirai .p-step .p-step_col03 ._box ._txt {
    width: 90.6666666667vw;
    margin: 0 auto;
    font-size: 4vw;
  }
}
.mirai .p-support {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .mirai .p-support {
    padding: 60px 0 0;
    background: url(../image/mirai/bg_sp.svg) no-repeat top center/contain;
  }
}
@media screen and (max-width: 768px) {
  .mirai .p-support .inner {
    width: 90.6666666667vw;
  }
}
.mirai .p-support .p-support_ttl {
  margin: 0 50px 60px;
  padding: 22px 0;
  background: #F9F9F9;
  border-radius: 12px;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_ttl {
    margin: 0 0 40px;
    padding: 15px 0;
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.mirai .p-support .p-support_col03 {
  display: flex;
  gap: 80px;
  margin: 0 70px 110px;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_col03 {
    flex-direction: column;
    gap: 70px;
    margin: 0 0 70px;
  }
}
.mirai .p-support .p-support_col03 .p-support_box {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_col03 .p-support_box {
    width: 100%;
  }
}
.mirai .p-support .p-support_col03 .p-support_box .p-support_copy {
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_col03 .p-support_box .p-support_copy {
    font-size: 4.8vw;
  }
}
.mirai .p-support .p-support_col03 .p-support_box .p-support_sttl {
  margin: 10px 0 30px;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_col03 .p-support_box .p-support_sttl {
    margin: 15px 0 25px;
    font-size: 6.6666666667vw;
  }
}
.mirai .p-support .p-support_col03 .p-support_box .p-support_img {
  width: 300px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_col03 .p-support_box .p-support_img {
    display: block;
    width: 80vw;
    margin: 0 auto 40px;
  }
}
.mirai .p-support .p-support_col03 .p-support_box .p-support_txt {
  line-height: 2;
}
.mirai .p-support .p-support_special {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 45px 0;
  background: #F9F9F9;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_special {
    flex-direction: column;
    padding: 50px 0;
    gap: 28px;
  }
}
.mirai .p-support .p-support_special ._txt {
  width: 510px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_special ._txt {
    width: 94.6666666667vw;
  }
}
.mirai .p-support .p-support_special ._txt::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../image/common/ico_arrow03.svg) no-repeat center/contain;
}
.mirai .p-support .p-support_special ._txt p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_special ._txt p {
    font-size: 5.0666666667vw;
  }
}
.mirai .p-support .p-support_special ._txt h3 {
  margin: 18px 0;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_special ._txt h3 {
    margin: 10px 0 20px;
    line-height: 1.3;
    font-size: 8.5333333333vw;
  }
}
.mirai .p-support .p-support_special ._img {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .mirai .p-support .p-support_special ._img {
    width: 89.3333333333vw;
  }
}

.qualificationAcquisition {
  border-top: 10px solid #FFF9F2;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 20px 40px;
  width: calc(100% - 406px);
}
@media screen and (max-width: 768px) {
  .qualificationAcquisition {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 2.6666666667vw 10.6666666667vw;
    position: static;
    border: none;
  }
}
.qualificationAcquisition .qualificationAcquisition_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .qualificationAcquisition .qualificationAcquisition_ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.qualificationAcquisition .qualificationAcquisition_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .qualificationAcquisition .qualificationAcquisition_inner {
    flex-direction: column;
    gap: 0vw;
  }
}
.qualificationAcquisition .qualificationAcquisition_inner .qualificationAcquisition_innerBox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .qualificationAcquisition .qualificationAcquisition_inner .qualificationAcquisition_innerBox {
    width: 100%;
  }
}
.qualificationAcquisition p {
  text-align: left;
  font-size: 14px;
  display: list-item;
}

.interview .lower {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview .inner {
    width: 89.3333333333vw;
  }
}
.interview .p-archive_item {
  position: relative;
  width: 320px;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .interview .p-archive_item {
    width: 100%;
    margin-bottom: 0;
  }
}
.interview .p-archive_item .p-archive_link {
  transition: 0.5s;
  display: block;
}
.interview .p-archive_item .p-archive_link ._year {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 22px;
  background: #fff;
  border-radius: 0 0 0 12px;
  font-size: 15px;
  z-index: 100;
}
.interview .p-archive_item .p-archive_link ._ttl {
  margin-bottom: 10px;
  font-size: 18px;
}
.interview .p-archive_item .p-archive_link ._ttl .ttl_Num {
  display: block;
  margin: 20px 0 6px;
  color: #FF5611;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.interview .p-archive_item .p-archive_link:hover {
  opacity: 0.75;
}
.interview._archive {
  counter-reset: number 0;
}
.interview._archive .c-ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .interview._archive .c-ttl01 {
    margin-bottom: 15px;
  }
}
.interview._archive .c-ttl01 ._txt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .interview._archive .c-ttl01 ._txt {
    width: 78.6666666667vw;
    margin: 0 auto 20px;
  }
}
.interview._archive .c-ttl01 ._ttl {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .interview._archive .c-ttl01 ._ttl {
    line-height: 1.25;
    font-size: 10.6666666667vw;
  }
}
.interview._archive .c-ttl01 ._txt_en {
  top: auto;
  bottom: -40px;
  transform: translateX(-50%);
}
.interview._archive .c-ttl01 + ._copy {
  margin-bottom: 70px;
  text-align: center;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview._archive .c-ttl01 + ._copy {
    margin-bottom: 30px;
    font-size: 4vw;
    order: 3;
  }
}
.interview._archive .p-archive_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block {
    flex-direction: column;
    width: 94.6666666667vw;
  }
}
.interview._archive .p-archive_block .p-archive_box {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block .p-archive_box {
    position: relative;
    margin: 0 2.6666666667vw;
    z-index: 2;
  }
}
.interview._archive .p-archive_block .p-archive_box .p-archive_ttl {
  margin: 0 0 45px 50px;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block .p-archive_box .p-archive_ttl {
    margin: 0 0 35px;
  }
}
.interview._archive .p-archive_block .p-archive_box .p-archive_ttl ._ttl {
  margin-bottom: 17px;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block .p-archive_box .p-archive_ttl ._ttl {
    margin-bottom: 10px;
    font-size: 8.5333333333vw;
  }
}
.interview._archive .p-archive_block .p-archive_box .p-archive_ttl .txt_en {
  color: #FF5611;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block .p-archive_box .p-archive_illust {
    position: absolute;
    right: 0;
    top: 8.4vw;
    width: 28.333333vw;
  }
}
.interview._archive .p-archive_block:nth-of-type(2) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block:nth-of-type(2) {
    flex-direction: column;
  }
}
.interview._archive .p-archive_block:nth-of-type(2) .p-archive_box {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block:nth-of-type(2) .p-archive_box {
    margin-left: 2.6666666667vw;
  }
}
.interview._archive .p-archive_block:nth-of-type(2) .p-archive_box .p-archive_ttl {
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block:nth-of-type(2) .p-archive_box .p-archive_ttl {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block:nth-of-type(2) .p-archive_box .p-archive_illust {
    top: 0;
    width: 32.2666666667vw;
  }
}
.interview._archive .p-archive_block:nth-of-type(3) .p-archive_ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block:nth-of-type(3) .p-archive_ttl {
    margin: 0 0 35px;
  }
}
.interview._archive .p-archive_block:nth-of-type(3) .p-archive_illust {
  margin-left: 112px;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-archive_block:nth-of-type(3) .p-archive_illust {
    top: -15vw;
    width: 18vw;
    right: 3vw;
    margin: -15.666667vw -58.75px 2vw 0 -12vw;
  }
}
.interview._archive .p-staff {
  position: relative;
  width: 100%;
}
.interview._archive .p-staff::before {
  position: absolute;
  top: 110px;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 110px);
  background: #F9F9F9;
  border-radius: 80px 80px 0 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-staff::before {
    top: 114.9333333333vw;
    height: calc(100% - 114.9333333333vw);
    border-radius: 40px 40px 0 0;
  }
}
.interview._archive .p-staff .p-archive_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 1100px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .interview._archive .p-staff .p-archive_list {
    flex-direction: column;
    width: 85.3333333333vw;
    margin: 0 auto 80px;
    padding-bottom: 60px;
  }
}
.interview._archive .p-staff .p-archive_list::before {
  content: "";
  display: block;
  background: url(../image/interview/ph_mino02.webp) no-repeat right bottom/contain;
}
@media screen and (min-width: 768px) {
  .interview._archive .p-staff .p-archive_list::before {
    position: absolute;
    right: -125px;
    bottom: 45px;
    width: 370px;
    height: 370px;
  }
}
@media screen and (max-width: 768px) {
  .interview._archive .p-staff .p-archive_list::before {
    width: 73.3333333333vw;
    height: 73.3333333333vw;
    margin: 0 auto 15px;
  }
}
.interview._archive .p-staff._nihama .p-archive_list::before {
  background-image: url(../image/interview/ph_nihama02.webp);
}
.interview._archive .p-staff._haga .p-archive_list {
  justify-content: flex-end;
}
.interview._archive .p-staff._haga .p-archive_list::before {
  right: auto;
  left: -125px;
  background-image: url(../image/interview/ph_haga02.webp);
}
@media screen and (max-width: 768px) {
  .interview._single .lower {
    padding-top: 81px;
  }
}
.interview._single .c-ttl03 ._ttl {
  font-size: 30px;
}
.interview._single .c-ttl03 ._txt-en {
  color: #FF5611;
  font-size: 15px;
}
.interview._single .c-mv {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview._single .c-mv {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
  }
}
.interview._single .c-pan_nav {
  width: 87.5%;
}
@media screen and (max-width: 768px) {
  .interview._single .c-pan_nav {
    order: 2;
    width: 94.6666666667vw;
    margin-bottom: 30px;
  }
}
.interview._single .c-interview_ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview._single .c-interview_ttl {
    order: 3;
    margin-bottom: 25px;
  }
}
.interview._single .c-interview_ttl ._txt_en {
  display: block;
  margin-bottom: 20px;
  color: #FF5611;
  font-size: 60px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .interview._single .c-interview_ttl ._txt_en {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 10.1333333333vw;
  }
}
.interview._single .c-interview_ttl ._txt {
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .interview._single .c-interview_ttl ._txt {
    line-height: 1.5;
    font-size: 5.8666666667vw;
  }
}
.interview._single .swiper-button-prev,
.interview._single .swiper-button-next {
  border-radius: 50vh;
  background: #FF5611;
}
.interview._single .swiper-button-prev:after {
  transform: rotate(135deg);
}
.interview._single .swiper-button-next:after {
  transform: rotate(-45deg);
}
.interview._single .swiper-button-next:after,
.interview._single .swiper-button-prev:after {
  content: "";
  width: 9px;
  height: 9px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
}
.interview._single .p-question {
  padding: 45px 0 75px;
  background: #F9F9F9;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question {
    padding: 30px 2.6666666667vw 35px;
    border-radius: 40px 40px 0 0;
  }
}
.interview._single .p-question .swiper {
  padding: 0 8px 58px 0;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .swiper {
    padding: 65px 0 8px;
  }
}
.interview._single .p-question .p-question_item {
  width: 1000px;
  position: relative;
  height: 580px;
  padding: 50px 75px 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 8px 8px 0px 0px rgb(235, 235, 235);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .p-question_item {
    width: 100%;
    height: 100%;
    padding: 20px 2.6666666667vw 0vw;
    border-radius: 10px;
    box-shadow: 0 8px 0px 0px rgb(235, 235, 235);
  }
}
.interview._single .p-question .p-question_item > * {
  pointer-events: none;
}
.interview._single .p-question .p-question_item .p-question_ttl span {
  display: block;
  padding: 12px 0;
  margin-bottom: 50px;
  border: #BABABA solid 1px;
  border-radius: 6px;
  text-align: center;
  line-height: 1.5;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .p-question_item .p-question_ttl span {
    padding: 2.6666666667vw;
    margin-bottom: 20px;
    font-size: 5.3333333333vw;
  }
}
.interview._single .p-question .p-question_item .p-question_ttl::before {
  content: "＼SENPAI QUESTION !／";
  display: block;
  margin-bottom: 20px;
  color: #FF5611;
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}
.interview._single .p-question .p-question_item .p-question_sttl {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .p-question_item .p-question_sttl {
    margin-bottom: 20px;
  }
}
.interview._single .p-question .p-question_item .p-question_sttl::before {
  content: "ANSWER!";
  display: block;
  margin-bottom: 10px;
  color: #FF5611;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .p-question_item .p-question_sttl::before {
    font-size: 16px;
  }
}
.interview._single .p-question .p-question_item .p-question_txt {
  width: 514px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .p-question_item .p-question_txt {
    width: 100%;
  }
}
.interview._single .p-question .p-question_item .p-question_bg {
  position: absolute;
  right: 45px;
  bottom: 0;
  width: 374px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .p-question_item .p-question_bg {
    right: auto;
    left: 50%;
    width: 81.0666666667vw;
    height: auto;
    margin: 0 auto;
    transform: translateX(0%);
    position: static;
    display: block;
  }
}
.interview._single .p-question .p-question_item:nth-child(1) .p-question_bg {
  right: 56px;
  width: 374px;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .p-question_item:nth-child(1) .p-question_bg {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 81.0666666667vw;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .p-question_item:nth-child(3) {
    padding-bottom: 0vw;
  }
  .interview._single .p-question .p-question_item:nth-child(3) .p-question_bg {
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
  }
  .interview._single .p-question .p-question_item:nth-child(5) {
    padding-bottom: 0vw;
  }
  .interview._single .p-question .p-question_item:nth-child(5) .p-question_bg {
    right: 8px;
    left: auto;
    height: 91.2vw;
    transform: none;
  }
}
.interview._single .p-question .p-question_item._message {
  background: #fff url(../image/interview/bg-single.svg) no-repeat right bottom;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .p-question_item._message {
    padding-bottom: 0vw;
    background-size: contain;
  }
}
.interview._single .p-question .p-question_item._message .p-question_ttl span {
  background: #FFF9F0;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .p-question_item._message .p-question_bg {
    left: auto;
    right: 7px;
    height: 88.5333333333vw;
    transform: none;
  }
}
.interview._single .p-question .swiper-button-prev,
.interview._single .p-question .swiper-button-next {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .swiper-button-prev,
  .interview._single .p-question .swiper-button-next {
    top: 22px;
    width: 50px;
    height: 50px;
  }
}
.interview._single .p-question .swiper-button-prev {
  left: 8.25%;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .swiper-button-prev {
    left: 5.3333333333vw;
  }
}
.interview._single .p-question .swiper-button-next {
  right: 8.25%;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .swiper-button-next {
    right: 5.3333333333vw;
  }
}
.interview._single .p-question .swiper-button-next.swiper-button-disabled,
.interview._single .p-question .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.interview._single .p-question .swiper-pagination {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview._single .p-question .swiper-pagination {
    top: 15px;
  }
}
.interview._single .p-schedule {
  padding: 70px 0 85px;
  background: url(../image/interview/bg-schedule.svg) no-repeat left top;
  background-size: 100%;
}
.interview._single .p-schedule .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview._single .p-schedule .inner {
    width: 94.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .interview._single .p-schedule {
    padding: 40px 0 0;
    margin-bottom: 75px;
  }
}
.interview._single .p-schedule .c-ttl03 {
  margin-bottom: 50px;
}
.interview._single .p-schedule picture {
  width: 863px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview._single .p-schedule picture {
    width: 90.6666666667vw;
    margin: 0 auto;
  }
}
.interview._single .p-schedule picture img {
  width: 100%;
}
.interview._single .p-schedule .p-schedule_txt {
  margin: 85px 100px 0;
  padding: 50px 150px;
  background: #FFF9F0;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview._single .p-schedule .p-schedule_txt {
    width: 94.6666666667vw;
    margin: 30px auto 0;
    padding: 20px 2.6666666667vw 30px 33.6vw;
    text-align: left;
    font-size: 15px;
  }
}
.interview._single .p-schedule .p-schedule_bg {
  position: absolute;
  left: -17px;
  bottom: 10px;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .interview._single .p-schedule .p-schedule_bg {
    left: -6px;
    width: 33.6vw;
  }
}
.interview._single .p-private {
  padding: 60px 0 100px;
  background: #F9F9F9;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 768px) {
  .interview._single .p-private {
    padding: 50px 0 0;
    margin-top: -30px;
    border-radius: 40px 40px 0;
  }
}
.interview._single .p-private .inner {
  position: relative;
  width: 1150px;
  padding: 50px 100px 70px;
  background: #fff url(../image/interview/bg-single.svg) no-repeat right center;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .interview._single .p-private .inner {
    width: 94.6666666667vw;
    padding: 40px 5.3333333333vw 0;
    background-size: contain;
    background-position: right bottom;
  }
}
.interview._single .p-private .p-private_ttl {
  color: #FF5611;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .interview._single .p-private .p-private_ttl {
    font-size: 26px;
  }
}
.interview._single .p-private p {
  width: 670px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .interview._single .p-private p {
    width: 100%;
  }
}
.interview._single .p-private p._strong {
  margin: 40px 0 20px;
  line-height: 1.25;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview._single .p-private p._strong {
    margin: 15px 0;
    font-size: 20px;
  }
}
.interview._single .p-private .p-private_bg {
  position: absolute;
  right: 64px;
  bottom: 0;
  width: 272px;
}
@media screen and (max-width: 768px) {
  .interview._single .p-private .p-private_bg {
    right: 0vw;
    width: 85.8666666667vw;
    position: static;
  }
}
.interview._single .p-archive {
  padding: 60px 0 150px;
}
@media screen and (max-width: 768px) {
  .interview._single .p-archive {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .interview._single .p-archive .p-archive_item {
    padding: 0 7.3333333333vw;
  }
}
.interview._single .p-archive .c-ttl03 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .interview._single .p-archive .c-ttl03 {
    margin-bottom: 30px;
  }
}
.interview._single .p-archive .swiper {
  padding-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .interview._single .p-archive .swiper {
    padding-bottom: 93px;
  }
}
.interview._single .p-archive .swiper .swiper-wrapper {
  counter-reset: number 0;
}
.interview._single .p-archive .swiper .swiper-button-prev,
.interview._single .p-archive .swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
}
.interview._single .p-archive .swiper .swiper-button-prev {
  left: calc(50vw - 200px);
}
@media screen and (max-width: 768px) {
  .interview._single .p-archive .swiper .swiper-button-prev {
    left: 5.3333333333vw;
  }
}
.interview._single .p-archive .swiper .swiper-button-next {
  right: calc(50vw - 200px);
}
@media screen and (max-width: 768px) {
  .interview._single .p-archive .swiper .swiper-button-next {
    right: 5.3333333333vw;
  }
}
.interview._single .p-archive .swiper .swiper-scrollbar {
  bottom: 24.5px;
  left: 50%;
  width: 260px;
  height: 2px;
  background: #ddd;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .interview._single .p-archive .swiper .swiper-scrollbar {
    width: 51.2vw;
  }
}
.interview._single .p-archive .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #FF5611;
}

@media screen and (max-width: 768px) {
  .interview._single._single01 .p-private .p-private_bg {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .interview._single._single01 .p-schedule .p-schedule_bg {
    bottom: -16vw;
  }
  .interview._single._single01 .p-schedule {
    margin-bottom: 32vw;
  }
}
.interview._single._single05 .c-interview_ttl ._txt_en, .interview._single._single06 .c-interview_ttl ._txt_en {
  color: #117DD8;
}
.interview._single._single05 .p-question .p-question_item .p-question_ttl::before, .interview._single._single06 .p-question .p-question_item .p-question_ttl::before {
  color: #117DD8;
}
.interview._single._single05 .p-private .p-private_ttl, .interview._single._single06 .p-private .p-private_ttl {
  color: #117DD8;
}
.interview._single._single05 .p-question .p-question_item .p-question_sttl::before, .interview._single._single06 .p-question .p-question_item .p-question_sttl::before {
  color: #117DD8 !important;
}
.interview._single._single05 .p-private .inner, .interview._single._single06 .p-private .inner {
  background: #fff url(../image/interview/bg-single2.svg) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .interview._single._single05 .p-private .inner, .interview._single._single06 .p-private .inner {
    background-position: bottom;
  }
}
.interview._single._single06 .p-private_bg {
  width: 457px;
  right: -46px;
}
@media screen and (max-width: 768px) {
  .interview._single._single06 .p-private_bg {
    width: 85.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .interview._single._single06 .p-schedule_bg {
    width: 53.8666666667vw;
    left: -12vw;
  }
}
.interview._single .swiper-pagination {
  pointer-events: none;
}

.p-archive_link .num {
  font-size: 15px;
  font-weight: 700;
  color: #FF5611;
  margin: 15px 0 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-archive_link .num {
    margin: 4vw 0 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-archive_item .img_wrap {
  position: relative;
}
.p-archive_item .img_wrap:after {
  content: "プロフィールを見る！";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 195px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5611;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 0 12px 0 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-archive_item .img_wrap:after {
    width: 52vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 0 3.2vw 0 0;
  }
}

.ph_mino01_img {
  max-width: 800px;
}
.ph_mino01_img img {
  width: 100%;
  height: auto;
}

.ph_nihama01_img,
.ph_haga01_img {
  max-width: 800px;
}
.ph_nihama01_img img,
.ph_haga01_img img {
  width: 100%;
  height: auto;
}

.for-guardian .wrap {
  background-image: url(../image/for-guardian/bg_guardian01_pc.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .for-guardian .wrap {
    background-image: url(../image/for-guardian/bg_guardian01_sp.webp);
  }
}
.for-guardian .c-ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .for-guardian .c-ttl01 {
    margin-bottom: 15px;
  }
}
.for-guardian .c-ttl01 ._txt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .for-guardian .c-ttl01 ._txt {
    width: 78.6666666667vw;
    margin: 0 auto 20px;
  }
}
.for-guardian .c-ttl01 ._ttl {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .for-guardian .c-ttl01 ._ttl {
    line-height: 1.25;
    font-size: 10.6666666667vw;
  }
}
.for-guardian .c-ttl01 ._txt_en {
  top: auto;
  bottom: -40px;
  transform: translateX(-50%);
}
.for-guardian .c-ttl01 + ._copy {
  margin-bottom: 70px;
  text-align: center;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .for-guardian .c-ttl01 + ._copy {
    margin-bottom: 30px;
    font-size: 4vw;
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .for-guardian .inner {
    width: 89.3333333333vw;
  }
}
.for-guardian .kihon_data {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .for-guardian .kihon_data {
    display: block;
    padding: 0 0 13.3333333333vw;
  }
}
.for-guardian .kihon_data .kihon_dataLeft {
  font-size: 60px;
  line-height: 1.16;
  font-weight: bold;
  color: #000;
  width: 274px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .for-guardian .kihon_data .kihon_dataLeft {
    display: none;
  }
}
.for-guardian .kihon_data .kihon_dataRight {
  width: 926px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .for-guardian .kihon_data .kihon_dataRight {
    width: 100%;
  }
}
.for-guardian .kihon_data .kihon_dataBox {
  width: 463px;
  height: 463px;
  border: 1px solid #707070;
  display: block;
}
@media screen and (max-width: 768px) {
  .for-guardian .kihon_data .kihon_dataBox {
    width: 79.2vw;
    height: 79.2vw;
    margin: 0 auto;
  }
}
.for-guardian .kihon_data .kihon_dataBox img {
  display: block;
}
.for-guardian .kihon_data .kihon_dataBox:nth-child(even) {
  margin-left: -2px;
}
@media screen and (max-width: 768px) {
  .for-guardian .kihon_data .kihon_dataBox:nth-child(even) {
    margin-left: auto;
  }
}
.for-guardian .kihon_data .kihon_dataBox:nth-child(n+3) {
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .for-guardian .kihon_data .kihon_dataBox:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .for-guardian .kihon_data .kihon_dataBox:nth-child(n+2) {
    margin-top: -1px;
  }
}
.for-guardian .qanda {
  background-color: #F9F9F9;
  border-radius: 80px 80px 0 0;
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .for-guardian .qanda {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.for-guardian .qanda_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .for-guardian .qanda_ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.for-guardian .qanda_ttl .qanda_ttlEn {
  font-size: 80px;
  text-align: center;
  display: block;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .for-guardian .qanda_ttl .qanda_ttlEn {
    font-size: 21.3333333333vw;
  }
}
.for-guardian .qanda_ttl .qanda_ttlEn span {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .for-guardian .qanda_ttl .qanda_ttlEn span {
    font-size: 13.3333333333vw;
  }
}
.for-guardian .qanda_ttl .qanda_ttlJp {
  font-size: 24px;
  text-align: center;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .for-guardian .qanda_ttl .qanda_ttlJp {
    font-size: 6.4vw;
  }
}
.for-guardian .qanda_listWrap .qanda_list {
  background-color: #fff;
  padding: 30px 50px;
  padding-bottom: 60px;
  border-radius: 16px;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .for-guardian .qanda_listWrap .qanda_list {
    padding: 8vw 5.3333333333vw;
    padding-bottom: 8vw;
    border-radius: 4.2666666667vw;
    max-width: 89.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.for-guardian .qanda_listWrap .qanda_list dt, .for-guardian .qanda_listWrap .qanda_list dd {
  display: flex;
}
.for-guardian .qanda_listWrap .qanda_list .qanda_listIco {
  font-size: 40px;
  font-weight: bold;
  width: 60px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .for-guardian .qanda_listWrap .qanda_list .qanda_listIco {
    font-size: 8.5333333333vw;
    width: 14.6666666667vw;
  }
}
.for-guardian .qanda_listWrap .qanda_list dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -8px;
}
@media screen and (max-width: 768px) {
  .for-guardian .qanda_listWrap .qanda_list dt {
    font-size: 4.8vw;
    margin-bottom: 0vw;
    line-height: 1.77;
  }
}
.for-guardian .qanda_listWrap .qanda_list dt .qanda_listTtl {
  padding-top: 0.7em;
}
.for-guardian .qanda_listWrap .qanda_list dd {
  font-size: 18px;
  line-height: 2.13;
}
@media screen and (max-width: 768px) {
  .for-guardian .qanda_listWrap .qanda_list dd {
    font-size: 4vw;
    line-height: 2.13;
  }
}
.for-guardian .qanda_listWrap .qanda_list dd .qanda_listIco {
  color: #FF5610;
}
.for-guardian .qanda_listWrap .qanda_list dd .qanda_listTtl {
  padding-top: 1.2em;
}
@media screen and (max-width: 768px) {
  .for-guardian .qanda_listWrap .qanda_list dd .qanda_listTtl {
    padding-top: 1em;
  }
}

.special .lower {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .special .lower {
    padding-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .special .inner {
    width: 89.3333333333vw;
  }
}
.special .c-pan_nav {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .special .c-pan_nav {
    order: 2;
    margin-bottom: 35px;
  }
}
.special .c-mv {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .special .c-mv {
    order: 1;
    margin-bottom: 15px;
  }
}
.special .c-mv ._ico {
  top: auto;
  bottom: -99px;
}
@media screen and (max-width: 768px) {
  .special .c-mv ._ico {
    right: -3px;
    bottom: -30px;
    transform: none;
  }
}
.special .c-ttl01 {
  padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .special .c-ttl01 {
    order: 3;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .special .c-ttl01::after {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    margin: 25px auto 0;
    background: #FF5611;
  }
}
.special .c-ttl01 ._txt-en {
  font-size: 200px;
}
@media screen and (max-width: 768px) {
  .special .c-ttl01 ._txt-en {
    font-size: 78px;
  }
}
@media screen and (max-width: 768px) {
  .special .c-ttl01 ._txt {
    margin-left: auto;
    margin-right: auto;
    width: 86.6666666667vw;
  }
}
.special .p-intro .p-intro_txt {
  width: 1000px;
  margin: 0 auto 80px;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .special .p-intro .p-intro_txt {
    width: 89.3333333333vw;
    margin-bottom: 55px;
  }
}
.special .p-intro .p-intro_txt ._strong {
  font-weight: 700;
}
.special .p-intro .p-intro_block {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 60px 0;
  background: #F9F9F9;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 768px) {
  .special .p-intro .p-intro_block {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 60px 0 70px;
    border-radius: 40px 40px 0 0;
  }
}
.special .p-intro .p-intro_block .p-intro_box {
  position: relative;
  display: flex;
  gap: 25px;
  width: 575px;
  padding: 30px 50px 25px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .special .p-intro .p-intro_block .p-intro_box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 89.3333333333vw;
    padding: 30px 40px 45px;
  }
}
.special .p-intro .p-intro_block .p-intro_box::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 90px;
  height: 5px;
  transform: translateX(-50%);
}
.special .p-intro .p-intro_block .p-intro_box._okada::after {
  background: #117DD8;
}
.special .p-intro .p-intro_block .p-intro_box._ueda::after {
  background: #FF5611;
}
.special .p-intro .p-intro_block .p-intro_box .p-intro_img {
  width: 200px;
}
.special .p-intro .p-intro_block .p-intro_box .p-intro_inr ._name {
  margin: 20px 0;
  font-size: 18px;
}
.special .p-intro .p-intro_block .p-intro_box .p-intro_inr ._txt {
  line-height: 2;
  font-size: 14px;
}
.special .p-talk {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .special .p-talk {
    width: 100%;
  }
}
.special .p-talk .p-talk_ttl {
  position: relative;
  padding-bottom: 25px;
  margin: 60px 0 45px;
  line-height: 1.5;
  font-size: 26px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .special .p-talk .p-talk_ttl {
    width: 89.3333333333vw;
    padding-bottom: 18px;
    margin: 70px auto 35px;
    font-size: 23px;
  }
}
.special .p-talk .p-talk_ttl::before, .special .p-talk .p-talk_ttl::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  border-radius: 50vh;
}
.special .p-talk .p-talk_ttl::before {
  left: 0;
  width: 45px;
  background: #FF5611;
  z-index: 0;
}
.special .p-talk .p-talk_ttl::after {
  left: 40px;
  width: 75px;
  background: #117DD8;
  z-index: 1;
}
.special .p-talk ._float {
  float: left;
  width: calc(100% - 540px);
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .special .p-talk ._float {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.special .p-talk .p-talk_txt {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .special .p-talk .p-talk_txt {
    flex-direction: column;
    gap: 10px;
    width: 89.3333333333vw;
    margin: 0 auto 20px;
  }
}
.special .p-talk .p-talk_txt ._label {
  font-weight: 700;
}
.special .p-talk .p-talk_txt ._label._okada {
  color: #117DD8;
}
.special .p-talk .p-talk_txt ._label._ueda {
  color: #FF5611;
}
.special .p-talk .p-talk_txt ._txt {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .special .p-talk .p-talk_img {
    display: block;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.special .p-talk .p-talk_img._full {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .special .p-talk .p-talk_img._full {
    width: 100%;
    margin-top: 40px;
  }
}
.special .p-talk picture + .p-talk_ttl {
  clear: right;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .infomation .lower {
    padding-top: 140px;
  }
}
.infomation .wrap {
  background-image: url(../image/for-guardian/bg_guardian01_pc.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .infomation .wrap {
    background-image: url(../image/for-guardian/bg_guardian01_sp.png);
  }
}
.infomation .c-ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .infomation .c-ttl01 {
    margin-bottom: 85px;
  }
}
.infomation .c-ttl01 ._txt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .infomation .c-ttl01 ._txt {
    width: 78.6666666667vw;
    margin: 0 auto 20px;
  }
}
.infomation .c-ttl01 ._ttl {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .infomation .c-ttl01 ._ttl {
    line-height: 1.25;
    font-size: 10.6666666667vw;
  }
}
.infomation .c-ttl01 ._txt_en {
  top: auto;
  bottom: -40px;
  transform: translateX(-50%);
}
.infomation .c-ttl01 + ._copy {
  margin-bottom: 70px;
  text-align: center;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .infomation .c-ttl01 + ._copy {
    margin-bottom: 30px;
    font-size: 4vw;
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .infomation .inner {
    width: 89.3333333333vw;
  }
}
.infomation .infomation_table {
  width: 100%;
  margin-bottom: 95px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_table {
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.infomation .infomation_table th, .infomation .infomation_table td {
  padding: 30px 0;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_table th, .infomation .infomation_table td {
    display: block;
    padding: 0;
    border: none;
  }
}
.infomation .infomation_table th {
  width: 180px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_table th {
    width: 100%;
    font-size: 4.8vw;
    margin-bottom: 4vw;
    padding-top: 6.6666666667vw;
  }
}
.infomation .infomation_table td {
  width: calc(100% - 180px);
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_table td {
    border-bottom: 1px solid #707070;
    width: 100%;
    font-size: 4.2666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.infomation .infomation_table .infomation_tableBox {
  margin-bottom: 0.5em;
}
.infomation .infomation_table .bold {
  font-weight: bold;
}
.infomation .infomation_table .small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_table .small {
    font-size: 4.2666666667vw;
  }
}
.infomation .infomation_table dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_table dl {
    display: block;
  }
}
.infomation .infomation_table dl dt {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_table dl dt {
    width: 100%;
  }
}
.infomation .infomation_contact {
  background-color: #F9F9F9;
  border-radius: 80px 80px 0 0;
  padding: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.infomation .infomation_contact .infomation_contactBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .infomation_contactBox {
    margin-bottom: 12vw;
  }
}
.infomation .infomation_contact .infomation_contactBox:last-child {
  margin-bottom: 0;
}
.infomation .infomation_contact .infomation_contactBoxtTtl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .infomation_contactBoxtTtl {
    font-size: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
    line-height: 1.44;
  }
}
.infomation .infomation_contact .infomation_contactBoxInner {
  background-color: #fff;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 16px;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .infomation_contactBoxInner {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 8vw 0 5.3333333333vw;
    border-radius: 4.2666666667vw;
    min-height: 57.3333333333vw;
  }
}
.infomation .infomation_contact .infomation_contactBoxInner .tel {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .infomation_contactBoxInner .tel {
    font-size: 7.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.infomation .infomation_contact .infomation_contactBoxInner .infomation_contactBoxtTxt {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .infomation_contactBoxInner .infomation_contactBoxtTxt {
    font-size: 4.2666666667vw;
  }
}
.infomation .infomation_contact .infomation_contactBoxInner dl {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .infomation_contactBoxInner dl {
    flex-direction: column;
    gap: 8vw;
  }
}
.infomation .infomation_contact .infomation_contactBoxInner dl dt {
  width: 227px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .infomation_contactBoxInner dl dt {
    width: 60.5333333333vw;
    margin: 0 auto;
  }
}
.infomation .infomation_contact .infomation_contactBoxInner dl dd {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .infomation_contactBoxInner dl dd {
    font-size: 4.8vw;
  }
}
.infomation .infomation_contact .pamphlet_listWrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  gap: 75px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .pamphlet_listWrapper {
    flex-direction: column;
    gap: 8vw;
  }
}
.infomation .infomation_contact .pamphlet_listWrapper .pamphlet_listImg {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .pamphlet_listWrapper .pamphlet_listImg {
    width: 72vw;
  }
}
.infomation .infomation_contact .pamphlet_listWrapper .pamphlet_listTxt {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.53;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contact .pamphlet_listWrapper .pamphlet_listTxt {
    margin-top: 6.6666666667vw;
    font-size: 4vw;
  }
}
.infomation .infomation_contactBoxInner .small {
  width: 100%;
  text-align: center;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_contactBoxInner .small {
    font-size: 3.7333333333vw;
  }
}

.hataraku {
  /* p-about01
  ----------------------------- */
  /* benefits
  ----------------------------- */
  /* keyword
  ----------------------------- */
}
@media screen and (max-width: 768px) {
  .hataraku .inner {
    width: 94.6666666667vw;
  }
}
.hataraku .wrap {
  background-image: url(../image/hataraku/bg_hataraku_pc.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .hataraku .wrap {
    background-image: url(../image/hataraku/bg_hataraku_sp.svg);
  }
}
.hataraku picture {
  display: block;
}
.hataraku ._ttl {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .hataraku ._ttl {
    font-size: 6.6666666667vw;
  }
}
.hataraku .p-about01 {
  margin-bottom: 45px;
  position: relative;
}
.hataraku .p-about01 p {
  margin: 0 50px;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .hataraku .p-about01 p {
    margin: 0;
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .hataraku .p-about01 p._txt-en {
    font-size: 4.8vw;
  }
}
.hataraku .p-about01 ._read {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hataraku .p-about01 ._read {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
    text-align: left;
  }
}
.hataraku .p-about01 ._img {
  position: absolute;
  top: 0;
  left: -100px;
  width: 243px;
}
@media screen and (max-width: 768px) {
  .hataraku .p-about01 ._img {
    position: static;
    width: 72.8vw;
    margin: 0 auto;
    padding-right: 8vw;
  }
}
.hataraku p._txt-og {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hataraku p._txt-og {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.hataraku .benefits {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .hataraku .benefits {
    margin-bottom: 16vw;
  }
}
.hataraku .benefits .benefits_listWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .hataraku .benefits .benefits_listWrap {
    padding: 0 0vw;
    gap: 13.3333333333vw;
  }
}
.hataraku .benefits .benefits_listWrap .benefits_list .benefits_listBalloon {
  width: 296px;
  height: 158px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #FF5611;
  font-weight: bold;
  text-align: center;
  background-image: url(../image/hataraku/img_baloon01_pc.png);
  background-size: cover;
  padding-bottom: 10px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hataraku .benefits .benefits_listWrap .benefits_list .benefits_listBalloon {
    background-image: url(../image/hataraku/img_baloon01_sp.png);
    width: 78.9333333333vw;
    height: 41.8666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: 5.0666666667vw;
  }
}
.hataraku .benefits .benefits_listWrap .benefits_list .benefits_listBox {
  width: 507px;
  border-radius: 16px;
  background-color: #FFF9F2;
  padding: 50px;
  margin-top: -10px;
  z-index: 1;
  height: 66%;
}
@media screen and (max-width: 768px) {
  .hataraku .benefits .benefits_listWrap .benefits_list .benefits_listBox {
    width: 94.6666666667vw;
    padding: 8vw;
    margin-top: -2.6666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.hataraku .benefits .benefits_listWrap .benefits_list .benefits_listBox .benefits_listTtl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hataraku .benefits .benefits_listWrap .benefits_list .benefits_listBox .benefits_listTtl {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.hataraku .benefits .benefits_listWrap .benefits_list .benefits_listBox .benefits_listTtl.line2 {
  height: 75px;
}
@media screen and (max-width: 768px) {
  .hataraku .benefits .benefits_listWrap .benefits_list .benefits_listBox .benefits_listTtl.line2 {
    height: auto;
  }
}
.hataraku .benefits .benefits_listWrap .benefits_list .benefits_listBox .benefits_listTxt {
  font-size: 15px;
  line-height: 2.13;
}
@media screen and (max-width: 768px) {
  .hataraku .benefits .benefits_listWrap .benefits_list .benefits_listBox .benefits_listTxt {
    font-size: 4vw;
  }
}
.hataraku .keyword {
  background-color: #F9F9F9;
  border-radius: 80px 80px 0 0;
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .hataraku .keyword {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
    padding: 10.6666666667vw 0 0;
  }
}
.hataraku .keyword .inner {
  position: relative;
}
.hataraku .keyword .keyword_topTtl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hataraku .keyword .keyword_topTtl {
    font-size: 6.6666666667vw;
    margin-bottom: 4vw;
  }
}
.hataraku .keyword .keyword_topBox {
  width: 725px;
  height: 154px;
  margin: 0 auto;
  letter-spacing: -0.05em;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .hataraku .keyword .keyword_topBox {
    width: 89.3333333333vw;
    height: 57.3333333333vw;
    padding: 10.6666666667vw 0;
    padding-bottom: 13.3333333333vw;
    border-radius: 5.3333333333vw;
    text-align: center;
    line-height: 2;
    padding-right: 6.6666666667vw;
    margin-bottom: 8vw;
  }
}
.hataraku .keyword .keyword_topBoxBig {
  font-size: 50px;
  font-weight: bold;
  color: #FF5611;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hataraku .keyword .keyword_topBoxBig {
    font-size: 12.2666666667vw;
  }
}
.hataraku .keyword .keyword_topBoxBigYomi {
  font-size: 18px;
  color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(90%);
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .hataraku .keyword .keyword_topBoxBigYomi {
    font-size: 4.8vw;
    transform: translateY(80%);
  }
}
.hataraku .keyword .keyword_topBoxNormal {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .hataraku .keyword .keyword_topBoxNormal {
    font-size: 9.6vw;
  }
}
.hataraku .keyword_bottomBoxTxt {
  font-size: 16px;
  line-height: 2;
  padding-left: 160px;
}
@media screen and (max-width: 768px) {
  .hataraku .keyword_bottomBoxTxt {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-left: 0vw;
    font-size: 4vw;
  }
}
.hataraku .keyword_bottomImg {
  width: 287px;
  position: absolute;
  bottom: -80px;
  right: 100px;
}
@media screen and (max-width: 768px) {
  .hataraku .keyword_bottomImg {
    position: static;
    margin: 0 auto;
    margin-top: -5.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */