@charset "UTF-8";
.area_kv .kv_decoration.profile {
  width: min(369 / 1320 * 100vw, 369px);
  right: 3.35em;
  bottom: -3.7em;
}
@media screen and (max-width: 768px) {
  .area_kv .kv_decoration.profile {
    width: min(412 / 750 * 100vw, 412px);
    right: 3.8%;
    bottom: 1.35em;
  }
}
.area_kv .kv_decoration.message {
  width: min(226 / 1320 * 100vw, 226px);
  right: 3.35em;
  bottom: -2.9em;
}
@media screen and (max-width: 768px) {
  .area_kv .kv_decoration.message {
    width: min(289 / 750 * 100vw, 289px);
    right: 7.7%;
    bottom: 1.5em;
  }
}

#company.profile .unchor {
  scroll-margin-top: 144px;
}
#company.profile #profile {
  margin-top: min(60 / 1320 * 100vw, 60px);
}
#company.profile #profile .dl_table {
  margin-top: min(56 / 1320 * 100vw, 56px);
}
@media screen and (max-width: 768px) {
  #company.profile #profile {
    margin-top: 2.6em;
  }
}
#company.profile #access {
  margin-top: min(120 / 1320 * 100vw, 120px);
}
#company.profile #access .box_access {
  margin-top: min(43 / 1320 * 100vw, 43px);
}
#company.profile #access .box_access.tokyo {
  margin-top: min(65 / 1320 * 100vw, 65px);
}
#company.profile #access .box_add {
  margin-top: min(10 / 1320 * 100vw, 10px);
  font-size: min(16 / 1320 * 100vw, 16px);
}
#company.profile #access .box_add .access {
  margin-top: 0.6em;
  color: #666;
}
#company.profile #access .box_map {
  width: 100%;
  height: min(500 / 1320 * 100vw, 500px);
  margin-top: min(24 / 1320 * 100vw, 24px);
}
#company.profile #access .box_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #company.profile #access {
    margin-top: 3.3em;
  }
  #company.profile #access .box_access {
    margin-top: 1em;
  }
  #company.profile #access .box_access.tokyo {
    margin-top: 3em;
  }
  #company.profile #access .box_add {
    margin-top: 0.2em;
    font-size: min(30 / 750 * 100vw, 30px);
  }
  #company.profile #access .box_add .access {
    font-size: min(28 / 750 * 100vw, 28px);
  }
  #company.profile #access .box_map {
    height: min(500 / 750 * 100vw, 500px);
    margin-top: 1em;
  }
}
#company.profile #history {
  margin-top: min(120 / 1320 * 100vw, 120px);
}
#company.profile #history .ol_history {
  margin-top: min(58 / 1320 * 100vw, 58px);
  border-bottom: 1px solid #ccc;
}
#company.profile #history .ol_history > li {
  border-top: 1px solid #ccc;
}
#company.profile #history .ol_history > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company.profile #history .ol_history > li dl dt {
  width: min(114 / 1320 * 100vw, 114px);
  padding: 0.65em 1em;
  font-size: min(24 / 1320 * 100vw, 24px);
  font-family: "Tektur", "NotoSansJP", sans-serif;
  color: #ec6400;
  text-align: right;
  letter-spacing: 0.04em;
}
#company.profile #history .ol_history > li dl dd {
  width: calc(100% - min(114 / 1320 * 100vw, 114px));
  font-size: min(16 / 1320 * 100vw, 16px);
}
#company.profile #history .ol_history > li dl dd, #company.profile #history .ol_history > li dl dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#company.profile #history .ol_history > li dl dd em {
  width: min(150 / 1320 * 100vw, 150px);
  padding-left: 3.4em;
}
#company.profile #history .ol_history > li dl dd em.month::before {
  content: "●";
  color: #ec6400;
  margin-right: 0.4em;
  font-size: min(12 / 1320 * 100vw, 12px);
  position: relative;
  top: -0.1em;
}
#company.profile #history .ol_history > li dl dd ul {
  margin: 1.6em 0;
}
#company.profile #history .ol_history > li dl dd ul li + li {
  margin-top: 0.4em;
}
#company.profile #history .ol_history > li dl dd .att {
  display: block;
  font-size: min(16 / 1320 * 100vw, 16px);
  color: #666;
}
@media screen and (max-width: 768px) {
  #company.profile #history {
    margin-top: 4.3em;
  }
  #company.profile #history .ol_history {
    margin-top: 1.9em;
  }
  #company.profile #history .ol_history > li dl dt {
    width: min(118 / 750 * 100vw, 118px);
    padding: 1.06em 0;
    font-size: min(36 / 750 * 100vw, 36px);
  }
  #company.profile #history .ol_history > li dl dd {
    width: calc(100% - min(118 / 750 * 100vw, 118px));
    font-size: min(30 / 750 * 100vw, 30px);
  }
  #company.profile #history .ol_history > li dl dd em {
    width: 5em;
    padding: 0 0 0 0.9em;
  }
  #company.profile #history .ol_history > li dl dd em.month::before {
    margin-right: 0.4em;
    font-size: min(22.5 / 750 * 100vw, 22.5px);
  }
  #company.profile #history .ol_history > li dl dd ul {
    margin: 1.6em 0;
  }
  #company.profile #history .ol_history > li dl dd ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.6;
  }
  #company.profile #history .ol_history > li dl dd ul li p {
    width: calc(100% - 5em);
  }
  #company.profile #history .ol_history > li dl dd ul li + li {
    margin-top: 0.8em;
  }
  #company.profile #history .ol_history > li dl dd .att {
    margin-top: 0.2em;
    font-size: min(28 / 750 * 100vw, 28px);
  }
}

