@charset "UTF-8";
figure {
  margin: 0;
}
h2 {
  font-size: 26px;
  margin: 90px 0 70px 12px;
  position: relative;
}
h2::before {
  content: "";
  height: 1em;
  width: 5px;
  background-color: #86CFE2;
  position: absolute;
  top: 6px;
  left: -12px;
}
a.link-button {
  position: relative;
  padding: 7px 50px 7px 20px;
  top: 25px;
}
a.link-button::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color: #707070;
  position:absolute;
  bottom:0;
  left:0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a.link-button::before{
  content:"";
  display:block;
  width: 36px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 18px;
  right: 0px;
  transform: skewY(45deg);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a.link-button:hover {
  color: #86CFE2;
}
a.link-button:hover::after{
  background-color: #86CFE2;
}
a.link-button:hover::before{
  background-color: #86CFE2;
}
@media screen and (max-width:1100px){
  h2 {
    font-size: 24px;
  }
}
/*============================
#about
============================*/
#about {
}

/*============================
#mainvisual
============================*/

#about #mainvisual {
  height: 350px;
  display: block;
  background: url(../img/top-mv.jpg) no-repeat center center;
  background-size: cover;
  background-position: 50% 59%;
}

#about h2 {
  text-align: left;
  font-weight: bold;
  position: relative;
  margin: 70px 0 40px 12px;
  font-size: 26px;
}

#about .inner {
  max-width: 1100px;
  margin: 0 auto;
}

#about .inner table {
  width: 100%;
}
#about .inner table tbody {
}
#about .inner table tbody tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#about .inner table tbody tr th {
  width: 20%;
text-align: left;
white-space: nowrap;
background-color: rgba(134,207,226,0.5);
padding: 20px 40px;
}
#about .inner table tbody tr td {
  padding: 20px 60px;
  overflow: hidden;
}
#about .inner table tbody tr td ul {
  padding: 0;
    margin: 0;
}
#about .inner table tbody tr td ul.ul-01 {
  float: left;
  margin-right: 40px;
}
#about .inner table tbody tr td ul.ul-02 {
  float: left;
}
#about .inner table tbody tr td ul li {
}
#about .inner table tbody tr td ul.indent {
  margin-left: 1em;

}
#about .inner table tbody tr td ul li.bold{
  font-weight: 400;
  position: relative;
  left: -1em;
}

#about .gmap {
  margin-bottom: 60px;
}
#about .gmap iframe {
}

@media screen and (max-width:1100px){
  #about .inner table tbody tr td {
    padding: 20px 30px;
  }
  #about .inner table tbody tr th {
    padding: 20px 30px;
  }
  #about .inner {
    max-width: 1100px;
    margin: 0 auto 20px;
    padding: 0 20px;
  }

  #about .gmap {
    margin-bottom: 30px;
  }
  #about .gmap iframe {
  }
}
@media screen and (max-width:639px){
  #about h2 {
    margin-bottom: 35px;
  }
  #about .inner table tbody tr th {
    padding: 20px 15px;
  }
  #about .inner table tbody tr td {
    padding: 20px 15px;
  }
  #about .gmap {
    margin-bottom: 20px;
  }
}
/*============================
#csr
============================*/
#csr {
}
#csr h2{
  margin: 70px 0 40px 12px;
}
#csr .inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/*============================
#mainvisual
============================*/
#csr #mainvisual {
  height: 350px;
  display: block;
  background: url(../img/top-mv.jpg) no-repeat center center;
  background-size: cover;
  background-position: 50% 59%;
}

/*============================
#sdgs
============================*/
#csr #sdgs {
}
#csr #sdgs .inner {
}
#csr #sdgs .inner h2 {
}
#csr #sdgs .inner h2::before {
}
#csr #sdgs .inner figure {
  display: flex;
  flex-wrap: wrap;
  height: auto;
