@charset "utf-8";

/******************************************
各ページ共通のスタイルを定義
*******************************************/

/* ----------------------------------------

再定義

---------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

html {
	overflow-y: scroll;
}
body {
	line-height: 1.67;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",'Noto Sans JP', Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #333;
	word-break: break-word;
    font-feature-settings: 'palt' 1;
}
body.fixed{
    overflow: hidden;
    height: 100vh;
    max-height:100vh!important;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	color: #333;
	outline: none;
    transition: .4s ease-out;
}
a:hover,
a:visited:hover {
	text-decoration: none;
    opacity: .6;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {/* for win7 ie11 */
	width: 100%;
	height: auto;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
.pointerEventNone {
    pointer-events: none !important;
}
header .headerInner .closeBtn a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #fff;
}
.barlow{
    font-family: 'Barlow', sans-serif!important;
}
table {
	table-layout: fixed;
}
input,select,textarea {
	max-width: 100%;
}
input[type="button"],select{cursor: pointer;outline: none;}
:focus::-webkit-input-placeholder {color: transparent;}/* Webkit */
:focus:-moz-placeholder {color: transparent;}/* Firefox 18 以前 */
:focus::-moz-placeholder {color: transparent;}/* Firefox 19 以降 */
::-webkit-input-placeholder {color: #888; opacity: 1;}
:-moz-placeholder {color: #888; opacity: 1;}
::-moz-placeholder {color: #888; opacity: 1;}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: button;
	appearance: button;
}
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],textarea {
	-webkit-appearance: none; 
	border-radius: 0;
	outline: none;
}
select {
	outline: none;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
}
body ::-webkit-scrollbar { width: 12px;}
body ::-webkit-scrollbar-track { background: #f1f1f1;}
body ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb:window-inactive { background: #bcbcbc;}
@media screen and (max-width:767px){
	body ::-webkit-scrollbar { width: 8px;}
}

@media all and (min-width:768px){
	a[href^="tel:"] {
		cursor: default;
		text-decoration: none;
		pointer-events: none;
	}
}
@media screen and (max-width:767px){
	body {
		line-height: 1.464;
	}
	input,select,textarea {
		font-size: 16px;
	}
}



/* ----------------------------------------

container

---------------------------------------- */

#container {
	margin: 0 auto;
	font-size: 107.7%; /* fontsize 14px */
    position: relative;
    overflow-x: hidden;
}
#container.navActive {

}
#container:after {
    content: "";
    position: absolute;
    z-index: 100;
    display: block;
    background: rgba(255,255,255,.7);
    top: 0;
    left: 0;
    transition: .4s ease-out;
}
#container.navActive:after {
    width: 100vw;
    height: 100vh;
    min-height: 100%;
}


@media screen and (max-width:767px){

}

@media screen and (max-width:767px){
	#container {
		min-width: inherit;
        width: 100%;
        overflow: hidden;
	}
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
    padding-right: 50px;
    padding-left: 150px;
}


@media screen and (max-width:1460px){    
    footer .inner {
        padding: 40px 20px 40px 120px;
    }
}

@media screen and (max-width:1260px){
        .inner {
            width: 100%;
            box-sizing: border-box;
    }
}


.lowerPage{
    color: #0f234a;    
}

