@charset "UTF-8";
/* 
	
CSS page.css */






/*//////////////////


#index


//////////////////*/

/* common */
#index {  }
@media screen and (max-width: 767px) { 
}

/* #sec_1 */
#index #sec_1 .insec { display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
#index #sec_1 .insec dl { width: calc(100% - 180px) }
#index #sec_1 .insec dl>dt{ width: 110px; float: left; }
#index #sec_1 .insec dl>dd{ text-align: left; padding-left: 120px; margin-bottom: 5px; }
#index #sec_1 .insec .link1 { width: 80px; }
@media screen and (max-width: 1040px) {
	#index #sec_1 .insec dl { width: calc(100% - 120px) }
}
@media screen and (max-width: 767px) {
	#index #sec_1 .insec { display: block; }
	#index #sec_1 .insec .link1 { width: 100%; margin-top: 30px; text-align: center; }
	#index #sec_1 .insec dl{ width: 100% }
	#index #sec_1 .insec dl>dt { width: 100%; float: none; }
	#index #sec_1 .insec dl>dd { padding-left: 0; margin-bottom: 25px; }
	#index #sec_1 .insec dl>dt:last-child { margin-bottom: 0; }
}


/* sec_2 */
#index #sec_2 {  }
#index #sec_2 .imgbox { height: 540px; position: relative; }
#index #sec_2 .imgbox .inbox { background: #001a37; display: flex; justify-content: center; align-items: center; float: right; position: absolute; top: 0; right: 35px; height: 100%; width: 460px; }
#index #sec_2 .imgbox .bg { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ }
#index #sec_2 .imgbox .inbox .tategaki { color: #fff; line-height: 2.4; }
#index #sec_2 .imgbox .inbox .tategaki .title { margin-left: 10px; }
#index #sec_2 .imgbox .inbox .tategaki .txt1 { font-size: 28px; }
@media screen and (max-width: 767px) {
	#index #sec_2 .imgbox { height: 360px; margin-bottom: 0; }
	#index #sec_2 .imgbox .inbox { right: 30px; height: 100%; width: 240px; }
	#index #sec_2 .imgbox .inbox .tategaki .txt1 { font-size: 18px; }
	#index #sec_2 .imgbox .inbox .tategaki .title { font-size: 13px; }
}


/* sec_3 */
#index #sec_3 .list { float: left; margin-left: -30px; }
#index #sec_3 .list li { margin-bottom: 30px; width: calc(50% - 30px); background: #f7f7f7; display: inline-block; margin-left: 30px; float: left; }
#index #sec_3 .list li a { padding: 60px 50px; display: block; text-decoration: none; text-align: center; height: 100%; box-sizing: border-box; }
#index #sec_3 .list li a .title { font-size: 20px; color: #001a37; text-align: center; margin-bottom: 20px; font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; }
#index #sec_3 .list li a .txt { margin-bottom: 20px; text-align: justify; }
#index #sec_3 .list li a .link { text-decoration: none; font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; position: relative; font-size: 16px; }
#index #sec_3 .list li a .link:before { content:""; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 15px; border-color: transparent transparent transparent #ccc; display: inline-block; margin-right: 5px; }
#index #sec_3 .list li a:hover { background: #001a37; }
#index #sec_3 .list li a:hover .title,
#index #sec_3 .list li a:hover .txt,
#index #sec_3 .list li a:hover .link,
#index #sec_3 .list li a:hover .link:before { color: #fff; }
@media screen and (max-width: 767px) {
	#index #sec_3 .list { float: left; margin-left: 0px; }
	#index #sec_3 .list li { margin-bottom: 10px; width: 100%; display: block; margin-left: 0px; float: none; }
	#index #sec_3 .list li a { padding: 6%; }
	#index #sec_3 .list li a .title { font-size: 15px; }
	#index #sec_3 .list li:last-child { margin-bottom: 0; }
}