align-items: flex-start;
}
#csr #sdgs .inner figure img {
  width: 50%;
}
#csr #sdgs .inner figure figcaption {
  font-size: 20px;
  padding: 30px 0 130px;
}
#csr .csr-content {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 100px;
}
#csr .csr-item {
  width: 70%;
  padding-right: 80px;
}
#csr h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
}
#csr h3::after{
  content: "";
  width: 60px;
  height: 3px;
  background-color: #101010;
  position: absolute;
  bottom: -30px;
  left: 0;
}
#csr #sdgs .inner .csr-content .csr-item p {
}
#csr #sdgs .inner .csr-content figure.logo {
  width: 30%;
  display: flex;
  flex-flow: wrap;
  height: 100%;
}
#csr #sdgs .inner .csr-content figure.logo img {
  width: 50%;
  height: 50%;
}
@media screen and (max-width:1100px){
  #csr h2 {
    margin: 60px 0 20px 12px;
  }
  #csr h3 {
    margin-bottom: 40px;
  }
  #csr h3::after{
    bottom: -20px;
    height: 2px;
  }
  #csr #sdgs .inner .csr-content figure.logo {
    width: 40%;
  }
  #csr .csr-item {
    width: 60%;
    padding-right: 30px;
    padding-left: 15px;
  }
  #csr .csr-content {
    margin-bottom: 60px;
  }
  #csr #sdgs .inner figure figcaption {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width:639px){
  #csr #mainvisual {
    height: 220px;
  }
  #csr #sdgs .inner figure.sdgs-logo img {
    width: 100%;
  }
  #csr #sdgs .inner figure img.sp-none{
    display: none;
  }
  #csr .csr-item {
    width: 100%;
    padding: 0;
  }
  #csr #sdgs .inner .csr-content figure.logo {
    width: 100%;
    padding: 20px 0 30px;
  }

}
/*============================
#iso
============================*/
#csr #iso {
}
#csr #iso .inner {
}
#csr #iso .inner h2 {
}
#csr #iso .inner .csr-content {
}
#csr #iso .inner .csr-content .csr-item {
}
#csr #iso .inner .csr-content .csr-item h3 {
}
#csr #iso .inner .csr-content .csr-item p {
}
#csr #iso .inner .csr-content figure.logo {
  width: 30%;
}
#csr #iso .inner .csr-content figure.logo img {
  width: 100%;
}
@media screen and (max-width:639px){
  #csr #iso .inner .csr-content figure.logo {
    width: 100%;
    padding: 20px 0 0;
  }
}

/*============================
#service
============================*/
#service {

}
#service a.link-button {
  top: 25px;
}


/*============================
#mainvisual
============================*/
#service #mainvisual {
  height: 400px;
  display: block;
  background: url(../img/top-mv.jpg) no-repeat center center;
  background-size: cover;
  background-position: 50% 59%;
}

/*============================
#introduction
============================*/
#service #introduction {
}
#service #introduction .inner {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
#service #introduction .inner h2 {
  margin: 70px 0 40px 12px;
}
#service #introduction .inner h3 {
}
#service #introduction .inner p {
}

/*============================
#service-wrap
============================*/
#service-wrap {
}
#service-wrap .inner {
  max-width: 100%;
  display:-webkit-box;
	display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 60px;
}
#service-wrap .inner .background-image {
  width: 50vw;
  background-repeat: no-repeat;
  background-size: cover;
}
#service-wrap .background-image1-1 {
  width: 50vw;
  background-image: url(../img/service-1-01.jpg);
  background-position: 0% 56%;
}
#service-wrap .background-image1-2 {
  width: 50vw;
  background-image: url(../img/service-1-02.jpg);
  background-position: 0% 56%;
}
#service-wrap .background-image1-3 {
  width: 50vw;
  background-image: url(../img/service-1-03.jpg);
  background-position: 0% 56%;
}
#service-wrap .background-image2-1 {
  width: 50vw;
  background-image: url(../img/service-2-01.jpg);
  background-position: 0% 56%;
}
#service-wrap .background-image2-2 {
  width: 50vw;
  background-image: url(../img/service-2-02.jpg);
  background-position: 0% 56%;
}
#service-wrap .background-image2-3 {
  width: 50vw;
  background-image: url(../img/service-2-03.jpg);
  background-position: 0% 56%;
}
#service-wrap .inner .background-image img {

}
#service-wrap .inner .text-box {
  width: 550px;
  padding: 60px 40px;
  background-color: #f0f0f0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#service-wrap .inner .text-box h3 {
  margin-bottom: 50px;
}
#service-wrap .inner .text-box p {
}
#service-wrap .inner .text-box ul {
  padding: 0;
}
#service-wrap .inner .text-box ul li {
}
#service-wrap .inner .text-box ul.2-column {
}
#service-wrap .inner .text-box ul.2-column li {
  width: 50%;
  padding: 0;
  float: left;
}
#service-wrap .inner:nth-child(3) .text-box ul {
  width: 100%;
  list-style: none outside;
}
#service-wrap .inner:nth-child(3) .text-box ul li {
  padding: 0;
  float: left;
  width: 50%;
}


