@charset "UTF-8";
.em {
  color: #F63B3C;
}

@keyframes slide-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -104rem 0;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  position: relative;
  color: #333;
  font-weight: 500;
  font-family: "Noto Serif JP", serif !important;
  line-height: 1.7;
  word-break: break-word;
}
@media screen and (max-width: 320px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}

.wrap {
  overflow: hidden;
}
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  box-sizing: border-box;
}

a img {
  border: none;
}

a:focus, *:focus {
  outline: none;
}

.l-footer {
  background-color: #f4f4f3;
  border-top: 0.1rem solid #c9caca;
  font-family: "Noto Sans", sans-serif;
  text-align: left;
  padding: 2rem 0;
}
@media screen and (min-width: 1000px) {
  .l-footer {
    padding: 4rem 0 2.5rem;
  }
}
.l-footer_Logo {
  display: block;
  margin: 0 auto 2rem 0;
  max-width: 30rem;
  width: 80%;
}
.l-footer__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -2% 3.4rem;
}
@media screen and (min-width: 1000px) {
  .l-footer__Unit {
    margin: 0 0 2.5rem 0;
  }
}
.l-footer__Item {
  flex-basis: auto;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  margin: 1rem 2% 0;
}
@media screen and (min-width: 768px) {
  .l-footer__Item {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer__Item {
    flex-basis: auto;
    margin: 0 5rem 0 0;
  }
}
.l-footer__Link {
  color: #fff;
}
.l-footer__Link:visited {
  color: #fff;
}

.l-footer_Info {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer_Info {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer_Info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.l-footer_Info__Company {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1000px) {
  .l-footer_Info__Company {
    margin: 0 1.8rem 0 0;
  }
}
.l-footer_Info__Company span {
  display: inline-block;
  border-left: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  line-height: 1;
  padding: 0 1.2rem;
}
.l-footer_Info__Address {
  margin: 0 0 1rem;
}
@media screen and (min-width: 1000px) {
  .l-footer_Info__Address {
    margin: 0 1.8rem 0 0;
  }
}
.l-footer_Info__Contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer_Info__Contact .-tel {
  flex-basis: 50%;
  margin: 0 0 1rem;
}
@media screen and (min-width: 1000px) {
  .l-footer_Info__Contact .-tel {
    flex-basis: auto;
    margin: 0 1.8rem 0 0;
  }
}
.l-footer_Info__Contact .-fax {
  flex-basis: 50%;
  margin: 0 0 1rem;
}
@media screen and (min-width: 1000px) {
  .l-footer_Info__Contact .-fax {
    flex-basis: auto;
    margin: 0 1.8rem 0 0;
  }
}
.l-footer_Info__Contact .-mail {
  margin-bottom: 0;
}

.l-footer_Bottom {
  background-color: #f4f4f3;
  font-family: "Noto Sans", sans-serif;
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer_Bottom {
    border-top: 0.1rem solid #333;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer_Bottom {
    padding: 0 0 4rem;
  }
}
.l-footer_Bottom__Wrap {
  border-top: 0.1rem solid #333;
  padding: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-footer_Bottom__Wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    border-top: none;
  }
}
.l-footer_Bottom__Item {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: center;
}

.l-Copyright {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: center;
}

.l-footerContent .is-2.title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footerContent__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-footerContent__Item {
    flex-basis: 48%;
  }
}
.l-footerContent__Item:first-of-type {
  margin: 0 0 6rem;
}

.l-header {
  position: relative;
  width: 100%;
  z-index: 99999;
  top: 0;
}

.l-header_PC {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-header_PC {
    display: block;
    padding: 4rem 0;
  }
}

.l-header_SP {
  display: block;
}
@media screen and (min-width: 1000px) {
  .l-header_SP {
    display: none;
  }
}

.-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .-logo {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.-logo:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  transition: all 0.5s;
}

.l-header_SP__Bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1rem;
}
.l-header_SP__Logo a {
  margin: 0 1rem 0 0;
  padding: 1rem;
  width: 18.8rem;
}
.l-header_SP__Heading {
  font-family: "EB Garamond", serif;
  font-size: 1rem;
}
.l-header_SP .l-header_SP__Link {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
  position: relative;
  pointer-events: all;
  text-align: left;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .l-header_SP .l-header_SP__Link {
    font-size: 2.4rem;
  }
}
.l-header_SP .l-header_SP__Link:visited {
  color: #000;
}

.m-hamburger {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: transparent;
  cursor: pointer;
  padding: 1rem;
  z-index: 99999;
}

.m-hamburger__Inner {
  position: relative;
  width: 30px;
  height: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1000px) {
  .m-hamburger__Inner {
    width: 3.8rem;
    height: 2rem;
  }
}
.m-hamburger__Inner span {
  background: #333;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-hamburger__Inner span:nth-of-type(1) {
  top: 0;
}
.m-hamburger__Inner span:nth-of-type(2) {
  top: 0.9rem;
}
.m-hamburger__Inner span:nth-of-type(3) {
  bottom: 0;
}