@media screen and (max-width:767px){
    .lowerPage .inner {
        padding-left: 4%;
        padding-right: 4%;
        padding-left: 20px;
padding-right: 20px;
    }
    .lowerPage.business .inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/*
**
子要素のフォントサイズ指定は以下を参照
http://bueltge.de/test/emchart.html
例)
基準フォントサイズが13pxで、
特定の要素を12pxにしたい時は92.4%と指定
**
*/

/* ----------------------------------------

header

---------------------------------------- */
header {
    position: fixed;
    height: auto;
    width: 74.8%;
    top: 0;
    z-index: 200;
    max-width: 400px;
    background: transparent linear-gradient(180deg, #27517B 0%, #3269A0 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    height: 100%;
    transition: .4s ease-out;
    left: -299px;
    /*overflow: hidden;*/
}
@media all and (max-width:1024px){
    header {
        background: none;
        width: 100%;
        max-width: 100%;
        left: 0;
        height: 100px;
    }
}
header.active {
    left: 0;
    overflow-x: scroll;
}
@media all and (max-width:1024px){
    header {
        height:100%;
        background: transparent linear-gradient(180deg, #27517B 0%, #3269A0 100%) 0% 0% no-repeat padding-box;
    }
    header.active {
        height:100%;
        overflow-x: visible;

    }
    /*
    header:after {
        position: absolute;
        top: 0;
        content: "";
        width: calc(100% - 70px);
        height: 100%;
        min-height: 100vh;
        left: -100%;
        transition: .4s ease-out;
    }
    header.active:after {
        left: 0;
    }
    */
}
@keyframes slide_left {
    10%{
        height:100%;
    }
	80% {
    }
	100% {
        height:100%;
    }
}

@keyframes slide_left_sp {
    10%{
        height:100%;
        width: 100%;
    }
	50% {
        left:-100%;
        width: calc(100% - 75px);
    }
	100% {
        height:100%;
        left: 0;
    }
}
@keyframes slide_left_sp2 {
    10%{
        left:-100%;
    }
    20%{
        left:-20px;
    }
	50% {

      }
	100% {
        left: 0;
    }
}


header .headerInner {
    padding: 36px 38px;
    position: relative;
}
@media all and (max-width:1024px){
    header .headerInner {
        padding: 0;
        height: 100%;
    }
}
header .headerInner .hamburgerWrap .barlow span{
    letter-spacing: .18rem;
}
header .headerInner .closeBtn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    max-width: 160px;
    letter-spacing: .17rem;
    line-height: 1;
    transition: .4s ease-out;
}
header .headerInner .closeBtn:hover {
    opacity: .6;
    transition: .3s!important;
}
header .headerInner .closeBtn img{
    width: 32.6px;
    position: relative;
    margin-right: 9px;
    transition: .2s!important;
    position: relative;
    display: block;
    left: 0;
}
header .headerInner .closeBtn:hover img{
    left: -3px;
    transition: .3s!important;
}
header .headerInner .headerCoSiteID {
    margin: 265px auto 0;
    width: 80%;
    max-width: 224px;
}

@media all and (max-width:1024px){
    header .headerInner .headerCoSiteID {
        margin: 196px auto 0;
        width: 100%;
        max-width: 100%;
        padding-right: 10px;
    }
}

header .headerInner a[href=""] {
    pointer-events: auto !important;
}
header a {
    text-decoration: none;
}
header .siteID{
    position: relative;
    z-index: 19999;
    top: 25px;
    margin-left: 25px;
    max-width: 480px;
    display: flex;
    align-items: center;
}
header .siteID .shigaLogo{
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -7px;
}
header .nav01{
    height: 100%;
}
header ul.nav01 {
    width: 80%;
    max-width: 224px;
    height: 100%;
    padding-right: 0;
    margin: 35px auto 0;
}
@media all and (max-width:1024px){
    header ul.nav01 {
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding-right: 10px;
        margin: 35px auto 0;
    }
}
header .nav01 li a {
    color: #fff;
    padding: 1.5px 0;
    line-height: 2.533;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0 0 20px 20px;
    font-size: 107.145%;
    font-weight: normal;
    letter-spacing: .13rem;
    }
header .nav01 li.type02 a {
    margin-left: 1rem;
}
header .nav01 li.type02 .nav_inner_list.ml15 a {
    margin-left: 1.5rem;
}
header .nav01 li.type02 > a {
    border-bottom: 1px solid #fff;
    border-radius: 0;
    display: inline-flex;
}
header .nav01 .nav_inner_list {
    margin-top: 6px;
}
header .nav01 li.bg_color1 a{
        background:#103b4c;
        width: 176px;
    }
header .nav01 li.bg_color2 a{
        background:#0068d1;
        width: 188px;
    }


header .nav01 li.type02 a {
    font-size: 94%;
}

header ul.nav01  .disable a {
    position: relative;
}
header ul.nav01  .disable a::before {
    content: 'coming soon';
    color: #fff;
    position: absolute;
    z-index: 10;
    font-size: 116%;
    font-weight: normal;
    width: 100%;
    text-align: center;
    top: -1px;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header ul.nav01  .disable a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(16,59,76,.7);
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    border-radius: 0 0 20px 20px;
}

header .sec_hamburger {
    position: fixed;
    left: 0;
    
}

header .headerInner .hamburgerWrap {
    right:18px;
    position: absolute;
    top: 22px;
    /*transition:.4s;*/
    cursor: pointer;
    width: 46px;
    text-align: center;
    padding: 5px 10px;
    box-sizing: content-box;
}
header.active .headerInner .hamburgerWrap {
    right: 36px;
    right: 0;
}
/*
header .headerInner .hamburgerWrap:hover {
    opacity: .6;
}
*/
header.active .headerInner .hamburgerWrap .barlow{
    display: none;
    transition:.4s;
}

header .headerContents {
    position: relative;
    left: -60px;
    transition: .4s ease-out;
    transition-delay: .15s;
    opacity: 0;
}
header.active .headerContents {
    opacity: 1;
    z-index: 1;
    left: 0px;
    /*overflow: scroll;*/
}

@media all and (max-width:1024px){
    header .headerContents {
        left: -100%;
        width: calc(100% - 100px);
        max-width: 386px;
        height: 100%;
        padding: 36px 38px;
        transition-delay: 0s;
        opacity: 1;
        min-height: 100%;
    }
    header.active .headerContents{
        transition: .3s ease-out;        
        left: 0%;
        overflow-x: hidden;
    }
}
@keyframes slide_left2 {
10%{
    height:100%;
}
20% {
    left: -100%;
}
90%{
    left: -20px;
}
100% {
    left:0;
    height:100%;
}
}

@media all and (max-width:767px){
    header.active .headerInner .hamburgerWrap {
        position: fixed;
    }
}

header.active {
    left: 0;
    min-height: calc(100vh + 30px);
}

header .lineTop {
    top: 0;
    left: 0;
}
header .lineTop {
    top: calc(50% - 1px);
    left: 0;
}
header .lineBottom {
    bottom: 0;
    left: 0;
}
header .hamburgerMenuActive > .lineMiddle {
    width: 0;
    height: 0;
    left: 0;
    transition: 0;
}
header .hamburgerMenuActive > .lineTop {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
header .hamburgerMenuActive > .lineBottom {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}

header .bgOpen .nav02 .siteLogo a span{
    transition: .4s ease-out;
    width: auto;
    opacity: 1;
    transition-delay:.25s;
    
}
header .hamburgerWrap {
    transition: .4s ease-out;
    z-index: 20001;
    position: relative;
}
header .hamburgerMenu {
    top: 0; 
    right:0;
    position: relative;
    margin: 0;
    cursor: pointer;
    width: 46px;
    height: 33px;
    z-index: 20000;
    margin: 0;
    /*
    transition: .4s ease-out;
    */
    display: block;
}
header.active .hamburgerMenu {
    width: 33px;
}
header .lineTop {
    top: calc(50% - 5px);
    left: 0;
}
header .hamburgerMenuLine {
    position: absolute;
    /*transition: .5s;*/
    display: block;
    width: 77%;
    height: 1px;
    background-color: #fff;
    transition: .3s ease-out;
}
@media all and (max-width:1024px){
    header .hamburgerMenuLine {
        background-color: #101010;
    }
    header .headerInner .hamburgerWrap .barlow {
        color:#0F234A;
    }
    header.active .headerInner .hamburgerWrap .barlow {
        display: block;
    }
    header.active .headerInner .hamburgerWrap {
        right: 28px;
    }
}
header .hamburgerWrap:hover .hamburgerMenuLine {
    width: 77%;
}
header .lineBottom {
    bottom: calc(40% - 4.5px);
    left: 0;
    width: 77%;
}
header .hamburgerMenu .lineTop {
    right: 0;
    left: 0;
    margin: 0 auto;
}
header .hamburgerMenu .lineMiddle {
    right: 0;
}
header .hamburgerWrap:hover .hamburgerMenuLine {
    width: 77%;
    /*transition: .2s ease-out;*/
}
/*
header .hamburgerWrap:hover .lineTop {
    width: 60%;
}
*/

header .hamburgerWrap:hover .hamburgerMenu:not(.hamburgerMenuActive) .lineTop {
    opacity: 1;
    /*
    right: 5px;
    transform: translate(-2px,6.5px) rotate(45deg);
    width: 15px;
    */
}

header .hamburgerWrap:hover .hamburgerMenu:not(.hamburgerMenuActive) .lineMiddle {
    opacity: 1;

    /*
    right: 5px;
    transform: translate(-2px,6.5px) rotate(45deg);
    width: 15px;
    */
}
header .hamburgerWrap:hover .hamburgerMenu:not(.hamburgerMenuActive) .lineBottom {
    opacity: 1;
    /*
    left: 5px;
    transform: translate(19px,-7px) rotate(-45deg);
    width: 15px;
    */
}


header .hamburgerWrap:hover .hamburgerMenu:not(.hamburgerMenuActive) .lineMiddle {
	animation: btn-nav1 .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
header .hamburgerWrap:hover .hamburgerMenu:not(.hamburgerMenuActive) .lineTop {
	animation: btn-nav2 .35s cubic-bezier(0.645, 0.045, 0.355, 1) .05s forwards;
}
header .hamburgerWrap:hover .hamburgerMenu:not(.hamburgerMenuActive) .lineBottom {
	animation: btn-nav3 .4s cubic-bezier(0.77, 0, 0.175, 1) .1s forwards;
}
@keyframes btn-nav1 {
	0% { width: 35.4px; left: 11px; right:static; transform-origin: right center; opacity: 1; }
	50% { width: 0; left: 11px; right: static; transform-origin: right center; opacity: 0; }
	100% { width: 35.4px; left: static; right: static; transform-origin: left center; opacity: 1; }
}
@keyframes btn-nav2 {
	0% { width: 35.4px; left: static; right: static; transform-origin: right center; opacity: 1; }
	50% { width: 0; left: static; right: static; transform-origin: right center; opacity: 0; }
	100% { width: 35.4px; left: static; right: inherit; transform-origin: left center; opacity: 1; }
}
@keyframes btn-nav3 {
	0% { width: 35.4px; left: static; right: 9px; transform-origin: right center; opacity: 1; }
	50% { width: 0; left: static; right: 9px; transform-origin: right center; opacity: 0; }
	100% { width: 35.4px; left: static; right: inherit; transform-origin: left center; opacity: 1; }
}



header .hamburgerMenu.hamburgerMenuActive .lineTop, 
header .hamburgerMenu.hamburgerMenuActive .lineBottom {
    width: 100%;
}
header .hamburgerWrap:hover .hamburgerMenu.hamburgerMenuActive .lineMiddle {
    right: 0;
}
header .hamburgerWrap:hover .hamburgerMenu.hamburgerMenuActive .lineBottom {
    left: 0;
}
header .nav03 {
    display: none;
}
@media all and (max-width:1024px){
    header .hamburgerMenuLine {
        background-color: #101010;
    }
    header .hamburgerMenu {
        margin: 0 auto;
        left: 0;
    }
}
@media all and (max-width:767px){
    header.active .headerInner .hamburgerWrap {
        right: 3%;
    }
    header .headerContents {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        padding: 26px 15px 150px 38px;
        max-width: 386px;
    }
    header .headerInner .closeBtn {
        width: 100%;
        max-width: 100%;
    }
    header .headerInner .headerCoSiteID {
        padding-right: 20px;
        margin: 115px auto 0;
    }
}
@media screen and (max-width:1120px){
    header .siteID {
        max-width: 380px;
    }
}
@media screen and (max-width:1080px){
    header.is_scroll ul.nav02 a {
        font-size: 100%;
    }
}

@media screen and (max-width:1400px){

}
@media screen and (max-width:1024px){
    header {
        align-items: center;
        overflow: visible;
        left: -100%;
    }
    header .headerInner .hamburgerWrap {
        position: fixed;
    }
    header .hamburgerMenu.hamburgerMenuActive + .globalNav {
        width: 100%;;
    }
    header .hamburgerMenu.hamburgerMenuActive + .globalNav .siteID {
        display: block;
        position: absolute;
    }
    header .hamburgerMenu.hamburgerMenuActive + .globalNav ul.nav01 .disable a::after {
        border-radius: 30px;
    }
    header.active {
        width: 100%;
        width: calc(100% - 70px);
        min-height: 100vh;
    }
    header .siteID {
        max-width: 380px;
    }
    header .siteID {
        margin-left: 20px;
        top: 20px;
        margin-left: 10px;
        top: 10px;
    }
    header ul li {
        display: block;
        font-size: 108%;
        width: 100%;
        text-align: left;
        margin: 0;
        vertical-align: top;
    }
    header ul.nav02 li,
    header ul.nav03 li {
        border-bottom: solid 1px #ddd;
    }
    header ul li a {
        padding: 14px 0;
    }   

}
@media screen and (max-width:767px){
    header {
        /*max-height: 100px;*/
    }
    header.active .headerInner {	
        position: relative;	
        height: 100%;
    }
    header ul.nav01 {
        padding-right: 0;
    }
    header .headerInner .hamburgerWrap {
        margin: 0;
        cursor: pointer;
        width: 30px;
        width: 45.5px;
        height: auto;
        z-index: 20000;
        margin: 0 auto;
        top: 3px;
        right: 30px;
        right: 20px;
        top: 30px;
        padding: 0;
        box-sizing: content-box;
        width: 46.5px;
    }
    header .lineBottom {
        bottom: auto;
        left: 0;
        top: 23px;
    }
    header .siteID {
        margin-left: 5px;
        top: 5px;
        width: calc(100% - 90px);
        max-width: 320px;
    }
    header .lineTop {
        top: 11px;
    }
    header .headerInner .hamburgerWrap .barlow {
        line-height: 1;
        font-size: 100%;
        margin-top: 15px;
    }
    header .nav01 li a {
        font-size: 99.5%;
    }
    header .nav01 li.type02 a {
        font-size: 79.8%;
    }
    header ul.nav01 {
        margin: 25px auto 0;
    }
    header .hamburgerMenuLine {
        width: 34px;
    }
    .bredClumb li {
        font-size: 100%;
        padding: 2.5px 0;
    }
}




/* noscript
------------------------------- */
#noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #ccc;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* ----------------------------------------

content

---------------------------------------- */

#content #page_mv {
    width: calc(100% + 50px);
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center!important;
    position: relative;
}
@media screen and (max-height:1000px){
    #content #page_mv {
        height: 500px;
    }
}
@media screen and (max-width:1240px){
    #content #page_mv{
        padding: 22% 0;
        height: 0;
    }
}
@media screen and (max-width:1024px){
    #content #page_mv {
        width: 100%;
    }
}
@media screen and (max-width:767px){
    #content #page_mv {
        padding: 180px 0;
        height: 0;
    }
}
#content #page_mv .inner{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding-right: 0;
}
@media screen and (max-width:767px){
    #content #page_mv .inner {
        padding-bottom: 0;
        padding-left:3%;
        padding-right: 3%;
    }
}
#content #page_mv .siteLogo{
    position: absolute;
    width: 180px;
    height: 40px;
    right: 80px;
    top: 30px;
}
@media screen and (max-width:1024px){
    #content #page_mv .siteLogo {
        width: 164px;
        height: 36px;
        right: auto;
        top: 30px;
        left: 22px;
    }
}

