@charset "UTF-8";
/* =========================================================

 base

========================================================= */
/* -------------------------------------
 reset
------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1.6;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

sup {
  position: relative;
  top: -.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: 0;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Droid Sans", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
}

body.pattern2 {
  background-color: #cccccc;
}

body.pattern3 {
  background-color: #2e81c9;
}

body.pattern4 {
  background-color: #a7d1f1;
}

body.pattern5 {
  background-color: #60c62d;
}

body.pattern6 {
  background-color: #bfedea;
}

body.pattern7 {
  background-color: #c62d44;
}

body.pattern8 {
  background-color: #efa7ca;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.wrap {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

/* =========================================================

 state

========================================================= */
.is_absolute_top {
  position: absolute !important;
  top: 0 !important;
}

.is_absolute_bottom {
  position: absolute !important;
  bottom: 0 !important;
}

.is_fixed {
  position: fixed !important;
}

.is_fixed_top {
  position: fixed !important;
  top: 0 !important;
}

/* =========================================================

 module

========================================================= */
#svg_logo .emblem {
  fill: #db0a17;
}

#svg_logo .lang_eur {
  fill: #fff;
}

#svg_logo_02 .emblem {
  fill: #7f7049;
}

#svg_logo_02 .lang_eur,
#svg_logo_02 .lang_jp {
  fill: #231815;
}

#svg_logo_03 .emblem {
  fill: #db0a17;
}

#svg_logo_03 .lang_eur {
  fill: #fff;
}

.sp_show {
  display: none;
}

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

.pc_show {
  display: block;
}

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

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

.t_center {
  text-align: center;
}

.list_dots {
  padding-left: 1em;
  text-indent: -1em;
}

.kv {
  padding-top: 35px;
  position: relative;
  margin-bottom: 80px;
  color: #673a1b;
}

@media screen and (max-width: 768px) {
  .kv {
    padding-top: 19px;
    margin-bottom: 5.4666666667vw;
  }
}

.kv:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d0d04d), color-stop(30%), to(#fff));
  background: linear-gradient(#d0d04d, 30%, #fff);
  height: 18vw;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .kv:before {
    height: 80vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#d0d04d), color-stop(30%), to(#fff));
    background: linear-gradient(#d0d04d, 30%, #fff);
  }
}

.kv header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .kv header {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 0 5.2083333333vw;
  }
}

.kv header img:nth-of-type(3) {
  position: absolute;
  left: 0;
  right: 0;
  width: 26%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .kv header img:nth-of-type(3) {
    position: static;
  }
}

@media screen and (max-width: 1680px) {
  .kv header img:nth-of-type(1) {
    width: 18.75vw;
  }
  .kv header img:nth-of-type(2) {
    width: 11.13vw;
  }
}

@media screen and (max-width: 768px) {
  .kv header img:nth-of-type(1) {
    width: 39.2vw;
  }
  .kv header img:nth-of-type(2) {
    width: 24.93vw;
  }
  .kv header img:nth-of-type(3) {
    width: 58.13vw;
    margin-top: 5.2083333333vw;
  }
}

.ttl {
  position: relative;
  padding: 75px 0 20px;
  margin-bottom: 55px;
  font-size: 4.0rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .ttl {
    padding: 9.765625vw 0 3.90625vw;
    font-size: 6.5104166667vw;
    margin-bottom: 7.2vw;
  }
}

.ttl:after {
  content: '';
  width: 150px;
  border-bottom: 2px solid #673a1b;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .ttl:after {
    width: 19.53125vw;
    border-bottom: 0.5208333333vw solid #673a1b;
  }
}

.txt {
  font-size: 2.0rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .txt {
    font-size: 5.2083333333vw;
    line-height: 1.4;
  }
}

.ttls {
  font-size: 3.6rem;
  font-weight: 700;
  background: #673a1b;
  color: #FFF;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .ttls {
    font-size: 5.2083333333vw;
    padding: 2vw 0 2.1333333333vw;
    margin: 0 6.5104166667vw;
  }
}

.l_form {
  /* btn */
}

