@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese");
#anchor01,
#anchor02,
#anchor03,
#anchor04 {
  margin-top: -95px;
  padding-top: 95px; }

.pc-hide {
  display: none; }
  @media (max-width: 760px) {
    .pc-hide {
      display: block; } }

#frv_header {
  width: 100%;
  position: fixed; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:not([class]) {
  text-decoration: none;
  color: #5a4227; }

a:not([class]):hover {
  text-decoration: none; }

*, *::before, *::after {
  box-sizing: border-box; }

*:focus {
  outline: none !important; }

b {
  font-weight: bold; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden; }

#on-pre2,
.global-Nav {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5555555556;
  color: #5a4227; }
  @media (max-width: 760px) {
    #on-pre2,
    .global-Nav {
      font-size: 16px; } }

#on-pre2 {
  padding-top: 95px; }

.global-Nav {
  background: rgba(90, 66, 39, 0.8);
  padding: 5px 0 8px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1024px) {
    .global-Nav {
      display: none; } }
  .global-Nav-List {
    display: flex;
    justify-content: center; }
  .global-Nav-List li {
    padding: 0 40px; }
  .global-Nav-List li a {
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1); }
    .global-Nav-List li a:hover {
      opacity: .5; }

.application {
  width: 200px;
  background: #EFEFEF;
  border-radius: 0 10px 10px 0;
  padding: 25px 0 0;
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease-out; }
  .application-Title {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 15px; }
  .application-Item {
    margin-bottom: 4px; }
    .application-Item-Title {
      font-size: 13px;
      display: flex;
      align-items: center; }
    .application-Item-Title em {
      background: #FF7800;
      border-radius: 2px;
      margin-left: 5px;
      padding: 1px 3px 3px;
      line-height: 1;
      font-size: 11px;
      color: #FFFFFF; }
    .application-Item-Box select {
      width: 100%;
      background: #FFFFFF;
      background-size: 30px auto;
      border: none;
      box-sizing: border-box;
      padding: 5px;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 13px;
      cursor: pointer; }
    .application-Item-Box .itt {
      width: 100%;
      background: #FFFFFF;
      border: none;
      box-sizing: border-box;
      padding: 3px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 13px; }
  .application-Submit button {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    cursor: pointer; }
  .application-Close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: 5px;
    cursor: pointer;
    z-index: 1; }
  .application-Btn {
    width: 200px;
    position: fixed;
    left: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s ease-out; }

.application.state-application {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto; }

@media (max-width: 1024px) {
  .application.w1280 {
    display: none; } }

.application-Btn.state-application {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto; }

.application-Btn.w1280 {
  display: none; }
  @media (max-width: 1024px) {
    .application-Btn.w1280 {
      display: block; } }