/* #sec_4 */
#index #sec_4 { position: relative; text-align: center;  }
#index #sec_4 .inbox { box-sizing: border-box; padding: 80px 100px; }
#index #sec_4 .inbox .sub { font-size: 16px; margin-bottom: 10px; color: #001a37; }
#index #sec_4 .inbox .title { font-size: 32px; line-height: 1.7; font-feature-settings : "palt"; margin-bottom: 30px; color: #001a37; }
#index #sec_4 .inbox .txt { text-align: justify; margin-bottom: 30px; }
#index #sec_4 .arw { position: absolute; left: 0; right: 0; bottom: -60px; margin-left: auto; margin-right: auto; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 15px 5px 0 5px; border-color: #ccc transparent transparent transparent; }
@media screen and (max-width: 767px) {
	#index #sec_4 .inbox { box-sizing: border-box; padding: 8%; }
	#index #sec_4 .inbox .title { font-size: 24px; margin-bottom: 20px; }
	#index #sec_4 .inbox .sub { font-size: 1em; }
	#index #sec_4 .inbox .txt { margin-bottom: 20px; }
	#index #sec_4 .arw { bottom: -38px; }
}
@media screen and (max-width: 767px) {
}


/* #index #sec_5 */
#index #sec_5 .intitle { font-size: 24px; text-align: center; margin-bottom: 20px; } 
@media screen and (max-width: 767px) { 
	#index #sec_5 .intitle { font-size: 18px; margin-bottom: 20px; } 
}












/*//////////////////


#commitment


//////////////////*/

/* common */
#commitment #mainv { background-image: url(../img/commitment/mv_bg.jpg); }
#commitment { }
@media screen and (max-width: 767px) { 
}

/* #sec_1 */
#commitment #sec_1 .copy { font-size: 32px; line-height: 1.7; margin-bottom: 40px; text-align: center; }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) {
	#commitment #sec_1 .copy { font-size: 20px; margin-bottom: 30px; text-align: left; }
	#commitment #sec_1 .copy br { display: none;  }
}

/* #sec_2 */
#commitment #sec_2 { position: relative; }
#commitment #sec_2 .incnt { position: relative; }
#commitment #sec_2 .sectitle { position: absolute; top: 0; left: 0; width: 100%; margin-top: 120px; text-align: center; color: #fff; }
#commitment #sec_2 .sectitle .arw { margin-left: auto; margin-right: auto; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 15px 5px 0 5px; border-color: #fff transparent transparent transparent; }
#commitment #sec_2 .incnt { padding-top: 320px; }
#commitment #sec_2 .basebox { }
#commitment #sec_2 .mv { height: 400px; position: absolute; top: 0; left: 0; width: 100%; }
#commitment #sec_2 .mv img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#commitment #sec_2 .basecnt { }
@media screen and (max-width: 1040px) { 
	#commitment #sec_2 .mv { height: 320px; position: static; }
	#commitment #sec_2 .incnt { padding-top: 0; }
}
@media screen and (max-width: 767px) {
	#commitment #sec_2 .mv { height: 280px; }
}












/*//////////////////


#about.index


//////////////////*/

/* common */
#about.index #mainv { background-image: url(../img/about/common/mv_bg.jpg); }
#about.index #main .bgbox { text-align: center; margin-bottom: 40px; }
#about.index #main .imgboxstyle1 { margin-bottom: 40px; }
@media screen and (max-width: 767px) {
	#about.index #main .bgbox { text-align: center; margin-bottom: 30px; }
	#about.index #main .imgboxstyle1 { margin-bottom: 30px; }
}

/* #sec_1 */
#about.index #sec_1 .copy { font-size: 32px; line-height: 1.7; margin-bottom: 40px; text-align: center; }
@media screen and (max-width: 767px) {
	#about.index #sec_1 .copy { font-size: 20px; margin-bottom: 30px; text-align: left; }
	#about.index #sec_1 .copy br { display: none;  }
}

