@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.647;
}

a {
  color: #148df0;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ol,
ul,
dl {
  list-style: none;
}

em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

img {
  vertical-align: top;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: input;
  -webkit-box-sizing: content-box;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #0d0d0d;
}

@media print,
screen and (min-width: 768px) {

  input[type="input"],
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="search"] {
    font-size: 18px;
    padding: 5px 10px;
  }
}

input[type="input"].error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error {
  background-color: #fee;
  border-color: #b40019;
}

textarea {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 16px;
  height: 10em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

textarea.error {
  border-color: #b40019;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

/* SP style */
@media print,
screen and (max-width: 767px) {
  main {
    padding-top: 90px;
  }

  img {
    height: auto;
    width: 100%;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width:560px) {
  main {
    padding-top: 0px;
  }

}

/* PC style */
@media print,
screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* layouts */
/* # =============================================
   # LayoutColumn
   # ============================================= */
.LayoutColumn {
  padding: 20px;
}

@media print,
screen and (min-width: 768px) {
  .LayoutColumn {
    padding: 100px 50px;
  }

  .LayoutColumn .LayoutColumn__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }

  .LayoutColumn .LayoutColumn__main {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#43e97b), to(#38f9d7));
    background-image: linear-gradient(to bottom, #43e97b 0%, #38f9d7 100%);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 800px;
    flex: 1 1 800px;
  }

  .LayoutColumn .LayoutColumn__side {
    background-color: #ddd;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    margin-left: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

/* # =============================================
   # LayoutSingle
   # ============================================= */
.LayoutSingle {
  padding: 20px;
}

@media print,
screen and (min-width: 768px) {
  .LayoutSingle {
    padding: 0px 20px;
  }

  .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
  }
}

/* # =============================================
   # LayoutZigzag
   # ============================================= */
.LayoutZigzag {
  padding: 20px;
}

.LayoutZigzag .LayoutZigzag__imageWrapper {
  margin: 20px -20px 20px -20px;
  overflow: hidden;
}

.LayoutZigzag .LayoutZigzag__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .LayoutZigzag {
    padding: 100px 0;
  }

  .LayoutZigzag .LayoutZigzag__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 0;
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
  }

  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 0;
  }

  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 50px;
  }

  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 50px;
  }

  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 50px;
  }

  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .LayoutZigzag .LayoutZigzag__contentWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    padding-top: 20px;
  }

  .LayoutZigzag .LayoutZigzag__imageWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 750px;
    flex: 1 1 750px;
    margin: 0;
    overflow: hidden;
  }
}

@media print,
screen and (min-width: 1200px) {
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: calc(50% - 600px);
    padding-left: 100px;
  }

  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-right: calc(50% - 600px);
    padding-right: 100px;
  }
}

/* blocks */
/**
 * Accommodation
 */
.Accommodation {
  padding-bottom: 48px;
  padding-top: 0px;
}

.Accommodation .Accommodation__fig1 {
  margin: -15px -10px 0 -20px;
}

.Accommodation .Accommodation__fig2 {
  margin-top: 10px;
}

@media print,
screen and (min-width: 768px) {
  .Accommodation {
    background-image: url(../images/accommodation1_pc.png);
    background-position: center top 200px;
    background-repeat: no-repeat;
    background-size: 1440px 716px;
    padding-bottom: 100px;
  }

  .Accommodation .Accommodation__fig1 {
    height: 610px;
  }

  .Accommodation .Accommodation__img1 {
    width: 100%;
  }

  .Accommodation .Accommodation__img2 {
    width: 100%;
  }
}

/**
 * Condition
 */
.Condition {
  padding-bottom: 48px;
  padding-top: 40px;
}

.Condition .Condition__fig1 {
  margin-top: 28px;
}

.Condition .Condition__fig2 {
  margin-top: 28px;
}

@media print,
screen and (min-width: 768px) {
  .Condition {
    padding-bottom: 100px;
    padding-top: 90px;
  }

  .Condition .Condition__fig1 {
    margin-top: 50px;
  }

  .Condition .Condition__img1 {
    width: 100%;
  }

  .Condition .Condition__fig2 {
    margin-top: 30px;
  }

  .Condition .Condition__img2 {
    width: 100%;
  }
}