.pageTitle {
    font-size: 500%;
    font-weight: bold;
    border-bottom: 3px solid #0f234a;
    color: #0f234a;
    letter-spacing: 1.3rem;
    text-align: center;
    padding: 0 5px 10px 20px;
    margin-left: -50px;
}
.pageTitle.fontColor02 {
    color: #27517B;
    border-bottom: 3px solid #27517B;
}
.pageTitle.fontColor03 {
    color: #4A480F;
    border-bottom: 3px solid #4A480F;
}
@media screen and (max-width:1240px){
    .pageTitle {
        font-size: 420%;
    }
}
.lowerPage .read{
    text-align: center;
    letter-spacing: .2rem;
    line-height: 1.556;
    font-size: 321.4055%;
    color: #0f234a;
    letter-spacing: -.04rem;
}
@media screen and (max-width:1240px){
    .lowerPage .read{
        text-align: center;
        font-size: 280%;
    }
}
@media screen and (max-width:1024px){
    .lowerPage .read{
        font-size: 260%;
    } 
    #content #page_mv .siteLogo {
        top: 30px;
        left: 3%;
        width: 185px;
    }
    #content #page_mv .siteLogo img{
        width: 94%;
    }
}
@media screen and (max-width:767px){
    .pageTitle {
        font-size: 8vw;
        letter-spacing: .65rem;
        padding-left: 13px;
        margin-left: 0;
    }   
    .lowerPage #content .read {
        font-size: 130%;
        margin-top: 35px;
        text-align: left;
        text-align: justify;
    }
}
.flex {
    display: flex;
    flex-wrap: wrap;
}

