@charset "utf-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, small,
dl, dt, dd, ol, ul, li, form, label, canvas,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}
img {
  border: none;
  vertical-align: bottom;
}
ol, ul {
  list-style: none;
}
html {
  overflow-y: scroll;
}
body {
    color: #222222;
    width: 100%;
    -webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  display: block;
  text-decoration: none;
}
a,
a:focus {
  outline: none;
}
.no-pc {
  display: none !important;
}
.no-sp {
  display: block !important;
}
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear {
  clear: both;
}

.ns_Con * {
	box-sizing: border-box;
}

.t_center {
	text-align: center;
}

.ns_flx {
	display: flex;
	flex-wrap: wrap;
}

.ns_Wrp {
	max-width: 980px;
	margin: 0 auto;
}

#main {
	background-image: url("../img/main.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 35px;
}

#main header {
	background-color: rgba(6,63,99,0.60);
	padding: 10px 0;
	margin-bottom: 40px;
}

#main header .ns_Wrp > div {
	width: 50%;
}

#main header .ns_Wrp > div.nav {
	text-align: right;
	margin-top: 7px;
}

#main header nav li {
	display: inline-block;
}

#main header nav li a {
	color: #ffffff;
	display: inline-block;
}

#main header nav li a:hover {
	text-decoration: underline;
}

#main header nav li a:before {
	content: "|";
	display: inline-block;
	margin: 0 20px;
}

#main header nav li:first-child a:before {
	display: none;
}

#main h1 {
	font-size: 40px;
	font-weight: 300;
	color: #ffffff;
}

#main h1 span {
	margin-left: -0.5em;
}

#main p.copy {
	color: #ffffff;
	text-indent: -0.5em;
	line-height: 1.8;
	margin-bottom: 65px;
}

.btn_inq {
	text-align: center;
}

.btn_inq a {
	color: #29a8df;
	display: inline-block;
	background-color: #ffffff;
	padding: 12px 0;
	font-size: 25px;
	font-weight: 300;
	width: 390px;
}

.btn_inq a span {
	position: relative;
	padding-left: 40px;
}

.btn_inq a span:before {
	content: "";
	display: inline-block;
	background-image: url("../img/icon_mail.png");
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: left center;
	width: 28px;
	height: 100%;
	height: 40px;
	margin-right: 7px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.btn_inq a:hover {
	background-color: #71c2d6;
	color: #ffffff;
}

.btn_inq a:hover span:before {
	background-image: url("../img/icon_mail_on.png");
}

.clm01.ns_Wrp {
	max-width: 780px;
	padding: 50px 0;
}

.clm01.ns_Wrp .upBox {
	position: relative;
}

.clm01.ns_Wrp .upBox:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 141px;
	background-image: url("../img/clm01_arrwL.png");
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.clm01.ns_Wrp .upBox:after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 141px;
	background-image: url("../img/clm01_arrwR.png");
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}

.clm01.ns_Wrp .upBox {
	padding: 0 55px;
	margin-bottom: 10px;
}

.clm01.ns_Wrp .upBox .upTtl {
	font-size: 21px;
	color: #969696;
	text-align: center;
	margin-bottom: 23px;
}

.clm01.ns_Wrp .upBox .iconBox img {
	margin-right: 29px;
	margin-bottom: 15px;
}

.clm01.ns_Wrp .upBox .iconBox img.btm {
	margin-right: 23px;
}

.clm01.ns_Wrp .upBox .iconBox img:nth-child(8n),
.clm01.ns_Wrp .upBox .iconBox img:last-child {
	margin-right: 0;
}

.clm01 .mdlBox {
	text-align: center;
}

