/* line 5, ../../../../.rbenv/versions/3.1.4/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, ../../../../.rbenv/versions/3.1.4/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rbenv/versions/3.1.4/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rbenv/versions/3.1.4/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, ../../../../.rbenv/versions/3.1.4/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, ../../../../.rbenv/versions/3.1.4/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rbenv/versions/3.1.4/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, ../../../../.rbenv/versions/3.1.4/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rbenv/versions/3.1.4/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 7, ../sass/_header.scss */
header {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  /* line 7, ../sass/_header.scss */
  header {
    width: auto;
    height: 100%;
  }
}
/* line 23, ../sass/_header.scss */
header .head_body.pc {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media screen and (max-width: 980px) {
  /* line 23, ../sass/_header.scss */
  header .head_body.pc {
    display: none;
  }
}
/* line 38, ../sass/_header.scss */
header .head_body.pc .logo {
  margin-right: 10px;
}
/* line 42, ../sass/_header.scss */
header .head_body.pc .title {
  margin-right: 200px;
}
/* line 45, ../sass/_header.scss */
header .head_body.pc .title .subT {
  margin-left: 5px;
  margin-top: 10px;
  width: 435px;
}
/* line 53, ../sass/_header.scss */
header .head_body.pc .title .mainT {
  margin-top: 10px;
  width: 448px;
}
/* line 60, ../sass/_header.scss */
header .head_body.pc .col3 .top {
  padding-left: 95px;
}
/* line 63, ../sass/_header.scss */
header .head_body.pc .col3 .top .tel {
  width: 260px;
}
/* line 67, ../sass/_header.scss */
header .head_body.pc .col3 .top .mail {
  background-color: #49baba;
  width: 237px;
  height: 45px;
  margin-left: 15px;
}
/* line 73, ../sass/_header.scss */
header .head_body.pc .col3 .top .mail:hover {
  opacity: 0.5;
}
/* line 77, ../sass/_header.scss */
header .head_body.pc .col3 .top .mail .mailIcon {
  width: 160px;
}
/* line 84, ../sass/_header.scss */
header .head_body.pc .col3 .bottom {
  padding-top: 20px;
  font-size: 17px;
  color: #595858;
}
/* line 90, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p {
  cursor: pointer;
}
/* line 93, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p:hover {
  background-color: #f0f0f0;
}
/* line 97, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p.top {
  padding: 0 23px;
  border-right: 1px solid #595858;
}
/* line 101, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p.top img {
  width: 58px;
}
/* line 106, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p.greeting {
  padding: 0 25px;
  border-right: 1px solid #595858;
}
/* line 110, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p.greeting img {
  width: 75px;
}
/* line 115, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p.concept {
  padding: 0 25px;
  border-right: 1px solid #595858;
}
/* line 119, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p.concept img {
  width: 96px;
}
/* line 124, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p.menu {
  padding: 0 25px;
  border-right: 1px solid #595858;
}
/* line 128, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p.menu img {
  width: 77px;
}
/* line 133, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p.about {
  padding: 0 25px;
}
/* line 136, ../sass/_header.scss */
header .head_body.pc .col3 .bottom p.about img {
  width: 77px;
}
/* line 147, ../sass/_header.scss */
header .head_body.sp {
  display: none;
}
@media screen and (max-width: 980px) {
  /* line 147, ../sass/_header.scss */
  header .head_body.sp {
    width: 100%;
    height: 100%;
    display: block;
  }
}
/* line 156, ../sass/_header.scss */
header .head_body.sp .row1 {
  display: flex;
  margin-bottom: 5px;
}
/* line 160, ../sass/_header.scss */
header .head_body.sp .row1 .logo {
  width: 10%;
  margin-right: 0;
  margin-top: 5px;
}
/* line 165, ../sass/_header.scss */
header .head_body.sp .row1 .logo img {
  width: 90%;
}
/* line 170, ../sass/_header.scss */
header .head_body.sp .row1 .title {
  width: 80%;
  margin-right: 0;
  margin-top: 5px;
}
/* line 176, ../sass/_header.scss */
header .head_body.sp .row1 .title .subT {
  width: 95%;
}
/* line 180, ../sass/_header.scss */
header .head_body.sp .row1 .title .mainT {
  width: 95%;
}
/* line 186, ../sass/_header.scss */
header .head_body.sp .row1 .menu {
  width: 10%;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}
/* line 192, ../sass/_header.scss */
header .head_body.sp .row1 .menu img {
  display: inline-block;
  border: 2px solid #3e3e3e;
  border-radius: 1em;
}
/* line 200, ../sass/_header.scss */
header .head_body.sp .row2 {
  display: flex;
  margin-bottom: 5px;
}
/* line 204, ../sass/_header.scss */
header .head_body.sp .row2 .left {
  width: 50%;
  display: flex;
  align-items: center;
  text-align: center;
}
/* line 211, ../sass/_header.scss */
header .head_body.sp .row2 .left:hover {
  opacity: 0.5;
}
/* line 215, ../sass/_header.scss */
header .head_body.sp .row2 .left img {
  display: inline-block;
  width: 80%;
}
/* line 223, ../sass/_header.scss */
header .head_body.sp .row2 .right {
  width: 50%;
  background-color: #49baba;
  display: flex;
  align-items: center;
  text-align: center;
}
/* line 230, ../sass/_header.scss */
header .head_body.sp .row2 .right:hover {
  opacity: 0.5;
}
/* line 234, ../sass/_header.scss */
header .head_body.sp .row2 .right img {
  display: inline-block;
}
/* line 237, ../sass/_header.scss */
header .head_body.sp .row2 .right img.mailIcon {
  width: 80%;
}

/* line 251, ../sass/_header.scss */
.drawer-nav {
  width: 50% !important;
}

/* line 255, ../sass/_header.scss */
.drawer--right.drawer-open .drawer-nav {
  right: 0 !important;
}

/* line 260, ../sass/_header.scss */
.drawer--right .drawer-nav {
  right: -50% !important;
}

/* line 264, ../sass/_header.scss */
.drawer-menu {
  font-family: 'Noto Serif JP', serif;
}
/* line 268, ../sass/_header.scss */
.drawer-menu li {
  width: 60%;
  margin: 0 auto;
  border-top: 1px solid #909090;
}
/* line 273, ../sass/_header.scss */
.drawer-menu li:first-child {
  border-top: none;
}
/* line 276, ../sass/_header.scss */
.drawer-menu li:last-child {
  border-bottom: 1px solid #909090;
}

/* line 283, ../sass/_header.scss */
.close-button {
  text-align: right;
}
/* line 286, ../sass/_header.scss */
.close-button img {
  display: inline-block;
  width: 15%;
}

/* line 293, ../sass/_header.scss */
.drawer-menu-item {
  font-size: 1.5rem !important;
}

/* line 298, ../sass/_header.scss */
.menu-bottom {
  margin: 0 auto;
  margin-top: 5vw;
  display: flex;
  justify-content: center;
}
/* line 306, ../sass/_header.scss */
.menu-bottom .wrap {
  width: 90%;
  display: flex;
}
/* line 310, ../sass/_header.scss */
.menu-bottom .wrap .logo {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 316, ../sass/_header.scss */
.menu-bottom .wrap .logo img {
  width: 70%;
}
/* line 321, ../sass/_header.scss */
.menu-bottom .wrap .title {
  width: 85%;
}

/* line 6, ../sass/_foot.scss */
footer .pc {
  width: 1400px;
  margin: 0 auto;
  margin-top: 120px;
  background-color: #eceded;
}
/* line 13, ../sass/_foot.scss */
footer .sp {
  display: none;
}
@media screen and (max-width: 980px) {
  /* line 18, ../sass/_foot.scss */
  footer .pc {
    display: none;
  }
  /* line 22, ../sass/_foot.scss */
  footer .sp {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* line 31, ../sass/_foot.scss */
footer .body {
  width: 1400px;
  height: 470px;
  margin: 0 auto;
  padding-left: 100px;
}
/* line 41, ../sass/_foot.scss */
footer .body .left {
  padding-top: 80px;
}
/* line 47, ../sass/_foot.scss */
footer .body .left .main img {
  width: 529px;
}
/* line 53, ../sass/_foot.scss */
footer .body .right {
  padding-left: 320px;
  padding-top: 80px;
}
/* line 57, ../sass/_foot.scss */
footer .body .right .menu {
  margin-bottom: 50px;
}
/* line 60, ../sass/_foot.scss */
footer .body .right .menu .top {
  margin-bottom: 30px;
}
/* line 63, ../sass/_foot.scss */
footer .body .right .menu .top .menu1 {
  margin-right: 55px;
}
/* line 66, ../sass/_foot.scss */
footer .body .right .menu .top .menu1 img {
  width: 69px;
}
/* line 71, ../sass/_foot.scss */
footer .body .right .menu .top .menu2 {
  margin-right: 40px;
}
/* line 74, ../sass/_foot.scss */
footer .body .right .menu .top .menu2 img {
  width: 107px;
}
/* line 80, ../sass/_foot.scss */
footer .body .right .menu .top .menu3 img {
  width: 88px;
}
/* line 87, ../sass/_foot.scss */
footer .body .right .menu .bottom .menu4 {
  margin-right: 35px;
}
/* line 90, ../sass/_foot.scss */
footer .body .right .menu .bottom .menu4 img {
  width: 88px;
}
/* line 96, ../sass/_foot.scss */
footer .body .right .menu .bottom .menu5 img {
  width: 88px;
}
/* line 105, ../sass/_foot.scss */
footer .body .right .contact p.mail img {
  width: 350px;
}
/* line 108, ../sass/_foot.scss */
footer .body .right .contact p.mail img:hover {
  opacity: 0.5;
}
/* line 118, ../sass/_foot.scss */
footer .sp ul.footer-menu {
  width: 50%;
  margin: 0 auto;
  font-size: 1.75rem;
}
/* line 122, ../sass/_foot.scss */
footer .sp ul.footer-menu li {
  text-align: center;
  border-top: 1px solid #909090;
}
/* line 126, ../sass/_foot.scss */
footer .sp ul.footer-menu li:first-child {
  border-top: none;
}
/* line 131, ../sass/_foot.scss */
footer .sp ul.footer-menu li:last-child {
  border-bottom: 1px solid #909090;
}
/* line 138, ../sass/_foot.scss */
footer .sp .menu-bottom {
  margin-bottom: 3rem;
}

/* line 4, ../sass/_underbox1.scss */
.underbox1 {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 4, ../sass/_underbox1.scss */
  .underbox1 {
    width: 100%;
    height: auto;
  }
}
/* line 13, ../sass/_underbox1.scss */
.underbox1 p.mess1 {
  padding-top: 145px;
  padding-bottom: 145px;
  text-align: center;
  font-size: 34px;
  font-weight: 300px;
}

/* line 2, ../sass/_underbox2.scss */
.underbox2 {
  width: 1400px;
  height: 470px;
  margin: 0 auto;
  background-image: url(/img/foot/bg01.jpg);
  background-size: 1400px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  /* line 2, ../sass/_underbox2.scss */
  .underbox2 {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
/* line 22, ../sass/_underbox2.scss */
.underbox2 .joseikin {
  padding-top: 80px;
}
/* line 25, ../sass/_underbox2.scss */
.underbox2 .joseikin img {
  display: inline-block;
  width: 605px;
}
@media screen and (max-width: 980px) {
  /* line 25, ../sass/_underbox2.scss */
  .underbox2 .joseikin img {
    width: 80%;
  }
}
/* line 35, ../sass/_underbox2.scss */
.underbox2 .contact {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  /* line 35, ../sass/_underbox2.scss */
  .underbox2 .contact {
    display: block;
    height: 100%;
  }
}
/* line 47, ../sass/_underbox2.scss */
.underbox2 .contact p img {
  box-sizing: border-box;
  width: 610px;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  /* line 47, ../sass/_underbox2.scss */
  .underbox2 .contact p img {
    width: 100%;
    text-align: center;
    padding: 0 5vw;
  }
}
/* line 58, ../sass/_underbox2.scss */
.underbox2 .contact p img:hover {
  opacity: 0.5;
}
/* line 63, ../sass/_underbox2.scss */
.underbox2 .contact p.left {
  margin-right: 50px;
}
@media screen and (max-width: 980px) {
  /* line 63, ../sass/_underbox2.scss */
  .underbox2 .contact p.left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* line 10, ../sass/_top.scss */
#top .catchImage img {
  width: 100%;
}
/* line 15, ../sass/_top.scss */
#top .catch {
  padding-top: 70px;
  padding-bottom: 100px;
}
/* line 19, ../sass/_top.scss */
#top .catch h3.mainWord {
  font-size: 42px;
  font-weight: 300;
  color: #0f1657;
}
/* line 25, ../sass/_top.scss */
#top .catch .subWord {
  color: #0f1657;
  padding-top: 35px;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
}
/* line 35, ../sass/_top.scss */
#top .catch .subWord img.bar {
  width: 800px;
}
/* line 41, ../sass/_top.scss */
#top .topic {
  background-color: #e4f1f1;
  padding-top: 65px;
  padding-bottom: 125px;
}
/* line 46, ../sass/_top.scss */
#top .topic .logo {
  text-align: center;
}
/* line 49, ../sass/_top.scss */
#top .topic .logo img {
  width: 38px;
  display: inline-block;
}
/* line 55, ../sass/_top.scss */
#top .topic h2 {
  font-size: 42px;
  color: #2c9f9f;
}
/* line 60, ../sass/_top.scss */
#top .topic .topic_box {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 980px) {
  /* line 60, ../sass/_top.scss */
  #top .topic .topic_box {
    display: block;
  }
}
/* line 68, ../sass/_top.scss */
#top .topic .topic_box p {
  width: 406px;
}
@media screen and (max-width: 980px) {
  /* line 68, ../sass/_top.scss */
  #top .topic .topic_box p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 75, ../sass/_top.scss */
  #top .topic .topic_box p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  /* line 80, ../sass/_top.scss */
  #top .topic .topic_box p img {
    display: inline-block;
  }
}
/* line 85, ../sass/_top.scss */
#top .topic .topic_box p img:hover {
  opacity: 0.5;
}

