@charset "UTF-8";

h1, h2, h3, h4, h5, h6, p, a,li, ol, span, small, th, td, dt, dd, strong  {
	font-family: 'Cabin', "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1c1f20;
	line-height: 1.4em;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
#animation-container {
  animation: border 1.2s;
  animation-iteration-count: 1;
  -webkit-animation: border 1.2s; /* Safari & Chrome */
  -webkit-animation-iteration-count: 1;
}
@keyframes border {
	0%   { width: 0px; }
  100%   { width: 58%; }
}
@-webkit-keyframes border { /* Safari & Chrome */
	0%   { width: 0px; }
	100%   { width: 58%; }
}
#slidein {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: slidein;
    -webkit-animation-iteration-count: 1;
    animation-duration: 1s;
    animation-name: slidein;
    animation-iteration-count: 1;
}
@-webkit-keyframes slidein {
    from {
        margin-left: 10%;
        width: 0%
    }
    to {
        margin-left: 0%;
        width: 10%;
    }
}

@keyframes slidein {
    from {
        margin-left: 10%;
        width: 0%
    }
    to {
        margin-left: 0%;
        width: 10%;
    }
}
img {
	max-width: 100%
}
a {
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz--ms-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:hover {
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz--ms-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.7;
}
.sp_menu {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.cb {
	clear: both;
}
.gradient {
	background: #23a84e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #23a84e 0%, #007cc6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #23a84e 0%,#007cc6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #23a84e 0%,#007cc6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a84e', endColorstr='#007cc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gradient_op {
	background: #c9ead4; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #c9ead4 0%, #c3def1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #c9ead4 0%,#c3def1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #c9ead4 0%,#c3def1 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ead4', endColorstr='#c3def1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gradient_copy {
	background: #18784c; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #18784c 0%, #085c93 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #18784c 0%,#085c93 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #18784c 0%,#085c93 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18784c', endColorstr='#085c93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body {
	min-width: 320px;
}
section {
	padding-top: 50px;
}
.top_img {
	position: relative;
	background-image: url(../images/top_img.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: calc(100%*1100/2100);/* calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
	overflow: hidden;
}
h1 {
	position: absolute;
	top: 50%;
	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%);
	text-align: center;
	width: 160px;
}
header {
	position: absolute;
	width: 100%;
}
header .gr_line {
	width: 58%;
	height: 35px;
	float: left;
	margin-left: -2%;
	-webkit-transform: skew(-30deg, 0deg);
	-moz-transform: skew(-30deg, 0deg);
	-ms-transform: skew(-30deg, 0deg);
	-o-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg);
}
header .gr_line_2 {
	float: right;
	width: 10%;
	height: 35px;
	transform: skew(-30deg, 0deg);
	margin-right: -2%;
}
header ul {
	width: 35%;
	float: left;
	text-align: center;
	padding: 7px 0;
}
header li {
	display: inline-block;
	border-right: 1px solid #a1b5d8;
}
header li a {
	display: block;
	padding: 0 10px;
	color: #007cc4;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
}
header li a small {
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
	color: #7ea9cc;
}
header li a::after {
	position: absolute;
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #7ea9cc;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
header li a:hover::after {
	transform: scale(1, 1);
	opacity: 1;
}
header li:last-child {
	border-right: none;
}
.top main .box_01 {
	background-image: url(../images/rola.png);
	background-repeat: no-repeat;
	background-position: right 0%;
	padding: 100px 0;
}
.top main .box_01 div {
	max-width: 520px;
	margin: auto;
	border-bottom: solid 2px #1fa162;
	position: relative;
	padding: 0.5em 4em 0 0.5em;
}
.top main .box_01 div:before, .top main .box_01 div:after {
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: #007cc4;
}
.top main .box_01 div h2 {
	font-size: 23px;
	padding: 0 0 10px 20px;
	font-weight: bold;
	color: #007bc5;
}
.top main .box_01 div p {
	padding: 0 0 15px 20px;
	line-height: 1.7em;
	text-align: justify;
}
.top main .box_02  ul {
	font-size: 0;
	max-width: 1400px;
	margin: auto;
	padding: 0 0 50px;
}
.top main .box_02 li {
	display: inline-block;
	width: 33.33333%;
	overflow: hidden;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.top main .box_02 li a {
	display: block;
	position: relative;
}
.top main .box_02 li a img {
	width: 100%;
}
.top main .box_02 li a div {
	position: absolute;
	top: 50%;
	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%);
	text-align: center;
	width: 100%;
}
.top main .box_02 li a div p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 20px;
}
.top main .box_02 li a div small {
	color: #fff;
	border-radius: 40px;
	border: 1px solid #fff;
	background-color: #ffffff40;
	padding: 5px 15px;
	font-size: 15px;
}
.top main .box_02 li a div small i {
	margin-left: 5px;
}
.top main .box_02 li img {
	-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.top main .box_02 li img:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.top .inner {
	max-width: 600px;
}
.top .inner h4 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #c5e3e4;
	padding: 5px 5px 10px;
	margin-bottom: 20px;
	color: #007ac6;
}
.top .inner dl {
	font-size: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.top .inner dl:last-child {
	border-bottom: 2px solid #c5e3e4;
	padding-bottom: 20px;
}
.top .inner dt {
	width: 15%;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
	border-right: 1px solid #c5e3e4;
	box-sizing: border-box;
	margin-right: 2%;
	background-color: #c5e3e4;
	text-align: center;
	padding: 5px;
	letter-spacing: 0.1em;
}
.top .inner dd {
	width: 83%;
	display: inline-block;
	font-size: 15px;
	vertical-align: middle;
}
.news {
	/* background-image: url(../images/bg.png); */
}
.sponsor_banner {
	text-align: center;
	padding: 100px 0;
}
.sp_sponsor {
	display: none;
}
footer {
	padding: 60px 0 0;
	/* margin-top: 60px; */
}
footer .inner {
	text-align: center;
}
footer .left {
	float: none;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #fff;
	padding: 0 10px 0 0;
}
footer .left table {
	float: right;
	text-align: left;
}
footer .left th {
	vertical-align: middle;
	padding: 0 10px;
	max-width: 100px;
}
footer .left td {
	vertical-align: middle;
	padding: 0 10px;
}
footer .left td p {
	color: #fff;
	font-size: 15px;
}
footer .left td h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
footer .left .add {
	padding-bottom: 10px;
}
footer .right {
	float: none;
	display: inline-block;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	vertical-align: middle;
}
footer .right li a {
	color: #fff;
	font-size: 13px;
	padding: 3px 0;
	display: block;
	text-align: left;
}
footer .clearfix {
	padding: 0 0 50px;
}
footer .copy {
	clear: both;
	padding: 10px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}


/* //////////////// */
.low header {
	position: static;
	overflow: hidden;
}
.low header h1 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	text-align: center;
	width: 110px;
	float: left;
}
.low header .gr_line {
	height: 58px;
}
.low header h1 img {
	width: 55px;
	margin-top: 5px;
}
.low header ul {
	margin-left: 30px;
	padding: 10px 0;
	float: right;
	width: auto;
}
.low header li a {
	margin: 0 10px;
}
.low header .gr_line {
	width: 48%;
}
.low header .gr_line_2 {
	width: 8%;
}
.low header .gr_line_2 {
	height: 58px;
}
.low h5 {
	padding: 40px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.low h5 small {
	display: block;
	font-size: 14px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: normal;
}
.low main section {
	padding: 50px 0 ;
}
.inner {
	max-width: 980px;
	margin: auto;
	padding: 50px 20px;
}
.work .inner div {
	margin-bottom: 90px;
	font-size: 0;
}
.inner h6 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #017bc3;
	position: relative;
}
.work .inner dl {
	padding: 30px 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	border-bottom: 3px dotted #eee;
	font-size: 0;
}
.work .inner dt {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 17px;
	padding: 0 18px 8px 8px;
	display: inline-block;
	letter-spacing: 1px;
	width: 30%;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.work .inner dt img {
	display: block;
	margin: 10px auto 0;
	width: 80px;
	height: 80px;
}
.work .inner dd {
	font-size: 16px;
	line-height: 1.7em;
	width: 70%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.work .btm_block {
	font-size: 0;
	margin-right: -2%;
}
.work .btm_block dl {
	width: 31.33333%;
	display: inline-block;
	border: none;
	box-sizing: border-box;
	margin: 0 2% 0 0;
	border-top: none;
	padding: 0;
}
.work .btm_block dt {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 2% 0 10px;
}
.work .btm_block dd {
	width: 100%;
	display: block;
	border: 3px dotted #eee;
	border-top: none;
	padding: 0 5% 5%;
	border-radius: 0 0 5px 5px;
}
.fadein {
	opacity : 1;
	transform : translate(0, 50px);
	transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.fadeUpOrder {
	position: relative;
	bottom: -100px;
	opacity: 0;
	transition: all .5s;
}

.fadeUpOrder.active {
	bottom: 0;
	opacity: 1;
}
/*==== work 20181003 ====*/
.work .btm_block.b_a {
	margin-right: 0;
}
.work .btm_block.b_a dl {
	width: 100%;
	font-size: 0;
	margin: 10px 0 50px;
	padding-bottom: 40px;
	border-bottom: 3px dotted #eee;
}
.work .btm_block.b_a dl:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.work .inner .b_a dt img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.work .btm_block.b_a dt,
.work .btm_block.b_a dd {
	width: 45%;
	height: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	position: relative;
}
.work .btm_block.b_a dt {
	margin: 0 5% 0 0;
}
.work .btm_block.b_a dt::after {
	content: "";
	width: 30px;
	height: 30px;
	border-top: 5px solid #9e9e9e;
	border-right: 5px solid #9e9e9e;
	position: absolute;
	right: -13%;
	transform: rotate(45deg);
	top: 50%;
}
.work .btm_block.b_a dd {
	margin: 0 0 0 5%;
}
.work .btm_block.b_a dt p,
.work .btm_block.b_a dd p {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50px;
	text-align: center;
	position: absolute;
	border: 3px solid #fff;
	top: -30px;
	right: -15px;
	color: #fff;
	letter-spacing: 0.1em;
}
.work .btm_block.b_a dt p {
	background-color: #12a84d;
}
.work .btm_block.b_a dd p {
	background-color: #0082b0;
}

.company table {
	margin: auto;
}
.company th {
	padding: 15px 20px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 2px dotted #7da9cd;
	background-color: #7da9cd;
	box-sizing: border-box;
}
.company td {
	padding: 15px 20px;
	vertical-align: middle;
	text-align: left;
	/* border-bottom: 2px dotted #d6d9de; */
	box-sizing: border-box;
}
.company dl {
	font-size: 0;
	margin: 0 auto;
	max-width: 650px;
	padding: 1.5% 0;
	border-bottom: 2px solid #eee;
}
.company dt {
	width: 18%;
	padding: 1%;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	background-color: #7da9cd;
	border-radius: 5px;
	font-weight: bold;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
.company dd {
	width: 82%;
	display: inline-block;
	font-size: 18px;
	padding: 1% 2%;
	/* border-bottom: 2px dotted #eff5fb; */
	box-sizing: border-box;
	vertical-align: middle;
}
.company dd span {
	display: inline-block;
}
.company dd p {
	font-size: 16px;
	margin: 5px 0;
}
.company dd p span {
	border: 1px solid #7da9ce;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	padding: 2px;
	color: #7da9ce;
	margin-right: 10px;
}
.contact .inner {
	max-width: 800px;
}
.contact .inner h6 {
	padding-bottom: 10px;
}
.form_box	{
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 40px;
}
.contact table {
	width: 100%;
}
.contact th {
	text-align: left;
	padding: 20px;
	vertical-align: middle;
	background: #eff5fb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
	width: 30%;
}
.contact th label {
	font-weight: bold;
}
.contact th span {
	background-color: #017bc3;
	padding: 2px 5px;
	font-size: 13px;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
	display: inline-block;
}
.contact th a span {
	background-color: inherit;
	padding: 2px 0 0px 0;
	font-size: 13px;
	color: #e25920;
	border-radius: 5px;
	margin-left: 0;
	display: inline-block;
}
.contact td {
	text-align: left;
	padding: 20px;
	vertical-align: middle;
	width: 60%;
	/* background-color: #f9f9f9;
	border-left: 5px solid #fff;
	border-bottom: 3px solid #fff; */
}
.contact td input, .contact td textarea {
	padding: 5px;
	font-size: 15px;
	box-sizing: border-box;
}
.contact .submit_box {
	text-align: center;
	font-size: 0;
	margin: 40px auto 0;
}
.contact .submit_box .button input {
	padding: 15px;
	display: inline-block;
	width: 150px;
	background-color: #017bc3;
	margin: 20px 20px 0;
	color: #fff;
	font-size: 15px;
}
.contact .submit_box .button input.reset {
    background-color: #bdbdbd;
}
.contact .caution b {
	font-size: 14px;
	color: #e25920;
	font-weight: bold;
	padding: 0 0 0 15px;
	background-image: url(../images/wow.svg);
	background-repeat: no-repeat;
	background-size: 17px;
}
.contact .submit_box .button.reset {
	background-color: #bdbdbd;
}
.contact .submit_box .button li {
	display: inline-block;
}
.contact .contact_end p {
	padding-bottom: 10px;
}
.contact .contact_end .btn {
	margin-top: 30px;
}
.contact .contact_end .btn a {
	padding: 10px;
	background-color: #017bc4;
	color: #fff;
}
.contact .contact_end .btn a i {
	margin-left: 5px;
}
.policy h6 {
	font-size: 17px;
	padding-bottom: 50px;
}*
.policy dl {
	margin-bottom: 30px;
}
.policy dd {
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 1.4em;
	text-align: justify;
}
.policy dt {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}










/* ==== ie android ==== */
.work .inner dt img.ie_svg {
	display: none;
}
@media all and (-ms-high-contrast: none){
	.work .inner dt img.ie_svg{
    display: block; /* IE10以上 */
  }
	.work .inner dt img.no_ie_svg{
    display: none; /* IE10以上 */
  }
}
html.android .work .inner dt img.ie_svg{
	display: block;
}
html.android .work .inner dt .no_ie_svg{
	display: none;
}

/* ad 200621 */
.add a{
	color: #fff;
}
a[target="_blank"]:after{
	content:url(../images/exlink_w.png);margin:0 3px
}
dd a[target="_blank"]:after{
	content:url(../images/exlink_b.png);margin:0 3px
}