@media screen and (max-width: 768px) {
  .l_form {
    padding: 0 0 9.1145833333vw;
  }
}

.l_form .form_inner {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
}

.l_form .table {
  margin: 0 3.6900369004%;
  padding: 3.6900369004% 5.5350553506% 0.9225092251%;
}

@media screen and (max-width: 768px) {
  .l_form .table {
    margin: 0 2.6041666667vw;
    padding: 2.6666666667vw 3.90625vw 0;
  }
}

.l_form .table.confirm .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .l_form .table.confirm .btn_area {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l_form .table.confirm .btn_area .btn {
    width: 90%;
  }
}

.l_form .table.confirm .table_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .l_form .table.confirm .table_row {
    padding: 5.2083333333vw 0;
  }
}

.l_form .table.confirm .table_row .row_title .border_l,
.l_form .table.confirm .table_row .row_title label {
  color: #673a1b;
}

.l_form .table.confirm .table_row .row_detail {
  font-size: 1.8rem;
  font-weight: 700;
  color: #673a1b;
}

@media screen and (max-width: 768px) {
  .l_form .table.confirm .table_row .row_detail {
    font-size: 4.4270833333vw;
  }
}

.l_form .table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 3.6900369004% 0;
  border-bottom: 1px solid #bfbfbf;
}

@media screen and (max-width: 768px) {
  .l_form .table_row {
    display: block;
    width: 100%;
    padding: 5.3333333333vw 0 4.9333333333vw;
  }
}

.l_form .table_row:last-of-type {
  border-bottom: 0;
}

.l_form .table_row:last-of-type .row_detail .arrow_b::before {
  content: none;
}

.l_form .table_row.required .row_title label {
  color: #673a1b;
}

.l_form .table_row .row_title {
  width: 33.2103321033%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_title {
    display: block;
    width: 100%;
    font-size: 4.4270833333vw;
  }
}

.l_form .table_row .row_title label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l_form .table_row .row_title .required_tag, .l_form .table_row .row_title .optional_tag {
  height: 100%;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #e60012;
  padding-inline: 8px;
  margin-inline: 8px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_title .required_tag, .l_form .table_row .row_title .optional_tag {
    padding-inline: 5px;
    margin-left: 6px;
  }
}

.l_form .table_row .row_title .optional_tag {
  color: #673a1b;
  background-color: #e1d8d1;
}

.l_form .table_row .row_title .row_title_sub {
  display: block;
  font-size: 1.6rem;
  color: #673a1b;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_title .row_title_sub {
    padding-top: 5px;
    font-size: 4.1666666667vw;
  }
}

.l_form .table_row .row_detail {
  width: 66.7896678967%;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail {
    display: block;
    width: 100%;
    margin: 4.8vw 0 0 0;
  }
}

.l_form .table_row .row_detail input {
  cursor: pointer;
}

.l_form .table_row .row_detail .arrow_b {
  position: relative;
}

.l_form .table_row .row_detail .arrow_b::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #673a1b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail .arrow_b::before {
    right: 4%;
    border-left: 2.34375vw solid transparent;
    border-right: 2.34375vw solid transparent;
    border-top: 3.125vw solid #673a1b;
  }
}

.l_form .table_row .row_detail select {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0.5rem 0 1.0rem;
  border: 2px solid #e8e8e8;
  background: #f7f7f7;
  width: 100%;
  height: 50px;
  color: #673a1b;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l_form .table_row .row_detail select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail select {
    font-size: 4vw;
    height: 12.8vw;
  }
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail select {
    font-size: 3.7333333333vw;
    height: 12.8vw;
  }
}

.l_form .table_row .row_detail select option {
  color: #673a1b;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail select option {
    font-size: 4.4270833333vw;
  }
}

.l_form .table_row .row_detail select option:first-child {
  color: #673a1b;
}

.l_form .table_row .row_detail input[type="text"] {
  width: 100%;
  cursor: text;
}

