@charset "UTF-8";
.overimg:hover{opacity: 0.5;}
.spnone{display: block;}
.sponly{display: none;}
/* subject */
.top_sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
}
.top_sub h2 {
    position: relative;
    font-weight: 500;
    font-size: 4em;
    line-height: 1;
    padding-top: 0.3em;
}
.top_sub h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 5px;
    background-color: #00b1b2;
}
.top_sub h2::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 5px;
    background-color: #f8b500;
}
.top_sub p {
    font-weight: bold;
    color: #129c9e;
    font-size: 1.16em;
    line-height: 1;
}
.top_subtx1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top_subtx1 p {
    margin-left: 1em;
    margin-top: 1em;
}
.top_subtx2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.top_subtx2 h2 {
    font-weight: bold;
    padding-top: 0.4em;
}
.top_subtx2 p {
    font-weight: 500;
    font-size: 3.8em;
    font-size: 1.24em;
    margin-top: 1em;
}

/* view_more */
.v_more {

}
.v_more a {
    display: inline-block;
    color: #333;
    background-color: #6dc1a0;
    border: 1px solid #999;
    border-radius: 3em;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.32em;
    line-height: 1;
    box-sizing: border-box;
    text-align: right;
    padding: 0.8em 1.5em 0.8em 4em;
    background-image: url("../img/arr1.png");
    background-repeat: no-repeat;
    background-position: left 1.5em center;
    background-size: auto 0.8em;
    transition: all 0.3s;
}
.v_more a:hover {
	opacity: 0.7;
}

/* news */
#news {

}
#news dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1em;
    border-bottom: 1px solid #666;
    margin-bottom: 1em;
}
#news dl:last-of-type {
    margin-bottom: 0;
}
#news dl dt {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 2em;
}
#news dl dt span {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "B612 Mono", monospace;
    font-weight: 400;
    color: #666;
    padding-right: 1em;
    margin-right: 1em;
}
#news dl dt span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #666;
}
#news dl dt strong {
    font-weight: bold;
    border: 1px solid #666;
    border-radius: 3em;
    line-height: 2em;
    text-align: center;
    width: 10em;
}
#news dl dd {
    font-size: 1.16em;
    line-height: 1.5;
}
#news dl dd a {
    display: block;
    color: #333;
    transition:all 0.3s;
}
#news dl dd a:hover {
    color: #999;
}


/* about */
.bg_about {
    background-image: url("../img/about_bg.jpg");
    background-position: center center;
    background-size: cover;
}
.about_tx1 {
    margin-bottom: 4em;
}
.about_tx1 h3 {
    font-size: 2em;
    line-height: 1.5;
}
.about_tx1 p {
    font-size: 1.16em;
    margin-top: 1em;
    line-height: 1.7;
}

.about_box {
    background-color: #fff;
    padding: 3em;
    border-radius: 2em;
    filter: drop-shadow(0 0 10px rgba(0,82,89,0.2));
}
.about_doc1 {
    padding-bottom: 3em;
    border-bottom: 1px solid #666;
    margin-bottom: 3em;
}
.about_doc1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about_doc1 ul li:nth-child(1) {
    width: 60%;
}
.about_doc1 ul li:nth-child(2) {
    width: 35%;
}
.about_doc1 ul li h4 {
    font-size: 2em;
    line-height: 1.5;
}
.about_doc1 ul li p {
    font-size: 1.16em;
    margin-top: 1em;
    margin-bottom: 3em;
    line-height: 1.7;
}
.about_img1 {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 1.5em;
    overflow: hidden;
}
.about_img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center top;
}
.about_doc2 {
    
}
.about_doc2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_doc2 ul li:nth-child(1) {
    width: 35%;
    text-align: center;
}
.about_doc2 ul li:nth-child(2) {
    width: 60%;
}
.about_doc2 ul li img {
    width: 70%;
}
.about_doc2 ul li p {
    font-size: 1.16em;
    line-height: 1.7;
}


/* business */
.bus_box {

}
.bus_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2.3em;
}
.bus_box ul li {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 31%;
    padding-bottom: 2em;
    border-radius: 1.5em;
    border: 1px solid #666;
    overflow: hidden;
    margin-bottom: 2.3em;
    transition: all 0.3s;
}
.bus_img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.bus_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.bus_box ul li span {
    display: block;
    text-align: center;
    margin: 1.5em auto;
}
.bus_box ul li span img {
    width: 40%;
}
.bus_box ul li h4 {
    font-size: 1.8em;
    line-height: 1.3;
}
.bus_box ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 10;
}
.bus_box ul li:hover {
    
}
.bus_box ul li a:hover + .bus_img img {
    transform: scale(1.2);
}