/**
 * Contact
 */
.Contact {
  padding-top: 30px;
}

.Contact .common_ttl {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.Contact .Contact__leadText {
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 1.43333;
  margin-bottom: 5px;
}

.Contact .Contact__leadNote {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.Contact form {
  margin-top: 10px;
}

.Contact form .whitebox table th {
  border-bottom: none;
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 16px 0 8px 0px;
  text-align: left;
  width: 100%;
}

.Contact form .whitebox table th span {
  background-color: #cc0000;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  margin-left: 6px;
  padding: 0px 10px 2px;
  vertical-align: 3px;
}

.Contact form .whitebox table td {
  display: block;
  font-size: 11px;
  padding: 0px 0px 0px 0;
  text-align: left;
  width: 100%;
}

.Contact form .whitebox table td .txtbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
}

.Contact form .whitebox table td.birth .txtbox {
  width: 25%;
}

.Contact form .whitebox table td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0px;
}

.Contact form .whitebox table td ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  margin-bottom: 20px;
}

.Contact form .whitebox table td ul li input {
  bottom: -2px;
  position: relative;
}

.Contact form .whitebox table td ul.twocolumn li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.Contact form .whitebox table td textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 110px;
  padding: 10px;
  width: 100%;
}

.Contact form .whitebox table td dl {
  border: solid 1px #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  height: 120px;
  margin-bottom: 10px;
  overflow-y: scroll;
  padding: 10px;
}

.Contact form .whitebox table .cp_ipselect.cp_sl01 {
  border: 1px solid #000;
  display: block;
  padding: 8px 10px;
  position: relative;
}

.Contact form .whitebox table .cp_ipselect.cp_sl01:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #000;
  content: '';
  height: 0;
  margin-top: -3px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0.9em;
  top: 50%;
  width: 0;
}

.Contact form .whitebox table .cp_ipselect.cp_sl01 select {
  width: 100%;
}

.Contact form .whitebox table .cp_ipselect {
  overflow: hidden;
  text-align: center;
  width: 60%;
}

.Contact form .whitebox table .privacy-poricy-box {
  font-size: 11px;
  line-height: 1.54545;
}

.Contact form .whitebox table .privacy-poricy-box .text {
  margin-bottom: 15px;
}

.Contact form .whitebox table .privacy-poricy-box .List1 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.Contact form .whitebox table .privacy-poricy-box .List2 li p:not(:nth-child(1)) {
  padding-left: 1.5em;
}

.Contact form .whitebox table .Privacy__label {
  margin-left: 40%;
}

.Contact form .whitebox table .Privacy__label input {
  bottom: -2px;
  position: relative;
}

.Contact form .whitebox table .Privacy__label span {
  font-size: 13px;
}

.Contact form .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cc0000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 600;
  height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px auto 0;
  width: 83%;
}

