.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
    text-align:left !important;
}
}
.box-sd {
    padding: 4rem 5rem 3rem;
    background-color: #fff;
    border: 1px dotted #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
	border-radius:20px;
}
.box-sd02 {
    padding: 4rem 5rem 3rem;
    background-color: rgba(255,255,255,1.0);
    border: 1px  dotted #999;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
	border-radius:20px;
}
.box-sd03 {
    padding: 3rem 3rem 2rem;
    background-color: var(--white-color);
    border: 1px dotted #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
	border-radius:20px;
}
.box-sd05 {
    padding: 5rem 5rem 3rem;
    background-color: var(--white-color);
	color:var(--black-color);
    border: 1px dotted #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
	border-radius:20px;
}
.box-img {
    background-image: #fff;
    border: 1px dotted #999;
    box-sizing: border-box;
	border-radius:20px;
    background:url(../images/content/bg-outdoor.jpg) no-repeat center center;
	padding:80px 50px 80px;
	background-size:cover;
	max-width:2000px;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03,.box-sd05 {
    padding: 2.5rem;
    box-sizing: border-box;
}
	.box-img {
		    padding: 0.7rem 0rem 0rem;
	}
ul, ol {
    margin-bottom: 0px !important;
}
}
/* txt */

.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left !important;
}
.tx-right {
   text-align:right !important;
}
.tx-fright {
   text-align:right !important;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
.tx_marker02 {
   background:linear-gradient(transparent 75%, var(--basic-color) 75%);
   font-weight:800;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	
.tx-fright {
	text-align:left !important;
}
	.tx-80p {
		font-size:100% !important;
	}
}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}

.h2-ttl {
	/*
    font-family: 'Noto Serif JP', serif;*/
	font-family: var(--zen-mg);	
    color: #333;
    font-weight: 500;
    font-size: 3.4rem;
    letter-spacing: 0.08px;
    text-align: center;
	width:90%;
	margin:0px auto 30px;
}
.wrap-h2 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:3% auto 6%;
}
@media only screen and (max-width: 768px) {
.wrap-h2 {
  width:100%;
  margin:3% auto;
}
.wrap-h3 {
  width:100%;
  margin:3% auto;
}
.wrap-h4 {
  width:100%;
  margin:3% auto;
}
}
@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 5px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:80px !important;
    min-width: 100px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table th:first-child {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td {
    width: 80px;
    min-width: 100px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
	text-align:center;
	border: 1px #ccc solid;
}
.table-scroll table td:first-child {
    width: 200px;
    min-width: 250px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
	text-align:center;
}


}

ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:98%;
    margin-right:1%;
    position: relative;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:46%;
    margin-right:2%;
    position: relative;
	line-height:1.3;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-2col > li.long {
    width:90%;
    margin-right:2%;
    position: relative;
}


ul.circle-3col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:31.3%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li.lg {
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle-3col > li.lg.s-fnt {
    font-size:0.79em;
}
ul.circle-3col > li.lg-2 {
    width:50%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.7em;
}
ul{
  padding-left:0;
}
ul.circle-3col-l {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col-l > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    margin-right:2%;
    position: relative;
}

.in-b {
  display:inline-block;
}

li{
  list-style:none;
}

@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-3col > li,ul.circle-3col > li.lg,ul.circle-3col > li.lg-2,ul.circle-2col > li.long {
    width:100%;
}
	ul.circle-3col {
		margin-bottom: 0px;
	}
  ul.circle-3col > li {
    font-size:0.9em;
	      padding: 0 0 0.2em 1.2em;
    margin-bottom: 0.5em;
	 
}
}
.link_btn3{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: var(--b-color);
	border-radius: 30px;
	color: #fff;
	width: 88%;
}
.flex_anchorlink_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_anchorlink_box .item_btn{
	width: 48%;  /* 要調整 */
	text-align: center;
	margin-bottom: 10px;
}
.flex_anchorlink_box .item_btn:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
.link_btn3{
	width: 100%;
}
.flex_anchorlink_box{
	display: block;
}
.flex_anchorlink_box .item_btn{
	width: 90%;
	margin:0 auto 10px;
}
}
.fa-chevron-circle-down {
  position:relative;
}
.fa-chevron-circle-down:before {
  position:absolute;
  left:5px;
  top:-12px;
}
/*===========================
anchor
===========================*/


