@charset "UTF-8";
/*foundation*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.8rem;
  color: #282828;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul > li {
  list-style: none;
  line-height: 1.8;
}

a {
  color: #222a68;
  display: block;
  word-break: break-all;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  color: #222a68;
  text-decoration: none;
}

a img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
  line-height: 1.8;
}

p a {
  display: inline-block;
}

p img {
  display: inline-block;
  line-height: 1;
}

dl,
dd {
  margin: 0;
  line-height: 1.6;
}

dl a,
dd a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  ol {
    margin: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

th,
td {
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
}

h1 {
  margin: 0;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
}

h2 {
  position: relative;
  margin: 0;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 32px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    margin-left: 20px;
  }
}

h2:after {
  content: "";
  width: 52px;
  height: 1px;
  background: #e9851e;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index h2:after {
  background: #e9851e;
}

.bousaikiki h2:after {
  background: #0060bd;
}

.rack h2:after {
  background: #00a9bd;
}

.index h2 {
  color: #e9851e;
}

.bousaikiki h2 {
  color: #0060bd;
}

.rack h2 {
  color: #00a9bd;
}

h3 {
  margin: 0;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
}

b,
strong,
.bold {
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
}

/* 選択されたテキストを赤の背景に金色とする */
.index ::-moz-selection {
  background-color: #e9851e;
  color: #fff;
}
.index ::selection {
  background-color: #e9851e;
  color: #fff;
}

.rack ::-moz-selection {
  background-color: #00a9bd;
  color: #fff;
}

.rack ::selection {
  background-color: #00a9bd;
  color: #fff;
}

.bousaikiki ::-moz-selection {
  background-color: #0060bd;
  color: #fff;
}

.bousaikiki ::selection {
  background-color: #0060bd;
  color: #fff;
}

/*component*/
.u_pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
}

.u_pcu_tab {
  display: block;
}

@media only screen and (max-width: 767px) {
  .u_pcu_tab {
    display: none;
  }
}

.u_u_tab {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u_u_tab {
    display: none;
  }
}

.u_u_tabsp {
  display: none;
}

.u_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u_sp {
    display: block;
  }
}

.u_fll {
  float: left;
}

.u_fll img {
  margin: 0 10px 10px 0;
}

.u_flr {
  float: right;
}

.u_flr img {
  margin: 0 0 10px 10px;
}

.u_txt-center {
  text-align: center;
}

.u_txt-pc-center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .u_txt-pc-center {
    text-align: left;
  }
}

.u_txt-right {
  text-align: right;
}

.u_txt-left {
  text-align: left;
}

.u_txt-mini {
  font-size: 0.8em;
}

.u_txt-red {
  color: #d30606;
}

.u_txt-kei {
  border: 1px solid #fff;
  padding: 0.1em 0.5em;
  line-height: 2.4;
  font-size: 0.9em;
}

.u_img-wa {
  max-width: 100%;
  width: auto;
  height: auto;
}

.u_img-ha {
  max-height: 100%;
  width: auto;
  height: auto;
}

.u_img100 {
  width: 100%;
  height: auto;
}

.u_img-center {
  text-align: center;
}

.u_img-center img,
.u_img-center a {
  display: inline-block;
}

.u_point {
  background: #f5ebdc;
  border-radius: 10px;
  padding: 30px 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .u_point {
    padding: 20px 15px;
  }
}

.u_point > .title {
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: #e9851e;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .u_point > .title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.u_point > .title span {
  background: url(../img/common/icon_musimegane.png) no-repeat right center;
  background-size: 35px auto;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .u_point > .title span {
    background-size: 1.2em auto;
    padding-right: 1.5em;
  }
}

.u_point .text {
  color: #e9851e;
}

