@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;
  font-family: sans-serif;
  font-family: YakuHanJPs_Noto, 'Noto Serif JP', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  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: #002D51;
  text-decoration: none;
}

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

a.link {
  font-weight: normal;
  text-decoration: underline;
}

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

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

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

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

p {
  line-height: 1.8;
  margin-top: 1.5em;
}

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

main {
  padding-bottom: 4rem;
}

.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: 1000px;
  padding-left: 1em;
  padding-right: 1em;
}

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

.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 {
  background-image: url(/img/footer-deco.png);
  background-position: right 0;
  background-size: 441px 55px;
  padding-top: 54px;
}

.mainFooter--txt {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: center;
  margin: 0 -.5em;
}

.mainFooter--txt span {
  padding: 0 0.5em;
}

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

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

.mainFooter--inner a {
  color: #fff;
  text-decoration: underline;
}

.header-wrap {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
}

.header-wrap::after {
  background: transparent -webkit-gradient(linear, left top, right top, from(#98815B), color-stop(50%, #E5DBBA), color-stop(98%, #9A845E), to(#98815B)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #98815B 0%, #E5DBBA 50%, #9A845E 98%, #98815B 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #98815B 0%, #E5DBBA 50%, #9A845E 98%, #98815B 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
}

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

.header-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  width: 52px;
}

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

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

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

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

.header-nav a.is-current {
  border-bottom: 3px solid #002D51;
}

.header-nav a.is-current:hover {
  text-decoration: none;
}

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

.header-nav-wrap.open {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.header-nav-wrap.open .header-nav-tel {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

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

.header-nav-tel {
  display: inline-block;
  margin-left: 2em;
}

@media screen and (min-width: 768px) {
  .header-nav-tel {
    margin-left: auto;
    margin-top: 0;
  }
}

.header-nav-tel a {
  color: #fff;
  font-size: 18px;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .header-nav-tel a {
    color: #002D51;
    font-size: 14px;
    margin-top: 2em;
    padding-right: 2em;
  }
}

@media screen and (min-width: 768px) {
  .header-nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
  }
  .header-nav a {
    color: #002D51;
    display: inline-block;
    padding: 0.5em .5em .1em;
    text-align: center;
    width: 116px;
  }
}

.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.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .header-nav-wrap .header-nav {
    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;
    position: relative;
    width: 40px;
    z-index: 20;
  }
  .header-nav-button span {
    background-color: #002D51;
    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: #002D51;
  border-radius: 1.5em;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1.5em;
}

.mv {
  background-position: center center;
  background-size: cover;
}

.mv.top-mv {
  background-image: url(../img/top-mv.png);
}

.mv.greeting-mv {
  background-image: url(../img/greeting-mv.png);
}

.mv.business-mv {
  background-image: url(../img/business-mv.png);
}

.mv.outline-mv {
  background-image: url(../img/outline-mv.png);
}

.mv.contact-mv {
  background-image: url(../img/contact-mv.png);
}

.mv.privacy-mv {
  background: transparent -webkit-radial-gradient(50% 56%, closest-side, #9BAEBE 0%, #002D51 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 56%, #9BAEBE 0%, #002D51 100%) 0% 0% no-repeat padding-box;
}

.mv .mv-inner {
  -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;
  min-height: 120px;
  padding: 2em;
}

@media screen and (min-width: 768px) {
  .mv .mv-inner {
    padding: 5em 0 5em;
  }
}

.mv .mv-inner .logo {
  width: 40%;
}

@media screen and (min-width: 768px) {
  .mv .mv-inner .logo {
    width: 205px;
  }
}

.mv .mv-inner .text {
  color: #fff;
  font-size: 18px;
  margin-top: 1em;
  text-align: center;
}

.mv .mv-inner .text p {
  line-height: 1.6;
  margin-top: 0.2em;
  text-shadow: 0 0 5px black;
}

.mv .mv-inner .text .big {
  font-size: 1.2em;
  font-weight: bold;
}

.card {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
}

.card .front, .card .back {
  -webkit-transition: all 2.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  transition: all 2.5s;
  width: 100%;
}

.card .front {
  opacity: 0;
}

.card .back {
  -webkit-transform: rotateY(-180deg);
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transform: rotateY(-180deg);
}

.flipped .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipped .back {
  -webkit-transform: rotateY(0);
  opacity: 1;
  transform: rotateY(0);
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2.5s;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

.fadeUp.fadeUp2 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

@-webkit-keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(50px);
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(50px);
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

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

.c-list li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .c-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 2em;
  }
  .c-list li .date {
    padding-right: 160px;
  }
  .c-list li .detail {
    padding-right: 60px;
  }
}

.c-sectionTtl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #002D51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
  position: relative;
}

.c-sectionTtl::after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#5DB7FF), color-stop(38%, #0F0498), color-stop(61%, #76BECB), color-stop(84%, #DFF0DC), to(#FFF4BA)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #5DB7FF 0%, #0F0498 38%, #76BECB 61%, #DFF0DC 84%, #FFF4BA 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #5DB7FF 0%, #0F0498 38%, #76BECB 61%, #DFF0DC 84%, #FFF4BA 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  flex: 0 0 100%;
  height: 4px;
  width: 100%;
}

