@charset "UTF-8";
/* -------------------------------------------*/
html {
  overflow-x: clip;
  font-size: 62.5%;
}
@media screen and (max-width: 1750px) and (min-width: 768px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}
body {
  height: 100%;
  position: relative;
  color: #221714;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif !important;
}
.wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
picture {
  width: 100%;
}
img {
  display: block;
}
.u-sp {
  display: none;
}
@media screen and (max-width: 666px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.inner {
  height: inherit;
  margin-inline: auto;
  max-width: 103.6rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}
.flex {
  display: flex;
}
.flex.center {
  align-items: center;
}
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  position: relative;
  padding: 2rem 4rem;
  background-color: #fed900;
  border-radius: 0.8rem;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  transition: opacity 0.3s;
}
.btn a:hover {
  opacity: 0.8;
}
.btn a::after {
  content: '';
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  width: 0;
  height: 0;
  border-right: 1rem solid #cf121b;
  border-top: 1rem solid transparent;
  border-bottom: 0 solid transparent;
}

/* -------------------------------------------*/
.sydney {
}
.gold .lead picture {
  width: 37%;
}
/* -------------------------------------------*/
/* base（基本）設定
***************************************************************/
body {
  font-family: 'Noto Sans JP', sans-serif;
}
body.no-scroll {
  overflow: hidden !important;
}
@media screen and (max-width: 767px) {
  body {
    font-feature-settings: 'palt' 1;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  height: 100%;
  width: 100%;
}
/*header
***************************************************************/
/* ドロワーオープン時固定 （202412追加※オープン時に背景が動くのを修正）*/
body.nav_open #header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

#header {
  background: #fff; /*（202412追加※）*/
  line-height: 1;
  position: relative; /*（202412追加※）*/
}
#header .h_container {
  margin: 0 auto;
  padding: 2.4rem 0;
  width: 95%;
}
#header .h_container .h_wrap {
  align-items: center;
  display: flex;
}
#header .h_container .h_wrap h1 {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  #header .h_container {
    padding: 3em 0;
  }
  #header .h_container .h_wrap h1 {
    margin-right: 2rem;
    width: 50%;
  }
}
#header .h_container .h_wrap h1 .h_logo {
  max-width: 100%;
  width: clamp(22rem, 9.4rem + 19.9652777778vw, 46rem);
}
#header .h_container .h_wrap .h_copy {
  font-size: 1.1vw;
  font-weight: bold;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #header .h_container .h_wrap .h_copy {
    display: none;
  }
}
#header .h_container .h_wrap .h_tel {
  color: #231815;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  #header .h_container .h_wrap .h_tel {
    display: none;
  }
}
#header .h_container .h_wrap .h_tel .h_tel_top {
  align-items: center;
  display: flex;
  font-size: 2.76vw;
  font-weight: bold;
  gap: 1.6rem;
  line-height: 1;
}
#header .h_container .h_wrap .h_tel .h_tel_top .tel_img {
  width: 4.2rem;
}
#header .h_container .h_wrap .h_tel .h_tel_bottom {
  font-size: 1.1vw;
  margin-top: 0.5rem;
}
#header .h_container .h_wrap .h_form {
  background-color: #ffd900;
  border: 2px solid #d0121b;
  border-radius: 30px;
  color: #231815;
  display: block;
  font-size: 20px;
  font-size: 1.1vw;
  font-weight: 500;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #header .h_container .h_wrap .h_form {
    display: none;
  }
}
#header .h_container .h_wrap .h_form::after {
  background-image: url(../images/front/header/h_arrow.svg);
  background-size: cover;
  content: '';
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
#header .h_nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .h_nav {
    display: none;
  }
}
#header .h_nav:after {
  background-image: url(../images/h_border.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 100%;
}
#header .h_nav .h_list {
  background-color: #eae4d1;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 2px solid #fff;
  width: 100%;
}
#header .h_nav .h_list:last-child {
  border-right: none;
}
#header .h_nav .h_list a {
  align-items: center;
  color: #231815;
  display: flex;
  font-size: min(1.146vw, 22px);
  font-weight: bold;
  justify-content: center;
  padding: 2.6rem 0;
}
#header .h_nav .h_list a:hover {
  background-color: #dfd5b8;
}
#header .h_nav .h_list a img {
  height: 3.1rem;
  margin-right: 1.8rem;
  width: auto;
}
#header .h_nav .current a {
  background-color: #dfd5b8;
}