.u_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u_item__box {
  width: 283px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .u_item__box {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

.u_item__box .title {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
  color: #00a0ea;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .u_item__box .title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.u_item__box .image {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .u_item__box .image {
    margin-bottom: 15px;
  }
}

.u_descriptionlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .u_descriptionlist {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.u_descriptionlist:not(:last-child) {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .u_descriptionlist:not(:last-child) {
    margin-bottom: 40px;
  }
}

.u_descriptionlist__image {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .u_descriptionlist__image {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.u_descriptionlist__article {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .u_descriptionlist__article {
    width: 100%;
  }
}

.u_descriptionlist__article > .title {
  font-size: 2.4rem;
  color: #0060bd;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
  margin-bottom: 10px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .u_descriptionlist__article > .title {
    font-size: 1.6rem;
  }
}

.btn-tel {
  width: 367px;
  color: #fff;
  font-size: 36px;
  padding: 20px 0 20px 68px;
  background: url(../img/common/icon_tel.svg) no-repeat left 25px center;
  background-size: 30px;
  pointer-events: none;
  border-radius: 13px;
  line-height: 1;
  position: absolute;
  top: 90px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .btn-tel {
    pointer-events: auto;
    width: 60%;
    margin: 15px auto;
    font-size: 6vw;
    padding: 10px 0 10px 2em;
    position: static;
    background-size: 0.8em;
    background-position: left 0.8em center;
  }
}

.index .btn-tel {
  background-color: #e9851e;
}

.index .btn-tel:hover {
  color: #fff;
}

.rack .btn-tel {
  background-color: #00a9bd;
}

.rack .btn-tel:hover {
  color: #fff;
}

.bousaikiki .btn-tel {
  background-color: #0060bd;
}

.bousaikiki .btn-tel:hover {
  color: #fff;
}

.icon-arrow {
  position: relative;
  padding-left: 2.2em;
}

.icon-arrow:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2252%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cg%3E%3Ccircle%20fill%3D%22none%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2225%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%22%20%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2211%2026%2020%2031.2%2020%2020.8%2011%2026%22%20style%3D%22fill%3A%23fff%22%20%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2219%22%20y%3D%2224.75%22%20width%3D%2222%22%20height%3D%222.5%22%20transform%3D%22translate%2860%2052%29%20rotate%28180%29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-arrow--r {
  padding: 0 2.2em 0 0;
}

.icon-arrow--r:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 0;
}

/*layout*/
.test {
  position: fixed;
  background-color: #777;
  color: #fff;
  top: 50px;
  left: 50px;
  z-index: 9999;
}

.l-content {
  position: relative;
}

.l-content-inner {
  position: relative;
  z-index: 15;
  width: 850px;
  margin: 0 auto;
}

@media only screen and (max-width: 1080px) {
  .l-content-inner {
    width: 100%;
    padding: 0 7.5%;
  }
}

@media only screen and (max-width: 767px) {
  .l-content-inner {
    width: 100%;
    padding: 0 4%;
  }
}

@media only screen and (max-width: 767px) {
  .l-content-inner > .text {
    margin-left: 20px;
  }
}

.l-content--visual {
  height: 760px;
  /*height: 100vh;*/
}

@media only screen and (max-width: 767px) {
  .l-content--visual {
    height: calc(100vh - 40px);
    /* height: 140vw; */
    /* Safari用のハックは、Chromeに適用されないようにする */
  }
  @supports (-webkit-touch-callout: none) {
    .l-content--visual {
      height: -webkit-fill-available;
      overflow: hidden;
    }
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .bousaikiki .l-content--visual,
  .rack .l-content--visual {
    height: 400px;
  }
}

.l-content--article {
  padding-top: 130px;
}

@media only screen and (max-width: 767px) {
  .l-content--article {
    padding-top: 50px;
  }
}

.l-content--inquery {
  background: #f6f6f0;
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}

.l-content--inquery:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  height: 137px;
  width: 1920px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22137%22%20viewBox%3D%220%200%201920%20137%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23f6f6f0%22%20d%3D%22M1645.25%2C94.85c-300%2C9-586-92.84-966-94.83C362.74-1.65.25%2C112.82.25%2C112.82L0%2C137H1920V34.08C1914.36%2C36.93%2C1807.21%2C90%2C1645.25%2C94.85Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 1920px) {
  .l-content--inquery:before {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .l-content--inquery:before {
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22375%22%20height%3D%2259.24%22%20viewBox%3D%220%200%20375%2059.24%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23f6f6f0%22%20d%3D%22M321.29%2C49.8C262.7%2C54.52%2C206.84%2C1.06%2C132.62%2C0%2C70.8-.86%2C0%2C59.24%2C0%2C59.24H375V17.83S353.8%2C47.19%2C321.29%2C49.8Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
    background-position: bottom center;
  }
}

@media only screen and (max-width: 767px) {
  .l-content--inquery {
    padding: 30px 0;
  }
}

.l-content--inquery:after {
  content: "";
  width: 100%;
  height: 747px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg1.jpg) no-repeat center top;
  background-size: cover;
  z-index: 1;
}

.l-content--inquery:before {
  top: calc(747px - 137px);
  bottom: auto;
  z-index: 2;
}

.l-content--company {
  background: #f1aa60 url(../img/common/bg1.png) no-repeat center top;
  background-size: cover;
  padding: 130px 0;
}

@media only screen and (max-width: 767px) {
  .l-content--company {
    padding: 30px 0;
  }
}

.l-content--cover {
  position: relative;
  overflow: hidden;
  background: url(../img/common/bg1.jpg) center top;
  background-size: cover;
  padding: 100px 0;
}

.l-content--cover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  height: 137px;
  width: 1920px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22137%22%20viewBox%3D%220%200%201920%20137%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23f6f6f0%22%20d%3D%22M1645.25%2C94.85c-300%2C9-586-92.84-966-94.83C362.74-1.65.25%2C112.82.25%2C112.82L0%2C137H1920V34.08C1914.36%2C36.93%2C1807.21%2C90%2C1645.25%2C94.85Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 1920px) {
  .l-content--cover:before {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .l-content--cover:before {
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22375%22%20height%3D%2259.24%22%20viewBox%3D%220%200%20375%2059.24%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23f6f6f0%22%20d%3D%22M321.29%2C49.8C262.7%2C54.52%2C206.84%2C1.06%2C132.62%2C0%2C70.8-.86%2C0%2C59.24%2C0%2C59.24H375V17.83S353.8%2C47.19%2C321.29%2C49.8Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
    background-position: bottom center;
  }
}

.l-content--navi {
  width: 100%;
  position: fixed;
  top: 370px;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .l-content--navi {
    top: auto;
    bottom: 0;
    left: 0;
    height: 40px;
  }
}

.l-content--navi a {
  display: inline;
  font-size: 25px;
  color: #fff;
  -webkit-transition: color 1s;
  transition: color 1s;
  pointer-events: auto;
}

@media only screen and (max-width: 767px) {
  .l-content--navi a {
    font-size: 12px;
    line-height: 40px;
    display: block;
  }
}

.l-content--navi a:hover {
  opacity: 1;
}

.l-content--navi .box {
  width: 50%;
  height: 1em;
}

@media only screen and (max-width: 767px) {
  .l-content--navi .box {
    height: 100%;
  }
}

.l-content--navi .box--bousaikiki {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .l-content--navi .box--bousaikiki {
    background: #0060bd;
  }
}

.is-sidenav .l-content--navi .box--bousaikiki .icon-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2252%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cg%3E%3Ccircle%20fill%3D%22none%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2225%22%20style%3D%22fill%3Anone%3Bstroke%3A%230060bd%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%22%20%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2211%2026%2020%2031.2%2020%2020.8%2011%2026%22%20style%3D%22fill%3A%230060bd%22%20%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2219%22%20y%3D%2224.75%22%20width%3D%2222%22%20height%3D%222.5%22%20transform%3D%22translate%2860%2052%29%20rotate%28180%29%22%20style%3D%22fill%3A%230060bd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .is-sidenav .l-content--navi .box--bousaikiki .icon-arrow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2252%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cg%3E%3Ccircle%20fill%3D%22none%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2225%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%22%20%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2211%2026%2020%2031.2%2020%2020.8%2011%2026%22%20style%3D%22fill%3A%23fff%22%20%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2219%22%20y%3D%2224.75%22%20width%3D%2222%22%20height%3D%222.5%22%20transform%3D%22translate%2860%2052%29%20rotate%28180%29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
  }
}

.l-content--navi .box--rack {
  padding-right: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .l-content--navi .box--rack {
    background: #00a9bd;
  }
}

.is-sidenav .l-content--navi .box--rack .icon-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2252%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cg%3E%3Ccircle%20fill%3D%22none%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2225%22%20style%3D%22fill%3Anone%3Bstroke%3A%2300a9bd%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%22%20%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2211%2026%2020%2031.2%2020%2020.8%2011%2026%22%20style%3D%22fill%3A%2300a9bd%22%20%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2219%22%20y%3D%2224.75%22%20width%3D%2222%22%20height%3D%222.5%22%20transform%3D%22translate%2860%2052%29%20rotate%28180%29%22%20style%3D%22fill%3A%2300a9bd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .is-sidenav .l-content--navi .box--rack .icon-arrow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2252%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cg%3E%3Ccircle%20fill%3D%22none%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2225%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%22%20%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2211%2026%2020%2031.2%2020%2020.8%2011%2026%22%20style%3D%22fill%3A%23fff%22%20%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2219%22%20y%3D%2224.75%22%20width%3D%2222%22%20height%3D%222.5%22%20transform%3D%22translate%2860%2052%29%20rotate%28180%29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
  }
}

.l-content--navi .box--index {
  width: 100%;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .l-content--navi .box--index {
    background: #00a9bd;
  }
}

.is-sidenav .l-content--navi .box--index .icon-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2252%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cg%3E%3Ccircle%20fill%3D%22none%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2225%22%20style%3D%22fill%3Anone%3Bstroke%3A%2300a9bd%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%22%20%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2211%2026%2020%2031.2%2020%2020.8%2011%2026%22%20style%3D%22fill%3A%2300a9bd%22%20%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2219%22%20y%3D%2224.75%22%20width%3D%2222%22%20height%3D%222.5%22%20transform%3D%22translate%2860%2052%29%20rotate%28180%29%22%20style%3D%22fill%3A%2300a9bd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .is-sidenav .l-content--navi .box--index .icon-arrow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2252%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cg%3E%3Ccircle%20fill%3D%22none%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2225%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%22%20%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2211%2026%2020%2031.2%2020%2020.8%2011%2026%22%20style%3D%22fill%3A%23fff%22%20%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2219%22%20y%3D%2224.75%22%20width%3D%2222%22%20height%3D%222.5%22%20transform%3D%22translate%2860%2052%29%20rotate%28180%29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
  }
}

.l-content--navi .box--index-r {
  width: 100%;
  padding-right: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .l-content--navi .box--index-r {
    background: #0060bd;
  }
}

.is-sidenav .l-content--navi .box--index-r .icon-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2252%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cg%3E%3Ccircle%20fill%3D%22none%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2225%22%20style%3D%22fill%3Anone%3Bstroke%3A%230060bd%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%22%20%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2211%2026%2020%2031.2%2020%2020.8%2011%2026%22%20style%3D%22fill%3A%230060bd%22%20%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2219%22%20y%3D%2224.75%22%20width%3D%2222%22%20height%3D%222.5%22%20transform%3D%22translate%2860%2052%29%20rotate%28180%29%22%20style%3D%22fill%3A%230060bd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .is-sidenav .l-content--navi .box--index-r .icon-arrow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2252%22%20viewBox%3D%220%200%2052%2052%22%3E%3Cg%3E%3Ccircle%20fill%3D%22none%22%20cx%3D%2226%22%20cy%3D%2226%22%20r%3D%2225%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%22%20%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2211%2026%2020%2031.2%2020%2020.8%2011%2026%22%20style%3D%22fill%3A%23fff%22%20%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2219%22%20y%3D%2224.75%22%20width%3D%2222%22%20height%3D%222.5%22%20transform%3D%22translate%2860%2052%29%20rotate%28180%29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
  }
}

.is-sidenav .l-content--navi .text {
  display: none;
}

@media only screen and (max-width: 767px) {
  .is-sidenav .l-content--navi .text {
    display: inline-block;
  }
}

