<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
*/
/*=============================================================
不動産売却・共通
=============================================================*/

#pageUnder .btn_wrap {
  margin: 45px auto 0;
  font-size: 25px;
  display: flex;
  justify-content: center;
}
#pageUnder .btn_wrap .move_bt {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.assessmentform #pageUnder .inner {
  width: 94%;
  margin: 0 auto;
}

@media print, screen and (max-width: 768px) {
  .assessmentform #pageUnder .body{
    padding: 80px 0 ;
  }
}

@media print, screen and (max-width: 520px) {
  .assessmentform #pageUnder .body{
    padding: 50px 0 ;
  }
}

/*=============================================================
不動産売却・baikyaku_banner
=============================================================*/
section#baikyaku_banner .outer {
  margin-top: 50px;
}
@media print, screen and (max-width: 810px) {
  section#baikyaku_banner .outer {
    margin-top: 0;
  }
}

/*=============================================================
不動産売却・achievements
=============================================================*/
section#achievements {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/images/assessmentform/new/bg01.jpg) bottom center/100% no-repeat;
}
section#achievements .inner {
  position: relative;
}
section#achievements .inner h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section#achievements .inner h2 span {
  color: #fff;
  font-size: clamp(1.375rem, 1.143rem + 0.71vw, 2rem);/*22~32px(520~1920px)*/
  font-weight: 500;
  line-height: 1.4;
}
section#achievements .inner .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  grid-gap: 3%;
}
section#achievements .inner .box_wrap .box {
  width: 27.5%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
section#achievements .inner .box_wrap .box:nth-of-type(2) {
  width: 35%;
}
section#achievements .inner .box_wrap .box .label_gold {
  content: "";
  width: 120px;
  aspect-ratio: 198/150;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #775412;
  font-size: clamp(1rem, 0.907rem + 0.29vw, 1.25rem);/*16~20px(575~1920px)*/
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  background: url(../images/assessmentform/new/medal.svg) center/100% no-repeat;
  margin-top: -.5rem;
}
section#achievements .inner .box_wrap .box .num_wrap {
  align-self: flex-start;
  position: relative;
  width: calc(107% - 120px);
  z-index: 2;
  line-height: 1;
  margin-left: -7%;
}
section#achievements .inner .box_wrap .box .num_wrap .num {
  font-size: clamp(4.5rem, 2.689rem + 5.57vw, 9.375rem);/*72~150px(575~1920px)*/
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.1em;
  text-shadow: 2px 2px 0 #222, -2px -2px 0 #222, -2px 2px 0 #222, 2px -2px 0 #222, 2px 0 0 #222, -2px 0 0 #222, 0 2px 0 #222, 0 -2px 0 #222;
  display: flex;
  align-items: baseline;
}

section#achievements .inner .box_wrap .box .num_wrap .num span {
  font-size: 0.4em;
  text-shadow: 2px 2px 0 #222, -2px -2px 0 #222, -2px 2px 0 #222, 2px -2px 0 #222, 2px 0 0 #222, -2px 0 0 #222, 0 2px 0 #222, 0 -2px 0 #222;
  color: #fff;
  letter-spacing: 0;
  margin-left: 0.1em;
}

section#achievements .inner .box_wrap .box .num_wrap .annotation {
  font-size: 16px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
  padding-left: 1em;
}

@media print, screen and (max-width: 950px) {
  section#achievements{
    background: linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/images/assessmentform/new/bg01.jpg) bottom center/auto 120% no-repeat;
  }
  section#achievements .inner .box_wrap{
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 2rem 3%;
  }
  section#achievements .inner .box_wrap .box,section#achievements .inner .box_wrap .box:nth-of-type(2){
    width: fit-content;
  }
  section#achievements .inner .box_wrap .box .num_wrap{
    margin-left: -3%;
  }
}

@media print, screen and (max-width: 520px) {
  section#achievements .inner .box_wrap{
    max-width: fit-content;
    margin: 2rem auto 0;
    display: block;
  }
  section#achievements .inner .box_wrap .box:not(:last-of-type){
    margin-bottom: 1.5rem;
  }
  section#achievements .inner .box_wrap .box .label_gold{
    width: 90px;
    font-size: 14px;
  }
}

