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

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
	font-weight: 500;
    line-height: 210%;
    font-family: "Zen Maru Gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica", Arial, "メイリオ", Meiryo, sans-serif;
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #383838;
	text-align: left;
}

wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

a {    
    color: #04A1EC;
    text-decoration: underline;
}

.fade {
	opacity: 1.0;
	transition: all 0.3s;
}
.fade:hover {
	opacity: 0.5;
}

.pc-no {
    display: none;
}

.sp-no {
    display: inline;
}

.header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.header .hdr-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hdr-l {
    width: 30%;   
}

.header .hdr-logo {
    width: 100%;
    max-width: 250px;
    margin: 0;
    padding: 0;
}

.header .hdr-logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.header .hdr-r {
    width: 70%;
}

.header .hdr-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header ul.nav-list {
    width: 70%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
}

.header ul.nav-list li:after {
    content: "";
    width: 0;
    height: 20px;
    margin: -15px 0 0;
    display: block;
    
    background-color: #FFFF4A;
    transition: all 0.3s;
    
}

.header ul.nav-list li:hover:after {
    width: 100%;
}

.header ul.nav-list li a {
    color: #383838;
    text-decoration: none;
    text-align: center;
    
}

.header .entry-btn {
    width: 20%;
}
.header .entry-btn a {
    width: 100%;
    height: 100%;
    display: block;
}


/**SP NAV: BUTTONS***/
.sub-nav {
    display: none;
}

/***MAIN***/

.main {
    width: 100%;
    min-height: 800px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.page-hd {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/common/pagehd_bk.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.page-hd .hd-wrap {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 2.5%;
    position: relative;
    overflow: hidden;
    background-color: #FFFCF4;
    border-radius: 10px;
}

.pankuzu {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
}

.pankuzu a {
    color: #383838;
    text-decoration: underline;
}

.page {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.page .page-wrap {
    width: 98%;
    max-width: 1200px;
    margin: 100px auto 150px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.kyocho {
    background: linear-gradient(transparent 50%, #FFFF4A 50%);
    display: inline;
    padding: 0 0 2px;
}

.main .entry-btn {
    width: 20%;
    max-width: 80px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 100;
    transition: all 0.3s;
}
.main .entry-btn a {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}
.main .entry-btn:hover {
    max-width: 100px;
}

.main .entry-btn-sp {
    display: none;
}

h2.page-mds {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 240%;
    line-height: 180%;
    font-weight: 700;
}

.btn {
    width: 80%;
    max-width: 350px;
    margin: 100px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #EE4023;
    border-radius: 50px;
    font-size: 120%;
    line-height: 110%;
    font-weight: 500;
    letter-spacing: 0.1em;
    
    transition: all 0.3s;
}
.btn.orange-btn { background-color: #EE4023; }
.btn.green-btn { background-color: #108B3F; }
.btn:hover {
    background-color: #383838;
    letter-spacing: 0.2em;
}
.btn a {
    width: 100%;
    padding: 30px 0;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}


/***FOOTER***/


.pagetop {
    width: 5%;
    max-width: 60px;
    position: fixed;
    right: 1%;
/*    bottom:400px;*/
    bottom: 26%;
    z-index: 10;
    line-height: 0%;
    opacity: 1.0;
	cursor: pointer;
    
    transition: all 0.3s;
}

.pagetop:hover {
    opacity: 0.5;
}

.sticky {
	position: fixed;
    bottom: 10px;
}


.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.sub-footer:before {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    background-image: url("../img/common/footer/border.svg");
    background-repeat: repeat-x;
    background-size: contain;
}

.ftr-top {
    background-color: #FFF;
}

.footer .ftr-top .ftr-wrap {
    padding: 100px 0;
}

ul.ftr-link {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

ul.ftr-link li {
    width: 40%;
    max-width: 450px;
    transition: all 0.3s;
}

ul.ftr-link li:hover {
    opacity: 0.5;
}


.ftr-bot {
    background-color: #FFFCF4;
}

.footer .ftr-wrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.footer .ftr-bot .ftr-wrap {
    padding: 60px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftr-bot .ftr-l {
    width: 30%;
}

.ftr-l .ftr-logo {
    max-width: 350px;
}
.ftr-l .ftr-logo a {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}
.ftr-l .ftr-logo a:hover {
    opacity: 0.5;
}

.ftr-bot .ftr-r {
    width: 60%;
}

.ftr-r h3.ftr-mds {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #EE4023;
    font-size: 200%;
    line-height: 180%;
    font-weight: 700;
}

.ftr-r .con-name {
    width: 100%;
    font-size: 160%;
    font-weight: 600;
}
.ftr-r .con-info {
    line-height: 180%;
}

.ftr-r .shutai {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ftr-r .shutai h4.shutai-mds {
    display: inline-block;
    color: #EE4023;
    font-size: 140%;
    margin-right: 30px;
}

.footer .copyright {
    text-align: center;
    color: #EE4023;
    font-size: 80%;
    
}