@charset "UTF-8";
body {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.u-pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-pc-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .u-pc-only--flex {
    display: none !important;
  }
}

.u-pc-only--inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .u-pc-only--inline-block {
    display: none !important;
  }
}

.u-pc-only--inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .u-pc-only--inline {
    display: none !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-sp-only--flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.u-sp-only--inline-block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-only--inline-block {
    display: inline-block !important;
  }
}

.u-sp-only--inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-only--inline {
    display: inline !important;
  }
}

.u-dev-hide {
  display: none !important;
}

/* リキッドレイアウト対応 */
@media (min-width: 1800px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.8888888889vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  background: url(/2022/images/main-bg.jpg) no-repeat center center/cover;
}

.mt-pc-80 {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .mt-pc-80 {
    margin-top: 1.0625rem;
  }
}

.mt-pc-60 {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .mt-pc-60 {
    margin-top: 1.0625rem;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp-18 {
    margin-top: 1.0625rem;
  }
}

@media screen and (max-width: 768px) {
  .my-form__submit {
    text-align: center !important;
  }
}

.banner {
  width: 300px;
  position: fixed;
  bottom: 40px;
  bottom: 2.5rem;
  right: 40px;
  right: 2.5rem;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .banner {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
}

.banner img {
  -webkit-box-shadow: 2px 2px 10px rgba(30, 30, 30, .31);
          box-shadow: 2px 2px 10px rgba(30, 30, 30, .31);
}

.form-wrap {
  position: relative;
  overflow: hidden;
  z-index: 100;
  margin-top: 40px;
  margin-top: 2.5rem;
}

form::after {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.form-head {
  font-size: 40px;
  color: #ee5521;
  text-align: center;
  padding: 100px 0 20px;
  padding: 6.25rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .form-head {
    font-size: 24px;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1850px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.announce {
  background-image: url(../images/bg_1.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .announce {
    background-image: none;
  }
}

.announce__inner {
  width: 100%;
  max-width: 1082px;
  max-width: 67.625rem;
  margin-left: auto;
  margin-right: auto;
}
.announce__body {
  width: 100%;
  max-width: 1082px;
  padding: 60px 0px;
  padding: 3.75rem 0rem;
}
@media screen and (max-width: 768px) {
  .announce__body {
    padding: 0;
  }
}

.attention {
  background-color: #ee5521;
  padding: 63px 0px 78px;
  padding: 3.9375rem 0rem 4.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .attention {
    padding: 0rem 0rem 1.4375rem;
    background-image: none;
    background-color: #ee5521;
  }
}

@media screen and (max-width: 768px) {
  .attention__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 23px;
    padding-right: 23px;
  }
}

.attention__wrap {
  margin-top: 66px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .attention__wrap {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.attention__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .attention__title {
    font-size: 1.0625rem;
  }
}

.attention__text {
  font-weight: 700;
  color: #fff;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .attention__text {
    font-size: 0.75rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.btn {
  padding: 20px 0px 20px 111px;
  padding: 1.25rem 0rem 1.25rem 6.9375rem;
  background: -webkit-gradient(linear, right top, left top, from(#1ed94f), to(#f2f047));
  background: linear-gradient(to left, #1ed94f, #f2f047);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 671px;
  max-width: 41.9375rem;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 5px 5px 0px #000;
          box-shadow: 5px 5px 0px #000;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 0.875rem 0.5rem;
    max-width: 20.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.btn div {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .btn div {
    font-size: 0.90625rem;
    letter-spacing: -0.02em;
  }
}

.btn div img {
  width: 35px;
  width: 2.1875rem;
  height: 34px;
  height: 2.125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  margin-left: 80px;
  margin-left: 5rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .btn div img {
    width: 1.0625rem;
    height: 1.0625rem;
    position: relative;
    margin-left: 0;
    right: -60px;
  }
}

.contents {
  background-image: url(../images/bg_2.jpg);
  background-size: cover;
  padding: 63px 0px;
  padding: 3.9375rem 0rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0;
    background-image: none;
    background-color: #ee5521;
    padding-bottom: 17px;
  }
}

.contents__detail {
  max-width: 1082px;
  max-width: 67.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contents__detail {
    padding: 1.125rem 0.625rem;
  }
}

.contents__company__innner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
}
.contents__company__innner img {
  max-width: 204px;
}
@media screen and (max-width: 768px) {
  .contents__company__innner img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contents__company__innner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0rem 0.625rem;
    margin-top: 0;
  }
}

.contents__company__text {
  padding-left: 29px;
}
@media screen and (max-width: 768px) {
  .contents__company__text {
    padding-left: 12px;
  }
}

.contents__company__text1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .contents__company__text1 {
    font-size: 1.0625rem;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.contents__company__text2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}
.contents__company__text2 a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contents__company__text2 {
    font-size: 0.9375rem;
    white-space: nowrap;
  }
  .contents__company__text2:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sp-black {
    color: #000;
  }
}

.contents__lecturer {
  max-width: 1082px;
  max-width: 67.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  .contents__lecturer {
    padding: 0rem 0.625rem;
    margin-top: 25px;
    margin-bottom: 17px;
  }
}

.footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 0px !important;
  margin-top: 0rem !important;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
  }
}

.footer__inner {
  background-color: #fff;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0.625rem 1.5rem 1rem;
  }
}

.footer__title {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 1.0625rem;
  }
}

.footer__body {
  margin-top: 64px;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.125rem;
    margin-bottom: 70px;
  }
}

.footer__img {
  width: 100%;
  max-width: 163px;
  max-width: 10.1875rem;
  margin-right: 73px;
  margin-right: 4.5625rem;
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .footer__img {
    max-width: 6.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__company {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer__company {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

.footer__member {
  margin-top: 18px;
  margin-top: 1.125rem;
}
.footer__member p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .footer__member p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .footer__member {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.footer__contact {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__contact__text {
    line-height: 1.2;
    font-size: 0.875rem;
  }
}

.footer__number {
  line-height: 2;
}

.footer__address {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 0.875rem;
    margin-top: 1.4375rem;
  }
}

.footer__copy {
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    padding: 0.375rem;
  }
}

.footer__copy small {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__copy small {
    font-size: 0.875rem;
  }
}

.fv__inner {
  max-width: 1960px;
  max-width: 122.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .fv__inner img {
    max-width: 34.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.question {
  background-image: url(../images/bg_question.jpg);
  background-size: cover;
  padding-top: 73px;
}
@media screen and (max-width: 768px) {
  .question {
    padding-top: 15px;
  }
}

.question__inner {
  max-width: 960px;
  max-width: 60rem;
  padding: 0px;
  padding: 0rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .question__inner {
    padding: 0 0.625rem;
  }
}

.question__title {
  text-align: center;
}

.question__subtitle {
  color: #ee5521;
}
@media screen and (max-width: 768px) {
  .question__subtitle {
    font-size: 0.8125rem;
  }
}

.question__maintitle {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .question__maintitle {
    font-size: 1.0625rem;
  }
}

.question__wrap {
  margin-top: 42px;
  padding-bottom: 69px;
}
@media screen and (max-width: 768px) {
  .question__wrap {
    font-size: 0.875rem;
    margin-top: 18px;
    padding-bottom: 21px;
  }
}

/* チェックボックスは非表示 */
.question__accordion-hidden {
  display: none;
}

/* Question部分 */
.question__accordion-open {
  display: block;
  padding: 10px 10px 10px 70px;
  background: #fff;
  color: #000;
  cursor: pointer;
  margin: 7px 0;
  font-weight: 700;
  position: relative;
  /* 変更部分 */
}
@media screen and (max-width: 768px) {
  .question__accordion-open {
    padding: 3px 0 3px 32px;
  }
}

/* 開閉状態を示すアイコン+の作成 */
.question__accordion-open::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px #ee5521;
  border-right: solid 3px #ee5521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 23px;
}
@media screen and (max-width: 768px) {
  .question__accordion-open::after {
    right: 11px;
  }
}

/* 一本は縦にして+を作る */
.question__accordion-open::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* QとAのデザイン */
.question__accordion-open .accordion-flex,
.question__accordion-close .accordion-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 100%;
  background: #ee5521;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .question__accordion-open .accordion-flex,
.question__accordion-close .accordion-flex {
    width: 27px;
    font-size: 0.875rem;
  }
}

.accordion-white {
  color: #ee5521;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.question__accordion-hidden:checked + .question__accordion-open:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  top: 58%;
}

/* Answer部分 */
.question__accordion-close {
  display: block;
  height: 0;
  /* 要素の高さは0 */
  overflow: hidden;
  /* 非表示 */
  padding: 0 0 0 60px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 表示速度の設定 */
  position: relative;
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.question__accordion-hidden:checked + .question__accordion-open + .question__accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 70px;
  background: transparent;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .question__accordion-hidden:checked + .question__accordion-open + .question__accordion-close {
    padding: 3px 0 3px 32px;
  }
}

.question__accordion-hidden:checked + .accordion-org {
  background: #ee5521;
}

.question__accordion-hidden:checked + .accordion-org .accordion-white {
  color: #fff;
}

.question__accordion-hidden:checked + .question__accordion-open + .question__accordion-close .accordion-black {
  background: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.summary__date {
  font-size: 52px;
  font-size: 3.25rem;
  color: #ee5521;
  font-weight: 700;
  line-height: 1;
  margin-top: -8px;
  margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .summary__date {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
  }
}
.summary__date span {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .summary__date span {
    font-size: 1rem;
  }
}
.summary__date .slash {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .summary__date .slash {
    font-size: 1.25rem;
  }
}

.summary__wrap:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .summary__wrap:nth-child(n+2) {
    margin-top: 0.25rem;
  }
}

.summary__wrap:nth-child(4) {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .summary__wrap:nth-child(4) {
    margin-top: 0.25rem;
  }
}

.summary__head {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .summary__head {
    text-align: center;
    font-size: 0.9375rem;
    display: block;
  }
}

.summary__number {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#ff544f), to(#fad126));
  background: linear-gradient(to right, #ff544f, #fad126);
  color: #fff;
  padding: 0px 72px;
  padding: 0rem 4.5rem;
  letter-spacing: 0.01em;
  margin-right: 28px;
  margin-right: 1.75rem;
}
@media screen and (max-width: 768px) {
  .summary__number {
    font-size: 0.9375rem;
    padding: 0rem 0.625rem;
    display: block;
    margin-right: 0;
    border-radius: 0.25rem;
  }
}
.summary__number span {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .summary__number span {
    font-size: 0.9375rem;
  }
}

.summary__name {
  font-size: 24px;
  font-size: 1.5rem;
  padding-right: 1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .summary__name {
    display: none;
  }
}

.summary__position {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ee5521;
}
@media screen and (max-width: 768px) {
  .summary__position {
    display: none;
  }
}

.summary__name-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .summary__name-sp {
    font-size: 0.9375rem;
    padding-right: 1em;
    font-weight: 500;
    display: inline-block;
  }
}

.summary__position-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .summary__position-sp {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #ee5521;
    display: inline-block;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 768px) {
  .summary__names-sp {
    text-align: center;
    margin-top: 0.75rem;
  }
}

.summary__body {
  margin-top: 26px;
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .summary__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.125rem;
  }
}

.summary__img {
  max-width: 181px;
  max-width: 11.3125rem;
  width: 100%;
  margin-right: 22px;
  margin-right: 1.375rem;
}
@media screen and (max-width: 768px) {
  .summary__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 54.4%;
  }
}

.summary__texts {
  color: #171717;
}

.summary__title {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .summary__title {
    font-size: 1.0625rem;
    letter-spacing: -0.02em;
    margin-top: 0.625rem;
  }
}

.summary__detail {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .summary__detail {
    font-size: 0.9375rem;
    margin-top: 0.5rem;
    line-height: 1.6;
  }
}

.summary__profile {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .summary__profile {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.summary__profile span {
  color: #ee5521;
  font-weight: 700;
}

.summary__text {
  letter-spacing: -0.02em;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .summary__text {
    font-size: 0.875rem;
  }
}

.test {
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 768px) {
  .test {
    font-size: 1.875rem;
  }
}

.thanks {
  padding: 80px;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding: 5rem 1.25rem;
  }
}

.thanks__message {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .thanks__message {
    font-size: 1rem;
  }
}

.thanks__top {
  display: block;
  text-align: center;
  text-decoration: underline;
  margin-top: 40px;
  margin-top: 2.5rem;
}
/*# sourceMappingURL=styles.css.map */
