@charset "utf-8";
/*===========================
add
===========================*/

.box-sd {
    padding: 3em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3em;
    background-color: #fff;
    border: 0px 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%);
}
.box-sd03 {
    padding: 3em;
    background-color: rgba(255,255,255,0.7);
    color: #333;
    border: 1px 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-sd04 {
    padding: 1.0em;
    background-color: rgba(255,255,255,0.1);
    border: 0px 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%);
}
.box-db {
    padding: 3em;
    background-color: #fff;
    border: 3px double #999;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03,.box-db,.box-sd04 {
    padding: 1.2rem;
    box-sizing: border-box;
}

}
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:100%;
    margin-right:0%;
    position: relative;
}
ul.circle > li:last-child {
	margin-bottom:0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    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.9em;
    border-bottom: 1px dashed #CCC;
    width:44%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:98%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display:flex;
    justify-content:space-between;
    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:28%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li.lb {	
    margin-bottom: 0.0em;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
ul.circle > li:before,ul.circle-2col > li:before,ul.circle-3col > li:before {
    left: 0.5em;
    margin-top: 0.8em;
}
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
ul.circle-3col > li.lb {
	margin-bottom:0.7em;
}
}
.line-cnt {
	  line-height: 2;
	  letter-spacing: 0.1em;
}
.tbl-1 th {
	  width:30%;
}
.tbl-2 td:nth-child(1) {
	   width:50%;
	  text-align: center;
	  font-weight: 600;
}
.tbl-2 td:nth-child(2) {
	  text-align: center;
}
@media only screen and (max-width: 768px) {
.tbl-2 td:nth-child(1) {
	   width:auto;
}
.g-m {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;    /*16:9の比率にしたい場合、9/16=56.25%*/
}

.g-m iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
dl.d-list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
  background:rgba(255,255,255,0.5);
}
dl.d-list dt {
  flex-basis: 30%;
	text-align: center;
	font-weight: 600;
	padding:0.5em;
	border-bottom:1px solid #ccc;
  box-sizing:border-box;
}
dl.d-list dd {
  flex-basis: 70%;
	padding:0.5em;
	border-bottom:1px solid #ccc;
  box-sizing:border-box;
}
@media screen and (max-width: 768px) {
 dl.d-list {
   flex-flow: column;
 }
}

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:100%;
    margin-right:0%;
    position: relative;
}
ul.check li.la {
    margin-bottom: 0.0em;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

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.3em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:43%;
    margin-right:1%;
    position: relative;
}
ul.check-2col li:nth-of-type(even) {
    width:47%;
    margin-right:0%;
}
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 li.la {
    margin-bottom: 0.7em;
}
ul.check-2col li,ul.check-2col li:nth-of-type(even) {
    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;
}

}
/*===========================
anchor
===========================*/


#anchor01 {
	margin-top:-110px;
	padding-top:110px;
}

#anchor02 {
	margin-top:-95px;
	padding-top:95px;
}

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

.link_btn3{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: var(--basic-color);
	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: 0px;
}
.flex_anchorlink_box .item_btn2 {
	width: 50%;  /* 要調整 */
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.link_btn3{
	width: 100%;
	margin-bottom:10px;
}
.flex_anchorlink_box{
	display: block;
}
.flex_anchorlink_box .item_btn,.flex_anchorlink_box .item_btn2{
	width: 90%;
}
}


.h3-ttl {
	 text-align: center;
	 font-weight: 600;
}
.h3-ttl:after {
	    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #acacac;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.h4-ttl {
	text-align:center;
	padding:0.5em;
	color:#fff;
	background:var(--basic-color);
	margin-bottom:10px;
}
.h4-ttl:after {
	    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #acacac;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
}
.box-ttl {
	text-align:center;
	background: var(--basic-color);
	padding:0.5em;
		 font-weight: 600;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1.2em 1.8em 1.8em 1.8em;
	box-sizing:border-box;
}
.p-catch {
	font-size:1.2em;
	font-weight:600;
	text-align:center;
	margin-bottom:10px;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.5em 1.8em 0.6em 1em;
    line-height: 1;
    background: #06c755;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	  width:250px;
    -webkit-transition: all .3s;
	  font-size:1.1em;
	  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", sans-serif;
	  font-weight: 700;
	  display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	  margin:auto;
}

.btn-b a::after {
    border-left: 4px solid #fff;
}
*/
.btn-b a:hover {
    opacity:0.7;
}

.btn a {
    text-decoration: none;
    position: relative;
    padding: 0.0em 0.1em;
    line-height: 1;
    background: rgba(255,255,255,0.7);
	  border:1px solid #264976;
	  width:40%;
	  display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	  margin:auto;
}
.btn a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn a::after {
    border-left: 4px solid #264976;
}
.btn a:hover {
    opacity:0.7;
}
@media only screen and (max-width: 768px) {
.btn a {
    text-decoration: none;
    position: relative;
    padding: 0.0em 0.2em 0em 0.1em;
    line-height: 1;
    background: rgba(255,255,255,0.7);
	  border:1px solid #264976;
	  width:90%;
	  display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	  margin:auto;
}
.btn a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 0%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn a::after {
    border-left: 4px solid #264976;
}

}
.circle-no::before {
	position: absolute;
	content:'';
	width: 3.0em;
	height: 3.0em;
	left: -6%;
	top:-80%;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius: 50%;
	font-family: 'Noto Serif JP', serif;
	color:#FFF;
	background-color:rgba(var(--basic-color-rgb), 0.9);
}

.circle-no.no1::before {
	content:'1';
	font-size: 1em;
	line-height: 1;
	box-sizing: border-box;
}
.circle-no.no2::before {
	content:'2';
	font-size: 1em;
	line-height: 1;
	box-sizing: border-box;
}
.circle-no.no3::before {
	content:'3';
	font-size: 1em;
	line-height: 1;
	box-sizing: border-box;
}
.p-ttl {
	font-size:1.3em;
	color:var(--basic-color);
	font-weight:600;
	text-align:center;
	border-bottom:1px solid #ccc;
	padding-bottom0.5em;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}
@media only screen and (max-width: 768px) {
	.p-ttl {
	font-size:1.1em;
	color:var(--basic-color);
	padding-bottom0.5em;
}
	.h4-ttl {
    font-size:1.0em;
}
.p-catch {
    font-size: 1.1em;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}
.circle-no::before {
	left: -0%;
	top:-30%;
		width: 2.0em;
	height: 2.0em;
}
.bnr-list li {
	width:100%;
	}
.btn-b a {
    padding: 0.2em 1.6em 0.2em 1em;
	  width:80%;
	  margin:2% auto;
}

}
.wrap-h {
	width:96%;
	margin:2% auto;
}
.line-both {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.line-both::before,
.line-both::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: var(--basic-color);
}

.line-both::before {
	margin-right: 20px;
}
.line-both::after {
	margin-left: 20px;
}
@media only screen and (max-width: 768px) {
.line-both {
  line-height:1.2; 
	width: 90%;
    margin: 0px auto 1em;
	box-sizing:border-box;
	}
.txtBnrAr a {
		    line-height: 1.2;
    font-size: 3.5vw;
}
.txtBnrAr a::before {
    right: 1em;
    width: 7px;
}
	.txtBnrAr a::after {
    width: 36px;
}

}

.line-both::before,
.line-both::after {
	content: '';
	width: 20px;
	height: 1px;
}
.line-both::before {
	margin-right: 2px;
}
.line-both::after {
	margin-left: 2px;
}

}
