@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/* -------------------------------------------
 initialize
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: .12em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body {
  color: #595757;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pwid";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  font-size: .078vw;
  /*@media (max-width:$breakpoint_sp) {
    font-size: .08vw;
  }*/
}

@media (max-width: 1300px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: .26vw;
  }
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  font-size: 100%;
}

main {
  display: block;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/* ----------------------------------------
 link-style 
 */
a {
  text-decoration: none;
}

a.no-link,
a.disable,
.disable a,
a.coming-soon {
  cursor: default !important;
  pointer-events: none;
}

a.disable,
.disable a {
  opacity: .5 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

.bottom-links a.disable {
  opacity: 1 !important;
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
    transition: opacity .3s;
  }
}

@media screen and (min-width: 1025px) {
  span.pc {
    display: inline !important;
  }
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}

/* ----------------------------------------
  responsible-contents  tablet 
*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}

/* ----------------------------------------
  responsible-contents  sp 
*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/*==================================================================================
 common
==================================================================================*/
.all-wrap {
  font-family: "Noto Sans JP", sans-serif;
}

.all-wrap img {
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.image {
  position: relative;
}

.js-scroll {
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.js-scroll.on {
  transform: translateY(0px);
  opacity: 1;
}

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 10rem;
  line-height: 1;
  background: rgba(21, 21, 21, 0.6);
  color: #fff;
  padding: 4rem 8rem;
  z-index: 100;
}

.caption.no-bg {
  background: none;
  color: #454D67;
}

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

.font-size0 {
  font-size: 0%;
}

.font-size5 {
  font-size: 5%;
}

.font-size10 {
  font-size: 10%;
}

.font-size15 {
  font-size: 15%;
}

.font-size20 {
  font-size: 20%;
}

.font-size25 {
  font-size: 25%;
}

.font-size30 {
  font-size: 30%;
}

.font-size35 {
  font-size: 35%;
}

.font-size40 {
  font-size: 40%;
}

.font-size45 {
  font-size: 45%;
}

.font-size50 {
  font-size: 50%;
}

.font-size55 {
  font-size: 55%;
}

.font-size60 {
  font-size: 60%;
}

.font-size65 {
  font-size: 65%;
}

.font-size70 {
  font-size: 70%;
}

.font-size75 {
  font-size: 75%;
}

.font-size80 {
  font-size: 80%;
}

.font-size85 {
  font-size: 85%;
}

.font-size90 {
  font-size: 90%;
}

.font-size95 {
  font-size: 95%;
}

.font-size100 {
  font-size: 100%;
}

.font-size105 {
  font-size: 105%;
}

.font-size110 {
  font-size: 110%;
}

.font-size115 {
  font-size: 115%;
}

.font-size120 {
  font-size: 120%;
}

.font-size125 {
  font-size: 125%;
}

.font-size130 {
  font-size: 130%;
}

.font-size135 {
  font-size: 135%;
}

.font-size140 {
  font-size: 140%;
}

.font-size145 {
  font-size: 145%;
}

.font-size150 {
  font-size: 150%;
}

.font-size155 {
  font-size: 155%;
}

.font-size160 {
  font-size: 160%;
}

.font-size165 {
  font-size: 165%;
}

.font-size170 {
  font-size: 170%;
}

.font-size175 {
  font-size: 175%;
}

.font-size180 {
  font-size: 180%;
}

.font-size185 {
  font-size: 185%;
}

.font-size190 {
  font-size: 190%;
}

.font-size195 {
  font-size: 195%;
}

.font-size200 {
  font-size: 200%;
}

.font-size205 {
  font-size: 205%;
}

.font-size210 {
  font-size: 210%;
}

.font-size215 {
  font-size: 215%;
}

.font-size220 {
  font-size: 220%;
}

.font-size225 {
  font-size: 225%;
}

.font-size230 {
  font-size: 230%;
}

.font-size235 {
  font-size: 235%;
}

.font-size240 {
  font-size: 240%;
}

.font-size245 {
  font-size: 245%;
}

.font-size250 {
  font-size: 250%;
}

.font-size255 {
  font-size: 255%;
}

.font-size260 {
  font-size: 260%;
}

.font-size265 {
  font-size: 265%;
}

.font-size270 {
  font-size: 270%;
}

.font-size275 {
  font-size: 275%;
}

.font-size280 {
  font-size: 280%;
}

.font-size285 {
  font-size: 285%;
}

.font-size290 {
  font-size: 290%;
}

.font-size295 {
  font-size: 295%;
}

.font-size300 {
  font-size: 300%;
}

.font-size305 {
  font-size: 305%;
}

.font-size310 {
  font-size: 310%;
}

.font-size315 {
  font-size: 315%;
}

.font-size320 {
  font-size: 320%;
}

.font-size325 {
  font-size: 325%;
}

.font-size330 {
  font-size: 330%;
}

.font-size335 {
  font-size: 335%;
}

.font-size340 {
  font-size: 340%;
}

.font-size345 {
  font-size: 345%;
}

.font-size350 {
  font-size: 350%;
}

.font-size355 {
  font-size: 355%;
}

.font-size360 {
  font-size: 360%;
}

.font-size365 {
  font-size: 365%;
}

.font-size370 {
  font-size: 370%;
}

.font-size375 {
  font-size: 375%;
}

.font-size380 {
  font-size: 380%;
}

.font-size385 {
  font-size: 385%;
}

.font-size390 {
  font-size: 390%;
}

.font-size395 {
  font-size: 395%;
}

.font-size400 {
  font-size: 400%;
}

.font-size405 {
  font-size: 405%;
}

.font-size410 {
  font-size: 410%;
}

.font-size415 {
  font-size: 415%;
}

.font-size420 {
  font-size: 420%;
}

.font-size425 {
  font-size: 425%;
}

.font-size430 {
  font-size: 430%;
}

.font-size435 {
  font-size: 435%;
}

.font-size440 {
  font-size: 440%;
}

.font-size445 {
  font-size: 445%;
}

.font-size450 {
  font-size: 450%;
}

.font-size455 {
  font-size: 455%;
}

.font-size460 {
  font-size: 460%;
}

.font-size465 {
  font-size: 465%;
}

.font-size470 {
  font-size: 470%;
}

.font-size475 {
  font-size: 475%;
}

.font-size480 {
  font-size: 480%;
}

.font-size485 {
  font-size: 485%;
}

.font-size490 {
  font-size: 490%;
}

.font-size495 {
  font-size: 495%;
}

.font-size500 {
  font-size: 500%;
}

.swipe {
  display: none;
}

@media screen and (max-width: 768px) {
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe {
    display: block;
    text-align: center;
    width: 90%;
    margin: 20px auto;
  }
  .swipe img {
    width: 300px !important;
  }
  .cap-sp {
    font-size: 11px;
    margin: 6px 10px 0 0;
    text-align: right;
  }
}

.js-scroll {
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.js-scroll.on {
  transform: translateY(0px);
  opacity: 1;
}

.pagetop {
  position: fixed;
  z-index: 10;
  bottom: 15rem;
  right: 15rem;
}

.page-annotation {
  position: relative;
  z-index: 2;
  padding-top: 50rem;
  padding-bottom: 45rem;
  font-size: 11px;
  line-height: 1.5;
}

.page-annotation p {
  line-height: 1.5;
  letter-spacing: .1em;
}

.wrap {
  width: 94%;
  margin: 0 auto;
}

.all-wrap {
  position: relative;
  z-index: 1;
}

/*==================================================================================
 site-header
==================================================================================*/
/*==================================================================================
 siteFooter
==================================================================================*/
main {
  position: relative;
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .printBtn,
  .btns,
  .pageTop,
  .sp {
    display: none !important;
  }
}

#top {
  overflow: hidden;
  font-weight: 600;
  color: #000;
}

#top video {
  width: 100%;
  height: auto;
}

#top .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20rem 35rem;
  z-index: 10;
  box-sizing: border-box;
  height: 90px;
  background-color: #fff;
}

