@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.m_btn {
  display: inline-block;
}
.m_btn.secmv{
  margin: 50px 0px;
}
.m_btn > .txt {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
.m_btn.s_bd > .txt {
  color: #222;
  border: 1px solid #222;
  font-weight: 700;
  padding: 7px 10px;
  min-width: 148px;
}
.m_btn.s_bd.s_large > .txt {
  font-size: 1.6rem;
  padding: 19px 10px;
  min-width: 316px;
}
.m_btn.s_entry > .txt {
  width: 386px;
  height: 79px;
}
.m_btn.s_entry.sec03 > .txt {
  width: 248px;
  height: 59px;
}
.m_btn.s_entry > .txt img {
  margin: -11px 0 0 0px;
}
.m_btn.s_entry > .txt .sec03_entry_btn {
  /*margin: -11px 0 0 -30px;*/
  margin: -11px 0 0 -20px;
}
@media print, screen and (min-width: 769px) {
  .m_btn > .txt {
    transition: opacity 0.3s;
  }
  .m_btn > .txt:hover {
    opacity: 0.7;
  }
}
.m_section > .secInner {
  position: relative;
}
.m_section > .secInner > *:last-child {
  margin-bottom: 0 !important;
}
.m_section.s_gray {
  background: #F7F7F7;
}
@media print, screen and (min-width: 769px) {
  .m_section {
    padding: 120px 0;
  }
  .m_section > .secInner {
    width: 1136px;
    margin-inline: auto;
    padding-inline: 72px;
  }
}
@media screen and (max-width: 768px) {
  .m_section {
    padding: 96px 0;
  }
  .m_section > .secInner {
    margin: 0 20px;
  }
}

.m_secHead {
  font-feature-settings: "palt" on;
  margin-bottom: 40px;
}
.m_secHead .jp {
  display: block;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  font-size: 3.2rem;
}
.m_secHead .en {
  display: block;
  color: #FF0100;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  .m_secHead .jp {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .m_secHead.s_flow {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
  }
  .m_secHead.s_flow .jp {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .m_secHead.s_flow .en {
    font-size: 1.2rem;
  }
}

.m_boldHead {
  font-weight: 500;
  font-feature-settings: "palt" on;
  letter-spacing: 0.08em;
  font-size: 2rem;
  margin-bottom: 8px;
}
.m_boldHead.s_large {
  margin-bottom: 32px;
}
.m_boldHead.s_small {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 769px) {
  .m_boldHead.s_large {
    font-size: 2.4rem;
  }
}
.m_notes {
  color: #999;
  font-size: 1.2rem;
  font-feature-settings: "palt" on;
  letter-spacing: 0.08em;
  line-height: 2;
}

.m_flex .txtWrap > *:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .m_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .m_flex.s_2col {
    gap: 25px;
  }
  .m_flex.s_2col > * {
    width: calc((100% - 25px) / 2);
  }
  .m_flex.s_4col {
    gap: 24px;
  }
  .m_flex.s_4col > * {
    width: calc((100% - 72px) / 4);
  }
  .m_flex.s_rowSec .subCol {
    width: calc(100% - 850px);
  }
  .m_flex.s_rowSec .mainCol {
    width: 850px;
  }
  .m_flex.s_media {
    margin-bottom: 48px;
  }
  .m_flex.s_media > .img {
    margin-left: auto;
  }
  .m_flex.s_media .m_txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .m_flex.s_media {
    margin-bottom: 48px;
    text-align: center;
  }
  .m_flex.s_media .txtWrap {
    margin-bottom: 32px;
    text-align: left;
  }
  .m_flex.s_media .m_boldHead {
    text-align: left;
    line-height: 1.9;
  }
  .m_flex.s_media .m_txt {
    font-size: 1.4rem;
  }
}

.m_card {
  background: #FFF;
  box-shadow: 0px 10px 32px 0px rgba(237, 69, 143, 0.1);
  padding: 24px 16px;
  text-align: center;
  box-sizing: border-box;
}
.m_card .icon {
  margin-bottom: 16px;
}
.m_card .cardTtl {
  margin-bottom: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .m_card + .m_card {
    margin-top: 24px;
  }
}

.m_tile {
  background: #fff;
  padding: 32px;
  text-align: center;
}
.m_tile > *:last-child {
  margin-bottom: 0 !important;
}
.m_tile .colHead {
  font-size: 1.8rem;
  color: #222;
  font-weight: bold;
  margin-bottom: 24px;
}
.m_tile .colHead:after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #FF0100;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .m_tile + .m_tile {
    margin-top: 24px;
  }
}

.m_tileList {
  margin-bottom: 48px;
}
@media print, screen and (min-width: 769px) {
  .m_tileList {
    display: flex;
    gap: 2px;
  }
  .m_tileList > * {
    width: calc((100% - 6px) / 4);
  }
}
.m_tac {
  text-align: center;
}

.m_txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  font-feature-settings: "palt" on;
  margin-bottom: 16px;
}
.m_txt.s_large {
  font-size: 1.6rem;
}
.m_txt .em {
  color: #FF0100;
  font-weight: 700;
  font-size: 1.5em;
}
@media print, screen and (min-width: 769px) {
  .m_txt {
    letter-spacing: 0.08em;
  }
}
.m_fwb {
  font-weight: bold;
}

.m_flowList {
  margin: 40px 0 0;
  border-bottom: 1px solid #999;
}
.m_flowList .m_secHead .jp {
  font-weight: 700;
}
.m_flowList > .col {
  border-top: 1px solid #999;
  position: relative;
}
.m_flowList > .col + .col:before {
  content: "";
  display: block;
  width: 56px;
  height: 34px;
  background: url(../images/flowArw.png) no-repeat 0 0/100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  margin: auto;
}
.m_flowList > .col .txtWrap > *:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .m_flowList > .col {
    display: flex;
    align-items: center;
    padding: 58px 24px;
  }
  .m_flowList > .col .m_secHead {
    width: 295px;
    margin-bottom: 0;
  }
  .m_flowList > .col .m_secHead .jp {
    font-size: 2.4rem;
    margin-bottom: 6px;
  }
  .m_flowList > .col .m_secHead .en {
    font-size: 1.2rem;
  }
  .m_flowList > .col .txtWrap {
    width: calc(100% - 295px);
  }
}
@media screen and (max-width: 768px) {
  .m_flowList > .col {
    padding: 24px 24px 18px;
  }
  .m_flowList > .col .txtWrap .m_txt {
    margin-bottom: 10px;
  }
}

.m_defList {
  border-bottom: 1px solid #999;
}
.m_defList > .listHead {
  box-sizing: border-box;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 1.6rem;
}
.m_defList > .listCol {
  box-sizing: border-box;
}
.m_defList > .listCol > *:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 769px) {
  .m_defList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .m_defList > .listHead {
    border-top: 1px solid #999;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    width: 290px;
  }
  .m_defList > .listCol {
    border-top: 1px solid #999;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 24px;
    width: calc(100% - 290px);
  }
}
@media screen and (max-width: 768px) {
  .m_defList > .listHead {
    border-top: 1px solid #999;
    padding-top: 32px;
    margin-bottom: 24px;
  }
  .m_defList > .listCol {
    padding-bottom: 32px;
  }
}

.m_notice {
  color: #E50012;
}

@media print, screen and (min-width: 769px) {
  .m_pcHide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .m_spHide {
    display: none;
  }
}
img {
  vertical-align: top;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #header {
    height: 88px;
    padding: 0 72px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    top: 20px;
    padding: 0 20px;
  }
}

.mvArea {
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .mvArea {
    height: 908px;
    background: url(../images/mvBg.png) no-repeat center top/cover;
    padding-top: 148px;
  }
  .mvArea .mainTxt {
    margin-bottom: 80px;
  }
  .mvArea .copyTxt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea {
    background: url(../images/mvBgSp.png) no-repeat center top/cover;
    padding-top: 148px;
    padding-bottom: 396px;
  }
  .mvArea .mainTxt {
    margin-bottom: 60px;
  }
  .mvArea .copyTxt {
    margin-bottom: 40px;
  }
}

#sec01 {
  position: relative;
  padding: 0;
}
#sec01:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  #sec01 {
    /*margin-top: -155px;*/
    margin-top: 85px;
  }
  #sec01:before {
    height: 109px;
    background: url(../images/sec01bg.png) no-repeat 0 0/100% 100%;
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #sec01 {
    margin-top: -300px;
  }
}

@media print, screen and (min-width: 769px) {
  #sec03 .m_txt {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .btnWrap {
    text-align: center;
    margin-top: 32px;
  }
}

#aside {
  text-align: center;
}
#aside .img {
  margin-bottom: -30px;
}
@media print, screen and (min-width: 769px) {
  #aside {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  #aside {
    padding-top: 95px;
  }
}

#footer {
  padding-bottom: 32px;
}
#footer .copy {
  text-align: center;
}
#footer .copy small {
  color: #999;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  #footer {
    padding-top: 180px;
  }
  #footer .bnrList {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 64px;
  }
  #footer .bnrList a {
    transition: opacity 0.3s;
  }
  #footer .bnrList a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-top: 155px;
  }
  #footer .bnrList {
    margin: 0 20px 128px;
  }
  #footer .bnrList > li + li {
    margin-top: 24px;
  }
  #footer .bnrList > li .img img {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */