@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    min-width: 100%;
    width: 100%;
    padding-top: 70px;
    overflow-x: hidden;
  }
  header {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  flex-direction: column;
  padding-top: 0.5em;
    padding-left: 18px;
  }
  header .logo a .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
    font-weight: bold;
  }
  header .logo a .wrap:hover img, header .logo a .wrap:hover .txt {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.65;
  }
  header .logo a .wrap img {
    width: 190px;
  }
  header .logo a .wrap .txt {
    font-weight: 500;
    padding-top: 0.5em;
  }
  header nav.menu {
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 70px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  header nav.menu ul {
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 20px 20px 80px;
  }
  header nav.menu ul li {
    width: 100%;
    max-width: 334px;
    margin: 1em auto;
    text-align: center;
  }
  header nav.menu ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 0.5em 0 0.5em 1em;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header nav.menu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent #222222;
  }
  header nav.menu ul li a:hover {
    opacity: 0.65;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header nav.menu ul li.btn {
    margin-top: 2em;
    margin-bottom: 0.5em;
  }
  header nav.menu ul li.btn.ctt {
    margin-top: 1.4em;
  }
  header nav.menu ul li.btn a {
    font-size: 14px;
			 color: #DD9A1C;
    display: block;
    width: 100%;
    padding: 1.25em 1.75em;
			 border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    transition: all 0.3s ease;
    background: #FFF;
			 border: 2px solid #DD9A1C;
  }
  header nav.menu ul li.btn a:hover {
    background: #DD9A1C;
			 color: #FFF;
  }
	    header nav.menu ul li.btn a::before {
						display: none;
    }
header .txt { 
  font-weight: 500;
  font-size: 80%;
	 margin-top: 5px;
	 display: inline-block;
}

  #modal-overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    /*background-color: rgba( 0,0,0, 0.8 );*/
    z-index: 9;
  }
  .menu_toggle {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    z-index: 10;
    cursor: pointer;
  }
  .menu_toggle > div {
    position: relative;
    height: 30px;
    width: 34px;
    z-index: 100;
    top: 22px;
    right: 14px;
  }
  .menu_toggle > div > span {
    display: block;
    width: inherit;
    height: 3px;
    background: #0F151C;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .menu_toggle > div > span:first-of-type {
    top: 0;
  }
  .menu_toggle > div > span:nth-of-type(2) {
    top: 10px;
  }
  .menu_toggle > div > span:last-of-type {
    top: 20px;
  }
  .menu_toggle > span {
    display: block;
    text-align: center;
  }
  .menu_toggle.open > div > span {
    width: 30px;
    top: 12px;
    left: 0;
    background-color: #0F151C;
  }
  .menu_toggle.open > div > span:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu_toggle.open > div > span:nth-of-type(2) {
    opacity: 0;
  }
  .menu_toggle.open > div > span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer {
    padding-top: 2em;
  }
  footer > .wrap {
    padding: 0 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer > .wrap ul.footer_menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1em;
  }
  footer > .wrap ul.footer_menu li {
    margin-bottom: 1em;
    position: relative;
    width: 50%;
  }
  footer > .wrap ul.footer_menu li a {
    font-size: 11px;
  }
  footer > .wrap ul.footer_menu li a[target=_blank] {
    background: url(../img/footer_ic.png) no-repeat right;
    padding-right: 1.25em;
  }
  footer > .wrap ul.footer_menu li a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.65;
  }
  footer a.logo {
    display: block;
    width: 194px;
    margin: 0 auto;
  }
  footer a.logo:hover img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.65;
  }
  footer .copyright {
    text-align: center;
    padding: 2.5em 0 0;
    font-size: 10px;
    font-weight: 500;
    display: block;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: 100%;
  }
	
	  .ttl01 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
			 letter-spacing: 0.05em;
			 text-align: center;
			 position: relative;
  }
   .ttl01:before {
			 position:absolute;
			 content:"";
			 width: 48px;
			 height: 18px;
			 top: -24px;
			 left: 50%;
			 margin-left: -24px;
    background:no-repeat url(../img/icon_h1.svg) center center / contain;			 
  }
    .sec1 .wrap .ttl01{
    display : none;
  }
  a.btn1c {
    width: 100%;
    margin: 2em auto 0;
    background-color: #111A4A;
    font-size: 16px;
    text-align: center;
    padding: 1.5em 0;
    border: 2px solid #111A4A;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  a.btn1c::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: calc(50% - 0.25em);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  a.btn1c:hover {
    background-color: #fff;
    color: #111A4A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.btn1c:hover::before {
    border-color: #111A4A;
  }
  .list1c > li {
    margin-top: 2em;
  }
  .list1c > li a {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .list1c > li a img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list1c > li a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list1c > li a:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list1c > li p a {
			 display: block;
			 font-size: 18px;
			 line-height: 1.7;
			 font-weight: bold;
			 letter-spacing: 0.05em;
			 margin: 16px 0;
  }
  .sec2 .list1c > li p a,
	 .sec3 .list1c > li p a{
			 font-size: 16px;
  }
  .list1c > li p a:hover {
			 opacity: 0.7;
  }
  .list1c > li span.date {
			 display: none;
			 font-size: 14px;
			 font-weight: 500;
			 letter-spacing: 0.05em;
			 margin:0 0 10px;
  }
  .list1c > li span.new {
			 display: inline-block;
			 font-size: 16px;
			 font-weight: 900;
			 letter-spacing: 0.05em;
			 margin:0 0 0 10px;
			 padding: 0 6px;
			 color: #EF8F43;
			 border-top: 1px solid #EF8F43;
			 border-bottom: 1px solid #EF8F43;
  }
  .list1c > li .tag {
			 display: flex;
			 flex-wrap: wrap;
			 grid-gap: 10px;
			 margin: 10px 0 0;
  }
  .list1c > li .tag a {
			 border: 1px solid #111A4A;
			 border-radius: 20px;
			 background: #FFF;
			 color: #111A4A;
			 font-size: 14px;
			 font-weight: 500;
			 letter-spacing: 0.05em;
			 padding: 4px 10px;
  }
  .list1c > li .tag a:hover {
			 background: #111A4A;
			 color: #FFF;
  }
  .list_wrap {
    padding-top: 117px;
  }

	.sec1 {
		 background: url("../img/bg_sec01.svg") repeat-x center bottom / contain;
    padding: 0 0 0;
  }
  .sec1 .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
	 .sec2,.sec3,.sec4 {
    padding: 3.5em 0;
  }
	 .sec2.bdr {
    border-bottom: 1px solid #DBDBDB;
  }	
  .sec2 .wrap,
	 .sec3 .wrap,
	 .sec4 .wrap{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
	 .sec2 .title,
	 .sec3 .title,
	 .sec4 .title{
			 text-align: center;
			 position: relative;
  }
	 .sec2 .title .ttl2c span  {
			 color:#003366;
			 font-size: 20px;
			 font-weight: 700;
			 letter-spacing: 0.05em;
			 position: relative;
  }
	 .sec2 .title .ttl2c span:before  {
    content: "";
    position: absolute;
			 left: -50px;
			 top: 0;
  }
	 .sec2 .title .ttl2c.ict span:before  {
			 width: 36px;
			 height: 32px;
			 background: no-repeat url("../img/icon_ict.svg") center center / contain;
  }
	 .sec2 .title .ttl2c.mono span:before  {
			 width: 32px;
			 height: 32px;
			 background: no-repeat url("../img/icon_mono.svg") center center / contain;
  }
	 .sec2 .title a,
	 .sec3 .title a{
    position: absolute;
			 right: 0;
			 top: 10px;
			 font-size: 16px;
			 font-weight: 700;
			 letter-spacing: 0.05em;
			 padding: 0 18px 0 0;
  }
	 .sec2 .title a::before,
	 .sec3 .title a::before{
			 content: "";
    position: absolute;
	   right: 0;
			 top: 8px;
	   width: 8px;
   	height: 8px;
   	border-top: 2px solid #222;
	   border-right: 2px solid #222;
	   -webkit-transform: rotate(45deg);
	   transform: rotate(45deg);
}
	  .sec3{
				 background: #F7F7F7;
  }
	  .sec3 .ttl2c,
	  .sec4 .ttl2c{
    font-size: 20px;
    font-weight: bold;
				letter-spacing: 0.05em;
  }
	
  .sec4 .tag {
			 display: flex;
			 flex-wrap: wrap;
			 grid-gap: 10px;
			 margin: 40px 0 0;
  }
  .sec4 .tag li {
			 display: flex;
  }
  .sec4 .tag a {
			 border: 1px solid #111A4A;
			 border-radius: 30px;
			 background: #FFF;
			 color: #111A4A;
			 font-size: 14px;
			 font-weight: 700;
			 letter-spacing: 0.05em;
			 padding: 10px 44px 10px 24px;
			 position: relative;
			 transition: 0.3s;
  }
  .sec4 .tag a:after {
			 content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
			 margin-top: -4px;
    border-top: 2px solid #111A4A;
    border-right: 2px solid #111A4A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sec4 a:hover {
			 background: #111A4A;
			 color: #FFF;
  }
  .sec4 .tag a:hover:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
	
	.footerCTA {
		 padding: 40px 0;
		 background:#DD9A1C;
		 margin: 0 0 30px;
  }
	.footerCTA .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
	 .footerCTA ul {
			 display: block;
  }
	  .footerCTA ul li.btn {
    display: block;
    width: 100%;
			 height:50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
  }
	  .footerCTA ul li.btn:not(:last-child) {
				margin: 0 0 5px;
  }
  .footerCTA ul li.btn a {
    font-size: 16px;
			 font-weight: 700;
			 letter-spacing: 0.1em;
			 color: #DD9A1C;
    display: flex;
			 justify-content: center;
			 align-items: center;
    width: 100%;
			 height:50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
			 position:relative;
    text-align: center;
			 background: #FFF;
			 border: 2px solid #DD9A1C;
			 border-radius: 60px;
  }
  .footerCTA ul li.btn a:before {
			 content:"";
			 left: 30px;
			 position:absolute;
  }
  .footerCTA ul li.btn.mag a:before {
			 width: 26px;
			 height: 24px;
  }
  .footerCTA ul li.btn.dl a:before {
			 width: 26px;
			 height: 26px;
  }
  .footerCTA ul li.btn.ctt a:before {
			 width: 24px;
			 height: 24px;
  }
  .footerCTA ul li.btn.mag a:before {
    background:no-repeat url(../img/icon_mail.svg) center center / contain;			 
  }
  .footerCTA ul li.btn.dl a:before {
    background:no-repeat url(../img/icon_download.svg) center center / contain;			 
  }
  .footerCTA ul li.btn.ctt a:before {
    background:no-repeat url(../img/icon_contact.svg) center center / contain;			 
  }
  .footerCTA ul li.btn a:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
			 background: #DD9A1C;
			 border: 2px solid #FFF;
			 color: #FFF;
  }
  .footerCTA ul li.btn.mag a:hover:before {
    background:no-repeat url(../img/icon_mail_hover.svg) center center / contain;			 
  }
  .footerCTA ul li.btn.dl a:hover:before {
    background:no-repeat url(../img/icon_download_hover.svg) center center / contain;			 
  }
  .footerCTA ul li.btn.ctt a:hover:before {
    background:no-repeat url(../img/icon_contact_hover.svg) center center / contain;			 
  }
  .pagenavi_fixed + .sec1 {
    padding-top: 25em;
  }
  .ttl_sub {
    background-color: #111A4A;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 1.75em 0;
    text-align: center;
  }
  .page_nav {
    padding: 0 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.25em;
    position: absolute;
    left: 0;
    right: 0;
    top: 158px;
  }
  .page_nav li {
    width: 289px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25em;
  }
  .page_nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .page_nav li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 1.75em 1em 1.25em;
    border: 1px solid #363A8B;
    font-size: 14px;
    font-weight: 500;
    color: #363A8B;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_nav li a span::before {
    content: "";
    position: absolute;
    right: 0.75em;
    top: calc(50% - 0.25em);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-left: 1px solid #363A8B;
    border-bottom: 1px solid #363A8B;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .page_nav li a span:hover {
    background-color: #363A8B;
    color: #fff;
  }
  .page_nav li a span:hover::before {
    border-color: #fff;
  }
  #page_nav.pagenavi_fixed {
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 10;
    background-color: #fff;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    max-width: 100%;
    z-index: 1;
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    li{
    	width: 48%;
    	display: flex;
    	a{
    		display: flex;
    	}
    }
    */
  }
	
	.mv {
	  height: 120px;
	 color: #FFF;
	 display: flex;
	 align-items: center;
	 justify-content: center;
  }
