@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

/*Font
--------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #1f1e1e;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
    box-sizing: border-box;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.75px;
  }
}

@media screen and (min-width: 768px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .widebox {
    width: 90%;
  }
}

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(31, 30, 30, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(31, 30, 30, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #e64d11;
  }
  .border-org {
    border: solid 3px #a79d99;
  }
  .border-top-bottom-red {
    border-top: 10px solid #e64d11;
    border-bottom: 10px solid #e64d11;
  }
  .border-top-red {
    border-bottom: 10px solid #e64d11;
  }
  .border-bottom-red {
    border-bottom: 10px solid #e64d11;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #e64d11;
  }
  .border-org {
    border: solid 2px #a79d99;
  }
  .border-top-bottom-red {
    border-top: 5px solid #e64d11;
    border-bottom: 5px solid #e64d11;
  }
  .border-top-red {
    border-bottom: 5px solid #e64d11;
  }
  .border-bottom-red {
    border-bottom: 5px solid #e64d11;
  }
}

.bg-vage {
  background: #f4f1f0;
}

@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

/*メインビジュアル
=========================================================*/
.main-visual {
  position: relative;
  z-index: 0;
  display: flex;
}
.main-visual-panel {
  position: relative;
  overflow: hidden;
}
.main-visual-panel > a {
  display: block;
  width: 100%;
}
.main-visual-panel > a, .main-visual-panel > a:link, .main-visual-panel > a:visited, .main-visual-panel > a:hover, .main-visual-panel > a:active {
  color: #1f1e1e;
}
.main-visual-panel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual-panel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-visual-panel-body {
  box-sizing: border-box;
  background: rgba(244, 241, 240, 0.8);
  border-top: 1px solid #1f1e1e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-visual-title {
  font-weight: 900;
  line-height: 1.6;
}
.main-visual-text {
  font-weight: 900;
  line-height: 1.6;
}
.main-visual-link {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #e64d11;
  font-weight: 900;
  line-height: 1.6;
  transition: color 0.3s;
}
.main-visual-link .ic-arrow {
  display: block;
  line-height: 0;
}
.main-visual-link .ic-arrow.down {
  transform: rotate(90deg);
}
.main-visual-link .ic-arrow img {
  width: 40px;
  transition: filter 0.3s;
}
@media screen and (min-width: 768px) {
  .main-visual {
    margin-top: -100px;
    height: 900px;
  }
  .main-visual-panel {
    width: 50%;
    height: 100%;
  }
  .main-visual-panel > a {
    height: 100%;
  }
  .main-visual-panel-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 30, 30, 0.65);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .main-visual-panel-body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 330px;
    transition: background 0.3s;
  }
  .main-visual-panel:hover .main-visual-title {
    color: #e64d11;
  }
  .main-visual-panel:hover .main-visual-panel-body {
    background: #f4f1f0;
  }
  .main-visual:hover .main-visual-panel.left .main-visual-panel-body {
    box-sizing: border-box;
    border-right: 1px solid #1f1e1e;
  }
  .main-visual:hover .main-visual-panel:not(:hover) .main-visual-panel-img::after {
    opacity: 1;
  }
  .main-visual:hover .main-visual-panel:not(:hover) .main-visual-link {
    color: #1f1e1e;
  }
  .main-visual:hover .main-visual-panel:not(:hover) .main-visual-link .ic-arrow img {
    filter: brightness(0) invert(0.12);
  }
  .main-visual-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 52px;
    padding: 0 0 6px 10.8333%;
    letter-spacing: 1.8px;
    transition: color 0.3s;
    box-sizing: border-box;
  }
  .main-visual-text {
    width: 100%;
    margin: -1px 0 30px;
    padding: 0 10.8333% 1px;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.9px;
    box-sizing: border-box;
  }
  .main-visual-link {
    width: 100%;
    margin-top: -1px;
    padding: 0 10.8333% 1px;
    font-size: 16px;
    letter-spacing: 1.6px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    flex-direction: column;
  }
  .main-visual-panel {
    width: 100%;
  }
  .main-visual-panel-img {
    position: relative;
    height: 220px;
  }
  .main-visual-panel-body {
    padding: 30px 5% 35px;
    width: 100%;
    background: #f4f1f0;
  }
  .main-visual-title {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
  }
  .main-visual-text {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-align: center;
  }
  .main-visual-text br {
    display: none;
  }
  .main-visual-link {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .main-visual-link .ic-arrow img {
    width: 32px;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 3px;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #1f1e1e;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 16px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
  }
}

.c-sns {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: #e64d11;
  border-radius: 0;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 50px;
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 50px;
    min-width: 200px;
  }
}

