@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500&display=swap');
/* Reset CSS
-------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
/* フルードイメージ */
img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
html {scroll-behavior: smooth;}
a {
  /* outline:none; */
  /* color: #2e2e2e; */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* text-decoration: none; */
}
a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
/* PCで電話リンクしない */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* Basic setting
-------------------------------*/
body {
	font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
    font-feature-settings: "palt";
	color: #000;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}
/* ヘッダー
-------------------------------*/
* html #header{height:1%;}
#header{
    padding: 25px;
    border-bottom: solid 1px #eee;
}
#header .inner{
    width: 100%;
    max-width: 1870px;
    margin: auto;
    align-items: center;
}
@media screen and (max-width:900px){
    #header{
        padding: 10px 25px 0;
    }
}
/* フッター
-------------------------------*/
#footer{
    margin-top: 200px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    padding-top: 160px;
    padding-bottom: 160px;
}
#footer a{
    color: #fff;
}
#footer .inner{
    width: 90%;
    max-width: 840px;
    margin: auto;
    align-items: center;
    padding: 30px 0;
    position: relative;
}
#footer .inner:after{
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    content: "";
}
.f_info{
    min-width: 300px;
}
.f_info .name{
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 10px;
}
.f_info .add{
    line-height: 2.2em;
    margin-bottom: 40px;
    font-weight: 500;
}
.f_nav ul{
    align-items: flex-end;
}
.f_nav ul li.ico a{
    margin-left: 10px;
}
/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:50px;
	right:20px;
}
@media screen and (max-width:900px){
    #footer{
        padding-top: 100px;
        padding-bottom: 80px;
    }
    #footer .inner{
        padding: 0;
    }
    #footer .inner:after{
        display: none;
    }
    .f_logo{
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }
    .f_info{
        width: 100%;
        text-align: center;
    }
    .f_info .add{
        line-height: 2.2em;
        margin-bottom: 40px;
    }
    .f_nav ul li:first-child{
        display: none;
    }
    .f_nav ul li.ico{
        width: 100%;
        text-align: center;
    }
    .f_nav ul li.ico a{
        margin-left: 10px;
        margin-right: 10px;
    }
    .f_nav ul li.ico a img{
        width: 40px;
        height: auto;
    }
}
@media screen and (max-width:640px){
    
    #footer{
        margin-top: 100px;
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .f_logo{
        margin-bottom: 40px;
    }
    .f_info .add{
        line-height: 1.8em;
    }
    #pageTop img{
        width:40px;
        height:auto;
    }
}
/* TOP
-------------------------------*/
.top_logo{
    width: 90%;
    max-width: 1920px;
    margin: auto;
}
.v_logo{
    width: 80%;
    max-width: 700px;
    height: 240px;
    margin: 270px auto;
    overflow: hidden;
    position: relative;
}
.v_logo video{
    position: absolute;
    top: 50%;
    left: 49.5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-49.5%, -50%);/*左右・上下*/
    width: 102%;
    height: auto;
}
.top_logo .copy{
    color: #b3b3b3;
    font-family: 'Noto Serif JP', serif;
}
.top_news{
    width: 90%;
    max-width: 935px;
    margin: auto;
    margin-top: 200px;
    margin-bottom: 250px;
}
.n_cap{
    width: 225px;
    border-right: solid 1px #000;
}
.n_list{
    width: calc(100% - 300px);
}
.n_list_in{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px; /* 左右、上下 */
    line-height: 1.6em;
}
.n_list_in td.date{
    width: 7em;
    font-weight: 700;vertical-align: top;
}
.n_list_in td.ttl {
    width: calc(100% - 7em);
}
.top_bnr{
    width: 90%;
    max-width: 932px;
    margin: auto;
}
.top_bnr li{
    width: 32.3%;
    border: solid 1px #ccc;
    margin-bottom: 15px;
}
.top_bnr li:first-child{
    border: none;
}
.top_bnr li a{
    display: block;
}

