@charset "Shift_JIS";
@import url("https://fonts.googleapis.com/css?family=Noto%20Sans%20JP:400,500,700&display=swap");
.none {
  display: none !important;
  content-visibility: hidden !important;
}
.none-d {
  display: none !important;
  content-visibility: hidden !important;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
abbr, address, cite, code,
del, dfn, em, img,
small, strong,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==================================
   base
================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #3b3a3b;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  overflow-y: scroll;
  -webkit-animation: fadeInAnime 0.5s ease-in forwards;
          animation: fadeInAnime 0.5s ease-in forwards;
}

main {
  display: block;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}

::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
}

::placeholder {
  color: #bbb;
  font-weight: 400;
}

em {
  font-style: normal;
}

.mgb20 {
  margin-bottom: 20px;
}

/* form
===================================== */
button,
input[type=button],
input[type=submit],
input[type=text],
input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, sans-serif;
  cursor: pointer;
}

button,
input[type=button],
input[type=submit] {
  border: none;
}

button, select, textarea,
input[type=text],
input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* =====================================
  ly_cont
===================================== */
/* premium
================================== */
.ly_contWrapper__bg01 {
  background: #d6f2f1;
}
.ly_contWrapper__bg02 {
  background: #edf7f6;
}

/* ======================================
  ly_footer
====================================== */
.ly_footer {
  padding: 40px 20px 60px;
  background: #2cc4c3;
  position: relative;
  z-index: 1;
}

.ly_footer_inner {
  max-width: 1000px;
  margin: 0 auto 35px;
  padding: 0 20px;
}

/* ======================================
  ly_gnav
====================================== */

/* ======================================
  ly_header
====================================== */
.ly_header {
  width: 100%;
  background: #edf7f6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.ly_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16vw;
}

/* =====================================
  ly_main
===================================== */
.ly_main {
  padding-top: 16vw;
}
.ly_main__faq {
  background: #edf7f6;
}

.ly_tpMain {
  padding-top: 16vw;
}

/* ======================================
  app
===================================== */
.bl_app {
  text-align: center;
}

.bl_app_txt {
  font-size: 1.4rem;
  margin-bottom: 1.3333333333vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1866666667vw;
}
.bl_app_txt span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.2em;
}
.bl_app_txt span::before, .bl_app_txt span::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 23px;
  position: absolute;
}
.bl_app_txt span::before {
  bottom: 0.2em;
  left: -25px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.bl_app_txt span::after {
  bottom: 0.2em;
  right: -25px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.bl_app_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_app_list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 6px;
}

/* ======================================
  cta
===================================== */
.bl_cta {
  background: #26aaa8;
  color: #fff;
}

.bl_cta_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.6666666667vw 4vw;
}

/* ======================================
  faq - block
===================================== */
.bl_faq_group {
  border-bottom: 1px dashed #d8d8d8;
}

.bl_faq_q {
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08vw;
}

.bl_faq_btn {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.8vw;
  margin-left: auto;
  padding: 4vw 0;
  background: url(../../images/static/faq/icon_plus.svg) right 4.8vw no-repeat;
  background-size: 4vw;
  font-weight: bold;
  text-align: left;
  color: #3b3a3b;
  letter-spacing: 0.08vw;
}
.bl_faq_btn[aria-expanded=true] {
  background: url(../../images/static/faq/icon_minus.svg) right 6.6666666667vw no-repeat;
  background-size: 4vw;
}
.bl_faq_btn::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  margin-right: 1.8666666667vw;
  background: url(../../images/static/faq/icon_q.svg) left top no-repeat;
  background-size: 5.8666666667vw;
}
.bl_faq_btn > span {
  display: inline-block;
  margin-right: 8vw;
}

.bl_faq_a {
  margin-bottom: 0.6em;
  padding: 0 0 20px;
  line-height: 1.6;
  letter-spacing: 0.08vw;
  color: #6c6c6c;
}

