@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&family=Noto+Serif+JP:wght@500&display=swap");
/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: min(0.99vw,15px);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

main {
  width: 100%;
  position: relative;
}

#contents {
  background: #f8f8f8;
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 19.53125vw;
  }
}

.inner {
  max-width: min(79.37vw,1200px);
  margin: 0 auto;
}

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

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.mt0 {
  margin-top: 0 !important;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], select {
  font-size: min(0.99vw,15px);
  font-weight: 500;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  width: calc(100% - min(2.12vw,32px));
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: min(0.33vw,5px);
}

@media screen and (max-width: 768px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="date"], select {
    font-size: 3.125vw;
    width: calc(100% - 6.25vw);
    border: 0.26042vw solid #ccc;
    border-radius: 1.30208vw;
  }
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], select {
  padding: 0 min(1.06vw,16px);
  height: min(3.17vw,48px);
}

@media screen and (max-width: 768px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="date"], select {
    padding: 0 3.125vw;
    height: 10.41667vw;
  }
}

input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}

input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]::-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]::placeholder {
  color: #ccc;
}

@media screen and (max-width: 768px) {
  input[type="text"]::-webkit-input-placeholder {
    font-size: 3.125vw;
  }
  input[type="text"]:-ms-input-placeholder {
    font-size: 3.125vw;
  }
  input[type="text"]::-ms-input-placeholder {
    font-size: 3.125vw;
  }
  input[type="text"]::placeholder {
    font-size: 3.125vw;
  }
}

select {
  width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="date"]:focus, select:focus {
  background: #f2faf4;
  border: 1px solid #2FA350;
}

button {
  border: none;
  background-color: transparent;
}

/* -----------------------------------------------------
  estimate
----------------------------------------------------- */
.estimate {
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .estimate {
    margin-top: 3.125vw;
  }
}

.estimate .red {
  color: #FF4B4B;
}

.estimate .wrap_inner {
  background: #fff;
  border-radius: min(0.66vw,10px);
}

@media screen and (max-width: 768px) {
  .estimate .wrap_inner {
    border-radius: 2.60417vw;
  }
}

.estimate .wrap_inner .ttl_wrap {
  border-bottom: 2px solid #f8f8f8;
  padding: min(2.65vw,40px) min(2.65vw,40px) min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .estimate .wrap_inner .ttl_wrap {
    border-bottom: 0.52083vw solid #f8f8f8;
    padding: 5.20833vw;
  }
}

.estimate .wrap_inner .ttl_wrap .sec_ttl {
  font-size: min(1.59vw,24px);
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .estimate .wrap_inner .ttl_wrap .sec_ttl {
    font-size: 4.16667vw;
  }
}

.estimate .form_item {
  padding: min(2.65vw,40px) min(2.65vw,40px) min(4.23vw,64px);
}

@media screen and (max-width: 768px) {
  .estimate .form_item {
    padding: 5.20833vw 5.20833vw 10.41667vw;
  }
}

.estimate .form_item dl {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  padding: min(1.06vw,16px) min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .estimate .form_item dl {
    display: block;
    padding: 3.125vw 0;
  }
}

.estimate .form_item dl dt {
  width: min(13.23vw,200px);
  font-size: min(0.86vw,13px);
  font-weight: 700;
  padding-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .estimate .form_item dl dt {
    width: 100%;
    font-size: 3.125vw;
    margin-bottom: 1.04167vw;
    padding: 0;
  }
}

.estimate .form_item dl dd {
  width: calc(100% - min(13.23vw,200px));
}

@media screen and (max-width: 768px) {
  .estimate .form_item dl dd {
    width: 100%;
  }
}

.estimate .form_item dl dd .select {
  width: calc(30% + min(2.12vw,32px));
  position: relative;
}

@media screen and (max-width: 768px) {
  .estimate .form_item dl dd .select {
    width: 100%;
  }
}

.estimate .form_item dl dd .select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: min(1.06vw,16px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(0.79vw,12px);
  height: min(0.53vw,8px);
  border-style: solid;
  border-width: min(0.53vw,8px) min(0.4vw,6px) 0px min(0.4vw,6px);
  border-color: #333 transparent transparent transparent;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .estimate .form_item dl dd .select::after {
    right: 3.125vw;
    width: 3.125vw;
    height: 2.08333vw;
    border-width: 2.08333vw 1.5625vw 0 1.5625vw;
  }
}

