/* ************************************************ */
/**** 共通タグ設定 ****/
/* ************************************************ */
* {
box-sizing:border-box;
vertical-align:top;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

html {
overflow: auto;
height: 100%;
}

body {
font-family: 'Noto Sans JP', sans-serif;
/*font-family: 'Noto Serif JP', serif;*/
font-weight:400;
padding: 0px;
margin: 0px;
font-size: 18px;
line-height:1.5;
color:#1a1a1a;
background:#004986;
text-align:left;
height:100%;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
}

section {
text-align:center;
}

p {
padding: 0px;
margin:0 0 1.5em 0;
}

a {
color: #004986;
text-decoration:underline;
}
a:hover {
text-decoration:none;
opacity:0.5;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
padding:0;
margin:0;
}

ul {
padding:0px;
margin:0px;
list-style: none;
list-style-type: disc;
}
ul li {
padding: 0px;
margin:0px;
list-style: none;
}



/***** フォーム *****/
input {
font-size:16px;
font-family: 'Noto Sans JP', sans-serif;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
-webkit-appearance: none;
margin:0;
padding:5px 10px;
border:0;
width: 100%;
height:32px;
box-sizing:border-box;
background:#f4f4f4;
vertical-align: baseline;
-webkit-border-radius:0;
-ms-border-radius:0;
border-radius:0;
}
input[type="submit"],
input[type="button"],
button {
-webkit-appearance: none;
color:#fff!important;
background:#004986!important;
border:0;
min-height:40px;
font-weight:400;
font-size:16px!important;
line-height: 20px;
padding:10px 60px!important;
-webkit-border-radius:0!important;
-ms-border-radius:0!important;
border-radius:0!important;
display:inline-block;
text-decoration:none;
width:auto!important;
text-align:center;
cursor:pointer;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
text-decoration:none;
opacity: 0.5;
}

input[type="radio"] ,
input[type="checkbox"] {
margin:0 7px 0 0;
vertical-align:inherit;
}

textarea {
-webkit-appearance: none;
font-size:16px;
font-family: 'Noto Sans JP', sans-serif;
margin:0;
padding:5px 10px;
border:0;
background:#f4f4f4;
width: 100%;
box-sizing:border-box;
-webkit-border-radius:0;
-ms-border-radius:0;
border-radius:0;
}

input::placeholder ,
textarea::placeholder {
color: #ccc;
}
/* IE */
input:-ms-input-placeholder ,
textarea:-ms-input-placeholder {
color: #ccc;
}
/* Edge */
input::-ms-input-placeholder ,
textarea::-ms-input-placeholder {
color: #ccc;
}

/* ************************************************ */
/**** 共通クラス定義 ****/
/* ************************************************ */

/***** clearfix *****/
.clearfix:after { 
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

/***** PCのみ/SPのみ *****/
.pc_only {
display:unset;
}
.sp_only {
display:none;
}

/***** align *****/
.al_left {
text-align:left;
}
.al_center {
text-align:center;
}
.al_right {
text-align:right;
}

/***** nobr *****/
.nobr {
display:inline-block;
}

/***** color *****/

/* ******************************************************************** */
/**** container ****/
/* ******************************************************************** */
.container{
width:100%;
min-width:100%;
position:relative;
overflow: hidden;
}

/* ************************************************ */
/**** header ****/
/* ************************************************ */
.header {
position:fixed;
background:#fff;
z-index:30;
overflow:hidden;
text-align:center;
width:100%;
height:107px;
border-top:19px solid #004986;
/*box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1); */
}
.header.floating {/* headerフローティング時 */
}
.header .inner {
width:1050px;
max-width:100%;
padding:0;
margin:auto;
text-align:left;
position:relative;
}

/***** logo *****/
.header .logo {
display:inline-block;
padding: 0 ;
margin:11px 0 11px 20px;
width:215px;
height:64px;
vertical-align:top;
position:absolute;
z-index:1;
}
.header.floating .logo {/* headerフローティング時 */
}
.header .logo a:hover {
opacity:1;
}

/***** globalnavi *****/
.header .globalnavi {
display:inline-block;
}

.header .globalnavi #navToggle {
display:none;
}

/*** メニュー ***/
.header .globalnavi .menu {
font-family: 'Noto Serif JP', serif;
display:inline-block;
margin: 11px 0 11px 0;
/*max-width:calc(100% - 250px);*/
/*width:100%;*/
height:64px;
vertical-align:top;
position:absolute;
right:0;
top:0;
/*-moz-transition: all 0s ease;
-o-transition: all 0s ease;
-webkit-transition: all 0s ease;
transition: all 0s ease;*/
}
.header.floating .globalnavi .menu {/* headerフローティング時 */
}
.header .globalnavi .menu ul {
margin:0;
padding:0;
font-size:0;
position:relative;
text-align:center;
}
.header .globalnavi .menu ul > li {
display:inline-block;
margin:0 14px;
list-style:none;
position:relative;
}
.header .globalnavi .menu ul > li:first-child {
visibility:hidden;
width:0;
height:0;
line-height:0;
opacity:0;
}
.header .globalnavi .menu ul > li a {
display:inline-block;
color:#000;
padding:0 0 ;
margin:0 0;
font-size:16px;
line-height:31px;
vertical-align:middle;
font-weight:400;
text-decoration:none;
position:relative;
}
.header.floating .globalnavi .menu ul > li a {/* headerフローティング時 */
padding:0 0 ;
}
.header .globalnavi .menu ul > li a:after {
content:"";
position:absolute;
border-bottom:3px solid #004986;
width:0%;
display:block;
left: 0;
bottom:0;
margin: auto;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.header .globalnavi .menu ul > li a:hover {
opacity:1;
}
.header .globalnavi .menu ul > li a:hover:after ,
.header .globalnavi .menu ul > li a.current:after {
width:100%;
}
.header .globalnavi .menu ul > li a img {
width:30px;
display:block;
margin:auto;
}

/* ************************************************ */
/**** main ****/
/* ************************************************ */
.main {
margin:64px auto 0 auto;
position:relative;
}
/********** 共通 **********/
/***** タイトル *****/
.section_title {
font-family: 'Noto Serif JP', serif;
display:block;
padding: 0 ;
margin:0 auto 30px auto;
font-size:28px;
text-align:center;
font-weight:700;
}
.section_title img {
display:block;
width:60px;
height:60px;
margin:auto;
}
.title {
}

/***** dotlist *****/
ul.dotlist {
margin:0 ;
padding:0 0 0 1.2em;
position:relative;
}
ul.dotlist li:before {
content:"・";
position:absolute;
left:0;
}

/***** ボタン *****/
.btn {
text-align:center;
}
.btn a {
color:#000;
background:#eaff00;
border:1px solid #eaff00;
font-weight:400;
font-family: 'Noto Sans JP', sans-serif;
font-size:16px;
line-height: 1;
letter-spacing:0.18em;
padding: 12px 30px 14px 30px;
margin:0 10px 10px 10px;
text-decoration:none;
text-align:center;
display: inline-block;
cursor:pointer;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.btn a:hover {
text-decoration:none;
opacity: 0.5;
}

/********** MV **********/
.mv {
}
.mv .mv_innr {
width: 100%;
}
.mv img {
width:100%;
}
.mv .mv_pc {
display:unset;
}
.mv .mv_sp {
display:none;
}

/* swiper */
.mv .swiper-container {
width: 100%;
height: 100%;
z-index: 1;
}
.mv .swiper-pagination {
position:absolute;
bottom:5px;
left:auto;
padding: 0 0;
}
.mv .swiper-pagination-bullet {
width:7px;
height:7px;
margin:0 5px!important;
background:#fff;
opacity:0.5;
border-radius: 0;
}
.mv .swiper-pagination-bullet-active {
background:#fff;
opacity:1;
}

.mv .swiper-slide {
position:relative;
height:496px;
overflow:hidden;
text-align:center;
margin:auto;
}
.mv .swiper-slide .slideimage {
min-width: 1280px;
font-size:0;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
-moz-transition: transform 7s linear 0s;
-o-transition: transform 7s linear 0s;
-webkit-transition: transform 7s linear 0s;
transition: transform 7s linear 0s;
}
.mv .swiper-slide .slideimage-1 {
background:#fff url(../images/mv01.jpg) no-repeat center center;
background-size:cover;
}
.mv .swiper-slide .slideimage-2 {
background:#fff url(../images/mv02.jpg) no-repeat center center;
background-size:cover;
}
.mv .swiper-slide .slideimage-3 {
background:#fff url(../images/mv03.jpg) no-repeat center center;
background-size:cover;
}
.mv .swiper-slide .slideimage-4 {
background:#fff url(../images/mv04.jpg) no-repeat center center;
background-size:cover;
}
.mv .swiper-slide .slideimage-5 {
background:#fff url(../images/mv05.jpg) no-repeat center center;
background-size:cover;
}
.mv .swiper-slide.odd .slideimage {
transform: scale(1);
}
.mv .swiper-slide.odd .slideimage.active {
transform: scale(1.15);
}
.mv .swiper-slide.even .slideimage {
transform: scale(1.15);
}
.mv .swiper-slide.even .slideimage.active {
transform: scale(1);
}

/********** NA-Cordとは **********/
.about {
background:#fff;
padding:40px 0 100px 0;
}
.about .inner {
width:100%;
max-width:940px;
margin:auto;
padding:0 20px; 
}

/*リード*/
.about .lead {
font-size:22px;
line-height:44px;
text-align:left;
margin:0 auto 40px auto;
}
.about .lead .checklist {
background:#eff8ff;
text-align:center;
padding:50px 20px;
}
.about .lead .checklist ul {
display:inline-block;
}
.about .lead .checklist ul li{
text-align:left;
font-family: 'Noto Serif JP', serif;
font-weight:700;
color:#004986;
font-size:26px;
line-height:39px;
padding:0 0 0 44px;
margin:0 auto 11px auto;
background:url(../images/ic_check.png) no-repeat left top 8px;
background-size:34px 27px;
}

/*理念・使命・活動方針*/
.about .about_title {
position:relative;
text-align:center;
margin:0 auto 30px auto;
}
.about .about_title:before {
content: "";
display: block;
border-top: solid 1px #004a86;
width: 100%;
height: 1px;
position: absolute;
top: 50%;
z-index: 0;
}
.about .about_title img {
position:relative;
z-index:1;
width:114px;
height:114px;
display:block;
margin:auto;
}

.about .philosophy ,
.about .mission {
margin:0 auto 40px auto;
}

.about .about_img {
width:270px;
}
.about .philosophy .about_img ,
.about .policy .about_img {
float:left;
margin-right:40px;
}
.about .mission .about_img {
float:right;
margin-left:40px;
}

.about .about_txt {
text-align:left;
font-size:18px;
line-height:40px;
width:calc(100% - 310px);
display: inline-block;
}
.about .philosophy .about_txt ul li{
line-height:24px;
margin:0 auto 24px auto;
}

/********** SERVICE **********/
.service {
background:#004986;
color:#fff;
padding:40px 0 100px 0;
}
.service .inner {
width:100%;
max-width:1050px;
margin:auto;
padding:0 20px; 
}

.service .service_contents {
}
.service .service_contents table {
border-collapse: separate;
border-spacing: 0 10px;
font-size:20px;
}
.service .service_contents table th {
background:#fff;
border:1px solid #fff;
color:#004986;
width:350px;
padding:30px 20px;
vertical-align:middle;
font-size:28px;
font-weight:400;
}
.service .service_contents table td {
border:1px solid #fff;
text-align:left;
padding:30px;
}
.service .service_contents .small {
font-size:16px;
line-height: 1.5;
display: block;
}

/********** MESSAGE **********/
.message {
background:#fff;
padding:40px 0 100px 0;
}
.message .inner {
width:100%;
max-width:940px;
margin:auto;
padding:0 20px; 
}

.message .director {
font-size:16px;
float:left;
width:300px;
margin:0 30px 0 0;
}
.message .director img {
width:154px;
height:154px;
display:block;
margin:0 auto 10px auto;
}
.message .text  {
font-size:18px;
line-height:38px;
font-weight:700;
text-align:left;
float:left;
width:calc(100% - 330px);
}
.message .text .big {
color:#004986;
font-size:22px;
line-height:42px;
}

/********** TOPICS **********/
.topics {
background:#f4f4f4;
padding:40px 0 100px 0;
}
.topics .inner {
width:100%;
max-width:540px;
margin:auto;
padding:0 20px; 
}

.topics .fb-container {
width:100%;
margin-bottom:20px;
}
.topics .fb-page{
display:block !important;
width:100%;
max-width:500px;
margin-left:auto;
margin-right:auto;
height:450px;
}

/********** PROJECT **********/
.project {
background:#fff;
padding:40px 0 100px 0;
}
.project .inner {
width:100%;
max-width:1050px;
margin:auto;
padding:0 20px; 
}
.project .section_title .small {
font-size:18px;
display:block;
}

.project .project_list {
margin:0 auto;
}
.project .project_list ul {
font-size:0;
}
.project .project_list ul li {
font-family: 'Noto Serif JP', serif;
font-weight:700;
font-size:18px;
line-height:28px;
color:#004986;
width:calc(100% - 30px);
max-width:300px;
display:inline-block;
margin:15px;
vertical-align:top;
}
.project .project_list ul li img {
display:block;
width:90px;
height:90px;
margin:0 auto 10px auto;
}
.project .project_list ul li .supplement {
color: #1a1a1a;
display:block;
}

/********** CORPORATE **********/
.corporate {
color:#fff;
padding:0;
text-align:center;
}

.corporate .googlemap {
position: relative;
padding-bottom: 28%;
margin:0 auto ;
height: 0;
overflow: hidden;
width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
.corporate .googlemap iframe,
.corporate .googlemap object,
.corporate .googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*-webkit-filter: grayscale(1);
filter: grayscale(1);*/
}

.corporate .inner {
width:100%;
max-width:940px;
margin:auto;
padding:40px 20px 100px 20px; 
}
.corporate a {
color:#fff;
}

.corporate .profile {
margin:auto;
display:inline-block;
}
.corporate .profile dl {
text-align:left;
font-size:16px;
}
.corporate .profile dl dt {
float:left;
width:4em;
text-align:right;
margin:0 auto 12px auto;
}
.corporate .profile dl dd {
padding-left:6em;
margin:0 auto 12px auto;
}

/********** CONTACT **********/
.contact {
background:#fff;
padding:40px 0 100px 0;
text-align:center;
}

.contact .inner {
width:100%;
max-width:680px;
margin:auto;
padding:0 20px; 
}

.contact .mailform {
width:auto;
max-width:100%;
margin:0 auto ;
text-align:center;
}
.contact .mailform form {
position:relative;
}
.contact .mailform dl {
text-align:left;
}
.contact .mailform dl dt {
float:none;
width:100%;
margin:0 0 10px 0;
font-size:15px!important;
line-height:20px;
}
.contact .mailform dl dt .required {
position: relative;
vertical-align: middle;
height: 20px;
font-size: 13px;
line-height: 1;
padding: 3px 15px;
margin: 0 0 0 10px;
background: #000;
color: #fff;
display: inline-block;
box-sizing: border-box;
}
.contact .mailform dl dd {
padding:0 0 0 0!important;
margin:0 0 25px 0!important;
}

/* mailformpro */
div.mfp_err {
clear: inherit!important;
margin: 5px 0 0 0!important;
color:#d00;
}
div#mfp_phase_confirm h4 {
text-align: center;
margin-bottom: 20px;
font-weight: 400;
}
table#mfp_confirm_table tr td {
font-weight: 400;
}
div#mfp_warning {
display: none;
background: #FEE;
border: 0;
color: #d00;
padding: 20px;
margin: 0 auto 30px auto;
font-size: 16px;
}
.problem {
background:#f4f4f4;
}