/* ----------------------------------------

content - main

---------------------------------------- */
.lowerPage section{
    margin: 0 auto;
}
.bgColor01{
    background: #ededed;
}
.bgColor02{
    background: #BEB29C;
}
.bgColor03{
    background: #776D59;
}
.bredClumb {
    background: #ededed;
    width: calc(100% + 50px);
    margin-left: -50px;
}
.bredClumb ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0px 25px 50px;
}
.bredClumb li{
    font-size: 214.2705%;
    color: #0f234a;
    line-height: 1;
    position: relative;
}
.bredClumb li a{
    color: #0f234a;
}
.bredClumb li:nth-of-type(n+2){
    padding-left: 90px;
}
.bredClumb li:nth-of-type(n+2):before {
    content: "＞";
    position: absolute;
    left: 28px;
}
.bredClumb li:last-of-type{
    font-weight: bold;
}
@media screen and (max-width:1240px){
    .bredClumb li{
        font-size: 185%;
    }
}
@media screen and (max-width:1024px){
    .bredClumb .inner{
        padding-bottom: 0;
    }
    .bredClumb li {
        font-size: 140%;
    }
    .bredClumb li:nth-of-type(n+2) {
        padding-left: 45px;
    }
    .bredClumb li:nth-of-type(n+2)::before {
        left: 14px;
    }
}
@media screen and (max-width:767px){
    .bredClumb {
        width: 100%;
        margin-left: 0;
    }
    .bredClumb ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0px 10px 0;
        flex-wrap: wrap;
justify-content: flex-start;
    }
    .bredClumb li {
        font-size: 100%;
    }
    .bredClumb li:nth-of-type(n+2) {
        padding-left: 25px;
    }
    .bredClumb li:nth-of-type(n+2)::before {
        left: 8px;
    }
}