/* law */
.law_box {
    box-sizing: border-box;
    width: 1200px;
    padding: 0 100px;
	margin:0 auto;
    text-align: left;
}
.law_box ul {
    border-top: 1px solid #666;
    padding: 5em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.law_box ul li {
    width: 47%;
}
.law_box ul li a {
    display: block;
    color: #333;
    border: 1px solid #999;
    border-radius: 0.5em;
    font-size: 1em;
    line-height: 4.4em;
    box-sizing: border-box;
    padding: 0 1.7em;
    background-image: url("../img/arr1.png");
    background-repeat: no-repeat;
    background-position: right 1.5em center;
    background-size: auto 1.5em;
    transition: all 0.3s;
}
.law_box ul li a:hover {
	background-color: #f0f9f5;
}

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

}


@media screen and (max-width: 560px) {
.spnone{display: none;}
.sponly{display: block;}

/* subject */
.top_sub {
    margin-bottom: 2em;
}
.top_sub h2 {
    font-size: 7.8vw;
}
.top_sub h2::before {
    height: 4px;
}
.top_sub h2::after {
    height: 4px;
}
.top_sub p {
    font-size: 3.5vw;
}
.top_subtx1 p {
    margin-left: 0.7em;
    margin-top: 7%;
}
.top_subtx2 h2 {
    font-size: 7vw;
    font-weight: bold;
}
.top_subtx2 p {
    font-weight: 500;
    font-size: 4vw;
}

/* view_more */
.v_more {
    
}
.v_more a {
    font-size: 3.5vw;
    padding: 0.7em 1em 0.7em 3em;
    background-position: left 1em center;
    background-size: auto 0.6em;
}

/* news */
#news {

}
#news dl {
    flex-wrap: wrap;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
#news dl dt {
    margin-right: 0;
    margin-bottom: 0.5em;
}
#news dl dt span {
    font-size: 0.84em;
}
#news dl dt strong {
    font-size: 0.84em;
}
#news dl dd {
    font-size: 1em;
}

/* about */
.about_tx1 {
    margin-bottom: 2em;
}
.about_tx1 h3 {
    font-size: 5.5vw;
}
.about_tx1 p {
    font-size: 1em;
}

.about_box {
    padding: 2em;
    border-radius: 1.5em;
}
.about_doc1 {
    padding-bottom: 2em;
    margin-bottom: 2em;
}
.about_doc1 ul {
    flex-wrap: wrap;
}
.about_doc1 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.about_doc1 ul li:nth-child(2) {
    width: 100%;
}
.about_doc1 ul li h4 {
    font-size: 5.5vw;
}
.about_doc1 ul li p {
    font-size: 1em;
    margin-bottom: 1.5em;
}
.about_img1 {
    aspect-ratio: 4 / 3;
    border-radius: 1em;
}
.about_doc2 {
    
}
.about_doc2 ul {
    flex-wrap: wrap;
}
.about_doc2 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1.5em;
}
.about_doc2 ul li:nth-child(2) {
    width: 100%;
}
.about_doc2 ul li img {
    width: 50%;
}
.about_doc2 ul li p {
    font-size: 1em;
}

/* business */
.bus_box {

}
.bus_box ul {
    margin-bottom: -1.8em;
}
.bus_box ul li {
    width: 47%;
    padding-bottom: 1.2em;
    border-radius: 1em;
    margin-bottom: 1.8em;
}
.bus_img {
    aspect-ratio: 16 / 9;
}
.bus_box ul li span {
    margin: 1em auto;
}
.bus_box ul li span img {
    width: 35%;
}
.bus_box ul li h4 {
    font-size: 3.6vw;
}

/* law */
.law_box {
    width: 100%;
	padding:0 10%;
}
.law_box ul {
    padding: 3em 0;
    flex-wrap: wrap;
    margin-bottom: -1.5em;
}
.law_box ul li {
    width: 100%;
    margin-bottom: 1.5em;
}
.law_box ul li a {
    font-size: 2.8vw;
}


}
/* パンくずリストcss *************************************************************** */
.bg_breadcrumb{}
.breadcrumb {
	text-align: right;
width: 1000px;
  padding: 0.2em 0em 0.4em;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #666666;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #666666;
	font-size: 0.8em;
}
.breadcrumb li a:hover {text-decoration: underline;}
/* パンくずリストcss *************************************************************** */

@media screen and (max-width: 560px) {
/* パンくずリストcss *************************************************************** */
.breadcrumb {
	width: 96%;}	
.breadcrumb li a {
  font-size: 1.0em;
}	
/* パンくずリストcss *************************************************************** */
}