.clm01 .mdlBox span {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.clm01 .btmBox {
	width: 652px;
	margin: 0 auto;
	position: relative;
	}

.clm01 .btmBox > div {
	width: 33.33%;
	text-align: center;
}

.clm01 .btmBox > div p {
	font-size: 18px;
	color: #969696;
	margin-top: 10px;
}

.clm02 {
	background-color: #2db7e5;
	padding: 55px 0;
}

.clm02 .ns_Wrp {
	max-width: 920px;
}

h2 {
	font-size: 37px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
}

.clm02 h2,
.clm02 h3,
.clm02 p {
	color: #ffffff;
}

.clm02 .ns_Wrp .ns_flx > div {
	width: calc(100% - 35.8%);
}

.clm02 .ns_Wrp .ns_flx > div:last-child {
	width: 35.8%;	
}

.clm02 h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 12px;
	background-image: url("../img/icon_sqa.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.clm02 p {
	font-size: 17px;
}

.clm02 h2 {
	margin-bottom: 5px;
}

.clm02 .ns_flx > div {
	margin-top: 45px;
}

.clm02 .btn_inq {
	margin-top: 40px;
}

.clm03 {
	max-width: 715px;
	padding: 55px 0;
}

.clm03 h2 {
	color: #4d4d4d;
}

.clm03 table th {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	padding: 8px 0;
}

.clm03 table td {
	width: 90%;
	padding: 8px 0 8px 20px;
}

footer {
	background-color: #2db7e5;
	color: #ffffff;
}

footer p {
	font-size: 12px;
	padding: 8px;
	text-align: center;
}

footer .btn_top {
	position: fixed;
	right: 20px;
	bottom: 50px;
}
footer .btn_top a {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	line-height: 1.3;
	background-color: #2db7e5;
	border-radius: 100px;
	padding: 23px;
	border: 1px solid #ffffff;
}


@media (min-width: 751px) {
  body {
    min-width: auto;
  }
}

@media (max-width: 750px) {
  body {
    min-width: auto;
  }
  .no-pc {
    display: block !important;
  }
  .no-sp {
    display: none !important;
  }

	.ns_Wrp {
/*		background: #fff;*/
	}

  .ns_Wrp img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 980px) {
	.ns_Wrp {
		padding: 0 3vw;
	}
	
	.clm01.ns_Wrp,
	.clm03.ns_Wrp {
		padding: 50px 3vw;
	}
	
	.clm01.ns_Wrp .upBox {
    padding: 0 24px;
	}
	
	.clm02 .ns_Wrp .ns_flx > div:last-child img {
		max-width: 100%;
    }
}

@media (max-width: 767px) {
	.ns_Wrp {
		padding: 0 3vw;
	}

#main {
	padding-bottom: 16vw;
}

#main header {
	margin-bottom: 10vw;
}
		
	#main header .ns_Wrp > div.logo {
		width: 100%;
		text-align: center;
	}
	
	#main header .ns_Wrp > div.logo img {
		width: 140px;
	}
#main header .ns_Wrp > div.nav {
	width: 100%;
	margin-top: 7px;
    text-align: center;
}

#main header nav li a:hover {
	text-decoration: none;
}

#main header nav li a:before {
	display: none;
}
	
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
	nav.globalMenuSp.active {
		padding-top: 62px;
        background-color: rgba(6,63,99,0.80);
	}
	
nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}	
	
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 4px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
	
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}	
	
#main h1 {
	font-size: 5vw;
}

#main p.copy {
	margin-bottom: 7vw;
}

.btn_inq a {
	padding: 12px 0;
	font-size: 4.5vw;
	width: 80%;
}

.clm01.ns_Wrp {
	max-width: 780px;
	padding: 7vw 3vw;
}

.clm01.ns_Wrp .upBox {
	position: relative;
}

.clm01.ns_Wrp .upBox:before {
	width: 40px;
	height: 141px;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.clm01.ns_Wrp .upBox:after {
	display: inline-block;
	width: 40px;
	height: 141px;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}

.clm01.ns_Wrp .upBox {
	padding: 0 3vw;
	margin-bottom: 4vw;
}

.clm01.ns_Wrp .upBox .upTtl {
	font-size: 3.5vw;
	margin-bottom: 1.5vw;
}

.clm01.ns_Wrp .upBox .iconBox img {
	width: auto;
	max-width: 15vw;
	margin-right: 3vw;
	margin-bottom: 2vw;
}

.clm01.ns_Wrp .upBox .iconBox img.btm {
	margin-right: 2.5vw;
}

	.clm01.ns_Wrp .upBox .iconBox img:nth-child(8n) {
	margin-right: 3vw;
}
	
.clm01.ns_Wrp .upBox .iconBox img:nth-child(6n),
.clm01.ns_Wrp .upBox .iconBox img:nth-child(11n) {
	margin-right: 0;
}

.clm01 .mdlBox img {
	width: auto;
	max-width: 70%;
}

.clm01 .mdlBox span {
	margin-bottom: 4.5vw;
}

.clm01 .btmBox {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	}

.clm01 .btmBox > div {
	width: 33.33%;
	text-align: center;
}
	
	.clm01 .btmBox > div img {
		width: 65%;
	}

.clm01 .btmBox > div p {
	font-size: 3vw;
	margin-top: 3vw;
}

.clm02 {
	padding: 6vw 0;
}

h2 {
	font-size: 5.5vw;
	margin-bottom: 4.5vw;
}

.clm02 .ns_Wrp .ns_flx > div {
	width: 100%;
}

.clm02 .ns_Wrp .ns_flx > div:last-child {
	width: 80%;
	margin: 3vw auto 4.5vw;
}

.clm02 h3 {
	font-size: 5vw;
	margin-bottom: 3.5vw;
}

.clm02 p {
	font-size: 4.5vw;
}

.clm02 .ns_flx > div {
	margin-top: 4vw;
}

.clm02 .btn_inq {
	margin-top: 5vw;
}

.clm03 {
	padding: 6vw 3vw;
}

.clm03 table th {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	padding: 8px 0;
}

.clm03 table td {
	width: 90%;
	padding: 8px 0 8px 20px;
}

footer {
	background-color: #2db7e5;
	color: #ffffff;
}

footer p {
	font-size: 12px;
	padding: 8px;
	text-align: center;
}
	
footer .btn_top {
	right: 1vw;
	bottom: 6.5vw;
}
footer .btn_top a {
	color: #ffffff;
	font-size: 3.5vw;
	padding: 3.5vw;
}
	
	
}