/* プライバシーポリシー */
.contact .mailform .privacypolicy {
border:1px solid #aaa;
padding:20px 30px;
margin:0 auto 35px auto;
height:140px;
overflow:auto;
overflow-x:hidden;
}
.contact .mailform .privacypolicy .title {
font-weight:400;
font-size:16px;
margin:0 auto 10px auto;
}
.contact .mailform .privacypolicy .body {
font-size:14px;
line-height:24px;
text-align:left;
}

/********** 送信完了 **********/
.thanks {
background: #fff;
padding:200px 0;
text-align:center;
}
.thanks .inner {
width:100%;
max-width:1280px;
margin:auto;
}
.thanks .title {
font-size:30px;
font-family: 'Noto Sans JP', sans-serif;
color:#000;
margin:0 auto 80px auto;
}
.thanks .message {
font-size:24px;
line-height:2em;
margin:0 auto 80px auto;
}

/***** pagetop *****/
.pagetop {
position:absolute;
width: 43px;
height: 43px;
display: inline-block;
margin: auto;
bottom: 15px;
right:15px;
z-index: 30;
}
.pagetop.floating {
position: fixed;
}

/* ************************************************ */
/**** footer ****/
/* ************************************************ */
.footer {
text-align:center;
background:#004986;
color:#fff;
padding:20px 0 10px 0;
}
.footer .logo {
margin:0;
text-align:center;
display:inline-block;
}
.footer .logo img {
width:158px;
height:47px;
vertical-align: middle;
display: block;
margin: auto;
}