/* line 7, ../sass/_greeting.scss */
#greeting .catchImage img {
  width: 100%;
}
/* line 12, ../sass/_greeting.scss */
#greeting .catch {
  padding-top: 70px;
  padding-bottom: 100px;
  width: 1400px;
  margin: 0 auto;
  background-image: url(/img/greeting/bg01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 980px) {
  /* line 12, ../sass/_greeting.scss */
  #greeting .catch {
    width: 100%;
    background-size: cover;
  }
}
/* line 29, ../sass/_greeting.scss */
#greeting .catch h3.mainWord {
  font-size: 42px;
  font-weight: 300;
  color: #0f1657;
}
/* line 35, ../sass/_greeting.scss */
#greeting .catch .subWord {
  padding-top: 35px;
  margin-left: 250px;
  width: 920px;
  color: #403d3c;
  font-size: 19px;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  /* line 35, ../sass/_greeting.scss */
  #greeting .catch .subWord {
    width: 95%;
    margin: 0 auto;
    font-size: 2rem;
  }
}

/* line 7, ../sass/_concept.scss */
#concept .catchImage img {
  width: 100%;
}
/* line 12, ../sass/_concept.scss */
#concept .catch {
  padding-top: 70px;
  padding-bottom: 100px;
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 12, ../sass/_concept.scss */
  #concept .catch {
    width: 100%;
  }
}
/* line 24, ../sass/_concept.scss */
#concept .catch h3.mainWord {
  font-size: 42px;
  font-weight: 300;
  color: #0f1657;
}
/* line 30, ../sass/_concept.scss */
#concept .catch .subWord {
  padding-top: 35px;
  display: flex;
}
@media screen and (max-width: 980px) {
  /* line 30, ../sass/_concept.scss */
  #concept .catch .subWord {
    width: 100%;
    display: block;
  }
}
/* line 40, ../sass/_concept.scss */
#concept .catch .subWord .left {
  margin-left: 145px;
  width: 615px;
  color: #403d3c;
  font-size: 19px;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  /* line 40, ../sass/_concept.scss */
  #concept .catch .subWord .left {
    font-size: 1.5rem;
    width: 100%;
    margin-left: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* line 56, ../sass/_concept.scss */