/*=============================================================
不動産売却・advice
=============================================================*/
#advice .inner h2.flex_title {
  box-sizing: border-box;
  padding: 0 10% 25px;
  position: relative;
  border-bottom: 3px solid #65A04D;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1rem;
}
#advice .inner h2.flex_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  min-width: 70px;
  aspect-ratio: 160/115;
  background: url(../images/assessmentform/new/free.svg) center/100% no-repeat;
  transform: translateY(-40%) translateX(5vw) rotate(-10deg);
}
#advice .inner h2.flex_title .br {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  grid-gap: .25rem;
  width: 100%;
  font-size: clamp(1.125rem, 0.986rem + 0.43vw, 1.5rem);/*18~24px(575~1920px)*/
}
#advice .inner h2.flex_title .br.top {
  align-items: center;
}
#advice .inner h2.flex_title .br.top::before {
  content: "";
  display: inline-block;
  aspect-ratio: 29/33;
  width: clamp(4rem, 3.164rem + 2.57vw, 6.25rem);/*64~100px(575~1920px)*/
  background: url(/images/top/main_Character.png) center/100% no-repeat;
  margin-top: -3vw;
}
#advice .inner h2.flex_title .br .deco {
  position: relative;
  font-size: clamp(1.5rem, 1.314rem + 0.57vw, 2rem);/*24~32px(575~1920px)*/
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  grid-gap: .5rem;
}
#advice .inner h2.flex_title .br .deco::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1.5rem;
  background: url(/images/assessmentform/new/reaction01.svg) center/100% no-repeat;
}
#advice .inner h2.flex_title .br .deco::after {
  content: "";
  display: inline-block;
  aspect-ratio: 6/5;
  width: 2rem;
  background: url(/images/assessmentform/new/reaction02.svg) center/100% no-repeat;
}
#advice .inner h2.flex_title .br .strong {
  font-size: clamp(1.375rem, 1.236rem + 0.43vw, 1.75rem);/*18~28px(575~1920px)*/
  font-weight: bold;
  color: #65A04D;
  white-space: nowrap;
}
#advice .inner p {
  font-size: clamp(0.875rem, 0.736rem + 0.43vw, 1.25rem);/*14~20px(575~1920px)*/
  line-height: 2.5;
  text-align: center;
}
#advice .inner h2 + p {
  margin-top: max(3vw,1.5rem);
}

@media print, screen and (max-width: 620px) {
  #advice .inner h2.flex_title{
    padding: 25px 0;
  }
  #advice .inner h2.flex_title::before{
    left: unset;
    right: -3%;
    transform: translateY(-80%) rotate(10deg);
  }
  #advice .inner h2.flex_title .br.top::before{
    position: absolute;
    top: 0;
    left: -3%;
    transform: translateY(-50%);
  }
}