#about.index #swrap_2 { background:#fff; }
#about.index #sec_2 .intitle { font-size: 32px; color: #001a37; line-height: 1.7; margin-bottom: 40px; text-align: center; }
#about.index #sec_2 .borderbox { padding: 80px 100px; }
@media screen and (max-width: 767px) {
	#about.index #sec_2 .intitle { font-size: 20px; margin-bottom: 20px; }
	#about.index #sec_2 .borderbox { padding: 8% 6%; text-align: left; }
}












/*//////////////////


#about.under


//////////////////*/

/* common */
#about.under #mainv { background-image: url(../img/about/common/mv_bg.jpg); }
#about.under #main .imgboxstyle1 { flex-wrap: wrap; }
#about.under #main .imgboxstyle1 .item { width: 50%; }
#about.under #main .insectitle { text-align: center; }
@media screen and (max-width: 767px) {
	#about.under #main .imgboxstyle1 { }
	#about.under #main .imgboxstyle1 .item { width: 100%; }
}

/* #sec_1 */
#about.under #sec_1 .copy { font-size: 32px; line-height: 1.7; margin-bottom: 40px; text-align: center; }
#about.under #sec_1 .bgbox { text-align: center; }
@media screen and (max-width: 767px) {
	#about.under #sec_1 .copy { font-size: 20px; margin-bottom: 30px; text-align: left; }
	#about.under #sec_1 .copy br { display: none;  }
	#about.under #sec_1 .bgbox { text-align: center; margin-bottom: 30px; }
}

#about.under #swrap_2 { background:#fff; }
#about.under #sec_2 .bgbox { margin-bottom: 20px; }
@media screen and (max-width: 767px) {
}












/*//////////////////


#about.flow


//////////////////*/

#about.flow #mainv { background-image: url(../img/about/common/mv_bg.jpg); }

/* #sec_1 */
#about.flow #sec_1 .bgbox { display: flex; justify-content: flex-start; align-items: center; padding: 40px 60px; margin-bottom: 10px; }
#about.flow #sec_1 .num { font-size: 24px; width: 50px; color: #001a37; }
#about.flow #sec_1 .txt { width: calc(100% - 50px); }
@media screen and (max-width: 767px) {
	#about.flow #sec_1 .num { font-size: 20px; width: 30px; }
	#about.flow #sec_1 .txt { width: calc(100% - 30px); }
	#about.flow #sec_1 .bgbox { padding: 8% 6%; }
}

#about.under #swrap_2 { background:#fff; }
#about.under #sec_2 .bgbox { margin-bottom: 20px; }
@media screen and (max-width: 767px) {
}












/*//////////////////


#company


//////////////////*/

/* common */
#company #mainv { background-image: url(../img/company/mv_bg.jpg); }
@media screen and (max-width: 767px) {
	#company #sec_1 {  }
}

/* .companylist */
#company #sec_1 .companylist { }
#company #sec_1 .companylist li { padding: 20px 0; border-bottom: 1px solid #ccc; }
#company #sec_1 .companylist li:first-child { padding-top: 0px; }
#company #sec_1 .companylist li:last-child { border-bottom: 0px; padding-bottom: 0; }
#company #sec_1 .companylist li dl { display: flex; justify-content: space-between; align-items: flex-start; }
#company #sec_1 .companylist li dt { width: 120px; margin-right: 10px;  }
#company #sec_1 .companylist li dd { width: calc(100% - 150px); }
#company #sec_1 .companylist li>dl { position: relative; }
#company #sec_1 .companylist li>dl>dd { }
@media screen and (max-width: 767px) { 
	#company #sec_1 .companylist li { padding: 15px 0; }
	#company #sec_1 .companylist li>dl { display: block; padding: 0; }
	#company #sec_1 .companylist li>dl>dd { width: 100% }
	#company #sec_1 .companylist li>dl>dd .txt { padding-left: 0!important; text-indent: 0;  }
	#company #sec_1 .companylist li>dl>dt { width: 100%; text-align: justify; margin-top: 5px; }
	#company #sec_1 .companylist li:first-child { padding-top: 0; }
}