.l-content--novisual {
  background: url(../img/common/visual_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

.l-content--novisual .title {
  color: #fff;
}

/*ページアニメーションセット*/
#js-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  z-index: 1;
}

#js-main.ani-onleft {
  -webkit-animation: onleft 1s cubic-bezier(0.55, 0, 0.1, 1) both;
  animation: onleft 1s cubic-bezier(0.55, 0, 0.1, 1) both;
}

#js-main.ani-onright {
  -webkit-animation: onright 1s cubic-bezier(0.55, 0, 0.1, 1) both;
  animation: onright 1s cubic-bezier(0.55, 0, 0.1, 1) both;
}

#js-main_dummy {
  z-index: 999;
}

#js-main_dummy.ani-outleft {
  -webkit-animation: outleft 1s cubic-bezier(0.55, 0, 0.1, 1) both;
  animation: outleft 1s cubic-bezier(0.55, 0, 0.1, 1) both;
}

#js-main_dummy.ani-outright {
  -webkit-animation: outright 1s cubic-bezier(0.55, 0, 0.1, 1) both;
  animation: outright 1s cubic-bezier(0.55, 0, 0.1, 1) both;
}

@-webkit-keyframes onleft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes onleft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes outleft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes outleft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes onright {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes onright {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes outright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes outright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.l-footer {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    font-size: 13px;
    margin-bottom: 40px;
  }
}

.l-footer-flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .l-footer-flexwrap {
    display: block;
  }
}

.l-footer__pagetop {
  position: relative;
  background: #fff;
  height: 110px;
  padding: 35px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__pagetop {
    padding: 0;
    height: 68px;
  }
}

.l-footer__pagetop .pagetop {
  position: absolute;
  width: 46px;
  margin: 0 auto;
  cursor: pointer;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

@media only screen and (max-width: 767px) {
  .l-footer__pagetop .pagetop {
    width: 22px;
    top: 20px;
  }
}

.l-footer__pagetop .pagetop:hover {
  opacity: 0.8;
  top: 12px;
}

.l-footer__credit {
  width: 41.6%;
  background: url(../img/common/bg1.jpg);
  padding: 30px 0 50px;
}

@media only screen and (max-width: 767px) {
  .l-footer__credit {
    width: 100%;
    padding: 20px 0;
  }
}

.l-footer__credit-inner {
  max-width: 300px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-footer__credit-inner {
    max-width: none;
    padding: 0 4%;
  }
}

.l-footer__credit .logo {
  width: 194px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .l-footer__credit .logo {
    width: 40%;
    margin: 0 auto 10px;
    display: block;
  }
}

.l-footer__credit .title {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .l-footer__credit .title {
    font-size: 16px;
  }
}

.l-footer__credit p:not(:last-child) {
  margin-bottom: 20px;
}

.l-footer__nav {
  width: 58.4%;
  background: #282828;
  border-top: 16px solid #fff;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
    border-top: none;
  }
}

.l-footer__nav-inner {
  max-width: 660px;
  padding: 60px 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .l-footer__nav-inner {
    max-width: none;
    padding: 20px;
    display: block;
  }
}

.l-footer__nav__l {
  width: 246px;
}

@media only screen and (max-width: 767px) {
  .l-footer__nav__l {
    width: 100%;
  }
}