.c-button-arrow {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 700;
  line-height: 1.6;
  vertical-align: top;
}
.c-button-arrow, .c-button-arrow:link, .c-button-arrow:visited, .c-button-arrow:active {
  color: #1f1e1e;
}
.c-button-arrow:hover {
  color: #e64d11;
}
.c-button-arrow .ic-arrow {
  display: block;
  line-height: 0;
  transition: transform 0.3s;
}
.c-button-arrow .ic-arrow img {
  transition: filter 0.3s;
}
.c-button-arrow:hover .ic-arrow {
  transform: translateX(4px);
}
.c-button-arrow.white {
  color: #fff;
  transition: color 0.3s;
}
.c-button-arrow.white .ic-arrow img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .c-button-arrow {
    height: 30px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .c-button-arrow .ic-arrow img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-arrow {
    height: 26px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .c-button-arrow .ic-arrow img {
    width: 26px;
  }
}

/*共通カード
=========================================================*/
.c-card {
  box-sizing: border-box;
  border: 1px solid #1f1e1e;
  display: flex;
  flex-direction: column;
}
.c-card-img {
  flex-shrink: 0;
  overflow: hidden;
}
.c-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-card-text {
  width: 100%;
  font-weight: 500;
  text-align: justify;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .c-card {
    padding: 19px;
    row-gap: 20px;
  }
  .c-card-img {
    height: 220px;
  }
  .c-card-body {
    row-gap: 20px;
  }
  .c-card-text {
    margin-top: -1px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-card {
    padding: 14px;
    row-gap: 15px;
  }
  .c-card-img {
    aspect-ratio: 370/220;
  }
  .c-card-body {
    row-gap: 15px;
  }
  .c-card-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
}

.c-card01 {
  box-sizing: border-box;
  border: 1px solid #1f1e1e;
}
.c-card01-inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.c-card01-img {
  flex-shrink: 0;
  overflow: hidden;
}
.c-card01-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-card01-body {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.c-card01-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-card01-item-text {
  font-weight: 500;
  line-break: strict;
}
.c-card01-text {
  width: 100%;
  font-weight: 500;
  line-break: strict;
}
.c-card01.is-plain {
  border: none;
}
@media screen and (min-width: 768px) {
  .c-card01 {
    padding: 19px;
  }
  .c-card01.is-plain {
    padding: 20px;
  }
  .c-card01.is-plain .c-card01-body {
    row-gap: 20px;
  }
  .c-card01-text {
    margin-top: -1px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .c-card01-inner {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .c-card01-item.is-wide .c-card01-item-text {
    width: 600px;
  }
  .c-card01-img {
    align-self: stretch;
    width: 500px;
    min-height: 250px;
  }
  .c-card01-body {
    width: 500px;
    row-gap: 30px;
  }
  .c-card01-item {
    row-gap: 15px;
  }
  .c-card01-item-text {
    margin-top: -1px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-card01 {
    padding: 14px;
  }
  .c-card01.is-plain {
    padding: 0;
  }
  .c-card01.is-plain .c-card01-img {
    aspect-ratio: 500/250;
  }
  .c-card01.is-plain .c-card01-body {
    row-gap: 15px;
  }
  .c-card01-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .c-card01-text br {
    display: none;
  }
  .c-card01-inner {
    flex-direction: column;
    row-gap: 20px;
  }
  .c-card01-img {
    width: 100%;
    aspect-ratio: 500/340;
  }
  .c-card01-body {
    width: 100%;
    row-gap: 22px;
  }
  .c-card01-item {
    row-gap: 10px;
  }
  .c-card01-item-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .c-card01-item-text br {
    display: none;
  }
}

.c-card02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-card02-img {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.c-card02-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-card02-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.c-card02-text {
  width: 100%;
  font-weight: 500;
  text-align: justify;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .c-card02-img {
    height: 220px;
  }
  .c-card02-body {
    padding-top: 10px;
    row-gap: 20px;
  }
  .c-card02-text {
    margin-top: -1px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-card02-img {
    aspect-ratio: 500/220;
  }
  .c-card02-body {
    padding-top: 8px;
    row-gap: 15px;
  }
  .c-card02-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .c-card02-text br {
    display: none;
  }
}

.c-card03 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-card03-icon {
  flex-shrink: 0;
}
.c-card03-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.c-card03-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.c-card03 .title01 {
  white-space: normal;
}
.c-card03.is-compact .c-card03-body {
  padding-top: 0;
}
.c-card03.is-step .c-card03-icon {
  width: auto;
}
.c-card03.is-step .c-card03-icon img {
  width: auto;
}
.c-card03-text {
  width: 100%;
  font-weight: 500;
  text-align: justify;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .c-card03-icon {
    width: 150px;
    height: 150px;
  }
  .c-card03-body {
    padding-top: 10px;
    row-gap: 20px;
  }
  .c-card03 .title01 {
    height: 135px;
  }
  .c-card03.is-compact {
    padding-top: 10px;
    row-gap: 20px;
  }
  .c-card03.is-compact .title01 {
    height: auto;
  }
  .c-card03.is-step .c-card03-icon {
    height: 100px;
  }
  .c-card03.is-step .title01 {
    height: 125px;
  }
  .c-card03-text {
    margin-top: -1px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .c-card03-icon {
    width: 120px;
    height: 120px;
  }
  .c-card03-body {
    padding-top: 8px;
    row-gap: 15px;
  }
  .c-card03.is-compact {
    padding-top: 8px;
    row-gap: 15px;
  }
  .c-card03.is-step .c-card03-icon {
    height: 90px;
  }
  .c-card03 .title01 br {
    display: none;
  }
  .c-card03-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .c-card03-text br {
    display: none;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #1f1e1e;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #e64d11;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

/*サブビジュアル（下層ページ共通）
=========================================================*/
.ma {
  position: relative;
  display: flex;
  background: rgb(246.04, 246, 246);
}
.ma-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e64d11;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}
.ma-img {
  box-shadow: inset 1px 0 0 #1f1e1e;
  overflow: hidden;
}
.ma-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .ma {
    box-sizing: border-box;
    height: 450px;
    padding-top: 1px;
    overflow: hidden;
    box-shadow: inset 0 -1px 0 #1f1e1e;
  }
  .ma-title {
    width: 920px;
    height: 450px;
    padding: 10px;
    font-size: 36px;
    line-height: 58px;
    letter-spacing: 1.8px;
  }
  .ma-img {
    width: 1000px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .ma {
    flex-direction: column-reverse;
  }
  .ma-title {
    width: 100%;
    padding: 25px 5%;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1.1px;
  }
  .ma-img {
    width: 100%;
    aspect-ratio: 1000/450;
    border-left: none;
    border-bottom: 1px solid #1f1e1e;
  }
}

@media screen and (min-width: 768px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.c-tel {
  line-height: 1;
}
.c-tel-number {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (min-width: 768px) {
  .c-tel-number .number {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel-number .number {
    font-size: 20px;
  }
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-title .main {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
}
.c-title .sub {
  display: block;
  border-top: 1px solid #1f1e1e;
  font-weight: 900;
  white-space: nowrap;
}
.c-title.white {
  color: #fff;
}
.c-title.white .sub {
  border-top-color: #fff;
}
.c-title.text-c {
  align-items: center;
}
.c-title.text-c .main {
  margin-right: -2.5px;
}
.c-title.text-c .sub {
  margin-right: -1.1px;
}
@media screen and (min-width: 768px) {
  .c-title {
    row-gap: 15px;
  }
  .c-title .main {
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 2.5px;
  }
  .c-title .sub {
    padding-top: 19px;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    row-gap: 10px;
  }
  .c-title .main {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 1.6px;
  }
  .c-title .sub {
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
}

.title01 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #1f1e1e;
  font-weight: 900;
  text-align: center;
  transition: color 0.3s, border-color 0.3s;
}
.title01.white {
  color: #fff;
  border-bottom-color: #fff;
}
.title01.accent {
  justify-content: flex-start;
  color: #e64d11;
  border-bottom-color: #e64d11;
}
.title01.is-center {
  justify-content: center;
  text-align: center;
}
.title01.is-full {
  width: 100%;
}
.title01.is-auto {
  width: auto;
  min-width: 200px;
}
.title01.is-step {
  flex-direction: column;
  white-space: normal;
}
.title01.is-step .step {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title01.is-step {
    padding: 10px 10px 9px;
  }
  .title01.is-step .step {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 767px) {
  .title01.is-step .step {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.65px;
  }
}
@media screen and (min-width: 768px) {
  .title01 {
    min-width: 200px;
    padding: 10px 10px 19px;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    min-width: 200px;
    padding: 8px 10px 11px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.9px;
  }
}

.title02 {
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(to right, #e63111, #e64d11);
  color: #fff;
  font-weight: 900;
  text-align: center;
}
.title02.dark {
  display: flex;
  align-items: center;
  background: #1f1e1e;
  text-align: left;
}
.title02.dark::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .title02 {
    padding: 20px;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 1.1px;
  }
  .title02.dark {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 20px 20px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    padding: 14px;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.85px;
  }
  .title02.dark {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 14px 14px 14px 20px;
  }
}

.title03 {
  display: flex;
  align-items: center;
  color: #e64d11;
  font-weight: 900;
}
.title03::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: #e64d11;
}
@media screen and (min-width: 768px) {
  .title03 {
    -moz-column-gap: 15px;
         column-gap: 15px;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  .title03 {
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
}

@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #1f1e1e;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #1f1e1e;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #1f1e1e;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*top-about
=========================================================*/
.top-about {
  background: #f4f1f0;
}
.top-about-box {
  box-sizing: border-box;
  border: 1px solid #1f1e1e;
  display: flex;
}
.top-about-img {
  overflow: hidden;
}
.top-about-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-about-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-about-text {
  font-weight: 500;
}
.top-about-text p + p {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 120px 0;
  }
  .top-about-box {
    padding: 19px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    align-items: flex-start;
  }
  .top-about-img {
    align-self: stretch;
    flex-shrink: 0;
    width: 600px;
  }
  .top-about-body {
    flex-shrink: 0;
    width: 600px;
    row-gap: 40px;
  }
  .top-about-text {
    margin-top: -1px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about-box {
    padding: 15px;
    flex-direction: column;
    row-gap: 25px;
  }
  .top-about-img {
    width: 100%;
    aspect-ratio: 600/546;
  }
  .top-about-body {
    width: 100%;
    row-gap: 25px;
  }
  .top-about-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .top-about-text p + p {
    margin-top: 25.2px;
  }
  .top-about-text br {
    display: none;
  }
  .top-about .c-button-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

/*top-trouble
=========================================================*/
.top-trouble-list {
  display: flex;
}
.top-trouble-list-item {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #1f1e1e;
  border-bottom: 1px solid #1f1e1e;
}
.top-trouble-list-item + .top-trouble-list-item {
  border-left: 1px solid #1f1e1e;
}
.top-trouble-list-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
}
.top-trouble-list-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-trouble-list-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-trouble-list-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 30, 30, 0.4);
  transition: background 0.3s;
}
.top-trouble-list-item-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-trouble-list-item-text {
  color: #fff;
  font-weight: 500;
  text-align: center;
  transition: color 0.3s;
}
.top-trouble-list-item > a:hover .top-trouble-list-item-img::after {
  background: rgba(244, 241, 240, 0.9);
}
.top-trouble-list-item > a:hover .title01 {
  color: #1f1e1e;
  border-bottom-color: #1f1e1e;
}
.top-trouble-list-item > a:hover .top-trouble-list-item-text,
.top-trouble-list-item > a:hover .c-button-arrow.white {
  color: #1f1e1e;
}
.top-trouble-list-item > a:hover .c-button-arrow.white .ic-arrow img {
  filter: none;
}
@media screen and (min-width: 768px) {
  .top-trouble {
    padding-top: 120px;
  }
  .top-trouble .c-title {
    margin-bottom: 49px;
  }
  .top-trouble-list-item {
    width: 640px;
    height: 500px;
  }
  .top-trouble-list-item-body {
    row-gap: 20px;
  }
  .top-trouble-list-item-text {
    margin-top: -1px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .top-trouble {
    padding-top: 60px;
  }
  .top-trouble .c-title {
    margin-bottom: 30px;
  }
  .top-trouble-list {
    flex-direction: column;
  }
  .top-trouble-list-item {
    width: 100%;
    height: 300px;
  }
  .top-trouble-list-item + .top-trouble-list-item {
    border-left: none;
    border-top: none;
  }
  .top-trouble-list-item-body {
    row-gap: 15px;
  }
  .top-trouble-list-item-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.65px;
  }
}

/*top-strength
=========================================================*/
.top-strength {
  background: #f4f1f0;
}
.top-strength-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .top-strength {
    padding: 120px 0;
  }
  .top-strength .c-title {
    margin-bottom: 40px;
  }
  .top-strength-list {
    justify-content: space-between;
    align-items: stretch;
  }
  .top-strength-list-item {
    width: 410px;
  }
}
@media screen and (max-width: 767px) {
  .top-strength {
    padding: 60px 0;
  }
  .top-strength .c-title {
    margin-bottom: 30px;
  }
  .top-strength-list {
    flex-direction: column;
    row-gap: 25px;
  }
  .top-strength-list-item {
    width: 100%;
  }
}

/*top-voice
=========================================================*/
.top-voice {
  background: #fff;
  border-bottom: 1px solid #1f1e1e;
}
.top-voice-list {
  display: flex;
}
.top-voice-list-item {
  box-shadow: 0 0 10px rgba(45, 41, 37, 0.05);
}
.top-voice-list-item-inner {
  box-sizing: border-box;
  width: 100%;
  background: #f4f1f0;
  border: 1px solid #1f1e1e;
  border-bottom: none;
}
.top-voice-list-item-img {
  width: 100%;
  aspect-ratio: 300/400;
  overflow: hidden;
}
.top-voice-list-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-voice-list-item-name {
  box-sizing: border-box;
  width: 100%;
  background: #1f1e1e;
  color: #f4f1f0;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-voice {
    padding: 120px 0 119px;
  }
  .top-voice .c-title {
    margin-bottom: 40px;
  }
  .top-voice-list {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .top-voice-list-item {
    width: 410px;
  }
  .top-voice-list-item-inner {
    padding: 19px 19px 20px;
  }
  .top-voice-list-item-name {
    padding: 20px;
    font-size: 22px;
    line-height: 35.2px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 767px) {
  .top-voice {
    padding: 60px 0;
  }
  .top-voice .c-title {
    margin-bottom: 30px;
  }
  .top-voice-list {
    flex-direction: column;
    row-gap: 25px;
    margin-bottom: 30px;
  }
  .top-voice-list-item {
    width: 100%;
  }
  .top-voice-list-item-inner {
    padding: 14px 14px 15px;
  }
  .top-voice-list-item-name {
    padding: 14px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.9px;
  }
}

/*top-column
=========================================================*/
.top-column {
  background: #fff;
}
.top-column-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top-column-list {
  display: flex;
}
.top-column-list-item a {
  display: block;
}
.top-column-list-item a, .top-column-list-item a:link, .top-column-list-item a:visited, .top-column-list-item a:active {
  color: #1f1e1e;
}
.top-column-list-item .com-img {
  background: #f4f1f0;
}
.top-column-list-item-body {
  box-sizing: border-box;
  border: 1px solid #1f1e1e;
  display: flex;
  flex-direction: column;
}
.top-column-list .post-date {
  display: block;
  color: #a79d99;
  font-weight: 900;
}
.top-column-list-item-title {
  font-weight: 700;
  text-align: justify;
  line-break: strict;
}
.top-column-list-item-text {
  font-weight: 500;
  text-align: justify;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 120px 0 125px;
  }
  .top-column-head {
    margin-bottom: 40px;
  }
  .top-column-head .c-button-container {
    padding: 20px 0;
  }
  .top-column-list {
    justify-content: space-between;
    align-items: flex-start;
  }
  .top-column-list-item {
    width: 400px;
  }
  .top-column-list-item a {
    transition: opacity 0.3s;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .com-img {
    height: 250px;
    margin-bottom: 15px;
  }
  .top-column-list-item-body {
    padding: 19px;
    row-gap: 15px;
  }
  .top-column-list .post-date {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.9px;
  }
  .top-column-list-item-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-head {
    margin-bottom: 30px;
  }
  .top-column-list {
    flex-direction: column;
    row-gap: 30px;
  }
  .top-column-list-item {
    width: 100%;
  }
  .top-column-list-item .com-img {
    aspect-ratio: 400/250;
    margin-bottom: 12px;
  }
  .top-column-list-item-body {
    padding: 14px;
    row-gap: 12px;
  }
  .top-column-list .post-date {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.7px;
  }
  .top-column-list-item-title {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
  .top-column-list-item-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.65px;
  }
}

/*top-news
=========================================================*/
.top-news {
  box-sizing: border-box;
  background: #f4f1f0;
  border-top: 1px solid #1f1e1e;
  border-bottom: 1px solid #1f1e1e;
}
.top-news-container {
  display: flex;
  align-items: flex-start;
}
.top-news-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-news-list-item {
  border-bottom: 1px solid #1f1e1e;
}
.top-news-list-item > a {
  display: flex;
  align-items: center;
}
.top-news-list-item > a, .top-news-list-item > a:link, .top-news-list-item > a:visited, .top-news-list-item > a:active {
  color: #1f1e1e;
}
.top-news-list-item .ic-arrow {
  display: block;
  flex-shrink: 0;
  line-height: 0;
  transition: transform 0.3s;
}
.top-news-list-item .ic-arrow img {
  width: 30px;
}
.top-news-list-item > a:hover .ic-arrow {
  transform: translateX(4px);
}
.top-news-list .post-date {
  display: block;
  color: #a79d99;
  font-weight: 700;
}
.top-news-list-item-title {
  overflow: hidden;
  font-weight: 700;
  text-align: justify;
  white-space: nowrap;
  line-break: strict;
}
.top-news-list-item-text {
  font-weight: 500;
  text-align: justify;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 119px 0;
  }
  .top-news-container {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
  .top-news-head {
    flex-shrink: 0;
    width: 295px;
    row-gap: 75px;
  }
  .top-news-list {
    width: 833px;
  }
  .top-news-list-item > a {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-top: 20px;
  }
  .top-news-list-item-body {
    flex: 1;
    padding-bottom: 19px;
  }
  .top-news-list .post-date {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .top-news-list-item-title {
    margin-bottom: 20px;
    width: 660px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
  }
  .top-news-list-item-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 59px 0;
  }
  .top-news-container {
    flex-direction: column;
    row-gap: 25px;
  }
  .top-news-head {
    width: 100%;
    row-gap: 20px;
  }
  .top-news-list {
    width: 100%;
  }
  .top-news-list-item > a {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding-top: 15px;
  }
  .top-news-list-item-body {
    flex: 1;
    min-width: 0;
    padding-bottom: 14px;
  }
  .top-news-list-item .ic-arrow img {
    width: 26px;
  }
  .top-news-list .post-date {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.65px;
  }
  .top-news-list-item-title {
    margin-bottom: 10px;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.75px;
    text-overflow: ellipsis;
  }
  .top-news-list-item-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.65px;
  }
}

/*diet01（WHY／なぜ成果が出ないのか）
=========================================================*/
.diet-why {
  background: #f4f1f0;
}
.diet-why-lead {
  font-weight: 700;
  text-align: center;
}
.diet-why-list {
  display: flex;
}
.diet-why-list-item {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .diet-why {
    padding: 120px 0;
  }
  .diet-why .c-title {
    margin-bottom: 40px;
  }
  .diet-why-lead {
    margin-top: -1px;
    padding-bottom: 1px;
    margin-bottom: 40px;
    margin-right: -1.6px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
  }
  .diet-why-list {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 80px;
  }
  .diet-why-list-item {
    width: 340px;
  }
  .diet-why .title02 {
    margin-bottom: 40px;
  }
  .diet-why-detail {
    min-height: 543px;
  }
}
@media screen and (max-width: 767px) {
  .diet-why {
    padding: 60px 0;
  }
  .diet-why .c-title {
    margin-bottom: 25px;
  }
  .diet-why-lead {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .diet-why-lead br {
    display: none;
  }
  .diet-why-list {
    flex-direction: column;
    row-gap: 25px;
    margin-bottom: 50px;
  }
  .diet-why-list-item {
    width: 100%;
  }
  .diet-why .title02 {
    margin-bottom: 25px;
  }
}

/*diet02（SUPPORT／サポート内容）
=========================================================*/
.diet-support-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.diet-support-list-item {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .diet-support {
    padding: 120px 0;
  }
  .diet-support .c-title {
    margin-bottom: 40px;
  }
  .diet-support-list {
    row-gap: 40px;
  }
  .diet-support-list-item {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .diet-support {
    padding: 60px 0;
  }
  .diet-support .c-title {
    margin-bottom: 25px;
  }
  .diet-support-list {
    flex-direction: column;
    row-gap: 30px;
  }
  .diet-support-list-item {
    width: 100%;
  }
}

/*tournament01（PROBLEM／よくある課題）
=========================================================*/
.tournament-problem {
  background: #f4f1f0;
}
.tournament-problem-lead {
  font-weight: 700;
  text-align: center;
}
.tournament-problem-list {
  display: flex;
}
.tournament-problem-list-item {
  flex-shrink: 0;
}
.tournament-problem-img {
  overflow: hidden;
}
.tournament-problem-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .tournament-problem {
    padding: 120px 0;
  }
  .tournament-problem .c-title {
    margin-bottom: 40px;
  }
  .tournament-problem-lead {
    margin-top: -1px;
    padding-bottom: 1px;
    margin-bottom: 40px;
    margin-right: -1.6px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
  }
  .tournament-problem-list {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
  }
  .tournament-problem-list-item {
    width: 240px;
  }
  .tournament-problem-img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .tournament-problem {
    padding: 60px 0;
  }
  .tournament-problem .c-title {
    margin-bottom: 25px;
  }
  .tournament-problem-lead {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .tournament-problem-lead br {
    display: none;
  }
  .tournament-problem-list {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .tournament-problem-list-item {
    width: 100%;
  }
  .tournament-problem-img {
    aspect-ratio: 1080/400;
  }
}

/*tournament02（SUPPORT／競技特化サポート）
=========================================================*/
.tournament-support-list {
  display: flex;
  flex-direction: column;
}
.tournament-support-list-item {
  width: 100%;
}
.tournament-support-note {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tournament-support-note-text {
  width: 100%;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tournament-support {
    padding: 120px 0;
  }
  .tournament-support .c-title {
    margin-bottom: 80px;
  }
  .tournament-support-list {
    row-gap: 15px;
    margin-bottom: 80px;
  }
  .tournament-support-note {
    row-gap: 20px;
  }
  .tournament-support-note-text {
    margin-top: -1px;
    padding-bottom: 1px;
    margin-right: -1.6px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 767px) {
  .tournament-support {
    padding: 60px 0;
  }
  .tournament-support .c-title {
    margin-bottom: 30px;
  }
  .tournament-support-list {
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .tournament-support-note {
    row-gap: 15px;
  }
  .tournament-support-note-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .tournament-support-note-text br {
    display: none;
  }
}

/*リバウンド対策ページ共通
=========================================================*/
.rebound-page {
  text-spacing-trim: space-all;
}

/*rebound01（REASON／リバウンドが起きる理由）
=========================================================*/
.rebound-reason {
  background: #f4f1f0;
}
.rebound-reason-lead {
  font-weight: 700;
  text-align: center;
}
.rebound-reason-detail {
  display: flex;
}
.rebound-reason-img {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.rebound-reason-photo {
  overflow: hidden;
}
.rebound-reason-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.rebound-reason-list {
  display: flex;
  flex-direction: column;
}
.rebound-reason-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rebound-reason-text {
  font-weight: 500;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .rebound-reason {
    padding: 120px 0;
  }
  .rebound-reason .c-title {
    margin-bottom: 40px;
  }
  .rebound-reason-lead {
    margin-top: -1px;
    padding-bottom: 1px;
    margin-bottom: 80px;
    margin-right: -1.6px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
  }
  .rebound-reason-detail {
    align-items: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .rebound-reason-img {
    width: 540px;
  }
  .rebound-reason-photo {
    height: 450px;
  }
  .rebound-reason-list {
    width: 500px;
    row-gap: 40px;
  }
  .rebound-reason-item {
    row-gap: 20px;
  }
  .rebound-reason-text {
    margin-top: -1px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .rebound-reason {
    padding: 60px 0;
  }
  .rebound-reason .c-title {
    margin-bottom: 25px;
  }
  .rebound-reason-lead {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .rebound-reason-lead br {
    display: none;
  }
  .rebound-reason-detail {
    flex-direction: column;
    row-gap: 30px;
  }
  .rebound-reason-img {
    width: 100%;
    flex-direction: row;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .rebound-reason-photo {
    width: calc((100% - 10px) / 2);
    aspect-ratio: 540/450;
  }
  .rebound-reason-list {
    width: 100%;
    row-gap: 30px;
  }
  .rebound-reason-item {
    row-gap: 15px;
  }
  .rebound-reason-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .rebound-reason-text br {
    display: none;
  }
}

/*rebound02（SOLUTION／リバウンドしない体づくり）
=========================================================*/
.rebound-solution-lead {
  font-weight: 700;
  text-align: center;
}
.rebound-solution-list, .rebound-solution-support {
  display: flex;
}
.rebound-solution-list-item, .rebound-solution-support-item {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .rebound-solution {
    padding: 120px 0;
  }
  .rebound-solution .c-title {
    margin-bottom: 40px;
  }
  .rebound-solution .title02 {
    margin-bottom: 20px;
  }
  .rebound-solution-lead {
    margin-top: -1px;
    padding-bottom: 1px;
    margin-bottom: 80px;
    margin-right: -1.6px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
  }
  .rebound-solution-list {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 80px;
  }
  .rebound-solution-list-item {
    width: 340px;
  }
  .rebound-solution-support {
    justify-content: space-between;
    align-items: flex-start;
  }
  .rebound-solution-support-item {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .rebound-solution {
    padding: 60px 0;
  }
  .rebound-solution .c-title {
    margin-bottom: 25px;
  }
  .rebound-solution .title02 {
    margin-bottom: 15px;
  }
  .rebound-solution-lead {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .rebound-solution-lead br {
    display: none;
  }
  .rebound-solution-list {
    flex-direction: column;
    row-gap: 25px;
    margin-bottom: 40px;
  }
  .rebound-solution-list-item {
    width: 100%;
  }
  .rebound-solution-support {
    flex-direction: column;
    row-gap: 30px;
  }
  .rebound-solution-support-item {
    width: 100%;
  }
}

/*about01（REASON／選ばれる理由）
=========================================================*/
.about-reason {
  background: #f4f1f0;
}
.about-reason-lead {
  font-weight: 700;
  text-align: center;
}
.about-reason-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-reason-list-item {
  flex-shrink: 0;
}
.about-reason-flow {
  display: flex;
}
.about-reason-flow-item {
  flex-shrink: 0;
}
.about-reason .c-card02 .title03 {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .about-reason {
    padding: 120px 0;
  }
  .about-reason .c-title {
    margin-bottom: 40px;
  }
  .about-reason .title02 {
    margin-bottom: 40px;
  }
  .about-reason-lead {
    margin-top: -1px;
    padding-bottom: 1px;
    margin-bottom: 80px;
    margin-right: -1.6px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
  }
  .about-reason-list {
    gap: 40px 80px;
    margin-bottom: 80px;
  }
  .about-reason-list-item {
    width: 500px;
  }
  .about-reason-flow {
    justify-content: space-between;
    align-items: flex-start;
  }
  .about-reason-flow-item {
    width: 240px;
  }
  .about-reason-flow-item .c-card03-text {
    width: calc(100% + 0.8px);
  }
}
@media screen and (max-width: 767px) {
  .about-reason {
    padding: 60px 0;
  }
  .about-reason .c-title {
    margin-bottom: 25px;
  }
  .about-reason .title02 {
    margin-bottom: 25px;
  }
  .about-reason-lead {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .about-reason-lead br {
    display: none;
  }
  .about-reason-list {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  .about-reason-list-item {
    width: 100%;
  }
  .about-reason-flow {
    flex-direction: column;
    row-gap: 30px;
  }
  .about-reason-flow-item {
    width: 100%;
  }
}

/*about02（PROFILE／講師紹介）
=========================================================*/
.about-profile {
  background: #fff;
}
.about-profile-detail {
  display: flex;
}
.about-profile-body {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.about-profile-text {
  font-weight: 500;
  line-break: strict;
}
.about-profile-img {
  flex-shrink: 0;
  overflow: hidden;
}
.about-profile-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .about-profile {
    padding: 120px 0 60px;
  }
  .about-profile .c-title {
    margin-bottom: 80px;
  }
  .about-profile .title01 {
    margin: 0 auto 40px;
  }
  .about-profile-detail {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  .about-profile-body {
    width: 500px;
    row-gap: 20px;
  }
  .about-profile-text {
    margin-top: -1px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .about-profile-img {
    width: 540px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .about-profile {
    padding: 60px 0;
  }
  .about-profile .c-title {
    margin-bottom: 40px;
  }
  .about-profile .title01 {
    margin: 0 auto 25px;
  }
  .about-profile-detail {
    flex-direction: column-reverse;
    row-gap: 25px;
    margin-bottom: 40px;
  }
  .about-profile-body {
    width: 100%;
    row-gap: 15px;
  }
  .about-profile-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .about-profile-img {
    width: 100%;
    aspect-ratio: 540/450;
  }
}

.about-voice {
  display: flex;
}
.about-voice-item {
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(45, 41, 37, 0.05);
}
.about-voice-item-inner {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #1f1e1e;
  border-bottom: none;
}
.about-voice-item-img {
  width: 100%;
  aspect-ratio: 300/400;
  overflow: hidden;
}
.about-voice-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-voice-item-name {
  box-sizing: border-box;
  width: 100%;
  background: #1f1e1e;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-voice {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
  }
  .about-voice-container {
    padding: 60px 0;
  }
  .about-voice-container .c-title {
    margin-bottom: 40px;
  }
  .about-voice-item {
    width: 340px;
  }
  .about-voice-item-inner {
    padding: 19px 19px 20px;
  }
  .about-voice-item-name {
    padding: 20px;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 767px) {
  .about-voice {
    flex-direction: column;
    row-gap: 25px;
  }
  .about-voice-container {
    padding: 40px 0;
  }
  .about-voice-container .c-title {
    margin-bottom: 40px;
  }
  .about-voice-item {
    width: 100%;
  }
  .about-voice-item-inner {
    padding: 14px 14px 15px;
  }
  .about-voice-item-name {
    padding: 14px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.9px;
  }
}

.about-qa {
  display: flex;
  flex-direction: column;
}
.about-qa-item {
  display: flex;
  flex-direction: column;
}
.about-qa-q, .about-qa-a {
  display: flex;
  align-items: center;
}
.about-qa-q .mark, .about-qa-a .mark {
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 2px;
  font-weight: 700;
  text-align: center;
}
.about-qa-q .text, .about-qa-a .text {
  line-break: strict;
}
.about-qa-q {
  font-weight: 700;
}
.about-qa-q .mark {
  background: #f4f1f0;
  color: #e64d11;
}
.about-qa-a {
  font-weight: 500;
}
.about-qa-a .mark {
  background: #e64d11;
  color: #f4f1f0;
}
.about-qa-a .text {
  flex: 1 0 0;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .about-qa {
    row-gap: 10px;
  }
  .about-qa-container {
    padding: 60px 0 120px;
  }
  .about-qa-container .c-title {
    margin-bottom: 40px;
  }
  .about-qa-item {
    row-gap: 10px;
    padding-bottom: 30px;
  }
  .about-qa-q, .about-qa-a {
    -moz-column-gap: 25px;
         column-gap: 25px;
    font-size: 16px;
    line-height: 26px;
  }
  .about-qa-q .mark, .about-qa-a .mark {
    width: 54px;
    padding: 12px 0;
    font-size: 20px;
    line-height: 30px;
  }
  .about-qa-q .text {
    letter-spacing: 1.6px;
  }
  .about-qa-a .text {
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .about-qa {
    row-gap: 20px;
  }
  .about-qa-container {
    padding: 40px 0 60px;
  }
  .about-qa-container .c-title {
    margin-bottom: 30px;
  }
  .about-qa-item {
    row-gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(31, 30, 30, 0.15);
  }
  .about-qa-q, .about-qa-a {
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    font-size: 14px;
    line-height: 1.8;
  }
  .about-qa-q .mark, .about-qa-a .mark {
    width: 40px;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .about-qa-q .text {
    letter-spacing: 0.7px;
  }
  .about-qa-a .text {
    letter-spacing: 0.7px;
  }
}

.access {
  background: #f4f1f0;
}
.access .googlemap {
  overflow: hidden;
}
.access .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access .googlemap {
    height: 450px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .access .googlemap {
    height: 250px;
    border-radius: 0;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #1f1e1e;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #e64d11;
  border-bottom: 1px solid #e64d11;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #1f1e1e;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #e64d11;
  background-color: #e64d11;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact .c-title {
    margin-bottom: 40px;
  }
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact .c-title {
    margin-bottom: 30px;
  }
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .title01 {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.post-wrp .post-list-item {
  border-bottom: solid #1f1e1e 1px;
}
.post-wrp .post-list-item a {
  color: #1f1e1e;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #1f1e1e;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #1f1e1e;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #1f1e1e;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #1f1e1e;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
#contents-u.s-post .title01 {
  justify-content: flex-start;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #e64d11;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #e64d11;
  font-weight: bold;
}

.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .privacy-page .c-title {
    margin-bottom: 40px;
  }
  .privacy-page .title02 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .c-title {
    margin-bottom: 30px;
  }
  .privacy-page .title02 {
    margin-bottom: 20px;
  }
}

.site-map-list > li {
  border-bottom: 1px solid #1f1e1e;
}
.site-map-list > li > a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #1f1e1e;
}
.site-map-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list .sitemap-dropdown {
  box-sizing: border-box;
}
.site-map-list .sitemap-dropdown a {
  display: block;
  color: #1f1e1e;
}
@media screen and (min-width: 768px) {
  .site-map .c-title {
    margin-bottom: 40px;
  }
  .site-map-list a:hover {
    opacity: 0.5;
  }
  .site-map-list > li > a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #e64d11;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .site-map .c-title {
    margin-bottom: 30px;
  }
  .site-map-list > li > a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #e64d11;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 15px 0;
  }
}

@media screen and (min-width: 768px) {
  .notfound .c-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .notfound .c-title {
    margin-bottom: 30px;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #1f1e1e;
  font-weight: bold;
  border-bottom: 1px solid #1f1e1e;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 110px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #f4f1f0;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 0;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #1f1e1e;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 25px 5px;
    color: #1f1e1e;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #e64d11 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 0;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 25px;
    justify-content: center;
  }
  .drawer-info .c-sns {
    display: flex;
    justify-content: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .drawer-info .c-sns-item {
    line-height: 0;
  }
  .drawer-info .c-sns img {
    width: 30px;
  }
  .drawer-info-detail {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .drawer-info-detail .c-header-btn {
    width: 220px;
    height: 50px;
    box-shadow: none;
  }
  .drawer-info-detail .c-header-btn.line {
    border: 1px solid #1f1e1e;
  }
}
/*ヘッダー
=========================================================*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background: #f4f1f0;
  box-shadow: 0 1px 0 #1f1e1e;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right-info {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .header {
    padding-left: 30px;
    height: 100px;
  }
  .header-logo {
    width: 140px;
    line-height: 0;
  }
  .header-right {
    width: calc(100% - 140px);
    -moz-column-gap: 2%;
         column-gap: 2%;
    justify-content: flex-end;
  }
  .header-right-info {
    width: 350px;
    height: 100px;
  }
  .header .nav {
    width: calc(100% - 350px);
  }
  .header .nav-list {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .header .nav a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 1.6;
  }
  .header .nav a, .header .nav a:link, .header .nav a:visited, .header .nav a:active {
    color: #1f1e1e;
  }
  .header .nav a:hover {
    color: #e64d11;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 60px 0 15px;
    height: 70px;
  }
  .header-logo {
    width: 110px;
    line-height: 0;
  }
  .header-right {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
  }
  .header-right-info {
    height: 56px;
    width: 100%;
  }
}

.c-header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.6;
}
.c-header-btn .ic {
  display: block;
  line-height: 0;
}
.c-header-btn.line {
  background: #fff;
}
.c-header-btn.line, .c-header-btn.line:link, .c-header-btn.line:visited, .c-header-btn.line:active, .c-header-btn.line:hover {
  color: #1f1e1e;
}
.c-header-btn.line .ic img {
  width: 25px;
}
.c-header-btn.mail {
  background: #1f1e1e;
  box-shadow: inset 1px 0 0 #1f1e1e, inset -1px 0 0 #1f1e1e;
}
.c-header-btn.mail, .c-header-btn.mail:link, .c-header-btn.mail:visited, .c-header-btn.mail:active, .c-header-btn.mail:hover {
  color: #fff;
}
.c-header-btn.mail .ic img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .c-header-btn {
    flex-direction: column;
    row-gap: 3px;
    padding: 0 10px;
    height: 100px;
    font-size: 13px;
    letter-spacing: 1px;
    transition: opacity 0.3s;
    width: 50%;
    box-shadow: inset 1px 0 0 #1f1e1e;
  }
  .c-header-btn .text {
    margin-right: -1.6px;
  }
  .c-header-btn:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .c-header-btn {
    -moz-column-gap: 8px;
         column-gap: 8px;
    width: 50%;
    height: 100%;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
  .c-header-btn.line .ic img {
    width: 20px;
  }
  .c-header-btn.mail .ic img {
    width: 22px;
  }
}

@media screen and (min-width: 768px) {
  .nav-list-item {
    position: relative;
  }
  .nav-list-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .dropdown {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
  }
  .dropdown-list {
    padding: 10px 15px 10px;
    box-sizing: border-box;
    border: solid 1px #1f1e1e;
  }
  .dropdown-item {
    display: block;
    border-bottom: 1px solid rgba(31, 30, 30, 0.3);
  }
  .dropdown-item:last-of-type {
    border-bottom: none;
  }
  .dropdown-item a {
    color: #1f1e1e;
    padding: 15px 0;
    position: relative;
    display: block;
  }
  .dropdown-item a:hover {
    color: #e64d11;
  }
  .dropdown-item a .ic-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*CTAバナー（CONTACT US）
=========================================================*/
.l-cta {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/top/cta-bg.jpg") no-repeat center/cover;
}
.l-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 30, 30, 0.8);
}
.l-cta-container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-cta-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.l-cta-text {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.l-cta-list {
  display: flex;
}
.l-cta-list-item {
  box-sizing: border-box;
  background: #f4f1f0;
  border: 1px solid #fff;
}
.l-cta-list-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.l-cta-list-item a, .l-cta-list-item a:link, .l-cta-list-item a:visited, .l-cta-list-item a:active, .l-cta-list-item a:hover {
  color: #1f1e1e;
}
.l-cta-list-item-name {
  display: flex;
  align-items: center;
  font-weight: 700;
  white-space: nowrap;
}
.l-cta-list-item-name .ic {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.l-cta-list-item .ic-arrow {
  display: block;
  line-height: 0;
  transition: transform 0.3s;
}
.l-cta-list-item a:hover .ic-arrow {
  transform: translateX(4px);
}
@media screen and (min-width: 768px) {
  .l-cta {
    height: 517px;
    padding-bottom: 17px;
  }
  .l-cta-container {
    width: 1080px;
    padding: 30px 55px;
    row-gap: 20px;
  }
  .l-cta-heading {
    row-gap: 15px;
  }
  .l-cta-title {
    row-gap: 8px;
  }
  .l-cta-text {
    margin-top: -1px;
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .l-cta-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .l-cta-list-item {
    width: 450px;
    height: 150px;
  }
  .l-cta-list-item a {
    row-gap: 15px;
  }
  .l-cta-list-item-name {
    -moz-column-gap: 15px;
         column-gap: 15px;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 1.1px;
  }
  .l-cta-list-item-name .ic img {
    width: 25px;
  }
  .l-cta-list-item .ic-arrow img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 50px 0;
  }
  .l-cta-container {
    width: 90%;
    row-gap: 20px;
  }
  .l-cta-heading {
    row-gap: 12px;
  }
  .l-cta-title {
    row-gap: 8px;
  }
  .l-cta-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
  .l-cta-text br {
    display: none;
  }
  .l-cta-list {
    flex-direction: column;
    width: 100%;
    row-gap: 15px;
  }
  .l-cta-list-item {
    width: 100%;
    height: 100px;
  }
  .l-cta-list-item a {
    row-gap: 10px;
  }
  .l-cta-list-item-name {
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
  .l-cta-list-item-name .ic img {
    width: 20px;
  }
  .l-cta-list-item .ic-arrow img {
    width: 24px;
  }
}

@media screen and (min-width: 768px) {
  .l-contents .c-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-contents .c-title {
    margin-bottom: 30px;
  }
}

/*フッター
=========================================================*/
.footer {
  background: #1f1e1e;
  color: #fff;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
  color: #fff;
}
.footer a:hover {
  color: #e64d11;
}
.footer-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-heading-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-logo {
  line-height: 0;
}
.footer .c-sns {
  display: flex;
  align-items: center;
}
.footer .c-sns-item {
  line-height: 0;
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #a79d99;
  font-weight: 500;
}
.footer-sub-nav {
  display: flex;
  flex-shrink: 0;
  order: 2;
}
.footer #copyright small {
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0;
  }
  .footer-heading {
    margin-bottom: 160px;
  }
  .footer-heading-info {
    row-gap: 30px;
  }
  .footer-logo {
    width: 197px;
  }
  .footer .c-sns {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .footer .c-sns-item img {
    width: 30px;
  }
  .footer-nav {
    width: 622px;
  }
  .footer-nav-list {
    gap: 30px 28.4px;
    margin-top: -1px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
  }
  .footer-bottom {
    padding-top: 15px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
  .footer-sub-nav {
    -moz-column-gap: 19.3px;
         column-gap: 19.3px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 120px;
  }
  .footer-heading {
    flex-direction: column;
    row-gap: 35px;
    margin-bottom: 35px;
  }
  .footer-heading-info {
    row-gap: 20px;
  }
  .footer-logo {
    width: 160px;
  }
  .footer .c-sns {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .footer .c-sns-item img {
    width: 26px;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1.4px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    row-gap: 15px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.6px;
  }
  .footer-sub-nav {
    width: 100%;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .footer #copyright {
    width: 100%;
    text-align: center;
  }
  .footer #copyright small {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */