@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap');

/* -----------------------------------
 Base
----------------------------------- */
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  color: #222;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
  -webkit-text-size-adjust: 100%;
}
#myc {
  position: relative;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  word-break: break-word;
}
#myc .en {
  font-family: "Lato", sans-serif;
}
#myc .cf:after {
  content: "";
  display: block;
  clear: both;
}
#myc h1,
#myc h2,
#myc h3,
#myc h4,
#myc h5,
#myc h6,
#myc p {
  font-size: inherit;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#myc table,
#myc tr,
#myc th,
#myc td,
#myc form {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
#myc input[type=text],
#myc input[type=password],
#myc input[type=email],
#myc input[type=tel],
#myc input[type=date],
#myc textarea,
#myc select {
  font-size: 16px;
}
#myc button,
#myc input[type=submit],
#myc input[type=button] {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
#myc th,
#myc td {
  vertical-align: top;
}
#myc ol,
#myc ul {
  list-style-position: outside;
  padding: 0 0 0 1.4em;
  margin: 0;
}
#myc img {
  width: 100%;
  height: auto;
  border: 0;
}
#myc .sp-only {
  display: none;
}
#myc .centerview {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  /*★*/
  /*background-color: rgba(0,0,0,0.1);*/
}
#myc a {
  color: #E48832;
  text-decoration: none;
}
#myc a:hover {
  text-decoration: underline;
}
#myc a.check-link {
  text-decoration: underline;
}
#myc a img {
  transition-duration: 0.1s;
}
#myc a:hover img {
  opacity: 0.85;
}
/* -----------------------------------
 Header
----------------------------------- */
#myc #myc-header {
  position: fixed;
  width: 100%;
  height: 70px;
  padding: 0;
  background: #f7f7f7;
  z-index: 50;
}
#myc #myc-header .logo {
  position: fixed;
  top: 13px;
  left: 0;
  right: 0;
  width: 135px;
  padding: 0;
  margin: 0 auto;
}
#myc #myc-header .login {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 18px;
  right: 20px;
  width: 152px;
  height: 34px;
  color: #fff;
  font-size: 90%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 2px 4px 6px;
  background: #888;
  border-radius: 100px;
  transition: all .3s ease-out;
}
#myc #myc-header .login:hover {
  background-color: #e48219;
}
/* -----------------------------------
 Footer
----------------------------------- */
#myc #myc-footer {
  padding-bottom: 84px;
}
#myc #myc-footer .supplement {
  font-size: 86%;
  line-height: 150%;
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}
#myc #myc-footer .text {
  text-align: center;
  padding: 40px 0;
}
#myc #myc-footer .note,
#myc #myc-footer .copyright {
  font-size: 85%;
}
#myc #myc-footer .copyright {
  margin-top: 8px;
}
/* -----------------------------------
 Main
----------------------------------- */
#myc #myc-main {
  position: relative;
  width: calc(100% - 100px);
  padding-top: 70px;
  margin: 0 auto;
}
/* -----------------------------------
 Main Title
----------------------------------- */
#myc .main-title {
  text-align: center;
  margin: 1em 0 1.6em;
}
#myc .main-title > h1 {
  color: #0e1784;
  font-size: 2vw;
  font-weight: 700;
  line-height: 100%;
}
#myc .main-title > h1 > span {
  display: block;
  color: #222;
  font-size: 1.3vw;
  line-height: 130%;
  margin-bottom: 8px;
}
#myc .main-title > h1 > span > em {
  font-style: normal;
  margin-left: 12px;
}
/* -----------------------------------
 Main Visual
----------------------------------- */
#myc .main-visual {
  min-width: 600px;
  width: 52.5%;
  margin: 0 auto;
}
#myc .main-visual .centerview {
  padding: 24px 0;
}
#myc .main-text {
  display: block;
  font-size: 140%;
  text-align: center;
  margin-bottom: 20px;
}
#myc .main-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 640px;
  height: 70px;
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  background: #a70000;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  transition: all .3s ease-out;
}
#myc .main-link:hover {
  text-decoration: none;
  background-color: #e48219;
}
/* -----------------------------------
 About Section
----------------------------------- */
#myc .about-section {
  position: relative;
  top: 0;
  color: #fff;
  padding: 30px 0 60px;
  margin: 0 -50px;
  background: #3e4a65;
  overflow: hidden;
  z-index: 1;
}
#myc .about-section .section-inner {
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
}
#myc .about__content {
  width: 54%;
  font-size: 110%;
  line-height: 150%;
  margin-right: 4%;
}
#myc .about__title {
  font-size: 220%;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