/*=============================================================
不動産売却・type
=============================================================*/
#types {
  overflow: visible;
}
#types .outer {
  background: repeating-linear-gradient(-45deg, rgba(140, 213, 114,.8) 0, rgba(140, 213, 114,.8) 20px, #d5eecc 20px, #d5eecc 40px);
  box-sizing: border-box;
  padding: 0 0 80px 0;
  position: relative;
}
#types .outer .down_arrow2 {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -3.5vw;
  left: 0;
  z-index: 5;
}
#types .outer .down_arrow2 figure {
  width: 5.25vw;
  aspect-ratio: 3/4;
  margin: 0 auto;
}
#types .content_top {
  box-sizing: border-box;
  position: relative;
  min-height: 28.125vw;
}
#types .content_top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background:linear-gradient(to bottom,rgba(213, 238, 204,.5),rgba(213, 238, 204,.5)), url(../images/assessmentform/new/bg02.jpg) 20% center/cover no-repeat;
  top: 0;
  left: 0;
}
#types .content_bottom {
  position: relative;
}
#types .content_bottom .bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 28.125vw;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 50% 100%, 0 45%);
          clip-path: polygon(0 0, 100% 0, 100% 45%, 50% 100%, 0 45%);
  top: 0;
  left: 0;
}
#types .content_bottom .circle_wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#types .content_bottom .circle_wrap .circle {
  width: 39%;
  aspect-ratio: 1/1;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 5vw 5vw 5vw 2.5vw;
  margin-top: -20vw;
  position: relative;
}
#types .content_bottom .circle_wrap .circle .aiming {
  content: "";
  position: absolute;
  width: 7vw;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
}
#types .content_bottom .circle_wrap .circle .magnifying {
  content: "";
  position: absolute;
  width: 15vw;
  aspect-ratio: 2/3;
  top: 25%;
  right: -10vw;
}
#types .content_bottom .text_wrap {
  content: "";
  position: absolute;
  width: 100%;
  height: 28.125vw;
  top: 0;
  left: 0;
  box-sizing: border-box;
  font-size: clamp(1rem, -0.025rem + 2.03vw, 2rem); /*16-32px, 810-1600px*/
  padding-top: 8vw;
  z-index: 4;
}
#types .content_bottom .text_wrap h2 {
  font-size: clamp(1rem, 0.679rem + 0.89vw, 1.75rem);/*16~28px(575~1920px)*/
  line-height: 1.8;
  text-align: center;
}
#types .content_bottom .text_wrap h2 + p {
  display: block;
  font-size: 1.125em;
  text-align: center;
  background: linear-gradient(to right, #d5eecc, #65A04D);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.75em 1em;
  margin-top: 2vw;
}
#types .content_bottom .text_wrap h2 + p span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.822rem + 0.15vw, 1rem);/*14~16px(575~1920px)*/
  color: #fff;
}
#types .content_bottom .text_wrap .down_arrow {
  width: 4.5vw;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #65A04D;
  transform: rotate(-45deg);
  margin: -1vw auto 0;
}
#types .content_bottom #chart_wrap {
  margin-top: 12vw;
}
#types .content_bottom #chart_wrap .inner {
  position: relative;
}
#types .content_bottom #chart_wrap .inner figure {
  margin: 0 0 0 0;
}
#types .content_bottom #chart_wrap .inner .chart_links {
  content: "";
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  bottom: 0;
  left: 0;
}
#types .content_bottom #chart_wrap .inner .chart_links li {
  width: 31.5%;
  aspect-ratio: 1/1;
}
#types .content_bottom #chart_wrap .inner .chart_links li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.2s ease;
}
#types .content_bottom #chart_wrap .inner .chart_links li a::before {
  content: "";
  position: absolute;
  width: 94%;
  height: 94%;
  margin: 3% 3% 3% 3%;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0);
}
#types .content_bottom #chart_wrap .inner .chart_links li a:hover {
  transition: 0.2s ease;
}
#types .content_bottom #chart_wrap .inner .chart_links li a:hover::before {
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.2s ease;
}

@media print, screen and (min-width: 360px) and (max-width: 640px) {
  #types .outer {
    padding-bottom: 40px;
  }
  #types .content_bottom .text_wrap {
    font-size: clamp(0.875rem, 0.071rem + 3.57vw, 1.5rem);
    min-height: 56.25vw;
  }
  #types .content_bottom #chart_wrap{
    margin-top: 28vw;
  }
}


