@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@500;900&display=swap");
/*!
global > font
------------------------------
*/

/*!
global > color
------------------------------
*/
:root{--font-family-base:"Noto Sans JP",sans-serif}
/*!
foundation > reset
------------------------------
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #000;border-radius:0}
/*!
foundation > base
------------------------------
*/
body,html{font:16px/1.231 "Noto Sans JP",sans-serif;font:16px "Noto Sans JP",sans-serif;*font-size:small;*font:x-small;width:100%;height:auto;color:#2b2b2b;-webkit-text-size-adjust:none;-ms-font-feature-settings:"normal";font-weight:500}#wrapper{width:100%;overflow:hidden}a{text-decoration:none}a:hover{text-decoration:none}img{vertical-align:top}button,input,select,textarea{font:99% "Noto Sans JP",sans-serif;font-family:"Noto Sans JP",sans-serif}table{font-size:inherit;font:100%}code,kbd,pre,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both}.clearfix{display:inline-block;min-height:1%}* html .clearfix{height:1%}.clearfix{display:block}*{-webkit-box-sizing:border-box;box-sizing:border-box}a{color:inherit}a:hover{-webkit-transition:.5s;transition:.5s}@media screen and (min-width:768px){a[href^="tel:"]{pointer-events:none}}button{color:inherit;cursor:pointer}button:hover{opacity:.7;-webkit-transition:.5s;transition:.5s}img{max-width:100%;width:100%}body,html{font-family:"Noto Sans JP",sans-serif;font-size:62.5%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-size:1.6rem;font-weight:400;letter-spacing:.08em;line-height:1.75;color:#333;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";background-color:#fbf9f5}@media screen and (max-width:768px){body{font-size:1.4rem}}body.add_overray{overflow:hidden}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/common/bg-dots.gif) repeat;opacity:.08;mix-blend-mode:difference;z-index:-10}address{font-style:normal}.sp{display:none}@media screen and (max-width:768px){.sp{display:block}}.pc{display:block}@media screen and (max-width:768px){.pc{display:none}}#wrapper{margin:0 auto;position:relative}
/*!
utility > utility
------------------------------
*/
.u-mb-1em{margin-bottom:1em}
/*!
animation > fadein
------------------------------
*/
.fadeIn{opacity:0;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.fadeIn-up{-webkit-transform:translate(0,50px);transform:translate(0,50px)}.fadeIn-down{-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}.fadeIn-left{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}.fadeIn-right{-webkit-transform:translate(50px,0);transform:translate(50px,0)}.fadeIn.scrollin{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0)}
/*!
animation > text-animation
------------------------------
*/
#loader-bg{background:#ffa939;position:fixed;z-index:99999;width:100vw;height:100vh!important;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.spinner{margin:auto;width:60px;height:60px;position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);text-align:center;-webkit-animation:sk-rotate 2s infinite linear;animation:sk-rotate 2s infinite linear}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;border-radius:100%;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.dot1{background-color:#fff}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s;background-color:#fff}@-webkit-keyframes sk-rotate{to{-webkit-transform:rotate(360deg)}}@keyframes sk-rotate{to{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}@-webkit-keyframes scroll-hint-appear{0%{-webkit-transform:translateX(40px);transform:translateX(40px);opacity:0}10%{opacity:1}50%,to{-webkit-transform:translateX(-40px);transform:translateX(-40px);opacity:0}}@keyframes scroll-hint-appear{0%{-webkit-transform:translateX(40px);transform:translateX(40px);opacity:0}10%{opacity:1}50%,to{-webkit-transform:translateX(-40px);transform:translateX(-40px);opacity:0}}.scroll-hint.is-right-scrollable{background:linear-gradient(270deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))}.scroll-hint.is-right-scrollable.is-left-scrollable{background:linear-gradient(90deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0)),linear-gradient(270deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))}.scroll-hint.is-left-scrollable{background:linear-gradient(90deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))}.scroll-hint-icon{position:absolute;top:calc(50% - 25px);left:calc(50% - 60px);-webkit-box-sizing:border-box;box-sizing:border-box;width:120px;height:90px;border-radius:5px;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:0;background:rgba(0,0,0,.7);text-align:center;padding:20px 10px 10px}.scroll-hint-icon-wrap{position:absolute;top:0;left:0;width:100%;height:100%;max-height:100%;pointer-events:none}.scroll-hint-text{font-size:10px;color:#fff;margin-top:5px}.scroll-hint-icon-wrap.is-active .scroll-hint-icon{opacity:.8}.scroll-hint-icon:before{display:inline-block;width:40px;height:40px;color:#fff;vertical-align:middle;text-align:center;content:"";background-size:contain;background-position:center center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.scroll-hint-icon:after{content:"";width:34px;height:14px;display:block;position:absolute;top:10px;left:50%;margin-left:-20px;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);opacity:0;-webkit-transition-delay:2.4s;transition-delay:2.4s}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after{opacity:1}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before{-webkit-animation:scroll-hint-appear 1.2s linear;animation:scroll-hint-appear 1.2s linear;-webkit-animation-iteration-count:2;animation-iteration-count:2}
/*!
component > btn
------------------------------
*/
.c-btn-submit{display:inline-block;width:85%!important;max-width:600px;padding:12px 24px!important;background:#FFA939!important;border:none!important;border-radius:120px!important;color:#fff;text-align:center;font-weight:500;-webkit-transition:.5s;transition:.5s;cursor:pointer}@media screen and (min-width:768px){.c-btn-submit{width:80%!important;padding:24px 40px!important;font-size:2rem}}.c-btn-submit:hover{opacity:.8}.c-btn-logo{overflow:hidden;display:inline-block;width:80%;max-width:300px;padding:16px 24px;background:#ffa939;border-radius:120px;color:#fff;text-align:center;font-weight:500;-webkit-transition:.5s;transition:.5s;cursor:pointer}.c-btn-logo a{display:block;width:100%}.c-btn-logo span{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:1.3rem;line-height:1.1;font-weight:700}.c-btn-logo span:before{content:"";display:inline-block;aspect-ratio:1}.c-btn-logo--check span:before{height:1.8rem;background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_feature01.svg) no-repeat center center/contain}.c-btn-simple{overflow:hidden;display:inline-block;width:55%;max-width:300px;padding:12px;background:#ffa939;border-radius:120px;color:#fff;text-align:center;font-weight:500;-webkit-transition:.5s;transition:.5s;cursor:pointer}.c-btn-simple a{display:block;width:100%}.c-btn-simple span{position:relative;font-size:1.4rem;line-height:1.1;font-weight:700}
/*!
component > title
------------------------------
*/
.c-title-simple{font-size:110%;margin-bottom:.75em;border-left:3px solid #fff;padding-left:.75em;line-height:1.5}.c-title-sideborder{position:relative;display:inline-block}.c-title-sideborder:before{content:"";display:inline-block;width:2px;height:1lh;background:#f87f3b;rotate:-20deg;position:absolute;border-radius:2px;top:50%;translate:0 -50%;left:-16px}.c-title-sideborder:after{content:"";display:inline-block;width:2px;height:1lh;background:#f87f3b;border-radius:2px;rotate:20deg;position:absolute;top:50%;translate:0 -50%;right:-16px}
/*!
layout > container
------------------------------
*/
.l-container,.l-container-center,.l-container-l,.l-container-m,.l-container-s{width:94%;margin:auto}.l-container-l{max-width:1200px}.l-container-m{max-width:1000px}.l-container-s{max-width:860px}.l-container-92s{width:92%;margin:auto;max-width:860px}.l-container-center{text-align:center}.l-container-right{text-align:right;margin:auto 0 auto auto}
/*!
layout > header
------------------------------
*/
header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;width:100%;z-index:10000;-webkit-transition:.5s;transition:.5s;top:0;left:0;padding:16px;padding-top:24px}@media screen and (min-width:768px){header{padding:40px}}.header-logo{display:inline-block;width:48px;-webkit-transition:.5s;transition:.5s}.header-logo:hover{opacity:.8}.header-logo img{width:100%;aspect-ratio:1;-o-object-fit:contain;object-fit:contain}#gnav_btn{position:relative;z-index:10000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;transition:.3s;gap:12px;transition:.3s}#gnav_btn:hover{scale:.95}#gnav_btn p{font-weight:600;font-size:1.4rem;color:#555;mix-blend-mode:difference;-webkit-transition:.3s;transition:.3s}@media screen and (max-width:768px){#gnav_btn p{display:none}}#gnav_btn .gnav_btn-inner{width:60px;aspect-ratio:1;border-radius:50%;background-color:#ffa939;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}#gnav_btn span{display:inline-block;-webkit-transition:all .4s;transition:all .4s;width:45%;height:2px;border-radius:4px;background:#fff}#gnav_btn.open p{color:#fff}#gnav_btn.open span:first-of-type{-webkit-transform:translateY(4.5px) rotate(-40deg);transform:translateY(4.5px) rotate(-40deg)}#gnav_btn.open span:nth-of-type(2){-webkit-transform:translateY(-5px) rotate(40deg);transform:translateY(-5px) rotate(40deg)}#gnav_btn.fadeIn.afterLoading{-webkit-transition-delay:2.2s;transition-delay:2.2s;-webkit-transition-duration:1s;transition-duration:1s}nav{display:none;position:fixed;top:0;left:0;width:100%;z-index:1000;overflow-y:scroll;color:#fff;height:100%}@media screen and (max-width:768px){nav{bottom:0}}nav:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.9);display:block;position:absolute;left:0;top:0}nav span{position:absolute;bottom:24px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;text-align:center;font-size:1rem;letter-spacing:.03em;line-height:1}.nav-inner{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;width:98%;height:96%;border-radius:24px;position:absolute;top:50%;left:50%;translate:-50% -50%}@media screen and (max-width:768px){.nav-inner{width:98.5%;height:99%}}.header-nav__title{font-size:2.2rem;text-align:left;font-weight:700;line-height:1.2;letter-spacing:.2em}@media screen and (max-width:768px){.header-nav__title{font-size:2rem}}.nav-item__left{overflow-y:scroll;width:54%;height:100%;background:#ffa939;padding:128px 56px 60px}@media screen and (max-width:768px){.nav-item__left{width:100%;padding:16px;padding-top:100px}}.header-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1em;margin-top:1.8em}@media screen and (max-width:768px){.header-nav{margin-top:1.2em}}.header-nav li{-webkit-transition:all .1s linear;transition:all .1s linear;position:relative;display:inline-block;font-size:1.4rem;letter-spacing:.03em;line-height:1;padding-left:12px;font-weight:700}.header-nav li.header-nav-mainPage{background:#fff;padding-left:0;padding:16px 12px;font-size:1.7rem;color:#555;border-radius:8px}.header-nav li.header-nav-mainPage:before{display:none}.header-nav li:before{content:"";display:block;width:6px;height:6px;border-radius:1px;position:absolute;top:50%;left:0;translate:0 -50%;background:#fff}.header-nav li:hover{translate:8px 0}.nav-sns{margin-top:24px}.nav-sns__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-top:8px}.nav-sns__title{font-size:2rem;text-align:left;font-weight:700;line-height:1.2;letter-spacing:.05em}@media screen and (max-width:768px){.nav-sns__title{font-size:1.5rem}}.nav-sns__item{-webkit-transition:.1s;transition:.1s;position:relative;display:-ms-grid;display:grid;place-items:center;width:52px;aspect-ratio:1;border-radius:8px;background:rgba(0,0,0,.3)}.nav-sns__item:before{content:"";width:25px;aspect-ratio:1;display:block;background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/common/ico_instagram.svg) no-repeat center center/contain}.nav-sns__item:last-child:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/common/ico_tiktok.svg) no-repeat center center/contain}.nav-sns__item:hover{background:rgba(0,0,0,.8)}.nav-info{margin-top:32px}.nav-info__title{font-size:1.7rem;text-align:left;font-weight:700;line-height:1.2;letter-spacing:.05em}@media screen and (max-width:768px){.nav-info__title{font-size:1.6rem}}.nav-info__address{font-size:1.4rem;line-height:1.5;margin-top:16px}.nav-info__email{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:1.4rem;line-height:1.4;margin-top:8px}.nav-info__email:before{content:"";display:block;height:1lh;aspect-ratio:1;background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/common/ico_email.svg) no-repeat center center/contain}.nav-copyright{font-size:1.2rem;margin-top:32px}
/*!
layout > footer
------------------------------
*/
footer{background-color:#f87f3b;width:100%;margin:0 auto;padding:40px 0;color:#fff}@media screen and (max-width:860px){footer{padding:24px 0}}.footer-copy{text-align:center}.footer-copy a{font-size:1.4rem;border-bottom:1px solid #fff}@media screen and (max-width:768px){.footer-copy a{font-size:1.1rem}}.footer-copy aside{font-size:1.5rem;letter-spacing:0;margin-top:4px}@media screen and (max-width:768px){.footer-copy aside{font-size:1rem;margin-top:8px}}#page-top{position:fixed;right:24px;bottom:24px;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}#page-top.show{opacity:1;visibility:visible}#page-top a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:60px;aspect-ratio:1;background-color:#ffa939;border-radius:50%;color:#fff;text-decoration:none}#page-top a:hover{background-color:#ff9306}#page-top a span{position:relative;display:block;width:20px;aspect-ratio:1}#page-top a span:after,#page-top a span:before{content:"";position:absolute;top:45%;width:12px;height:2px;background-color:#fff;border-radius:2px}#page-top a span:before{translate:-50% -50%;rotate:-40deg;left:25%}#page-top a span:after{translate:-50% -50%;rotate:40deg;left:78%}@media screen and (max-width:860px){#page-top{right:10px;bottom:10px}#page-top a{width:48px}#page-top a span{width:16px;height:16px}#page-top a span:after,#page-top a span:before{width:12px}}.box-top{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;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:8px;padding-top:80px}.main_image{width:180px;margin-bottom:2em}@media screen and (min-width:768px){.main_image{width:200px;margin-bottom:2.4em}}.box-top-title{display:block;font-size:2rem}.box-top-title:before{content:"";display:inline-block;width:32px;height:32px;background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/top/ico_pin01.svg) no-repeat center center/contain;vertical-align:text-top;margin-right:8px}@media screen and (min-width:768px){.box-top-title:before{width:48px;height:48px}}@media screen and (min-width:768px){.box-top-title{font-size:3.2rem}}.top-links-wrapper{width:100%;padding:24px 16px;background-color:#fff;border-radius:12px;border:1px solid #e2e2e2;text-align:center}.top-links-wrapper .box-top-caption{margin-bottom:12px;font-size:1.7rem;font-weight:700;letter-spacing:.15em;line-height:1.2}@media screen and (min-width:768px){.top-links-wrapper .box-top-caption{font-size:2rem;margin-bottom:.8em}}.page-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3%;max-width:540px;margin:0 auto}.page-links li{width:48.5%}.page-links a{display:inline-block;width:100%;padding:12px;border-radius:8px;background-color:#555;text-align:center}.page-links a span{font-size:1.35rem;font-weight:700;color:#fff}.top-recommend{margin:60px auto 0;text-align:center}.top-recommend .top-recommend-title{font-size:1.8rem;font-weight:700;letter-spacing:.15em;line-height:1.2}.top-recommend-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:540px;gap:40px;margin:24px auto 0;text-align:left}@media screen and (min-width:768px){.top-recommend-list{max-width:1200px}}.box-outline{overflow:hidden;display:block;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.box-image{width:100%}.box-image img{width:100%;aspect-ratio:1;border-radius:8px 8px 0 0;-o-object-fit:cover;object-fit:cover}.box-description{padding:12px 4% 16px}.box-description .box-description-title{display:block}.box-description-details{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:8px}@media screen and (min-width:768px){.box-description-details{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.box-description-title{color:#f87f3b;font-size:1.5rem;font-weight:700;line-height:1.4;letter-spacing:.15em}.box-description-corp{display:block;margin-top:8px;color:#333;font-size:1.4rem;font-weight:700}.box-description-info{color:#333;font-size:1.3rem;font-weight:600;margin-right:4px}@media screen and (min-width:768px){.box-description-info{font-size:1.5rem}}.box-description-info--address:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_location01.svg) no-repeat center center/contain}.box-description-info--money:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_yen.svg) no-repeat center center/contain}.box-description-info--job:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_job.svg) no-repeat center center/contain}.box-description-info:before{content:"";display:inline-block;width:16px;height:16px;vertical-align:text-bottom;margin-right:4px}@media screen and (min-width:768px){.box-description-info:before{width:18px;height:18px}}.top-cta-wrapper{margin:24px auto 0;text-align:center}footer{margin-top:60px}.detail-fv{overflow:hidden;position:relative;width:100%;max-width:860px;margin:0 auto}@media screen and (min-width:768px){.detail-fv{margin-top:120px;border-radius:24px}}.detail-fv-video{position:relative;width:100%;aspect-ratio:1}.detail-fv-video img,.detail-fv-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;aspect-ratio:1;background-color:rgba(0,0,0,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.video-overlay.hidden{opacity:0;pointer-events:none}.play-button{width:80px;aspect-ratio:1;border-radius:50%;background-color:#fff;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.play-button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.play-button img{width:24px;aspect-ratio:1;padding-left:2px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:860px){.play-button{width:60px}.play-button img{width:20px}}.detail-fv-box{background:rgba(0,0,0,.8);width:100%;position:absolute;left:0;bottom:0}@media screen and (min-width:768px){.detail-fv-box{border-radius:0 0 24px 24px}}.detail-fv-box .detail-fv-title{color:#fff}.detail-fv-lead{margin-top:24px;text-align:center}.detail-fv-lead-inner{width:94%;margin-inline:auto;margin-top:16px;padding:24px 4%;background-color:#fff;border-radius:8px;color:#333}.detail-fv-lead-inner .detail-fv-title{padding:0;letter-spacing:.1em;color:#f87f3b}.detail-fv-title{padding:20px;font-size:1.4rem;letter-spacing:.2em;text-align:left}@media screen and (min-width:768px){.detail-fv-title{font-size:2.5rem}}.detail-fv-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-top:16px}.detail-fv-info li{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.detail-fv-info li img{width:1.3rem;aspect-ratio:1}.detail-fv-info li span{font-size:1.2rem;line-height:1;font-weight:600}.movie-container{width:100%;margin:0 auto;margin-top:24px}.baito-basic-content{margin-top:40px}.basic-top{font-size:1.4rem;letter-spacing:.15em;font-weight:600;line-height:1.2;text-align:center;margin-bottom:16px}@media screen and (min-width:768px){.basic-top{font-size:2.6rem;margin-top:36px}}.basics{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2%;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.5rem;margin-bottom:12px;padding:4%;background-color:#fffcf5;border-radius:8px}@media screen and (min-width:768px){.basics{font-size:2.3rem;margin-bottom:32px;gap:4%}}.five-ratings-container{position:relative;width:100%}.five-ratings-container:before{content:"";position:absolute;display:block;background-color:#fffcf5;width:100%;height:100%;z-index:-2;border-radius:8px}.adjust{padding:6% 4%}.ratings-container{width:100%;margin-bottom:8px}@media screen and (min-width:768px){.ratings-container{margin-bottom:24px}}.ratings-container p{font-size:1.5rem;margin-bottom:4px;color:#f87f3b;font-weight:600}@media screen and (min-width:768px){.ratings-container p{font-size:2.3rem;margin-bottom:16px}}.ratings-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:4%}.ratings-box p{font-size:1.4rem;width:20%;font-weight:600;color:#2b2b2b}@media screen and (min-width:768px){.ratings-box p{font-size:2.1rem}}.ratings{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:80%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ratings:before{content:"";position:absolute;width:100%;display:block;border-bottom:solid 2px #dedee0;translate:0 -50%;top:50%;z-index:-1}@media screen and (min-width:768px){.ratings:before{border-bottom:solid 5px #dedee0}}.ratings .tama{width:18px;height:18px;border-radius:50%;background-color:#dedee0}@media screen and (min-width:768px){.ratings .tama{width:22px;height:22px}}.ratings .tama--active{background-color:#ffa939}.box-job-title{color:#f87f3b;font-size:1.6rem;margin-top:30px;margin-bottom:20px}@media screen and (min-width:768px){.box-job-title{font-size:2.6rem}}.box-job-details .box-job-details-title{margin-bottom:4px;color:#333;font-size:1.4rem;font-weight:600;line-height:1;vertical-align:top}@media screen and (min-width:768px){.box-job-details .box-job-details-title{font-size:2.2rem}}.box-job-details .box-job-details-title:before{content:"";display:inline-block;width:1.4rem;height:1.4rem;margin-right:6px;vertical-align:top}@media screen and (min-width:768px){.box-job-details .box-job-details-title:before{width:2.2rem;height:2.2rem}}.box-job-details .box-job-details-title.price:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_yen-orange.svg) no-repeat center center/contain}.box-job-details .box-job-details-title.train:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_train01.svg) no-repeat center center/contain}.box-job-details .box-job-details-title.time:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_time01.svg) no-repeat center center/contain}.box-job-details .box-job-details-title.time-2:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_time02.svg) no-repeat center center/contain}.box-job-details .box-job-details-title.hair:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_hair01.svg) no-repeat center center/contain}.box-job-details .box-job-details-title.feature:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../../img/single/ico_feature02.svg) no-repeat center center/contain}.box-job-details .box-job-details-title.contents:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_job-orange.svg) no-repeat center center/contain}.box-job-details .box-job-details-title.rice:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_rice01.svg) no-repeat center center/contain}.box-job-details .box-job-details-caption{font-size:1.3rem;font-weight:lighter}@media screen and (min-width:768px){.box-job-details .box-job-details-caption{font-size:1.9rem}}.box-job-details .box-job-details-caption.parallel{display:inline}.box-job-details .box-job-details-caption-addition{font-size:1.3rem;font-weight:lighter}@media screen and (min-width:768px){.box-job-details .box-job-details-caption-addition{font-size:1.9rem}}.box-job-details .box-job-details-caption-addition.parallel{display:inline}.intern-about{margin-bottom:60px}.intern-about-inner{padding-top:48px}.intern-about-work{margin-bottom:48px}.intern-about-work:last-child{margin-bottom:0}.intern-about-work-title{margin-bottom:16px;color:#f87f3b;font-size:1.8rem;letter-spacing:.15em;font-weight:700;line-height:1.2}.intern-about-work-detail{background-color:#fff;margin-bottom:24px;padding:24px 16px;border-radius:8px;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.05);box-shadow:0 0 8px 0 rgba(0,0,0,.05);color:#333}.intern-about-work-detail:last-child{margin-bottom:0}.intern-about-work-detail h5{position:relative;margin-bottom:12px;padding-left:20px;font-size:1.4rem;font-weight:600;line-height:1.4;letter-spacing:.1em}.intern-about-work-detail h5:before{content:"";position:absolute;top:50%;left:0;translate:0 -50%;height:70%;max-height:40px;aspect-ratio:1/3.5;background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_exclamation.svg) no-repeat center center/contain}.intern-about-info{background:#fff;padding:32px 4%;border-radius:12px;color:#333}.intern-about-info-title{margin-bottom:16px;color:#f87f3b;font-size:1.7rem;letter-spacing:.15em;font-weight:700;line-height:1.2}.intern-about-info-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.intern-about-info-detail-item{border-bottom:solid 1px #dedee0;padding-bottom:16px}.intern-about-info-detail-item:last-of-type{border-bottom:none;padding-bottom:0}.intern-about-info-detail-item h5{position:relative;font-size:1.4rem;font-weight:500;line-height:1.2;letter-spacing:.1em;margin-bottom:8px;padding-left:20px}.intern-about-info-detail-item h5:before{content:"";position:absolute;top:50%;left:0;translate:0 -50%;width:1.5rem;aspect-ratio:1}.intern-about-info-detail-item p{font-size:1.3rem;font-weight:300;line-height:1.4;letter-spacing:.1em}.intern-about-info-detail-item.money h5:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_yen-orange.svg) no-repeat center center/contain}.intern-about-info-detail-item.access h5:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_train01.svg) no-repeat center center/contain}.intern-about-info-detail-item.time h5:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_time01.svg) no-repeat center center/contain}.intern-about-info-detail-item.term h5:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_time02.svg) no-repeat center center/contain}.intern-about-info-detail-item.hair h5:before{background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_hair01.svg) no-repeat center center/contain}.intern-about-detail-title{margin-bottom:32px;color:#333;font-size:2rem;letter-spacing:.1em;font-weight:700;line-height:1.2}.intern-about-detail-content{margin-bottom:40px}.intern-about-detail-content h5{margin-bottom:12px;font-size:1.6rem;letter-spacing:.1em;font-weight:700;line-height:1.2;color:#f87f3b}.intern-about-detail-accordion{overflow:hidden;max-height:120px;-webkit-transition:max-height .5s ease;transition:max-height .5s ease}.intern-about-detail-accordion.is-open{max-height:1000px}.intern-about-detail-btn{position:relative;padding-top:32px;text-align:center;translate:0 -20px;-webkit-transition:translate .5s ease;transition:translate .5s ease}.intern-about-detail-btn.is-open{translate:0 0;padding-top:24px}.intern-about-detail-btn:before{content:"";display:block;width:100vw;height:100%;position:absolute;top:0;left:-3%;translate:0 -1px;z-index:-1;background:rgba(255,249,235,.8);-webkit-filter:blur(10px);filter:blur(10px)}.single-contact{max-width:900px!important;margin-top:40px}@media screen and (min-width:768px){.single-contact{margin-top:60px}}.single-contact-title{color:#f87f3b;font-size:1.7rem;letter-spacing:.15em;margin-bottom:16px}@media screen and (min-width:768px){.single-contact-title{font-size:2.4rem}}.single-contact-inner{margin-inline:auto}.single-contact-inner .wpcf7-form{font-size:1.6rem;letter-spacing:.15em;font-weight:500}@media screen and (min-width:768px){.single-contact-inner .wpcf7-form{font-size:1.8rem}}.single-contact-inner .wpcf7-form p:has(.c-btn-submit){position:relative;text-align:center}.single-contact-inner .wpcf7-form p:has(.c-btn-submit):after{content:"";display:inline-block;position:absolute;top:50%;right:15%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:18px;height:18px;background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/common/ico_submit01.svg) no-repeat center center/contain}@media screen and (min-width:768px){.single-contact-inner .wpcf7-form p:has(.c-btn-submit):after{width:20px;height:20px;right:25%}}.single-contact-inner .wpcf7-form label{display:block;margin-bottom:1em}@media screen and (min-width:768px){.single-contact-inner .wpcf7-form label{margin-bottom:2em}}.single-contact-inner .wpcf7-form input,.single-contact-inner .wpcf7-form select,.single-contact-inner .wpcf7-form textarea{width:100%;min-height:41px;padding:8px;border:1px solid #ffa939;border-radius:6px;background:#fff}@media screen and (min-width:768px){.single-contact-inner .wpcf7-form input,.single-contact-inner .wpcf7-form select,.single-contact-inner .wpcf7-form textarea{padding:16px}}.single-contact-inner .wpcf7-form option{color:#2b2b2b!important}.single-contact-inner .wpcf7-form .wpcf7-form-control-wrap{display:block;margin-top:4px}.single-contact-inner .wpcf7-form .wpcf7-spinner{display:none}.single-contact-inner .wpcf7-form .c-btn-submit-wrapper{margin-top:16px}.single-form-link{display:block;margin-bottom:4x;text-align:center}.single-form-link a{color:#ffa939;text-decoration:underline}.detail-links{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:800px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2%;width:92%;height:50px;position:fixed;bottom:16px;left:50%;translate:-50% 0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}@media screen and (min-width:768px){.detail-links{height:80px}}.detail-links.off{opacity:0;pointer-events:none}.detail-links .links-item{display:-ms-grid;display:grid;place-items:center;border-radius:20px}.detail-links .links-item.contact{background-color:rgba(255,169,57,.9);height:100%;width:65%;max-width:600px}.detail-links .links-item.contact p{font-size:1.6rem;color:#fff}@media screen and (min-width:768px){.detail-links .links-item.contact p{font-size:2.1rem}}.detail-links .links-item.tiktok{background-color:rgba(255,169,57,.9);position:relative;height:100%;aspect-ratio:1}.detail-links .links-item.tiktok:before{content:"";position:absolute;display:inline-block;width:24px;height:24px;background:url(//oshigoto-zukan.com/wp-content/themes/oshigotozukan/css/../img/single/ico_tiktok.svg) no-repeat center center}.privacy-container{padding-top:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media screen and (min-width:768px){.privacy-container{padding-top:120px;gap:36px}}.privacy-top h1{font-size:2rem;margin-bottom:12px}@media screen and (min-width:768px){.privacy-top h1{font-size:2.4rem}}.privacy-top p{font-size:1.3rem;line-height:1.5;font-weight:600}@media screen and (min-width:768px){.privacy-top p{font-size:1.8rem}}.privacy-item h2{font-size:1.5rem;padding-left:16px;position:relative;margin-bottom:8px}@media screen and (min-width:768px){.privacy-item h2{font-size:1.8rem}}.privacy-item h2:before{content:"";display:inline-block;width:10px;height:10px;background-color:#ffa939;border-radius:30%;vertical-align:middle;position:absolute;top:55%;left:0;translate:0 -50%}@media screen and (min-width:768px){.privacy-item h2:before{width:12px;height:12px;top:50%}}.privacy-item h3{font-size:1.3rem;line-height:1.4;margin-bottom:12px}@media screen and (min-width:768px){.privacy-item h3{font-size:1.6rem}}.privacy-item p{font-size:1.3rem}@media screen and (min-width:768px){.privacy-item p{font-size:1.6rem}}.term-container{padding-top:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media screen and (min-width:768px){.term-container{padding-top:120px;gap:36px}}.term-top h1{font-size:2rem;margin-bottom:12px}@media screen and (min-width:768px){.term-top h1{font-size:2.4rem}}.term-top p{font-size:1.3rem;line-height:1.5;font-weight:600}@media screen and (min-width:768px){.term-top p{font-size:1.8rem}}.term-item h2{font-size:1.5rem;padding-left:16px;position:relative;margin-bottom:8px}@media screen and (min-width:768px){.term-item h2{font-size:1.8rem}}.term-item h2:before{content:"";display:inline-block;width:10px;height:10px;background-color:#ffa939;border-radius:30%;vertical-align:middle;position:absolute;top:55%;left:0;translate:0 -50%}@media screen and (min-width:768px){.term-item h2:before{width:12px;height:12px;top:50%}}.term-item h3{font-size:1.3rem;line-height:1.4;margin-bottom:12px}@media screen and (min-width:768px){.term-item h3{font-size:1.6rem}}.term-item p{font-size:1.3rem}@media screen and (min-width:768px){.term-item p{font-size:1.6rem}}.archive-title{position:relative;text-align:center;font-size:1.8rem;letter-spacing:.05em;padding:0 6%}.archive-title:before{content:"";position:absolute;top:50%;translate:0 -50%;left:0;width:2px;height:2.2rem;background:#ffa939;rotate:-20deg;border-radius:10px}.archive-title:after{content:"";position:absolute;top:50%;translate:0 -50%;right:0;width:2px;height:2.2rem;background:#ffa939;rotate:20deg;border-radius:10px}.archive-recommend.top-recommend{margin-top:48px}