.submit {
  background: #ff935f;
  padding: 50px 0; }
  @media (max-width: 760px) {
    .submit {
      padding: 25px 0; } }
  .submit-Inner {
    width: 100%;
    max-width: 830px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 760px) {
      .submit-Inner {
        padding: 0 15px; } }
  .submit-Text {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    font-size: 40px;
    color: #FFFFFF; }
    @media (max-width: 760px) {
      .submit-Text {
        margin-bottom: 25px;
        font-size: 18px; } }
  .submit-Btn a {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
    border-radius: 100px;
    padding: 25px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5625;
    font-size: 32px;
    display: block;
    transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1); }
    @media (max-width: 760px) {
      .submit-Btn a {
        padding: 15px;
        font-size: 18px; } }
    .submit-Btn a:hover {
      background: #ffb38f;
      color: #FFFFFF; }

.visual {
  width: 100%;
  background: url("../img/visual-bg.jpg") no-repeat center center;
  background-size: cover; }
  .visual-Inner {
    width: 100%;
    max-width: 1130px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 640px) {
      .visual-Inner {
        padding: 0 15px; } }
  .visual-Wrapper {
    position: relative; }
  .visual-Title01 {
    max-width: 768px;
    width: calc(768vw * 100 / 1280);
    padding-top: 100px; }
    @media (max-width: 1280px) {
      .visual-Title01 {
        padding-top: calc(100vw * 100 / 1280); } }
  .visual-Text {
    width: calc(800vw * 100 / 1280);
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 24px; }
    @media (max-width: 768px) {
      .visual-Text {
        margin-bottom: calc(22vw * 100 / 768);
        font-size: calc(24vw * 100 / 768); } }
  .visual-Title02 {
    max-width: 580px;
    width: calc(580vw * 100 / 1280);
    padding-bottom: 70px; }
    @media (max-width: 1280px) {
      .visual-Title02 {
        padding-bottom: calc(70vw * 100 / 1280); } }
  .visual-Img {
    max-width: 378px;
    width: calc(378vw * 100 / 1280);
    position: absolute;
    right: 0;
    bottom: 0; }

.section01 {
  padding-bottom: 90px;
  position: relative; }
  @media (max-width: 1024px) {
    .section01 {
      padding-bottom: 0; } }
  .section01-Bg {
    height: 700px;
    background: #ffede4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    @media (max-width: 1024px) {
      .section01-Bg {
        display: none; } }
    .section01-Bg:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 100px 0 100px;
      border-color: #fdfdfc transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0); }
  .section01-Inner {
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 640px) {
      .section01-Inner {
        padding: 0 15px; } }
  .section01-Title {
    padding: 90px 0;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    font-size: 40px; }
    @media (max-width: 640px) {
      .section01-Title {
        padding: 45px 0;
        font-size: 20px; } }
    .section01-Title strong {
      font-size: 52px; }
      @media (max-width: 640px) {
        .section01-Title strong {
          font-size: 24px; } }
  .section01-Items {
    margin: 0 -13px;
    display: flex; }
    @media (max-width: 1024px) {
      .section01-Items {
        margin: 0;
        display: block; } }
  .section01-Item {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 0 13px; }
    @media (max-width: 1024px) {
      .section01-Item {
        width: 100%;
        margin-bottom: 30px;
        padding: 0; }
        .section01-Item:last-child {
          margin-bottom: 0; } }
    @media (max-width: 1024px) {
      .section01-Item-Bg {
        width: 100vw;
        background: #ffede4;
        margin: -40px calc(50% - 50vw) 0;
        padding: 40px calc(50vw - 50%) 35px; } }
  .section01-Box01 {
    min-height: 460px;
    background: #f5f2f0;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 30px; }
    @media (max-width: 1024px) {
      .section01-Box01 {
        min-height: inherit; } }
    .section01-Box01-Title {
      margin-bottom: 30px;
      font-weight: 700;
      font-size: 21px; }
      @media (max-width: 640px) {
        .section01-Box01-Title {
          margin-bottom: 15px;
          font-size: 18px; } }
    .section01-Box01-Img {
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .section01-Box01-Img {
          width: 90%;
          max-width: 300px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 640px) {
        .section01-Box01-Img {
          margin-bottom: 10px; } }
  .section01-Arrow {
    width: 30px;
    margin: -15px auto 20px;
    position: relative;
    z-index: 1; }
  .section01-Box02 {
    min-height: 500px;
    background: #ffffff;
    box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 30px 30px; }
    @media (max-width: 1024px) {
      .section01-Box02 {
        min-height: inherit; } }
    .section01-Box02-Img {
      position: relative;
      top: -20px;
      z-index: 1; }
      @media (max-width: 1024px) {
        .section01-Box02-Img {
          width: 90%;
          max-width: 300px;
          margin-left: auto;
          margin-right: auto; } }
    .section01-Box02-Title {
      margin-bottom: 14px;
      font-weight: 700;
      font-size: 21px;
      color: #ff783b; }
      @media (max-width: 640px) {
        .section01-Box02-Title {
          margin-bottom: 7px;
          font-size: 18px; } }

.section01-Title .color01 {
  color: #6786c4; }

.section01-Title .color02 {
  color: #ff783b; }

@media (max-width: 1024px) {
  .section01-Arrow .pc {
    display: none; } }

.section01-Arrow .sp {
  display: none; }
  @media (max-width: 1024px) {
    .section01-Arrow .sp {
      display: block; } }

.section02 {
  padding-top: 90px; }
  @media (max-width: 640px) {
    .section02 {
      padding-top: 45px; } }
  .section02-Inner {
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 640px) {
      .section02-Inner {
        padding: 0 15px; } }
  .section02-Wrapper01 {
    margin-bottom: 80px; }
    @media (max-width: 640px) {
      .section02-Wrapper01 {
        margin-bottom: 40px; } }
    .section02-Wrapper01-Title01 {
      margin-bottom: 40px;
      text-align: center;
      font-weight: 700;
      line-height: 1.5;
      font-size: 40px; }
      @media (max-width: 640px) {
        .section02-Wrapper01-Title01 {
          margin-bottom: 20px;
          font-size: 20px; } }
    .section02-Wrapper01-Text {
      margin-bottom: 60px;
      text-align: center;
      font-weight: 500;
      font-size: 21px;
      color: #ff783b; }
      @media (max-width: 640px) {
        .section02-Wrapper01-Text {
          margin-bottom: 30px;
          text-align: left;
          font-size: 16px; } }
    .section02-Wrapper01-Title02 {
      width: 100%;
      max-width: 430px;
      height: 60px;
      background: #5a4227;
      border-radius: 60px;
      margin: 0 auto 60px;
      text-align: center;
      font-weight: 700;
      font-size: 26px;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 640px) {
        .section02-Wrapper01-Title02 {
          max-width: 230px;
          height: 40px;
          margin-bottom: 20px;
          font-size: 16px; } }
    .section02-Wrapper01-Items {
      margin: 0 -35px;
      display: flex; }
      @media (max-width: 810px) {
        .section02-Wrapper01-Items {
          margin: 0;
          display: block; } }
    .section02-Wrapper01-Item {
      width: 50%;
      box-sizing: border-box;
      padding: 0 35px; }
      @media (max-width: 810px) {
        .section02-Wrapper01-Item {
          width: 100%;
          max-width: 640px;
          margin: 0 auto 40px;
          padding: 0; } }
      @media (max-width: 640px) {
        .section02-Wrapper01-Item {
          margin-bottom: 20px; } }
      .section02-Wrapper01-Item:first-child p {
        background: #f2f2f2; }
      .section02-Wrapper01-Item p {
        height: 100%;
        background: #ffffff;
        box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        padding: 25px;
        display: flex;
        justify-content: center;
        align-items: center; }
  .section02-Wrapper02 {
    background: url("../img/bg02.png") no-repeat center top;
    background-size: 100% auto; }
    .section02-Wrapper02-Img {
      width: 100%;
      max-width: 950px;
      margin: 0 auto; }
  .section02-Wrapper03 {
    background: #ffede4;
    padding: 80px 0 44px;
    position: relative; }
    @media (max-width: 640px) {
      .section02-Wrapper03 {
        padding: 40px 0 22px; } }
    .section02-Wrapper03:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 100px 0 100px;
      border-color: #fdfdfc transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0); }
      @media (max-width: 640px) {
        .section02-Wrapper03:after {
          border-width: 15px 30px 0 30px; } }
    .section02-Wrapper03-Text01 {
      margin-bottom: 6px;
      text-align: center;
      font-weight: 700;
      font-size: 22px; }
      @media (max-width: 640px) {
        .section02-Wrapper03-Text01 {
          font-size: 16px; } }
    .section02-Wrapper03-Text02 {
      text-align: center;
      font-weight: 700;
      line-height: 1.3;
      font-size: 40px; }
      @media (max-width: 640px) {
        .section02-Wrapper03-Text02 {
          font-size: 20px; } }
      .section02-Wrapper03-Text02 strong {
        font-size: 50px;
        color: #ff783b; }
        @media (max-width: 640px) {
          .section02-Wrapper03-Text02 strong {
            font-size: 24px; } }

.section03-Inner {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 640px) {
    .section03-Inner {
      padding: 0 15px; } }
.section03-Price {
  background: url("../img/bg01.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 94px;
  padding: 90px 0; }
  @media (max-width: 640px) {
    .section03-Price {
      margin-bottom: 47px;
      padding: 45px 0; } }
  .section03-Price-Title {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    font-size: 40px; }
    @media (max-width: 640px) {
      .section03-Price-Title {
        margin-bottom: 25px;
        font-size: 20px; } }
  .section03-Price-Wrapper {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    padding: 60px; }
    @media (max-width: 810px) {
      .section03-Price-Wrapper {
        border-radius: calc(30vw * 100 / 810);
        padding: calc(60vw * 100 / 810); } }
    @media (max-width: 640px) {
      .section03-Price-Wrapper {
        padding: 20px 15px; } }
  .section03-Price-Table table {
    width: 100%;
    font-weight: 500;
    font-size: 21px; }
    @media (max-width: 640px) {
      .section03-Price-Table table {
        font-size: 16px; } }
  @media (max-width: 810px) {
    .section03-Price-Table tr {
      display: block; } }
  .section03-Price-Table th {
    width: 25%;
    background: #e6e3df;
    padding: 30px 10px;
    border-bottom: 1px solid #5a4227;
    text-align: center; }
    @media (max-width: 810px) {
      .section03-Price-Table th {
        width: 100%;
        padding: 20px;
        text-align: left;
        display: block; } }
    @media (max-width: 640px) {
      .section03-Price-Table th {
        padding: 15px; } }
  .section03-Price-Table td {
    padding: 30px 10px;
    border-bottom: 1px solid #5a4227;
    text-align: center;
    position: relative; }
    @media (max-width: 810px) {
      .section03-Price-Table td {
        padding: 20px;
        text-align: right;
        display: block; } }
    @media (max-width: 640px) {
      .section03-Price-Table td {
        padding: 15px; } }
    .section03-Price-Table td:after {
      content: attr(data-label);
      color: #ff935f;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translate(0, -50%);
      display: none; }
      @media (max-width: 810px) {
        .section03-Price-Table td:after {
          display: block; } }
      @media (max-width: 640px) {
        .section03-Price-Table td:after {
          left: 15px; } }
  @media (max-width: 810px) {
    .section03-Price-Table thead {
      display: none; } }
  .section03-Price-Table thead th {
    background: #ff935f;
    border-top: 1px solid #5a4227;
    color: #ffffff; }
  .section03-Price-Table tbody tr:nth-child(even) {
    background: #efefef; }
    @media (max-width: 810px) {
      .section03-Price-Table tbody tr:nth-child(even) {
        background: none; } }
  .section03-Price-Attention {
    margin-top: 14px;
    font-weight: 500;
    font-size: 15px; }
.section03-Transfer-Title {
  margin-bottom: 84px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #000000; }
  @media (max-width: 640px) {
    .section03-Transfer-Title {
      margin-bottom: 42px;
      text-align: left;
      font-size: 20px; } }
  @media (max-width: 640px) {
    .section03-Transfer-Title br {
      display: none; } }
.section03-Transfer-Img {
  margin-bottom: 58px; }
  @media (max-width: 640px) {
    .section03-Transfer-Img {
      margin-bottom: 29px; } }
.section03-Transfer-Text {
  margin-bottom: 52px;
  text-align: center;
  color: #000000; }
  @media (max-width: 640px) {
    .section03-Transfer-Text {
      margin-bottom: 26px;
      text-align: left; } }
.section03-Transfer-Arrow {
  width: 100%;
  max-width: 50px;
  margin: 0 auto; }
  @media (max-width: 640px) {
    .section03-Transfer-Arrow {
      max-width: 30px; } }

.section03-Price-Table .none {
  background: none; }

.contact {
  padding: 60px 0; }
  @media (max-width: 760px) {
    .contact {
      padding: 30px 0; } }
  .contact-Inner {
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 760px) {
      .contact-Inner {
        padding: 0 15px; } }
  .contact-Title {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    font-size: 30px; }
    @media (max-width: 760px) {
      .contact-Title {
        margin-bottom: 20px;
        font-size: 20px; } }
  .contact-Item {
    border-bottom: 1px dotted rgba(175, 175, 175, 0.5);
    padding: 20px 0;
    display: flex;
    align-items: center; }
    @media (max-width: 760px) {
      .contact-Item {
        padding: 10px 0;
        display: block; } }
    .contact-Item-Title {
      min-width: 270px;
      font-weight: 500;
      font-size: 16px;
      display: flex;
      align-items: center; }
      @media (max-width: 760px) {
        .contact-Item-Title {
          min-width: inherit;
          margin-bottom: 10px; } }
    .contact-Item-Title em {
      width: 40px;
      background: #FF7900;
      padding: 3px 0 4px;
      border-radius: 3px;
      margin: 2px 0 0 10px;
      text-align: center;
      line-height: 1;
      font-size: 10px;
      color: #FFFFFF;
      display: block; }
    .contact-Item-Box {
      flex: 1; }
    .contact-Item-Box .itt {
      width: 100%;
      background: #FFFFFF;
      border: 1px solid rgba(175, 175, 175, 0.5);
      border-radius: 5px;
      box-sizing: border-box;
      padding: 11px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 16px; }
    .contact-Item-Box textarea {
      width: 100%;
      height: 200px;
      background: #FFFFFF;
      border: 1px solid rgba(175, 175, 175, 0.5);
      border-radius: 5px;
      box-sizing: border-box;
      padding: 11px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 16px; }
    .contact-Item-Radio {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 900px) {
        .contact-Item-Radio {
          display: block; } }
    .contact-Item-Radio li {
      margin-right: 30px;
      padding: 15px 0;
      font-weight: 500;
      font-size: 16px; }
      @media (max-width: 900px) {
        .contact-Item-Radio li {
          margin-right: 0;
          padding: 5px 0; } }
    .contact-Item-Radio li label {
      cursor: pointer; }
    .contact-Item-Radio li input {
      display: none; }
    .contact-Item-Radio li span {
      margin: 0;
      padding-left: 30px;
      position: relative; }
    .contact-Item-Radio li span:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      width: 16px;
      height: 16px;
      background: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 50%; }
    .contact-Item-Radio input:checked + span:after {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      left: 3px;
      width: 10px;
      height: 10px;
      background: #333333;
      border-radius: 50%; }
    .contact-Item-Name {
      margin: 0 -10px;
      display: flex;
      flex-wrap: wrap; }
      .contact-Item-Name__Box {
        width: 50%;
        box-sizing: border-box;
        padding: 0 10px; }
  .contact-Privacy {
    margin: 30px 0;
    text-align: center;
    font-size: 16px; }
    @media (max-width: 760px) {
      .contact-Privacy {
        margin: 15px 0;
        text-align: left; } }
  .contact-Privacy a {
    color: #428BCA; }
  .contact-Text {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px; }
    @media (max-width: 760px) {
      .contact-Text {
        margin-bottom: 20px;
        text-align: left; } }

.contact-Submit {
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }

.contact-Submit button {
  width: 100%;
  height: 55px;
  border-radius: 50px;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 0; }
  .contact-Submit button:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    background: #ff7900;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff7900 0%, #f9ae00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff7900 0%, #f9ae00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff7900 0%, #f9ae00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7900', endColorstr='#f9ae00',GradientType=1 );
    /* IE6-9 */ }
  .contact-Submit button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: #f9ae00;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f9ae00 0%, #ff7900 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9ae00 0%, #ff7900 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9ae00 0%, #ff7900 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ae00', endColorstr='#ff7900',GradientType=1 );
    /* IE6-9 */ }

.contact-Submit button:hover:before {
  opacity: 0; }