@media print,
screen and (min-width: 768px) {
  .Contact {
    padding-bottom: 70px;
    padding-top: 90px;
  }

  .Contact .common_ttl {
    font-size: 40px;
    margin-bottom: 45px;
  }

  .Contact .Contact__leadText {
    font-size: 21px;
    letter-spacing: -0.1em;
    line-height: 1.90476;
    margin-bottom: 5px;
  }

  .Contact .Contact__leadNote {
    font-size: 16px;
    line-height: 1.875;
  }

  .Contact form {
    margin-top: 40px;
  }

  .Contact form .whitebox table th {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 35px;
    vertical-align: middle;
    width: 30%;
  }

  .Contact form .whitebox table th span {
    font-size: 16px;
    margin-left: 30px;
    padding: 0px 20px 4px;
  }

  .Contact form .whitebox table th.Contact__privacyTitle {
    position: relative;
    top: -30px;
  }

  .Contact form .whitebox table td {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 28px;
    width: 69%;
  }

  .Contact form .whitebox table td .txtbox {
    padding: 14px 20px;
    width: 100%;
  }

  .Contact form .whitebox table td ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0px;
    margin-right: 50px;
  }

  .Contact form .whitebox table td ul li input {
    bottom: 1px;
  }

  .Contact form .whitebox table td ul.twocolumn li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 50px;
  }

  .Contact form .whitebox table td textarea {
    height: 200px;
    padding: 20px;
  }

  .Contact form .whitebox table td dl {
    height: 380px;
    padding: 20px;
  }

  .Contact form .whitebox table .cp_ipselect.cp_sl01 {
    padding: 11px 20px;
  }

  .Contact form .whitebox table .cp_ipselect.cp_sl01:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #000;
  }

  .Contact form .whitebox table .privacy-poricy-box {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 30px;
  }

  .Contact form .whitebox table .privacy-poricy-box .text {
    margin-bottom: 30px;
  }

  .Contact form .whitebox table .privacy-poricy-box .List1 li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

  .Contact form .whitebox table .privacy-poricy-box .List2 li p:not(:nth-child(1)) {
    padding-left: 1.5em;
  }

  .Contact form .whitebox table .Privacy__label {
    margin-left: 0;
  }

  .Contact form .whitebox table .Privacy__label input {
    bottom: 0px;
  }

  .Contact form .whitebox table .Privacy__label span {
    font-size: 20px;
  }

  .Contact form .btn {
    font-size: 28px;
    height: 80px;
    margin: 25px auto 0;
    width: 560px;
  }

  .Contact form .btn:hover {
    cursor: pointer;
    opacity: .7;
  }
}

/**
 * Flow
 */
.Flow {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
}

.Flow .Flow__wrapper {
  position: relative;
}

.Flow .Flow__fig {
  width: 94%;
}

.Flow .Flow__tel {
  position: absolute;
  right: 10px;
  top: 14%;
  width: 76%;
}

.Flow .Flow__web {
  position: absolute;
  right: 10px;
  top: 23%;
  width: 76%;
}

@media print,
screen and (min-width: 768px) {
  .Flow {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 90px;
  }

  .Flow .Flow__fig {
    width: 100%;
  }

  .Flow .Flow__img {
    width: 100%;
  }

  .Flow .Flow__tel {
    position: absolute;
    right: 400px;
    top: 14.5%;
    width: 322px;
  }

  .Flow .Flow__tel:hover {
    opacity: .7;
  }

  .Flow .Flow__telImg {
    width: 100%;
  }

  .Flow .Flow__web {
    position: absolute;
    right: 20px;
    top: 14.5%;
    width: 345px;
  }

  .Flow .Flow__web:hover {
    opacity: .7;
  }

  .Flow .Flow__webImg {
    width: 100%;
  }
}

/**
 * Footer
 */
.Footer {
  font-size: 10px;
  padding: 0px 0 10px;
  text-align: center;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .Footer {
    font-size: 16px;
    padding: 0px 0 60px;
  }
}

.bottom_banner {
  background-color: #444;
  padding: 40px 0;
}

.zenkoku_btn {
  width: 360px;
  margin: auto;
}

.zenkoku_btn a {
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #fff;
  line-height: 75px;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  display: block;
  cursor: pointer;
  border-radius: 10px;
}

.zenkoku_btn a:hover {

  background: #fff;
  border: 2px solid #fff;
  color: #444;

}

@media screen and (max-width:767px) {
  .bottom_banner {
    padding: 25px 0 90px;
  }

  .zenkoku_btn {
    width: 65%;
    margin: auto;
  }

  .zenkoku_btn a {
    width: 100%;
    height: 60px;

    line-height: 55px;

    font-size: 15px;

  }

  .zenkoku_btn a:hover {

    background-color: transparent;
    color: #fff;

  }

}

/**
 * Header
 */
.Header {
  background-color: transparent;
  left: 0;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
}

@media screen and (max-width:560px) {
  .Header {
    position: relative;
  }
}

.Header .Header__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Header .Header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
}

.Header .Header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}

.Header .Header__tel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.78%;
  flex: 0 0 45.78%;
}

.Header .Header__telLink {
  display: block;
}

.Header .Header__web {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.21%;
  flex: 0 0 54.21%;
  /* margin-left: 2%; */
}

.Header .Header__webLink {
  display: block;
}