.estimate .form_item dl dd .error_text {
  font-size: min(0.86vw,13px);
  font-weight: 700;
  color: #FF4B4B;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .estimate .form_item dl dd .error_text {
    font-size: 3.125vw;
    margin-top: 2.08333vw;
  }
}

.estimate .form_item dl dd .cap {
  font-size: min(0.86vw,13px);
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .estimate .form_item dl dd .cap {
    font-size: 3.125vw;
    margin-top: 2.08333vw;
  }
}

.estimate .result {
  padding: 0 min(2.65vw,40px) min(4.23vw,64px);
}

@media screen and (max-width: 768px) {
  .estimate .result {
    padding: 0 3.125vw 10.41667vw;
    font-size: 2.34375vw;
  }
}

.estimate .result .result_ttl {
  font-size: min(1.59vw,24px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #C00000;
  margin-bottom: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .estimate .result .result_ttl {
    font-size: 4.16667vw;
    margin-bottom: 3.125vw;
  }
}

.estimate .result .result_ttl span {
  font-size: min(1.33vw,20px);
}

@media screen and (max-width: 768px) {
  .estimate .result .result_ttl span {
    font-size: 3.64583vw;
  }
}

.estimate .result .table table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .estimate .result .table table {
    border: 0.26042vw solid #ccc;
  }
}

.estimate .result .table th, .estimate .result .table tr, .estimate .result .table td {
  border: 1px solid #ccc;
  line-height: 1.5;
  vertical-align: middle;
  padding: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .estimate .result .table th, .estimate .result .table tr, .estimate .result .table td {
    border: 0.26042vw solid #ccc;
    padding: 3.125vw 1.04167vw;
  }
}

.estimate .result .table th a, .estimate .result .table tr a, .estimate .result .table td a {
  display: inline-block;
  text-decoration: underline;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .estimate .result .table th a, .estimate .result .table tr a, .estimate .result .table td a {
    margin-top: 1.04167vw;
  }
}

.estimate .result .table th {
  background: #f2f2f2;
}

.estimate .result .table th em {
  font-size: min(0.79vw,12px);
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .estimate .result .table th em {
    font-size: 2.08333vw;
  }
}

.estimate .result .table th.w38 {
  width: 38%;
}

.estimate .result .table th.tate span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: pre;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  display: inline-block;
}

.estimate .result .table td {
  text-align: center;
}

.estimate .result .table td p {
  text-align: left;
}

.estimate .result .table td p span {
  display: block;
  font-size: min(0.79vw,12px);
}

@media screen and (max-width: 768px) {
  .estimate .result .table td p span {
    font-size: 2.08333vw;
  }
}

.estimate .result .table td p + p {
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .estimate .result .table td p + p {
    margin-top: 5.20833vw;
  }
}

.estimate .result .table td .item {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .estimate .result .table td .item {
    display: block;
  }
}

.estimate .result .table td .item p:nth-child(2) {
  text-align: right;
}

.estimate .result .table td .item p + p {
  margin-top: 0;
}

.estimate .result .table td.w50 {
  width: 50%;
}

.estimate .result .table .bg_white {
  background: #fff;
}

.estimate .result .table .bg_gray {
  background: #f2f2f2;
}

.estimate .result .table .bg_darkgray {
  background: #d9d9d9 !important;
}

.estimate .result .table .bg_green01 {
  background: #E2EFDA;
}

.estimate .result .table .bg_green02 {
  background: #C6E0B4;
}

.estimate .result .table .bg_green03 {
  background: #A9D08E;
}

.estimate .result .table .bg_blue01 {
  background: #DDEBF7;
}

.estimate .result .table .bg_blue02 {
  background: #BDD7EE;
}

.estimate .result .table .bg_blue03 {
  background: #9BC2E6;
}

.estimate .result .table .bg_yellow {
  background: #FFF2CC;
}

.estimate .result .table .bg_orange {
  background: #FCE4D6;
}

.estimate .result .table .bg_lightyellow {
  background: #ffffcc;
}

.estimate .result .table .fc_red {
  color: #C00000;
}

.estimate .result .table .fwb {
  font-weight: 700;
}

.estimate .result .table .fz_s {
  font-size: min(0.8vw,12px);
}

