@charset "utf-8";
@import url('67d4b2d620344513b8d19b667cb46a76.css');
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html, body {
    width: 100%;
    overflow-x: hidden;
}
html {
    font-size: 62.5%;
}
body {
    background-color: #fff;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.7;
    color: #212121;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-text-size-adjust: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.7;
}
a {
    text-decoration: none;
    -webkit-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
    -o-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
    transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
    color: #212121;
}
a:hover {
}
.link_style {
    text-decoration: underline;
    color: #4BA5C9;
}
.link_style:hover {
    text-decoration: none;
    color: #4BA5C9;
    opacity: 0.7;
}
label {
    cursor: pointer;
}
input, select, textarea, button {
    margin: 0;
    vertical-align: middle;
    font-family: inherit;
    outline: none;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
iframe {
    vertical-align: middle;
}

@media screen and (max-width: 960px) {
img {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
iframe {
    max-width: 100%;
    height: 200px;
}
}
/* pc / tab / sp
============================================================================================================ */
.pcs, .tab, .sp {
    display: none !important;
}

@media screen and (max-width: 1200px) {
.pcs {
    display: block !important;
}
}

@media screen and (max-width: 960px) {
.pc {
    display: none !important;
}
.tab {
    display: block !important;
}
img.tab, span.tab, br.tab, em.tab, strong.tab {
    display: inline !important;
}
}

@media screen and (max-width: 600px) {
.sp {
    display: block !important;
}
img.sp, spsan.sp, br.sp, em.sp, strong.sp {
    display: inline !important;
}
}

/* sp
============================================================================================================ */
@media screen and (max-width: 960px) {
*[data-label] img {
    display: none;
}
*[data-label]:before {
    content: attr(data-label);
}
*[data-label-r]:after {
    content: attr(data-label-r);
}
.sp_mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
}
.noto {
    font-family: 'Noto Sans JP', sans-serif;
}
/* w
============================================================================================================ */
.w {
    position: relative;
    display: block;
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
.mw {
    min-width: 1000px;
}
.w:after, .mw:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
.w {
    width: auto;
    padding: 0;
}
#container.sub .w {
    width: auto;
    padding: 0 10px;
}
.mw {
    min-width: 0;
}
.pl {
    width: auto;
    padding: 0 10px;
}
.sp_section {
    padding: 0 10px;
}
}
/* hv_wh
============================================================================================================ */
a.hv_wh, button.hv_wh, a .hv_wh, .hv_wh a {
    position: relative;
    display: inline-block;
}
a.hv_wh:after, button.hv_wh:after, a .hv_wh:after, .hv_wh a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0);
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
    z-index: 3;
}
a.hv_wh:hover:after, button.hv_wh:hover:after, a:hover .hv_wh:after, .hv_wh a:hover:after {
    background-color: rgba(255,255,255,0.3);
}

@media screen and (max-width: 960px) {
a.hv_wh:after, button.hv_wh:after, a .hv_wh:after, .hv_wh a:after {
    content: none;
}
}
/* ヘッダー
============================================================================================================ */
#header {
    font-size: 1.6rem;
    position: relative;
}
#header .head {
    /*	position: fixed;*/
    position: absolute;
    width: 100%;
    height: 96px;
    z-index: 100;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* logo */
#header .logo {
    margin: 20px auto auto 0;
    position: relative;
    width: 20%;
}
#header .logo img {
    width: 77%;
}

@media screen and (max-width: 960px) {
#header .head {
    position: fixed;
}
/* logo */
#header .logo {
    margin: 20px auto auto auto;
    position: relative;
    width: 20%;
}
}

@media screen and (max-width: 680px) {
#header .head {
    width: 100%;
    height: 60px;
    z-index: 100;
    background: rgba(255,255,255,0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* logo */
#header .logo {
    margin: 15px auto auto auto;
    position: relative;
    width: 34%;
}
}