.c-sectionTtl .main {
  font-size: 26px;
  margin-top: 1em;
}

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

.c-sectionTtl .small {
  display: block;
  font-size: 12px;
  text-align: right;
}

.c-sectionTtl .small .date {
  display: inline-block;
}

.c-sectionTtl .small .date2 {
  display: inline-block;
  padding-left: 1em;
}

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

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

.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--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 {
  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;
    font-size: 17px;
    padding-bottom: 2em;
  }
}

.about-outline--table th {
  margin-top: 1em;
}

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

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

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

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: 20px;
  padding: 1em 0rem;
}

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

.contact-lead--copy {
  border: 2px solid #002D51;
  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 {
  margin-top: 4rem;
  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: #979797;
  border: none;
  border-radius: 9px;
  color: #fff;
  font-size: 16px;
  padding: 0.5em 0 .7em;
  width: 256px;
}

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

.contact-btn__confirm {
  background-color: #002D51;
}

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

@media screen and (min-width: 768px) {
  .greeting-text {
    font-size: 19px;
  }
}

.greeting-author {
  border: 1px solid #666;
  font-size: 14px;
  margin-top: 4em;
  padding: 1em;
  position: relative;
}

.greeting-author p {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .greeting-author {
    font-size: 16px;
  }
}

.greeting-author__ttl {
  background-color: #fff;
  display: inline-block;
  padding: 0 .75em;
  position: absolute;
  top: -.75em;
}

.business-item__wrap {
  -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;
}

@media screen and (min-width: 768px) {
  .business-item__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 2em;
  }
  .business-item__wrap .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin: 0 1.5em;
    width: 250px;
  }
}

.business-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: 2.5em;
}

.business-item img {
  width: 15%;
}

.business-item .ttl {
  font-size: 20px;
  margin-top: 0.5em;
}

.business-item p {
  font-size: 15px;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .business-item p {
    font-size: 17px;
    padding-left: 0.3em;
  }
}

.business-item.item1 .ttl {
  color: #00639E;
}

.business-item.item2 .ttl {
  color: #367C47;
}

.business-item.item3 .ttl {
  color: #C58540;
}

.privacy-txt .ttl {
  margin-bottom: 0.25em;
  margin-top: 2em;
}

.privacy-txt .txt {
  margin-top: 0.5em;
}

.privacy-mv {
  background-color: rgba(0, 45, 81, 0.2);
}

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

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

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

@media screen and (min-width: 768px) {
  .top-mv--inner {
    height: 435px;
  }
}

.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;
  }
}

.u-dib {
  display: inline-block;
}

.u-ta-r {
  text-align: right;
}

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