.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: 3rem;
    background-color: #fff;
    border: 1px solid #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%);
}
.box-sd02 {
    padding: 3rem 3rem 2rem 3rem;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #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;
}
.box-sd06 {
    padding: 4rem 4rem 2rem 4rem;
    background-color: #fff;
    border: 1px solid #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%);
}
.box-sd07 {
    padding: 2rem 3rem 2rem 3rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd07 {
    padding: 2rem;
    box-sizing: border-box;
}
.box-sd06 {
    padding: 3rem 3rem 2rem 3rem;
    box-sizing: border-box;
}

}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center;
}
.tx-left {
   text-align:left !important;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   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;
}	


}


@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;
}
}
ol.circle_num {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0em;
}
ol.circle_num li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 40px;
    line-height: 1.3em;
    font-size: 1.2em;
    width: 90%;
    display:inline-block;
	 border-bottom: 1px #c6c6c6 dotted;
    margin-right: 10px;
    margin-left: 5px;
	margin-bottom:20px;
}
ol.circle_num li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #333;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h2-ttl {
    font-family: 'Noto Serif JP', serif;
    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:90%;
  margin:3% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h {
  width:96%;
  margin:3% auto 6%;
}
@media only screen and (max-width: 768px) {
ol.circle_num li {
    font-size: 1.0em;
}
.h2-ttl {
    font-size: 2.4rem;
    letter-spacing: 0.08px;
	width:100%;
	margin:30px auto 30px;
}
.wrap-h2 {
  width:100%;
  margin:3% auto;
}
.wrap-h3 {
  width:100%;
  margin:6% auto;
}
.wrap-h4 {
  width:100%;
  margin:3% auto;
}
}
@media only screen and (max-width: 768px) {
.table-scroll {

    width: 100%;
    
	
	overflow-y: hidden;
	/*
	border-right: 5px solid #ccc;
    overflow-x: scroll;
	*/
    white-space: nowrap;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
	width:50px;
}
.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;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
	display: block;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-scroll table th {
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table th:first-child {
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td {

    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
	text-align:center;
	border: 1px #ccc solid;
}
.table-scroll table td:first-child {
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
	text-align:center;
}


}

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

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

ul.circle-3col {
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    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%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.1em;
    margin-top: 0.6em;
}
ul{
  padding-left:0;
}

li{
  list-style:none;
}

@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-3col > li,ul.circle-2col.list-b > li {
    width:96%;
}
}
.link_btn3{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #579A43;
	border-radius: 30px;
	color: #fff;
	width: 88%;
}
.flex_anchorlink_box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_anchorlink_box .item_btn{
	width: 33.3%;  /* 要調整 */
	text-align: center;
	margin-bottom: 10px;
}
@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: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.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(249,138,2,1) 0%, rgba(246,173,81,1) 100%);
  background: -webkit-linear-gradient(left, rgba(249,138,2,1) 0%,rgba(246,173,81,1) 100%);
  background: linear-gradient(to right, rgba(249,138,2,1) 0%,rgba(246,173,81,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98a02', endColorstr='#f8ad51',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f98a02;
  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: #f98a02;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #f98a02;
  margin-bottom: 1vh;
}

.p-ttl02 {
    text-align: left;
	font-size:1.3em;
	font-weight: 800;
	margin-top:2em;
    margin-bottom: 1em;
	padding-left:10px;
}
@media only screen and (max-width: 768px) {

.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:#f98a02  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: #cce6ff;
text-indent: -25px;
}
.qaContainer dt:before {
content: "Q.";
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: #1771c6;
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%;
	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;
}

}
.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;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
.tbl-1 th {
	text-align:center;
	white-space: nowrap;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.tbl-1 th.th-01 {
	background:#e2efda;
}
.tbl-1 th.th-02 {
	width:20% !important;
	background:#ddebf7;
    
}
.tbl-1 th.th-03 {
	background:#fce4d6;
}
.tbl-1 td {
	text-align:center;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.tbl-2 .th-01 {
		width:40%;
	}

.tbl-3 th {
	width:30%;
	text-align: center;
	vertical-align: middle;
}
.tbl-3 .td-01 {
	background: #F3FCFD;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.tbl-1 th,.tbl-1 td{
   display:table-cell !important;
}
}
.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
	padding:1em;
}
.box-wrap.p-0 {
    background: #fcfaf5;
    box-sizing: border-box;
	padding:0em;
}
.box-ttl {
	text-align:center !important;
	background:#228bc8;
	padding:0.6em;
	color:#fff;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-wrap div.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1.2em 1.8em 1.8em 1.8em;
	box-sizing:border-box;
}
.box-wrap div.box-cnt.box-cnt02 {
	width:100%;
	margin:0px auto 0em;
	padding:2em 3em 1.0em 3em;
	box-sizing:border-box;
}
.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-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 8% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 8% !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;  
}

}
.ft-ttl {
  border-bottom: solid 2px #c8c8c8;
  position: relative;
  padding-bottom:6px;
  padding-left:10px;
  font-size:1.6em;
  font-weight: 600;
}

