@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ----------------------------------------------------------------header*/
header {
    text-align: left;
    height: 75px;
    position: relative;
    width: 100%;
}
@media print, screen and (min-width:768px) {
header {
    height: 125px;
}
}
#header {
    font-size: 0;
    padding-left: 2%;
    width: 100%;
}
h1 {
    text-align: left;
    font-size: 10px;
    padding: 5px 0 0 0;
    color: #a3a3a3;
}
.header_logo {
    display: inline-block;
    margin-top: 9px;
}
@media print, screen and (min-width:768px) {
.header_logo {
    margin-top: 25px;
}
}
.header_logo img {
    width: 170px;
    height: auto;
}
.header_right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}
.header_contact {
    display: inherit;
    padding: 0;
	margin-right: 40px;
	margin-top: 25px;
}
@media print, screen and (min-width:768px) {
.header_contact {
    display: grid;
	margin-right: 0;
	margin-top: 0;
}
}
.header_contact img {
    width: 41px;
    height: 41px;
	margin-right: 10px;
}
@media print, screen and (min-width:768px) {
    h1 {
        text-align: left;
        font-size: 11px;
    }
    .header_logo img {
        width: auto;
        height: auto;
    }
    .header_contact img {
        width: auto;
        height: auto;
		margin-right: 0;
    }
}
#header.fixed {
    width: 100%;
    height: 100px;
    top: 0;
    position: fixed;
    animation: mnavslide linear .2s 1;
    -webkit-animation: mnavslide linear .2s 1;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
    min-width: 1100px;
	display: none;
}
@media print, screen and (min-width:768px) {
#header.fixed {
    display: block;
}
}
#header.fixed h1 {
    display: none;
}
#header.fixed .header_logo {
    margin-top: 30px;
}
#header.fixed .header_logo img {
    width: 330px;
    height: auto;
}
#header.fixed .header_right {
    top: 0;
}
#header.fixed .header_contact img {
    width: 168px;
    height: auto;
}
.fixed #mainnavi {
    padding-top: 0;
    margin-top: 20px;
}
@keyframes mnavslide {
    0% {
        top: -55px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes mnavslide {
    0% {
        top: -55px;
    }
    100% {
        top: 0;
    }
}
/*----------------------------------------------------------mainnavi*/
nav#mainnavi {
    display: block;
    clear: both;
    height: auto;
    margin-right: 20px;
    margin-top: 33px;
}
@media print, screen and (min-width:1280px) {
    nav#mainnavi {
        margin-right: 30px;
    }
}
#mainnavi ul#m_menu {
    margin: auto;
    padding-top: 45px;
    border-radius: 3px;
    height: 45px;
    position: relative;
}
#m_menu li {
    display: none;
    color: #555555;
    font-weight: 500
}
#m_menu li span.nav_en {
    font-size: 9px;
    color: #a3a3a3;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
    padding: 0 0 1px 0;
}
/* マーカー通常時 */
.marker {
    display: inline;
    background-image: linear-gradient(90deg, #fcf69f, #fcf69f); /* マーカーの色を指定 */
    background-repeat: no-repeat;
    background-position: left bottom; /* マーカーの発生位置を左下に設定 */
    background-size: 0 40%; /* マーカーの横幅 / 縦幅 */
    transition: all 0.8s ease; /* マーカーを引く速度 */
    cursor: pointer; /* ホバー時のカーソルをポインターにする */
}
/* マーカーホバー時 */
.marker:hover {
    background-size: 100% 40%; /* マーカーの横幅を100%にする */
}
.active .marker {
    background-size: 100% 40%; /* マーカーの横幅を100%にする */
}
/* マーカーホバー時 */
a .marker:hover {
    background-size: 100% 40%; /* マーカーの横幅を100%にする */
}
span.nav_en {
    background-image: linear-gradient(90deg, #fff, #fff); /* マーカーの色を指定 */
}
#sub_menu01 {
    display: none;
}
#mainnavi ul#m_menu > li:not(#toggle) ul li {
    text-align: center;
    padding: 0;
    margin: 0 0 1px 0;
    background: rgba(54, 54, 54, 1.00);
}
#mainnavi ul#m_menu > li:first-child {
    margin-top: 1px;
}
#mainnavi ul#m_menu > li a {
    color: #555;
}
#mainnavi ul#m_menu > li#toggle {
    text-align: center;
    padding: 10px;
    margin: 0 0 1px 0;
    background: rgba(54, 54, 54, 1.00);
}
@media print, screen and (min-width:768px) {
    #mainnavi ul#m_menu {
        display: block;
        padding: 0 10px;
        font-size: 0;
    }
    #mainnavi ul#m_menu > li {
        display: inline-block !important;
    }
    #mainnavi ul#m_menu li#sub_menu01 ul#sm_lst li {
        display: none;
    }
}
#mainnavi ul#m_menu li#sub_menu01 {
    position: static;
    margin: auto;
}
@media print, screen and (min-width:768px) {
    #mainnavi ul#m_menu li#sub_menu01 {
        position: absolute;
        top: 46px;
        left: 342px;
        background: rgba(255, 255, 255, 0.6);
    }
}
#mainnavi ul#m_menu > li#sub_menu01 ul li {}
#mainnavi ul#m_menu > li#sub_menu01 ul li a {
    display: block;
    margin: 0px auto 1px;
    padding: 10px 5px;
    background: rgba(54, 54, 54, 1.00);
    color: #fff;
    height: 45px;
}
@media print, screen and (min-width:768px) {
    #mainnavi ul#m_menu > li#sub_menu01 ul li a {
        width: 130px;
    }
}
#mainnavi ul#m_menu > li a {
    display: block;
    padding: 10px 15px;
    margin: 0 0 1px 0;
    text-decoration: none;
    color: #555;
    text-align: center;
}
#mainnavi ul#m_menu > li a:hover {}
#mainnavi ul#m_menu li.dropdown {
    color: #fff;
    padding: 10px 5px;
}
#mainnavi ul#m_menu > li.dropdown:after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-bottom: -0.3em;
}
#mainnavi ul#m_menu > li#toggle:hover {
    cursor: pointer;
    background: #5e5e5e;
}
#mainnavi ul#m_menu > li#sub_menu01 > ul li {
    display: block;
    width: auto;
}
#mainnavi ul#m_menu > li#sub_menu01 > ul li a {
    display: block;
    margin: 0px 0px 1px 0px;
    padding: 10px 5px;
    background: rgba(54, 54, 54, 1.00);
    color: #fff; /*border-bottom: 1px #fff solid;*/
}
#mainnavi ul#m_menu > li#sub_menu01 > ul li a:hover {
    background: #5e5e5e;
}
#toggle {
    background: rgba(54, 54, 54, 1.00);
}
#m_menu li ul#sub_menu01 li {}
@media print, screen and (min-width:768px) {
    #mainnavi ul#m_menu > li {
        display: inline-block;
    }
    #mainnavi ul#m_menu > li a {
        padding: 10px 10px;
        margin: 0px 3px 0px 0;
    }
    #mainnavi ul#m_menu > li#sub_menu01 > ul li a {
        border-bottom: 0px #fff solid;
    }
}
@media print, screen and (min-width:1280px) {
    #mainnavi ul#m_menu > li a {
        padding: 10px 20px;
        margin: 0px 3px 0px 0;
    }
}
#mainnavi .container {
    position: relative;
    z-index: 1;
}
/*-------------------------------------------------HamburgerMenu Icon*/
#mainnavi .container .menu_btn {
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 25px;
    width: 41px;
    height: 41px;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    z-index: 999;
    border-radius: 3px;
}
#mainnavi .container .menu_btn:hover {
    cursor: pointer;
}
#mainnavi .container .menu_btn .hambgr {
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 4px;
    background: #fff;
    z-index: 999;
    transition-duration: 0.3s;
}
#mainnavi .container .menu_btn .hambgr:before {
    content: "";
    display: block;
    margin: -10px auto 0;
    width: 35px;
    height: 4px;
    background: #fff;
}
#mainnavi .container .menu_btn .hambgr:after {
    content: "";
    display: block;
    margin: 16px auto 0;
    width: 35px;
    height: 4px;
    background: #fff;
}
#mainnavi .container .menu_btn .hambgr.hbg_close {
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 4px;
    background: #fff;
    z-index: 999;
    transform: rotate(-45deg);
}
#mainnavi .container .menu_btn .hambgr.hbg_close:before {
    content: "";
    display: block;
    margin: -10px auto 0;
    width: 35px;
    height: 0px;
    background: #fff;
}
#mainnavi .container .menu_btn .hambgr.hbg_close:after {
    content: "";
    display: block;
    margin: 16px auto 0;
    width: 35px;
    height: 4px;
    background: #fff;
    transform: rotate(90deg);
    transform-origin: 58% 0;
    transition-duration: 0.3s;
}
@media print, screen and (min-width:768px) {
    #mainnavi .container .menu_btn {
        display: none;
    }
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    height: 200px;
}
@media print, screen and (min-width:768px) {
#pagetitle {
    height: 250px;
}
}
/*------------------------------------------------------------content*/
#content {
    text-align: left;
}
.section {
    clear: both;
    padding: 50px 0;
}
@media print, screen and (min-width:768px) {
    .section {
        padding: 100px 0;
    }
}
/* ----------------------------------------------------------------footer*/
footer {
    color: #fff;
    padding: 50px 0;
    background: #025896;
	font-weight: 300;
}
footer p{
	font-weight:300 !important;
}
footer #f_logo {
    margin-bottom: 15px;
}
footer #footerinfo {
    margin-bottom: 30px;
}
footer #footerinfo .f_info .br768 {
    display: inline;
}
footer #footerinfo .f_info .space_pc {
    display: none;
}
footer #footerinfo .f_info .tel-link a{
 color: #fff;
}
footer .btn_map {
    margin-bottom: 30px;
}
footer .btn_map a:hover {
    opacity: 0.7;
}
footer .service {
    margin-bottom: 30px;
}
footer .f_navi {
    margin-bottom: 50px;
}
footer .f_navi ul li:not(:last-child) {
    margin-bottom: 15px;
}
footer .f_navi ul li a {
    text-decoration: none;
    color: #fff;
}
footer .f_navi ul li a:hover {
    text-decoration: underline;
}
@media print, screen and (min-width:768px) {
    footer {
        padding: 100px 0;
    }
    footer #footerinfo .f_info .br768 {
        display: none;
    }
    footer #footerinfo .f_info .space_pc {
        display: inline;
    }
    footer .f_navi {
        margin-bottom: 70px;
    }
    footer .service {
        margin-bottom: 70px;
    }
    footer .f_navi ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .f_navi ul li:not(:last-child) {
        border-right: 1px solid #fff;
        padding-right: 15px;
        margin-right: 15px;
        margin-bottom: 0;
    }
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
    width: 100%;
    margin: 10px 0 0;
    clear: both;
}
#pankuzu ol {
    list-style: none;
}
#pankuzu ol li {
    float: left;
    font-size: 11px;
    padding: 0 7px 0 10px;
    background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
    font-style: normal;
}
#pankuzu ol li.home {
    padding-left: 0;
    background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
    text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
    text-decoration: underline;
}
/* ----------------------------------------------------------------anchor_point*/
.anchor_point {
    margin-top: -100px;
    padding-top: 100px;
}
/* ----------------------------------------------------------------bg*/
.content_bg01{
 background: #f7f7f7;
}
/* ----------------------------------------------------------------btn*/
.btn01 a{
 position: relative;
 display: block;
 width: 280px;
 text-align: center;
 text-decoration: none;
 color: #fff;
 background: #025896;
 padding: 15px 10px;
 transition: all 0.5s;
}
.btn01 a::after{
 position: absolute;
 top: 50%;
 right: 15px;
 content: "";
 width: 10px;
 height: 10px;
 margin-top: -3px;
 border-top: 3px solid #fff;
 border-left: 3px solid #fff;
 transform: rotate(135deg);
}
.btn01 a:hover{
 opacity: 0.7;
}
/* ----------------------------------------------------------------marker*/
.marker2{
	background:linear-gradient(transparent 60%, #fdfd90 60%);
}
/* ----------------------------------------------------------------rayout*/
.center {
    display: block;
    margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #025896;
}
.sheet_basic tr th, .sheet_basic tr td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    display: block;
}
.sheet_basic tr th {
    color: #fff;
    background: #025896;
}
.sheet_basic tr td {
    border-bottom: 1px solid #025896;
}
.sheet_basic tr:last-child td {
    border-bottom: none;
}
@media print, screen and (min-width:768px) {
    .sheet_basic {
        border: none;
    }
    .sheet_basic tr th, .sheet_basic tr td {
        display: table-cell;
    }
    .sheet_basic tr th {
        width: 25%;
        color: #555;
        background: none;
        border-bottom: 3px solid #025896;
    }
    .sheet_basic tr td {
        width: 75%;
    }
    .sheet_basic tr:last-child td {
        border-bottom: 1px solid #025896;
    }
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
    height: 1px;
    clear: both;
    margin: 20px 0px;
    border-top: 1px solid #D8D8D8;
    border-right: 0 dotted #CCC;
    border-bottom: 0 dotted #CCC;
    border-left: 0 dotted #CCC;
}
.space_10 {
    height: 10px;
    clear: both;
}
.space_20 {
    height: 20px;
    clear: both;
}
.space_30 {
    height: 30px;
    clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
    display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    font-size: 28px;
    color: #025896;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 3px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.title01 span {
    font-size: 16px;
    color: #6b6b6b;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}
.title02 {
    font-size: 18px;
    font-weight: bold;
    color: #6D6D6D;
    margin-bottom: 10px;
    border-bottom: 1px dotted #6D6D6D;
}
.title03 {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
 font-weight: 700;
    color: #025896;
    margin-bottom: 15px;
}
.title03 span {
    font-size: 12px;
}
@media print, screen and (min-width:768px) {
    .title01 {
        font-size: 40px;
        margin-bottom: 50px;
    }
}
/*TextRight*/
.tx_right {
    text-align: right;
}
/*TextLeft*/
.tx_left {
    text-align: left;
}
/*TextCenter*/
.tx_cent {
    text-align: center;
}
/*bold*/
.tx_bold {
    font-style: normal;
    font-weight: bold;
}
/*TextRed*/
.tx_red {
    color: #C33;
}
/*TextBlue*/
.tx_blue {
    color: #0499cc;
}
/*attention*/
.attention {
    font-size: 10px;
    line-height: 130%;
    margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
    float: left;
}
/*FloatRight*/
.float_right {
    float: right;
}
/*ClearBoth*/
.clearboth {
    clear: both;
}
/*phbox*/
.phbox_right {
    text-align: center;
}
.phbox_right img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.phbox_left {
    text-align: center;
}
.phbox_left img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.ov_hidden {
    overflow: hidden;
}
@media print, screen and (min-width:768px) {
    .phbox_right {
        float: right;
        margin-left: 10px;
        margin-bottom: 0px;
    }
    .phbox_left {
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
    margin-top: 5px;
}
.margin_t10 {
    margin-top: 10px;
}
.margin_t20 {
    margin-top: 20px;
}
.margin_t30 {
    margin-top: 30px;
}
.margin_t40 {
    margin-top: 40px;
}
.margin_t50 {
    margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
    margin-bottom: 5px;
}
.margin_b10 {
    margin-bottom: 10px;
}
.margin_b20 {
    margin-bottom: 20px;
}
.margin_b30 {
    margin-bottom: 30px;
}
.margin_b40 {
    margin-bottom: 40px;
}
.margin_b50 {
    margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
    margin-right: 5px;
}
.margin_r10 {
    margin-right: 10px;
}
.margin_r15 {
    margin-right: 15px;
}
.margin_r20 {
    margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
    margin-left: 50px;
}
.margin_l10 {
    margin-left: 10px;
}
.margin_l15 {
    margin-left: 15px;
}
.margin_l20 {
    margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
    margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
    .margin-xs-b10 {
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
/*-------------------------------------------------HamburgerMenu Icon*/
#nav_sp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
#nav_sp li {
    padding: 10px 13px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
@media screen and (min-width:768px) {
    .menu-trigger, .menu-trigger span {
        display: none;
    }
}
.menu-trigger {
    position: fixed;
    /*bottom: 20px;
 right: 20px;*/
    top: 20px;
    right: 0px;
    width: 48px;
    height: 48px;
    z-index: 1002;
}
@media screen and (min-width:768px) {
    .menu-trigger {
        top: 10px;
        right: 20px;
    }
}
@media screen and (min-width:992px) {
    .menu-trigger {
        top: 30px;
        right: 30px;
    }
}
a.menu-trigger:hover {}
.menu-trigger span {
    position: absolute;
    z-index: 9999;
    left: 11px;
    width: 55%;
    height: 3px;
    background-color: #0499cc;
}
.menu-trigger span:nth-of-type(1) {
    top: 14px;
}
.menu-trigger span:nth-of-type(2) {
    top: 23px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 14px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
#overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    box-sizing: border-box;
}
#overlay ul {
    padding-left: 0px;
}
#overlay ul li {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 20px;
}
#overlay ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 110%;
}
#overlay ul li.active a {
    border-bottom: 2px solid #fff;
}
@media screen and (min-width:480px) {
    #overlay ul li a {
        font-size: 120%;
    }
}