#concept .catch .subWord .right {
  margin-left: 40px;
}
@media screen and (max-width: 980px) {
  /* line 56, ../sass/_concept.scss */
  #concept .catch .subWord .right {
    margin-left: 0;
    text-align: center;
  }
}
/* line 65, ../sass/_concept.scss */
#concept .catch .subWord .right p img {
  width: 454px;
  display: inline-block;
}
/* line 74, ../sass/_concept.scss */
#concept .box1 {
  background-color: #e4f1f1;
  width: 1400px;
  margin: 0 auto;
  padding-left: 145px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}
@media screen and (max-width: 980px) {
  /* line 74, ../sass/_concept.scss */
  #concept .box1 {
    padding-left: 0;
    width: 100%;
    display: block;
    font-size: 1.5rem;
  }
}
/* line 92, ../sass/_concept.scss */
#concept .box1 .left {
  width: 612px;
  color: #403d3c;
  font-size: 19px;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  /* line 92, ../sass/_concept.scss */
  #concept .box1 .left {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* line 107, ../sass/_concept.scss */
#concept .box1 .right {
  margin-left: 40px;
}
@media screen and (max-width: 980px) {
  /* line 107, ../sass/_concept.scss */
  #concept .box1 .right {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  /* line 115, ../sass/_concept.scss */
  #concept .box1 .right p {
    text-align: center;
  }
}
/* line 120, ../sass/_concept.scss */
#concept .box1 .right p img {
  display: inline-block;
  width: 454px;
}