section .inner {
    padding-top: 74px;
    padding-bottom: 88px;
}
section .inner .innneTitle {
    font-size: 243%;
    line-height: 40px;
    color: #0f234a;
    text-align: center;
    font-feature-settings: "palt";
}
@media screen and (max-width:1240px){
    section .inner {
        padding-top: 50px;
        padding-bottom: 65px;
    }
    section .inner .innneTitle {
        font-size: 200%;
    }
}
/* ----------------------------------------

footer

---------------------------------------- */



footer {
	position: relative;
    background: #ebf1fa;
    padding-left: 150px;
    padding-right: 50px;
}
footer .inner {
    padding: 100px 0;
    max-width: 1200px;
}
.footer_inner_left_logo {
    width: 100%;
    max-width: 306px;
}
footer .footer_inner_list {
    padding-bottom: 35px;
    border-bottom: 1px solid #fff;
}
footer .footer_inner_list ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
footer .footer_inner_list ul a {
    text-decoration: none;
    margin-right: 40px;
    font-size: 107%;
}
footer .footer_inner_list ul a.txt-color_2{
    color:#676769;
    font-weight: normal;
}
footer .footer_inner_left_logo {
    margin-top: 40px;
}
footer .address {
    margin-top: 40px;
    color: #666664;
}
footer .address p {
    margin-top: 10px;
}