/* .map */
#company #sec_1 .map iframe { height: 530px; margin-bottom: 20px; }
@media screen and (max-width: 767px) { 
	#company #sec_1 .map iframe { height: 300px; }
}


/* #staffbox */
#company #staffbox .intitle { font-size: 24px; color: #001a37; margin-bottom: 40px; }
#company #staffbox .bgbox { margin-bottom: 20px; }
#company #staffbox .bgbox:last-child { margin-bottom: 0px; }
#company #staffbox .inbox { display: flex; justify-content: space-between; align-items: flex-start; }
#company #staffbox .inbox .imgbox { width: 150px; }
#company #staffbox .inbox .txtbox { width: calc(100% - 200px); }
#company #staffbox .inbox .txtbox dt { width: 100px; float: left; }
#company #staffbox .inbox .txtbox dd { padding-left: 110px; }
@media screen and (max-width: 767px) {
	#company #staffbox .intitle { font-size: 20px; margin-bottom: 30px; }
	#company #staffbox .bgbox { margin-bottom: 10px; }
	#company #staffbox .inbox { display: block; }
	#company #staffbox .inbox .imgbox { margin: 0 auto 30px; }
	#company #staffbox .inbox .txtbox { width: 100%; }
	#company #staffbox .inbox .txtbox dt { width: 100%; float: none; }
	#company #staffbox .inbox .txtbox dd { padding-left: 0; margin-bottom: 5px; }
}












/*//////////////////


#works.index


//////////////////*/

/* common */
#works.index #mainv { background-image: url(../img/works/common/mv_bg.jpg); }
#works.index #navbox { text-align: center; }
#works.index #navbox li { display: inline-block; }
#works.index #navbox li+li:before { content: "/"; padding: 0 10px;  }
#works.index #navbox li a { text-decoration: none; font-size: 18px; transition: 0.3s; color: #001a37;}
#works.index #navbox li a:hover,
#works.index #navbox li.current  { text-decoration: underline; color: #001a37; }
@media screen and (max-width: 767px) {
	#works.index #navbox li a { font-size: 15px; }
}

#works.index #workslist li { margin-bottom: 60px; }
#works.index #workslist li a { display: flex; justify-content: space-between; align-items: flex-start; text-decoration: none; transition: 0.3s; }
#works.index #workslist li a .img { width: 50%; }
#works.index #workslist li a .txtbox { width: 45%; }
#works.index #workslist li a .txtbox .title { font-size: 24px; margin-bottom: 30px; color: #001a37; }
#works.index #workslist li a .txtbox .cat { margin-bottom: 30px; }
#works.index #workslist li a:hover,
#works.index #workslist li.current  { opacity: 0.7; color: #191919; }
#works.index #workslist li a .link { display: none; text-decoration: none; font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; position: relative; font-size: 16px; text-align: center; margin-top: 20px; }
#works.index #workslist li a .link:before { content:""; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 15px; border-color: transparent transparent transparent #ccc; display: inline-block; margin-right: 5px; }
@media screen and (max-width: 767px) {
	#works.index #workslist li { margin-bottom: 60px; }
	#works.index #workslist li a { display: block;  }
	#works.index #workslist li a .img { width: 100%; }
	#works.index #workslist li a .txtbox { width: 100%; margin-bottom: 20px; }
	#works.index #workslist li a .txtbox .title { font-size: 18px; margin-bottom: 10px; }
	#works.index #workslist li a .txtbox .cat { margin-bottom: 0px; }
	#works.index #workslist li a:hover,
	#works.index #workslist li.current  { opacity: 1; color: #191919; }
	#works.index #workslist li a .link { display: block; }
}












/*//////////////////


#works.under


//////////////////*/

/* common */
#works.under #mainv { background-image: url(../img/works/common/mv_bg.jpg); }

/* specbox */
#works.under #main .specbox { margin-bottom: 60px; }
#works.under #main .specbox .cat { margin-bottom: 30px; }
@media screen and (max-width: 639px) { 
	#works.under #main .specbox { margin-bottom: 40px; }
	#works.under #main .specbox:after { margin-top: 40px; }
}

