@charset "UTF-8";
.reset {
  margin: 0;
  padding: 0;
}
.reset div,
.reset span,
.reset object,
.reset iframe,
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6,
.reset p,
.reset blockquote,
.reset pre,
.reset a,
.reset abbr,
.reset acronym,
.reset address,
.reset big,
.reset cite,
.reset code,
.reset del,
.reset dfn,
.reset em,
.reset img,
.reset ins,
.reset kbd,
.reset q,
.reset s,
.reset samp,
.reset small,
.reset strike,
.reset strong,
.reset sub,
.reset sup,
.reset tt,
.reset var,
.reset b,
.reset u,
.reset i,
.reset center,
.reset dl,
.reset dt,
.reset dd,
.reset ol,
.reset ul,
.reset li,
.reset fieldset,
.reset form,
.reset label,
.reset legend,
.reset table,
.reset caption,
.reset tbody,
.reset tfoot,
.reset thead,
.reset tr,
.reset th,
.reset td,
.reset figure,
.reset section {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  min-height: 0;
}
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6 {
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background-color: transparent;
}
.reset img {
  display: inline-block;
  vertical-align: bottom;
}
.reset ol,
.reset ul {
  list-style: none;
}
.reset ol li,
.reset ul li {
  margin: 0;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  border: none;
}
.reset table caption,
.reset table th,
.reset table td,
.reset table tr {
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  vertical-align: middle;
  border: none;
}
.reset a {
  color: inherit;
}
.reset a:link {
  text-decoration: none;
}
.reset a:visited {
  text-decoration: none;
}
.reset a:hover {
  text-decoration: none;
}
.reset input[type=submit],
.reset input[type=button] {
  background-color: inherit;
  border: none;
  color: inherit;
  font-size: inherit;
}
.reset input[type=submit]:focus,
.reset input[type=button]:focus {
  outline: none;
}
.reset button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

/* ページタイプ：本文のみ（広い)の追加リセットcss横幅100％ */
body.content-only.column-wide .content,
body.content-only.column-wide .article,
body.content-only.column-wide .entry-content {
  margin: 0;
}
body.content-only.column-wide .entry-header,
body.content-only.column-wide .entry-footer {
  display: none;
}
body.content-only.column-wide .wrap {
  width: 100%;
}
body.content-only.column-wide #main {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.15s ease-in-out;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  a:hover {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
  border-top: none;
}

body {
  border-top: none;
  margin-top: 0 !important;
  overflow-x: auto !important;
}

