@charset "UTF-8";

:root {
  --vw: 100vw;
  --gradient-red-start: #F03D61;
  --gradient-red-end: #CB2027;
  --gradient-blue-start: #2D85FE;
  --gradient-blue-end: #004BB1;
  --color-marker: #FEE22D;
  --break-point-tablet: 600px;
  --break-point-pc: 1000px;
  --base-text-color: #222222;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  color: var(--base-text-color);
  scroll-behavior: smooth;
  height: 100%;
}

/** スムーススクロールを有効にすると、ブラウザ標準のエラーツールチップが出ないので、入力エラーがある場合のみ、スムーススクロールを外す */
html:has(*:user-invalid) {
  scroll-behavior: initial;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#confirm {
  display: none;
}

body.show-confirm .section1,
body.show-confirm .section2,
body.show-confirm .section3,
body.show-confirm .section4,
body.show-confirm .section5,
body.show-confirm .section6,
body.show-confirm .section7 {
  display: none;
}

body.show-confirm #confirm {
  display: block;
}

body.will-header-fixed,
body.is-header-fixed {
  padding-top: 100px;
}

body.show-confirm {
  padding-top: 0;
}

main {
  flex: 1;
}

p {
  font-size: 1.5rem;
  line-height: 1.6;
}

button {
  padding: 0;
  box-shadow: none;
  background: none;
  border: none;
  font-family: inherit;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
  line-height: 1.6;
}

li + li {
  margin-top: 4px;
}

@media screen and (min-width: 1000px) {
  li {
    font-size: 1.8rem;
  }
  li + li {
    margin-top: 8px;
  }
}

/**
 調整
 */
.u-fontRoboto {
  font-family: Roboto, sans-serif;
}

.u-displayBlock {
  display: block;
}

.u-displayBlock-sp-only {
  display: block;
}

@media screen and (min-width: 600px) {
  .u-displayBlock-sp-only {
    display: inline;
  }
}

.u-displayBlock-pc-only {
  display: inline;
}

@media screen and (min-width: 600px) {
  .u-displayBlock-pc-only {
    display: block;
  }
}

.u-invisible-text {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

header {
  padding: 20px;
}

header .c-button {
  display: none;
}

@media screen and (min-width: 600px) {
  header {
    padding: 25px;
  }

  header .c-button {
    display: block;
  }

  .will-header-fixed header {
    position: fixed;
    width: 100%;
    opacity: 0;
  }

  .is-header-fixed header {
    position: fixed;
    width: 100%;
    top: 0;
    transition: opacity 0.3s 0.2s;
    z-index: 10;
    background: #FFFFFF;
    opacity: 1;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgb(0, 0, 0, .2);
  }

  .is-header-fixed header.is-invisible {
    opacity: 0;
    pointer-events: none;
  }

  body.show-confirm header .c-button {
    display: none;
  }

  body.show-confirm header {
    position: static;
    box-shadow: none;
  }
}

/**
 リンク
 */
.c-link {
  font-size: 1.4rem;
  color: #2D85FE;
  text-decoration: none;
}
.c-link__icon {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.c-link__icon::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url(/contact/kinki/img/icon_link.svg) no-repeat center;
}
@media screen and (min-width: 1000px) {
  .c-link {
    margin-top: 22px;
  }
}


.c-text__mail {
  font-size: 2.4rem;
  font-weight: 700;
  color: #F03D61;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .c-text__mail {
    display: inline;
    padding-inline: 12px;
  }
}

.c-text__small {
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .c-text__small {
    font-size: 1.4rem;
  }
}


/**
 セクション
 */
.section1 {
  padding: 95px 20px 114px;
  margin-top: -85px;
  background:
          url(/contact/kinki/img/bg_corner_01.svg) no-repeat bottom left,
          url(/contact/kinki/img/bg_corner_02.svg) no-repeat top -100px right -90px,
          url(/contact/kinki/img/section1_bg_01.svg) no-repeat bottom 140px left -54px,
          url(/contact/kinki/img/section1_bg_02.svg) no-repeat bottom -22px right -12px,
          url(/contact/kinki/img/bg_argyle_repeat_mv.png) repeat;
  background-size: 80px 75px, 200px, 111px 161px, 160px 112px, auto;
}

@media screen and (min-width: 600px) {
  .section1 {
    margin-top: -100px;
  }
}

@media screen and (min-width: 1000px) {
  .section1 {
    padding-top: 135px;
    padding-bottom: 102px;
    background-position: bottom left, top 86px left 1270px, top 106px right 1160px, bottom 30px right 70px, 0;
    background-size: 180px 168px, 300px, 180px 266px, 240px 168px, auto;
  }
}

@media screen and (min-width: 1440px) {
  .section1 {
    padding-top: 135px;
    padding-bottom: 102px;
    background-position: bottom left, top 86px right -130px, top 106px left 101px, bottom 30px right 70px, 0;
    background-size: 180px 168px, 300px, 180px 266px, 240px 168px, auto;
  }
}