/* imgboxstyle1 */
#works.under #main .imgboxstyle1 { flex-wrap: wrap; }
#works.under #main .imgboxstyle1 .item { width: 50%; flex: inherit; }
@media screen and (max-width: 767px) {
	#works.under #main .imgboxstyle1 { }
	#works.under #main .imgboxstyle1 .item { width: 100%; }
}

/* #relationbox */
#works.under .basebox#relationbox { padding: 60px; margin-bottom: 0px; }
#works.under .basebox#relationbox .intitle { font-size: 24px; text-align: center; margin-bottom: 20px; } 
#works.under .basebox#relationbox .postlist1 { flex-wrap: wrap; }
#works.under .basebox#relationbox .postlist1 li { margin-left: 20px; width: calc(33.33% - 20px); margin-bottom: 20px; }
#works.under .basebox#relationbox .postlist1 li:nth-last-child(-n+3) { margin-bottom: 0; }
#works.under .basebox#relationbox .postlist1 li a { background-color: #f7f7f7; padding: 10px; }
#works.under .basebox#relationbox .postlist1 li a:hover {  background: #001a37; }
#works.under .basebox#relationbox .intitle { font-size: 24px; text-align: center; margin-bottom: 20px; } 
@media screen and (max-width: 1180px) { 
	#works.under .basebox#relationbox { padding: 60px; }
	#works.under .basebox#relationbox .postlist1 li { width: calc(50% - 20px); }
}
@media screen and (max-width: 767px) { 
	#works.under .basebox#relationbox { font-size: 18px; margin-bottom: 20px; } 
	#works.under .basebox#relationbox { padding: 8% 6%; }
	#works.under .basebox#relationbox .intitle { font-size: 18px; margin-bottom: 20px; } 
	#works.under .basebox#relationbox .postlist1 { display: block; margin-left: 0; }
	#works.under .basebox#relationbox .postlist1 li { margin-left: 0; width: 100%; margin-bottom: 10px; }
	#works.under .basebox#relationbox .postlist1 li:last-child { margin-bottom: 0; }
}












/*//////////////////


#blog.index


//////////////////*/

/* common */
#blog.index #mainv { background-image: url(../img/blog/common/mv_bg.jpg); }
@media screen and (max-width: 639px) { 
	#blog.index {  }
}

/* #blk_1 */
#blog.index #blk_1 .nav { display: inline-block; }
#blog.index #blk_1 .nav li { display: inline-block; position: relative; cursor: pointer; margin-right: 20px; }
#blog.index #blk_1 .nav .acdbtn { font-size: 18px; position: relative; padding-right: 0px; }
#blog.index #blk_1 .nav ul.acdbox { display: none; position: absolute; top: 40px; left: 0; width: 300px; background: #f7f7f7; padding: 40px; z-index: 1; text-align: left; }
#blog.index #blk_1 .nav li:first-child ul.acdbox { z-index: 2;}
#blog.index #blk_1 .nav ul.acdbox li { display: inline-block; }
#blog.index #blk_1 .nav ul.acdbox li a { text-decoration: none; line-height: 1.6; margin-bottom: 5px; }
#blog.index #blk_1 .nav ul.acdbox li a:hover { text-decoration: underline; }
#blog.index #blk_1 .nav .acdbtn:after { content:""; display: inline-block; border-style: solid; border-width: 15px 5px 0 5px; border-color: #ccc transparent transparent transparent; margin-left: 10px; vertical-align: middle; transition: 0.6s; }
#blog.index #blk_1 .nav .acdbtn.open::after { border-width: 0 5px 15px 5px; border-color: transparent transparent #ccc transparent; }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	#blog.index #blk_1 .nav { position: relative; margin-bottom: 20px; }
	#blog.index #blk_1 .nav li { position: static; }
	#blog.index #blk_1 .nav ul.acdbox { width: 88vw; width: calc(88vw - 80px); left: 0; }
}