#anchor01,#anchor02,#anchor03,#anchor04,#anchor05,#anchor06,#anchor07,#anchor08,#anchor09,#anchor10 {
	margin-top:-110px;
	padding-top:110px;
}


#recruit {
    margin-top: -125px;
    padding-top: 125px;
}
#partner {
    margin-top: -125px;
    padding-top: 125px;
}

.flow {
  padding-left: 200px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 200px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 14px;
  font-weight:900;
  color: #fff;
  background: rgb(42,171,110);
  background: -moz-linear-gradient(left, rgba(118,146,47,1) 0%, rgba(144,179,69,1) 100%);
  background: -webkit-linear-gradient(left, rgba(118,146,47,1) 0%,rgba(144,179,69,1) 100%);
  background: linear-gradient(to right, var(--a-color) 0%,var(--basic-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -200px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--a-color);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--a-color);
  border-radius: 50%;
  left: -5px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: var(--a-color);
  margin-bottom: 1vh;
}
.p-ttl {
	text-align: center;
	font-weight: 500;
	font-size:1.4em !important;
}
.p-ttl02 {
	text-align: center;
	font-weight: 500;
	font-size:1.2em !important;
	margin-bottom:2em !important;
}
.p-ttl03 {
	text-align: center;
	font-weight: 500;
	font-size:1.2em !important;
	margin-bottom:1em !important;
	color:#F00;
}

@media only screen and (max-width: 768px) {
.p-ttl {
	text-align: left;
	font-size:1.0em !important;
}
.p-ttl02 {
	font-size:1.0em !important;
    margin-top:1em !important;
    margin-bottom: 0.6em !important;
	text-align: left !important;
}
.p-ttl03 {
	font-size:1.0em !important;
    margin-top:1em !important;
    margin-bottom: 0.6em !important;
	text-align: left;
}
.flow {
    padding-left: 0px;
    position: relative;
}
.flow::before {
    content: "";
    width: 0px;
    height: 0%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: relative;
    top: 0;
    left: 100px;
}
.flow > li .icon {
    font-size: 14px;
	font-weight:800;
    color: #fff;
    padding: 8px 10px;
    display: block;
    position: relative;
    top: 0;
    left: 0px;
    z-index: 100;
	width:100%;
}
.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color:var(--a-color)  transparent transparent transparent ;
    position: absolute;
    top:auto;
	bottom:-10%;
    left: 46%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.flow > li:not(:last-child) {
    margin-bottom: 5vh;
}
.flow > li dl {
    padding-left: 10px;
    position: relative;
}
.flow > li dl::before {
    width: 0px;
    height: 0px;
    margin-top: 0px;
    background: #6b90db;
    border-radius: 50%;
    left: 0px;
}
.flow > li dl dt {
	margin-top:10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1vh;
}
.flow > li dl::after {
    width: 0px;
    border-bottom: 1px dashed #999;
    position: relative;
    left: 0px;
}

}