#top .site-header .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 250rem;
}

#top .sp-content {
  position: relative;
  margin: 0 auto;
  width: 25%;
  max-width: 798px;
  z-index: 11;
}

#top .pc-contents {
  position: fixed;
  bottom: 0;
  min-width: 37.5%;
  width: 369rem;
  width: calc((100% - 798px) / 2);
  height: calc(100% - 90px);
  background: url(../images/top/left-bg.jpg);
  background-size: cover;
}

#top .pc-contents .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

#top .pc-contents .messages {
  position: absolute;
}

#top .pc-contents.left {
  left: 0;
}

#top .pc-contents.left .content {
  width: 200rem;
}

#top .pc-contents.left .content .house {
  padding-bottom: 25rem;
}

#top .pc-contents.left .content li {
  margin-bottom: 12rem;
  box-shadow: 0px 6rem 8rem #aaa;
}

#top .pc-contents.left .top {
  top: 3%;
  left: 5%;
  width: 55%;
}

#top .pc-contents.left .bottom {
  bottom: 3%;
  right: 5%;
  width: 51%;
}

#top .pc-contents.right {
  right: 0;
  background-image: url(../images/top/right-bg.jpg);
}

#top .pc-contents.right ul {
  display: flex;
  justify-content: space-between;
}

#top .pc-contents.right ul li {
  width: 48%;
}