.ft-ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #59b2ff;
  bottom: -3px;
  left:-0px;
  width: 50%;
}

@media only screen and (max-width: 768px) {
.box-wrap div.box-cnt,.box-wrap div.box-cnt.box-cnt02 {
    padding: 0.5em 0.8em 0.8em 0.8em;
    box-sizing: border-box;
}
.ft-ttl {
    padding-bottom: 6px;
    padding-left: 5px;
    font-size: 1.2em;
    line-height:1.3;
}
}

.p-profile {
	font-size:1.6em;
		text-align: left !important;
	padding-left:10px;
	font-weight:bold;
	padding-bottom:0.2em;
	border-bottom: 0px solid #999;
	border-left:0px solid #999;
	margin-bottom: 30px;
	position:  relative; 
}
.p-profile:before {
	    content:  '';           
    width: 300px;            
    height: 1px;            
    background-color: #f98a02; 
    display:  block;        
    position:  absolute;    
    left:  0;               
    bottom: 0px;           
}
.p-ttl {
	font-weight: bold;
	font-size:1.3em;
	text-align: center;
	color:#fff;
	margin-bottom:30px;
	margin-top:50px;
	letter-spacing: 0.2em;
}

.p-ttl06 {
	font-weight: bold;
	font-size:1.3em;
	text-align: left !important;
	color:#333;
	padding-left:5px;
	margin-bottom:10px;
	margin-top:10px;
	letter-spacing: 0.2em;
}
.p-ttl07 {
	font-weight: bold;
	font-size:1.3em;
	text-align:center;
    color:#F00;
}
.h3-ttl {
	    font-family: 'Noto Serif JP', serif;
	    background: linear-gradient(to right, rgba(255,255,255,0),#f98a02 50%,rgba(255,255,255,0));
	color:#fff;
	padding:0.5em;
	text-align: center;
	font-size:1.6em;
}

.h4-ttl {
	    font-family: 'Noto Serif JP', serif;
	position: relative;
	padding-bottom:5px;
	padding-left:5px;
}
.h4-ttl:after {
	    content: "";
    width: 300px;
    height: 2px;
    background: linear-gradient(to right, #f98a02, transparent) ;
    display: block;
    bottom: -6px;
    left: 0%;
    margin-left: 0px;
    position: absolute;
}

@media only screen and (max-width: 768px) {
.p-profile {
	font-size:1.2em;
	padding-left:10px;
	padding-bottom:0.2em;
	margin-bottom: 20px;
}
.p-profile:before {
	    content:  '';           
    width: 300px;            
    height: 1px;            
    background-color: #f98a02; 
    display:  block;        
    position:  absolute;    
    left:  0;               
    bottom: 0px;           
}
.p-ttl06 {
    font-size: 1.1em;
	margin-bottom:10px;
}
.p-ttl07 {
    font-size: 1.1em;
	margin-bottom:10px;
}
.h3-ttl {
	background: linear-gradient(to right, rgba(249,138,2,0.5),#f98a02 50%,rgba(249,138,2,0.5));
    font-size:1.1em;
	text-align:center !important;
	line-height:1.6;
	padding:0.8em;
}
h4 {
        font-size:1.6rem;
}
.h4-ttl {
    font-size:1.6rem;
}
	#business p,#profile1 p{
	line-height:1.6;
}
	.res-mb {
		margin-bottom:30px;
	}
	.tbl_01 th,.tbl_01 td {
    width:100%;
		display:block;
}

}
ul.check2,ul.check-2col  {
    position: relative;
}

ul.check2 li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:40%;
    margin-right:2%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:46%;
    margin-right:2%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

@media only screen and (max-width: 768px) {
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
	margin-right:2%;
	display:inline-block;
}

}

a.btn-b {
  display: flex;
  margin:auto;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50px;
  position: relative;
  background: #f49e00;
  border: 1px solid #f49e00;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  border-radius:5px;
  transition-duration: 0.3s;
 
}
/*
a.btn-b::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

a.btn-b:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}
*/
a.btn-b:hover {
	background: #fff;
    color: #c88822;
}
@media only screen and (max-width: 768px) {
a.btn-b {
  width: 90%;
      padding: 0 10px 0 10px;
	}
}

iframe.if-fra {
	width:100%;
	margin:30px auto 0px;
	height:200px;
}

iframe.if-fra dl {
	width:100%;
	padding-bottom: 2em;
}
iframe.if-fra dl dt {
	float: left;
	background-image: url(../img/top/bg_date.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	font-weight: bold;
	padding: 15px;
}
iframe.if-fra dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 8em;
}


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

iframe.if-fra dl dt {
	float:none;
	width: auto;
	padding: 5px 0 0.3em 0.75em;
	background-position:left center;
}

iframe.if-fra dl dd {
	border-bottom:1px dotted #CCC;
	padding:0.2em 0 0.8em 0;
	margin-bottom:0.5em;
	line-height:1.4em;
}
}
.p-cnt {
	font-size:1.3em;
	font-weight: 600;
	line-height:3;
	letter-spacing:0.1em;
}
.p-cnt06 {
	font-size: 1.4em;
    font-weight: 600;
	color: #333;
    text-shadow: 1px 1px 16px #fff, -1px 1px 16px #fff, 1px -1px 16px #fff, -1px -1px 16px #fff;
    text-align: center;
    letter-spacing: 0.08em;
	line-height: 3;
	
}
.span-cnt {
	font-weight: 600;
	color: #333;
    text-shadow: 1px 1px 16px #fff, -1px 1px 16px #fff, 1px -1px 16px #fff, -1px -1px 16px #fff;
    text-align: center;
    letter-spacing: 0.08em;
}
.lnk-lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  
}
.lnk-lst li{
	margin:1% auto;
	width:100%;
  
}
ol.circle_num {
    counter-reset: number;
    list-style-type: none!important;
    padding: 2em;
}

