@charset "UTF-8";
/* 日本語 */
/* 日本語 */
/* ------------------------------ */
/*          リセットCSS */
/* ------------------------------ */
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

​ address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

​ ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

​ abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

​ input,
textarea,
select {
  font-size: 16px;
}

​ textarea {
  resize: vertical;
  display: block;
}

​ button {
  padding: 0;
  cursor: pointer;
}

​ legend {
  color: #000;
}

​ main {
  display: block;
}

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

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

​ svg {
  display: block;
}

​ * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/* 色管理 */
/* z-index */
/* フォント */
@font-face {
  font-family: "AP";
  src: url("../fonts/AP.ttf") format("truetype");
  font-display: swap;
}
/* ブレイクポイント */
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif, sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: #ffe100;
}

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

@media screen and (min-width: 1280px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7 !important;
    transition: 0.4s;
  }
}
ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

/* ---------------------------
layout
----------------------------*/
.l_container {
  width: 100%;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 832px;
}

@media screen and (min-width: 1200px) {
  .l_container {
    max-width: 1152px;
  }
}
.l_container-lg {
  width: 100%;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 832px;
}

@media screen and (min-width: 1200px) {
  .l_container-lg {
    max-width: 1632px;
  }
}
.l_contents {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .l_contents {
    padding: 64px 0;
  }
}
.l_content-top__sm {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .l_content-top__sm {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l_content-top__sm {
    margin-top: 40px;
  }
}
.l_content-top__lg {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .l_content-top__lg {
    margin-top: 80px;
  }
}
/* ---------------------------
header
----------------------------*/
/*l_header
-----------------*/
.l_header {
  background: no-repeat url(../img/fv/fv03.webp) center/cover;
  position: relative;
  z-index: inherit;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 1200px) {
  .l_header {
    height: 864px;
    aspect-ratio: inherit;
  }
}
.l_header_img-box01,
.l_header_img-box02,
.l_header_img-box03 {
  position: absolute;
}

.l_header_img-box01 {
  z-index: 2;
  max-width: 1120px;
  width: 80%;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 11%;
}

.l_header_img-box02 {
  z-index: 3;
  max-width: 694px;
  width: 46%;
  transform: translate(-50%, -50%);
  top: 46%;
  left: 50%;
}

.l_header_img-box03 {
  z-index: 1;
  max-width: 741px;
  width: 43%;
  transform: translate(-50%, -50%);
  top: 47%;
  left: 50%;
}

/*l_header-nav
-----------------*/
.l_header-nav_list {
  padding: 24px 0;
  display: grid;
  grid-template: "item1 item2" auto "item3 item4" auto "item5 item6" auto/50% 50%;
  gap: 10px 0;
  place-content: center;
  place-items: center;
}

@media screen and (min-width: 500px) {
  .l_header-nav_list {
    grid-template: "item1 item2 item3" auto "item4 item5 item6" auto/33.3333333333% 33.3333333333% 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .l_header-nav_list {
    grid-template: "item1 item2 item3 item4 item5 item6" auto/auto;
  }
}
.l_header-nav_item {
  border-left: 1px solid #333;
  width: 100%;
  height: 50px;
}

.l_header-nav_item:nth-child(2n) {
  border-right: 1px solid #333;
}

@media screen and (min-width: 500px) {
  .l_header-nav_item:nth-child(2n) {
    border-right: inherit;
  }
}
@media screen and (min-width: 500px) {
  .l_header-nav_item:nth-child(3n) {
    border-right: 1px solid #333;
  }
}
@media screen and (min-width: 1200px) {
  .l_header-nav_item:nth-child(3n) {
    border-right: inherit;
  }
}
.l_header-nav_item:last-child {
  border-right: 1px solid #333;
}

.l_header-nav_item:nth-child(1) {
  grid-area: item1;
}

.l_header-nav_item:nth-child(2) {
  grid-area: item2;
}

.l_header-nav_item:nth-child(3) {
  grid-area: item3;
}

.l_header-nav_item:nth-child(4) {
  grid-area: item4;
}

.l_header-nav_item:nth-child(5) {
  grid-area: item5;
}

.l_header-nav_item:nth-child(6) {
  grid-area: item6;
}

.l_header-nav_link {
  padding: 4px 24px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .l_header-nav_link {
    font-size: 20px;
  }
}
.l_header-nav_link:hover {
  background: #604c3f;
  color: rgb(255, 255, 255);
  opacity: 1;
}

/* ---------------------------
footer
----------------------------*/
/*l_footer
-----------------*/
.l_footer {
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding: 2rem 1rem 1rem;
}

@media screen and (max-width: 750px) {
  .l-footer {
    padding: 2rem 20px 1rem;
  }
}
.l_footer_logo {
  max-width: 450px;
  margin: auto;
}

.l_footer_address {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  font-style: normal;
  margin-top: 40px;
}

.l_footer_address a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .l_footer_address {
    font-size: 12px;
  }
}
.l_footer_copy {
  margin-top: 3rem;
  font-size: 10px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 750px) {
  .l_footer_copy {
    margin-top: 1.5rem;
  }
}
/* ---------------------------
module
----------------------------*/
.m_section-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .m_section-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1120px) {
  .m_section-title {
    font-size: 36px;
  }
}
.m_section-title__border {
  text-align: center;
  border-top: 4px solid #604c3f;
  border-bottom: 4px solid #604c3f;
  color: #604c3f;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .m_section-title__border {
    font-size: 32px;
  }
}
@media screen and (min-width: 1120px) {
  .m_section-title__border {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .m_section-title__border {
    font-size: 48px;
  }
}
.m_section-title__border-sm {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .m_section-title__border-sm {
    font-size: 24px;
  }
}
@media screen and (min-width: 1120px) {
  .m_section-title__border-sm {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .m_section-title__border-sm {
    font-size: 32px;
  }
}
.m_section-title__bk-brown {
  background: #604c3f;
  border-radius: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 8px 0;
  line-height: 1.7;
}

.m_caution_title {
  font-size: 18px;
  font-weight: bold;
  border-left: 7px solid #604c3f;
  padding-left: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .m_caution_title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1120px) {
  .m_caution_title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .m_caution_title {
    font-size: 24px;
  }
}
.m_caution_text01 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.m_caution_text01 li {
  margin: 0.5rem 0;
  line-height: 1.5;
}
.m_caution_text01 span {
  color: rgb(255, 61, 0);
}

@media screen and (min-width: 768px) {
  .m_caution_text01 {
    line-height: 1.2;
  }
}
.m_caution_text02 {
  margin-top: 16px;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .m_caution_text02 {
    line-height: 1.2;
  }
}
.m_apply_link {
  display: flex;
  gap: 24px;
  justify-content: center;
}

@media screen and (min-width: 500px) {
  .m_apply_link {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.m_apply_text {
  text-align: center;
  border-top: 10px solid #604c3f;
  border-bottom: 10px solid #604c3f;
  font-size: 20px;
  font-weight: bold;
  color: #604c3f;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  line-height: 1.7;
}

@media screen and (min-width: 500px) {
  .m_apply_text {
    font-size: 28px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .m_apply_text {
    font-size: 32px;
    padding: 0 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1120px) {
  .m_apply_text {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .m_apply_text {
    font-size: 48px;
  }
}
.m_apply_img-box {
  max-width: 300px;
  max-height: 300px;
  width: 50%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .m_apply_img-box {
    width: 100%;
  }
}
.m_btn {
  background: rgb(24, 162, 208);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 40px;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.5);
}

@media screen and (min-width: 768px) {
  .m_btn {
    padding: 0 80px;
    height: 78px;
  }
}
.m_btn__line {
  background: rgb(47, 176, 62);
}

.m_btn_text {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.m_btn__link {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ---------------------------
utility
----------------------------*/
.u_sp-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .u_sp-none {
    display: block;
  }
}
.u_xsblock-spnone {
  display: block;
}

@media screen and (min-width: 500px) {
  .u_xsblock-spnone {
    display: none;
  }
}
.u_pc-none {
  display: block;
}

@media screen and (min-width: 768px) {
  .u_pc-none {
    display: none;
  }
}
.u_pc-xl-none {
  display: block;
}

@media screen and (min-width: 1200px) {
  .u_pc-xl-none {
    display: none;
  }
}
.u_pc-lg-none {
  display: none;
}

@media screen and (min-width: 1200px) {
  .u_pc-lg-none {
    display: block;
  }
}
.u_img100_contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.u_img100_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------
js
----------------------------*/
.js-tab-target {
  display: none;
}

.js-tab-target.is-active {
  display: block;
}

.js-qa.is-open .top_model-course-button {
  border-radius: 20px 20px 0 0;
  transition: 0.4s;
  box-shadow: none;
}

.js-qa.is-open {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.js-qa.is-open .top_model-course_container02 {
  height: 100%;
  transition: 0.4s;
  opacity: 1;
}

.js-qa.is-open .top_model-course-button__triangle {
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 27px solid rgb(255, 255, 255);
  border-top: none;
  transition: 0.4s;
}

/* ---------------------------
top
----------------------------*/
/*top_outline
-----------------*/
.top_outline {
  padding: 0 0 64px;
}

.top_outline_title {
  max-width: 534px;
  width: 100%;
  margin: 0 auto;
}

.top_outline_date {
  max-width: 750px;
  width: 100%;
  margin: 28px auto 0;
}

.top_outline_desc {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #604c3f;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .top_outline_desc {
    font-size: 24px;
  }
}
@media screen and (min-width: 1120px) {
  .top_outline_desc {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .top_outline_desc {
    font-size: 32px;
  }
}
.top_outline_container {
  display: grid;
  grid-template: "item2" auto "item1" auto "item3" auto/auto auto;
}

@media screen and (min-width: 500px) {
  .top_outline_container {
    grid-template: "item2 item2" 70px "item1 item3" auto/50% auto;
    gap: 16px 0;
  }
}
@media screen and (min-width: 1200px) {
  .top_outline_container {
    grid-template: "item1 ." 34px "item1 item2" 70px "item1 item3" auto "item1 ." 34px/38% auto;
    gap: 16px 0;
  }
}
.top_outline_img-box {
  grid-area: item1;
}

.top_outline_speech {
  grid-area: item2;
  color: #604c3f;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top_outline_speech {
    font-size: 24px;
  }
}
.top_outline_speech span {
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .top_outline_speech span {
    font-size: 48px;
  }
}
.top_outline_speech::before,
.top_outline_speech::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 70px;
}

.top_outline_speech::before {
  left: 0;
  background: no-repeat url(../img/outline/treat-left.svg) center/contain;
  transform: translateX(-100%);
}

.top_outline_speech::after {
  right: 0;
  background: no-repeat url(../img/outline/treat-right.svg) center/contain;
  bottom: 0;
  transform: translateX(100%);
}

@media screen and (min-width: 768px) {
  .top_outline_speech::after {
    top: 0;
  }
}
.top_outline_text-box {
  grid-area: item3;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_outline_text-box {
    padding: 40px;
  }
}
.top_outline_text-box::after {
  position: absolute;
  content: "";
  background: no-repeat url(../img/outline/deco01.webp) center/contain;
  width: 180px;
  height: 120px;
  right: 0px;
  top: 110px;
}

@media screen and (min-width: 500px) {
  .top_outline_text-box::after {
    width: 110px;
    height: 100px;
    right: 0px;
    top: 170px;
  }
}
@media screen and (min-width: 615px) {
  .top_outline_text-box::after {
    width: 140px;
    height: 100px;
    right: 0px;
    top: 130px;
  }
}
@media screen and (min-width: 768px) {
  .top_outline_text-box::after {
    width: 150px;
    height: 100px;
    right: 0px;
    top: 250px;
  }
}
@media screen and (min-width: 1120px) {
  .top_outline_text-box::after {
    width: 200px;
    height: 190px;
    right: -64px;
    top: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .top_outline_text-box::after {
    width: 300px;
    height: 200px;
    right: -34px;
    top: 30px;
  }
}
.top_outline_head {
  font-size: 24px;
  font-weight: bold;
  color: rgb(240, 145, 160);
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .top_outline_head {
    font-size: 32px;
  }
}
@media screen and (min-width: 1120px) {
  .top_outline_head {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top_outline_head {
    font-size: 48px;
  }
}
.top_outline_text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 20px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .top_outline_text {
    font-size: 24px;
    margin-top: 28px;
  }
}
@media screen and (min-width: 1120px) {
  .top_outline_text {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .top_outline_text {
    font-size: 32px;
    line-height: 1.2;
  }
}
.top_outline_text span {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .top_outline_text span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1120px) {
  .top_outline_text span {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .top_outline_text span {
    font-size: 36px;
  }
}
.top_outline_list {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .top_outline_list {
    margin-top: 28px;
  }
}
.top_outline_item {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  background: no-repeat url(../img/outline/border.svg) left/cover;
}

@media screen and (min-width: 768px) {
  .top_outline_item {
    padding: 28px 0;
    font-size: 24px;
  }
}
.top_outline__arorw {
  width: 27px;
  height: 26px;
  display: flex;
  background: no-repeat url(../img/outline/icon_arrow.svg) center/contain;
}

.top_outline-btn_link {
  display: block;
  background: rgb(255, 61, 0);
  padding: 16px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .top_outline-btn_link {
    padding: 48px 24px 24px;
  }
}
.top_outline-btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .top_outline-btn_wrap {
    gap: 24px;
  }
}
.top_outline-btn_img-box {
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .top_outline-btn_img-box {
    width: 82px;
    height: 82px;
  }
}
.top_outline-btn_text01 {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .top_outline-btn_text01 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .top_outline-btn_text01 {
    font-size: 48px;
  }
}
.top_outline-btn_text02 {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: rgb(255, 255, 255);
}

@media screen and (min-width: 1200px) {
  .top_outline-btn_text02 {
    font-size: 24px;
  }
}
.top_outline-fes_container {
  background: rgb(255, 255, 255);
  border: 9px dotted rgb(255, 61, 0);
  border-radius: 20px;
  padding: 20px;
  margin-top: 80px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_outline-fes_container {
    padding: 40px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .top_outline-fes_container {
    margin-top: 128px;
  }
}
.top_outline-fes_container::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 60px;
  background: no-repeat url(../img/outline/deco03.webp) center/contain;
  right: 8px;
  bottom: 0;
}

@media screen and (min-width: 1200px) {
  .top_outline-fes_container::after {
    width: 140px;
    height: 130px;
  }
}
.top_outline-fes_title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: rgb(255, 61, 0);
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_outline-fes_title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1120px) {
  .top_outline-fes_title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top_outline-fes_title {
    font-size: 48px;
  }
}
.top_outline-fes_title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 90px;
  background: no-repeat url(../img/outline/deco02.webp) center/contain;
  top: -20px;
}

@media screen and (min-width: 768px) {
  .top_outline-fes_title::after {
    width: 100px;
    height: 110px;
    top: -40px;
  }
}
@media screen and (min-width: 1120px) {
  .top_outline-fes_title::after {
    width: 124px;
    height: 118px;
  }
}
.top_outline-fes_wrap {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .top_outline-fes_wrap {
    flex-direction: row;
    margin-top: 40px;
    gap: 40px;
  }
}
.top_outline-fes_img-box {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .top_outline-fes_img-box {
    width: 50%;
  }
}
.top_outline-fes_text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .top_outline-fes_text-box {
    gap: 32px;
  }
}
.top_outline-fes_text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .top_outline-fes_text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .top_outline-fes_text {
    font-size: 20px;
  }
}
/*top_stamp-rally
-----------------*/
.top_stamp-rally {
  background: rgb(255, 240, 129);
  overflow: hidden;
}

.top_stamp-rally-outline {
  padding: 20px 32px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-outline {
    padding: 40px 64px;
  }
}
.top_stamp-rally-outline_title {
  color: rgb(255, 61, 0);
  font-weight: bold;
  line-height: 2;
  padding: 8px 0;
  background-image: linear-gradient(to right, #604c3f 4px, transparent 4px);
  background-size: 8px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: inline;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-outline_title {
    line-height: 1.2;
    padding: 8px 24px;
  }
}
.top_stamp-rally-outline_desc {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 16px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-outline_desc {
    font-size: 20px;
    margin-top: 24px;
  }
}
.top_stamp-rally-outline_movie-box {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.top_stamp-rally-outline_movie-box video {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.top_stamp-rally-way_list {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top_stamp-rally-way_item {
  background: rgb(255, 255, 255);
  width: 100%;
}

.top_stamp-rally-way_item:first-child,
.top_stamp-rally-way_item:nth-child(2) {
  border-radius: 30px;
  padding: 40px 16px;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-way_item:first-child,
  .top_stamp-rally-way_item:nth-child(2) {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top_stamp-rally-way_item:first-child,
  .top_stamp-rally-way_item:nth-child(2) {
    padding: 90px 40px;
  }
}
.top_stamp-rally-way_item:nth-child(3),
.top_stamp-rally-way_item:nth-child(4) {
  border-radius: 20px;
  padding: 20px 16px;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-way_item:nth-child(3),
  .top_stamp-rally-way_item:nth-child(4) {
    padding: 30px;
    min-height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .top_stamp-rally-way_item:nth-child(3),
  .top_stamp-rally-way_item:nth-child(4) {
    padding: 40px;
    min-height: 170px;
  }
}
@media screen and (min-width: 768px) {
  .top_stamp-rally-way_item {
    width: calc((100% - 12px) / 2);
  }
}
.top_stamp-rally-way_img-box {
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-way_img-box {
    max-width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .top_stamp-rally-way_img-box {
    max-width: 312px;
  }
}
.top_stamp-rally-way_text-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-way_text-box {
    min-height: 90px;
  }
}
.top_stamp-rally-way_item:first-child .top_stamp-rally-way_text-box,
.top_stamp-rally-way_item:nth-child(2) .top_stamp-rally-way_text-box {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-way_item:first-child .top_stamp-rally-way_text-box,
  .top_stamp-rally-way_item:nth-child(2) .top_stamp-rally-way_text-box {
    margin-top: 40px;
  }
}
.top_stamp-rally-way_text01 {
  margin-top: -8px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 40px;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-way_text01 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1120px) {
  .top_stamp-rally-way_text01 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .top_stamp-rally-way_text01 {
    font-size: 96px;
  }
}
.top_stamp-rally-way_text02 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-way_text02 {
    font-size: 20px;
  }
}
.top_stamp-rally-prize_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  justify-content: center;
  margin-inline: auto;
  gap: 50px 28px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-prize_list {
    padding: 0 30px;
    gap: 80px 28px;
  }
}
.top_stamp-rally-prize_item {
  background: rgb(255, 255, 255);
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom, #f61b1e 40%, #ff8283 50%, #e9191c 60%);
  border-radius: 30px;
  padding: 4px;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-prize_item {
    width: calc((100% - 28px) / 2);
    border-radius: 20px;
  }
}
.top_stamp-rally-prize_border-container {
  background: #ffffff;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-prize_border-container {
    border-radius: 16px;
  }
}
.top_stamp-rally-prize_award-box {
  position: absolute;
  width: 106px;
  top: -41px;
  left: -35px;
}

.top_stamp-rally-prize_img-box {
  width: 100%;
  height: 224px;
}

.top_stamp-rally-prize_text-wrap {
  padding: 16px 5px;
}

.top_stamp-rally-prize_text-box {
  font-size: 16px;
  margin-right: -1em;
  height: 40px;
}

.top_stamp-rally-prize_head {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: bold;
}

.top_stamp-rally-prize_annotation {
  font-weight: bold;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.top_stamp-rally-prize_annotation02 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.top_stamp-rally-prize_circle-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
  margin-top: 8px;
}

.top_stamp-rally-prize_circle {
  font-size: 14px;
  border-radius: 999px;
  width: 86px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-prize_circle {
    width: 86px;
    height: 86px;
  }
}
.top_stamp-rally-prize_circle.is-point {
  border: 2px solid #ff3d00;
  color: #ff3d00;
  line-height: 1.1;
}

.top_stamp-rally-prize_circle.is-person {
  background: #ff3d00;
  color: #fff;
}

.top_stamp-rally-prize_circle span {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .top_stamp-rally-prize_circle span {
    font-size: 24px;
  }
}
/*top_model-course
-----------------*/
.top_model-course {
  background: rgb(255, 240, 129);
}

.top_model-course_map-link {
  max-width: 1270px;
  padding: 0 16px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.top_model-course_map-link:hover {
  opacity: 0.7;
}

.top_model-course_container {
  border-radius: 20px 20px 0 0;
}

.top_model-course-button {
  background: #604c3f;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 114px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .top_model-course-button {
    font-size: 24px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course-button {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course-button {
    font-size: 36px;
  }
}
.top_model-course .top_model-course-button::after {
  position: absolute;
  content: "";
  background: no-repeat url(../img/model-course/deco05.webp) center/contain;
  width: 80px;
  height: 140px;
  right: 0;
  bottom: -50px;
}

@media screen and (min-width: 500px) {
  .top_model-course .top_model-course-button::after {
    width: 120px;
    height: 180px;
    bottom: -30px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course .top_model-course-button::after {
    width: 189px;
    right: -50px;
  }
}
.top_model-course-button__triangle {
  content: "";
  /* borderで三角形を作る */
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 27px solid rgb(255, 255, 255);
  border-bottom: 0;
  margin-top: 4px;
}

.top_model-course_container02 {
  background: rgb(255, 225, 0);
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  opacity: 0;
}

.top_model-course_inner {
  width: 93%;
  margin: 0 auto;
}

.top_model-course_title-wrap {
  text-align: center;
  font-weight: bold;
  position: relative;
}

.top_model-course_boad {
  display: none;
}

@media screen and (min-width: 768px) {
  .top_model-course_boad {
    display: block;
    position: absolute;
    top: -60px;
    right: -40px;
    width: 242px;
    height: 175px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course_boad {
    top: -20px;
  }
}
.top_model-course_title {
  font-size: 24px;
  color: #604c3f;
}

@media screen and (min-width: 768px) {
  .top_model-course_title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course_title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course_title {
    font-size: 36px;
  }
}
.top_model-course_title02 {
  margin-top: 16px;
}

.top_model-course_desc-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.top_model-course_desc-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

@media screen and (min-width: 1200px) {
  .top_model-course_desc-img {
    width: 84%;
  }
}
.top_model-course_desc {
  position: absolute;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0 20px;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .top_model-course_desc {
    font-size: 16px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .top_model-course_desc {
    font-size: 18px;
    padding: 0 70px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course_desc {
    font-size: 20px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course_desc {
    font-size: 20px;
    padding: 0 100px;
  }
}
.top_model-course_desc__deco01,
.top_model-course_desc__deco02,
.top_model-course_desc__deco03,
.top_model-course_desc__deco04 {
  position: absolute;
}

.top_model-course_desc__deco01 {
  display: none;
}

@media screen and (min-width: 1200px) {
  .top_model-course_desc__deco01 {
    display: block;
    width: 118px;
    height: 44px;
    top: 0;
    left: 30px;
  }
}
.top_model-course_desc__deco02 {
  display: none;
}

@media screen and (min-width: 1200px) {
  .top_model-course_desc__deco02 {
    display: block;
    width: 78px;
    height: 72px;
    right: 80px;
    top: -40px;
  }
}
.top_model-course_desc__deco03 {
  width: 200px;
  height: 50px;
  bottom: -40px;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .top_model-course_desc__deco03 {
    width: 234px;
    height: 70px;
    left: 30px;
  }
}
.top_model-course_desc__deco04 {
  display: none;
}

@media screen and (min-width: 1200px) {
  .top_model-course_desc__deco04 {
    display: block;
    width: 226px;
    height: 97px;
    bottom: -40px;
    right: 60px;
  }
}
.top_model-course-menu_list {
  display: grid;
  grid-template: "a" auto "b" auto "c" auto "d" auto/auto;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .top_model-course-menu_list {
    grid-template: "a b" auto "c d" auto/auto auto;
    gap: 12px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course-menu_list {
    grid-template: "a b c d" auto/auto auto auto auto;
    gap: 12px;
    place-content: center;
  }
}
.top_model-course-menu_item {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 18px 28px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1120px) {
  .top_model-course-menu_item {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top_model-course-menu_item:hover {
  background: rgb(24, 162, 208);
  color: rgb(255, 255, 255);
  transition: 0.4s;
  cursor: pointer;
}

.top_model-course-menu_item:nth-child(1) {
  grid-area: a;
}

.top_model-course-menu_item:nth-child(2) {
  grid-area: b;
}

.top_model-course-menu_item:nth-child(3) {
  grid-area: c;
}

.top_model-course-menu_item:nth-child(4) {
  grid-area: d;
}

.top_model-course-menu_item.is-active {
  background: rgb(24, 162, 208);
  color: rgb(255, 255, 255);
}

.top_model-course-menu__triangle {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 13px solid #333;
  border-bottom: 0;
  margin-left: 4px;
}

.top_model-course-contents {
  background: rgb(255, 255, 255);
  padding: 20px 16px;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .top_model-course-contents {
    padding: 32px 24px;
  }
}
.top_model-course-content_wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_model-course-content_wrap {
    flex-direction: row;
    gap: 40px;
  }
}
.top_model-course-content_icon {
  width: 80px;
  height: 67px;
  position: absolute;
  top: 100%;
  left: 0%;
  transform: translateY(-100%);
}

@media screen and (min-width: 768px) {
  .top_model-course-content_icon {
    width: 130px;
    height: 107px;
    top: calc(0% - 32px);
    left: calc(0% - 24px);
    transform: translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course-content_icon {
    width: 180px;
    height: 149px;
  }
}
.top_model-course-content_copy {
  max-width: 60%;
  width: 100%;
  font-size: 12px;
  position: absolute;
  top: 12px;
  left: 35%;
  padding: 20px;
  background: #FCD5BA;
  border: 2px solid #EB6100;
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  .top_model-course-content_copy {
    max-width: 363px;
    left: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course-content_copy {
    max-width: 593px;
  }
}
.top_model-course-content_copy a {
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.top_model-course-content_copy-bold {
  font-weight: bold;
}

.top_model-course-content_thumb {
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
}

.family .top_model-course-content_thumb img {
  -o-object-position: 60%;
     object-position: 60%;
  height: 80%;
}

@media screen and (min-width: 768px) {
  .family .top_model-course-content_thumb img {
    height: 100%;
  }
}
.top_model-course-content_head {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: no-repeat url(../img/model-course/line.webp) center/contain;
  color: #604c3f;
  display: inline-block;
  padding: 12px 30px;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 24px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .top_model-course-content_head {
    font-size: 28px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course-content_head {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course-content_head {
    font-size: 36px;
    padding: 12px 40px;
  }
}
.top_model-course-content_head-repeat {
  background: url(../img/model-course/line.webp) center/contain;
}

.top_model-course-content_title-box {
  position: relative;
}

.top_model-course-content_day {
  border: 3px solid rgb(95, 192, 198);
  position: absolute;
  right: 100px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .top_model-course-content_day {
    font-size: 18px;
    width: 70px;
    height: 70px;
    right: 100px;
    bottom: -40px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course-content_day {
    right: 110px;
    bottom: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course-content_day {
    font-size: 20px;
    width: 80px;
    height: 80px;
    right: 160px;
    bottom: 0;
  }
}
.top_model-course-content_day span {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .top_model-course-content_day span {
    margin-top: -5px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course-content_day span {
    font-size: 36px;
    margin-top: -10px;
  }
}
.top_model-course-content_course-details {
  position: absolute;
  right: 0;
  bottom: 50px;
  color: rgb(255, 255, 255);
  border-radius: 999px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .top_model-course-content_course-details {
    font-size: 18px;
    bottom: -20px;
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course-content_course-details {
    bottom: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course-content_course-details {
    font-size: 24px;
    width: 200px;
    height: 200px;
    bottom: 0;
  }
}
.top_model-course-content-card_list {
  position: relative;
}

.top_model-course-content-card_item {
  display: flex;
  gap: 10px;
}

@media screen and (min-width: 1120px) {
  .top_model-course-content-card_item {
    gap: 20px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course-content-card_item {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course-content-card_item {
    gap: 50px;
  }
}
.top_model-course-content-card_num {
  color: #604c3f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 999px;
  line-height: 0.8;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_model-course-content-card_num {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }
}
.top_model-course-content-card_text-wrap {
  display: grid;
  grid-template: "item1" auto "item3" auto "item2" auto "item5 " auto "item4 " auto/auto;
  gap: 8px 0;
}

@media screen and (min-width: 768px) {
  .top_model-course-content-card_text-wrap {
    display: grid;
    grid-template: "item1 item3" 50px "item2 item3" auto "item5 item3" auto "item4 item3" auto/auto 59%;
    gap: 0 16px;
  }
}
#tab03 .top_model-course-content-card_text-wrap {
  display: grid;
  grid-template: "item1" auto "item3" auto "item6" auto "item2" auto "item5 " auto "item4 " auto/auto;
  gap: 8px 0;
}

@media screen and (min-width: 768px) {
  #tab03 .top_model-course-content-card_text-wrap {
    display: grid;
    grid-template: "item1 item3 item6" 50px "item2 item3 item6" auto "item5 item3 item6" auto "item4 item3 item6" auto/40%;
    gap: 0 16px;
  }
}
.top_model-course-content-card_head {
  grid-area: item1;
}

.top_model-course-content-card_desc {
  grid-area: item2;
}

.top_model-course-content-card_img-box01 {
  grid-area: item3;
}

.top_model-course-content-card_img-box03 {
  grid-area: item6;
}

.top_model-course-content-card_img-box02 {
  grid-area: item4;
  width: 80px;
  height: 80px;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .top_model-course-content-card_img-box02 {
    width: 100px;
    height: 100px;
  }
}
.top_model-course-content-card_img-box04 {
  grid-area: item4;
  width: 90px;
  height: 72px;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .top_model-course-content-card_img-box04 {
    width: 125px;
    height: 100px;
  }
}
.top_model-course-content-card_btn,
.top_model-course-content-card_coment {
  grid-area: item5;
}

.top_model-course-content-card_img-box01 {
  height: -moz-fit-content;
  height: fit-content;
}

.top_model-course-content-card_img-box02 {
  margin-top: 10px;
}

.top_model-course-content-card_img-box02.is-first {
  display: flex;
  margin-top: auto;
}

.top_model-course-content-card_img-box02.is-second {
  display: flex;
  margin-left: auto;
  max-width: 100px;
}

@media screen and (min-width: 768px) {
  .top_model-course-content-card_img-box02.is-second {
    margin-top: -20px;
  }
}
.top_model-course-content-card_img-box02.is-third {
  display: flex;
  margin-left: auto;
  max-width: 140px;
}

.top_model-course-content-card_img-box02.is-force {
  display: flex;
  margin-left: auto;
  max-width: 200px;
  width: 60%;
}

.top_model-course-content-card_btn {
  height: 40px;
  margin-top: 10px;
}

.top_model-course-content-card_head {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 48px;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .top_model-course-content-card_head {
    font-size: 20px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course-content-card_head {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course-content-card_head {
    font-size: 24px;
  }
}
.top_model-course-content-card_text span {
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.top_model-course-content-card_text__sm {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .top_model-course-content-card_text__sm {
    font-size: 16px;
  }
}
@media screen and (min-width: 1120px) {
  .top_model-course-content-card_text__sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .top_model-course-content-card_text__sm {
    font-size: 20px;
  }
}
.top_model-course-content-card_icon {
  display: flex;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.top_model-course-content-card_icon__sightseeing {
  background: no-repeat url(../img/model-course/icon_sightseeing.svg) center/contain;
}

.top_model-course-content-card_icon_experience {
  background: no-repeat url(../img/model-course/icon_experience.svg) center/contain;
}

.top_model-course-content-card_icon__eat {
  background: no-repeat url(../img/model-course/icon_eat.svg) center/contain;
}

.top_model-course-content-card_icon__shpping {
  background: no-repeat url(../img/model-course/icon_shopping.svg) center/contain;
}

.top_model-course-content-card_icon__experience {
  background: no-repeat url(../img/model-course/icon_experience.svg) center/contain;
}

.top_model-course-content-card_desc {
  font-size: 16px;
  margin-top: 4px;
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .top_model-course-content-card_desc {
    font-size: 20px;
  }
}
.top_model-course-content-card_desc span {
  font-weight: bold;
}

.top_model-course-content-card_coment {
  font-size: 14px;
  padding: 10px;
  border: 2px solid #F29600;
  border-radius: 4px;
  font-weight: bold;
}

.top_model-course-content-card-transportation_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px;
  background: rgb(255, 255, 255);
}

@media screen and (min-width: 768px) {
  .top_model-course-content-card-transportation_wrap {
    margin: 16px;
  }
}
.top_model-course-content-card-transportation_img-box {
  width: 30px;
  height: 30px;
  border-radius: 999px;
}

@media screen and (min-width: 768px) {
  .top_model-course-content-card-transportation_img-box {
    width: 50px;
    height: 50px;
  }
}
.top_model-course-content-card-transportation_text {
  font-size: 20px;
  font-weight: bold;
}

/* ボーダー */
.top_model-course-content-card_container {
  position: relative;
}

.top_model-course-content-card_container::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  left: 23px;
  top: 0;
}

@media screen and (min-width: 768px) {
  .top_model-course-content-card_container::before {
    left: 38px;
  }
}
/* コースごとの色 */
.sightseeing .top_model-course-content_title {
  color: rgb(95, 192, 198);
  border-top: 4px solid rgb(95, 192, 198);
  border-bottom: 4px solid rgb(95, 192, 198);
}

.sightseeing .top_model-course-content-card_num {
  background: rgb(95, 192, 198);
}

.sightseeing .top_model-course-content-card_head {
  background: rgb(95, 192, 198);
}

.sightseeing .top_model-course-content-card-transportation_img-box {
  border: 1px solid rgb(95, 192, 198);
}

.sightseeing .top_model-course-content_course-details {
  background: rgb(95, 192, 198);
}

.sightseeing .top_model-course-content_day {
  border: 3px solid rgb(95, 192, 198);
}

.sightseeing .top_model-course-content-card_arrow::before,
.sightseeing .top_model-course-content-card_arrow::after {
  content: "";
  background: rgb(95, 192, 198);
}

.sightseeing .top_model-course-content-card_container::before {
  background: rgb(95, 192, 198);
}

.family .top_model-course-content_title {
  color: rgb(125, 192, 98);
  border-top: 4px solid rgb(125, 192, 98);
  border-bottom: 4px solid rgb(125, 192, 98);
}

.family .top_model-course-content-card_num {
  background: rgb(125, 192, 98);
}

.family .top_model-course-content-card_head {
  background: rgb(125, 192, 98);
}

.family .top_model-course-content-card-transportation_img-box {
  border: 1px solid rgb(125, 192, 98);
}

.family .top_model-course-content_course-details {
  background: rgb(125, 192, 98);
}

.family .top_model-course-content_day {
  border: 3px solid rgb(125, 192, 98);
}

.family .top_model-course-content-card_arrow::before,
.family .top_model-course-content-card_arrow::after {
  content: "";
  background: rgb(125, 192, 98);
}

.family .top_model-course-content-card_container::before {
  background: rgb(125, 192, 98);
}

.history .top_model-course-content_title {
  color: rgb(242, 150, 0);
  border-top: 4px solid rgb(242, 150, 0);
  border-bottom: 4px solid rgb(242, 150, 0);
}

.history .top_model-course-content-card_num {
  background: rgb(242, 150, 0);
}

.history .top_model-course-content-card_head {
  background: rgb(242, 150, 0);
}

.history .top_model-course-content-card-transportation_img-box {
  border: 1px solid rgb(242, 150, 0);
}

.history .top_model-course-content_course-details {
  background: rgb(242, 150, 0);
}

.history .top_model-course-content_day {
  border: 3px solid rgb(242, 150, 0);
}

.history .top_model-course-content-card_arrow::before,
.history .top_model-course-content-card_arrow::after {
  content: "";
  background: rgb(242, 150, 0);
}

.history .top_model-course-content-card_container::before {
  background: rgb(242, 150, 0);
}

.instagram .top_model-course-content_title {
  color: rgb(236, 121, 147);
  border-top: 4px solid rgb(236, 121, 147);
  border-bottom: 4px solid rgb(236, 121, 147);
}

.instagram .top_model-course-content-card_num {
  background: rgb(236, 121, 147);
}

.instagram .top_model-course-content-card_head {
  background: rgb(236, 121, 147);
}

.instagram .top_model-course-content-card-transportation_img-box {
  border: 1px solid rgb(236, 121, 147);
}

.instagram .top_model-course-content_course-details {
  background: rgb(236, 121, 147);
}

.instagram .top_model-course-content_day {
  border: 3px solid rgb(236, 121, 147);
}

.instagram .top_model-course-content-card_arrow::before,
.instagram .top_model-course-content-card_arrow::after {
  content: "";
  background: rgb(236, 121, 147);
}

.instagram .top_model-course-content-card_container::before {
  background: rgb(236, 121, 147);
}

.top_model-course-content-type_list {
  background: rgb(255, 240, 129);
  border-radius: 20px;
  display: grid;
  grid-template: "a b" auto "c d" auto/auto auto;
  row-gap: 8px;
  place-content: center;
  gap: 0 16px;
}

@media screen and (min-width: 500px) {
  .top_model-course-content-type_list {
    display: grid;
    grid-template: "a b c d" auto/auto auto;
    row-gap: 10px;
    gap: 24px;
  }
}
.top_model-course-content-type_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
}

.top_model-course-content-type_item:nth-child(1) {
  grid-area: a;
}

.top_model-course-content-type_item:nth-child(2) {
  grid-area: b;
}

.top_model-course-content-type_item:nth-child(3) {
  grid-area: c;
}

.top_model-course-content-type_item:nth-child(4) {
  grid-area: d;
}

/*top_line-coupon
-----------------*/
.top_line-coupon {
  background: rgb(255, 225, 0);
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .top_line-coupon {
    font-size: 20px;
  }
}
.top_line-coupon-way_item {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 24px;
}

.top_line-coupon-way_item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .top_line-coupon-way_item:not(:first-child) {
    margin-top: 50px;
  }
}
.top_line-coupon-way_item:not(:last-child) {
  position: relative;
}

.top_line-coupon-way_item:not(:last-child)::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 13px solid #555555;
  border-bottom: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 180%);
}

@media screen and (min-width: 768px) {
  .top_line-coupon-way_item:not(:last-child)::after {
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 30px solid #555555;
    transform: translate(-50%, 150%);
  }
}
.top_line-coupon-way_num {
  background: rgb(255, 61, 0);
  color: rgb(255, 255, 255);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: 4px solid rgb(255, 255, 255);
  outline: 2px solid rgb(255, 61, 0);
  font-weight: bold;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .top_line-coupon-way_num {
    font-size: 24px;
  }
}
.top_line-coupon-way_text {
  font-weight: bold;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .top_line-coupon-way_text {
    font-size: 28px;
  }
}
@media screen and (min-width: 1120px) {
  .top_line-coupon-way_text {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .top_line-coupon-way_text {
    font-size: 36px;
  }
}
.top_line-coupon .top_model-course_container02 {
  background: #fff;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  opacity: 0;
}

.top_line-coupon .top_model-course_inner {
  width: 100%;
  margin: 0 auto;
  padding: 64px 20px;
}

.top_line-coupon_ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: rgb(96, 76, 63);
  padding: 16px;
  border-top: 4px solid rgb(96, 76, 63);
  border-bottom: 4px solid rgb(96, 76, 63);
}

@media screen and (min-width: 768px) {
  .top_line-coupon_ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 1120px) {
  .top_line-coupon_ttl {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top_line-coupon_ttl {
    font-size: 48px;
  }
}
.top_line-coupon_copy {
  text-align: center;
  margin-top: 40px;
  line-height: 1.5;
}

.top_line-coupon_copy--line {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

table, td, th {
  border: 1px solid #000;
  white-space: nowrap;
}

.top_line-coupon_table {
  width: 100%;
  margin-top: 40px;
  border: 2px solid #000;
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .top_line-coupon_table {
    font-size: 20px;
  }
}
.top_line-coupon_th {
  background: rgba(47, 176, 62, 0.6);
  text-align: center;
  font-weight: bold;
  border-collapse: collapse;
}

.top_line-coupon_th,
.top_line-coupon_td {
  padding: 8px;
}

.top_line-coupon_td-red {
  text-align: center;
  font-weight: bold;
  color: red;
}

.top_line-coupon_table tr .top_line-coupon_td:first-child,
.top_line-coupon_table tr .top_line-coupon_td:last-child {
  text-align: center;
}

/*top_notice
-----------------*/
.top_notice {
  background: url(../img/notice/notice_bg.webp) no-repeat center/cover;
}

.top_notice_list {
  margin-top: 40px;
  display: grid;
  row-gap: 18px;
}

@media screen and (min-width: 768px) {
  .top_notice_list {
    margin-top: 80px;
    row-gap: 24px;
  }
}
.top_notice_item {
  max-width: 760px;
  margin-inline: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #604c3f;
}

@media screen and (min-width: 500px) {
  .top_notice_item {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .top_notice_item {
    padding: 40px;
    gap: 40px;
    border: 4px solid #604c3f;
  }
}
.top_notice_num {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: -12px;
  position: relative;
}

.top_notice_num::after {
  content: "";
  position: absolute;
  background: url(../img/notice/icon_check.webp) no-repeat 30%/contain;
  width: 140px;
  height: auto;
  aspect-ratio: 210/62;
  transform: translateY(50%);
  margin-top: -12px;
}

@media screen and (min-width: 500px) {
  .top_notice_num::after {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .top_notice_num::after {
    width: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .top_notice_num::after {
    width: 210px;
  }
}
@media screen and (min-width: 500px) {
  .top_notice_num {
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) {
  .top_notice_num {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .top_notice_num {
    font-size: 96px;
  }
}
.top_notice_title {
  color: #7dc163;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .top_notice_title {
    margin-top: 24px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .top_notice_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 370px) {
  .top_notice_title {
    font-size: 18px;
  }
}
.top_notice_title-img-box {
  width: 106px;
  height: 106px;
}

.top_notice_mark-box {
  position: absolute;
  max-width: 60px;
  aspect-ratio: 1/1;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (min-width: 500px) {
  .top_notice_mark-box {
    top: 200px;
  }
}
@media screen and (min-width: 768px) {
  .top_notice_mark-box {
    max-width: 80px;
    top: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .top_notice_mark-box {
    max-width: 106px;
  }
}
.top_notice_desc {
  margin-top: 10px;
  line-height: 120%;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .top_notice_desc {
    margin-top: 20px;
    font-size: 16px;
  }
}
.top_notice_img-box {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 500px) {
  .top_notice_img-box {
    width: 200px;
  }
}
.top_notice_img-caption {
  font-size: 12px;
  margin-top: 8px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_notice_img-caption {
    font-size: 16px;
  }
}
.top_notice_img-box + .top_notice_img-box {
  margin-top: 16px;
}

.top_notice-plan_wrap {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .top_notice-plan_wrap {
    margin-top: 20px;
  }
}
.top_notice-plan_box {
  display: flex;
}

.top_notice-plan_box + .top_notice-plan_box {
  margin-top: 8px;
}

.top_notice-plan_name {
  background: #ff7a00;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 4px 8px;
  text-align: center;
  border-radius: 8px 0 0 8px;
  min-width: 134px;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  .top_notice-plan_name {
    font-size: 16px;
  }
}
.top_notice-plan_price {
  background: #f9c14b;
  font-weight: bold;
  font-size: 18px;
  padding: 4px 8px;
  text-align: center;
  border-radius: 0 8px 8px 0;
  min-width: 80px;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  .top_notice-plan_price {
    font-size: 16px;
  }
}
.top_notice-plan_annotation {
  margin-top: 8px;
  font-size: 12px;
}

/*top_store-list
-----------------*/
.top_store-list {
  background: rgb(255, 240, 129);
}

.top_store-list_inner {
  position: relative;
}

.top_store-list_desc {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
}

.top_store-list_type {
  max-width: 500px;
  color: #fff;
  padding: 8px 0;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-inline: auto;
  margin-top: 40px;
}
.top_store-list_type.is-eat {
  background: #5fc0c6;
}
.top_store-list_type.is-sightseeing-h3 {
  background: #a9d05f;
}

@media screen and (min-width: 768px) {
  .top_store-list_type {
    font-size: 32px;
    margin-top: 80px;
  }
}
.top_store-list_sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .top_store-list_sub-title {
    flex-direction: row;
  }
}
.top_store-list_sub-title img:first-child {
  aspect-ratio: 601/60;
  width: 100%;
}

@media screen and (min-width: 500px) {
  .top_store-list_sub-title img:first-child {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .top_store-list_sub-title img:first-child {
    width: 54%;
  }
}
.top_store-list_sub-title img:nth-child(2) {
  aspect-ratio: 452/60;
  width: 75%;
}

@media screen and (min-width: 500px) {
  .top_store-list_sub-title img:nth-child(2) {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .top_store-list_sub-title img:nth-child(2) {
    width: 40%;
  }
}
.top_store-list_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 55px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 35px;
}

@media screen and (min-width: 1200px) {
  .top_store-list_list {
    justify-content: start;
  }
}
.is-eat .top_store-list_list-img-box {
  width: 63px;
  height: 80px;
  position: absolute;
  top: -1%;
  right: 0%;
}

@media screen and (min-width: 767px) {
  .is-eat .top_store-list_list-img-box {
    width: 83px;
    height: 110px;
    top: -3%;
    right: 0%;
  }
}
.top_store-list_list-img-box {
  width: 120px;
  height: 132px;
  position: absolute;
  top: -31%;
  right: 23%;
}

.top_store-list_item {
  position: relative;
  padding: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 16px;
  margin: 0 auto;
}

.top_store-list_num {
  font-family: "AP", "Noto Sans JP", sans-serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.8;
  color: #5fc0c6;
  background: url(../img/shop-list/background-text_blue.webp) center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .top_store-list_num {
    font-size: 32px;
    height: 55px;
  }
}
.top_store-list_title {
  font-family: "AP", "Noto Sans JP", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0;
  font-size: 24px;
  color: #604c3f;
}

.top_store-list_speech01,
.top_store-list_speech02 {
  font-family: "AP", "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 16px;
  color: #604C3F;
}

@media screen and (min-width: 768px) {
  .top_store-list_speech01,
  .top_store-list_speech02 {
    font-size: 20px;
  }
}
.noto {
  font-family: "Noto Sans";
}

.top_store-list_text {
  font-size: 10px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.top_store-list_img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_store-list_item {
  max-width: 350px;
  width: 100%;
  background: #fff;
  border: 2px solid #5fc0c6;
  border-radius: 20px;
  flex-shrink: 0;
}

.top_store-list_head {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-family: "AP";
  letter-spacing: 0;
  color: #5fc0c6;
}

.top_store-list_img-wrap {
  display: grid;
  grid-template: "item1 item1" auto "item1 item1" auto "item1 item1" auto "item2 item3" auto/50%;
  gap: 4px;
}

.top_store-list_img-box01 {
  grid-area: item1;
  position: relative;
}

.top_store-list_img-box01-comment {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background: #5fc0c6;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  border-radius: 50%;
}

.top_store-list_img-box02 {
  grid-area: item2;
}

.top_store-list_img-wrap_copy {
  color: #5fc0c6;
  font-size: 12px;
  padding: 8px;
  border: 1px dotted #5fc0c6;
  border-radius: 8px;
  grid-area: item3;
  display: flex;
  align-items: center;
}

.top_store-list_text span {
  display: inline-block;
}

.top_store-list_text-box {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  gap: 4px 6px;
  align-content: flex-start;
}

.top_store-list_inner .is-sightseeing {
  display: flex;
}

.is-sightseeing .top_store-list_item {
  position: relative;
  padding: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  margin: 0;
}

.top_store-list_img-box__col2 {
  margin-top: 16px;
}

.is-sightseeing .top_store-list_img-wrap {
  display: grid;
  grid-template: "item1 item1" auto;
  gap: 4px;
}

.is-sightseeing .top_store-list_num {
  color: #a9d05f;
  background: url(../img/shop-list/background-text_green.webp) center/contain no-repeat;
}

.mayor-interview {
  display: block;
  max-width: 960px;
  margin: auto;
}
.mayor-interview__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .mayor-interview__header {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.mayor-interview__title {
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .mayor-interview__title {
    font-size: 35px;
    margin: 0.5em 0 1em;
  }
  .mayor-interview__title br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .mayor-interview__title {
    font-size: calc(20px + 10 * (100vw - 320px) / 105);
  }
}
.mayor-interview__title:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .mayor-interview__img {
    width: 100%;
    max-width: 200px;
    margin: 40px auto 0;
  }
}
.mayor-interview__img figcaption {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .mayor-interview__img figcaption {
    text-align: center;
    font-size: 16px;
  }
}
.mayor-interview__q {
  margin-top: 50px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .mayor-interview__q {
    margin-top: 40px;
    font-size: 22px;
  }
}
.mayor-interview__a {
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .mayor-interview__a {
    font-size: 14px;
  }
}
.mayor-interview__a-title {
  font-size: 22px;
  font-weight: bold;
  color: #55261F;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mayor-interview__a-title {
    margin-top: 20px;
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */