@charset "UTF-8";
/* line 21, ../scss/variables.scss */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* line 27, ../scss/variables.scss */
.clear-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 34, ../scss/variables.scss */
.align-center {
  align-items: center;
}

/* line 5, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 10, ../scss/style.scss */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
}

/* line 17, ../scss/style.scss */
p {
  line-height: 1.8;
}

/* line 19, ../scss/style.scss */
.fonts-bold {
  font-weight: 700;
  font-style: normal;
}

/* line 24, ../scss/style.scss */
.fonts-heavy, section .section_title h2 {
  font-weight: 900;
  font-style: normal;
}

/*------------
    汎用CSS
-------------*/
/* line 35, ../scss/style.scss */
input[type="button"] {
  background: #fff;
}

/* line 37, ../scss/style.scss */
.transition {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

/* line 43, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 47, ../scss/style.scss */
.clfix::after {
  content: "";
  display: block;
  clear: both;
}

/*-----*/
/* line 53, ../scss/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 61, ../scss/style.scss */
#page-top {
  position: fixed;
  bottom: 90px;
  right: 28px;
  z-index: 91;
}
@media screen and (max-width: 599px) {
  /* line 61, ../scss/style.scss */
  #page-top {
    bottom: 30px;
    right: 10px;
    transform: scale(0.8, 0.8);
  }
}

/* line 73, ../scss/style.scss */
#page-top a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 82, ../scss/style.scss */
#page-top a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* スクロールCSS */
/* line 93, ../scss/style.scss */
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

/* line 99, ../scss/style.scss */
.fade-in-up {
  transform: translate(0, 50px);
}

/* line 103, ../scss/style.scss */
.fade-in-down {
  transform: translate(0, -50px);
}

/* line 107, ../scss/style.scss */
.fade-in-left {
  transform: translate(-50px, 0);
}

/* line 111, ../scss/style.scss */
.fade-in-right {
  transform: translate(50px, 0);
}

/* line 115, ../scss/style.scss */
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*----------------
    index
    ------------*/
/* line 123, ../scss/style.scss */
#wrap {
  width: 100%;
  background: #fff;
  transition: 0.3s;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: url("../images/paw-line.webp") no-repeat top left;
}
@media screen and (max-width: 599px) {
  /* line 123, ../scss/style.scss */
  #wrap {
    background: url("../images/paw-line-sp.webp") no-repeat top left;
  }
}

/* line 135, ../scss/style.scss */
.inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  /* line 135, ../scss/style.scss */
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}

/* line 145, ../scss/style.scss */
section#sp-fixed-menu-line {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 9999999;
}
/* line 152, ../scss/style.scss */
section#sp-fixed-menu-line img {
  width: 100%;
}

/* line 157, ../scss/style.scss */
section#sp-fixed-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 9999999;
}
/* line 164, ../scss/style.scss */
section#sp-fixed-menu ul {
  display: flex;
  width: 100%;
}
/* line 167, ../scss/style.scss */
section#sp-fixed-menu ul li {
  flex-basis: 33.3333333%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  background: #000;
  text-align: center;
  line-height: 1.5;
}
/* line 175, ../scss/style.scss */
section#sp-fixed-menu ul li:nth-child(1), section#sp-fixed-menu ul li:nth-child(2) {
  border-right: 1px solid #fff;
}
/* line 179, ../scss/style.scss */
section#sp-fixed-menu ul li i {
  display: block;
  font-size: 32px;
  padding-bottom: 5px;
  color: #fff;
}
/* line 185, ../scss/style.scss */
section#sp-fixed-menu ul li a {
  color: #fff;
}

/* line 192, ../scss/style.scss */
section.miniheader {
  width: 100%;
  background: #468079;
  text-align: center;
  padding: 0;
}
/* line 197, ../scss/style.scss */
section.miniheader p {
  font-size: 14px;
  color: #fff;
  padding: 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  /* line 197, ../scss/style.scss */
  section.miniheader p {
    font-size: 12px;
  }
}
/* line 208, ../scss/style.scss */
section.miniheader p img {
  width: auto;
  padding-right: 10px;
}
/* line 212, ../scss/style.scss */
section.miniheader p a {
  background: #fff;
  color: #468079;
  padding: 2px 10px;
  margin: 3px 0 3px 10px;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  /* line 212, ../scss/style.scss */
  section.miniheader p a {
    padding: 2px 50px;
  }
}

/* line 226, ../scss/style.scss */
section#header {
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 4px 0px;
  position: relative;
  box-sizing: border-box;
  transition: padding .3s;
}
@media screen and (max-width: 599px) {
  /* line 226, ../scss/style.scss */
  section#header {
    display: none;
  }
}
/* line 239, ../scss/style.scss */
section#header .inner {
  position: relative;
}
/* line 241, ../scss/style.scss */
section#header .head {
  align-items: center;
  justify-content: space-between;
}
/* line 244, ../scss/style.scss */
section#header .head:after {
  content: none;
}
/* line 249, ../scss/style.scss */
section#header nav {
  margin-top: 4px;
  background: #6a3511;
}
/* line 252, ../scss/style.scss */
section#header nav ul {
  justify-content: space-between;
}
/* line 254, ../scss/style.scss */
section#header nav ul li {
  text-align: center;
  padding: 15px 0;
  flex-basis: 20%;
  border-right: 1px solid #fff;
}
/* line 259, ../scss/style.scss */
section#header nav ul li:last-child {
  border-right: none;
}
/* line 262, ../scss/style.scss */
section#header nav ul li a {
  color: #fff;
  line-height: 1.3;
}

/* line 271, ../scss/style.scss */
section#header.scroll {
  position: fixed;
  padding: 15px 0px 0;
  animation-name: header-anime;
  animation-duration: 0.3s;
  background: #fff;
}

@keyframes header-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 287, ../scss/style.scss */
section#main {
  width: 100%;
  background: url("../images/main-line.webp") no-repeat top right;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 599px) {
  /* line 287, ../scss/style.scss */
  section#main {
    border-top: 0px solid #468079;
    padding: 10px 0;
    background: url("../images/main-line.webp") no-repeat top 100px right;
    background-size: auto;
  }
}
@media screen and (max-width: 599px) {
  /* line 299, ../scss/style.scss */
  section#main div.main-txt {
    padding: 20px 0 40px;
  }
}
/* line 304, ../scss/style.scss */
section#main img {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  /* line 310, ../scss/style.scss */
  section#main-btm {
    padding: 0;
  }
}
/* line 314, ../scss/style.scss */
section#main-btm div.inner {
  text-align: center;
  margin: 0 auto;
}
/* line 318, ../scss/style.scss */
section#main-btm img {
  display: block;
  margin: 0 auto;
}

/* line 324, ../scss/style.scss */
section.top-line {
  padding: 60px 0 0;
  margin: 0 auto;
}
/* line 327, ../scss/style.scss */
section.top-line .inner {
  text-align: center;
}
/* line 330, ../scss/style.scss */
section.top-line div.banner {
  max-width: 706px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  /* line 330, ../scss/style.scss */
  section.top-line div.banner {
    flex-wrap: wrap;
  }
}
/* line 338, ../scss/style.scss */
section.top-line div.banner a {
  margin: 0 5px;
}
@media screen and (max-width: 599px) {
  /* line 338, ../scss/style.scss */
  section.top-line div.banner a {
    margin: 5px 0;
  }
}
/* line 347, ../scss/style.scss */
section.top-line div.sns a img {
  width: auto;
}
@media screen and (max-width: 599px) {
  /* line 347, ../scss/style.scss */
  section.top-line div.sns a img {
    width: 100%;
  }
}

/* line 357, ../scss/style.scss */
section#partner {
  padding: 0;
}
/* line 359, ../scss/style.scss */
section#partner .inner {
  background: url("../images/partner-bg.webp") no-repeat right bottom;
}
/* line 362, ../scss/style.scss */
section#partner .row {
  align-items: center;
}
/* line 365, ../scss/style.scss */
section#partner div.txt-area {
  padding: 0 2em;
}
@media screen and (max-width: 599px) {
  /* line 365, ../scss/style.scss */
  section#partner div.txt-area {
    padding: 0;
  }
}
/* line 370, ../scss/style.scss */
section#partner div.txt-area p.mds {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  padding-bottom: 15px;
}
@media screen and (max-width: 599px) {
  /* line 370, ../scss/style.scss */
  section#partner div.txt-area p.mds {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* line 379, ../scss/style.scss */
section#partner div.txt-area p.mds img {
  width: auto;
  padding-right: 10px;
}
@media screen and (max-width: 599px) {
  /* line 379, ../scss/style.scss */
  section#partner div.txt-area p.mds img {
    display: block;
    padding-right: 0;
    padding-top: 20px;
  }
}

/* line 392, ../scss/style.scss */
section {
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  /* line 392, ../scss/style.scss */
  section {
    padding: 40px 0;
  }
}
/* line 398, ../scss/style.scss */
section .section_title {
  text-align: center;
}
/* line 400, ../scss/style.scss */
section .section_title h2 {
  padding: 20px 0 30px;
}
/* line 403, ../scss/style.scss */
section .section_title h2 span {
  display: block;
}
/* line 404, ../scss/style.scss */
section .section_title h2 span.sub {
  font-size: 28px;
  color: #000;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  /* line 404, ../scss/style.scss */
  section .section_title h2 span.sub {
    font-size: 20px;
  }
}
/* line 412, ../scss/style.scss */
section .section_title h2 span.main {
  font-size: 46px;
  color: #000;
}
@media screen and (max-width: 599px) {
  /* line 412, ../scss/style.scss */
  section .section_title h2 span.main {
    font-size: 30px;
  }
}
/* line 422, ../scss/style.scss */
section .section_txt {
  padding: 20px 10px 40px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  /* line 422, ../scss/style.scss */
  section .section_txt {
    text-align: left;
  }
}

/* line 432, ../scss/style.scss */
section.section-ptn {
  padding: 30px 0;
}
/* line 435, ../scss/style.scss */
section.section-ptn p.mds {
  background: #468079;
  padding: 30px 10px;
  text-align: center;
  width: 100%;
  font-size: 2em;
  color: #fff;
}
@media screen and (max-width: 599px) {
  /* line 435, ../scss/style.scss */
  section.section-ptn p.mds {
    font-size: 1.5em;
  }
}
/* line 446, ../scss/style.scss */
section.section-ptn div.divider {
  width: 100%;
  height: 14px;
  background: url("../images/section-ptn.webp") repeat-x left bottom;
  margin-top: -7px;
}
/* line 453, ../scss/style.scss */
section.section-ptn p.img {
  padding: 30px 0;
}
/* line 455, ../scss/style.scss */
section.section-ptn p.img img {
  width: 100%;
}
/* line 460, ../scss/style.scss */
section.section-ptn p.txt {
  font-size: 18px;
}
/* line 462, ../scss/style.scss */
section.section-ptn p.txt span {
  color: #468079;
  font-weight: 900;
}
/* line 468, ../scss/style.scss */
section.section-ptn .ptn-box {
  background: #fff url("../images/ptn-box.webp") repeat center center;
}
/* line 472, ../scss/style.scss */
section.section-ptn .cat-left {
  text-align: left;
  padding-left: 20px;
}
/* line 476, ../scss/style.scss */
section.section-ptn .cat-all {
  text-align: right;
  padding-right: 20px;
}
/* line 481, ../scss/style.scss */
section.section-ptn .cat00 img {
  transform: translate(0px, 25px);
}
/* line 486, ../scss/style.scss */
section.section-ptn .cat01 img {
  transform: translate(0px, 2px);
}
/* line 491, ../scss/style.scss */
section.section-ptn .cat02 img {
  transform: translate(0px, 40px);
}
/* line 496, ../scss/style.scss */
section.section-ptn .cat03 img {
  transform: translate(0px, 15px);
}
/* line 501, ../scss/style.scss */
section.section-ptn .cat04 img {
  transform: translate(0px, 20px);
}
/* line 506, ../scss/style.scss */
section.section-ptn .cat05 img {
  transform: translate(0px, 20px);
}

/* line 513, ../scss/style.scss */
section#section00 p.mds {
  padding: 15px;
  font-size: 1.5em;
}
@media screen and (max-width: 599px) {
  /* line 513, ../scss/style.scss */
  section#section00 p.mds {
    padding: 20px 10px;
    font-size: 1.25em;
    letter-spacing: -1px;
  }
}
/* line 522, ../scss/style.scss */
section#section00 p.txt {
  padding: 30px;
  border: 3px solid #468079;
  border-top: none;
}
@media screen and (max-width: 599px) {
  /* line 522, ../scss/style.scss */
  section#section00 p.txt {
    padding: 20px 10px;
  }
}
/* line 529, ../scss/style.scss */
section#section00 p.txt span {
  color: #5b341e;
  font-weight: 900;
}

/* line 536, ../scss/style.scss */
section#section02 {
  padding-top: 0;
}

/* line 539, ../scss/style.scss */
section#section03 {
  padding-top: 10px;
}

/* line 542, ../scss/style.scss */
section#section04 {
  padding-top: 0;
}

/* line 545, ../scss/style.scss */
section#section05 {
  padding-top: 0;
}

/* line 550, ../scss/style.scss */
section.cta-area {
  background: #c3aea0 url("../images/paw-line.webp") no-repeat bottom right;
  padding: 50px 0;
  margin: 70px 0 50px;
  position: relative;
}
@media screen and (max-width: 599px) {
  /* line 550, ../scss/style.scss */
  section.cta-area {
    background: #c3aea0 url("../images/paw-line.webp") no-repeat top center;
  }
}
/* line 559, ../scss/style.scss */
section.cta-area div.top-cat {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 566, ../scss/style.scss */
section.cta-area p.title {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2;
  color: #6a3511;
  text-align: center;
  padding: 40px 10px 60px;
}
/* line 576, ../scss/style.scss */
section.cta-area ul li {
  font-size: 18px;
  padding-left: 80px;
  margin: 30px 0;
  position: relative;
  line-height: 1.6;
}
/* line 582, ../scss/style.scss */
section.cta-area ul li:before {
  position: absolute;
  content: url("../images/cta-paw.webp");
  left: 0;
  top: 0;
}
/* line 588, ../scss/style.scss */
section.cta-area ul li span {
  color: #6a3511;
  font-weight: 900;
}
/* line 595, ../scss/style.scss */
section.cta-area p.line-btn {
  padding: 40px 0 20px;
  text-align: center;
  margin: 0 auto;
}

/* line 603, ../scss/style.scss */
section#contact div.inner {
  text-align: center;
}
/* line 607, ../scss/style.scss */
section#contact p.title {
  font-size: 2em;
  font-weight: 900;
  padding: 0px 0 20px;
}
/* line 613, ../scss/style.scss */
section#contact div.contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  /* line 613, ../scss/style.scss */
  section#contact div.contents {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  /* line 620, ../scss/style.scss */
  section#contact div.contents img {
    display: block;
    transform: scale(0.75);
  }
}
/* line 626, ../scss/style.scss */
section#contact div.contents div {
  text-align: left;
  padding-left: 30px;
}
@media screen and (max-width: 599px) {
  /* line 626, ../scss/style.scss */
  section#contact div.contents div {
    padding-left: 0;
  }
}
/* line 632, ../scss/style.scss */
section#contact div.contents div p.mds {
  font-size: 1.5em;
  padding-bottom: 20px;
}

/*
section#contact {
    #form_submit {
        input {
            @include mq(xs) {
                padding: 20px 10px;
                font-size: 28px;
                width: 100%;
            }
        }
    }
}
*/
/* line 656, ../scss/style.scss */
section#company .inner {
  max-width: 1000px;
}
/* line 658, ../scss/style.scss */
section#company .flex {
  display: flex;
  flex-wrap: wrap;
}
/* line 662, ../scss/style.scss */
section#company .company_bloc {
  padding: 4em 0;
  line-height: 1.8;
}
/* line 666, ../scss/style.scss */
section#company .company_bloc .data {
  max-width: 840px;
  margin: 0 auto;
}
/* line 670, ../scss/style.scss */
section#company .company_bloc .data dl {
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  border-top: solid 1px #c2c2c2;
  font-size: 16px;
}
/* line 677, ../scss/style.scss */
section#company .company_bloc .data dl:last-child {
  border-bottom: solid 1px #c2c2c2;
}
/* line 680, ../scss/style.scss */
section#company .company_bloc .data dl dt {
  margin: 0;
  padding: 1em;
  width: 200px;
  text-align: left;
}
/* line 686, ../scss/style.scss */
section#company .company_bloc .data dl dd {
  margin: 0;
  padding: 1em;
  flex: 1 0 0%;
  text-align: left;
}
/* line 693, ../scss/style.scss */
section#company .office {
  width: 100%;
  padding: 110px 45px;
  background: url("../images/office-bg.jpg") top center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  /* line 693, ../scss/style.scss */
  section#company .office {
    padding: 60px 20px;
  }
}
/* line 701, ../scss/style.scss */
section#company .office p {
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
}
/* line 705, ../scss/style.scss */
section#company .office p span {
  display: block;
}
@media screen and (max-width: 599px) {
  /* line 710, ../scss/style.scss */
  section#company .company_bloc {
    padding: 1em;
  }
  /* line 713, ../scss/style.scss */
  section#company .company_bloc .data dl dt {
    width: 100%;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    box-sizing: border-box;
    color: #666;
  }
  /* line 721, ../scss/style.scss */
  section#company .company_bloc .data dl dd {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px 0px;
    font-size: 14px;
    line-height: 1.4em;
  }
}

/* line 732, ../scss/style.scss */
section.com_list .com_right {
  width: 100% !important;
  margin-top: 20px;
}

/* line 739, ../scss/style.scss */
section.office-section div.container-inner {
  background: #efefef;
  position: relative;
  padding: 60px 0;
  justify-content: center;
}
/* line 744, ../scss/style.scss */
section.office-section div.container-inner h3.kmds {
  padding: 0px 0 80px;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  font-weight: normal;
}
/* line 750, ../scss/style.scss */
section.office-section div.container-inner h3.kmds span {
  display: block;
}
/* line 751, ../scss/style.scss */
section.office-section div.container-inner h3.kmds span.ja {
  font-size: 28px;
  color: #333;
}
/* line 755, ../scss/style.scss */
section.office-section div.container-inner h3.kmds span.en {
  font-size: 16px;
  color: #f2096c;
}
/* line 761, ../scss/style.scss */
section.office-section div.container-inner .office {
  padding: 30px 15px !important;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  background: #fff !important;
}
/* line 767, ../scss/style.scss */
section.office-section div.container-inner .office p {
  color: #000 !important;
}
/* line 770, ../scss/style.scss */
section.office-section div.container-inner .office .name {
  font-size: 18px !important;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  /* line 770, ../scss/style.scss */
  section.office-section div.container-inner .office .name {
    text-align: center;
    padding-right: 0;
  }
}
/* line 780, ../scss/style.scss */
section.office-section div.container-inner .office .address {
  padding-left: 30px;
  font-size: 14px;
  border-left: 1px solid #f2096c;
  padding-bottom: 10px;
  text-align: left;
}
/* line 786, ../scss/style.scss */
section.office-section div.container-inner .office .address a.more {
  display: block;
  width: 170px;
  text-align: center;
  padding: 6px 30px;
  margin-top: 10px;
  border-radius: 30px;
  border: 2px solid #cccccc;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
/* line 797, ../scss/style.scss */
section.office-section div.container-inner .office .address a.more:hover {
  color: #f2096c;
}

/* line 807, ../scss/style.scss */
section#tokutei .flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 813, ../scss/style.scss */
section#tokutei {
  padding: 4em 0;
}

/* line 816, ../scss/style.scss */
section#tokutei .data {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 50px;
  line-height: 1.8;
}

/* line 822, ../scss/style.scss */
section#tokutei .data dl {
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  border-top: solid 1px #c2c2c2;
  font-size: 16px;
}

/* line 829, ../scss/style.scss */
section#tokutei .data dl:last-child {
  border-bottom: solid 1px #c2c2c2;
}

/* line 832, ../scss/style.scss */
section#tokutei .data dl dt {
  margin: 0;
  padding: 1em;
  width: 200px;
  text-align: left;
}

/* line 838, ../scss/style.scss */
section#tokutei .data dl dd {
  margin: 0;
  padding: 1em;
  flex: 1 0 0%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  /* line 846, ../scss/style.scss */
  section#tokutei {
    padding: 4em 0 1em;
  }

  /* line 849, ../scss/style.scss */
  section#tokutei .data {
    padding: 1em;
  }

  /* line 852, ../scss/style.scss */
  section#tokutei .data dl {
    padding: 6px 0;
  }

  /* line 855, ../scss/style.scss */
  section#tokutei .data dl dt {
    width: 100%;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    box-sizing: border-box;
    color: #666;
  }

  /* line 863, ../scss/style.scss */
  section#tokutei .data dl dd {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px 0px;
    font-size: 14px;
    line-height: 1.4em;
  }
}
/* media */
/* line 873, ../scss/style.scss */
section.contact-section {
  padding-top: 30px;
}
/* line 875, ../scss/style.scss */
section.contact-section div.inner {
  background: #fff;
  position: relative;
  padding: 0px 10px 30px;
}
/* line 880, ../scss/style.scss */
section.contact-section div.inner p.mds {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 40px;
  width: 100%;
  border-left: 1px solid #000;
}
/* line 889, ../scss/style.scss */
section.contact-section div.inner .profile {
  width: 100%;
  line-height: 2.5;
}
/* line 892, ../scss/style.scss */
section.contact-section div.inner .profile span.cl-orange {
  color: #000;
}
/* line 895, ../scss/style.scss */
section.contact-section div.inner .profile .left {
  padding: 10px;
  color: #468079;
  border-top: 1px solid #468079;
}
/* line 900, ../scss/style.scss */
section.contact-section div.inner .profile .l-end {
  border-bottom: 1px solid #468079;
}
/* line 901, ../scss/style.scss */
section.contact-section div.inner .profile .right {
  padding: 10px;
  color: #333;
  border-top: 1px solid #efefef;
}
/* line 905, ../scss/style.scss */
section.contact-section div.inner .profile .right a {
  color: #333;
}
/* line 907, ../scss/style.scss */
section.contact-section div.inner .profile .right a:hover {
  color: #000;
}
/* line 908, ../scss/style.scss */
section.contact-section div.inner .profile .right a i {
  color: #468079;
  padding-right: 5px;
}
/* line 914, ../scss/style.scss */
section.contact-section div.inner .profile .r-end {
  border-bottom: 1px solid #efefef;
}
/* line 917, ../scss/style.scss */
section.contact-section div.inner p.toppage {
  text-align: center;
  margin: 100px auto 0;
}
/* line 920, ../scss/style.scss */
section.contact-section div.inner p.toppage a {
  color: #fff;
  background: #468079;
  padding: 20px 30px;
  font-size: 24px;
  border-radius: 3px;
}

/* line 933, ../scss/style.scss */
footer p.copyright {
  padding: 10px 10px 30px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  /* line 933, ../scss/style.scss */
  footer p.copyright {
    padding-bottom: 120px;
  }
}