.h_facebook {
  display: none;
}
@media screen and (max-width: 767px) {
  .h_facebook {
    display: block;
    margin-right: 20px;
    width: 10%;
  }
}

.nav_btn,
.nav_bg {
  display: none;
}

.h-right-bottom {
  display: none;
}

@media screen and (max-width: 767px) {
  #header .h-right-bottom {
    display: block;
    flex-direction: column;
    opacity: 1;
    position: fixed;
    right: -1320px;
    top: 11rem;
    transition: all 0.6s;
    width: 100%;
    z-index: 200;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #header .h-right-bottom {
    top: 9.5rem;
  }
}
@media screen and (max-width: 767px) {
  #header .h-right-bottom .h-right-bottom-menu {
    background-color: #eae4d0;
    border-top: 1px solid #fff;
  }
  #header .h-right-bottom .h-right-bottom-menu:hover {
    background-color: #dfd5b8;
  }
  #header .h-right-bottom .h-right-bottom-menu:first-child {
    position: relative;
  }
  #header .h-right-bottom .h-right-bottom-menu:first-child:before {
    background-image: url(../images/h_border_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #header .h-right-bottom .h-right-bottom-menu a {
    align-items: center;
    color: #231815;
    display: block;
    display: flex;
    font-size: 28px;
    font-size: 3.7vw;
    font-weight: bold;
    padding: 30px 0;
    padding-left: 47px;
  }
  #header .h-right-bottom .h-right-bottom-menu a img {
    margin-right: 20px;
    width: 7vw;
  }
  #header .h-right-bottom .h-right-bottom-menu:last-child {
    background-color: #fff;
  }
  #header .h-right-bottom .h-right-bottom-menu:last-child ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 4rem;
    padding: 3rem 0;
  }
  #header .h-right-bottom .h-right-bottom-menu:last-child ul li {
    margin-bottom: 25px;
    margin-right: 4rem;
  }
  #header .h-right-bottom .h-right-bottom-menu:last-child ul li a {
    font-size: 3.2vw;
    font-weight: normal;
    padding: 0;
    position: relative;
  }
  #header .h-right-bottom .h-right-bottom-menu:last-child ul li a:before {
    background-color: #231815;
    border-radius: 100%;
    content: '';
    height: 10px;
    left: -12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
  }
  #header .h-right-bottom .current a {
    background-color: #dfd5b8;
  }
  #header .nav_btn {
    background-color: #eae4d0;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    height: 6.3rem;
    position: absolute;
    right: 1.5rem;
    width: 10.5rem;
    z-index: 300;
  }
  .h_nav_menu {
    align-items: center;
    color: #a9987f;
    display: flex;
    font-size: 1.5rem;
    margin-left: 1rem;
  }
  .nav_open {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .h_nav_hum {
    margin-left: 0.8rem;
  }
  .hamburger_line {
    background-color: #a9987f;
    display: block;
    height: 0.5rem;
    margin-left: 1rem;
    position: relative;
    transition: all 0.6s;
    width: 2.6rem;
  }
  .hamburger_line:before {
    background-color: #a9987f;
    border-radius: 100%;
    content: '';
    height: 0.5rem;
    left: -1rem;
    position: absolute;
    top: 0;
    width: 0.5rem;
  }
  .hamburger_line1 {
    top: 19px;
    top: 20px;
  }
  .hamburger_line2 {
    top: 33px;
    top: 35px;
    top: 24px;
  }
  .hamburger_line3 {
    top: 41px;
    top: 52px;
    top: 28px;
  }
  .hamburger_line4 {
    top: 49px;
    top: 68px;
    top: 32px;
  }
  .batu {
    display: none;
  }
  .nav_bg {
    background-color: rgba(63, 81, 181, 0.8);
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 100;
  }
  .nav_open #header .h-right-bottom {
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    padding-bottom: 10rem;
    right: 0;
  }
  .nav_open .nav_bg {
    visibility: visible;
  }
  .nav_open .hamburger_line:before {
    display: none;
  }
  .nav_open .hamburger_line:nth-child(1) {
    top: 40px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .nav_open .hamburger_line:nth-child(1) {
    top: 33px;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .nav_open .hamburger_line:nth-child(1) {
    left: 2%;
    left: 0;
    left: initial;
    right: 50%;
    top: 31px;
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .nav_open .hamburger_line:nth-child(2) {
    opacity: 0;
    transform: translateY(-50%);
  }
  .nav_open .hamburger_line:nth-child(3) {
    opacity: 0;
    transform: translateY(-50%);
  }
  .nav_open .hamburger_line:nth-child(4) {
    top: 39px;
    top: 10px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .nav_open .hamburger_line:nth-child(4) {
    left: -19%;
    top: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .nav_open .hamburger_line:nth-child(4) {
    left: -13%;
    left: -11%;
    top: 16px;
    top: 14px;
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .nav_open .h_nav_menu,
  .nav_open .h_nav_hum {
    display: none;
  }
  .nav_open .batu {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .nav_open #header .nav_btn {
    background-color: #fff;
  }
  .nav_open #header .nav_btn {
    height: 82px;
    width: 84px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .nav_open #header .nav_btn {
    height: 67px;
    width: 67px;
  }
}
@media screen and (max-width: 767px) {
  .nav_open .hamburger_line {
    right: 15px;
  }
  .nav_btn,
  .nav_bg {
    display: block;
  }
}
body {
  /*drawerOPEN時背景を固定*/
}
body.nav_open {
  height: 100%;
  overflow: hidden;
}
.lead {
  margin-top: -2px;
  padding: 2.8rem 0 3.4rem;
  background-color: #dbd7d5;
}
.lead h1 {
  font-size: 4.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
.lead .flex {
  margin-top: 3rem;
  gap: 1rem;
}
.lead p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: -0.03em;
}
.lead picture {
  width: 32%;
  margin-left: auto;
}
.gaiyo {
  padding: 3.4rem 0 4.3rem;
}
.gaiyo .flex {
  gap: 2rem;
  margin-top: 3.7rem;
}
.gaiyo .gaiyo-left {
  flex: 1;
}
.gaiyo .gaiyo-left dl {
  position: relative;
}
.gaiyo .gaiyo-left dl figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
.gaiyo .gaiyo-left > dl div:not(:first-child) {
  margin-top: 2rem;
}
.gaiyo .gaiyo-left > dl div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.gaiyo .gaiyo-left > dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  color: #fff;
  background-color: #575554;
  min-width: 5.5em;
  height: 3rem;
  padding-bottom: 0.1em;
  font-size: 1.7rem;
  font-weight: 500;
}
.gaiyo .gaiyo-left > dl dd {
  font-size: 1.7rem;
  font-weight: 500;
}
.gaiyo .gaiyo-left > dl dd a {
  text-decoration: underline;
}
.gaiyo .ceo {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.gaiyo .ceo dl {
  display: flex;
  width: 52%;
}
.gaiyo .ceo dl dt {
  width: 53%;
}
.gaiyo .ceo dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51%;
  margin-left: -6%;
  padding-bottom: 0.3em;
  background-color: #60a8ff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
}
.gaiyo .ceo p {
  flex: 1;
  margin-left: 2%;
  font-size: 1.758rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.365;
}
.gaiyo .gaiyo-bottom {
  width: 96%;
  margin-top: 2.5rem;
}
.gaiyo .gaiyo-right {
  width: 46%;
  padding: 2.5rem 2rem;
  background-color: #dbd7d5;
}
.gaiyo .gaiyo-right h2 {
  color: #e50012;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
  font-weight: 900;
  text-align: center;
}
.gaiyo .gaiyo-right .gaiyo-price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 1.8rem;
}
.gaiyo .gaiyo-right .gaiyo-price dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #575554;
  border-radius: 1.2rem;
  color: #fff;
  height: 3.7rem;
  font-size: 2.3rem;
  font-weight: 700;
}
.gaiyo .gaiyo-right .gaiyo-price dd {
  color: #e60012;
  font-size: 4.3rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: center;
}
.gaiyo .gaiyo-right .gaiyo-price dd span {
  color: #000;
  font-size: 1.8rem;
}
.gaiyo .gaiyo-right .gaiyo-price p {
  margin-left: -1.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}
.gaiyo-exarpt {
  margin-top: 1.3rem;
}
.gaiyo-exarpt h3 {
  margin-bottom: 1.4rem;
  font-size: 1.7rem;
  font-weight: 900;
  text-align: center;
}
.gaiyo-exarpt strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.gaiyo-exarpt p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: -0.05em;
}
.gaiyo-exarpt li {
  position: relative;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: -0.05em;
}
.gaiyo-exarpt li::before {
  content: '◎';
  position: absolute;
  top: 0;
  left: 0;
}
.gaiyo-set {
  margin-top: 1.5rem;
}
.gaiyo-set h3 {
  font-size: 2.3rem;
  font-weight: 900;
  text-align: center;
}
.gaiyo-set ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 95%;
  margin: 1.5rem auto 0;
}
.gaiyo-set ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1/1;
  color: #fff000;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
