@charset 'utf-8';
/*
Theme Name: Niiti Company
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;600;700&display=swap');


/*reset*/
/*******************************************************************/
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{width:auto;max-width:100%;height:auto;border-style:none;vertical-align:middle}i{vertical-align:middle}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none}i{font-style:normal}
a { color: #333; transition: all .2s ease-out; text-decoration: none;}
a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6;}
*:focus { outline: none;}


/*LAYOUT*/
/*******************************************************************/
html { background: none; font-size: 62.5%;}
body { -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; height: 100%; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; font-size: 1.6rem; line-height: 1.6; letter-spacing: 0.05em; font-feature-settings: "palt"; color: #333;}
#container { width: 100%; overflow: hidden;}
#loading { z-index: 100000; position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: #FFF url("img/common/loading.svg") center center no-repeat;}
i, time, .num, .topics li figure::after, address, .history dt, .pagination { font-family: 'Rajdhani', sans-serif; font-weight: 600; line-height: 1;}
h1, h2, h3, h4, h5, h6 { width: auto; color: #222;}


/*HEADER*/
/*******************************************************************/
#header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;}
.admin-bar #header {top: 32px;}
#headercontents { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1400px; height: 86px; margin: 0 auto; padding: 0 40px; background: #FFF;}
#nav ul { margin-bottom: 0;}
#nav li { margin-bottom: 0;}
#nav li .contactbtn { padding-right: 16px; background: url('img/common/mail.svg') right center no-repeat; color: #E60012;}
@media screen and (min-width: 1025px) {
#nav > ul { display: flex;}
#nav > ul > li { margin-left: 1.6vw;}
#nav > ul > li > a { position: relative; display: flex; align-items: center; height: 86px; font-size: 1.4rem;}
#nav > ul > li > a::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: #E60012; transform: scale(0, 1); transform-origin: left top; transition: transform .22s cubic-bezier(.215,.61,.355,1);}
#nav > ul > li > a:hover { opacity: 1;}
#nav > ul > li:hover a::before, #nav > ul > li.on a::before { transform: scale(1, 1);}
#open { display: none;}
}


/*FOOTER*/
/*******************************************************************/
#footer { position: relative; padding-right: 96px;}
#contact a { display: flex; align-items: center; height: 440px; padding: 0 4.8vw; background: url("img/common/contact.jpg") center no-repeat; background-size: cover; color: #FFF;}
#contact a > div { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding-right: 160px;}
#contact a > div::after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); display: block; width: 120px; height: 120px; background: url("img/common/arr_w.svg") center no-repeat; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; transition: .2s ease-out;}
#contact a:hover { opacity: 1;}
#contact a:hover > div::after { background: #FFF url("img/common/arr.svg") 60% center no-repeat; border-color: transparent;}
#contact h3, #contact p { font-size: 1.4rem; color: #FFF;}
#contact i { display: block; margin: 16px 0 24px; font-size: 5.5rem;}
#sitemap { padding: 80px 4.8vw; background: #222; font-size: 1.2rem; color: #FFF;}
#sitemap a { color: #FFF;}
#sitemap > div { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding-right: 160px;}
#sitemap nav { margin: 32px -32px;}
#sitemap nav ul { display: inline-block; vertical-align: top; margin: 0 32px;}
#sitemap nav li { margin: 16px 0;}
#sitemap > div > ul li { display: inline-block; line-height: 1;}
#sitemap > div > ul li:not(:first-child) { margin-left: 16px; padding-left: 16px; border-left: 1px solid #8B8B8B;}
#sitemap > div > ul li a { color: #8B8B8B;}
#pagetop a { display: block; padding: 24px; font-size: 1.2rem;}
#pagetop a::before { content: ''; display: inline-block; vertical-align: middle; transform: rotate(180deg); width: 13px; height: 13px; margin-right: 16px; background: url("img/common/arr.svg") left center no-repeat;}
#copyright { position: absolute; right: 24px; bottom: 24px; transform-origin: right top; transform: rotate(90deg) translateY(-12px); display: flex; align-items: center; white-space: nowrap;}
#copyright address { margin-left: 16px; font-size: 1.2rem; font-weight: 400; font-style: normal; color: #9A9A9A;}



/*CONTENTS*/
/*******************************************************************/
#wrapper, #main { background: none;}
.site-main { padding: 50px 4.8vw;}
article { position: relative; padding: 50px 4.8vw;}
article header { position: relative; max-width: 1200px; margin: 0 auto 48px;}
section { position: relative; max-width: 1200px; margin: 0 auto;}
section.narrow { max-width: 1000px;}
section + header, section + section { margin-top: 96px;}
section h3 { margin-bottom: 24px; font-size: 2.5rem;}
article p { line-height: 2.4;}
article p:not(:last-child) { margin-bottom: 24px;}
figure { position: relative;}
.full { padding: 40px 0;}
.full section { max-width: initial;}
.center { text-align: center!important;}
.right { text-align: right!important;}
.left { text-align: left!important;}
.row { display: flex; max-width: initial; margin: 0 -12px -48px;}
.row + .row { margin-top: 40px;}
.row > * { flex: 1; margin: 0 12px 48px; padding: 0;}
.reverse { flex-direction: row-reverse;}
* + .btn { margin-top: 48px;}
.btn a { position: relative; display: inline-block; width: 212px; padding: 24px; text-align: center; background: #E60012 url('img/common/arr_w.svg') right 24px center no-repeat; border-radius: 2px; font-size: 1.2rem; color: #FFF;}
.btn a:hover { background: #FFF url("img/common/arr.svg") right 16px center no-repeat; color: #E60012; opacity: 1;}
.btn a.back { background: #AFAFAF url("img/common/back.svg") 24px center no-repeat; color: #FFF;}
.btn a.back:hover { background: #E60012 url("img/common/back.svg") 16px center no-repeat;}
.btn a i { font-size: 1.4rem;}
.blue { color: #E60012;}
.sp { display: none;}
.fit { width: 100%; height: 100%; object-fit: cover; object-position: center; font-family: 'object-fit: cover; object-position: center;';}
.fadeInUp{ animation-name: fadeInUp;}
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 40px, 0);} to { opacity: 1; transform: translate3d(0, 0, 0);}}
.animated { opacity: 0; animation-duration: 0.6s; animation-fill-mode: both;}


/*TOP*/
#mv { padding: 36px;}
#mv::before { content: ''; position: absolute; bottom: -50vh; right: -16vw; width: 50%; height: 100%; background: url("img/common/mark.png") right bottom no-repeat; background-size: 100% auto; z-index: -1;}
#mv video { display: block; width: calc(100vw - 72px); height: calc(100vh - 72px);}
#mv section { opacity: 0; position: absolute; bottom: 96px; left: 96px; color: #FFF; transition: 1s ease-out 1s;}
#mv section i { display: block; margin: 16px 0; font-size: 1.2rem;}
#mv section i.name { font-size: 10rem; letter-spacing: 0;}
#mv h1 { font-size: 1.8rem; letter-spacing: 0.15em; line-height: 2; font-weight: 700; color: #FFF;}
body.start #mv section { opacity: 1;}
#scroll { position: absolute; right: 0; bottom: -72px; transform-origin: right top; transform: rotate(90deg); z-index: 10;}
#scroll i { display: flex; align-items: center; padding: 16px; background: #FFF; font-size: 1.2rem; color: #E60012;}
#scroll i::after { content: ''; width: 100px; height: 1px; margin-left: 16px; background: #D3D3D3; animation: scroll 2s cubic-bezier(1, 0, 0, 1) infinite;}
@keyframes scroll { 0% { transform: scale(0, 1); transform-origin: 0 0;} 30% { transform: scale(1, 1); transform-origin: 0 0;} 70% { transform: scale(1, 1); transform-origin: 100% 0;} 100% { transform: scale(0, 1); transform-origin: 100% 0;}}
.servicelist { position: relative; display: grid; grid-template-columns: repeat(2,1fr); margin: 0 0 40px;}
.servicelist li { position: relative; text-align: center; margin-bottom: 0;}
.servicelist::after, .servicelist li::before { content: ''; position: absolute; right: -12px; top: 0; width: 1px; height: 100%; background: #E8E8E8; z-index: -1;}
.servicelist::after { left: auto; left: 0;}
.servicelist p { margin-top: 32px; font-weight: 700;}
.servicelist p::after { content: ''; display: block; width: 92px; height: 92px; margin: 32px auto 0; background: #FFF url("img/common/arr.svg") center no-repeat; border: 1px solid #EAEAEA; border-radius: 50%; transition: .2s ease-out;}
.servicelist a { display: block;}
.servicelist a:hover { opacity: 1;}
.servicelist a:hover p::after { background: #E60012 url("img/common/arr_w.svg") 60% center no-repeat; border-color: transparent;}

.servicelist-col { display: grid; grid-template-columns: repeat(2,1fr); margin-left: -12px; margin-right: -12px;}
.servicelist-col .servicelist { grid-template-columns: 1fr; margin: 0 12px;}
.servicelist-col > div:last-of-type .servicelist::after { display: none;}

#topbusiness { display: flex; flex-direction: row-reverse; max-width: calc(1400px + 9.6vw); margin: 0 auto 120px; z-index: 1;}
#topbusiness::before { content: ''; position: absolute; top: 0; left: calc(50% - 50vw); width: 30vw; height: 100%; background: #E60012; z-index: -1;}
#topbusiness::after { content: ''; position: absolute; bottom: -120px; left: calc(50% - 50vw); width: 100vw; height: 50%; background: #FAFAFA; z-index: -2;}
#topbusiness .heading { position: relative; padding-left: 40px; background-position: 43px top; border-left: 1px solid #E60012;}
#topbusiness .heading::after { content: ''; position: absolute; top: 50%; left: 90%; width: 407px; height: 172px; background: url("img/top/deco.png") center no-repeat;}
#topbusiness section { padding-left: 40px;}
#topbusiness .content { width: 500px;}
#topbusiness .content p { font-size: 3.2rem; line-height: 1.8;}
#topbusiness .swiper-container { position: relative; flex: 1; max-width: 750px; padding-right: 80px;}
#topbusiness .swiper-pagination { top: 0; left: auto; bottom: auto; right: 40px; width: auto; z-index: 100;}
#topbusiness .swiper-pagination-bullet { display: block; margin-bottom: 32px; background: none; opacity: 1;}
#topbusiness .swiper-pagination-bullet .num { padding-bottom: 4px; border-bottom: 1px solid #ACACAC; color: #ACACAC;}
#topbusiness .swiper-pagination-bullet-active .num { border-bottom-color: #E60012; color: #E60012;}
#topbusiness .char { position: absolute;
    bottom: -20%;
    left: 56%;
    font-size: 5.7vw;
    font-weight: 700;
    line-height: 1.2;
    color: #F0F0F0;
    white-space: nowrap;}
#toptopics::before { content: ''; position: absolute; bottom: 0; right: 0; width: 66%; height: 76%; background: #FAFAFA; z-index: -1;}
.topics { flex-wrap: wrap;}
.topics li { flex: none; width: calc(100% / 2 - 24px);}
.topics li > a { display: block;}
.topics li time { padding: 0 0 16px 8%; font-size: 1.4rem; color: #AFAFAF; display: block;}
.topics li figure { padding-top: calc(360 / 950 * 100%); background: #F4F4F4;}
.topics li figure::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(34,34,34,.31); z-index: 1;}
.topics li figure::after { opacity: 0; content: 'VIEW MORE'; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(34,34,34,.61) url("img/common/arr_w.svg") right 24px center no-repeat; font-size: 1.4rem; color: #FFF; z-index: 2; transition: .2s ease-out;}
.topics li figure img { position: absolute; top: 0; left: 0;}
.topics li h3 { margin: 4% 8%; padding-bottom: 4%; padding-right: 24px; background: url("img/common/arr.svg") right center no-repeat; border-bottom: 1px solid #DBDBDB; font-size: 1.4rem; font-weight: 400; line-height: 1.8;}
.topics li .cat { margin: 0 8%; font-size: 1.1rem; font-weight: 700; color: #A8A8A8;}
.topics li .cat a { color: #A8A8A8;}
.topics li > a:hover { opacity: 1;}
.topics li > a:hover figure::after { opacity: 1;}
.topics li > a:hover h3 { color: #E60012;}
.topics.four { margin: 0 -4px;}
.topics.four li { flex: none; width: calc(25% - 8px); margin: 0 4px;}
#topnews { display: flex; flex-direction: row-reverse; max-width: calc(1200px + 9.6vw); margin: 0 auto;}
#topnews .heading { width: 320px;}
#topnews section { flex: 1; max-width: 655px; margin: 0; padding-right: 80px;}
#topnews .news li { flex-wrap: wrap;}
#topnews .news li h3 { flex: none; width: 100%; margin: 16px 0 0;}
.news li { display: flex; align-items: center; margin-bottom: 16px; padding: 16px 0;}
.news li:not(:first-child) { border-top: 1px solid #DBDBDB;}
.news li time { margin-right: 16px; color: #818181; white-space: nowrap;}
.news .cat, .meta .cat { white-space: nowrap;}
.news .cat a, .meta .cat a { display: inline-block; min-width: 78px; margin: 0 4px; padding: 4px 8px; text-align: center; background: #F4F4F4; border: 1px solid #DEDEDE; font-size: 1.4rem;}
.news li h3 { flex: 1; margin: 0 0 0 16px; font-size: 1.4rem; font-weight: 400;}
.news li h3 a { display: block; padding-right: 24px; background: url("img/common/arr.svg") right 8px center no-repeat;}
.news li h3 a:hover { background-position: right center;}


/*PAGE*/
#title { position: relative; padding: 36px 36px 0;}
#title::before { content: ''; position: absolute; top: 0; right: -16vw; width: 50%; height: 100%; background: url("img/common/mark.png") right bottom no-repeat; background-size: 100% auto; z-index: -1;}
#title figure img { height: 361px;}
#titlebox { position: relative; width: 60%; max-width: 735px; margin: -130px 0 10px 56px; padding: 40px; background: #E60012; color: #FFF;}
#titlebox > h1 { font-size: 1.8rem; color: #FFF;}
#titlebox > i { font-size: 6rem; white-space: nowrap;}
#titlebox #scroll { right: 24px;}
#titlebox #scroll i { background: none; color: #FFF;}
#titlebox #scroll i::after { background: #FFF;}
#title ul { padding: 16px; border-bottom: 1px solid #E8E8E8; word-break: break-all;}
#title li { display: inline; font-size: 1.4rem; opacity: 0.58;}
#title li:not(:first-child)::before { content: '_'; display: inline-block; margin: 0 4px;}
#title li a { color: #E60012;}
#catch { display: flex; align-items: center; max-width: 1560px; margin: 20px auto 0;}
#catch p { margin-right: 40px; font-size: 2.2rem; font-weight: 700; letter-spacing: 0.1em; line-height: 2.4;}
#catch i { margin: 0 180px 0 auto; font-size: 1.4rem; color: #E60012;}
#catch i::after { content: ''; display: inline-block; width: 128px; height: 1px; margin-left: 24px; vertical-align: middle; background: #DBDBDB;}
.heading { display: flex; padding-top: 24px; background: url("img/common/dot.svg") 8px top no-repeat;}
.heading i { font-size: 5.5rem;}
.heading h2 { font-size: 1.4rem; letter-spacing: 0;}
.heading p { margin-left: 4vw; font-size: 1.4rem;}
.heading > .btn { margin: 0 0 0 auto;}
.heading.center { display: block; text-align: center; background-position: center top;}
.heading.center h2 { font-size: 3.6rem;}
.heading.center i { font-size: 1.4rem;}
.heading.center p { margin: 24px 0 0;}

.service { margin-top: 120px; padding-bottom: 64px;}
.service::before { content: ''; position: absolute; top: 0; right: 0; width: 80%; height: 100%; background: #FAFAFA; z-index: -1;}
.service section { max-width: 1560px;}
.service .row > div { flex: none; width: 30%; margin-right: 56px;}
.service .row div > i { font-size: 1.4rem; color: #E60012;}
.service .row div h2 { margin: 24px 0; font-size: 2.5rem; letter-spacing: 0.1em;}
.service .row div p { line-height: 2.4;}
.service .row figure { margin-right: calc(50% - 50vw);}
.service .row figure .btn { margin-top: 0;}
.service.reverse::before { right: auto; left: 0;} 
.service .row.reverse > div { margin: 0 0 0 56px;}
.service .row.reverse figure { margin-right: 0; margin-left: calc(50% - 50vw);}
.service .row.reverse figure .btn { text-align: right;}

.philosophy { text-align: center;}
.philosophy li:not(:first-child) { margin-top: 96px;}
.philosophy .num { font-size: 1.8rem; color: #E60012;}
.philosophy .num span { display: block; font-size: 10rem;}
.philosophy h2 { margin: 24px 0; font-size: 4.2rem;}
.philosophy p { font-size: 2.5rem;}
.philosophy2 { margin-bottom: 120px;}
.philosophy2::before { content: ''; position: absolute; top: 0; right: 0; width: 80%; height: 100%; background: #FAFAFA; z-index: -1;}
.philosophy2 section { max-width: 1560px;}
.philosophy2 .row { align-items: center;}
.philosophy2 h2 { margin-bottom: 64px; text-align: center; font-size: 3.2rem;}

.bg { padding-top: 36px; padding-bottom: 34px; background: #FAFAFA url("img/common/bg.png") center top no-repeat; background-size: cover;}
.history li { display: flex; margin-bottom: 70px;}
.history .year { position: relative; width: 100px; padding: 16px 0; text-align: center; background: #E60012; font-size: 3rem; color: #FFF;}
.history .year::after { content: ''; position: absolute; top: 100%; left: 0; width: 0; height: 0; border-style: solid; border-width: 34px 50px 0 50px; border-color: #e60013 transparent transparent transparent;}
.history dl { flex: 1; padding-left: 40px;}
.history dt { clear: left; float: left; display: block; margin: 0; padding: 8px 0; font-size: 2rem; font-weight: 700;}
.history dt span { color: #E60012;}
.history dd { display: block; margin: 0; padding: 8px 0 8px 120px; font-size: 1.8rem;}
.map { position: relative; margin: 0 0 0 -12px;}
.map .btn { margin-top: 0; text-align: right;}
.map .btn a { padding: 16px;}

.form dt { clear: both; float: left; display: block; width: 28%; margin: 0; padding: 40px 0 24px 24px; text-align: left; font-size: 1.5rem; font-weight: 700;}
.form dd { display: block; margin: 0; padding: 24px 0 24px 32%; text-align: left; border-bottom: 1px solid #DBDBDB;}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="date"] { display: inline-block; width: 100%; height: auto; padding: 12px; background: #FFF; border: 1px solid #E0E0E0; border-radius: 5px; vertical-align: middle;}
.form select { padding: 16px; background: #FFF;  border: 1px solid #E0E0E0; border-radius: 5px;}
.form textarea { width: 100%; min-height: 280px; padding: 12px; background: #FFF;  border: 1px solid #E0E0E0; border-radius: 5px;}
.form label { margin: 0;}
.form label input { margin-right: 8px;}
.form input[type="checkbox"] { display: none;}
.form input[type="checkbox"] + span { position: relative; display: block; padding: 4px 0 4px 40px; line-height: 1;}
.form input[type="checkbox"] + span::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 30px; height: 30px; background: #DEDEDE url("img/common/check.svg") center no-repeat; border-radius: 4px;}
.form input[type="checkbox"]:checked ~ span::before { background-color: #E60012;}
.form input[type="radio"] { display: none;}
.form input[type="radio"] + span { position: relative; display: block; padding: 4px 0 4px 30px; line-height: 1;}
.form input[type="radio"] + span::after { content: ''; position: absolute; top: 4px; left: 4px; width: 12px; height: 12px; background: #E60012; border-radius: 50%; opacity: 0;}
.form input[type="radio"] + span::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 20px; height: 20px; border: 1px solid #E0E0E0; border-radius: 50%;}
.form input[type="radio"]:checked ~ span::after { opacity: 1;}
.submit { position: relative; max-width: 400px; margin: 40px auto; text-align: center;}
.submit input[type='submit'] { display: inline-block; width: 100%; padding: 40px 32px 8px; background: #E60012 url('img/common/arr_w.svg') right 24px center no-repeat; border-radius: 2px; font-size: 1.2rem; font-weight: 700; color: #FFF; transition: .2s ease-out;}
.submit i { position: absolute; top: 12px; left: 0; width: 100%; text-align: center; font-size: 3rem; color: #FFF; pointer-events: none;}
.submit input[type='submit'].disabled { background: #999;}
.submit input[type='submit']:not(.disabled):hover { background-position: right 16px center;}
.submit input[type='button'] { display: inline-block; margin: 0 16px; padding: 24px 80px; background: #999; border-radius: 32px; font-weight: 700; color: #FFF;}
.must { margin-left: 16px; padding: 4px 8px; background: #E60012; font-size: 1.3rem; font-weight: 700; color: #FFF;}
.form ::-webkit-input-placeholder { font-weight: 700; color: #BABABA;}
.form ::-moz-placeholder { font-weight: 700; color: #BABABA;}
.form :-ms-input-placeholder { font-weight: 700; color: #BABABA;}
span.wpcf7-list-item { display: inline-block; padding: 8px; font-weight: 700;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { font-size: 1.6rem;}
.terms h2 { margin: 80px 0 24px; padding-bottom: 8px; border-bottom: 1px solid #CBCBCB; font-size: 2.4rem;}
.terms h2 i { display: inline-block; margin-right: 8px; vertical-align: baseline; font-size: 3.4rem; color: #0054A7;}
.terms h3 { margin: 24px 0 24px 56px; font-size: 1.8rem;}
.terms p, .terms ul { margin: 0 0 0 56px!important;}
.terms ul li { list-style-type: disc; margin-left: 1em; line-height: 2;}
.terms .box { display: inline-block; margin: 24px 0 24px 56px!important; padding: 24px 32px; background: #F8F8F8; border-radius: 5px;}
.blank { padding-right: 16px; background: url("img/common/blank.svg") right center no-repeat; color: #0054A7;}

#newscontainer { display: flex; justify-content: space-between;}
#contents { flex: 1;}
#body h1 { clear: both; margin-bottom: 48px; text-align: center; font-size: 4.2rem; font-weight: 700;}
#body h2 { clear: both; position: relative; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid #D0D0D0; font-size: 2.6rem; font-weight: 700;}
#body h2::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 20%; height: 2px; background: #E60012;}
#body h3 { clear: both; position: relative; margin-bottom: 32px; padding: 0 0 8px 32px; border-bottom: 2px solid #CBCBCB; font-size: 2.2rem; font-weight: 700;}
#body h3::after { content: ''; position: absolute; top: 0.5em; left: 0; width: 13px; height: 5px; background: #E60012;}
#body h4 { clear: both; position: relative; margin-bottom: 24px; padding: 0 0 8px 32px; border-bottom: 1px solid #CBCBCB; font-size: 1.8rem; font-weight: 700;}
#body h4::after { content: ''; position: absolute; top: 0.5em; left: 0; width: 13px; height: 2px; background: #E60012;}
#body h5 { clear: both; margin-bottom: 24px; font-size: 1.8rem; font-weight: 700;}
#body * + h2, #body * + h3, #body * + h4, #body * + h5, #body * + ul, #body * + table, #body * + blockquote { margin-top: 40px;}
#body time { display: block; font-size: 1.3rem; color: #818181;}
#body ul li { padding-left: 24px; background: url("img/common/checked.svg") 0 center no-repeat; font-weight: 700;}
#body ul li:not(:first-child) { margin-top: 8px;}
#body ol { margin-left: 2em; margin-bottom: 48px; list-style: decimal;}
#body table, .table { width: calc(100% + 32px); border-collapse: separate; border-spacing: 16px;}
#body th, .table th, #body td, .table td { padding: 16px 0;}
#body th, .table th { width: 25%; text-align: left; vertical-align: top; border-bottom: 1px solid #E60012; font-weight: 700;}
#body td, .table td { border-bottom: 1px solid #DBDBDB;}
#body p:not(:last-child) { padding-bottom: 0;}
#body blockquote { position: relative; padding: 0 60px;}
#body blockquote::before, #body blockquote::after { content: ''; position: absolute; display: inline-block; width: 49px; height: 46px; background: url("img/common/blockquote.svg") center no-repeat; background-size: cover;}
#body blockquote::before { top: 0; left: 0;}
#body blockquote::after { bottom: 0; right: 0; transform: rotate(180deg);}
.meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px;}
.newslist li { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 48px;}
.newslist li > figure { width: 30%;}
.newslist li > figure > a { position: relative; display: block; padding-top: calc(200 / 280 * 100%); background: #EDEDED;}
.newslist li > figure > a img { position: absolute; top: 0; left: 0;}
.newslist li > figure figcaption { position: absolute; top: 0; left: 0; padding: 4px 8px; background: #E60012; z-index: 1;}
.newslist li > figure figcaption a { font-size: 1.3rem; font-weight: 500; color: #FFF;}
.newslist li > div { width: calc(70% - 40px);}
.newslist li time { display: block; margin-bottom: 8px; font-size: 1.3rem; color: #818181;}
.newslist li h3 { margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid #E60012; font-size: 2rem;}
.newslist li p { margin-bottom: 16px; line-height: 1.6; color: #777777;}
.viewmore { text-align: right;}
.viewmore a { position: relative; display: inline-block; padding: 8px 32px 8px 24px; background: url('img/common/arr_w.svg') right 16px center no-repeat, linear-gradient(0deg, rgba(0,110,219,1) 0%, rgba(56,155,255,1) 100%); background-size: 6px auto; border-radius: 40px; font-size: 1.5rem; font-weight: 700; color: #FFF;}
.alignright { float: right; margin-left: 3em; margin-bottom: 2em;}
.alignleft { float: left; margin-right: 3em; margin-bottom: 2em;}
.aligncenter { display: block; margin-left: auto; margin-right: auto; text-align: center;}
.size-thumbnail { max-width: 250px;}
.paging { display: flex; justify-content: center; align-items: center; margin: 72px 0; font-size: 1.6rem; font-weight: 700;}
.nav-numbers { padding: 16px;}
.screen-reader-text { display: none;}
.pagination a { display: inline-block; margin: 2px; padding: 0 14px; text-decoration: none!important;}
.pagination a:not(.top) { padding: 10px 14px; border: 1px solid #DBDBDB;}
.pagination a strong { display: inline-block; width: 21px; height: 21px; text-align: center; background: #E60012; border-radius: 50%; line-height: 1.2; color: #FFF;}
.pagination a.top { border-left: 1px solid #333; border-right: 1px solid #333; font-weight: 400;}
.pagination a.prev, .pagination a.next { background: none; font-weight: 400;}
.pagination span { display: inline-block; margin: 2px; padding: 10px 14px;}
.pagination span.current { background-color: #E60012; color: #FFF;}
#aside { width: calc(30% - 80px); margin-left: 80px;}
#aside .widget-title { display: block; margin-bottom: 0; padding-bottom: 8px; border-bottom: 2px solid #E60012; font-family: 'Rajdhani', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; font-size: 2rem; font-weight: 700; color: #222;}
#aside .sbox { margin-bottom: 80px;}
#aside li a, .archive-list a, .archive-list span { display: block; padding: 16px 32px 16px 0; background: url("img/common/arr_circle.svg") right center no-repeat; border-bottom: 1px solid #EBEBEB; cursor: pointer;}
#aside .archive-list > li:not(.on) > ul { display: none;}
#aside .month-archive-list > li { text-indent: 2em;}
#aside .month-archive-list > li a { background-image: url("img/common/arr_circle_alt.svg");}
#aside .catlist { margin-bottom: 24px;}
#aside .catlist dt { margin-bottom: 5px; padding: 8px 20px; background: #0054A7 url("img/common/arr_bottom_w.svg") right 16px center no-repeat; font-size: 1.5rem; font-weight: 700; color: #FFF;}
#aside .catlist dd { margin-top: 5px;}
#aside .catlist dd a { display: block; padding: 8px 20px; background: #EBEBEB; font-size: 1.4rem;}
.is-divider { display: none;}

#page #title { position: relative; padding: 36px 36px 0;}
#page #title::before { width: 60%; height: 1151px; background-position: right top;}
#page #titlebox { position: relative; width: auto; max-width: initial; margin: 0; padding: 88px 40px 48px;}
#page #titlebox > h1 { max-width: 1050px; margin: 0 auto; padding: 0 20px; text-align: center; font-size: 3.9rem; word-break: break-all;}
#page #bread { border-bottom: 1px solid #E8E8E8;}
#page #title ul { max-width: 1050px; margin: 0 auto; padding: 16px 20px; border-bottom: none;}
#page #newscontainer { max-width: 1010px;}
#page h2 { margin-bottom: 40px; text-align: center; border-bottom: none; font-size: 3rem; color: #E60012;}
#page h2::after { display: none;}



@media only screen and (max-width: 1024px){
#headercontents { padding: 0 4.8vw;} 
#nav { pointer-events: none; opacity: 0; transform: scale(0.9); position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; max-width: 100%; height: 100vh; margin: 0; background: rgba(0,0,0,.9); overflow: auto; z-index: 200; -webkit-transition: .8s cubic-bezier(.19,1,.22,1); transition: .8s cubic-bezier(.19,1,.22,1);}
#nav li { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); padding: 12px 0; text-align: center; -webkit-transition: .6s cubic-bezier(.19,1,.22,1); transition: .6s cubic-bezier(.19,1,.22,1);}
#nav li:nth-of-type(1) { -webkit-transition-delay: .14s; transition-delay: .14s;}
#nav li:nth-of-type(2) { -webkit-transition-delay: .18s; transition-delay: .18s;}
#nav li:nth-of-type(3) { -webkit-transition-delay: .22s; transition-delay: .22s;}
#nav li:nth-of-type(4) { -webkit-transition-delay: .26s; transition-delay: .26s;}
#nav li:nth-of-type(5) { -webkit-transition-delay: .30s; transition-delay: .30s;}
#nav li:nth-of-type(6) { -webkit-transition-delay: .34s; transition-delay: .34s;}
#nav li a { font-size: 2rem; color: #FFF;}
#open { position: relative; display: block; width: 26px; height: 26px; text-align: center; border-radius: 3px; cursor: pointer; z-index: 9999;}
#open div { position: relative; display: block; width: 26px; height: 26px; transition: .2s linear;}
#open span { position: absolute; left: 0; display: block; width: 26px; height: 2px; background: #222; transition: .2s linear;}
#open span:nth-child(1) { top: 8px;}
#open span:nth-child(2) { top: 16px;}
#open span:nth-child(3) { top: 24px;}
.open #open span:nth-child(1) { top: 16px; background: #FFF; transform: rotate(45deg);}
.open #open span:nth-child(2) { width: 0; left: -24px;}
.open #open span:nth-child(3) { top: 16px; background: #FFF; transform: rotate(-45deg);}
.open #nav { pointer-events: auto; opacity: 1; transform: scale(1);}
.open #nav li { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
#footer { padding-right: 48px;}
#contact a { height: auto; padding: 32px 4.8vw; background-position: right center;}
#contact a > div { padding-right: 0;}
#contact a > div::after { top: 0; transform: translateY(0); width: 72px; height: 72px;}
#contact i { font-size: 4rem;}
#sitemap { padding: 32px 4.8vw;}
#sitemap > div { padding-right: 0;}
#sitemap > div > ul li { display: block;}
#sitemap > div > ul li:not(:first-child) { margin: 16px 0 0; padding-left: 0; border-left: none;}
#copyright { right: 0;}

.site-main { padding: 64px 4.8vw;}
article, .full { position: relative; padding: 64px 4.8vw;}
article header { margin-bottom: 32px;}
article header h2 { font-size: 2.1rem;}
section { position: relative;}
section + section { margin-top: 48px;}
section h3 { font-size: 2rem;}
.row { display: block; margin: 0!important;}
.row > * { width: auto!important; margin: 0;}
.row > *:not(:first-child) { margin-top: 24px;}
.btn a { padding: 16px;}
.sp { display: block;}
.pc { display: none!important;}


/*TOP*/
#mv { margin-top: 86px; padding: 0 16px 16px;}
#mv::before { bottom: -20vh; right: -10vw; width: 70%; height: 50%;}
#mv figure img { width: calc(100vw - 32px); height: calc(100vh - 16px - 86px);}
#mv section { bottom: 40px; left: 40px; width: 80%; padding-right: 40px;}
#mv section i.name { font-size: 4rem;}
#mv h1 { font-size: 1.4rem;}
#topbusiness { display: block;}
#topbusiness::before { width: 10vw;}
#topbusiness .heading::after { top: -100%; left: 30%; width: 50%; background-size: 100% auto;}
#topbusiness .content { width: auto;}
#topbusiness .content p { font-size: 2.2rem;}
#topbusiness .swiper-container { margin: 64px -4.8vw 0; padding-right: 0;}
#topbusiness .swiper-wrapper { margin-right: 40px;}
#topbusiness .swiper-pagination { position: relative; top: 0; right: 0; width: 100%;}
#topbusiness .swiper-pagination-bullet { display: inline-block; margin: 8px;}
#topbusiness .char { bottom: -16%; left: 20%; font-size: 12vw;}
.servicelist { margin-bottom: 64px!important;}
.servicelist li { position: relative; text-align: center; margin-bottom: 0; border-bottom: 1px solid #E8E8E8;}
.servicelist::after, .servicelist li::before { display: none;}
.servicelist p { margin-top: 0; line-height: 1.4;}
.servicelist p::after { width: 64px; height: 64px; margin: 16px auto;}
.servicelist-col { grid-template-columns: 1fr; margin-left: 0; margin-right: 0;}
.servicelist-col .servicelist { margin: 0;}
#toptopics { padding: 64px 4.8vw;}
.topics li:not(:first-child) { margin-top: 40px;}
#topnews { display: block;}
#topnews .heading .btn { margin-top: 16px;}
#topnews section { max-width: initial; padding-right: 0;xxxxxxxxxxxxxxxxxxxx}
.news li { flex-wrap: wrap;}
.news li h3 { flex: none; width: 100%; margin: 16px 0 0;}
.cat a { padding: 2px 4px; font-size: 1.1rem;}


/*PAGE*/
#title { position: relative; margin-top: 80px; padding: 16px 16px 0;}
#title::before { top: 200px; right: -10vw; width: 70%; height: 50%; background-position: center top;}
#title figure img { height: 160px;}
#titlebox { width: 100%; max-width: 400px; margin: -24px 0 24px 16px; padding: 24px;}
#titlebox > h1 { font-size: 1.4rem;}
#titlebox > i { font-size: 3.2rem;}
#titlebox #scroll { right: 16px; bottom: -136px;}
#catch { display: block; margin: 48px auto;}
#catch p { margin-right: 0; font-size: 1.8rem;}
#catch i { display: block; text-align: right; margin: 16px 0 0;}
.heading { display: block;}
.heading i { font-size: 4rem;}
.heading p { margin: 16px 0 0;}
.heading > .btn { margin: 16px 0 0;}
.heading.center h2 { font-size: 2.8rem;}

.service { margin-top: 64px;}
.service .row > div { margin-right: 0;}
.service .row.reverse > div { margin: 0;}

.philosophy li:not(:first-child) { margin-top: 64px;}
.philosophy .num { font-size: 1.2rem;}
.philosophy .num span { font-size: 6.4rem;}
.philosophy h2 { font-size: 2.4rem;}
.philosophy p { font-size: 2rem;}
.philosophy2 { margin-bottom: 64px;}
.philosophy2 h2 { margin-bottom: 40px; font-size: 2.4rem;}

.bg { padding-top: 64px;}
.history .year { width: 50px; font-size: 1.4rem;}
.history .year::after { border-width: 17px 25px 0 25px;}
.history dl { padding-left: 16px;}
.history dt { float: none; font-size: 1.6rem;}
.history dd { padding: 0 0 16px; font-size: 1.4rem;}
.map { margin: 0!important;}

.form dt { float: none; width: auto; padding: 24px 0 0;}
.form dd { display: block; padding: 24px 0;}
.form input[type='text'] { width: 100%;}
.form input[type='tel'] { width: 100%;}
.form input[type='email'] { width: 100%;}
.submit input[type='submit'] { display: block; width: calc(100% - 32px); max-width: 320px; margin: 8px auto;}
.submit input[type='button'] { display: block; width: calc(100% - 32px); max-width: 320px; margin: 8px auto;}
.terms h2 { display: flex; margin: 56px 0 24px; font-size: 2rem;}
.terms h2 i { font-size: 2.8rem;}
.terms h3 { margin: 24px 0; font-size: 1.6rem;}
.terms p, .terms ul { margin: 0!important;}
.terms .box { margin: 24px 0!important; padding: 24px;}

#newscontainer { display: block;}
#contents { width: auto;}
#body h1 { font-size: 2.2rem;}
#body h2 { font-size: 2rem;}
#body h3 { font-size: 1.8rem;}
#body h4 { font-size: 1.6rem;}
#body * + h2, #body * + h3, #body * + h4, #body * + h5, #body * + ul, #body * + table, #body * + blockquote { margin-top: 48px;}
#body th, .table th, #body td, .table td { display: block;}
#body th, .table th { width: 100%; padding-bottom: 0; border-bottom: none; font-weight: 700;}
#body blockquote { padding: 0 30px;}
#body blockquote::before, #body blockquote::after { width: 24px; height: 24px;}
.newslist li { display: block;}
.newslist li > figure { width: auto; margin-bottom: 16px;}
.newslist li > div { width: auto;}
.newslist li h3 { font-size: 1.8rem;}
.alignright { float: none; display: block; margin: 0 auto 20px;}
.alignleft { float: none; display: block; margin: 0 auto 20px;}
.size-thumbnail { max-width: 100%;}
.paging { display: block; text-align: center;}
#aside { width: auto; margin-left: 0; padding-top: 40px;}
#aside h4 { font-size: 1.8rem;}
#aside .sbox { margin-bottom: 48px;}

#lineupcontainer{ display: block;}
#lineupcontainer #aside { width: auto; margin: 0;}
#lineup { display: block;}
#image { width: 100%; margin: 0 0 32px;}
.swiper-pagination-thumbs { display: flex; flex-wrap: wrap; margin: 8px -8px;}
.swiper-pagination-thumb { width: calc(100% / 3 - 16px); margin: 8px;}
.swiper-button-next, .swiper-button-prev { width: 14px;}

#page #title { padding: 0;}
#page #title::before { right: -10vw; width: 70%;}
#page #titlebox { padding: 24px 40px 24px 16px;}
#page #titlebox > h1 { padding: 0; font-size: 2.4rem;}
#page #titlebox #scroll { right: 0;}
#page h2 { font-size: 2rem;}
}




@media print {
#container { width: 1024px;}
}