@charset "UTF-8";
h3.top-h3 .en {
  font-size: 19px;
  font-size: 1.9rem;
  color: #2AB4DF;
  display: block;
}
h3.top-h3 .jp {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  color: #212121;
  display: block;
}
#business {
  padding: 100px 0 125px;
	position: relative;
}
#business::before {
    content: "";
    background: url(../images/top/business_bg.png) no-repeat;
    background-size: contain;
    width: 200px;
    height: 1012px;
    position: absolute;
    top: 5%;
    left: 0;
    z-index: -1;
}
#business h3 {
  margin-bottom: 85px;
  text-align: center;
}
#business .contents {
  padding-bottom: 55px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E9E9E9;
}
#business .contents .left-area {
  width: 63.08%;
}
#business .contents .left-area h4 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 25px;
  font-weight: bold;
  color: #007AB2;
}
#business .contents .left-area p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 40px;
  letter-spacing: 0.05rem;
}
#business .contents .left-area .btn-blue {
  width: 20.47%;
  margin-top: 60px;
  display: block;
}
#business .contents .right-area {
  width: 32.08%;
}
#point {
  padding: 80px 0 60px;
  background: #0093BF;
}
#point h3 {
  margin-bottom: 45px;
  text-align: center;
}
#point h3 span {
  color: #fff;
}
#point ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #D9D9D9;
}
#point ul li {
  width: 25%;
  border-right: 1px solid #D9D9D9;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