.active .m-hamburger {
  background: transparent;
}
.active .m-hamburger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.active .m-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.active .m-hamburger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.l-header_SP__Nav {
  padding: 0 2rem;
}
.l-header_SP__Nav__Unit {
  list-style: none;
}
.l-header_SP__Inner {
  position: fixed;
  right: -100%;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  background-size: cover;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 10rem;
  padding-top: 8rem;
  height: 100%;
  width: 100%;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.active .l-header_SP__Inner {
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-width: 35rem;
  width: 85%;
  overflow: visible;
  overflow-y: scroll;
}
@media screen and (min-width: 1000px) {
  .active .l-header_SP__Inner {
    max-width: 100%;
    width: 100%;
  }
}

.l-header_SP__Nav__Item {
  padding: 1.4rem 2rem;
}
@media screen and (min-width: 1000px) {
  .l-header_SP__Nav__Item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.l-header_Bg {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.active .l-header_Bg {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.is-navFixed {
  position: fixed;
  width: 100%;
}

.is-navFixed .l-header--inner {
  position: fixed;
  top: 0;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10rem;
  padding-top: 8rem;
}

.l-header_PC__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l-header_PC__Logo a {
  width: 22rem;
}
.l-header_PC__Nav__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0 -1.8rem;
}
.l-header_PC__Nav__Item {
  font-family: "Noto Sans", sans-serif;
  margin: 0 1.8rem;
}

.container {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  .container {
    padding: 50px 0;
  }
}
.container:nth-child(even) {
  background-color: #fff;
}

.content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .content:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1140px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .content {
    width: 768px;
  }
}
@media screen and (min-width: 1000px) {
  .content {
    width: 96rem;
  }
}
@media screen and (min-width: 1300px) {
  .content {
    width: 1220px;
  }
}

.section:not(:last-child) {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .section:not(:last-child) {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 1000px) {
  .section:not(:last-child) {
    margin-bottom: 62px;
  }
}

.unit:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .unit:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .unit:not(:last-child) {
    margin-bottom: 30px;
  }
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.row:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .row:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .row:not(:last-child) {
    margin-bottom: 30px;
  }
}

.row-half {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: -3px;
  margin-right: -3px;
}
@media screen and (min-width: 768px) {
  .row-half {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.row-half:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .row-half:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .row-half:not(:last-child) {
    margin-bottom: 30px;
  }
}

.column {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 768px) {
  .column {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.column-half {
  padding-left: 3px;
  padding-right: 3px;
}
@media screen and (min-width: 768px) {
  .column-half {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.col-2 {
  display: block;
  width: 100%;
}
.col-2:nth-child(-n+1) {
  margin-top: 0;
}
.col-2:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .col-2:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .col-2 {
    width: 50%;
  }
  .col-2:nth-child(-n+2) {
    margin-top: 0;
  }
  .col-2:nth-of-type(n + 3) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .col-2:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}

.col-3 {
  display: block;
  width: 100%;
}
.col-3:nth-child(-n+1) {
  margin-top: 0;
}
.col-3:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .col-3:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .col-3 {
    width: 33.33333%;
  }
  .col-3:nth-child(-n+3) {
    margin-top: 0;
  }
  .col-3:nth-of-type(n + 4) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  .col-3:nth-of-type(n + 4) {
    margin-top: 24px;
  }
}

.col-4 {
  display: block;
  width: 100%;
}
.col-4:nth-child(-n+1) {
  margin-top: 0;
}
.col-4:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .col-4:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .col-4 {
    width: 25%;
  }
  .col-4:nth-child(-n+4) {
    margin-top: 0;
  }
  .col-4:nth-of-type(n + 5) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  .col-4:nth-of-type(n + 5) {
    margin-top: 24px;
  }
}

.section-bg {
  background: #F2F3F5;
}

.content-loading {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
@media screen and (min-width: 768px) {
  .content-loading {
    transform: translateY(60px);
  }
}
.content-loading.fade-in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-area {
  margin: 3rem auto 0;
  max-width: 20rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn-area {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .btn-area {
    margin: 3.5rem auto 0;
    width: 70%;
  }
}

.m-btn {
  line-height: 5rem;
  text-align: center;
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fff;
  border: 0.1rem solid #333;
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .m-btn {
    width: 100%;
  }
}
.m-btn:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .m-btn {
    font-size: 1.6rem;
  }
}
.m-btn span {
  color: #333;
}
.m-btn:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-btn:hover span {
  color: #fff;
}
.m-btn input {
  width: 100%;
}

.m-btn.-send {
  background-color: #333;
  color: #fff;
}
.m-btn.-send span {
  color: #fff;
}
.m-btn.-send:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-btn.-send:hover span {
  color: #333;
}

.u-icon {
  position: relative;
}
.u-icon.-required::after {
  content: "必須";
  background: #F63B3C;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 1rem;
  margin: 0 0 0 1rem;
}
.u-icon.-any::after {
  content: "任意";
  background: #898989;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 1rem;
  margin: 0 0 0 1rem;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password] {
  outline: none;
  border-bottom: 0.1rem solid #ccc;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  padding: 0.7rem 1rem;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  border-color: #F6AD3C;
}

textarea {
  outline: none;
  border-bottom: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  padding: 0.7rem 1rem;
}
textarea:focus {
  border-color: #F6AD3C;
}

::placeholder {
  color: #ccc;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2.2rem;
  width: 2.2rem;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border: 0.1rem solid #B8C5D5;
  border-radius: 0.4rem;
}

input[type=checkbox] + span::before,
input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all 0.1s ease-in-out;
}

input[type=checkbox] + span::before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

input[type=checkbox] + span::after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: 0.1s;
}

input[type=checkbox]:checked + span {
  background: #F08300;
  border: 0.1rem solid #fff;
}

input[type=checkbox]:checked + span::after {
  right: 6px;
  bottom: 2px;
  width: 3px;
  height: 14px;
}

input[type=checkbox]:checked + span::before {
  left: 2px;
  top: 11px;
  width: 8px;
  height: 3px;
}

input[type=checkbox]:disabled + span {
  background: #B8C5D5;
  border: 1px solid #B8C5D5;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  background: #fff;
  cursor: pointer;
  /*cursor: default;*/
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border: 1px solid #B8C5D5;
  border-radius: 5rem;
}

input[type=radio]:checked + span:after {
  content: "";
  background-color: #F08300;
  position: absolute;
  top: 18%;
  left: 18%;
  width: 12px;
  height: 12px;
  border-radius: 5rem;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
  input[type=radio]:checked + span:after {
    top: 17%;
  }
}
input[type=radio]:disabled + span {
  background: #333;
  border: 1px solid #B8C5D5;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:hover {
  cursor: pointer;
}
select:focus {
  border: 2px solid #F08300;
  outline: none;
}

.sw-Select {
  display: block;
  position: relative;
}
.sw-Select::after {
  content: "";
  border-top: 0.2rem solid #2F3C3F;
  border-right: 0.2rem solid #2F3C3F;
  transform: rotateZ(135deg);
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.6rem;
  pointer-events: none;
}

.sw-Select_Unit {
  background: #fff;
  border: 1px solid #B8C5D5;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .sw-Select_Unit {
    border-radius: 0.8rem;
    padding: 1rem;
  }
}
.sw-Select_Unit option.sw-Select_Item {
  border: 1px solid #CCC;
  background: #fff;
  box-shadow: inset 0.5rem 0.5rem #CCC;
}
.sw-Select_Unit option.sw-Select_Item:hover {
  color: #fff;
  box-shadow: inset 0.5rem 0.5rem #CCC;
}

.m-searchBox {
  position: relative;
}

.m-searchBox__Input {
  border: 0.1rem solid #B8C5D5;
  border-radius: 0.4rem;
  display: block;
  padding: 1rem;
  width: 100%;
}

.m-searchBox__Btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 1rem;
}

.m-form_Error {
  background: #FFD1D2;
  border: 0.1rem solid #F63B3C;
  border-radius: 0.25rem;
  color: #F63B3C;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.m-table_Form {
  border-collapse: collapse;
  width: 100%;
}
.m-table_Form__Heading {
  display: block;
  font-size: 1.8rem;
  text-align: left;
  padding: 1.5rem 0 1rem 0;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Heading {
    display: table-cell;
    padding: 3rem 1rem 3rem 0;
    width: 38%;
    vertical-align: top;
  }
}
@media screen and (min-width: 1140px) {
  .m-table_Form__Heading {
    width: 35%;
  }
}
.m-table_Form__Heading__Caution {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
}
.m-table_Form__Heading .u-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Heading .u-icon {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.m-table_Form__Notice {
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}
.m-table_Form__Notice::before {
  content: "※";
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.m-table_Form__Content {
  display: block;
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 1000px) {
  .m-table_Form__Content {
    display: table-cell;
    padding: 3rem 0;
    width: 62%;
  }
}
@media screen and (min-width: 1140px) {
  .m-table_Form__Content {
    width: 65%;
  }
}
.m-Form__Document__Checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}

.m-Form__Privacy__Checkbox {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .m-Form__Privacy__Checkbox {
    text-align: center;
  }
}
.m-Form__Privacy__Checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}
.m-Form__Privacy__Checkbox .-link {
  color: #F6AD3C;
  text-decoration: underline;
}
.m-Form__Privacy__Txt {
  text-align: center;
}
.m-Form__Privacy .error-text {
  text-align: center;
}

.is-1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 320px) {
  .is-1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .is-1 {
    font-size: 5rem;
    line-height: 1.3;
  }
}
.is-1.title {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .is-1.title {
    margin-bottom: 2.5rem;
  }
}

