@charset "utf-8";

@font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 900; font-display: block; src: url('/data/common/c2101a080701/css/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('/data/common/c2101a080701/css/fontawesome/webfonts/fa-solid-900.ttf') format('truetype') }

:root { --basecolor: 243, 158, 0 }
:root { --textcolor: 0, 0, 0 }
:root { --bordercolor: 221, 221, 221 }
:root { --blogcolor: 26, 115, 232 }

.cmshtml { scroll-behavior: smooth }
.cmshtml * { box-sizing: border-box }
.cmshtml body { margin: 0; background-color: #fff; color: rgb(var(--textcolor)); line-height: 1.732; font-size: clamp(16px, calc(0.238vw + 13.43px), 18px); font-family: 'Noto Sans JP', sans-serif }
.cmshtml section, div, dl { display: flow-root }
.cmshtml p { margin: 0 }
.cmshtml a { color: rgba(0, 51, 204, 1) }
.cmshtml a:hover { color: rgba(0, 51, 204, .64) } 
.cmshtml :is(ul, ol, dl, dt, dd) { margin: 0; padding: 0 }
.cmshtml :is(h1, h2, h3, h4, h5, h6) { margin: 0 }
.cmshtml img { border: none; vertical-align: top }
.cmshtml a img { transition: .3s }
.cmshtml a:hover img { opacity: .72 }
.cmshtml #wrapper img { height: auto }
.cmshtml mark { background: linear-gradient(transparent 64%, #ffdfef 64%); color: #000; padding: 0 1px 1px }
.cmshtml label { display: block; caret-color: transparent }
.cmshtml :is(input[type='text'], input[type='file'], input[type='email'], input[type='tel'], input[type='number'], input[type='date'], input[type='password'], textarea, select) { border: 2px solid #ddd !important; transition: .3s !important; outline: none }
.cmshtml :is(input[type='text'], input[type='file'], input[type='email'], input[type='tel'], input[type='number'], input[type='date'], input[type='password'], textarea, select):focus { border-color: #1b95e0 !important; box-shadow: none !important }
.cmshtml :is(button, input[type='submit'], input[type='button']) { transition: .3s !important; font-size: 92%; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; border: 2px solid rgb(var(--basecolor)) !important; color: #fff; background: rgb(var(--basecolor)) !important }
.cmshtml :is(button[type='submit'], input[type='submit'], input[type='button']):hover { color: rgb(var(--basecolor)) !important; background: #fff !important; box-shadow: none !important }
.cmshtml button[type='reset'], .rdcontact_btn_back { border: 3px solid #ccc !important; background: #fff !important; margin-right: 8px; transition: .3s !important; font-size: 92%; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; font-weight: 500; color: #999 !important }
.cmshtml button[type='reset']:hover, .rdcontact_btn_back:hover { opacity: .64; box-shadow: none !important }
.cmshtml form dl { background-color: rgb(250, 249, 244); border: 1px solid rgb(239, 237, 222); border-radius: 8px; padding: 8px 16px !important }
.cmshtml form dt { margin-bottom: 4px !important; font-size: 92% }
.cmshtml .contact_item_title::before { font-family: 'Font Awesome 6 Free'; content: '\f0da\00a0'; font-weight: 900 }
.cmshtml form dt span { color: #fff; font-weight: 400; font-size: 75%; line-height: 1.1; padding: 1px 4px 3px; border-radius: 4px; border: none; background-color: #f90; display: inline-block; margin-left: 8px }
.cmshtml form dd { margin-top: 12px }
.cmshtml textarea { width: calc(100% - 14px) }
.cmshtml .contact_item_title:not(:first-child) { margin-top: 16px !important }
.cmshtml caption { caption-side: bottom; font-size: 88%; margin-top: 8px; color: #777 }
.cmshtml figure img { max-width: 100% }
.cmshtml figcaption { text-align: center; font-size: 88%; margin-top: 8px }
.cmshtml table { border-collapse: collapse }
.cmshtml iframe { border: none }

@-moz-document url-prefix() {
:root { --mypadding: 0px }
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
:root { --mypadding: 15px }
}
}

@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
:root { --mypadding: 15px }
@media (forced-colors: active) {
:root { --mypadding: 15px }
}
}

.cmshtml #mymodalhambergerouter { position: fixed; display: flex; justify-content: center; align-items: center; z-index: 9999; background-color: rgb(var(--basecolor)); border-radius: 50% }
.cmshtml #mymodalhambergerouter > div { padding-bottom: 8px }
.cmshtml #mymodaltoggle { display: none }
.cmshtml #mymodalhamberger { display: block; cursor: pointer; display: flex; justify-content: center; align-items: center; -webkit-tap-highlight-color: transparent }
.cmshtml #mymodalhamberger span { display: block; background-color: #fff; transition: .4s; transform-origin: 0; width: 28px; height: 2px; margin-top: 8px; font-style: normal }
.cmshtml #mymodaltoggle:checked + #mymodalhamberger span:nth-child(1) { transform: translate(4px, 0) rotate(45deg) }
.cmshtml #mymodaltoggle:checked + #mymodalhamberger span:nth-child(2) { opacity: 0 }
.cmshtml #mymodaltoggle:checked + #mymodalhamberger span:nth-child(3) { transform: translate(4px, 0) rotate(-45deg) }
.cmshtml #mymodal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: #fff; overflow-y: auto; transition: opacity .5s; z-index: -999 }
.cmshtml .mymodal-hide { opacity: 0 }
.cmshtml .mymodal-show { opacity: 1 !important }

@media (max-width: 767px) {
.cmshtml #mymodalhamberger { transform: scale(.9) }
}

@media (max-width: 1079px) {
.cmshtml .noscroll { overflow: hidden }
}

@media (min-width: 1080px) {
.cmshtml .noscroll { overflow: hidden; padding-right: var(--mypadding) }
.cmshtml .noscroll #mymodalhambergerouter { right: calc(16px + var(--mypadding)) }
.cmshtml .mymodal-hide > div { margin-left: var(--mypadding) }
}

@media (max-width: 1079px) {
.cmsbody { font-feature-settings: 'palt'; -webkit-text-size-adjust: 100% }
.cmshtml :is(h1, .largeonly) { display: none }
.cmshtml #wrapper { position: relative }
.cmshtml #mymodalhambergerouter { top: 8px; right: 8px }
.cmshtml :is(#mymodalhambergerouter, #mymodalhamberger) { width: clamp(56px, calc(1.135vw + 51.74px), 64px); height: clamp(56px, calc(1.135vw + 51.74px), 64px) }
.cmshtml .header_nozomi { padding: 8px 16px 0 }
.cmshtml .headerlogo_nozomi { margin-top: 8px; width: 200px }
.cmshtml .headerlogo_nozomi img { max-width: 100% }
.cmshtml .globalnav_nozomi { display: none }
.cmshtml #containermainvisual { position: relative; margin-top: 24px }
.cmshtml #mainvisualback img { max-width: 100% }
.cmshtml #mainvisual { position: absolute; bottom: 0; left: 6%; width: 58.229%; -webkit-mask: url(../img/e-nozomi/common/mask01.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask01.png) center / contain no-repeat }
.cmshtml #mainvisual img { max-width: 100% }
.cmshtml #mainvisualtext { position: absolute; top: clamp(2px, calc(3.121vw + -9.7px), 24px); right: clamp(32px, calc(15.887vw + -27.57px), 144px); writing-mode: vertical-rl; font-family: 'Noto Serif JP', serif; font-weight: 600; font-size: clamp(19px, calc(1.844vw + 12.09px), 32px); line-height: 1.38 }
.cmshtml #mainvisualtext strong { font-weight: 600; color: #82b500 }
.cmshtml #mainvisualtext i { font-style: normal; color: rgb(var(--basecolor)) }
.cmshtml #containerpagetitle { position: relative; margin-top: 16px }
.cmshtml #pagetitleimg img { width: 100%; height: clamp(128px, calc(7.943vw + 98.21px), 184px) !important; object-fit: cover; }
.cmshtml #pagetitleouter { position: absolute; top:0; right:0; bottom:0; left: 0; display: flex; justify-content : center; align-items: center}
.cmshtml #pagetitle { font-family: 'Noto Serif JP', serif; text-align: center; margin-top: clamp(0px, calc(-1.905vw + 20.57px), -16px) }
.cmshtml #pagetitle > div:nth-child(1) img { width: clamp(36px, calc(1.702vw + 29.62px), 48px) }
.cmshtml #pagetitle > div:nth-child(2) { font-size: clamp(30px, calc(1.986vw + 22.55px), 44px); font-weight: 600; color: #005319 }
.cmshtml #maincontents { margin-top: 56px }
.cmshtml .containermysection01 { margin-top: 40px; padding: 0 16px }
.cmshtml .mysection01 { position: relative; max-width: 480px; margin: 0 auto; background-color: rgb(var(--basecolor)); padding: 16px; display: flex; column-gap: 24px; color: #fff; border-radius: 16px }
.cmshtml .mysection01 > div:nth-child(1) { width: 80px !important }
.cmshtml .mysection01 img { max-width: 100% }
.cmshtml .mysection01 dt { font-family: 'Noto Serif JP', serif; font-weight: 500 !important; font-size: clamp(22px, calc(0.851vw + 18.81px), 28px); line-height: 1.3 }
.cmshtml .mysection01 dd { line-height: 1.5 }
.cmshtml .containermysection02 { margin-top: 32px; padding: 0 16px }
.cmshtml .mysection02 { border: 2px solid #82b500; border-radius: 12px; overflow: hidden }
.cmshtml .mysection02 h2 { color: #fff; text-align: center; font-weight: 500; font-size: clamp(18px, calc(0.284vw + 16.94px), 20px); padding: 8px; background-color: #82b500 }
.cmshtml .mysection02 dl { padding: 16px 24px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px }
.cmshtml .mysection02 dt { font-size: clamp(16px, calc(0.284vw + 14.94px), 18px); font-weight: 600 !important; color: #82b500; border-bottom: 1px solid #c3c3c3; padding-bottom: 8px }
.cmshtml .mysection02 dd { margin-top: 8px }
.cmshtml .containermysection03 { margin-top: 56px; padding: 0 16px }
.cmshtml .mysection03 { display: flex; flex-wrap: wrap }
.cmshtml .mysection03 > div:nth-child(1) { width: 100%; order: 2; margin-top: 12px }
.cmshtml .mysection03 > div:nth-child(2) { width: 80%; max-width: 560px; margin: 0 auto; order: 1; -webkit-mask: url(../img/e-nozomi/common/mask02.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask02.png) center / contain no-repeat }
.cmshtml .mysection03inner > div { width: 100% }
.cmshtml :is(.mysection03, .mysection04, .mysection05, .mysection06) dl { margin-bottom: 24px }
.cmshtml :is(.mysection03, .mysection04, .mysection05, .mysection06) dt { font-family: 'Noto Serif JP', serif; font-weight: 600 !important; font-size: clamp(26px, calc(1.418vw + 20.68px), 36px); text-align: center }
.cmshtml :is(.mysection03, .mysection04, .mysection05, .mysection06) dd { margin-top: 8px }
.cmshtml :is(.mysection03, .mysection04, .mysection05, .mysection06) br { display: none }
.cmshtml :is(.mysection03, .mysection04, .mysection05, .mysection06) img { max-width: 100% }
.cmshtml :is(.mysection03, .mysection04, .mysection05, .mysection06) .link01 { text-align: center }
.cmshtml .containermysection04 { margin-top: 48px; padding: 0 16px }
.cmshtml .mysection04 { display: flex; flex-wrap: wrap }
.cmshtml .mysection04 > div:nth-child(1) { width: 80%; max-width: 560px; margin: 0 auto; -webkit-mask: url(../img/e-nozomi/common/mask03.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask03.png) center / contain no-repeat }
.cmshtml .mysection04 > div:nth-child(2) { width: 100%; margin-top: 12px }
.cmshtml .mysection04inner > div { width: 100% }
.cmshtml .mysection04inner i { color: #82b500; font-style: normal }
.cmshtml .containermysection05 { margin-top: 48px; padding: 0 16px }
.cmshtml .mysection05 { display: flex; flex-wrap: wrap }
.cmshtml .mysection05 > div:nth-child(1) { width: 100%; order: 2; margin-top: 12px }
.cmshtml .mysection05 > div:nth-child(2) { width: 80%; max-width: 560px; margin: 0 auto; order: 1; -webkit-mask: url(../img/e-nozomi/common/mask04.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask04.png) center / contain no-repeat }
.cmshtml .mysection05inner > div { width: 100% }
.cmshtml .mysection05inner i { color: #82b500; font-style: normal }
.cmshtml .containermysection06 { margin-top: 48px; padding: 0 16px }
.cmshtml .mysection06 { display: flex; flex-wrap: wrap }
.cmshtml .mysection06 > div:nth-child(1) { width: 80%; max-width: 560px; margin: 0 auto; -webkit-mask: url(../img/e-nozomi/common/mask05.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask05.png) center / contain no-repeat }
.cmshtml .mysection06 > div:nth-child(2) { width: 100%; margin-top: 12px }
.cmshtml .mysection06inner > div { width: 100% }
.cmshtml .mysection06inner i { color: #82b500; font-style: normal }
.cmshtml .containermysection07 { margin-top: 48px; padding: 0 16px }
.cmshtml .mysection07 { background-color: #f8f3ef; padding: 16px 24px; border-radius: 16px }
.cmshtml .mysection07 > div:nth-child(1) { text-align: center }
.cmshtml .mysection07 > div:nth-child(2) { margin-top: 24px }
.cmshtml .mysection07 h2 { font-family: 'Noto Serif JP', serif; font-weight: 400; font-size: clamp(26px, calc(0.567vw + 23.87px), 30px) }
.cmshtml .mysection07btn { text-align: right; margin-top: 28px }
.cmshtml .mysection07btn a { display: inline-block; text-decoration: none; color: #000; background: url(../img/e-nozomi/common/back06.png) right center no-repeat; min-height: 50px; padding: 10px 64px 0 0 }
.cmshtml .footer_nozomi { margin-top: 64px; padding-bottom: 44px }
.cmshtml .containerfooter_nozomi { ; background-color: #e8f9ef; padding: 40px 16px }
.cmshtml .footerinner_nozomi { }
.cmshtml .footertitle_nozomi { font-family: 'Noto Serif JP', serif; font-weight: 500; font-size: clamp(26px, calc(0.567vw + 23.87px), 30px); padding-bottom: 8px; border-bottom: 1px solid #00aa62; text-align: center }
.cmshtml .footerlogo_nozomi { margin-top: 20px; text-align: center }
.cmshtml .footerlogo_nozomi img { max-width: 64% !important }
.cmshtml .footeraddress_nozomi { margin-top: 20px; text-align: center }
.cmshtml .footermap_nozomi { margin-top: 24px }
.cmshtml .footermap_nozomi iframe { width: 100%; height: 360px }
.cmshtml .containerfooterrecruit_nozomi { padding: 40px 16px; position: relative }
.cmshtml .footerrecruit_nozomi { }
.cmshtml .footerrecruitinner_nozomi { width: 100% }
.cmshtml .footerrecruitimg_nozomi { width: 80%; max-width: 560px; margin: 32px auto 0; -webkit-mask: url(../img/e-nozomi/common/mask06.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask06.png) center / contain no-repeat }
.cmshtml .footerrecruitinner_nozomi > div { width: 100% }
.cmshtml .footerrecruit_nozomi dl { margin-bottom: 24px }
.cmshtml .footerrecruit_nozomi dt { font-family: 'Noto Serif JP', serif; font-weight: 600 !important; font-size: clamp(26px, calc(1.418vw + 20.68px), 36px); text-align: center }
.cmshtml .footerrecruit_nozomi dd { margin-top: 8px }
.cmshtml .footerrecruit_nozomi img { max-width: 100% }
.cmshtml .footerrecruit_nozomi .link01 { text-align: center }
.cmshtml .footerrecruit_nozomi .link01 a { padding-right: 68px }
.cmshtml .footerrecruitlabels_nozomi { }
.cmshtml .footerrecruitlabels_nozomi > div { background-color: #82b500; color: #fff; font-weight: 600; font-size: clamp(16px, calc(0.284vw + 14.94px), 18px); text-align: center; border-radius: 8px; padding: 8px 16px; line-height: 1.4; margin-top: 12px }
.cmshtml .footerrecruitlabels_nozomi br { display: none }
.cmshtml .footernav_nozomi { display: flex; flex-wrap: wrap; gap: 8px 16px; background-color: #55504c; padding: 16px }
.cmshtml .footernav_nozomi > div { width: calc(50% - 8px); text-align: center }
.cmshtml .footernav_nozomi a { text-decoration: none; color: #fff }
.cmshtml .footercopy_nozomi { text-align: center; font-size: 84%; color: #888; padding: 16px 0 }
.cmshtml :is(button, input[type='submit'], input[type='button']) { padding: 8px 16px }
.cmshtml .smalltac { text-align: center }
.cmshtml #pt { position: fixed; bottom: 52px; right: 8px; display: none; opacity: 0; transition: opacity 0.5s ease }
.cmshtml #pt img { width: 56px; height: 56px }
.cmshtml .mymodal_nozomi { display: flex; justify-content: center; align-items: center; text-align: center; min-height: 100vh }
.cmshtml .mymodallogo_nozomi img { width: 220px; height: auto }
.cmshtml .mymodalnav_nozomi { margin-top: 24px; max-width: 624px; padding: 0 32px !important; display: flex; justify-content: center; flex-wrap: wrap; gap: 24px 16px }
.cmshtml .mymodalnav_nozomi > div { width: calc(25% - 12px) !important; line-height: 1.4; font-size: 88% }
.cmshtml .globaliconnav_nozomi > div { margin-bottom: 4px }
.cmshtml .sidefixedbtns_nozomi { position: fixed; right: 0; bottom: 0; left: 0; display: flex; text-align: center }
.cmshtml .sidefixedbtn01_nozomi { width: 42%; background-color: #82b500 }
.cmshtml .sidefixedbtn02_nozomi { width: 42%; background-color: #f39e00 }
.cmshtml .sidefixedbtn03_nozomi { width: 17%; background-color: #82b500 }
.cmshtml .sidefixedbtns_nozomi a { display: block; text-decoration: none; color: #fff; font-weight: 450 }
.cmshtml .sidefixedbtn01_nozomi a { padding: 8px }
.cmshtml .sidefixedbtn02_nozomi a { padding: 8px }
.cmshtml .sidefixedbtn03_nozomi a { padding: 14px 0 0  }
.cmshtml .sidefixedbtn03_nozomi img { width: 24px; height: 19px }

/* 新着情報 */
.cmshtml .mynewarticles .rdnewArticle-item { align-items: flex-start !important; padding: 0 0 8px 0 !important; border-bottom: 1px solid #f3c4a6 !important }
.cmshtml .mynewarticles .rdnewArticle-thumbnail { display: none !important }
.cmshtml .mynewarticles .rdnewArticle-contWrap { width: 100% !important; flex: none !important }
.cmshtml .mynewarticles .rdnewArticle-ContDate { width: 100% !important }
.cmshtml .mynewarticles .rdnewArticle-ContTitle { width: 100% !important }
.cmshtml .mynewarticles .rdnewArticle-ContLink { text-decoration: none !important; color: #000 !important }
.cmshtml .mynewarticles a.rdnewArticle-ContLink:hover { color: #666 !important }
.cmshtml .mynewarticles .rdnewArticle-item + .rdnewArticle-item { border-top: none !important; margin-top: 8px !important }

/* ブログ */
.cmshtml #myblogframe { margin: 0 16px }
.cmshtml #myblogmain { }
.cmshtml #myblogcommon { margin-top: 40px }
.cmshtml #myblogcommon a { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml #myblogcommon h4 { background-color: #bbb; color: #fff; font-weight: 400 !important; font-size: 14px !important; padding: 0 4px; border: none !important }
.cmshtml .rdListItem a { text-decoration: none }
.cmshtml .rdListImage { height: 220px; overflow: hidden; text-align: center }
.cmshtml .rdListImageItem { width: 100%; height: 220px !important; object-fit: cover }
.cmshtml .rdListImageEmpty { background-color: #f8f8f8 }
.cmshtml .rdListImageItemDummy { border: none !important }
.cmshtml .rdpublishDate { font-size: 88% !important }
.cmshtml :is(.rdarticleTitleText, .rdRelatedArticles-title) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.cmshtml .rdarticleTitleText a { font-size: 88% !important; color: rgb(var(--textcolor)) }
.cmshtml .rdarticleTitle h3 { border-bottom: 3px solid rgb(var(--basecolor)) !important; font-size: 18px !important }
.cmshtml .rdListCategoryItem { background-color: rgba(0, 0, 0, .64) !important; padding: 0 4px !important }
.cmshtml .ItemrdListTagListItem { padding: 0 4px !important; margin-right: 4px !important }
.cmshtml .rdnewArticle { border: none !important; padding: 0 !important }
.cmshtml #myblogframe .rdnewArticle-item { padding: 6px 2px !important }
.cmshtml #myblogframe :is(.rdnewArticle-item + .rdnewArticle-item, .rdCategorylist-item + .rdCategorylist-item, .rdMonthlyArchive-item + .rdMonthlyArchive-item) { border-top: 1px solid rgb(var(--bordercolor)) !important }
.cmshtml .rdCategorylist-link { padding: 4px !important }
.cmshtml .rdarticlecalendar { font-size: 92%; width: 100%; max-width: 338px; margin: 0 auto }
.cmshtml .rdCalendarBody { line-height: 1.3 }
.cmshtml .rdCalendarTable-link { color: #fff !important }
.cmshtml .rdMonthlyArchive-item { padding: 4px 4px 4px 14px !important; margin: 0 4px }
.cmshtml .rdTaglist-link { padding: 2px 4px !important; font-size: 88%; color: #0061c9 !important }
.cmshtml .rdTaglist-link:hover { color: #fff !important }
.cmshtml .rdBlogSearch-btn { padding: 0 8px !important; margin-left: 8px; color: #fff !important }
.cmshtml .rdRelatedArticles { width: calc(100% + 16px); transform: translateX(-8px) }
.cmshtml .rdRelatedArticles-item { border: 1px solid rgb(var(--bordercolor)); margin: 0 8px 24px; width: calc(50% - 16px) !important; padding: 8px !important }
.cmshtml .rdRelatedArticles-imageWrapper { border: none !important; height: 96px !important; margin-bottom: 4px !important }
.cmshtml .rdRelatedArticles-image { width: 100%; height: 96px !important; object-fit: cover }
.cmshtml .rdRelatedArticles-title a { color: rgb(var(--textcolor)); text-decoration: none }
.cmshtml .rdRelatedArticles-title a:hover { opacity: .8 }
.cmshtml :is(.rdRelatedArticles-catlink, .rdRelatedArticles-taglink) { padding: 3px 4px !important }
.cmshtml .rdReadMore { font-size: 88% }
}

@media (max-width: 767px) {
.cmshtml #mydrawerhamberger { transform: scale(.8) }
.cmshtml #mydrawerinner { padding-top: 40px }
}

@media (min-width: 1080px) {
.cmsbody { }
.cmshtml :is(h1, #mydrawerhambergerouter, #mydrawer, .smallonly) { display: none }
.cmshtml #wrapper { position: relative; max-width: 1920px; margin: 0 auto }
.cmshtml .header_nozomi { max-width: 1920px; margin: 0 auto; display: flex; justify-content: space-between; padding: clamp(16px, calc(0.714vw + 8.29px), 22px) clamp(96px, calc(6.19vw + 29.14px), 148px) 0 clamp(24px, calc(3.214vw + -10.71px), 51px) }
.cmshtml .headerlogo_nozomi { margin-top: 13px; width: clamp(224px, calc(18.69vw + 22.14px), 381px) }
.cmshtml .headerlogo_nozomi img { max-width: 100% }
.cmshtml .globalnav_nozomi { display: flex; justify-content: flex-end; column-gap: clamp(8px, calc(3.095vw + -25.43px), 34px); margin-left: clamp(16px, calc(0.952vw + 5.71px), 24px) }
.cmshtml .globaliconnav_nozomi { position: relative; text-align: center; font-weight: 450; padding-bottom: 4px !important; font-size: clamp(15px, calc(0.238vw + 12.43px), 17px); flex-shrink: 0 }
.cmshtml .globaliconnav_nozomi > div:nth-child(2) { margin-top: 2px }
.cmshtml .globaliconnav_nozomi img { width: clamp(40px, calc(2.738vw + 10.43px), 63px) }
.cmshtml .globaliconnav_nozomi a { text-decoration: none; color: 000; transition: .3s }
.cmshtml .globaliconnav_nozomi a:hover { background-color: rgba(255, 255, 255, .32) }
.cmshtml .globaliconnav_nozomi a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #f90; transform: scale(0, 1); transition: .2s }
.cmshtml .globaliconnav_nozomi a:hover::after { transform: scale(1, 1) }
.cmshtml #mymodalhambergerouter { top: 13px; right: 16px }
.cmshtml :is(#mymodalhambergerouter, #mymodalhamberger) { width: clamp(64px, calc(3.095vw + 30.57px), 90px); height: clamp(64px, calc(3.095vw + 30.57px), 90px) }
.cmshtml #containermainvisual { position: relative; margin-top: 56px; padding-bottom: 30px }
.cmshtml #mainvisualback img { max-width: 100% }
.cmshtml #mainvisual { position: absolute; bottom: 0; left: 7.65625%; width: 58.229%; -webkit-mask: url(../img/e-nozomi/common/mask01.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask01.png) center / contain no-repeat }
.cmshtml #mainvisual img { max-width: 100% }
.cmshtml #mainvisualtext { position: absolute; top: 8.8%; right: 20.95%; writing-mode: vertical-rl; font-family: 'Noto Serif JP', serif; font-weight: 600; font-size: clamp(32px, calc(3.095vw + -1.43px), 58px); line-height: 1.38 }
.cmshtml #mainvisualtext strong { font-weight: 600; color: #f39e00 }
.cmshtml #mainvisualtext i { font-style: normal; color: #82b500 }
.cmshtml #containerpagetitle { position: relative; margin-top: 25px }
.cmshtml #pagetitleimg img { max-width: 100% }
.cmshtml #pagetitleouter { position: absolute; top:0; right:0; bottom:0; left: 0; display: flex; justify-content : center; align-items: center}
.cmshtml #pagetitle { font-family: 'Noto Serif JP', serif; text-align: center; margin-top: clamp(0px, calc(-1.905vw + 20.57px), -16px) }
.cmshtml #pagetitle > div:nth-child(1) img { width: clamp(48px, calc(1.786vw + 28.71px), 63px) }
.cmshtml #pagetitle > div:nth-child(2) { font-size: clamp(44px, calc(1.905vw + 23.43px), 60px); font-weight: 600; color: #005319 }
.cmshtml #maincontents { margin-top: 56px }
.cmshtml .containermysection01 { margin-top: 80px }
.cmshtml .mysection01 { position: relative; width: clamp(640px, calc(50vw + 100px), 900px); margin: 0 auto; background: url(../img/e-nozomi/common/back02.png) 95% center no-repeat rgb(var(--basecolor)); padding: clamp(20px, calc(0.816vw + 16.94px), 30px) clamp(24px, calc(0.816vw + 20.94px), 34px); display: flex; column-gap: clamp(24px, calc(3.269vw + -11.31px), 41px); color: #fff; border-radius: 16px }
.cmshtml .mysection01 img { width: clamp(96px, calc(4.615vw + 46.15px), 120px) }
.cmshtml .mysection01 dt { font-family: 'Noto Serif JP', serif; font-weight: 500 !important; font-size: clamp(36px, calc(1.923vw + 15.23px), 46px); line-height: 1.5 }
.cmshtml .mysection01 dd { margin-top: clamp(1px, calc(0.962vw + -9.38px), 6px) }
.cmshtml .mysection01 a { transition: .3s }
.cmshtml .mysection01 a:hover { background-color: rgba(255, 255, 255, .24) }
.cmshtml .containermysection02 { margin-top: 55px; padding: 0 24px }
.cmshtml .mysection02 { max-width: 1200px; margin: 0 auto; border: 2px solid #82b500; border-radius: 12px; overflow: hidden }
.cmshtml .mysection02 h2 { color: #fff; text-align: center; font-weight: 500; font-size: clamp(20px, calc(1.667vw + 2px), 22px); padding: 10px 0 12px; background-color: #82b500; letter-spacing: 1px }
.cmshtml .mysection02 dl { background-color: #fff; padding: 34px 50px 42px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px }
.cmshtml .mysection02 dt { font-size: clamp(18px, calc(1.667vw + 0px), 20px); font-weight: 600 !important; color: #82b500; border-bottom: 1px solid #c3c3c3; padding-bottom: 14px }
.cmshtml .mysection02 dd { margin-top: 15px }
.cmshtml .containermysection03 { margin-top: 80px; padding: 0 24px }
.cmshtml .mysection03 { max-width: 1356px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; background: url(../img/e-nozomi/common/back04.png) center top / 100% no-repeat }
.cmshtml .mysection03 > div:nth-child(1) { width: 35.398% }
.cmshtml .mysection03 > div:nth-child(2) { width: 53.244%; -webkit-mask: url(../img/e-nozomi/common/mask02.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask02.png) center / contain no-repeat; margin-top: 5px }
.cmshtml .mysection03inner > div { width: 100%; max-width: 400px; float: right }
.cmshtml :is(.mysection03, .mysection04, .mysection05, .mysection06) dl { margin-bottom: clamp(24px, calc(2.778vw + -6px), 34px) }
.cmshtml :is(.mysection03, .mysection04, .mysection05, .mysection06) dt { font-family: 'Noto Serif JP', serif; font-weight: 600 !important; font-size: clamp(36px, calc(2.5vw + 9px), 45px) }
.cmshtml :is(.mysection03, .mysection04, .mysection05, .mysection06) dd { margin-top: 8px; line-height: 1.68 }
.cmshtml :is(.mysection03, .mysection04, .mysection05, .mysection06) img { max-width: 100% }
.cmshtml .containermysection04 { margin-top: 78px; padding: 0 24px }
.cmshtml .mysection04 { max-width: 1422px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center }
.cmshtml .mysection04 > div:nth-child(1) { width: 42.616%; -webkit-mask: url(../img/e-nozomi/common/mask03.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask03.png) center / contain no-repeat }
.cmshtml .mysection04 > div:nth-child(2) { width: 50.984% }
.cmshtml .mysection04inner > div { width: 100%; max-width: 534px }
.cmshtml .mysection04inner i { color: #82b500; font-style: normal }
.cmshtml .containermysection05 { margin-top: 78px; padding: 0 24px }
.cmshtml .mysection05 { max-width: 1462px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; background: url(../img/e-nozomi/common/back05.png) center top / 100% no-repeat }
.cmshtml .mysection05 > div:nth-child(1) { width: 38.372% }
.cmshtml .mysection05 > div:nth-child(2) { width: 53.419%; -webkit-mask: url(../img/e-nozomi/common/mask04.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask04.png) center / contain no-repeat }
.cmshtml .mysection05inner > div { width: 100%; max-width: 430px; float: right }
.cmshtml .mysection05inner i { color: #82b500; font-style: normal }
.cmshtml .containermysection06 { margin-top: 88px; padding: 0 24px }
.cmshtml .mysection06 { max-width: 1192px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center }
.cmshtml .mysection06 > div:nth-child(1) { width: 50.838%; -webkit-mask: url(../img/e-nozomi/common/mask05.png) center / contain no-repeat; mask: url(../img/e-nozomi/common/mask05.png) center / contain no-repeat }
.cmshtml .mysection06 > div:nth-child(2) { width: 41.526% }
.cmshtml .mysection06inner > div { width: 100% }
.cmshtml .mysection06inner i { color: #82b500; font-style: normal }
.cmshtml .containermysection07 { margin-top: 62px; padding: 24px }
.cmshtml .mysection07 { max-width: 1200px; margin: 0 auto; background-color: #fef5e4; padding: 64px 112px 64px 121px; display: flex; border-radius: 20px }
.cmshtml .mysection07 > div:nth-child(1) { width: 26.887% }
.cmshtml .mysection07 > div:nth-child(2) { width: 73.113% }
.cmshtml .mysection07 h2 { font-family: 'Noto Serif JP', serif; font-weight: 400; font-size: clamp(30px, calc(5vw + -24px), 36px) }
.cmshtml .mysection07btn { text-align: right; margin-top: 28px }
.cmshtml .mysection07btn a { display: inline-block; text-decoration: none; color: #000; font-size: 88%; background: url(../img/e-nozomi/common/back06.png) 96% center no-repeat; transition: .3s; min-height: 50px; padding: 14px 80px 0 0 }
.cmshtml .mysection07btn a:hover { background-position: 100% center; opacity: .72 }
.cmshtml .footer_nozomi { margin-top: 70px }
.cmshtml .containerfooter_nozomi { ; background-color: #f0f3e8; padding: 80px 24px 68px }
.cmshtml .footerinner_nozomi { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between }
.cmshtml .footertitle_nozomi { font-family: 'Noto Serif JP', serif; font-weight: 500; font-size: clamp(30px, calc(5vw + -24px), 36px); padding-bottom: 11px; border-bottom: 1px solid #00aa62 }
.cmshtml .footerlogo_nozomi { margin-top: 36px; width: clamp(304px, calc(64.167vw + -389px), 381px) }
.cmshtml .footerlogo_nozomi img { max-width: 100% }
.cmshtml .footeraddress_nozomi { margin-top: 30px; line-height: 1.9 }
.cmshtml .footerinner_nozomi > div:nth-child(2) { width: 62.5%; margin-left: 24px }
.cmshtml .footermap_nozomi iframe { width: 100%; height: 360px }
.cmshtml .containerfooterrecruit_nozomi { padding: 80px 24px 110px; position: relative }
.cmshtml .footerrecruit_nozomi { max-width: 1376px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; background: url(../img/e-nozomi/common/back07.png) center bottom / 100% no-repeat; padding-bottom: 50px }
.cmshtml .footerrecruit_nozomi > div:nth-child(1) { width: 35.465%; position: relative; z-index: 2 }
.cmshtml .footerrecruit_nozomi > div:nth-child(2) { width: 60.901%; -webkit-mask: url(../img/evergreenkakegawa/common/mask06.png) center / contain no-repeat; mask: url(../img/evergreenkakegawa/common/mask06.png) center / contain no-repeat }
.cmshtml .footerrecruitinner_nozomi > div { width: 100%; max-width: 400px; float: right }
.cmshtml .footerrecruit_nozomi dl { margin-bottom: clamp(24px, calc(2.778vw + -6px), 34px) }
.cmshtml .footerrecruit_nozomi dt { font-family: 'Noto Serif JP', serif; font-weight: 500 !important; font-size: clamp(36px, calc(2.5vw + 9px), 45px) }
.cmshtml .footerrecruit_nozomi dd { margin-top: 8px; line-height: 1.68 }
.cmshtml .footerrecruit_nozomi img { max-width: 100% }
.cmshtml .footerrecruit_nozomi .link01 a { padding-right: 68px }
.cmshtml .footerrecruitlabels_nozomi { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1 }
.cmshtml .footerrecruitlabels_nozomi > div { display: inline-block; background-color: #82b500; color: #fff; font-weight: 600; font-size: clamp(18px, calc(3.333vw + -18px), 22px); text-align: center; border-radius: 8px; padding: 14px 22px !important; line-height: 1.4; position: absolute }
.cmshtml .footerrecruitlabels_nozomi > div:nth-child(1) { top: 13.1%; left: 44.114% }
.cmshtml .footerrecruitlabels_nozomi > div:nth-child(2) { top: 62.4%; left: 38.75% }
.cmshtml .footerrecruitlabels_nozomi > div:nth-child(3) { top: 65.2%; left: 68.489% }
.cmshtml .footernav_nozomi { display: flex; justify-content: center; column-gap: 18px; background-color: #55504c; padding: 13px 0 }
.cmshtml .footernav_nozomi a { text-decoration: none; color: #fff; transition: .3s }
.cmshtml .footernav_nozomi a:hover { opacity: .72 }
.cmshtml .footercopy_nozomi { text-align: center; font-size: 84%; color: #888; padding: 21px 0 }
.cmshtml :is(button, input[type='submit'], input[type='button']) { padding: 12px 24px }
.cmshtml .largetac { text-align: center }
.cmshtml #pt { position: fixed; bottom: 16px; right: 16px; display: none; opacity: 0; transition: opacity 0.5s ease }
.cmshtml .noscroll #pt { right: calc(16px + var(--mypadding)) }
.cmshtml .mymodal_nozomi { display: flex; justify-content: center; align-items: center; text-align: center; min-height: 100vh }
.cmshtml .mymodallogo_nozomi img { width: 320px; height: auto }
.cmshtml .mymodalnav_nozomi { margin-top: 32px; max-width: 624px; padding: 0 24px; display: flex; justify-content: center; flex-wrap: wrap; gap: 24px 15px }
.cmshtml .mymodalnav_nozomi > div { width: calc(25% - 12px) }
.cmshtml .sidefixedbtns_nozomi { position: fixed; top: 194px; right: 0 }
.cmshtml .sidefixedbtns_nozomi a { display: block; text-decoration: none; color: #fff; font-weight: 450; font-size: 22px; writing-mode: vertical-rl; transition: .3s; border-top-left-radius: 5px; border-bottom-left-radius: 5px }
.cmshtml .sidefixedbtns_nozomi a:hover { opacity: .72 }
.cmshtml .sidefixedbtn01_nozomi a { padding: 40px 16px !important; background-color: #82b500 }
.cmshtml .sidefixedbtn02_nozomi a { padding: 40px 16px !important; background-color: #f59e01 }
.cmshtml .sidefixedbtn03_nozomi a { padding: 24px 18px 24px 14px !important; background-color: #82b500 }
.cmshtml :is(.sidefixedbtn02_nozomi, .sidefixedbtn03_nozomi) { margin-top: 6px }
.cmshtml .noscroll .sidefixedbtns_nozomi { right: var(--mypadding) }

/* 新着情報 */
.cmshtml .mynewarticles .rdnewArticle-item { align-items: flex-start !important; padding: 0 0 12px 0 !important; border-bottom: 1px solid #f3c4a6 !important }
.cmshtml .mynewarticles .rdnewArticle-thumbnail { display: none !important }
.cmshtml .mynewarticles .rdnewArticle-contWrap { width: 100% !important; flex: none !important; display: flex }
.cmshtml .mynewarticles .rdnewArticle-ContDate { width: 112px !important; font-size: clamp(16px, calc(0.238vw + 13.43px), 18px) !important }
.cmshtml .mynewarticles .rdnewArticle-ContTitle { width: calc(100% - 112px) !important }
.cmshtml .mynewarticles .rdnewArticle-ContLink { text-decoration: none !important; color: #000 !important }
.cmshtml .mynewarticles a.rdnewArticle-ContLink:hover { color: #666 !important }
.cmshtml .mynewarticles .rdnewArticle-item + .rdnewArticle-item { border-top: none !important; margin-top: 12px !important }

/* ブログ */
.cmshtml #myblogframe { max-width: 1128px; margin: 0 auto; display: flex; padding: 0 24px }
.cmshtml #myblogmain { width: calc(100% - 320px) }
.cmshtml #myblogcommon { width: 272px; margin-left: 48px; font-size: 92% }
.cmshtml #myblogcommon a { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml #myblogcommon a:hover { opacity: .8 }
.cmshtml #myblogcommon h4 { background-color: #bbb; color: #fff; font-weight: 400 !important; font-size: 92% !important; padding: 2px 8px; border: none !important }
.cmshtml .rdListItem a { text-decoration: none }
.cmshtml .rdListImage { height: 220px; overflow: hidden }
.cmshtml .rdListImageItem { width: 100%; height: 220px !important; object-fit: cover }
.cmshtml .rdListImageEmpty { background-color: #f8f8f8 }
.cmshtml .rdListImageItemDummy { border: none !important }
.cmshtml .rdpublishDate { font-size: 88% !important }
.cmshtml :is(.rdarticleTitleText, .rdRelatedArticles-title) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.cmshtml .rdarticleTitleText a { font-size: 88% !important; color: rgb(var(--textcolor)) }
.cmshtml .rdarticleTitle h3 { border-bottom: 3px solid rgb(var(--basecolor)) !important; font-size: 26px !important }
.cmshtml .rdListItem .rdarticleTitle h3 { font-size: 20px !important }
.cmshtml .rdListCategoryItem { background-color: rgba(0, 0, 0, .64) !important; padding: 2px 8px !important }
.cmshtml .ItemrdListTagListItem { padding: 2px 4px !important; margin-right: 4px !important }
.cmshtml .rdnewArticle { border: none !important; padding: 0 !important }
.cmshtml #myblogframe .rdnewArticle-item { padding: 8px 4px !important }
.cmshtml #myblogframe :is(.rdnewArticle-item + .rdnewArticle-item, .rdCategorylist-item + .rdCategorylist-item, .rdMonthlyArchive-item + .rdMonthlyArchive-item) { border-top: 1px solid rgb(var(--bordercolor)) !important }
.cmshtml .rdCategorylist-link { padding: 4px !important }
.cmshtml .rdarticlecalendar { font-size: 92%; width: 100% }
.cmshtml .rdCalendarBody { line-height: 1.3 }
.cmshtml .rdCalendarTable-link { color: #fff !important }
.cmshtml .rdMonthlyArchive-item { padding: 4px 4px 4px 14px !important; margin: 0 4px }
.cmshtml .rdTaglist-link { padding: 2px 4px !important; font-size: 88%; color: #0061c9 !important }
.cmshtml .rdTaglist-link:hover { color: #fff !important }
.cmshtml .rdBlogSearch-btn { padding: 0 8px !important; margin-left: 8px; color: #fff !important }
.cmshtml .rdRelatedArticles { width: calc(100% + 16px); transform: translateX(-8px) }
.cmshtml .rdRelatedArticles-item { border: 1px solid rgb(var(--bordercolor)); margin: 0 8px 24px; width: calc(33.3333% - 16px) !important }
.cmshtml .rdRelatedArticles-imageWrapper { border: none !important }
.cmshtml .rdRelatedArticles-image { width: 100%; height: 150px !important; object-fit: cover }
.cmshtml .rdRelatedArticles-title a { color: rgb(var(--textcolor)); text-decoration: none }
.cmshtml .rdRelatedArticles-title a:hover { opacity: .8 }
.cmshtml .rdReadMore { font-size: 88% }
}

@media (min-width: 1921px) {
.cmshtml #mymodalhambergerouter { right: calc(50% - 944px) }
.cmshtml .noscroll #mymodalhambergerouter { right: calc(50% - 944px + var(--mypadding) / 2) }
.cmshtml #pt { right: calc(50% - 960px) }
.cmshtml .noscroll #pt { right: calc(50% - 960px + var(--mypadding) / 2) }
}

/* ブログ配色 */
.cmshtml #myblogcommon a { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml .ItemrdListTagListItem { border: none !important; background: rgb(var(--blogcolor)) !important; border-radius: 4px !important }
.cmshtml :is(.rdCategorylist-item + .rdCategorylist-item, .rdMonthlyArchive-item + .rdMonthlyArchive-item) { margin-top: 4px !important; padding-top: 4px !important }
.cmshtml .rdCategorylist-link:after { border-color: transparent transparent transparent rgb(var(--blogcolor)) !important }
.cmshtml .rdCategorylist-link:hover { background: rgba(var(--blogcolor), .16) !important }
.cmshtml :is(.rdTaglist-link, .rdTaglist-link::before, .rdTaglist-link::after) { background: none !important }
.cmshtml .rdTaglist-link { border: 2px solid rgba(var(--blogcolor), .4) !important; border-radius: 4px !important; color: rgb(var(--blogcolor)) !important; padding: 2px 4px !important; font-size: 84% !important }
.cmshtml .rdTaglist-link:hover { color: #fff !important; background-color: rgb(var(--blogcolor)) !important }
.cmshtml .rdMonthlyArchive-item::before { border-color: rgb(var(--blogcolor)) !important }
.cmshtml .rdTaglist .rdTaglist-link::before { content: none !important }
.cmshtml .rdTaglist .rdTaglist-link::after { content: none !important }
.cmshtml #myblogcommon .rdYearlyArchive { list-style: none }
.cmshtml #myblogcommon .rdYearlyArchive a { color: #09f }
.cmshtml #myblogcommon .rdYearlyArchive a:hover { color: #fff }
.cmshtml #myblogcommon .rdYearlyArchive-link { padding: 6px 16px }

/* パンくずリスト */
.cmshtml .rdBreadcrumb { }
.cmshtml .rdBreadcrumbItem { word-spacing: 4px; font-size: 88% }
.cmshtml .rdBreadcrumbItem:first-child::before { font-family: 'Font Awesome 6 Free'; content: '\f0da'; font-weight: 900 }
.cmshtml .rdBreadcrumbArrow { color: #999 }
.cmshtml .rdBreadcrumbLink { text-decoration: none; color: #333 }
.cmshtml .rdBreadcrumbLink:hover { color: #777 }

/* U01スライドショー */
.cmshtml .rdsp-buttons { display: none }

/* U01編集画面用 */
#editView .cmsbody { margin: 0; background-color: #fff; color: rgb(var(--textcolor)); line-height: 1.732; font-size: clamp(15px, calc(0.284vw + 13.94px), 17px); font-family: 'Noto Sans JP', sans-serif }
#editView :is(.globalnav_nozomi, .footernav_nozomi, , .mymodalnav_nozomi) edit { padding: 16px }
#editView #mymodalhambergerouter { position: static; display: none }
#editView #mymodal { position: static; overflow-y: visible; z-index: 0 }
#editView .mymodal-hide { opacity: 1 !important }
#editView #pt { position: static }
#editView .footerrecruitlabels_nozomi { position: static }
#editView .footerrecruitlabels_nozomi > div { position: static !important }
#editView #wrapper .sidefixedbtns_nozomi { position: static !important }
#editView #mainvisualback { display: none }
#editView #mainvisual { position: static; -webkit-mask: none; mask: none }
#editView #wrapper #mainvisualtext { position: static !important; writing-mode: horizontal-tb; text-indent: 0 }
#editView :is(.mysection03 > div:nth-child(2), .mysection04 > div:nth-child(1), .mysection05 > div:nth-child(2), .mysection06 > div:nth-child(1), .footerrecruit_nozomi > div:nth-child(2)) { -webkit-mask: none; mask: none }
#editView #pagetitleouter { position: static !important }
#editView .sidefixedbtn03_nozomi { background-color: #00aa61 }
#editView h5 edit { display: inline-block !important }

/* 共通装飾 */
/* 見出し */
.cmshtml .rdplanetitle h2 { font-size: clamp(22px, calc(2.27vw + 13.49px), 38px) !important; font-weight: 600 !important; line-height: 1.3; font-family: 'Noto Serif JP', serif }
.cmshtml .rdplanetitle h2 i { color: #00aa60 ; font-style: normal }
.cmshtml .rdplanetitle h2 strong { color: #f4791c ; font-weight: 600 }
.cmshtml .rdplanetitle h3 { font-size: clamp(20px, calc(1.135vw + 15.74px), 28px) !important; font-weight: 600 !important; border-top: 4px solid #eee; border-bottom: 1px solid #eee; position: relative; padding: 6px 0; font-family: 'Noto Serif JP', serif }
.cmshtml .rdplanetitle h3::after { border-top: 4px solid rgb(var(--basecolor)); content: ''; position: absolute; top: -4px; left: 0; width: 32%; height: 4px }
.cmshtml .rdplanetitle h4 { font-size: clamp(18px, calc(0.851vw + 14.81px), 24px) !important; font-weight: 600 !important; border-bottom: 2px solid rgba(var(--basecolor), .32); padding-bottom: 8px; color: rgb(var(--basecolor)) }
.cmshtml .rdplanetitle h5 { font-size: clamp(17px, calc(0.426vw + 15.4px), 20px) !important; font-weight: 600 !important }
.cmshtml .rdplanetitle h5::before { font-family: 'Font Awesome 6 Free'; content: '\f152\00a0'; font-weight: 900; color: rgba(var(--basecolor)) }
.cmshtml .rdplanetitle h6 { font-size: clamp(16px, calc(0.284vw + 14.94px), 18px) !important; font-weight: 600 !important; background-color: #eee; padding: 2px clamp(4px, calc(0.567vw + 1.87px), 8px); border: 1px solid #e8e8e8 }

@media (max-width: 767px) {
.cmshtml .rdplanetitle h3 { border-top-width: 3px }
.cmshtml .rdplanetitle h3::after { border-top-width: 3px; top: -3px; height: 3px }
.cmshtml .rdplanetitle :is(h3, h4, h5, h6) { line-height: 1.5 }
}

@media (min-width: 768px) and (max-width: 1079px) {
.cmshtml .rdplanetitle h3 { border-top-width: 3px }
.cmshtml .rdplanetitle h3::after { border-top-width: 3px; top: -3px; height: 3px }
.cmshtml .rdplanetitle :is(h3, h4, h5, h6) { line-height: 1.5 }
}

/* 単体エリア・横並びエリア */
@media (max-width: 1079px) {
.cmshtml .box01 { max-width: 100% !important; padding: 0 3% !important }
.cmshtml .flex50 { flex: 0 1 50% !important }
}

/* リンク */
.cmshtml :is(.link01, .link03, .linkpdf01) a { display: inline-block; border-radius: 80px }
.cmshtml :is(.link02, .link04, .linkpdf02) a { display: block; text-align: center; border-radius: 80px }
.cmshtml :is(.link01, .link02) a { padding: clamp(5px, calc(1.135vw + 0.74px), 13px) clamp(21px, calc(2.27vw + 12.49px), 37px); background-color: rgb(var(--basecolor)); border: clamp(2px, calc(0.142vw + 1.47px), 3px) solid rgb(var(--basecolor)); font-weight: 500; color: #fff; text-decoration: none; transition: .3s }
.cmshtml :is(.link03, .link04) a { padding: clamp(5px, calc(1.135vw + 0.74px), 13px) clamp(21px, calc(2.27vw + 12.49px), 37px); background-color: #fff; border: clamp(2px, calc(0.142vw + 1.47px), 3px) solid rgb(var(--basecolor)); font-weight: 500; color: rgb(var(--basecolor)); text-decoration: none; transition: .3s }
.cmshtml :is(.link01, .link02) a:hover { opacity: .8; background-color: #fff; color: rgb(var(--basecolor)) }
.cmshtml :is(.link03, .link04, .linkpdf01, .linkpdf02) a:hover { opacity: .8; background-color: rgb(var(--basecolor)); color: #fff }
.cmshtml :is(.link01, .link02, .link03, .link04) a::after { font-family: 'Font Awesome 6 Free'; content: '\f061'; font-weight: 900; display: inline-block; margin-left: clamp(16px, calc(1.135vw + 11.74px), 24px) }

.cmshtml :is(.linkpdf01, .linkpdf02) a { padding: clamp(3px, calc(1.135vw + -1.26px), 11px) clamp(21px, calc(2.27vw + 12.49px), 37px); background-color: #fff; border: clamp(2px, calc(0.142vw + 1.47px), 3px) solid rgb(var(--basecolor)); font-weight: 500; color: rgb(var(--basecolor)); text-decoration: none; transition: .3s }
.cmshtml :is(.linkpdf01, .linkpdf02) a::before { font-family: 'Font Awesome 6 Free'; content: '\f1c1\00a0'; font-weight: bold; font-size: 22px }

/* ボーダーありテーブル */
.cmshtml .tbl01 :is(th, td) { padding: 10px !important; border: 1px solid #ddd !important }
.cmshtml .tbl01 th { background-color: #f1f1f1 !important }
.cmshtml .tbl01 td { background-color: #fff; background-clip: padding-box }

/* force.cssの「PC/SPでは非表示」のviewportサイズを上書き */
@media (max-width: 1079px) {
.cmshtml [data-rdhide="sp"] { display: none !important }
}

@media (min-width: 576px) and (max-width: 1079px) {
.cmshtml [data-rdhide="pc"] { display: block !important }
}

@media (min-width: 1080px) {
.cmshtml [data-rdhide="pc"] { display: none !important }
}