.footer .copyright {
font-size:12px;
letter-spacing : 0.04em;
}

/************************************************ 1280px以下 ************************************************/
@media screen and (max-width: 1280px){
/* ************************************************ */
/**** 共通クラス定義 ****/
/* ************************************************ */

/* ******************************************************************** */
/**** container ****/
/* ******************************************************************** */

/* ************************************************ */
/**** main ****/
/* ************************************************ */
/********** MV **********/
/* swiper */
.mv .swiper-slide .slideimage {
left: 50%; /* 画像の左端が画面中央にくる */
margin-left: -640px; /* 画像幅1280pxの半分だけ左に移動する */
}

}

/************************************************ 1100px以下 ************************************************/
@media screen and (max-width: 1100px){
/* ************************************************ */
/**** 共通クラス定義 ****/
/* ************************************************ */

/* ******************************************************************** */
/**** container ****/
/* ******************************************************************** */

/* ************************************************ */
/**** header ****/
/* ************************************************ */
/***** globalnavi *****/
/*** メニュー ***/
.header .globalnavi .menu ul > li {
margin:0 14px;
}

}

/************************************************ 960px以下 ************************************************/
@media screen and (max-width: 960px){

/* ************************************************ */
/**** 共通クラス定義 ****/
/* ************************************************ */

/* ******************************************************************** */
/**** container ****/
/* ******************************************************************** */

/* ************************************************ */
/**** header ****/
/* ************************************************ */
.header {
overflow:visible;
height:50px;
border:0;
}
.header.floating {/* headerフローティング時 */
}
.header .inner {
width:100%;
padding: 0;
}

/***** logo *****/
.header .logo {
margin:6px auto;
width:128px;
height:38px;
display:block;
position:relative;
}
.header.floating .logo {/* headerフローティング時 */
}

/***** globalnavi *****/
.header .globalnavi {
display: block;
}

.header .globalnavi #navToggle {
position:absolute;
top:5px;
right:15px;

display:block;
text-align:center;
width:28px;
height:28px;
cursor:pointer;
margin: auto;
background:url(../images/hamburger.png) no-repeat center center;
background-size:28px 28px;
z-index:999999;
}
.header .globalnavi.openNav #navToggle {
background:url(../images/close.png) no-repeat center center;
background-size:28px 28px;
}

