@charset "UTF-8";
html {
  overflow-y: scroll;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

a {
  background: transparent;
  color: currentColor;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

img {
  border-style: none;
}

li {
  list-style: none;
}

summary {
  display: list-item;
}

hr {
  overflow: visible;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #333;
}

sub, sup {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input:not([type=checkbox]), button, textarea, select {
  border-radius: 0;
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  overflow: auto;
}

button {
  overflow: visible;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  -webkit-appearance: none;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: inherit;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 48em) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

.pcm_none {
  display: none;
}
@media screen and (min-width: 75em) {
  .pcm_none {
    display: inline-block;
  }
}
.pcm_none_block {
  display: none;
}
@media screen and (min-width: 75em) {
  .pcm_none_block {
    display: block;
  }
}
.pcm_none_flex {
  display: none;
}
@media screen and (min-width: 75em) {
  .pcm_none_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pcs_none {
  display: none;
}
@media screen and (min-width: 64em) {
  .pcs_none {
    display: inline-block;
  }
}
.pcs_none_block {
  display: none;
}
@media screen and (min-width: 64em) {
  .pcs_none_block {
    display: block;
  }
}
.pcs_none_flex {
  display: none;
}
@media screen and (min-width: 64em) {
  .pcs_none_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tab_none {
  display: none;
}
@media screen and (min-width: 48em) {
  .tab_none {
    display: inline-block;
  }
}
.tab_none_block {
  display: none;
}
@media screen and (min-width: 48em) {
  .tab_none_block {
    display: block;
  }
}
.tab_none_flex {
  display: none;
}
@media screen and (min-width: 48em) {
  .tab_none_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp_none {
  display: none;
}
@media screen and (min-width: 23.4375em) {
  .sp_none {
    display: inline-block;
  }
}
.sp_none_block {
  display: none;
}
@media screen and (min-width: 23.4375em) {
  .sp_none_block {
    display: block;
  }
}
.sp_none_flex {
  display: none;
}
@media screen and (min-width: 23.4375em) {
  .sp_none_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.xs_none {
  display: none;
}
@media screen and (min-width: 20em) {
  .xs_none {
    display: inline-block;
  }
}
.xs_none_block {
  display: none;
}
@media screen and (min-width: 20em) {
  .xs_none_block {
    display: block;
  }
}
.xs_none_flex {
  display: none;
}
@media screen and (min-width: 20em) {
  .xs_none_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 75em) {
  .pcm_only {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .pcs_only {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .tab_only {
    display: none;
  }
}

@media screen and (min-width: 23.4375em) {
  .sp_only {
    display: none;
  }
}

@media screen and (min-width: 20em) {
  .xs_only {
    display: none;
  }
}

.el_button,
.el_button_02 {
  width: 100%;
}

.el_button {
  max-width: 242px;
}
.el_button_02 {
  max-width: 360px;
}

.el_button_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 18px 8px;
  background: #ff8930;
  border: 1px #ff8930 solid;
}
.el_button_link .el_button_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.el_button_link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .el_button_link:hover .el_button_inner {
    color: #ff8930;
  }
  .el_button_link:hover::after {
    width: 100%;
  }
}

.el_icon {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.el_icon.el_icon__external {
  background-image: url("../img/common/icon_window_restore_02.svg");
}
@media (hover: hover) {
  .el_button_link:hover .el_icon.el_icon__external {
    background-image: url("../img/common/icon_window_restore_03.svg");
  }
}

.el_arrow {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.el_arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px #ff8930 solid;
  border-right: 2px #ff8930 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.el_anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (min-width: 48em) {
  .el_anchor {
    margin-top: -132px;
    padding-top: 132px;
  }
}

.bl_google_map {
  margin-top: 40px;
}
.bl_google_map iframe {
  width: 100%;
  height: 330px;
  vertical-align: bottom;
}
@media screen and (min-width: 48em) {
  .bl_google_map iframe {
    height: 400px;
  }
}

body {
  overflow: hidden;
  position: relative;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  word-wrap: break-word;
  margin: 0 auto;
  overflow-wrap: break-word;
}
body.js_navOpenFixed {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: visible;
}

.hp_noscript {
  padding: 10px 0;
  background: #fff;
  font-weight: 600;
  text-align: center;
}

.ly_header {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 991;
  height: 120px;
  background: transparent;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 48em) {
  .ly_header {
    height: 167px;
    padding-top: 0;
  }
}
.ly_header.js_navOpen {
  background: rgba(255, 255, 255, 0.95) !important;
}
.ly_header .bl_headerUtils_logoImage img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.ly_header.js_headerChenge {
  background: #fff;
  height: 80px;
}
.ly_header.js_headerChenge .bl_headerUtils {
  height: 80px;
}
.ly_header.js_headerChenge .bl_headerUtils_logoImage img {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.ly_header.js_headerChenge .bl_headerNavigation {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 48em) {
  .ly_header.js_headerChenge .bl_headerNavigation {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .ly_header.js_headerChenge {
    height: 132px;
  }
  .ly_header.js_headerChenge .bl_headerUtils {
    height: 132px;
  }
  .ly_header.js_headerChenge .bl_headerUtils_logoImage img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (min-width: 48em) {
  .ly_header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: 100%;
    max-width: calc(1200px + (20px * 2));
    margin: 0 auto;
    padding: 0 20px;
  }
}

.bl_headerUtils {
  height: 120px;
  padding: 0 20px;
}
@media screen and (min-width: 48em) {
  .bl_headerUtils {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
            flex: 0 0 105px;
    height: 167px;
    padding: 0;
  }
}
.bl_headerUtils .bl_headerUtils_logo {
  display: inline-block;
  margin-top: 15px;
}

.ly_NavToggle {
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .ly_NavToggle {
    display: none;
  }
}
.ly_header.js_navOpen .ly_NavToggle {
  position: fixed;
}

.ly_NavToggle_line {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 35px;
  height: 1px;
  background: #333;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.ly_NavToggle_line:nth-of-type(1) {
  margin-top: -5px;
}
.ly_NavToggle_line:nth-of-type(2) {
  margin-top: 5px;
}
.ly_header.js_navOpen .ly_NavToggle_line:nth-of-type(1) {
  -webkit-transform: translateX(50%) rotate(135deg);
          transform: translateX(50%) rotate(135deg);
  margin-top: 0;
}
.ly_header.js_navOpen .ly_NavToggle_line:nth-of-type(2) {
  -webkit-transform: translateX(50%) rotate(-135deg);
          transform: translateX(50%) rotate(-135deg);
  margin-top: 0;
}

.bl_headerNavigation {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 48em) {
  .bl_headerNavigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 1080px;
            flex: 0 1 1080px;
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    height: auto;
    background: transparent;
    -webkit-transform: none;
            transform: none;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.ly_header.js_navOpen .bl_headerNavigation {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.bl_headerNavigation_inner {
  overflow-y: auto;
  max-width: 375px;
  height: 100%;
  margin-left: auto;
  padding: 0 32px 20px;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 48em) {
  .bl_headerNavigation_inner {
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow-y: visible;
    max-width: none;
    height: auto;
    margin-left: 0;
    padding: 11px 0 0;
  }
}
@media screen and (min-width: 64em) {
  .bl_headerNavigation_inner {
    padding-top: 25px;
  }
}

.bl_headerNavigation_list, .bl_headerNavigation_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 48em) {
  .bl_headerNavigation_list, .bl_headerNavigation_contact {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}
.bl_headerNavigation_list {
  gap: 36px 30px;
  margin-top: 30px;
  font-weight: 700;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 48em) {
  .bl_headerNavigation_list {
    gap: 12px 3.7%;
    margin-top: 0;
    padding: 0;
  }
  .bl_headerNavigation_list .bl_headerNavigation_link::after {
    content: none;
  }
}
.bl_headerNavigation_contact {
  margin-top: 35px;
  row-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48em) {
  .bl_headerNavigation_contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 30px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.bl_headerNavigation_contact .bl_headerNavigation_item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.bl_headerNavigation_contact .bl_headerNavigation_link {
  padding: 12px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #ff8930 solid;
}
.bl_headerNavigation_contact .bl_headerNavigation_link .el_button_inner {
  letter-spacing: 0;
}
@media screen and (min-width: 48em) {
  .bl_headerNavigation_contact .bl_headerNavigation_link {
    padding: 7px 8px;
    border-color: #333;
    background: transparent;
  }
  .bl_headerNavigation_contact .bl_headerNavigation_link .el_button_inner {
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .bl_headerNavigation_contact .bl_headerNavigation_link .el_icon.el_icon__external {
    background-image: url("../img/common/icon_window_restore.svg");
  }
}
@media screen and (min-width: 48em) and (hover: hover) {
  .bl_headerNavigation_contact .bl_headerNavigation_link:hover {
    border-color: #ff8930;
  }
  .bl_headerNavigation_contact .bl_headerNavigation_link:hover .el_button_inner {
    color: #fff;
  }
  .bl_headerNavigation_contact .bl_headerNavigation_link:hover .el_icon.el_icon__external {
    background-image: url("../img/common/icon_window_restore_02.svg");
  }
  .bl_headerNavigation_contact .bl_headerNavigation_link:hover::after {
    background: #ff8930;
  }
}
.bl_headerNavigation_contact .el_button {
  max-width: none;
}
@media screen and (min-width: 48em) {
  .bl_headerNavigation_contact .el_button {
    max-width: 162px;
  }
}
.bl_headerNavigation_contact .el_button.bl_headerNavigation_entry .bl_headerNavigation_link {
  border: 1px #ffc89c solid;
  background: #ffc89c;
}
.bl_headerNavigation_contact .el_button.bl_headerNavigation_entry .el_button_inner {
  color: #333;
}
.bl_headerNavigation_contact .el_button.bl_headerNavigation_entry .el_icon.el_icon__external {
  background-image: url("../img/common/icon_window_restore.svg");
}
.bl_headerNavigation_contact .bl_headerNavigation_tel figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_headerNavigation_contact .bl_headerNavigation_tel figure img {
  width: 100%;
  max-width: 277px;
}

.bl_headerNavigation_item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 23.4375em) {
  .bl_headerNavigation_item {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
  }
}
@media screen and (min-width: 48em) {
  .bl_headerNavigation_item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.bl_headerNavigation_button .bl_headerNavigation_item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 48em) {
  .bl_headerNavigation_button .bl_headerNavigation_item:not(:first-child) {
    margin-top: 0;
  }
}

.bl_headerNavigation_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.005em;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px #e4e1e1 solid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .bl_headerNavigation_link {
    padding: 0;
    border: none;
    line-height: 1;
  }
}
.bl_headerNavigation_list .bl_headerNavigation_link {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .bl_headerNavigation_list .bl_headerNavigation_link:hover {
    opacity: 0.7;
  }
}

.bl_pageTitle {
  padding-top: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48em) {
  .bl_pageTitle {
    padding-top: 202px;
  }
}
.bl_pageTitle__english {
  color: #ff8930;
  font-size: 2rem;
  line-height: 1.4643;
}
@media screen and (min-width: 48em) {
  .bl_pageTitle__english {
    font-size: 2.8rem;
  }
}
.bl_pageTitle__japanese {
  margin-top: 18px;
  font-size: 2.8rem;
  line-height: 1.4667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em) {
  .bl_pageTitle__japanese {
    font-size: 4.5rem;
  }
}

.un_breadcrumb {
  margin-top: 15px;
}
@media screen and (min-width: 48em) {
  .un_breadcrumb {
    margin-top: 20px;
  }
}
.un_breadcrumb ul {
  letter-spacing: -0.5em;
}
.un_breadcrumb li {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: normal;
}
.un_breadcrumb li::after {
  content: "＞";
}
.un_breadcrumb li:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
.un_breadcrumb li:last-of-type::after {
  content: none;
}
.un_breadcrumb li:last-of-type a {
  cursor: default;
  pointer-events: none;
}
.un_breadcrumb a {
  padding-right: 5px;
  color: #333;
}
.un_breadcrumb a:hover {
  color: #ff8930;
}

.ly_main {
  margin: 50px auto 0;
}
@media screen and (min-width: 48em) {
  .ly_main {
    margin-top: 0;
  }
}
body.home .ly_main {
  margin-top: 0;
}

.ly_content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(1200px + (20px * 2));
  padding: 0 20px;
}

.bl_mainvisual {
  background: #fff2e8;
}
.bl_mainvisual_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 48em) {
  .bl_mainvisual_top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 48em) {
  .bl_mainvisual_innner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    max-width: calc(1200px + (20px * 2));
    height: 640px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
}
.bl_mainvisual_bottom img {
  width: 100%;
}
.bl_mainvisual__text {
  width: 90.6667%;
  margin-left: 28px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .bl_mainvisual__text {
    width: 66%;
    margin-left: 0;
  }
}
.bl_mainvisual__image {
  margin-top: -21.3334%;
  position: relative;
  left: 20px;
  width: 102.4%;
  max-width: 768px;
}
@media screen and (min-width: 48em) {
  .bl_mainvisual__image {
    position: absolute;
    right: -20%;
    left: auto;
    width: 76%;
    max-width: 910px;
    margin-top: auto;
  }
}

.ly_underlayerMainvisual {
  position: relative;
  width: 100%;
  min-height: 392px;
}
@media screen and (min-width: 48em) {
  .ly_underlayerMainvisual {
    min-height: 623px;
  }
}
.ly_underlayerMainvisual::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff2e8;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .ly_underlayerMainvisual::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 47.352%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 47.352%, 0% 100%);
  }
}

.js_accordion_button {
  position: relative;
}
.js_accordion_button::before, .js_accordion_button::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 12px;
  height: 1px;
  background: #333;
}
@media screen and (min-width: 48em) {
  .js_accordion_button::before, .js_accordion_button::after {
    right: 24px;
  }
}
.js_accordion_button::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.js_accordion_button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is_open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_accordion {
  border-top: 1px #e4e1e1 solid;
}
.bl_accordion_item {
  padding: 20px 0;
  border-bottom: 1px #e4e1e1 solid;
}
.bl_accordion__title {
  width: 100%;
  padding-right: 40px;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .bl_accordion__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 60px;
  }
}

footer {
  background: #fbfbfb;
}
body.error404 footer {
  background: #fff;
}

.ly_footer {
  padding-top: 85px;
}
@media screen and (min-width: 48em) {
  .ly_footer {
    padding-top: 130px;
  }
}

.bl_entry {
  position: relative;
}
@media screen and (min-width: 48em) {
  .bl_entry_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: calc(1200px + (20px * 2));
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px clamp(104px, 13.5%, 266px);
  }
}
.bl_entry_content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(1200px + (20px * 2));
  padding: 0 20px;
}
@media screen and (min-width: 48em) {
  .bl_entry_content {
    width: 47.5%;
    max-width: none;
    padding: 0;
  }
}
.bl_entry_content .el_button {
  margin: 50px auto 0;
}
@media screen and (min-width: 48em) {
  .bl_entry_content .el_button {
    margin-top: 44px;
    position: relative;
    z-index: 1;
  }
}
.bl_entry_image {
  margin-top: 30px;
  padding-bottom: 55px;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
}
@media screen and (min-width: 23.4375em) {
  .bl_entry_image {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 48em) {
  .bl_entry_image {
    margin-top: 0;
    padding-bottom: 0;
    width: 52.5%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  }
}
.bl_entry__title {
  font-size: 2.6rem;
  letter-spacing: 0.005em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .bl_entry__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 64em) {
  .bl_entry__title {
    font-size: 3.3rem;
  }
}
.bl_entry__lead {
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .bl_entry__lead {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .bl_entry__lead {
    font-size: 1.6rem;
  }
}

.bl_contact {
  margin-top: 50px;
}
@media screen and (min-width: 64em) {
  .bl_contact {
    margin-top: -104px;
  }
}
@media screen and (min-width: 64em) {
  .bl_contact_content {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 34px;
    margin-top: 34px;
  }
}
.bl_contact_content .ly_footer_logo {
  display: none;
}
@media screen and (min-width: 64em) {
  .bl_contact_content .ly_footer_logo {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .bl_contact_summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    width: 788px;
  }
}
.bl_contact_summary .el_button_02 {
  margin: 30px auto 0;
}
@media screen and (min-width: 64em) {
  .bl_contact_summary .el_button_02 {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .bl_contact__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
  .bl_contact__title .bl_heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bl_contact__title .bl_heading__japanese {
    padding-bottom: 0;
  }
}
.bl_contact__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
}
.bl_contact__tel {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .bl_contact__tel {
    width: 394px;
    margin-top: 0;
  }
}
.bl_contact__tel img {
  width: 100%;
  max-width: 314px;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .bl_contact__tel img {
    max-width: none;
    padding: 10px 0;
  }
}
@media screen and (min-width: 64em) {
  .bl_contact__tel figcaption {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.bl_contact__note {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .bl_contact__note {
    text-align: right;
  }
}
.bl_contact__note .el_note {
  display: inline-block;
}

.ly_copyright {
  margin-top: 60px;
  padding: 7px 20px;
  background: #ff8930;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .ly_copyright {
    padding: 15px 20px;
  }
}

.ly_pageTop {
  position: fixed;
  right: 7px;
  bottom: 44px;
  z-index: 5;
  background: #ff8930;
}
@media screen and (min-width: 48em) {
  .ly_pageTop {
    right: 18px;
    bottom: 68px;
  }
}

.bl_pageTopLink {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 8px;
  background: #fff;
  border: 1px #ff8930 solid;
}
@media screen and (min-width: 48em) {
  .bl_pageTopLink {
    width: 42px;
    height: 42px;
    padding: 12px 13px;
  }
}
.bl_pageTopLink::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-width: 0 6.5px 12px 6.5px;
  border-color: transparent transparent #ff8930 transparent;
  border-style: solid;
}
@media screen and (min-width: 48em) {
  .bl_pageTopLink::after {
    border-width: 0 10px 18px 10px;
  }
}
@media (hover: hover) {
  .bl_pageTopLink:hover {
    opacity: 0.8;
  }
}

.ly_entryFixed {
  display: none;
}
@media screen and (min-width: 48em) {
  .ly_entryFixed {
    display: block;
    position: fixed;
    bottom: 180px;
    right: 0;
    z-index: 999;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .ly_entryFixed .el_button {
    max-width: none;
  }
  .ly_entryFixed .el_button_link {
    width: 81px;
    padding: 47px 21px;
    border-radius: 12px 0 0 12px;
    border: 3px #fff solid;
    border-right: none;
  }
  .ly_entryFixed .el_button_link .el_button_inner {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 2.4rem;
  }
  .ly_entryFixed .el_icon {
    margin-left: 0;
    margin-top: 16px;
    width: 28px;
    height: 28px;
  }
  .ly_entryFixed.js_entryButton {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.el_screenReaderText {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
}

.bl_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_heading__english {
  color: #ff8930;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (min-width: 48em) {
  .bl_heading__english {
    font-size: 2.8rem;
  }
}
.bl_heading__japanese {
  margin-top: 10px;
  padding-bottom: 42px;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em) {
  .bl_heading__japanese {
    font-size: 4.5rem;
  }
}

.bl_emphasis {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em) {
  .bl_emphasis {
    font-size: 2.4rem;
  }
}
.bl_emphasis__02 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em) {
  .bl_emphasis__02 {
    font-size: 2.2rem;
  }
}

.bl_marginTop {
  margin-top: 50px;
}
.bl_marginTop__02 {
  margin-top: 30px;
}
.bl_marginRightLeft {
  margin-right: auto;
  margin-left: auto;
}

.el_paragraph {
  margin-top: 30px;
}

.ly_decoration {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ly_decoration img {
  width: 100%;
}

.ly_background_skewTop img {
  width: 100%;
}

.ly_background_skewBottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ly_background_skewBottom img {
  width: 100%;
}

.el_background__base02 {
  background: #fbfbfb;
}

.bl_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 48em) {
  .bl_column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bl_3column {
  gap: 40px 30px;
}
@media screen and (min-width: 36em) {
  .bl_3column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bl_3column_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  width: 100%;
  max-width: 380px;
}
@media screen and (min-width: 36em) {
  .bl_3column_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 15px);
            flex: 0 1 calc(50% - 15px);
    max-width: none;
  }
}
@media screen and (min-width: 64em) {
  .bl_3column_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3333333333% - 20px);
            flex: 0 1 calc(33.3333333333% - 20px);
  }
}

.bl_4column {
  gap: 60px 24px;
}
@media screen and (min-width: 36em) {
  .bl_4column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bl_4column_item {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .bl_4column_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 12px);
            flex: 0 1 calc(50% - 12px);
  }
}
@media screen and (min-width: 64em) {
  .bl_4column_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 18px);
            flex: 0 1 calc(25% - 18px);
  }
}