#my-content {
  min-width: 1140px;
  width: 100%;
  color: #5a4747;
  font-family: "M PLUS 1";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  #my-content {
    min-width: unset;
    font-size: max(13px,min(3.733vw,16px));
    letter-spacing: normal;
  }
}
#my-content .fz-14 {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #my-content .fz-14 {
    font-size: max(13px,min(3.733vw,16px));
  }
}
#my-content .fz-17 {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  #my-content .fz-17 {
    font-size: max(15px,min(4.533vw,20px));
  }
}
#my-content .fz-18 {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #my-content .fz-18 {
    font-size: max(16px,min(3.467vw,20px));
  }
}
#my-content .fz-22 {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  #my-content .fz-22 {
    font-size: max(18px,min(4vw,22px));
  }
}
#my-content .sec-ttl {
  font-family: "M PLUS 1";
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl {
    font-size: max(18px,min(4.8vw,32px));
    margin-bottom: 1em;
  }
}
#my-content .sec-ttl .main-ttl {
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1.875em;
  border-radius: 1em;
  margin: 0 auto;
  padding: 0.2em 1em;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl .main-ttl {
    max-width: 85.333vw;
  }
}
#my-content .sec-ttl .sub-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl .sub-ttl {
    font-size: max(14px,min(3.467vw,22px));
  }
}
#my-content .sec-ttl .sub-ttl::before, #my-content .sec-ttl .sub-ttl::after {
  display: inline-block;
  content: "";
  width: 2em;
  height: 0;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl .sub-ttl::before, #my-content .sec-ttl .sub-ttl::after {
    width: 1em;
  }
}
#my-content .sec-ttl .sub-ttl::before {
  transform: rotate(45deg);
  margin-right: 0.5em;
}
#my-content .sec-ttl .sub-ttl::after {
  transform: rotate(-45deg);
  margin-left: 0.5em;
}
#my-content .sec-ttl .sub-ttl .icon {
  width: 34px;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl .sub-ttl .icon {
    width: 5.333vw;
  }
}
#my-content .sec-ttl .sub-ttl .num {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl .sub-ttl .num {
    font-size: max(18px,min(4.8vw,32px));
  }
}
#my-content .sec-ttl .sub-ttl.--lg {
  font-size: 30px;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl .sub-ttl.--lg {
    font-size: max(16px,min(4.267vw,30px));
    padding-top: 5.333vw;
  }
}
#my-content .sec-ttl .sub-ttl.--lg .num {
  color: #f09b76;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl .sub-ttl.--lg .num {
    font-size: max(10px,min(5.867vw,44px));
  }
}
#my-content .sec-ttl .sub-ttl.--lg .icon {
  position: absolute;
  top: 0;
  width: 71px;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl .sub-ttl.--lg .icon {
    width: 10.667vw;
  }
}
#my-content .sec-ttl.--grey .main-ttl {
  background-color: #d7e1e1;
  color: #5a4747;
}
#my-content .sec-ttl.--grey .sub-ttl {
  color: #d7e1e1;
}
#my-content .sec-ttl.--orange .main-ttl {
  background-color: #f09b76;
  color: #fff;
}
#my-content .sec-ttl.--orange .sub-ttl {
  color: #f09b76;
}
#my-content .sec-ttl.--green .main-ttl {
  background-color: #91ccb4;
  color: #fff;
}
#my-content .sec-ttl.--green .sub-ttl {
  color: #91ccb4;
}
#my-content .sec-ttl.--yellow .main-ttl {
  background-color: #f5e588;
  color: #5a4747;
}
#my-content .sec-ttl.--yellow .sub-ttl {
  color: #f5e588;
}
#my-content .sec-ttl.--brown .main-ttl {
  background-color: #5a4747;
  color: #fff;
}
#my-content .sec-ttl.--brown .sub-ttl {
  color: #5a4747;
}
#my-content .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .inner {
    padding: 0 3.333vw;
  }
}
#my-content section {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  #my-content section {
    padding: 8vw 0;
  }
}
#my-content .my-header {
  min-width: 1140px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