/* line 4, ../sass/_work.scss */
#work .pc-only {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  /* line 4, ../sass/_work.scss */
  #work .pc-only {
    display: none;
  }
}
/* line 13, ../sass/_work.scss */
#work .catchImage img {
  width: 100%;
}
/* line 18, ../sass/_work.scss */
#work .workmenu {
  padding-top: 70px;
  padding-bottom: 230px;
  width: 1400px;
  margin: 0 auto;
  background-image: url(/img/work/bg01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 980px) {
  /* line 18, ../sass/_work.scss */
  #work .workmenu {
    width: 100%;
  }
}
/* line 34, ../sass/_work.scss */
#work .workmenu h3.mainWord {
  font-size: 42px;
  font-weight: 300;
  color: #0f1657;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  /* line 34, ../sass/_work.scss */
  #work .workmenu h3.mainWord {
    font-size: 3.0rem;
  }
}
/* line 47, ../sass/_work.scss */
#work .menubox1 {
  margin-bottom: 145px;
}
/* line 53, ../sass/_work.scss */
#work .menubox1 .innerbox1,
#work .menubox2 .innerbox1 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 53, ../sass/_work.scss */
  #work .menubox1 .innerbox1,
  #work .menubox2 .innerbox1 {
    width: 100%;
  }
}
/* line 61, ../sass/_work.scss */
#work .menubox1 .innerbox1 .row,
#work .menubox2 .innerbox1 .row {
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  /* line 61, ../sass/_work.scss */
  #work .menubox1 .innerbox1 .row,
  #work .menubox2 .innerbox1 .row {
    width: 100%;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
