@charset "UTF-8";
@media (min-width: 375px) {
  body {
    /* 375px以上 */
  }
}

@media (min-width: 400px) {
  body {
    /* メインビジュアルのためのカスタム幅 */
  }
}

@media (min-width: 768px) {
  body {
    /* タブレット以上 */
  }
}

@media (min-width: 1180px) {
  body {
    /* PC（サイトのコンテンツ幅）以上 */
  }
}

.recommended .client {
  font-size: 1.8rem;
}

@media (min-width: 1180) {
  .recommended .client {
    font-size: 2.4rem;
  }
}

.section_title,
.recommended_title {
  font-size: 2.2rem;
}

@media (min-width: 1180) {
  .section_title,
  .recommended_title {
    font-size: 2.8rem;
  }
}

.achievement .client span,
.contents .client span {
  position: relative;
}

.achievement .client span::after,
.contents .client span::after {
  position: absolute;
  right: -26px;
  content: url("../images/decoration/external-link-blown.svg");
}

.recommended .button-contact .bg_blue span, .contact .button-contact .bg_blue span {
  position: relative;
}

.recommended .button-contact .bg_blue span::after, .contact .button-contact .bg_blue span::after {
  position: absolute;
  right: 10px;
  content: url("../images/decoration/external-link-white.svg");
}

.recommended .button-contact:hover .bg_blue span, .contact .button-contact:hover .bg_blue span {
  position: relative;
}

.recommended .button-contact:hover .bg_blue span::after, .contact .button-contact:hover .bg_blue span::after {
  position: absolute;
  right: 10px;
  content: url("../images/decoration/external-link-blue.svg");
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  padding: 0;
  height: 1px;
  border-top: 1px solid #cccccc;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  z-index: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.6rem;
  color: #432F2F;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline;
  color: #432F2F;
}

@media (min-width: 768px) {
  a:hover, a:focus, a:active {
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: inherit;
    pointer-events: none;
  }
}

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

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  ._only-SP {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  ._under-TB {
    display: none !important;
  }
}

._over-TB {
  display: none !important;
}

@media (min-width: 768px) {
  ._over-TB {
    display: block !important;
  }
}

._over-PC {
  display: none !important;
}

@media (min-width: 1180px) {
  ._over-PC {
    display: block !important;
  }
}

section,
.mainVisual {
  position: relative;
  overflow: hidden;
}

.inner {
  margin: 0 20px;
}

@media (min-width: 1180px) {
  .inner {
    max-width: 1160px;
    margin: 0 auto;
  }
}

.section_title,
.recommended_title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1.40909;
}

@media (min-width: 1180px) {
  .section_title,
  .recommended_title {
    line-height: 1.42857;
  }
}

.section_title {
  text-align: center;
}

.bg {
  position: absolute;
}

.mainVisual {
  padding: 0 0 42px;
  background-image: url("../images/decoration/pattern/pattern_ichimatsu@2x.png");
  background-color: #FAF3DF;
  background-size: cover;
}

@media (min-width: 768px) {
  .mainVisual {
    padding: 0 0 80px;
  }
}

.mainVisual .img_wrap {
  position: relative;
  height: calc(496px - 26px - 30px);
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .mainVisual .img_wrap {
    margin-bottom: 0;
    margin: 0 20% 0 5%;
  }
}

