:root{--white-color: #ffffff;--black-color: #333333;--blue-color: #004daa;--gray-color: #cccccc}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}body{font-family:"Meiryo UI","Meiryo","Hiragino Sans","Helvetica Neue",Arial,sans-serif;background:var(--white-color);color:var(--black-color);font-size:1.6rem;line-height:1.8;letter-spacing:.1em}.mb-2{margin-bottom:20px}.mb-3{margin-bottom:30px}.mb-4{margin-bottom:40px}.txt-right{text-align:right}.txt-center{text-align:center}.txt-right{text-align:right}header{top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:flex-start;padding:20px;position:absolute;top:0;width:100%;z-index:1000}header h1{line-height:1;margin:0;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit}.logo{font-weight:bold;margin-bottom:20px;color:var(--white-color);line-height:1}.logo img{width:100px;height:auto;margin-bottom:10px}.logo a{color:var(--white-color);font-size:1rem;text-decoration:none}nav{display:flex;gap:40px;transition:opacity .3s ease}nav a{text-decoration:none;color:var(--white-color);font-weight:500}nav a:hover{opacity:.7}@media(min-width: 768px)and (max-width: 1024px){header{padding:0 20px;position:absolute;top:20px;width:100%}.logo{font-weight:bold}.logo a{font-size:1.2rem}.logo img{width:220px;height:auto}}@media(min-width: 1025px){header{padding:0 50px;position:absolute;top:40px;width:100%;height:80px;background:none}.logo{font-weight:bold}.logo a{font-size:1.2rem}.logo img{width:220px;height:auto}}.hamburger{display:flex;flex-direction:column;justify-content:center;gap:6px;width:30px;height:24px;cursor:pointer;z-index:1100;transition:all .3s ease}.hamburger span{width:100%;height:3px;background:var(--white-color);border-radius:3px;transition:all .4s ease;transform-origin:center}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg) translateX(-0.5px)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg) translateX(-0.5px)}@media(min-width: 769px){.hamburger{display:none}}@media(max-width: 768px){nav{position:fixed;top:0;left:0;width:100%;height:0;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--blue-color);gap:30px;opacity:0;pointer-events:none;transition:opacity .4s ease;z-index:1050}nav.open{opacity:1;pointer-events:auto;height:100vh}nav a{font-size:2rem;color:var(--white-color)}.hamburger{display:flex;z-index:1100}}section{margin-bottom:100px}.tl__lv02{text-align:center;font-size:3rem;margin-bottom:20px;font-weight:500;line-height:1.4}.tl__lv02 span{font-size:1.6rem;display:block;font-weight:400;margin-bottom:10px}.tl__lv03{font-size:2.4rem;margin-bottom:20px;font-weight:700;line-height:1.4}.tl_page{border-bottom:3px solid #f2f2f2;margin-bottom:30px;font-size:2.4rem}.tl_page span{display:inline-block;position:relative;padding:0 0 20px;color:#333}.tl_page span::before{position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-color:var(--blue-color);content:""}@media screen and (min-width: 768px){.tl__lv02{text-align:left;font-size:6.2rem}.tl__lv03{text-align:left;font-size:2.6rem;margin-bottom:30px}}.sp-br{display:inline}.pc-br{display:none}@media(min-width: 1025px){.sp-br{display:none}.pc-br{display:inline}}.bt{position:relative;z-index:2;background-color:var(--black-color);color:var(--white-color);justify-content:center;display:inline-block;border-radius:50px;min-width:200px;padding:10px 20px 10px 30px;text-decoration:none;font-size:1.6rem;text-align:left}.bt:hover{opacity:.5}.bt::before{content:"";position:absolute;background:url(../images/common/ic_arrow.svg) no-repeat;width:15px;height:22px;display:block;top:50%;right:5%;transform:translate(-50%, -50%)}@media(min-width: 768px)and (max-width: 1024px){.bt{min-width:250px;font-size:2rem}}@media screen and (min-width: 1025px){.bt{min-width:250px;font-size:2rem}.bt .c-button{width:300px;height:50px}}.dl__uline{border-bottom:1px solid var(--gray-color);display:flex;margin-bottom:20px;padding-bottom:20px;flex-direction:column}.dl__uline dt{width:100%}.dl__uline dd{width:100%}.dl__uline:last-child{margin-bottom:0}@media screen and (min-width: 768px){.dl__uline{margin-bottom:30px;padding-bottom:30px;flex-direction:row}.dl__uline dt{width:135px}.dl__uline dd{flex:1}}.list-number{margin-left:2.5rem}.list-number li{list-style-type:decimal;margin-bottom:10px}.list-number li::marker{color:var(--blue-color)}.content{max-width:100%;padding:0 20px}@media screen and (min-width: 1025px){.content{max-width:1200px;margin:0 auto;padding:0}}.mv{color:var(--white-color);overflow:hidden;position:relative;height:300px;background:url(../images/top/im_mv_sp.jpg) no-repeat center top;background-size:100% auto}@media(min-width: 768px)and (max-width: 1024px){.mv{color:var(--white-color);overflow:hidden;height:500px;background:url(../images/top/im_mv_sp.jpg) no-repeat center top;background-size:100% auto}}@media screen and (min-width: 1025px){.mv{color:var(--white-color);height:650px;background:url(../images/top/im_mv.jpg) no-repeat center top;background-size:100% auto}}.page_hero{color:var(--white-color);overflow:hidden;position:relative;height:300px;background:url(../images/common/bg_page_mv.jpg) no-repeat center top;background-size:cover;display:flex;justify-content:center;align-items:center;text-align:center;margin-bottom:40px}.page_hero .tl__lv01{font-size:4.2rem;margin-bottom:20px;font-weight:500;line-height:1.4;color:var(--white-color)}@media(min-width: 768px)and (max-width: 1024px){.page_hero .tl__lv01{margin-top:50px}}.breadcrumb{display:flex;gap:0 15px;list-style:none;padding:0;font-size:1.6rem;margin-bottom:30px}.breadcrumb li{display:flex;align-items:center}.breadcrumb li:not(:last-child)::after{display:inline-block;transform:rotate(45deg);width:.3em;height:.3em;margin-left:10px;border-top:1px solid #333;border-right:1px solid #333;content:""}.breadcrumb li a{color:var(--blue-color);text-decoration:none}.news{margin:80px 0 130px}.news .tl__lv02{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.news__wrap{display:flex;align-items:flex-start;flex-direction:column}.news__header{width:100%;display:flex;margin-bottom:30px;align-items:center;justify-content:space-between}.news__body{width:100%;flex:1}.news__dl{border-bottom:1px solid #ccc;margin-bottom:30px}.news__dl:last-child{margin-bottom:0}.news__dl dt{width:150px;color:var(--black-color)}.news__dl dd{flex:1;display:flex;align-items:center;gap:10px}.news__dl dd.pdf::after{content:"";width:21px;height:23px;display:block;background-image:url(../images/common/ic_pdf.png)}.news__dl dd.other::after{content:"";width:15px;height:16px;display:block;background-image:url(../images/common/ic_other.png)}.news__dl a{color:var(--blue-color);text-decoration:none;display:flex;flex-direction:row;padding-bottom:30px}.news__dl a:hover{opacity:.5}.news__dl a.disable{pointer-events:none;cursor:default;text-decoration:none;color:var(--black-color)}@media(min-width: 768px)and (max-width: 1024px){.news__wrap{display:flex;align-items:flex-start;flex-direction:column}.news__header{width:100%;display:flex;margin-bottom:30px}}@media screen and (min-width: 1025px){.news__wrap{flex-direction:row;align-items:stretch}.news__header{width:380px;align-items:flex-start;margin-bottom:0;flex-direction:column;justify-content:flex-start}.news__dl dt{width:145px}}.news-block{margin:0 0 130px}.news-block p{margin-bottom:20px}.news-block .wp-block-image{margin-bottom:20px}.news-block .wp-block-image::after{content:"";display:block;clear:both}.concept{background:var(--blue-color) url(../images/top/bg_concept_sp.png) no-repeat;background-size:contain;color:var(--white-color);left:0;top:0}.concept .content{padding-top:50px;padding-bottom:50px;width:100%;display:block}.concept .content__ph{margin-right:0;margin-top:50px;background:url(../images/top/im_cocept.png) no-repeat;background-size:cover;width:100%;height:500px}.concept .content__txt{max-width:100%;width:100%;line-height:2}.concept .content__txt .tl__lv02{color:var(--white-color);border-bottom:1px solid #61aecd;margin-bottom:30px;padding-bottom:30px;font-weight:bold;font-size:2.4rem}@media(min-width: 768px)and (max-width: 1024px){.concept .content{width:100%;display:block;position:relative;flex-direction:row;gap:30px}.concept .content__ph{flex-shrink:0;width:646px;background:url(../images/top/im_cocept.png) no-repeat top/cover;aspect-ratio:646/849;height:849px;position:relative;right:0}}@media screen and (min-width: 1025px){.concept{background:var(--blue-color) url(../images/top/bg_concept.png) no-repeat;background-size:contain;color:var(--white-color);left:0;top:0}.concept .content{padding-top:130px;padding-bottom:130px;width:100%;display:flex;position:relative;flex-direction:row;gap:30px}.concept .content__ph{flex-shrink:0;width:500px;background:url(../images/top/im_cocept.png) no-repeat top/cover;aspect-ratio:500/658;margin-top:-60px;height:658px;position:absolute;right:0}.concept .content__txt{max-width:600px;flex:1;min-width:0;line-height:2.6}.concept .content__txt .tl__lv02{font-size:2.6rem}}.business{margin-top:50px}.business__block{display:flex;margin-bottom:50px;flex-direction:column;gap:30px}.business__block__ph{width:100%}.business__block__ph img{width:100%;height:auto}.business__block__txt{flex:1;display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 1025px){.business{margin-top:140px}.business__block{margin-bottom:50px;gap:50px;flex-direction:row}.business__block__ph{width:570px}}footer{background-color:var(--blue-color);padding-top:100px;padding-bottom:30px;color:var(--white-color)}footer .footer_block__logo{font-weight:700;line-height:1.6}footer .footer_block__logo img{width:250px;height:auto;margin-bottom:10px}footer .footer_block__logo span{font-size:1.4rem;font-weight:500}footer .footer_block__ad{margin-top:30px}footer .footer_block__ad a{color:var(--white-color);text-decoration:none}footer .copyright{text-align:right}.att{color:red}.pagenav{margin:40px 0 0;display:flex;justify-content:center}.pagenav a{text-decoration:none}.pagenav a:hover{opacity:.5}.pagenav .page-numbers{padding:3px 12px;margin:0 5px;border:1px solid #ccc;color:var(--black-color);background-color:var(--white-color)}.pagenav .page-numbers.current{color:var(--white-color);background-color:var(--black-color)}.og_wrap{display:flex;gap:40px;flex-wrap:wrap}.og_wrap dl{margin-bottom:0;padding-bottom:20px;width:100%;flex-direction:row}.og_wrap dl dt{font-weight:700;width:150px}.og_wrap dl dd{flex:1}@media screen and (min-width: 768px){.og_wrap{gap:40px}.og_wrap dl{width:calc(50% - 20px)}}/*# sourceMappingURL=style.css.map */