/* #blk_2 */
#blog.index #blk_2 .postlist1 { flex-wrap: wrap; }
#blog.index #blk_2 .postlist1 li { margin-left: 20px; width: calc(33.33% - 20px); margin-bottom: 20px; }
#blog.index #blk_2 .postlist1 li:nth-last-child(-n+3) { margin-bottom: 0; }
#blog.index #blk_2 .postlist1 li a { background-color: #f7f7f7; padding: 10px; }
#blog.index #blk_2 .postlist1 li a:hover {  background: #001a37; }
@media screen and (max-width: 1040px) {
	#blog.index #blk_2 .postlist1 li { width: calc(50% - 20px); }
}
@media screen and (max-width: 767px) {
	#blog.index #blk_2 .postlist1 { display: block; margin-left: 0; }
	#blog.index #blk_2 .postlist1 li { margin-left: 0; width: 100%; margin-bottom: 10px; }
	#blog.index #blk_2 .postlist1 li:last-child { margin-bottom: 0; }
}












/*//////////////////


#blog.under


//////////////////*/

/* common */
#blog.under #mainv { background-image: url(../img/blog/common/mv_bg.jpg); }
#blog.under #main .specbox { margin-bottom: 60px; }
#blog.under #main .specbox:after { content: ""; width: 50px; height: 1px; background: #191919; display: block; margin-top: 60px; }
@media screen and (max-width: 639px) { 
	#blog.under #main .specbox { margin-bottom: 40px; }
	#blog.under #main .specbox:after { margin-top: 40px; }
}



/* #sec_3 */
#blog.under #sec_3 .postlist1 { flex-wrap: wrap; }
#blog.under #sec_3 .postlist1 li { margin-left: 20px; width: calc(33.33% - 20px); margin-bottom: 20px; }
#blog.under #sec_3 .postlist1 li:nth-last-child(-n+3) { margin-bottom: 0; }
#blog.under #sec_3 .postlist1 li a { background-color: #f7f7f7; padding: 10px; }
#blog.under #sec_3 .postlist1 li a:hover {  background: #001a37; }
#blog.under #sec_3 .intitle { font-size: 24px; text-align: center; margin-bottom: 20px; } 
@media screen and (max-width: 1040px) {
	#blog.under #sec_3 .postlist1 li { width: calc(50% - 20px); }
}
@media screen and (max-width: 767px) {
	#blog.under #sec_3 .intitle { font-size: 18px; margin-bottom: 20px; } 
	#blog.under #sec_3 .postlist1 { display: block; margin-left: 0; }
	#blog.under #sec_3 .postlist1 li { margin-left: 0; width: 100%; margin-bottom: 10px; }
	#blog.under #sec_3 .postlist1 li:last-child { margin-bottom: 0; }
}


#blog.under .basebox#relationbox { padding: 60px; margin-bottom: 0px; }
@media screen and (max-width: 1180px) { 
	#blog.under .basebox#relationbox { padding: 60px; }
}
@media screen and (max-width: 767px) { 
	#blog.under .basebox#relationbox { padding: 8% 6%; }
}










/*//////////////////


#news


//////////////////*/

/* common */
#news #mainv { background-image: url(../img/news/mv_bg.jpg); }

/* #sec_1 */
#news #sec_1 li { padding: 40px 60px; background: #f7f7f7; margin-bottom: 10px; }
#news #sec_1 li:last-child { margin-bottom: 0; }
#news #sec_1 dl { display: flex; justify-content: space-between; width: 100%; }
#news #sec_1 dl dt { width: 110px; }
#news #sec_1 dl dd { width: calc(100% - 120px); }
@media screen and (max-width: 767px) { 
	#news #sec_1 li { padding: 6%; }
	#news #sec_1 dl { display: block; }
	#news #sec_1 dl dt { width: 100%; }
	#news #sec_1 dl dd { width: 100%; }
}













/*//////////////////


#notfound


//////////////////*/

/* common */
#notfound #mainv { background-image: url(../img/404/mv_bg.jpg); }