.header .globalnavi .globalnavi_inner {
display:none;

position: fixed;
box-sizing:border-box;
/*background:none;*/
background: rgba(255,255,255,0.8);
top: 0;
right:0;
width: 100%;
z-index:99999;
height: 100%;
text-align:right;
overflow:none;
overflow-y:auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.header .globalnavi.openNav .globalnavi_inner {
display:block;
}

/* メニュー */
.header .globalnavi .menu {
display:inline-block;
margin:0 0;
width: 100%;
max-width:none;
padding:0 ;
position:relative;
/*height: 100%;*/
height:auto;
background: rgba(0,73,134,.9);
right:0;
}
.header.floating .globalnavi .menu {/* headerフローティング時 */
margin:0 0;
}
.header .globalnavi .menu ul {
margin: 0 auto 30px auto;
}
.header .globalnavi .menu ul > li {
margin:0 0;
display:block;
}
.header .globalnavi .menu ul > li:first-child {
visibility:visible;
width:auto;
height:auto;
line-height:inherit;
opacity:1;
padding:5px 0;
margin:0 0 20px 0;
}
.header .globalnavi .menu ul > li:first-child a {
font-size:0;
line-height:0;
}
.header .globalnavi .menu ul > li:first-child img {
display:block;
width:128px;
height:38px;
}
.header .globalnavi .menu ul > li a {
display:block;
color:#fff;
text-align:center;
padding:0 ;
font-size:18px;
line-height:47px;
}
.header.floating .globalnavi .menu ul > li a {/* headerフローティング時 */
}
.header .globalnavi .menu ul > li a.current {
}
.header .globalnavi .menu ul > li a:hover:after ,
.header .globalnavi .menu ul > li a.current:after {
display:none;
}
.header .globalnavi .menu ul > li a img {
display:none;
}

/* ************************************************ */
/**** main ****/
/* ************************************************ */
.main {
margin:50px auto 0 auto;

}

/************************************************ 768px以下 ************************************************/
@media screen and (max-width: 768px){

/* ************************************************ */
/**** 共通タグ設定 ****/
/* ************************************************ */
section {
}

a:hover {
opacity:1;
}


/* ************************************************ */
/**** 共通クラス定義 ****/
/* ************************************************ */
/***** PCのみ/SPのみ *****/
.pc_only {
display:none;
}
.sp_only {
display:unset;
}

/* ******************************************************************** */
/**** container ****/
/* ******************************************************************** */

/* ************************************************ */
/**** header ****/
/* ************************************************ */

/* ************************************************ */
/**** main ****/
/* ************************************************ */

/********** 共通 **********/
/***** タイトル *****/
.section_title {
margin:0 auto 20px auto;
font-size:20px;
}
.section_title img {
width:40px;
height:40px;
}
.title {
}

/***** ボタン *****/
.btn a {
font-size:16px;
padding:10px 22px 12px 22px;
}


/********** MV **********/
.mv {
}
.mv .mv_innr {
width: 100%;
}
.mv img {
width:100%;
}
.mv .mv_pc {
display:none;
}
.mv .mv_sp {
display:block;
}

/* swiper */
.mv .swiper-slide {
height:553px;

}
.mv .swiper-slide .slidetext {
padding:0 ;
width:375px;
}
.mv .swiper-slide .slideimage {
min-width:unset;
height:553px;
left: 0;
margin-left: auto;
}
.mv .swiper-slide .slideimage-1 {
background:#fff url(../images/mv01_sp.jpg) no-repeat center center;
background-size:cover;
}
.mv .swiper-slide .slideimage-2 {
background:#fff url(../images/mv02_sp.jpg) no-repeat center center;
background-size:768px 553px;
}
.mv .swiper-slide .slideimage-3 {
background:#fff url(../images/mv03_sp.jpg) no-repeat center center;
background-size:cover;
}
.mv .swiper-slide .slideimage-4 {
background:#fff url(../images/mv04_sp.jpg) no-repeat center center;
background-size:768px 553px;
}
.mv .swiper-slide .slideimage-5 {
background:#fff url(../images/mv05_sp.jpg) no-repeat center center;
background-size:768px 553px;
}

/********** NA-Cordとは **********/
.about {
padding:30px 0 50px 0;
}
.about .inner {
max-width:100%;
}

/*リード*/
.about .lead {
font-size:17px;
line-height:30px;
margin:0 auto 30px auto;
}
.about .lead .checklist {
padding:30px 20px;
}
.about .lead .checklist ul li{
font-size:19px;
line-height:27px;
padding:0 0 0 32px;
margin:0 auto 11px auto;
background:url(../images/ic_check.png) no-repeat left top 6px;
background-size:22px 17px;
}
.about .lead .checklist ul li .small {
font-size:60%;
line-height: 1;
display:inline-block;
}

/*理念・使命・活動方針*/
.about .about_title {
margin:0 auto 20px auto;
}
.about .philosophy ,
.about .policy ,
.about .mission {
margin:0 auto 20px auto;
}

.about .about_img {
width:100%;
margin:0 auto 20px auto;
}
.about .philosophy .about_img ,
.about .policy .about_img {
float:none;
margin-right:auto;
}
.about .mission .about_img {
float:none;
margin-left:auto;
}

.about .about_txt {
font-size:15px;
line-height:26px;
width:100%;
display: block;
}
.about .philosophy .about_txt ul li{
line-height:23px;
margin:0 auto 10px auto;
}

/********** SERVICE **********/
.service {
padding:30px 0 50px 0;
}
.service .inner {
max-width:100%;
}

.service .service_contents {
}
.service .service_contents table {
font-size:17px;
}
.service .service_contents table th {
width:100%;
padding:30px 15px;
font-size:24px;
display:block;
}
.service .service_contents table td {
padding:15px;
display:block;
}
.service .service_contents .small {
font-size:14px;
}

/********** MESSAGE **********/
.message {
padding:30px 0 50px 0;
}
.message .inner {
max-width:100%;
}

.message .director {
font-size:14px;
float:none;
width:100%;
margin:0 0 30px 0;
}
.message .director img {
width:123px;
height:123px;
}
.message .text  {
font-size:15px;
line-height:26px;
float:none;
width:100%;
}
.message .text .big {
font-size:16px;
line-height:27px;
}

/********** TOPICS **********/
.topics {
padding:30px 0 50px 0;
}
.topics .inner {
max-width:100%;
}

/********** PROJECT **********/
.project {
padding:30px 0 50px 0;
}
.project .inner {
max-width:100%;
}
.project .section_title .small {
font-size:13px;
}

/********** CORPORATE **********/
.corporate {
padding: 0;
}

.corporate .googlemap {
padding-bottom: 100%;
}
.corporate .inner {
max-width:100%;
padding:30px 20px 50px 20px;
}

.corporate .profile dl {
font-size:14px;
}

/********** CONTACT **********/
.contact {
padding:40px 0 100px 0;
text-align:center;
}

.contact .inner {
max-width:100%;
padding:0 20px;
}


.contact .mailform {
width:auto;
max-width:100%;
text-align:center;
}
.contact .mailform form {
}
.contact .mailform dl {
text-align:left;
}
.contact .mailform dl dt {
float:none;
width:100%;
margin:0 0 10px 0;
line-height:20px;
}
.contact .mailform dl dt .required {
position:relative;
vertical-align: unset;
height:20px;
font-size:14px;
line-height:20px;
padding:0 15px;
margin: 0 0 0 10px;
background:#000;
color:#fff;

}
.contact .mailform dl dd {
padding:0 0 0 0!important;
margin:0 0 25px 0!important;
}

/* mailformpro */
div.mfp_err {
}

/* プライバシーポリシー */
.contact .mailform .privacypolicy {
padding:15px 15px;
margin:0 auto 20px auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.contact .mailform .privacypolicy .title {
font-size:14px;
}
.contact .mailform .privacypolicy .body {
font-size:12px;
line-height:18px;
}

/********** 送信完了 **********/
.thanks {
padding:140px 0;
}
.thanks .inner {
max-width:100%;
padding:0 30px;
}
.thanks .title {
margin:0 auto 50px auto;
}
.thanks .message {
font-size:18px;
margin:0 auto 50px auto;
}



/***** pagetop *****/
.pagetop {
width: 35px;
height: 35px;
bottom: 10px;
right:10px;
}

/* ************************************************ */
/**** footer ****/
/* ************************************************ */
.footer {
padding:13px 0 5px 0;
}
.footer .logo {
margin: 0;
}
.footer .logo img {
width:104px;
height:31px;
}

.footer .copyright {
font-size:11px;
}

}