@charset "UTF-8";
main {
  margin-top: 115px;
  display: block;
  /* IE対策に追加 */
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 50px;
  }
}

.mainVisual01 {
  padding: 13.3% 0 24.6%;
  margin-bottom: 40px;
  background: url("../images/bg_index01.png") no-repeat right;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainVisual01 {
    padding: 40px 0 115%;
    margin-bottom: 60px;
    background: url("../images/bg_index01_sp.png") no-repeat bottom center;
    background-size: contain;
  }
}
.mainVisual01:before {
  content: "";
  width: 65%;
  height: 100%;
  background: url("../images/bg_index01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mainVisual01:before {
    display: none;
  }
}
.mainVisual01 h2 {
  color: #727272;
  font-size: 37px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mainVisual01 h2 {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual01 h2 {
    max-width: 248px;
    width: 100%;
    margin: 0 auto;
  }
}
.mainVisual01 h2 .sub {
  margin-top: 20px;
  display: block;
}

.missionArea01 {
  padding-bottom: 170px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .missionArea01 {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .missionArea01 {
    padding-bottom: 0;
    margin-bottom: 35px;
  }
}
.missionArea01 .bg01 {
  width: 100%;
  height: 100%;
  background: url("../images/bg_index02.png") no-repeat;
  background-position: 75% 67%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .missionArea01 .bg01 {
    background-position: 120% 67%;
  }
}
@media screen and (max-width: 1000px) {
  .missionArea01 .bg01 {
    background-size: 75%;
    background-position: 150% 67%;
  }
}
@media screen and (max-width: 767px) {
  .missionArea01 .bg01 {
    padding-bottom: 73%;
    background: url("../images/bg_index02_sp.png") no-repeat bottom right;
    background-size: contain;
    position: static;
  }
}
.missionArea01 .txtBox01 {
  padding: 0 35px;
}
@media screen and (max-width: 1000px) {
  .missionArea01 .txtBox01 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .missionArea01 .txtBox01 {
    margin-bottom: 65px;
    padding: 0;
  }
}
.missionArea01 .txtBox01 p {
  color: #505050;
  font-size: 18px;
  line-height: 3.2;
}
@media screen and (max-width: 767px) {
  .missionArea01 .txtBox01 p {
    font-size: 14px;
    line-height: 2;
  }
}

.serviceArea01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .serviceArea01 {
    margin-bottom: 75px;
  }
}

.serviceContent01 {
  margin-bottom: 80px;
  position: relative;
}
.serviceContent01:before {
  content: "";
  width: calc(50% + 265px);
  height: 100%;
  background: #f0fafe;
  background: -webkit-gradient(linear, left top, right top, from(#f0fafe), to(white));
  background: linear-gradient(to right, #f0fafe 0%, white 100%);
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .serviceContent01:before {
    display: none;
  }
}
.serviceContent01 .boxWrap01 {
  position: relative;
}
.serviceContent01 .logoBox01 {
  max-width: 375px;
  width: 37.5%;
  padding: 65px 0 165px;
  background-color: #fff;
  border-radius: 0 0 30px 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .serviceContent01 .logoBox01 {
    max-width: none;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    position: static;
  }
}
.serviceContent01 .logoBox01 .logo01 {
  width: 233px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .serviceContent01 .logoBox01 .logo01 {
    width: 63%;
  }
}
@media screen and (max-width: 767px) {
  .serviceContent01 .logoBox01 .logo01 {
    width: 147px;
  }
}
.serviceContent01 .serviceBox01 {
  width: 62.5%;
  padding: 45px 3% 60px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .serviceContent01 .serviceBox01 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.serviceContent01 .serviceBox01 .headBlock01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .serviceContent01 .serviceBox01 .headBlock01 {
    margin-bottom: 20px;
  }
}
.serviceContent01 .serviceBox01 .headBlock01 .tit01 {
  color: #727272;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .serviceContent01 .serviceBox01 .headBlock01 .tit01 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.serviceContent01 .serviceBox01 .headBlock01 .tit01 .sub01 {
  font-size: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  .serviceContent01 .serviceBox01 .headBlock01 .tit01 .sub01 {
    font-size: 17.5px;
  }
}
.serviceContent01 .serviceBox01 .headBlock01 h3 {
  color: #13ae9c;
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .serviceContent01 .serviceBox01 .headBlock01 h3 {
    font-size: 19px;
  }
}
.serviceContent01 .serviceBox01 .headBlock01 h3 span {
  padding: 0 80px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .serviceContent01 .serviceBox01 .headBlock01 h3 span {
    padding: 0 50px;
  }
}
.serviceContent01 .serviceBox01 .headBlock01 h3 span:before {
  content: "";
  width: 60px;
  height: 3px;
  margin: auto;
  background-color: #13ae9c;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .serviceContent01 .serviceBox01 .headBlock01 h3 span:before {
    width: 42px;
    height: 2px;
  }
}
.serviceContent01 .serviceBox01 .headBlock01 h3 span:after {
  content: "";
  width: 60px;
  height: 3px;
  margin: auto;
  background-color: #13ae9c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .serviceContent01 .serviceBox01 .headBlock01 h3 span:after {
    width: 42px;
    height: 2px;
  }
}
.serviceContent01 .serviceBox01 .pic01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .serviceContent01 .serviceBox01 .pic01 {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.serviceContent01.right01:before {
  content: "";
  width: calc(50% + 265px);
  height: 100%;
  background: #f0fafe;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#f0fafe));
  background: linear-gradient(to right, white 0%, #f0fafe 100%);
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .serviceContent01.right01:before {
    display: none;
  }
}
.serviceContent01 .rightBox01 {
  border-radius: 0 0 0 30px;
  left: auto;
  right: 0;
}
.serviceContent01 .rightBox02 {
  margin: 0 auto 0 0;
}

.greenBtn01 {
  margin: 0 auto;
}

.serviceContent02 h3 {
  color: #727272;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .serviceContent02 h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.serviceContent02 .servicePic01 {
  width: 100%;
  padding-bottom: 35%;
  background: url("../images/pic_index02.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .serviceContent02 .servicePic01 {
    padding-bottom: 49%;
  }
}

.aboutArea01 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 {
    margin-bottom: 100px;
  }
}
.aboutArea01 .aboutTxt01 {
  font-size: 18px;
  line-height: 1.8;
  padding: 0 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutTxt01 {
    font-size: 12px;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 30px;
  }
}

.aboutContent01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .aboutContent01 {
    display: block;
  }
}
.aboutContent01 .txtBox01 {
  width: 25.5%;
  padding: 0 35px;
}
@media screen and (max-width: 1050px) {
  .aboutContent01 .txtBox01 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .aboutContent01 .txtBox01 {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.aboutContent01 .txtBox01 .logo01 {
  max-width: 135px;
  width: 75%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .aboutContent01 .txtBox01 .logo01 {
    max-width: 85px;
    margin: 0;
  }
}
.aboutContent01 .txtBox01 .txt01 {
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .aboutContent01 .txtBox01 .txt01 {
    font-size: 11px;
    line-height: 1.8;
    width: calc(100% - 125px);
  }
}
.aboutContent01 .pic01 {
  width: 70%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .aboutContent01 .pic01 {
    width: calc(100% - 45px);
    margin: 0 0 0 auto;
  }
}

.messageArea01 {
  margin-bottom: 75px;
}

.messageList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .messageList01 {
    display: block;
  }
}
.messageList01 li {
  max-width: 300px;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .messageList01 li {
    max-width: none;
    width: 100%;
  }
}
.messageList01 li:not(:nth-last-child(-n+3)) {
  margin-bottom: 0;
}
.messageList01 li:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .messageList01 li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.messageList01 .pic01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .messageList01 .pic01 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .messageList01 .txtWrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0;
  }
}
.messageList01 h3 {
  font-size: 20px;
  font-weight: bold;
}
.messageList01 h3 .sub01 {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.messageList01 .dropBtn01 {
  color: #13ae9c;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.messageList01 .dropBtn01:before {
  content: "";
  width: 10px;
  height: 1px;
  margin: auto;
  background-color: #13ae9c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.messageList01 .dropBtn01:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #13ae9c;
  margin: auto;
  position: absolute;
  top: -0.2px;
  bottom: 0;
  right: 4.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.messageList01 .dropBtn01.open:before {
  opacity: 0;
}
.messageList01 .dropBtn01.open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.messageList01 .txtBox01 {
  padding: 25px 0;
}
.messageList01 .txtBox01 .txt01 {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}
.messageList01 .txtBox01:first-child {
  border-bottom: 1px solid #96d6cf;
}
.messageList01 .txtBox01:last-child {
  padding-bottom: 0;
}

.newsArea01 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .newsArea01 {
    margin-bottom: 60px;
  }
}

.newsList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .newsList01 {
    display: block;
  }
}
.newsList01 li {
  width: 29%;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .newsList01 li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .newsList01 li {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.newsList01 li:not(:nth-child(3n)) {
  margin-right: 6%;
}
@media screen and (max-width: 1000px) {
  .newsList01 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .newsList01 li:not(:nth-child(3n)) {
    margin: 0;
  }
}
.newsList01 li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.newsList01 li:hover {
  -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .newsList01 li:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.newsList01 li .date01 {
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .newsList01 li .date01 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.newsList01 li .news-title {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .newsList01 li .news-title {
    font-size: 12px;
  }
}
.newsList01 li .picBox01 {
  height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newsList01 li .picBox01 {
    width: 115px;
    height: 102.5px;
    border: 1px solid #ddd;
  }
}
.newsList01 li .picBox01 .pic01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsList01 li .picBox01 .pic01 img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .newsList01 li .picBox01 .pic01 img {
    width: 115px;
    height: 102.5px;
  }
}
.newsList01 li .picBox01 .pic01 + .pic01 {
  margin-left: 45px;
}
.newsList01 li .txtBox01 {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .newsList01 li .txtBox01 {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .newsList01 li .txtBox01 {
    width: calc(100% - 130px);
    padding: 0;
  }
}

.companyArea01 {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .companyArea01 {
    margin-bottom: 40px;
  }
}

.companyList01 {
  font-size: 14px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .companyList01 {
    font-size: 12px;
  }
}
.companyList01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.companyList01 span,
.companyList01 p {
  padding: 20px 0;
  display: block;
}
.companyList01 span {
  font-weight: bold;
  width: 150px;
  border-bottom: 1px solid #13ae9c;
}
@media screen and (max-width: 767px) {
  .companyList01 span {
    width: 87.5px;
  }
}
.companyList01 p {
  width: calc(100% - 170px);
  border-bottom: 1px solid #cbcbca;
}
@media screen and (max-width: 767px) {
  .companyList01 p {
    width: calc(100% - 105px);
  }
}