@media (min-width: 1180px) {
  .mainVisual .img_wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

.mainVisual .tiger {
  position: absolute;
  top: 83px;
  right: 0;
  width: 330px;
  height: 312px;
  z-index: 5;
}

@media (min-width: 400px) {
  .mainVisual .tiger {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .mainVisual .tiger {
    top: -26px;
    right: 31.625%;
    left: 35.625%;
    width: 524px;
    height: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

.mainVisual .tiger::before {
  position: absolute;
  content: "";
  background-image: url("../images/decoration/logo_newyear@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 163px;
  height: 228px;
  top: -75px;
  left: -22px;
  z-index: -1;
}

@media (min-width: 768px) {
  .mainVisual .tiger::before {
    width: 237px;
    height: 331px;
    top: 32px;
    left: -195px;
    z-index: 3;
  }
}

.mainVisual .tiger::after {
  position: absolute;
  content: "";
  background-image: url("../images/decoration/logo_2020@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 99px;
  height: 210px;
  top: 181px;
  right: 43.2px;
  z-index: -1;
}

@media (min-width: 768px) {
  .mainVisual .tiger::after {
    width: 139px;
    height: 296px;
    top: 85px;
    right: 0;
    z-index: 3;
  }
}

.mainVisual .mainVisual_message {
  position: relative;
  background-image: url("../images/decoration/flame-s@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 295px;
  height: 280px;
  margin: 0 auto;
  z-index: 4;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.71429;
}

@media (min-width: 768px) {
  .mainVisual .mainVisual_message {
    background-image: url("../images/decoration/flame-l@2x.png");
    width: 638px;
    height: 280px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.mainVisual .mainVisual_message p {
  padding: 35px 0;
  text-align: center;
}

.mainVisual .fuji-sp {
  width: 1850px;
  height: 760px;
  right: -535px;
  bottom: 0;
  z-index: 0;
}

@media (min-width: 768px) {
  .mainVisual .fuji-sp {
    display: none;
  }
}

.mainVisual .fuji {
  display: none;
}

@media (min-width: 768px) {
  .mainVisual .fuji {
    display: block;
    right: -154px;
    bottom: 0;
    width: 1850px;
    height: 588px;
    z-index: 0;
  }
}

.mainVisual .bamboo-l-sp,
.mainVisual .bamboo-r-sp {
  top: 12px;
  width: 88.45px;
  height: 800px;
  z-index: 2;
}

@media (min-width: 1180px) {
  .mainVisual .bamboo-l-sp,
  .mainVisual .bamboo-r-sp {
    display: none;
  }
}

.mainVisual .bamboo-l-sp {
  left: -10px;
}

.mainVisual .bamboo-r-sp {
  right: -10px;
}

.mainVisual .bamboo-l {
  display: none;
}

@media (min-width: 1180px) {
  .mainVisual .bamboo-l {
    display: block;
    top: 0;
    left: -15px;
    width: 226px;
    z-index: 2;
  }
}

.mainVisual .bamboo-r {
  display: none;
}

@media (min-width: 1180px) {
  .mainVisual .bamboo-r {
    display: block;
    top: 0;
    right: -15px;
    width: 226px;
    z-index: 2;
  }
}

.mainVisual .cloud-sp {
  right: -8px;
  bottom: 12px;
  width: 472px;
  height: 430px;
}

@media (min-width: 768px) {
  .mainVisual .cloud-sp {
    display: none;
  }
}

.mainVisual .cloud-l {
  display: none;
}

@media (min-width: 768px) {
  .mainVisual .cloud-l {
    display: block;
    top: 150px;
    left: -40px;
    width: 470px;
    z-index: 1;
  }
}

.mainVisual .cloud-r {
  display: none;
}

@media (min-width: 768px) {
  .mainVisual .cloud-r {
    display: block;
    top: 32px;
    right: -50px;
    width: 497px;
    z-index: 1;
  }
}

.recommended {
  padding: 78px 0 80px;
  overflow: hidden;
}

@media (min-width: 1180px) {
  .recommended {
    padding: 100px 0;
    background-image: url("../images/decoration/pattern/pattern_ichimatsu_recommended@2x.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.recommended .recommended-01,
.recommended .recommended-02 {
  display: block;
}

@media (min-width: 1180px) {
  .recommended .recommended-01,
  .recommended .recommended-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.recommended .recommended-01 .recommended_textBox,
.recommended .recommended-02 .recommended_textBox {
  z-index: 1;
}

.recommended .recommended-01 {
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 1180px) {
  .recommended .recommended-01 {
    margin-bottom: 116px;
  }
}

.recommended .recommended-01 .recommended_textBox {
  margin: 0 auto;
}

@media (min-width: 1180px) {
  .recommended .recommended-01 .recommended_textBox {
    width: 52.75%;
  }
}

.recommended .recommended-01 .round {
  position: absolute;
  top: 265px;
  right: -60px;
  width: 260px;
  height: 260px;
  z-index: -1;
}

@media (min-width: 1180px) {
  .recommended .recommended-01 .round {
    top: 30px;
    right: 311px;
    width: 410px;
    height: 410px;
  }
}

.recommended .recommended-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.recommended .recommended-02 .recommended_textBox {
  margin: 0 auto;
}

@media (min-width: 1180px) {
  .recommended .recommended-02 .recommended_textBox {
    width: 48%;
  }
}

.recommended .client {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 2;
  padding: 20px 0 30px;
}

@media (min-width: 1180px) {
  .recommended .client {
    line-height: 1.5;
    padding: 30px 0 20px;
  }
}

.recommended .recommended_description {
  letter-spacing: calc(40/1000 * 1em);
  margin: 20px 0;
}

@media (min-width: 1180px) {
  .recommended .recommended_description {
    margin-top: 0;
  }
}

.recommended .mockup {
  width: 80%;
  min-width: 335px;
  margin: 0 auto;
  z-index: 1;
}

@media (min-width: 1180px) {
  .recommended .mockup {
    width: 45.7%;
  }
}

.recommended .button_wrap {
  display: inline-block;
}

.recommended .button-contact .bg_white {
  width: 240px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #6B9AB7;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  margin: 0 auto;
}

@media (min-width: 1180px) {
  .recommended .button-contact .bg_white {
    margin: 0;
  }
}

.recommended .button-contact .bg_blue {
  position: relative;
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 auto;
  background-color: #6B9AB7;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.recommended .button-contact .bg_blue::before {
  content: "";
  position: absolute;
  left: -10px;
  border-top: 25px solid transparent;
  border-right: 10px solid #6B9AB7;
  border-bottom: 25px solid transparent;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.recommended .button-contact .bg_blue::after {
  content: "";
  position: absolute;
  right: -10px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #6B9AB7;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.recommended .button-contact .bg_blue span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left;
  color: #FFFDF7;
  padding: 0 28.5px;
  width: 100%;
}

.recommended .button-contact:hover .bg_white {
  background-color: #6B9AB7;
}

.recommended .button-contact:hover .bg_blue {
  background-color: #FFF;
}

.recommended .button-contact:hover .bg_blue::before {
  border-right: 10px solid #FFF;
}

.recommended .button-contact:hover .bg_blue::after {
  border-left: 10px solid #FFF;
}

.recommended .button-contact:hover .bg_blue span {
  color: #6B9AB7;
}

.recommended .ichimatsu-01 {
  top: 0;
  left: 0;
  min-width: 380px;
  min-height: 340px;
}

@media (min-width: 1180px) {
  .recommended .ichimatsu-01 {
    display: none;
  }
}

.recommended .ichimatsu-02 {
  right: 0;
  bottom: 0;
  min-width: 380px;
  min-height: 440px;
  z-index: -1;
}

@media (min-width: 1180px) {
  .recommended .ichimatsu-02 {
    display: none;
  }
}

.recommended .plum-01 {
  top: 9px;
  left: -23px;
  width: 203px;
  height: 114px;
}

@media (min-width: 1180px) {
  .recommended .plum-01 {
    top: 20px;
    width: 313px;
    height: 178px;
  }
}

.recommended .plum-02 {
  display: none;
}

@media (min-width: 1180px) {
  .recommended .plum-02 {
    display: inline;
    top: 469px;
    right: -190px;
    width: 490px;
    height: 367px;
  }
}

.recommended .plum-03 {
  display: none;
}

@media (min-width: 1180px) {
  .recommended .plum-03 {
    display: inline;
    top: 599px;
    left: -53px;
    width: 368px;
    height: 185px;
  }
}

.recommended .plum-04 {
  top: 985px;
  right: -127px;
  width: 267px;
  height: 127px;
  z-index: -1;
}

@media (min-width: 1180px) {
  .recommended .plum-04 {
    display: none;
  }
}

.achievement ul,
.contents ul {
  display: block;
}

@media (min-width: 1180px) {
  .achievement ul,
  .contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.achievement ul li,
.contents ul li {
  width: 60%;
  min-width: 335px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.achievement ul li:not(:last-child),
.contents ul li:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 1180px) {
  .achievement ul li,
  .contents ul li {
    width: 360px;
  }
  .achievement ul li:nth-child(3n+2),
  .contents ul li:nth-child(3n+2) {
    margin-right: 40px;
    margin-left: 40px;
  }
  .achievement ul li:nth-of-type(n+4),
  .contents ul li:nth-of-type(n+4) {
    margin-bottom: 0;
  }
}

.achievement ul li a,
.contents ul li a {
  z-index: 1;
}

.achievement ul li a:hover img,
.contents ul li a:hover img {
  opacity: .7;
  -webkit-transition: .8s;
  transition: .8s;
}

.achievement ul li img,
.contents ul li img {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

.achievement .client,
.contents .client {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 15px;
}

.achievement {
  background-image: url("../images/decoration/pattern/sandpaper.png");
  background-color: #FFF8E5;
  padding: 80px 0 60px;
}

@media (min-width: 1180px) {
  .achievement {
    padding: 100px 0;
  }
}

.achievement .inner {
  position: relative;
}

.achievement .inner .section_title {
  position: relative;
  padding-bottom: 74px;
}

@media (min-width: 1180px) {
  .achievement .inner .section_title {
    padding-bottom: 64px;
  }
}

.achievement .inner .section_title::after {
  position: absolute;
  content: url("../images/decoration/img_leaf.png");
  height: 34px;
  bottom: 35px;
  right: 0;
  left: 0;
}

@media (min-width: 1180px) {
  .achievement .inner .section_title::after {
    bottom: 30px;
  }
}

@media (min-width: 1180px) {
  .achievement .inner ul li:nth-child(-n+3) {
    margin-bottom: 40px;
  }
}

.achievement .bg-achievement {
  display: none;
}

@media (min-width: 1180px) {
  .achievement .bg-achievement {
    display: block;
    margin: -100px 0 -100px;
  }
}

.achievement .seikaiha {
  bottom: 0;
  left: 0;
  width: 155px;
  height: 111px;
}

@media (min-width: 1180px) {
  .achievement .seikaiha {
    display: none;
  }
}

.achievement .matsu {
  right: 0;
  bottom: 0;
  width: 125px;
  height: 84px;
}

@media (min-width: 1180px) {
  .achievement .matsu {
    display: none;
  }
}

.contents {
  background-image: url("../images/decoration/pattern/cubes.png");
  padding: 60px 0;
}

@media (min-width: 1180px) {
  .contents {
    padding: 81px 0 75px;
  }
}

.contents .section_title {
  position: relative;
  padding-bottom: 20px;
}

@media (min-width: 1180px) {
  .contents .section_title {
    padding-bottom: 40px;
  }
}

.contents .section_title span {
  position: relative;
}

.contents .section_title span::before {
  position: absolute;
  content: "";
  background-image: url("../images/decoration/img_crane@2x.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 113px;
  height: 47px;
  top: -47px;
  left: -44px;
}

@media (min-width: 1180px) {
  .contents .section_title span::before {
    width: 157px;
    height: 65px;
    top: -12.5px;
    left: -191px;
  }
}

.contents .section_title span::after {
  position: absolute;
  content: "";
  background-image: url("../images/decoration/img_turtle@2x.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 45px;
  height: 70px;
  top: 9px;
  right: -45px;
}

@media (min-width: 1180px) {
  .contents .section_title span::after {
    width: 59px;
    height: 92px;
    top: -26.5px;
    right: -93px;
  }
}

.contents ul {
  margin-top: 30px;
}

@media (min-width: 1180px) {
  .contents ul {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.contents ul li {
  position: relative;
}

.contents ul li:not(:first-child) {
  margin-top: 60px;
}

@media (min-width: 1180px) {
  .contents ul li:not(:first-child) {
    margin-top: 0;
  }
  .contents ul li:nth-of-type(n+1) {
    margin: 0;
  }
}

.contents ul li .site_category {
  z-index: 2;
  width: 300px;
  height: 74px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 17px;
  margin: auto;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
}

.contents ul li .site_category span {
  color: #FFF;
}

.contents ul li:nth-child(1) .site_category {
  background-image: url("../images/decoration/category-01@2x.png");
}

.contents ul li:nth-child(2) .site_category {
  background-image: url("../images/decoration/category-02@2x.png");
}

.contents ul li:nth-child(3) .site_category {
  background-image: url("../images/decoration/category-03@2x.png");
}

.start {
  padding: 42px 0 30px;
}

@media (min-width: 1180px) {
  .start {
    padding: 55px 0 44px;
  }
}

.start_text-wrap {
  background-image: url("../images/decoration/bg-start-sp@2x.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  height: 129px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .start_text-wrap {
    background-image: url("../images/decoration/bg-start@2x.png");
    height: 116px;
  }
}

.start_text-wrap p {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 32px 0;
  display: inline-block;
  line-height: 1.55556;
}

@media (min-width: 768px) {
  .start_text-wrap p {
    padding: 0;
    display: inherit;
  }
}

.start_text-wrap p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDB4F));
  background: -webkit-linear-gradient(transparent 60%, #FFDB4F 60%);
  background: linear-gradient(transparent 60%, #FFDB4F 60%);
}

footer {
  background-image: url("../images/decoration/pattern/clean-gray-paper.png");
}

.footer_inner {
  display: block;
  padding: 60px 0;
  text-align: center;
}

@media (min-width: 1180px) {
  .footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}

.company {
  display: block;
}

@media (min-width: 1180px) {
  .company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.company_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 1180px) {
  .company_logo {
    padding-right: 101px;
    margin-bottom: 0;
  }
}

.company_logo a:hover img {
  opacity: .7;
  -webkit-transition: .8s;
  transition: .8s;
}

.company_address {
  border-top: 1px solid #432F2F;
  padding: 30px 0;
}

@media (min-width: 1180px) {
  .company_address {
    padding: 0 0 0 39px;
    border-top: none;
    border-left: 1px solid #432F2F;
  }
}

.copyright {
  background-color: #432F2F;
  color: #FFFDF7;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  padding: 20px 0;
}

.contact .button-contact .bg_white {
  width: 295px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #6B9AB7;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  margin: 0 auto;
}

@media (min-width: 1180px) {
  .contact .button-contact .bg_white {
    width: 401px;
    height: 100px;
  }
}

.contact .button-contact .bg_blue {
  position: relative;
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 auto;
  background-color: #6B9AB7;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (min-width: 1180px) {
  .contact .button-contact .bg_blue {
    position: relative;
    width: calc(100% - 40px);
  }
}

.contact .button-contact .bg_blue::before {
  content: "";
  position: absolute;
  left: -10px;
  border-top: 30px solid transparent;
  border-right: 10px solid #6B9AB7;
  border-bottom: 30px solid transparent;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (min-width: 1180px) {
  .contact .button-contact .bg_blue::before {
    left: -20px;
    border-top: 50px solid transparent;
    border-right: 20px solid #6B9AB7;
    border-bottom: 50px solid transparent;
  }
}

.contact .button-contact .bg_blue::after {
  content: "";
  position: absolute;
  right: -10px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 10px solid #6B9AB7;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (min-width: 1180px) {
  .contact .button-contact .bg_blue::after {
    right: -20px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #6B9AB7;
  }
}

.contact .button-contact .bg_blue span {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
  color: #FFFDF7;
  padding: 0 5px;
  width: 100%;
}

@media (min-width: 1180px) {
  .contact .button-contact .bg_blue span {
    font-size: 1.8rem;
    padding: 0 15px;
  }
}

.contact .button-contact:hover .bg_white {
  background-color: #6B9AB7;
}

.contact .button-contact:hover .bg_blue {
  background-color: #FFF;
}

.contact .button-contact:hover .bg_blue::before {
  border-right: 10px solid #FFF;
}

@media (min-width: 1180px) {
  .contact .button-contact:hover .bg_blue::before {
    border-right: 20px solid #FFF;
  }
}

.contact .button-contact:hover .bg_blue::after {
  border-left: 10px solid #FFF;
}

@media (min-width: 1180px) {
  .contact .button-contact:hover .bg_blue::after {
    border-left: 20px solid #FFF;
  }
}

.contact .button-contact:hover .bg_blue span {
  color: #6B9AB7;
}
/*# sourceMappingURL=style.css.map */