.top_project {
    max-width: 1300px;
    width: 90%;
    margin: 100px auto 200px;
}
.top_project h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Noto Serif JP';
    /* animation: fadeIn 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards; */
}
.top_project h3 {
    text-align: center;
    font-size: 24px;
    line-height: 2;
    font-weight: 500;
    font-family: 'Noto Serif JP';
    margin-bottom: 70px;
    /* animation: fadeIn 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards; */
}
.top_project h4 {
    text-align: center;
    margin-bottom: 80px;
    font-size: 19px;
}
.top_project .symbol {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 40px auto 0;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.top_act {
    max-width: 1000px;
    width: 90%;
    margin: 60px auto;
}
.act_pic {
    align-items: center;
}
.act_pic div {
    width: calc(95% - 395px);
    font-size: 20px;
}
.act_pic p {
    margin-top: 30px;
}
.cmn-ttl {
    font-family: 'Noto Serif JP';
    font-size: 28px;
    font-weight: 500;
    border-bottom: solid 1px black;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.message {
    max-width: 800px;
    margin: 20px auto 0;
    line-height: 2;
}
.top_schedule {
    max-width: 1000px;
    width: 90%;
    margin: 60px auto;
}
.top_gaiyou {
    max-width: 1000px;
    width: 90%;
    margin: 60px auto;
}
.top_kitei {
    max-width: 1000px;
    width: 90%;
    margin: 60px auto;
}
.top_zyokyo {
    max-width: 1000px;
    width: 90%;
    margin: 60px auto;
}
.cmn-section {
    max-width: 1000px;
    width: 90%;
    margin: 60px auto;
}
.cmn-table {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.cmn-table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: dotted 1px #ccc;
    padding: 15px 2%;
}
.cmn-table th {
    width: 30%;
}
.cmn-table td {
    width: 68%;
}
span.red {
    color: red;
}
span.inblock {
    display: inline-block;
}
.link-entry {
    position: relative;
    display: inline-block !important;
    width: auto;
    padding: 5px 40px 5px 20px;
    display: block;
    /* border: solid 1px black; */
    background-color: black;
    color: white;
    font-weight: 500;
    border-radius: 3px;
    margin: 5px 0;
    text-decoration: none;
}
.link-entry::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff;
    right: 15px;
    top: 12px;
}

@media screen and (max-width:1800px){
    .v_logo{
        margin-top: 15vw;
        margin-bottom: 15vw;
    }
    .top_news{
        margin-top: 11vw;
        margin-bottom: 13vw;
    }
}
@media screen and (max-width:900px){
    .top_news{
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .n_cap{
        width: 100%;
        margin-bottom: 35px;
        border-right: none;
        position: relative;
    }
    .n_cap:after{
        position: absolute;
        left: 0;
        bottom: -25px;
        width: 150px;
        height: 1px;
        background-color: #000;
        content: "";
    }
    .n_list{
        width: 100%;
    }
    .act_pic .img {
        width: 49%;
    }
    .act_pic div {
        width: 49%;
        font-size: 18px;
    }
}
@media screen and (max-width:640px){
    .top_logo .copy{
        font-size: 12px;
    }
    .top_bnr li{
        width: 49%;
        margin-bottom: 10px;
    }
    .top_project h2 {
        font-size: 5vw;
    }
    .top_project h3 {
        font-size: 4.2vw;
    }
    .top_project h4 {
        font-size: 4vw;
    }
    .cmn-ttl {
        font-size: 22px;
    }
    .cmn-table th {
        width: 100%;
    }
    .cmn-table td {
        width: 100%;
        padding-left: 5%;
    }
    .act_pic p {
        margin-top: 15px;
    }
    .top_project {
        margin: 50px auto;
    }
    .top_project h4 {
        margin-bottom: 35px;
        line-height: 1.7;
    }
    .top_project h3 {
        margin-bottom: 45px;
        line-height: 1.7;
    }
    .sendanmaru {
        display: block;
        margin: auto;
    }
}
/* 会社案内
-------------------------------*/
.com01{
    width: 90%;
    max-width: 1020px;
    margin: 100px auto 0;
}
.maru_ttl{
    position: relative;
    z-index: 10;
    margin-bottom: 150px;
}
.maru_ttl:before{
    position: absolute;
    left: -70px;
    top: -70px;
    z-index: 1;
    width: 214px;
    height: 214px;
    background: url(../img/ttl_bg_maru.png) left top no-repeat;
    background-size: 100% auto;
    content: "";
}
.gaiyou{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 50px; /* 左右、上下 */
    font-family: 'Noto Serif JP', serif;
}
.gaiyou th{
    width: 190px;
    vertical-align: top;
}
.gaiyou td{
    width: calc(100% - 190px);
}
@media screen and (max-width:640px){
    .maru_ttl{
        margin-bottom: 80px;
    }
    .maru_ttl img{
        width: auto;
        height: 55px;
    }
    .maru_ttl:before{
        left: -60px;
        top: -45px;
        width: 150px;
        height: 150px;
    }
    .gaiyou{
        width: 100%;
        border-collapse: collapse;
    }
    .gaiyou tr{
        border-bottom:dotted 1px #ccc;
    }
    .gaiyou th{
        width: 8em;
        padding: 20px 0;
    }
    .gaiyou td{
        width: calc(100% - 8em);
        padding: 20px 0;
    }
}
/* お問い合わせ
-------------------------------*/
.toi01{
    width: 90%;
    max-width: 1020px;
    margin: 100px auto 0;
}
.mailform{
    width: 100%;
    max-width: 960px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0 80px; /* 左右、上下 */
    font-family: 'Noto Serif JP', serif;
}
.mailform th{
    width: 270px;
}
.mailform td{
    width: calc(100% - 270px);
}
.hissu{
    background-color: #b40000;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-left: 8px;
}
.mb20{
    margin-bottom: 20px;
}
.w3em{
    display: inline-block;
    width: 3em;
}
.w-space{
    display: inline-block;
    width: 3em;
    text-align: center;
}
.va-top{
    vertical-align: top;
    padding-top: 15px;
}
.ac{
    text-align: center;
}
.length_l{
    width: 100%;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 15px;
}
.length_m{
    width: 30%;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 15px;
}
.length_s{
    width: 150px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 15px;
}
.naiyou{
    width: 100%;
    height: 260px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 15px;
    resize: vertical;
}
.btn_sousin{
    background:url(../img/btn_sousin.png);
    width:214px;
    height:214px;
    border:0px solid;
    cursor:pointer;
    transition: 0.3s;
}
.btn_sousin:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
.txt_end{
    width: 100%;
    max-width: 800px;
    margin: auto;
    font-family: 'Noto Serif JP', serif;
}
.txt_end .sub{
    text-align: center;
    font-size: 120%;
    margin-bottom: 40px;
}
.iframe-width {
    max-width: 640px;
    margin: auto;
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:900px){
    .mailform th{
        width: 180px;
    }
    .mailform td{
        width: calc(100% - 180px);
    }
    .length_s{
        width: 120px;
    }
}
@media screen and (max-width:640px){
    .mailform{
        border-spacing: 0 30px; /* 左右、上下 */
    }
    .mailform th{
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }
    .mailform td{
        display: inline-block;
        width: 100%;
    }
    .mb20{
        margin-bottom: 10px;
    }
    .w3em{
        width: 2.5em;
        font-size: 90%;
    }
    .w-space{
        width: 1em;
    }
    .va-top{
        padding-top: 0;
    }
    .length_s{
        width: 30%;
    }
}
/* お知らせ
-------------------------------*/
#newsWrap .n_list_in{
    margin-bottom: 80px;
    border-spacing: 0 30px; /* 左右、上下 */
}
/*ページャーボタン*/
.pager{
    text-align:center;
    padding:10px;
    clear:both;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pager a{
    border: 1px solid #000;
    color: #333;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    margin:0 2px;
}
.pager a.current{
    background: #000;
    color: #fff;
}
.pager a:hover{
    background:#000;
    color: #fff;
}
/* 詳細ページ */
.post-cont h2{
    font-size: 150%;
    line-height: 1.3em;
    font-family: 'Noto Serif JP', serif;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}
#detail{
    margin-bottom: 80px;
}
#up_ymd{
    text-align:right;
    font-size:90%;
    font-weight: 500;
    margin-bottom: 20px;
}
.detailUpfile{
    margin:5px 0 35px;
    text-align:center;
}
.detailUpfile img{
    max-width:100%;
    height:auto;
}
.backORcloseBtn{
    text-align:center;
    line-height:100%;
    margin-top:15px;
}
.backORcloseBtn a{
    display:inline-block;
    width: 250px;
    padding:17px 0;
    border:1px solid #000;
    color:#000;
    text-decoration:none;
    font-size:15px;
    transition: 0.3s;
}
.backORcloseBtn a:hover{
    background-color: #000;
    color: #fff;
}
@media screen and (max-width:640px){
    #newsWrap .n_list_in th{
        display: inline-block;
        width: 100%;
    }
    #newsWrap .n_list_in td{
        display: inline-block;
        width: 100%;
    }
    .pager a{
        width: 30px;
        height: 30px;
    }
    .post-cont h2{
        font-size: 120%;
        line-height: 1.3em;
    }
}
/* プリントの表示設定 */
@media print{
    #wrapper{
        width:1110px;
        margin:auto;
    }
    .v_logo{
        display: none;
    }
    
    .top_logo{
        width: 100%;
        height: 500px;
        background-image:url(../img/logo.svg); 
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 600px auto;
        position: relative;
    }
    .top_logo .copy{
        position: absolute;
        left: 5%;
        bottom: 20px;
    }
    .top_news{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .n_list iframe{
        width: 600px;
    }
    #footer{
        margin-top: 80px;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
}

