@charset "utf-8";

.home-introduce-ul {
    margin-top: 40px;
}

.home-introduce-li {
    align-items: flex-start;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 820px;
    padding: 20px 0 60px;
}

    .home-introduce-li:last-child {
        border-bottom: none;
    }

.home-introduce-li .text {
    margin-right: 15px;
}

.home-introduce-li .intro-img {
    width:50%;
	max-width:240px;
	height:auto;
}

.home-introduce-li h1.name {
    font-size: 2.6rem;
	font-weight:700;
    margin: 5px 0 10px;
}
.home-introduce-li h1.name span {
    font-size: 2.0rem;
}

.home-introduce-li .company,
.home-introduce-li .position,
.home-introduce-li .url {
    font-size: 1.8rem;
    font-weight: 700;
}

.home-introduce-li .url {
    position: relative;
    margin:12px 0 0 12px;
    font-size: 1.7rem;
    font-weight: 500;
    color: #0645AD;
}
.home-introduce-li .url::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-44%);
    background-image: url('../img/common/external_link_icon.svg');
    background-size: cover;
    width: 12px;
    height: 12px;
}

.home-introduce-li .place {
    font-size: 1.8rem;
    font-weight: 500;
}

.more {
    display: table;
    margin-top: 20px;
    padding: 5px 30px 5px 5px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .home-introduce .copy-heading {
        font-size: 3.8rem;
    }

    .home-introduce-ul {
        margin-top: 50px;
    }

    .home-introduce-li {
        align-items: center;
        padding: 30px 60px;
    }

    .home-introduce-li h1 {
        font-size: 2.4rem;
    }

    .home-introduce-li:last-child {
        border-bottom: none;
    }
	
}

@media screen and (max-width: 767.9px) {
    .home-introduce-li {
        position: relative;
    }

    .home-introduce-li:last-child {
        border-bottom: none;
    }

	.home-introduce-li .company,
	.home-introduce-li .place,
	.home-introduce-li .position {
        font-size: 1.4rem;
    }

    .home-introduce-li .more {
        bottom: 20px;
        position: absolute;
        right: 0;
    }

}

/* Rec */

.data-introduce {
	width:98%;
	max-width:850px;
	margin:0 auto 20px;
}
.data-introduce > dt{
	position: relative;
	font-size:2.6rem;
	font-weight:bold;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left:26px;
	text-align: left;
	align-items: center;
}
.data-introduce > dt:before {
	position : absolute;
	top:7px;
	left:0;
	width: 12px;
	height: 12px;
	margin-right: 12px;
	border: 6px solid #d92127;
	border-radius: 50%;
	content: "";
}
.data-introduce > dt .title{
	padding-left:10px;
}
.data-introduce dd{
	font-size: 1.8rem;
	line-height:1.4;
	margin:0 0 2em 1em;
}
.data-introduce dd p{
	margin:0 !important;
	padding:0.25em 0 !important;
}

.data-jigyo {
}
.data-jigyo dt {
	font-size: 1.9rem;
	font-weight:bold;
	margin:0;
	padding:0;
}
.data-jigyo dd{
	font-size: 1.8rem;
	margin:0.5em 0 1.5em 2em;
	padding:0;
}

.data-gallery {
  margin:20px 0 50px !important;
  padding:0px !important;
  list-style:none;
  display:flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.data-gallery li{
  margin:8px 0 !important;
  padding:0px !important;
}
.data-gallery li img{
  width:auto !important;
  max-height:160px !important;
  height:160px !important;
}

.data-gallery2 {
  margin:20px 0 50px !important;
  padding:0px !important;
  list-style:none;
  display:flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.data-gallery2 li{
  margin:8px 0 !important;
  padding:0px !important;
}
.data-gallery2 li img{
  width:auto !important;
  max-height:260px !important;
  height:260px !important;
}

.point-area {
    position: relative;
    margin-top: 60px;
    padding:0.25em 1em;
    background: #fff;/*wiF*/
    border-left: double 7px #d92127;/**/
    border-right: double 7px #d92127;/*E*/
}
.point-area dt:before {
    border:none !important;
}
.point-area dt {
    margin-top:1em;
}

.point-area dd {
    padding-right:16px;
}

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

}

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

.data-introduce dd{
	margin:0 0 2em 0 !important;
}

}