@charset "UTF-8";

html { width: 100%; min-height: 100%; }

body { position: relative; width: 100%; min-height: 100%; overflow-y: scroll; word-wrap: break-word; }

.wrap-contents { max-width: 1080px; margin: auto; padding: 0 40px; }

.header { position: -webkit-sticky; position: sticky; top: 0; left: 0; height: 124px; background-color: #fff; z-index: 9; display: flex; align-items: center; padding: 10px 0; }

.header .header-inner { padding: 21px 40px; display: flex; justify-content: space-between; align-items: flex-end; width: 100%; }

.header .header-logo { display: flex; }

.header .header-logo img { max-height: 82px; width: auto; }

.header .nav-items { display: flex; flex-wrap: wrap; justify-content: flex-end; }

.header .nav-items > li { margin-left: 20px; font-size: clamp(1.2rem, 1.1vw, 1.6rem); font-weight: 600; white-space: nowrap; margin-top: 15px; }

.footer { margin-top: 140px; }

.footer .footer-inner { padding: 0 40px 45px; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.footer .wrap-footer-logo { text-align: center; }

.footer .txt { font-size: 1.4rem; }

.footer .logo-footer img { display: block; width: 74px; margin: 15px auto 0; }

.footer .logo-footer .inner-txt { font-weight: 700; font-size: 1.1rem; line-height: 1.2; }

@-webkit-keyframes fade-in { 0% { display: none;
    opacity: 0; }
  1% { display: block;
    opacity: 0; }
  100% { display: block;
    opacity: 1; } }

@keyframes fade-in { 0% { display: none;
    opacity: 0; }
  1% { display: block;
    opacity: 0; }
  100% { display: block;
    opacity: 1; } }

a { color: #000; transition: .3s; opacity: 1; }

body, input, button, textarea, select { font-family: 'Noto Sans JP', sans-serif; }

.txt { line-height: 1.7; }

.link-txt { color: #004DA0; }

.indent1em { text-indent: 1em; }

.hdg-lv2 { margin-top: 100px; margin-bottom: 20px; display: flex; justify-content: center; align-items: center; color: #004DA0; font-size: clamp(2.1rem, 1.5625vw, 2.4rem); letter-spacing: 0.5em; }

.hdg-lv2 span { padding: 0 20px; border-left: 1px solid #004DA0; border-right: 1px solid #004DA0; }

.hdg-lv2.letter-normal { letter-spacing: normal; }

.hdg-lv3 { margin-bottom: 15px; font-size: clamp(1.6rem, 1.4vw, 1.8rem); text-align: center; background-color: rgba(159, 160, 160, 0.1); color: #454545; line-height: 1.5; padding: 12px; }

.hdg-lv3-ver2 { margin-top: 30px; margin-bottom: 5px; font-size: clamp(1.6rem, 1.4vw, 1.8rem); line-height: 1.5; }

.hdg-lv3-ver2 + .list-number { margin-top: 0; }

.hdg-lv4 { margin-top: 30px; margin-bottom: 15px; font-size: clamp(1.6rem, 1.4vw, 1.8rem); text-align: center; border: 1px solid #9FA0A0; color: #454545; line-height: 1.5; padding: 2px; border-radius: 30px; letter-spacing: 0.4em; }

.wrap-mv { position: relative; height: calc(100vh - 120px); background: transparent url(/common/images/top-mv-pc.webp) no-repeat center center; background-size: cover; display: flex; align-items: center; justify-content: center; }

.wrap-mv .txt-catch { font-size: 2.5vw; line-height: 1.425; white-space: nowrap; letter-spacing: .3em; }

.wrap-about { background: linear-gradient(180deg, #044995 0%, #044995 80%, #00255b 100%); padding: 40px 40px 80px; }

.wrap-about .hdg { text-align: center; font-weight: 700; color: #fff; font-size: clamp(2.1rem, 1.5625vw, 2.4rem); letter-spacing: 0.12em; }

.wrap-about .wrap-segment { margin: 30px auto 0; max-width: 1200px; width: 100%; border-radius: 20px; padding: 30px; background-color: #fff; display: flex; align-items: center; justify-content: space-around; }

.wrap-about .wrap-img { width: 45%; }

.wrap-about .wrap-img img { width: 100%; max-width: 530px; }

.wrap-about .wrap-txt { width: 55%; padding-left: 5%; }

.wrap-about dt { max-width: 460px; }

.wrap-about dd { margin-top: 40px; line-height: 2.2; font-size: clamp(1.6rem, 1.4vw, 1.8rem); font-weight: 600; letter-spacing: -0.02em; }

.wrap-about .wrap-btn { margin-top: 60px; display: flex; width: 85%; font-size: clamp(1.5rem, 1.328vw, 1.7rem); }

.wrap-about .wrap-btn a { display: block; padding: 6px 20px 8px 20px; border-radius: 60px; color: #fff; font-weight: 600; background-color: #004DA0; text-align: center; width: 100%; line-height: 1.6; }

.wrap-about .wrap-btn span { position: relative; display: flex; align-items: center; justify-content: center; }

.wrap-about .wrap-btn span:after { content: ""; display: block; width: 20px; height: 20px; background: transparent url(/common/images/icon-arrow01.webp) no-repeat center center; background-size: contain; margin-left: 10px; }

.list-company { border-bottom: 1px solid #9FA0A0; }

.list-company > li { border-top: 1px solid #9FA0A0; padding: 20px 0; display: flex; align-items: center; }

.list-company .wrap-logo { width: 42%; padding: 0 3% 0 7%; }

.list-company .wrap-logo img { max-height: 18px; }

.list-company .wrap-logo.pt1 img { max-height: 52px; }

.list-company dl { width: 58%; }

.list-company dl dt { display: flex; font-size: clamp(1.5rem, 1.328vw, 1.7rem); line-height: 1.6; font-weight: 700; }

.list-company dl dt a { position: relative; padding-left: 12px; color: #004DA0; }

.list-company dl dt a::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 6.9px; border-color: transparent transparent transparent #004DA0; position: absolute; left: 0; top: 0.6em; }

.list-company dl dd { font-size: clamp(1.3rem, 1.132vw, 1.45rem); line-height: 1.6; margin-top: 5px; }

.dl-type1 { border-bottom: 1px solid #9FA0A0; }

.dl-type1 .inner { display: flex; border-top: 1px solid #9FA0A0; }

.dl-type1 dt { background-color: rgba(159, 160, 160, 0.1); display: flex; width: 25%; align-items: center; justify-content: center; font-size: clamp(1.4rem, 1.289vw, 1.65rem); line-height: 1.6; font-weight: 500; padding: 15px; }

.dl-type1 dd { width: 75%; font-size: clamp(1.4rem, 1.289vw, 1.65rem); line-height: 1.6; font-weight: 400; padding: 15px 5px 15px 30px; }

.dl-type1 .wrap-post { display: inline-block; text-align-last: justify; width: 8em; margin-right: 0.3em; }

.dl-type1 .wrap-name { display: inline-block; margin-left: 0.3em; }

.dl-type1 + .txt { margin-top: 30px; }

.list-number { margin-top: 30px; list-style-type: decimal; padding-left: 1.5em; }

.list-number > li { line-height: 1.6; font-size: clamp(1.4rem, 1.234vw, 1.58rem); }

.list-number > li + li { margin-top: 3px; }

.list-normal > li { line-height: 1.6; font-size: clamp(1.4rem, 1.234vw, 1.58rem); padding-left: 0.5em; position: relative; }

.list-normal > li:before { content: ""; display: block; width: 3px; height: 3px; background-color: #454545; border-radius: 50%; position: absolute; left: 0; top: 0.7em; }

.list-normal > li + li { margin-top: 3px; }

.list-tbl > li { line-height: 1.6; font-size: clamp(1.4rem, 1.234vw, 1.58rem); display: table; margin-top: 5px; }

.list-tbl > li .wrap, .list-tbl > li .nowrap { display: table-cell; }

.list-tbl > li .nowrap { white-space: nowrap; }

.list-tbl > li + li { margin-top: 3px; }

.list-tbl + .txt { margin-top: 30px; }

.wrap-financial-results { border-top: 1px solid #9FA0A0; border-bottom: 1px solid #9FA0A0; padding: 15px 0; }

@media print, all and (min-width: 768px) { html { scroll-padding-top: 124px; } .header .header-logo { width: clamp(320px, 28.9vw, 370px); }
  .header .header-logo img { max-height: 82px; }
  .header .wrap-nav { width: clamp(468px, 70vw, 900px); display: flex; justify-content: flex-end; }
  .header .btn-sp-menu { display: none; } a:hover { opacity: 0.7; } .u-mgt10-05 { margin-top: 10px !important; }
  .u-br-pc { display: inline; }
  .u-br-sp { display: none; } .txt { font-size: clamp(1.4rem, 1.234vw, 1.58rem); }
  .txt + .txt { margin-top: 30px; }
  .txt + .dl-type1 { margin-top: 5px; } }

@media print, all and (max-width: 767px) { html { scroll-padding-top: 0; } .wrap-contents { padding: 0 20px; } .header { height: 70px; display: flex; align-items: center; }
  .header .header-inner { padding: 0 20px; display: flex; align-items: center; width: 100%; }
  .header .header-logo { display: flex; }
  .header .header-logo img { max-height: 50px; width: auto; }
  .header .btn-sp-menu { width: 30px; height: 30px; position: relative; display: flex; justify-content: center; align-items: center; }
  .header .btn-sp-menu .line { width: 100%; height: 1px; background: #000000; position: relative; transition: .4s; }
  .header .btn-sp-menu .line:before, .header .btn-sp-menu .line:after { content: ""; display: block; height: 1px; position: absolute; width: 100%; background-color: #000000; transition: inherit; transition: .4s; }
  .header .btn-sp-menu .line:before { top: -8px; }
  .header .btn-sp-menu .line:after { top: 8px; }
  .header .wrap-nav { display: none; }
  .header .header-nav { overflow: auto; }
  .header .nav-items { display: block; }
  .header .nav-items > li { margin: 20px 0; font-size: clamp(1.6rem, 4.26667vw, 3.2rem); white-space: normal; }
  .header .nav-items > li a { display: block; padding: clamp(10px, 2.66667vw, 20px); } .footer { margin-top: 50px; }
  .footer .footer-inner { padding: 0 20px 30px; }
  .footer .txt { font-size: 2.93vw; }
  .footer .logo-footer img { width: 14.6vw; margin-bottom: 0; }
  .footer .logo-footer .inner-txt { font-size: 1.86vw; } html:has(.menu-open) { overflow: hidden; }
  .menu-open { position: relative; }
  .menu-open .header { position: fixed; top: 0; height: 100%; width: 100%; overflow: auto; align-items: flex-start; }
  .menu-open .header .btn-sp-menu .line { background-color: transparent; }
  .menu-open .header .btn-sp-menu .line::before { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .menu-open .header .btn-sp-menu .line::after { top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .menu-open .header .wrap-nav { position: absolute; left: 0; top: 70px; display: block; width: 100%; min-height: calc(100vh - 70px); min-height: calc(100svh - 70px); background-color: #fff; padding: 40px 50px; -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-name: fade-in; animation-name: fade-in; } .u-mgt10-05 { margin-top: 5px !important; }
  .u-br-pc { display: none; }
  .u-br-sp { display: inline; } .txt { font-size: 3.54vw; }
  .txt + .txt { margin-top: 20px; }
  .txt + .dl-type1 { margin-top: 5px; } .hdg-lv2 { margin-top: 40px; margin-bottom: 10px; font-size: 4.8vw; }
  .hdg-lv2 span { padding: 0 12px 0 20px; }
  .hdg-lv2.letter-normal { letter-spacing: normal; }
  .hdg-lv2.letter-normal span { padding: 0 20px; } .hdg-lv3 { margin-bottom: 10px; font-size: 4vw; padding: 6px; } .hdg-lv3-ver2 { margin-top: 20px; margin-bottom: 3px; font-size: 3.73vw; } .hdg-lv4 { margin-top: 20px; margin-bottom: 10px; font-size: 4vw; } .wrap-mv { height: calc(100vh - 70px); height: calc(100svh - 70px); background-image: url(/common/images/top-mv-sp.webp); }
  .wrap-mv .txt-catch { font-size: 5.33vw; } .wrap-about { padding: 20px; }
  .wrap-about .hdg { font-size: 3.46vw; letter-spacing: 0.12em; }
  .wrap-about .wrap-segment { margin-top: 15px; border-radius: 16px; padding: 30px 15px 20px; display: flex; flex-direction: column; }
  .wrap-about .wrap-img { display: none; }
  .wrap-about .wrap-txt { width: 100%; padding-left: 0; }
  .wrap-about dt { max-width: 50vw; margin: auto; }
  .wrap-about dd { margin-top: 20px; text-align: center; font-size: 3.46vw; }
  .wrap-about dd::after { content: ""; display: block; margin-top: 30px; width: 100%; padding-bottom: 88%; background: transparent url(/common/images/top-segment-sp.webp) no-repeat center center; background-size: contain; }
  .wrap-about .wrap-btn { margin-top: 30px; width: 100%; font-size: 3.46vw; }
  .wrap-about .wrap-btn a { display: block; padding: 4px 8px 4px 8px; }
  .wrap-about .wrap-btn span:after { width: 16px; height: 16px; margin-left: 6px; } .list-company > li { padding: 0 0 20px; display: block; }
  .list-company .wrap-logo { width: 100%; padding: 15px 0; margin: auto; text-align: center; }
  .list-company .wrap-logo img { max-height: 4.26vw; }
  .list-company .wrap-logo.pt1 img { max-height: 11.46vw; }
  .list-company dl { width: 100%; }
  .list-company dl dt { display: none; }
  .list-company dl dd { font-size: 3.58vw; margin-top: 0; } .dl-type1 .inner { display: block; }
  .dl-type1 dt { display: block; width: 100%; font-size: 3.73vw; padding: 3px; text-align: center; }
  .dl-type1 dd { border-top: 1px solid #9FA0A0; width: 100%; font-size: 3.73vw; padding: 8px 0; text-align: center; }
  .dl-type1 .wrap-post.wide { margin-left: 1em; }
  .dl-type1 + .txt { margin-top: 20px; } .list-number { margin-top: 20px; }
  .list-number > li { font-size: 3.54vw; }
  .list-number > li + li { margin-top: 3px; } .list-normal > li { font-size: 3.54vw; text-align: left; }
  .list-normal > li + li { margin-top: 3px; } .list-tbl > li { font-size: 3.54vw; margin-top: 3px; }
  .list-tbl > li + li { margin-top: 3px; }
  .list-tbl + .txt { margin-top: 20px; } .wrap-financial-results { padding: 10px 0; } }
