@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

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

.index {
  position: relative;
}
.index .service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .service_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width:640px) {
  .index .service_item {
    border-right: 1px solid #ea563d;
  }
}
@media screen and (max-width:639px) {
  .index .service_item {
    padding-bottom: 48px;
  }
  .index .service_item:not(:first-child) {
    padding-top: 24px;
  }
  .index .service_item:not(:last-child) {
    border-bottom: 1px solid #ea563d;
  }
}
@media screen and (min-width:1025px) {
  .index .service_item:first-child, .index .service_item:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .service_item:first-child, .index .service_item:nth-child(2) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .service_item {
    width: 50%;
    padding: 24px 30px;
    padding-top: 0;
  }
}
@media screen and (min-width:1025px) {
  .index .service_item {
    width: 50%;
    padding: 32px 40px;
  }
}
@media screen and (min-width:640px) {
  .index .service_item:nth-child(odd) {
    border-left: 1px solid #ea563d;
  }
}
.index .service_item h3 {
  color: #ea563d;
  font-size: 24px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .service_item h3 img {
  margin-bottom: 28px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .service_item h3 {
    font-size: clamp(19px, 2.6785714286vw, 24px);
  }
}
@media screen and (max-width:639px) {
  .index .service_item h3 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.index .service_item p {
  font-size: clamp(14px, 1.7857142857vw, 16px);
  margin-bottom: 28px;
}
@media screen and (max-width:639px) {
  .index .service_item p {
    margin-bottom: 14px;
  }
}
.index .service_item ul {
  align-self: flex-start;
}
@media screen and (max-width:1024px) {
  .index .service_item ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 13px;
  }
  .index .service_item ul li:before {
    top: 13px;
  }
}
@media screen and (min-width:1025px) {
  .index .infomation {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .infomation {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .infomation {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.index .infomationInner {
  max-width: 1200px;
  display: flex;
  gap: clamp(24px, 3.3333333333vw, 32px);
  background-color: #fff;
  box-shadow: 0px 4px 32px 0px #F2D5D0;
  padding: 40px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .infomationInner {
    padding: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .infomationInner {
    padding: 20px 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .infomationInner {
    justify-content: space-between;
  }
}
@media screen and (min-width:1400px) {
  .index .infomationInner {
    padding: 40px 120px;
  }
}
@media screen and (max-width:1024px) {
  .index .infomationInner {
    flex-direction: column;
  }
}
.index .infomationLeft {
  display: flex;
}
@media screen and (min-width:1025px) {
  .index .infomationLeft {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 14px;
  }
}
@media screen and (max-width:1024px) {
  .index .infomationLeft {
    justify-content: space-between;
    align-items: center;
  }
}
.index .infomationRight {
  max-width: 690px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.index .infomationRight ul {
  width: 100%;
}
.index .infomation {
  background-color: #fff0ed;
}
.index .infomation h2 {
  font-size: clamp(24px, 3.2142857143vw, 28px);
  text-align: left;
  color: #ea563d;
}
.index .infomation h2 small {
  display: block;
  font-size: clamp(15px, 1.9047619048vw, 17px);
}
.index .infomation .btn {
  white-space: nowrap;
  font-size: 12px;
  padding: 8px 16px;
  flex: 0;
  text-decoration: none;
  color: #5e5e5e;
}
@media screen and (max-width:639px) {
  .index .infomation .btn {
    font-size: 10px;
    padding: 4px 8px;
  }
}
.index .infomation li {
  display: flex;
  gap: clamp(19px, 2.6785714286vw, 24px);
}
@media screen and (min-width:640px) {
  .index .infomation li {
    padding-right: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .infomation li {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (min-width:640px) {
  .index .infomation li {
    background-image: url(../img/cmn/ico_arrow_clp.svg);
    background-position: right center;
    background-repeat: no-repeat;
  }
}
.index .infomation li {
  padding-top: 14px;
  padding-bottom: 14px;
}
.index .infomation li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.index .infomation time {
  color: #4d4d4d;
  white-space: nowrap;
  width: 8.5em;
}
.index .infomation a {
  display: inline;
  flex: 1;
  color: #ea563d;
  font-family: "BIZ UDPMincho", serif;
  text-decoration: underline;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.mainImg {
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
  height: 50vh;
}
.mainImgInner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mainImgCopy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.mainImgCopy .fade {
  animation-name: fadeAnimation;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.mainImgCopy .fade.copy1 {
  animation-delay: 0.5s;
}
.mainImgCopy .fade.copy2 {
  animation-delay: 1s;
}
.mainImgCopy .fade.copy3 {
  animation-delay: 1.5s;
}

@keyframes fadeAnimation {
  from {
    opacity: 0;
    transform: translateX(-80px);
    filter: blur(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: 96px;
  right: 32px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (min-width:1400px) {
  .kvScroll {
    right: 0;
    bottom: 30px;
    right: 24px;
  }
}
@media screen and (max-width:639px) {
  .kvScroll {
    right: auto;
    left: 50%;
    margin: auto;
    top: 0;
    bottom: 14px;
  }
}
.kvScroll span {
  font-family: "BIZ UDPMincho", serif;
  font-size: 16px;
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  left: -10px;
  /*テキストの形状*/
  color: #ea563d;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width:639px) {
  .kvScroll span {
    bottom: 64px;
  }
}
.kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ea563d;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 2px;
  height: 64px;
  background: #ea563d;
}
@media screen and (max-width:639px) {
  .kvScroll:after {
    height: 56px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: #fff0ed;
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: #ea563d;
  font-size: clamp(26px, 3.3333333333vw, 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower .contents a:not(.btn) {
  color: #f06c56;
}

.lower .contents > section {
  padding-left: 0;
  padding-right: 0;
}

.lower .contents > section {
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contents > section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: #ea563d;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.lower.blog {
  position: relative;
}
.lower.blog .contents .wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.lower.blog .contents .wrapper .mg {
  padding: 0 24px;
}
.lower.blog .contents .wrapper .articleWrap {
  max-width: 640px;
}
.lower.blog .contents .wrapper .articleWrap .article {
  margin-bottom: 30px;
  padding: 0;
}
.lower.blog .contents .wrapper .articleWrap .article h3 {
  color: #ea563d;
  margin: 0 0 1.5em;
  font-size: 200%;
  letter-spacing: 0.1em;
}
.lower.blog .contents .wrapper .articleWrap .article .articleInfo {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 1.5em 0;
  margin-top: 2em;
}
.lower.blog .contents .wrapper .sideBox section {
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 0;
  color: #ea563d;
}
.lower.blog .contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower.blog .contents .wrapper .sideBox section:last-child {
  margin-bottom: 80px;
}
.lower.blog .contents .wrapper .sideBox section h3 {
  color: #ffffff;
  padding: 10px;
  background-color: #ea563d;
  text-align: center;
  margin-bottom: 0;
}
.lower.blog .contents .wrapper .sideBox section div {
  padding: 0;
}
.lower.blog .contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower.blog .contents .wrapper .sideBox form {
  display: flex;
  gap: 4px;
}
.lower.blog .contents .wrapper .sideBox form .search {
  padding: 8px;
  width: 75%;
  border: 1px solid #E5DDD3;
}
.lower.blog .contents .wrapper .sideBox form .searchBtn {
  background-color: #ea563d;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: bold;
  width: 25%;
}
@media screen and (min-width:640px) {
  .lower.blog .contents .wrapper {
    display: flex;
  }
  .lower.blog .contents .wrapper .sideBox > *:first-child {
    margin-top: 0;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower.blog .contents .wrapper .articleWrap {
    width: 640px;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 275px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #efefef;
  padding: 12px;
  border-radius: 3px;
  color: #4d4d4d;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 55%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 10px;
}
.lower .contact ::-moz-placeholder {
  color: #b0b0b0;
}
.lower .contact ::placeholder {
  color: #b0b0b0;
}
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #ea563d;
  border-radius: 4px;
  color: #ea563d;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.lower .contact .contact-box a .primary {
  display: block;
  font-size: clamp(19px, 2.6785714286vw, 24px);
  font-weight: bold;
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.lower .contact .contact-form {
  margin-bottom: 4em;
}
.lower .contact .contact-form__item {
  border-bottom: 2px dotted #efefef;
}
.lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  font-size: 1.2em;
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin: 8px 0 1.5em 0;
}
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.lower .contact .contact-form__required {
  background-color: #d44000;
}
.lower .contact .contact-form__optional {
  background-color: #4d4d4d;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form input:invalid {
  background: #f6f6f6;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form textarea:invalid {
  background: #f6f6f6;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #ea563d;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  background-color: #5e5e5e;
  transition: 0.2s ease-out;
}
.lower .contact .contact-form__btn.back {
  background-color: #b0b0b0;
  color: #4d4d4d;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-error {
  color: #d44000;
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #4d4d4d;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #4d4d4d;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #ea563d;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #ea563d;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-error {
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.lower .faq .faq-wrap {
  margin-top: 4em;
}
.lower .faq .faq-item a {
  text-decoration: underline;
  color: #285ec6;
}
.lower .faq .faq-item:not(:last-child) {
  margin-bottom: 2em;
}
.lower .faq .faq-item__question {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background-color: #f06c56;
  color: #ffffff;
  padding: 1em;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  border-radius: 4px;
}
@media screen and (min-width:640px) {
  .lower .faq .faq-item__question {
    padding: 1em 2em;
  }
}
.lower .faq .faq-item__question::before {
  content: "Q.";
  font-size: 1.2em;
  font-family: "BIZ UDPMincho", serif;
  font-weight: normal;
}
@media screen and (min-width:640px) {
  .lower .faq .faq-item__question::before {
    font-size: 2em;
  }
}
.lower .faq .faq-item__question::after {
  content: "＋";
  font-size: 1.2em;
  font-weight: normal;
  margin-left: auto;
  transition: transform 0.3s;
}
@media screen and (min-width:640px) {
  .lower .faq .faq-item__question::after {
    font-size: 1.5em;
  }
}
.lower .faq .faq-item__question .small {
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.lower .faq .faq-item[open] summary {
  border-radius: 4px 4px 0 0;
}
.lower .faq .faq-item[open] summary::after {
  transform: rotate(45deg);
}
.lower .faq .faq-item__answer {
  border: solid #efefef;
  border-width: 0 2px 2px;
  padding: 1em;
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width:640px) {
  .lower .faq .faq-item__answer {
    padding: 2em 2em;
  }
}
.lower .faq .faq-item img {
  border: 4px solid #eee;
  margin: 1em 0;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.lower .business .business-item:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (min-width:640px) {
  .lower .business .business-item:not(:last-child) {
    margin-bottom: 64px;
  }
}
.lower .business .business-purpose ul {
  margin-bottom: 46px;
}
.lower .business .business-purpose ul li:not(:last-child) {
  margin-bottom: 16px;
}
.lower .business .business-purpose ul li span {
  display: block;
  margin-bottom: 4px;
}
.lower .business .business-services p {
  margin-bottom: clamp(32px, 4.2857142857vw, 40px);
}
.lower .business .business-services dl dt {
  font-family: "BIZ UDPMincho", serif;
  font-size: 17px;
  margin-bottom: 16px;
}
.lower .business .business-services dl dt:before {
  content: url(../img/cmn/ico_check.svg);
  position: relative;
  top: 4px;
  margin-right: 8px;
}
@media screen and (max-width:639px) {
  .lower .business .business-services dl dt:before {
    display: block;
    margin-bottom: 8px;
  }
}
@media screen and (min-width:640px) {
  .lower .business .business-services dl dt {
    font-size: 19px;
  }
}
@media screen and (max-width:639px) {
  .lower .business .business-services dl dt {
    text-align: center;
  }
}
@media screen and (min-width:1025px) {
  .lower .business .business-services dl dd {
    font-size: 15.5px;
  }
}
.lower .business .business-services dl dd:not(:last-child) {
  margin-bottom: 32px;
}
.lower .business .business-services .flex-between {
  gap: 0;
}
@media screen and (max-width:1024px) {
  .lower .business .business-services .flex-between {
    flex-direction: column;
  }
}
@media screen and (min-width:1025px) {
  .lower .business .business-services .flex-between {
    gap: 24px;
  }
}
.lower .business .business-services .flex-between > div {
  background-color: #f6f6f6;
  border-radius: 2px;
  padding: 16px 18px;
}
.lower .business .business-services .flex-between > div:first-child {
  padding-bottom: 0;
}
@media screen and (min-width:640px) {
  .lower .business .business-services .flex-between > div {
    padding: 24px 28px;
  }
}
.lower .business .business-case a.banner {
  display: inline-block;
  position: relative;
  color: #ea563d;
  margin-top: 24px;
}
@media screen and (min-width:640px) {
  .lower .business .business-case a.banner {
    margin-top: 40px;
  }
}
.lower .business .business-case a.banner:hover {
  text-decoration: none;
}
.lower .business .business-case a.banner span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-left: clamp(19px, 2.6785714286vw, 24px);
  font-family: "BIZ UDPMincho", serif;
  font-size: 17px;
}
.lower .business .business-case a.banner span:after {
  content: url(../img/cmn/ico_arrow.svg);
  width: 8px;
  height: auto;
  margin-left: 8px;
}
@media screen and (min-width:640px) {
  .lower .business .business-case a.banner span {
    font-size: clamp(19px, 2.6785714286vw, 24px);
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.lower .company .col2 {
  gap: 80px;
}
.lower .company .col2__txt {
  width: 70%;
  font-size: 1.1em;
  line-height: 2em;
}
@media screen and (max-width:639px) {
  .lower .company .col2__txt {
    width: 100%;
  }
}
.lower .company .col2__txt .name {
  text-align: right;
  margin-top: 2em;
  font-size: 0.9em;
}
.lower .company .col2__img {
  width: 30%;
}
@media screen and (max-width:639px) {
  .lower .company .col2__img {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=pages.css.map */