:root{--white: #fff;--black: #1a1a1a;--red: #e03822;--red-light: #fbeeed;--yellow: #fffcdf;--yellow--light: #fffbd0}/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}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 #cccccc;margin:1em 0;padding:0}input,select{vertical-align:middle}html{position:relative;font-size:62.5%;min-height:100%;min-width:320px;height:-webkit-fill-available}body{width:100%;min-height:100vh;min-height:-webkit-fill-available;margin:0 auto;color:var(--black);line-height:1.4}@media screen and (min-width: 768px){body{min-width:1200px;font-size:16px}}@media screen and (max-width: 767px){body{font-size:3.7333333333vw}}@media screen and (max-width: 767px){body.menu-open{overflow:hidden}}*,*:before,*:after{box-sizing:border-box}img{max-width:100%;vertical-align:middle}a{text-decoration:none;color:var(--black);transition:opacity .4s ease,color .4s ease,border .4s ease}a:hover{opacity:.7}em{font-style:normal}ul,ol{list-style:none}body,tooltip,popover{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,Helvetica Neue,Verdana,Meiryo,sans-serif}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.invisible{opacity:0}.animated{animation-timing-function:ease;animation-duration:.5s;animation-fill-mode:both}.fadeIn{animation-name:fadeIn}.fadeOut{animation-name:fadeOut}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.header{display:flex;position:absolute;top:0;left:0;width:100%}@media screen and (min-width: 768px){.header{min-width:1200px;padding:20px 60px 20px 40px}}@media screen and (max-width: 767px){.header{align-items:center;padding-left:4.2666666667vw;z-index:100}}@media screen and (max-width: 767px){.header_logo{width:57.0666666667vw;height:-moz-fit-content;height:fit-content}}@media screen and (max-width: 767px){.header_logo img{width:100%;height:auto}}@media screen and (min-width: 768px){.header_hamburger{display:none}}@media screen and (max-width: 767px){.header_hamburger{display:flex;align-items:center;justify-content:center;flex-direction:column;width:17.0666666667vw;height:17.0666666667vw;gap:1.0666666667vw;padding:0;border:none;background:transparent;cursor:pointer;margin-left:auto;z-index:100000}}@media screen and (max-width: 767px){.header_hamburger_line{width:6.4vw;height:.5333333333vw;background-color:var(--red);transition:all .3s ease;transform-origin:center}}@media screen and (max-width: 767px){.header_hamburger.active .header_hamburger_line:nth-child(1){transform:translateY(1.6vw) rotate(45deg)}.header_hamburger.active .header_hamburger_line:nth-child(2){opacity:0;transform:scaleX(0)}.header_hamburger.active .header_hamburger_line:nth-child(3){transform:translateY(-1.6vw) rotate(-45deg)}}@media screen and (min-width: 768px){.header_nav{margin-left:auto}}@media screen and (max-width: 767px){.header_nav{position:fixed;top:16.5333333333vw;right:-100%;width:100%;height:100vh;background-color:var(--white);transition:right .3s ease;overflow-y:auto}}@media screen and (max-width: 767px){.header_nav.active{right:0}}.header_list{display:flex}@media screen and (min-width: 768px){.header_list{justify-content:flex-end;align-items:center;height:100%;gap:30px}}@media screen and (max-width: 767px){.header_list{flex-direction:column;align-items:flex-start;margin:0 5.3333333333vw}}@media screen and (max-width: 767px){.header_list li{width:100%}}.header_list a{position:relative;color:var(--black);line-height:1.4}@media screen and (max-width: 767px){.header_list a{display:block;width:100%;padding:6.4vw 0;border-bottom:1px solid #fbeeed}}@media screen and (min-width: 768px){.header_list a:hover{color:var(--red);opacity:1}}.header_list a:before{content:"";position:absolute;background:url(../images/icon_arrow-nav.svg) no-repeat center center/contain}@media screen and (max-width: 767px){.header_list a:before{width:2.8vw;height:3.4666666667vw;right:1.3333333333vw;top:50%;transform:translateY(-50%)}}.header.fixed{z-index:100000;position:fixed;top:0;left:0;width:100%;background-color:var(--white);background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width: 767px){.header.menu-active{background-color:var(--white)}}.footer{position:relative}@media screen and (min-width: 768px){.footer{padding:120px 0 60px}}@media screen and (max-width: 767px){.footer{padding:8vw 0 10.6666666667vw;overflow:hidden}}.footer:after{z-index:-1}@media screen and (min-width: 768px){.footer:after{content:"";position:absolute;width:360px;height:360px;top:102px;left:calc(50% - 805px);background:url(../images/bg_circle-blur.png) no-repeat center center/contain}}.footer:before{z-index:-1}@media screen and (max-width: 767px){.footer:before{content:"";position:absolute;width:53.3333333333vw;height:53.3333333333vw;bottom:-38.1333333333vw;left:-12.8vw;background:url(../images/bg_circle-blur.png) no-repeat center center/contain}}.footer .lead{line-height:1.8}@media screen and (min-width: 768px){.footer .lead{font-size:32px}}@media screen and (max-width: 767px){.footer .lead{font-size:5.8666666667vw;line-height:1.4}}.footer_container{display:flex;position:relative;flex-direction:column;align-items:center}@media screen and (min-width: 768px){.footer_container{padding:120px 0;gap:40px}}@media screen and (max-width: 767px){.footer_container{padding:16vw 0;gap:10.6666666667vw}}.footer_sns{display:flex;align-items:center}@media screen and (max-width: 767px){.footer_sns{order:3}}@media screen and (min-width: 768px){.footer_sns p{margin-right:40px;padding-right:40px;font-size:14px;border-right:1px solid var(--black)}}@media screen and (max-width: 767px){.footer_sns p{margin-right:6.4vw;padding-right:6.4vw;font-size:3.7333333333vw;border-right:.2666666667vw solid var(--black)}}.footer_sns_list{display:flex;align-items:center}@media screen and (min-width: 768px){.footer_sns_list{gap:24px}}@media screen and (max-width: 767px){.footer_sns_list{gap:6.4vw}}@media screen and (max-width: 767px){.footer_sns_list li a{display:block;width:8.5333333333vw}}@media screen and (max-width: 767px){.footer_sns_list li a img{width:100%;height:auto}}.footer_bottom{display:flex}@media screen and (min-width: 768px){.footer_bottom{justify-content:space-between;align-items:center;padding:0 60px 0 40px}}@media screen and (max-width: 767px){.footer_bottom{flex-direction:column;padding-bottom:16vw}}@media screen and (max-width: 767px){.footer_heading{width:58.6666666667vw}}@media screen and (max-width: 767px){.footer_heading img{width:100%;height:auto}}.footer_nav{display:flex;align-items:center}@media screen and (min-width: 768px){.footer_nav{gap:40px}}@media screen and (max-width: 767px){.footer_nav{flex-direction:column;gap:10.6666666667vw}}.footer_nav_list{display:flex;align-items:center}@media screen and (min-width: 768px){.footer_nav_list{gap:40px}}@media screen and (max-width: 767px){.footer_nav_list{gap:5.3333333333vw}}@media screen and (min-width: 768px){.footer_nav_list a{font-size:14px}}@media screen and (max-width: 767px){.footer_nav_list a{font-size:3.7333333333vw}}@media screen and (min-width: 768px){.footer_copyright{font-size:14px}}@media screen and (max-width: 767px){.footer_copyright{text-align:center;margin-top:10.6666666667vw;font-size:3.7333333333vw}}@media screen and (max-width: 767px){.footer_anniversary{width:42.9333333333vw;order:2}}@media screen and (max-width: 767px){.footer_anniversary img{width:100%;height:auto}}.footer .pageTop{z-index:10000;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 768px){.footer .pageTop{position:absolute;gap:4px;right:60px;bottom:50px;font-size:12px}}@media screen and (max-width: 767px){.footer .pageTop{gap:1.0666666667vw;order:1;font-size:2.6666666667vw}}@media screen and (min-width: 768px){.footer .pageTop:hover{opacity:.7!important}}.footer .pageTop span{display:flex;align-items:center;justify-content:center;background-color:var(--red);border-radius:100px}@media screen and (min-width: 768px){.footer .pageTop span{width:60px;height:60px}}@media screen and (max-width: 767px){.footer .pageTop span{width:13.3333333333vw;height:13.3333333333vw}}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;transition:.3s}.btn-main{display:flex;align-items:center;justify-content:center;position:relative;text-align:center;background-color:var(--white);line-height:1.4}@media screen and (min-width: 768px){.btn-main{width:-moz-fit-content;width:fit-content;min-width:400px;min-height:80px;padding:23px 52px;margin:80px auto 0;border-radius:16px;font-size:24px}}@media screen and (max-width: 767px){.btn-main{width:70.6666666667vw;margin:10.6666666667vw auto 0;padding:4.6666666667vw 4.2666666667vw;font-size:4.8vw;border-radius:3.2vw}}.btn-main:before{content:"";position:absolute;background:url(../images/icon_arrow-link.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.btn-main:before{width:16px;height:16px;right:20px}}@media screen and (max-width: 767px){.btn-main:before{width:4.4vw;height:3.4666666667vw;right:4vw}}.btn-red{background-color:var(--red);color:var(--white)}.btn-red:before{background:url(../images/icon_arrow-link-white.svg) no-repeat center center/contain}.hero{position:relative;display:flex;align-items:center;overflow:visible}@media screen and (min-width: 768px){.hero{width:1440px;height:1024px;margin:102px auto 0}}@media screen and (max-width: 1200px){.hero{width:1200px;height:853px}}@media screen and (max-width: 767px){.hero{width:100vw;height:177.8666666667vw;margin:16.5333333333vw auto 0}}.hero_content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-content:center;align-items:center}@media screen and (min-width: 768px){.hero_content{width:399px;padding-bottom:100px;gap:20px}}@media screen and (max-width: 767px){.hero_content{width:56vw;padding-bottom:26.6666666667vw;gap:3.2vw}}@media screen and (max-width: 1200px){.hero_heading{width:300px}}@media screen and (max-width: 767px){.hero_heading{width:45.3333333333vw}}.hero_heading img{width:100%;height:-moz-fit-content;height:fit-content}.hero_text{line-height:1.8}@media screen and (min-width: 768px){.hero_text{font-size:24px}}@media screen and (max-width: 767px){.hero_text{font-size:4.2666666667vw}}.hero_year{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 768px){.hero_year{font-size:150px}}@media screen and (max-width: 767px){.hero_year{top:43.1%;font-size:17.0666666667vw}}.hero_year.invisible{width:0}.hero_count{line-height:1}@media screen and (min-width: 768px){.hero_count{font-size:48px}}@media screen and (max-width: 767px){.hero_count{font-size:6.4vw}}.hero_popup{position:absolute}.hero_popup img{width:100%;height:auto}@media screen and (min-width: 768px){.hero_popup-01{width:240px;top:0;left:292px}}@media screen and (max-width: 1200px){.hero_popup-01{width:200px;top:0;left:243px}}@media screen and (max-width: 767px){.hero_popup-01{width:25.0666666667vw;top:.8vw;left:18.9333333333vw}}@media screen and (min-width: 768px){.hero_popup-02{width:144px;top:348px;right:284px}}@media screen and (max-width: 1200px){.hero_popup-02{width:120px;top:290px;right:237px}}@media screen and (max-width: 767px){.hero_popup-02{width:15.2vw;top:65.3333333333vw;right:6.9333333333vw}}@media screen and (min-width: 768px){.hero_popup-03{width:144px;top:356px;left:254px}}@media screen and (max-width: 1200px){.hero_popup-03{width:120px;top:297px;left:212px}}@media screen and (max-width: 767px){.hero_popup-03{width:15.2vw;top:69.3333333333vw;left:4vw}}@media screen and (min-width: 768px){.hero_popup-04{width:176px;bottom:354px;right:57px}}@media screen and (max-width: 1200px){.hero_popup-04{width:147px;bottom:295px;right:47px}}@media screen and (max-width: 767px){.hero_popup-04{width:18.6666666667vw;bottom:60.2666666667vw;right:-1.3333333333vw}}@media screen and (min-width: 768px){.hero_popup-05{width:240px;bottom:244px;left:46px}}@media screen and (max-width: 1200px){.hero_popup-05{width:200px;bottom:203px;left:38px}}@media screen and (max-width: 767px){.hero_popup-05{width:25.0666666667vw;bottom:46.4vw;left:-2.1333333333vw}}@media screen and (min-width: 768px){.hero_popup-06{width:264px;top:49px;right:40px}}@media screen and (max-width: 1200px){.hero_popup-06{width:220px;top:41px;right:33px}}@media screen and (max-width: 767px){.hero_popup-06{width:27.7333333333vw;top:22.1333333333vw;right:1.0666666667vw}}@media screen and (min-width: 768px){.hero_popup-07{width:176px;top:177px;left:43px}}@media screen and (max-width: 1200px){.hero_popup-07{width:147px;top:147px;left:36px}}@media screen and (max-width: 767px){.hero_popup-07{width:18.6666666667vw;top:34.4vw;left:0}}@media screen and (min-width: 768px){.hero_popup-08{width:176px;top:38px;right:372px}}@media screen and (max-width: 1200px){.hero_popup-08{width:147px;top:32px;right:310px}}@media screen and (max-width: 767px){.hero_popup-08{width:18.6666666667vw;top:-1.0666666667vw;right:23.2vw}}@media screen and (min-width: 768px){.hero_popup-09{width:240px;bottom:139px;right:271px}}@media screen and (max-width: 1200px){.hero_popup-09{width:200px;bottom:116px;right:226px}}@media screen and (max-width: 767px){.hero_popup-09{width:25.0666666667vw;bottom:26.6666666667vw;right:16vw}}@media screen and (min-width: 768px){.hero_popup-10{width:176px;bottom:136px;left:346px}}@media screen and (max-width: 1200px){.hero_popup-10{width:147px;bottom:113px;left:288px}}@media screen and (max-width: 767px){.hero_popup-10{width:18.6666666667vw;bottom:24.5333333333vw;left:28vw}}.hero_decoration{z-index:-1;position:absolute}@media screen and (max-width: 1200px){.hero_decoration{width:300px}}@media screen and (max-width: 767px){.hero_decoration{width:48vw}}.hero_decoration img{width:100%;height:auto}@media screen and (min-width: 768px){.hero_decoration-01{top:-116px;left:-52px}}@media screen and (max-width: 1200px){.hero_decoration-01{top:-109px;left:-43px}}@media screen and (max-width: 767px){.hero_decoration-01{top:-21.0666666667vw;left:-14.9333333333vw}}@media screen and (min-width: 768px){.hero_decoration-02{bottom:54px;right:-45px}}@media screen and (max-width: 1200px){.hero_decoration-02{bottom:45px;right:-37px}}@media screen and (max-width: 767px){.hero_decoration-02{bottom:9.0666666667vw;right:-13.6vw}}.main{overflow:hidden}@media screen and (min-width: 768px){.main_container{width:100%;max-width:1440px;padding:120px 0;margin:0 auto}}@media screen and (max-width: 767px){.main_container{padding:16vw 5.3333333333vw}}.main_heading{display:flex;flex-direction:column;text-align:center;text-transform:capitalize;line-height:1.4}@media screen and (min-width: 768px){.main_heading{margin-bottom:80px;gap:10px;font-size:54px}}@media screen and (max-width: 767px){.main_heading{margin-bottom:10.6666666667vw;gap:1.0666666667vw;font-size:9.6vw}}@media screen and (min-width: 768px){.main_heading span{font-size:20px}}@media screen and (max-width: 767px){.main_heading span{font-size:4.2666666667vw}}.main_text{line-height:2}.message_item{position:relative}@media screen and (min-width: 768px){.message_item{min-width:480px}}@media screen and (max-width: 767px){.message_item{width:64vw;margin:0 auto}}.message_item:before{z-index:-1;content:"";position:absolute;background:url(../images/history_circle-light.png) no-repeat center center/contain}@media screen and (min-width: 768px){.message_item:before{width:360px;height:360px;top:75px;left:-147px}}@media screen and (max-width: 767px){.message_item:before{width:48vw;height:48vw;bottom:-33.8666666667vw;left:-32.2666666667vw}}.message_item img{border-radius:100%}@media screen and (max-width: 767px){.message_item img{height:auto}}.message_container{display:flex;justify-content:center}@media screen and (min-width: 768px){.message_container{gap:60px}}@media screen and (max-width: 767px){.message_container{flex-direction:column;gap:10.6666666667vw}}.message_content{display:flex;flex-direction:column}@media screen and (min-width: 768px){.message_content{width:584px;gap:40px}}@media screen and (max-width: 767px){.message_content{gap:10.6666666667vw}}.message_company{display:flex;flex-direction:column}@media screen and (min-width: 768px){.message_company{gap:20px}}.message_company .president{display:flex;align-items:center;justify-content:flex-end}@media screen and (min-width: 768px){.message_company .president{gap:20px}}@media screen and (max-width: 767px){.message_company .president{width:46.9333333333vw;margin-top:5.3333333333vw;margin-left:auto}}@media screen and (max-width: 767px){.message_company .president img{width:100%;height:auto}}.message_text{line-height:2}@media screen and (max-width: 767px){.message_text{font-size:3.7333333333vw}}.message_text span:not(:first-of-type){display:block}@media screen and (min-width: 768px){.message_text span:not(:first-of-type){margin-top:40px}}@media screen and (max-width: 767px){.message_text span:not(:first-of-type){margin-top:10.6666666667vw}}.special{width:100%;position:relative;background-color:var(--red)}.special_bg{width:100%}@media screen and (min-width: 768px){.special_bg{height:110px}}@media screen and (max-width: 767px){.special_bg{height:7.7333333333vw}}@media screen and (min-width: 768px){.special_bg-reverse{transform:scaleY(-1)}}@media screen and (max-width: 767px){.special_bg-reverse{transform:scaleY(-1) translateY(-.2666666667vw)}}.special_bg img{width:100%;height:100%;vertical-align:top}.special_content_heading{line-height:1.4}@media screen and (min-width: 768px){.special_content_heading{margin-bottom:40px;font-size:32px}}@media screen and (max-width: 767px){.special_content_heading{margin-bottom:6.4vw;font-size:5.3333333333vw}}.special_content_heading span{display:block}@media screen and (min-width: 768px){.special_content_heading span{font-size:28px}}@media screen and (max-width: 767px){.special_content_heading span{font-size:4.2666666667vw}}.special_content_text{line-height:1.8}@media screen and (min-width: 768px){.special_content_text{margin-top:40px;font-size:24px}}@media screen and (max-width: 767px){.special_content_text{margin-top:5.3333333333vw;font-size:4.2666666667vw}}.special_content_image{position:relative;margin:0 auto}@media screen and (min-width: 768px){.special_content_image{width:800px}}@media screen and (max-width: 767px){.special_content_image{width:100%;height:50.1333333333vw}}@media screen and (max-width: 767px){.special_content_image img{width:100%;height:auto}}.special_content_image:before{content:"";position:absolute;background:url(../images/special_content_item-mascot.png) no-repeat center center/contain}@media screen and (min-width: 768px){.special_content_image:before{width:110px;height:158px;bottom:-22px;left:-36px}}@media screen and (max-width: 767px){.special_content_image:before{width:14.6666666667vw;height:21.3333333333vw;bottom:-5.3333333333vw;left:-.8vw}}.special .attention{display:flex;flex-direction:column;background-color:var(--yellow--light)}@media screen and (min-width: 768px){.special .attention{width:1024px;margin:80px auto 0;gap:20px;padding:40px 40px 60px;border:solid 8px rgba(245,171,45,.4);border-radius:16px}}@media screen and (max-width: 767px){.special .attention{margin:10.6666666667vw auto 0;padding:5.3333333333vw;gap:3.2vw;border:solid 1.0666666667vw rgba(245,171,45,.4);border-radius:3.2vw}}.special .attention_heading{line-height:1.8}@media screen and (min-width: 768px){.special .attention_heading{font-size:24px}}@media screen and (max-width: 767px){.special .attention_heading{font-size:4.2666666667vw}}.special .attention_content{display:flex;flex-direction:column;line-height:1.8;overflow:auto;scrollbar-width:thin;scrollbar-color:#c2c2c2 transparent}@media screen and (min-width: 768px){.special .attention_content{height:150px;padding:0 40px;font-size:14px}}@media screen and (max-width: 767px){.special .attention_content{height:66.1333333333vw;font-size:3.7333333333vw}}@media screen and (min-width: 768px){.special .attention_content::-webkit-scrollbar{width:8px}}@media screen and (max-width: 767px){.special .attention_content::-webkit-scrollbar{width:1.6vw}}.special .attention_content::-webkit-scrollbar-track{background-color:transparent}.special .attention_content::-webkit-scrollbar-thumb{background-color:#c2c2c2;border-radius:100px}@media screen and (min-width: 768px){.special .attention_content::-webkit-scrollbar-thumb{min-height:80px}}.special .attention_list li{display:flex;align-items:center}@media screen and (min-width: 768px){.special .attention_list li{gap:8px}}@media screen and (max-width: 767px){.special .attention_list li{align-items:baseline;gap:2.1333333333vw}}@media screen and (min-width: 768px){.special .attention_text{margin-top:8px}}@media screen and (max-width: 767px){.special .attention_text{margin-top:2.1333333333vw}}.special .attention_text:first-of-type{margin-top:0}.movie_container{position:relative}@media screen and (min-width: 768px){.movie_container{width:800px;height:457px}}.movie_container:before{z-index:1;content:"";position:absolute;background:url(../images/movie-character.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.movie_container:before{bottom:-39px;right:-56px;width:111px;height:159px}}.movie_item{overflow:hidden}@media screen and (min-width: 768px){.movie_item{width:100%;height:100%;border-radius:16px;border:solid 8px var(--white);box-shadow:0 0 20px #00000040}}@media screen and (max-width: 767px){.movie_item{width:100%;height:50.1333333333vw;border:solid 1.0666666667vw var(--white);border-radius:2.1333333333vw;box-shadow:0 0 5.3333333333vw #00000040}}.movie_item iframe,.movie_item video{width:100%;height:auto;aspect-ratio:16/9}.introduction_heading{position:relative}@media screen and (min-width: 768px){.introduction_heading{margin:80px auto;font-size:32px}}@media screen and (max-width: 767px){.introduction_heading{margin:10.6666666667vw auto;font-size:5.8666666667vw}}.introduction_heading:before{content:"";position:absolute;background:url(../images/introduction_bg.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.introduction_heading:before{width:1360px;height:193px;bottom:-68px;left:calc(50% - 680px)}}@media screen and (max-width: 767px){.introduction_heading:before{width:95.7333333333vw;height:13.6vw;bottom:.8vw;left:-3.2vw}}@media screen and (min-width: 768px){.introduction_item{width:640px}}@media screen and (max-width: 767px){.introduction_item img{width:100%;height:auto}}.history{width:100%;position:relative;background-color:var(--red-light)}@media screen and (min-width: 768px){.history{margin-top:170px}}@media screen and (max-width: 767px){.history{margin-top:32vw}}@media screen and (min-width: 768px){.history_container{padding-bottom:400px}}@media screen and (max-width: 767px){.history_container{padding:29.3333333333vw 0 42.6666666667vw}}.history_bg{width:100%}@media screen and (min-width: 768px){.history_bg{height:110px}}@media screen and (max-width: 767px){.history_bg{height:7.7333333333vw}}.history_bg-reverse{transform:scaleY(-1)}.history_bg img{width:100%;height:100%;vertical-align:top}.history_lead{position:absolute;left:50%;transform:translate(-50%);background-color:var(--red);line-height:1.8}@media screen and (min-width: 768px){.history_lead{min-width:1024px;padding:60px 80px;top:-92px;font-size:24px;border-radius:16px}}@media screen and (max-width: 767px){.history_lead{width:89.3333333333vw;padding:5.3333333333vw;top:-21.3333333333vw;border-radius:4.2666666667vw;font-size:4.8vw}}.history_lead:before{z-index:1;content:"";position:absolute;left:50%;transform:translate(-50%);background:url(../images/history_lead_icon.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.history_lead:before{width:128px;height:158px;top:-129px}}@media screen and (max-width: 767px){.history_lead:before{width:17.3333333333vw;height:21.3333333333vw;top:-16vw}}.history_list{display:flex;position:relative}@media screen and (min-width: 768px){.history_list{width:1024px;margin:0 auto;padding-bottom:40px;justify-content:space-between;flex-wrap:wrap}}@media screen and (max-width: 767px){.history_list{flex-direction:column;width:89.3333333333vw;padding-top:8.5333333333vw;gap:17.0666666667vw;margin:0 auto}}.history_list:after{content:"";position:absolute;background-color:var(--red);left:50%;transform:translate(-50%)}@media screen and (min-width: 768px){.history_list:after{width:4px;height:100%;top:40px}}@media screen and (max-width: 767px){.history_list:after{width:.8vw;height:calc(100% + 8.5333333333vw);top:0}}.history_list:before{content:"";position:absolute;background:url(../images/history_circle.png) no-repeat center center/contain}@media screen and (max-width: 767px){.history_list:before{width:48vw;height:48vw;top:-20vw;right:-20.2666666667vw}}.history_item{z-index:1;position:relative}.history_item_body{display:flex;flex-direction:column;background-color:var(--white)}@media screen and (min-width: 768px){.history_item_body{width:440px;height:-moz-fit-content;height:fit-content;padding:32px;gap:20px;border-radius:20px;box-shadow:0 0 10px #00000040}}@media screen and (max-width: 767px){.history_item_body{width:100%;padding:5.3333333333vw;gap:4.2666666667vw;border-radius:4.2666666667vw;box-shadow:0 0 2.1333333333vw #00000026}}.history_item:nth-of-type(1):after{z-index:-1;content:"";position:absolute;background:url(../images/history_circle.png) no-repeat center center/contain}@media screen and (min-width: 768px){.history_item:nth-of-type(1):after{width:360px;height:360px;left:-280px;top:590px}}@media screen and (max-width: 767px){.history_item:nth-of-type(1):after{width:48vw;height:48vw;bottom:-17.8666666667vw;left:-19.4666666667vw}}.history_item:nth-of-type(1):before{content:"";position:absolute;background:url(../images/history_character_01.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.history_item:nth-of-type(1):before{width:112px;height:158px;right:-404px;top:10px}}@media screen and (max-width: 767px){.history_item:nth-of-type(1):before{width:13.6vw;height:19.2vw;top:-8.2666666667vw;right:0}}.history_item:nth-of-type(2):after{z-index:-1;content:"";position:absolute;background:url(../images/history_circle.png) no-repeat center center/contain}@media screen and (min-width: 768px){.history_item:nth-of-type(2):after{width:360px;height:360px;top:-396px;right:-234px}}@media screen and (max-width: 767px){.history_item:nth-of-type(2):after{width:48vw;height:48vw;bottom:-7.4666666667vw;right:-21.8666666667vw}}@media screen and (max-width: 767px){.history_item:nth-of-type(3):before{z-index:-1;content:"";position:absolute;width:48vw;height:48vw;bottom:-9.3333333333vw;left:-20.2666666667vw;background:url(../images/history_circle.png) no-repeat center center/contain}}.history_item:nth-of-type(3):after{content:"";position:absolute;background:url(../images/history_character_02.svg) no-repeat center center/contain}@media screen and (max-width: 767px){.history_item:nth-of-type(3):after{width:14.4vw;height:19.2vw;left:2.6666666667vw;bottom:-20.8vw}}.history_item:nth-of-type(4):after{z-index:-1;content:"";position:absolute;background:url(../images/history_circle.png) no-repeat center center/contain}@media screen and (min-width: 768px){.history_item:nth-of-type(4):after{width:360px;height:360px;bottom:-128px;right:-263px}}@media screen and (max-width: 767px){.history_item:nth-of-type(4):after{width:48vw;height:48vw;bottom:-17.8666666667vw;right:-21.8666666667vw}}.history_item:nth-of-type(5):before{content:"";position:absolute;background:url(../images/history_character_02.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.history_item:nth-of-type(5):before{width:120px;height:159px;left:-135px;top:-107px}}@media screen and (max-width: 767px){.history_item:nth-of-type(5):after{z-index:-1;width:48vw;height:48vw;bottom:-20.5333333333vw;left:-20.2666666667vw;content:"";position:absolute;background:url(../images/history_circle.png) no-repeat center center/contain}}@media screen and (max-width: 767px){.history_item:nth-of-type(6):before{z-index:-1;width:48vw;height:48vw;bottom:-30.9333333333vw;right:-20.5333333333vw;content:"";position:absolute;background:url(../images/history_circle.png) no-repeat center center/contain}}@media screen and (max-width: 767px){.history_item:nth-of-type(6):after{z-index:-1;width:14.6666666667vw;height:20.5333333333vw;right:5.6vw;bottom:-22.1333333333vw;content:"";position:absolute;background:url(../images/history_character_03.svg) no-repeat center center/contain}}.history_item:nth-of-type(7):after{z-index:-1;content:"";position:absolute;background:url(../images/history_circle.png) no-repeat center center/contain}@media screen and (min-width: 768px){.history_item:nth-of-type(7):after{width:360px;height:360px;left:-260px;top:0}}@media screen and (max-width: 767px){.history_item:nth-of-type(7):after{width:48vw;height:48vw;bottom:-20.2666666667vw;left:-19.4666666667vw}}.history_item:nth-of-type(8):before{z-index:-1;content:"";position:absolute;background:url(../images/history_character_03.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.history_item:nth-of-type(8):before{width:110px;height:158px;right:-97px;bottom:230px}}.history_item:nth-of-type(8):after{z-index:-1;content:"";position:absolute;background:url(../images/history_circle.png) no-repeat center center/contain}@media screen and (min-width: 768px){.history_item:nth-of-type(8):after{width:360px;height:360px;right:-263px;bottom:-266px}}@media screen and (max-width: 767px){.history_item:nth-of-type(8):after{width:48vw;height:48vw;bottom:-22.6666666667vw;right:-21.8666666667vw}}@media screen and (max-width: 767px){.history_item:nth-of-type(9):before{z-index:-1;width:48vw;height:48vw;bottom:-38.1333333333vw;left:-23.4666666667vw;content:"";position:absolute;background:url(../images/history_circle-light.png) no-repeat center center/contain}}@media screen and (max-width: 767px){.history_item:nth-of-type(9):after{z-index:-1;width:23.2vw;height:23.7333333333vw;bottom:-20.2666666667vw;left:2.6666666667vw;content:"";position:absolute;background:url(../images/history_character_04.svg) no-repeat center center/contain}}@media screen and (min-width: 768px){.history_item-even{margin-top:80px}}@media screen and (min-width: 768px){.history_item-odd{margin-top:-110px}}@media screen and (min-width: 768px){.history_item-evenFirst{margin-top:200px}}.history_item_image{overflow:hidden}@media screen and (min-width: 768px){.history_item_image{width:100%;border-radius:8px}}.history_item_image img{width:100%;height:auto}.history_item_note{display:flex;background-color:var(--yellow);color:#646464;line-height:1.5}@media screen and (min-width: 768px){.history_item_note{gap:4px;padding:20px;border-radius:8px;font-size:14px}}@media screen and (max-width: 767px){.history_item_note{gap:1.0666666667vw;padding:3.2vw;border-radius:2.1333333333vw}}.history_item_content{display:flex;flex-direction:column;text-align:justify}@media screen and (min-width: 768px){.history_item_content{gap:16px}}@media screen and (max-width: 767px){.history_item_content{gap:3.2vw}}.history_item_content dt{color:var(--red);font-weight:700}@media screen and (min-width: 768px){.history_item_content dt{text-align:left;font-size:24px}}@media screen and (max-width: 767px){.history_item_content dt{text-align:center;font-size:4.8vw}}.history_item_content dd{line-height:1.8}.history_year{position:relative;line-height:1}@media screen and (min-width: 768px){.history_year{font-size:40px}}@media screen and (max-width: 767px){.history_year{text-align:center;font-size:6.4vw}}.history_year:before{content:"";position:absolute;background-color:var(--red);border-radius:100px}@media screen and (min-width: 768px){.history_year:before{width:24px;height:24px;top:3px;right:-116px}}@media screen and (max-width: 767px){.history_year:before{width:4.8vw;height:4.8vw;top:-14.4vw;left:50%;transform:translate(-50%)}}.history_year:after{content:"";position:absolute;background:url(../images/history_triangle.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.history_year:after{width:40px;height:50px;top:-10px;right:-72px}}@media screen and (min-width: 768px){.history_year-right:before{right:unset;left:-116px}}@media screen and (min-width: 768px){.history_year-right:after{right:unset;left:-72px;transform:scaleX(-1)}}.history_yearLast{position:relative}@media screen and (min-width: 768px){.history_yearLast{width:-moz-fit-content;width:fit-content;font-size:40px;margin:40px auto 0;padding-top:30px}}@media screen and (max-width: 767px){.history_yearLast{width:-moz-fit-content;width:fit-content;font-size:6.4vw;margin:10.6666666667vw auto 0;padding-top:5.3333333333vw}}.history_yearLast:before{content:"";position:absolute;background-color:var(--red);border-radius:100px}@media screen and (min-width: 768px){.history_yearLast:before{width:24px;height:24px;top:-11px;left:37px}}@media screen and (max-width: 767px){.history_yearLast:before{width:4.8vw;height:4.8vw;top:-2.6666666667vw;left:50%;transform:translate(-50%)}}.history_bottom{display:flex;position:relative;flex-direction:column}@media screen and (min-width: 768px){.history_bottom{width:-moz-fit-content;width:fit-content;margin:40px auto 0;gap:40px}}@media screen and (max-width: 767px){.history_bottom{margin:5.3333333333vw auto 0;gap:5.3333333333vw}}.history_bottom:after{content:"";position:absolute;background:url(../images/history_circle-light.png) no-repeat center center/contain}@media screen and (min-width: 768px){.history_bottom:after{width:360px;height:360px;top:-268px;left:-580px}}.history_bottom:before{content:"";position:absolute;background:url(../images/history_character_04.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.history_bottom:before{width:192px;height:196px;left:-206px;top:-361px}}@media screen and (min-width: 768px){.history_bottom_anniversary{font-size:24px}}@media screen and (max-width: 767px){.history_bottom_anniversary{font-size:4.8vw}}.history_bottom_content{display:flex;flex-direction:column}@media screen and (min-width: 768px){.history_bottom_content{gap:15px}}@media screen and (max-width: 767px){.history_bottom_content{gap:4vw}}@media screen and (max-width: 767px){.history_logo{width:42.6666666667vw;margin:0 auto}}.history_logo img{width:100%;height:auto}.vision{position:relative}@media screen and (max-width: 767px){.vision{margin-top:18.6666666667vw;padding-bottom:26.6666666667vw}}.vision:after{content:"";position:absolute;background:url(../images/bg_circle-blur.png) no-repeat center center/contain}@media screen and (min-width: 768px){.vision:after{width:360px;height:360px;top:88px;left:calc(50% + 283px)}}@media screen and (max-width: 767px){.vision:after{width:53.3333333333vw;height:53.3333333333vw;top:12.8vw;right:-14.9333333333vw}}.vision:before{z-index:-1}@media screen and (max-width: 767px){.vision:before{content:"";position:absolute;width:53.3333333333vw;height:53.3333333333vw;bottom:.5333333333vw;left:-12.2666666667vw;background:url(../images/bg_circle-blur.png) no-repeat center center/contain}}.vision_hero{position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}@media screen and (min-width: 768px){.vision_hero{width:1184px;margin:0 auto;top:-400px;border-radius:16px}}@media screen and (max-width: 767px){.vision_hero{width:94.6666666667vw;top:-53.3333333333vw;border-radius:3.2vw}}@media screen and (max-width: 767px){.vision_hero img{width:100%;height:auto}}.vision_heading{position:absolute;left:50%;transform:translate(-50%);border-radius:100px;background-color:var(--red)}@media screen and (min-width: 768px){.vision_heading{padding:8px 40px;top:-20px;font-size:32px}}@media screen and (max-width: 767px){.vision_heading{width:59.7333333333vw;padding:1.0666666667vw 6.4vw;top:-8vw;font-size:5.8666666667vw}}.vision_heading:after{content:"";position:absolute;left:50%;transform:translate(-50%);background:url(../images/vision_trinangle.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.vision_heading:after{width:13px;height:17px;bottom:-13px}}@media screen and (max-width: 767px){.vision_heading:after{width:2.1333333333vw;height:2.6666666667vw;bottom:-2.1333333333vw}}@media screen and (min-width: 768px){.vision_lead{font-size:24px}}@media screen and (max-width: 767px){.vision_lead{font-size:5.8666666667vw}}.vision_lead-small{line-height:2}@media screen and (min-width: 768px){.vision_lead-small{margin-top:40px;font-size:16px}}@media screen and (max-width: 767px){.vision_lead-small{margin-top:10.6666666667vw;font-size:3.7333333333vw}}.vision_items{display:flex;position:relative;flex-direction:column;background-color:var(--yellow)}@media screen and (min-width: 768px){.vision_items{width:1184px;margin:120px auto 0;gap:80px;padding:80px;border-radius:16px}}@media screen and (max-width: 767px){.vision_items{margin-top:16vw;padding:5.3333333333vw;gap:5.3333333333vw;border-radius:4.2666666667vw}}.vision_items:after{z-index:-1;content:"";position:absolute;background:url(../images/bg_circle-blur.png) no-repeat center center/contain}@media screen and (min-width: 768px){.vision_items:after{width:360px;height:360px;bottom:-89px;right:-199px}}@media screen and (max-width: 767px){.vision_items:after{width:53.3333333333vw;height:53.3333333333vw;bottom:110.9333333333vw;right:-21.8666666667vw}}.vision_items:before{z-index:-1;content:"";position:absolute;background:url(../images/bg_circle-blur.png) no-repeat center center/contain}@media screen and (min-width: 768px){.vision_items:before{width:360px;height:360px;top:-60px;left:-199px}}@media screen and (max-width: 767px){.vision_items:before{width:53.3333333333vw;height:53.3333333333vw;top:-58.1333333333vw;left:-14.4vw}}.vision_content{display:flex;align-items:center}@media screen and (min-width: 768px){.vision_content{gap:50px}}@media screen and (max-width: 767px){.vision_content{flex-direction:column;gap:4.2666666667vw}}@media screen and (min-width: 768px){.vision_content:last-of-type{flex-direction:row-reverse}}.vision_content_image{display:flex;justify-content:center;align-items:center;background-color:var(--white)}@media screen and (min-width: 768px){.vision_content_image{min-width:480px;width:480px;height:360px;border-radius:16px}}@media screen and (max-width: 767px){.vision_content_image{width:78.6666666667vw;height:58.9333333333vw;border-radius:3.2vw}}.vision_content_image-01 img{height:auto}@media screen and (min-width: 768px){.vision_content_image-01 img{width:288px}}@media screen and (max-width: 767px){.vision_content_image-01 img{width:46.6666666667vw}}.vision_content_image-02 img{height:auto}@media screen and (min-width: 768px){.vision_content_image-02 img{width:130px}}@media screen and (max-width: 767px){.vision_content_image-02 img{width:21.3333333333vw}}@media screen and (min-width: 768px){.vision_content_heading{font-size:24px}}@media screen and (max-width: 767px){.vision_content_heading{text-align:center;font-size:4.8vw}}.vision_content_text{display:flex;flex-direction:column;line-height:1.8}@media screen and (min-width: 768px){.vision_content_text{gap:20px;font-size:18px}}@media screen and (max-width: 767px){.vision_content_text{gap:3.2vw;font-size:3.7333333333vw}}@media screen and (min-width: 768px){._pcHide{display:none}}@media screen and (max-width: 767px){._spHide{display:none}}._show{display:block}._hide{display:none}._flex{display:flex}._ta{text-align:left}._tac{text-align:center}._tar{text-align:right}._m0{margin:0}._mt0{margin-top:0}._mr0{margin-right:0}._mb0{margin-bottom:0}._ml0{margin-left:0}._ma{margin:0 auto}.text-bold{font-weight:700}.text-regular{font-weight:400}.text-medium{font-weight:500}.text-semibold{font-weight:600}.text-poppins{font-family:Poppins,sans-serif}.text-noto{font-family:Noto Sans JP,sans-serif}.text-colorRed{color:var(--red)}.text-colorBlack{color:var(--black)}.text-colorWhite{color:var(--white)}.text-colorBase{color:var(--base)}.text-justify{text-align:justify}@media screen and (max-width: 767px){.text-spJustify{text-align:justify}}