.is-2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.8rem;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .is-2 {
    font-size: 2.8rem;
    letter-spacing: 1rem;
  }
}
.is-2.title {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .is-2.title {
    margin-bottom: 3.5rem;
  }
}

.is-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .is-3 {
    font-size: 3.2rem;
  }
}
.is-3.title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .is-3.title {
    margin-bottom: 2rem;
  }
}

.is-4 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .is-4 {
    font-size: 2.8rem;
  }
}
.is-4.title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .is-4.title {
    margin-bottom: 1.5rem;
  }
}

.is-5 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .is-5 {
    font-size: 2.4rem;
  }
}
.is-5.title {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .is-5.title {
    margin-bottom: 1rem;
  }
}

ul:not([class]), .list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list {
  list-style: none;
  padding-left: 1rem;
}
.list li {
  text-indent: -0.55em;
}
.list li::before {
  background: #F6AD3C;
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
  vertical-align: middle;
}
.list li a {
  color: #333;
}

ul + p {
  margin-bottom: 1rem;
}

ol {
  padding-left: 1.8rem;
}
ol + p {
  margin-top: 1rem;
}

.list-kome {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.list-kome::before {
  content: "※";
}

.figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.figure + p, .figure + .title {
  margin-top: 1rem;
}
.breadcrumb {
  padding: 1.2rem 1.5rem;
  padding: 1rem 0 0;
  list-style: none;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 1140px) {
  .breadcrumb {
    padding: 1.2rem 0;
    position: relative;
  }
}
@media screen and (min-width: 1300px) {
  .breadcrumb {
    width: 1200px;
    margin: 0 auto;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.breadcrumb li {
  line-height: 1.5;
  margin-right: 2rem;
  position: relative;
}
.breadcrumb li:last-of-type::after {
  display: none;
}
.breadcrumb li::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0px;
  border-top: solid 0.2rem #635050;
  border-right: solid 0.2rem #635050;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -1.2rem;
  margin-top: -0.2rem;
}
.breadcrumb li:not(:first-child):before {
  margin-left: 1rem;
  margin-right: 1rem;
}
.breadcrumb a {
  color: #635050;
  text-decoration: underline;
}

p:not([class]) + p {
  margin-top: 0.5rem;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover img {
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:visited {
  color: #333;
}

.m-link-icon {
  display: inline-block;
  text-decoration: underline;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.m-link-icon::before {
  content: "";
  background: url("../img/common/icon_arrow_circle_pc.svg") no-repeat;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  position: relative;
  top: 0.2rem;
}

.m-link-line {
  color: #333;
  text-decoration: underline;
}
.m-link-line:hover {
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.m-anchor .container {
  padding: 4rem 0 0;
}
.m-anchor__Unit {
  border-top: 0.1rem solid #b8c5d5;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.m-anchor__Item {
  flex-basis: 50%;
  border-bottom: 0.1rem solid #b8c5d5;
}
@media screen and (min-width: 768px) {
  .m-anchor__Item {
    flex-basis: 33.3333333%;
  }
}
.m-anchor__Item:nth-of-type(odd) span {
  border-right: 0.1rem solid #b8c5d5;
}
@media screen and (min-width: 768px) {
  .m-anchor__Item:nth-of-type(3) span {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .m-anchor__Item:nth-of-type(6) span {
    border-right: none;
  }
}
.m-anchor__Link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #004090;
  padding: 1rem 0;
  height: 100%;
}
.m-anchor__Link span {
  display: block;
  padding: 0 1rem;
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-anchor__Link span {
    border-right: 0.1rem solid #b8c5d5;
  }
}
.m-anchor__Link span::after {
  content: "";
  border-top: 0.2rem solid #004091;
  border-right: 0.2rem solid #004091;
  width: 0.7rem;
  height: 0.7rem;
  transform: rotateZ(135deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-anchor__Link:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #f2f3f5;
  opacity: 1;
}
.m-anchor__Link:visited {
  color: #004090;
}

.m-tabs__Switch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: 0 -1% 2rem;
}
.m-tabs__Switch__Label {
  cursor: pointer;
  flex-basis: 48%;
  margin: 0 1% 2rem;
  background: #b8c5d5;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-tabs__Switch__Label {
    flex-basis: auto;
  }
}
@media screen and (min-width: 1000px) {
  .m-tabs__Switch__Label {
    flex-basis: 23%;
  }
}
.m-tabs__Switch__Label.active {
  background: #004090;
  position: relative;
}
.m-tabs__Switch__Label.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #004090;
  display: block;
  position: absolute;
  bottom: -0.8rem;
  right: 0;
  left: 0;
  margin: auto;
}
.m-tabs__Switch__Label.active a {
  display: block;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-tabs__Switch__Label.active a {
    padding: 2rem 3rem;
  }
}
.m-tabs__Switch__Label a {
  color: #fff;
  display: block;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-tabs__Switch__Label a {
    padding: 1rem 3rem;
  }
}
.m-tabs__Content {
  display: none;
  overflow: hidden;
}
.m-tabs__Content.active {
  display: block;
}

.youtube_video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  transition: all 0.5s;
}
.youtube_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.strength_video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  transition: all 0.5s;
}
.strength_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sw-pager {
  margin: 4rem 0 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sw-pager {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 10rem 0 0 0;
  }
}
.sw-pager__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 2rem;
  list-style: none;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sw-pager__Unit {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin: 0 auto;
  }
}
.sw-pager__Unit.-nextprev {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sw-pager__Unit.-nextprev {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-top: 0;
  }
}
.sw-pager__Item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "EB Garamond", serif;
  margin: 0 0.75rem;
}
.sw-pager__Item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #999;
  line-height: 1;
  padding: 0.5rem 1.2rem;
  position: relative;
}
.sw-pager__Item a:hover {
  color: #000;
  opacity: 1;
}
.sw-pager__Item.-current {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000;
  background: none;
  font-family: "EB Garamond", serif;
  margin: 0 0.75rem;
  position: relative;
}
.sw-pager__Item.-current span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  padding: 0.5rem 1.2rem;
  position: relative;
}
.sw-pager__Item.-next {
  font-size: 1.4rem;
}
.sw-pager__Item.-next span::after {
  content: "";
  background: #999;
  display: block;
  height: 0.1rem;
  width: 2rem;
  margin: 0.5rem 0 0 auto;
}
.sw-pager__Item.-prev {
  font-size: 1.4rem;
}
.sw-pager__Item.-prev span::after {
  content: "";
  background: #999;
  display: block;
  height: 0.1rem;
  width: 2rem;
  margin: 0.5rem auto 0 0;
}