#top .pc-contents.right ul li.list01 a {
  pointer-events: none;
}

#top .pc-contents.right .top {
  top: 3%;
  right: 5%;
  width: 55%;
}

#top .pc-contents.right .bottom {
  bottom: 3%;
  right: 5%;
  width: 71%;
}

#top .js-scroll {
  transition: opacity 1.2s,transform 1.2s;
  opacity: 0;
  transform: translateY(30rem);
}

#top .js-scroll.on {
  opacity: 1;
  transform: translateY(0);
}

#top .main-visual {
  padding-bottom: 30rem;
}

#top .cv-area {
  padding-bottom: 55rem;
  margin: auto;
  width: 90%;
}

#top .cv-area .title {
  margin: auto;
  width: 280rem;
  padding-bottom: 25rem;
}

#top .cv-area .cv-buttons {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15rem;
}

#top .cv-area .cv-buttons li {
  width: 49%;
}

#top .cv-area .cv-buttons li a {
  display: block;
  padding: 13rem;
  text-align: center;
  color: #fff;
  background-color: #11562e;
}

#top .cv-area .cv-buttons li .tel-icon {
  width: 15rem;
  margin-right: 5rem;
}

#top .cv-area .cv-buttons li .txt01 {
  font-size: 21rem;
}

#top .cv-area .cv-buttons li .txt02 {
  padding-top: 4rem;
  font-size: 10rem;
}

#top .cv-area .cv-buttons li .txt03 {
  font-size: 21rem;
  letter-spacing: 0;
}

#top .cv-area .cv-buttons .btn02 a {
  padding: 25rem 5rem;
  background-color: #eb6100;
}

#top .apeal-points {
  margin: auto;
  width: 90%;
  padding-bottom: 37rem;
}

#top .apeal-points li {
  padding-bottom: 18rem;
}

#top .questions {
  margin: auto;
  width: 90%;
  padding-bottom: 50rem;
}

#top .questions .title {
  margin: auto;
  width: 294rem;
  padding-bottom: 35rem;
}

#top .questions .question {
  font-weight: bold;
  background-color: #1f923f;
  border-radius: 12rem;
  margin-bottom: 18rem;
  padding: 20rem 25rem;
  color: #fff;
  font-size: 20rem;
}

#top .questions .question .in {
  position: relative;
  display: block;
  padding-left: 28rem;
  line-height: 1.5;
}

#top .questions .question .in .q {
  position: absolute;
  top: 4rem;
  left: 0;
}

#top .questions .answer {
  border: 2px solid #19993f;
  border-radius: 12rem;
  margin-bottom: 18rem;
  padding: 20rem 25rem;
  font-size: 18rem;
  line-height: 1.5;
}

#top .questions .answer .a {
  line-height: 1.8;
}

#top .questions .answer .text {
  line-height: 1.5;
}

#top .page-captions {
  padding-bottom: 40rem;
  font-size: 12rem;
  margin: auto;
  width: 90%;
}

#top .page-captions .text {
  padding-bottom: 3rem;
  line-height: 1.7;
}

#top .page-captions .youken dt {
  line-height: 1.7;
}

#top .page-captions .youken dd {
  line-height: 1.7;
}

#top .site-footer {
  background-color: #4ca95a;
  padding-top: 55rem;
  color: #fff;
  padding-bottom: 110rem;
}

#top .site-footer a {
  color: #fff;
}

#top .site-footer .footer-logo {
  margin: auto;
  width: 134rem;
  padding-bottom: 36rem;
}

#top .site-footer .lists, #top .site-footer .lists02 {
  margin: auto;
  width: 90%;
}

#top .site-footer .lists a, #top .site-footer .lists02 a {
  display: block;
  position: relative;
  padding: 10rem;
}

#top .site-footer .lists a::after, #top .site-footer .lists02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#top .site-footer .lists {
  font-size: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #fff;
}

#top .site-footer .lists02 {
  font-size: 10rem;
  display: flex;
  justify-content: center;
  gap: 20rem;
}