/* line 73, ../sass/_work.scss */
#work .menubox1 .innerbox1 .row.bg1,
#work .menubox2 .innerbox1 .row.bg1 {
  background-color: #e4f1f1;
}
/* line 77, ../sass/_work.scss */
#work .menubox1 .innerbox1 .row .left,
#work .menubox2 .innerbox1 .row .left {
  box-sizing: border-box;
  width: 197px;
  font-size: 22.3px;
  padding-left: 20px;
}
@media screen and (max-width: 980px) {
  /* line 77, ../sass/_work.scss */
  #work .menubox1 .innerbox1 .row .left,
  #work .menubox2 .innerbox1 .row .left {
    width: 100%;
    font-size: 1.75rem;
  }
}
/* line 89, ../sass/_work.scss */
#work .menubox1 .innerbox1 .row .bar,
#work .menubox2 .innerbox1 .row .bar {
  box-sizing: border-box;
  width: 3px;
  height: 48.5px;
  background-color: #eceded;
}
@media screen and (max-width: 980px) {
  /* line 89, ../sass/_work.scss */
  #work .menubox1 .innerbox1 .row .bar,
  #work .menubox2 .innerbox1 .row .bar {
    display: none;
  }
}
/* line 100, ../sass/_work.scss */
#work .menubox1 .innerbox1 .row .right,
#work .menubox2 .innerbox1 .row .right {
  padding-left: 25px;
  font-size: 19px;
  font-weight: 300;
  color: #403d3c;
}
@media screen and (max-width: 980px) {
  /* line 100, ../sass/_work.scss */
  #work .menubox1 .innerbox1 .row .right,
  #work .menubox2 .innerbox1 .row .right {
    width: 100%;
    font-size: 1.5rem;
  }
}
/* line 114, ../sass/_work.scss */
#work .menubox1 .innerbox2,
#work .menubox2 .innerbox2 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 114, ../sass/_work.scss */
  #work .menubox1 .innerbox2,
  #work .menubox2 .innerbox2 {
    width: 100%;
  }
}
/* line 122, ../sass/_work.scss */
#work .menubox1 .innerbox2 .row,
#work .menubox2 .innerbox2 .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  /* line 122, ../sass/_work.scss */
  #work .menubox1 .innerbox2 .row,
  #work .menubox2 .innerbox2 .row {
    width: 100%;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