.qaContainer dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: var(--a-color);
color:var(--white-color);
text-indent: -25px;
}
.qaContainer dt:before {
content: "Q.";
color:var(--white-color);
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
line-height:1.6;
}
.qaContainer dd:before {
content: "A.";
color: var(--a-color);
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd.ex01 {
    margin: 0px 0px 0px 35px !important;
    text-indent: -25px;
    line-height: 1.6;
}
.qaContainer dd.ex01:before {
content: "";
color: #1771c6;
font-weight: bold;
margin-right: 7px;
}
.img-center {
	display:block;
	text-align:center;
	margin:auto;
}

.img-difframe-l, .img-difframe-r {
    position: relative;
}
.img-difframe-r:before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -50px;
    height: 80%;
    width: 80%;
    border: 1px solid #7b9a38;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
	
	    opacity: 0.2;
    background-image: -webkit-linear-gradient(-45deg, transparent 25%, #00609c 25%, #00609c 50%, transparent 50%, transparent 75%, #00609c 75%, #00609c);
    background-image: -moz-linear-gradient(-45deg, transparent 25%, #00609c 25%, #00609c 50%, transparent 50%, transparent 75%, #00609c 75%, #00609c);
    background-image: -o-linear-gradient(-45deg, transparent 25%, #00609c 25%, #00609c 50%, transparent 50%, transparent 75%, #00609c 75%, #00609c);
    background-image: linear-gradient(-45deg, transparent 25%, #00609c 25%, #00609c 50%, transparent 50%, transparent 75%, #00609c 75%, #00609c);
	
	
	
	background-color: #fff;
	    background-size: 3px 3px;
    z-index: -1;
}
.img-difframe-r img, .img-difframe-l img {
    z-index: 2;
    position: relative;
}
@media only screen and (max-width: 768px) {
.img-difframe-r:before {
    bottom: -10px;
    right: -10px;
}
}

.box-left {
    border-top: 0px solid #999;
    border-bottom: 0px solid #999;
    border-left: 0px solid #999;
    padding: 3em 3rem 4rem;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}

.box-right {
    border-top: 0px solid #999;
    border-bottom: 1px solid #999;
    border-left: 0px solid #999;
	border-right: 1px solid #999;
    padding: 3em 3rem 4rem;
	    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}
@media only screen and (max-width: 768px) {
.box-left {
    padding: 2em 2rem 3rem;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
	margin-bottom:3em;
}

}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    color:#fff !important;
	text-decoration:none;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
.res-img20 {
    width:60% !important;
	height:auto !important;
}
.res-img {
	width:50% !important;
	height:auto !important;  
}
}
.indt {
	text-indent: 1em;
}
.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}
.res-wd50 {
  width:50% !important;
  margin:0 auto;
}
.bnr-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.bnr-list li {
	margin-right:5%;
}
@media only screen and (max-width: 940px) {
.res-wd50 {
  width:70% !important;
  margin:0 auto;
}
}
@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
.res-wd50 {
  width:80% !important;
  margin:0 auto;
}
	.bnr-list li {
	margin-right:2%;
	margin-top:5%;
}
}
@media only screen and (max-width: 450px) {
.res-wd50 {
  width:100% !important;
  margin:0 auto;
}
}
.btn-l {
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background-size: contain;
    text-decoration: none;
    position: relative;
    text-align: center
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: var(--b-color) !important;
    font-weight: 500;
    max-width:100%;
    width: 70%;
	margin:auto;
    padding: 1.2rem 2.9rem 1.2rem 1.6rem;
    line-height: 1.6;
    border: 1px solid var(--b-color);
    box-sizing: border-box;
	z-index:10;
	border-radius:30px;
	padding:20px;
}

.btn-l:hover {
	text-decoration:none;
}

.btn-l:hover .inb {
    color: var(--b-color);
}
.btn-l:hover .bag:after {
    left: 0;
    width: 100%;
}

.btn-l .inb {
    color: #fff;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}

.btn-l .bag {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--b-color);
	border-radius:30px;
}

.btn-l .bag:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 100%;
		border-radius:30px;
}
.btn-l .bag:after {
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    background: #ffffff;
	
}
.fa-circle-down,.fa-circle-right {
  position:relative;
}
.fa-circle-down:before,.fa-circle-right:before {
  position:absolute;
  left:1vw;
  top:-14px;
}

@media only screen and (max-width: 966px) {
.btn-l {
    width: 80%;
	text-align: center;
}
}
@media only screen and (max-width: 768px) {
.btn-a {
    width: 80%;
    line-height: 1.2;	
	padding: 2.0rem 1.0rem 2.0rem 1.2rem;

}

}

@media only screen and (max-width: 600px) {
.btn-l {
	font-size:1em;
    width: 90%;
	padding: 2.0rem 1.0rem 2.0rem 1.2rem;
	
}
}
.bg-bdr {
	border-radius: 66% 34% 70% 30% / 52% 38% 62% 48% ;
    background-color: rgba(33,180,187,0.2);
}
.img-border img {
	width:100%;
	border-radius: 20px ;
}
.img-border01 img {
	width:100%;
	border-radius: 89% 11% 74% 26% / 29% 59% 41% 71% ;
}
.img-border02 img {
	width: 100%;
    height: 100%;
    -webkit-transform: translateX(-170px);
    transform: translateX(-170px);
    border-radius: 418px 418px 0 0;
}