#my-content .my-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  min-height: 80px;
  padding: 0 20px;
  margin: 0 auto;
}
#my-content .my-header__logo {
  margin-right: 30px;
}
#my-content .my-header__description {
  flex-shrink: 0;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
}
#my-content .my-header__menu {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  margin: 0 -10px;
}
#my-content .my-header__menu li {
  flex-basis: 160px;
  padding: 0 10px;
}
#my-content .my-header__menu li a {
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.1em;
  padding: 5px;
  text-align: center;
}
#my-content .my-header__menu li a:hover {
  opacity: 1;
}
#my-content .my-header__menu li:nth-child(1) a {
  background-color: #d0a360;
  border: 1px solid #d0a360;
}
#my-content .my-header__menu li:nth-child(1) a:hover {
  background-color: #fff;
  color: #d0a360;
}
#my-content .my-header__menu li:nth-child(2) a {
  background-color: #5ab464;
  border: 1px solid #5ab464;
}
#my-content .my-header__menu li:nth-child(2) a:hover {
  background-color: #fff;
  color: #5ab464;
}
#my-content .my-header__menu li:nth-child(3) a {
  background-color: #e66e28;
  border: 1px solid #e66e28;
}
#my-content .my-header__menu li:nth-child(3) a:hover {
  background-color: #fff;
  color: #e66e28;
}
#my-content .my-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 999;
  background-color: #fff;
  padding-right: 50px;
  /* チェックボックスを非表示 */
  /* メニューボタンの装飾 */
  /* ドロワーメニューの装飾 */
  /* ドロワーメニューの背景 */
  /* ドロワーメニューの開閉 */
}
#my-content .my-mobile-nav.--fixed {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#my-content .my-mobile-nav .menu-logo {
  flex-grow: 1;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#my-content .my-mobile-nav .menu-logo a {
  flex-grow: 1;
  padding: 0 10px;
}
#my-content .my-mobile-nav .menu-checkbox {
  display: none;
}
#my-content .my-mobile-nav .menu-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
#my-content .my-mobile-nav .menu-button span {
  display: block;
  position: absolute;
  left: 10px;
  width: 30px;
  height: 4px;
  background-color: #5a4747;
  border-radius: 2px;
}
#my-content .my-mobile-nav .menu-button span:nth-child(1) {
  top: 12px;
}
#my-content .my-mobile-nav .menu-button span:nth-child(2) {
  top: calc(50% - 2px);
}
#my-content .my-mobile-nav .menu-button span:nth-child(3) {
  bottom: 12px;
}
#my-content .my-mobile-nav .drawer-menu {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 200;
  max-height: 100vh;
  max-width: 200px;
  width: 100%;
  transform: translateX(100%);
  transition: 0.5s;
  background-color: #fff;
  overflow-y: auto;
}
#my-content .my-mobile-nav .drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#my-content .my-mobile-nav .drawer-menu ul li {
  text-align: center;
}
#my-content .my-mobile-nav .drawer-menu ul li a {
  border-top: 1px solid #5a4747;
  display: block;
  padding: 10px;
  color: #5a4747;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