.bl_faq_cont {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.bl_faq_cont_ttl {
  margin-bottom: 0.6em;
  line-height: 1.8;
  font-weight: bold;
  color: #3b3a3b;
}

.bl_faq_cont_txt {
  margin-bottom: 0.8em;
  line-height: 1.8;
}

/* nav
================================== */
.bl_faqNav {
  padding: 0 3.7333333333vw;
}

.bl_faqNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_faqNav_list li {
  width: 44vw;
  margin-bottom: 3.4666666667vw;
}
.bl_faqNav_list li:not(:nth-child(2n)) {
  margin-right: 3.7333333333vw;
}

.bl_faqNav_long {
  min-width: 100%;
  margin-right: 0 !important;
}

/* ======================================
  footer
===================================== */

.bl_footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.bl_footerLink_item {
  display: block;
  margin-bottom: 20px;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.bl_footerLink_item a {
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 16px;
  background: url(../../images/common/ico-outer-link-footer.png) right calc(100% - .1em) no-repeat;
  background-size: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.bl_footerLogo {
  background-color: #0060a7;
  display: inline-block;
  padding: 20px;
}

.bl_footerCopyright {
  font-size: 1.1rem;
  text-align: center;
}

/* =====================================
  bl_gnav
===================================== */

.bl_gnav_item {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.bl_gnav_item a {
  text-decoration: none;
}

.bl_gnav_link {
  color: #3b3a3b;
}

/* ==================================
  bl_gnav button
================================== */
.bl_gnavBtn {
  display: block;
  width: 16vw;
  height: 16vw;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  outline: none;
  cursor: pointer;
}

.bl_gnavBtn_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5.8666666667vw;
  margin: auto;
  height: 0.5333333333vw;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}
.bl_gnavBtn_icon::before, .bl_gnavBtn_icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.bl_gnavBtn_icon::before {
  top: -2.4vw;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.bl_gnavBtn_icon::after {
  top: 2.4vw;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon {
  width: 7.4666666667vw;
  background-color: transparent;
}
.bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon::before, .bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon::after {
  top: 0;
  background-color: #000;
}
.bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/* ======================================
  header block
===================================== */

/* ======================================
  list
===================================== */
/* bullet list
================================== */
.bl_bulletList {
  margin-bottom: 1.5em;
}
.bl_bulletList:last-child {
  margin-bottom: 0;
}
.bl_bulletList li {
  margin-bottom: 0.6em;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.bl_bulletList li::before {
  content: "\30fb";
}
.bl_bulletList li .el_txt {
  margin-left: 0;
  text-indent: 0;
}
.bl_bulletList__noMark li::before {
  border: 1px solid red;
  display: none;
}

/* order list
================================== */
.bl_orderList {
  margin-bottom: 1.5em;
  list-style-type: decimal;
  list-style-position: inside;
}
.bl_orderList:last-child {
  margin-bottom: 0;
}
.bl_orderList li {
  margin-bottom: 0.6em;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.bl_orderList li .bl_noteList {
  margin-left: -1em;
}
.bl_orderList li .bl_noteList li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.bl_orderList__circle {
  list-style-type: none;
}

/* note
================================== */
.bl_noteList {
  font-size: 1.3rem;
  margin-top: 0.5em;
  margin-left: 0;
  color: #b4b4b4;
}
.bl_noteList li {
  margin-bottom: 0.6em;
  line-height: 1.5;
}
.bl_noteList li::before {
  content: "\203b";
}

/* flow list
================================== */
.bl_flowList_item {
  margin-bottom: 4vw;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  letter-spacing: 0.1866666667vw;
}
.bl_flowList_item__bdB::after {
  content: "";
  display: block;
  width: calc(100% + 1em);
  margin-top: 25px;
  margin-left: -1em;
  border-bottom: 1px solid #d8d8d8;
}
.bl_flowList_item:last-child {
  margin-bottom: 0;
}

.bl_flowList_imgWrapper {
  margin: 6.1333333333vw 0;
  text-align: center;
}

/* dlist
================================== */
.bl_dList {
  margin-top: 2em;
  margin-bottom: 2em;
}
.bl_dList dt {
  margin-bottom: 0.6em;
  line-height: 1.8;
  font-weight: bold;
}
.bl_dList dd {
  margin-bottom: 0.8em;
  line-height: 1.8;
}

/* faq
================================== */
.bl_fqDlist {
  margin-bottom: 1em;
}
.bl_fqDlist dd {
  margin-bottom: 0.5em;
  text-indent: 0;
  line-height: 1.8;
}

/* ====================================
  modal
==================================== */
.bl_modalCont {
  display: none;
  position: relative;
  z-index: 100;
  text-align: center;
}

.bl_modalOverlay {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(26, 129, 128, 0.7);
}

.bl_modalWrap {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  cursor: pointer;
}

.bl_modalClose {
  display: none;
  padding: 0;
  background: none;
  position: absolute;
  top: -9.3333333333vw;
  right: 3.7333333333vw;
  z-index: 101;
  cursor: pointer;
}

/* illust
====================================== */

/* ======================================
  premium
===================================== */
.bl_premium {
  background: #d6f2f1;
  text-align: center;
}

.bl_premium_inner {
  padding: 13.3333333333vw 4vw;
}

.bl_premium_txt {
  font-size: 1.4rem;
  margin-bottom: 9.8666666667vw;
  line-height: 1.9;
  letter-spacing: 0.0746666667vw;
}

/* =====================================
  element button
===================================== */
/* 基本
================================== */
.el_btn {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2.6666666667vw 4vw;
  background: #fff;
  border: 2px solid #26aaa8;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #26aaa8;
}
.el_btn__arrowR {
  background: #fff url(../../images/common/prizero01/arrow_green_r.svg) calc(100% - 15px) center no-repeat;
  text-align: left;
}

.el_grnBtn {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2.9333333333vw 4vw;
  background: #26aaa8;
  border: 2px solid #26aaa8;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
.el_grnBtn__arrowR {
  background: #26aaa8 url(../../images/common/prizero01/arrow_white_r.svg) calc(100% - 15px) center no-repeat;
  text-align: left;
}

/* =====================================
  element form
===================================== */
/* =====================================
  element heading
===================================== */
.el_lv1Heading {
  font-size: 2.5rem;
  margin-bottom: 2em;
  letter-spacing: 0.0666666667vw;
  text-align: center;
}

/* premium
================================== */
.el_lv1PrHeading {
  font-size: 2.5rem;
  margin-bottom: 10.6666666667vw;
  letter-spacing: 0.0666666667vw;
  line-height: 1.08;
  text-align: center;
}
.el_lv1PrHeading span {
  font-size: 1.8rem;
}

/* =====================================
  element text
===================================== */
.el_txt {
  margin-bottom: 1em;
  line-height: 1.8;
}
.el_txt span.asterisk {
  font-size: 10px;
  vertical-align: text-top;
}
/* アンダーライン
================================== */
.el_underline {
  display: inline-block;
  position: relative;
}
.el_underline::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.5em;
  background: #b8f4f1;
  position: absolute;
  left: 0;
  bottom: -0.2em;
}
.el_underline span {
  position: relative;
  z-index: 1;
}

/* マーカー
================================== */
.el_maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #B8F4F1));
  background: linear-gradient(transparent 60%, #B8F4F1 60%);
}

/* link
================================== */
.el_link {
  color: #1D8180;
  text-decoration: underline;
}

/* note
================================== */
.el_note {
  font-size: 1.1rem;
  margin-top: 0.5em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  color: #b4b4b4;
}
.el_note::before {
  content: "\203b";
}

/* ======================================
  よくあるお問い合わせ
  プレフィックス .fq_
===================================== */
.fq_header {
  margin-top: 12vw;
  padding-bottom: 14.1333333333vw;
}

.fq_header_ttl {
  font-size: 2.5rem;
  margin-bottom: 11.4666666667vw;
  color: #26aaa8;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.3333333333vw;
}

.fq_header_txt {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.1866666667vw;
}

.fq_cont {
  margin-bottom: 8vw;
  background: #fff;
}

.fq_cont_inner {
  max-width: 800px;
  padding: 12.8vw 3.7333333333vw 13.3333333333vw;
}

.fq_cont_ttl {
  margin-bottom: 9.3333333333vw;
  color: #26aaa8;
  text-align: center;
}
.fq_cont_ttl span {
  font-size: 2rem;
  display: block;
  letter-spacing: 0.1066666667vw;
}

/* premium
================================== */
.fq_prHeader {
  padding: 0 0 9.8666666667vw;
}
.fq_prCont .fq_cont_ttl {
  color: #3b3a3b;
}
.fq_prCont .fq_cont_ttl span {
  margin-top: 2.6666666667vw;
}

.fq_prHeader_ttl {
  font-size: 2rem;
  margin-bottom: 7.7333333333vw;
  color: #26aaa8;
  line-height: 1.4;
  letter-spacing: 0.1066666667vw;
  text-align: center;
}

/* footer
================================== */

.fq_footer_txt {
  font-size: 1.4rem;
  margin-bottom: 2.6666666667vw;
  line-height: 1.8;
  letter-spacing: 0.1866666667vw;
}

.fq_footer_btnWrapper {
  max-width: 458px;
  margin: 0 auto 8vw;
}

/* ======================================
  meeting / .mtg_
===================================== */
.mtg_header {
  padding-top: 12vw;
}

/* into
================================== */
.mtg_intro {
  background: #edf7f6;
}

/* online
================================== */
.mtg_online {
  padding: 8.5333333333vw 0 0;
}

.mtg_online_ttl {
  color: #26aaa8;
}

.mtg_online_txt {
  font-size: 1.6rem;
  color: #26aaa8;
  text-align: left;
  line-height: 1.9;
}

/* guest
================================== */
.mtg_guest {
  padding: 8vw 4vw 6.6666666667vw;
  background: #d6f2f1;
}

.mtg_guest_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mtg_guest_avatar {
  margin-right: 5.3333333333vw;
}

.mtg_guest_name01 {
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 1.3333333333vw;
  background: #fff;
  line-height: 1.4;
  letter-spacing: 0.0853333333vw;
}

.mtg_guest_name02 {
  font-size: 2.2rem;
  display: inline-block;
  padding: 0 1.3333333333vw;
  background: #fff;
  line-height: 1.4;
  letter-spacing: 0.1066666667vw;
}
.mtg_guest_name02 span {
  font-size: 1.6rem;
}

.mtg_guest_txt {
  font-size: 1.4rem;
  margin-bottom: 6.1333333333vw;
  line-height: 1.93;
  letter-spacing: 0.0746666667vw;
}

.mtg_guest_sns {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.064vw;
}
.mtg_guest_sns div:not(:last-child) {
  margin-bottom: 1em;
}
.mtg_guest_sns div:not(:last-child) dt::after {
  content: "\ff1a";
}
.mtg_guest_sns div:last-child dt {
  margin-right: 0.5em;
}
.mtg_guest_sns dt {
  display: inline-block;
}
.mtg_guest_sns dd {
  display: inline-block;
}
.mtg_guest_sns a {
  color: #3b3a3b;
}

/* cont
================================== */
.mtg_contWrapper01 {
  background: #edf7f6 url(../../images/static/meeting/line_wave01.svg) left top repeat-x;
}

.mtg_contWrapper02 {
  background: #a4e3e8 url(../../images/static/meeting/line_wave02.svg) left top repeat-x;
}
.mtg_contWrapper02 .mtg_cont_txt {
  color: #fff;
}
.mtg_contWrapper02 .mtg_talk_item__mc {
  color: #1b8180;
}

.mtg_contWrapper03 {
  background: #edf7f6 url(../../images/static/meeting/line_wave03.svg) left top repeat-x;
}

.mtg_cont {
  padding-top: 19.7333333333vw;
  padding-bottom: 6.6666666667vw;
}

.mtg_cont_header {
  margin-bottom: 6.1333333333vw;
  text-align: center;
}

.mtg_cont_no {
  display: block;
  text-align: center;
}

.mtg_cont_txt {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1066666667vw;
}

/* talk
================================== */
.mtg_talk {
  max-width: 760px;
  margin: 0 auto;
}

.mtg_talk_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mtg_talk_group:not(:last-child) {
  margin-bottom: 10.6666666667vw;
}

.mtg_talk_name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.6666666667vw;
}

.mtg_talk_item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.0746666667vw;
}
.mtg_talk_item__mc {
  color: #26aaa8;
}
.mtg_talk_item b {
  font-weight: bold;
}

.mtg_talk_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mtg_talk_imgWrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mtg_talk_imgWrapper img {
  border-radius: 8px;
}

/* illust
================================== */
.mtg_illust {
  margin: 9.8666666667vw 3.7333333333vw;
}

.mtg_illust_item {
  position: relative;
}

.mtg_illust_imgWrapper {
  text-align: center;
}
.mtg_illust_imgWrapper figcaption {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 1.6vw;
  padding: 1.3333333333vw 2.9333333333vw 1.6vw;
  background: #fff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1866666667vw;
}

.mtg_illust_btn {
  padding: 0;
  background: none;
}

.mtg_illust_icon {
  position: absolute;
  z-index: 1;
}

/* ======================================
  tokuteiho
  プレフィックス .tk_
===================================== */
.tk_cont {
  background: #edf7f6;
  padding: 25.3333333333vw 0 13.3333333333vw;
}

.tk_cont_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.tk_lv2Heading {
  font-size: 1.6rem;
  margin-bottom: 0.2em;
  letter-spacing: 0.0666666667vw;
  font-weight: 500;
}

.tk_list {
  margin-bottom: 2em;
}
.tk_list:last-child {
  margin-bottom: 0;
}
.tk_list li {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.tk_list li .el_txt {
  margin-left: 0;
  text-indent: 0;
}

.tk_dlist {
  line-height: 1.8;
}
.tk_dlist div {
  margin-bottom: 0.5em;
}
.tk_dlist dt::after {
  content: "\ff1a";
}

/* ======================================
  top
  プレフィックス .tp_
===================================== */
/* hero
================================== */
.tp_hero {
  background: #edf7f6;
}

.tp_hero_inner {
  position: relative;
}

.tp_hero_main {
  width: 89.8666666667vw;
  height: 105.0666666667vw;
  margin-left: auto;
  position: relative;
}

.tp_hero_ttl {
  position: absolute;
  bottom: -17.6vw;
  left: -0.5333333333vw;
  z-index: 2;
}

.tp_hero_lead {
  font-size: 2.1rem;
  line-height: 1.48;
  letter-spacing: 0.42px;
}

.tp_hero_catch {
  font-size: 1.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 4vw;
}

.tp_hero_phone {
  position: absolute;
  right: 0;
  z-index: 2;
}

.tp_hero_imgUnit {
  overflow: hidden;
  width: 89.8666666667vw;
  height: 105.0666666667vw;
  margin-left: auto;
}

/* sect01
================================== */

.tp_sect01_ttl {
  font-size: 2.2rem;
  margin-bottom: 4vw;
  line-height: 1.4;
  letter-spacing: 0.44px;
}

.tp_sect01_txt {
  font-size: 1.6rem;
  margin-bottom: 6.6666666667vw;
  line-height: 1.9;
  letter-spacing: 0.0853333333vw;
}

.tp_sect01_imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.tp_sect01_img01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.tp_sect01_img02 {
  position: absolute;
  left: 0;
  z-index: 1;
}

.tp_sect01_img03 {
  position: relative;
  top: auto;
  bottom: 0;
}
.tp_sect01_app .bl_app_txt span::before, .tp_sect01_app .bl_app_txt span::after {
  background-color: #3b3a3b;
}
.tp_sect01_app .bl_app_list li {
  margin: 0;
}
.tp_sect01_app .bl_app_list li:not(:last-child) {
  margin-right: 10px;
}

/* sect02
================================== */
.tp_sect02 {
  padding: 13.3333333333vw 4vw;
}

.tp_sect02_ttl {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}

.tp_sect02_bubble {
  font-size: 1.3rem;
  display: block;
  padding-bottom: 5.3333333333vw;
  background: url(../../images/static/top/sect02_bubble.svg) center bottom no-repeat;
  background-size: 57.0666666667vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.0693333333vw;
  text-align: center;
}

.tp_sect02_ttlTxt {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.1333333333vw;
}

.tp_sect02_btnWrapper {
  max-width: 458px;
  margin: 0 auto;
}

/* func
================================== */
.tp_func {
  height: 100%;
  padding: 6.9333333333vw 4vw 12.2666666667vw;
}

.tp_func_head {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}

.tp_func_no {
  display: block;
  text-align: center;
}

.tp_func_ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.0533333333vw;
}
.tp_func_ttl small {
  font-size: 1.4rem;
}

.tp_func_imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 69.6vw;
  height: 56.2666666667vw;
  margin: 0 auto 8.5333333333vw;
  text-align: center;
  position: relative;
}
.tp_func_imgWrapper img {
  width: 100%;
  margin-top: auto;
}

.tp_func01_img02 {
  position: absolute;
  top: 0;
  right: 0;
}

.tp_func03_img02 {
  position: absolute;
  top: 0;
  right: 0;
}

.tp_func04_img02 {
  position: absolute;
  top: 0;
  right: 0;
}

.tp_func05_img02 {
  position: absolute;
  top: 0;
  right: 0;
}

.tp_func06_img02 {
  position: absolute;
  right: 0;
}

.tp_func_txt {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.0746666667vw;
  text-align: center;
}

.tp_funcWrapper {
  max-width: 1598px;
  overflow: hidden;
}

/* sect03
================================== */
.tp_sect03 {
  padding: 13.3333333333vw 4vw 12vw;
}

.tp_sect03_ttl {
  margin-bottom: 10.1333333333vw;
  text-align: center;
}

.tp_sect03_bubble {
  font-size: 1.3rem;
  display: block;
  padding-bottom: 5.3333333333vw;
  background: url(../../images/static/top/sect02_bubble.svg) center bottom no-repeat;
  background-size: 47.4666666667vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.0693333333vw;
  text-align: center;
}

.tp_sect03_ttlTxt {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.1333333333vw;
}

/* voice
================================== */

.tp_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 9.6vw;
}
.tp_voice__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.tp_voice_main {
  width: 60.5333333333vw;
  padding: 5.3333333333vw 1.3333333333vw 3.7333333333vw;
  border: 1px solid #3b3a3b;
  border-radius: 6px;
  position: relative;
  line-height: 1.85;
}
.tp_voice_main::before, .tp_voice_main::after {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - calc(1vw * 15 / 375 * 100));
  background: #fff;
  position: absolute;
}
.tp_voice_main::before {
  left: -0.2666666667vw;
}
.tp_voice_main::after {
  right: -0.2666666667vw;
}

.tp_voice_txt {
  font-size: 1.4rem;
  margin-bottom: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.0746666667vw;
}

.tp_voice_name {
  font-size: 1.1rem;
  color: #838383;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0.0586666667vw;
}

/* award
================================== */
.tp_award {
  display: block;
  text-align: center;
}

.tp_award_txt {
  font-size: 1.1rem;
  font-weight: 500;
}

/* sect04
================================== */
.tp_sect04 {
  padding: 13.8666666667vw 0 12vw;
}

.tp_sect04_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tp_sect04_imgWrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tp_sect04_lead {
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.1333333333vw;
}

.tp_sect04_lead_sub {
  font-size: 2.2rem;
  display: inline;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.tp_sect04_txt {
  font-size: 1.4rem;
  line-height: 1.93;
  letter-spacing: 0.0746666667vw;
}

/* meeting
================================== */

.tp_meeting_ttl {
  width: 85.3333333333vw;
  margin: 0 auto 2.4vw;
}
.tp_meeting_ttl img {
  width: 100%;
}

/* =====================================
  helper
==================================== */
/* invalid link
================================== */
.hp_invalidLink {
  pointer-events: none;
}

/* visually hidden
================================== */
.hp_visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* =====================================
  is
===================================== */
/* invalid link
================================== */
.is_invalidLink {
  pointer-events: none;
}

/* body fixed
================================== */
body.is_fixed {
  position: fixed;
}

/* top: header fixed
================================== */
.toppage .js_headerFixed {
  position: relative;
  top: 0;
  left: 0;
}
.toppage .ly_header {
  position: absolute;
  top: 0;
  left: 0;
}
.toppage .ly_header.is_up {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
.toppage .ly_header.is_down {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity:  0%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* anime
================================== */
.is_fadeUp {
  -webkit-animation: fadeUpAnime 0.6s ease-in-out 0s forwards;
          animation: fadeUpAnime 0.6s ease-in-out 0s forwards;
  opacity: 0%;
}

.is_fadeUpLate {
  -webkit-animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
          animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
  opacity: 0%;
}

.is_fadeInAnim {
  -webkit-animation: fadeInAnime 0.6s ease-in-out 0s forwards;
          animation: fadeInAnime 0.6s ease-in-out 0s forwards;
}

.is_fadeUp_01 {
  opacity: 0%;
}

.is_fadeUp_02 {
  opacity: 0%;
}

/* =====================================
  js
===================================== */
/* gnav
================================== */

/* header logo
================================= */
.js_headerLogo {
  display: none;
}
/* accordion/faq
================================== */
.js_accordion,
.js_faq {
  display: none;
}

/* フェード表示
================================== */
.js_fadeInTrig,
.js_fadeLeftTrig {
  opacity: 0%;
}

.js_fadeUpTrig,
.js_fadeUpTrig_01,
.js_fadeUpTrig_02 {
  opacity: 0%;
}

.js_fadeUpTrigLate {
  opacity: 0%;
}

/* =====================================
  swiper customise
===================================== */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.js_tpHeroSlider .swiper-slide-active .slide-img,
.js_tpHeroSlider .swiper-slide-duplicate-active .slide-img,
.js_tpHeroSlider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.js_tpHeroSlider .slide-img img {
  display: block;
}

.js_tpFuncSlider {
  position: relative;
}
.js_tpFuncSlider .swiper-slide {
  height: auto;
}
.js_tpFuncSlider .swiper-pagination {
  bottom: 4.5333333333vw !important;
}
.js_tpFuncSlider .swiper-pagination-bullet {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin: 0 1.3333333333vw !important;
  background: #dedede;
  opacity: 1;
}
.js_tpFuncSlider .swiper-pagination-bullet-active {
  background: #26aaa8;
}

/* =====================================
  anime
===================================== */
/* fadeIn
================================== */
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
@media screen and (min-width: 321px) {
  .none-ss {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media print, screen and (min-width: 576px) {
  .none-sm {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media print, screen and (min-width: 769px) {
  .none-md {
    display: none !important;
    content-visibility: hidden !important;
  }
  body {
    font-size: 1.6rem;
  }
  .ly_cont {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .ly_cont_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .ly_footer {
    padding: 30px 0;
  }
  .ly_footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
  .ly_header_inner {
    height: 70px;
  }
  .ly_main {
    padding-top: 70px;
  }
  .ly_tpMain {
    padding-top: 0;
  }
  .bl_app_txt {
    margin-bottom: 5px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .bl_cta_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 50px 30px 24px;
  }
  .bl_cta_txt span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 14px;
    letter-spacing: 0.28px;
  }
  .bl_cta_mark {
    margin-right: 14px;
    padding: 0;
  }
  .bl_cta_mark img {
    margin-bottom: 0;
    padding: 0;
  }
  .bl_faq_btn {
    font-size: 2rem;
    padding: 30px 0;
    margin-top: 5px;
    background: url(../../images/static/faq/icon_plus.svg) right 34px no-repeat;
    background-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
  }
  .bl_faq_btn[aria-expanded=true] {
    background: url(../../images/static/faq/icon_minus.svg) right 44px no-repeat;
    background-size: 20px;
  }
  .bl_faq_btn::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 30px;
  }
  .bl_faq_btn > span {
    margin-right: 40px;
  }
  .bl_faq_a {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.8px;
  }
  .bl_faqNav {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .bl_faqNav_list li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .bl_faqNav_list li {
    width: calc((100% - 20px)/2);
    margin-bottom: 7px;
  }
  .bl_faqNav_list li .el_btn {
    font-size: 1.8rem;
    padding: 8px 20px 9px;
  }
  .bl_footerLinkUnit {
    width: 600px;
  }
  .bl_footerLink {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_footerLink_item {
    margin-right: 20px;
    margin-bottom: 14px;
    padding-right: 20px;
  }
  .bl_footerLink_item:nth-child(3), .bl_footerLink_item:nth-child(5) {
    border-right: none;
  }
  .bl_footerLink_item a {
    font-size: 1.5rem;
    background-size: 1;
  }
  .bl_footerCopyright {
    letter-spacing: 0.06em;
  }
  .bl_noteList {
    font-size: 1.4rem;
  }
  .bl_flowList_item {
    margin-bottom: 15px;
    line-height: 1.9;
    letter-spacing: 0.8px;
  }
  .bl_flowList_imgWrapper {
    margin: 20px auto 30px;
    text-align: center;
  }
  .bl_modalClose {
    width: 22px;
    height: 22px;
    top: 0;
    right: -35px;
  }
  .bl_modalCont_illust {
    max-width: 600px;
    height: 600px;
    margin: 0 auto;
  }
  .bl_premium_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .bl_premium_ttl {
    margin-bottom: 32px;
  }
  .bl_premium_txt {
    font-size: 1.6rem;
    margin-bottom: 37px;
    line-height: 1.7;
    letter-spacing: 0.32px;
  }
  .bl_premium_btnWrapper {
    max-width: 343px;
    margin: 0 auto;
  }
  .el_btn {
    display: inline-block;
    padding: 9px 20px 10px;
    line-height: 1.6;
    letter-spacing: 0.9px;
  }
  .el_btn:hover {
    background: #26aaa8;
    color: #fff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .el_btn__arrowR:hover {
    background: #26aaa8 url(../../images/common/prizero01/arrow_white_r.svg) calc(100% - 15px) center no-repeat;
    color: #fff;
    text-align: left;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .el_grnBtn {
    font-size: 1.6rem;
    display: inline-block;
    padding: 8px 20px 8px;
    line-height: 1.6;
    letter-spacing: 0.9px;
  }
  .el_grnBtn:hover {
    background: #fff;
    color: #26aaa8;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .el_grnBtn__arrowR {
    background: #26aaa8 url(../../images/common/prizero01/arrow_white_r.svg) calc(100% - 15px) center no-repeat;
    text-align: left;
  }
  .el_grnBtn__arrowR:hover {
    background: #fff url(../../images/common/prizero01/arrow_green_r.svg) calc(100% - 15px) center no-repeat;
    color: #26aaa8;
    text-align: left;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .el_lv1Heading {
    font-size: 3rem;
    letter-spacing: 1.75px;
  }
  .el_lv1PrHeading {
    font-size: 3.5rem;
    margin-bottom: 33px;
    line-height: 1.14;
    letter-spacing: 1.75px;
  }
  .el_lv1PrHeading span {
    font-size: 3rem;
  }
  .el_link:hover {
    text-decoration: none;
  }
  .el_note {
    font-size: 1.4rem;
  }
  .fq_header {
    margin-top: 85px;
    padding-bottom: 86px;
    text-align: center;
  }
  .fq_header_ttl {
    font-size: 3.5rem;
    margin-bottom: 124px;
    letter-spacing: 0.7px;
  }
  .fq_header_txt {
    font-size: 1.6rem;
    margin-top: 32px;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0.8px;
  }
  .fq_header_btnWrapper {
    width: 458px;
    margin: 0 auto;
  }
  .fq_cont {
    margin-bottom: 50px;
  }
  .fq_cont_inner {
    margin: 0 auto;
    padding: 65px 20px;
  }
  .fq_cont_ttl {
    margin-bottom: 50px;
  }
  .fq_cont_ttl span {
    font-size: 2.8rem;
    /* margin-top: 50%; */
    letter-spacing: 0.56px;
  }
  .fq_prHeader {
    padding: 70px 0 43px;
  }
  .fq_prCont {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px 60px;
  }
  .fq_prCont .fq_cont_ttl span {
    margin-top: 10px;
  }
  .fq_prHeader_ttl {
    font-size: 2.8rem;
    margin-bottom: 75px;
    letter-spacing: 0.4px;
  }
  .fq_footer {
    margin-top: 92px;
  }
  .fq_footer_txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
  }
  .fq_footer_btnWrapper {
    margin: 0 auto 10px;
  }
  .mtg_header {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 11px;
  }
  .mtg_header_ttl {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .mtg_online {
    max-width: 808px;
    margin: 0 auto;
    padding: 55px 24px 60px;
    text-align: center;
  }
  .mtg_online_ttl {
    font-size: 3.2rem;
    margin-bottom: 28px;
    line-height: 1.3;
    letter-spacing: 0.64px;
  }
  .mtg_online_txt {
    margin-bottom: 35px;
    letter-spacing: 0.32px;
  }
  .mtg_guest {
    padding: 68px 24px 80px;
  }
  .mtg_guest_inner {
    display: -ms-grid;
    display: grid;
    row-gap: 26px;
    -ms-grid-columns: 380px minmax(auto, 456px);
        grid-template-columns: 380px minmax(auto, 456px);
    -ms-grid-rows: minmax(116px, auto) auto;
        grid-template-rows: minmax(116px, auto) auto;
    max-width: 912px;
    margin: 0 auto;
  }
  .mtg_guest_header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
  }
  .mtg_guest_ttl {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .mtg_guest_avatar {
    margin-right: 23px;
  }
  .mtg_guest_ttl {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .mtg_guest_name01 {
    padding: 0 5px;
    letter-spacing: 0.32px;
  }
  .mtg_guest_name02 {
    font-size: 2.2rem;
    padding: 0 5px;
    letter-spacing: 0.4px;
  }
  .mtg_guest_book {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .mtg_guest_main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .mtg_guest_txt {
    font-size: 1.6rem;
    margin-bottom: 22px;
    line-height: 1.7;
    letter-spacing: 0.32px;
  }
  .mtg_guest_sns {
    letter-spacing: 0.24px;
  }
  .mtg_guest_sns a:hover {
    text-decoration: none;
  }
  .mtg_contWrapper01 {
    background: #edf7f6 url(../../images/static/meeting/line_wave01.svg) center top repeat-x;
  }
  .mtg_contWrapper03 {
    padding-bottom: 54px;
  }
  .mtg_cont {
    padding: 95px 24px 55px;
  }
  .mtg_cont_header {
    margin-bottom: 55px;
  }
  .mtg_cont_no {
    margin: 0 auto 14px;
  }
  .mtg_cont_txt {
    display: block;
    letter-spacing: 0.4px;
  }
  .mtg_talk_group:not(:last-child) {
    margin-bottom: 40px;
  }
  .mtg_talk_name {
    width: 76px;
  }
  .mtg_talk_item {
    padding: 20px 15px;
    background: #fff;
    border-radius: 12px;
    letter-spacing: 0.28px;
    position: relative;
  }
  .mtg_talk_item::before {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background: url(../../images/static/meeting/parts_bubble.svg);
    position: absolute;
    left: -8px;
    top: 430x;
  }
  .mtg_talk_item p:not(:last-child) {
    margin-bottom: 25px;
  }
  .mtg_talk_imgWrapper {
    margin-left: 30px;
  }
  .mtg_illust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 56px auto 76px;
  }
  .mtg_illust_item {
    width: 300px;
  }
  .mtg_illust_imgWrapper figcaption {
    font-size: 1.4rem;
    margin-top: 6px;
    padding: 5px 11px 6px;
    letter-spacing: 0.7px;
  }
  .mtg_illust_icon {
    top: 236px;
    right: 18px;
  }
  .tk_cont {
    padding: 155px 0;
  }
  .tk_lv2Heading {
    font-size: 1.8rem;
    letter-spacing: 1.75px;
  }
  .tk_dlist div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tp_hero {
    padding-bottom: 63px;
  }
  .tp_hero_ttl {
    padding: 20px 33px 0 0;
    border-top-right-radius: 20px;
    background: #edf7f6;
    bottom: -23px;
    left: 0;
  }
  .tp_hero_lead {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 18px;
    line-height: 1.43;
    letter-spacing: 0.56px;
  }
  .tp_hero_catch {
    font-size: 1.6rem;
    top: 80px;
    left: 0;
  }
  .tp_hero_phone {
    bottom: -43px;
    right: 26px;
  }
  .tp_sect01 {
    padding-top: 90px;
  }
  .tp_sect01_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tp_sect01_main {
    margin-top: 20px;
    margin-bottom: 36px;
  }
  .tp_sect01_ttl {
    font-size: 3.2rem;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0.64px;
  }
  .tp_sect01_txt {
    margin-bottom: 30px;
    letter-spacing: 0.32px;
  }
  .tp_sect01_imgWrapper {
    width: 400px;
    height: 349px;
  }
  .tp_sect01_img02 {
    top: 57px;
  }
  .tp_sect01_img03 {
    left: 100px;
  }
  .tp_sect01_app {
    width: 254px;
  }
  .tp_sect01_app .bl_app_app {
    width: 109px;
  }
  .tp_sect01_app .bl_app_google {
    width: 135px;
  }
  .tp_sect02 {
    max-width: 1600px;
    padding: 95px 0 60px;
    overflow: hidden;
  }
  .tp_sect02_ttl {
    margin-bottom: 40px;
  }
  .tp_sect02_bubble {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 20px;
    background-size: 250px;
    letter-spacing: 0.3px;
  }
  .tp_sect02_ttlTxt {
    font-size: 3.5rem;
    letter-spacing: 0.7px;
  }
  .tp_func {
    background: #fff;
    padding: 35px 24px;
    border-radius: 12px;
  }
  .tp_func_head {
    margin-bottom: 30px;
  }
  .tp_func_no {
    margin-bottom: 15px;
  }
  .tp_func_ttl {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.4px;
  }
  .tp_func_ttl small {
    font-size: 1.6rem;
  }
  .tp_func_imgWrapper {
    width: 346px;
    height: 281px;
    margin: 0 auto 38px;
  }
  .tp_func06_img02 {
    top: 60px;
  }
  .tp_func_txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .tp_funcWrapper {
    margin-bottom: 50px;
  }
  .tp_sect03 {
    padding: 95px 24px 76px;
  }
  .tp_sect03_ttl {
    margin-bottom: 40px;
  }
  .tp_sect03_bubble {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 20px;
    background: url(../../images/static/top/sect03_bubble.svg) center bottom no-repeat;
    background-size: 208px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
  }
  .tp_sect03_ttlTxt {
    font-size: 3.5rem;
    line-height: 1.3;
    letter-spacing: 0.7px;
  }
  .tp_sect03_info1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 442px;
    height: 144px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
  }
  .tp_sect03_info2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 442px;
    height: 144px;
    padding-top: 2px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
  }
  .tp_voiceUnit {
    margin-bottom: 100px;
  }
  .tp_voice {
    width: 608px;
    margin: 0 auto 36px;
  }
  .tp_voice_main {
    font-size: 1.4rem;
    width: 456px;
    padding: 20px 10px 17px;
    line-height: 1.7;
  }
  .tp_voice_main::before, .tp_voice_main::after {
    height: calc(100% - 15px);
  }
  .tp_voice_main::before {
    left: -1px;
  }
  .tp_voice_main::after {
    right: -1px;
  }
  .tp_voice_txt {
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 1.8;
    letter-spacing: 0.3px;
  }
  .tp_voice_name {
    letter-spacing: 0.22px;
  }
  .tp_award_txt {
    font-size: 2rem;
    margin-bottom: 18px;
    font-weight: 900;
  }
  .tp_sect04 {
    padding: 105px 24px 100px;
  }
  .tp_sect04_ttl {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .tp_sect04_media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: wrap;
            flex-direction: wrap;
  }
  .tp_sect04_imgWrapper figcaption {
    font-size: 1.3rem;
    margin-top: 12px;
    line-height: 1.5;
    letter-spacing: 0.26px;
    text-align: right;
  }
  .tp_sect04_lead {
    font-size: 3.2rem;
    margin-bottom: 20px;
    letter-spacing: 0.64px;
    line-height: 1.2;
  }
  .tp_sect04_lead_sub {
    font-size: 2.6rem;
    display: inline-block;
    margin-bottom: 7px;
  }
  .tp_sect04_txt {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.32px;
  }
  .tp_meeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 76px;
  }
  .tp_meeting_ttl {
    width: 320px;
    margin: 0 0 40px;
  }
  .tp_meeting_btnWrapper {
    width: 344px;
  }
  .is_fadeUp_01 {
    -webkit-animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
            animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
  }
  .is_fadeUp_02 {
    -webkit-animation: fadeUpAnime 0.6s ease-in-out 1s forwards;
            animation: fadeUpAnime 0.6s ease-in-out 1s forwards;
  }
  .js_fadeUpTrig,
.js_fadeUpTrig_01,
.js_fadeUpTrig_02 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .js_fadeUpTrigLate {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .js_tpFuncSlider {
    padding-bottom: 36px;
  }
  .js_tpFuncSlider .swiper-pagination {
    bottom: 0 !important;
  }
  .js_tpFuncSlider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0%;
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
    }
    to {
      opacity: 100%;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0%;
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
    }
    to {
      opacity: 100%;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @-webkit-keyframes slideUpAnime {
    from {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes slideUpAnime {
    from {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
@media print, screen and (min-width: 1024px) {
  .none-lg {
    display: none !important;
    content-visibility: hidden !important;
  }
  .ly_gnav {
    margin-left: auto;
  }
  .ly_header_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 912px;
    margin: 0 auto;
    height: 70px;
  }
  .bl_cta_txt {
    font-size: 2.4rem;
    margin-right: 10px;
    line-height: 1.3;
    letter-spacing: 0.48px;
    font-weight: bold;
  }
  .bl_cta_mark {
    margin-left: auto;
  }
  .bl_gnavLogo {
    display: none !important;
    content-visibility: hidden !important;
  }
  .bl_gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .bl_gnav_item {
    font-size: 1.4rem;
    margin: 0 0 0 38px;
    line-height: 1.4;
    letter-spacing: 0.6px;
  }
  .bl_gnav_item:first-child {
    margin-left: 0;
  }
  .bl_gnav_link:hover, .bl_gnav_link:focus {
    color: black;
  }
  .bl_gnavBtn {
    display: none !important;
    content-visibility: hidden !important;
  }
  .mtg_guest_inner {
    padding-left: 75px;
  }
  .mtg_talk_item {
    width: 670px;
  }
  .mtg_illust {
    width: 912px;
  }
  .mtg_illust_item:not(:nth-child(2)) {
    margin-top: 60px;
  }
  .tp_hero_inner {
    max-width: 912px;
    margin: 0 auto;
  }
  .tp_hero_main {
    width: 862px;
    height: 667px;
    margin-left: auto;
  }
  .tp_hero_imgUnit {
    width: 862px;
    height: 667px;
    border-bottom-right-radius: 20px;
  }
  .tp_hero_imgUnit::before {
    content: "";
    width: 118px;
    height: 136px;
    background: url(../../images/static/top/hero_mark.svg) center center no-repeat;
    position: absolute;
    top: -54px;
    left: -15px;
    z-index: 21;
  }
  .tp_sect03_infoUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tp_sect04_imgWrapper {
    margin-left: 76px;
  }
  .toppage .js_headerFixed {
    position: relative;
    top: 0;
    left: 0;
  }
  .toppage .ly_header {
    position: relative;
    top: 0;
    left: 0;
  }
  .toppage .ly_header.is_up {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-animation: UpAnime 0.5s forwards;
            animation: UpAnime 0.5s forwards;
  }
  .toppage .ly_header.is_down {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
}
@media print, screen and (min-width: 1280px) {
  .none-xl {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media screen and (max-width: 320px) {
  .none-d-ss {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media screen and (max-width: 575px) {
  .none-d-sm {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media screen and (max-width: 768px) {
  .none-d-md {
    display: none !important;
    content-visibility: hidden !important;
  }
  html {
    font-size: calc(100vw / 375 * 10);
  }
  .ly_footer_inner {
    text-align: center;
  }
  .ly_header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .bl_app_txt span {
    padding-bottom: 0.3em;
  }
  .bl_app_app {
    width: 29.0666666667vw;
  }
  .bl_app_google {
    width: 35.4666666667vw;
  }
  .bl_cta_mark {
    width: 17.8666666667vw;
  }
  .bl_faqNav_list li .el_btn {
    font-size: 1.4rem;
    padding-right: 1.3333333333vw;
    padding-left: 1.3333333333vw;
    letter-spacing: 0.1866666667vw;
  }
  .bl_footerLinkUnit {
    margin-bottom: 10px;
  }
  .bl_footerLink_item:nth-child(even), .bl_footerLink_item:last-child {
    border-right: none;
  }
  .bl_headerLogo img {
    width: 39.4666666667vw;
  }
  .bl_headerMark {
    width: 39.4666666667vw;
  }
  .bl_headerMark img {
    width: 100%;
  }
  .bl_modalCont {
    width: 100%;
  }
  .bl_modalWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_modalClose img {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .bl_modalCont_illust {
    width: 100%;
    padding: 0 3.7333333333vw;
  }
  .bl_premium_ttl {
    margin-bottom: 5.3333333333vw;
  }
  .bl_premium_ttl img {
    width: 69.3333333333vw;
  }
  .el_btn {
    min-height: 100%;
    line-height: 1.5;
    letter-spacing: 0.2133333333vw;
  }
  .el_grnBtn {
    min-height: 100%;
    line-height: 1.3;
  }
  .fq_header_txt {
    margin: 3.4666666667vw 4vw 2.6666666667vw;
  }
  .fq_header_btnWrapper {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .fq_header_btnWrapper .el_grnBtn__arrowR {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: none;
  }
  .fq_prCont .fq_cont_ttl img {
    width: 17.3333333333vw;
  }
  .fq_footer {
    margin: 0 4vw;
  }
  .fq_footer_btnWrapper .el_btn__arrowR {
    background-image: none;
  }
  .mtg_header_ttl {
    text-align: center;
    margin: 0 auto 1.6vw;
  }
  .mtg_header_ttl img {
    width: 85.3333333333vw;
  }
  .mtg_header_imgWrapper {
    text-align: center;
  }
  .mtg_header_imgWrapper img {
    width: 84.8vw;
  }
  .mtg_online_ttl {
    font-size: 2.2rem;
    margin-bottom: 5.3333333333vw;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.1173333333vw;
  }
  .mtg_online_txt {
    margin: 0 3.7333333333vw 14.6666666667vw;
    letter-spacing: 0.0853333333vw;
  }
  .mtg_online_imgWrapper img {
    width: 100%;
  }
  .mtg_guest_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mtg_guest_header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5.3333333333vw;
  }
  .mtg_guest_ttl img {
    width: 36vw;
  }
  .mtg_guest_avatar img {
    width: 30.9333333333vw;
  }
  .mtg_guest_book {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
  }
  .mtg_guest_book img {
    width: 76.8vw;
  }
  .mtg_guest_main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 9.6vw;
  }
  .mtg_guest_insta {
    width: 3.7333333333vw;
  }
  .mtg_cont_no {
    width: 10.6666666667vw;
    margin: 0 auto 2.1333333333vw;
  }
  .mtg_cont_no img {
    width: 100%;
  }
  .mtg_talk {
    margin-right: 3.7333333333vw;
    margin-left: 3.7333333333vw;
  }
  .mtg_talk_name img {
    width: 100%;
  }
  .mtg_talk_item {
    padding-left: 4vw;
  }
  .mtg_talk_media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mtg_talk_imgWrapper {
    margin-bottom: 4vw;
  }
  .mtg_talk_imgWrapper img {
    width: 100%;
  }
  .mtg_illust_item {
    width: 85.0666666667vw;
    margin: 0 auto 12vw;
  }
  .mtg_illust_icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 68vw;
    right: 5.8666666667vw;
  }
  .mtg_illust_icon img {
    width: 100%;
  }
  .tp_hero {
    padding-bottom: 7.2vw;
  }
  .tp_hero_lead {
    display: inline-block;
    padding: 3.2vw 3.2vw 3.2vw 0;
    border-top-right-radius: 2.6666666667vw;
    background: #edf7f6;
  }
  .tp_hero_logo {
    display: block;
  }
  .tp_hero_logo img {
    width: 54.6666666667vw;
  }
  .tp_hero_phone {
    width: 23.4666666667vw;
    bottom: -16vw;
    right: 4vw;
  }
  .tp_hero_phone img {
    width: 100%;
  }
  .tp_hero_imgWrapper img {
    width: 100%;
  }
  .tp_hero_app {
    width: 68vw;
    margin: 23.4666666667vw 2.6666666667vw 7.4666666667vw auto;
    text-align: center;
  }
  .tp_hero_app .bl_app_txt span::before, .tp_hero_app .bl_app_txt span::after {
    background-color: #3b3a3b;
  }
  .tp_hero_app .bl_app_list li {
    margin: 0;
  }
  .tp_hero_app .bl_app_list li:not(:last-child) {
    margin-right: 10px;
  }
  .tp_sect01 {
    padding: 14.1333333333vw 4vw 0;
  }
  .tp_sect01_imgWrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 92vw;
    height: 49.8666666667vw;
  }
  .tp_sect01_imgWrapper img {
    width: 100%;
  }
  .tp_sect01_img01 {
    width: 35.2vw;
  }
  .tp_sect01_img02 {
    width: 32.5333333333vw;
    top: 18.1333333333vw;
  }
  .tp_sect01_img03 {
    width: 35.2vw;
  }
  .tp_func_no {
    margin-bottom: 2.6666666667vw;
  }
  .tp_func_no img {
    width: 10.6666666667vw;
  }
  .tp_func01_img02 {
    width: 29.0666666667vw;
  }
  .tp_func03_img02 {
    width: 28.2666666667vw;
  }
  .tp_func04_img02 {
    width: 31.4666666667vw;
  }
  .tp_func05_img02 {
    width: 36.8vw;
  }
  .tp_func06_img02 {
    width: 32vw;
    top: 12vw;
  }
  .tp_funcWrapper {
    margin-bottom: 13.3333333333vw;
    background: #fff;
    border-radius: 3.2vw;
  }
  .tp_sect03_info2 {
    text-align: center;
  }
  .tp_sect03_info2 img {
    width: 68vw;
  }
  .tp_voice_img01 {
    width: 22.1333333333vw;
    margin-right: 4vw;
  }
  .tp_voice_img02 {
    width: 30.4vw;
  }
  .tp_voice_img03 {
    width: 20.8vw;
    margin-right: 4vw;
  }
  .tp_award {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 4vw;
  }
  .tp_award_imgWrapper {
    margin-left: 5.0666666667vw;
  }
  .tp_award_imgWrapper img {
    width: 18.1333333333vw;
  }
  .tp_sect04_ttl {
    font-size: 2.5rem;
    margin-bottom: 10.1333333333vw;
    line-height: 1.2;
    letter-spacing: 0.1333333333vw;
    text-align: center;
  }
  .tp_sect04_media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tp_sect04_imgWrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tp_sect04_imgWrapper img {
    width: 100%;
  }
  .tp_sect04_imgWrapper.js_fadeUpTrigLate {
    opacity: 1;
  }
  .tp_sect04_imgWrapper.is_fadeUpLate {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .tp_sect04_main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 4vw;
    position: relative;
    z-index: 1;
  }
  .tp_sect04_lead {
    margin-top: -8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
  .tp_sect04_lead span {
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 0.5333333333vw;
    background: #fff;
  }
  .tp_sect04_lead_sub {
    padding-top: 0.5333333333vw;
  }
  .tp_sect04_prof {
    font-size: 1.3rem;
    margin-bottom: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.0693333333vw;
  }
  .tp_meeting {
    padding: 12vw 4vw 13.3333333333vw;
    text-align: center;
  }
  .tp_meeting_btnWrapper {
    margin-top: -3.7333333333vw;
    position: relative;
    z-index: 1;
  }
  .tp_meeting_imgWrapper {
    width: 85.3333333333vw;
  }
  .tp_meeting_imgWrapper img {
    width: 100%;
  }
  .is_fadeUp_01 {
    -webkit-animation: fadeUpAnime 0.6s ease-in-out 0.1s forwards;
            animation: fadeUpAnime 0.6s ease-in-out 0.1s forwards;
  }
  .is_fadeUp_02 {
    -webkit-animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
            animation: fadeUpAnime 0.6s ease-in-out 0.5s forwards;
  }
  .js_fadeUpTrig,
.js_fadeUpTrig_01,
.js_fadeUpTrig_02 {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  .js_fadeUpTrigLate {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  .js_tpFuncSlider .swiper-button-next,
.js_tpFuncSlider .swiper-button-prev {
    width: 6.6666666667vw;
    height: 12vw;
  }
  .js_tpFuncSlider .swiper-button-next::after,
.js_tpFuncSlider .swiper-button-prev::after {
    display: none;
  }
  .js_tpFuncSlider .swiper-button-prev {
    background: url(../../images/static/top/icon_prev.svg) center center no-repeat;
    background-size: contain;
    left: 0px;
  }
  .js_tpFuncSlider .swiper-button-next {
    background: url(../../images/static/top/icon_next.svg) center center no-repeat;
    background-size: contain;
    right: 0px;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0%;
      -webkit-transform: translateY(2em);
              transform: translateY(2em);
    }
    to {
      opacity: 100%;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0%;
      -webkit-transform: translateY(2em);
              transform: translateY(2em);
    }
    to {
      opacity: 100%;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @-webkit-keyframes slideUpAnime {
    from {
      -webkit-transform: translateY(2em);
              transform: translateY(2em);
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes slideUpAnime {
    from {
      -webkit-transform: translateY(2em);
              transform: translateY(2em);
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
@media screen and (max-width: 1023px) {
  .none-d-lg {
    display: none !important;
    content-visibility: hidden !important;
  }
  .bl_cta_txt {
    display: none;
    content-visibility: hidden;
  }
  .bl_gnavWrapper {
    width: 100%;
    height: 100vh;
    background: #edf7f6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
  }
  .bl_gnavLogo {
    margin-top: 1.8666666667vw;
    margin-bottom: 8.5333333333vw;
    text-align: center;
  }
  .bl_gnav {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .bl_gnav_link {
    display: block;
    padding: 2.6666666667vw;
  }
  .bl_premium_txt {
    text-align: left;
  }
  .js_gnav {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .none-d-xl {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .bl_cta_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_gnavBtn {
    width: 70px;
    height: 70px;
  }
  .fq_header_txt {
    margin-right: 24px;
    margin-left: 24px;
    text-align: left;
  }
  .fq_footer_txt {
    text-align: left;
  }
  .mtg_guest_inner {
    padding-left: 0;
  }
  .mtg_talk_item {
    max-width: 670px;
    margin-left: 20px;
  }
  .mtg_illust {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .mtg_illust_item {
    margin: 0 10px 20px;
  }
  .tp_hero_main {
    width: 89.7916666667vw;
    height: 69.4791666667vw;
    margin-left: auto;
    margin-right: 1.5625vw;
  }
  .tp_hero_catch {
    top: 70px;
    left: 2.0833333333vw;
  }
  .tp_hero_imgUnit {
    width: 89.7916666667vw;
    height: 69.4791666667vw;
    margin-right: 2.5vw;
    border-bottom-right-radius: 20px;
  }
  .tp_sect03_info1 {
    margin: 0 auto;
    text-align: center;
  }
  .tp_sect03_info1:not(:last-child) {
    margin-bottom: 20px;
  }
  .tp_sect03_info2 {
    margin: 0 auto;
    text-align: center;
  }
  .tp_sect03_info2:not(:last-child) {
    margin-bottom: 20px;
  }
  .tp_sect04_imgWrapper {
    margin-left: 30px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bl_faqNav_list li {
    width: 100%;
  }
  .bl_faqNav_list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .bl_gnavBtn_icon {
    width: 38px;
    height: 2px;
  }
  .bl_gnavBtn_icon::before {
    top: -9px;
  }
  .bl_gnavBtn_icon::after {
    top: 9px;
  }
  .bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon {
    width: 38px;
  }
}
@media print and (min-height: 680px), screen and (min-width: 769px) and (min-height: 680px) {
  .bl_modalWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .tp_sect02 {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1524px) {
  .tp_funcWrapper {
    width: 1598px;
  }
}

/* 追加 */
.bl_footerLink_item.no-other-link a {
  background: none;
}
@media screen and (min-width: 1024px) {
  .is_down .js_headerLogo.active {
    display: block!important;
  }
  .js_headerLogo.active {
    display: none!important;
  }
}
@media screen and (max-width: 1023px) {
  .js_headerLogo.active {
    display: block!important;
  }
}

.rv_banner {
  width: 90%;
  max-width: 750px;
  margin: 40px auto;
}
.rv_banner a {
  transition: .7s;
}
.rv_banner a:hover {
  opacity: .7;
}
.rv_banner a img {
  display: block;
  width: 100%;
  height: 100%;
}
	/* ======================================
	tutorial
	================================== */

  #app_tutorial div.tutorial_top {
		width: 375px;
		margin: 0 auto;
		padding: 105px 0 0;
		background: #eaf4f3;
		text-align: center;
	}

	@media screen and (min-width: 576px) {
		#app_tutorial div.tutorial_top {
		padding: 125px 0 0;
	}
	}
	@media screen and (min-width: 769px) {
		#app_tutorial div.tutorial_top {
		padding: 105px 0 0;
	}
	}

	#app_tutorial div.tutorial_top::after {
		content: "";
		display: block;
		width: 100%;
		height: 21px;
		margin-top: -10px;
		background: url(../../images/static/tutorial/step1_bg1.png) center top repeat-x;
		background-size: contain;
		position: relative;
		z-index: 1;
	}
	
	#app_tutorial .tutorial_logo {
		margin-bottom: 14px;
	}
	
	
	/* tutorial_main
	================================== */
	#app_tutorial .tutorial_main {
		width: 375px;
		margin: 0 auto;
		text-align: center;
	}
	
	/* step 共通
	================================== */
	#app_tutorial .st2_lv2Heading04,#app_tutorial .st2_lv2Heading03,#app_tutorial .st2_lv2Heading02,#app_tutorial .st2_lv2Heading01,#app_tutorial .st1_lv2Heading03,#app_tutorial .st1_lv2Heading02,#app_tutorial .st1_lv2Heading01 {
		font-size: 18px;
		display: block;
		font-weight: bold;
		color: #189997;
	}
	#app_tutorial .st2_lv2Heading04 span, #app_tutorial .st2_lv2Heading03 span, #app_tutorial .st2_lv2Heading02 span, #app_tutorial .st2_lv2Heading01 span, #app_tutorial .st1_lv2Heading03 span, #app_tutorial .st1_lv2Heading02 span, #app_tutorial .st1_lv2Heading01 span {
		padding-bottom: 2px;
		border-bottom: 4px solid #26a7a5;
		line-height: 2.06;
	}
	
	#app_tutorial .st_arrow {
		margin-top: 10px;
		margin-bottom: 6px;
	}
	
	/* step1
	================================== */
	#app_tutorial .st1_sect {
		padding: 6px 0 26px;
		background: url(../../images/static/tutorial/step1_bg2.png) center top;
		background-size: 100%;
	}
	
	#app_tutorial .st1_lv1Heading {
		margin-bottom: 12px;
	}
	
	#app_tutorial .st1_lv2Heading01 {
		margin-bottom: 2px;
	}
	
	#app_tutorial .st1_lv2Heading02 {
		margin-bottom: 12px;
	}
	
	#app_tutorial .st1_lv2Heading03 {
		margin-bottom: 4px;
	}
	
	#app_tutorial .st1_imgWrapper01 {
		padding-left: 7px;
		text-align: left;
	}
	
	#app_tutorial .st1_imgWrapper03 {
		padding-left: 6px;
	}
	
	#app_tutorial .st1_imgWrapper04 {
		width: 298px;
		margin: -10px auto 0 32px;
		text-align: right;
		position: relative;
	}
	
	#app_tutorial .st1_img0402 {
		margin-top: -80px;
		margin-left: auto;
		margin-right: 20px;
	}
	
	/* step2
	================================== */
	#app_tutorial .st2_sect {
		padding: 0 0 26px;
		background: url(../../images/static/tutorial/step2_bg1.png) left top;
		background-size: 100%;
	}
	#app_tutorial .st2_sect::before {
		content: "";
		display: block;
		width: 100%;
		height: 21px;
		margin-top: -20px;
		background: url(../../images/static/tutorial/step1_bg3.png) center top repeat-x;
		background-size: contain;
		position: relative;
		z-index: 1;
	}
	
	#app_tutorial .st2_heading {
		margin-top: 53px;
		margin-bottom: 10px;
	}
	
	#app_tutorial .st2_lv2Heading01 {
		margin-bottom: 5px;
	}
	
	#app_tutorial .st2_lv2Heading02 {
		margin-bottom: 6px;
	}
	
	#app_tutorial .st2_lv2Heading03 {
		margin-bottom: 4px;
	}
	
	#app_tutorial .st2_lv2Heading04 {
		margin-bottom: 4px;
	}
	
	#app_tutorial .st2_imgWrapper01 {
		padding-left: 3px;
	}
	
	#app_tutorial .st2_imgWrapper02 {
		margin-bottom: -10px;
		padding-left: 3px;
	}
	
	#app_tutorial .st2_imgWrapper03 {
		margin-bottom: -5px;
	}
	
	#app_tutorial .st2_imgWrapper04 {
		padding-left: 10px;
	}
	
	/* det
	================================== */
	#app_tutorial .det_sect {
		margin-top: 33px;
	}
	
	#app_tutorial .det_heading {
		margin-bottom: 6px;
	}
	
	#app_tutorial .det_frame {
		width: 342px;
		margin: 0 auto;
		position: relative;
	}
	#app_tutorial .det_frame::before {
		content: "";
		display: block;
		width: 342px;
		height: 100%;
		background: url(../../images/static/tutorial/sect3_bg2.png) right bottom;
		background-size: 11px;
		border-top-left-radius: 30px;
		border-bottom-right-radius: 30px;
		position: absolute;
		top: 8px;
		left: 8px;
	}
	
	#app_tutorial .det_frame_inner {
		padding: 30px 20px 23px;
		background: url(../../images/static/tutorial/sect3_bg1.png);
		background-size: 18px;
		border: 5px solid #26a7a5;
		border-top-left-radius: 30px;
		border-bottom-right-radius: 30px;
		text-align: left;
		position: relative;
		z-index: 1;
	}
	
	#app_tutorial .det_lv2Ttl {
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: bold;
		color: #4c4c4c;
	}
	#app_tutorial .det_lv2Ttl span {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, #ffff00), color-stop(0%, transparent));
		background: linear-gradient(transparent 40%, #ffff00 60%, transparent 0%);
	}
	
	#app_tutorial .det_txt {
		font-size: 13px;
		font-weight: bold;
		color: #26a7a5;
		line-height: 1.5;
	}
	#app_tutorial .det_txt:not(:last-child) {
		margin-bottom: 25px;
	}
	
	#app_tutorial .det_img {
		margin: -30px 20px 0 auto;
		text-align: right;
		position: relative;
		z-index: 1;
	}