.bl_list > li {
  position: relative;
  padding-left: 1.4em;
}
.bl_list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
}

.el_note {
  position: relative;
  padding-left: 1.4em;
}
.el_note:not(:last-child) {
  margin-bottom: 0.3em;
}
.el_note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
}

.bl_definition .bl_definitionList {
  position: relative;
  border-top: 1px #e4e1e1 solid;
}
.bl_definition .bl_definitionList::before {
  top: -1px;
}
.bl_definition .bl_definitionList_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  border-bottom: 1px #e4e1e1 solid;
}
@media screen and (min-width: 48em) {
  .bl_definition .bl_definitionList_item {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.bl_definition .bl_definitionList_item::before {
  bottom: -1px;
}
.bl_definition .bl_definitionList::before, .bl_definition .bl_definitionList_item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background: #ff8930;
}
@media screen and (min-width: 48em) {
  .bl_definition .bl_definitionList::before, .bl_definition .bl_definitionList_item::before {
    width: 35px;
  }
}
.bl_definition dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  font-weight: 500;
}
@media screen and (min-width: 48em) {
  .bl_definition dt {
    -ms-flex-preferred-size: 22.5%;
        flex-basis: 22.5%;
    padding-left: 7.5%;
  }
}
.bl_definition dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 48em) {
  .bl_definition dd {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}

.el_blockCenter {
  text-align: center;
}
.el_blockCenter span {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 23.4375em) {
  .el_blockCenter .el_block_media__sp {
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .el_blockCenter .el_block_media__tab {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .el_blockCenter .el_block_media__pcs {
    text-align: center;
  }
}
@media screen and (min-width: 75em) {
  .el_blockCenter .el_block_media__pcm {
    text-align: center;
  }
}
@media screen and (min-width: 120em) {
  .el_blockCenter .el_block_media__pc {
    text-align: center;
  }
}

@media screen and (min-width: 48em) {
  body.home .un_thought_wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 33px;
  }
}
body.home .un_thought__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 48em) {
  body.home .un_thought__image {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
body.home .un_thought__image img {
  width: 100%;
  height: 307px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media screen and (min-width: 48em) {
  body.home .un_thought__image img {
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 48em) {
  body.home .un_thought .bl_heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 48em) {
  body.home .un_thought .bl_emphasis.el_blockCenter {
    text-align: left;
  }
}
body.home .un_message {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 48em) {
  body.home .un_message {
    margin-top: 60px;
  }
}
body.home .un_message_inner {
  padding-top: 60px;
}
@media screen and (min-width: 48em) {
  body.home .un_message_inner {
    padding-top: 0;
    padding-bottom: min(10.5%, 200px);
  }
}
@media screen and (min-width: 48em) {
  body.home .un_message_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 9%;
       -moz-column-gap: 9%;
            column-gap: 9%;
  }
}
@media screen and (min-width: 64em) {
  body.home .un_message_wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 48em) {
  body.home .un_message_content {
    width: 55%;
  }
}
body.home .un_message__ceo {
  font-weight: bold;
  letter-spacing: 0.005em;
  text-align: right;
  margin-top: 30px;
  line-height: 1.5;
}
@media screen and (min-width: 48em) {
  body.home .un_message__ceo {
    margin-top: min(13.7%, 90px);
  }
}
body.home .un_message__name {
  font-size: 2.2rem;
  display: block;
}
@media screen and (min-width: 48em) {
  body.home .un_message__name {
    display: inline-block;
    margin-left: 20px;
    font-size: 2.4rem;
  }
}
body.home .un_message__image {
  max-width: 216px;
  margin: 30px auto 0;
}
@media screen and (min-width: 48em) {
  body.home .un_message__image {
    width: 36%;
    max-width: none;
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  body.home .un_message .bl_heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 48em) {
  body.home .un_message .bl_emphasis.el_blockCenter {
    text-align: left;
  }
}
body.home .un_message .ly_decoration {
  top: 0;
}
body.home .un_service {
  margin-top: 120px;
}
@media screen and (min-width: 48em) {
  body.home .un_service {
    margin-top: 56px;
  }
}
@media screen and (min-width: 48em) {
  body.home .un_service .bl_heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body.home .un_service .bl_emphasis__02 {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 48em) {
  body.home .un_service .bl_emphasis__02 {
    margin-top: 25px;
  }
}
body.home .un_service .bl_column__text {
  margin-top: 15px;
}
@media screen and (min-width: 48em) {
  body.home .un_service .bl_column__text {
    margin-top: 20px;
  }
}
body.home .un_working {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 48em) {
  body.home .un_working {
    margin-top: 40px;
  }
}
body.home .un_working_inner {
  padding-top: 60px;
  padding-bottom: 17%;
}
@media screen and (min-width: 48em) {
  body.home .un_working_inner {
    padding-top: 0;
  }
}
body.home .un_working__lead {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 48em) {
  body.home .un_working__lead {
    font-size: 2.4rem;
  }
}
body.home .un_working .bl_emphasis__02 {
  text-align: center;
  margin-top: 15px;
}
body.home .un_working .bl_column__text {
  margin-top: 15px;
}
body.home .un_working .bl_4column {
  margin-top: 25px;
  padding-bottom: 60px;
}
@media screen and (min-width: 48em) {
  body.home .un_working .bl_4column {
    margin-top: 54px;
    padding-bottom: 40px;
  }
}
body.home .un_working .bl_4column_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.un_news {
  margin-top: 50px;
}
@media screen and (min-width: 48em) {
  .un_news {
    margin-top: 0;
  }
  .un_news_inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
.un_news__day {
  display: block;
  color: #ff8930;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 48em) {
  .un_news__day {
    width: 120px;
  }
}
.un_news__title {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 48em) {
  .un_news__title {
    width: calc(100% - 120px);
    font-size: 1.8rem;
  }
}
.un_news__content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #e4e1e1 solid;
}
@media screen and (min-width: 48em) {
  .un_news__content {
    padding-left: 120px;
  }
}

.un_company {
  margin-top: -17.5%;
}
.un_news + .un_company {
  margin-top: 60px;
}
@media screen and (min-width: 48em) {
  .un_news + .un_company {
    margin-top: 40px;
  }
}
.un_company_wrapper {
  margin-top: -15%;
}
.un_company .ly_decoration {
  position: relative;
}
@media screen and (min-width: 48em) {
  .un_company .bl_heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.un_access {
  margin-top: 60px;
}
.un_access_inner {
  padding-top: 60px;
}
@media screen and (min-width: 48em) {
  .un_access_inner {
    padding-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .un_access {
    margin-top: 40px;
  }
  .un_access__lead {
    text-align: center;
  }
}

@media print {
  * html body {
    zoom: 0.7;
  }

  * + html body {
    zoom: 1;
  }
}
/*# sourceMappingURL=style.css.map */