/*=============================================================
選ばれる4つの理由・Reasons
=============================================================*/
#reasons .outer {
  box-sizing: border-box;
  padding: max(8vw,32px) 0;
}
#reasons .inner h2.title_flex {
  box-sizing: border-box;
  padding: 0 10% 25px;
  position: relative;
  border-bottom: 3px solid #65A04D;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1rem;
}
#reasons .inner h2.title_flex::before {
  content: "";
  display: inline-block;
  width: 15%;
  aspect-ratio: 170/63;
  background: url(/images/assessmentform/new/emphasis.svg);
}
#reasons .inner h2.title_flex .br {
  display: flex;
  align-items: baseline;
  justify-content: center;
  grid-gap: .25rem;
  width: 100%;
  font-size: clamp(1.125rem, 0.986rem + 0.43vw, 1.5rem);/*18~24px(575~1920px)*/
}
#reasons .inner h2.title_flex .br.big {
  font-size: clamp(1.375rem, 1.143rem + 0.71vw, 2rem);/*22~32px(575~1920px)*/
}
#reasons .inner h2.title_flex .br .strong {
  font-size: clamp(1.375rem, 1.236rem + 0.43vw, 1.75rem);/*18~28px(575~1920px)*/
  font-weight: bold;
  color: #65A04D;
}
#reasons .inner h2.title_flex .br .num {
  font-size: clamp(2.625rem, 1.929rem + 2.14vw, 4.5rem);/*42~72px(575~1920px)*/
  font-weight: bold;
  color: #65A04D;
  line-height: 1.0;
}
#reasons .inner h2.title_flex .br.bottom::before,#reasons .inner h2.title_flex .br.bottom::after {
  content: "";
  display: inline-block;
  width: 2rem;
  aspect-ratio: 51/59;
  background: url(/images/assessmentform/new/emphasis02.svg);
}
#reasons .inner h2.title_flex .br.bottom::after {
  transform: scaleX(-1);
}
#reasons .inner h2.title_flex img {
  width: clamp(4rem, 3.164rem + 2.57vw, 6.25rem);/*64~100px(575~1920px)*/
  position: absolute;
  bottom: 0;
}
#reasons .inner h2.title_flex img.chara01 {
  left: 3vw;
}
#reasons .inner h2.title_flex img.chara02 {
  right: 3vw;
  transform: scaleX(-1);
}
#reasons .inner .btn_wrap {
  margin-top: clamp(2rem, 0.717rem + 3.57vw, 5rem);/*32~80px(575~1920px)*/
}
#reasons .box_wrap {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1rem;
  margin-top: 50px;
}
#reasons .box_wrap .box {
  width: calc(25% - .75rem);
  box-sizing: border-box;
  border: 4px solid #65A04D;
}
#reasons .box_wrap .box .num_wrap {
  width: 100%;
  background-color: #65A04D;
  padding: .25rem 1rem;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  grid-gap: .25rem;
  margin-bottom: 1rem;
}
#reasons .box_wrap .box .num_wrap span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
}
#reasons .box_wrap .box .num_wrap b {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-size: clamp(1.5rem, 1.221rem + 0.86vw, 2.25rem);/*24~36px(575~1920px)*/
  line-height: 1;
  font-style: italic;
}
#reasons .box_wrap .box h3 {
  font-size: clamp(1rem, 0.629rem + 1.14vw, 2rem); /*16~32px(575~1920px)*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
#reasons .box_wrap .box h3 span {
  color: #cb050f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#reasons .box_wrap .box figure {
  aspect-ratio: 750/500;
  display: flex;
  align-items: center;
}
#reasons .box_wrap .box .text_wrap {
  box-sizing: border-box;
  font-size: clamp(0.75rem, 0.657rem + 0.29vw, 1rem); /*12-16px, 520-1920px*/
  padding: .75em;
}
#reasons .box_wrap .box .text_wrap p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.822rem + 0.15vw, 1rem);/*14~16px(575~1920px)*/
  margin-top: 1em;
  line-height: 1.6;
  text-align: center;
}
#reasons .box_wrap .box .text_wrap p:first-of-type {
  border-top: 4px solid #ccc;
  margin-top: 0;
  padding-top: 1em;
}


@media print, screen and (max-width: 768px) {
  #reasons .inner h2.title_flex{
    padding: 25px 0;
  }
  #reasons .inner h2.title_flex .br{
    flex-wrap: wrap;
  }
  #reasons .box_wrap{
    grid-gap: 1rem .5rem;
  }
  #reasons .box_wrap .box{
    width: calc(50% - .5rem);
  }

}

@media print, screen and (max-width: 575px) {
  #reasons .box_wrap .box{
    width: 100%;
  }

}


/*=============================================================
お客様の声・voice
=============================================================*/
#voice .outer {
  box-sizing: border-box;
  padding: 50px 0;
  position: relative;
  background: linear-gradient(to bottom,rgba(255,255,255,.75),rgba(255,255,255,.75)),url(/images/assessmentform/new/bg03.jpg) center/cover no-repeat;
}
#voice .inner .hd_wrap {
  text-align: center;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#voice .inner .hd_wrap h2 {
  font-size: clamp(1.25rem, 0.971rem + 0.86vw, 2rem);/*20~32px(575~1920px)*/
  margin-bottom: 1em;
}
#voice .inner .hd_wrap h2 + p {
}