.m-pagetop {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9;
}
@media screen and (min-width: 1000px) {
  .m-pagetop {
    bottom: 2rem;
  }
}

.m-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.m-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.svg-icon {
  position: absolute;
  width: 0;
  height: 0;
}

.icon-svg {
  fill: #004091;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .icon-svg:hover {
    fill: #fff;
  }
}

.m-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.m-table th {
  display: block;
  font-size: 1.6rem;
  padding: 1rem 0 0;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-table th {
    display: table-cell;
    padding: 3rem 0;
    width: 25%;
    vertical-align: top;
  }
}
.m-table td {
  display: block;
  padding: 0.5rem 0 1rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-table td {
    display: table-cell;
    padding: 3rem 0 0 2rem;
    width: 75%;
    vertical-align: top;
  }
}

.m-table.-heat {
  min-width: 50rem;
}
@media screen and (min-width: 1000px) {
  .m-table.-heat {
    min-width: 100%;
  }
}
.m-table.-heat tr:nth-child(2) td:first-child {
  border-left: none;
}
.m-table.-heat th {
  border: 0.1rem solid #333;
  border-left: none;
  display: table-cell;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  text-align: center;
  vertical-align: middle;
}
.m-table.-heat th:first-of-type {
  border-left: 0.1rem solid;
}
@media screen and (min-width: 768px) {
  .m-table.-heat th br {
    display: none;
  }
}
.m-table.-heat td {
  border-bottom: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  display: table-cell;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  text-align: center;
  vertical-align: middle;
}
.m-table.-heat td:first-child {
  border-left: 0.1rem solid;
}

.m-table.-outline th {
  display: block;
  font-size: 1.6rem;
  padding: 1rem 0 0;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-table.-outline th {
    display: table-cell;
    padding: 2rem 0;
    width: 25%;
    vertical-align: top;
  }
}
.m-table.-outline td {
  display: block;
  padding: 0.5rem 0 1rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-table.-outline td {
    display: table-cell;
    padding: 2rem 0 0 2rem;
    width: 75%;
    vertical-align: top;
  }
}

.m-common__Tagline__Wrap {
  position: relative;
}

.m-common__Tagline {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.8rem;
  line-height: 1.5;
  margin: 0 0 2rem;
  text-shadow: 0 0 0.9rem #fff;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .m-common__Tagline {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
}

.l-common_Main__MainImg .content {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-common_Main__MainImg .content {
    padding-left: 40px;
    padding-right: 40px;
    width: 768px;
  }
}
@media screen and (min-width: 1000px) {
  .l-common_Main__MainImg .content {
    width: 96rem;
  }
}
@media screen and (min-width: 1300px) {
  .l-common_Main__MainImg .content {
    padding-left: 0;
    padding-right: 0;
    width: 1220px;
  }
}

@media screen and (min-width: 768px) {
  .l-notFound_Main__Txt {
    text-align: center;
  }
}

.l-policy_Privacy .-mail {
  color: #F6AD3C;
  text-decoration: underline;
}

.l-top_Main {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-top_Main .content {
    margin: 0 auto;
    max-width: 122rem;
    padding: 0;
    width: 100%;
  }
}
.l-top_Main__Contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #f6ad3d;
  border-radius: 999em;
  color: #595959;
  font-weight: bold;
  font-size: 1rem;
  line-height: 160%;
  text-align: center;
  position: absolute;
  right: 3%;
  top: -3%;
  width: 10rem;
  height: 10rem;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .l-top_Main__Contact {
    font-size: 1.6rem;
    right: 3%;
    top: -3%;
    width: 13rem;
    height: 13rem;
  }
}