@media screen and (max-width:1100px){
  #service #mainvisual {
    height: 300px;
  }
  #service-wrap .inner .background-image {
    width: 100%!important;
    height: 48vw;
 }
 #service-wrap .inner .text-box {
    width: 100%;
    padding: 60px 40px;
 }
 #service-wrap .inner .text-box h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:639px){
  #service #mainvisual {
    height: 250px;
  }
  #service-wrap .inner .text-box {
    padding: 30px 30px;
  }
  #service-wrap .inner:nth-child(3) .text-box ul li {
    float: none;
    width: 100%;
  }
}


/*============================
#single
============================*/
#single {
  overflow: hidden;
}
#single a {
  font-weight: bold;
  color: #86CFE2;
  text-decoration: underline;
}
#single .single-inner {
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
#single .single-inner .title {
  margin-bottom: 40px;
  text-align: center;
}
#single .single-inner .title h2 {
  font-weight: bold;
  text-align: left;
}
#single .single-inner .tag {}
#single .single-inner .tag ul {
    margin: 0;
    padding: 0;
}
#single .single-inner .tag ul li {
    font-size: 0.8rem;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #CCC;
    border-radius: 20px;
    margin: 0 5px;
    line-height: 1;
    background: #CCC;
    color: #FFF;
    font-weight: bold;
}
#single .single-inner .eyecatch-image {
  margin-bottom: 30px;
  text-align: center;
}
#single .single-inner .eyecatch-image img {width: 100%;}
#single .single-inner .date {
  margin-bottom: 30px;
}
#single .single-inner .date p {
  text-align: right;
}
#single .single-inner .text {
  display: block;
  background-color: #fff;
  padding: 30px 20px 50px;
  margin-bottom: 20px;
}
#single .single-inner .text p {
  margin: 0 auto 20px;
  font-size: 1rem;
}
#single .single-inner .text img {
  /* margin: 0 auto; */
}

@media screen and (max-width:1200px) {
  #single {
  }
  #single .single-inner {
  }
  #single .single-inner .title {

  }
  #single .single-inner .title h2 {
  }
  #single .single-inner .eyecatch-image {
  }
  #single .single-inner .eyecatch-image img {
  }
  #single .single-inner .date {
  }
  #single .single-inner .date p {
  }
  #single .single-inner .text {
  }
  #single .single-inner .text p {
  }
}

@media screen and (max-width:959px) {
  #single {
  }
  #single .single-inner {
    padding: 0px 20px 0;
  }
  #single .single-inner .title {
    margin-bottom: 0;
  }
  #single .single-inner .title h2 {
    font-size: 2rem;
  }
  #single .single-inner .eyecatch-image {
  }
  #single .single-inner .eyecatch-image img {
    width: 80%;
  }
  #single .single-inner .date {
  }
  #single .single-inner .date p {
  }
  #single .single-inner .text {
  }
  #single .single-inner .text p {
  }
}


@media screen and (max-width:480px) {
  #single {
  }
  #single .single-inner {
    margin: 0;
    padding: 0 20px;
  }
  #single .single-inner .title {
  }
  #single .single-inner .title h2 {
    font-size: 1.5rem;
  }
  #single .single-inner .tag ul {margin: 0 0 10px;text-align: left;}
#single .single-inner .eyecatch-image {
    margin: 0;
  }
  #single .single-inner .eyecatch-image img {
    width: 100%;
  }
  #single .single-inner .date {
  }
  #single .single-inner .date p {
  }
  #single .single-inner .text {
    padding: 30px 10px 40px;
  }
  #single .single-inner .text p {
    font-size: 1rem;
  }
}