@media screen and (max-width: 768px) {
  .estimate .result .table .fz_s {
    font-size: 2.34375vw;
  }
}

.estimate .result .table .ta_r {
  text-align: right;
}

.estimate .result .table .ver_top {
  vertical-align: top;
}

.estimate .result .table sub {
  font-size: min(0.67vw,10px);
}

@media screen and (max-width: 768px) {
  .estimate .result .table sub {
    font-size: 1.82292vw;
  }
}

.estimate .result .table .logo {
  width: auto;
  height: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .estimate .result .table .logo {
    height: 2.60417vw;
  }
}

.estimate .result .table .logo_item {
  width: auto;
  height: min(2.65vw,40px);
  margin: min(0.53vw,8px) auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .estimate .result .table .logo_item {
    height: 6.25vw;
    margin-top: 2.08333vw;
  }
}

.estimate .result .table .icon_course {
  width: auto;
  height: min(2.65vw,40px);
  margin-left: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .estimate .result .table .icon_course {
    height: 6.25vw;
    margin-left: 1.04167vw;
  }
}

.estimate .result .table .icon_course._pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .estimate .result .table .icon_course._pc {
    display: none;
  }
}

.estimate .result .table .icon_course._sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .estimate .result .table .icon_course._sp {
    display: inline-block;
  }
}

.estimate .result .table .icon {
  width: min(2.65vw,40px);
  margin-left: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .estimate .result .table .icon {
    width: 5.20833vw;
    margin-left: 2.08333vw;
  }
}

.estimate .result .table .border-top {
  border-top: min(0.2vw,3px) solid #C00000;
}

@media screen and (max-width: 768px) {
  .estimate .result .table .border-top {
    border-top: 0.52083vw solid #C00000;
  }
}

.estimate .result .table .border-right {
  border-right: min(0.2vw,3px) solid #C00000;
}

@media screen and (max-width: 768px) {
  .estimate .result .table .border-right {
    border-right: 0.52083vw solid #C00000;
  }
}

.estimate .result .table .border-bottom {
  border-bottom: min(0.2vw,3px) solid #C00000;
}

@media screen and (max-width: 768px) {
  .estimate .result .table .border-bottom {
    border-bottom: 0.52083vw solid #C00000;
  }
}

.estimate .result .table .border-left {
  border-left: min(0.2vw,3px) solid #C00000;
}

@media screen and (max-width: 768px) {
  .estimate .result .table .border-left {
    border-left: 0.52083vw solid #C00000;
  }
}

.estimate .result .table .note li {
  text-indent: -1em;
  padding-left: 1em;
}

.estimate .result .table .note li a {
  text-decoration: underline;
}

.estimate .result .table + .table {
  margin-top: min(2.65vw,40px);
}

@media screen and (max-width: 768px) {
  .estimate .result .table + .table {
    margin-top: 7.29167vw;
  }
}

.estimate .approval_num {
  font-size: min(0.8vw,12px);
  text-align: right;
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .estimate .approval_num {
    font-size: 2.34375vw;
    margin-top: 3.125vw;
  }
}

/* -----------------------------------------------------
  btn
----------------------------------------------------- */
.btn {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  margin-top: min(2.65vw,40px);
}

@media screen and (max-width: 768px) {
  .btn {
    margin-top: 5.20833vw;
  }
}

.btn a, .btn button, .btn input {
  display: block;
  width: min(21.3vw,320px);
  font-size: min(0.86vw,13px);
  font-weight: 700;
  line-height: min(2.65vw,40px);
  text-align: center;
  border-radius: min(0.33vw,5px);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .btn a, .btn button, .btn input {
    width: 62.5vw;
    font-size: 2.86458vw;
    line-height: 9.375vw;
    border-radius: 1.30208vw;
  }
}

.btn a.green, .btn button.green, .btn input.green {
  background: #2FA350;
  color: #fff;
}

.btn a.green:hover, .btn button.green:hover, .btn input.green:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .btn a.green:hover, .btn button.green:hover, .btn input.green:hover {
    opacity: 1;
  }
}

.btn a:hover, .btn button:hover, .btn input:hover {
  cursor: pointer;
}

#modal .img_inner {
  max-width: min(63.49vw,960px) !important;
}

@media screen and (max-width: 768px) {
  #modal .img_inner {
    max-width: 90% !important;
  }
}
