@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #552801;
  background: #FFFFFF;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

em {
  font-style: normal;
  color: #FB8F07;
}

.inner {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.inner .cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 72px;
  padding: 0 32px;
  border: 2px solid #FFFFFF;
  border-radius: 36px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  transition: opacity 0.3s;
}
.inner .cta-btn.cta-btn-monitor {
  flex-direction: column;
  gap: 2px;
  background: linear-gradient(180deg, #FA6800 0%, #E42E00 100%);
  text-align: left;
}
.inner .cta-btn.cta-btn-monitor::before, .inner .cta-btn.cta-btn-monitor::after {
  position: absolute;
  content: "";
}
.inner .cta-btn.cta-btn-monitor::before {
  width: 28px;
  height: 28px;
  top: 20px;
  left: 28px;
  background: url(../img-motivation-engine/icon-contact.png) no-repeat center;
}
@media (max-width: 768px) {
  .inner .cta-btn.cta-btn-monitor::before {
    top: 16px;
    left: 20px;
  }
}
.inner .cta-btn.cta-btn-monitor::after {
  width: 48px;
  height: 48px;
  top: 10px;
  right: 12px;
  background: url(../img-motivation-engine/icon-arrow-orange.png) no-repeat center;
}
@media (max-width: 768px) {
  .inner .cta-btn.cta-btn-monitor::after {
    top: 6px;
    right: 6px;
  }
}
@media (max-width: 480px) {
  .inner .cta-btn.cta-btn-monitor::after {
    display: none;
  }
}
.inner .cta-btn.cta-btn-monitor span {
  display: block;
}
.inner .cta-btn.cta-btn-line {
  position: relative;
  background: #00B900;
}
.inner .cta-btn.cta-btn-line::before, .inner .cta-btn.cta-btn-line::after {
  position: absolute;
  content: "";
}
.inner .cta-btn.cta-btn-line::before {
  width: 56px;
  height: 56px;
  top: 8px;
  left: 16px;
  background: url(../img-motivation-engine/icon-line.png) no-repeat center;
}
@media (max-width: 768px) {
  .inner .cta-btn.cta-btn-line::before {
    top: 3px;
    left: 8px;
  }
}
.inner .cta-btn.cta-btn-line::after {
  width: 48px;
  height: 48px;
  top: 10px;
  right: 12px;
  background: url(../img-motivation-engine/icon-arrow-green.png) no-repeat center;
}
@media (max-width: 768px) {
  .inner .cta-btn.cta-btn-line::after {
    top: 6px;
    right: 6px;
  }
}
@media (max-width: 480px) {
  .inner .cta-btn.cta-btn-line::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .inner .cta-btn {
    width: 100%;
    min-width: auto;
    max-width: 335px;
    height: 64px;
    font-size: 16px;
    border-radius: 32px;
  }
}
.inner .cta-btn:hover {
  opacity: 0.85;
}
.inner .cta-btn .cta-btn-label {
  line-height: 1.2;
}
.inner .cta-btn .cta-btn-badge {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.inner .cta-btn .cta-btn-badge em {
  color: #FFF700;
  font-size: 24px;
}

.section {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .section {
    padding: 40px 0;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 480px) {
  .section-title {
    margin-bottom: 24px;
  }
}
.section-title .section-title-sub {
  display: block;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-title .section-title-sub {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-title .section-title-sub {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.section-title .section-title-main {
  display: block;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-title .section-title-main {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .section-title .section-title-main {
    font-size: 22px;
  }
}
.section-title p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .section-title p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .section-title-center {
    text-align: center;
  }
}

.section-title-white {
  color: #FFFFFF;
}
.section-title-white em {
  color: #FFFFFF;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
@media (max-width: 960px) {
  .header {
    height: 64px;
  }
}
@media (max-width: 480px) {
  .header {
    position: relative;
  }
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0 16px;
}
@media (max-width: 960px) {
  .header .inner {
    padding-right: 0;
  }
}
.header .header-logo {
  flex-shrink: 0;
}
.header .header-logo a {
  display: block;
}
.header .header-logo img {
  width: auto;
  height: 80px;
}
@media (max-width: 960px) {
  .header .header-logo img {
    height: 64px;
  }
}
.header .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 960px) {
  .header .header-actions {
    gap: 1px;
  }
}
.header .header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 64px;
  padding: 0 24px;
  border: 2px solid #FFFFFF;
  border-radius: 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  transition: opacity 0.3s;
}
.header .header-btn::before {
  display: none;
}
@media (max-width: 768px) {
  .header .header-btn {
    display: none;
  }
}
.header .header-btn:hover {
  opacity: 0.85;
}
.header .cta-btn {
  gap: 8px;
  width: 272px;
  height: 64px;
  padding: 0 32px 0 60px;
  border: 2px solid #FFFFFF;
  border-radius: 36px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.header .cta-btn.cta-btn-monitor {
  flex-direction: column;
  gap: 2px;
  background: linear-gradient(180deg, #FA6800 0%, #E42E00 100%);
  text-align: left;
}
.header .cta-btn.cta-btn-monitor::before, .header .cta-btn.cta-btn-monitor::after {
  position: absolute;
  content: "";
}
.header .cta-btn.cta-btn-monitor::before {
  width: 24px;
  height: 24px;
  top: 22px;
  left: 24px;
  background: url(../img-motivation-engine/icon-contact.png) no-repeat center;
  background-size: 24px;
}
.header .cta-btn.cta-btn-monitor::after {
  display: none;
}
.header .cta-btn.cta-btn-line {
  position: relative;
  background: #00B900;
}
.header .cta-btn.cta-btn-line::before, .header .cta-btn.cta-btn-line::after {
  position: absolute;
  content: "";
}
.header .cta-btn.cta-btn-line::before {
  width: 48px;
  height: 48px;
  top: 10px;
  left: 12px;
  background: url(../img-motivation-engine/icon-line.png) no-repeat center;
  background-size: 48px;
}
.header .cta-btn.cta-btn-line::after {
  display: none;
}
@media (max-width: 960px) {
  .header .cta-btn {
    display: none;
  }
}
.header .cta-btn .cta-btn-badge {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.header .header-btn-sp {
  display: none;
}
@media (max-width: 960px) {
  .header .header-btn-sp {
    position: relative;
    display: block;
    width: 70px;
    height: 64px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding-top: 40px;
  }
  .header .header-btn-sp.cta-btn-monitor {
    flex-direction: column;
    gap: 2px;
    background: linear-gradient(180deg, #FA6800 0%, #E42E00 100%);
  }
  .header .header-btn-sp.cta-btn-monitor::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 12px;
    left: 24px;
    background: url(../img-motivation-engine/icon-contact.png) no-repeat center;
    background-size: 24px;
  }
  .header .header-btn-sp.cta-btn-line {
    position: relative;
    background: #00B900;
  }
  .header .header-btn-sp.cta-btn-line::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    top: 0px;
    left: 12px;
    background: url(../img-motivation-engine/icon-line.png) no-repeat center;
    background-size: 40px;
  }
}

.cta-fixed {
  display: none;
}
@media (max-width: 480px) {
  .cta-fixed {
    position: fixed;
    display: flex;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
  }
  .cta-fixed .cta-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 50%;
    height: 56px;
    padding: 0 8px 0 48px;
    border-radius: 0;
    border: 2px solid #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    transition: opacity 0.3s;
  }
  .cta-fixed .cta-btn.cta-btn-monitor {
    flex-direction: column;
    gap: 2px;
    background: linear-gradient(180deg, #FA6800 0%, #E42E00 100%);
    text-align: left;
    border-right: 1px solid #FFFFFF;
  }
  .cta-fixed .cta-btn.cta-btn-monitor::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    top: 14px;
    left: 15px;
    background: url(../img-motivation-engine/icon-contact.png) no-repeat center;
  }
  .cta-fixed .cta-btn.cta-btn-line {
    position: relative;
    background: #00B900;
    border-left: 1px solid #FFFFFF;
  }
  .cta-fixed .cta-btn.cta-btn-line::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    top: 4px;
    left: 4px;
    background: url(../img-motivation-engine/icon-line.png) no-repeat center;
    background-size: 48px;
  }
  .cta-fixed .cta-btn:hover {
    opacity: 0.85;
  }
  .cta-fixed .cta-btn .cta-btn-badge {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
  }
}

.mv {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
  background: url(../img-motivation-engine/bg-mv.png) no-repeat top right;
  background-size: cover;
}
@media (max-width: 960px) {
  .mv {
    background: url(../img-motivation-engine/bg-mv.png) no-repeat top right;
    background-size: 120% auto;
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .mv {
    background: url(../img-motivation-engine/bg-mv-sp.png) no-repeat top right;
    background-size: 100% auto;
  }
}
@media (max-width: 480px) {
  .mv {
    margin-top: 0;
  }
}
.mv .mv-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 600px;
}
@media (max-width: 960px) {
  .mv .mv-inner {
    height: 460px;
  }
  .mv .mv-inner .mv-box {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .mv .mv-inner {
    margin-top: 55%;
  }
  .mv .mv-inner .mv-box {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .mv .mv-inner {
    height: 420px;
    margin-top: 55%;
  }
}
.mv .mv-box .sp {
  display: none;
}
@media (max-width: 480px) {
  .mv .mv-box .sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .mv .mv-box .pc {
    display: none;
  }
}
.mv .mv-box .cta-btn {
  width: 350px;
  margin: 32px auto 0;
}
@media (max-width: 480px) {
  .mv .mv-box .cta-btn {
    width: 100%;
  }
}

.results-box {
  position: relative;
}
@media (max-width: 480px) {
  .results-box {
    padding-bottom: 40px;
  }
}
.results-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  background: #FFF5EB;
  z-index: 1;
}
.results-box ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  z-index: 2;
  padding-bottom: 64px;
}
@media (max-width: 1200px) {
  .results-box ul {
    gap: 8px;
  }
}
@media (max-width: 960px) {
  .results-box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .results-box ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 16px;
    border: #FB8F07 1px solid;
    border-radius: 12px;
    background: #fff;
  }
}
.results-box ul li {
  padding: 24px;
  border: #FB8F07 1px solid;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}
@media (max-width: 1200px) {
  .results-box ul li {
    padding: 20px 12px;
  }
}
@media (max-width: 480px) {
  .results-box ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 0;
    padding: 0;
    border-radius: 0;
    text-align: left;
    border-bottom: #D9D9D9 1px solid;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .results-box ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}
.results-box ul li img {
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .results-box ul li img {
    width: 32px;
    margin-bottom: 0;
  }
}
.results-box ul li p {
  line-height: 1.3;
}
@media (max-width: 480px) {
  .results-box ul li p br {
    display: none;
  }
  .results-box ul li p br.sp {
    display: block;
  }
}
.results-box ul li p span {
  font-family: "Roboto";
  font-weight: bold;
}
.results-box ul li p .font-16 {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .results-box ul li p .font-16 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .results-box ul li p .font-16 {
    font-size: 15px;
  }
}
.results-box ul li p .font-28 {
  font-size: 28px;
}
@media (max-width: 1200px) {
  .results-box ul li p .font-28 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .results-box ul li p .font-28 {
    font-size: 15px;
  }
}
.results-box ul li p .font-40 {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .results-box ul li p .font-40 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .results-box ul li p .font-40 {
    font-size: 15px;
  }
}

.problem {
  padding-bottom: 0;
  background: #fff;
}
.problem .problem-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 960px) {
  .problem .problem-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .problem .problem-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.problem .problem-list li {
  padding: 24px 16px;
  border: 1px solid #FB8F07;
  border-radius: 16px;
  background: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .problem .problem-list li {
    padding: 20px 12px;
  }
}
@media (max-width: 480px) {
  .problem .problem-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    padding: 16px;
  }
}
.problem .problem-list li p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 12px;
}
@media (max-width: 480px) {
  .problem .problem-list li p {
    font-size: 15px;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .problem .problem-list li img {
    width: 88px;
  }
}
.problem .solution-box {
  display: flex;
  justify-content: flex-end;
  padding: 56px 56px 72px;
  border-radius: 16px;
  background: url(../img-motivation-engine/bg-solution.png) no-repeat;
  background-size: cover;
  margin-top: 64px;
}
@media (max-width: 960px) {
  .problem .solution-box {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .problem .solution-box {
    padding: 50% 24px 40px;
    background: url(../img-motivation-engine/bg-solution-sp.png) no-repeat;
    background-size: cover;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .problem .solution-box {
    padding: 180px 20px 20px;
    margin-top: 32px;
  }
}
.problem .solution-box div {
  display: inline-block;
}
.problem .solution-box h3 {
  margin-bottom: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}
.problem .solution-box h3 br.sp {
  display: none;
}
@media (max-width: 480px) {
  .problem .solution-box h3 br.sp {
    display: block;
  }
}
@media (max-width: 960px) {
  .problem .solution-box h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.problem .solution-box p {
  font-size: 18px;
}
@media (max-width: 960px) {
  .problem .solution-box p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .problem .solution-box p {
    text-align: left;
    line-height: 1.4;
  }
  .problem .solution-box p br {
    display: none;
  }
}

.section-contents {
  margin-top: 88px;
}
@media (max-width: 480px) {
  .section-contents {
    margin-top: 64px;
  }
}
.section-contents.green .hukidashi-box {
  background: #F5F9E2;
}
.section-contents.green .hukidashi-box .hukidashi {
  background: #A4C108;
}
.section-contents.green .hukidashi-box .hukidashi::before {
  background: url(../img-motivation-engine/icon-idea-green.png) no-repeat;
}
@media (max-width: 960px) {
  .section-contents.green .hukidashi-box .hukidashi::before {
    background: url(../img-motivation-engine/icon-idea-green.png) no-repeat;
    background-size: 80px;
  }
}
.section-contents.green .hukidashi-box .hukidashi::after {
  background: #A4C108;
}
.section-contents.green .hukidashi-box h3 em {
  color: #A4C108;
}
.section-contents.orange .hukidashi-box {
  background: #FFF5EB;
}
.section-contents.orange .hukidashi-box .hukidashi {
  background: #FB8F07;
}
.section-contents.orange .hukidashi-box .hukidashi::before {
  background: url(../img-motivation-engine/icon-idea-orange.png) no-repeat;
}
@media (max-width: 960px) {
  .section-contents.orange .hukidashi-box .hukidashi::before {
    background: url(../img-motivation-engine/icon-idea-orange.png) no-repeat;
    background-size: 80px;
  }
}
.section-contents.orange .hukidashi-box .hukidashi::after {
  background: #FB8F07;
}
.section-contents.orange .hukidashi-box h3 em {
  color: #FB8F07;
}
.section-contents.pink .hukidashi-box {
  background: #FFF8FA;
}
.section-contents.pink .hukidashi-box .hukidashi {
  background: #EF8AAB;
}
.section-contents.pink .hukidashi-box .hukidashi::before {
  background: url(../img-motivation-engine/icon-idea-pink.png) no-repeat;
}
@media (max-width: 960px) {
  .section-contents.pink .hukidashi-box .hukidashi::before {
    background: url(../img-motivation-engine/icon-idea-pink.png) no-repeat;
    background-size: 80px;
  }
}
.section-contents.pink .hukidashi-box .hukidashi::after {
  background: #EF8AAB;
}
.section-contents.pink .hukidashi-box h3 em {
  color: #EF8AAB;
}
.section-contents .hukidashi-box {
  position: relative;
  padding: 160px 56px 56px;
}
@media (max-width: 1120px) {
  .section-contents .hukidashi-box {
    padding: 160px 32px 56px;
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box {
    padding: 112px 32px 32px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box {
    padding: 96px 20px 24px;
  }
}
.section-contents .hukidashi-box .hukidashi {
  position: absolute;
  width: calc(100% - 112px);
  top: -24px;
  padding: 25px 32px 25px 140px;
  border-radius: 120px;
}
@media (max-width: 1120px) {
  .section-contents .hukidashi-box .hukidashi {
    width: calc(100% - 64px);
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .hukidashi {
    padding: 16px 32px 16px 104px;
  }
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .hukidashi {
    padding: 16px;
    border-radius: 12px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .hukidashi {
    width: calc(100% - 40px);
    padding: 16px 16px 16px;
  }
}
.section-contents .hukidashi-box .hukidashi::before {
  position: absolute;
  content: "";
  width: 104px;
  height: 104px;
  border-radius: 104px;
  top: calc(50% - 52px);
  left: 12px;
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .hukidashi::before {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: 8px;
  }
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .hukidashi::before {
    display: none;
  }
}
.section-contents .hukidashi-box .hukidashi::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 42px;
  left: calc(50% - 35px);
  bottom: -24px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .hukidashi::after {
    bottom: -12px;
  }
}
.section-contents .hukidashi-box .hukidashi span {
  color: #fff;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1120px) {
  .section-contents .hukidashi-box .hukidashi span {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .hukidashi span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .hukidashi span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
  }
}
.section-contents .hukidashi-box .hukidashi h2 {
  position: relative;
  color: #fff;
  font-size: 27px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  z-index: 2;
}
@media (max-width: 1120px) {
  .section-contents .hukidashi-box .hukidashi h2 {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .hukidashi h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .hukidashi h2 {
    font-size: 17px;
  }
}
.section-contents .hukidashi-box .hukidashi h2 em {
  color: #fff;
  border-bottom: #fff 1px solid;
}
.section-contents .hukidashi-box .hukidashi h2 br {
  display: none;
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .hukidashi h2 br {
    display: block;
  }
}
.section-contents .hukidashi-box .ttl-box {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .ttl-box {
    margin-bottom: 24px;
  }
}
.section-contents .hukidashi-box .ttl-box h3 {
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 1.4;
}
.section-contents .hukidashi-box .ttl-box h3 em {
  font-size: 36px;
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .ttl-box h3 em {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .ttl-box h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .ttl-box h3 {
    font-size: 19px;
  }
  .section-contents .hukidashi-box .ttl-box h3 em {
    font-size: 19px;
  }
}
.section-contents .hukidashi-box .ttl-box p {
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
}
.section-contents .hukidashi-box .ttl-box p br.sp {
  display: none;
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .ttl-box p br.sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .ttl-box p {
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.4;
  }
}
.section-contents .hukidashi-box .ee-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1200px) {
  .section-contents .hukidashi-box .ee-box {
    gap: 12px;
  }
}
.section-contents .hukidashi-box .ee-box .box {
  position: relative;
  width: calc((100% - 80px) / 2);
  padding: 40px;
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 1120px) {
  .section-contents .hukidashi-box .ee-box .box {
    padding: 32px;
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .ee-box .box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .ee-box .box {
    padding: 16px;
  }
}
.section-contents .hukidashi-box .ee-box .box.entrance {
  border: #A4C108 1px solid;
}
.section-contents .hukidashi-box .ee-box .box.entrance span {
  color: #A4C108;
}
.section-contents .hukidashi-box .ee-box .box.entrance ul li::before {
  background: #A4C108;
}
.section-contents .hukidashi-box .ee-box .box.exit {
  border: #FB8F07 1px solid;
}
.section-contents .hukidashi-box .ee-box .box.exit span {
  color: #FB8F07;
}
.section-contents .hukidashi-box .ee-box .box.exit ul li::before {
  background: #FB8F07;
}
.section-contents .hukidashi-box .ee-box .box span {
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
@media (max-width: 1080px) {
  .section-contents .hukidashi-box .ee-box .box span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .ee-box .box span {
    display: block;
    text-align: center;
  }
}
.section-contents .hukidashi-box .ee-box .box h4 {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 1080px) {
  .section-contents .hukidashi-box .ee-box .box h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .ee-box .box h4 {
    text-align: center;
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .ee-box .box ul {
    padding: 0 0 0 112px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .ee-box .box ul {
    padding: 0 0 0 88px;
  }
}
.section-contents .hukidashi-box .ee-box .box ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 24px;
  margin-top: 4px;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .section-contents .hukidashi-box .ee-box .box ul li {
    font-size: 16px;
    margin-top: 2px;
    padding-left: 18px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .ee-box .box ul li {
    font-size: 14px;
  }
}
.section-contents .hukidashi-box .ee-box .box ul li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: 5px;
  left: 0;
}
@media (max-width: 1080px) {
  .section-contents .hukidashi-box .ee-box .box ul li::before {
    width: 12px;
    height: 12px;
    top: 4px;
  }
}
.section-contents .hukidashi-box .ee-box .box img {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
@media (max-width: 1080px) {
  .section-contents .hukidashi-box .ee-box .box img {
    width: 104px;
    height: auto;
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .ee-box .box img {
    right: auto;
    left: 24px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .ee-box .box img {
    width: 72px;
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .ee-box .img-box {
    margin: 0 auto;
  }
  .section-contents .hukidashi-box .ee-box .img-box img {
    transform: rotate(90deg);
  }
}
.section-contents .hukidashi-box .engine-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1200px) {
  .section-contents .hukidashi-box .engine-box {
    gap: 16px;
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .engine-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-contents .hukidashi-box .engine-box .box {
  border: #FB8F07 1px solid;
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .engine-box .box {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .section-contents .hukidashi-box .engine-box .box {
    border-radius: 12px;
  }
}
.section-contents .hukidashi-box .engine-box .box .img-box {
  position: relative;
}
.section-contents .hukidashi-box .engine-box .box .img-box span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  border-radius: 13px 0 13px 0;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-family: "Roboto";
  background: #FB8F07;
  line-height: 1;
}
@media (max-width: 640px) {
  .section-contents .hukidashi-box .engine-box .box .img-box span {
    display: none;
  }
}
.section-contents .hukidashi-box .engine-box .box .img-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .engine-box .box .img-box img {
    height: 144px;
    border-radius: 16px 0 0 16px;
  }
}
@media (max-width: 640px) {
  .section-contents .hukidashi-box .engine-box .box .img-box img {
    width: 104px;
    height: 104px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px 0 0 12px;
  }
}
.section-contents .hukidashi-box .engine-box .box p {
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  line-height: 1.4;
}
.section-contents .hukidashi-box .engine-box .box p br.sp {
  display: none;
}
@media (max-width: 1200px) {
  .section-contents .hukidashi-box .engine-box .box p {
    padding: 16px;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-contents .hukidashi-box .engine-box .box p {
    font-size: 18px;
    padding: 24px;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .section-contents .hukidashi-box .engine-box .box p {
    padding: 16px;
    font-size: 15px;
  }
  .section-contents .hukidashi-box .engine-box .box p br.sp {
    display: block;
  }
}
.section-contents .hukidashi-box .habit-box img {
  width: 100%;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .habit-box .pc {
    display: none;
  }
}
.section-contents .hukidashi-box .habit-box .sp {
  display: none;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .habit-box .sp {
    display: block;
  }
}
.section-contents .hukidashi-box .habit-box p {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 56px;
  line-height: 1.4;
}
.section-contents .hukidashi-box .habit-box p br {
  display: none;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .habit-box p br {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .habit-box p {
    font-size: 20px;
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .habit-box p {
    font-size: 15px;
    margin-top: 20px;
  }
}
.section-contents .hukidashi-box .mechanism-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1080px) {
  .section-contents .hukidashi-box .mechanism-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .section-contents .hukidashi-box .mechanism-box br {
    display: none;
  }
}
@media (max-width: 640px) {
  .section-contents .hukidashi-box .mechanism-box br {
    display: block;
  }
}
.section-contents .hukidashi-box .mechanism-box .box {
  position: relative;
  padding: 32px;
  border: #FB8F07 1px solid;
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 1080px) {
  .section-contents .hukidashi-box .mechanism-box .box {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .mechanism-box .box {
    padding: 16px 20px;
    border-radius: 12px;
  }
}
.section-contents .hukidashi-box .mechanism-box .box:last-child {
  border: #00B900 1px solid;
}
.section-contents .hukidashi-box .mechanism-box .box:last-child div {
  background: #00B900;
}
.section-contents .hukidashi-box .mechanism-box .box:last-child span {
  color: #00B900;
}
.section-contents .hukidashi-box .mechanism-box .box div {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 16px;
  border-radius: 0 15px 0 15px;
  color: #fff;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  background: #FB8F07;
  z-index: 2;
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .mechanism-box .box div {
    padding: 4px 12px;
    border-radius: 0 10px 0 10px;
    font-size: 12px;
  }
}
.section-contents .hukidashi-box .mechanism-box .box span {
  color: #FB8F07;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .mechanism-box .box span {
    font-size: 14px;
  }
}
.section-contents .hukidashi-box .mechanism-box .box h3 {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4;
  padding: 4px 0 8px;
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .mechanism-box .box h3 {
    font-size: 16px;
  }
}
.section-contents .hukidashi-box .mechanism-box .box p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .mechanism-box .box p br {
    display: block;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .mechanism-box .box p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.section-contents .hukidashi-box .mechanism-box .box img {
  position: absolute;
  width: 210px;
  height: auto;
  right: 0;
  bottom: calc(50% - 72px);
  z-index: 1;
}
@media (max-width: 1080px) {
  .section-contents .hukidashi-box .mechanism-box .box img {
    width: 170px;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .mechanism-box .box img {
    width: 144px;
    top: 40px;
    bottom: auto;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .mechanism-box .box img {
    width: 100px;
    top: 32px;
    bottom: auto;
  }
}
.section-contents .hukidashi-box .img-flow-box {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .img-flow-box {
    margin-top: 32px;
  }
}
.section-contents .hukidashi-box .img-flow-box .sp {
  display: none;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .img-flow-box .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .img-flow-box .pc {
    display: none;
  }
}
.section-contents .hukidashi-box .img-flow-box p {
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .img-flow-box p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .img-flow-box p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.section-contents .hukidashi-box .guest-box {
  display: flex;
  gap: 32px;
  padding: 40px;
  border-radius: 16px;
  background: #fff;
  margin: 48px 0;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .guest-box {
    display: block;
    padding: 20px;
    margin: 64px 0 32px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .guest-box {
    margin: 48px 0 24px;
  }
}
.section-contents .hukidashi-box .guest-box .img-box {
  width: 160px;
}
.section-contents .hukidashi-box .guest-box .img-box img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .guest-box .img-box {
    margin: -64px auto 24px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .guest-box .img-box {
    width: 80px;
    margin: -32px auto 24px;
  }
  .section-contents .hukidashi-box .guest-box .img-box img {
    height: 80px;
  }
}
.section-contents .hukidashi-box .guest-box .txt-box {
  width: calc(100% - 196px);
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .guest-box .txt-box {
    width: 100%;
  }
}
.section-contents .hukidashi-box .guest-box .txt-box span {
  color: #FB8F07;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .guest-box .txt-box span {
    display: block;
    font-size: 16px;
    text-align: center;
  }
}
.section-contents .hukidashi-box .guest-box .txt-box h4 {
  font-size: 48px;
  font-family: "Noto Serif JP";
}
.section-contents .hukidashi-box .guest-box .txt-box h4 em {
  color: #552801;
  font-size: 32px;
  font-family: "Noto Serif JP";
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .guest-box .txt-box h4 {
    font-size: 32px;
    text-align: center;
  }
  .section-contents .hukidashi-box .guest-box .txt-box h4 em {
    font-size: 24px;
  }
}
.section-contents .hukidashi-box .guest-box .txt-box p {
  color: #FB8F07;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .guest-box .txt-box p {
    text-align: center;
  }
}
.section-contents .hukidashi-box .guest-box .txt-box table {
  width: 100%;
  margin: 24px 0 16px;
}
.section-contents .hukidashi-box .guest-box .txt-box table th, .section-contents .hukidashi-box .guest-box .txt-box table td {
  font-size: 16px;
  padding: 8px 16px;
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .guest-box .txt-box table th, .section-contents .hukidashi-box .guest-box .txt-box table td {
    padding: 8px;
  }
}
.section-contents .hukidashi-box .guest-box .txt-box table th {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #FB8F07;
  word-break: keep-all;
}
.section-contents .hukidashi-box .guest-box .txt-box table td {
  font-weight: 500;
  background: #FFF5EB;
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .guest-box .txt-box table tbody,
  .section-contents .hukidashi-box .guest-box .txt-box table tr,
  .section-contents .hukidashi-box .guest-box .txt-box table th,
  .section-contents .hukidashi-box .guest-box .txt-box table td {
    display: block;
    width: 100%;
  }
  .section-contents .hukidashi-box .guest-box .txt-box table tr {
    margin-bottom: 2px;
  }
  .section-contents .hukidashi-box .guest-box .txt-box table tr:last-child {
    margin-bottom: 0;
  }
  .section-contents .hukidashi-box .guest-box .txt-box table th {
    font-size: 14px;
    word-break: normal;
  }
  .section-contents .hukidashi-box .guest-box .txt-box table th br {
    display: none;
  }
  .section-contents .hukidashi-box .guest-box .txt-box table td {
    font-size: 14px;
    line-height: 1.4;
  }
}
.section-contents .hukidashi-box .guest-box .txt-box small {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .guest-box .txt-box small {
    font-size: 12px;
  }
}
.section-contents .hukidashi-box .hukidashi-cta .hukidashi-ttl {
  position: relative;
  text-align: center;
  line-height: 1.4;
}
.section-contents .hukidashi-box .hukidashi-cta .hukidashi-ttl br {
  display: none;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .hukidashi-cta .hukidashi-ttl br {
    display: block;
  }
}
.section-contents .hukidashi-box .hukidashi-cta .hukidashi-ttl span {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 64px;
  background: #0682BF;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .hukidashi-cta .hukidashi-ttl span {
    font-size: 16px;
  }
}
.section-contents .hukidashi-box .hukidashi-cta .hukidashi-ttl::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 42px;
  left: calc(50% - 35px);
  bottom: -12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #0682BF;
  z-index: 1;
}
.section-contents .hukidashi-box .hukidashi-cta h3 {
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0 16px;
}
.section-contents .hukidashi-box .hukidashi-cta h3 br.sp {
  display: none;
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .hukidashi-cta h3 br.sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-contents .hukidashi-box .hukidashi-cta h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .hukidashi-cta h3 {
    font-size: 16px;
  }
}
.section-contents .hukidashi-box .hukidashi-cta .cta-btn {
  width: 350px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-contents .hukidashi-box .hukidashi-cta .cta-btn {
    width: 100%;
  }
}

.profile {
  padding-bottom: 0;
}
.profile .hukidashi-ttl {
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 24px;
}
.profile .hukidashi-ttl span {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 64px;
  background: #FB8F07;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: 2;
}
@media (max-width: 480px) {
  .profile .hukidashi-ttl span {
    font-size: 16px;
  }
}
.profile .hukidashi-ttl::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 42px;
  left: calc(50% - 35px);
  bottom: -12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #FB8F07;
  z-index: 1;
}
.profile .profile-box {
  display: flex;
  gap: 48px;
}
@media (max-width: 768px) {
  .profile .profile-box {
    display: block;
  }
}
.profile .profile-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .profile .profile-box img {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .profile .profile-box img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .profile .profile-box .txt-box {
    margin-top: 20px;
    text-align: center;
  }
}
.profile .profile-box .txt-box h3 {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 4px 16px;
  background: #0682BF;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .profile .profile-box .txt-box h3 {
    font-size: 16px;
  }
}
.profile .profile-box .txt-box .name-box span {
  font-size: 20px;
  font-family: "Noto Serif JP";
  font-weight: bold;
}
@media (max-width: 480px) {
  .profile .profile-box .txt-box .name-box span {
    font-size: 16px;
  }
}
.profile .profile-box .txt-box .name-box h4 {
  font-size: 48px;
  font-family: "Noto Serif JP";
  line-height: 1.4;
}
.profile .profile-box .txt-box .name-box h4 em {
  color: #552801;
  font-size: 20px;
}
@media (max-width: 480px) {
  .profile .profile-box .txt-box .name-box h4 {
    font-size: 32px;
  }
  .profile .profile-box .txt-box .name-box h4 em {
    font-size: 16px;
  }
}
.profile .profile-box .txt-box p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .profile .profile-box .txt-box p br {
    display: none;
  }
}
.profile .profile-box .txt-box p.orange {
  color: #FB8F07;
}
.profile .profile-box .txt-box p.blue {
  color: #0682BF;
}
.profile .book-box {
  display: flex;
  align-items: center;
  gap: 48px;
  border: #D9D9D9 1px solid;
  padding: 40px 96px;
  margin: 56px 0;
}
.profile .book-box.sp {
  display: none;
}
@media (max-width: 640px) {
  .profile .book-box.sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .profile .book-box.sp {
    margin: 32px 0;
  }
}
@media (max-width: 640px) {
  .profile .book-box.pc {
    display: none;
  }
}
@media (max-width: 1200px) {
  .profile .book-box {
    padding: 40px;
  }
}
@media (max-width: 1080px) {
  .profile .book-box {
    gap: 32px;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .profile .book-box {
    border: 0;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .profile .book-box .txt-box {
    display: flex;
    gap: 24px;
  }
}
.profile .book-box .txt-box h3 {
  font-size: 28px;
  font-family: "Noto Serif JP";
  line-height: 1.4;
  margin-bottom: 20px;
}
.profile .book-box .txt-box h3 br.sp {
  display: none;
}
@media (max-width: 1080px) {
  .profile .book-box .txt-box h3 br.sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .profile .book-box .txt-box h3 br.sp {
    display: none;
  }
}
@media (max-width: 1080px) {
  .profile .book-box .txt-box h3 br.pc {
    display: none;
  }
}
@media (max-width: 1080px) {
  .profile .book-box .txt-box h3 {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .profile .book-box .txt-box h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .profile .book-box .txt-box h3 {
    margin: 12px 0 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .profile .book-box .txt-box h3 {
    font-size: 16px;
  }
  .profile .book-box .txt-box h3 br {
    display: none;
  }
}
.profile .book-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .profile .book-box p br {
    display: none;
  }
}
@media (max-width: 640px) {
  .profile .book-box p {
    margin-top: 12px;
  }
}
@media (max-width: 960px) {
  .profile .book-box .img-book {
    width: 136px;
  }
}
@media (max-width: 480px) {
  .profile .book-box .img-book {
    width: 120px;
  }
}
.profile .book-box .img-ranking {
  width: 172px;
  min-width: 172px;
  height: auto;
}
@media (max-width: 960px) {
  .profile .book-box .img-ranking {
    width: 104px;
    min-width: 104px;
  }
}

.monitor {
  background: url(../img-motivation-engine/bg-monitor.png) no-repeat;
  background-size: cover;
}
.monitor .hukidashi-ttl {
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin-bottom: -24px;
}
.monitor .hukidashi-ttl span {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 64px;
  background: #0682BF;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: 2;
}
@media (max-width: 768px) {
  .monitor .hukidashi-ttl span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .monitor .hukidashi-ttl span {
    font-size: 14px;
  }
}
.monitor .hukidashi-ttl::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 42px;
  left: calc(50% - 35px);
  bottom: -12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #0682BF;
  z-index: 1;
}
.monitor .monitor-box {
  padding: 56px;
  background: #fff;
}
@media (max-width: 1200px) {
  .monitor .monitor-box {
    padding: 56px 40px 40px;
  }
}
@media (max-width: 768px) {
  .monitor .monitor-box {
    padding: 40px 32px 32px;
  }
}
@media (max-width: 480px) {
  .monitor .monitor-box {
    padding: 40px 20px 20px;
  }
}
.monitor .monitor-box h2 {
  color: #0682BF;
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
.monitor .monitor-box h2 br.sp {
  display: none;
}
@media (max-width: 1200px) {
  .monitor .monitor-box h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .monitor .monitor-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .monitor .monitor-box h2 br.sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .monitor .monitor-box h2 {
    font-size: 20px;
  }
}
.monitor .monitor-box .flex-box {
  display: flex;
  gap: 48px;
}
@media (max-width: 1200px) {
  .monitor .monitor-box .flex-box {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .monitor .monitor-box .flex-box {
    display: block;
  }
}
.monitor .monitor-box .flex-box .ttl-box {
  display: flex;
  align-items: center;
  padding: 36px 40px;
  border-radius: 16px;
  background: #FB8F07;
}
@media (max-width: 1200px) {
  .monitor .monitor-box .flex-box .ttl-box {
    width: 324px;
    padding: 32px;
  }
}
@media (max-width: 960px) {
  .monitor .monitor-box .flex-box .ttl-box {
    width: 272px;
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .monitor .monitor-box .flex-box .ttl-box {
    width: 100%;
    justify-content: center;
    padding: 20px;
    margin-bottom: 16px;
  }
}
.monitor .monitor-box .flex-box .ttl-box span {
  color: #fff;
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .monitor .monitor-box .flex-box .ttl-box span {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .monitor .monitor-box .flex-box .ttl-box span {
    font-size: 16px;
  }
}
.monitor .monitor-box .flex-box .ttl-box h3 {
  color: #fff;
  font-size: 36px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 1200px) {
  .monitor .monitor-box .flex-box .ttl-box h3 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .monitor .monitor-box .flex-box .ttl-box h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .monitor .monitor-box .flex-box .ttl-box h3 {
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .monitor .monitor-box .flex-box .txt-box {
    width: calc(100% - 356px);
  }
}
@media (max-width: 960px) {
  .monitor .monitor-box .flex-box .txt-box {
    width: calc(100% - 304px);
  }
}
@media (max-width: 768px) {
  .monitor .monitor-box .flex-box .txt-box {
    width: 100%;
  }
}
.monitor .monitor-box .flex-box .txt-box h4 {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
  line-height: 1.4;
}
.monitor .monitor-box .flex-box .txt-box h4 br.sp {
  display: none;
}
@media (max-width: 1200px) {
  .monitor .monitor-box .flex-box .txt-box h4 {
    margin-bottom: 12px;
  }
}
@media (max-width: 960px) {
  .monitor .monitor-box .flex-box .txt-box h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .monitor .monitor-box .flex-box .txt-box h4 {
    text-align: center;
  }
  .monitor .monitor-box .flex-box .txt-box h4 br.sp {
    display: block;
  }
}
.monitor .monitor-box .flex-box .txt-box p {
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .monitor .monitor-box .flex-box .txt-box p br {
    display: none;
  }
}
@media (max-width: 960px) {
  .monitor .monitor-box .flex-box .txt-box p {
    font-size: 14px;
  }
}

.plan .hukidashi-ttl {
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 24px;
}
.plan .hukidashi-ttl span {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 64px;
  background: #0682BF;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: 2;
}
@media (max-width: 480px) {
  .plan .hukidashi-ttl span {
    font-size: 16px;
    padding: 12px 24px;
  }
}
.plan .hukidashi-ttl::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 42px;
  left: calc(50% - 35px);
  bottom: -12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #0682BF;
  z-index: 1;
}
.plan .plan-box {
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  background: #EEF9FF;
}
@media (max-width: 960px) {
  .plan .plan-box {
    display: block;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .plan .plan-box {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .plan .plan-box {
    padding: 24px 20px 20px;
  }
}
.plan .plan-box .txt-box {
  width: calc(100% - 368px);
  padding: 56px 56px 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  .plan .plan-box .txt-box {
    width: calc(100% - 336px);
    padding: 40px;
  }
}
@media (max-width: 1080px) {
  .plan .plan-box .txt-box {
    width: calc(100% - 292px);
  }
}
@media (max-width: 960px) {
  .plan .plan-box .txt-box {
    width: 100%;
    padding: 0 0 24px;
  }
}
.plan .plan-box .txt-box .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1200px) {
  .plan .plan-box .txt-box .ttl {
    gap: 24px;
  }
}
@media (max-width: 960px) {
  .plan .plan-box .txt-box .ttl {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .plan .plan-box .txt-box .ttl {
    flex-wrap: wrap;
    flex-flow: column-reverse;
    margin-bottom: 20px;
  }
}
.plan .plan-box .txt-box .ttl h3 {
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .plan .plan-box .txt-box .ttl h3 {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .plan .plan-box .txt-box .ttl h3 {
    font-size: 32px;
  }
}
.plan .plan-box .txt-box .ttl span {
  color: #fff;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 64px;
  background: #FB8F07;
  line-height: 1;
}
@media (max-width: 1200px) {
  .plan .plan-box .txt-box .ttl span {
    font-size: 20px;
    padding: 12px 24px;
  }
}
@media (max-width: 960px) {
  .plan .plan-box .txt-box .ttl span {
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media (max-width: 768px) {
  .plan .plan-box .txt-box .ttl span {
    padding: 8px 16px;
  }
}
.plan .plan-box .txt-box .ttl span em {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 1200px) {
  .plan .plan-box .txt-box .ttl span em {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .plan .plan-box .txt-box .ttl span em {
    font-size: 28px;
  }
}
.plan .plan-box .txt-box .pd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: "Roboto";
  font-weight: bold;
  border-radius: 12px;
  padding: 20px 32px;
  background: #fff;
  margin: 24px 0 16px;
}
@media (max-width: 960px) {
  .plan .plan-box .txt-box .pd {
    margin: 16px 0;
  }
}
@media (max-width: 768px) {
  .plan .plan-box .txt-box .pd {
    display: block;
  }
  .plan .plan-box .txt-box .pd img {
    width: 12px;
    height: 24px;
    transform: rotate(90deg);
    margin: 8px 0;
  }
}
.plan .plan-box .txt-box .pd p {
  line-height: 1;
  font-weight: bold;
}
.plan .plan-box .txt-box .pd .font-32 {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .plan .plan-box .txt-box .pd .font-32 {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .plan .plan-box .txt-box .pd .font-32 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .plan .plan-box .txt-box .pd .font-32 {
    font-size: 24px;
  }
}
.plan .plan-box .txt-box .pd .font-48 {
  font-size: 48px;
}
@media (max-width: 1200px) {
  .plan .plan-box .txt-box .pd .font-48 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .plan .plan-box .txt-box .pd .font-48 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .plan .plan-box .txt-box .pd .font-48 {
    font-size: 32px;
  }
}
.plan .plan-box .txt-box .pd .font-50 {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .plan .plan-box .txt-box .pd .font-50 {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .plan .plan-box .txt-box .pd .font-50 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .plan .plan-box .txt-box .pd .font-50 {
    font-size: 36px;
  }
}
.plan .plan-box .txt-box p {
  font-size: 16px;
  font-weight: 500;
}
.plan .plan-box .txt-box .cta-btn {
  width: 350px;
  margin: 24px auto 16px;
}
@media (max-width: 480px) {
  .plan .plan-box .txt-box .cta-btn {
    width: 100%;
  }
}
.plan .plan-box .txt-box small {
  font-size: 14px;
  font-weight: 500;
}
.plan .plan-box .menu-box {
  padding: 56px;
  border-radius: 0 16px 16px 0;
  background: #0682BF;
}
@media (max-width: 1200px) {
  .plan .plan-box .menu-box {
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .plan .plan-box .menu-box {
    border-radius: 12px;
    padding: 24px 32px;
  }
}
.plan .plan-box .menu-box h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.plan .plan-box .menu-box ul li {
  position: relative;
  color: #fff;
  font-size: 24px;
  padding-left: 40px;
  margin-top: 8px;
}
@media (max-width: 1080px) {
  .plan .plan-box .menu-box ul li {
    font-size: 20px;
    padding-left: 32px;
    margin-top: 4px;
  }
}
@media (max-width: 960px) {
  .plan .plan-box .menu-box ul li {
    font-size: 18px;
  }
}
.plan .plan-box .menu-box ul li::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: 10px;
  left: 0;
  background: url(../img-motivation-engine/icon-check.png) no-repeat;
}
@media (max-width: 1080px) {
  .plan .plan-box .menu-box ul li::before {
    background: url(../img-motivation-engine/icon-check.png) no-repeat;
    background-size: 22px;
  }
}
@media (max-width: 960px) {
  .plan .plan-box .menu-box ul li::before {
    top: 8px;
    background: url(../img-motivation-engine/icon-check.png) no-repeat;
    background-size: 20px;
  }
}

.faq {
  background: #FFF5EB;
}
.faq .inner {
  display: flex;
  gap: 80px;
}
@media (max-width: 1080px) {
  .faq .inner {
    display: block;
  }
}
.faq .inner .section-title {
  width: 410px;
  text-align: left;
  margin-top: 32px;
}
@media (max-width: 1080px) {
  .faq .inner .section-title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .faq .inner .section-title {
    margin-top: 0;
  }
}
.faq .inner .faq-box {
  width: 590px;
}
@media (max-width: 1080px) {
  .faq .inner .faq-box {
    width: 100%;
  }
}
.faq .inner .faq-box .faq-item {
  padding: 28px 32px 32px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .faq .inner .faq-box .faq-item {
    padding: 16px 20px;
    border-radius: 12px;
  }
}
.faq .inner .faq-box .faq-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .faq .inner .faq-box .faq-item.is-open {
    padding-bottom: 20px;
  }
  .faq .inner .faq-box .faq-item.is-open .faq-question {
    border-bottom: #D9D9D9 1px solid;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .faq .inner .faq-box .faq-item.is-open .faq-icon::before {
    content: "－";
  }
}
.faq .inner .faq-box .faq-item .faq-question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: #D9D9D9 1px solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .faq .inner .faq-box .faq-item .faq-question {
    gap: 8px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    cursor: pointer;
  }
}
.faq .inner .faq-box .faq-item .faq-question .faq-q {
  position: absolute;
  top: -8px;
  left: 0;
  color: #FB8F07;
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .faq .inner .faq-box .faq-item .faq-question .faq-q {
    top: -4px;
    font-size: 24px;
  }
}
.faq .inner .faq-box .faq-item .faq-question .faq-question-text {
  display: block;
  padding-left: 40px;
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .faq .inner .faq-box .faq-item .faq-question .faq-question-text {
    font-size: 16px;
    padding-left: 32px;
  }
}
.faq .inner .faq-box .faq-item .faq-question .faq-icon {
  display: none;
}
@media (max-width: 480px) {
  .faq .inner .faq-box .faq-item .faq-question .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: auto;
    color: #FB8F07;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }
  .faq .inner .faq-box .faq-item .faq-question .faq-icon::before {
    content: "＋";
  }
}
@media (max-width: 480px) {
  .faq .inner .faq-box .faq-item .faq-answer {
    display: none;
  }
}
.faq .inner .faq-box .faq-item .faq-answer .faq-answer-text {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .faq .inner .faq-box .faq-item .faq-answer .faq-answer-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .faq .inner .faq-box .faq-item.is-open .faq-answer {
    display: block;
  }
}

.cta {
  background: url(../img-motivation-engine/bg-cta-md.png) no-repeat top center;
  background-size: cover;
}
@media (max-width: 768px) {
  .cta {
    padding-top: 50%;
    background: url(../img-motivation-engine/bg-cta-sp.png) no-repeat top center;
    background-size: cover;
  }
}
.cta .hukidashi-ttl {
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 24px;
}
.cta .hukidashi-ttl span {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 64px;
  background: #fff;
  color: #0682BF;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: 2;
}
@media (max-width: 768px) {
  .cta .hukidashi-ttl span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .cta .hukidashi-ttl span {
    font-size: 14px;
    padding: 8px 24px;
  }
}
.cta .hukidashi-ttl::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 42px;
  left: calc(50% - 35px);
  bottom: -12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  z-index: 1;
}
.cta .section-title {
  margin-bottom: 16px;
}
.cta .section-title .section-title-sub {
  color: #fff;
}
.cta .section-title .section-title-main {
  color: #fff;
}
.cta p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.cta .cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.cta .cta-btn {
  width: 350px;
}

.contact > .inner > p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact > .inner > p {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.contact .contact-box {
  max-width: 650px;
  margin: 0 auto;
}
.contact form .box {
  margin-bottom: 24px;
}
.contact form .box:last-of-type {
  margin-bottom: 0;
}
.contact form .box br {
  display: none;
}
.contact form .box label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 480px) {
  .contact form .box label {
    font-size: 16px;
  }
}
.contact form .box label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 27px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 480px) {
  .contact form .box label span {
    width: 38px;
    height: 24px;
    font-size: 14px;
  }
}
.contact form .box label .req {
  background: #FB8F07;
}
.contact form .box label .any {
  background: #9A9A9A;
}
.contact form .box input,
.contact form .box textarea,
.contact form .box select {
  width: 100%;
  border: #D9D9D9 1px solid;
  border-radius: 4px;
  padding: 16px 24px;
  background: #FFF5EB;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  color: #552801;
}
@media (max-width: 480px) {
  .contact form .box input,
  .contact form .box textarea,
  .contact form .box select {
    padding: 12px 16px;
  }
}
.contact form .box input:focus,
.contact form .box textarea:focus,
.contact form .box select:focus {
  outline: none;
  border-color: #FB8F07;
}
.contact form .box input::-moz-placeholder, .contact form .box textarea::-moz-placeholder, .contact form .box select::-moz-placeholder {
  color: #9A9A9A;
}
.contact form .box input::placeholder,
.contact form .box textarea::placeholder,
.contact form .box select::placeholder {
  color: #9A9A9A;
}
.contact form .box textarea {
  min-height: 120px;
  resize: vertical;
}
.contact form .box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23552801' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
}
.contact form .box .field-note {
  line-height: 1.4;
}
.contact form .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact form .check label {
  margin-bottom: 0;
  font-size: 16px;
  cursor: pointer;
}
.contact form .check input[type=checkbox] {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: #D9D9D9 1px solid;
  border-radius: 4px;
  background: #FFF5EB;
  cursor: pointer;
}
.contact form .privacy-txt {
  margin: 32px 0 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 480px) {
  .contact form .privacy-txt {
    font-size: 16px;
    line-height: 1.4;
  }
}
.contact form .privacy-txt a {
  color: #FB8F07;
  font-weight: bold;
  text-decoration: underline;
}
.contact form .privacy-txt a:hover {
  opacity: 0.8;
}
.contact form > p:has(.wpcf7-submit) {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: center;
}
.contact form input.wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 72px;
  margin: 0 auto;
  padding: 0 32px;
  border: 2px solid #FFFFFF;
  border-radius: 36px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #FA6800 0%, #E42E00 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.3s;
}
.contact form input.wpcf7-submit:hover:not(:disabled) {
  opacity: 0.85;
}
.contact form input.wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .contact form input.wpcf7-submit {
    height: 64px;
    font-size: 16px;
    border-radius: 32px;
  }
}
.contact form .wpcf7-spinner {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.partners {
  background: #FFF5EB;
}
.partners .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1120px) {
  .partners .section-title {
    display: block;
    text-align: center;
  }
}
.partners .section-title .section-title-main {
  font-size: 32px;
}
@media (max-width: 768px) {
  .partners .section-title .section-title-main {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .partners .section-title .section-title-main {
    font-size: 22px;
  }
}
.partners .section-title p {
  font-size: 15px;
  text-align: left;
}
@media (max-width: 1120px) {
  .partners .section-title p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .partners .section-title p br {
    display: none;
  }
}
.partners .partners-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media (max-width: 1120px) {
  .partners .partners-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .partners .partners-box {
    gap: 12px;
  }
}
.partners .partners-box a img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .partners .partners-box a img {
    margin-bottom: 0;
  }
}
.partners .partners-box a p {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .partners .partners-box a p {
    display: none;
  }
}

.footer {
  padding: 48px 0;
  background: #FFFFFF;
  border-top: 1px solid #FFF5EB;
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    padding: 32px 0;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 32px 0 88px;
  }
}
.footer .footer-logo {
  margin-bottom: 20px;
}
.footer .footer-logo img {
  width: 312px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer .footer-logo img {
    width: 240px;
  }
}
.footer .footer-info {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.8;
}
.footer .footer-info a {
  display: block;
  text-decoration: underline;
}
.footer .footer-copy {
  font-size: 12px;
}
.footer .footer-copy br {
  display: none;
}
@media (max-width: 480px) {
  .footer .footer-copy br {
    display: block;
  }
}/*# sourceMappingURL=motivation-engine.css.map */