.gaiyo-set ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 110%;
  aspect-ratio: 1/1;
  background-color: #182e62;
  z-index: -1;
}
.gaiyo-set ul li:nth-child(even):before {
  background-color: #00447a;
}
.gaiyo-set p {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.gaiyo-note {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}
.gaiyo-btn {
  margin-top: 6rem;
}
.cource {
  background-color: #dbd7d5;
  padding: 3rem 0 3.6rem;
}
.cource h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.cource .flex {
  margin-top: 3rem;
}
.cource .video {
  width: 50%;
}
.cource .video iframe {
  width: 100%;
  aspect-ratio: 481/266;
}
.cource .read {
  flex: 1;
  margin-left: 2rem;
  padding-top: 4.8rem;
}
.cource .read p {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.8;
}
.cource-btn {
  margin-top: 4.8rem;
}
.cource-btn a {
  width: 100%;
}
.plan {
  margin-top: 5.7rem;
}
.plan h2 {
  padding: 1.1rem;
  font-size: 2.2rem;
  background-color: #fed900;
  text-align: center;
}
.plan table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  margin-top: 2rem;
}
.plan table th {
  background-color: #000;
  padding: 1rem;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  text-align: center;
}
.plan table th:nth-child(1) {
  width: 13.3%;
}
.plan table th:nth-child(2) {
  width: 13.3%;
}
.plan table th:nth-child(3) {
  width: 10%;
}
.plan table th:nth-child(4) {
  width: 9.3%;
}
.plan table td {
  position: relative;
  padding: 1.5rem 0.5rem;
  background-color: #dbd7d5;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
  line-height: 1.8;
}
.plan table td strong {
  font-weight: 900;
}
.plan table td strong.lg {
  display: block;
  margin: 0.55em 0;
}
.plan table td strong.red {
  color: #cf121b;
}
.plan table td .sm {
  display: block;
  margin-top: 0;
  font-size: 1.4rem;
}
.plan table td small {
  display: block;
  margin-top: -0.7em;
  font-size: 1.05rem;
}
.plan table td:first-child {
  vertical-align: middle;
}
.plan table td:nth-child(2) {
  line-height: 1.2;
}
.plan table td:nth-child(3) {
  font-size: 1.6rem;
}
.plan table td:nth-child(4) {
  line-height: 1.7;
}
.plan table td:nth-child(5) {
  padding: 1.5rem 1rem;
}
.plan table td:last-child {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}
.plan table td .note {
  position: absolute;
  bottom: 1rem;
  right: 0.5rem;
}
.plan-btn {
  margin-top: 4.2rem;
}
.cta {
  padding: 5rem 0 6rem;
}
.cta-left {
  width: 48%;
  margin-top: 2%;
  margin-right: 2%;
}
.cta-right {
  flex: 1;
}
.cta-right .tel-top .cta-tel {
  display: flex;
  align-items: center;
  position: relative;
  color: #d80b18;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}
.cta-right .tel-top .cta-tel::before {
  content: '';
  display: inline-block;
  width: 5.9rem;
  aspect-ratio: 59/47.5;
  margin-right: 2rem;
  background: url(../images/icon_tel.svg) no-repeat top center/contain;
}
.cta-right .tel-top dd {
  padding-left: 9.2rem;
  font-size: 1.9rem;
  font-weight: 700;
}
.cta-right .tel-bottom {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.cta-right .tel-bottom > div {
  margin-right: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
}
.cta-right .tel-bottom .cta-tel {
  font-size: 3.5rem;
  font-weight: 900;
  color: #d80b18;
  white-space: nowrap;
}
.cta-right .tel-bottom dd {
  margin-left: 0.5rem;
  font-size: 1.8rem;
  white-space: nowrap;
  font-weight: 700;
}

/* 【スマホのみ】下部メニュー
***************************************************************/
.sp-foot {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-foot {
    display: block;
    padding-bottom: 2rem;
  }
}

.sp-foot__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  max-width: 100%;
  width: 47rem;
}

.sp-foot__menu a {
  font-size: clamp(1.4rem, 0.4433673469rem + 2.5510204082vw, 2.4rem);
  padding-left: clamp(2rem, 1.6173469388rem + 1.0204081633vw, 2.4rem);
  position: relative;
}
.sp-foot__menu a:before {
  background-color: #231815;
  border-radius: 100%;
  content: '';
  height: clamp(1.4rem, 0.8260204082rem + 1.5306122449vw, 2rem);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(1.4rem, 0.8260204082rem + 1.5306122449vw, 2rem);
}

/*footer
***************************************************************/
.footer-container {
  background-color: #eae4d1;
  padding: 3.6rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-container {
    padding: 3rem 0;
  }
}
.footer-container:before {
  background-image: url(../images/h_border.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-container:before {
    display: none;
  }
}

.footer-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    display: block;
    margin: 0 auto;
  }
}

