@charset "UTF-8";
/*共通事項*/
body {
  background-color: #F5F5F5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

section {
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .wrap {
    max-width: 85%;
  }
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 85%;
  }
}

ul {
  list-style: none;
}

p {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 3.2vw;
  }
}

a {
  color: unset;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.box {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec_main .main-img {
  width: 100%;
  height: auto;
}

.sec_sdgs {
  padding: 5rem 0;
}
.sec_sdgs .sdgs_title {
  color: #0089CE;
  text-align: center;
}
.sec_sdgs .sdgs_title .sdgs_title_sub {
  width: 100%;
  display: block;
  margin-bottom: 0.8rem;
  padding: 1rem 0;
  border-top: 4px solid #0089CE;
  border-bottom: 4px solid #0089CE;
  font-weight: 700;
  font-size: 2rem;
}
.sec_sdgs .sdgs_title .sdgs_title_img {
  width: 70%;
  margin: 0 auto 0.8rem;
}
.sec_sdgs .sdgs_title .sdgs_title_main {
  display: block;
  line-height: 1.1;
  font-weight: bold;
  font-size: 8rem;
}
.sec_sdgs .sdgs_textarea {
  position: relative;
  display: inline-block;
  margin-top: 3rem;
  max-width: 100%;
  background: #FFF;
  border: solid 6px #0089CE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.sec_sdgs .sdgs_textarea::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15.5px;
  border: 12px solid transparent;
  border-bottom: 26px solid #FFF;
  z-index: 2;
}
.sec_sdgs .sdgs_textarea::after {
  content: "";
  position: absolute;
  top: -43px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 28px solid #0089CE;
  z-index: 1;
}
.sec_sdgs .sdgs_textarea .sdgs_txt {
  padding: 2rem 4rem;
  line-height: 2;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}
.sec_sdgs .sdgs_textarea .sdgs_txt span {
  color: #0089CE;
}
.sec_sdgs .sdgs_textarea .sdgs_effect {
  position: absolute;
  top: -20%;
  left: -4%;
  width: 3.5rem;
}
.sec_sdgs .sdgs_textarea .sdgs_effect02 {
  position: absolute;
  top: -20%;
  right: -4%;
  width: 3.5rem;
}

.color_border {
  position: relative;
  width: 100%;
  margin-bottom: -3rem;
  padding: 0 0 3rem;
  z-index: 3;
}
.color_border .number {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  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;
  text-align: center;
  background-color: #FFF;
  border: 15px solid #E5001E;
  border-radius: 50%;
  color: #E5001E;
  font-size: 2.8rem;
  font-weight: bold;
}
.color_border .number.blue {
  border: 15px solid #0089CE;
  color: #0089CE;
}

.sec_attempt {
  padding: 7rem 0;
  overflow: hidden;
}
.sec_attempt.bg02 {
  background-color: #FFEBAC;
}
.sec_attempt .attempt_contents {
  position: relative;
  z-index: 1;
}
.sec_attempt .attempt_contents .attempt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2rem 0 3rem;
}
.sec_attempt .attempt_contents .attempt_flex .attempt_textarea {
  width: 50%;
}
.sec_attempt .attempt_contents .attempt_flex .attempt_textarea .attempt_title {
  padding: 1rem 0;
  color: #E5001E;
  line-height: 1.3;
  font-size: 6rem;
  font-weight: bold;
}
.sec_attempt .attempt_contents .attempt_flex .attempt_textarea .attempt_title.blue {
  color: #0089CE;
}
.sec_attempt .attempt_contents .attempt_flex .attempt_textarea .attempt_txt {
  margin-top: 2rem;
  line-height: 2;
  font-size: 1.2rem;
  font-weight: 500;
}
.sec_attempt .attempt_contents .attempt_flex .attempt_imgarea {
  width: 45%;
}
.sec_attempt .attempt_contents .attempt_flex .attempt_imgarea .attempt_img {
  position: relative;
  margin-bottom: 1.8rem;
}
.sec_attempt .attempt_contents .attempt_flex .attempt_imgarea .attempt_img:last-child {
  margin-bottom: 0;
}
.sec_attempt .attempt_contents .attempt_flex .attempt_imgarea .attempt_img .attempt_img_ttl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.8rem;
  padding: 0.6rem 0;
  background-color: #FFF;
  border-radius: 14px 0 0 0;
  text-align: center;
}
.sec_attempt .attempt_contents .attempt_flex .attempt_imgarea .attempt_img .attempt_img_ttl.blue {
  background-color: #FFEBAC;
}
.sec_attempt .attempt_contents .attempt_sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.sec_attempt .attempt_contents .attempt_sdgs li {
  width: 30%;
}
.sec_attempt .attempt_contents .attempt_main {
  padding-bottom: 1.4rem;
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
}
.sec_attempt .attempt_contents .attempt_main.blue {
  padding-bottom: 0;
}
.sec_attempt .attempt_contents .attempt_main .attempt_main_ttl {
  padding: 1rem 0;
  background-color: #E5001E;
  border-radius: 10px 10px 0 0;
  color: #FFF;
  text-align: center;
}
.sec_attempt .attempt_contents .attempt_main .attempt_main_ttl.blue {
  background-color: #0089CE;
}
.sec_attempt .attempt_contents .attempt_main .attempt_main_list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 1.6rem 4rem 1rem;
  list-style: inside;
  font-weight: 500;
}
.sec_attempt .attempt_contents .attempt_main .attempt_main_list li {
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
}
.sec_attempt .attempt_contents .attempt_main .attempt_main_txt {
  text-align: center;
  font-size: 1rem;
}
.sec_attempt .attempt_item {
  position: absolute;
  top: 3.5%;
  right: 20%;
  width: 25rem;
  height: 25rem;
  background-color: rgba(229, 0, 30, 0.4);
  border-radius: 50%;
  z-index: -1;
}
.sec_attempt .attempt_item02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  z-index: -1;
}
.sec_attempt .attempt_item03 {
  position: absolute;
  left: 5%;
  bottom: 20%;
  width: 40rem;
  z-index: -1;
}
.sec_attempt .attempt_item04 {
  position: absolute;
  right: 8%;
  bottom: 3%;
  width: 20rem;
  z-index: -1;
}
.sec_attempt .attempt_item05 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  z-index: 0;
}
.sec_attempt .attempt_item06 {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 50rem;
  z-index: 0;
}
.sec_attempt .attempt_item07 {
  position: absolute;
  right: 8%;
  bottom: 5%;
  width: 18rem;
  z-index: 0;
}

