@charset "UTF-8";
/* ======================================================
 * PC
====================================================== */
/* ------------------------------------------------------
 * Fonts
------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
#fmvaiplus {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #232b35;
  font-size: 16px;
  line-height: 1.75;
}
#fmvaiplus *::before,
#fmvaiplus *::after {
  box-sizing: border-box;
}
#fmvaiplus img {
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
#fmvaiplus .pcOnly {display: block;}
#fmvaiplus .spOnly {display: none;}

.footer {
  margin-top: 0;
}

/* ------------------------------------------------------
  * main
------------------------------------------------------ */
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 20px;
}
.main-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .main-column > *:first-child {
    margin-right: 30px;
  }
}
.main-detail {
  flex-grow: 1;
  width: 100%;
  padding: 0 30px;
}
.main-thumb {
  width: 100%;
  margin: 0 auto;
}
.main-ttl {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
}
.main-ttl .type-line {
  padding-bottom: 3px;
  background: linear-gradient(transparent 60%, #fbf59b 60%, #fbf59b 100%, transparent 100%);
}
.main-ttl .type-small {
  font-size: 24px;
}
.main-subttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
}
.main-txt {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}
.type-sup {
  display: inline-block;
  position: relative;
  top: 2px;
  font-weight: normal;
  font-size: 65%;
  vertical-align: super;
}