.copyright{
    margin-top: 15px;
    color: #0F234A !important;
    font-size: 114.28%;
    text-align: center;
    font-feature-settings: "palt";
}
.footer_site_name_text {
    margin-top: 25px;
    color:#0F234A!important;
    font-size: 128%;
}
footer  li {
    margin-top: 13px;
}
footer  li a {
    color:#0F234A!important;
    line-height: 1;
}
footer .type01{
    font-weight: bold;
    font-size: 158.5%;
    font-weight: bold;
}
footer .type02{
    font-size: 130%;
}
.footer_list_01 {
    margin-left: 115px;
}
.footer_list_02 {
    margin-left: 60px;
}
.footer_list_03 {
    margin-left: 60px;
}

@media screen and (max-width:1400px){
footer .type01 {
font-weight: bold;
font-size: 130%;
font-weight: bold;
}
footer .type02 {
font-size: 107%;
}
.copyright {
font-size: 86%;
}
footer .inner {
justify-content: space-between;
}
.footer_site_name_text {
    font-size: 108%;
}

}


@media screen and (max-width:1240px){
    footer .type01 {
        font-size: 115%;
    }
    footer .type02 {
        font-size: 100%;
    }
    .footer_list_01 {
        margin-left: 0px;
    }
    .footer_list_02 {
        margin-left: 0px;
    }
    .footer_list_03 {
        margin-left: 0px;
    }

}