.sec_csr {
  background: linear-gradient(170deg, #003067, #4694D1);
}
.sec_csr .color_border {
  width: 100%;
}
.sec_csr .wrap {
  padding: 3rem 0;
}
.sec_csr .wrap .csr_text {
  text-align: center;
  line-height: 2.2;
  color: #FFF;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/*トップに戻るボタン*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 3%;
  bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 10px solid #E5001E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #E5001E;
  background: #fff;
  font-weight: bold;
  opacity: 0;
  z-index: 999;
}
.pagetop .arrow {
  content: "";
  display: block;
  vertical-align: middle;
  color: #E5001E;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}
.pagetop:hover {
  -webkit-box-shadow: 0 0 10px #E5001E;
          box-shadow: 0 0 10px #E5001E;
}

footer .container .company_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
}
footer .container .company_info .info_bg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15rem;
  z-index: -1;
}
footer .container .company_info .address {
  width: 19rem;
  padding: 0.6rem;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: -5px -5px 15px 5px #fff, 5px 5px 15px 7px #fff;
          box-shadow: -5px -5px 15px 5px #fff, 5px 5px 15px 7px #fff;
}
footer .container .company_info .address .company_name {
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
}
footer .container .company_info .address .address_ttl {
  margin-bottom: 0.7rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #000;
  font-weight: 500;
  font-size: 1rem;
}
footer .container .company_info .address .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
footer .container .company_info .address .phone a {
  display: inline-block;
  border-bottom: 1px solid #000;
}
footer .container .company_info .map {
  width: 60%;
}
footer .container .company_info .map iframe {
  width: 100%;
  height: 34vh;
}
footer .color_border {
  width: 100%;
}
footer small {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0 0.2rem;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .sec_sdgs {
    padding: 5rem 0 8rem;
  }
  .sec_attempt .attempt_item {
    right: 0%;
  }
  .sec_attempt .attempt_item02 {
    right: -25%;
  }
  .sec_attempt .attempt_item03 {
    left: -5%;
    width: 35rem;
  }
  .sec_attempt .attempt_item04 {
    right: -2%;
    width: 16rem;
  }
  .sec_attempt .attempt_item05 {
    right: -5%;
  }
  .sec_attempt .attempt_item06 {
    left: -5%;
  }
  .sec_attempt .attempt_item07 {
    right: -1%;
    width: 16rem;
  }
  footer .container .company_info {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  footer .container .company_info .info_bg {
    width: 14rem;
  }
  footer .container .company_info .map {
    width: 50%;
  }
  footer .container .company_info .map iframe {
    height: 36vh;
  }
  footer small {
    padding: 0.8rem 0 0.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .sec_attempt .attempt_contents .attempt_flex .attempt_textarea .attempt_title {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sec_attempt .attempt_contents .attempt_flex .attempt_textarea .attempt_title {
    font-size: 4rem;
  }
  .sec_attempt .attempt_item {
    right: -5%;
  }
  .sec_attempt .attempt_item02 {
    right: -35%;
  }
  .sec_attempt .attempt_item03 {
    left: -10%;
    bottom: 25%;
  }
  .sec_attempt .attempt_item05 {
    right: -25%;
  }
  .sec_attempt .attempt_item06 {
    left: -25%;
  }
  footer .container .company_info .map iframe {
    height: 26vh;
  }
}
@media screen and (max-width: 768px) {
  .sec_sdgs {
    padding: 3rem 0 5rem;
  }
  .sec_sdgs .sdgs_title .sdgs_title_sub {
    padding: 0.6rem 0;
    border-top: 3px solid #0089CE;
    border-bottom: 3px solid #0089CE;
    font-size: 1.4rem;
  }
  .sec_sdgs .sdgs_title .sdgs_title_img {
    width: 80%;
    margin: 0 auto 0.4rem;
  }
  .sec_sdgs .sdgs_title .sdgs_title_main {
    font-size: 4rem;
  }
  .sec_sdgs .sdgs_textarea {
    margin-top: 2.4rem;
  }
  .sec_sdgs .sdgs_textarea .sdgs_txt {
    padding: 1.4rem 1.8rem;
    line-height: 1.6;
    font-size: 1rem;
  }
  .sec_sdgs .sdgs_textarea .sdgs_effect {
    top: -13%;
    left: -10%;
    width: 2.5rem;
  }
  .sec_sdgs .sdgs_textarea .sdgs_effect02 {
    top: -13%;
    right: -10%;
    width: 2.5rem;
  }
  .color_border .number {
    top: 10%;
    width: 5rem;
    height: 5rem;
    border: 12px solid #E5001E;
    font-size: 2rem;
  }
  .sec_attempt {
    padding: 3rem 0 4.4rem;
  }
  .sec_attempt .attempt_contents {
    position: relative;
    z-index: 1;
  }
  .sec_attempt .attempt_contents .attempt_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
  }
  .sec_attempt .attempt_contents .attempt_flex .attempt_textarea {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sec_attempt .attempt_contents .attempt_flex .attempt_textarea .attempt_title {
    font-size: 4rem;
  }
  .sec_attempt .attempt_contents .attempt_flex .attempt_textarea .attempt_txt {
    margin-top: 1.4rem;
  }
  .sec_attempt .attempt_contents .attempt_flex .attempt_imgarea {
    width: 100%;
  }
  .sec_attempt .attempt_contents .attempt_sdgs {
    margin-bottom: 2rem;
  }
  .sec_attempt .attempt_contents .attempt_main .attempt_main_list {
    width: 100%;
    padding: 1.4rem 1.4rem 1rem;
  }
  .sec_attempt .attempt_contents .attempt_main .attempt_main_list li {
    font-size: 1rem;
  }
  .sec_attempt .attempt_contents .attempt_main .attempt_main_txt {
    padding: 0 1.4rem;
    text-align: left;
    font-size: 0.8rem;
  }
  .sec_attempt .attempt_item {
    top: 20%;
    right: -10%;
    width: 12rem;
    height: 12rem;
  }
  .sec_attempt .attempt_item02 {
    top: 20%;
    right: -35%;
    width: 20rem;
  }
  .sec_attempt .attempt_item03 {
    left: -20%;
    bottom: 25%;
    width: 25rem;
  }
  .sec_attempt .attempt_item04 {
    bottom: 0.5%;
    width: 8rem;
  }
  .sec_attempt .attempt_item05 {
    right: -30%;
    width: 25rem;
  }
  .sec_attempt .attempt_item06 {
    left: -25%;
    width: 30rem;
  }
  .sec_attempt .attempt_item07 {
    display: none;
  }
  .sec_csr .wrap {
    max-width: 90%;
  }
  .sec_csr .wrap .csr_text {
    line-height: 2;
    font-size: 1.1rem;
  }
  .pagetop {
    right: 3%;
    bottom: 5.5%;
    width: 70px;
    height: 70px;
    border: 9px solid #E5001E;
  }
  .pagetop .arrow {
    width: 0.6em;
    height: 0.6em;
  }
  footer .container .company_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 0 2rem;
  }
  footer .container .company_info .info_bg {
    top: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10rem;
  }
  footer .container .company_info .address {
    width: 100%;
    margin-bottom: 2.8rem;
    padding: 0.6rem;
    -webkit-box-shadow: -5px -5px 15px 5px #fff, 5px 5px 15px 7px #fff;
            box-shadow: -5px -5px 15px 5px #fff, 5px 5px 15px 7px #fff;
  }
  footer .container .company_info .address .company_name {
    margin-bottom: 0rem;
  }
  footer .container .company_info .address .address_ttl {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }
  footer .container .company_info .map {
    width: 100%;
  }
  footer .container .company_info .map iframe {
    height: 30vh;
  }
  footer .color_border {
    margin-bottom: 0;
    padding: 0;
  }
  footer small {
    font-size: 0.7rem;
  }
}