#top .site-footer .copyright {
  display: block;
  margin: auto;
  width: 90%;
  text-align: center;
  font-size: 10rem;
  padding-top: 55rem;
}

#top .fixed-cv-wrap {
  position: fixed;
  bottom: 0;
  left: auto;
  right: auto;
  width: 25%;
  max-width: 798px;
  background-color: #fff;
  padding: 18rem;
  box-sizing: border-box;
}

#top .fixed-cv-wrap ul {
  display: flex;
  justify-content: space-between;
}

#top .fixed-cv-wrap li {
  width: 49%;
}

@media (max-width: 768px) {
  #top .site-header {
    padding: 11rem 12rem;
    height: 60px;
    z-index: 12;
  }
  #top .site-header .logo {
    width: 180rem;
  }
  #top .pc-contents {
    display: none;
  }
  #top .sp-content {
    position: relative;
    padding-top: 60px;
    width: 100%;
    max-width: inherit;
  }
  #top .cv-area {
    padding-bottom: 45rem;
  }
  #top .cv-area .title {
    width: 75%;
    padding-bottom: 25rem;
  }
  #top .cv-area .cv-buttons {
    padding-bottom: 15rem;
  }
  #top .cv-area .cv-buttons li a {
    padding: 13rem;
  }
  #top .cv-area .cv-buttons li .tel-icon {
    width: 15rem;
    margin-right: 5rem;
  }
  #top .cv-area .cv-buttons li .txt01 {
    font-size: 14rem;
  }
  #top .cv-area .cv-buttons li .txt02 {
    padding-top: 4rem;
    font-size: 7rem;
  }
  #top .cv-area .cv-buttons li .txt03 {
    font-size: 16rem;
  }
  #top .cv-area .cv-buttons .btn02 a {
    padding: 19rem 5rem;
  }
  #top .apeal-points {
    padding-bottom: 37rem;
  }
  #top .apeal-points li {
    padding-bottom: 18rem;
  }
  #top .questions {
    padding-bottom: 50rem;
  }
  #top .questions .title {
    width: 83%;
    padding-bottom: 35rem;
  }
  #top .questions .question {
    border-radius: 12rem;
    margin-bottom: 18rem;
    padding: 20rem 25rem;
    font-size: 12.5rem;
  }
  #top .questions .question .in {
    padding-left: 28rem;
    line-height: 1.5;
  }
  #top .questions .question .in .q {
    position: absolute;
    top: 4rem;
    left: 0;
  }
  #top .questions .answer {
    border: 2px solid #19993f;
    border-radius: 12rem;
    margin-bottom: 18rem;
    padding: 14rem 15rem;
    font-size: 11.3rem;
  }
  #top .questions .answer .a {
    line-height: 1.8;
  }
  #top .questions .answer .text {
    line-height: 1.7;
  }
  #top .page-captions {
    padding-bottom: 40rem;
    font-size: 12rem;
    margin: auto;
    width: 90%;
  }
  #top .page-captions .text {
    padding-bottom: 3rem;
    line-height: 1.7;
  }
  #top .page-captions .youken dt {
    line-height: 1.7;
  }
  #top .page-captions .youken dd {
    line-height: 1.7;
  }
  #top .site-footer {
    background-color: #4ca95a;
    padding-top: 55rem;
    color: #fff;
    padding-bottom: 110rem;
  }
  #top .site-footer a {
    color: #fff;
  }
  #top .site-footer .footer-logo {
    margin: auto;
    width: 134rem;
    padding-bottom: 36rem;
  }
  #top .site-footer .lists, #top .site-footer .lists02 {
    margin: auto;
    width: 90%;
  }
  #top .site-footer .lists a, #top .site-footer .lists02 a {
    display: block;
    position: relative;
    padding: 10rem;
  }
  #top .site-footer .lists a::after, #top .site-footer .lists02 a::after {
    width: 3rem;
    height: 3rem;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
  }
  #top .site-footer .lists {
    font-size: 7rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid #fff;
  }
  #top .site-footer .lists02 {
    font-size: 8rem;
    display: flex;
    justify-content: center;
    gap: 20rem;
  }
  #top .site-footer .copyright {
    display: block;
    margin: auto;
    width: 90%;
    text-align: center;
    font-size: 10rem;
    padding-top: 55rem;
  }
  #top .fixed-cv-wrap {
    width: 100%;
    padding: 18rem;
  }
}

@media screen and (max-width: 768px) {
  /*====================================
 common
======================================*/
  main img {
    width: 100%;
  }
}

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