@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

[type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
}

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

dd, dl, figure, h1, h2, h3, p {
  margin: 0;
}

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

ol, ul {
  list-style: none;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

*, :after, :before {
  border: 0 solid #e2e8f0;
}

img {
  border-style: solid;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3 {
  font-size: inherit;
  font-weight: inherit;
}

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

iframe, img, svg {
  display: block;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, Hiragino Sans, Hiragino Kaku Gothic ProN, meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

html * {
  box-sizing: inherit;
}

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

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, Hiragino Sans, Hiragino Kaku Gothic ProN, meiryo, sans-serif;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 2) {
  body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@font-face {
  font-family: iconfont;
  src: url(fonts/iconfont.eot);
  src: url(fonts/iconfont.eot?#iefix) format("eot"), url(fonts/iconfont.woff) format("woff"), url(fonts/iconfont.ttf) format("truetype"), url(fonts/iconfont.svg#iconfont) format("svg");
  font-weight: 400;
  font-style: normal;
}
.icon, img {
  display: inline-block;
}

.icon {
  font-family: iconfont;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-company, .p-policy, .p-transition {
  padding-bottom: 80px;
}

.p-policy p {
  text-indent: 0;
  margin-bottom: 20px;
}

.p-term {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-term .inner {
    margin-right: 3%;
    margin-left: 3%;
  }
}
.l-main {
  overflow: hidden;
  min-width: 1000px;
}

@media screen and (max-width: 769px) {
  .l-main {
    min-width: 0;
  }
}
.bg-main {
  background: url(../images/bg_main.png) no-repeat #faf6f1 top;
  background-size: auto;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: auto;
  }
}
.about {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 80px;
  }
}
.about__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about__wrap .txt {
  order: 1;
  width: 600px;
  padding: 0 60px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
}

@media screen and (max-width: 1200px) {
  .about__wrap .txt {
    padding: 0 40px;
  }
}
.about__wrap .movie {
  width: 600px;
  order: 2;
}

@media screen and (max-width: 1023px) {
  .about__wrap {
    display: block;
  }

  .about__wrap .movie {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
  }

  .about__wrap .txt {
    width: 100%;
    max-width: 600px;
    padding: 0;
    margin: 0 auto;
  }
}
.feature {
  padding-bottom: 80px;
  background: #f1f1f1;
}

.feature__column {
  width: calc((100% - 80px)/3);
  margin-left: 40px;
  margin-bottom: 40px;
}

.feature__column:nth-child(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 1023px) {
  .feature__column {
    width: calc((100% - 80px)/2);
  }

  .feature__column img {
    max-width: none;
    width: 100%;
  }

  .feature__column:nth-child(3n+1) {
    margin-left: 40px;
  }

  .feature__column:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature__column {
    width: 100%;
    margin-left: 0;
  }

  .feature__column:nth-child(3n+1), .feature__column:nth-child(odd) {
    margin-left: 0;
  }
}
.feature__btn {
  margin-bottom: 10vw;
}

.scene {
  padding-bottom: 80px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .scene {
    padding-bottom: 0;
  }
}
.scene__queue {
  position: absolute;
  top: -10.2vw;
  right: 0;
  width: 100%;
}

.scene__queue img {
  width: 100%;
  max-width: none;
}

.scene__voice {
  position: relative;
  padding: 0 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .scene__voice {
    padding: 0;
  }
}
.scene__voice .c-column .head {
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
}

.scene__voice .c-column .head.-s {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .scene__voice .c-column .head {
    font-size: 2.2rem;
  }

  .scene__voice .c-column .head.-s {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.scene__voice.bad:before {
  content: "";
  display: block;
  width: 64px;
  height: 187px;
  background: url(../images/scene_chara_01.png) no-repeat;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .scene__voice.bad:before {
    top: auto;
    bottom: 0;
    margin-bottom: -42px;
    transform: scale(0.8);
    transform-origin: bottom;
    left: -24px;
  }
}
.scene__voice.bad:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #6d6d6d;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .scene__voice.bad:after {
    display: none;
  }
}
.scene__voice.good:before {
  content: "";
  display: block;
  width: 70px;
  height: 187px;
  background: url(../images/scene_chara_02.png) no-repeat;
  position: absolute;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .scene__voice.good:before {
    top: auto;
    bottom: 0;
    margin-bottom: -42px;
    transform: scale(0.8);
    transform-origin: bottom;
    right: -24px;
  }
}
.scene__voice.good:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #f5f2e7;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .scene__voice.good:after {
    display: none;
  }
}
.scene__voice.office:before {
  content: "";
  display: block;
  width: 76px;
  height: 216px;
  background: url(../images/scene_chara_03.png) no-repeat;
  position: absolute;
  left: 35px;
  bottom: -20px;
}

@media screen and (max-width: 767px) {
  .scene__voice.office {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 0;
  }

  .scene__voice.office .scene__text {
    border-radius: 0;
  }

  .scene__voice.office:before {
    left: -4px;
    top: 69vw;
    transform: scale(0.8);
  }
}
.scene__text {
  background: #ddd;
  border-radius: 20px;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .scene__text {
    padding: 0 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.scene__text .head {
  display: flex;
  align-items: center;
}

.scene__text .head figure {
  min-width: 54px;
}

@media screen and (max-width: 767px) {
  .scene__text .head {
    display: block;
  }

  .scene__text .head figure {
    min-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.bad .scene__text {
  background: #6d6d6d;
}

.bad .scene__text h3 {
  color: #fff;
}

.good .scene__text {
  background: #f5f2e7;
}

.good .scene__text h3 {
  color: #c31d2b;
}

.good .scene__text p {
  padding-bottom: 20px;
}

.office .scene__text {
  background: #ebf5fc;
}

.office .scene__text .logo {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .office .scene__text {
    padding: 0 20px;
  }
}
.office .scene__text h3 {
  color: #fff;
  background: #6d6d6d;
  padding: 20px 60px;
  border-radius: 20px;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .office .scene__text h3 {
    padding: 20px 40px;
  }
}
.scene__column {
  width: calc((100% - 60px)/2);
  margin-left: 60px;
  margin-bottom: 60px;
}

.scene__column:nth-child(odd) {
  margin-left: 0;
}

.scene__column .head {
  position: relative;
}

.scene__column .head img {
  pointer-events: none;
}

.scene__column .icon {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
  .scene__column {
    width: calc((100% - 40px)/2);
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .scene__column {
    width: 100%;
    margin-left: 0;
  }

  .scene__column .c-thumb img {
    max-width: none;
    width: 100%;
  }

  .scene__column:nth-child(3n+1), .scene__column:nth-child(odd) {
    margin-left: 0;
  }
}
.flow {
  background: url(../images/flow_bg.png) top;
}

.flow__column {
  width: calc((100% - 120px)/3);
  margin-left: 59px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  top: -200px;
  z-index: 1;
  margin-bottom: -200px;
}

.flow__column:first-child {
  margin-left: 0;
}

.flow__column:after {
  content: "";
  display: block;
  width: 60px;
  height: 46px;
  background: url(../images/flow_arrow.png);
  position: absolute;
  right: -60px;
  top: 178px;
}

.flow__column:last-child:after {
  display: none;
}

.flow__column .head {
  color: #c31d2b;
}

.flow__column .body, .flow__column .head {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}

.flow__column .body {
  font-weight: 900;
}

@media screen and (max-width: 769px) {
  .flow__column {
    width: calc((100% - 60px)/3);
    margin-left: 29px;
  }

  .flow__column:after {
    width: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .flow__column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
    top: -60px;
  }

  .flow__column .c-thumb img {
    max-width: none;
    width: 100%;
  }

  .flow__column:last-child {
    margin-bottom: 0;
  }

  .flow__column:after {
    background: url(../images/flow_arrow_sp.png);
    right: 50%;
    top: auto;
    bottom: -53px;
    width: 58px;
    height: 36px;
    margin-right: -28px;
  }
}
.flow .c-h2 {
  margin-bottom: 200px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .flow .c-h2 {
    margin-bottom: 20px;
  }
}
.flow__inner {
  background: #f1f1f1;
}

.faq {
  padding-bottom: 80px;
  background: #fff;
}

.faq__item {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
}

.faq__item dt {
  font-size: 20px;
  font-size: 2rem;
  padding-left: 5rem;
  position: relative;
  border-bottom: 1px dotted #e9e9e9;
  padding-bottom: 11px;
}

.faq__item dt:before {
  content: "Q";
  display: inline-block;
  width: 4rem;
  text-align: center;
  position: absolute;
  left: 0;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #c31d2b;
  font-weight: 900;
}

.faq__item dd {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 5rem;
  position: relative;
  padding-top: 10px;
}

.faq__item dd:before {
  content: "A";
  width: 4rem;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #65ad2b;
  font-weight: 900;
}

.faq__item + .faq__item {
  margin-top: 40px;
}

.inquiry {
  background: #e8e8e8;
}

.inquiry .c-h2 {
  padding: 60px 0;
}

.inquiry__dl {
  display: inline-block;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .inquiry__dl {
    width: 100%;
  }
}
.inquiry__dl > dt {
  position: absolute;
  width: 5em;
  padding: 5px 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .inquiry__dl > dt {
    position: static;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 0 0;
  }

  .inquiry__dl > dt:first-of-type {
    border-top: none;
  }
}
.inquiry__dl > dd {
  padding: 5px 0 5px 6em;
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .inquiry__dl > dd {
    padding: 0 0 10px;
  }
}
.conv {
  display: none;
}

@media screen and (max-width: 1023px) {
  .conv {
    position: fixed;
    left: 0;
    bottom: -120px;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 5%;
    text-align: center;
    z-index: 10;
    transition: 0.4s;
  }

  .conv.-active {
    bottom: 0;
  }
}
.c-btn {
  display: inline-block;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #888;
  text-align: center;
  padding: 6px 0;
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-btn:hover {
  opacity: 0.7;
  transform: translateY(2px);
}

.c-btn.-hd {
  min-width: 162px;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-btn.-hd {
    min-width: 100px;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 10px;
  }
}
.c-btn.-login {
  background: #65ad2b;
}

.c-btn.-free {
  background: #c31d2b;
}

.c-btn.-office {
  background: #2c8bb5;
}

.c-btn.-l {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  min-width: 390px;
}

@media screen and (max-width: 767px) {
  .c-btn.-l {
    min-width: 0;
    width: 100%;
  }
}
.c-btn.-m {
  font-size: 20px;
  font-size: 2rem;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  min-width: 300px;
}

@media screen and (max-width: 767px) {
  .c-btn.-m {
    min-width: 0;
    width: 100%;
  }
}
.c-btn.-arrow {
  position: relative;
}

.c-btn.-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.c-column .head {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  padding: 20px 0 16px;
  line-height: 1.4;
  text-align: center;
}

.c-column .body {
  font-size: 16px;
  font-size: 1.6rem;
}

.c-h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  padding: 40px 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-h2 {
    font-size: 30px;
    font-size: 3rem;
    padding: 60px 0;
  }
}
.c-h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  padding: 30px 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-h3 {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 30px 0;
  }
}
.c-list {
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .c-list {
    margin-left: 0.5em;
  }
}
.c-list > li {
  list-style-type: disc;
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  .c-list > li {
    margin: 10px 0;
  }
}
.c-order > li {
  text-indent: -1.3em;
  padding-left: 1.5em;
  margin-bottom: 10px;
}

.c-order > li > strong {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.c-order.-l > li {
  text-indent: -2.6em;
  padding-left: 2.5em;
  margin: 20px 0;
}

.c-order.-l > li > strong {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 900;
}

.c-modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}

.c-modal.show {
  z-index: 100;
  opacity: 1;
}

.c-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.c-modal__close:before {
  transform: rotate(-45deg);
  top: -5px;
  left: 17px;
}

.c-modal__close:after, .c-modal__close:before {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  position: absolute;
  background: #fff;
}

.c-modal__close:after {
  transform: rotate(45deg);
  top: -6px;
  left: 18px;
}

@media screen and (max-width: 767px) {
  .c-modal__close {
    right: 10px;
  }
}
.c-modal__wrap {
  width: 80%;
}

.c-modal__iframeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.c-modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-scroll {
  border: 1px solid #bbb;
  height: 500px;
  overflow-y: auto;
}

.c-thumb {
  border-radius: 20px;
  overflow: hidden;
}

.scroll-fade {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(40px);
}

.scroll-fade.-active {
  opacity: 1;
  transform: translateY(0);
}

.text-orange {
  color: #c31d2b;
}

.text-blue {
  color: #2c8bb5;
}

.text-s {
  font-size: 0.8em !important;
}

.text-l {
  font-size: 1.2em !important;
}

.disp--PC {
  display: block;
}

@media screen and (max-width: 767px) {
  .disp--PC {
    display: none;
  }
}
.disp--PC.-i {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .disp--PC.-i {
    display: none;
  }
}
.disp--PC.-f {
  display: flex;
}

@media screen and (max-width: 767px) {
  .disp--PC.-f {
    display: none;
  }
}
.disp--SP {
  display: none;
}

@media screen and (max-width: 767px) {
  .disp--SP {
    display: block;
  }
}
.border-t {
  border-top-width: 1px;
}

.flex {
  display: flex;
}

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

.items-center {
  align-items: center;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-0 {
  padding-top: 0;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

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

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

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.align-middle {
  vertical-align: middle;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }
}
.transition__dl {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .transition__dl {
    width: 100%;
  }
}
.transition__dl > dt {
  position: absolute;
  width: 10em;
  padding: 5px 0;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .transition__dl > dt {
    position: static;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 0 0;
  }

  .transition__dl > dt:first-of-type {
    border-top: none;
  }
}
.transition__dl > dd {
  padding: 5px 0 5px 15em;
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .transition__dl > dd {
    padding: 0 0 10px;
  }
}
/* お問い合わせ */
.formTable {
  margin: 0 auto;
  width: 60%;
}

.formTable tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.formTable tr th {
  line-height: 52px;
  text-align: left;
}

.formTable tr td {
  display: block;
  width: calc(75% - 23px);
  height: 52px;
  border: 1px #e9e9e9 solid;
  border-radius: 5px;
}

.formTable tr td input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.formTable tr td select {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
  font-size: 16px;
}

.formTable tr td textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  resize: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 3.2rem;
  font-weight: inherit;
}

.formTable tr .textarea_box {
  height: auto;
}

.submit {
  margin-top: 30px;
  height: 58px;
  padding: 0 80px;
  border-radius: 10px;
  background-color: #c31d2b;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-weight: bold;
  font-size: 20px;
}

.submit:hover {
  opacity: 0.8;
}

.thanks_wrap {
  max-width: 900px;
  margin: 0 auto;
}

.thanks_wrap p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
}

.thanks_title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #c31d2b;
}

.button_thanks {
  display: block;
  margin: 50px auto 150px;
  width: 250px;
  height: 55px;
  border-radius: 10px;
  background-color: #c31d2b;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-weight: bold;
  font-size: 20px;
}

.button_thanks:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .formTable {
    width: 100%;
    padding: 0 20px;
  }

  .formTable tr {
    flex-direction: column;
    margin-bottom: 0;
  }

  .formTable tr th {
    width: 100%;
  }

  .formTable tr td {
    width: 100%;
  }

  .formTable tr td input {
    padding-left: 10px;
    padding-right: 10px;
  }

  .formTable tr td select {
    padding-left: 10px;
    padding-right: 10px;
  }

  .formTable tr td textarea {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit {
    margin-top: 20px;
  }

  .thanks_wrap {
    padding: 0 20px;
  }

  .thanks_wrap p {
    font-size: 15px;
    line-height: 1.8;
  }

  .thanks_title {
    margin-bottom: 10px;
  }

  .button_thanks {
    margin-top: 30px;
  }
}
.contact_icon {
  color: #e90115;
  margin-left: 5px;
}