.mv .ttl01{
	 color: #FFF;
	 display: flex;
	 align-items: center;
  }
.mv.ict {
	  background: no-repeat url("../img/mv_ict.png") center center / cover;
  }
.mv.mono {
	  background: no-repeat url("../img/mv_craftmanship.png") center center / cover;
  }
.mv.ict .ttl01:before{
	 display: inline-block;
	 position: static;
	 content: "";
	 width: 46px;
	 height: 42px;
		background: no-repeat url("../img/icon_ict_white.png") center center / contain;
	 margin-right: 20px;
  }
.mv.mono .ttl01:before{
	 display: inline-block;
	 position: static;
	 content: "";
	 width: 41px;
	 height: 41px;
		background: no-repeat url("../img/icon_mono_white.png") center center / contain;
	 margin-right: 20px;
  }
		.breadclumb {
		  padding: 12px 0 0;
  }
	.breadclumb ul {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
	.breadclumb li{
		 display: inline-block;
		 font-size: 12px;
		 font-weight: 500;
		 margin: 0 10px 0 0;
  }
	.breadclumb a {
		 text-decoration: underline;
		 display: inline-block;
		 position: relative;
		 padding: 0 20px 0 0;
  }
	.breadclumb a:hover {
		 text-decoration: none;
  }
	.breadclumb a:after {
			 content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
		.sec1.sub {
		 background: none;
    padding: 2em 0 5em;
  }
		.sec1.sub .list1c {
	 grid-row-gap: 60px;
}
	.tagttl01 {
	 color: #003366;
		 font-size: 20px;
		 font-weight: 700;
		 letter-spacing: 0.15em;
		 padding: 0;
}
}
/*# sourceMappingURL=maps/sp.css.map */












