@charset "utf-8";

/* ===================================================
base.css for all pages, all browser
 01.BASE
 02.DESIGN STRUCTURE
 03.DOCUMENT STRUCTURE
 04.NAVIGATION
 05.LINKTEXT DECOTAIOTN
 06.EACH
 07.FORM MODULES
 08.responsive   
==================================================== */

/* 01 BASE
----------------------------------- */

* {
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body, html {
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 200%;
    color:#333;
    text-align:center;
    width:100%;
    position: relative;
}
@media print,screen and (min-width: 768px) {
body {
	line-height: 210%;
}
}/* Tablet & PC */

.fade_anime {
	animation-name:fadeDownAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin-top: 0; }

table { font-size:inherit; font-size: 15px; font-size: 1.5rem; }

hr { display:none; }

ul,ol { list-style-type: none; }

img { border:0; margin:0; padding:0; vertical-align:bottom; }

.clear { clear:both; }



/* 02 DESIGN STRUCTURE
----------------------------------- */

/* header ----- */
header {
	text-align:center;
	overflow: hidden;
}

/* gnavi Section */

h1.logo {
	float:left;
	text-align:left;
	padding:10px 0 10px 10px;
	font-size: 1.8rem;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-left: -0.03em;
}
@media print,screen and (min-width: 768px) {
h1.logo {
	font-size: 2.2rem;
}
}/* Tablet & PC */

h1.logo img {
    width: auto;
	height: 40px;
	margin-right: 10px;
}
h1.logo a {
	color: #303f81;
}

.headNavi {
	display: none;
}

@media print,screen and (min-width: 1080px) {

header {
	height: 80px;
}

h1.logo {
	padding:15px 0 15px 20px;
	line-height: 50px;
}
h1.logo img {
    width: auto;
	height: 50px;
	margin-right: 15px;
}

.headNavi {
	display: flex;
	float: right;
	height: 80px;
	font-size: 0;
}
.headNavi li {
	height: 80px;
}
.headNavi li a {
	display: block;
	padding: 0 25px;
	height: 80px;
	font-size: 1.6rem;
	line-height: 80px;
	color: #333;
	transition-property: all;
	transition: 0.2s linear;
}
.headNavi li a:hover,
.company .headNavi li:nth-child(1) a,
.results .headNavi li:nth-child(2) a,
.quality .headNavi li:nth-child(3) a,
.recruit .headNavi li:nth-child(4) a {
	background: #303f81;
	color: #fff;
}
.headNavi li:last-child {
	margin-left: 15px;
}
.headNavi li:last-child a {
	background: #4191fc;
	color: #fff;
	padding: 0 35px;
}
.headNavi li:last-child a:hover {
	background-color: #303f81;
}

}


/*  footer  */
.footer{
    background: #303f81;
	background: linear-gradient(180deg, rgba(65, 146, 253, 1), rgba(48, 63, 129, 1));
	overflow:hidden;
	text-align:center;
	color: #fff;
}
.footer .block {
	padding: 30px 10px 20px 10px;
}
.footer .block p {
	color: #fff;
}
.footer .block p a {
	color: #fff;
}
.footer .block p a:hover {
	color: #999;
}
@media print,screen and (min-width: 768px) {
.footer{
	padding:0 0 30px 0;
}
.footer .block {
	padding: 50px 10px 20px 10px;
}
}/* Tablet & PC */


/* footNavi */
.foot_navi {
	width: 100%;
	margin: auto;
	font-size: 1.4rem;
    line-height: 180%;
}
.foot_navi li {
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}
.foot_navi li ul {
	display: flex;
	flex-wrap: wrap;
}
.foot_navi li ul li {
	width: 50%;
	margin-bottom: 0;
}
.foot_navi li ul li ul {
	display: block;
}
.foot_navi li ul li ul li {
	width: 100%;
	padding-left: 20px;
}
.foot_navi li a {
	color: #fff;
}
.foot_navi li li a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.foot_navi li li a:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transform: rotate(45deg);
}
.foot_navi li a:hover{
	color: #a5c5fe;
}