.l-top_Main__Slick {
  position: relative;
}
.l-top_Main__Slick__Item {
  position: relative;
}
.l-top_Main__Slick__Item img {
  width: 100%;
}
.l-top_About .is-2.title {
  text-align: center;
}
.l-top_About__Lead {
  text-align: center;
}
.l-top_News .is-2.title {
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .l-top_News .content {
    width: 96rem;
  }
}
.l-top_News__Item {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-top_News__Item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.l-top_News__Item:first-child {
  margin-top: 0;
}
.l-top_News__Item .-title {
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
}
.l-top_News__Date {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-top_News__Date {
    flex-basis: 12%;
  }
}
@media screen and (min-width: 768px) {
  .l-top_News__Box {
    flex: 1;
  }
}
.l-top_News .btn-area {
  margin: 1rem auto 0 0;
}
.l-top_News .btn-area .m-btn {
  line-height: 4rem;
}

.l-top_Works .is-2.title {
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .l-top_Works .content {
    width: 96rem;
  }
}
.l-top_Works__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}
@media screen and (min-width: 1000px) {
  .l-top_Works__Unit {
    margin: 0 -2%;
  }
}
.l-top_Works__Item {
  display: block;
  flex-basis: 48%;
  margin: 2.5rem 1% 0;
}
@media screen and (min-width: 1000px) {
  .l-top_Works__Item {
    flex-basis: 28.333333%;
    text-align: center;
    margin: 2.5rem 2.5% 0;
  }
}
.l-top_Works__Item:first-of-type {
  margin-top: 0;
}
.l-top_Works__Item:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .l-top_Works__Item:nth-of-type(3) {
    margin-top: 0;
  }
}
.l-top_Works__Item__Img {
  overflow: hidden;
  position: relative;
  padding-bottom: 70.7%;
  height: 0;
  width: 100%;
}
.l-top_Works__Item__Img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-top_Works__Item__Title {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0.5rem 0 0 0;
}
.l-top_Works__Item__Date {
  color: #898989;
  font-size: 1.2rem;
  margin: 0.2rem 0 0 0;
}

.l-works_Detail .post-thumbnail {
  display: none;
}

.l-works_Post__Thumb {
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 70.7%;
  height: 0;
  width: 100%;
}
.l-works_Post__Thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.l-works_Index__Unit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}
@media screen and (min-width: 1000px) {
  .l-works_Index__Unit {
    margin: 0 -2%;
  }
}
.l-works_Index__Unit .l-works_Post {
  flex-basis: 48%;
  margin: 2.5rem 1% 0;
  padding-top: 0;
}
@media screen and (min-width: 1000px) {
  .l-works_Index__Unit .l-works_Post {
    flex-basis: 28.333333%;
    text-align: center;
    margin: 2.5rem 2.5% 0;
  }
}
.l-works_Index__Unit .l-works_Post:first-of-type {
  margin-top: 0;
}
.l-works_Index__Unit .l-works_Post:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .l-works_Index__Unit .l-works_Post:nth-of-type(3) {
    margin-top: 0;
  }
}
.l-works_Index__Unit .l-works_Post__Title {
  font-size: 1.6rem;
  font-weight: normal;
}
.l-works_Index__Unit .l-works_Post .-year {
  color: #898989;
  font-size: 1.2rem;
  margin: 0.2rem 0 0 0;
}
.l-works_Index__NotFound {
  width: 100%;
}

.l-works_Post__Main__MainImg {
  overflow: hidden;
  position: relative;
  padding-bottom: 61.8%;
  height: 0;
  width: 100%;
}
.l-works_Post__Main__MainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .l-works_Post__Main__MainImg__Wrap .content {
    margin: 0 auto;
    max-width: 122rem;
    padding: 0;
    width: 100%;
  }
}

.l-works_Post__Main__Gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.l-works_Post__Main__Gallery__Item {
  display: block;
  flex-basis: 31.333333%;
  margin: 1rem 1% 0;
}
@media screen and (min-width: 1000px) {
  .l-works_Post__Main__Gallery__Item {
    flex-basis: 18%;
    margin-top: 2rem;
  }
}
.l-works_Post__Main__Gallery__Item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: none;
}
.l-works_Post__Main__Gallery__Thumb {
  overflow: hidden;
  position: relative;
  padding-bottom: 70.7%;
  height: 0;
}

.l-works_Detail__List .container {
  padding-top: 0;
}

.l-works_Detail__List__Item__Title {
  margin: 0 0 1.8rem;
}
.l-works_Detail__List__Item__Title .-sub {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
}
.l-works_Detail__List__Item__Title .-sub::after {
  content: "";
  background: #000;
  height: 0.2rem;
  width: 6rem;
  display: block;
  margin: 0.2rem 0 1.5rem 0;
}
.l-works_Detail__List__Item__Title .-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}

.l-works_Detail__Info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 0.1rem dotted #898989;
  margin-bottom: 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .l-works_Detail__Info {
    flex-basis: 48%;
    margin: 0 1%;
  }
}
@media screen and (min-width: 1300px) {
  .l-works_Detail__Info {
    flex-basis: 31.333333%;
  }
}
.l-works_Detail__Info .-heading {
  flex-basis: 25%;
}
.l-works_Detail__Info .-contents {
  flex: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-works_Detail__Info__Wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%;
  }
}