#voice .inner .box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#voice .inner .box_wrap .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
#voice .inner .box_wrap .box:nth-of-type(even) {
  flex-direction: row-reverse;
}
#voice .inner .box_wrap .box .fig_wrap {
  width: 15%;
}
#voice .inner .box_wrap .box .fig_wrap figure {
  filter: drop-shadow(4px 4px 4px rgba(132, 132, 132, 0.5));
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
#voice .inner .box_wrap .box .fig_wrap figcaption {
  text-align: center;
  font-size: clamp(0.688rem, -0.017rem + 1.39vw, 1.375rem); /*11-22px, 810-1600px*/
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 1em;
}
#voice .inner .box_wrap .box .text_wrap {
  width: 78%;
  background-color: #f3f7f8;
  border-radius: 10px;
  font-size: clamp(0.625rem, 0.241rem + 0.76vw, 1rem); /*10-16px, 810-1600px*/
  box-sizing: border-box;
  padding: 2em clamp(1rem, 0.629rem + 1.14vw, 2rem);/*16-32px, 520-1920px*/
  filter: drop-shadow(4px 4px 4px rgba(132, 132, 132, 0.5));
  position: relative;
}
#voice .inner .box_wrap .box .text_wrap::before {
  content: "";
  position: absolute;
  width: 8%;
  aspect-ratio: 1/1;
  background-color: #f3f7f8;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  top: 20%;
  left: calc((8% - 4px) * -1);
}
#voice .inner .box_wrap .box:nth-of-type(even) .text_wrap::before {
  left: unset;
  right: calc((8% - 4px) * -1);
  transform: scaleX(-1);
}
#voice .inner .box_wrap .box .text_wrap h3 {
  font-size: clamp(0.875rem, 0.661rem + 0.59vw, 1.375rem); /*14-22px, 810-1600px*/
  color: #65A04D;
  font-weight: bold;
  line-height: 1.6;
}
#voice .inner .box_wrap .box .text_wrap p {
  font-size: clamp(0.875rem, 0.822rem + 0.15vw, 1rem);/*14~16px(575~1920px)*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
}
#voice .inner .box_wrap .box .text_wrap h3 + p {
  margin-top: 1em;
}
#voice .inner .btn_wrap {
  margin-top: 80px;
}


@media print, screen and (max-width: 620px) {
  #voice .inner .box_wrap .box .fig_wrap{
    width: 30%;
  }
  #voice .inner .box_wrap .box .text_wrap{
    width: 65%;
  }
}

/*=============================================================
faq Q&amp;A
=============================================================*/
#faq .outer {
  box-sizing: border-box;
  padding: 50px 0 0;
  position: relative;
}
#faq .inner .hd_wrap {
  text-align: center;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#faq .inner .hd_wrap h2 {
  font-size: clamp(1.25rem, 0.971rem + 0.86vw, 2rem);/*20~32px(575~1920px)*/
  margin-bottom: 1em;
}
#faq .acco_wrap {
  margin-top: 80px;
}
#faq .acco_wrap dl {
  margin-top: 40px;
}
#faq .acco_wrap dl dt {
  background-color: #f3f7f8;
  display: flex;
}
#faq .acco_wrap dl dt .num {
  display: flex;
  align-items: center;
  background-color: #65A04D;
  font-size: clamp(1.313rem, -0.033rem + 2.66vw, 2.625rem); /*21-42px, 810-1600px*/
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
  padding: 0.5em;
}
#faq .acco_wrap dl dt .text {
  display: flex;
  align-items: center;
  color: #65A04D;
  font-size: clamp(1rem, 0.893rem + 0.3vw, 1.25rem);/*14-20px, 575-1920px*/
  box-sizing: border-box;
  line-height: 1.6;
  padding: 1em calc(5vw + 0.5em) 1em 0.5em;
}
#faq .acco_wrap dl dd {
  background-color: #d5eecc;
  margin-top: 0.5em;
}
#faq .acco_wrap dl dd .text_wrap {
  display: flex;
}
#faq .acco_wrap dl dd .text_wrap .num {
  display: flex;
  align-items: center;
  font-size: clamp(1.313rem, -0.033rem + 2.66vw, 2.625rem); /*21-42px, 810-1600px*/
  color: #65A04D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
  padding: 0.5em;
}
#faq .acco_wrap dl dd .text_wrap .text {
  display: flex;
  align-items: center;
  color: #222;
  font-size: clamp(0.875rem, 0.715rem + 0.45vw, 1.25rem);/*14-20px, 575-1920px*/
  box-sizing: border-box;
  line-height: 1.6;
  padding: 1em 0.5em 1em;
}
#faq .btn_wrap {
  margin-top: 50px;
}