#my-content .my-mobile-nav .drawer-menu ul li:nth-child(4) a {
  background-color: #d0a360;
  color: #fff;
  border-color: #d0a360;
}
#my-content .my-mobile-nav .drawer-menu ul li:nth-child(5) a {
  background-color: #5ab464;
  color: #fff;
  border-color: #5ab464;
}
#my-content .my-mobile-nav .drawer-menu ul li:nth-child(6) a {
  background-color: #e66e28;
  color: #fff;
  border-color: #e66e28;
}
#my-content .my-mobile-nav .menu-background {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#my-content .my-mobile-nav .menu-checkbox:checked ~ .menu-button span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
#my-content .my-mobile-nav .menu-checkbox:checked ~ .menu-button span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}
#my-content .my-mobile-nav .menu-checkbox:checked ~ .menu-button span:nth-child(3) {
  display: none;
}
#my-content .my-mobile-nav .menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}
#my-content .my-mobile-nav .menu-checkbox:checked ~ .menu-background {
  display: block;
}
#my-content .mv {
  height: 420px;
  background: url(../img/mv_bg.jpg) center center/cover no-repeat;
  padding: 15px 0 0;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #my-content .mv {
    height: auto;
    background: url(../img/mv_bg_sp.jpg) center top/100% auto no-repeat;
    background-color: #fff5e1;
    padding: 48vw 0 0;
    margin-top: 50px;
    position: relative;
  }
}
#my-content .mv__menu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
#my-content .mv__menu li {
  line-height: 1.2;
}
#my-content .mv__menu li a {
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  padding: 0 1em;
}
#my-content .mv__menu li:not(:last-child) {
  border-right: 1px solid #5a4747;
}
#my-content .mv__description {
  position: absolute;
  top: 3.333vw;
  right: 3.333vw;
  color: #e66e28;
  font-family: "Noto Sans JP";
  font-size: max(10px,min(3.467vw,26px));
  font-weight: 500;
  line-height: 1.23;
  text-align: center;
}
#my-content .mv__description .icon {
  width: 1.5em;
  padding-right: 5px;
  text-align: center;
}
#my-content .mv__catch {
  display: flex;
  justify-content: flex-start;
  font-size: 57px;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .mv__catch {
    justify-content: center;
    background-color: #fff;
    border-left: 5px solid #e66e28;
    border-right: 5px solid #e66e28;
    font-size: max(10px,min(8.8vw,66px));
    margin-left: -3.333vw;
    margin-right: -3.333vw;
    margin-bottom: 20px;
    padding: 10px 0;
  }
}
#my-content .mv__point {
  display: flex;
  margin: 0 -10px 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .mv__point {
    flex-direction: column;
    margin: -2vw 0 0;
  }
}
#my-content .mv__point li {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  #my-content .mv__point li {
    width: 62.667vw;
    padding: 2vw 0 0;
  }
}
#my-content .mv__point-box {
  border: 1px solid #f09b76;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .mv__point-box {
    border-radius: 10px;
  }
}
#my-content .mv__point-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 52px;
  background-color: #f09b76;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 2px 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .mv__point-ttl {
    min-height: 8vw;
    font-size: max(10px,min(4.8vw,36px));
    padding: 2px 0.5em;
  }
}
#my-content .mv__point-ttl::before {
  content: "";
  width: 64px;
  height: 24px;
  background: url(../img/icon_point.svg) center center/contain no-repeat;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  #my-content .mv__point-ttl::before {
    width: 10vw;
    height: 4.267vw;
    margin-right: 4vw;
  }
}
#my-content .mv__point-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #my-content .mv__point-txt {
    min-height: 10.667vw;
    font-size: max(10px,min(3.467vw,26px));
  }
}
#my-content .mv__attention {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  min-height: 38px;
  background-color: #f5e588;
  border-radius: 19px;
  font-size: 18px;
  font-weight: 500;
  padding: 2px 65px 2px 20px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .mv__attention {
    position: absolute;
    bottom: 8vw;
    right: 5.333vw;
    max-width: 23.733vw;
    width: 100%;
    height: 51.2vw;
    border-radius: 12vw;
    font-size: max(10px,min(3.467vw,26px));
    padding: 1em;
    writing-mode: vertical-rl;
    line-height: 1.4;
  }
}
#my-content .mv__attention::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 10px;
  width: 47px;
  height: 53px;
  background: url(../img/icon_attention.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #my-content .mv__attention::after {
    bottom: -8vw;
    right: 0;
    width: 12.533vw;
    height: 14.133vw;
  }
}
#my-content .mv .dot {
  position: relative;
}
#my-content .mv .dot::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 2px;
  border: 4px solid #e66e28;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #my-content .mv .dot::after {
    bottom: -4px;
    border-width: 2px;
  }
}
#my-content .cta {
  background-color: #fff5e1;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  #my-content .cta {
    padding: 2.667vw 0;
  }
}
#my-content .cta__box {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 5px;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__box {
    border-radius: 0;
    padding: 30px 4vw;
  }
}
#my-content .cta__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__btn-wrap {
    flex-direction: column;
  }
}
#my-content .cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 50%;
  min-height: 120px;
  border-radius: 20px;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__btn {
    max-width: 74.667vw;
    width: 100%;
    min-height: 17.867vw;
    border-radius: 10px;
    font-size: max(14px,min(4.533vw,30px));
  }
}
#my-content .cta__btn::before {
  content: "";
  background-color: #fff;
  margin-right: 40px;
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__btn::before {
    margin-right: 2.667vw;
  }
}
#my-content .cta__btn::after {
  content: "";
  background-color: #fff;
  width: 32px;
  height: 12px;
  mask-image: url(../img/arrow_left.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__btn::after {
    width: 5.333vw;
    height: 2vw;
    margin-left: 1.333vw;
  }
}
#my-content .cta__btn.--01 {
  background: linear-gradient(0deg, rgb(70, 160, 80) 0%, rgb(76, 166, 86) 23.3%, rgb(90, 180, 100) 50%);
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__btn.--01 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#my-content .cta__btn.--01::before {
  width: 35px;
  height: 41px;
  mask-image: url(../img/icon_document.svg);
}
@media only screen and (max-width: 768px) {
  #my-content .cta__btn.--01::before {
    width: 5.2vw;
    height: 6.133vw;
  }
}
#my-content .cta__btn.--01:hover {
  background: #fff;
  border: 1px solid;
  color: #5ab464;
  opacity: 1;
}
#my-content .cta__btn.--01:hover::before, #my-content .cta__btn.--01:hover::after {
  background-color: #5ab464;
}
#my-content .cta__btn.--02 {
  background: linear-gradient(0deg, rgb(205, 80, 30) 0%, rgb(211, 85, 32) 16.36%, rgb(228, 100, 37) 38.16%, rgb(240, 110, 40) 50%);
}
#my-content .cta__btn.--02::before {
  width: 65px;
  height: 33px;
  mask-image: url(../img/icon_contact.svg);
}
@media only screen and (max-width: 768px) {
  #my-content .cta__btn.--02::before {
    width: 9.2vw;
    height: 4.267vw;
  }
}
#my-content .cta__btn.--02:hover {
  background: #fff;
  border: 1px solid;
  color: #e66e28;
  opacity: 1;
}
#my-content .cta__btn.--02:hover::before, #my-content .cta__btn.--02:hover::after {
  background-color: #e66e28;
}
#my-content .cta__tel-wrap {
  max-width: 972px;
  margin: 20px 150px 0 auto;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-wrap {
    margin: 30px 0 0;
  }
}
#my-content .cta__tel-list {
  display: flex;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-list {
    display: block;
    font-size: max(10px,min(4.8vw,36px));
  }
}
#my-content .cta__tel-list li {
  border-bottom: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