#myc .about__title > span {
  display: block;
  font-size: 160%;
  text-align: right;
}
#myc .about__image {
  width: 42%;
}
/* -----------------------------------
 Benefits Section
----------------------------------- */
#myc .benefits-section {
  width: 100%;
  max-width: 1098px;
  padding: 50px 0 84px;
  margin: 0 auto;
}
#myc .benefits__title {
  display: block;
  position: relative;
  font-size: 180%;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-bottom: 10px;
}
#myc .benefits__title > span {
  display: inline-block;
}
#myc .benefits__title > span::before,
#myc .benefits__title > span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 36%;
  height: 1px;
  background: #222;
}
#myc .benefits__title > span::before {
  left: 0;
}
#myc .benefits__title > span::after {
  right: 0;
}
#myc .benefits__text {
  color: #0e1784;
  font-size: 120%;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: 30px;
}
#myc .benefits__movie {
  position: relative;
  width: 60%;
  padding-top: 40%;
  margin: 0 auto 30px;
}
#myc .benefits__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#myc .benefits__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.25%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#myc .benefits__item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 6.75%) / 4);
  padding: 12px;
  border: 1px solid #ccc;
}
#myc .benefits__item:nth-child(n + 5) {
  margin-top: 24px;
}
#myc .benefits__no {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
  padding: 2px 0 0 8px;
  margin: 0;
  background: #e48219;
  border-radius: 0 0 100% 0;
  z-index: 1;
}
#myc .benefits__image {
  width: 100%;
  margin-bottom: 14px;
}
#myc .benefits__icon {
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  width: 66.67%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
}
#myc .benefits__icon > img {
  display: block;
  width: 60%;
  height: auto;
}
#myc .benefits__explanation {
  font-weight: 500;
  line-height: 130%;
  margin-top: auto;
}
/* -----------------------------------
 Price Section
----------------------------------- */
#myc .price-section {
  position: relative;
  margin-bottom: 60px;
}
#myc .price-section .centerview {
  padding: 20px 20px 40px;
  background-color: #fff;
}
#myc .price__title {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  font-size: 180%;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
#myc .price__question {
  display: block;
  color: #0e1784;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-top: 12px;
}
#myc .price__answer {
  color: #e48219;
  font-size: 180%;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  margin: 20px 0 30px;
}
#myc .price__table {
  display: flex;
  align-items: stretch;
  max-width: 600px;
  margin: 0 auto;
}
#myc .price__col {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  color: #222;
  font-size: 130%;
  font-weight: 700;
  line-height: 1.15;
  padding: 0 14px;
}
#myc .price__col > bold {
  display: block;
  font-size: 200%;
  line-height: 100%;
  margin-top: 12px;
}
#myc .price__col > span {
  display: block;
  font-size: 60%;
  font-weight: 400;
  margin-top: 15px;
}
/* -----------------------------------
 Flow Section
----------------------------------- */
#myc .flow-section {
  color: #fff;
  padding: 60px 0;
  margin: 0 -50px;
  background: #3e4a65 url("../../images/flow_bg.png") 50% 50% repeat;
  overflow: hidden;
}
#myc .flow__title {
  display: block;
  position: relative;
  font-size: 180%;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-bottom: 10px;
}
#myc .flow__title > span {
  display: inline-block;
}
#myc .flow__title > span::before,
#myc .flow__title > span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 36%;
  height: 1px;
  background: #fff;
}
#myc .flow__title > span::before {
  left: 0;
}
#myc .flow__title > span::after {
  right: 0;
}
#myc .flow__text {
  font-size: 140%;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: 30px;
}
#myc .flow__table {
  max-width: 700px;
  margin: 0 auto;
}
#myc .flow__required {
  font-size: 120%;
  line-height: 160%;
  text-align: center;
  padding: 20px;
  margin-bottom: 34px;
  border: 1px solid #fff;
}
#myc .flow__required-title {
  font-size: 120%;
  margin-bottom: 5px;
}
#myc .flow__step {
  display: block;
  position: relative;
  color: #222;
  font-size: 120%;
  text-align: center;
  padding: 18px 14px;
  background: #fff;
  border-radius: 100px;
}
#myc .flow__step + .flow__step {
  margin-top: 62px;
}
#myc .flow__step + .flow__step::before {
  content: '';
  display: block;
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  width: 40px;
  height: 35px;
  margin: 0 auto;
  background: url("../../images/flow_step_line.svg") 50% 50% repeat;
  background-size: cover;
}
#myc .flow__step > span {
  display: block;
}
#myc .flow__note {
  font-size: 80%;
  text-align: center;
  margin-top: 6px;
}
#myc .flow__completion {
  font-size: 180%;
  font-weight: 700;
  text-align: center;
  margin: 40px auto 0;
}
#myc .flow__completion > span {
  font-size: 180%;
  line-height: 1.15;
}
#myc .flow__completion > img {
  display: block;
  width: 300px;
  height: auto;
  margin: 14px auto;
}
/* -----------------------------------
 FAQ Section
----------------------------------- */
#myc .faq-section {
  padding: 60px 0 30px;
}
#myc .faq__title {
  display: block;
  position: relative;
  font-size: 180%;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-bottom: 30px;
}
#myc .faq__title > span {
  display: inline-block;
}
#myc .faq__title > span::before,
#myc .faq__title > span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 36%;
  height: 1px;
  background: #222;
}
#myc .faq__title > span::before {
  left: 0;
}
#myc .faq__title > span::after {
  right: 0;
}
#myc .faq__accordion {
  width: 100%;
  border-top: 1px solid #ccc;
}
#myc .faq__accordion:last-child {
  border-bottom: 1px solid #ccc;
}
#myc .faq__accordion button {
  position: relative;
  width: 100%;
  font-size: 100%;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
  padding: 16px 40px 16px 1.5em;
  background: none;
  cursor: pointer;
}
#myc .faq__accordion .is-close button::before,
#myc .faq__accordion .is-close button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#myc .faq__accordion .is-close button::before {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  transform: rotate(45deg);
}
#myc .faq__accordion .is-open button::before,
#myc .faq__accordion .is-open button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#myc .faq__accordion .is-open button::before {
  width: 9px;
  height: 9px;
  border-top: 2px solid #b4b4b4;
  border-left: 2px solid #b4b4b4;
  transform: rotate(45deg);
}
#myc .faq__accordion button > span {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
#myc .faq__answer {
  padding: 0 0 16px 1.5em;
}
#myc .faq__answer > span {
  display: inline-block;
  width: 1.5em;
  color: #a70000;
  font-weight: 500;
  margin-left: -1.5em;
}
#myc.standby .accordion .accordion-open .is-open {
  display: none;
}
#myc.standby .accordion.show .accordion-open .is-open {
  display: inherit;
}
#myc.standby .accordion.show .accordion-open .is-close {
  display: none;
}
#myc.standby .accordion .accordion-main {
  display: none;
}
/* -----------------------------------
 Top Button
----------------------------------- */
#myc .topBtn {
  position: fixed;
  right: 14px;
  bottom: -100px;
  width: 56px;
  height: 56px;
  color: #222;
  font-size: 70%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 36px 0 0 0;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 4px #999;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out;
  z-index: 100;
}
#myc .topBtn.active {
  bottom: 100px;
}
#myc .topBtn::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 24px;
  height: 26px;
  text-align: center;
  margin: 0 auto;
  background: url("../../images/icon_pagetop.svg");
}
#myc .topBtn:hover {
  background: #ccc;
  text-decoration: none;
}
/* -----------------------------------
 Bnarea
----------------------------------- */
#myc .bnarea {
  position: fixed;
  left: 0;
  bottom: -84px;
  width: 100%;
  height: 84px;
  text-align: center;
  padding: 6px 0 0 0;
  background: #f7f7f7;
  box-shadow: 0 -4px 4px -4px #222;
  transition: all .3s ease-out;
  z-index: 100;
}
#myc .bnarea.active {
  display: block;
  bottom: 0;
}
#myc .bnarea__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 640px;
  height: 70px;
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  background: #e48219;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  transition: all .3s ease-out;
}
#myc .bnarea__button:hover {
  text-decoration: none;
  background: #a70000;
}