.l-footer__nav__r {
  width: 280px;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .l-footer__nav__r {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-footer__nav__r > div {
    width: 48%;
  }
}

.l-footer__nav__r .text {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .l-footer__nav__r .text {
    margin-bottom: 0;
  }
}

.l-footer__nav__r .btn {
  border: #fff solid 1px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 60px;
  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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media only screen and (max-width: 767px) {
  .l-footer__nav__r .btn {
    font-size: 4vw;
    height: 46px;
  }
}

.l-footer__nav__r .btn:hover {
  color: #fff;
  background-color: #e9851e;
  opacity: 1;
}

.l-footer__nav__r .btn--tel {
  font-size: 28px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .l-footer__nav__r .btn--tel {
    pointer-events: auto;
    font-size: 4.5vw;
  }
}

.l-footer__nav__r .btn--tel .icon {
  position: relative;
  padding-left: 30px;
}

.l-footer__nav__r .btn--tel .icon:after {
  content: "";
  background: url(../img/common/icon_tel.svg) no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.l-footer__nav__r .btn--mail .icon {
  position: relative;
  padding-left: 30px;
}

.l-footer__nav__r .btn--mail .icon:after {
  content: "";
  background: url(../img/common/icon_mail.svg) no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.l-footer__copy {
  text-align: center;
  font-size: 14px;
  padding: 0.5em 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 13px;
  }
}

.footer-nav {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.footer-nav li {
  position: relative;
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .footer-nav li {
    width: 50%;
    padding: 0 0 0 15px;
  }
}

.footer-nav li:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  background: #fff;
  height: 1px;
  content: "";
}

@media only screen and (max-width: 767px) {
  .footer-nav li:after {
    width: 9px;
  }
}

.footer-nav li:not(:last-child) {
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .footer-nav li:not(:last-child) {
    margin: 0 0 10px;
  }
}

.footer-nav a {
  color: #fff;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .footer-nav a {
    font-size: 12px;
  }
}

/*page*/
.index-visual-top {
  width: 50%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .index-visual-top {
    display: none;
  }
}

.index-visual-top-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-visual-top--bousaikiki {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  pointer-events: none;
}

.index-visual-top--bousaikiki:after {
  content: "";
  background: #0060bd;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 96, 189, 0)), color-stop(80%, #0060bd), to(#0060bd));
  background: -webkit-linear-gradient(right, rgba(0, 96, 189, 0) 0%, #0060bd 80%, #0060bd 100%);
  background: linear-gradient(-90deg, rgba(0, 96, 189, 0) 0%, #0060bd 80%, #0060bd 100%);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.index-visual-top--bousaikiki .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  height: 1em;
}

.index-visual-top--rack {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  pointer-events: none;
}

.index-visual-top--rack:after {
  content: "";
  background: #00a9bd;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 169, 189, 0)), color-stop(80%, #00a9bd), to(#00a9bd));
  background: -webkit-linear-gradient(left, rgba(0, 169, 189, 0) 0%, #00a9bd 80%, #00a9bd 100%);
  background: linear-gradient(90deg, rgba(0, 169, 189, 0) 0%, #00a9bd 80%, #00a9bd 100%);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.index-visual-top--rack .title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 1em;
}

.index-visual {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  overflow: hidden;
}

.index-visual--bousaikiki {
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background: #0060bd;
}

@media only screen and (max-width: 767px) {
  .index-visual--bousaikiki {
    display: none;
  }
}

.index-visual--bousaikiki:before {
  content: "";
  background: url(../img/index/index_visual_bg1.jpg) no-repeat right center;
  background-size: auto 110%;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10%;
  top: 0;
  z-index: -2;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

@media only screen and (max-width: 1920px) {
  .index-visual--bousaikiki:before {
    background-size: auto 100%;
  }
}

.index-visual--rack {
  background: #00a9bd;
  -webkit-transform: skew(-15deg) translateX(100%);
  transform: skew(-15deg) translateX(100%);
}

@media only screen and (max-width: 767px) {
  .index-visual--rack {
    display: none;
  }
}

.index-visual--rack:before {
  content: "";
  background: url(../img/index/index_visual_bg2.jpg) no-repeat left center;
  background-size: auto 130%;
  -webkit-transform: skew(15deg) translateX(100%);
  transform: skew(15deg) translateX(100%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: -2;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

@media only screen and (max-width: 1920px) {
  .index-visual--rack:before {
    background-size: auto 120%;
  }
}

.index-visual-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .index-visual-wrap {
    background: url(../img/index/index_visual_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    height: calc(100vh - 40px);
  }
}

.index-visual-inner {
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

@media only screen and (max-width: 767px) {
  .index-visual-inner {
    -webkit-transform: none;
    transform: none;
  }
}

.index-visual-rack-title {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .index-visual-rack-title {
    display: none;
  }
}

.index-visual-bousaikiki-title {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 11;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .index-visual-bousaikiki-title {
    display: none;
  }
}

.index-visual-logo {
  width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .index-visual-logo {
    width: 60%;
  }
}

.index-visual-bousaikiki-link {
  background: rgba(0, 96, 189, 0.7);
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .index-visual-bousaikiki-link {
    display: none;
  }
}

.index-intro {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .index-intro {
    padding: 30px 0;
  }
}

.index-intro-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .index-intro-inner {
    display: block;
    padding: 0 4%;
  }
}

.index-intro__box {
  width: 349px;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 15px;
  padding: 40px 20px 100px;
  text-align: center;
  color: #fff;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .index-intro__box {
    width: 74%;
    margin: 0 auto 20px;
    padding: 15px;
  }
  .index-intro__box:last-child {
    margin: 0 auto;
  }
}

.index-intro__box::after {
  content: "";
  background: url(../img/common/icon_arrow2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 50px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 14%;
}

@media only screen and (max-width: 767px) {
  .index-intro__box::after {
    display: none;
  }
}

.index-intro__box::before {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 10px;
}

.index-intro__box--bousaikiki {
  background: #0060bd;
}

.index-intro__box--bousaikiki:hover {
  opacity: 1;
  background: #0060bd url(../img/index/index_intro_1.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.index-intro__box--rack {
  background: #00a9bd;
}

.index-intro__box--rack:hover {
  opacity: 1;
  background: #00a9bd url(../img/index/index_intro_2.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.index-intro__box--rack:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-intro__box .sub {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .index-intro__box .sub {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.index-intro__box .title {
  font-size: 25px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .index-intro__box .title {
    font-size: 16px;
  }
}

.index-company table {
  border-radius: 10px;
}

.index-company th,
.index-company td {
  border-bottom: 1px solid rgba(139, 139, 139, 0.5);
  padding: 30px 25px;
}

@media only screen and (max-width: 767px) {
  .index-company th,
  .index-company td {
    display: block;
    padding: 8px 16px;
    border-bottom: none;
  }
}

.index-company th {
  font-weight: normal;
  background: #f6f6f0;
  width: 17%;
}

@media only screen and (max-width: 767px) {
  .index-company th {
    width: auto;
  }
}

.index-company td {
  background: #fff;
  width: 83%;
}

@media only screen and (max-width: 767px) {
  .index-company td {
    width: auto;
  }
}

.index-company tr:first-child th,
.index-company tr:first-child td {
  border-top: none;
}

.index-company tr:first-child th {
  border-radius: 10px 0 0 0;
}

.index-company tr:first-child td {
  border-radius: 0 10px 0 0;
}

.index-company tr:last-child th,
.index-company tr:last-child td {
  border-bottom: none;
}

.index-company tr:last-child th {
  border-radius: 0 0 0 10px;
}

.index-company tr:last-child td {
  border-radius: 0 0 10px 0;
}

.index-company .googlemap {
  margin-top: 20px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.index-company .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.index-company .ol {
  list-style-type: none;
  counter-reset: number;
  /* カウンターを初期化 */
  /* beforeでカウンターを作成 */
  /* afterで○を作る */
}

@media only screen and (max-width: 767px) {
  .index-company .ol {
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.index-company .ol li {
  position: relative;
  padding-left: 1.5em;
}

.index-company .ol li::before {
  content: counter(number);
  counter-increment: number;
  font-size: 0.8em;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.index-company .ol li::after {
  content: "";
  /* 配置を調整 */
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* ○を作る */
  width: 1em;
  height: 1em;
  background: #e9851e;
  border-radius: 50%;
}

.index-company .link-set {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 40px 0 100px;
  text-align: center;
  color: #fff;
  font-family: "NOW-GM", serif;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .index-company .link-set {
    padding: 20px 0 60px;
  }
}

.index-company .link-set-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-left: 37px;
}

@media only screen and (max-width: 767px) {
  .index-company .link-set-wrap {
    width: 100%;
    margin-left: 0;
  }
}

.index-company .link-set:after {
  content: "";
  background: url(../img/common/icon_arrow2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 24%;
}

@media only screen and (max-width: 767px) {
  .index-company .link-set:after {
    height: 30px;
    width: 30px;
    bottom: 20%;
  }
}

.index-company .link-set:before {
  content: "";
  position: absolute;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border: 2px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.index-company .link-set--1 {
  background: url(../img/index/index_company_link1.jpg) no-repeat;
  background-size: cover;
}

.index-company .link-set--1:after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.index-company .link-set--2 {
  background: url(../img/index/index_company_link2.jpg) no-repeat;
  background-size: cover;
}

.index-company .link-set--2:after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.index-company .link-set--3 {
  background: url(../img/index/index_company_link3.jpg) no-repeat;
  background-size: cover;
}

.index-company .link-set--3:after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media only screen and (max-width: 767px) {
  .inquery .header-text {
    padding-left: 20px;
  }
}

.inquery__contents {
  position: relative;
  margin-top: 85px;
  background-color: #fff;
  border-radius: 15px;
  padding: 90px 114px;
}

@media only screen and (max-width: 767px) {
  .inquery__contents {
    padding: 30px 15px;
    margin-top: 40px;
  }
}

.inquery__contents:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 30px;
  z-index: 3;
  width: 118px;
  height: 135px;
}

@media only screen and (max-width: 767px) {
  .inquery__contents:before {
    top: -40px;
    right: 5vw;
    width: 60px;
    height: 70px;
  }
}

.index .inquery__contents:before {
  background: url(../img/index/index_inquery_face.png) no-repeat;
  background-size: 100% auto;
}

.rack .inquery__contents:before {
  background: url(../img/rack/rack_inquery_face.png) no-repeat;
  background-size: 100% auto;
}

.bousaikiki .inquery__contents:before {
  background: url(../img/bousaikiki/bousaikiki_inquery_face.png) no-repeat;
  background-size: 100% auto;
}

.inquery__contents .h3-tilte {
  position: absolute;
  font-size: 45px;
  font-family: "Lato", sans-serif;
  top: -35px;
  left: 30px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .inquery__contents .h3-tilte {
    font-size: 21px;
    top: -15px;
    left: 1vw;
  }
}

.index .inquery__contents .h3-tilte {
  color: #e9851e;
}

.rack .inquery__contents .h3-tilte {
  color: #00a9bd;
}

.bousaikiki .inquery__contents .h3-tilte {
  color: #0060bd;
}

.inquery-form {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .inquery-form {
    margin-top: 40px;
  }
}

.inquery-form dt {
  font-size: 16px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .inquery-form dt {
    font-size: 14px;
  }
}

.index .inquery-form .required {
  color: #e9851e;
}

.rack .inquery-form .required {
  color: #00a9bd;
}

.bousaikiki .inquery-form .required {
  color: #0060bd;
}

.inquery-form__col {
  margin-bottom: 15px;
}

.inquery-form__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .inquery-form__2col {
    display: block;
    margin-bottom: 0;
  }
}

.inquery-form__2col .child {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .inquery-form__2col .child {
    width: 100%;
  }
}

.inquery-form__btn {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .inquery-form__btn {
    margin-top: 30px;
  }
}

.inquery-form input,
.inquery-form textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  background: #e0e0e0;
  color: #7a7a7a;
}

.inquery-form input[type="submit"],
.inquery-form textarea[type="submit"] {
  background: #fff;
  width: 230px;
  border-radius: 6px;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: bold;
}

.index .inquery-form input[type="submit"], .index
.inquery-form textarea[type="submit"] {
  color: #e9851e;
  border: 3px solid #e9851e;
}

.rack .inquery-form input[type="submit"], .rack
.inquery-form textarea[type="submit"] {
  color: #00a9bd;
  border: 3px solid #00a9bd;
}

.bousaikiki .inquery-form input[type="submit"], .bousaikiki
.inquery-form textarea[type="submit"] {
  color: #0060bd;
  border: 3px solid #0060bd;
}

.inquery-form input[type="submit"]:hover,
.inquery-form textarea[type="submit"]:hover {
  color: #fff;
}

.index .inquery-form input[type="submit"]:hover, .index
.inquery-form textarea[type="submit"]:hover {
  background-color: #e9851e;
}

.rack .inquery-form input[type="submit"]:hover, .rack
.inquery-form textarea[type="submit"]:hover {
  background-color: #00a9bd;
}

.bousaikiki .inquery-form input[type="submit"]:hover, .bousaikiki
.inquery-form textarea[type="submit"]:hover {
  background-color: #0060bd;
}

.inquery-form input::-webkit-input-placeholder, .inquery-form textarea::-webkit-input-placeholder {
  color: #7a7a7a;
}

.inquery-form input::-moz-placeholder, .inquery-form textarea::-moz-placeholder {
  color: #7a7a7a;
}

.inquery-form input:-ms-input-placeholder, .inquery-form textarea:-ms-input-placeholder {
  color: #7a7a7a;
}

.inquery-form input::-ms-input-placeholder, .inquery-form textarea::-ms-input-placeholder {
  color: #7a7a7a;
}

.inquery-form input::placeholder,
.inquery-form textarea::placeholder {
  color: #7a7a7a;
}

.inquery-form input.error,
.inquery-form textarea.error {
  color: #fff;
}

.inquery-form textarea {
  height: 10rem;
}

.inquery-form .w210 {
  width: 210px;
}

.inquery-form-text {
  height: 2em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  background: #e4e4e4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inquery-form-radioline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 767px) {
  .inquery-form-radioline {
    display: block;
  }
}

.inquery-form-radioline .child {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .inquery-form-radioline .child {
    margin-right: 0;
  }
}

.inquery--confirm .inquery-form__col {
  margin-bottom: 30px;
}

.inquery--confirm .inquery-form dt {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #e9851e;
}

.inquery--confirm .info-form__btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inquery--confirm .button1 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 15px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9851e;
  color: #fff;
  width: 48%;
}

.inquery--confirm .button2 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 15px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #a8a8a8;
  color: #fff;
  width: 48%;
}

/*チェックボックス*/
input[type="checkbox"] {
  display: none;
}

.checkbox01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin: 0;
}

.checkbox01::before {
  background: #fff;
  border: 2px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checkbox01::after {
  content: "";
  display: block;
  height: 14px;
  left: 11px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.index .checkbox01::after {
  border-right: 2px solid #e9851e;
  border-bottom: 2px solid #e9851e;
}

.rack .checkbox01::after {
  border-right: 2px solid #00a9bd;
  border-bottom: 2px solid #00a9bd;
}

.bousaikiki .checkbox01::after {
  border-right: 2px solid #0060bd;
  border-bottom: 2px solid #0060bd;
}

input[type="checkbox"]:checked + .checkbox01::after {
  opacity: 1;
}

/*ラジオボタン*/
.custom-radio {
  display: none;
}

.custom-radio + label {
  font-weight: normal;
  cursor: pointer;
}

.custom-radio + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  border: 2px solid #282828;
}

.custom-radio + label span::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.index .custom-radio + label span::before {
  background-color: #e9851e;
}

.rack .custom-radio + label span::before {
  background-color: #00a9bd;
}

.bousaikiki .custom-radio + label span::before {
  background-color: #0060bd;
}

.custom-radio:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.custom-radio:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.custom-radio:disabled + label,
.custom-radio:disabled + label span {
  cursor: default;
}

.error {
  color: #dc143c;
}

.bousaikiki-visual {
  height: 100%;
}

.bousaikiki-visual__btn {
  z-index: 10;
  height: 1em;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-visual__btn {
    display: none;
  }
}

.bousaikiki-visual__btn .icon {
  text-align: right;
  font-size: 25px;
  color: #fff;
}

.bousaikiki-visual__bg {
  z-index: 8;
  width: 67%;
  height: 100%;
  background: url(../img/index/index_visual_bg1.jpg) no-repeat right center;
  background-size: 110% auto;
  border-radius: 0 0 0 100px;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1920px) {
  .bousaikiki-visual__bg {
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki-visual__bg {
    background: url(../img/bousaikiki/bousaikiki_visual_sp.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0 0 0 40px;
  }
}

.bousaikiki-visual__bg:after {
  content: "";
  background: #0060bd;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 96, 189, 0)), color-stop(80%, #0060bd), to(#0060bd));
  background: -webkit-linear-gradient(left, rgba(0, 96, 189, 0) 0%, #0060bd 80%, #0060bd 100%);
  background: linear-gradient(90deg, rgba(0, 96, 189, 0) 0%, #0060bd 80%, #0060bd 100%);
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-visual__bg:after {
    display: none;
  }
}

.bousaikiki-visual__contents {
  z-index: 9;
  position: relative;
  padding: 0 8%;
  pointer-events: none;
}

@media only screen and (max-width: 1600px) {
  .bousaikiki-visual__contents {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki-visual__contents {
    padding: 0 20px;
  }
}

.bousaikiki-visual .logo-h {
  width: 150px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-visual .logo-h {
    width: 100px;
    margin: 10px 0;
  }
}

.bousaikiki-visual .title {
  font-size: 3rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-visual .title {
    font-size: 1.3rem;
  }
}

.bousaikiki-visual .text {
  padding-left: 10px;
}

.bousaikiki-visual .strong strong {
  font-size: 4rem;
  padding: 5px 20px;
  background: #00a9bd;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-visual .strong strong {
    font-size: 1.4rem;
  }
}

.bousaikiki-visual .btn {
  position: relative;
  color: #fff;
  background: #0060bd;
  font-size: 2rem;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 40px 10px 10px;
  border-radius: 50px;
  margin: 80px auto 0;
  pointer-events: auto;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-visual .btn {
    font-size: 1.1rem;
    margin: 30px auto 0;
    padding: 5px 40px 5px 5px;
  }
}

.bousaikiki-visual .btn:before {
  content: "";
  background: #fff url(../img/bousaikiki/bousaikiki_tel.svg) no-repeat center center;
  background-size: 50% auto;
  height: 72px;
  width: 72px;
  line-height: 72px;
  border-radius: 50%;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-visual .btn:before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 1.1rem;
  }
}

.bousaikiki-check {
  position: relative;
  overflow: hidden;
  background: url(../img/common/bg1.jpg) center top;
  background-size: cover;
  padding: 100px 0;
}

.bousaikiki-check:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  height: 137px;
  width: 1920px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22137%22%20viewBox%3D%220%200%201920%20137%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23f6f6f0%22%20d%3D%22M1645.25%2C94.85c-300%2C9-586-92.84-966-94.83C362.74-1.65.25%2C112.82.25%2C112.82L0%2C137H1920V34.08C1914.36%2C36.93%2C1807.21%2C90%2C1645.25%2C94.85Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 1920px) {
  .bousaikiki-check:before {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki-check:before {
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22375%22%20height%3D%2259.24%22%20viewBox%3D%220%200%20375%2059.24%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23f6f6f0%22%20d%3D%22M321.29%2C49.8C262.7%2C54.52%2C206.84%2C1.06%2C132.62%2C0%2C70.8-.86%2C0%2C59.24%2C0%2C59.24H375V17.83S353.8%2C47.19%2C321.29%2C49.8Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
    background-position: bottom center;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki-check {
    padding: 40px 0 60px;
    background: url(../img/common/bg1.jpg) center top;
    background-size: auto 100%;
  }
}

.bousaikiki-check__box {
  position: relative;
  padding: 35px;
  background: #fff url(../img/bousaikiki/bousaikiki_check_bg.png) no-repeat 535px 130px;
  background-size: 275px auto;
  margin: 84px 0;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-check__box {
    margin: 40px 0 5px;
    padding: 18px 18px 50px;
    background-position: bottom right 10%;
    background-size: 88px auto;
  }
}

.bousaikiki-check__box .title {
  font-size: 4.7rem;
  position: absolute;
  top: -40px;
  left: 30px;
  color: #0060bd;
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-check__box .title {
    font-size: 2.8rem;
    position: absolute;
    top: -20px;
    left: 13px;
  }
}

.bousaikiki-check__box .list {
  width: 460px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-check__box .list {
    width: 100%;
  }
}

.bousaikiki-check__box .list li {
  position: relative;
  padding: 15px 15px 15px 55px;
  font-size: 1.8rem;
  border-bottom: 1px solid #282828;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-check__box .list li {
    padding: 6px 6px 6px 28px;
    font-size: 1.2rem;
  }
}

.bousaikiki-check__box .list li:last-child {
  border-bottom: none;
}

.bousaikiki-check__box .list li:after {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/bousaikiki/bousaikiki_check.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-check__box .list li:after {
    left: 10px;
    width: 1em;
    height: 1em;
  }
}

.bousaikiki-check--noimg {
  background: #f6f6f0;
}

.bousaikiki-check--noimg .bousaikiki-check__box {
  background: #fff;
}

.bousaikiki-check--noimg .bousaikiki-check__box .list {
  width: auto;
}

.bousaikiki-plan {
  position: relative;
  background: #f6f6f0;
}

.bousaikiki-plan:after {
  content: "";
  background: url(../img/common/pattern_1.png);
  background-size: 72px auto;
  width: 100%;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-plan:after {
    height: 150px;
  }
}

.bousaikiki-plan__list {
  padding-top: 180px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-plan__list {
    padding-top: 80px;
  }
}

.bousaikiki-plan__list .title {
  position: absolute;
  background: #0060bd;
  color: #fff;
  font-size: 22px;
  padding: 10px 30px;
  left: -30px;
  top: 70px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-plan__list .title {
    font-size: 13px;
    left: 0;
    top: 20px;
    padding: 5px 10px;
  }
}

.bousaikiki-plan__list .title:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -22px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 37px 22px 0;
  border-color: transparent #0060bd transparent transparent;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-plan__list .title:after {
    bottom: -11px;
    border-width: 0 19px 11px 0;
  }
}

.bousaikiki-plan__list__box {
  position: relative;
  width: 30%;
  background: #fff;
  padding: 10px 10px 30px;
  border-radius: 20px;
  color: #0060bd;
  font-size: 2.4rem;
  line-height: 1.2;
  counter-increment: section;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-plan__list__box {
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 10px 10px 12px;
  }
}

.bousaikiki-plan__list__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-plan__list__box-wrap {
    padding-bottom: 40px;
  }
}

.bousaikiki-plan__list__box img {
  margin-bottom: 10px;
}

.bousaikiki-plan__list__box:before {
  content: counter(section, decimal-leading-zero);
  font-size: 4.7rem;
  font-family: "Lato", sans-serif;
  color: #0060bd;
  width: 20px;
  height: 40px;
  position: absolute;
  top: -25px;
  left: 15px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-plan__list__box:before {
    font-size: 2.8rem;
    top: -15px;
    left: 10px;
  }
}

.bousaikiki-plan__list__box:after {
  content: "";
  background: url(../img/bousaikiki/bousaikiki_sankaku.svg) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-plan__list__box:after {
    width: 2vw;
    right: -3.2vw;
  }
}

.bousaikiki-plan__list__box:last-child:after {
  display: none;
}

.bousaikiki-omakasekudasai {
  padding: 100px 0;
  background: #f6f6f0;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-omakasekudasai {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki-omakasekudasai .u_point {
    margin-top: 0;
  }
}

.bousaikiki-omakasekudasai__head {
  background: #f6f6f0 url(../img/bousaikiki/bousaikiki_omakasekudasai.png) no-repeat right 40px top 45px;
  background-size: 270px auto;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-omakasekudasai__head {
    background-size: 100px auto;
    padding-bottom: 90px;
    background-position: center bottom;
  }
}

.bousaikiki-omakasekudasai__head .text {
  width: 480px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-omakasekudasai__head .text {
    padding-left: 20px;
    width: auto;
  }
}

.bousaikiki-tab {
  overflow: hidden;
  background: #f6f6f0;
}

.bousaikiki-tab__tab {
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  /*opacity: 0.5;*/
  font-size: 3.2rem;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-tab__tab {
    font-size: 1.4rem;
  }
}

.bousaikiki-tab__tab:hover {
  opacity: 0.8;
}

.bousaikiki-tab__tab.active {
  opacity: 1;
}

.bousaikiki-tab__tab.active span {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki-tab__tab.active span {
    padding-bottom: 5px;
  }
}

.bousaikiki-tab__tab.active:hover {
  opacity: 1;
}

.bousaikiki-tab__tab--1 {
  background: #0081e5;
  border-radius: 0 20px 0 0;
  margin: 0 10px 0 0;
}

.bousaikiki-tab__tab--2 {
  background: #0060bd;
  border-radius: 20px 0 0 0;
  margin: 0 0 0 10px;
}

.bousaikiki-tab__tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bousaikiki-tab__content {
  display: none;
}

.bousaikiki-tab__content.active {
  display: block;
}

.bousaikiki-tab__content-wrap {
  position: relative;
}

.bousaikiki-tab__content--1 {
  background: #0081e5;
}

.bousaikiki-tab__content--2 {
  background: #004d97;
}

.bousaikiki1-tenken {
  position: relative;
  padding: 80px 35px;
  background: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-tenken {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-tenken .h2-title {
    margin-left: 0;
  }
}

.bousaikiki1-tenken-wrap {
  background-attachment: #0081e5;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-tenken-wrap {
    padding: 40px 0;
  }
}

.bousaikiki1-tenken__block {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-tenken__block {
    margin-top: 20px;
  }
}

.bousaikiki1-tenken__block .title {
  color: #0060bd;
  font-size: 2.4rem;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-tenken__block .title {
    font-size: 1.6rem;
  }
}

.bousaikiki1-tenken__block ul {
  padding: 5px 0 20px 10px;
  border-bottom: 1px solid #282828;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-tenken__block ul {
    padding: 0 0 10px 5px;
    margin-bottom: 10px;
  }
}

.bousaikiki1-tenken__block ul.noline {
  border-bottom: none;
  margin-bottom: 0;
}

.bousaikiki1-tenken__block li {
  display: inline;
  margin-right: 30px;
  position: relative;
  padding: 0 0 0 1em;
  line-height: 1;
}

.bousaikiki1-tenken__block li:before {
  content: "";
  width: 1em;
  height: 18px;
  background: url(../img/bousaikiki/bousaikiki_sankaku.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-tenken__block li:before {
    height: 14px;
  }
}

.bousaikiki1-flow .h2-title {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-flow .h2-title {
    margin-bottom: 40px;
  }
}

.bousaikiki1-flow-wrap {
  background: url(../img/common/pattern_1.png);
  background-size: 72px auto;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-flow-wrap {
    padding: 40px 0;
  }
}

.bousaikiki1-flow__block {
  position: relative;
  padding: 80px 35px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 35px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-flow__block {
    padding: 25px 15px;
  }
}

.bousaikiki1-flow__block .number {
  position: absolute;
  font-size: 4.7rem;
  font-family: "Lato", sans-serif;
  color: #0060bd;
  width: 20px;
  height: 40px;
  position: absolute;
  top: -25px;
  left: 15px;
  z-index: 1;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-flow__block .number {
    font-size: 2.8rem;
    top: -15px;
  }
}

.bousaikiki1-flow__block .text span {
  color: #e9851e;
}

.bousaikiki1-flow__block__image {
  width: 40%;
  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;
}

.bousaikiki1-flow__block__image img {
  width: 240px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-flow__block__image img {
    width: 100%;
  }
}

.bousaikiki1-flow__block__article {
  width: 60%;
}

.bousaikiki1-flow__block__article > .title {
  font-size: 2.4rem;
  color: #0060bd;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
  margin-bottom: 10px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-flow__block__article > .title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.bousaikiki1-flow__block__one {
  width: 100%;
}

.bousaikiki1-flow__block__one > .title {
  font-size: 2.4rem;
  color: #0060bd;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-flow__block__one > .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.bousaikiki1-flow__block__one__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-flow__block__one__flex {
    display: block;
  }
}

.bousaikiki1-flow__block__one__flex .u_point {
  width: 48%;
  padding: 20px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-flow__block__one__flex .u_point {
    width: 100%;
    margin-bottom: 10px;
  }
}

.bousaikiki1-flow__block:not(:last-of-type):after {
  content: "";
  background: url(../img/bousaikiki/bousaikiki_sankaku.svg) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bousaikiki1-furyo {
  position: relative;
  padding: 80px 35px;
  background: #fff;
  border-radius: 10px;
  padding: 60px 90px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-furyo {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-furyo {
    padding: 40px 15px 12vw;
  }
}

.bousaikiki1-furyo-wrap {
  background: #00a0ea;
  padding: 100px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-furyo-wrap {
    padding: 40px 0;
  }
}

.bousaikiki1-furyo-wrap .h2-title {
  color: #fff;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-furyo-wrap .h2-title {
    margin-bottom: 40px;
  }
}

.bousaikiki1-furyo-wrap .h2-title:after {
  background: #fff;
}

.bousaikiki1-furyo-wrap:after {
  content: "";
  background: url(../img/bousaikiki/bousaikiki1_illust.png) no-repeat;
  background-size: auto 100%;
  width: 276px;
  height: 268px;
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 0;
  left: -700px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .bousaikiki1-furyo-wrap:after {
    width: 100vw;
    left: auto;
    height: 28vw;
    background-position: right bottom;
  }
}

.bousaikiki2-setsubi {
  background-color: #0060bd;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-setsubi {
    padding: 40px 0;
  }
}

.bousaikiki2-setsubi .u_point {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-setsubi .u_point {
    margin: 0 0 40px;
  }
}

.bousaikiki2-setsubi .h2-title {
  color: #fff;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-setsubi .h2-title {
    margin-bottom: 40px;
  }
}

.bousaikiki2-setsubi .h2-title:after {
  background: #fff;
}

.bousaikiki2-setsubi .u_descriptionlist .title {
  color: #0060bd;
}

.bousaikiki2-setsubi__list {
  position: relative;
  padding: 80px 35px;
  background: #fff;
  border-radius: 10px;
  padding: 100px 90px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-setsubi__list {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-setsubi__list {
    padding: 40px 15px;
  }
}

.bousaikiki2-keihousetsubi {
  background-color: #0081e5;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-keihousetsubi {
    padding: 40px 0;
  }
}

.bousaikiki2-keihousetsubi .h2-title {
  color: #fff;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-keihousetsubi .h2-title {
    margin-bottom: 40px;
  }
}

.bousaikiki2-keihousetsubi .h2-title:after {
  background: #fff;
}

.bousaikiki2-keihousetsubi .u_descriptionlist .title {
  color: #0081e5;
}

.bousaikiki2-keihousetsubi__list {
  position: relative;
  padding: 80px 35px;
  background: #fff;
  border-radius: 10px;
  padding: 100px 90px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-keihousetsubi__list {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-keihousetsubi__list {
    padding: 40px 15px;
  }
}

.bousaikiki2-hinansetsubi {
  background-color: #00a0ea;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-hinansetsubi {
    padding: 40px 0;
  }
}

.bousaikiki2-hinansetsubi .h2-title {
  color: #fff;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-hinansetsubi .h2-title {
    margin-bottom: 40px;
  }
}

.bousaikiki2-hinansetsubi .h2-title:after {
  background: #fff;
}

.bousaikiki2-hinansetsubi .u_descriptionlist .title {
  color: #00a0ea;
}

.bousaikiki2-hinansetsubi__list {
  position: relative;
  padding: 80px 35px;
  background: #fff;
  border-radius: 10px;
  padding: 100px 90px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-hinansetsubi__list {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-hinansetsubi__list {
    padding: 40px 15px;
  }
}

.bousaikiki2-shoka {
  background-color: #00b9ea;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-shoka {
    padding: 40px 0;
  }
}

.bousaikiki2-shoka .h2-title {
  color: #fff;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-shoka .h2-title {
    margin-bottom: 40px;
  }
}

.bousaikiki2-shoka .h2-title:after {
  background: #fff;
}

.bousaikiki2-shoka .u_descriptionlist .title {
  color: #00b9ea;
}

.bousaikiki2-shoka__list {
  position: relative;
  padding: 80px 35px;
  background: #fff;
  border-radius: 10px;
  padding: 100px 90px;
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-shoka__list {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .bousaikiki2-shoka__list {
    padding: 40px 15px;
  }
}

.rack-visual {
  height: 100%;
}

.rack-visual__btn {
  z-index: 10;
  height: 1em;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .rack-visual__btn {
    display: none;
  }
}

.rack-visual__btn .icon {
  text-align: right;
  font-size: 25px;
  color: #fff;
}

.rack-visual__bg {
  z-index: 8;
  width: 67%;
  height: 100%;
  background: url(../img/index/index_visual_bg2.jpg) no-repeat left center;
  background-size: 110% auto;
  border-radius: 0 0 100px 0;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 1920px) {
  .rack-visual__bg {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .rack-visual__bg {
    background: url(../img/rack/rack_visual_sp.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0 0 40px 0;
  }
}

.rack-visual__bg:after {
  content: "";
  background: #00a9bd;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 169, 189, 0)), color-stop(80%, #00a9bd), to(#00a9bd));
  background: -webkit-linear-gradient(right, rgba(0, 169, 189, 0) 0%, #00a9bd 80%, #00a9bd 100%);
  background: linear-gradient(-90deg, rgba(0, 169, 189, 0) 0%, #00a9bd 80%, #00a9bd 100%);
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .rack-visual__bg:after {
    display: none;
  }
}

.rack-visual__contents {
  z-index: 9;
  position: relative;
  padding: 0 8%;
  text-align: right;
  pointer-events: none;
}

@media only screen and (max-width: 1600px) {
  .rack-visual__contents {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .rack-visual__contents {
    padding: 0 20px;
  }
}

.rack-visual .logo-h {
  width: 150px;
  margin: 0 0 60px auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .rack-visual .logo-h {
    width: 100px;
    margin: 0 0 10px auto;
  }
}

.rack-visual .title {
  font-size: 3rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .rack-visual .title {
    font-size: 1.3rem;
  }
}

.rack-visual .text {
  padding-left: 10px;
}

.rack-visual .strong strong {
  font-size: 4rem;
  padding: 5px 20px;
  background: #0060bd;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .rack-visual .strong strong {
    font-size: 1.4rem;
  }
}

.rack-visual .btn {
  position: relative;
  color: #fff;
  background: #00a9bd;
  font-size: 2rem;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 40px 10px 10px;
  border-radius: 50px;
  margin: 80px auto 0;
  pointer-events: auto;
}

@media only screen and (max-width: 767px) {
  .rack-visual .btn {
    font-size: 1.1rem;
    margin: 30px auto 0;
    padding: 5px 40px 5px 5px;
  }
}

.rack-visual .btn:before {
  content: "";
  background: #fff url(../img/rack/rack_tel.svg) no-repeat center center;
  background-size: 50% auto;
  height: 72px;
  width: 72px;
  line-height: 72px;
  border-radius: 50%;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .rack-visual .btn:before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 1.1rem;
  }
}

.rack-intro {
  background: url(../img/common/bg1.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 50px;
}

.rack-intro:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  height: 137px;
  width: 1920px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22137%22%20viewBox%3D%220%200%201920%20137%22%3E%3Cg%3E%3Cpath%20fill%3D%22%231cbfd2%22%20d%3D%22M1645.25%2C94.85c-300%2C9-586-92.84-966-94.83C362.74-1.65.25%2C112.82.25%2C112.82L0%2C137H1920V34.08C1914.36%2C36.93%2C1807.21%2C90%2C1645.25%2C94.85Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 1920px) {
  .rack-intro:before {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .rack-intro:before {
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22375%22%20height%3D%2259.24%22%20viewBox%3D%220%200%20375%2059.24%22%3E%3Cg%3E%3Cpath%20fill%3D%22%231cbfd2%22%20d%3D%22M321.29%2C49.8C262.7%2C54.52%2C206.84%2C1.06%2C132.62%2C0%2C70.8-.86%2C0%2C59.24%2C0%2C59.24H375V17.83S353.8%2C47.19%2C321.29%2C49.8Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
    background-position: bottom center;
  }
}

@media only screen and (max-width: 767px) {
  .rack-intro {
    padding: 0 4%;
  }
}

.rack-intro .l-content-inner {
  padding: 50px 0 170px;
  background: url(../img/rack/rack_intro.png) no-repeat right 0 top;
  background-size: 336px auto;
}

@media only screen and (max-width: 767px) {
  .rack-intro .l-content-inner {
    background: url(../img/rack/rack_intro.png) no-repeat bottom 20px center;
    background-size: 150px auto;
    margin-bottom: 100px;
  }
  .rack-intro .l-content-inner .text {
    padding-left: 0;
  }
}

.rack-plan {
  position: relative;
  background: #1cbfd2;
  padding: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .rack-plan {
    padding: 0 0 40px;
  }
}

.rack-plan .h2-title {
  color: #fff;
}

.rack-plan .h2-title:after {
  background: #fff;
}

.rack-plan .text {
  color: #fff;
  margin-bottom: 10px;
}

.rack-plan .text strong {
  font-weight: normal;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .rack-plan .text strong {
    font-size: 1.6rem;
  }
}

.rack-plan__ba {
  padding-top: 180px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .rack-plan__ba {
    padding-top: 70px;
  }
}

.rack-plan__ba .title {
  position: absolute;
  background: #fff;
  color: #00a9bd;
  font-size: 22px;
  padding: 10px 30px;
  left: -30px;
  top: 70px;
  width: 300px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .rack-plan__ba .title {
    padding: 5px 30px;
    font-size: 13px;
    width: auto;
    left: 0;
    top: 18px;
  }
}

.rack-plan__ba .title:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -22px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 37px 22px 0;
  border-color: transparent #fff transparent transparent;
}

@media only screen and (max-width: 767px) {
  .rack-plan__ba .title:after {
    border-width: 0 19px 11px 0;
    bottom: -11px;
  }
}

.rack-plan__ba__contents {
  position: relative;
  padding: 80px 35px;
  background: #fff;
  border-radius: 10px;
  padding: 80px 45px 50px;
}

@media only screen and (max-width: 767px) {
  .rack-plan__ba__contents {
    padding: 25px 15px;
  }
}

.rack-plan__ba__box {
  position: relative;
  width: 46%;
}

.rack-plan__ba__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .rack-plan__ba__box-wrap {
    display: block;
  }
}

.rack-plan__ba__box-wrap:not(:last-child) {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .rack-plan__ba__box-wrap:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .rack-plan__ba__box {
    width: 80%;
    margin: 50px auto 0;
  }
}

.rack-plan__ba__box:before {
  font-size: 4.7rem;
  font-family: "Lato", sans-serif;
  color: #00a9bd;
  width: 20px;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 15px;
  z-index: 1;
  color: #00a9bd;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

@media only screen and (max-width: 767px) {
  .rack-plan__ba__box:before {
    font-size: 2.9rem;
    top: -25px;
  }
}

.rack-plan__ba__box:nth-child(1):before {
  content: "Before";
}

.rack-plan__ba__box:nth-child(2):before {
  content: "After";
}

.rack-plan__ba__box:nth-child(1):after {
  content: "";
  background: url(../img/rack/rack_sankaku.svg) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .rack-plan__ba__box:nth-child(1):after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: auto;
    bottom: -45px;
    right: 0;
    left: 0;
    width: 1.2em;
    height: 3em;
  }
}

.rack-plan__ba__comment {
  width: 100%;
  padding: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .rack-plan__ba__comment {
    width: 80%;
    margin: 0 auto;
  }
}

.rack-type {
  background: url(../img/common/bg1.jpg) center top;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .rack-type {
    padding: 40px 0;
  }
}

.rack-type .h2-title {
  color: #00a9bd;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .rack-type .h2-title {
    margin-bottom: 40px;
  }
}

.rack-type .h2-title:after {
  background: #00a9bd;
}

.rack-type__block {
  position: relative;
  padding: 80px 35px;
  background: #fff;
  border-radius: 10px;
  padding: 80px 90px 50px;
  background: #fff url(../img/rack/rack_type_bg.png) no-repeat bottom 100px right 50px;
  background-size: 300px auto;
}

@media only screen and (max-width: 767px) {
  .rack-type__block {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .rack-type__block {
    padding: 40px 0 110px;
    background-size: 150px auto;
    background-position: center bottom;
  }
}

.rack-type__block .title {
  color: #00a9bd;
}

.rack-maintenance {
  position: relative;
  background: url(../img/common/pattern_1.png);
  background-size: 72px auto;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .rack-maintenance {
    padding: 40px 0 10px;
    background-size: 36px auto;
  }
}

.rack-maintenance__list {
  padding-top: 50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .rack-maintenance__list {
    padding-top: 20px;
  }
}

.rack-maintenance__list__box {
  position: relative;
  width: 246px;
  margin-left: 50px;
  margin-bottom: 50px;
  background: #fff;
  padding: 10px 10px 30px;
  border-radius: 20px;
  text-align: center;
  counter-increment: section;
  color: #00a9bd;
  font-size: 2.4rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .rack-maintenance__list__box {
    width: 30%;
    font-size: 1.2rem;
    margin-left: 3%;
    padding: 10px 5px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
}

.rack-maintenance__list__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rack-maintenance__list__box img {
  margin-bottom: 10px;
}

.rack-maintenance__list__box:before {
  content: counter(section, decimal-leading-zero);
  font-size: 4.7rem;
  font-family: "Lato", sans-serif;
  color: #00a9bd;
  width: 20px;
  height: 40px;
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .rack-maintenance__list__box:before {
    font-size: 2.2rem;
  }
}

.rack-maintenance__list__box:after {
  content: "";
  background: url(../img/rack/rack_sankaku.svg) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -34px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .rack-maintenance__list__box:after {
    width: 1.5vw;
    height: 5vw;
    left: -2vw;
  }
}

.rack-maintenance__list__box:first-child {
  margin-left: 0;
}

.rack-maintenance__list__box:first-child:after {
  display: none;
}

.novisual-content {
  background: url(../img/common/bg1.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.novisual-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  height: 137px;
  width: 1920px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22137%22%20viewBox%3D%220%200%201920%20137%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23f6f6f0%22%20d%3D%22M1645.25%2C94.85c-300%2C9-586-92.84-966-94.83C362.74-1.65.25%2C112.82.25%2C112.82L0%2C137H1920V34.08C1914.36%2C36.93%2C1807.21%2C90%2C1645.25%2C94.85Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 1920px) {
  .novisual-content:before {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .novisual-content:before {
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22375%22%20height%3D%2259.24%22%20viewBox%3D%220%200%20375%2059.24%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23f6f6f0%22%20d%3D%22M321.29%2C49.8C262.7%2C54.52%2C206.84%2C1.06%2C132.62%2C0%2C70.8-.86%2C0%2C59.24%2C0%2C59.24H375V17.83S353.8%2C47.19%2C321.29%2C49.8Z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
    background-position: bottom center;
  }
}

@media only screen and (max-width: 767px) {
  .novisual-content {
    padding: 30px 0;
  }
}

.novisual-content__block {
  position: relative;
  padding: 80px 35px;
  background: #fff;
  border-radius: 10px;
  padding: 90px 114px;
}

@media only screen and (max-width: 767px) {
  .novisual-content__block {
    padding: 25px 15px;
  }
}

.novisual-content__block .strong {
  font-size: 2.4rem;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
  color: #e9851e;
  margin-bottom: 30px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .novisual-content__block .strong {
    font-size: 1.8rem;
  }
}

.novisual-content__block p:not(:last-child),
.novisual-content__block dl:not(:last-child) {
  margin-bottom: 30px;
}

.novisual-content__block dt {
  font-size: 1.8rem;
  font-family: "NOW-GM", "Noto Sans JP", Meiryo, sans-serif;
  color: #e9851e;
}

@media only screen and (max-width: 767px) {
  .novisual-content__block dt {
    font-size: 1.3rem;
  }
}

.novisual-content__block .btn {
  background: #e9851e;
  padding: 25px;
  color: #fff;
  position: relative;
}

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