@charset "utf-8";
/* CSS Document */

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* body 共通 */
* {
	box-sizing: border-box;
	outline: none;
    text-align: justify;
    text-justify: inter-ideograph;
}
html {
    font-size: 10px;
}
body {
	color: #333;
    font-size: 1.6rem;
	line-height: 1.5;
    width: 100%;
    height: auto;
    height: 100%;
    font-family:  "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", 'Noto Sans JP', sans-serif, "游ゴシック体", "YuGothic",  "verdana", sans-serif;
}
#wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}
a:hover {
    opacity: 0.8;
    
}
img {
    width: 100%;
}
h1 {
    width: 20%;
    max-width: 300px;
}
h1 a {
    line-height: 1;
}
h2 {
    padding-top: 40px;
    margin: 0 auto 50px;
    font-size: 2.0rem;
    font-weight: 900;
    font-family: "Noto Sans JP";
    text-align: center;
    position: relative;
    line-height: 1;
}
h2 img {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit- transform: translateY(0) translateX(-50%);
}
h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #202241;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    color: #fff;
    border-left: 5px solid #e5e210;
}
.h3box {
    width: 30%;
    display: block;
}
header {
    width: 100%;
    height: 100vh;
    position: relative;
    border-bottom: 5px solid #001a49;
    background-image: url(../img/common/bk2.jpg);
    background-position: bottom;
    margin-bottom: 30px;
}
.headnav {
    width: 100%;
    height: auto;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    padding-left: 15px;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
}
nav ul {
    width: auto;
}
nav ul li a {
    display: block;
    padding: 25px;
}
nav ul li a:hover {
    background-color: rgba(58, 54, 66, 0.2);
}
.navcontact a {
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    background-image: url(../img/common/icon_mail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background-color: #0f1782;
}
.navcontact a:hover {
    background-color: #00547a;
}
.navcontact a img {
    width: 40%;
}
.navcontact a span {
    z-index: -100;
    color: #00b0ff;
}
footer {
    color: #fff;
    background-color: #051028;
}
footer iframe {
    width: 100%;
    height: 300px;
}
footer address {
    margin-top: 60px;
    margin-bottom: 60px;
}
footer address>p {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}
footer address ul {
    margin-right: 10%;
}
footer address ul li:first-child {
    font-weight: bold;
}
footer .footernav {
    width: 100%;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #072b45;
}
footer .footernav li {
    margin-left: 20px;
    margin-right: 20px;
}
footer .footernav li a {
    color: #fff;
}
footer .footernav li a:hover {
    text-decoration: underline;
}
footer small {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    display: block;
}
.return {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
}
.return img {
}
.flexbox {
    display: flex;
}
.innerbox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 90px;
}
.contentP {
    max-width: 1000px;
}
section {
    margin-bottom: 90px;
}
.bkg {
    background-color: #f3eded;
}
.pnkz {
    justify-content: center;
    margin-bottom: 90px;
}
.pnkz a {
    font-weight: bold;
    color: #0f1782;
}
.clear {
    clear: both;
}
.bold {
    font-weight: bold;
}
.pt30 {
    padding-top: 30px;
}
.mt30 {
    margin-top: 30px;
}
.nopc {
    display: none;
}