@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
}


/*--- body ---*/
body {
    font-family: "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 18px;
    line-height:1.7;
    color:#1f2c68;
    height: 100%;
}
@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}


/*--- reset ---*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul {
	list-style: none;
}
ul,li,dl,dt,dd {
	margin:0;
	padding:0;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
img {
    image-rendering: -webkit-optimize-contrast;
}


/* スマホのみ表示 */
.viewSP {
	display: none;
}
.viewPC {
	display: block;
}
@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 768px) {
	/* スマホのみ表示 */
	.viewSP {
		display: block;
	}
	.viewPC {
		display: none;
	}
}


/*--- header ---*/
#wrapper {
}
#header {
    max-width: 1200px;
    margin: 0 auto;
}
#header h1 {
}
.mainVisual  {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #0070c0;
}
.mainVisual img {
    display: block;
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1140px) {
    #header {
        width: 100%;
        margin: 0 auto;
    }
    .mainVisual img {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #header {
        width: 100%;
        margin: 0 auto;
    }
    #header h1 {
        width: 60%;
        margin: 10px auto;
    }
    #header h1 img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .mainVisual img {
        width: 100%;
    }
}


/*--- main ---*/
#main {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1140px) {
    #main {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
}

/*--- read ---*/
.read {
    margin: -50px auto 84px;
    padding: 50px 56px 30px;
    background-color: #fff;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    -webkit-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    -ms-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
}
.read_ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.read_txt {
    font-size: 20px;
    text-align: center;
    text-decoration: underline;
    letter-spacing: 0.1rem;
}
.read li {
    margin-bottom: 20px;
}
@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 768px) {
    .read {
        width: 90%;
        margin: -20px auto 84px;
        padding: 16px 20px 30px;
    }
    .read_ttl {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .read_txt {
        font-size: 14px;
    }
}


/*--- nav ---*/
.nav {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 45px;
    -moz-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    -webkit-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    -ms-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
}
.nav_ttl_wrap {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #0070c0;
}
.nav_ttl {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.illst_left {
    position: absolute;
    left: 30px;
    bottom: 0;
}
.illst_right {
    position: absolute;
    right: 30px;
    bottom: 0;
}
.nav_ttl p {
    margin: 0;
    padding: 30px 10px;
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.nav_ttlSub {
    display: block;
    font-size: 0.6em;
}
.navList_wrap {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-image:
    repeating-linear-gradient(
    90deg,
    #efefef ,
    #efefef 1px,
    transparent 1px,
    transparent 10px
    ),
    repeating-linear-gradient(
    0deg,
    #efefef ,
    #efefef 1px,
    #fff 1px,
    #fff 10px
    );
}
.navList {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.navList_btn {
    width: 48%;
    margin: 12px 0;
    padding: 15px;
    position: relative;
    background-color: #fff;
    border: 2px solid #1a2764 ;
    border-radius: 5px;
    color: #0070c0;
    font-size: 22px;
}
.navList_btn img {
    display: block;
    margin-bottom: 5px;
}
.logoKn {
    width: 30%;
}
.logoMc {
    width: 45%;
}
.navList_btn::before , .navList_btn::after {
    content:"";
    position:absolute;
    display: block;
}
.navList_btn::before {
    top:0;
    right:0;
    width:5rem;
    height: 100%;
    background: #1a2764;
}
.navList_btn::after {
    top:0;
    right:0;
    width:5rem;
    height: 100%;
    background: url(/images/com/lp/arrow.png) no-repeat right 1.5rem center;
}

@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 768px) {
    .nav {
        margin-bottom: 45px;
    }
    .nav_ttl {
        width: 100%;
    }
    .illst_left , .illst_right {
        display: none;
    }
    .nav_ttl p {
        font-size: 24px;
    }
    .navList {
        padding: 30px 20px;
    }
    .navList_btn {
        width: 100%;
        padding: 15px 10px;
        font-size: 20px;
    }
}


/*--- blueBox ---*/
.blueBox {
    margin-bottom: 60px;
    background-color: #f3f9ff;
    border: 3px solid #1f2c68;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    -webkit-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    -ms-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
}
.blueBox_ttl {
    padding: 10px;
    background-color: #1f2c68;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}
.blueBox_ttlSub {
    display: block;
    font-size: 0.8em;
}
.blueBox > p {
    padding: 35px 70px 75px;
    letter-spacing: 0.1rem;
}
.blueBox_figure_wrap {
    width: 90%;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blueBox_figure {
    width: 48%;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
}
.blueBox_figure_ttl {
    display: inline;
    padding: 10px 20px;
    background-color: #1f2c68;
    border-radius: 18px;
    color: #fff;
}
.blueBox_figure_pliceBig {
    font-size: 40px;
    font-weight: 600;
    color: #8e0e0e;
}
.blueBox_figure_plice {
    font-size: 24px;
    color: #8e0e0e;
}
.blueBox_figure_info {
    font-size: 16px;
    color: #2a2a2a;
}
.blueBox_figure p {
    margin: 5px 0;
}
.blueBox_figure_bg01 {
    background: url(/images/com/lp/illst01.png) no-repeat right 20px top 5px;
    background-size: 20%;
    background-color: #fff;
}
.blueBox_figure_bg02 {
    background: url(/images/com/lp/illst02.png) no-repeat right 20px top 5px;
    background-size: 20%;
    background-color: #fff;
}
.blueBox_btn_wrap {
    text-align: center;
}
.blueBox_btn {
    display: block;
    width: 70%;
    margin: 0 auto 45px;
    padding: 20px 0;
    background-color: #ffa800;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    -webkit-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    -ms-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    color: #401005;
    font-weight: bold;
}

@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 768px) {
    .blueBox {
        width: 90%;
        margin: 0 auto 60px;
    }
    .blueBox_ttl {
        padding: 10px;
        font-size: 20px;
    }
    .blueBox > p {
        padding: 25px 20px 35px;
    }
    .blueBox_figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .blueBox_figure_ttl {
        font-size: 15px;
    }
    .blueBox_figure_info {
        font-size: 14px;
    }
    .blueBox_figure_bg01 {
        background: url(/images/com/lp/illst01.png) no-repeat right 10px top 5px;
        background-size: 26%;
        background-color: #fff;
    }
    .blueBox_figure_bg02 {
        background: url(/images/com/lp/illst02.png) no-repeat right 10px top 5px;
        background-size: 26%;
        background-color: #fff;
    }
    .blueBox_btn_wrap p {
        font-size: 12px;
    }
    .blueBox_btn {
        width: 90%;
    }
}


/*--- box ---*/
.box {
    margin-bottom: 60px;
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    -webkit-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    -ms-box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
    box-shadow: 0px 0px 8px 3px rgba(21, 31, 63, 0.22);
}
.box_ttl_kn {
    max-width: 205px;
}
.box_ttl_mc {
    max-width: 270px;
}
.box_ttl_kn img , .box_ttl_mc img {
    width: 100%;
}
.box p {
    line-height: 2.2em;
    letter-spacing: 0.1rem;
}
.box_btn {
    width: 50%;
    margin: 0 auto;
    padding: 20px 20px 20px 60px;
    display: block;
    background: url(/images/com/lp/searchIcon.png) no-repeat left 15px center;
    background-color: #1a2764;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.box_btn_group {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col2 {
    width: 45%;
}

@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 768px) {
    .box {
        width: 90%;
        margin: 0 auto 60px;
        padding: 40px 20px 20px;
    }
    .box p {
        line-height: 1.7em;
    }
    .box_btn {
        width: 96%;
        margin-bottom: 20px;
        font-size: 16px;
    }
}

/*--- GlobalFooter ---*/
#GlobalFooter  {
    background: #2e62b9;
}
#GlobalFooter .blue {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 30px 0 12px;
}
.footer_padding {
    padding-left: 15px;
}
#GlobalFooter .company_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#GlobalFooter .company_menu .menu {
    margin-right: 1em;
}
#GlobalFooter .blue a {
    text-decoration: none;
    color: #fff;
}
#GlobalFooter .blue a:hover {
    text-decoration: underline;
}
#GlobalFooter .copyright {
    margin-top: 51px;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
}

@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 768px) {
}
