@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  tab-size: 4;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
		 # General elements
		 # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
		 # Forms
		 # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
		 # Specify media element style
		 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
		 # Accessibility
		 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ul, ol {
  list-style-type: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-family: sans-serif;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 500;
}

.font-serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: #F7931E;
  text-decoration: none;
}

a:not([class^="btn"]):hover {
  text-decoration: underline;
}

body {
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 992px;
  }
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

p {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    color: initial;
    pointer-events: none;
  }
}

.l-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (min-width: 768px) {
  .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-inner--cnt {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1px;
}

@media screen and (min-width: 768px) {
  .l-inner--cnt {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.l-header {
  z-index: 9999;
}

.l-footer {
  margin-top: auto;
}

.l-container {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.l-col {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .l-col {
    padding: 0 30px;
  }
}

.mainFooter--txt {
  font-size: 14px;
}

.mainFooter--link {
  display: block;
  margin-bottom: .5em;
}

.mainFooter--inner {
  background-color: #fff;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mainFooter--inner {
    text-align: left;
  }
}

.mainFooter--inner p {
  font-size: 10px;
}

.mainFooter--inner a {
  color: #000;
  display: inline-block;
  margin-left: 3em;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .mainFooter--inner a {
    display: block;
    margin-left: 0;
  }
}

.header-wrap {
  background-color: #fff;
  position: fixed;
  width: 100%;
}

.header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 10px;
}

@media screen and (min-width: 768px) {
  .header {
    display: block;
    padding: 0px 0;
  }
}

@media screen and (min-width: 768px) {
  .header-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
  }
}

@media screen and (max-width: 767px) {
  .header-top.l-inner {
    margin-left: initial;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-bottom {
    background-color: #F7931E;
  }
}

.header-logo {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .header-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 10px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-logo a {
  display: block;
  width: 180px;
}

@media screen and (min-width: 768px) {
  .header-logo a {
    width: 248px;
  }
}

.header-lead {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-lead {
    display: block;
    font-weight: bold;
    margin-left: 0.5em;
    margin-top: -8px;
  }
}

.header-info {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-info {
    display: block;
  }
  .header-info a {
    display: block;
  }
}

.header-info--sub {
  font-size: 12px;
}

.header-nav-button {
  display: none;
}

.header-nav a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.header-nav a:hover {
  opacity: 0.75;
}

.header-nav a.is-current {
  opacity: 0.6;
}

.header-nav li {
  display: inline-block;
  margin: 0 10px;
}

.header-nav-wrap.open {
  display: block;
}

.header-nav-wrap.close {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-nav-wrap {
    display: block !important;
  }
  .header-nav {
    -ms-flex-pack: distribute;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
  }
  .header-nav li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }
  .header-nav li:not(:first-child) {
    border-left: 1px solid #fff;
    margin: 0;
  }
  .header-nav a {
    font-size: 17px;
    text-align: center;
  }
}

.header-content {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .header-nav-button {
    cursor: pointer;
    display: block;
  }
  .header-nav-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .header-nav-wrap .header-nav {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .header-nav-wrap li {
    display: block;
    margin: 2em;
  }
  .header-nav-wrap li a {
    color: #fff;
    font-size: 18px;
  }
  /*メニューボタンのエフェクト*/
  .header-nav-button,
  .header-nav-button span {
    -webkit-transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.4s;
  }
  .header-nav-button {
    height: 36px;
    margin-top: 5px;
    position: relative;
    width: 40px;
    z-index: 20;
  }
  .header-nav-button span {
    background-color: #F7931E;
    border-radius: 4px;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .header-nav-button.active span {
    background-color: #fff;
  }
  .header-nav-button span:nth-of-type(1) {
    top: 0;
  }
  .header-nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .header-nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .header-nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .header-nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header-nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
}

.btn {
  background-color: #00A199;
  border-radius: .5em;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1.5em;
}

.btn--red {
  background-color: #E50012;
}

.btn--orange {
  background-color: #F15A24;
}

.btn-tel--icon {
  color: #000;
  font-size: 25.5px;
}

.btn-tel--icon:before {
  background-image: url("../img/icon-tel@2x.png");
  background-size: contain;
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
}

.btn-mail--icon {
  color: #000;
  font-size: 21px;
}

.btn-mail--icon:before {
  background-image: url("../img/icon-mail@2x.png");
  background-position: bottom;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 5px;
  width: 25px;
}

.btn-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-icon__img {
  height: 20px;
  margin-right: 3px;
  width: 27px;
}

.c-mv {
  background-position: center bottom;
  background-size: cover;
  padding: 80px 0;
}

.c-secTtl {
  color: #F7931E;
  font-size: 26px;
  margin-top: 1.5em;
  text-align: center;
}

.c-secTtl.border {
  border-bottom: 1px solid #000;
}

.c-secTtl.black {
  color: #000;
}

.c-secTtl.brand {
  border-color: #F7931E;
  color: #F7931E;
}

.c-secTtl.orange {
  border-color: #F15A24;
  color: #F15A24;
}

.c-secTtl__center .main {
  text-align: center;
}

.c-subTtl {
  color: #F15A24;
  font-size: 24px;
  margin-top: .25em;
}

.c-subTtl .big {
  font-size: 30px;
}

.c-subTtl.brand {
  border-color: #F7931E;
  color: #F7931E;
}

.c-subTtl.orange {
  border-color: #F15A24;
  color: #F15A24;
}

.c-subTtl--small {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .c-subTtl--small {
    font-size: 26px;
  }
}

.c-pageTtl {
  background: rgba(255, 255, 255, 0.5);
  font-size: 26px;
  margin: auto;
  max-width: 475px;
  padding: 1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-pageTtl {
    font-size: 37px;
  }
}

.about-mv {
  background-image: url(/img/about-mv-bg.jpg);
}

.about-gmap {
  height: 425px;
  margin: auto;
}

.about-gmap iframe {
  height: 100%;
  width: 100%;
}

.about-outline {
  background-image: url(/img/about-outline-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 10px;
}

.about-outline--inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1px 20px 20px;
}

@media screen and (min-width: 768px) {
  .about-outline--inner {
    padding: 1px 50px 20px;
  }
}

.about-outline--table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .about-outline--table {
    font-size: 18px;
  }
}

.about-outline--table th, .about-outline--table td {
  border-bottom: 1px solid #000;
  display: block;
  padding-top: .7em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .about-outline--table th, .about-outline--table td {
    display: table-cell;
  }
}

@media screen and (min-width: 768px) {
  .about-outline--table th {
    padding-left: 10em;
    padding-right: 4em;
  }
}

.about-outline--table td {
  padding-top: 0.3em;
}

input, select, textarea {
  background-position: right 0;
  background-size: contain;
  border: 1px solid #000;
  border-radius: 4px;
  padding: .3em 1em .3em 1em;
}

select {
  background-image: url(/img/select-arrow.png);
  padding-right: 3em;
}

input {
  width: 100%;
}

textarea {
  width: 100%;
}

.contact-lead {
  max-width: 717px;
}

.contact-lead--top {
  font-size: 18px;
  padding: 1em 2rem;
}

@media screen and (min-width: 768px) {
  .contact-lead--top {
    font-size: 20px;
  }
}

.contact-lead--copy {
  border: 2px solid #F7931E;
  font-size: 16px;
  padding: 1em 2rem;
}

.contact-lead--copy .strong {
  position: relative;
}

.contact-lead--copy .strong::before {
  background-color: #FF7BAA;
  bottom: -2px;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.contact-body {
  background-color: rgba(247, 147, 30, 0.5);
  padding: 1px;
}

.contact-body--inner {
  background-color: #fff;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding-bottom: 110px;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .contact-body--inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.contact-body--ttl {
  font-size: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact-body--ttl {
    font-size: 24px;
  }
}

.contact-table {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 642px;
  padding: 1px;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .contact-table {
    width: 642px;
  }
}

.contact-table th, .contact-table td {
  color: #666666;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .contact-table th, .contact-table td {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .contact-table th, .contact-table td {
    padding-top: 1.5em;
  }
}

.contact-table th {
  padding-top: 1.5em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .contact-table th {
    padding-top: 2em;
    width: 10em;
  }
}

@media screen and (max-width: 767px) {
  .contact-table td {
    padding-top: 0;
  }
}

.contact-table__confirm th {
  font-weight: normal;
}

.contact-table__confirm td {
  font-weight: bold;
  padding-top: 1.5em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .contact-table__confirm td {
    padding-top: 2em;
  }
}

.contact-btn--col {
  margin-top: 1rem;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-btn {
  background-color: #000;
  border: none;
  border-radius: 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  padding-bottom: 0.4em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.2em;
  width: 256px;
}

@media screen and (min-width: 768px) {
  .contact-btn {
    font-size: 20px;
  }
}

.contact-btn__confirm {
  background-color: #D44047;
}

.txt-error {
  color: #ff7baa;
  font-weight: bold;
}

.privacy-mv {
  background-color: rgba(247, 147, 30, 0.2);
}

.privacy-ttl {
  font-size: 17px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.privacy-contents {
  margin: auto;
  margin-bottom: 30px;
  max-width: 740px;
}

.privacy-contents .ttl {
  margin: 20px 0;
}

.privacy-contents p {
  font-size: 10px;
  line-height: 2;
}

.top-mv {
  background-color: #F7931E;
}

.top-mv--inner {
  display: none;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-mv--inner {
    display: block;
    margin: 0 auto;
    width: 1100px;
  }
}

.top-mv--main__sp {
  margin-top: 0px;
  text-align: center;
}

@media screen and (min-width: 539px) {
  .top-mv--main__sp {
    display: none;
  }
}

.top-mv--main__md {
  display: none;
}

@media screen and (min-width: 539px) and (max-width: 767px) {
  .top-mv--main__md {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-mv--main__md {
    display: none;
  }
}

.top-mv-sub__wrap {
  margin: auto;
  max-width: 1100px;
}

.top-mv-sub {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .top-mv-sub {
    -ms-flex-wrap: wrap;
    gap: 0;
    flex-wrap: wrap;
  }
  .top-mv-sub .item {
    margin-top: 10px;
    width: calc(50% - 10px);
  }
}

.top-mv-sub p {
  color: #fff;
  line-height: 1.2;
  margin-top: 0.25em;
  text-align: center;
}

.top-biz {
  background-color: #FFF3D3;
  padding-bottom: 30px;
  padding-top: 1px;
}

.top-biz__icons {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .top-biz__icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top-biz__icons .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 33%;
}

@media screen and (max-width: 767px) {
  .top-biz__icons .item {
    width: 50%;
  }
}

.top-biz__icons .item img {
  height: 108px;
  width: auto;
}

.top-biz-bottom {
  background-color: #fff;
  margin-top: 30px;
  padding-bottom: 40px;
}

.top-biz__items .item {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .top-biz__items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-biz__items .item:not(:first-of-type) .txt {
    border-top: 1px solid #F7931E;
  }
  .top-biz__items .item img {
    margin-right: 1rem;
    width: 234px;
  }
}

.top-flow__items {
  padding-bottom: 30px;
}

.top-flow__items .item {
  margin-top: 30px;
}

.top-flow__items .item.arrow {
  background-image: url(/img/biz-arrow@2x.png);
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top-flow__items .item.arrow {
    background-size: 120%;
  }
}

.top-flow__items .item a {
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .top-flow__items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-flow__items .item .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    flex: 0 0 auto;
    margin-left: 5em;
    margin-top: 20px;
    order: 2;
    width: 392px;
  }
  .top-flow__items .item .txt {
    width: 281px;
  }
}

.top-outline__wrap {
  background-color: #FFF3D3;
  padding-bottom: 30px;
  padding-top: 1px;
}

.top-outline {
  background-color: #fff;
  margin-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .top-outline__items {
    display: table;
    margin: auto;
    margin-top: 20px;
  }
}

.top-outline__items .item {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .top-outline__items .item {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-top: 5px;
  }
  .top-outline__items .item h3 {
    font-size: 15px;
    font-weight: normal;
  }
  .top-outline__items .item .detail {
    padding-left: 1em;
  }
  .top-outline__items .item p {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 0;
  }
}

.top-recruit p {
  display: table;
  font-size: 15px;
  margin: auto;
  margin-top: 1em;
}

.top-cv {
  display: table;
  margin: auto;
  margin-top: 20px;
}

.top-cv a {
  display: block;
}

.top-cv .btn--orange {
  display: inline-block;
}

.note-sec {
  border: 1px solid #F15A24;
  border-radius: 6px;
  margin-top: 1em;
  padding: .5em 1em 1em;
}

.note {
  color: #F15A24;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.note-p {
  font-size: 13px;
  line-height: 1.2;
}

.top-flow-btn-wrap {
  padding: 10px;
}

.top-flow-btn-wrap--24 {
  background-color: #ddd;
  border-radius: 5px;
  margin-top: 10px;
}

.top-flow-btn-wrap--24 .ttl {
  color: red;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.works-mv {
  background-image: url(/img/works-mv-bg.jpg);
}

.works-content {
  max-width: 244px;
}

.works-content p {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .works-content p {
    font-size: 20px;
  }
}

.works-mainTxt {
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .works-mainTxt {
    font-size: 23px;
  }
}

.works-bridge {
  margin-top: 4rem;
}

.works-bridge p {
  margin-top: 1rem;
  text-align: center;
}

.works-bridge-sp {
  display: block;
}

@media screen and (min-width: 567px) {
  .works-bridge-sp {
    display: none;
  }
}

.works-bridge-pc {
  display: none;
}

@media screen and (min-width: 568px) {
  .works-bridge-pc {
    display: block;
  }
}

.works-bridge .works-bridge-txt {
  margin: 4rem auto 0;
  max-width: 578px;
  text-align: center;
}

.u-sp-only_db {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-sp-only_db {
    display: none;
  }
}

.u-sp-only_dib {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-sp-only_dib {
    display: none;
  }
}

.u-pc-only_db {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-pc-only_db {
    display: none;
  }
}

.u-pc-only_dib {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-pc-only_dib {
    display: none;
  }
}

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