/* line 133, ../sass/_work.scss */
#work .menubox1 .innerbox2 .row .left,
#work .menubox2 .innerbox2 .row .left {
  display: flex;
  align-items: center;
  width: 300px;
  min-height: 60px;
  box-sizing: border-box;
  font-size: 22.3px;
  padding-left: 20px;
  background-color: #e4f1f1;
}
@media screen and (max-width: 980px) {
  /* line 133, ../sass/_work.scss */
  #work .menubox1 .innerbox2 .row .left,
  #work .menubox2 .innerbox2 .row .left {
    display: block;
    width: 100%;
    min-height: auto;
    font-size: 1.75rem;
    padding-top: 0.5rem;
  }
}
/* line 153, ../sass/_work.scss */
#work .menubox1 .innerbox2 .row .right,
#work .menubox2 .innerbox2 .row .right {
  display: flex;
  align-items: center;
  width: 900px;
  min-height: 60px;
  padding-left: 25px;
  font-size: 19px;
  font-weight: 400;
  color: #0f1657;
  background-color: #f5f5f5;
}
@media screen and (max-width: 980px) {
  /* line 153, ../sass/_work.scss */
  #work .menubox1 .innerbox2 .row .right,
  #work .menubox2 .innerbox2 .row .right {
    display: block;
    width: 100%;
    min-height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
/* line 175, ../sass/_work.scss */
#work .menubox1 .innerbox2 .note,
#work .menubox2 .innerbox2 .note {
  margin-top: 5px;
  margin-left: 300px;
  padding-left: 25px;
  font-size: 19px;
  color: #403d3c;
}
@media screen and (max-width: 980px) {
  /* line 175, ../sass/_work.scss */
  #work .menubox1 .innerbox2 .note,
  #work .menubox2 .innerbox2 .note {
    width: 100%;
    margin-left: 0;
    font-size: 1.5rem;
  }
}

/* line 4, ../sass/_about.scss */
#company_about .map_pc {
  display: block;
}
@media screen and (max-width: 980px) {
  /* line 4, ../sass/_about.scss */
  #company_about .map_pc {
    display: none;
  }
}
/* line 12, ../sass/_about.scss */
#company_about .map_sp {
  display: none;
}
@media screen and (max-width: 980px) {
  /* line 12, ../sass/_about.scss */
  #company_about .map_sp {
    display: block;
  }
}
/* line 21, ../sass/_about.scss */
#company_about .catchImage img {
  width: 100%;
}
/* line 26, ../sass/_about.scss */
#company_about .catch {
  padding-top: 70px;
  width: 1400px;
  margin: 0 auto;
  background-image: url(/img/greeting/bg01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 980px) {
  /* line 26, ../sass/_about.scss */
  #company_about .catch {
    width: 100%;
  }
}
/* line 41, ../sass/_about.scss */
#company_about .catch h3.mainWord {
  font-size: 42px;
  font-weight: 300;
  color: #0f1657;
}
/* line 50, ../sass/_about.scss */
#company_about .company_about_body {
  width: 1400px;
  margin: 0 auto;
  padding-top: 45px;
}
@media screen and (max-width: 980px) {
  /* line 50, ../sass/_about.scss */
  #company_about .company_about_body {
    width: 100%;
  }
}
/* line 59, ../sass/_about.scss */
#company_about .company_about_body .row {
  display: flex;
  align-items: center;
  width: 930px;
  margin: 0 auto;
  margin-bottom: 40px;
}
/* line 68, ../sass/_about.scss */
#company_about .company_about_body .row:last-child {
  margin-bottom: 80px;
}
/* line 72, ../sass/_about.scss */
#company_about .company_about_body .row .left {
  width: 197px;
  min-height: 60px;
  color: #0f1657;
  background-color: #e4f1f1;
  font-size: 22.3px;
  font-weight: 400;
}
/* line 81, ../sass/_about.scss */
#company_about .company_about_body .row .right {
  width: calc(930px - 197px);
  min-height: 60px;
  padding-left: 25px;
  font-size: 19px;
  color: #403d3c;
  background-color: #f5f5f5;
}
/* line 93, ../sass/_about.scss */
#company_about .map {
  width: 1400px;
  height: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 93, ../sass/_about.scss */
  #company_about .map {
    width: 100%;
  }
}

/* line 25, ../sass/styles.scss */
.mainBody {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 25, ../sass/styles.scss */
  .mainBody {
    width: 100%;
  }
}

/* line 35, ../sass/styles.scss */
.serif {
  font-family: 'Noto Serif JP', serif;
}

/* line 39, ../sass/styles.scss */
body,
html {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  /* line 39, ../sass/styles.scss */
  body,
  html {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