.footer-left {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  max-width: 41rem;
}
@media screen and (max-width: 767px) {
  .footer-left {
    display: none;
  }
}

.footer-menu a {
  color: #231815;
  font-size: 2rem;
  position: relative;
}
.footer-menu a:before {
  background-color: #231815;
  border-radius: 100%;
  content: '';
  height: 2rem;
  left: -2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}

.footer-right {
  max-width: 39rem;
}
@media screen and (max-width: 767px) {
  .footer-right {
    margin: 0 auto;
    min-width: 25rem;
    width: 57%;
  }
}

.footer-contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    color: #231815;
    display: block;
    margin: 17px auto 0;
    text-align: center;
  }
}

.footer-contact-top {
  align-items: center;
  display: flex;
  font-size: 7.067vw;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
}
.footer-contact-top img {
  margin-right: 2vw;
  width: 7.3vw;
}

.footer-tel {
  font-size: 2.667vw;
  line-height: 1.6;
}

.copyright {
  display: block;
  font-size: clamp(1rem, 0.3303571429rem + 1.7vw, 1.5rem);
  padding: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 666px) {
  html {
    font-size: 62.5%;
  }
  .inner {
    padding: 0 1.2rem;
  }
  .btn a {
    padding: 1.3rem 3rem;
    border-radius: 0.8rem;
    font-size: 1.3rem;
  }
  .btn a::after {
    right: 0.6rem;
    bottom: 0.6rem;
    border-right: 0.6rem solid #cf121b;
    border-top: 0.6rem solid transparent;
    border-bottom: 0 solid transparent;
  }

  /* -------------------------------------------*/
  .lead {
    padding: 1.1rem 0 0.8rem;
  }
  .lead h1 {
    font-size: 1.9rem;
  }
  .lead .flex {
    margin-top: 1.7rem;
    gap: 2%;
  }
  .lead p {
    flex: 1;
    font-size: 0.8rem;
    letter-spacing: -0.03em;
  }
  .lead picture {
    width: 46%;
    height: 15rem;
    margin-left: auto;
  }
  .lead picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gaiyo {
    padding: 1.4rem 0 2.3rem;
  }
  .gaiyo .flex {
    display: block;
    margin-top: 1.2rem;
  }
  .gaiyo .gaiyo-left dl figure {
    width: 12.5rem;
  }
  .gaiyo .gaiyo-left > dl div:not(:first-child) {
    margin-top: 1.1rem;
  }
  .gaiyo .gaiyo-left > dl div {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .gaiyo .gaiyo-left > dl dt {
    border-radius: 0.6rem;
    min-width: 5.5em;
    height: 1.7rem;
    padding-bottom: 0;
    font-size: 0.9rem;
  }
  .gaiyo .gaiyo-left > dl dd {
    font-size: 0.9rem;
  }
  .gaiyo .ceo {
    display: none;
  }
  .gaiyo .gaiyo-bottom {
    display: none;
  }
  .gaiyo .gaiyo-right {
    width: 100%;
    margin-top: 1.3rem;
    padding: 1.8rem 1.8rem 1.6rem;
  }
  .gaiyo .gaiyo-right h2 {
    font-size: 1.3rem;
  }
  .gaiyo .gaiyo-right .gaiyo-price {
    gap: 2rem;
    margin-top: 1.4rem;
  }
  .gaiyo .gaiyo-right .gaiyo-price p {
    margin-left: -0.8rem;
    font-size: 1.25rem;
  }
  .gaiyo .gaiyo-right .gaiyo-price dt {
    border-radius: 1rem;
    height: 2.9rem;
    font-size: 1.75rem;
  }
  .gaiyo .gaiyo-right .gaiyo-price dd {
    margin-top: 0.2rem;
    margin-left: 0.5rem;
    font-size: 3rem;
    letter-spacing: -0.03em;
  }
  .gaiyo .gaiyo-right .gaiyo-price dd span {
    margin-left: 0.2em;
    font-size: 1.35rem;
  }
  .gaiyo-exarpt {
    margin-top: 1.3rem;
  }
  .gaiyo-exarpt h3 {
    margin-bottom: 0.7rem;
    font-size: 1.25rem;
  }
  .gaiyo-exarpt strong {
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
  .gaiyo-exarpt p {
    font-size: 0.8rem;
    letter-spacing: -0.05em;
  }
  .gaiyo-exarpt li {
    padding-left: 1em;
    font-size: 0.8rem;
  }
  .gaiyo-set {
    margin-top: 1rem;
  }
  .gaiyo-set h3 {
    font-size: 1.7rem;
  }
  .gaiyo-set ul {
    margin: 1rem auto 0;
  }
  .gaiyo-set ul li {
    font-size: 1rem;
  }
  .gaiyo-set ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 110%;
    aspect-ratio: 1/1;
    background-color: #182e62;
    z-index: -1;
  }
  .gaiyo-set ul li:nth-child(even):before {
    background-color: #00447a;
  }
  .gaiyo-set p {
    margin-top: 1.3rem;
    font-size: 1.2rem;
  }
  .gaiyo-note {
    margin-top: -0.3rem;
    font-size: 0.8rem;
  }
  .gaiyo-btn {
    margin-top: 2.2rem;
  }
  .cource {
    padding: 2.4rem 0 2.6rem;
  }
  .cource h2 {
    font-size: 1.5rem;
  }
  .cource .flex {
    display: block;
    margin-top: 1.7rem;
  }
  .cource .video {
    width: 100%;
  }
  .cource .video iframe {
    width: 100%;
    aspect-ratio: 481/270;
  }
  .cource .read {
    margin: 1.4rem 0 0;
    padding: 0;
  }
  .cource .read p {
    font-size: 1.2rem;
    letter-spacing: -0.03em;
    line-height: 1.7;
  }
  .cource-btn {
    margin-top: 1.6rem;
  }
  .cource-btn a {
    width: inherit;
  }
  .plan {
    margin-top: 2.5rem;
  }
  .plan h2 {
    padding: 0.9rem;
    font-size: 1.25rem;
    background-color: #fed900;
  }
  .plan .plan__table {
    overflow-x: auto;
  }
  .plan table {
    min-width: 600px;
    border-spacing: 2px;
    margin-top: 1.5rem;
  }
  .plan table th {
    padding: 0.4rem;
    font-size: 1.2rem;
  }
  .plan table th:nth-child(1) {
    width: 13.3%;
  }
  .plan table th:nth-child(2) {
    width: 13.3%;
  }
  .plan table th:nth-child(3) {
    width: 10%;
  }
  .plan table th:nth-child(4) {
    width: 9.3%;
  }
  .plan table td {
    padding: 0.5rem 0.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: -0.03em;
  }
  .plan table td:nth-child(3) {
    font-size: 1.1rem;
  }
  .plan table td:nth-child(4) {
    line-height: 1.8;
  }
  .plan table td:last-child {
    font-size: 1rem;
    line-height: 2;
    text-align: left;
  }
  .plan table td .sm {
    font-size: 0.6rem;
  }
  .plan table td small {
    font-size: 0.8rem;
  }
  .plan table td .note {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .plan-btn {
    margin-top: 1.3rem;
  }
  .cta {
    padding: 2rem 0 3rem;
  }
  .cta .flex {
    display: block;
  }
  .cta-left {
    width: 66%;
    margin: 0 auto;
  }
  .cta-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
  }
  .cta-right .tel-top {
  }
  .cta-right .tel-top .cta-tel {
    font-size: 3rem;
  }
  .cta-right .tel-top .cta-tel::before {
    width: 3.1rem;
    margin-top: 0.5rem;
    aspect-ratio: 59/47.5;
    margin-right: 1rem;
  }
  .cta-right .tel-top dd {
    margin-top: 0.5rem;
    padding-left: 5rem;
    font-size: 1rem;
  }
  .cta-right .tel-bottom {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
  }
  .cta-right .tel-bottom > div {
    margin-right: 1rem;
    font-size: 0.8rem;
  }
  .cta-right .tel-bottom .cta-tel {
    font-size: 1.8rem;
  }
  .cta-right .tel-bottom dd {
    font-size: 0.8rem;
  }
}