/* 申請書類ダウンロード
-------------------------------*/
.ent01 {
    width: 90%;
    max-width: 1020px;
    margin: 100px auto
}
.ent-ttl {
    font-size: 18px;
    font-weight: 500;
}
.ent-ttl2 {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.ent-list {
    margin-top: 40px;
}
.ent-list > li {
    margin-bottom: 30px;
}
.num-list {
    margin-top: 15px;
}
.num-list > li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
}
.num-list > li span.num {
    position: absolute;
    left: 0;
}
.pl-15 {
    padding-left: 15px;
}
.table-scroll {
    position: relative;
    overflow-x: scroll;
}
.table-scroll::-webkit-scrollbar{
    display: none;
}
.ent-table {
    width: 100%;
    min-width: 900px;
    border: solid 2px black;
    margin-top: 10px;
}
.ent-table tr:first-child td {
    padding: 20px 5px;
    border-bottom: solid 1px black;
}
.ent-table td {
    padding: 5px 5px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.ent-table tr td:last-child  {
    text-align: center;
}
.dl-pdf {
    position: relative;
    display: inline-block !important;
    width: auto;
    padding: 10px 60px 10px 20px;
    display: block;
    background-color: black;
    color: white;
    font-weight: 500;
    border-radius: 3px;
    margin: 5px 0;
    text-decoration: none;
}
.dl-pdf::before {
    position: absolute;
    content: url(../img/pdf-icon.png);
    right: 10px;
    top: 7px;
    margin: auto;
}