/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Noto Serif JP", serif, "Noto Sans JP", sans-serif, serif;
  color: #332215;
}

header {
  max-width: 960px;
  height: 270px;
  margin: 0 auto;
}
@media screen and (max-width:599px) {
  header {
    max-width: 100%;
    height: 192px;
    margin: 0 auto;
  }
}

h2 {
  font-size: 36px;
  font-weight: bold;
}

h3 {
  font-size: 25px;
}
@media screen and (max-width:599px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 14px;
}

p {
  font-size: 14px;
  line-height: normal;
}

span {
  display: inline-block;
  font-size: 16px;
}

li {
  list-style: none;
}

.my-twitter-icon {
  font-size: 36px;
}

.fa-instagram {
  margin-left: 32px;
  font-size: 36px;
}

@media screen and (max-width:599px) {
  section {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0;
  }
}

.contents-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:599px) {
  .contents-container {
    width: 100%;
    padding: 0 30px;
  }
}
.contents-container--wide {
  width: 100%;
  max-width: initial;
}
@media screen and (max-width:599px) {
  .contents-container--wide {
    padding: 0;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width:599px) {
  .pc-none {
    display: block;
  }
}

.btn-navy {
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 23px;
  background: #DDAC83;
  border: 2px solid #DDAC83;
}
@media screen and (max-width:599px) {
  .btn-navy {
    width: 100%;
  }
}
.btn-navy__text {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
}
.btn-navy__text span {
  display: block;
  padding: 10px 0;
}

.navigation {
  display: flex;
  align-items: center;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
@media screen and (max-width:599px) {
  .navigation {
    display: none;
  }
}
.navigation-menu {
  display: flex;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
@media screen and (max-width:599px) {
  .navigation-menu {
    align-items: center;
    row-gap: 42px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.navigation-menu__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width:599px) {
  .header {
    width: 100%;
    height: 176px;
    justify-content: space-between;
  }
}
.header .header-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:599px) {
  .header .header-primary {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.header .header-primary .logo-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:599px) {
  .header .header-primary .logo-container {
    margin-top: 16px;
  }
}
.header .header-primary .logo-BDO {
  height: 104px;
}
@media screen and (max-width:599px) {
  .header .header-primary .logo-BDO {
    height: 56px;
  }
}
.header .header-primary .logo-text {
  height: 107px;
  margin-left: 8px;
}
@media screen and (max-width:599px) {
  .header .header-primary .logo-text {
    width: 56px;
    height: 56px;
  }
}
.header .header-secondary {
  position: relative;
  height: 106px;
}
.header .header-secondary .btn-container {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width:599px) {
  .header .header-secondary .btn-container {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
  }
}

.navigation-sp-p {
  display: none;
}
@media screen and (max-width:599px) {
  .navigation-sp-p {
    display: block;
    font-size: 14px;
  }
}

.navigation-sp-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.navigation-sp-menu__link {
  height: 42px;
  width: 50%;
  line-height: 42px;
  text-align: center;
  border-top: 0.1px solid #332215;
  border-bottom: 0.1px solid #332215;
}
.navigation-sp-menu__btn-container {
  height: 42px;
  width: 50%;
  text-align: center;
  line-height: 42px;
  border-top: 0.2px solid #333333;
  border-bottom: 0.1px solid #333333;
  padding-top: 4px;
}
.navigation-sp-menu .borderline__service {
  border-right: 0.1px solid #333333;
}
.navigation-sp-menu .borderline_contact {
  border-right: 0.1px solid #333333;
}

@media screen and (max-width:599px) {
  .header-secondary {
    display: none;
  }
}

.fa-brands {
  transition: 0.3s;
}
.fa-brands:hover {
  transform: scale(1.2);
  text-shadow: 2px 2px 1px #FFFFFF;
}
@media screen and (max-width:599px) {
  .fa-brands:hover {
    transform: scale(1);
  }
}

.footer {
  background-color: #AB9787;
  color: #4D3C2F;
  max-width: 100%;
}
.footer .footer-container {
  display: flex;
  margin: 0 auto;
  max-width: 960px;
  align-items: center;
  justify-content: space-evenly;
  padding: 32px;
}
@media screen and (max-width:599px) {
  .footer .footer-container {
    flex-direction: column-reverse;
    justify-content: space-around;
    padding: 0;
    align-items: unset;
  }
}
.footer .footer-container .logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width:599px) {
  .footer .footer-container .logo-container {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.footer .footer-container .logo-container .logo-BDO {
  height: 104px;
}
@media screen and (max-width:599px) {
  .footer .footer-container .logo-container .logo-BDO {
    height: 56px;
  }
}
.footer .footer-container .logo-container .logo-text {
  height: 107px;
  margin-left: 8px;
}
@media screen and (max-width:599px) {
  .footer .footer-container .logo-container .logo-text {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width:599px) {
  .footer .btn-container {
    display: none;
  }
}
.footer .fa-brands {
  color: #4D3C2F;
  text-shadow: none;
}

.copyright {
  color: #4D3C2F;
  text-align: center;
  padding-bottom: 8px;
}

@media screen and (max-width:599px) {
  .copyright-text {
    font-size: 8px;
  }
}

.mainvisual {
  margin-bottom: 80px;
  background-color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width:599px) {
  .mainvisual {
    margin-bottom: 64px;
  }
}
.mainvisual .mainvisual-container {
  display: block;
  background-color: #AB9787;
}
.mainvisual__img {
  max-width: 960px;
  height: auto;
  margin: auto;
  display: block !important;
}
@media screen and (max-width:599px) {
  .mainvisual__img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: none !important;
  }
}

.mainvisual__img-sp {
  display: none !important;
}
@media screen and (max-width:599px) {
  .mainvisual__img-sp {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block !important;
    margin: auto;
  }
}

.service {
  width: 960px;
  margin: 0 auto 130px auto;
  padding: 0;
}
@media screen and (max-width:599px) {
  .service {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0;
  }
}
.service .service-title {
  margin-bottom: 65px;
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width:599px) {
  .service .service-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.service .service-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width:599px) {
  .service .service-container {
    flex-direction: column;
    align-items: center;
  }
}
.service .service-container .service-article {
  width: 280px;
  height: auto;
  margin-right: 40px;
  text-align: center;
}
@media screen and (max-width:599px) {
  .service .service-container .service-article {
    margin-right: 0;
    margin-bottom: 64px;
  }
}
.service .service-container .service-article .service-article__title {
  margin-bottom: 8px;
}
.service .service-container .service-article .service-article__snd-title {
  margin-bottom: 45px;
}
@media screen and (max-width:599px) {
  .service .service-container .service-article .service-article__snd-title {
    margin-bottom: 16px;
  }
}
.service .service-container .service-article .service-article__text {
  text-align: left;
}
.service .service-container .service-article i {
  font-size: 90px;
  color: #AB9787;
  margin-bottom: 40px;
}
@media screen and (max-width:599px) {
  .service .service-container .service-article i {
    margin-bottom: 16px;
  }
}

.works {
  width: 960px;
  margin: 0 auto 130px auto;
  padding: 0;
}
@media screen and (max-width:599px) {
  .works {
    width: 100%;
    margin: 0 auto 64px auto;
    padding: 0;
  }
}
.works .works-title {
  margin-bottom: 65px;
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width:599px) {
  .works .works-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.works .works-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.works .works-container .works-article {
  height: 258px;
  width: 278px;
  margin-bottom: 32px;
}
.works .works-container .works-article__img {
  height: 258px;
  width: 278px;
}

.contact {
  width: 960px;
  margin: 0 auto 130px auto;
  padding: 0;
}
@media screen and (max-width:599px) {
  .contact {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    height: 400px;
  }
}
.contact .contact-title {
  margin-bottom: 65px;
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width:599px) {
  .contact .contact-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.contact .contact-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  background-color: #f7f7f7;
}
@media screen and (max-width:599px) {
  .contact .contact-container {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 30px;
    margin-left: 30px;
  }
}
.contact .contact-container__primary {
  width: 50%;
}
@media screen and (max-width:599px) {
  .contact .contact-container__primary {
    width: 80%;
  }
}
.contact .contact-container__primary .googleform {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:599px) {
  .contact .contact-container__primary .googleform {
    margin-top: 0px;
  }
}
.contact .contact-container__primary .googleform__text {
  text-align: center;
  margin-bottom: 16px;
}
.contact .contact-container__secondary {
  width: 50%;
}
@media screen and (max-width:599px) {
  .contact .contact-container__secondary {
    width: 100%;
    margin-top: 0px;
  }
}
.contact .contact-container__secondary .contact-massege {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:599px) {
  .contact .contact-container__secondary .contact-massege {
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.contact .contact-container__secondary .contact-massege p {
  margin-bottom: 24px;
}
.contact .contact-container__secondary .contact-massege .btn-container {
  margin-bottom: 8px;
}

.change:hover {
  color: #AB9787;
  background: transparent;
}

.change-text:hover {
  color: #DDAC83;
}
/*# sourceMappingURL=style.css.map */