.section2 {
  background:
          url(/contact/kinki/img/section2_bg_map.png) top right no-repeat,
          linear-gradient(to bottom, var(--gradient-blue-start), var(--gradient-blue-end));
  padding: 40px 60px 80px;
}

@media screen and (min-width: 1000px) {
  .section2 {
    padding-top: 60px;
    padding-bottom: 117px;
  }
}

.section3 {
  position: relative;
  padding-bottom: 60px;
}

.section3__inner {
  position: relative;
  overflow: hidden;
  padding: 80px 20px 0;
  margin-top: -60px;
}

.section3::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 1px;
  left: 0;
  border-style: solid;
  border-color: #FFFFFF;
  border-top-color: transparent;
  border-top-width: 60px;
  border-bottom-width: 0;
  border-left-width: calc(var(--vw) * 0.5);
  border-right-width: calc(var(--vw) * 0.5);
}

.section3__background::before,
.section3__background::after {
  content: "";
  display: block;
  position: absolute;
}

.section3__background::before {
  width: 100px;
  height: 131px;
  background: url(/contact/kinki/img/section3_bg_01.svg) no-repeat center;
  background-size: contain;
  top: 0;
  left: -30px;
}

.section3__background::after {
  width: 160px;
  height: 89px;
  background: url(/contact/kinki/img/section3_bg_02.svg) no-repeat center;
  background-size: contain;
  top: 150px;
  right: -70px;
}

@media screen and (min-width: 1000px) {
  .section3 {
    padding-bottom: 90px;
  }
  .section3__inner {
    padding-top: 140px;
  }
  .section3__background::before {
    width: 170px;
    height: 222px;
    top: 60px;
    right: 1150px;
    left: auto;
  }
  .section3__background::after {
    width: 220px;
    height: 122px;
    top: 160px;
    left: 1150px;
    right: auto;
  }
  .section3 .m-content2:last-child::before {
    position: absolute;
    content: "";
    display: block;
    width: 160px;
    height: 164px;
    background: url(/contact/kinki/img/section3_bg_03.svg) no-repeat right top;
    top: 346px;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .section3__background::before {
    top: 60px;
    left: 120px;
    right: auto;
  }
  .section3__background::after {
    top: 160px;
    right: 70px;
    left: auto;
  }
  .section3 .m-content2:last-child::before {
    top: 386px;
    left: calc(100% - 100px);
    right: auto;
  }
}

.section4 {
  position: relative;
  background-color: #EBF4FF;
  padding: 40px 20px;
}

.section4::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 46px;
  background: url(/contact/kinki/img/section4_bg_01.svg) no-repeat;
  background-size: contain;
  top: -25px;
  left: -18px;
}

@media screen and (min-width: 1000px) {
  .section4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section4::before {
    width: 180px;
    height: 70px;
    top: 60px;
    left: 70px;
  }
}
.section5 {
  padding: 39px 20px 60px;
}
@media screen and (min-width: 600px) {
  .section5 {
    padding-top: 52px;
    padding-bottom: 78px;
  }
}

.section6 {
  position: relative;
  background: url(/contact/kinki/img/bg_argyle_repeat_faq.png) repeat,
  linear-gradient(to bottom, var(--gradient-blue-start), var(--gradient-blue-end));
  padding: 40px 20px;
}
.section6__background::before,
.section6__background::after {
  content: "";
  display: block;
  position: absolute;
}
.section6__background::before {
  width: 30px;
  height: 52px;
  background: url(/contact/kinki/img/section6_bg_01.svg) no-repeat center;
  background-size: contain;
  top: 20px;
  left: 20px;
}
.section6__background::after {
  width: 46px;
  height: 79px;
  background: url(/contact/kinki/img/section6_bg_02.svg) no-repeat center;
  background-size: contain;
  top: -8px;
  right: 20px;
}

@media screen and (min-width: 600px) {
  .section6 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .section6__background::before {
    width: 45px;
    height: 79px;
    top: 52px;
    left: 70px;
  }
  .section6__background::after {
    width: 70px;
    height: 120px;
    top: -30px;
    right: 120px;
  }
}
.section7 {
  padding: 40px 20px 30px;
  background-color: #EBF4FF;
}
@media screen and (min-width: 600px) {
  .section7 {
    padding-top: 80px;
    padding-bottom: 65px;
  }
}

/**
 見出し1
 */