.l-concept_List .container {
  padding-top: 0;
}
.l-concept_List__Title {
  border-bottom: 0.1rem solid #ccc;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  margin: 0 0 2rem;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-concept_List__Title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-concept_List__Title::before {
    content: "";
    background: #333;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: width 0.3s;
    z-index: -1;
  }
}
@media screen and (min-width: 1000px) {
  .l-concept_List__Title:hover {
    color: #fff;
  }
}
@media screen and (min-width: 1000px) {
  .l-concept_List__Title:hover::before {
    transition-delay: 0.4s;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .l-concept_List__Title:hover span::after {
    width: 100%;
  }
}
.l-concept_List__Title.active {
  background: #333;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-concept_List__Title span::after {
    content: "";
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.1rem;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .l-concept_List__Title .-br {
    display: none;
  }
}
.l-concept_List__Unit {
  list-style: none;
}
.l-concept_List__Item {
  margin: 0 0 2rem;
}
@media screen and (min-width: 1000px) {
  .l-concept_List__Item {
    margin: 0 0 4rem;
  }
}
.l-concept_List__Item:last-child {
  margin-bottom: 0;
}
.l-concept_List__Box {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-concept_List__Box {
    margin: 0 0 0 auto;
    width: 95%;
  }
}
.l-concept_List__Heading {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 1rem;
}
@media screen and (min-width: 1000px) {
  .l-concept_List__Heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-concept_List__Heading .-br {
    display: none;
  }
}

.l-flow_Step__Title.is-2.title {
  text-align: left;
}
.l-flow_Step__Heading .-sub {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
}
.l-flow_Step__Heading .-sub::after {
  content: "";
  background: #000;
  height: 0.2rem;
  width: 6rem;
  display: block;
  margin: 0.2rem 0 1.5rem 0;
}
.l-flow_Step__Heading .-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__Heading .-main {
    font-size: 2.3rem;
  }
}
.l-flow_Step__Heading .-main .-br {
  display: none;
}
@media screen and (min-width: 1300px) {
  .l-flow_Step__Heading .-main .-br {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.l-flow_Step__Unit.-s02 {
  margin: 10rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__TitleUnit {
    flex-basis: 23%;
    margin: 0 2rem 0 0;
  }
}
.l-flow_Step__Item {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__Item {
    flex: 1;
    margin-top: 0;
  }
}
.l-flow_Step__Closing {
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .l-flow_Step__Box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    flex-basis: 29.333333%;
    height: 13rem;
    margin: 2rem 2% 0;
    position: relative;
  }
}
.l-flow_Step__Box::before {
  content: "";
  background: url("../img/common/arrow-r.svg") no-repeat;
  background-size: contain;
  height: 3rem;
  width: 0.4rem;
  display: block;
  margin: auto;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .l-flow_Step__Box::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-flow_Step__Box::after {
    content: "";
    background: url("../img/common/arrow-r.svg") no-repeat;
    background-size: contain;
    height: 4.5rem;
    width: 0.7rem;
    display: block;
    position: absolute;
    right: -1.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1300px) {
  .l-flow_Step__Box::after {
    right: -2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-flow_Step__Box:first-of-type {
    margin-top: 0;
  }
}
.l-flow_Step__Box:first-of-type::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-flow_Step__Box:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-flow_Step__Box:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-flow_Step__Box:last-of-type::after {
    display: none;
  }
}
.l-flow_Step__Box.-contract .l-flow_Step__Box__Heading {
  border: 0.2rem solid #F6AD3C;
  color: #F6AD3C;
}
.l-flow_Step__Box__Heading {
  border: 0.1rem solid #ddd;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-flow_Step__Box__Heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    width: 100%;
  }
}
.l-flow_Step__Box__Heading::after {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #ddd;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .l-flow_Step__Box__Heading::after {
    font-size: 3.6rem;
  }
}
.l-flow_Step__Box__Wrap {
  counter-reset: number 0;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-flow_Step__Box__Wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem -2% 0;
  }
}

.l-flow_Step__List {
  list-style: none;
  margin: 3rem 0 0 0;
}
.l-flow_Step__List__Title {
  border-bottom: 0.1rem solid #ccc;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  margin: 0 0 2rem;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__List__Title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__List__Title::before {
    content: "";
    background: #333;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: width 0.3s;
    z-index: -1;
  }
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__List__Title:hover {
    color: #fff;
  }
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__List__Title:hover::before {
    transition-delay: 0.4s;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__List__Title:hover span::after {
    width: 100%;
  }
}
.l-flow_Step__List__Title.active {
  background: #333;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__List__Title span::after {
    content: "";
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.1rem;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .l-flow_Step__List__Title .-br {
    display: none;
  }
}
.l-flow_Step__List__Item {
  margin: 0 0 2rem;
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__List__Item {
    margin: 0 0 4rem;
  }
}
.l-flow_Step__List__Item:last-child {
  margin-bottom: 0;
}
.l-flow_Step__List__Box {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-flow_Step__List__Box {
    margin: 0 0 0 auto;
    width: 95%;
  }
}
.l-flow_Step__List__Heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media screen and (min-width: 1000px) {
  .l-flow_Step__List__Heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-flow_Step__List__Heading .-br {
    display: none;
  }
}