/* fq_header_btn
================================== */
.fq_header_btn {
  padding: 0 3.7333333333vw;
}

.fq_header_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fq_header_btn_list li {
  width: 44vw;
  margin-bottom: 3.4666666667vw;
}
.fq_header_btn_list li:not(:nth-child(2n)) {
  margin-right: 3.7333333333vw;
}

.fq_header_btn_list li a.btn_pdf {
  background: #26aaa8 url(../../images/common/prizero01/pdf_white.svg) calc(100% - 8px) center no-repeat;
  text-align: left;
  background-size: 2.4rem;
}

@media print, screen and (min-width: 769px) {
  .fq_header_btn {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}
.fq_header_btn_list li:not(:nth-child(2n)) {
  margin-right: 20px;
}
.fq_header_btn_list li {
  width: calc((100% - 20px)/2);
  margin-bottom: 7px;
}
.fq_header_btn_list li a.btn_pdf:hover {
  background: #fff url(../../images/common/prizero01/pdf_green.svg) calc(100% - 8px) center no-repeat;
  color: #26aaa8;
  background-size: 2.4rem;
}
}

@media screen and (max-width: 768px) {
.fq_header_btn_list li a.el_grnBtn__arrowR {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: none;
  text-align: center;
}
.fq_header_btn_list li a.btn_pdf {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #26aaa8 url(../../images/common/prizero01/pdf_white.svg) calc(100% - 5px) center no-repeat;
  text-align: center;
  background-size: 2.4rem;
}}

@media (min-width: 576px) and (max-width: 768px) {
  .fq_header_btn_list li {
    width: 100%;
  }
  .fq_header_btn_list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  }