/* globalnavi  nav_____*/
@media screen and (min-width:961px) {
.nav_area {
    position: absolute;
    z-index: 200;
    background: rgba(75,165,201,0.9);
    display: block;
    width: 100%;
    top: 96px;
}
#header nav #global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#header nav #global > li {
    position: relative;
    z-index: 2;
    width: 100%;
}
#header nav #global > li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
    padding: 0 1.5vw;
    height: 55px;
    position: relative;
    color: #fff;
}
#header nav #global > li a:hover {
    background: rgba(22,131,165,0.9);
}
/*#header nav #global > li a:after {
		content: "";
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 0px;
		background: #349B13;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	#header nav #global > li a:hover {
		opacity: 0.9;
	}
	#header nav #global > li a:hover:after,
	#header nav #global > li.open a:after{
		bottom: 0px;
		opacity: 1;
		visibility: visible;
		height: 5px;
	}
	#header nav #global > li.navi_color a {
		padding: 0 2vw;
		background: #EAEAEA;
		-webkit-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
	}
	#header nav #global > li.navi_color a:after {
		content: none;
	}
	#header nav #global > li.navi_color a:before {
		content: "";
		position: relative;
		margin: auto;
		top: 0;
		bottom: 0;
		left: -6px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #349B13;
		border-right: 1px solid #349B13;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header nav #global > li.navi_color a:hover {
		background: #E0DFDE;
	}
	#header nav #global ul {
		position: absolute;
		left: 0;
		top: 90px; 高さ-10px
		height: 0;
		overflow: hidden;
		opacity: 0;
		z-index: 10;
		min-width: 100%;
		-webkit-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}
	#header nav #global ul li + li {
		border-top: 1px solid #ccc;
	}
	#header nav #global ul li a {
		background: #EAEAEA;
		padding: 1em 1.5em;
		height: auto;
		min-width: 100%;
		white-space:nowrap;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}
	#header nav #global ul li a:after {
		content: none;
	}
	#header nav #global ul li a:hover {
		background: #063306;
		color: #fff;
		opacity: 1;
	}
	#header nav #global li:hover ul {
		overflow: visible;
		opacity: 1;
		height: auto;
		top: 100px;
	}
	#header nav .nav_down {
		display: none;
	}*/
}

@media screen and (max-width: 960px) {
.nav_area {
    position: absolute;
    z-index: 900;
    display: block;
    width: 100%;
}
#header nav #global {
    display: block;
    margin-right: 0;
    font-size: 1.4rem;
}
#header nav #global > li {
    position: relative;/*    border-bottom: 1px solid #444;*/
}
#header nav #global > li a {
    display: block;
    padding: 3em 2em;
    height: auto;
    position: relative;
    color: #fff;
    text-align: center;
}
/*矢印*/
/*#header nav #global > li a:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
#header nav #global > li.has_snav > a:after {
    content: none;
}
#header nav #global ul {
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#header nav #global ul.open {
    height: auto;
    visibility: visible;
    opacity: 1;
}
#header nav #global ul li {
/*    border-top: 1px solid #444;*/
}
/* plus icon 
	#header nav .nav_down {
		position: absolute;
		right: 0;
		top: 25px;
		width: 40px;
		height: 60px;
		margin-top: -26px;
		z-index: 10;
	}
	#header nav #global .has_snav > .nav_down:after {
		content: "";
		display: block;
		position: absolute;
		left: auto;
		bottom: auto;
		right: 9px;
		top: 50%;
		width: 13px;
		height: 1px;
		margin-top: -1px;
		background-color: #fff;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header nav #global .has_snav > .nav_down:before {
		content: "";
		display: block;
		position: absolute;
		left: auto;
		bottom: auto;
		right: 15px;
		top: 50%;
		width: 1px;
		height: 13px;
		background-color: #fff;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		margin-top: -7px;
	}
	#header nav #global .has_snav > .nav_down.open:before {
		-webkit-transform: translateY(0) rotate(90deg);
		-ms-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}*/
}