.l_form .table_row .row_detail input[type="text"],
.l_form .table_row .row_detail input[type="number"] {
  font-size: 1.8rem;
  padding: 0 0 0 1.5rem;
  border: 2px solid #e8e8e8;
  background: #f7f7f7;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail input[type="text"],
  .l_form .table_row .row_detail input[type="number"] {
    font-size: 4vw;
    height: 12.8vw;
  }
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail input[type="text"],
  .l_form .table_row .row_detail input[type="number"] {
    height: 12.8vw;
  }
}

.l_form .table_row .row_detail input[type="text"].name,
.l_form .table_row .row_detail input[type="number"].name {
  width: 100%;
}

.l_form .table_row .row_detail input[type="text"].name.mei,
.l_form .table_row .row_detail input[type="number"].name.mei {
  margin: 0 0 0 2%;
}

.l_form .table_row .row_detail input[type="text"]::-webkit-input-placeholder,
.l_form .table_row .row_detail input[type="number"]::-webkit-input-placeholder {
  color: #cecece;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail input[type="text"]::-webkit-input-placeholder,
  .l_form .table_row .row_detail input[type="number"]::-webkit-input-placeholder {
    font-size: 4.1666666667vw;
  }
}

.l_form .table_row .row_detail input[type="text"]:-ms-input-placeholder,
.l_form .table_row .row_detail input[type="number"]:-ms-input-placeholder {
  color: #cecece;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail input[type="text"]:-ms-input-placeholder,
  .l_form .table_row .row_detail input[type="number"]:-ms-input-placeholder {
    font-size: 4.1666666667vw;
  }
}

.l_form .table_row .row_detail input[type="text"]::-moz-placeholder,
.l_form .table_row .row_detail input[type="number"]::-moz-placeholder {
  color: #cecece;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail input[type="text"]::-moz-placeholder,
  .l_form .table_row .row_detail input[type="number"]::-moz-placeholder {
    font-size: 4.1666666667vw;
  }
}

.l_form .table_row .row_detail input[type="text"]::-webkit-input-placeholder, .l_form .table_row .row_detail input[type="number"]::-webkit-input-placeholder {
  color: #cecece;
}

.l_form .table_row .row_detail input[type="text"]::-moz-placeholder, .l_form .table_row .row_detail input[type="number"]::-moz-placeholder {
  color: #cecece;
}

.l_form .table_row .row_detail input[type="text"]:-ms-input-placeholder, .l_form .table_row .row_detail input[type="number"]:-ms-input-placeholder {
  color: #cecece;
}

.l_form .table_row .row_detail input[type="text"]::-ms-input-placeholder, .l_form .table_row .row_detail input[type="number"]::-ms-input-placeholder {
  color: #cecece;
}

.l_form .table_row .row_detail input[type="text"]::placeholder,
.l_form .table_row .row_detail input[type="number"]::placeholder {
  color: #cecece;
}

@media screen and (max-width: 768px) {
  .l_form .table_row .row_detail input[type="text"]::-webkit-input-placeholder, .l_form .table_row .row_detail input[type="number"]::-webkit-input-placeholder {
    font-size: 4.1666666667vw;
  }
  .l_form .table_row .row_detail input[type="text"]::-moz-placeholder, .l_form .table_row .row_detail input[type="number"]::-moz-placeholder {
    font-size: 4.1666666667vw;
  }
  .l_form .table_row .row_detail input[type="text"]:-ms-input-placeholder, .l_form .table_row .row_detail input[type="number"]:-ms-input-placeholder {
    font-size: 4.1666666667vw;
  }
  .l_form .table_row .row_detail input[type="text"]::-ms-input-placeholder, .l_form .table_row .row_detail input[type="number"]::-ms-input-placeholder {
    font-size: 4.1666666667vw;
  }
  .l_form .table_row .row_detail input[type="text"]::placeholder,
  .l_form .table_row .row_detail input[type="number"]::placeholder {
    font-size: 4.1666666667vw;
  }
}

.l_form .table_row .row_detail input[type="number"][disabled] {
  background: #ddd;
  border: 2px solid #ddd;
}

.l_form .btn_area {
  margin-top: 10px;
}