.foot_navi_t {
	display: block;
	border-bottom: solid 1px #a5c5fe;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.link_no {
	color: #a5c5fe;
}
.foot_navi_t.insta {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.foot_navi_t.insta a {
	display: block;
	padding-left: 40px;
	position: relative;
	line-height: 30px;
	background: url(/assets/img/common/icon_insta.svg) no-repeat left top;
    background-size: 30px 30px;
}

@media print,screen and (min-width: 768px) {
.foot_navi {
	width: 100%;
	margin: auto;
	display:flex;
    flex-wrap: wrap;
}
.foot_navi li {
    margin: 0 10px;
    width: calc((100% - 60px) / 3);
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}

.foot_navi li ul li {
	display: block;
	width: 100%;
	margin-bottom: 0;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.foot_navi li {
    margin: 0 40px 0 0;
    width: calc((100% - 160px) / 5);
}
.foot_navi > li:last-child {
	margin-right: 0;
}
.foot_navi li li , .foot_navi > li:first-child li {
    margin-left: 0;
    width: 100%;
}

.foot_navi_t.insta a {
	display: block;
	padding-left: 50px;
	position: relative;
	line-height: 1.5;
	background: url(/assets/img/common/icon_insta.svg) no-repeat left top;
    background-size: 40px 40px;
}

a.tel-pc {
    pointer-events: none;
    color: #333;
}
}/* PC */


.foot_address {
	margin-top: 40px;
	text-align: center;
}
.block p.foot_logo {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.foot_logo img {
	height: 50px;
	width: auto;
	margin-right: 15px;
}

.block .foot_address .address p.tel {
	margin-top: 10px;
	text-align: center;
}
.block .foot_address .address p span {
	display: block;
}

.block .copyrights p {
    text-align: center;
    color: #a5c5fe;
}

@media print,screen and (min-width: 768px) {
.foot_address {
	display:flex;
	align-items:flex-end;
	justify-content: space-between;
    margin-top: 10px;
}
.block p.foot_logo {
	text-align: left;
}
.block .foot_address .address p.tel {
	text-align: left;
}
.block .foot_address .address p span {
	display: inline-block;
	margin-right: 30px;
}
.block .copyrights p {
    text-align: right;
}
}/* Tablet & PC */




/* コンテンツ */
main {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	display: block;
}

.wrapper {
	width: 100%;
}

.block {
	width: 95%;
	margin: auto;
	padding: 30px 10px 20px 10px;
	overflow: hidden;
}

@media print,screen and (min-width: 768px) {
.block {
	padding: 70px 10px 20px 10px;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.block {
	width: 980px;
	padding: 80px 10px 20px 10px;
}
}/* PC */

@media print,screen and (min-width: 1150px) {
.block {
	width: 1080px;
}
}/* PC */


br.pconly { display: none; }
span.pconly { display: none; }

@media print,screen and (min-width: 768px) {
br.sponly { display: none; }
span.sponly { display: none; }
br.pconly { display: block; }
span.pconly { display: inline; }
}/* Tablet & PC */


/* スペース調整 */
.btmL { padding-bottom: 20px; }
.btmM { padding-bottom: 0; }

@media print,screen and (min-width: 768px) {
.btmL { padding-bottom: 50px; }
.btmM { padding-bottom: 30px; }
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.topL { margin-top: 80px; }
.topM { margin-top: 60px; }
.topS { margin-top: 40px; }
.top0 { margin-top: 0; }
.top0p { padding-top: 0; }
.btmL { padding-bottom: 60px; }
.btmM { padding-bottom: 40px; }
.btmS { padding-bottom: 20px; }
.btm0 { padding-bottom: 0; }
}/* PC */



/* 03 DOCUMENT STRUCTURE
----------------------------------- */

h3 {
	font-size: 2rem;
	line-height: 180%;
	text-align: left;
	color: #303f81;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 0 0 10px 0;
	background: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 10px 20px -10px, rgba(0, 0, 0, 0.3) 0px 6px 15px -15px;
}
h3 span {
	display: block;
	border-left: solid 5px #e90e0f;
	padding: 0 15px 5px 15px;
}
@media print,screen and (min-width: 768px) {
h3 {
	font-size: 2.5rem;
	margin-top: 50px;
	margin-bottom: 40px;
	padding: 10px 0 12px 0;
}
h3 span {
	padding: 0 20px 5px 20px;
}
}/* Tablet & PC */
@media print,screen and (min-width: 1024px) {
h3 {
	margin-top: 80px;
	margin-bottom: 50px;
}
}/* PC */


h4 {
	font-size: 1.8rem;
	line-height: 170%;
	text-align: left;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 40px;
}
h4.type2 {
	border-bottom: 3px solid #79dd03;
	padding-bottom: 15px;
	margin-top: 50px;
}
@media print,screen and (min-width: 768px) {
h4 {
	font-size: 2.2rem;
	line-height: 180%;
	margin-top: 50px;
}
}/* PC */

h3.top0 ,
h4.top0 { margin-top:0; }




.block p {
	margin-top: 25px;
	text-align: left;
}
@media print,screen and (min-width: 768px) {
.block p {
	margin-top: 30px;
}
}/* PC */
.block p.top0 { margin-top: 0; }

.txtsizeL { font-size: 115%; }
.txtsizeS { font-size: 85%; }

.hosoku {
	font-size: 85%;
	display: block;
	margin-top: 12px;
	padding-top: 2px;
	border-top: solid 1px #dadada;
}


/* テキスト揃え */
.txtR , .block p.txtR {
	display:block;
	text-align:right;
}
.txtL , .block p.txtL {
	display:block;
	text-align:left;
}
.txtC , .block p.txtC {
	display:block;
	text-align:center;
}

.telSpace {
    display: inline-block;
    margin-right: 30px;
}


/* テキスト色 */
.red { color:#FF0000;}
.blue { color:#0090ff; }


/* テキスト太さ */
.bold { font-weight: bold; }
.normal { font-weight: normal; }


/* イメージ配置 */
.floatR img , .floatL img {
	width: 100%;
	height: auto;
}
@media print,screen and (min-width: 768px) {
.floatR {
	float:right;
	padding:0 0 15px 50px;
	position: relative;
}
.floatL{
	float:left;
	padding:0 50px 15px 0;
	position: relative;
}
.floatR img , .floatL img {
	width: auto;
	height: auto;
	z-index: 100;
}
}/* Tablet & PC */


/* 基本テーブル */
table.common{
	border-collapse:collapse;
	width:100%;
	margin-top:30px;
    border-bottom:1px solid #dadada;
}
table.common th , table.common td{
	display: block;
	padding:15px;
	text-align:left;
	font-weight:normal;
	border-top:1px solid #dadada;
	vertical-align:top;
}
table.common th{
	padding: 10px 15px;
	font-weight:bold;
	background-color: #f1f1f1;
}
table.common th .yy {
    display: inline-block;
    width: 70px;
    text-align: right;
}
table.common th .mm {
    display: inline-block;
    width: 40px;
    text-align: right;
}

/* テーブル　右寄せ・センター */
table th.right , table td.right { text-align:right; }
table th.center , table td.center { text-align:center; }

table ul.inner {
    margin-bottom: -10px;
}
table ul.inner li {
    margin-bottom: 10px;
}
table ul.inner span {
    display: inline-block;
    width: 80px;
}

.width40 { width: 40px; }
table.common td.sub {
	padding: 10px 15px;
	background-color: #f7f9f4;
}

@media print,screen and (min-width: 768px) {
table.common th , table.common td{
	display: table-cell;
	padding:18px 20px;
}
table.common th{
	width:170px;
	background-color: transparent;
}
table.common.thL th {
	width: 250px;
}

table.common td.sub{
	padding:18px 20px;
	width: 220px;
	background-color: transparent;
}
}/* Tablet & PC */


.table_data {
	border-collapse:collapse;
	width:100%;
	margin-top:30px;
    border:1px solid #dadada;
    border-top: none;
}
.table_data th , .table_data td{
	display: block;
	padding:10px 15px;
	text-align:left;
	font-weight:normal;
	border-top:1px solid #dadada;
	vertical-align:top;
}
.table_data th{
	font-weight:bold;
	background-color: #f1f1f1;
}

@media print,screen and (min-width: 768px) {
.table_data {
	border-top:1px solid #dadada;
}
.table_data th , .table_data td{
	display: table-cell;
	border:1px solid #dadada;
	padding:18px 20px;
}
.table_data th {
	width: 170px;
}
}/* Tablet & PC */


.scroll_table {
	overflow-x:auto;
	white-space: nowrap;
	margin-top: 30px;
	position: relative;
}
.scroll_table .table_data {
	margin-top: 10px;
}
.scroll_table::before {
	content: "※この表は横にスクロールできます。";
	color: #ec1919;
	text-align: left;
	display: block;
	left: 0;
	margin-bottom: 5px;
}
.scroll_table::-webkit-scrollbar{
	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

@media print,screen and (min-width: 768px) {
.scroll_table {
	white-space: normal;
}
.scroll_table .table_data {
	margin-top: 0;
}
.scroll_table::before {
	content: none;
}
}/* Tablet & PC */



/* 基本リスト */
ul.common {
	margin:30px 0 0 0;
	list-style: none;
    padding: 0;
}
ul.common.top0 { margin-top: 0; }
ul.common li {
    padding-top:5px;
    padding-left: 30px;
    position: relative;
	text-align: left;
}
ul.common li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #e90e0f;
    top: 21px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.common li ul {
    margin: 0 0 15px 0;
}
ul.common li ul li:before {
	height: 1px;
    width: 18px;
    border-radius: 0;
    left: 0;
}

ul.common.bold {
	font-weight: bold;
}


ol.common {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin:0 0 0 50px;
}
ol.common li {
	position: relative;
	text-align: left;
	margin-bottom: 5px;
}
ol.common li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #555;
	color: #fff;
	display: block;
	float: left;
    font-size: 85%;
	line-height: 20px;
	margin-left: -30px;
    margin-top: 6px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}


/* 基本dl */
dl.common {
	text-align: left;
}
dl.common.top0 {
	margin-top: -30px;
}
dl.common dt {
	font-size: 115%;
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 5px;
}


.tmb_list {
	margin-top: 30px;
}
.tmb_list.top0 {
	margin-top: 0;
}
.tmb_list_img {
	margin-bottom: 10px;
}

@media print,screen and (min-width: 768px) {
.tmb_list {
	display:flex;
	margin-top: 30px;
}
.tmb_list.top0 {
	margin-top: 0;
}
.tmb_list_img {
	width: 300px;
	margin-bottom: 0;
	margin-right: 20px;
}
.tmb_list_img img {
	width: 100%;
	height: auto;
}
.tmb_list ul {
	flex: 1;
}
}/* Tablet & PC */



/* 写真 */
.block img {
	max-width: 100%;
	height: auto;
}

.img100 {
	width: 100%;
	height: auto;
}

.photo li {
	margin-top: 30px;
}
.photo li img {
	width: 100%;
	height: auto;
}
.photo li span {
	display: block;
	margin-top: 5px;
}

.photo li h4 {
	font-size: 1.8rem;
    line-height: 160%;
    margin-top: 20px;
    margin-bottom: 15px;
    border-color: #e90e0f;
}
.block .photo li p {
	margin-top: 0;
}

@media print,screen and (min-width: 768px) {

.photo {
	display:flex;
    justify-content: center;
    flex-wrap: wrap;
}

.photo.col2 {
	margin-left: -50px;
}
.photo.col2 li {
	margin-left: 50px;
    width: calc((100% - 100px) / 2);
}

.photo.col3 {
	margin-left: -30px;
}
.photo.col3 li {
	margin-left: 30px;
    width: calc((100% - 90px) / 3);
}

.photo.col4 {
	margin-left: -30px;
}
.photo.col4 li {
	margin-left: 30px;
    width: calc((100% - 120px) / 4);
}

.photo li.col1 {
	width: 100%;
}

.photo.top0 {
	margin-top: -30px;
}

}/* Tablet & PC */



/* 2分割 */

.col2_area .col:last-child {
	margin-top: 30px;
}


@media print,screen and (min-width: 768px) {
.col2_area {
	display:flex;
	margin-left: -50px;
}
.col2_area .col {
	margin-left: 50px;
	width: calc((100% - 100px) / 2);
}
.col2_area .col:last-child {
	margin-top: 0;
}
.col2_area .col.box:last-child {
	margin-top: 30px;
}
.col2_area.nat .col {
	width: auto;
}
.flex1 {
	flex: 1;
}
}/* Tablet & PC */



/* 囲み */
.box {
	clear:both;
	overflow:hidden;
	padding: 20px;
	margin-top: 30px;
	background: #ecf4fb;
	border: solid 1px #cfdce7;
}
.box h4 {
	color: #303f81;
	border-bottom-color: #303f81;
	margin-top: 0;
}
.box.topL {
	margin-top: 40px;
}
@media print,screen and (min-width: 768px) {
.box {
	padding: 30px;
}
.box.topL {
	margin-top: 80px;
}
}/* PC */


.box2 {
	clear:both;
	overflow:hidden;
	padding: 15px;
	margin-top: 30px;
	border: solid 1px #dadada;
}
@media print,screen and (min-width: 768px) {
.box2 {
	padding: 30px;
}
}/* PC */

@media print,screen and (min-width: 768px) {
.message_box {
	padding: 50px 100px 100px 100px;
}
}/* PC */



/* 上部スペース調整 */
.top30 { margin-top:30px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.top60 { margin-top:60px; }
.top80 { margin-top:80px; }


/* ネガティブマージン */
.nm_top30 {
	margin-top}



/* 04 NAVIGATION
----------------------------------- */

.breadcrumb {
	width: 90%;
	margin: 5px auto 5px auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 180%;
	position: relative;
	z-index: 11;
}
.breadcrumb:before, .breadcrumb:after {
  content: "";
  clear: both;
  display: block;
}
.breadcrumb li {
	position: relative;
	padding-right: calc(10px + 8px);
	margin-right: 8px;
}
.breadcrumb li::before {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
}
.breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.breadcrumb li:last-child::before {
	content: normal;
}

@media print,screen and (min-width: 768px) {
.breadcrumb {
	width: 100%;
	padding: 0 20px;
}
.breadcrumb li {
	padding-right: calc(16px + 8px);
}
}/* PC */



/* 05 LINKTEXT DECOTAIOTN
----------------------------------- */

a {
	color: #4191fc;
	text-decoration:none;
}
a:hover { color: #303f81; }


.block a img {
	transition-property: all;
	transition: 0.2s linear;
}
.block a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;                           /* ie */
}


/* リンクアイコン */
a[href$="pdf"], a[href$="PDF"] {
	padding-right: 21px;
}
a[href$="pdf"]:after, a[href$="PDF"]:after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 8px;
    margin-left: 5px;
}
a[href$="pdf"]:after, a[href$="PDF"]:after { background: url(/assets/img/common/icon_pdf.png) 0 0 no-repeat; }

a.iconNo {
    padding-right: 0;
}
a.iconNo:after { background: none; width:0; height:0; }


/* ボタン */
p.btn1 {
	overflow: hidden;
}
p.btn1 a {
	display: inline-block;
	padding: 12px 0;
	color: #333;
	text-decoration: none;
	text-align: left;
	border: solid 1px #333;
	width: 100%;
}
p.btn1 a::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 3px;
	background-color: #e90e0f;
	margin: -2px 15px 0 0;
	vertical-align: middle;
}
p.btn1 a:hover {
	background-color: #f1f1f1;
}

@media print,screen and (min-width: 768px) {
p.btn1 a {
	float: right;
	width: 250px;
}
}/* Tablet & PC */



/* 06.EACH
----------------------------------- */

/* index ----- */

.top_visual {
	clear: both;
	position: relative;
    overflow: hidden;
}
.top_visual .top_visual_img.pc {
	display: none;
}
.top_visual .top_visual_img {
    position: relative;
}
.top_visual_img img {
	width: 100%;
	height: auto;
}
.top_visual .overlay {
	width: 100%;
    text-align: left;
    position: absolute;
    top: 30%;
    left: 56%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.top_visual h2 {
	color: #fff;
}
.top_visual h2 .txt1 {
	display: block;
	font-size: 4rem;
	line-height: 6rem;
	letter-spacing: 0.05em;
	margin-left: -0.05em;
	text-shadow: 3px 3px 5px #3173ae, -3px -3px 5px #3173ae,
    -3px 3px 5px #3173ae,  3px -3px 5px #3173ae,
    3px 0 5px #3173ae, -3px  0 5px #3173ae;
}
.top_visual h2 .txt2 {
	display: block;
	margin-top: 15px;
	font-family: HGS明朝E, 'Cormorant Garamond', serif;
	font-weight: normal;
	font-size:1.8rem;
	line-height:3.2rem;
    letter-spacing: 0.05em;
	margin-left: -0.05em;
	text-shadow: 3px 3px 5px #3173ae, -3px -3px 5px #3173ae,
    -3px 3px 5px #3173ae,  3px -3px 5px #3173ae,
    3px 0 5px #3173ae, -3px  0 5px #3173ae;
}

@media print,screen and (min-width: 768px) {
.top_visual {
	max-height: 750px;
}
.top_visual .top_visual_img.sp {
	display: none;
}
.top_visual .top_visual_img.pc {
	display: block;
}
.top_visual .top_visual_img {
	height: auto;
}
.top_visual .top_visual_img img {
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	right: auto;
}
.top_visual .overlay {
    top: 47%;
    left: 55%;
}
.top_visual h2 .txt1 {
	font-size: 6rem;
	line-height: 130%;
}
.top_visual h2 .txt2 {
	margin-top: 20px;
	font-size: 3.5rem;
}
}/* Tablet & PC */


.ourArea {
	padding-bottom: 30px;
}

h3.type1 {
	border: none;
	padding: 0;
	margin-top: 0;
	box-shadow: none;
	font-size:1.5rem;
	line-height:1;
	text-align: center;
	color: #e90e0f;
	background: none;
	margin-bottom: 30px;
}
h3.type1 span {
	border-left: none;
    padding: 0;
	display: block;
	font-family: HGS明朝E, 'Cormorant Garamond', serif;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-left: -0.05em;
	color: #303f81;
	margin-top: 10px;
}

.block p.ourArea_txt {
	text-align: center;
}

@media print,screen and (min-width: 768px) {
h3.type1 {
	font-size:1.6rem;
}
h3.type1 span {
	font-size: 4rem;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.ourArea {
	padding-bottom: 60px;
}
.ourArea h3.type1 {
	margin-bottom: 50px;
}
.busiArea {
	background-size: 100% auto;
}

h3.type1 {
	font-size:1.6rem;
	margin-bottom: 50px;
}
h3.type1 span {
	font-size: 5rem;
}
h3.type1::after {
	width: 60px;
    margin: 25px auto 0 auto;
}
}/* PC */



.busiArea {
	background: url("/assets/img/top/top_business.jpg") no-repeat center top;
	background-size: 130% auto;
	padding-bottom: 30px;
}

.busi_pickup {
	background: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 22px -5px, rgba(0, 0, 0, 0.3) 0px 8px 13px -8px;
	margin: 40px 0 20px 0;
	padding: 20px;
}
.busi_pickup .img img {
	width: 100%;
    height: auto;
}
.busi_pickup .txt {
	padding: 20px 0 0 0;
}
.busi_pickup .txt h4 {
	font-family: HGS明朝E, 'Cormorant Garamond', serif;
	font-weight: normal;
	color: #374ba2;
	margin-bottom: 15px;
	text-align: left;
	font-size: 2.5rem;
	line-height: 3rem;
	border-bottom: solid 1px #e90e0f;
	padding-bottom: 5px;
}
.block .busi_pickup .txt p {
	margin-top: 15px;
}
.busi_pickup .txt p span.title {
	font-size: 120%;
	display: block;
	margin-bottom: 15px;
}

@media print,screen and (min-width: 768px) {
.busi_pickup {
	display:flex;
	margin: 40px 0;
}
.busi_pickup .img {
	flex-basis: 50%;
	position: relative;
}
.busi_pickup .img img {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.busi_pickup .txt {
	flex-basis: 50%;
	padding: 10px 10px 10px 30px;
}
.block .busi_pickup .txt p.btn1 {
    margin-top: 30px;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.busiArea {
	padding-bottom: 60px;
}

.busi_pickup {
	margin: 60px 0;
}
.busi_pickup .img {
	flex-basis: 50%;
}
.busi_pickup .txt {
	flex-basis: 40%;
	padding: 40px 20px 40px 40px;
}
.busi_pickup .txt h4 {
	margin-bottom: 20px;
	font-size: 3rem;
	line-height: 4rem;
	padding-bottom: 10px;
}
.block .busi_pickup .txt p {
	margin-top: 30px;
}
}/* PC */


.busi_menu li {
	position: relative;
	background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 22px -5px, rgba(0, 0, 0, 0.3) 0px 8px 13px -8px;
	margin-bottom: 20px;
}
.busi_menu li .img {
	height: 120px;
	overflow: hidden;
	position: relative;
	background: #3359b9;
}
.busi_menu li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
}

.busi_menu li .txt {
	display: block;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff;
	font-size: 2.2rem;
}
.busi_menu li .txt span {
	font-family: HGS明朝E, 'Cormorant Garamond', serif;
	font-size: 2rem;
	letter-spacing: 0.05em;
    margin-left: -0.05em;
	display: block;
}

.busi_menu li .img {
	transition-property: all;
	transition: 0.2s linear;
}
.busi_menu li a:hover .img {
	background: #ccd9fb;
}
.block .busi_menu a:hover .img img {
	opacity:1;
}

@media print,screen and (min-width: 768px) {
.busiArea {
	background-size: 100% auto;
}

.busi_menu {
	display:flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
}
.busi_menu li {
	margin-left: 20px;
    width: calc((100% - 40px) / 2);
}
.busi_menu li .img {
	height: 200px;
}

.busi_menu.menu2 li {
    width: calc((100% - 60px) / 3);
}
.busi_menu.menu2 li .img {
	height: 150px;
}

.busi_menu li .txt {
	font-size: 3rem;
	line-height: 5rem;
}
.busi_menu li .txt span {
	line-height: 3rem;
}
.busi_menu.menu2 li .txt {
	font-size: 2.5rem;
	line-height: 4rem;
}
.busi_menu.menu2 li .txt span {
	font-size: 1.6rem;
	line-height: 3rem;
}
}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {
.busi_menu {
	margin-left: -40px;
}
.busi_menu li {
	margin-left: 40px;
    width: calc((100% - 80px) / 2);
    margin-bottom: 40px;
}
.busi_menu li .img {
	height: 300px;
}

.busi_menu.menu2 li {
    width: calc((100% - 120px) / 3);
}
.busi_menu.menu2 li .img {
	height: 200px;
}
}/* PC */


.banner {
	display:flex;
    justify-content: center;
	margin-left: -10px;
	padding: 0;
}
.banner li {
	margin-left: 10px;
    width: calc((100% - 20px) / 2);
    border: solid 1px #dadada;
}
.banner li img {
	width: 100%;
	height: auto;
}

@media print,screen and (min-width: 768px) {
.banner {
	display:flex;
    justify-content: center;
	margin-left: -40px;
	margin-top: 20px;
	padding: 0;
}
.banner li {
	margin-left: 40px;
    width: calc((100% - 80px) / 2);
    border: solid 1px #dadada;
}
.banner li img {
	width: auto;
}
}/* Tablet & PC */
@media print,screen and (min-width: 1024px) {
.banner {
	margin-top: 0;
}
}/* PC */



.newsArea {
	background: #fcf5e2;
}
.news-area {
	width: 100%;
	margin-top: -10px;
}
.news-area-titile {
	padding: 0;
	padding-right: 40px;
}
@media print,screen and (min-width: 768px) {
.newsArea {
	padding-bottom: 10px;
}
.news-area {
	display:flex;
	justify-content: center;
	margin-top: 0;
}
}/* Tablet & PC */
@media print,screen and (min-width: 1024px) {
.newsArea {
	padding-bottom: 40px;
}
.news-area-titile {
	padding-right: 90px;
}
}/* Tablet & PC */


.news-area-contents {
	text-align: left;
}
.news-area-contents dl {
	margin-top: -10px;
}
.news-area-contents dl dt {
	letter-spacing: 0.05em;
	margin-left: -0.05em;
	padding: 0 0 15px 0;
	float: left;
	width: 105px;
}
.news-area-contents dl dd {
	padding: 0 0 15px 0;
	overflow: hidden;
}
.news-area-contents dl dd a {
	color: #333;
	text-decoration: underline;
}
.news-area-contents dl dd a:hover {
	color: #e90e0f;
}
@media print,screen and (min-width: 768px) {
.news-area-contents dl dt {
	padding: 0 30px 15px 0;
	overflow: hidden;
	float: left;
}
}/* Tablet & PC */


.contents_menu {
	display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: url("/assets/img/top/top_contents_menu.jpg") no-repeat center top;
	background-size: auto 200px;
}
.contents_menu li {
    width: calc(100% / 3);
}
.contents_menu li a {
	display: block;
	padding: 30px 0;
	font-size: 1.8rem;
	color: #fff;
	position:relative;
}
.contents_menu li a:before{
	display:block;
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	transition-property: all;
	transition: 0.2s linear;
	mix-blend-mode: multiply;
}
.contents_menu li a:hover:before {
	background: #3359b9;
	opacity: 0.7;
}
.contents_menu li a div {
	position:relative;
	z-index: 10;
}
.contents_menu li a div img {
	width: 70px;
	height: auto;
}
@media print,screen and (min-width: 768px) {
.contents_menu {
	background-size: 100% auto;
}
.contents_menu li a {
	padding: 60px 0;
	font-size: 2rem;
}
.contents_menu li a div img {
	width: auto;
	height: auto;
}
}/* Tablet & PC */



h4.recruit_top {
	text-align: center;
	border: none;
	padding: 0;
	margin: 30px 0;
}
@media print,screen and (min-width: 768px) {
h4.recruit_top {
	margin: 50px 0;
}
}/* Tablet & PC */

.top_recruit {
	position: relative;
	overflow: hidden;
	background-color: #e90e0f;
}
.top_recruit a {
	display: block;
	height: 200px;
}
.top_recruit img {
	max-width: none;
	width: auto;
	height: 100%;
}
.top_recruit p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff;
	font-family: HGS明朝E, 'Cormorant Garamond', serif;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.05em;
	margin-left: -0.05em;
}
.top_recruit p span {
	display: block;
}
.top_recruit p span.kei {
	border-top: solid 2px #e90e0f;
	border-bottom: solid 2px #e90e0f;
	padding: 10px 0;
	margin: 10px 40px 0 40px;
}
@media print,screen and (min-width: 768px) {
.top_recruit a {
	height: auto;
}
.top_recruit img {
	width: 100%;
	height: auto;
}
.top_recruit p {
	font-size: 3.5rem;
}
.top_recruit p span.kei {
	border-top: solid 2px #e90e0f;
	border-bottom: solid 2px #e90e0f;
	padding: 15px 0;
	margin: 20px 60px 0 60px;
}
}/* PC */
@media print,screen and (min-width:1024px) {
.top_recruit p {
	font-size: 4rem;
}
.top_recruit p span.kei {
	padding: 25px 0;
	margin: 25px 150px 0 150px;
}
}/* PC */




/* 扉ページ */

.index_visual {
	clear: both;
	position: relative;
    overflow: hidden;
}
.index_visual .top_img {
	display: block;
	width: 100%;
	height: 350px;
	background: #000;
}
.index_visual .top_img img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 0;
    opacity: 0.5;
}

.index_visual .overlay {
	width: 100%;
    text-align: left;
	color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,-0);
    padding: 0 20px 30px 20px;
}
.index_visual h1 {
	margin-bottom: 25px;
}
.index_visual h1 .txt1 {
	display: block;
	font-size:1.7rem;
	line-height:3.2rem;
    letter-spacing: 0.05em;
	margin-left: -0.05em;
	font-weight: normal;
}
.index_visual h1 .txt2 {
	display: block;
	font-family: HGS明朝E, 'Cormorant Garamond', serif;
	font-weight: normal;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-left: -0.05em;
	margin-top: 10px;
}

@media print,screen and (min-width: 768px) {
.index_visual {
	padding: 0;
	background: none;
}
.index_visual .top_img {
	display: block;
	height: auto;
	max-height: 500px;
	background: none;
}
.index_visual .top_img img {
    opacity: 1;
}
.index_visual .overlay {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%,-50%);
    padding: 0;
}
.index_visual h1 {
	margin-bottom: 30px;
}
.index_visual h1 .txt1 {
	font-size:2.5rem;
	line-height:4.6rem;
	font-weight: bold;
	color: #303f81;
}
.index_visual h1 .txt2 {
	font-size: 5rem;
	color: #fff;
	margin-top: 5px;
}
}/* PC */

@media print,screen and (min-width:1024px) {
.index_visual h1 {
	margin-bottom: 50px;
}
.index_visual h1 .txt2 {
	font-size: 6rem;
	margin-top: 15px;
}
}/* PC */



.index_menu {
	margin-bottom: 20px;
}
.index_menu li {
    position: relative;
}
.index_menu li a {
	display: block;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 22px -8px, rgba(0, 0, 0, 0.3) 0px 5px 14px -10px;
	height: 100px;
	color: #333;
	transition-property: all;
	transition: 0.2s linear;
}
.index_menu li span {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 1.8rem;
	line-height: 3.4rem;
	font-weight: bold;
	text-align: left;
	padding-left: 25px;
}
.index_menu li span::after {
    content: '';
    border: 0;
    border-top: solid 2px #e90e0f;
    border-right: solid 2px #e90e0f;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition-property: all;
	transition: 0.2s linear;
}
.index_menu li a:hover {
	background: #fcf5e2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 22px -8px, rgba(0, 0, 0, 0.3) 0px 2px 14px -10px;
}
.index_menu li a:hover span::after {
	right: 25px;
}

@media print,screen and (min-width: 768px) {
.index_menu {
	display: flex;
    flex-wrap: wrap;
	margin-left: -40px;
	margin-bottom: 0;
}
.index_menu li {
	margin-left: 40px;
	margin-bottom: 40px;
    width: calc((100% - 80px) / 2);
    position: relative;
}
.index_menu li a {
	height: 150px;
}
.index_menu li span {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 2.2rem;
	line-height: 4rem;
	font-weight: bold;
	text-align: left;
	padding-left: 40px;
}
.index_menu li span::after {
    content: '';
    border: 0;
    border-top: solid 2px #e90e0f;
    border-right: solid 2px #e90e0f;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    transition-property: all;
	transition: 0.2s linear;
}
}/* Tablet & PC */



/* コンテンツ共通 */

.head_visual {
	clear: both;
	position: relative;
    overflow: hidden;
    padding: 30px 20px;
    background: url(/assets/img/common/bg_head_visual.png);
    background-size: cover;
}

.head_visual h1 {
	color: #fff;
	text-align: left;
}
.head_visual h1 .txt1 {
	display: block;
	font-size:1.5rem;
	line-height:1;
    letter-spacing: 0.05em;
	margin-left: -0.05em;
	font-weight: normal;
}
.head_visual h1 .txt2 {
	display: block;
	font-family: HGS明朝E, 'Cormorant Garamond', serif;
	font-weight: normal;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-left: -0.05em;
	margin-top: 15px;
}

@media print,screen and (min-width: 768px) {
.head_visual {
    padding: 50px 60px;
}
.head_visual h1 .txt1 {
	font-size:1.8rem;
}
.head_visual h1 .txt2 {
	font-size: 3.5rem;
}

}/* Tablet & PC */



h2.type1 {
	font-size: 2.5rem;
	line-height: 4rem;
	letter-spacing: 0.03em;
	margin-left: -0.03em;
	color: #303f81;
	margin-bottom: 40px;
}

h3.type2 {
	border: none;
	border-left: solid 5px #79dd03;
	background-color: #f1fce3;
	padding: 5px 5px 5px 20px;
	text-align: left;
	font-size: 2.4rem;
	line-height: 4.4rem;
	margin: 60px 0 40px 0;
}

@media print,screen and (min-width: 768px) {
h2.type1 {
	font-size: 3.8rem;
	line-height: 6rem;
	margin-bottom: 50px;
}
h2.type1::after {
	width: 60px;
	height: 5px;
    margin: 30px auto 0 auto;
}

h3.type2 {
	border: none;
	border-left: solid 5px #79dd03;
	background-color: #f1fce3;
	padding: 5px 5px 5px 20px;
	text-align: left;
	font-size: 2.4rem;
	line-height: 4.4rem;
	margin: 60px 0 40px 0;
}
}/* PC */

@media print,screen and (min-width: 1024px) {
h2.type1 {
	margin-bottom: 60px;
}
}/* Tablet & PC */



/* ご挨拶 */

.greet_visual { display: none; }

.greet_visual_sp .img img {
	height: 250px;
	width: auto
}
.greet_visual_sp .txt {
	padding: 35px 20px;
	background-color: #e5dfd2;
}
.greet_visual_sp .txt h3 {
	padding: 0;
	margin: 0;
	border: none;
	font-size:2.4rem;
	line-height:4.2rem;
    letter-spacing: 0.05em;
	margin-left: -0.05em;
}
.block .greet_visual_sp .txt p {
	text-align: center;
}
.greet_visual_sp .txt p img {
	width: 150px;
	height: auto;
	margin-top: 10px;
}

@media print,screen and (min-width: 768px) {

.greet_visual_sp { display: none; }

.greet_visual {
	display: block;
	clear: both;
	position: relative;
    overflow: hidden;
	max-height: 500px;
}
.greet_visual .overlay {
	width: 100%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
	padding-left: 420px;
}
.greet_visual h3 {
	padding: 0;
	margin: 0;
	border: none;
	font-size:2.5rem;
	line-height:4rem;
    letter-spacing: 0.05em;
	margin-left: -0.05em;
	margin-bottom: 30px;
}
.greet_visual p img {
	width: 210px;
	height: auto;
	margin-top: 10px;
}

}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {

.greet_visual .overlay {
	padding-left: 730px;
}
.greet_visual h3 {
	font-size:3rem;
	line-height:5rem;
	margin-bottom: 50px;
}

}/* PC */


/* 組織・所在地 */

.access_photo img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin: 50px 0;
}
.map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


@media print,screen and (min-width: 1024px) {


}/* PC */




/* 事業紹介 */

.service_menu {
	background-color: #f1f1f1;
}
.service_menu ul {
	display:flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-top: -20px;
}
.service_menu li {
    width: 50%;
	text-align: center;
	margin-bottom: 30px;
}
.service_menu li img {
	width: 80%;
	height: auto;
}


.service_img {
	background: url("../img/service/planning_01.jpg") no-repeat center top;
	background-size: 100% auto;
}

.service_title .icon img {
	width: 80%;
	height: auto;
}

.service_title h3.type3 {
	margin-top: 30px;
	padding: 5px 0 0 20px;
	border: none;
	border-left: solid 5px #3aa6bd;
	text-align: left;
	font-size: 2rem;
	line-height: 3.6rem;
}


.point_box li {
	counter-increment: count;
	text-align: left;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	box-shadow: 0px 7px 10px -4px rgba(0,0,0,0.2);
	margin: 50px 10px 0 10px;
}
.point_box li div {
	height: 100%;
	background-color: #fff;
	padding: 30px 20px;
	border-top: solid 1px #eaeaea;
}
.point_box li:after {
	display: block;
	position: absolute;
	content: "Point "counter(count);
	width: 120px;
	height: 40px;
	left: -10px;
    top: -20px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 2rem;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #3aa6bd;
}

@media print,screen and (min-width: 768px) {

.service_title .icon img {
	width: 60%;
}

}/* Tablet & PC */

@media print,screen and (min-width: 1024px) {

.service_menu ul {
	display:flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-left: -40px;
	margin-top: -30px;
	margin-bottom: 20px;
}
.service_menu li {
	margin-left: 40px;
    width: calc((100% - 160px) / 4);
}
.service_menu li img {
	width: 100%;
	height: auto;
}

.service_img {
	background: url("../img/service/planning_01.jpg") no-repeat center top;
	background-size: 100% auto;
}

.service_title {
	overflow: hidden;
}
.service_title .icon {
	width: 400px;
	float: left;
}
.service_title .icon img {
	width: 100%;
	height: auto;
}
.service_title .txt {
	padding: 0 0 0 470px;
}
.service_title h3.type3 {
	letter-spacing: 0.05em;
	margin-left: -0.05em;
	margin-top: -10px;
	padding: 5px 0 0 25px;
	border: none;
	border-left: solid 5px #3aa6bd;
	text-align: left;
}


.point_box li {
	font-size: 1.7rem;
	margin: 0 0 30px 0;
}
.point_box li div {
	border: none;
	padding: 25px 25px 30px 120px;
}
.point_box li:after {
	width: 100px;
	height: 50px;
	left: 0;
    top: 0;
	font-size: 2rem;
	line-height: 50px;
}

}/* PC */


.point_list li {
	margin-bottom: 30px;
	position: relative;
	background-color: #fff;
	text-align: left;
}
.point_list li h4 {
	border: none;
	padding: 0;
	margin: 0;
	padding: 15px 15px 15px 45px;
	font-size: 1.8rem;
	position: relative;
	background-color: #eaf8fb;
}
.point_list li h4:before {
	display: block;
	position: absolute;
	content: '';
	width: 25px;
	height: 3px;
	left: 0;
    top: 30px;
	background-color: #3aa6bd;
}
.point_list li ul {
	display: block;
	margin-left: 0;
	margin-top: 20px;
}
.point_list li ul li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
}



/* FAQ */

.faq {
	text-align: left;
	counter-reset: count;
}
.faq dt{
	font-size:1.7rem;
	line-height: 3rem;
	font-weight:bold;
	padding-bottom: 15px;
	padding-left: 75px;
	margin-top: 40px;
	counter-increment: count;
	border-bottom: solid 1px #79dd03;
}
.faq dt:before {
	display: inline-block;
	content: "Q "counter(count);
	width: 60px;
	height: 30px;
	font-size: 1.6rem;
	line-height: 26px;
	font-weight:normal;
	color: #fff;
	text-align: center;
	background-color: #79dd03;
	border-radius: 15px;
	margin-left: -75px;
	margin-right: 15px;
}
.faq dd {
	padding:20px;
	background-color:#f1f1f1;
}

@media print,screen and (min-width: 1024px) {

.faq dt{
	font-size:1.8rem;
	padding-bottom: 20px;
	padding-left: 90px;
	margin-top: 50px;
}
.faq dt:before {
	width: 70px;
	height: 34px;
	font-size: 1.8rem;
	line-height: 30px;
	border-radius: 17px;
	margin-left: -90px;
	margin-right: 20px;
}
.faq dd {
	padding:30px;
}

}/* PC */




/* 工場設備 */

.iso {
	border: solid 1px #dadada;
	overflow: hidden;
}
.iso img {
	float: right;
	margin: 20px 20px 20px 0;
}
.iso p {
	margin: 20px 120px 0 20px;
}

@media print,screen and (min-width: 1024px) {

.iso {
	width: 500px;
	float: right;
	margin-left: 50px;
}
.iso p {
	margin: 40px 0 30px 30px;
}

}/* PC */






/* 70周年 */
.block .img_70th {
	text-align: center;
}
.block .img_70th img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

@media print,screen and (min-width: 1024px) {

.block .img_70th {
	width: 410px;
	float: right;
	margin: 30px 0 20px 40px;
}

}/* PC */




/* お問い合わせ */

.block p.tel_num {
	line-height: 35px;
	padding-left: 40px;
	background: url("/assets/img/common/icon_tel.svg") no-repeat left 50%;
	background-size: 35px 35px;
}
.block p.tel_num span {
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.03em;
    margin-left: -0.03em;
}
.block p.mail_add {
	font-size: 1.8rem;
	line-height: 35px;
	padding-left: 40px;
	background: url("/assets/img/common/icon_mail.svg") no-repeat left 50%;
	background-size: 35px 35px;
}
@media print,screen and (min-width: 768px) {
.block p.tel_num {
	font-size: 3rem;
	line-height: 50px;
	padding-left: 80px;
	background: url("/assets/img/common/icon_tel.svg") no-repeat left 50%;
	background-size: 60px 60px;
}
.block p.tel_num span {
	font-size: 5rem;
	line-height: 5rem;
	letter-spacing: 0.03em;
    margin-left: -0.03em;
}
.block p.mail_add {
	font-size: 3rem;
	line-height: 50px;
	padding-left: 80px;
	background: url("/assets/img/common/icon_mail.svg") no-repeat left 50%;
	background-size: 60px 60px;
}
}/* Tablet & PC */


/* 07.FORM MODULES
----------------------------------- */

.formTable {
	border-collapse: collapse;
	margin-top: 30px;
	width: 100%;
	border-top: solid 1px #dadada;
}
.formTable th, .formTable td {
	display: block;
	padding: 20px 15px;
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px #dadada;
	vertical-align: top;
}
.formTable th {
	background: #fef7e8;
	padding: 10px 15px;
	text-align: left;
	font-weight: bold;
}
.formTable th span.t_w_n {
	font-weight: normal;
}
.formTable .formS { width: 150px; }
.formTable .formM { width: 300px; }
.formTable .formL { width: 100%; }
.formTable textarea { width: 100%; height: 200px; }
.formTable .formS, .formTable .formM, .formTable .formL, .formTable textarea {
    border: solid 1px #ccc;
    font-size: 100%;
    padding: 6px;
	background-color:#fff;
}
.formTable input[type=checkbox],
.formAgree input[type=checkbox] {
	margin-right: 8px;
	transform: scale(1.2);
}

@media print,screen and (min-width: 768px) {
.formTable th, .formTable td {
	display: table-cell;
	padding: 20px 15px;
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px #dadada;
	vertical-align: top;
}
.formTable th {
	background: #fef7e8;
	width: 300px;
	text-align: left;
	font-weight: bold;
}
}/* Tablet & PC */


.block p.formAgree {
	text-align: center;
	font-weight: bold;
	background: #fef7e8;
	padding: 20px;
	border-radius: 8px;
}

.block p.formButton {
    text-align: center;
}
.formButton input {
    border: solid 3px #e90e0f;
    background: #fff;
    color: #e90e0f;
    cursor: pointer;
    font-size: 130%;
    font-weight: bold;
    margin: 0 20px;
    padding: 20px 0;
    text-align: center;
    width: 300px;
	border-radius: 8px;
}
.formButton input:hover {
    background: #fcebec;
}



/* Tablet & PC */
@media print,screen and (min-width: 768px) {

}/* Tablet & PC */

/* PC */
@media print,screen and (min-width: 1024px) {

}/* PC */