/*============================
#news-archive
============================*/
#news-archive {
  display: block;
  min-height: calc(100vh - 90px);
}
#news-archive .archive-inner {
  display:-webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0px auto 150px;
}
#news-archive .archive-inner .news-box {
  width: calc(100% / 3 - 20px);
  margin: 15px 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
}
#news-archive .archive-inner .news-box .image {
  background-color: #fff;
}
#news-archive .archive-inner .news-box .image a {
}
#news-archive .archive-inner .news-box .image a img {
  width: 100%;
}
#news-archive .archive-inner .news-box .date {font-size: 0.9rem;padding: 0 0 0 20px;}
#news-archive .archive-inner .news-box .title {
}
#news-archive .archive-inner .news-box .title a {
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  padding: 5px 0 5px 20px;
  display: inline-block;
}
@media screen and (max-width:1200px) {
  #news-archive {
  }
  #news-archive .archive-inner {
  }
  #news-archive .archive-inner .news-box {
  }
  #news-archive .archive-inner .news-box .image {
  }
  #news-archive .archive-inner .news-box .image a {
  }
  #news-archive .archive-inner .news-box .image a img {
  }
  #news-archive .archive-inner .news-box .date {
  }
  #news-archive .archive-inner .news-box .title {
  }
  #news-archive .archive-inner .news-box .title a {
  }
}
@media screen and (max-width:959px){
  #news-archive {
  }
  #news-archive .archive-inner {
  }
  #news-archive .archive-inner .news-box {
    width: calc(100% / 2 - 16px);
    margin: 15px 8px;
    padding: 15px 10px;
  }
  #news-archive .archive-inner .news-box .image {
  }
  #news-archive .archive-inner .news-box .image a {
  }
  #news-archive .archive-inner .news-box .image a img {
  }
  #news-archive .archive-inner .news-box .date {
  }
  #news-archive .archive-inner .news-box .title {
  }
  #news-archive .archive-inner .news-box .title a {
  }
}
@media screen and (max-width:480px) {
  #news-archive {
  }
  #news-archive .archive-inner {
  }
  #news-archive .archive-inner .news-box {
    width: calc(100% - 12px);
    margin: 10px 6px;
    padding: 15px 10px;
  }
  #news-archive .archive-inner .news-box .image {
  }
  #news-archive .archive-inner .news-box .image a {
  }

  #news-archive .archive-inner .news-box .image a img {
  }
  #news-archive .archive-inner .news-box .date {
  }
  #news-archive .archive-inner .news-box .title {
  }
  #news-archive .archive-inner .news-box .title a {
  }
}


/*============================
#entry-form
============================*/
#contact {
  overflow: hidden;
background-color: #F7F7F7;
}
#contact h2.section-title {
  margin-top: 100px;
}
#contact .form-box {
  max-width: 900px;
  margin: 0 auto 0;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
}
#contact .form-box dl {
  padding: 70px 100px;
}
#contact .form-box dl dt {
  float: left;
  font-weight: bold;
}
#contact .form-box dl dd {
  margin: 0 0 30px 200px;
}
#contact .form-box dl.form-policy {
  text-align: center;
  max-width: 600px;
  height: 230px;
  margin: 60px auto 60px;
  padding: 40px 60px;
  border: solid 1px #707070;
  overflow-x: scroll;
}
#contact .form-box dl.form-policy dt {
  float: none;
  margin-bottom: 30px;
}
#contact .form-box dl.form-policy dd {
  margin: 0;
  text-align: left;
}

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

  /*============================
  #entry-form
  ============================*/
  #contact {
  }
  #contact h2.section-title {
  }
  #contact .form-box {
    margin: 0 auto;
    width: 80%;
    padding: 30px;
  }
  #contact .form-box dl {
    padding: 0;
  }
  #contact .form-box dl dt {
  }
  #contact .form-box dl dd {
  }
  #contact .form-box dl.form-policy {
  }
  #contact .form-box dl.form-policy dt {
  }
  #contact .form-box dl.form-policy dd {
  }
}

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


  /*============================
  #entry-form
  ============================*/
  #contact {
  }
  #contact h2.section-title {
  }
  #contact .form-box {
    width: 88%;
    padding: 20px;
  }
  #contact .form-box dl {
    padding: 0;
  }
  #contact .form-box dl dt {
    float: none;
  }
  #contact .form-box dl dd {
    margin: 0 0 15px 0px;

  }
  #contact .form-box dl.form-policy {
    padding: 20px;
  }
  #contact .form-box dl.form-policy dt {
  }
  #contact .form-box dl.form-policy dd {
  }
}

/*============================
contact form 7
============================*/

.contact-form {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 80px 1px;
  margin: 0 auto 40px;
}
.contact-form dt {
  font-weight: bold;
  float: left;
}
.contact-form dt .must {
  font-weight: normal;
  color: red;
  font-size: 14px;
  position: relative;
  right: -9px;
}
.contact-form dd {
  margin: 0 0 50px 250px;
}

input[type="tel"],
input[type="email"],
input[type="text"]{
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: solid 1px #000;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  border-width: 1px;
}
textarea{
  width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 10px;
  overflow: auto;
  border: soled 1px #000;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
}
select{
  width: 50%;
  line-height: 1.5em;
  padding: 10px;
  overflow: auto;
  border: soled 1px #000;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
}