.m-heading1 {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.m-heading1__text {
  font-size: 3.3rem;
  line-height: 1.4444;
  text-align: left;
  margin: 9px 0 0 0;
}
.m-heading1__text--number {
  font-size: 4.0rem;
}
.m-heading1__sub {
  font-size: 1.5rem;
  line-height: 1.466;
  color: #FFFFFF;
}
.m-heading1__sub__text {
  display: table;
  background: linear-gradient(to right, var(--gradient-blue-start), var(--gradient-blue-end));
  padding: 7px 8px;
  letter-spacing: 0.1em;
}
.m-heading1__sub__text + .m-heading1__sub__text {
  margin-top: 6px;
}

@media screen and (min-width: 1000px) {
  .m-heading1 {
    display: block;
  }
  .m-heading1__sub {
    font-size: 1.8rem;
    display: inline;
    padding: 10px 24px;
    background: linear-gradient(to right, var(--gradient-blue-start), var(--gradient-blue-end));
  }

  .m-heading1__sub__text {
    display: inline;
    background: none;
    padding: 0;
  }

  .m-heading1__text {
    font-size: 4.8rem;
    text-align: center;
    line-height: 1.25;
    margin-top: 19px;
  }

  .m-heading1__text--number {
    font-size: 6.2rem;
  }
}

.m-heading1-2 {
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .m-heading1-2 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

/**
 見出し2
 */
.m-heading2 {
  text-align: center;
}
.m-heading2__media {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.m-heading2__text {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #FFFFFF;
  margin-top: 0;
}
.m-heading2.-inversion .m-heading2__text {
  color: inherit;
}
.m-heading2__sub {
  font-size: 1.5rem;
  line-height: 1.466;
  background: linear-gradient(to right, var(--gradient-blue-start), var(--gradient-blue-end));
  color: #FFFFFF;
  padding: 8px 10px;
}

@media screen and (min-width: 1000px) {
  .m-heading2__text {
    font-size: 3.6rem;
    margin-bottom: 46px;
  }
  .m-heading2__sub {
    font-size: 1.8rem;
  }
}

.m-heading2-2 {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.m-heading2-2::before,
.m-heading2-2::after {
  content: "";
  position: absolute;
  display: block;
  width: 72px;
  height: 100%;
  background: url(/contact/kinki/img/section5_bg_01.svg) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-heading2-2::before {
  left: 0;
  transform: translateY(15px);
}
.m-heading2-2::after {
  right: 0;
  transform: translateY(15px) scaleX(-1);
}
.m-heading2-2__text {
  font-size: 2.8rem;
}
.m-heading2-2__text-sub {
  font-size: 2.4rem;
}
.m-heading2-2__text-sub-block {
  display: block;
}
.m-heading2-2__number {
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, var(--gradient-blue-start), var(--gradient-blue-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 8px 18px rgba(25, 146, 212, 0.2);
}
@media screen and (min-width: 768px) {
  .m-heading2-2 {
    max-width: 738px;
    margin-bottom: 80px;
  }
  .m-heading2-2__text {
    font-size: 4rem;
  }
  .m-heading2-2__text-sub {
    font-size: 3.6rem;
  }
  .m-heading2-2__text-sub-block {
    display: inline;
  }
  .m-heading2-2__number {
    font-size: 7.2rem;
  }
  .m-heading2-2::before,
  .m-heading2-2::after {
    width: 80px;
    height: 168px;
  }
}

/**
 見出し3
 */
.m-heading3__heading {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.m-heading3__number {
  font-size: 7rem;
  font-style: italic;
  background: linear-gradient(to right, var(--gradient-blue-start), var(--gradient-blue-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
}
.m-heading3__text {
  font-size: 2rem;
  line-height: 1.6;
}

.m-heading3-2__text {
  font-size: 2rem;
  margin-top: 27px;
}

.m-work-list + .m-heading3-2 .m-heading3-2__text {
  margin-top: 42px;
}

@media screen and (min-width: 1000px) {
  .m-heading3__heading {
    margin-bottom: 0;
  }
  .m-heading3__number {
    font-size: 10rem;
    padding-right: 14px;
    line-height: 1;
  }
  .m-heading3__text {
    font-size: 2.8rem;
    line-height: 1.464;
  }

  .m-heading3-2__text {
    font-size: 2.8rem;
    margin-top: 38px;
    margin-bottom: 25px;
  }

  .m-work-list + .m-heading3-2 .m-heading3-2__text {
    margin-top: 63px;
  }
}


/**
 テキスト
 */
.m-text-appeal-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 12%;
  margin-top: 22px;
}
.c-text-appeal {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  margin: 0;
  line-height: 1.27;
}
.c-text-appeal__title {
  font-size: 1.4rem;
}
.c-text-appeal__number {
  font-size: 6rem;
  background: linear-gradient(to right, var(--gradient-blue-start), var(--gradient-blue-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 600px) {
  .m-text-appeal-list {
    padding: 0 32px;
  }
}

@media screen and (min-width: 1000px) {
  .m-text-appeal-list {
    margin-top: 47px;
    gap: 0 60px;
    padding: 0;
  }
  .c-text-appeal {
    font-size: 1.8rem;
  }
  .c-text-appeal__title {
    font-size: 2rem;
  }
  .c-text-appeal__number {
    font-size: 10rem;
  }
}

@media screen and (min-width: 1024px) {
  .m-text-appeal-list {
    padding: 0;
  }
}

/**
 リスト
 */
.c-list {
  gap: 0 7px;
}
.c-list > li {
  display: flex;
  align-items: center;
  gap: 3px;
  padding-left: 10px;
  line-height: 1.66;
  font-size: 1.2rem;
}
.c-list > li + li {
  margin-top: 0;
}
.c-list > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #222222;
}
@media screen and (min-width: 1000px) {
  .c-list > li {
    font-size: 1.4rem;
    padding-left: 14px;
  }
}

.c-list-2 {
  position: relative;
  padding-left: 54px;
}
.c-list-2::before {
  content: "";
  position: absolute;
  display: block;
  width: 36px;
  height: 32px;
  background: url(/contact/kinki/img/icon_check.svg) no-repeat center;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(calc(-100% - 18px));
}
.c-list-2__item {
  font-weight: 700;
  color: #004BB1;
}
@media screen and (min-width: 600px) {
  .c-list-2 {
    padding-left: 60px;
  }
}

.c-list-3 {
  width: 100%;
  border-top: 5px solid #004BB1;
  background-color: #F5F5F5;
  padding: 26px 20px 29px;
}
.c-list-3 > li {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0;
  display: flex;
}
.c-list-3 > li + li {
  margin-top: 8px;
}
.c-list-3 > li::before {
  content: "・";
  color: #E1E1E1;
}
@media screen and (min-width: 768px) {
  .c-list-3 {
    width: calc((100% - 8px) / 3);
    box-sizing: border-box;
    padding: 36px 20px;
  }
  .c-list-3 > li {
    font-size: 1.6rem;
  }
  .c-list-3 + .c-list-3 {
    margin-left: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .c-list-3 {
    padding: 36px 40px;
  }
}

/**
 黄色下線
 */
.c-text-emphasis {
  background: linear-gradient(to bottom, transparent 70%, var(--color-marker) 0%);
  font-style: normal;
}

/**
 画像
 */
.c-media {
  text-align: center;
}

.c-media .c-media__image {
  height: auto;
  width: auto;
  max-width: 100%;
}

/**
 ボタン
 */
.m-button-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 10px;
}
.m-button-list .c-button {
  margin-top: 20px;
}
.m-button-list .c-button + .c-button {
  margin-top: 0;
}
.c-button {
  position: relative;
  width: 335px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin-top: 30px;
}
.c-button.-small {
  width: 240px;
  margin-top: 0;
}
.c-button__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 30px 19px 20px;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 5px 0 0 #9B1A1F;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.c-button__button::before,
.c-button__button::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.2s linear;
  z-index: 0;
}
.c-button__button::before {
  background: linear-gradient(to right, var(--gradient-red-start), var(--gradient-red-end));
}
.c-button__button::after {
  background: linear-gradient(to right, var(--gradient-red-end), var(--gradient-red-start));
  opacity: 0;
}
.c-button.-blue .c-button__button {
  box-shadow: 0 5px 0 0 #01367D;
}
.c-button.-blue .c-button__button::before {
  background: linear-gradient(to right, var(--gradient-blue-start), var(--gradient-blue-end));
}
.c-button.-blue .c-button__button::after {
  background: linear-gradient(to right, var(--gradient-blue-end), var(--gradient-blue-start));
}
.c-button.-back .c-button__button {
  background: #B4B4B4;
  box-shadow: 0 5px 0 0 #808080;
}
.c-button.-back .c-button__button::before,
.c-button.-back .c-button__button::after {
  content: none;
}
.confirm .c-button__button {
  padding: 18px 30px 20px 20px;
}
.c-button.-small .c-button__button {
  padding: 15px 35px;
}
.c-button__text {
  position: relative;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 1;
}
.c-button__text::after {
  position:  absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
.c-button__text::after {
  background: url(/contact/kinki/img/icon_button.svg) no-repeat;
  background-size: contain;
}
.c-button.-back .c-button__text::after {
  left: -20px;
  right: auto;
  transform: scaleX(-1);
  background-image: url(/contact/kinki/img/icon_button_gray.svg);
}
.c-button.-blue .c-button__text::after {
  background-image: url(/contact/kinki/img/icon_button_blue.svg);
}
.confirm .c-button__text {
  font-size: 1.3rem;
}
.c-button.-small .c-button__text {
  font-size: 1.4rem;
}
.c-button__icon-mail {
  padding-left: 26px;
  background: url(/contact/kinki/img/icon_mail.svg) no-repeat left center;
  background-size: 19px 16px;
}
@media screen and (min-width: 600px) {
  .m-button-list {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }
  .m-form .c-button {
    max-width: 400px;
    margin-top: 30px;
  }
  .m-button-list .c-button {
    max-width: 280px;
  }
  .m-button-list .c-button,
  .m-button-list .c-button + .c-button {
    margin-top: 50px;
  }
  .confirm .c-button__button {
    padding: 17px 20px 15px 20px;
  }
  .confirm .c-button__text {
    font-size: 2.2rem;
  }
  .c-button__button:hover {
    box-shadow: 0 0 0 0 #9B1A1F;
    transform: translateY(5px);
  }
  .c-button__button:hover::before {
    opacity: 0;
  }
  .c-button__button:hover::after {
    opacity: 1;
  }
  .c-button.-blue .c-button__button:hover {
    box-shadow: 0 0 0 0 #01367D;
  }
  .c-button.-back .c-button__button:hover {
    box-shadow: 0 0 0 0 #808080;
  }
}
@media screen and (min-width: 1000px) {
  .c-button {
    width: 480px;
    margin-top: 44px;
  }
  .m-button-list .c-button {
    max-width: 280px;
  }
  .c-button__button {
    padding: 24px 20px 25px;
  }
  .c-button__text {
    font-size: 2rem;
  }
  .c-button__icon-mail {
    padding-left: 36px;
    background-size: 26px 20px;
  }
  .c-button:not(.-small) .c-button__text::after {
    width: 20px;
    height: 20px;
    right: -30px;
    top: 2px;
  }
  .c-button.-back:not(.-small) .c-button__text::after {
    right: auto;
    left: -30px;
  }
}

.c-table {
  width: 100%;
  font-size: 1.6rem;
  border-spacing: 0 4px;
}
.c-table__thead th {
  background-color: #E1E1E1;
  font-weight: 400;
  padding: 14px 0 13px;
}
.c-table__tbody th {
  background: linear-gradient(to right, var(--gradient-blue-start), var(--gradient-blue-end));
  color: #FFFFFF;
  padding: 14px 0 13px;
}
.c-table__tbody td {
  background-color: #FFFFFF;
  padding: 14px 20px 13px;
}
.c-table.-own .c-table__thead th {
  background-color: #CAE1FE;
  color: #004BB1;
  font-weight: 700;
}
.c-table + .c-table {
  margin-top: 22px;
}

@media screen and (min-width: 1000px) {
  .c-table {
    width: calc(50% - 2px);
  }
  .c-table + .c-table {
    margin-top: 0;
    margin-left: 4px;
  }
  .c-table__thead th {
    font-size: 1.8rem;
    padding: 16px 0 18px;
  }
  .c-table__tbody th {
    font-size: 1.8rem;
    padding: 16px 0 17px;
  }
  .c-table__tbody td {
    padding: 0 120px;
    height: 131px;
  }
}

/**
 カード
 */
.m-card-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.c-card {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  box-sizing: border-box;
}
.c-card__media {
  width: auto;
  height: 56px;
}
.c-card__text {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .m-card-list {
    flex-direction: row;
    gap: 5px;
  }
  .c-card {
    width: 20%;
    padding-top: 48px;
    padding-bottom: 34px;
    gap: 24px;
  }
  .c-card__media {
    height: 99px;
  }
  .c-card__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

/**
 効果コンポーネント
 */
.m-effect-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.c-effect {
  background: linear-gradient(to right, var(--gradient-blue-start), var(--gradient-blue-end));
  color: #FFFFFF;
  padding: 16px 0;
  text-align: center;
  font-weight: 700;
  width: calc(50% - 3px);
  box-sizing: border-box;
}
.c-effect__title {
  font-size: 1.2rem;
}
.c-effect__score {
  font-size: 2.7rem;
}
.c-effect__score__number {
  font-size: 4.8rem;
}
@media screen and (min-width: 1000px) {
  .c-effect {
    padding-top: 20px;
  }
  .c-effect__title {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .c-effect__score {
    font-size: 4rem;
  }
  .c-effect__score__number {
    font-size: 8rem;
    line-height: 1;
  }
}

/**
 実績コンポーネント
 */
.m-work-list {
  display: flex;
  flex-direction: column;
  margin-top: 37px;
}
.m-work {
  display: flex;
  flex-direction: column;
}
.m-work + .m-work {
  margin-top: 48px;
}
.m-work__top {
  order: 1;
}
.m-work__bottom {
  order: 2;
}
.m-work__title {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 17px;
  margin-bottom: 17px;
}
.m-work__text {
  margin-bottom: 23px;
}
.m-work__logo {
  display: none;
}
@media screen and (min-width: 600px) {
  .m-work-list {
    flex-direction: row;
    justify-content: space-between;
    gap: 1%;
    margin-top: 80px;
  }
  .m-work {
    width: 50%;
    max-width: 540px;
    margin-top: 0;
  }
  .m-work + .m-work {
    margin-top: 0;
  }
  .m-work__title {
    margin-top: 20px;
  }
  .m-work__text {
    font-size: 1.6rem;
    margin-top: 3px;
    margin-bottom: 32px;
    line-height: 1.8;
  }
  .m-work__logo {
    display: block;
    width: 85px;
    height: auto;
    aspect-ratio: 1;
  }
  .m-work__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
}
@media screen and (min-width: 1000px) {
  .m-work__title {
    font-size: 2.8rem;
    margin-top: 20px;
  }
}

/*
 ロゴ
 */
.c-mediaLogo{display:block;width: 180px;}
.c-mediaLogo__parts{fill:#231815}
.c-mediaLogo__parts.-passion{fill:#d73336}
.c-mediaLogo__parts.-kindness{fill:#009d45}
.c-mediaLogo__parts.-strength{fill:#216aad}
.c-mediaLogo svg{width:100%;max-height:30px}
svg[aria-hidden=true] {display: none !important}

@media screen and (min-width: 600px) {
  .c-mediaLogo {
    width: 250px;
  }
  .c-mediaLogo svg {
    max-height: 42px
  }
}

@media screen and (min-width: 600px) {
  .m-content1 {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-content2 {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 カラムレイアウト
 */
.m-column__list {
  margin-top: 40px;
}
.c-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.c-column + .c-column {
  margin-top: 24px;
}
.c-column__item.-media {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.c-column__item__text {
  margin: 0;
}

@media screen and (min-width: 1000px) {
  .c-column {
    flex-direction: row;
    gap: 0 7%;
    align-items: center;
    justify-content: space-between;
  }
  .c-column.-reverse {
    flex-direction: row-reverse;
  }
  .m-column__list {
    margin-top: 90px;
  }
  .m-flow + .m-content2 .m-column__list {
    margin-top: 80px;
  }
  .c-column__item.-media {
    width: 42%;
    flex-shrink: 0;
  }
  .c-column + .c-column {
    margin-top: 75px;
  }
  .c-column__item__text {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

/**
 フロー
 */
.m-flow {
  padding: 40px 20px;
  background: linear-gradient(to bottom, var(--gradient-blue-start), var(--gradient-blue-end));
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 18px;
}
.m-flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.m-flow__list > .m-flow__list__item {
  position: relative;
  width: calc(50% - 25px);
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0;
}
.m-flow__list__item:nth-child(even)::before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  top: 20px;
  left: 0;
  transform: translateX(-100%);
  height: 70px;
  background: url(/contact/kinki/img/icon_flow.svg) no-repeat center;
}
.m-flow__list__item__text {
  line-height: 1.428;
}
.m-flow__list .m-flow__list {
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
  flex-wrap: nowrap;
}
.m-flow__list .m-flow__list > .m-flow__list__item {
  width: 100%;
  background-color: #FFFFFF;
  font-size: 1.2rem;
  color: var(--base-text-color);
  box-sizing: border-box;
  line-height: 1.5;
  padding: 7px 0;
}
.m-flow__list .m-flow__list > .m-flow__list__item::before {
  content: none;
}
@media screen and (min-width: 1000px) {
  .m-flow {
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: space-between;
  }
  .m-flow__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    gap: 40px 65px;
  }
  .m-flow__list__item__text {
    font-size: 2rem;
  }
  .m-flow__list > .m-flow__list__item {
    width: auto;
  }
  .m-flow__list > .m-flow__list__item:last-child {
    margin-left: 50px;
  }
  .m-flow__list .m-flow__list {
    flex-direction: row;
    margin-top: 14px;
    padding: 0 8px;
    gap: 30px;
  }
  .m-flow__list .m-flow__list > .m-flow__list__item {
    position: relative;
    width: auto;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.6rem;
    height: 260px;
    padding: 7px 12px;
    letter-spacing: 0.3em;
  }
  .m-flow__list .m-flow__list > .m-flow__list__item:last-child {
    margin-left: 0;
  }
  .m-flow__list .m-flow__list > .m-flow__list__item + .m-flow__list__item::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    background: url(/contact/kinki/img/bg_line.svg) no-repeat center;
    transform: none;
  }
  .m-flow__list__item:not(:first-child)::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    background: url(/contact/kinki/img/icon_flow.svg) no-repeat center;
    width: 33px;
    height: 120px;
    background-size: cover;
    top: 40px;
    bottom: 0;
    margin: auto;
    transform: translateX(calc(-100% - 8px));
  }
}
@media screen and (min-width: 1200px) {
  .m-flow__list > .m-flow__list__item:last-child {
    margin-left: 0;
  }
}


.m-disclosure-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.m-disclosure {
  background-color: #FFFFFF;
  padding: 22px 14px 20px 18px;
}
.m-disclosure__summary {
  position: relative;
  display: block;
}
.m-disclosure__summary::-webkit-details-marker {
  display: none;
}
.m-disclosure__summary::before,
.m-disclosure__summary::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #2D85FE;
}
.m-disclosure__summary::after {
  transform: rotate(90deg);
}
.m-disclosure__details[open] .m-disclosure__summary::after {
  transform: rotate(0deg);
}
.m-disclosure__summary-wrap {
  display: flex;
  gap: 11px;
  padding-right: 32px;
  font-weight: 700;
}
.m-disclosure__Q {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #2D85FE;
  background-color: #EBF4FF;
  border-radius: 50%;
  flex-shrink: 0;
}
.m-disclosure__title {
  font-size: 1.6rem;
}
.m-disclosure__contents {
  margin-top: 20px;
}
.m-disclosure__text {
  font-size: 1.3rem;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .m-disclosure {
    padding: 24px 40px 23px 40px;
  }
  .m-disclosure__summary {
    gap: 15px;
  }
  .m-disclosure__summary:focus-visible {
    outline: none;
  }
  .m-disclosure__details .m-disclosure__summary::before,
  .m-disclosure__details .m-disclosure__summary::after {
    width: 24px;
  }
  .m-disclosure__Q {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .m-disclosure__title {
    font-size: 2rem;
    line-height: 2;
  }
  .m-disclosure__contents {
    margin-top: 24px;
  }
  .m-disclosure__text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.m-contact {
  padding: 12px 20px 24px;
  background: url(/contact/kinki/img/bg_corner_02.svg) no-repeat top -62px right -90px,
  url(/contact/kinki/img/bg_argyle_repeat_mv.png) repeat #FFFFFF;
  background-size: 200px, 162px 90px;
  box-shadow: 1px 4px 20px rgba(9, 139, 222, 0.2);
}
.m-contact__list {
  display: flex;
  flex-direction: column;
}
.m-contact__item {
  width: 100%;
}
.m-contact__title {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
.m-contact__text {
  font-size: 1.4rem;
  margin: 0;
}
.m-contact__heading {
  font-size: 1.6rem;
  margin: 20px 0 0;
}
.m-contact__tel {
  margin: 0;
  display: flex;
  line-height: 1.4;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 700;
  background: linear-gradient(to right, var(--gradient-red-start), var(--gradient-red-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 6px;
}
.m-contact__tel a {
  background: linear-gradient(to right, var(--gradient-red-start), var(--gradient-red-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-contact__tel::before {
  content: "";
  display: block;
  width: 20px;
  height: 29px;
  background: url(/contact/kinki/img/icon_tel.svg) no-repeat;
  background-size: contain;
}
.m-contact__info {
  font-size: 1.2rem;
  margin: 0;
}
.m-contact__info + .m-contact__info {
  margin-top: 8px;
}
.m-contact .c-button {
  margin-top: 8px;
}
@media screen and (min-width: 1000px) {
  .m-contact {
    background: url(/contact/kinki/img/bg_corner_01.svg) no-repeat left bottom -25px,
    url(/contact/kinki/img/bg_corner_02.svg) no-repeat top -98px right -142px,
    url(/contact/kinki/img/bg_argyle_repeat_mv.png) repeat #FFFFFF;
    background-size: 100px 144px, 300px, 161px 93px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .m-contact__title {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 17px;
  }
  .m-contact__text {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .m-contact__list {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }
  .m-contact__item {
    width: calc((100% - 60px) / 2);
    max-width: 414px;
    text-align: center;
  }
  .m-contact__heading {
    margin-top: 38px;
    font-size: 2rem;
  }
  .m-contact__tel {
    font-size: 4rem;
    margin-top: 12px;
    justify-content: center;
    letter-spacing: 0;
    gap: 8px;
  }
  .m-contact__tel::before {
    width: 24px;
    height: 36px;
  }
  .m-contact__info {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .m-contact .c-button {
    margin-top: 20px;
    max-width: 400px;
  }
}


/**
 フォーム
 */
.m-form {
  padding: 38px 20px 32px;
  background-color: #FFFFFF;
  box-shadow: 1px 4px 20px rgba(9, 139, 222, 0.2);
  margin-top: 20px;
}
.m-form .m-heading2__text {
  margin-bottom: 29px;
}
.m-form__text {
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 0;
}
.m-form__text + .m-form__text {
  margin-top: 8px;
}
.m-form textarea {
  height: 160px;
  resize: vertical;
}
.m-form textarea:user-invalid {
  border: 2px solid #B53939;
}
.m-form-item + .m-form-item {
  margin-top: 19px;
}
.m-form-item__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #01367D;
  margin-bottom: 10px;
}
.m-form-item__label.-small {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(50% - 10px);
}
.m-form-item__label + .m-form-item__label {
  margin-left: 20px;
}
.m-form-item textarea,
.m-form-item input,
.m-form-item select {
  width: 100%;
  font-size: 1.6rem;
  padding: 15px 6px;
  box-sizing: border-box;
  border: 1px solid #01367D;
  appearance: none;
  -webkit-appearance: none;
  background-color: #FFFFFF;
}
.m-form-item__input.-small {
  width: calc((100% - 24px) / 3);
}
.m-form-item__separator {
  display: flex;
  align-items: center;
  padding: 0 4px;
}
.c-label__required {
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #F03D61;
  padding: 3px 5px 1px;
  margin-left: 6px;
  font-weight: 400;
}
.confirm .m-form {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 37px;
}
@media screen and (min-width: 1000px) {
  .m-form {
    padding-top: 68px;
    padding-bottom: 62px;
  }
  .m-form textarea {
    height: 200px;
  }
  .m-form-item-list {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-form-item + .m-form-item {
    margin-top: 28px;
  }
  .m-form-item__label {
    display: flex;
    align-items: center;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .m-form-item textarea,
  .m-form-item input,
  .m-form-item select {
    font-size: 1.8rem;
    padding: 17px 12px;
  }
  .m-form-item__label.-small {
    max-width: 250px;
  }
  .m-form-item__input.-small {
    max-width: 180px;
  }
  .m-form-item__separator {
    padding: 0 16px;
  }
  .m-form__text {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .m-form__text + .m-form__text {
    margin-top: 13px;
  }
  .c-label__required {
    font-size: 1.4rem;
    margin-left: 14px;
    padding: 0 6px;
  }
  .m-form .m-button-list .c-button {
    margin-top: 50px;
  }
  .confirm .m-form {
    padding: 50px 100px 70px;
  }
}

/**
 中央寄せ 
 */
.m-center {
  display: flex;
  justify-content: center;
}
.m-spaceBetween {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/**
 ボックス
 */
.m-box {
  width: 100%;
  background-color: #F5F5F5;
  padding: 19px 19px 21px;
  box-sizing: border-box;
  margin-top: 18px;
}
.m-box-2 {
  padding: 19px 17px;
  background-color: #EBF4FF;
}
.m-box-3 {
  padding: 27px 17px 86px;
  background-color: #FFFFFF;
  box-shadow: 1px 4px 20px rgba(9, 139, 222, 0.2);
}
@media screen and (min-width: 1000px) {
  .m-box {
    padding: 22px 21px 20px;
  }
  .m-box-2 {
    padding: 20px 40px;
  }
  .m-box-3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 53px;
    padding-bottom: 79px;
  }
}

/*
 クラスター
 */
.m-cluster {
  display: flex;
  flex-wrap: wrap;
}

/**
 確認画面
 */
.confirm {
  background-color: #EBF4FF;
  padding: 30px 20px 40px;
}
.confirm p {
  font-size: 1.2rem;
  margin-top: 18px;
  margin-bottom: 18px;
}
@media screen and (min-width: 1000px) {
  .confirm {
    padding-top: 53px;
    padding-bottom: 80px;
  }
  .confirm p {
    font-size: 1.4rem;
    margin-bottom: 25px;
    line-height: 1.828;
  }
}

.m-output {
  border: 1px solid #B4B4B4;
  border-collapse: collapse;
  width: 100%;
}
.m-output__column-1,
.m-output__column-2{
  width: 100%;
}
.m-output th,
.m-output td {
  font-size: 1.4rem;
  display: block;
  text-align: left;
  padding: 0;
}
.m-output th {
  color: #01367D;
  padding: 16px 20px 3px;
}
.m-output td {
  border-bottom: 1px solid #B4B4B4;
  padding: 2px 20px 16px;
}
.m-output tr:last-child td {
  border-bottom: none;
}

@media screen and (min-width: 1000px) {
  .m-output__column-1 {
    width: 30%;
  }
  .m-output__column-2 {
    width: 70%;
  }
  .m-output th,
  .m-output td {
    font-size: 1.6rem;
    display: table-cell;
    padding: 20px 50px 20px 48px;
  }
  .m-output .m-output__row-long th,
  .m-output .m-output__row-long td {
    padding: 39px 50px 40px 47px;
  }
  .m-output th {
    border-right: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
  }
  .m-output tr:last-child th {
    border-bottom: none;
  }
}

.complete {
  padding: 32px 20px;
  background-color: #EBF4FF;
  height: 100%;
  box-sizing: border-box;
}
.complete p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1000px) {
  .complete {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #EBF4FF;
  }
  .complete p {
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.95;
  }
}

footer {
  background-color: #01367D;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 20px;
}

.footer__copyright {
  font-size: 1rem;
  margin: 0;
}

.footer__text {
  font-size: 1.2rem;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 600px) {
  footer {
    padding: 20px;
  }
  .footer__copyright {
    font-size: 1.4rem;
  }
  .footer__text {
    font-size: 1.6rem;
  }
}