#point ul li img {
  width: 65%;
  display: block;
  margin: 0 auto;
}
#point ul li h4 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  line-height: 39px;
  min-height: 8.5vh;
}
#point ul li p {
  margin-top: 25px;
  letter-spacing: 0.04em;
  line-height: 26px;
  color: #fff;
}
#greeting {
  padding: 105px 0;
}
#greeting h3 {
  margin-bottom: 35px;
  text-align: center;
}
#greeting .contents {
  border: 2px solid #D0E9F1;
  padding: 50px;
  position: relative;
}
#greeting .contents::before {
  content: "";
  background: url("../images/top/greetings-bg.png")no-repeat;
  background-size: contain;
  aspect-ratio: 292 / 122;
  width: 25%;
  height: auto;
  position: absolute;
  bottom: -16%;
  right: -7%;
}
#greeting .contents .left-area {
  width: 71.16%;
}
#greeting .contents .left-area p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 31px;
  margin-bottom: 30px;
  letter-spacing: 0.05rem;
}
#greeting .contents .left-area p:last-child {
  margin-bottom: 0;
}
#greeting .contents .right-area {
  width: 24.33%;
}
#column {
  padding: 70px 0;
  background: #FAFAFA;
}
#column h3 {
  margin-bottom: 35px;
  text-align: center;
}
#column p.jyunbi {
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
#blog1_li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#blog1_li li {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
}
#blog1_li li:last-child {
  margin-right: 0;
}
#blog1_li li dt {
  position: relative;
}
#blog1_li li dt img {
  width: 100%;
}
#blog1_li li dt .itrim {
	border: 1px solid #DBDBDB;
}
#blog1_li li dt .itrim img {
    aspect-ratio: 285 / 200;
    width: 100%;
    height: auto;
    object-fit: cover;
}
#blog1_li li dd {
  text-align: left;
  padding: 15px 0;
}
#blog1_li li dd .date {
  display: block;
}
#column .btn-blue {
  width: 155px;
  margin: 0 auto;
}
#news {
  padding: 100px 0;
  position: relative;
}
#news h3 {
  margin-bottom: 25px;
}
#news p.jyunbi {
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
#news .btn-blue {
  width: 155px;
}
#news .blog5_left {
  width: 28%;
}
#news .blog5_left .btn {
  width: 200px;
}
#news .blog5_right {
  width: 72%;
}
#news .blog5_right ul {
  border-top: 1px solid #E3E3E3;
}
#news .blog5_right ul li {
  border-bottom: 1px solid #E3E3E3;
  padding: 20px 60px;
}
#news .blog5_right ul li a .date {
  width: 30%;
  margin-right: 8.69%;
}
#news .blog5_right ul li a .blog5_ttl {
  width: 70%;
}
#company {
  padding: 55px 0 80px;
  background: #F2F8FA;
}
#company h3 {
  margin-bottom: 50px;
  text-align: center;
}
#company .l_flex {
  align-items: flex-start;
}
#company .txt {
  width: 50%;
}
#company .txt h4 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #1D1D1D;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 15px;
}
#company .txt h4 span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
#company .txt dl {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  border-bottom: 1px solid #D8D8D8;
}
#company .txt dl:first-of-type {
  border-top: 1px solid #D8D8D8;
}
#company .txt dl dt {
  width: 33.3333%;
  font-weight: 500;
  line-height: 1.25;
}
#company .txt dl dd {
  width: 66.6666%;
  line-height: 25px;
  padding-left: 0.5em;
}
#company .txt .btn-blue {
  width: 185px;
  margin: 25px auto 0;
}
#company .contact {
  padding: 30px 5px;
  width: 45.5%;
  border-radius: 10px;
  background: #fff;
}
#company .contact h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
}
#company .contact p {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
#company .contact ul {
  width: 73.26%;
  margin: 0 auto;
}
#company .contact ul li {
  margin-bottom: 15px;
}
#company .contact ul li:last-child {
  margin-bottom: 0;
}
#company .contact ul li a {
  font-size: 26px;
  font-size: 2.6rem;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #0091BF;
  border-radius: 30px;
  display: block;
}
#company .contact ul li:first-child a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 1370px) {
  #greeting .contents::before {
    width: 20%;
    right: -4%;
  }
}
@media screen and (max-width: 1310px) {
  #greeting .contents::before {
    width: 22%;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #business .contents .left-area .btn-blue {
    width: 34.47%;
  }
}
@media screen and (max-width: 995px) {
  #point ul {
    border-left: none;
  }
  #point ul li:nth-child(2n) {
    border-right: none;
  }
  #point ul li {
    width: 50%;
  }
  #point ul li:first-child, #point ul li:nth-child(2) {
    border-bottom: 1px solid #CED9EF;
  }
}
@media screen and (max-width: 975px) {
  #business .contents .left-area {
    width: 57.08%;
  }
  #business .contents .right-area {
    width: 39.08%;
  }
}
@media screen and (max-width: 850px) {
  #blog1_li li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  #blog1_li li:nth-child(2n) {
    margin-right: 0;
  }
  #column .btn-blue {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  h3.top-h3 .en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h3.top-h3 .jp {
    font-size: 34px;
    font-size: 3.4rem;
  }
  #business {
    padding: 70px 0 45px;
  }
	#business::before {
    content: none;
}
  #business h3 {
    margin-bottom: 45px;
  }
  #business .contents {
    padding-bottom: 95px;
    position: relative;
  }
  #business .contents .left-area {
    width: 100%;
  }
  #business .contents .left-area h4 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  #business .contents .left-area p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
  #business .contents .right-area {
    width: 100%;
    margin: 15px 0 35px
  }
  #business .contents .left-area .btn-blue {
    width: inherit;
    margin: inherit;
  }
  #business .contents .left-area .btn-blue a {
    position: absolute;
    bottom: 60px;
    left: 10%;
    width: 80%;
  }
  #point ul li {
    padding: 20px 10px;
  }
  #point ul li h4 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 29px;
    margin-bottom: 15px;
  }
  #point ul li img {
    width: 87%;
  }
  #point ul li p {
    margin: 15px 0;
  }
  #greeting .contents {
    padding: 20px;
  }
  #greeting .contents::before {
    content: "";
    background: url(../images/top/greetings-bg_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 153 / 71;
    width: 44%;
    height: auto;
    position: absolute;
    bottom: -52px;
    right: 0;
  }
  #greeting .contents .left-area {
    width: 100%;
  }
  #greeting .contents .right-area {
    width: 100%;
    margin-top: 40px;
  }
  #news {
    padding: 80px 0 140px;
  }
  #news .blog5_left {
    width: 100%;
  }
  #news h3 {
    margin-bottom: 25px;
    text-align: center;
  }
  #news .blog5_right {
    width: 100%;
  }
  #news .blog5_right ul li {
    padding: 15px 10px;
  }
  #news .blog5_right ul li a .date {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #news .btn-blue a {
    width: 80%;
    position: absolute;
    bottom: 75px;
    right: 10%;
  }
  #company .txt {
    width: 100%;
  }
  #company .txt h4 {
    padding-bottom: 10px;
  }
  #company .txt dl dt {
    width: 100%
  }
  #company .txt dl dd {
    width: 100%;
    line-height: 1.25;
    padding-left: 0;
    margin-top: 6px;
  }
  #company .txt .btn-blue {
    width: 80%;
  }
  #company .contact {
    width: 100%;
    margin-top: 70px;
  }
  #company .contact ul {
    width: 95%;
  }
  #company .contact ul li a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #company .contact ul li:first-child a {
    font-size: 30px;
    font-size: 3.0rem;
  }
}