@media screen and (max-width: 680px) {
#header nav #global {
    display: block;
    margin-right: 0;
    font-size: 1.2rem;
}
#header nav #global > li a {
    display: block;
    padding: 20px 10px;
    height: auto;
    position: relative;
    color: #fff;
    text-align: center;
}
}
/* nav ハンバーガー
------------------------------------------------------------- */
#header nav {
}
#header .nav_btn {
    display: none;
}

@media screen and (max-width: 960px) {
#header nav {
    position: fixed;
    overflow: hidden;
    top: 95px;
    right: 0;
    height: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header nav > div {
    /*   height: 100%;*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#header nav > div > div {
    height: 100%;
    overflow-y: auto;
    background: rgba(0,0,0,0.60);
    pointer-events: auto;
}
#header .nav_btn {
    display: block;
    position: fixed;
    right: 30px;
    top: 12px;
    z-index: 999;
}
.nav_btn a:after {
    position: absolute;
    content: "";
    vertical-align: middle;
    right: 0;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #A8A8A8;
    border-right: 2px solid #A8A8A8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#header .nav_btn a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 2;
}
/*
#header .nav_btn:before, #header .nav_btn a:before, #header .nav_btn a:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background-color: #212121;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#header .nav_btn a:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}
#header .nav_btn a:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
}*/
/* open */
#header.open nav {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
#header.open .nav_btn a:after {
    top: 10px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
/*
#header.open .nav_btn:before {
    opacity: 0;
}
#header.open .nav_btn a:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
#header.open .nav_btn a:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}*/
}

@media screen and (max-width: 680px) {
#header nav {
    position: fixed;
    overflow: hidden;
    top: 60px;
    right: 0;
    height: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header .nav_btn {
    display: block;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 999;
}
#header .nav_btn a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 2;
}
.nav_btn a:after {
    width: 10px;
    height: 10px;
}
}

/* fixed
------------------------------------------------------------- */
/*
#header.fixed {
	box-shadow: 0px 4px 3px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 4px 3px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 4px 3px rgba(0,0,0,0.12);
}
*/