@media print,
screen and (min-width: 768px) {
  .Header {
    background-color: transparent;
    padding: 15px 20px;
    width: 100vw;
  }

  .Header.-scrolled {
    background-color: #fff;
  }

  .Header .Header__inner {
    margin: 0 auto;
    max-width: 1000px;
  }

  .Header .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 206px;
    flex: 0 0 206px;
    max-width: 206px;
  }

  .Header .Header__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .Header .Header__tel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }

  .Header .Header__telLink:hover {
    opacity: .7;
  }

  .Header .Header__telImage {
    width: 100%;
  }

  .Header .Header__web {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-left: 25px;
    max-width: 250px;
  }

  .Header .Header__webLink:hover {
    opacity: .7;
  }

  .Header .Header__webImage {
    width: 100%;
  }
}

/**
 * Lead1
 */
.Lead1 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 1.47059;
  margin-top: 10px;
}

@media print,
screen and (min-width: 768px) {
  .Lead1 {
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 1.55556;
    margin-top: 18px;
  }
}

/**
 * Mv
 */
.Mv {
  width: 100%;
}

.Mv.-mb {
  margin-bottom: 15px;
}

.Mv .Mv__link {
  display: block;
  margin: 0 auto 0;
  width: 90%;
}

.Mv .Mv__linkImg {
  width: 100%;
}

.Mv__linkInner img {
  padding: 10px 0;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .Mv {
    margin-bottom: -20px;
  }

  .Mv.-mb {
    margin-bottom: 60px;
  }

  .Mv .Mv__img {
    width: 100%;
  }

  .Mv .Mv__link {
    margin: 0 auto 0;
    max-width: 800px;
    position: relative;
    top: -20px;
  }

  .Mv .Mv__link:hover .Mv__linkInner {
    background-color: #000;
  }

  .Mv .Mv__link:hover .Mv__linkImg {
    background-color: #000;
    opacity: .8;
  }

  .Mv .Mv__linkImg {
    width: 100%;
  }
}

/**
 * Recommend
 */
.Recommend {
  background-color: #f7f7f7;
  padding-bottom: 45px;
  padding-top: 40px;
}

.Recommend .Recommend__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.07em;
  letter-spacing: -0.1em;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}

.Recommend .Recommend__title .red {
  color: #cc0000;
}

.Recommend .Recommend__fig {
  margin: 0 auto;
  width: 90%;
}

@media print,
screen and (min-width: 768px) {
  .Recommend {
    padding-bottom: 45px;
    padding-top: 85px;
  }

  .Recommend .Recommend__title {
    font-size: 60px;
    letter-spacing: -0.04em;
    line-height: 1.33333;
    margin-bottom: 70px;
  }

  .Recommend .Recommend__fig {
    width: 100%;
  }

  .Recommend .Recommend__img {
    width: 100%;
  }
}

/**
 * RecommendLead
 */
.RecommendLead {
  background-color: #000;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}

.RecommendLead:before {
  border-color: #f7f7f7 transparent transparent transparent;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.RecommendLead .RecommendLead__title {
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.1em;
  line-height: 1.4;
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .RecommendLead {
    padding-bottom: 70px;
    padding-top: 65px;
    position: relative;
  }

  .RecommendLead:before {
    border-width: 25px 20px 0 20px;
  }

  .RecommendLead .RecommendLead__title {
    font-size: 40px;
    line-height: 1.5;
    margin-left: 0px;
    margin-right: 0px;
  }
}

/**
 * Sample
 */
.Sample {
  width: 100%;
}

.Sample .Sample__inner {
  padding: 15px 20px;
}

.Sample .Sample__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.Sample .Sample__text {
  font-size: 12px;
  line-height: 2.2;
}

@media print,
screen and (min-width: 768px) {
  .Sample .Sample__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px;
    width: 100%;
  }

  .Sample .Sample__title {
    font-size: 30px;
  }

  .Sample .Sample__text {
    color: #112;
    font-size: 15px;
  }
}

body {
  background-color: #fff;
}

/**
 * Short
 */