#my-content .cta__tel-list li:not(:last-child) {
  padding-right: 1em;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-list li:not(:last-child) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-list li:first-child {
    border-top: 1px solid;
  }
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-list li .icon {
    width: 2.667vw;
    height: 3.733vw;
  }
}
#my-content .cta__tel-list li small {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  padding: 0 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-list li small {
    width: 7em;
    font-size: max(10px,min(2.933vw,22px));
  }
}
#my-content .cta__tel-note {
  line-height: 1.4;
  padding-left: 1em;
  padding-top: 0.5em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-note {
    font-size: max(10px,min(3.2vw,24px));
  }
}
#my-content .cta__tel-note small {
  font-size: 0.75em;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-note small {
    display: inline-block;
    margin-top: 0.2em;
    line-height: 1.6;
    margin-left: 0;
  }
}
#my-content .cta__info {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 158px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__info {
    width: 36vw;
    bottom: -1px;
  }
}
#my-content .intro .sec-ttl {
  margin-bottom: 1em;
}
#my-content .intro__box {
  border: 2px solid #d7e1e1;
  border-radius: 30px;
  padding: 50px 30px;
}
@media only screen and (max-width: 768px) {
  #my-content .intro__box {
    border-radius: 10px;
    padding: 20px 4.667vw;
  }
}
#my-content .intro__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #my-content .intro__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#my-content .intro__img {
  width: 139px;
}
@media only screen and (max-width: 768px) {
  #my-content .intro__img {
    order: 1;
    width: 28vw;
    margin: 0 15px;
  }
}
#my-content .intro__list-wrap {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .intro__list-wrap {
    width: 100%;
  }
}
#my-content .intro__list {
  line-height: 1.4;
  list-style: disc;
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .intro__list {
    margin: 0 0 20px;
  }
}
#my-content .intro__list li {
  margin-left: 1.5em;
}
#my-content .intro__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
#my-content .feature {
  background-color: #fff5e1;
  padding-bottom: 10px;
}
#my-content .feature__box {
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__box {
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 30px 4.667vw;
    margin-bottom: 30px;
  }
}
#my-content .feature__img {
  width: 300px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__img {
    width: 66.667vw;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#my-content .feature__cont {
  width: 775px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__cont {
    width: 100%;
  }
}
#my-content .feature__txt {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__txt {
    margin-bottom: 20px;
  }
}
#my-content .feature__flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__flex {
    flex-direction: column;
    align-items: center;
  }
}
#my-content .feature__list-wrap {
  display: flex;
  justify-content: center;
  background-color: #fff5e1;
  border-radius: 20px;
  margin-right: 40px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__list-wrap {
    width: 100%;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px 4.667vw;
  }
}
#my-content .feature__list {
  line-height: 1.4;
  list-style: disc;
}
#my-content .feature__list li {
  margin-left: 1.5em;
}
#my-content .feature__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
#my-content .feature__img01-2 {
  width: 203px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__img01-2 {
    width: 56vw;
  }
}
#my-content .feature__img02-2 {
  width: 365px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__img02-2 {
    width: 85.333vw;
  }
}
#my-content .reason-nav__menu li {
  margin-bottom: 0.5em;
}
#my-content .reason-nav__menu li:last-child {
  margin-bottom: 0;
}
#my-content .reason-nav__menu li .main-ttl {
  position: relative;
}
#my-content .reason-nav__menu li .main-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 17px;
  background-color: #fff;
  mask-image: url(../img/arrow_down.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #my-content .reason-nav__menu li .main-ttl::after {
    right: 10px;
    width: 3.333vw;
    height: 2.133vw;
  }
}
#my-content .reason-nav__menu li .main-ttl:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px solid;
  color: #91ccb4;
}
#my-content .reason-nav__menu li .main-ttl:hover::after {
  background-color: #91ccb4;
}
#my-content .reason {
  background-color: #f5f5f0;
  padding-bottom: 10px;
}
#my-content .reason__box {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 20px 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__box {
    border-radius: 10px;
    padding: 30px 4.667vw;
    margin-bottom: 30px;
  }
}
#my-content .reason__compare {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -10px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__compare {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0;
  }
}
#my-content .reason__compare-item {
  width: 300px;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__compare-item {
    width: 74.667vw;
    padding: 30px 0 0;
  }
}
#my-content .reason__compare-cont {
  width: 460px;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__compare-cont {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#my-content .reason__compare-txt01 {
  margin-bottom: 0.5em;
}
#my-content .reason__compare-txt02 {
  border-radius: 10px;
  line-height: 1.3;
  padding: 0.5em;
}
#my-content .reason__compare-txt02.--grey {
  background-color: #f5f5f0;
}
#my-content .reason__compare-txt02.--orange {
  background-color: #fff5e1;
}
#my-content .reason__ttl {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1em;
}
#my-content .reason__tag {
  max-width: 250px;
  width: 100%;
  border-radius: 0.8em;
  color: #fff;
  font-weight: 500;
  line-height: 1.6em;
  margin: 0 auto 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__tag {
    max-width: 66.667vw;
  }
}
#my-content .reason__tag.--grey {
  background-color: #a5afaf;
}
#my-content .reason__tag.--orange {
  background-color: #f09b76;
}
#my-content .reason__tag.--left {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__tag.--left {
    margin-left: auto;
  }
}
#my-content .reason__list li {
  line-height: 1.4;
  padding-left: 1.5em;
  position: relative;
}
#my-content .reason__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
#my-content .reason__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1.4em;
  background: url(../img/icon_check.svg) center center/contain no-repeat;
}
#my-content .reason__box02 {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  border: 2px solid #d7e1e1;
  margin: 40px auto 0;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__box02 {
    flex-direction: column-reverse;
  }
}
#my-content .reason__box02-img {
  width: 340px;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__box02-img {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
#my-content .reason__box02-cont {
  width: 500px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__box02-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#my-content .reason__box02-ttl {
  color: #91ccb4;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#my-content .reason__flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__flex {
    flex-direction: column;
    align-items: center;
  }
}
#my-content .reason__flex-img {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__flex-img {
    width: 66.667vw;
    margin-bottom: 20px;
  }
}
#my-content .reason__flex-cont {
  width: 780px;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__flex-cont {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#my-content .reason__flex-img02 {
  max-width: 465px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__flex-img02 {
    max-width: 100%;
  }
}
#my-content .reason__flex02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__flex02 {
    flex-direction: column;
    align-items: center;
  }
}
#my-content .reason__flex02-cont {
  flex-grow: 1;
  width: 400px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__flex02-cont {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#my-content .reason__flex02-img {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__flex02-img {
    width: 80vw;
  }
}
#my-content .reason__flex02-box {
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff5e1;
  border-radius: 20px;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__flex02-box {
    width: 100%;
  }
}
#my-content .reason__flex02-box-img {
  max-width: 160px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 768px) {
  #my-content .reason__flex02-box-img {
    max-width: 42.667vw;
  }
}
#my-content .reason__flex02-box-txt {
  line-height: 1.375;
}
#my-content .faq__list li {
  border: 1px solid #f5e588;
  border-radius: 30px;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  #my-content .faq__list li {
    border-radius: 10px;
    padding: 20px 3.333vw;
  }
}
#my-content .faq__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .faq__list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
#my-content .faq__q {
  font-size: 1.35em;
  font-weight: 500;
  padding-left: 50px;
  margin-bottom: 1.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .faq__q {
    padding-left: 8vw;
  }
}
#my-content .faq__q::before {
  content: "Q";
  font-size: 46px;
  position: absolute;
  top: -0.1em;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #my-content .faq__q::before {
    font-size: max(18px,min(7.467vw,46px));
  }
}
#my-content .faq__a {
  padding-left: 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .faq__a {
    padding-left: 8vw;
  }
}
#my-content .faq__a::before {
  color: #f09b76;
  content: "A";
  font-size: 46px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #my-content .faq__a::before {
    font-size: max(18px,min(7.467vw,46px));
  }
}
#my-content .faq__box {
  background-color: #fff5e1;
  border-radius: 30px;
  padding: 30px 20px 30px 150px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .faq__box {
    border-radius: 10px;
    padding: 110px 30px 20px;
    margin-top: 10px;
  }
}
#my-content .faq__img {
  position: absolute;
  left: 50px;
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .faq__img {
    left: 50%;
    bottom: unset;
    top: 15px;
    transform: translateX(-50%);
  }
}
#my-content .faq__txt {
  line-height: 1.75;
}
#my-content .contact {
  background-color: #f5f5f0;
}
#my-content .my-footer {
  background-color: #5a4747;
  color: #fff;
  padding: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer {
    padding: 8vw 0 0;
  }
}
#my-content .my-footer__flex {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer__flex {
    flex-direction: column;
    align-items: center;
  }
}
#my-content .my-footer__flex-left {
  flex-grow: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer__flex-left {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#my-content .my-footer__flex-right {
  flex-shrink: 0;
}
#my-content .my-footer__logo {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer__logo img {
    width: 53.333vw;
  }
}
#my-content .my-footer__tel-list {
  font-size: 29px;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer__tel-list {
    font-size: max(10px,min(5.2vw,39px));
  }
}
#my-content .my-footer__tel-list li {
  border-bottom: 1px solid #fff;
  padding: 0 1em;
  text-align: center;
  display: flex;
  align-items: center;
}
#my-content .my-footer__tel-list li:first-child {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer__tel-list li .icon {
    width: 2.667vw;
    height: 3.733vw;
  }
}
#my-content .my-footer__tel-list li small {
  display: inline-block;
  width: 7em;
  font-size: 18px;
  font-weight: 300;
  padding: 0 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer__tel-list li small {
    font-size: max(10px,min(3.2vw,24px));
  }
}
#my-content .my-footer__tel-note {
  font-size: 19px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer__tel-note {
    font-size: max(14px,min(3.6vw,20px));
  }
}
#my-content .my-footer .copyright {
  font-size: 10px;
  font-weight: 500;
  padding: 50px 0 10px;
  text-align: center;
}

.navi-course-button {
  display: none;
}/*# sourceMappingURL=lp_futoko.css.map */