@media screen and (max-width:1024px){
footer {
    position: relative;
    padding: 20px 3% 0;
    margin-top: 40px;
}
.lowerPage + footer{
    margin-top: 0;
}
footer .footer_inner_list ul a {
margin-right: 30px;
font-size: 100%;
padding-bottom: 10px;
display: block;
}
footer .footer_inner_list {
padding-bottom: 20px;
}
footer .footer_inner_left_logo {
margin-top: 30px;
}
footer .address {
margin-top: 25px;
}
footer .inner {
    padding:50px 0;
}
.footer_site_name_text {
    font-size: 100%;
    margin-top: 20px;
}
.footer_site_name_text br {
    display: none;
}
footer .site_name {
    width: 30%;
    margin-right: 2%;
}
.copyright {
    font-size: 76%;
}

}

@media screen and (max-width:767px){
    #sec_before_footer ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    #sec_before_footer ul li:last-of-type {
        margin-bottom: 0px;
    }
    .copyright {
        padding: 0px 0px;
        line-height: 1.7;
    }
    footer .inner {
        padding: 20px 0;
    }
    .footer_list_01,
    .footer_list_02,
    .footer_list_03 {
        display: none;
    }
    footer .site_name {
        text-align: center;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .footer_site_name_text br {
        display: block;
    }
    #footer_site_name_logo {
        width: 75%;
        margin: 0 auto;
        max-width: 300px;
    }
}


    
/* pagetop
------------------------------- */

/*
#pagetop {
	z-index: 100;
	position: absolute;
	right: 10px;
}
#pagetop a {
	display: block;
	position: relative;
	width: 50px; 
	height: 50px;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	border-radius: 100%;
}
#pagetop span { display: none; }
#pagetop .fa {
	position: absolute;
	font-size: 110%;
	left: 50%;
	top: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
}
@media screen and (max-width:767px){
	#pagetop a {
		width: 40px; 
		height: 40px;
	}
	#pagetop .fa {
		font-size: 85.7%;
	}
}
*/

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.xxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.xxx {
	*zoom: 1;
}



.scroll {
    letter-spacing: .2rem;
    margin-top: 30px;
    position: relative;
}
.scroll:after {
    content: "";
    height: 100px;
    width: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 35px;
    top: 50px;
    -webkit-animation: flickerAnimation 4s infinite ease-out;
    animation: flickerAnimation 4s infinite ease-out;
}
@keyframes flickerAnimation { /* flame pulses */
    0%   { height: 0; opacity:0; }
    30%   { height:100px; opacity:1; }
    40%  { height: 100px; opacity:0; }
    50%   { height: 0; opacity:0; }
    80%   { height:100px; opacity:1; }
    90%  { height: 100px; opacity:0; }
    100%   { height: 0; opacity:0; }
}

.sp {
    display: none;
}
.sec_bgcolor1 {
    background: #f8fdff;
    padding-top: 145px;
}
@media screen and (max-width:1024px){

    .inner {
        padding: 0 3% 50px;
    }
}

@media screen and (max-width:767px){

    .sp {
        display: block;
    }  
    section .inner {
        padding-bottom: 30px;
    }  

}

a[href=""] {
    pointer-events: none!important;
    text-decoration: none!important;
}



/* IE11に指定するスタイルを記入 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bredClumb ul {
        padding-bottom: 14px;
    }
  }


  @media screen and (max-width: 767px) {
    _:-ms-input-placeholder, :root .bredClumb ul {
padding-top: 20px;
    }
}