@charset "UTF-8";

/* Base Theme ============================================================= */
/* Reset ------------------------------------------------------------------ */
html{ font-size: 100%; -webkit-text-size-adjust: none; }
*{ margin: 0; padding: 0; }

*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

body{
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
background: #001a41;
color: #231815;
font-size: 16px;
line-height: 1.75;
word-wrap: break-word;
overflow-wrap: break-word;
}
h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal; }
ol, ul{ list-style-type: none; }
table { border-spacing: 0; }
caption,th{ text-align: left; }
fieldset,img,abbr,acronym{ border: 0; }
img{ vertical-align: top; max-width: 100%; height: auto; }

a{ color: #0074c9; text-decoration: none; }
a:hover{ color: #e9771d; }
a img,:link img,:visited img{ border: none; }
a, a::before, a::after{ -webkit-transition: all .3s; transition: all .3s; }

main{ background: #fff; }


/* Common Classes ---------------------------------------------------- */
.left{ float: left; }
.right{ float: right; }
.center{ margin-left: auto; margin-right: auto; }
.kome{ text-indent: -1em; padding-left: 1em; }

.red{ color: #e34014; }

.txt-right{ text-align: right; }
.txt-left{ text-align: left; }
.txt-center{ text-align: center; }

.inline { display: inline; }
.hidden { display: none; }

.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }

.mb10{ margin-bottom: 10px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb40{ margin-bottom: 40px !important; }

.thumb a:hover{
filter:alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
a.thumb:hover{
filter:alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}



.btn a{
position: relative;
z-index: 10;
display: inline-block;
color: #231815;
background: #fff;
border:1px solid #231815;
}
.btn a:after{
content: '';
position: absolute;
bottom: 0; right: 0;
width: 0; height: 0;
border-style: solid;
border-width: 0 0 8px 8px;
border-color: transparent transparent #e9771d transparent;
}
.btn a:hover{
box-shadow: 0 0 10px 3px #ccc;
border: 1px solid #fff;
}
.btn a:hover:after{
border-width: 0 0 16px 16px;
bottom: -1px; right: -1px;
}




/* ====================================================================
    LOADING
====================================================================== */
#loading{
position: fixed;
z-index: 99999;
top: 0; left: 0;
width: 100%; height: 100vh;
background: #ffffff;
}
#loader,
#loader:after{
border-radius: 50%;
width: 48px; height: 48px;
}
#loader{
position: absolute;
top: 50%; left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 48px;
text-align: center;
font-size: 10px;
border-top: 8px solid #f1f1f1;
border-right: 8px solid #f1f1f1;
border-bottom: 8px solid #f1f1f1;
border-left: 8px solid #231815;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes load8 {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


/* ==============================
    ドロワーナビ
============================== */
.drawer {
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
background-color: rgba(255 , 255, 255, .9);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: ease .5s;
transition: ease .5s;
z-index: 9999;
padding-bottom: 40px;
}
.drawer.action{
-webkit-transform:translateX(0);
transform:translateX(0);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

#container.action{
position: relative;
-webkit-transition: ease .5s;
transition: ease .5s;
}
#container.action:after{
content: '';
position: absolute;
z-index: 9998;
left: 0; top: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, .5);
}
@media screen and (min-width: 960px){
#container.action:after{ content: none; }
}


.drbtn {
position: fixed;
top: 16px; left: 32px;
width: 60px;
height: 60px;
text-align: center;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
-webkit-transition:ease .5s;
transition:ease .5s;
z-index: 10000;

/*background:#ccc;*/
}
@media screen and (max-width: 940px){
.drbtn { left: 15px; }
}
@media screen and (max-width: 640px){
.drbtn { top: 4px; left: 0; }
}

/* ==============================
    トグル
============================== */
.hambarg{
position: absolute;
display: block;
height: 1px;
width: 40px;
left: 10px;
background: #000;
border-radius: 3px;
-webkit-transition: ease .5s;
transition: ease .5s;
}

.hambarg:nth-child(1){ top: 16px; }
.hambarg:nth-child(2){ top: 28px; }
.hambarg:nth-child(3){ top: 40px; }

.drbtn.action .hambarg:nth-child(1) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 28px;
}
.drbtn.action .hambarg:nth-child(2) {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
}
.drbtn.action .hambarg:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 28px;
}

 @media screen and (max-width: 640px){
.hambarg{ width: 32px; }
.hambarg:nth-child(1){ top: 14px; }
.hambarg:nth-child(2){ top: 24px; }
.hambarg:nth-child(3){ top: 34px; }
}


/* ==============================
    ドロワーメニュー
============================== */
.drawer h2{
padding-top: 80px;
text-align: center;
}
.drawer h2 img{
width: 360px;
height: auto
}
.drawer ol{
text-align: center;
font-size: 1.4em;
font-weight: bold;
border-top: 1px solid #231815;
margin-top: 80px;
padding-top: 40px;
}
.drawer ol li:nth-child(2){
letter-spacing: .5em;
text-indent: .5em;
}