.Short {
  background-color: #f7f7f7;
  background-image: url(../images/bg1_pc.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 80% auto;
  padding-bottom: 40px;
  padding-top: 15px;
}

.Short .Short__fig1 {
  margin-bottom: 40px;
  margin-top: 10px;
}

.Short .Short__fig1.-mb0 {
  margin-bottom: 0;
}

.Short .Short__fig2 {
  margin-top: 20px;
}

.Short .Short__fig3 {
  margin-top: 20px;
}

@media print,
screen and (min-width: 768px) {
  .Short {
    background-size: 50% auto;
    padding-bottom: 150px;
    padding-top: 60px;
  }

  .Short .Short__fig1 {
    margin-bottom: 65px;
    margin-top: 20px;
  }

  .Short .Short__img1 {
    width: 100%;
  }

  .Short .Short__fig2 {
    margin: 45px auto 0;
    max-width: 824px;
  }

  .Short .Short__img2 {
    width: 100%;
  }

  .Short .Short__fig3 {
    margin-top: 40px;
  }

  .Short .Short__img3 {
    width: 100%;
  }
}

/**
 * Support
 */
.Support {
  background-image: url(../images/bg2_pc.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 80% auto;
  padding-bottom: 50px;
  padding-top: 0px;
}

.Support .Support__titleBlockInner {
  background-color: #000;
  -webkit-box-shadow: 10px 10px 0px 0 #cc0000;
  box-shadow: 10px 10px 0px 0 #cc0000;
  margin-left: -30px;
  padding-bottom: 20px;
}

.Support .Support__lead {
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.44444;
  padding: 25px 30px 15px;
}

.Support .Support__title {
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.07em;
  letter-spacing: -0.06em;
  line-height: 1.82143;
  padding: 0px 0px;
}

.Support .Support__titleImg {
  margin-left: 10px;
  width: 85%;
}

.Support .Support__titleSpan {
  background-color: #fff;
  padding: 2px 10px 2px 30px;
}

.Support .Support__titleSpan.-right {
  padding-right: 0;
}

.Support .Support__fig {
  padding-top: 45px;
}

@media print,
screen and (min-width: 768px) {
  .Support {
    background-size: 65% auto;
    padding: 0px 0px 90px;
  }

  .Support .Support__inner {
    background-image: url(../images/support_bg_pc.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1900px 417px;
    padding: 0 20px;
  }

  .Support .Support__titleBlockInner {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0px;
    padding-bottom: 20px;
  }

  .Support .Support__lead {
    font-size: 36px;
    letter-spacing: -0.03em;
    padding: 40px 0px 20px;
  }

  .Support .Support__title {
    font-size: 60px;
    letter-spacing: -0.03em;
    line-height: 1.75;
    margin-left: -40px;
    margin-right: -40px;
  }

  .Support .Support__titleSpan {
    background-color: #fff;
    padding: 0px 0px 2px 30px;
  }

  .Support .Support__fig {
    padding-top: 100px;
  }

  .Support .Support__img {
    width: 100%;
  }
}

/**
 * Title1
 */
.Title1 {
  border-left: 5px solid #000000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.12em;
  line-height: 1.3;
  padding-left: 10px;
}

.Title1 .red {
  color: #cc0000;
}

@media print,
screen and (min-width: 768px) {
  .Title1 {
    border-left: 10px solid #000000;
    font-size: 60px;
    letter-spacing: -0.04em;
    line-height: 1.33333;
    padding-left: 27px;
  }
}

/**
 * Title2
 */
.Title2 {
  margin-bottom: 30px;
  padding-bottom: 27px;
  position: relative;
  text-align: center;
}

.Title2:after {
  background-color: #000;
  bottom: 0px;
  content: '';
  display: block;
  height: 5px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 68px;
}

.Title2 .Title2__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.3;
}

@media print,
screen and (min-width: 768px) {
  .Title2 {
    margin-bottom: 90px;
    padding-bottom: 60px;
  }

  .Title2:after {
    height: 10px;
    width: 138px;
  }

  .Title2 .Title2__text {
    font-size: 60px;
    letter-spacing: -0.01em;
    line-height: 1.33333;
  }
}

/**
 * Work
 */
.Work {
  padding-bottom: 0px;
  padding-top: 45px;
}

.Work .Work__numFig {
  margin: 0 auto 10px;
}

.Work .Work__numFig.-no1 {
  width: 76px;
}

.Work .Work__numFig.-no2 {
  width: 84px;
}

.Work .Work__numFig.-no3 {
  width: 84px;
}

.Work .Work__title {
  background-color: #000;
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  padding: 13px 0;
  text-align: center;
}

.Work .Work__imgArea {
  margin-bottom: 45px;
  padding: 0 10px;
}

.Work .Work__imgArea img.pc {
  display: none;
}

@media print,
screen and (min-width: 768px) {
  .Work {
    padding-bottom: 0px;
    padding-top: 85px;
  }

  .Work .Work__bg {
    margin-bottom: 75px;
  }

  .Work .Work__bg.-right {
    background-image: url(../images/bg2_pc.png);
    background-position: right bottom 0px;
    background-repeat: no-repeat;
    background-size: 272px 321px;
    padding-bottom: 35px;
  }

  .Work .Work__bg.-left {
    background-image: url(../images/bg3_pc.png);
    background-position: left bottom 0px;
    background-repeat: no-repeat;
    background-size: 272px 321px;
    padding-bottom: 35px;
  }

  .Work .Work__numFig img {
    width: 100%;
  }

  .Work .Work__numFig.-no1 {
    margin: 0 0 5px auto;
    width: 118px;
  }

  .Work .Work__numFig.-no2 {
    margin: 0 0 5px 0;
    width: 150px;
  }

  .Work .Work__numFig.-no3 {
    margin: 0 0 5px auto;
    width: 148px;
  }

  .Work .Work__title {
    font-size: 42px;
    margin-bottom: 30px;
    padding: 22px 50px;
    position: relative;
    z-index: 1;
  }

  .Work .Work__title.-right {
    margin-left: -220px;
  }

  .Work .Work__title.-left {
    margin-right: -180px;
  }

  .Work .Work__text {
    font-size: 24px;
    line-height: 1.66667;
  }

  .Work .Work__imgArea {
    padding: 0;
  }

  .Work .Work__imgArea img.pc {
    display: block;
  }

  .Work .Work__imgArea img.sp {
    display: none;
  }
}

/**
 * WorkLead
 */
.WorkLead {
  background-image: url(../images/work_lead.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}

.WorkLead .WorkLead__title {
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.08333;
  margin-bottom: 17px;
  text-align: center;
}

.WorkLead .WorkLead__text {
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .WorkLead {
    background-image: url(../images/work_lead_pc.png);
    padding-bottom: 80px;
    padding-top: 70px;
  }

  .WorkLead .WorkLead__title {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .WorkLead .WorkLead__text {
    font-size: 38px;
    line-height: 1.57895;
  }
}

/* スマホフローティング追加 */
.sp_floating {
  background: #fff;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.5s;
  padding: 5px;
}

.floating__telLink {
  display: block;
  width: 45.783%;
  padding: 0 10px;
}

.floating__webLink {
  display: block;
  width: 54.217%;
  padding: 0 10px;
}

.sp_floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: bottom 0.3s;
  z-index: 1000;
  /* 必要に応じて調整 */
}

@media screen and (min-width:560px) {
  .sp_floating {
    display: none;
  }
}

/* キラッと */
.mw1000 {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;

  img {
    max-width: 100%;
  }
}

.Mv__linkInner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.Mv__linkInner:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.cvbtn {
  padding: 30px 0;
}

.mb10 {
  margin-bottom: 10px;
}

.Contact form .whitebox table th .fz-xs {
  font-size: 0.7em;
  background-color: transparent;
  color: #000;
  padding: 0;
  margin: 0;
}

/* thankspage */
.cv_inner{
  width: 800px;
  max-width: 90%;
  margin-inline: auto;
  padding-top: 20vh;
  p{
    text-align: center;
  }
  p+p{
    margin-top: 20px;
  }
  h2{
    text-align: center;
    margin-bottom: 30px;
  }
}
.thanks_btn {
  text-align: center;

  a {
    display: inline-block;
    background-color: #3966d9;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}