/* cv_btn_area
------------------------------------------------------------- */
@media screen and (min-width:961px) {
.cv_btn_area {
    position: fixed;
    right: 0;
    z-index: 300;
    top: 300px;
}
.cv_btn a {
    position: relative;
    font-size: 1.3rem;
    letter-spacing: 3px;
    color: #fff;
    display: block;
}
.cv_btn li + li {
    margin-top: 3px
}
.cv_btn li {
    text-align: center;
    background: #47BCBF;
    padding: 18px 15px 50px 15px;
}
.cv_btn li:first-child {
    border-radius: 7px 0 0 0px;
}
.cv_btn li:last-child {
    border-radius: 0px 0 0 7px;
}
.cv_btn li:hover {
    opacity: 0.7;
}
.cv_btn a:after {
    content: "";
    position: absolute;
}
.cv_btn .contact a:after {
    background: url("../pics/contact_icon.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 16px;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cv_btn .recruit a:after {
    background: url("../pics/re_icon.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 31px;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}

@media screen and (max-width: 960px) {
.cv_btn_area {
    position: fixed;
    bottom: 0;
    z-index: 300;
    width: 100%;
}
.cv_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cv_btn a {
    position: relative;
    font-size: 1.3rem;
    letter-spacing: 3px;
    color: #fff;
    display: block;
}
.cv_btn li + li {
    border-left: 1px solid #fff;
}
.cv_btn li {
    width: 100%;
    background: #47BCBF;
    padding: 18px 30px 18px 10px;
    text-align: center;
}
.cv_btn a:after {
    content: "";
    position: absolute;
}
.cv_btn .contact a:after {
    background: url("../pics/contact_icon.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 16px;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cv_btn .recruit a:after {
    background: url("../pics/re_icon.png") no-repeat;
    background-size: contain;
    width: 35px;
    height: 25px;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
}

@media screen and (max-width: 680px) {
.cv_btn li {
    padding: 10px 30px 10px 10px;
}
.cv_btn .contact a:after {
    top: 50%;
    right: -20%;
}
.cv_btn .recruit a:after {
    top: 50%;
    right: -20%;
}
}
/* footer
============================================================================================================ */
footer {
    background: url("../pics/footer_bg.png");
    background-size: 1%;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 45px 0vw 15px 0;
}
footer .foot_area {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
footer .foot_info .foot_logo {
    margin-bottom: 30px;
    width: 15%;
}
footer .foot_info .foot_logo img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 960px) {
footer {
    padding: 30px 2vw 80px 2vw;
}
}

@media screen and (max-width: 680px) {
footer .foot_info .foot_logo {
    margin-bottom: 30px;
    width: 50%;
}
}
/* copyright
------------------------------------------------------------- */
.copyright {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    margin-right: 60px;
}

@media screen and (max-width: 960px) {
.copyright {
    display: block;
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-right: 0;
}
}
/* .page_top
------------------------------------------------------------- */
.page_top {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 10;
}
.page_top a {
    display: block;
    background: url("../pics/footer_bg.png");
    background-size: 24%;
    width: 75px;
    height: 43px;
    position: relative;
    border-radius: 8px 8px 0 0;
}
/*.page_top a:hover {
    opacity: 0.8;
}*/
.page_top a:after {
    position: absolute;
    content: "";
    vertical-align: middle;
    right: 0;
    left: 0;
    top: 5px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
.page_top {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 10;
}
.page_top a {
    width: 50px;
    height: 48px;
}
}
/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

.page_title_area {
    padding: 200px 0 0px 0;
}

@media screen and (max-width: 960px) {
.page_title_area {
    width: 100%;
    height: 100%;
    padding: 18vw 0 0px 0;
    position: relative;
}
.page_title_area:before {
    position: absolute;
    top: 0;
    content: "";
    background: rgba(239,239,239,0.6);
    display: block;
    width: 100%;
    height: 100%;
}
}

@media screen and (max-width: 680px) {
.page_title_area {
    width: 100%;
    height: 100%;
    padding: 25vw 0 0px 0;
    position: relative;
}
.page_title_area:before {
    position: absolute;
    top: 0;
    content: "";
    background: rgba(239,239,239,0.6);
    display: block;
    width: 100%;
    height: 100%;
}
}



/* topic_path
============================================================================================================ */
.topic_path {
    font-size: 12px;
    font-size: 1.2rem;
    background: rgba(234,234,234,0.7);
    padding: 10px 0;
    /*	margin-bottom: 40px;*/
    position: relative;
    z-index: 1;
}
.topic_path ul {
    max-width: 1200px;
    margin: 0 auto;
}
.topic_path li a {
    text-decoration: none!important;
}
.topic_path li {
    display: inline-block;
}
.topic_path li a:after {
    content: ">";
    margin-left: 5px;
    color: #333;
}

@media screen and (max-width: 960px) {
.topic_path {
    display: none;
}
}
/* コンテナ
============================================================================================================ */
#container {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;/*padding-top: 100px;*/
}
#container a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 960px) {
#container {
    font-size: 1.3rem;
}
#container.sub {
    margin-top: 50px;
    padding: 0;
}
}
/* ===================================================================================================================

	モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
.section + .section, .section-border + .section, .section_s + .section {
    margin-top: 40px;
}

@media screen and (max-width: 960px) {
.section + .section {
    margin-top: 30px;
}
}
/* padding
============================================================================================================ */
.pd_l {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pd_m {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pd_s {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
.pd_l {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pd_m {
    padding-top: 35px;
    padding-bottom: 35px;
}
.pd_s {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
/* btn___
============================================================================================================ */
.btn_basic {
    border: solid 3px #4BA5C9;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
    -o-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
    transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
}
.btn_basic a {
    text-decoration: none!important;
    color: #4BA5C9!important;
    display: block;
    position: relative;
    letter-spacing: 1px;
}
.btn_basic:hover {
    border: solid 3px #4BA5C9;
    background: #4BA5C9;
}
.btn_basic:hover a {
    color: #fff!important;
}
.btn_arrow:hover *:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/*矢印
----------------------------------*/
.btn_arrow > * {
    position: relative;
}
.btn_arrow *:after {
    position: absolute;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4BA5C9;
    border-right: 2px solid #4BA5C9;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
/*ボタンサイズ
----------------------------------*/
.btn_01 {
    display: inline-block;
    padding: 10px;
    width: 280px;
    font-size: 1.5rem;
}

@media screen and (max-width: 680px) {
.btn_01 {
    display: inline-block;
    padding: 10px;
    width: 250px;
    font-size: 1.3rem;
}
}
/* title_____
============================================================================================================ */

.slash_title_l {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 80px 0;
/*    padding: 50px 0;*/
}
.top_masse .slash_title_l {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 50px 0;
}
.slash_title_l .en {
    margin-right: 50px;
    font-size: 3.8rem;
}

@media screen and (max-width: 960px) {
.slash_title_l {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.slash_title_l .en {
    margin-right: 50px;
    font-size: 3.0rem;
}
}

@media screen and (max-width: 680px) {
.slash_title_l {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 35px 0;
}
.slash_title_l .en {
    margin-right: 30px;
    font-size: 2.4rem;
}
}
/*パーツ*/
.en {
    color: #4B7AB2;
    letter-spacing: 5px;
    font-weight: normal;
}
.slash {
    position: relative;
}
.slash:after {
    content: "";
    position: absolute;
    background: #DDDDDD;
    width: 1px;
    height: 18px;
    right: -35px;
    bottom: 8px;
    transform: rotate(45deg)
}

@media screen and (max-width: 680px) {
.slash:after {
    background: #DDDDDD;
    width: 1px;
    height: 15px;
    right: -20px;
    bottom: 5px;
    transform: rotate(45deg)
}
}
/*下線　100％*/

.b_b {
    position: relative;
}
.b_b:after {
    position: absolute;
    content: "";
    background: #4B7AB2;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -20px;
    margin-top: 30px;
}
.title_l {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 3rem;
    color: #007fc6;
    text-align: center;
    font-weight: normal;
}
.title_m {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.title_s {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.caption {
    margin-bottom: 10px !important;
    font-size: 18px;
    font-size: 1.8rem;
    color: #007fc6;
    text-align: left;
    font-weight: normal;
}

@media screen and (max-width: 960px) {
.title_l {
    font-size: 1.8rem;
}
.title_m {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.title_s {
    font-size: 1.4rem;
}
.caption {
    font-size: 1.4rem;
}
}
/* midashi__
============================================================================================================ */

.top_midashi {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 60px 0;
    position: relative;
}
.top_midashi .en {
    font-size: 3.8rem;
}

.top_midashi.m_b:after {
    position: absolute;
    content: "";
    background: #4B7AB2;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0px;
    margin-top: 30px;
}

@media screen and (max-width: 960px) {
.top_midashi {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.top_midashi .en {

    font-size: 3.0rem;
}
}

@media screen and (max-width: 680px) {
.top_midashi {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 35px 0;
}
.top_midashi .en {

    font-size: 2.4rem;
}
}

.midashi_01 {
    margin-bottom: 50px;
    font-size: 1.6rem;
    font-weight: bold;
}
.midashi_01.b_b {
    margin-bottom: 85px;
}
.midashi_01 .en {
    font-weight: normal;
    font-size: 3.3rem;
}

@media screen and (max-width: 680px) {
.midashi_01 {
    margin-bottom: 40px;
    font-size: 1.3rem;
    font-weight: bold;
}
.midashi_01 .en {
    font-weight: normal;
    font-size: 2.2rem;
}
.midashi_01.b_b {
    margin-bottom: 60px;
}
}
.midashi_02 {
    margin-bottom: 50px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #4B7AB2;
    border-bottom: 1px dashed #4B7AB2;
    padding: 5px 0 5px 0px;
    letter-spacing: 3px;
}
.midashi_02 .ja{
    color:#333;
    font-size:1.3rem;
    
}
@media screen and (max-width: 680px) {
.midashi_02 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4B7AB2;
    border-bottom: 1px dashed #4B7AB2;
    padding: 5px 0 5px 0px;
}
}


.midashi_03 {
   padding: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    background: rgba(71,188,191,0.6);
   line-height: 1.2;

}
.midashi_03 .ja{
    color:#333;
    font-size:1.4rem;
        padding-top:20px;
    display: block;
       line-height: 1.5;

}
@media screen and (max-width: 680px) {
.midashi_03 {
   padding: 15px 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    background: rgba(71,188,191,0.6);
   line-height: 1.2;

}
.midashi_03 .ja{
    color:#333;
    font-size:1.2rem;
        padding-top:10px;
    display: block;
       line-height: 1.5;

}
}

/* table__
============================================================================================================ */
table.basic {
    width: 100%;
    border: 1px solid #d9d9d9;
    line-height: 1.6;
    table-layout: fixed;
}
table.basic th, table.basic td {
    padding: 0.6em 1em;
    border: 1px solid #d9d9d9;
    word-wrap: break-word;
}
table.basic th {
    background: #f2f2f2;
}
table.basic.th_center th {
    text-align: center;
    font-weight: bold;
}
table.basic.td_cetner td {
    text-align: center;
}
table.basic.td_right td {
    text-align: right;
}
table.border_none td, table.border_none th {
    padding-bottom: 20px;
}
table.form {
    width: 100%;
    border: 1px solid #212121;
    line-height: 1.6;
    table-layout: fixed;
}
table.form th, table.form td {
    padding: 0.6em 1em;
    border-bottom: 1px dashed #212121;
    word-wrap: break-word;
}
table.form tr:nth-child(odd) td {
    background: #efefef;
}
table.form th {
    background: #efefef;
    border-right: 1px solid #212121;
}
table.basic.border_c th, table.basic.border_c td {
    border: 1px solid #231815 !important;
}
table.form input[type=text], table.form input[type=tel], table.form select, table.form textarea {
    max-width: 100%;
    padding: .4em;
    border: 1px solid #aaaaaa;
    font-size: 14px;
    font-size: 1.4rem;
}
table.form input.size01 {
    width: 80%;
}
table.form input.size02 {
    width: 150px;
}
table.form input.size03 {
    width: 320px;
}
table.form input.size04 {
    width: 85px;
}
table.form textarea.size01 {
    width: 100%;
    height: 160px;
}
table .w10 {
    width: 10%;
}
table .w15 {
    width: 15%;
}
table .w20 {
    width: 20%;
}
table .w25 {
    width: 25%;
}
table .w30 {
    width: 30%;
}
table .w35 {
    width: 35%;
}
table .w40 {
    width: 40%;
}
table .w45 {
    width: 45%;
}
table .w50 {
    width: 50%;
}

@media screen and (max-width: 960px) {
table.basic {
    border-width: 2px;
    font-size: 1.2rem;
    line-height: 1.5;
}
table.basic th, table.basic td {
    padding: 0.5em;
}
table.basic th {
    width: 10%;
}
table.basic td {
    width: 20%;
}
table.form th, table.form td {
    display: block;
    border-right: none;
    padding: 10px;
}
table.form td {
    background: none !important;
}
}
/* link
============================================================================================================ */
/*a.blank {
	padding: 3px 26px 3px 0;
	background: url(../pics/ico_blank.png) 100% no-repeat;
}
a.pdf {
	padding: 3px 22px 3px 0;
	background: url(../pics/ico_pdf.png) 100% no-repeat;
}

@media screen and (max-width: 960px) {
	a.blank {
		background-image: url(../pics/ico_blank_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	a.pdf {
		background-image: url(../pics/ico_pdf_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
}*/



/* li
============================================================================================================ */
/* square
------------------------------------------------------------- */
ul.square li {
    position: relative;
    padding-left: 1em;
}
ul.square li:before {
    content: "■";
    position: absolute;
    left: 0;
}
/* circle
------------------------------------------------------------- */
ul.circle li {
    position: relative;
    padding-left: 1em;
}
ul.circle li:before {
    content: "●";
    position: absolute;
    left: 0;
}
/* asterisk
------------------------------------------------------------- */
ul.asterisk li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
}
ul.asterisk li:before {
    content: "＊";
    position: absolute;
    left: 0;
}
/* disc
------------------------------------------------------------- */
ul.disc li {
    position: relative;
    padding-left: 1em;
}
ul.disc li:before {
    content: "・";
    position: absolute;
    left: 0;
}
/* notes
------------------------------------------------------------- */
ul.notes li {
    position: relative;
    padding-left: 1em;
}
ul.notes li:before {
    content: "※";
    position: absolute;
    left: 0;
}
/* decimal
------------------------------------------------------------- */
ol.decimal {
    list-style-type: decimal;
}
ol.decimal li {
    margin-left: 2em;
}
/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
    position: relative;
    padding-left: 2em;
}
ol.parentheses li .num {
    position: absolute;
    left: 0;
}
/* img
============================================================================================================ */
.ofi {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.ofi.cont {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}
/* img.radius
============================================================================================================ */
img.radius {
    border-radius: 50%;
}
/* border_box
============================================================================================================ */
.border_box {
    border: 1px solid #BCBCBC;
    padding: 3% 5%;
    box-sizing: border-box;
}
/* border_radius
============================================================================================================ */
.border_radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* background
============================================================================================================ */
.bg_gray {
    background: #F9F9F9;
}
.text_area > p + p {
    margin-top: 1em;
}
/* sub
============================================================================================================ */

.tab_cont >  ul {
    padding: 80px 30px;
}


.tab_cont_top >  ul {
    padding: 40px 0px 100px 0px;
}
@media screen and (max-width: 960px) {
    
.tab_cont_top >  ul {
    padding: 0px 0px 60px 0px;
}
}

@media screen and (max-width: 680px) {
    
.tab_cont_top >  ul {
    padding: 0px 0px 60px 0px;
}
}

/*社長メッセージ
-------------------------------------------*/
/*2colum*/
.text_img_2ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.text_img_2ol .img {
    width:45%;
}
.text_img_2ol .img .ofi {
    width: 100%;
    height: auto;
}
.text_img_2ol .text_box {
    font-size: 1.4rem;
    letter-spacing: 2px;
    line-height: 2.5;
    width: 60%;
}
/*順番*/
.text_img_2ol.img_r .img {
    order: 2;
}
.text_img_2ol.img_r .text_box {
    order: 1;
}
@media screen and (max-width: 680px) {
    .text_img_2ol {
    display: block;
}
    .text_img_2ol .img {
    width: 50%;
        margin: 0 auto 30px auto;
}
.text_img_2ol .img .ofi {
    width: 100%;
    height: 250px;
}
    .text_img_2ol .text_box {
    font-size: 1.3rem;
    letter-spacing: 2px;
    line-height: 2.0;
    width: 100%;
}
}








/*img_list*/
.img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.img_list li {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 5%;
}
.img_list li:nth-child(3n) {
    margin-right: 0%;
}
.img_list li {
    width: 30%;
}
.img_list li .ofi {
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 680px) {
.img_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5%;
}
.img_list li:nth-child(3n) {
    margin-right: 2%;
}
.img_list li:nth-child(2n) {
    margin-right: 0%;
}
}
/* w_100img
------------------------------------------------------------- */
.w_100img{
    width:100%;
}

.w_100img .ofi{
    width:100%;
}
/* 会社概要
------------------------------------------------------------- */
.about_box + .about_box{ 
margin-top:70px;
}
.about_area .text_box {
    max-width: 80%;
    margin: 0 auto;
     
}
.about_dl  dl:first-child{
      border-top: 1px solid #DBDBDB;
}

.about_dl  dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    border-bottom: 1px solid #DBDBDB;
}
.about_dl  dt{
    background: #EFEFEF;
    font-weight: bold;
    padding: 20px 10px;
    width:30%;
}
.about_dl  dd{
    width:65%; padding: 20px 10px;
/*    margin-left:5%;*/
}
.factory_li > li + li{
    margin-top:1em;
}

@media screen and (max-width: 960px) {
    .about_area .text_box {
    max-width: 90%;
}
}

@media screen and (max-width: 680px) {
    .about_box + .about_box{ 
margin-top:50px;
}
    .about_area .text_box {
    max-width: 100%;
}
    .about_area  dt{
    padding: 10px 5px;
}
.about_area  dd{
    width:65%; padding: 10px 5px;
}
}



/*工場案内
----------------------------------*/
.factory .img .ofi{
    height: 250px;
    }
.factory .about_dl dl{
    width:100%;
}

.factory .text_img_2ol .text_box {
    font-size: 1.4rem;
    letter-spacing: 2px;
     line-height: 1.5; 
    width: 52%;
}
@media screen and (max-width: 680px) {
    .factory .text_img_2ol .img {
    width: 100%;
    margin: 0 auto 30px auto;
}
    
    
    .factory .text_img_2ol .text_box {
    font-size: 1.4rem;
    letter-spacing: 2px;
     line-height: 1.5; 
    width: 100%;
}
}


/* info
------------------------------------------------------------- */
.title_info {
    font-size: 21px;
    font-weight: bold;
    border-left: 3px solid #349B13;
    padding-left: 7px;
    margin-bottom: 1em;
}
.col2_area {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 960px) {
.col2_area {
    display: block;
}
}
@media screen and (max-width: 680px) {
    .tab_cont >  ul {
    padding: 30px 10px;
} 
    
}




/* info */
.info_area {
    position: relative;
padding: 0 0 80px 0;
}
.link_list {
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.link_list a {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none !important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    ffont-size: 1.5rem;
}
.link_list a:before {
    content: "";
    display: inline-block;
    background: url("../pics/icon_list.png") no-repeat left center;
    background-size: 18px 12px;
    width: 18px;
    height: 12px;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 1em;
}
.info_list {
    margin-bottom: 50px;
}
.info_list li {
    border-bottom: 1px dashed #8E8E8E;
}
.info_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #333 !important;
    text-decoration: none !important;
    padding: 1em 0;
    letter-spacing: 3px;
}
.info_list li a div {
    width: 14em;
    white-space: nowrap;
}
.info_list li a div span:nth-child(1) {
    display: inline-block;
    width: 6em;
}
.info_list li a div span:nth-child(2) {
    display: inline-block;
    width: 8em;
    text-align: center;
    color: #fff;
    background: #349B13;
}
.info_list li a p {
    margin-left: 1.5em;
}


@media screen and (max-width: 960px) {
.info_area {
    width: 100%;
}
}

@media screen and (max-width: 600px) {
    .info_area {

}
.info_list li a {
    display: block;
}
.info_list li a p {
    margin-left: 0;
    margin-top: 0.5em;
}
}



/* fbox
============================================================================================================ */
.fbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 960px) {
	.fbox.f_pc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}	
.fbox.f_sp{
  display: block;
}	
}
@media screen and (max-width: 680px) {
.fbox.f_pc{
 display: block;
}	
.fbox.f_sp{
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}			
}