#company.message #message {
  margin-top: min(60 / 1320 * 100vw, 60px);
}
#company.message #message .text_wrap {
  margin-top: min(48 / 1320 * 100vw, 48px);
}
#company.message #message .text_wrap .box_text p {
  font-size: min(16 / 1320 * 100vw, 16px);
  letter-spacing: -0.01em;
}
#company.message #message .text_wrap .box_text p + p {
  margin-top: 1.35em;
}
#company.message #message .text_wrap .box_text p strong {
  font-weight: 700;
}
#company.message #message .text_wrap .box_img {
  width: min(460 / 1320 * 100vw, 460px);
  padding: 0.35em 0 2em min(100 / 1320 * 100vw, 100px);
  float: right;
}
#company.message #message .text_wrap .box_img .img {
  width: min(360 / 1320 * 100vw, 360px);
  border-radius: 20px;
  overflow: hidden;
}
#company.message #message .text_wrap .box_img .box_name {
  margin-top: 1.2em;
  letter-spacing: 0.08em;
  text-align: center;
}
#company.message #message .text_wrap .box_img .box_name .post {
  font-size: min(16 / 1320 * 100vw, 16px);
}
#company.message #message .text_wrap .box_img .box_name .name {
  font-size: min(20 / 1320 * 100vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #company.message #message {
    margin-top: 2.5em;
  }
  #company.message #message .text_wrap {
    margin-top: 1.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #company.message #message .text_wrap .box_text p {
    font-size: min(30 / 750 * 100vw, 30px);
  }
  #company.message #message .text_wrap .box_text p + p {
    margin-top: 2em;
  }
  #company.message #message .text_wrap .box_img {
    width: 74%;
    margin: 1.5em auto 0;
    padding: 0;
    float: none;
  }
  #company.message #message .text_wrap .box_img .img {
    width: 100%;
    border-radius: 20px;
  }
  #company.message #message .text_wrap .box_img .box_name {
    margin-top: 0.9em;
    line-height: 1.7;
  }
  #company.message #message .text_wrap .box_img .box_name .post {
    font-size: min(30 / 750 * 100vw, 30px);
  }
  #company.message #message .text_wrap .box_img .box_name .name {
    font-size: min(36 / 750 * 100vw, 36px);
  }
}
#company.message #philosophy {
  margin-top: min(110 / 1320 * 100vw, 110px);
}
#company.message #philosophy .box_philosophy {
  height: min(300 / 1320 * 100vw, 300px);
  margin-top: min(58 / 1320 * 100vw, 58px);
  background: linear-gradient(135deg, #ec6400 0%, #f7ad09 100%);
  position: relative;
  background: url(../img/common/orangenoise.png) center;
  background-size: 1920px;
}
@media screen and (min-width: 1921px) {
  #company.message #philosophy .box_philosophy {
    background-size: cover;
  }
}
#company.message #philosophy .box_philosophy .inner {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#company.message #philosophy .box_philosophy .inner .txt_philosophy {
  color: #fff;
  font-size: min(32 / 1320 * 100vw, 32px);
  font-weight: 700;
  letter-spacing: 0.07em;
}
#company.message #philosophy .box_philosophy .inner .box_image {
  width: min(657 / 1320 * 100vw, 657px);
  height: min(504 / 1320 * 100vw, 504px);
  position: absolute;
  top: calc(min(94 / 1320 * 100vw, 94px) * -1);
  bottom: 0;
  right: calc(min(40 / 1320 * 100vw, 40px) * -1);
}
#company.message #philosophy .box_philosophy .inner .box_image .img {
  position: absolute;
  overflow: hidden;
}
#company.message #philosophy .box_philosophy .inner .box_image .img.img01 {
  width: 56.6210045662%;
  border-radius: 30px;
  top: 0;
  left: min(145 / 1320 * 100vw, 145px);
}
#company.message #philosophy .box_philosophy .inner .box_image .img.img02, #company.message #philosophy .box_philosophy .inner .box_image .img.img03 {
  border-radius: 20px;
}
#company.message #philosophy .box_philosophy .inner .box_image .img.img02 {
  width: 41.400304414%;
  bottom: 0;
}
#company.message #philosophy .box_philosophy .inner .box_image .img.img03 {
  width: 45.9665144597%;
  right: 0;
  bottom: min(60 / 1320 * 100vw, 60px);
}
@media screen and (max-width: 768px) {
  #company.message #philosophy {
    margin-top: 2.8em;
    padding-bottom: 3.6em;
    position: relative;
  }
  #company.message #philosophy .box_philosophy {
    height: min(442 / 750 * 100vw, 442px);
    margin: 2em 0 0;
    background: url(../img/common/orangenoise_sp.png) center;
    background-size: cover;
    position: static;
  }
  #company.message #philosophy .box_philosophy .inner {
    position: static;
  }
  #company.message #philosophy .box_philosophy .inner .txt_philosophy {
    font-size: min(48 / 750 * 100vw, 48px);
  }
  #company.message #philosophy .box_philosophy .inner .box_image {
    width: 100%;
    height: min(631 / 750 * 100vw, 631px);
    margin-top: -2em;
    top: auto;
    bottom: 0;
    right: 0;
  }
  #company.message #philosophy .box_philosophy .inner .box_image .img.img01 {
    width: 47.6%;
    border-radius: 15px;
    top: 0;
    left: auto;
    right: 9.4%;
  }
  #company.message #philosophy .box_philosophy .inner .box_image .img.img02, #company.message #philosophy .box_philosophy .inner .box_image .img.img03 {
    border-radius: 10px;
  }
  #company.message #philosophy .box_philosophy .inner .box_image .img.img02 {
    width: 38.5333333333%;
    left: 12%;
    bottom: 0;
  }
  #company.message #philosophy .box_philosophy .inner .box_image .img.img03 {
    width: 34.6666666667%;
    right: 4%;
    bottom: 2.2em;
  }
}
#company.message #conduct {
  margin-top: min(118 / 1320 * 100vw, 118px);
}
#company.message #conduct .txt_lead {
  margin-top: min(45 / 1320 * 100vw, 45px);
  font-size: min(16 / 1320 * 100vw, 16px);
}
#company.message #conduct .box_conduct {
  margin-top: min(40 / 1320 * 100vw, 40px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#company.message #conduct .box_conduct dl {
  width: min(360 / 1320 * 100vw, 360px);
}
#company.message #conduct .box_conduct dl dt {
  font-size: min(22 / 1320 * 100vw, 22px);
  font-weight: 700;
  color: #ec6400;
}
#company.message #conduct .box_conduct dl dd {
  margin-top: min(10 / 1320 * 100vw, 10px);
  font-size: min(16 / 1320 * 100vw, 16px);
}
#company.message #conduct .box_conduct dl dd .note {
  margin-top: min(22 / 1320 * 100vw, 22px);
}
#company.message #conduct .box_conduct dl dd .note a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#company.message #conduct .box_conduct dl dd .note a .icon {
  width: min(40 / 1320 * 100vw, 40px);
  display: block;
  background: #000;
  border-radius: 50%;
}
#company.message #conduct .box_conduct dl dd .note a .txt {
  margin: 0 0 0.1em 0.6em;
  position: relative;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#company.message #conduct .box_conduct dl dd .note a .txt::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  margin: 0 0 0.3em 0.5em;
  background-color: #000;
  -webkit-mask: url(../img/common/icon_target.svg);
          mask: url(../img/common/icon_target.svg);
  -webkit-mask-size: 16px;
          mask-size: 16px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  #company.message #conduct .box_conduct dl dd .note a:hover .txt {
    color: #ec6400;
  }
  #company.message #conduct .box_conduct dl dd .note a:hover .txt::after {
    background-color: #ec6400;
  }
}
@media screen and (max-width: 768px) {
  #company.message #conduct {
    margin-top: 2.7em;
  }
  #company.message #conduct .txt_lead {
    margin-top: 1.35em;
    font-size: min(30 / 750 * 100vw, 30px);
  }
  #company.message #conduct .box_conduct {
    margin-top: 0.9em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.7em 0;
  }
  #company.message #conduct .box_conduct dl {
    width: 100%;
  }
  #company.message #conduct .box_conduct dl dt {
    font-size: min(36 / 750 * 100vw, 36px);
  }
  #company.message #conduct .box_conduct dl dd {
    margin-top: 0.2em;
    font-size: min(30 / 750 * 100vw, 30px);
  }
  #company.message #conduct .box_conduct dl dd .note {
    margin: 1.4em 0 0 0.2em;
  }
  #company.message #conduct .box_conduct dl dd .note a .icon {
    width: min(75 / 750 * 100vw, 75px);
  }
  #company.message #conduct .box_conduct dl dd .note a .txt::after {
    width: min(31 / 750 * 100vw, 31px);
    height: min(25 / 750 * 100vw, 25px);
    -webkit-mask-size: min(31 / 750 * 100vw, 31px);
            mask-size: min(31 / 750 * 100vw, 31px);
  }
}
#company.message .box_note {
  margin-top: min(114 / 1320 * 100vw, 114px);
  padding: min(30 / 1320 * 100vw, 30px) min(48 / 1320 * 100vw, 48px);
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#company.message .box_note .text {
  font-weight: 700;
}
#company.message .box_note .note {
  width: min(340 / 1320 * 100vw, 340px);
  height: min(110 / 1320 * 100vw, 110px);
}
#company.message .box_note .note a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: min(28 / 1320 * 100vw, 28px) min(26 / 1320 * 100vw, 26px) min(28 / 1320 * 100vw, 28px) min(24 / 1320 * 100vw, 24px);
  border: 5px solid #000;
  border-radius: 20px;
  background: url(../img/top/note_pattern.gif) repeat center;
  background-size: 16px;
}
#company.message .box_note .note a .title {
  width: min(120 / 1320 * 100vw, 120px);
}
#company.message .box_note .note a .viewmore span {
  width: 100%;
  height: min(38 / 1320 * 100vw, 38px);
  font-size: min(16 / 1320 * 100vw, 16px);
  font-weight: 700;
  color: #000;
  line-height: min(38 / 1320 * 100vw, 38px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#company.message .box_note .note a .viewmore span .circle {
  width: min(38 / 1320 * 100vw, 38px);
  height: min(38 / 1320 * 100vw, 38px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#company.message .box_note .note a .viewmore span .circle::before, #company.message .box_note .note a .viewmore span .circle::after {
  width: 100%;
  height: 100%;
}
#company.message .box_note .note a .viewmore span .circle::before {
  background: #000;
}
#company.message .box_note .note a .viewmore span .circle::after {
  font-size: min(14 / 1320 * 100vw, 14px);
}
#company.message .box_note .note a:hover .viewmore span {
  padding-left: 0;
  -webkit-transform: translateX(0.6em);
          transform: translateX(0.6em);
}
#company.message .box_note .note a:hover .viewmore span .circle::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  #company.message .box_note {
    margin-top: 4.5em;
    padding: 1.4em 6.5% 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #company.message .box_note .text {
    font-size: min(32 / 750 * 100vw, 32px);
    text-align: center;
  }
  #company.message .box_note .note {
    width: 100%;
    height: min(194 / 750 * 100vw, 194px);
    margin-top: 0.8em;
  }
  #company.message .box_note .note a {
    padding: 1.8em 7.5%;
    border: 3px solid #000;
    border-radius: 10px;
    background-size: 8px;
  }
  #company.message .box_note .note a .title {
    width: min(213 / 750 * 100vw, 213px);
  }
  #company.message .box_note .note a .viewmore span {
    height: min(67 / 750 * 100vw, 38px);
    font-size: min(32 / 750 * 100vw, 16px);
    line-height: min(67 / 750 * 100vw, 38px);
  }
  #company.message .box_note .note a .viewmore span .circle {
    width: min(67 / 750 * 100vw, 38px);
    height: min(67 / 750 * 100vw, 38px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #company.message .box_note .note a .viewmore span .circle::after {
    font-size: min(30 / 750 * 100vw, 14px);
  }
}