.agreement {
  margin-bottom: 10px;
}
.agreement .inner {
  overflow: auto;
  max-width: 700px;
  height: 200px;
  background-color: #fff;
  padding: 30px;
}
.agreement .inner h3 {
}
.agreement .inner p {
}
.agreement .inner dl {
}
.agreement .inner dl dt {
}
.agreement .inner dl dd {
}
.agreement .inner dl dd ol {
}
.agreement .inner dl dd ol li {
  list-style: disc;
}
.agreement .inner dl dd ol li span {
}
p.accept {
  text-align: center;
}
input[type="submit"] {
  margin: 30px auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #FFB641;
  color: #FFF;
  width: 480px;
  height: 60px;
  border-radius: 5px;
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (max-width:1100px){
  .contact-form {
    padding: 60px 40px 1px;
    margin: 0 auto 30px;
  }
  .contact-form dd {
    margin: 0 0 40px 250px;
  }
}
@media screen and (max-width:639px){
  .contact-form dt {
    float: none;
  }
  .contact-form dd {
    margin: 8px 0 30px 0px;
  }
  input[type="submit"] {
    width: 80%;
  }
  .contact-form {
    padding: 50px 20px 1px;
  }
  .agreement .inner {
    padding: 15px;
  }
.agreement .inner dl dd ol {
    padding: 0;
  }
  .agreement .inner dl dd {
    margin-left: 20px;
  }
}

/*============================
#about-us
============================*/
#about-us {
}
#about-us h2{
  margin: 70px 0 40px 12px;
}
#about-us .inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/*============================
#mainvisual
============================*/
#about-us #mainvisual {
  height: 350px;
  display: block;
  background: url(../img/top-mv.jpg) no-repeat center center;
  background-size: cover;
  background-position: 50% 59%;
}

/*============================
#sdgs
============================*/
#about-us #sdgs {
}
#about-us #sdgs .inner {
}
#about-us #sdgs .inner h2 {
}
#about-us #sdgs .inner h2::before {
}
#about-us #sdgs .inner figure {
  display: flex;
  flex-wrap: wrap;
  height: auto;
align-items: flex-start;
}
#about-us #sdgs .inner figure img {
  width: 100%;
}
#about-us #sdgs .inner figure figcaption {
  font-size: 20px;
  padding: 30px 0 130px;
}
#about-us .csr-content {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 100px;
}
#about-us .csr-item {
  width: 70%;
  padding-right: 80px;
}
#about-us h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
}
#about-us h3::after{
  content: "";
  width: 60px;
  height: 3px;
  background-color: #101010;
  position: absolute;
  bottom: -30px;
  left: 0;
}
#about-us #sdgs .inner .csr-content .csr-item p {
}
#about-us #sdgs .inner .csr-content figure.logo {
  width: 30%;
  display: flex;
  flex-flow: wrap;
  height: 100%;
}
#about-us #sdgs .inner .csr-content figure.logo img {
  width: 50%;
  height: 50%;
}
@media screen and (max-width:1100px){
  #about-us h2 {
    margin: 60px 0 20px 12px;
  }
  #about-us h3 {
    margin-bottom: 40px;
  }
  #about-us h3::after{
    bottom: -20px;
    height: 2px;
  }
  #about-us #sdgs .inner .csr-content figure.logo {
    width: 40%;
  }
  #about-us .csr-item {
    width: 60%;
    padding-right: 30px;
    padding-left: 15px;
  }
  #about-us .csr-content {
    margin-bottom: 60px;
  }
  #about-us #sdgs .inner figure figcaption {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width:639px){
  #about-us #mainvisual {
    height: 220px;
  }
  #about-us #sdgs .inner figure.sdgs-logo img {
    width: 100%;
  }
  #about-us #sdgs .inner figure img.sp-none{
    display: none;
  }
  #about-us .csr-item {
    width: 100%;
    padding: 0;
  }
  #about-us #sdgs .inner .csr-content figure.logo {
    width: 100%;
    padding: 20px 0 30px;
  }

}
/*============================
#iso
============================*/
#about-us #member {
}
#about-us #member .inner {
}
#about-us #member .inner h2 {
}
#about-us #member .inner .csr-content {
}
#about-us #member .inner .csr-content .csr-item {
}
#about-us #member .inner .csr-content .csr-item h3 {
}
#about-us #member .inner .csr-content .csr-item h3 span{
  font-size: 16px;
  font-weight: normal;
}
#about-us #member .inner .csr-content .csr-item p {
}
#about-us #member .inner .csr-content figure.logo {
  width: 30%;
}
#about-us #member .inner .csr-content figure.logo img {
  width: 100%;
}
@media screen and (max-width:639px){
  #about-us #member .inner .csr-content figure.logo {
    width: 100%;
    padding: 20px 0 0;
  }
}