/*=============================================================
faq Q&amp;A　アコーディオン挙動
=============================================================*/
.acco_wrap .acco .acco_menu {
  position: relative;
  cursor: pointer;
}
.acco_wrap .acco .acco_menu .btn_toggle {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  right: 0;
  top: 0;
}
.acco_wrap .acco .acco_menu .btn_toggle::before, .acco_wrap .acco .acco_menu .btn_toggle::after {
  content: "";
  width: min(3vw, 36px);
  height: 2px;
  background: #65A04D;
  position: absolute;
  top: calc(50% - 1px);
  right: min(1.5vw, 18px);
  transform: translateY(-50%);
  z-index: 2;
}
.acco_wrap .acco .acco_menu .btn_toggle::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.acco_wrap .acco .is-active.acco_menu .btn_toggle::after {
  transform: translateY(-50%) rotate(0);
}
.acco_wrap .acco .acco_contents {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.25s ease, opacity 0.5s ease;
  padding: 0 0;
}
.acco_wrap .acco .is-acco.acco_contents {
  line-height: normal;
  height: auto;
  opacity: 1;
  transition: padding 0.25s ease, opacity 0.5s ease;
  padding: 1em 0;
}

/*=============================================================
footer直前背景
=============================================================*/
#baikyaku_footer .outer {
  box-sizing: border-box;
  padding: 120px 0 0;
  position: relative;
  margin-top: 0;
}
@media print, screen and (min-width: 360px) and (max-width: 640px) {
  #baikyaku_footer .outer {
    padding: 75px 0 0;
  }
}
#baikyaku_footer .bg {
  overflow-x: hidden;
  position: relative;
}
#baikyaku_footer .bg figure {
  margin: 0 0 0 0;
  width: 150vw;
}
@media print, screen and (min-width: 811px) and (max-width: 1300px) {
  #baikyaku_footer .bg figure {
    width: 175vw;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 810px) {
  #baikyaku_footer .bg figure {
    width: 200vw;
  }
}
@media print, screen and (min-width: 360px) and (max-width: 640px) {
  #baikyaku_footer .bg figure {
    width: 300vw;
  }
}
#baikyaku_footer .bg figure.bg_back {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}




#pageUnder .contactImage {
  padding: 0 0 60px 0;
}


#pageUnder .contactImage a {
  display: block;
}


/* フォーム部分 */
#pageUnder #form .title {
  text-align: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1rem, 0.572rem + 1.19vw, 2rem);/*16~32px(575~1920px)*/
  padding: 10px 0 40px;
}

#pageUnder #form .induction {
  font-size: clamp(1.25rem, 0.822rem + 1.19vw, 2.25rem);/*20~36px(575~1920px)*/
  color: #e66c73;
  padding: 0 0 30px;
  border-bottom: 2px solid #e66c73;
  font-weight: bold;
  text-align: center;
}

#pageUnder #form .triangle {
  width: 0;
  height: 0;
  border-top: 35px solid #e66c73;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  margin: 0 auto;
}


#pageUnder #form .title:before {
  content: '';
  display: inline-block;
  width: 220px;
  height: 130px;
  background-image: url(/images/assessmentform/title_form_left.png);
  background-size: contain;
  vertical-align: -40px;
  padding-right: 7px;
  background-repeat: no-repeat;
}

#pageUnder #form .title:after {
  content: '';
  display: inline-block;
  width: 220px;
  height: 130px;
  background-image: url(/images/assessmentform/title_form_right.png);
  background-size: contain;
  vertical-align: -40px;
  padding-left: 7px;
  background-repeat: no-repeat;
}

#pageUnder #form input[type='button'].postal_bt,#pageUnder #form #formWrap table tr td input {
  margin-bottom: 0;
}

#pageUnder #form  #formWrap .flex_box{
  display: inline-block;
  width: fit-content;
}

@media all and (max-width: 768px) {

  #pageUnder #form .induction {
    color: #e66c73;
    line-height: 1.4em;
    padding: 0 0 20px;
    border-bottom: 2px solid #e66c73;
    font-weight: bold;
    text-align: center;
  }

  #pageUnder #form .title {
    color: #333;
    line-height: 1.4em;
    text-align: center;
    margin: 0 auto 4%;
    padding: 30px 80px 30px 80px;
    position: relative;
    width: 100%;
  }

  #pageUnder #form .title:before {
    content: "";
    background-image: url(/images/assessmentform/title_form_left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -1;
  }

  #pageUnder #form .title:after {
    content: "";
    background-image: url(/images/assessmentform/title_form_right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 95px;
    height: 74px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: -1;
  }

  #pageUnder #form .title_sub {
    text-align: left;
  }

  #pageUnder #form .title_sub br {
    display: none;
  }
  #pageUnder #form  #formWrap h2{
    width: 100%;
  }
  #pageUnder #form  #formWrap .zip{
    display: block;
    font-size: 14px;
  }

}</pre></body></html>