.flex-1col {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col > li{
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col-start > li{
  width:47.5%;
  margin:2% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-list2 {
  width:17.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:27.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list4 {
  width:37.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list5 {
  width:47.5% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:57.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list7 {
  width:67.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:77.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:87.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-3col > li{
  width:30%;
  margin:2% 0 0 0%;
}
.flex-4col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:0%;
}
.flex-4col > li{
  width:23.5%;
  margin:2% 0 0 0%;
}
.flex-reverse {
	flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto 2% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 2% !important; 
}
.flex-4col > li{
  width:100%;
  margin:2% auto 2% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 8% !important;  
}

}

.btn-d a,.btn-f  {
    z-index: 1;
    width: 80%;
    max-width: 300px;
	margin:auto;
    text-align: center;
    color: #103306;
    border: 1px solid;
    font-size: 90.75%;
	    position: relative;
    display: block;
	    max-width: 100%;
		text-decoration: none;
    color: #103306;
	border-radius:10px;
}
.btn-d a::before {
    right: 14px;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
}
.btn-d a::before, .btn-d a::after, .btn-d a span::before {
    content: '';
    position: absolute;
    top: 50%;
}

.btn-d span  {
    padding: 0.6em;
	font-size:1.0em;
	font-weight:bold;
}
.btn-d a, .btn-d span {
    position: relative;
    display: block;
}
.btn-d a span::before {
    right: 39px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 26px);
    border-right: 1px solid;
}
.btn-d a::after {
    right: 10px;
    width: 18px;
    height: 1px;
    border-bottom: 1px solid;
}

.btn-d a:hover::before, .btn-d a:hover::after {
    animation: arrow .4s ease-out;
}
.btn-d a:hover::before, .btn a:hover:not([target="_blank"]):not([href$=".pdf"]):not([href^="#"])::after {
    animation: arrow .4s ease-out;
}
.btn-d a:hover {
    background-color: var(--basic-color);
    color: #fff;
}
.img-res {
	width:70%;
	height:auto;
}
@media only screen and (max-width: 768px) {
.btn-d a,.btn-f  {
    width: 100%;
    max-width: 300px;
}
.btn-d span {
    padding: 0.5em 0.6em 0.5em 0em;
    font-size: 0.9em;
    font-weight: bold;
}
.btn-d a span::before {
    right: 30px;
}
.btn-d a::after {
        right: 12px;
    width: 14px;
    height: 1px;
    border-bottom: 1px solid;
}
.btn-d a::before {
    right: 13px;
}
}
ol.circle_num {
    counter-reset: number;
    list-style-type: none!important;
    padding: 2em;
}
ol.circle_num li {
    border-bottom: dashed 1px #69A35A;
    position: relative;
    padding: 0.5em 0.5em 0.5em 40px;
    line-height: 1.8em;
    font-size: 1.1em;
    width: 90%;
    display:inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
ol.circle_num li span {
	font-size:1.3em;
	font-weight: 800;
}
ol.circle_num li:before {
    position: absolute;
    counter-increment: number;
    content: "(" counter(number) ") ";
    display: inline-block;
    color: #333;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.img-br {
	border-radius:10px;
	padding: 2px;
    background: #fff;
	box-shadow: 0 2px 2px #eaeaea;
}
.td-01 {
	font-weight:600;
	font-size:1.1em;
}
.wrapper {
	overflow: hidden;
}

/*
.sc-01 {
	background: #1CB4D3;
	border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
	margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
.sc-02 {
	background: #1CB4D3;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
	margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
*/
.lower {
	padding-bottom:200px !important;
}
.container-02 {
  position: relative;
  background: var(--l-color);
  height: 13vh;
}
.wave02 {
  position: absolute;
  height: 142px;
  width: 100%;
  background: var(--l-color);
 top: 0;
}
.wave02::before, .wave02::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}

.wave02::before {
  width: 55%;
  height: 112%;
  background-color: #fff;
  right: -1.5%;
  top: -68%;
}
.wave02::after {
  width: 55%;
  height: 107%;
  background-color: var(--l-color);
  left: -1.5%;
  top: -40%;
}
.container-01 {
  position: relative;
   background: var(--l-color);
  height: 20vh;
}

.wave {
  position: absolute;
  height: 206px;
  width: 100%;
 background: var(--l-color);
  bottom: 0;
}

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background: var(--l-color);
  left: -1.5%;
  top: 4%;
}

.container-07 {
  height: 20vh;
}

@media only screen and (max-width: 768px) {
.container-01 {
  height: 10vh;
}
.lower {
	padding-bottom:80px !important;
}

.wave {
  height: 56px;
}
.container-02 {
  height: 3vh;
}
.wave02 {
  height: 32px;
}
.container-07 {
  height: 11vh;
}
#jka {
    margin-top: -65px;
    padding-top: 65px;
}
}

.top_news ul > li{
	list-style-type: none!important;
	border-bottom:1px #c6c6c6 dotted;
	padding:0 10px 15px;
	margin:0 0 20px;
}
.top_news ul li p{
	color:#717171;
	letter-spacing:0.08em;
	line-height:1.9;
}
.top_news ul  li p.date{
	color:#444444;
	line-height:1;
	margin:0 0 15px;
}

.top_contact p,
.cv_area p{
	text-align:center;
	color:#fff;
}
.top_contact .tel_num,
.cv_area .tel_num{
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	font-size:3.8rem;
	line-height:1.4;
	margin:0 0 15px;
}
.top_contact .tel_num a,
.cv_area .tel_num a{color:#fff;}
.top_contact .tel_num a:hover,
.cv_area .tel_num a:hover{text-decoration:none;}
.top_contact .tel_num span,
.cv_area .tel_num span{ font-size:1.6rem; }
.top_contact .txt1,
.cv_area .txt1{
	background-color:#FFF;
	color:#333;
	font-size:1.4rem;
	font-weight:700;
	height: 40px;
    line-height: 1.4;
    padding: 10px 35px 10px;
}
.cv_area .txt1.t{
	background-color:#FFF;
	color:#333;
	font-size:1.4rem;
	font-weight:700;
	height: 40px;
    line-height: 1.4;
    padding: 10px 35px 5px;
}
.top_contact .txt2,
.cv_area .txt2{
	color:#f8700c;
	font-size:1.2rem;
	margin:0 0 35px;
}
.top_contact .btn_contact,
.cv_area .btn_contact{
	height:80px;
	line-height:80px;
	font-size:2rem;
}
.cv_content{
	margin:0;
	width:100%;
	padding:60px 0 65px;
}
.cv_content .inner{
	width:90%;
	max-width:800px;
	margin:0 auto;
}
.cv_content .col-xs-12:first-child{ padding:10px 50px 0 0 ; }
.cv_content .col-xs-12:last-child{ padding:0 60px; }
.cv_content.cv_area .txt2{margin:0;}

@media only screen and (max-width: 1199px) {
	.top_news .inner,
	.top_contact .inner{ width:90%; }
	.top_news ul{
		padding:0;
		margin:0;
	}
	.cv_content .col-xs-12:last-child{ padding:0; }
	.cv_content.cv_area .txt2{
		margin:0;
		font-size:1.1rem;
	}

}
@media only screen and (max-width: 991px) {
	#top-content2 .col-md-6{ flex:0 1 100%; }
	.cv_content .inner{max-width:500px;}
	.cv_content .col-xs-12:first-child{ padding:0 0 20px; }
	.cv_content .col-xs-12:last-child{ padding:0; }
}

@media only screen and (max-width: 768px) {
	.top_contact .btn_contact, .cv_area .btn_contact {
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
	}
	.cv_area .txt1{
		font-size:14px !important;
		height: 60px;
		font-weight: 500;
        line-height: 1.4;
		padding: 10px 10px;
		
	}
}

@media only screen and (max-width: 640px) {
	.top_news li{
		padding:0 calc((100vw / 980) * 30) calc((100vw / 980) * 45);
		margin:0 0 calc((100vw / 980) * 45);
	}
	.top_news li p{ line-height:1.6; }
	.top_news li p.date{ margin:0 0 calc((100vw / 980) * 30); }
	.top_news li h4{ margin:0 0 calc((100vw / 980) * 15); }
	.top_contact .tel_num,
	.cv_area .tel_num{
		font-size:2.3rem !important;
		margin:0 0 calc((100vw / 980) * 45);
	}
	.top_contact .tel_num span,
	.cv_area .tel_num span{ font-size:1.6rem; }
	
	.top_contact p, .cv_area p {
    	font-size:14px !important;
		margin-bottom:10px !important;
	}
	.top_contact .txt2{ margin:0 0 calc((100vw / 980) * 90); }
	.top_contact .btn_contact,
	.cv_area .btn_content{
		height:calc((100vw / 980) * 170);
		line-height:calc((100vw / 980) * 170);
		font-size:1.6rem;
	}
}
ul.blog li a {
 display:inline-block; 
 vertical-align: middle;
 text-decoration:none;
 color:#4054a1;
}
.titleWrap {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:3%;
}
.thum-img {
	width:20%;
}
.thum-img img{
	height:auto;
}
.wp-cnt {
	display:inline-block;
	width:70%;
}
.data {
	display:inline-block;
	width:100%;
}
.title {
	display:inline-block;
	width:100%;
}
.thum-img.cate-thum-img {
	width:30%;
	height:auto;
}
.data.cate-date {
	width:10%;
}
.title.cate-title {
	width:50%;
}
.btn-animation-02 span{
	color:#4054a1;
}
.card__category {
    text-align:left;
	font-size:1.0em;
	font-weight:600;
}
.img-center {
	display:block;
    text-align:center;
	margin:auto;
}
@media only screen and (max-width: 480px) {
.titleWrap {
	gap:2%;
}
ul.blog li  {
    text-align:center;
}
.thum-img,.cate-thum-img {
	width:100% !important;
	height:auto;
	margin:1% auto;
	text-align:center;
}
.thum-img img{
	display:block;
	margin:auto;
	text-align:center;
}
.cate-date {
	width:50% !important;
	margin:1% auto;
	text-align:center;
}
.data {
	width:100% !important;
	margin:1% auto;
	text-align:center;
}
.title,.cate-title {
	width:100% !important;
	margin-left: 0;
    display: block;
	text-align:center;
}
.wp-cnt {
	display:inline-block;
	width:100%;
}
.date {
    margin-left: 0;
    display: block;
	text-align:center;
}
.titleWrap {
	justify-content:center;
}
}
.tx-left {
	text-align:left !important;
}

ol.parallelogram {
  list-style-type:none;
  font: 16px/1.6 'arial narrow', sans-serif;
  padding: 10px 10px 0px;
  margin-bottom: 0px;
}
ol.parallelogram li{
  position:relative;
  line-height: 30px;
  margin: 7px 0px 20px 20px;
  padding-left: 10px;
  font-weight: 600;
}
 ol.parallelogram li:before{
  position: absolute;
  top: 0;
  left: -35px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  line-height:20px;
  z-index:1;
}
ol.parallelogram li:after{
  content:"";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 15px;
  height: 15px;
  background: var(--basic-color);
  color: #fff;
  border-radius:50%;
}

.row table,.col-xs-12,.flex-2col-start,.col-md-8,.col-md-offset-2,.col-md-12	 {
	position: relative;
	z-index: 10;
}


.bgDot {
    padding: 70px 10px;
    background-image: url(../images/content/bg_dot.png);
    background-position: center;
    background-repeat: repeat;
	background-size:cover;
	width: auto;
    margin: 0 0px 0px;
    padding: 100px 0;
}
.bgImg {
	position: relative;
}
.bgImg01 {
    padding: 70px 10px;
    background-image: url(../images/content/bg-Img01.png);
    background-position: right;
    background-repeat: repeat;
	background-size:cover;
    padding: 100px 0;
	position: relative;
}
.bgImg02 {
    padding: 70px 10px;
    background-image: url(../images/content/bg-Img02.png);
    background-position: left;
    background-repeat: repeat;
	background-size:cover;
    padding: 100px 0;
	position: relative;
}
.bgImg01:befor {
	content: "";
    display: inline-block;
    background: url(../images/content/bg-shape02.png);
    background-size: cover;

    position: absolute;
    left: 0px;
	top:0px;
}
.bgImg01:afte {
	content: "";
    display: inline-block;
    background: url(../images/content/bg-shape01.png);
    background-size: cover;
    width: 100%;
    height: 50px;
    position: absolute;
    rigiht: 0px;
}
.bg-p-l {
    position: absolute;
    top: 0vw;
    left: 1vw;
	z-index: 1;
}
.bg-p-r {
    position: absolute;
    top: 10vw;
    right: 1vw;
	z-index: 1;
}
.bg-p-l02 {
    position: absolute;
    top: 0vw;
    left: 1vw;
	z-index: 1;
}
.bg-p-r02 {
    position: absolute;
    bottom: 0vw;
    right: 1vw;
	z-index: 1;
}
.bg-p-l img,.bg-p-r img,.bg-p-l02 img,.bg-p-r02 img {
	
}
@media only screen and (max-width: 640px) {
.bg-A p {
    line-height: 1.6;
    font-size: 1.0em !important;
}
.bgDot  {
    margin: 0 auto calc((100vw / 980) * 90);
    padding: calc((100vw / 980) * 120) 0 calc((100vw / 980) * 70);
	width:90%;
	}
.bg-p-l {
    position: static;
    top: 0vw;
    left: 0vw;
}
.bg-p-r {
    position: static;
    top: 0vw;
    left: 0vw;
}
.bg-p-l02 {
    position: static;
    top: 0vw;
    left: 0vw;
}
.bg-p-r02 {
    position: static;
    top: 0vw;
    left: 0vw;
}
.bg-p-l img,.bg-p-r img,.bg-p-l02 img,.bg-p-r02 img {
	display: none;
}
}
.res-mt-f {
	margin-top:50px;
}
.res-mt-ft {
	margin-top:0px;
}
.res-mb-f {
	margin-bottom:50px;
}
.res-mb-f-02 {
	margin-bottom:20px;
}
@media only screen and (max-width: 768px) {

ol.parallelogram {
    padding: 0px;
}
ol.parallelogram li {
    line-height: 25px;
    margin: 7px 0px 10px 10px;
    padding-left: 10px;
    font-weight: 400;
}

.res-mt-f {
	margin-top:20px;
}
.res-mt-ft {
	margin-top:20px;
}
.res-mb-f {
	margin-bottom:20px;
}
.res-mb-f-02 {
	margin-bottom:10px;
}
}

.box{
  border: 1px solid var(--a-color) ;
  border-radius: 20px;
  background: var(--white-color);
}
.box h3{
  background: var(--a-color);
  color: #FFF;
  text-align: center;
  padding:15px;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.box .inner{
  padding: .9em .5em .5em;
}

@media only screen and (max-width: 768px) {
.box h3{
	padding:0.4em;
		font-size:1.1em !important;
}

}
.w-up {
	overflow-x:hidden;
}

.tbl-1 th{width:25%;
 background-color: var(--basic-color);
 color:var(--white-color);}
.tbl-1 td{width:75%;
 background-color: var(--white-color);}
.tbl-2 th{width:60px;}
.tbl-2 th:first-child {width:270px;}
.tbl-2 td{width:60px;}
.tbl-2 td.td-01 {width:270px;}
.tbl-3 td:nth-of-type(1) {text-align: center;
vertical-align: middle;
width:30%;}
.tbl-3 td {width:auto;}
.tbl-5 td:nth-of-type(1) {text-align: center;
vertical-align: middle;
width:30%;}
.tbl-3 td {width:auto;}
.tbl-6 td {text-align:center;}
.tbl-6 th:nth-of-type(1),.tbl-6 th:nth-of-type(2),
.tbl-6 td:nth-of-type(1),.tbl-6 td:nth-of-type(2) {
	border-right:1px solid #999;
}
.tbl-6 th {
	background: var(--basic-color);
	color:var(--white-color);
	border-bottom: 1px #dbdbdb solid;
}
.tbl-6 td {
	background: #fff;
}
@media only screen and (max-width: 991px) {
	.prof_detail .tbl-1 th,
	.prof_detail .tbl-1 td
	.prof_detail .tbl-2 th,
	.prof_detail .tbl-2 td{ padding: 18px 20px; }
	.tbl-1 th{width:30%;text-align: center;}
	.tbl-1 td{width:70%;}
	.tbl-2 th,.tbl-2 td {
		box-sizing:border-box;
		font-size:0.9em;
		vertical-align: middle;
	}
    .tbl-2 th{width:5%;padding:2px;}
    .tbl-2 th:first-child {width:35%;}
    .tbl-2 td{width:5%;padding 2px;}
    .tbl-2 td:first-child {width:35%;}
}
@media only screen and (max-width: 640px) {
 .prof_detail .tbl_01 th,
	.prof_detail .tbl_01 td{ padding:calc((100vw / 980) * 30) calc((100vw / 980) * 40); }
}