/* ------------------------------------------------------
  * mainvisual
------------------------------------------------------ */
.mainvisual {
  width: 100%;
  overflow: hidden;
  background: #fff;
  background: linear-gradient(350deg, rgba(255, 255, 255, 1) 0%, rgba(156, 191, 195, 1) 100%);
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ------------------------------------------------------
  * intro
------------------------------------------------------ */
.intro {
  background-color: #f8fcfb;
}
.intro .main-detail {
  max-width: 600px;
}
.intro .main-thumb {
  max-width: 500px;
}
.intro-list {
  margin-top: 50px;
}
.intro-item {
  padding: 25px 30px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.intro-item:not(:first-child) {
  margin-top: 30px;
}
.intro-lead {
  font-weight: bold;
  font-size: 20px;
}
.intro-price {
  margin-top: 15px;
  color: #267e89;
  font-size: 24px;
}
.intro-price .type-em {
  font-size: 42px;
  line-height: 1;
}
.intro-price .type-small {
  font-size: 18px;
}

/* ------------------------------------------------------
  * apply
------------------------------------------------------ */
.apply {
  background-color: #f2f2f2;
}
.apply .main-section {
  padding: 50px 20px;
}
.apply-transition {
  max-width: 640px;
  margin: 0 auto;
}
a.apply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 10px 45px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #2d96a3;
  pointer-events: none;
}
a.apply-btn:visited {
  color: #fff;
}
a.apply-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.apply-note {
  margin-top: 20px;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.apply-note + .apply-note {
  margin-top: 5px;
}

/* ------------------------------------------------------
  * campaign
------------------------------------------------------ */
.campaign .main-section {
  padding: 50px 20px;
}
a.campaign-link:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------
  * merit
------------------------------------------------------ */
.merit {
  background-color: #2d96a3;
}
.merit-item {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.merit-item:not(:first-child) {
  margin-top: 50px;
}
.merit-label {
  display: inline-block;
  padding: 5px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  background-color: #2d96a3;
  border-radius: 50px;
}
.merit .main-ttl {
  margin-top: 40px;
}
.merit .main-thumb {
  max-width: 320px;
}
.merit .main-thumb img {
  border-radius: 10px;
  overflow: hidden;
}

/* ------------------------------------------------------
  * summary
------------------------------------------------------ */
.summary.pattern-gemini {
  background-color: #f2f2f2;
}
.summary .main-detail {
  max-width: 700px;
}
.summary .main-thumb {
  max-width: 380px;
}
.summary .main-thumb img {
  border-radius: 10px;
  overflow: hidden;
}
.pattern-menu .main-section {
  padding-bottom: 60px;
}
.pattern-menu .main-thumb {
  flex-shrink: 0;
  position: relative;
  bottom: -60px;
  max-width: 564px;
}
.pattern-menu .main-thumb img {
  border-radius: 0;
}
.pattern-menu .main-column {
  align-items: flex-end;
}

/* ------------------------------------------------------
  * category
------------------------------------------------------ */
.category {
  background-color: #f2f2f2;
}
.category-wrap {
  padding: 60px 30px;
  border: 2px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
}
.category-detail:not(:first-child) {
  margin-top: 65px;
  padding-top: 55px;
  border-top: 1px solid #ccc;
}
.category .main-ttl {
  font-size: 32px;
}
.category .main-subttl {
  margin-top: 40px;
  color: #0a7b7b;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -10px 0;
}
.main-subttl + .category-list {
  margin-top: 0;
}
.category-item {
  display: flex;
  align-items: center;
  width: calc((100% - (20px * 6)) / 6);
  margin: 25px 10px 0;
  padding: 4px 0;
  color: #444;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  border: 1px solid #ccc;
}
.pattern-three .category-item {
  width: calc((100% - (20px * 3)) / 3);
}
.category-icon {
  flex-shrink: 0;
  width: 24px;
  margin: 0 8px;
}
.category-note {
  margin-top: 25px;
  padding-left: 1em;
  color: #666;
  text-indent: -1em;
}

/* ------------------------------------------------------
  * example
------------------------------------------------------ */
.example {
  background-color: #2d96a3;
}
.example .main-ttl {
  color: #fff;
  text-align: center;
}
.example-list {
  margin-top: 40px;
}
.example-item {
  padding: 30px 30px 50px;
  background-color: #fff;
  border-radius: 10px;
}
.example-item:not(:first-child) {
  margin-top: 50px;
}
.example-number {
  width: 64px;
  height: 14px;
}
.example-lead {
  margin-top: 20px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
}
.example-thumb {
  margin: 40px auto 0;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.example-thumb img {
  margin: 0 auto;
}

/* ------------------------------------------------------
  * case
------------------------------------------------------ */
.case {
  background-color: #f2f2f2;
}
.case .main-section.pattern-recipe,
.case .main-section.pattern-pr {
  padding-bottom: 0;
}
.case-lead {
  color: #2d96a3;
  font-size: 24px;
}
.case .main-ttl {
  margin-top: 20px;
  font-size: 32px;
}
.case-detail {
  margin-top: 40px;
  padding: 50px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.case .main-subttl {
  display: flex;
  align-items: center;
}
.case .main-subttl .type-icon {
  margin-right: 10px;
  line-height: 1;
}
.pattern-recipe .type-icon {
  width: 36px;
  height: 24px;
}
.pattern-pr .type-icon {
  width: 29px;
  height: 32px;
}
.pattern-plan .type-icon {
  width: 32px;
  height: 32px;
}
.case .main-txt {
  margin-top: 20px;
}
.case .main-thumb {
  max-width: 350px;
}
.case .main-thumb img {
  border-radius: 100%;
  overflow: hidden;
}

/* ------------------------------------------------------
  * appeal
------------------------------------------------------ */
.appeal {
  background-color: #f8fcfb;
}
.appeal .main-ttl {
  text-align: center;
}
.appeal-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.appeal-item {
  width: calc((100% - 20px) / 2);
  padding: 25px 30px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.appeal-lead {
  font-weight: bold;
  font-size: 20px;
}
.appeal-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.appeal-price {
  color: #267e89;
  font-size: 24px;
}
.appeal-price .type-em {
  font-size: 42px;
  line-height: 1;
}
.appeal-price .type-small {
  font-size: 18px;
}
.appeal-txt {
  margin-top: 10px;
  color: #666;
}
.appeal .apply {
  margin-top: 50px;
  background-color: transparent;
}

/* ------------------------------------------------------
  * footermenu
------------------------------------------------------ */
.footermenu {
  background-color: #f7f7f7;
}
.footermenu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.footermenu-list {
  display: flex;
  justify-content: center;
}
.footermenu-item {
  margin: 0 20px;
  font-size: 14px;
}
a.footermenu-link {
  position: relative;
  padding-right: 20px;
  color: #232b35;
  text-decoration: none;
}
a.footermenu-link:visited {
  color: #232b35;
}
a.footermenu-link:hover {
  text-decoration: underline;
}
a.footermenu-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}


/* ======================================================
 * SP
====================================================== */
@media print, screen and (max-width: 767px) {
  #fmvaiplus {
    font-size: 16px;
    line-height: 1.75;
  }
  #fmvaiplus .pcOnly {display: none;}
  #fmvaiplus .spOnly {display: block;}
  /* ------------------------------------------------------
    * main
  ------------------------------------------------------ */
  .main-section {
    padding: 45px 15px;
  }
  .main-column {
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-detail {
    order: 1;
    padding: 0;
  }
  .main-thumb {
    order: 2;
    margin-top: 30px;
  }
  .main-ttl {
    font-size: 24px;
    line-height: 1.5;
  }
  .main-ttl .type-small {
    font-size: 16px;
  }
  .main-subttl {
    font-size: 16px;
  }
  .main-txt {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.7;
  }
  .type-sup {
    font-size: 75%;
  }
  /* ------------------------------------------------------
    * mainvisual
  ------------------------------------------------------ */
  .mainvisual-main {
    max-width: 550px;
    padding: 0;
  }
  /* ------------------------------------------------------
    * intro
  ------------------------------------------------------ */
  .intro .main-detail {
    max-width: 100%;
    margin-top: 40px;
  }
  .intro .main-thumb {
    order: 0;
    margin: 0;
  }
  .intro-list {
    margin-top: 30px;
  }
  .intro-item {
    padding: 20px 15px;
  }
  .intro-item:not(:first-child) {
    margin-top: 15px;
  }
  .intro-lead {
    font-size: 16px;
  }
  .intro-price {
    font-size: 18px;
  }
  .intro-price .type-em {
    font-size: 32px;
  }
  .intro-price .type-small {
    font-size: 14px;
  }
  /* ------------------------------------------------------
    * apply
  ------------------------------------------------------ */
  .apply .main-section {
    padding: 25px 15px;
  }
  a.apply-btn {
    min-height: 70px;
    padding: 10px 35px;
    font-size: 16px;
    line-height: 1.5;
  }
  .apply-note {
    margin-top: 10px;
    font-size: 14px;
  }
  /* ------------------------------------------------------
    * campaign
  ------------------------------------------------------ */
  .campaign .main-section {
    padding: 25px 15px;
  }
  .campaign-transition {
    max-width: 550px;
    margin: 0 auto;
  }
  /* ------------------------------------------------------
    * merit
  ------------------------------------------------------ */
  .merit-item {
    padding: 25px 15px;
  }
  .merit-item:not(:first-child) {
    margin-top: 25px;
  }
  .merit-label {
    padding: 5px 30px;
    font-size: 16px;
  }
  .merit .main-ttl {
    margin-top: 20px;
  }
  .merit .main-thumb {
    padding: 0 15px;
  }
  /* ------------------------------------------------------
    * summary
  ------------------------------------------------------ */
  .summary .main-detail {
    max-width: 100%;
  }
  .summary .main-thumb {
    padding: 0 30px;
  }
  .pattern-menu .main-section {
    padding-bottom: 0;
  }
  .pattern-menu .main-thumb {
    bottom: 0;
    max-width: 460px;
  }
  /* ------------------------------------------------------
    * category
  ------------------------------------------------------ */
  .category-wrap {
    padding: 30px 15px;
    border-width: 1px;
  }
  .category-detail:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
  }
  .category .main-ttl {
    font-size: 20px;
    text-align: center;
  }
  .category .main-subttl {
    margin-top: 30px;
    text-align: center;
  }
  .category .main-ttl + .main-subttl {
    margin-top: 20px;
  }
  .category-list {
    margin: 5px -5px 0;
  }
  .category-item {
    width: calc((100% - (10px * 2)) / 2);
    margin: 15px 5px 0;
    padding: 8px 0;
    font-size: 16px;
  }
  .pattern-three .category-item {
    width: 100%;
  }
  .category-icon {
    width: 20px;
  }
  .category-note {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
  }
  /* ------------------------------------------------------
    * example
  ------------------------------------------------------ */
  .example-list {
    margin-top: 25px;
  }
  .example-item {
    padding: 25px 15px;
  }
  .example-item:not(:first-child) {
    margin-top: 25px;
  }
  .example-number {
    width: 56px;
    height: 12px;
  }
  .example-lead {
    font-size: 18px;
  }
  .example-thumb {
    max-width: 320px;
    margin-top: 25px;
    filter: none;
  }
  /* ------------------------------------------------------
    * case
  ------------------------------------------------------ */
  .case-lead {
    font-size: 16px;
  }
  .case .main-ttl {
    font-size: 20px;
  }
  .case-detail {
    margin-top: 25px;
    padding: 25px 0;
  }
  .case .main-subttl {
    font-size: 18px;
  }
  .case .main-subttl .type-icon {
    margin-right: 10px;
  }
  .pattern-recipe .type-icon {
    width: 27px;
    height: 18px;
  }
  .pattern-pr .type-icon {
    width: 17px;
    height: 19px;
  }
  .pattern-plan .type-icon {
    width: 21px;
    height: 21px;
  }
  .case .main-txt {
    margin-top: 15px;
  }
  .case .main-thumb {
    margin-top: 20px;
    padding: 0 30px;
  }
  /* ------------------------------------------------------
    * appeal
  ------------------------------------------------------ */
  .appeal-list {
    display: block;
    margin-top: 30px;
  }
  .appeal-item {
    width: 100%;
    padding: 20px 15px;
  }
  .appeal-item:not(:first-child) {
    margin-top: 15px;
  }
  .appeal-lead {
    font-size: 16px;
  }
  .appeal-detail {
    display: block;
  }
  .appeal-price {
    font-size: 18px;
  }
  .appeal-price .type-em {
    font-size: 32px;
  }
  .appeal-price .type-small {
    font-size: 14px;
  }
  .appeal-txt {
    font-size: 14px;
    text-align: left;
  }
  .appeal .apply {
    margin-top: 40px;
  }
  /* ------------------------------------------------------
    * footermenu
  ------------------------------------------------------ */
  .footermenu {
    background-color: #fff;
  }
  .footermenu-inner {
    padding: 0;
  }
  .footermenu-list {
    display: block;
  }
  .footermenu-item {
    margin: 0;
    line-height: 1.4;
  }
  .footermenu-item:not(:first-child) {
    border-top: 1px solid #4d4d4d;
  }
  a.footermenu-link {
    display: block;
    padding: 12px 15px;
  }
  a.footermenu-link::after {
    content: none;
  }
}