@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oswald:wght@400;700&family=Ropa+Sans&display=swap);
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:rgba(0,0,0,0)}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul,ol{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:rgba(0,0,0,0)}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}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}html{scroll-padding-top:128px;font-size:62.5%;background:#fff}@media screen and (max-width: 959px){html{overflow:auto;height:100%}}body{position:relative;font-family:"Noto Sans JP",sans-serif;font-feature-settings:"palt";font-size:16px;letter-spacing:.1em;line-height:1.75;word-break:break-all;word-wrap:break-word;color:#0c0c0c;margin:0}a{color:#d70e72;text-decoration:none;outline:none;transition:.2s ease-in-out;transition-property:background-color,color,border-color,opacity;-webkit-text-decoration-skip:none}a:hover{color:#d70e72;text-decoration:underline;cursor:pointer}form{display:inline}input,textarea,select,button{font-family:inherit;font-size:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:solid 1px #ddd;padding:10px 12px;transition:.2s ease-in-out;transition-property:background-color,color,border-color,opacity}@media screen and (max-width: 959px){input,textarea,select,button{font-size:12px}}select{line-height:1}input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}input::placeholder,input:-ms-input-placeholder,input::-ms-input-placeholder,::-webkit-input-placeholder{color:#999}textarea{min-height:6rem}img{vertical-align:bottom;border:none;outline:none;max-width:100%}.u-color-link{color:#d70e72}.c-header{display:flex;justify-content:space-between;width:100%;height:90px;padding:0 48px;box-sizing:border-box;position:fixed;top:0;left:0;z-index:999;background:#fff;transition:transform .2s;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.15)}@media screen and (max-width: 959px){.c-header{height:52px;padding:0 24px}}.c-header__logo{display:flex;flex-direction:row-reverse;align-items:center}.c-header__logoImg{height:34px;margin:0 24px 0 0}@media screen and (max-width: 959px){.c-header__logoImg{height:24px;margin:0}}.c-header__description{font-size:14px;line-height:1.2}.c-header__description span{display:block}@media screen and (max-width: 959px){.c-header__description{display:none;font-size:11px}}.c-header__toggle{display:none;font-size:21px;width:32px;text-align:center;padding:8px 0;line-height:1}@media screen and (max-width: 959px){.c-header__toggle{display:block}}.c-header__tel{display:flex;flex-direction:column;text-align:center;line-height:1;border:solid 1px #d70e72;border-radius:3px}@media screen and (max-width: 959px){.c-header__tel{width:100%}}.c-header__telDate{background:#d70e72;color:#fff;padding:4px 0;font-size:13px;font-weight:bold}@media screen and (max-width: 959px){.c-header__telDate{padding:6px;font-size:14px}}.c-header__telNumber{padding:4px 8px;font-size:18px;font-weight:bold;color:#00235b}.c-header__telNumber:hover{text-decoration:none}@media screen and (max-width: 959px){.c-header__telNumber{padding:10px}}@media screen and (max-width: 959px){.c-header__button{display:none}}.c-header__nav{display:flex;align-items:center;gap:16px}@media screen and (max-width: 959px){.c-header__nav{flex-direction:column;background:#fff;width:100%;padding:24px;box-sizing:border-box;border-top:solid 1px #ddd;transition:all .2s}}.c-header__nav--open{display:block;height:100vh;transition:all .2s}.c-header__navInner{display:flex;align-items:center;gap:32px}@media screen and (max-width: 959px){.c-header__navInner{display:block;text-align:center}}.c-header__navItem{padding:4px 0 0 0}@media screen and (max-width: 959px){.c-header__navItem{margin:0 0 24px 0;font-size:16px}}.c-header__navLink{color:#0c0c0c;font-weight:bold}.c-header__navLink span{font-family:"Ropa Sans",sans-serif;font-size:14px;display:block;line-height:1}.c-header__navLink:hover{color:#d70e72}@media screen and (max-width: 959px){.c-header__contact{width:100%}}.c-header__contactHead{background:#fff;color:#00235b;border-radius:3px;padding:1px 4px;font-size:13px;font-weight:bold;margin:0 4px 0 0}@media screen and (max-width: 959px){.c-header__contactHead{display:block;margin:0 24px 4px 24px}}@media screen and (max-width: 959px){.c-header__contactText{font-size:16px;font-weight:bold}}.c-header__sub{position:absolute;background:#eee}.c-header__toggle .c-header__times{display:none}.drawer-open .c-header__bars{display:none}.drawer-open .c-header__times{display:block}.c-footer{background:#272d38;color:#eee;padding:64px 0}@media screen and (max-width: 959px){.c-footer{padding:48px 16px}}.c-footer__inner{max-width:1120px;margin:0 auto}@media screen and (max-width: 959px){.c-footer__inner{max-width:auto}}.c-footer__nav{display:flex;justify-content:space-between;padding:24px 0}@media screen and (max-width: 959px){.c-footer__nav{display:block}}@media screen and (max-width: 959px){.c-footer__navInner{display:block;width:100%;margin:0 0 24px 0}}.c-footer__navTitle{font-size:16px;padding:24px 0;font-weight:bold}.c-footer__navItem{display:inline-block;margin:0 24px 0 0}@media screen and (max-width: 959px){.c-footer__navItem{display:block;margin:16px 0}}.c-footer__navItem:last-child{margin-right:0}.c-footer__navItem:last-child a{padding-right:0}.c-footer__navLink{color:#eee}@media screen and (max-width: 959px){.c-footer__navLink{padding:0}}.c-footer__navLink:hover{color:#ddd}.c-footer__logo img{width:220px;height:auto}@media screen and (max-width: 959px){.c-footer__logo img{width:160px}}.c-footer__copyright{margin:24px 0 0 0}@media screen and (max-width: 959px){.c-footer__copyright{margin:0}}.c-section{margin:96px 0;box-sizing:border-box;padding:0 16px}@media screen and (max-width: 959px){.c-section{margin:48px auto;max-width:none;padding:0 16px}}.c-section__inner{max-width:1120px;margin:0 auto}.c-section__subTitle{font-family:"Ropa Sans",sans-serif;font-size:24px;color:#00235b;letter-spacing:4px;margin:0 0 16px 0}@media screen and (max-width: 959px){.c-section__subTitle{font-size:18px}}.c-section__title{font-size:36px;margin:0 0 48px 0;font-weight:normal}@media screen and (max-width: 959px){.c-section__title{margin:0 0 24px 0;font-size:24px}}.c-section--full{width:100%;max-width:100%}@media screen and (max-width: 959px){.c-section--full{max-width:none;padding:0}}.c-mv{width:100%;background:url("/images/mv.jpg") 30vw center no-repeat;background-size:cover}.c-mv--index{margin-top:90px}@media screen and (max-width: 959px){.c-mv--index{margin-top:52px}}.c-mv--agent{margin-top:90px}@media screen and (max-width: 959px){.c-mv--agent{margin-top:52px}}.c-mv--startup{margin-top:90px}@media screen and (max-width: 959px){.c-mv--startup{margin-top:52px}}@media screen and (max-width: 959px){.c-mv{height:auto;background-size:600px;background:url("/images/mv-sp.jpg") 128px center no-repeat}}.c-mv--page{background:url("/images/mv-page.jpg") center center no-repeat;background-size:cover;height:480px}@media screen and (max-width: 959px){.c-mv--page{height:240px}}.c-mv__logo{margin:0 0 8px 0}.c-mv__logo img{width:96px}.c-mv__text{padding:16vh 48px 16vh 96px;flex-grow:1;min-width:480px}@media screen and (max-width: 959px){.c-mv__text{min-width:auto;padding:48px 16px}}.c-mv__title{display:inline-block;padding:16px 16px 16px 0;background:#fff;font-size:48px;font-family:serif;font-weight:bold;color:#00235b;border-bottom:solid 8px #222;border-image:linear-gradient(to right, #00235b 0%, #d70e72 100%);border-image-slice:1;box-sizing:border-box}.c-mv__title span{display:block}@media screen and (max-width: 959px){.c-mv__title{font-size:24px}}.c-mv__subTitle{font-size:21px;font-weight:bold;margin:48px 0}@media screen and (max-width: 959px){.c-mv__subTitle{font-size:14px;width:60%;margin:24px 0;padding:8px 8px 8px 0;background:#fff}}.c-modalWindow__body--bg{background:#eef0f4}@media screen and (max-width: 959px){.c-modalWindow__content{height:auto;padding:16px}}.c-modalWindow__content--bg{background:#eef0f4}.c-modalWindow__section{position:relative;max-width:700px;margin:24px auto;padding:24px;position:relative;background:#fff;border:solid 1px #ddd;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.1);box-sizing:border-box}.c-modalWindow__section--plain{padding:0;box-shadow:none;border:none;background:rgba(0,0,0,0)}.c-modalWindow__actionLink{position:absolute;top:24px;right:24px}@media screen and (max-width: 959px){.c-modalWindow__footer{position:static;height:auto;bottom:0;background:#fff}}@media screen and (max-width: 959px){.c-modalWindow__footer .c-button{margin-bottom:16px}.c-modalWindow__footer .c-button:last-child{margin-bottom:0}}.c-tabMenu{display:flex;margin:0 0 24px 0}.c-tabMenu--between{justify-content:space-between}@media screen and (max-width: 959px){.c-tabMenu{overflow-x:scroll}}.c-tabMenu__item{margin:0 16px 0 0}.c-tabMenu__item:last-child{margin:0}.c-tabMenu__item span,.c-tabMenu__item a{display:block;margin:0 16px 0 0;border-radius:100px;padding:0 16px;height:36px;line-height:36px;background:#fff;text-align:center;color:#0c0c0c;width:max-content;box-sizing:border-box}.c-tabMenu__item span:hover,.c-tabMenu__item a:hover{background:#1e1e1e;cursor:pointer;color:#fff}.c-tabMenu__item span:last-child,.c-tabMenu__item a:last-child{margin:0}.c-tabMenu__item--outline span,.c-tabMenu__item--outline a{border:solid 1px #1e1e1e}.c-tabMenu__item.is-active span,.c-tabMenu__item.is-active a{background:#1e1e1e;cursor:pointer;color:#fff}.c-tableList{display:table;width:100%;position:relative}@media screen and (max-width: 959px){.c-tableList{display:block}}.c-tableList a{text-decoration:underline;color:#0c0c0c}.c-tableList a:hover{color:#00235b}.c-tableList__item{display:table-row;text-align:left;transition:all .3s ease}@media screen and (max-width: 959px){.c-tableList__item{display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:solid 1px #eee;padding:16px}}.c-tableList__item--header{color:#777;font-weight:bold;padding-top:0}.c-tableList__item--header:hover{cursor:default;background:none}@media screen and (max-width: 959px){.c-tableList__item--header{display:none}}.c-tableList__cell{display:table-cell;border-bottom:solid 1px #eee;padding-top:16px;padding-bottom:16px;vertical-align:middle}@media screen and (max-width: 959px){.c-tableList__cell{display:block;border:none;padding:0}}.c-tableList__name{padding-right:24px}.c-tableList__delete{padding-left:24px;color:#8e8e8e}.c-tableList__delete:hover{cursor:pointer;color:#df564b}.swiper{width:100%;height:100%}.swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;box-shadow:0 2px 12px rgba(0,0,0,.15);border-radius:12px}.c-button{display:inline-block;padding:12px 64px;box-sizing:border-box;margin:0 auto;cursor:pointer;font-size:15px;color:#fff;text-align:center;border:none;border-radius:4px;transition:.3s all ease-in-out;background:#00235b;color:#fff}.c-button:hover{transition:.3s all ease-in-out;text-decoration:none;color:#fff}.c-button:hover{background:#0040a8}.c-button--primary{background:#00235b;border-color:#00235b;color:#fff}.c-button--primary:hover{background:#00378e}.c-button--secondary{background:#d70e72;border-color:#d70e72;color:#fff}.c-button--secondary:hover{background:#f1278b}.c-button--newtral{background:#8e8e8e;border-color:#8e8e8e;color:#fff}.c-button--newtral:hover{background:#a8a8a8}.c-button--light{background:#fff;border-color:#fff;color:#414141}.c-button--light:hover{color:#5b5b5b}.c-button--small{padding:12px 24px}@media screen and (max-width: 959px){.c-button{padding:12px 0;width:100%}}/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 *//*!------------------------------------*\
    Base
\*!------------------------------------*/@media screen and (max-width: 959px){.drawer-open{overflow:hidden !important}.drawer-nav{position:fixed;z-index:101;top:52px;overflow:hidden;width:50%;height:100%;color:#222;background-color:#fff}.drawer-brand{font-size:1.5rem;font-weight:bold;line-height:3.75rem;display:block;padding-right:.75rem;padding-left:.75rem;text-decoration:none;color:#222}.drawer-menu{margin:0;padding:0;list-style:none}.drawer-menu-item{font-size:1rem;display:block;padding:.75rem;text-decoration:none;color:#222}.drawer-menu-item:hover{text-decoration:underline;color:#555;background-color:rgba(0,0,0,0)}/*! overlay */.drawer-overlay{position:fixed;z-index:100;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.drawer-open .drawer-overlay{display:block}/*!------------------------------------*\
    Top
\*!------------------------------------*/.drawer--top .drawer-nav{top:-100%;left:0;width:100%;height:auto;max-height:100%;-webkit-transition:top .6s cubic-bezier(0.19, 1, 0.22, 1);transition:top .6s cubic-bezier(0.19, 1, 0.22, 1)}.drawer--top.drawer-open .drawer-nav{top:0}.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{right:0}/*!------------------------------------*\
    Left
\*!------------------------------------*/.drawer--left .drawer-nav{left:-16.25rem;-webkit-transition:left .6s cubic-bezier(0.19, 1, 0.22, 1);transition:left .6s cubic-bezier(0.19, 1, 0.22, 1)}.drawer--left.drawer-open .drawer-nav,.drawer--left .drawer-hamburger,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0}.drawer--left.drawer-open .drawer-hamburger{left:16.25rem}/*!------------------------------------*\
    Right
\*!------------------------------------*/.drawer--right .drawer-nav{right:-70%;-webkit-transition:right .6s cubic-bezier(0.19, 1, 0.22, 1);transition:right .6s cubic-bezier(0.19, 1, 0.22, 1)}.drawer--right.drawer-open .drawer-nav,.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{right:0}.drawer--right.drawer-open .drawer-hamburger{right:16.25rem}/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/.drawer-hamburger{position:fixed;z-index:104;top:0;display:block;box-sizing:content-box;width:2rem;padding:0;padding-top:18px;padding-right:.75rem;padding-bottom:30px;padding-left:.75rem;-webkit-transition:all .6s cubic-bezier(0.19, 1, 0.22, 1);transition:all .6s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);border:0;outline:0;background-color:rgba(0,0,0,0)}.drawer-hamburger:hover{cursor:pointer;background-color:rgba(0,0,0,0)}.drawer-hamburger-icon{position:relative;display:block;margin-top:10px}.drawer-hamburger-icon,.drawer-hamburger-icon:before,.drawer-hamburger-icon:after{width:100%;height:2px;-webkit-transition:all .6s cubic-bezier(0.19, 1, 0.22, 1);transition:all .6s cubic-bezier(0.19, 1, 0.22, 1);background-color:#222}.drawer-hamburger-icon:before,.drawer-hamburger-icon:after{position:absolute;top:-10px;left:0;content:" "}.drawer-hamburger-icon:after{top:10px}.drawer-open .drawer-hamburger-icon{background-color:rgba(0,0,0,0)}.drawer-open .drawer-hamburger-icon:before,.drawer-open .drawer-hamburger-icon:after{top:0}.drawer-open .drawer-hamburger-icon:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.drawer-open .drawer-hamburger-icon:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}/*!------------------------------------*\
    accessibility
\*!------------------------------------*//*!
* Only display content to screen readers
* See: http://a11yproject.com/posts/how-to-hide-content
*/.sr-only{position:absolute;overflow:hidden;clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:-1px;padding:0;border:0}/*!
* Use in conjunction with .sr-only to only display content when it's focused.
* Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
* Credit: HTML5 Boilerplate
*/.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0}/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/.drawer--sidebar{background-color:#fff}.drawer--sidebar .drawer-contents{background-color:#fff}/*!------------------------------------*\
    Navbar
\*!------------------------------------*//*! .drawer-navbar modifier *//*!------------------------------------*\
    Dropdown
\*!------------------------------------*//*! open *//*! drawer-caret *//*! open *//*!------------------------------------*\
    Container
\*!------------------------------------*/}@media screen and (max-width: 959px)and (min-width: 64em){.drawer--sidebar .drawer-hamburger{display:none;visibility:hidden}.drawer--sidebar .drawer-nav{display:block;-webkit-transform:none;transform:none;position:fixed;width:12.5rem;height:100%}/*! Left */.drawer--sidebar.drawer--left .drawer-nav{left:0;border-right:1px solid #ddd}.drawer--sidebar.drawer--left .drawer-contents{margin-left:12.5rem}/*! Right */.drawer--sidebar.drawer--right .drawer-nav{right:0;border-left:1px solid #ddd}.drawer--sidebar.drawer--right .drawer-contents{margin-right:12.5rem}/*! container */.drawer--sidebar .drawer-container{max-width:48rem}}@media screen and (max-width: 959px)and (min-width: 75em){.drawer--sidebar .drawer-nav{width:16.25rem}.drawer--sidebar.drawer--left .drawer-contents{margin-left:16.25rem}.drawer--sidebar.drawer--right .drawer-contents{margin-right:16.25rem}/*! container */.drawer--sidebar .drawer-container{max-width:60rem}}@media screen and (max-width: 959px){.drawer--navbarTopGutter{padding-top:3.75rem}.drawer-navbar .drawer-navbar-header{border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar{z-index:102;top:0;width:100%}.drawer-navbar--fixed{position:fixed}.drawer-navbar-header{position:relative;z-index:102;box-sizing:border-box;width:100%;height:3.75rem;padding:0 .75rem;text-align:center}.drawer-navbar .drawer-brand{line-height:3.75rem;display:inline-block;padding-top:0;padding-bottom:0;text-decoration:none}.drawer-navbar .drawer-brand:hover{background-color:rgba(0,0,0,0)}.drawer-navbar .drawer-nav{padding-top:3.75rem}.drawer-navbar .drawer-menu{padding-bottom:7.5rem}}@media screen and (max-width: 959px)and (min-width: 64em){.drawer-navbar{height:3.75rem;border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar .drawer-navbar-header{position:relative;display:block;float:left;width:auto;padding:0;border:0}.drawer-navbar .drawer-menu--right{float:right}.drawer-navbar .drawer-menu li{float:left}.drawer-navbar .drawer-menu-item{line-height:3.75rem;padding-top:0;padding-bottom:0}.drawer-navbar .drawer-hamburger{display:none}.drawer-navbar .drawer-nav{position:relative;left:0;overflow:visible;width:auto;height:3.75rem;padding-top:0;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.drawer-navbar .drawer-menu{padding:0}/*! dropdown */.drawer-navbar .drawer-dropdown-menu{position:absolute;width:16.25rem;border:1px solid #ddd}.drawer-navbar .drawer-dropdown-menu-item{padding-left:.75rem}}@media screen and (max-width: 959px){.drawer-dropdown-menu{display:none;box-sizing:border-box;width:100%;margin:0;padding:0;background-color:#fff}.drawer-dropdown-menu>li{width:100%;list-style:none}.drawer-dropdown-menu-item{line-height:3.75rem;display:block;padding:0;padding-right:.75rem;padding-left:1.5rem;text-decoration:none;color:#222}.drawer-dropdown-menu-item:hover{text-decoration:underline;color:#555;background-color:rgba(0,0,0,0)}.drawer-dropdown.open>.drawer-dropdown-menu{display:block}.drawer-dropdown .drawer-caret{display:inline-block;width:0;height:0;margin-left:4px;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;-webkit-transform:rotate(0deg);transform:rotate(0deg);vertical-align:middle;border-top:4px solid;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.drawer-dropdown.open .drawer-caret{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.drawer-container{margin-right:auto;margin-left:auto}}@media screen and (max-width: 959px)and (min-width: 64em){.drawer-container{max-width:60rem}}@media screen and (max-width: 959px)and (min-width: 75em){.drawer-container{max-width:70rem}}.c-banner{display:flex;gap:48px}.c-banner__item{width:calc(50% - 24px);background:#fff;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.05)}.c-banner__inner{padding:24px}.c-banner__title{font-size:30px;margin:0 0 16px 0}.c-banner .c-section__subTitle{margin:0}.c-banner__img img{height:240px;width:100%;object-fit:cover;border-top-left-radius:8px;border-top-right-radius:8px}.c-cardArticleList{max-width:1120px;margin:0 auto;display:flex;gap:24px;flex-wrap:wrap}@media screen and (max-width: 959px){.c-cardArticleList{flex-wrap:wrap;gap:16px}}.c-cardArticleList a{color:#0c0c0c}.c-cardArticleList a:hover{color:#d70e72}.c-cardArticleList__item{background:#fff;border-radius:6px;display:block;width:calc(25% - 18px);color:#0c0c0c;box-shadow:0 2px 12px rgba(0,0,0,.05);border:solid 1px #eee;box-sizing:border-box}.c-cardArticleList__item:hover{text-decoration:none}@media screen and (max-width: 959px){.c-cardArticleList__item{width:calc(50% - 8px)}}.c-cardArticleList__img img{width:100%;height:auto;border-top-left-radius:6px;border-top-right-radius:6px}.c-cardArticleList__inner{padding:16px}.c-cardArticleList__date{font-size:12px;color:#777;width:7em;height:1.5em;overflow:hidden}.c-cardArticleList__title{margin:0 0 4px 0}@media screen and (max-width: 959px){.c-cardArticleList__title{font-size:14px}}.p-service__title{font-size:42px;font-weight:normal;border-top:solid 1px #00235b;padding:32px 0 0 0;margin:16px 0 0 0}@media screen and (max-width: 959px){.p-service__title{font-size:24px}}.p-service__item{margin:48px 0;display:flex;gap:48px;align-items:center}@media screen and (max-width: 959px){.p-service__item{flex-wrap:wrap;gap:24px}}@media screen and (max-width: 959px){.p-service__itemInner{order:2}}.p-service__itemTitle{font-size:30px;margin:0 0 24px 0}@media screen and (max-width: 959px){.p-service__itemTitle{font-size:24px;margin:0 0 16px 0}}.p-service__itemText{font-size:18px;margin:24px 0}@media screen and (max-width: 959px){.p-service__itemText{font-size:16px}}.p-service__itemImg{min-width:600px;max-width:600px}@media screen and (max-width: 959px){.p-service__itemImg{order:1;min-width:100%;max-width:100%}}.p-homeRecruit{background:#edeff1;padding:96px 0}@media screen and (max-width: 959px){.p-homeRecruit{padding:48px 24px}}.p-homeRecruit__inner{display:flex;justify-content:space-between}@media screen and (max-width: 959px){.p-homeRecruit__inner{flex-wrap:wrap}}.p-homeRecruit__img{min-width:600px;max-width:600px}@media screen and (max-width: 959px){.p-homeRecruit__img{order:1;min-width:100%;max-width:100%;margin:24px 0 0 0}}.p-homeRecruit__button{margin:24px 0 0 0}.p-homeContact{background:#edeff1;padding:96px 0;margin-bottom:0}@media screen and (max-width: 959px){.p-homeContact{padding:48px 24px}}.p-homeContact__inner{display:flex;justify-content:space-between}@media screen and (max-width: 959px){.p-homeContact__inner{flex-wrap:wrap}}.p-homeContact__img{min-width:600px;max-width:600px}@media screen and (max-width: 959px){.p-homeContact__img{order:1;min-width:100%;max-width:100%;margin:24px 0 0 0}}.p-homeContact__button{margin:24px 0 0 0}.p-customerList{display:flex;justify-content:space-between;padding:20px 0 0 0}@media screen and (max-width: 959px){.p-customerList{display:block}}.p-customerList__item{width:calc((100% - 96px)/3)}@media screen and (max-width: 959px){.p-customerList__item{width:100%;margin:0 0 48px 0}}.p-customerList__title{position:relative;font-size:18px;height:54px;margin:0 0 24px 0}@media screen and (max-width: 959px){.p-customerList__title{height:auto}}.p-customerList__title:before{content:"";width:120px;border-bottom:solid 4px #222;border-image:linear-gradient(to right, #00235B 0%, #D70E72 100%);border-image-slice:1;position:absolute;top:-20px;left:0}.p-customerList__memo{max-width:24vw;padding-right:24px}.p-news{background:#eee;padding:32px;text-align:center}@media screen and (max-width: 959px){.p-news{padding:16px;text-align:left;font-size:14px}}.p-news ul{text-align:center}@media screen and (max-width: 959px){.p-news ul{text-align:left}}.p-news span{background:#d70e72;color:#fff;padding:6px 12px;border-radius:6px;margin:0 24px 0 0}@media screen and (max-width: 959px){.p-news span{display:inline-block;padding:4px 8px;margin:0 16px 0 0}}.p-about{background:linear-gradient(90deg, #00378e, #001942);color:#fff;padding:96px 16px}@media screen and (max-width: 959px){.p-about{width:100%;padding:48px 16px;box-sizing:border-box}}.p-about__item{display:flex;justify-content:space-between;margin:0 0 48px 0}.p-about__item--reverse{flex-direction:row-reverse}@media screen and (max-width: 959px){.p-about__item{display:block;margin:0 0 48px 0}.p-about__item:last-child{margin:0}}.p-about__aside{margin:16px 0 0 0}.p-about__text{width:600px;font-size:16px;padding:16px 0 0 0}@media screen and (max-width: 959px){.p-about__text{width:100%;font-size:14px;padding:0 0 16px 0}}.p-about__title{position:relative;font-size:24px;font-weight:bold;padding:0 0 0 72px;margin:0 0 32px 0}@media screen and (max-width: 959px){.p-about__title{font-size:18px;padding:0 0 0 56px}}.p-about__title span{position:absolute;top:-4px;left:0;background:#fff;width:48px;height:48px;line-height:48px;color:#00235b;display:inline-block;border-radius:100px;margin:0 24px 0 0;text-align:center;letter-spacing:0}@media screen and (max-width: 959px){.p-about__title span{top:-6px;width:40px;height:40px;line-height:40px;margin:0 16px 0 0}}.p-about__img img{width:480px}.p-merit--bg{background:linear-gradient(90deg, #f5f5f5, #eee);padding:64px 16px}@media screen and (max-width: 959px){.p-merit--bg{padding:48px 16px}}.p-merit__box{background:#fff;display:flex;align-items:center;border:solid 1px #888;margin:0 0 48px 0;padding:48px;box-sizing:border-box}.p-merit__box--border{border:solid 8px #222;border-image:linear-gradient(to right, #00235b 0%, #d70e72 100%);border-image-slice:1;border-radius:12px}@media screen and (max-width: 959px){.p-merit__box{display:block;padding:16px;margin:0 0 24px 0}.p-merit__box:last-child{margin:0}}.p-merit__boxTitle{font-size:24px;margin:0 0 24px 0}@media screen and (max-width: 959px){.p-merit__boxTitle{font-size:18px}}.p-merit__boxImg{max-width:640px;min-width:640px;margin:0 0 0 24px}@media screen and (max-width: 959px){.p-merit__boxImg{min-width:100%;margin:24px 0 0 0}}.p-merit__halfBoxWapper{display:flex;align-items:center;margin:0 0 48px 0}@media screen and (max-width: 959px){.p-merit__halfBoxWapper{display:block}}.p-merit__arrow{min-width:96px;text-align:center;font-size:24px}@media screen and (max-width: 959px){.p-merit__arrow{transform:rotate(90deg);padding:8px 0}}.p-merit__halfBoxTitle{font-size:24px;margin:0 0 24px 0}@media screen and (max-width: 959px){.p-merit__halfBoxTitle{font-size:18px}}.p-merit__halfBox{display:flex;align-items:center;border:solid 1px #888;min-width:calc(50% - 48px);padding:31px 24px;box-sizing:border-box}@media screen and (max-width: 959px){.p-merit__halfBox{padding:16px}}.p-merit__halfBox--border{border:solid 8px #222;border-image:linear-gradient(to right, #00235b 0%, #d70e72 100%);border-image-slice:1;border-radius:12px;padding:24px}@media screen and (max-width: 959px){.p-merit__halfBox--border{padding:16px}}.p-merit__halfBoxImg{max-width:96px;min-width:96px;margin:0 0 0 24px}.p-flow{background:linear-gradient(90deg, #00378e, #001942);color:#fff;padding:96px 16px 200px 16px}@media screen and (max-width: 959px){.p-flow{padding:48px 16px}}.p-flow__list{display:flex;justify-content:space-between;color:#0c0c0c;margin:0 0 24px 0}@media screen and (max-width: 959px){.p-flow__list{display:block}}.p-flow__listItem{position:relative;display:flex;align-self:center;background:#fff;border-radius:100px;height:560px}@media screen and (max-width: 959px){.p-flow__listItem{height:auto;padding:16px 0;margin:0 0 40px 0}}.p-flow__listItem--blank{background:none}.p-flow__listItem:after{font-family:"Font Awesome 5 Free";font-weight:bold;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:14px;position:absolute;top:12px;right:12px;z-index:1;position:absolute;color:#fff;top:44%;right:-52px;content:"";font-size:24px}@media screen and (max-width: 959px){.p-flow__listItem:after{top:auto;bottom:-30px;right:auto;left:calc(50% - 16px);transform:rotate(90deg);font-size:18px}}.p-flow__listItem--last:after{content:""}.p-flow__text{position:relative;display:flex;align-self:center;padding:0 32px;font-size:18px;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}@media screen and (max-width: 959px){.p-flow__text{writing-mode:initial;width:100%;font-size:16px}}@media screen and (max-width: 959px){.p-flow__text--last{width:65%}}.p-flow__text--blank{background:none}.p-flow__text--blank:after{content:""}.p-flow__price{position:absolute;background:#fff;bottom:-115px;width:91px;height:91px;display:flex;align-items:center;text-align:center;border-radius:100px;font-size:14px;font-weight:bold;background:#d70e72;color:#fff}.p-flow__price span{font-size:30px}@media screen and (max-width: 959px){.p-flow__price{width:80px;height:80px;font-size:12px;top:4px;bottom:0;right:4px}}.p-price{margin:0 0 48px 0}.p-price__inner{border-top:solid 1px #00235b;border-bottom:solid 1px #00235b}.p-price__table{width:100%;font-size:16px;text-align:center;font-weight:bold}@media screen and (max-width: 959px){.p-price__table{font-size:14px}}.p-price tr{border-bottom:solid 1px #ddd}.p-price__primary{background:#00235b;padding:12px;color:#fff;border-radius:6px}@media screen and (max-width: 959px){.p-price__primary{padding:12px 6px}}.p-price__gray{background:#555;padding:12px;color:#fff;border-radius:6px}@media screen and (max-width: 959px){.p-price__gray{padding:12px 6px}}.p-price td{width:25%;padding:16px;vertical-align:middle}@media screen and (max-width: 959px){.p-price td{padding:12px 6px}}@media screen and (max-width: 959px){.p-price{display:block}}.p-price a{text-decoration:none;color:#0c0c0c}.p-price a:hover{color:#0c0c0c}.p-price__aside{margin:24px 0;font-size:14px}.p-message{background:url("/images/bg1.jpg") center center no-repeat;background-size:cover;padding:64px 0}@media screen and (max-width: 959px){.p-message{padding:48px 16px}}.p-message__content{background:#fff;border-radius:12px;padding:48px;width:800px;margin:0 auto;box-sizing:border-box}@media screen and (max-width: 959px){.p-message__content{width:100%;padding:24px 16px 16px 16px}}.p-message__title{font-size:30px;font-family:serif;text-align:center;margin:0 0 48px 0}@media screen and (max-width: 959px){.p-message__title{font-size:21px;margin:0 0 24px 0}}.p-message__header{display:flex;align-items:center;justify-content:space-between}.p-message__headerTitle{font-family:serif;color:#00235b;font-size:24px;margin:0 0 24px 0}@media screen and (max-width: 959px){.p-message__headerTitle{font-size:18px;margin:8px 0}}@media screen and (max-width: 959px){.p-message__headerSubTitle{font-size:14px;margin:0}}.p-message__headerText{font-size:18px;font-weight:bold}.p-message__img img{width:240px;border-radius:6px}@media screen and (max-width: 959px){.p-message__img img{max-width:96px}}.p-message__text{margin:48px 0 0 0}@media screen and (max-width: 959px){.p-message__text{margin:16px 0 0 0}}.p-message__text p{margin:24px 0}@media screen and (max-width: 959px){.p-message__text p{margin:16px 0}}.p-archivement{background:#f5f5f5;padding:96px 0}.p-archivement__item{display:flex;justify-content:space-between;margin:48px 0 0 0}.p-archivement__box{background:#fff;border-radius:6px;box-shadow:0 2px 16px rgba(0,0,0,.1);flex-grow:1;border-radius:6px;border:solid 1px #eee;max-width:calc((100% - 96px)/2)}@media screen and (max-width: 959px){.p-archivement__box{max-width:calc((100% - 48px)/2)}}.p-archivement__title{padding:12px 24px;color:#fff;font-size:18px;border-top-left-radius:6px;border-top-right-radius:6px}.p-archivement__title--primary{background:#00235b}.p-archivement__title--green{background:#005b38}@media screen and (max-width: 959px){.p-archivement__title{padding:12px 16px;font-size:16px}}.p-archivement__list{padding:16px 24px 24px 24px}@media screen and (max-width: 959px){.p-archivement__list{padding:0 16px 16px 16px}}.p-archivement__list li{display:flex;justify-content:space-between;margin:8px 0 0 0;font-size:16px;text-align:right}@media screen and (max-width: 959px){.p-archivement__list li{display:block;text-align:left;font-size:14px}}@media screen and (max-width: 959px){.p-archivement__listTitle{display:block;font-weight:bold;margin:0 0 4px 0;font-size:14px}}.p-archivement__hand{width:96px;text-align:center;align-self:center;font-size:30px;color:#00235b}@media screen and (max-width: 959px){.p-archivement__hand{width:48px;font-size:24px}}.p-company{border-top:solid 1px #00235b;border-bottom:solid 1px #00235b}.p-company__listItem{display:flex;border-bottom:solid 1px #ddd;padding:16px 0}.p-company__title{display:inline-block;font-weight:bold;flex-basis:160px;flex-shrink:1;min-width:240px;max-width:240px}@media screen and (max-width: 959px){.p-company__title{min-width:120px;max-width:120px}}.p-company__text{max-width:800px}.p-company__text a{color:#0c0c0c}.p-footerContact{background:#005b38;color:#fff;margin-bottom:0;padding:32px;text-align:center}.p-footerContact__link{color:#fff;font-size:24px}@media screen and (max-width: 959px){.p-footerContact__link{font-size:16px}}.p-footerContact__link a{color:#fff}.p-member__item{display:flex;gap:48px;margin:0 0 48px 0}@media screen and (max-width: 959px){.p-member__item{display:block}}.p-member__img{display:block;width:240px;border-radius:12px}@media screen and (max-width: 959px){.p-member__img{width:160px;margin:0 auto 24px auto}}.p-member__img img{width:100%;border-radius:12px}.p-member__name{font-size:24px;margin:0 0 24px 0}@media screen and (max-width: 959px){.p-member__name{font-size:21px}}.p-member__name span{display:block;font-size:18px}@media screen and (max-width: 959px){.p-member__name span{font-size:16px}}@media screen and (max-width: 959px){.p-member__name{text-align:center}}.p-member__text{font-size:16px;line-height:2}.p-companyMember{display:flex;gap:48px;justify-content:space-between}@media screen and (max-width: 959px){.p-companyMember{display:block}}.p-companyMember__item{flex-grow:1;width:25%}@media screen and (max-width: 959px){.p-companyMember__item{display:flex;width:100%;gap:24px;margin:0 0 24px 0;text-align:left}}.p-companyMember__img{display:block;width:100%;border-radius:12px}@media screen and (max-width: 959px){.p-companyMember__img{width:96px;height:96px;margin:0 auto}}.p-companyMember__img img{display:block;width:100%;border-radius:12px}.p-companyMember__inner{padding:24px 0 0 0}@media screen and (max-width: 959px){.p-companyMember__inner{padding:0;flex-grow:1}}.p-companyMember__name{font-size:24px;margin:0 0 16px 0}@media screen and (max-width: 959px){.p-companyMember__name{font-size:18px;margin:0 0 4px 0}}.p-companyMember__name span{display:block;font-size:18px}@media screen and (max-width: 959px){.p-companyMember__name span{font-size:16px}}.p-companyMember__text{font-size:16px;line-height:2}.p-startupMv{padding:64px 64px 64px 0;background:linear-gradient(180deg, #fff 0 60%, #f2ede4 60%)}@media screen and (max-width: 959px){.p-startupMv{padding:24px;background:linear-gradient(180deg, #fff 0 30%, #f2ede4 30%)}}.p-startupMv__inner{width:100%;background-image:url("/images/startup/mv.jpg");background-position:center right;background-repeat:no-repeat;background-size:60vw;border-radius:16px;padding:160px 96px;margin:83px 0 0 0;box-sizing:border-box}@media screen and (max-width: 959px){.p-startupMv__inner{background:url("/images/startup/mv.jpg") center top no-repeat;background-size:contain;padding:240px 0 0 0;border-radius:0}}.p-startupMv__text{display:inline-block;border-radius:24px}@media screen and (max-width: 959px){.p-startupMv__text{padding:0}}.p-startupMv__logo img{max-width:360px}@media screen and (max-width: 959px){.p-startupMv__logo img{max-width:60vw}}.p-startupMv__title{margin:24px 0 16px 0;font-size:36px}@media screen and (max-width: 959px){.p-startupMv__title{margin:16px 0;font-size:21px}}.p-startupMv__subTitle{margin:0 0 64px 0;font-size:24px}@media screen and (max-width: 959px){.p-startupMv__subTitle{margin:16px 0 24px 0;font-size:16px}}.p-startupMv__img{padding:0 96px}.p-startupMv__img img{width:100%;border-radius:24px}.p-startupMessage{display:flex;flex-direction:row-reverse}@media screen and (max-width: 959px){.p-startupMessage{display:block}}.p-startupMessage__header{min-width:320px;max-width:320px;padding:0 0 0 48px}@media screen and (max-width: 959px){.p-startupMessage__header{min-width:100%;max-width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;margin:0 0 24px 0;padding:0}}.p-startupMessage__name{font-size:18px;margin:24px 0 0 0}@media screen and (max-width: 959px){.p-startupMessage__name{font-size:16px;margin:0 24px 0 0}}.p-startupMessage__img img{border-radius:12px}@media screen and (max-width: 959px){.p-startupMessage__img img{width:120px}}.p-startupMessage__text{line-height:2}.p-startupMessage__text p{margin:0 0 24px 0}.p-startupMessage__text p:last-child{margin:0}.p-startupMessage__text strong{font-weight:bold;color:#00235b}.p-startupFeature{background-color:#f2ede4;background-image:url(/images/startup/bg1.png),url(/images/startup/bg2.png);background-repeat:no-repeat;background-position:top -400px left -500px,bottom -400px right -400px;padding:96px 16px}@media screen and (max-width: 959px){.p-startupFeature{width:100%;padding:48px 16px;box-sizing:border-box}}.p-startupFeature__item{display:flex;justify-content:space-between;margin:0 0 48px 0}.p-startupFeature__item--reverse{flex-direction:row-reverse}@media screen and (max-width: 959px){.p-startupFeature__item{display:block;margin:0 0 48px 0}.p-startupFeature__item:last-child{margin:0}}.p-startupFeature__aside{margin:16px 0 0 0}.p-startupFeature__text{width:600px;font-size:16px;padding:16px 0 0 0}@media screen and (max-width: 959px){.p-startupFeature__text{width:100%;font-size:14px;padding:0 0 16px 0}}.p-startupFeature__text p{margin:0 0 24px 0}.p-startupFeature__title{position:relative;font-size:24px;font-weight:bold;padding:0 0 0 72px;margin:0 0 32px 0}@media screen and (max-width: 959px){.p-startupFeature__title{font-size:18px;padding:0 0 0 56px}}.p-startupFeature__title span{position:absolute;top:-4px;left:0;background:#fff;width:48px;height:48px;line-height:48px;color:#00235b;display:inline-block;border-radius:100px;margin:0 24px 0 0;text-align:center;letter-spacing:0}@media screen and (max-width: 959px){.p-startupFeature__title span{top:-6px;width:40px;height:40px;line-height:40px;margin:0 16px 0 0}}.p-startupFeature__img img{width:480px;border-radius:12px}.p-startupAbout{background:url("/images/startup/about-startup-ma.jpg") center right no-repeat;background-size:960px;padding:240px 0 80px 0;border-radius:12px}@media screen and (max-width: 959px){.p-startupAbout{background:url("/images/startup/about-startup-ma.jpg") center center no-repeat;background-size:960px;padding:240px 0 24px 0}}.p-startupAbout__title{font-size:30px;margin:0 0 48px 0}.p-startupAbout__text{font-size:24px;line-height:2}@media screen and (max-width: 959px){.p-startupAbout__text{padding:0 64px 0 0;font-size:18px}}.p-startupAbout__text span{background:#fff;padding:4px 4px 4px 0}.p-startupAbout__button{margin:48px 0 0 0}.p-startupStrength{background-color:#f2ede4;background-image:url(/images/startup/bg3.png),url(/images/startup/bg2.png);background-repeat:no-repeat;background-position:top -500px right -500px,bottom -400px left -300px;padding:96px 16px}.p-startupStrength__title{font-size:30px;margin:0 0 48px 0}@media screen and (max-width: 959px){.p-startupStrength__title{font-size:24px}}.p-startupStrength__text{font-size:21px;line-height:2}@media screen and (max-width: 959px){.p-startupStrength__text{font-size:18px}}.p-startupStrength__button{margin:48px 0 0 0}.p-startupVoice__item{background-image:url(/images/startup/quote.png),url(/images/startup/quote2.png);background-repeat:no-repeat;background-position:top left,bottom right;background-size:120px;display:flex;margin:0 0 48px 0;padding:64px 48px;line-height:2}@media screen and (max-width: 959px){.p-startupVoice__item{padding:24px 0;margin:0 0 24px 0;background-size:64px}}.p-startupVoice__img{padding:0 24px 0 0}.p-startupVoice__img img{max-width:160px;min-width:160px;border-radius:100px}.p-startupVoice__name{font-size:24px;margin:0 0 16px 0}@media screen and (max-width: 959px){.p-startupVoice__name{font-size:21px}}.p-startupVoice__text span{color:#00235b;font-weight:bold}.p-guideline ol{list-style:auto;padding-left:50px}.p-guideline ul{list-style:disc;padding-left:50px}.p-guideline li{margin:8px 0px}.p-guideline p{margin:24px 0}.p-guideline h3{font-size:24px;margin:24px 0}.u-color-primary{color:#00235b}.u-color-secondary{color:#d70e72}.u-color-text{color:#414141}.u-color-supplement{color:#8e8e8e}.u-color-border{color:#ddd}.u-color-info{color:#2e6c8c}.u-color-success{color:#2b8941}.u-color-caution{color:#94651a}.u-color-error{color:#a6281e}.u-color-white{color:#fff}.u-color-gray-100{color:#f5f5f5}.u-color-gray-150{color:#e5e5e5}.u-color-gray-200{color:#ddd}.u-color-gray-300{color:#c4c4c4}.u-color-gray-400{color:#aaa}.u-color-gray-500{color:#8e8e8e}.u-color-gray-600{color:#777}.u-color-gray-700{color:#414141}.u-color-gray-800{color:#373737}.u-color-gray-900{color:#1e1e1e}.u-color-blue-100{color:#f1f7fb}.u-color-blue-200{color:#cbe2ee}.u-color-blue-300{color:#a5cde1}.u-color-blue-400{color:#7eb7d5}.u-color-blue-500{color:#58a2c8}.u-color-blue-600{color:#3a89b3}.u-color-blue-700{color:#2e6c8c}.u-color-blue-800{color:#214e66}.u-color-blue-900{color:#15313f}.u-color-green-100{color:#edf9f0}.u-color-green-200{color:#c6edcf}.u-color-green-300{color:#9fe1ae}.u-color-green-400{color:#78d58e}.u-color-green-500{color:#52c86d}.u-color-green-600{color:#37b053}.u-color-green-700{color:#2b8941}.u-color-green-800{color:#1f622e}.u-color-green-900{color:#133b1c}.u-color-orange-100{color:#fbf2e5}.u-color-orange-200{color:#f3ddba}.u-color-orange-300{color:#ebc88f}.u-color-orange-400{color:#e4b263}.u-color-orange-500{color:#dc9d38}.u-color-orange-600{color:#c08321}.u-color-orange-700{color:#94651a}.u-color-orange-800{color:#694712}.u-color-orange-900{color:#3d2a0b}.u-color-red-100{color:#fef9f8}.u-color-red-200{color:#f6d0cd}.u-color-red-300{color:#eea7a2}.u-color-red-400{color:#e67f77}.u-color-red-500{color:#df564b}.u-color-red-600{color:#d13226}.u-color-red-700{color:#a6281e}.u-color-red-800{color:#7b1d16}.u-color-red-900{color:#50130e}.u-pcHide{display:none !important}@media screen and (max-width: 959px){.u-pcHide{display:block !important}}.u-spHide{display:block !important}@media screen and (max-width: 959px){.u-spHide{display:none !important}}a:hover{text-decoration:none}html,body{font-family:"Noto Sans JP",sans-serif}@media screen and (max-width: 959px){html,body{height:auto}}
