a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-indent: 0;
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit
}

td,
th {
    text-align: left;
    vertical-align: top
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Noto Sans JP, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: .05em;
    font-size: 16px;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
    word-break: break-all;
    background: #fff;
    color: #000
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: auto
}

a {
    text-decoration: none;
    color: #333;
    transition: all .08s linear
}

a:active,
a:focus,
a:hover {
    outline: none
}

a:hover {
    filter: alpha(opacity=80);
    opacity: .8;
    zoom: 1
}

a img,
input[type=image],
input[type=submit] {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .2s ease-in
}

a:hover img.noTrans {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)"
}

input,
select,
textarea {
    border: 0;
    padding: 2px;
    box-sizing: border-box;
    outline: 0;
    border-radius: 0
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    border: 1px solid #c9d2d8;
    color: inherit;
    font-size: 16px
}

textarea {
    line-height: 1.6
}

label {
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    vertical-align: -.1em;
    margin-right: 5px;
    border: 1px solid #c9d2d8
}

::-moz-selection {
    background: #f7d200;
    color: #111
}

::selection {
    background: #f7d200;
    color: #111
}

::-moz-selection {
    background: #f7d200;
    color: #111
}

::-webkit-input-placeholder {
    color: #ccc
}

:-moz-placeholder,
::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #ccc !important
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.defs {
    display: none
}

.taC {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.font12 {
    font-size: 12px
}

.font14 {
    font-size: 14px
}

.font16 {
    font-size: 16px
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font22 {
    font-size: 22px
}

.font24 {
    font-size: 24px
}

.font26 {
    font-size: 26px
}

.font28 {
    font-size: 28px
}

.font30 {
    font-size: 30px
}

.font32 {
    font-size: 32px
}

.font34 {
    font-size: 34px
}

.font36 {
    font-size: 36px
}

.font38 {
    font-size: 38px
}


/* 　　　　　　　　　　カスタマイズ 　　　　　　　　　　　　*/

#global-nav{
    width: 100%;
    height: 80px;
    padding: 0 5%;
    background-color: #009fe8;
    display: flex;
    justify-content: end;
    align-items: center;
}
#global-nav .global-navigation__item a{
    color: #FFF;
    font-weight: 500;
}

section.cands {
    overflow: hidden
}

main {
    font-size: inherit
}


html body .wrapper>header#top-head {
    height: 0
}

@media screen and (min-width:1000px) {
    html body .wrapper>header#top-head {
        top: 50px
    }
}

html body .container {
    margin: 0 auto
}

html body .container main section.cands {
    width: 100vw;
    height: 100vh;
    z-index: 1
}

html body .container main section.cands .cands__inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

html body .container main section.cands .cands__inner h1 {
    display: block;
    width: 50%;
    margin: 0 auto;
}
html body .container main section.cands .cands__inner h1 img{
    width: 100%;
    height: auto;
}


@media screen and (min-width:1000px) {
    html body .container main section.cands .cands__inner {
        position: relative;
        width: 100%
    }

    html body .container main section.cands .cands__inner h1 {
        display: block;
        width: 35%;
        margin: 0 auto;
    }
    
    html body .container main section.cands .cands__inner h1 img{
        width: 100%;
        height: auto;
    }

}

html body .container main article {
    background-color: #444
}

html body .container main article header {
    background-color: #666
}

html body .container .side aside {
    background-color: #999
}

html body footer .copyright {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin: 30px auto;
}


/* ハンバーガーナビゲーション */
/* #global-nav {
    position: absolute;
    top: -560px;
    width: 100%;
    background: hsla(0, 0%, 100%, .8);
    z-index: 10;
    transition: .5s ease-in-out
}

#global-nav ul {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto
}

#global-nav ul li {
    width: 100%;
    text-align: left;
    padding: 12px 0
}

#global-nav ul li ul {
    width: 100%;
    position: relative;
    left: 50px
}

#global-nav ul li a {
    color: #000;
    font-weight: 700;
    font-family: Noto Sans JP, sans-serif;
    padding: 5px
}

.open #nav-toggle span:first-child {
    top: 11px;
    transform: rotate(315deg)
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%
}

.open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg)
}

.open #global-nav {
    transform: translateY(653px)
}

#nav-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 35px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101
}

#nav-toggle div {
    position: relative
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0;
    transition: .35s ease-in-out
}

#nav-toggle span:first-child {
    top: 0
}

#nav-toggle span:nth-child(2) {
    top: 11px
}

#nav-toggle span:nth-child(3) {
    top: 22px
}

@media screen and (min-width:1000px) {
    header#top-head {
        width: 100%;
        height: 80px;
        position: fixed;
        z-index: 100
    }

    #nav-toggle {
        display: none
    }

    #global-nav {
        position: absolute;
        top: 10px;
        background: unset;
        width: unset;
        right: 5%
    }

    #global-nav ul {
        display: flex;
        flex-direction: row;
        width: unset
    }

    #global-nav ul li {
        text-align: center;
        padding: 0 15px;
        width: unset
    }

    #global-nav>ul>li {
        font-size: 14px;
        display: inline-block
    }

    #global-nav ul li.menu-toggle>a {
        position: relative;
        z-index: 10
    }

    #global-nav ul li.menu-toggle:after {
        content: "";
        height: 56px;
        width: 105px;
        position: absolute;
        right: 140px
    }

    #global-nav ul li.menu-toggle:hover ul.nav-child {
        display: inline-block;
        background: rgba(0, 0, 0, .8)
    }

    #global-nav ul li.menu-toggle ul.nav-child {
        display: none;
        position: absolute;
        width: unset;
        left: 380px;
        top: 56px
    }
} */

.info-table {
    margin: 50px auto;
    width: 85%;
    max-width: 900px;
    font-family: Noto Sans JP, sans-serif
}

.info-table table {
    width: 100%
}

.info-table table tr {
    border-top: 1px solid #3a3a3a
}

.info-table table tr td,
.info-table table tr th {
    padding: 10px 0
}

.info-table__caption {
    visibility: hidden;
    margin-top: -20px
}

.info-table .col2-head {
    display: block;
    width: 100%
}

@media screen and (min-width:1000px) {
    .info-table .col2-head {
        width: 30%;
        float: left
    }
}

.info-table .col2-data {
    display: block;
    width: 100%;
    padding-left: 5%
}

@media screen and (min-width:1000px) {
    .info-table .col2-data {
        width: 70%;
        float: left;
        padding-left: 0
    }
}

.info-table .col1-head {
    display: block;
    width: 100%
}

@media screen and (min-width:1000px) {
    .info-table .col1-head {
        width: 30%;
        float: left
    }
}

.info-table .col1-data {
    display: block;
    width: 100%;
    padding-left: 5%
}

@media screen and (min-width:1000px) {
    .info-table .col1-data {
        width: 70%;
        float: right;
        padding-left: 0
    }
}

.info-table .head-margin {
    margin: 12px 0 8px
}

.info-table .col1-last-data {
    margin-bottom: 12px
}

.info-table .table-last-row {
    border-bottom: 1px solid #3a3a3a
}


#contact{
    width: 95%;
    margin: 30px auto 100px;
    text-align: center;
}



/*# sourceMappingURL=style.css.map */