/*
.drawer li > ul{
margin-top: 16px;
}
.drawer li > ul li{
margin-top: .15em;
font-size: 75%;
font-weight: normal;
}
.drawer li > ul li a{
position: relative;
padding-left: 16px;
}
.drawer li > ul li a:before{
content: '';
display: block;
position: absolute;
top: .75em; left: 0;
width: 6px; height: 4px;
border-style: solid;
border-width: 2px 0 2px 6px;
border-color: transparent transparent transparent #231815;
}*/


#drawer-contact{
text-align: center;
margin-top: 80px;
}
#drawer-contact a{
width: 420px;
padding-top: .75em;
padding-bottom: .75em;
}

.drawer li a{
display: block;
color: #231815;
}

@media screen and (max-width: 820px){
.drawer ol{ padding: 40px 8% 0 8%; }
}
@media screen and (max-width: 640px){
.drawer h2{ padding-top: 100px; }
.drawer h2 img{ width: 280px; }
.drawer ol{ display: block; padding: 24px 16px 0 16px; font-size: 1.15em; margin-top: 40px; }
.drawer ol li{ margin-bottom: 24px; }
.drawer li > ul{ margin-top: 8px; }
.drawer li > ul li{ margin-bottom: 0 }
#drawer-contact{ margin-top: 40px; }
#drawer-contact a{ width: 90%; }
}

/* ====================================================================
    WEB FONTS
====================================================================== */
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot?duuvin');
src:url('../fonts/icomoon.eot?duuvin#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?duuvin') format('truetype'),
url('../fonts/icomoon.woff?duuvin') format('woff'),
url('../fonts/icomoon.svg?duuvin#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-arrow01:before {
content: "\e900";
}
.icon-arrow02:before {
content: "\e901";
}
.icon-arrow03_down:before {
content: "\e902";
}
.icon-arrow03_up:before {
content: "\e903";
}
.icon-arrow03:before {
content: "\e904";
}
.icon-arrow04:before {
content: "\e905";
}
.icon-arrow05-1:before {
content: "\e906";
}
.icon-arrow05-2:before {
content: "\e907";
}
.icon-arrow05-down:before {
content: "\e908";
}
.icon-arrow05-up:before {
content: "\e909";
}
.icon-arrow06_down:before {
content: "\e90a";
}
.icon-arrow06_up:before {
content: "\e90b";
}
.icon-arrow07:before {
content: "\e90c";
}
.icon-arrow08:before {
content: "\e90d";
}
.icon-arrow09:before {
content: "\e90e";
}
.icon-arrow10:before {
content: "\e90f";
}
.icon-arrow11-1:before {
content: "\e910";
}
.icon-arrow11-2:before {
content: "\e911";
}
.icon-arrow11-3:before {
content: "\e912";
}
.icon-blank1:before {
content: "\e913";
}
.icon-blank2:before {
content: "\e914";
}
.icon-border:before {
content: "\e915";
}
.icon-border2:before {
content: "\e916";
}
.icon-border3:before {
content: "\e917";
}
.icon-doc1:before {
content: "\e918";
}
.icon-doc2:before {
content: "\e919";
}
.icon-dot:before {
content: "\e91a";
}
.icon-download1:before {
content: "\e91b";
}
.icon-download2:before {
content: "\e91c";
}
.icon-download3:before {
content: "\e91d";
}
.icon-freedial:before {
content: "\e91e";
}
.icon-key1:before {
content: "\e91f";
}
.icon-key2:before {
content: "\e920";
}
.icon-key3:before {
content: "\e921";
}
.icon-mail1:before {
content: "\e922";
}
.icon-mail2:before {
content: "\e923";
}
.icon-mail3:before {
content: "\e924";
}
.icon-map1:before {
content: "\e925";
}
.icon-map2:before {
content: "\e926";
}
.icon-pagetop:before {
content: "\e927";
}
.icon-pdf1:before {
content: "\e928";
}
.icon-pdf2:before {
content: "\e929";
}
.icon-pdf3:before {
content: "\e92a";
}
.icon-plus01:before {
content: "\e92b";
}
.icon-plus02:before {
content: "\e92c";
}
.icon-plus03:before {
content: "\e92d";
}
.icon-plus04:before {
content: "\e92e";
}
.icon-ppt1:before {
content: "\e92f";
}
.icon-ppt2:before {
content: "\e930";
}
.icon-slash:before {
content: "\e931";
}
.icon-slash01:before {
content: "\e932";
}
.icon-slash02:before {
content: "\e933";
}
.icon-slash03:before {
content: "\e934";
}
.icon-slash04:before {
content: "\e935";
}
.icon-sp:before {
content: "\e936";
}
.icon-tel1:before {
content: "\e937";
}
.icon-tel2:before {
content: "\e938";
}
.icon-xls1:before {
content: "\e939";
}
.icon-zip1:before {
content: "\e93a";
}
