@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
header .lang li, header .megaMenuArea .megaMenuLeft dl dt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/******* reset.scss *******/
html {
    font-size: 62.5%;
}

html,
body {
    font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    margin: 0;
    max-width: 100%;
    min-height: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input {
    font-weight: 500;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 180%;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

caption, th {
    text-align: left;
}

td, th {
    vertical-align: top;
}

fieldset, img, abbr {
    border: none;
}

li {
    list-style-type: none;
}

strong {
    font-weight: bold;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #1D6EBF;
}

img {
    vertical-align: bottom;
}

*:focus {
    outline: none;
}

.sp {
    display: none !important;
}

.menuOpen {
    height: 100%;
    overflow: hidden;
}

.wrapper {
    overflow: hidden;
}

/******header******/
.headWrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
    transition: all 0.6s;
}
.headWrap.megaMenuShow, .headWrap.scroll {
    background-color: #fff;
}

header {
    height: 70px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
}
header .headLogo {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 5;
}
header .headLogo a {
    display: block;
    transition: opacity 0.6s;
    text-decoration: none;
}
header .headLogo a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 960px) {
    header .headLogo a:hover {
	opacity: 1;
    }
}
header .spMenuBtn {
    display: none;
}
header .subMenuArea {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 300px;
    position: relative;
}
header .headMenu {
    display: flex;
}
header .headMenu > li {
    margin: 0 40px 0 0;
}
@media screen and (max-width: 1100px) {
    header .headMenu > li {
	margin-right: 20px;
    }
}
header .headMenu > li a.c {
    color: #1D6EBF;
}
header .headMenu > li:last-child {
    margin-right: 0;
}
header .lang {
    position: absolute;
    top: 24px;
    right: 180px;
    display: flex;
}
header .lang li {
    font-size: 80%;
}
header .lang li:last-child:before {
    content: " ｜ ";
}
header .lang li a {
    display: inline-block;
}
header .lang li a.c:after {
    background-color: #18386B;
    content: "";
    height: 1px;
    display: block;
    margin-top: 0px;
    width: 26px;
}
header .headEntryLink {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}
header .headEntryLink a {
    background-color: #19386A;
    color: #fff;
    font-weight: 700;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    transition: all 0.4s;
}
header .headEntryLink a:hover {
    background-color: #1D6EBF;
}
header .megaMenuArea {
    background-color: rgba(255, 255, 255, 0.85);
    display: none;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
}
header .megaMenuArea.show {
    display: flex;
}
header .megaMenuArea .megaMenuLeft {
    background-color: rgba(25, 56, 106, 0.7);
    box-sizing: border-box;
    max-width: 410px;
    padding: 55px 70px;
    width: 30%;
}
@media screen and (max-width: 1370px) {
    header .megaMenuArea .megaMenuLeft {
	padding-left: 50px;
	padding-right: 50px;
	width: 25%;
    }
}
header .megaMenuArea .megaMenuLeft dl {
    margin-bottom: 20px;
}
header .megaMenuArea .megaMenuLeft dl:first-of-type {
    //margin-bottom: 60px;
}
header .megaMenuArea .megaMenuLeft dl dt {
    color: #fff;
    font-size: 126%;
    font-weight: 600;
}
header .megaMenuArea .megaMenuLeft dl dt:after {
    background-color: #1D6EBF;
    content: "";
    height: 2px;
    display: block;
    margin-top: 10px;
    width: 30px;
}
header .megaMenuArea .megaMenuLeft dl dd {
    margin-top: 20px;
}
header .megaMenuArea .megaMenuLeft dl dd a {
    color: #fff;
}
header .megaMenuArea .megaMenuLeft dl dd a:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 6px;
    width: 53px;
    background-image: url("../img/common/icon03.png");
    display: none;
    margin-left: 30px;
    vertical-align: middle;
}
header .megaMenuArea .megaMenuLeft dl dd a.c {
    color: #19386A;
}
header .megaMenuArea .megaMenuLeft dl dd a.c:after {
    display: inline-block;
}
header .megaMenuArea .megaMenuLeft .tempBtn {
    width: 100%;
}
header .megaMenuArea .megaMenuRight {
    box-sizing: border-box;
    display: flex;
    padding: 50px;
    width: 70%;
}
header .megaMenuArea .megaMenuRight .megaMenu {
    display: none;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
header .megaMenuArea .megaMenuRight .megaMenu::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
header .megaMenuArea .megaMenuRight .megaMenu.c {
    display: block;
}
header .megaMenuArea .megaMenuRight .searchLink {
    width: 100%;
    
}

header .megaMenuArea .megaMenuRight .searchLink li {
    max-width: 295px;
    width: 25%;
}

header .megaMenuArea .megaMenuRight .searchLink li a span {
    font-size: 80%;
}
@media screen and (max-width: 1370px) {
    header .megaMenuArea .megaMenuRight {
	width: 75%;
    /*height: 100vh;
    overflow-y: scroll;*/
    }
    header .megaMenuArea .megaMenuRight .searchLink li {
	/*width: 33.333%;*/
    }
}

.searchLink {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.searchLink li {
    width: 25%;
}
.searchLink li a {
    display: block;
    position: relative;
}
.searchLink li a img {
    transition: all 0.4s;
    width: 100%;
}
.searchLink li a span {
    background: rgba(25, 56, 106, 0.9);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    transition: all 0.4s;
}
.searchLink li a span:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 5px;
    width: 18px;
    background-image: url("../img/common/icon02.png");
}
.searchLink li a:hover img {
    opacity: 0.7;
}
.searchLink li a:hover span {
    background: rgba(29, 110, 191, 0.9);
}

/******footer******/
footer {
    background-color: #F4F4F4;
    text-align: left;
}
footer .footCont {
    display: flex;
    padding: 60px 40px;
}
footer .footCont .footLogo {
    margin-right: 220px;
}
footer .footCont .footLogo img {
    transition: opacity 0.6s;
    text-decoration: none;
    width: 248px;
}
footer .footCont .footLogo img:hover {
    opacity: 0.7;
}
@media screen and (max-width: 960px) {
    footer .footCont .footLogo img:hover {
	opacity: 1;
    }
}
@media screen and (max-width: 1200px) {
    footer .footCont .footLogo {
	margin-right: 10vw;
    }
}
@media screen and (max-width: 1000px) {
    footer .footCont .footLogo {
	margin-right: 5vw;
    }
    footer .footCont .footLogo img {
	width: 200px;
    }
}
footer .footCont .footMenuArea {
    display: flex;
    max-width: 770px;
    width: 70%;
}
footer .footCont .footMenuArea > dl {
    margin-right: 30px;
    width: 20%;
}
@media screen and (max-width: 1100px) {
    footer .footCont .footMenuArea > dl {
	margin-right: 20px;
    }
}
footer .footCont .footMenuArea > dl dt {
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
}
footer .footCont .footMenuArea > dl dt:after {
    background-color: #19386A;
    content: "";
    height: 1px;
    display: block;
    margin-top: 15px;
    width: 30px;
}
footer .footCont .footMenuArea > dl dt a {
    color: #000;
    transition: opacity 0.6s;
    text-decoration: none;
}
footer .footCont .footMenuArea > dl dt a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 960px) {
    footer .footCont .footMenuArea > dl dt a:hover {
	opacity: 1;
    }
}
footer .footCont .footMenuArea > dl .footMenuTop {
    display: none;
}
footer .footCont .footMenuArea > dl:first-of-type {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 55%;
}
footer .footCont .footMenuArea > dl:first-of-type > dd {
    margin-right: 30px;
    width: 40%;
}
@media screen and (max-width: 1100px) {
    footer .footCont .footMenuArea > dl:first-of-type > dd {
	margin-right: 20px;
	width: 43%;
    }
}
footer .footCont .footMenuArea > dl:first-of-type p {
    line-height: 140%;
    margin-top: -10px;
    margin-bottom: 20px;
}
footer .footCont .footMenuArea > dl:first-of-type p a {
    color: #6B727C;
}
footer .footCont .footMenuArea > dl:first-of-type ul {
    max-width: 130px;
}
footer .footCont .footMenuArea > ul {
    width: 23%;
}
footer .footCont .footMenuArea ul li {
    margin-bottom: 15px;
    line-height: 140%;
}
footer .footCont .footMenuArea ul li a {
    color: #19386A;
    font-size: 86%;
    transition: opacity 0.6s;
    text-decoration: none;
}
footer .footCont .footMenuArea ul li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 960px) {
    footer .footCont .footMenuArea ul li a:hover {
	opacity: 1;
    }
}
footer .footCont .footMenuArea ul li a[target="_blank"]:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 9px;
    width: 12px;
    background-image: url("../img/common/icon01.png");
    display: inline-block;
    margin-left: 10px;
}
footer .copyArea {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}
footer .copyArea .corporateLink {
    font-size: 86%;
}
footer .copyArea .corporateLink a {
    color: #6B727C;
}
footer .copyArea .copy {
    color: #6B727C;
    font-size: 73%;
}

/******main******/
.pageTop {
    background-color: #19386A;
    cursor: pointer;
    display: block;
    margin-top: 100px;
    padding: 24px 0;
    text-align: center;
    transition: all 0.4s;
}
.pageTop span {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 10px;
    width: 17px;
    background-image: url("../img/common/pageTop.png");
    margin: 0 auto;
}
.pageTop:hover {
    background-color: #1D6EBF;
}

hr.ft_business{
    border-top: 1px solid #8c8b8b;
    max-width: 180px ;
}


main {
    display: block;
    text-align: left;
}

.alCenter {
    text-align: center;
}

.alRight {
    text-align: right;
}

.pt0 {
    padding-top: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb80 {
    margin-bottom: 75px !important;
}

.mb100 {
    margin-bottom: 95px !important;
}

.mb120 {
    margin-bottom: 115px !important;
}

.mb140 {
    margin-bottom: 135px !important;
}

.mb160 {
    margin-bottom: 155px !important;
}

/*add check last*/
header .megaMenuArea .megaMenuRight #megaMenu01 .searchLink li:last-child{
	display: none;
}
.businessLink li:last-child{
	display: none;
}
#search01 .searchLink li:last-child{
	display: none;
}