.l_form .btn {
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 340px;
  vertical-align: middle;
  height: 80px;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  /*
		&:hover::after {
			transform: translateX(60%);
		}
        */
  /*
		&.is_disabled {
			pointer-events: none;
			a {
				&:hover {
					cursor: default;
				}
				pointer-events: none;
				background: #999;
			}
		}
        */
}

@media screen and (max-width: 768px) {
  .l_form .btn {
    max-width: 100%;
    height: 17.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .l_form .btn:not(:first-child) {
    margin-top: 7.1614583333vw;
  }
}

.l_form .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  background-color: #df610f;
  -webkit-box-shadow: 0px 1.33333vw 1.8px 2.2px rgba(189, 189, 188, 0.9);
          box-shadow: 0px 1.33333vw 1.8px 2.2px rgba(189, 189, 188, 0.9);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l_form .btn a:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .l_form .btn a {
    font-size: 5.2083333333vw;
    line-height: 1.5;
  }
}

.l_form .btn a.share_btn {
  background-color: #20aee5;
}

.l_form .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 19px solid #FFF;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@media screen and (max-width: 768px) {
  .l_form .btn::after {
    border-left: 4.6666666667vw solid #FFF;
    border-top: 2.6666666667vw solid transparent;
    border-bottom: 2.6666666667vw solid transparent;
  }
}

.l_form .btn.btn_back {
  /*
		&:hover::before {
			transform: rotate(180deg) translate(60%);
		}
        */
}

.l_form .btn.btn_back a {
  background: #FFF;
  color: #673a1b;
  border: 3px solid #df610f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
}

.l_form .btn.btn_back::after {
  content: none;
}

.l_form .btn.btn_back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.6em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-right: 19px solid #673a1b;
  border-bottom: 11px solid transparent;
}

@media screen and (max-width: 768px) {
  .l_form .btn.btn_back::before {
    border-top: 2.6666666667vw solid transparent;
    border-right: 4.6666666667vw solid #673a1b;
    border-bottom: 2.6666666667vw solid transparent;
  }
}

.error-message {
  font-weight: 700;
  color: red;
  font-size: 1.6rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .error-message {
    font-size: 3.6458333333vw;
  }
}

@media screen and (max-width: 768px) {
  .radio_box {
    padding-top: 2.6041666667vw;
  }
}

.radio_box input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio_box input[type="radio"] + label {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 1.5em;
  color: #673a1b;
}

@media screen and (max-width: 768px) {
  .radio_box input[type="radio"] + label {
    font-size: 4.4270833333vw;
    margin-right: 2.8em;
  }
}

.radio_box input[type="radio"] + label:last-of-type {
  margin-right: 0;
}

.radio_box input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  background: #f7f7f7;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0;
  margin-right: 0.6em;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media screen and (max-width: 768px) {
  .radio_box input[type="radio"] + label:before {
    width: 1.2em;
    height: 1.2em;
  }
}

.radio_box input[type="radio"]:checked + label:before {
  background-color: #df610f;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.radio_box input[type="radio"]:focus + label:before {
  outline: none;
  border-color: #e8e8e8;
}

.radio_box input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}

.radio_box input[type="radio"] + label:empty:before {
  margin-right: 0;
}

footer p {
  font-size: 1.3rem;
  padding: 50px 0 80px;
  color: #673a1b;
}

@media screen and (max-width: 768px) {
  footer p {
    font-size: 2.6041666667vw;
    padding: 7.8125vw 5.2083333333vw 9.1145833333vw;
  }
}

.complete .ttl_c {
  padding: 75px 0 0;
  margin-bottom: 40px;
  font-size: 4.0rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .complete .ttl_c {
    padding: 9.765625vw 0 0;
    font-size: 5.7291666667vw;
    margin-bottom: 7.8125vw;
  }
}

@media screen and (max-width: 768px) {
  .complete p {
    font-size: 4.6875vw;
  }
}

.complete p.complete_txt {
  line-height: 1.6;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .complete p.complete_txt {
    margin-bottom: 7.8125vw;
  }
}

.complete .table {
  padding: 0 5.5350553506% 0.9225092251%;
}

@media screen and (max-width: 768px) {
  .complete .table {
    padding: 0 3.90625vw;
  }
}