ul.check2,ul.check-2col,.check  {
    position: relative;
}

ul.check {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

ul.check2 li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:40%;
    margin-right:2%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}




ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:43%;
    margin-right:2%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
.res-mb {
	margin-bottom:50px;
}

@media only screen and (max-width: 768px) {
ol.circle_num {
    padding: 1em 0em;
}
.p-cnt {
	font-size:1.1em;
	line-height:2;
	letter-spacing:0.1em;
	text-shadow: initial !important; 
}
	.p-cnt06 {
	font-size: 1.1em;
    letter-spacing: 0.1em;
	line-height: 2;
	
}
	.section-content .row ul {
		text-shadow: initial !important;
	}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
	margin-right:2%;
	display:inline-block;
}
.res-mb {
	margin-bottom:20px !important;
}
}

	
.recruit-dl {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.recruit-dl dt {
flex-basis: 30%;
font-size:1.1em;
text-align:center;
padding: 20px;
background-color: #f1f1f1;
border-bottom: 1px solid #ccc;
}
.recruit-dl dd {
flex-basis: 70%;
font-size:1.1em;
font-weight:bold;
text-align:left;
padding: 20px;
padding-left:30px;
background-color: #f1f1f1;
border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
.recruit-dl dl {
flex-flow: column;
}
.recruit-dl dt {
flex-basis: 100%;
font-size:1.0em;
padding: 15px;
border-bottom: 1px solid #ccc;
}
.recruit-dl dd {
flex-basis: 100%;
padding: 15px;
text-align:center;
padding-left:0px;
font-size:1.0em;
}
}