.l-flow_Cost__Title.is-2.title {
  text-align: left;
}
.l-flow_Cost__Heading .-sub {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
}
.l-flow_Cost__Heading .-sub::after {
  content: "";
  background: #000;
  height: 0.2rem;
  width: 6rem;
  display: block;
  margin: 0.2rem 0 1.5rem 0;
}
.l-flow_Cost__Heading .-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .l-flow_Cost__Heading .-main {
    font-size: 2.3rem;
  }
}
.l-flow_Cost__Heading .-main .-br {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-flow_Cost__Heading .-main .-br {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .l-flow_Cost__Heading .-main .-br {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .l-flow_Cost__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.l-flow_Cost__Unit.-c02 {
  margin: 10rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-flow_Cost__TitleUnit {
    flex-basis: 23%;
    margin: 0 2rem 0 0;
  }
}
.l-flow_Cost__Item {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-flow_Cost__Item {
    flex: 1;
    margin-top: 0;
  }
}
.l-flow_Cost__Txt {
  margin: 2rem 0 0 0;
}
.l-flow_Cost__Txt:first-of-type {
  margin-top: 0;
}
.l-flow_Cost__Txt .-em {
  font-weight: 700;
}

.l-plan_Order__Title.is-2.title {
  text-align: left;
}
.l-plan_Order__Heading .-sub {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
}
.l-plan_Order__Heading .-sub::after {
  content: "";
  background: #000;
  height: 0.2rem;
  width: 6rem;
  display: block;
  margin: 0.2rem 0 1.5rem 0;
}
.l-plan_Order__Heading .-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .l-plan_Order__Heading .-main {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-plan_Order__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .l-plan_Order__TitleUnit {
    flex-basis: 23%;
    margin: 0 2rem 0 0;
  }
}
.l-plan_Order__Item {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-plan_Order__Item {
    flex: 1;
    margin-top: 0;
  }
}
.l-plan_Order__Txt {
  margin: 2rem 0 0 0;
}

.l-plan_Renovation__Title.is-2.title {
  text-align: left;
}
.l-plan_Renovation__Heading .-sub {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
}
.l-plan_Renovation__Heading .-sub::after {
  content: "";
  background: #000;
  height: 0.2rem;
  width: 6rem;
  display: block;
  margin: 0.2rem 0 1.5rem 0;
}
.l-plan_Renovation__Heading .-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .l-plan_Renovation__Heading .-main {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-plan_Renovation__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .l-plan_Renovation__TitleUnit {
    flex-basis: 23%;
    margin: 0 2rem 0 0;
  }
}
.l-plan_Renovation__Item {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-plan_Renovation__Item {
    flex: 1;
    margin-top: 0;
  }
}
.l-plan_Renovation__Txt {
  margin: 2rem 0 0 0;
}

.l-plan_Antiquake__Title.is-2.title {
  text-align: left;
}
.l-plan_Antiquake__Heading .-sub {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
}
.l-plan_Antiquake__Heading .-sub::after {
  content: "";
  background: #000;
  height: 0.2rem;
  width: 6rem;
  display: block;
  margin: 0.2rem 0 1.5rem 0;
}
.l-plan_Antiquake__Heading .-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .l-plan_Antiquake__Heading .-main {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-plan_Antiquake__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .l-plan_Antiquake__TitleUnit {
    flex-basis: 23%;
    margin: 0 2rem 0 0;
  }
}
.l-plan_Antiquake__Item {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-plan_Antiquake__Item {
    flex: 1;
    margin-top: 0;
  }
}
.l-plan_Antiquake__Txt {
  margin: 2rem 0 0 0;
}

.l-plan_LongTerm__Title.is-2.title {
  text-align: left;
}
.l-plan_LongTerm__Heading .-sub {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
}
.l-plan_LongTerm__Heading .-sub::after {
  content: "";
  background: #000;
  height: 0.2rem;
  width: 6rem;
  display: block;
  margin: 0.2rem 0 1.5rem 0;
}
.l-plan_LongTerm__Heading .-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .l-plan_LongTerm__Heading .-main {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-plan_LongTerm__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .l-plan_LongTerm__TitleUnit {
    flex-basis: 23%;
    margin: 0 2rem 0 0;
  }
}
.l-plan_LongTerm__Item {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-plan_LongTerm__Item {
    flex: 1;
    margin-top: 0;
  }
}
.l-plan_LongTerm__Txt {
  margin: 2rem 0 0 0;
}
.l-plan_LongTerm__Txt.-annotation {
  font-size: 1.2rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.l-plan_LongTerm__Txt.-annotation::before {
  content: "※";
}
.l-plan_LongTerm__List {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  list-style: none;
  margin: 3.5rem -1%;
}
.l-plan_LongTerm__List .-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #EFEFEF;
  flex-basis: 48%;
  margin: 1rem 1% 0;
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-plan_LongTerm__List .-list {
    flex-basis: 31.333333%;
    margin-top: 2rem;
    padding: 1.5rem 1rem;
  }
}
.l-plan_LongTerm__List .-list:first-of-type {
  margin-top: 0;
}
.l-plan_LongTerm__List .-list:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-plan_LongTerm__List .-list:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-plan_LongTerm__List .-list .-br {
    display: none;
  }
}
.l-plan_LongTerm__Column {
  background: #EFEFEF;
  margin: 2rem 0 0 0;
  padding: 2rem;
}
@media screen and (min-width: 1000px) {
  .l-plan_LongTerm__Column {
    padding: 2rem 4rem;
  }
}
.l-plan_LongTerm__Column__Title {
  margin: 0 0 0.5rem;
}

.l-spec_Energy__Title.is-2.title {
  text-align: left;
}
.l-spec_Energy__Heading .-sub {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
}
.l-spec_Energy__Heading .-sub::after {
  content: "";
  background: #000;
  height: 0.2rem;
  width: 6rem;
  display: block;
  margin: 0.2rem 0 1.5rem 0;
}
.l-spec_Energy__Heading .-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .l-spec_Energy__Heading .-main {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-spec_Energy__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .l-spec_Energy__TitleUnit {
    flex-basis: 23%;
    margin: 0 2rem 0 0;
  }
}
.l-spec_Energy__Item {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-spec_Energy__Item {
    flex: 1;
    margin-top: 0;
  }
}
.l-spec_Energy__Txt {
  margin: 2rem 0 0 0;
}
.l-spec_Energy__Reference {
  font-size: 1.2rem;
  margin: 2rem 0 0 0;
}
.l-spec_Energy__Reference__List {
  list-style: none;
}
.l-spec_Energy__Reference__Table {
  margin: 2rem 0 0 0;
  overflow-y: scroll;
  width: 100%;
}
.l-spec_Energy__Column {
  margin: 2rem 0 0 0;
}

.l-spec_Antiquake__Title.is-2.title {
  text-align: left;
}
.l-spec_Antiquake__Heading .-sub {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
}
.l-spec_Antiquake__Heading .-sub::after {
  content: "";
  background: #000;
  height: 0.2rem;
  width: 6rem;
  display: block;
  margin: 0.2rem 0 1.5rem 0;
}
.l-spec_Antiquake__Heading .-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .l-spec_Antiquake__Heading .-main {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-spec_Antiquake__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .l-spec_Antiquake__TitleUnit {
    flex-basis: 23%;
    margin: 0 2rem 0 0;
  }
}
.l-spec_Antiquake__Item {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-spec_Antiquake__Item {
    flex: 1;
    margin-top: 0;
  }
}
.l-spec_Antiquake__Txt {
  margin: 2rem 0 0 0;
}
.l-spec_Antiquake__Column {
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 1000px) {
  .l-company_Main__MainImg .content {
    margin: 0 auto;
    max-width: 122rem;
    padding: 0;
    width: 100%;
  }
}

.l-company_Main__Slick {
  position: relative;
}
.l-company_Main__Slick__Item {
  position: relative;
}
.l-company_Main__Slick__Item img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-company_Intro__Wrap {
    background: url("../img/company/01.png") no-repeat;
    background-size: 48%;
    background-position: right center;
    position: relative;
  }
}
@media screen and (min-width: 1300px) {
  .l-company_Intro__Wrap {
    background-position: right top;
    min-height: 50rem;
  }
}
.l-company_Intro__Title.is-2.title {
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 1300px) {
  .l-company_Intro__Title .-br {
    display: none;
  }
}
.l-company_Intro__Item {
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-company_Intro__Item {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-company_Intro__Img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-company_Intro__Txt {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .l-company_Staff__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .l-company_Staff__President {
    flex-basis: 40%;
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-company_Staff__President__Unit.-p01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-company_Staff__President__Item {
    flex-basis: 48%;
  }
}
.l-company_Staff__President__Thumb {
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-company_Staff__President__Thumb {
    margin-bottom: 0;
  }
}
.l-company_Staff__President__Thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .l-company_Staff__President__Thumb__Wrap {
    flex-basis: 48%;
  }
}
.l-company_Staff__President__Name {
  font-size: 2rem;
  letter-spacing: 0.5rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .l-company_Staff__President__Name {
    margin-bottom: 0;
  }
}
.l-company_Staff__President__Name .-katagaki {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 1.5rem 0 0;
}
@media screen and (min-width: 1000px) {
  .l-company_Staff__President__Name .-katagaki {
    display: block;
  }
}
.l-company_Staff__President__Info {
  margin: 1rem 0 0 0;
}
.l-company_Staff__OtherStaff {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5rem -2% 0;
}
@media screen and (min-width: 1000px) {
  .l-company_Staff__OtherStaff {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex: 1;
    margin: 0;
  }
}
.l-company_Staff__OtherStaff__Box {
  flex-basis: 46%;
  margin: 3rem 2% 0;
}
@media screen and (min-width: 768px) {
  .l-company_Staff__OtherStaff__Box {
    flex-basis: 29.333333%;
  }
}
@media screen and (min-width: 1000px) {
  .l-company_Staff__OtherStaff__Box {
    margin-top: 0;
  }
}
.l-company_Staff__OtherStaff__Box__Thumb {
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 141.4%;
  height: 0;
  width: 100%;
}
.l-company_Staff__OtherStaff__Box__Thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-company_Staff__OtherStaff__Box__Name {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
.l-company_Staff__OtherStaff__Box__Name .-katagaki {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 1.5rem 0 0;
}
.l-company_Staff__OtherStaff__Box__Info {
  font-size: 1.2rem;
}

.l-company_Outline .content {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-company_Outline .content {
    padding-left: 40px;
    padding-right: 40px;
    width: 768px;
  }
}
@media screen and (min-width: 1000px) {
  .l-company_Outline .content {
    width: 96rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-company_Outline .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .l-company_Outline .content {
    width: 1220px;
  }
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Unit.-o01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.l-company_Outline__Unit.-o02 {
  margin: 5rem 0 0 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-company_Outline__Unit.-o02 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Unit.-o02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.l-company_Outline__Table {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-company_Outline__Table {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Table {
    flex-basis: 48%;
  }
}
.l-company_Outline__Table .m-table__List {
  list-style: none;
}
.l-company_Outline__Table a {
  color: #F6AD3C;
  text-decoration: underline;
}
.l-company_Outline__Map {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Map {
    flex-basis: 48%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Map .m-map {
    padding-bottom: 133.333333%;
  }
}
.l-company_Outline__Box {
  margin: 3rem 0 0 0;
}
.l-company_Outline__Box:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Box:first-of-type {
    flex-basis: 33%;
  }
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Box.-b02 {
    flex-basis: 60%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Box.-b02 .l-company_Outline__Box__List {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%;
  }
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Box.-b02 .l-company_Outline__Box__List .-list {
    flex-basis: 48%;
    margin: 0 1% 0.5rem;
  }
}
.l-company_Outline__Box__Title {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Box__Title {
    font-size: 2rem;
  }
}
.l-company_Outline__Box__List {
  list-style: none;
  margin: 0 0 0 auto;
  width: 95%;
}
@media screen and (min-width: 1000px) {
  .l-company_Outline__Box__List {
    margin: 0;
    width: 100%;
  }
}
.l-company_Outline__Box__List .-list {
  margin: 0 0 0.5rem;
  padding-left: 2rem;
  text-indent: -2rem;
}
.l-company_Outline__Box__List .-list::before {
  content: "";
  background: #F6AD3C;
  border-radius: 4rem;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  margin: 0 1rem 0 0;
}
.l-company_Outline__Box__List .-list:last-of-type {
  margin-bottom: 0;
}

.l-contact_Intro__Title.is-2.title {
  text-align: left;
}
.l-contact_Intro__Heading .-sub {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
}
.l-contact_Intro__Heading .-sub::after {
  content: "";
  background: #000;
  height: 0.2rem;
  width: 6rem;
  display: block;
  margin: 0.2rem 0 1.5rem 0;
}
.l-contact_Intro__Heading .-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .l-contact_Intro__Heading .-main {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-contact_Intro__Unit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.l-contact_Intro__Unit.-i02 {
  margin: 10rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-contact_Intro__TitleUnit {
    flex-basis: 23%;
    margin: 0 2rem 0 0;
  }
}
.l-contact_Intro__Item {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1000px) {
  .l-contact_Intro__Item {
    flex: 1;
    margin-top: 0;
  }
}
.l-contact_Intro__Txt {
  margin: 2rem 0 0 0;
}
.l-contact_Intro__Txt:first-of-type {
  margin-top: 0;
}
.l-contact_Intro__List {
  list-style: none;
  margin: 2rem 0 0 0;
}
.l-contact_Intro__List .-list {
  margin: 0 0 0.5rem;
}
.l-contact_Intro__List .-list:last-child {
  margin-bottom: 0;
}
.l-contact_Intro__List .-mail {
  color: #F6AD3C;
  text-decoration: underline;
}
.l-contact_Intro__List .-mail::before {
  content: "";
  background: url("../img/common/mail.svg") no-repeat;
  background-size: contain;
  height: 1.6rem;
  width: 4rem;
  display: block;
  display: inline-block;
  margin: 0 1rem 0 0;
  position: relative;
  top: 0.2rem;
}
.l-contact_Intro__List .-tel {
  color: #F6AD3C;
  text-decoration: underline;
}
.l-contact_Intro__List .-tel::before {
  content: "";
  background: url("../img/common/tel.svg") no-repeat;
  background-size: contain;
  height: 1.8rem;
  width: 4rem;
  display: block;
  display: inline-block;
  margin: 0 1rem 0 0;
  position: relative;
  top: 0.2rem;
}

@media screen and (min-width: 768px) {
  .l-contact.-confirm .l-contact_Intro__Item .btn-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-contact.-confirm .l-contact_Intro__Item .toConfirm {
    flex-basis: 48%;
    margin: 0 1%;
    max-width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .l-contact.-confirm .l-contact_Intro__Item .toComplete {
    flex-basis: 48%;
    margin: 0 1%;
    max-width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .l-contact.-confirm .l-contact_Intro__Item .toComplete .m-btn {
    margin-top: 0;
  }
}

.l-contact.-complete .l-contact_Intro__Unit {
  display: block;
}

/*global*/
/*layout*/
/*component*/
/*project*/

/*# sourceMappingURL=style.css.map */
