@charset "UTF-8";

/*----------------------------------
common*/

body {
  min-width: 375px;

}



a {
  transition: 1.5s;
}

a:hover {
  opacity: 0.5;
}

body {
  font-weight: 400;
  line-height: 1.8;
  font-family: 'Lato', sans-serif;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

p,
li {
  font-size: 16px;
  margin: 0 0 2em;
}

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


  p,
  li {
    font-size: 3vw;
    margin: 0 0 1em;
  }
}

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

.inner01 {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 0 50px;
}

.inner02 {
  max-width: 1430px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 1280px) {
  .inner02 {
    width: calc(100%);
    padding: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .tit_l {
    text-align: center;
    position: relative;
    left: 25px;
  }

  .tit_l+p {
    padding-left: 0;
  }
}

.inner03 {
  width: calc(100% - 100px);
  margin: 0 auto;
}

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

  .inner01,
  .inner02,
  .inner03 {
    width: 100%;
    padding: 5%;
  }

}


#sdgs_01{
    margin-top: 100px;
}
#sdgs_01 .col_2 li:nth-of-type(1) {
  width: calc(100% - 50px - 250px);
}

#sdgs_01 .col_2 li:nth-of-type(2) {
  width: 250px;
}
#sdgs_01 .tit01{
  padding-left: 50px;
}
#sdgs_01 .tit01+p{
  padding-left: 50px;
}


@media screen and (max-width: 1280px) {
  #sdgs_01 .tit01+p{
    padding-left: 0;
  }
  #sdgs_01 .col_2 li:nth-of-type(1) {
    width: 100%;
  }

  #sdgs_01 .col_2 li:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }

  #sdgs_01 .tit_l {
    text-align: center;
    position: relative;
    left: 0;
    margin-bottom: 50px;
    padding-left: 0;
  }

  #sdgs_01 figure {
    max-width: 210px;
    margin: 0 auto;
  }

  #sdgs_01 .inner02 {
  }
}



/*----------------------------------
page*/

.home,
.page-id-5,
.parent-pageid-5,
.page-id-18,
.parent-pageid-18,
.parent-pageid-29,
.parent-pageid-31,
.page-id-10,
.page-id-27 {
  background: #fff4f8;
}

/*----------------------------------
header*/

.home #header, .page-id-5 #header, .page-id-3 #header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#header .inner01 {
  padding: 25px 0px 25px 0px;
  top: 0;
  height: 100px;
}

@media screen and (max-width: 800px) {
  #header .inner01 {
    padding: 20px;
  }
}

.page-id-33 {
  background: #fff;
}

.parent-pageid-18 #header {
  background: #fff;
}

.ico_head {
  width: 185px;
  position: fixed;
  z-index: 50;
  left: 50px;
}
@media screen and (max-width: 800px) {
  .ico_head {
    width: 115px;
    top: 32px;
    left: 30px;
  }
}

/*----------------------------------
slider fv*/

#slider {
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#slider::-webkit-scrollbar {
  display: none;
}
.pc_slider{display: block;}
.tab_slider{display: none;}
.sp_slider{display: none;}
@media screen and (max-width: 1280px) {
  .pc_slider{display: none;}
  .tab_slider{display: block;}
  .sp_slider{display: none;}
}
@media screen and (max-width: 600px) {
  .pc_slider{display: none;}
  .tab_slider{display: none;}
  .sp_slider{display: block;}
}

.slick-dots {
  bottom: 144px;
}
@media screen and (max-width: 1280px) {
  .slick-dots {bottom: 16%;}  
}
@media screen and (max-width: 800px) {
  .slick-dots {bottom: 80px;}  
}
.slick-dots li button:before {
  content: "";
  border: none;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*----------------------------------
top*/

.s_h1 {
  font-size: 40px;
  padding: 250px 0;
  text-align: center;
}

.s_h1 span {
  display: inline-block;
  position: relative;
}

.s_h1 span::before {
  content: "";
  display: block;
  width: 69px;
  height: 56px;
  position: absolute;
  top: 4px;
  left: -80px;
  background: url(./img/s_h1_b.png) center center no-repeat;
}

.s_h1 span::after {
  content: "";
  display: block;
  width: 42px;
  height: 34px;
  position: absolute;
  top: 34px;
  right: -60px;
  background: url(./img/s_h1_a.png) center center no-repeat;
}

@media screen and (max-width: 1280px) {
  .s_h1 {
    padding: 180px 0;
  }
}

@media screen and (max-width: 800px) {
  .s_h1 {
    padding: 140px 0;
    font-size: 4.5vw;
  }

  .s_h1 span::before,
  .s_h1 span::after {
    transform: scale(50%);
  }

  .s_h1 span::before {
    top: -12px;
    left: -58px;
  }

  .s_h1 span::after {
    top: 4px;
    right: -36px;
  }
}


.col_logo_omoi h2 {
  margin: 0 0 100px;
}

.tit_news {
  width: 231px;
  height: 63px;
  line-height: 63px;
  margin: 0 auto 24px;
  background: url(./img/tit_news.png) top center no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 30px;
}

.tit_news span {
  display: block;
  position: relative;
  top: 6px;
  color: #251503;
}

.dl_news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 24px;
  width: 80%;
}

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

  .dl_news {
    width: 100%;
  }
}

.dl_news dd,
.dl_news dt {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
  padding: 24px;
  font-size: 20px;
}

.dl_news dt {
  width: 180px;
  text-align: center;
}

.dl_news dt {
  font-weight: 400;
}

.dl_news dd {
  width: calc(100% - 180px);
}

.dl_news+p {
  text-align: right;
  font-size: 16px;
  width: 80%;
  margin: 0 auto 2em;
}

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

  .dl_news+p {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .dl_news+p{
    font-size: 3.5vw;
  }
}

article {
  padding-top: 100px;
}

@media screen and (max-width: 1200px) {
  article {
    padding-top: 10%;
  }
}
@media screen and (max-width: 800px) {
  article {
  }

  .tit_news {
    font-size: 4vw;
  }

  .dl_news dt {
    width: 100%;
    border: none;
    padding: 10px 0 0 10px;
    text-align: left;
    font-size: 3vw;
  }

  .dl_news dd {
    width: 100%;
  }

  .dl_news dd {
    padding: 0 0 10px 10px;
    font-size: 3.5vw;
  }
}






.col {
  margin: 0 0 100px;
}

@media screen and (max-width: 1200px) {
  .col {
    margin: 0 0 10%;
  }
}
@media screen and (max-width: 800px) {
  .col {
  }
}

.box_l {
  background: #fff;
  /*clip-path: polygon(6% 5%, 99% 0, 100% 100%, 0 98%);*/
  border-radius: 100px 40px;
  transform: rotateZ(0.5deg);
}

.box_r {
  background: #fff;
  /*clip-path: polygon(1% 0%, 95% 6%, 100% 98%, 0 100%);*/
  border-radius: 40px 100px;
  transform: rotateZ(-0.5deg);
}

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

  .box_l,
  .box_r {
    padding-bottom: 0;
  }


}

@media screen and (max-width: 800px) {
  .box_l {
    background: #fff;
    clip-path: none;
    border-radius: 16px;
  }

  .box_r {
    background: #fff;
    clip-path: none;
    border-radius: 16px;
  }
}

.col_2 {
  display: flex;
  flex-wrap: wrap;
}

.col_2 li {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 1280px) {
  .col_2 li {
    width: 100%;
    margin-bottom: 0;
  }
}

.col_2_r {
  flex-direction: row-reverse;
}

.col_2 li.pad01 {
  padding-top: 10%;
  padding-right: 50px;
}
.col_2_r.col_2 li.pad01 {
  padding-right: 0;
  padding-left: 50px;
}



.col_2 li.pad02 {
  padding-top: 50px;
}

@media screen and (max-width: 1280px) {
  .col_2 li.pad01 {
    padding-top: 10%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .col_2 li.pad02 {
    padding-top: 0px;
  }
  .col_2_r.col_2 li.pad01{
    padding-left: 0;
    padding-top: 10%;
  }
}

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

  .col_2 li.pad02,
  .col_2 li.pad01 {
    padding: 0;
    margin: 0;
  }

  .col_2 li.pad02 {
    padding: 0;
  }

  .col_2 li.pad01 {
    padding-top: 10%;
  }
}

.col_2 figure {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .col_2 figure {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 800px) {
  .col_2 figure {
    width: 100%;
  }
}

.col_2_ma li {
  width: calc((100% - 50px)/2);
}


.col_2_ma li {
  margin: 0 50px 0 0;
}

@media screen and (max-width: 1280px) {
  .col_2_ma li {
    width: 100%;
  }

  .col_2_ma li {
    margin: 0 0 0 0;
  }

}

.col_2_ma li:nth-of-type(2n) {
  margin: 0;

}

.col_2_ma figure {
  margin: 0 0 16px;
}

.col_2_ma figure+p {
  text-align: right;
}

.tit01 {
  font-size: 40px;
  text-align: left;
  margin: 0 0 32px;
}
.toppage .tit01{
  text-align: center;
}

.tit01>span {
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.tit01>span span {
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 0 1em;
}

.tit01>span::before {
  content: "";
  display: block;
  width: 73px;
  height: 71px;
  background: url(./img/tit01.png) top center no-repeat;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: -50px;
}

.tit01 em {
  font-style: normal;
  position: relative;
  padding: 0 0 0 50px;
}

.tit01 em::before {
  content: "";
  width: 98px;
  height: 98px;
  display: block;
  background: url(./img/cross.png) center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -25px;
}

.tit01+p {
  padding: 0;
  margin: 0;
}

.box_simple .tit01+p {
  /* padding-left: 50px; */
  margin-bottom: 50px;
}

.jirei .tit01+p {
  /* padding-left: 50px; */
  margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
  .jirei .tit01+p {
    padding-left: 0;
    margin-bottom: 50px;
  }
}

.co03_03 .tit01 {
  padding-left: 50px;
}
.co03_03 .tit01+p {
  padding-left: 50px;
  margin-bottom: 50px;
}


@media screen and (max-width: 800px) {
  .co03_03 .tit01+p {
    padding-left: 0;
  }

  .jirei {
    padding: 0 30px;
  }
}

.near_box .tit01+p {
  padding-left: 50px;
  margin-bottom: 50px;
}

.number .tit01 {
  padding-left: 50px;
}
.number .tit01+p {
  padding-left: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  .jirei .tit01+p {
    font-size: 3vw;
  }
  .co03_03 .tit01+p {
    font-size: 3vw;
  }
  .near_box .tit01+p {
    font-size: 3vw;
  }
  .number .tit01+p {
    font-size: 3vw;
  }
  .tit01>span span {
    display: none;
  }
}
.archive {
  background: #FFF4F8;
}

#suppliers {
  margin: 0 0 250px;
}

@media screen and (max-width: 1200px) {
  #suppliers {
    margin: 0 0;
  }
  #suppliers .inner01{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  #suppliers {
  }

  .near_box .tit01+p {
    padding-left: 0;
  }
}

#suppliers .tit01 {
  margin: 0 0 100px;
  padding-left: 50px;
}

@media screen and (max-width: 1280px) {
  #suppliers .tit01 {
    text-align: center !important;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 800px) {
  #suppliers .tit01 {
    margin-bottom: 10%;
    padding-left: 0;
  }
}

.inner_news {
  background: #fff;
  border-radius: 32px;
  padding: 100px 50px;
}
.inner_news .tit01{
  width: 80%;
  margin: 0 auto;
}

.bk_w {
  background: #fff;
  padding: 100px 0 0;
}

#messege p:nth-of-type(1) {
  margin: 0 0 100px;
}

@media screen and (max-width: 800px) {
  #messege p:nth-of-type(1) {
    margin: 0 0 50px;
  }
}

#messege p:nth-last-of-type(1) {
  text-align: right;
}

.messege_box {
  max-width: 1100px;
  margin: 0 auto;
}


#access {
  background-color: #fff;
  padding: 100px 0;
  margin-bottom: 0;
}

#access h2 {
  font-weight: normal;
  margin: 0 0 16px;
}

#access h2+p {
  padding: 0 0 0 1.5em;
  font-weight: normal;
}

#access h3 {
  padding: 0 0 0 .5em;
  margin: 0 0 16px;
}

@media screen and (max-width: 1280px) {
  #access h3 {
    padding: 0;
  }

  #access {
    padding: 100px 0 0px;
  }
}

@media screen and (max-width: 800px) {
  #access h3 {
    font-size: 4.5vw;
  }

  #access h2 {
    font-size: 14px;
    font-weight: bold;
  }

  #access h2+p {
    font-size: 14px;
    padding: 0;
  }
}

.modal-open {
  text-align: right;
}

.col_txt {
  padding: 0 0 100px;
}

.col_txt li {
  display: inline-block;
  font-size: 30px;
  margin: 0 1em 0 0;
  line-height: 1.5em;
}

@media screen and (max-width: 1280px) {
  .col_txt li {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .col_txt li {
    font-size: 4vw;
  }
}

@media screen and (max-width: 1280px) {
  .tit_l {
    text-align: left;
    position: relative;
    left: 50px;
  }

  .tit_l {
    text-align: center;
    position: relative;
    left: 25px;
  }
}

@media screen and (max-width: 800px) {
  .col_txt:nth-last-of-type(1) {
    margin-top: 20px;
  }

  .col_txt {
    padding: 0 0 50px;
  }
}

.tit_l+p {
  padding-left: 0;
}

.box_l .inner02 {
}
@media screen and (max-width: 1200px) {
  .box_l .inner02 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .box_r .inner02 {
  }
}
@media screen and (max-width: 800px) {}



.btn01 {
  text-align: center;
}

.btn01 a {
  display: inline-block;
  width: 336px;
  height: 160px;
  background: url(./img/bk_btn01.png) center center no-repeat;
  background-size: cover;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  line-height: 160px;
}

.index_col_3box {
  margin-bottom: 250px;
}

@media screen and (max-width: 800px) {
  .btn01 a {
    width: auto;
    padding: 0 10%;
    height: 20vw;
    font-size: 3vw;
    line-height: 21vw;
    background-size: 100% 100%;
  }

  .box_l .inner02 {
    padding: 10% 5%;
  }
  .box_r .inner02 {
    padding: 10% 5%;
  }

  .index_col_3box {
    margin-bottom: 100px;
  }
}



.inner_lace::before {
  content: "";
  display: block;
  width: 100%;
  height: 67px;
  background: url(./img/lace_t.png) center bottom repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-67px);
}

.inner_lace::after {
  content: "";
  display: block;
  width: 100%;
  height: 67px;
  background: url(./img/lace_b.png) center top repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(67px);
}
@media screen and (max-width: 800px) {
  .inner_lace::before,
  .inner_lace::after {
    background-size: 11%;
  }
}

.inner_lace {
  background: #fff;
  padding: 50px 0 20px;
  position: relative;
}

.col_lace {
  margin-bottom: 250px;
}

.col_lace .col_2_r li:nth-of-type(1) {
  padding: 25px 0 0 50px;
  width: calc(50% - 50px);
}


@media screen and (max-width: 1280px) {
  .col_lace .col_2_r li:nth-of-type(1) {
    width: calc(100%);
    padding: 25px 0 0 0;
  }

  .col_lace {
    margin-bottom: 100px;
  }
}

.col_lace h2 {
  width: 400px;
  margin: 0 auto 20px;
}

.col_5m {
  padding: 50px;
  background: #f8bcbb;
}

.col_5m figure {
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .col_5m{
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .col_lace h2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
  }

  .col_5m {
    padding: 0px;
    background: #f7bcbc;
  }

  .inner_lace {
    padding: 20px 0;
  }

  .co03_logo figure {
    padding: 0 0 20px !important;
  }
}


.col_sdgs {
  margin: 0;
}

.col_sdgs::before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(./img/sdgs_t.png) center top repeat-x;
}

.col_sdgs::after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(./img/sdgs_b.png) center top repeat-x;
}

.inner_sdgs {
  background: #fff;
  padding: 240px 0;
}

@media screen and (max-width: 800px) {
  .inner_sdgs {
    padding: 20px 0;
  }

  .col_sdgs::before,
  .col_sdgs::after {
    background-size: 10%;
    height: 23.7px;
  }
}

.pagelink+.col_sdgs {
  margin: 0 0 150px;
}


@media screen and (max-width: 800px) {
  .pagelink ul {
    text-align: left;
  }

  .pagelink li a {
    font-size: 2.5vw;
  }

  .pagelink li
}

.col_sdgs figure {
  width: 55%;
  margin: 0 auto;
}

.col_insta {
  padding-bottom: 240px;
  background: url(./img/bk_insta.png) center center no-repeat;
  background-size: 120% auto;
}

@media screen and (max-width: 1280px) {
  .col_insta {
    padding-bottom: 10%;
    margin-top: 20%;
  }
}

@media screen and (max-width: 800px) {
  .col_insta {
    padding-bottom: 20px;
    background-size: 250% auto;
    background-position: bottom center;
  }
}

.tit_insta {
  width: 487px;
  height: 63px;
  line-height: 63px;
  margin: 0 auto 24px;
  background: url(./img/tit_insta.png) top center no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 30px;
}

.tit_insta span {
  display: block;
  position: relative;
  top: 6px;
}

.tit_insta+p {
  text-align: right;
  position: absolute;
  top: 24px;
  right: 0;
}

@media screen and (max-width: 800px) {
  .tit_insta {
    width: 320px;
    height: 42px;
    line-height: 48px;
    font-size: 4vw;
    background: url(./img/tit_insta.png) top center no-repeat;
    background-size: cover;
  }

  .tit_insta span {
    top: 2px;
  }

  .tit_insta+p {
    font-size: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .tit_insta+p {
    position: relative;
    top: 0;
    right: 0;
  }
}

.col_insta .inner02 {
  position: relative;
  padding: 0;
}

.col_4 {
  display: flex;
  flex-wrap: wrap;
}

.col_4 li {
  display: flex;
  flex-direction: column;
}

.col_4 li {
  margin: 0 24px 24px 0;
  width: calc((100% - 24px * 3)/ 4);
}

.col_4 li:nth-of-type(4n) {
  margin: 0 0 24px;
}

@media screen and (max-width: 800px) {
  .col_4 li {
    margin: 0 15px 15px 0;
    width: calc((100% - 15px * 1)/ 2);
  }

  .col_4 li:nth-of-type(4n) {
    margin: 0 15px 15px 0;
  }

  .col_4 li:nth-of-type(2n) {
    margin: 0 0 15px;
  }
}

.box_logo {
  background: #fff;
  padding: 50px;
}

.tit02 {
  font-size: 40px;
  margin: 0 0 20px;
}

@media screen and (max-width: 800px) {
  .tit02 {
    font-size: 4.5vw;
    margin: 0 0 0.5em;
  }
}

.col_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0;
}

.col_logo3 {
  width: 80%;
  margin: 0 auto;
}

.col_logo>li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 24px *2)/ 3);
  text-align: center;
  margin: 20px 24px 24px 0;
}

.col_logo>li:nth-of-type(3n) {
  margin: 20px 0 24px 0;
}

.col_logo4>li:nth-of-type(3n) {
  margin: 20px 24px 24px 0;
}

.col_logo4>li:nth-of-type(4n) {
  margin: 20px 0 24px 0;
}

.col_logo4>li {
  width: calc(100% / 4);
}

.col_logo>li img {
  width: fit-content;
  display: block;
  margin: 0 auto;
  max-width: 100%;

}

.col_logo4>li {
  width: calc((100% - 24px * 3)/ 4);
  margin: 0 24px 24px 0;
}

.col_logo>li:nth-last-of-type(1) {
  margin: 0 0 24px;

}

.col_logo+p {
  margin: 0 0 100px;
}

.border_box {
    border: 4px solid #FF8BB8;
}


.pagelink {
  text-align: center;
  margin: 0;
  padding: 20px 0;

}

.pagelink li {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  margin: 0 1em;
}
.pagelink.co{
    /* position: absolute; */
    /* width: 100%; */
    /* top: 3%; */
    background-color: #f7bcbc;
}
.pagelink.co li{}

@media screen and (max-width: 1280px) {
  .pagelink.co{
  }
}
@media screen and (max-width: 1280px) {
  .pagelink.co{
  /* top: unset; */
  /* position: relative; */
  }
}
@media screen and (max-width: 800px) {
  .pagelink li {
    display: inline-block;
    margin: 0;
    font-size: 4.5vw;
    margin: 0 1em;
  }  
  .pagelink ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 30px;
    justify-content: space-around;
  }

  .pagelink li {
    display: flex;
    flex-direction: column;
    width: auto;
    text-align: center;
    margin: 0 0 0.5em;
    min-width: 30%;
  }
}


.slick-prev,
.slick-next {
  top: 110%;
  width: 18px;
  height: 22px;
}

.slick-prev::before,
.slick-next::before {
  content: none;
}

.slick-next,
.slick-next:hover {
  right: 45%;
  background: url(./img/arrow_r.png) center center no-repeat;
  display: block;
}

.slick-prev,
.slick-prev:hover {
  left: 45%;
  background: url(./img/arrow_l.png) center center no-repeat;
  display: block;
}


.slick-next:hover,
.slick-prev:hover {
  opacity: .5;
}

.dotted_box {
  padding: 100px 0;
  position: relative;
}

.dotted_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.10);
  background-image: radial-gradient(#fce8ef 28%, transparent 28%), radial-gradient(#fce8ef 28%, transparent 28%);
  background-position: 0px -15px, 28px 12px;
  background-size: 56px 56px;
  position: absolute;
  top: 0;
}

.dotted_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.10);
  background-image: radial-gradient(#fce8ef 28%, transparent 28%), radial-gradient(#fce8ef 28%, transparent 28%);
  background-position: 0px -15px, 28px 12px;
  background-size: 56px 56px;
  position: absolute;
  bottom: 0;
}

.dotted_box02::after {
  display: none;
}

.box_simple {
  background: #fff;
  border-radius: 36px;
  padding: 110px 50px 70px;
  border: 4px solid #FF8BB8;
}

.box_simple h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.box_simple ul {
  display: flex;
  flex-wrap: wrap;
}

.box_simple ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px * 5) / 6);
  margin: 0 60px 0px 0;
}

.box_simple .f_box:nth-of-type(2) ul li {
  margin-bottom: 0;
}

.box_simple .f_box:nth-of-type(2) ul li p {
  margin-bottom: 0;
}

.box_simple ul li:nth-of-type(6n) {
  margin: 0 0 0px 0;
}

.box_simple ul li figure {
  margin: 0 0 8px;
  border-radius: 50%;
  overflow: hidden;
}

.box_simple ul li p {
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .box_simple {
  padding-bottom: 0;
  }
  .box_simple ul,
  #serv02_02 h3 {
    max-width: 432px;
    margin: 0 auto 16px;
  }

  .box_simple ul li {
    width: calc((100% - 60px * 2) / 3);
    margin: 0 60px 0px 0;
  }

  .box_simple ul li:nth-of-type(6n) {
    margin: 0 60px 0px 0;
  }

  .box_simple ul li:nth-of-type(3n) {
    margin: 0;
  }

  #serv02_02 .tit_l {
    text-align: center;
    position: relative;
    left: 25px;
  }

  #serv02_02 .tit_l+p {
    padding-left: 0;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 800px) {
  .box_simple {
    border-radius: 16px;
    padding: 50px 20px 20px;
  }

  #serv02_02 .tit_l {
    left: 0px;
  }

  .box_simple ul li {
    width: calc((100% - 20px * 2) / 3);
    margin: 0 20px 0px 0;
  }

  .box_simple .inner02 {
    padding: 0;
  }
}



.dotted_box02 {
  padding-top: 5%;
}

.dotted_box02 ul {
  display: flex;
  flex-wrap: wrap;
}

.dotted_box02 ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px * 4) / 5);
  margin: 0 50px 50px 0;
}

.dotted_box02 ul li:nth-of-type(1),
.dotted_box02 ul li:nth-last-of-type(1) {
  /*display: none;*/
}

.dotted_box02 ul li:nth-of-type(5) {
  margin-right: 0;
}

.dotted_box02 ul li figure {
  margin: 0 0 24px;
}

.dotted_box02 ul li p {
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .dotted_box02 ul li figure{
    margin-bottom: 2%;
  }
  .dotted_box02 ul {
    max-width: 500px;
    margin: 0 auto;
  }

  .dotted_box02 ul li {
    width: 100%;
    margin: 0 auto 50px
  }
  .dotted_box02 ul li p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 800px) {
  .dotted_box02 ul li {
    margin: 0 auto 20px
  }
}

.dotted_box02>div>p {
  margin: 0 0 100px
}

.hinshitsu {
  background: #FF8BA7;
  padding: 50px;
}

.hinshitsu_box {
  background: #fff;
  border-radius: 32px;
  padding: 50px 50px 30px;
}

.hinshitsu_box>p {
  text-align: center;
  color: #251503;
}

.hinshitsu_inner {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .hinshitsu_inner {
    width: 100%;
    max-width: 100%;
  }
}

.hinshitsu_inner h3 {
  font-size: 40px;
  color: #251503;
}

.hinshitsu_inner h4 {
  font-size: 30px;
  color: #251503;
}
.hinshitsu_inner p {
  color: #251503;
}

@media screen and (max-width: 800px) {
  .hinshitsu {
    padding: 30px;
  }

  .hinshitsu_inner h3 {
    font-size: 4vw;
    margin: 7% 0;
  }

  .hinshitsu_inner h4 {
    font-size: 4.5vw;
  }

  .hinshitsu_box>p {
    text-align: left;
  }

  .hinshitsu_box {
    border-radius: 16px;
    padding: 20px;
  }
}

#serv02_05 {
  padding: 150px 50px;
}
@media screen and (max-width: 1200px) {
  #serv02_05 {
    padding: 15% 10%;
  }  
}
@media screen and (max-width: 800px) {}

.jirei ul {
  display: flex;
  flex-wrap: wrap;
}

.jirei ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px * 2) / 3);
  margin-right: 50px;
}

.jirei ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1280px) {
  .jirei .inner02{
    padding: 0 50px;
}
  .jirei ul li {
  width: calc((100% - 30px * 2) / 3);
  margin-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .jirei .inner02{}

  .jirei ul li {
    display: flex;
    flex-direction: column;
    width: calc(100%);
    margin-right: 0;
  }

  #serv02_05 {
    padding: 15% 5%;
  }

  .jirei .inner02 {
    padding: 0;
  }
}

.bk_dotted {
  background-color: rgba(255, 255, 255, 0.10);
  background-image: radial-gradient(#fce8ef 28%, transparent 28%), radial-gradient(#fce8ef 28%, transparent 28%);
  background-position: 0px -15px, 28px 12px;
  background-size: 56px 56px;
  padding: 100px 0;
}

@media screen and (max-width: 1280px) {
  .bk_dotted {
    padding: 50px 0;
  }
}

.bk_dotted p:nth-of-type(1) {
  margin: 0 0 56px;
}
@media screen and (max-width: 1280px) {
  .bk_dotted p:nth-of-type(1) {
    margin-bottom: 10%;
  }
  .box_simple .f_box:nth-of-type(2) ul li p{
    margin-bottom: 10%;
  }
}
.bk_dotted p:nth-of-type(2) {
  background: #fff;
  padding: 1em;
  border-radius: 16px;
  text-align: center;
  position: relative;
  font-size: 1.3em;
}

.bk_dotted p:nth-of-type(2)::before {
  content: url(./img/bk_serv03_01_01.png);
  display: block;
  position: absolute;
  top: -35px;
  left: -17px;
  width: 37px;
  height: 50px;
}

.bk_dotted p:nth-of-type(2)::after {
  content: url(./img/bk_serv03_01_02.png);
  display: block;
  position: absolute;
  bottom: -18px;
  right: -16px;
  width: 58px;
  height: 36px;
}

@media screen and (max-width: 800px) {
  .bk_dotted p:nth-of-type(2) {
    font-size: 14px;
    text-align: left;
  }
}

.pick_up {
  margin-top: 50px;
}

.tie_up {}
.tie_up .inner02{
  padding: 20px 50px;
}

.tie_up ul.col_2 {
  justify-content: center;
}

.tie_up ul.col_2 li {}

.tie_up ul.col_2 li.pad01 {
  padding-top: 6%;
  width: 40%;
  margin-bottom: 0;
}

.tie_up ul.col_2 li.pad02 {
  padding-top: 0px;
  width: 40%;
  margin-bottom: 0;
}

.tie_up ul.col_2 li.pad02 figure {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .tie_up ul.col_2 li.pad01 {
    width: 100%;
    padding-top: 10%;
  }

  .tie_up ul.col_2 li p {
    margin: 0 0 24px;
  }

  .tie_up .tit_l {
    text-align: center;
    position: relative;
    left: 25px
  }

  .tie_up ul.col_2 li.pad02 {
    width: 100%;
  }

  .tie_up ul.col_2 li.pad02 figure {
    max-width: 500px;
    margin: 0 auto;
  }

}

@media screen and (max-width: 800px) {
  .tie_up .inner02{
    padding: 10% 5%;
  }
  
  .tie_up .tit_l {

    left: 0px
  }

  .tie_up ul.col_2 li.pad01 {
    margin-top: 0;
    padding-top: 5%;
  }

}

#serv03_02 ol {
  display: flex;
  flex-wrap: wrap;
}

#serv03_02 ol li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px)/2);
  margin: 0 50px 50px 0;
  background: #fff;
  border-radius: 0px 30px 20px 20px;
  padding: 50px;
  position: relative;
}

#serv03_02 ol li:nth-of-type(2n) {
  margin: 0 0 50px;
}

#serv03_02 ol li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 120px;
  color: #F7BCBC;
}

#serv03_02 ol li:nth-of-type(1):before {
  content: "1";
}

#serv03_02 ol li:nth-of-type(2):before {
  content: "2";


}

#serv03_02 ol li h2 {
  font-size: 30px;
  padding: 30px 0 30px 75px;
  margin: 0 0 16px;
}

#serv03_03 h2 {
  font-size: 40px;
  margin: 0 0 1em;
}

@media screen and (max-width: 1280px) {
  #serv03_02 ol li {

    width: 100%;
    margin: 0 0px 50px 0;

  }

  .logistics .inner02 {
    padding: 0;
  }

  .logistics .box_simple {
    padding: 50px 50px;
  }

}

.logistics .box_simple {
  padding: 50px 110px;
}

.logistics h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.logistics .logistics_img_box {}

@media screen and (max-width: 1280px) {
  #serv03_02 ol li {

    width: 100%;
    margin: 0 0px 50px 0;

  }

  .logistics .inner02 {
    padding: 0;
  }

  .logistics .box_simple {
    padding: 50px 50px;
  }

  .logistics figure {
    max-width: 500px;
    margin: 0 auto;
  }
}
.logistics .logistics_flow_pc{display: block;}
.logistics .logistics_flow_tab{display: none;}
.logistics .logistics_flow_sp{display: none;}
@media screen and (max-width: 1280px) {
  .logistics .logistics_flow_pc{display: none;}
  .logistics .logistics_flow_tab{display: block;}
  .logistics .logistics_flow_sp{display: none;}
}
@media screen and (max-width: 800px) {
  .logistics .logistics_flow_pc{display: none;}
  .logistics .logistics_flow_tab{display: none;}
  .logistics .logistics_flow_sp{display: block;}
}

@media screen and (max-width: 800px) {
  #serv03_02 ol li::before {
    font-size: 20vw;
    left: 8%;
    top: 13%;
  }

  #serv03_02 ol li h2 {
    font-size: 4.5vw;
    padding: 10% 0 0 19%;
  }

  #serv03_02 ol li {
    padding: 20px;
  }

  .logistics h2 {
    font-size: 4.5vw;
  }

  .logistics .box_simple {
    padding: 20px;
  }
}

.other02 h2 {
  font-size: 40px;
}

.other02 {
  margin: 100px 0;
}

.other02 li {
  display: inline-block;
  font-size: 16px;
  margin: 0 1em 0 0;
}

.other02 section {
  margin: 0 0 2em;
}

@media screen and (max-width: 800px) {
  .other02 li {
    font-size: 3.5vw;
  }
  .other02 h2 {
    font-size: 4.5vw;
  }
}

.co02 {
  margin-bottom: 0;
}

.co02 .inner02 {
  padding: 50px;
  background: #fff;
}

.co02 h2 {
  font-size: 20px;
  font-weight: bold;
}

.contact {
  padding: 70px;
  background: #fff;
  margin-bottom: 100px;
}

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

  .co02 .inner02 {
    padding: 30px;

  }

  .co02 h2 {
    font-size: 20px;
  }

  .co02 p {
    font-size: 14px;
  }

}

/*----------------------------------
footer*/
#footer {
  background: #fff;
}

.inner_f {
  width: 860px;
  margin: 0 auto;
  padding: 100px 0 50px;
}


.inner_f {}

.fnav {
  display: flex;
  flex-wrap: wrap;
}

.fnav>li {
  display: flex;
  flex-direction: column;
  width: calc(90% / 5);
  margin: 0 1%;
}

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

  .fnav>li {
    width: calc(100%);
  }

  .inner_f {
    padding: 100px 50px 50px;
    width: 100%;
  }

}


@media screen and (max-width: 1280px) {
  .inner_f {
    padding: 50px 20px 50px;
  }
}

.fnav>li p {
  font-size: 20px;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 800px) {
  .fnav>li p {
    font-size: 4.5vw;
  }
}


.fnav>li:nth-of-type(3) p:nth-of-type(2) {
  margin-top: 50px;
}

.fnav>li:nth-of-type(5) p:nth-of-type(3) {
  font-size: 14px;
}

.fnav>li:nth-of-type(5) ul {
  display: flex;
  flex-wrap: wrap;
}

.fnav>li:nth-of-type(5) li {
  display: flex;
  flex-direction: column;
  margin: 0 20px 0 0;
}

.fnav>li:nth-of-type(5) li:nth-of-type(2) {
  margin: 0;
}

.fnav>li:nth-of-type(5) li a {
  display: block;

}

.fnav>li:nth-of-type(5) li img {
  width: auto;
}

.fnav>li li {
  margin: 0;
  font-size: 14px;
}

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

  .fnav>li {
    margin: 0 0 1em;
  }

  .fnav>li a {
    font-size: 3.5vw;
  }

  .fnav>li p a {
    font-size: 4vw;
  }

  .fnav>li:nth-of-type(3) p:nth-of-type(2) {
    margin-top: 1em;
  }
}

#copy {
  background: #FF8BA7;
  color: #fff;
  margin: 0;
  line-height: 1.8;
}
#copy .inner02{
  
}

.btn_h {
  width: 82px;
  height: 73px;
  background: url(./img/btn_h.png) center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 18px;
  right: 50px;
  margin: 0;
  cursor: pointer;
  z-index: 50;
}

.btn_h.open {
  background: url(./img/close02.png) center center no-repeat;
  background-size: cover;
}

.home .slick-arrow {
  display: none !important;
}

.btn_c {
  margin: 0;
}

.btn_c a {
  display: block;
  width: 114px;
  height: 108px;
  background: url(./img/btn_c.png) center center no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 50;
}

@media screen and (max-width: 800px) {
  .btn_h {
    right: 20px;
    width: 62px;
    height: 60px;
  }

  .btn_c a {
    right: 20px;
    width: 62px;
    height: 60px;
  }
}


.moomin_obi {
  margin-bottom: 30px;
}
.moomin_obi p:nth-of-type(1) {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  margin-top: 30px;
}

.moomin_obi p:nth-of-type(2) {
  text-align: center;
  font-size: 50px;
  margin: 0;
  font-weight: bold;
}

.moomin_obi p:nth-of-type(3) {
  text-align: center;
  font-size: 30px;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .moomin_obi {
    margin-bottom: 0;
  }
  .moomin_obi p:nth-of-type(1) {
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .moomin_obi p:nth-of-type(1) {
    font-size: 3.5vw;

  }

  .moomin_obi p:nth-of-type(2) {
    font-size: 7.5vw;
  }

  .moomin_obi p:nth-of-type(3) {
    font-size: 3.5vw;
  }

  .moomin_obi p {
    margin: 0 0 .2em;
  }

}

.bk_cloud {
  background: linear-gradient(-20deg, #CEF4FF 25%, #95E7FF 25%);
  position: relative;
  padding: 60px 0 30px;
  margin: 0;
  overflow: hidden;
}

.bk_cloud::before {
  content: url(./img/bk_cloud01.png);
  display: block;
  position: absolute;
  top: 50px;
  left: 50px;
}

.bk_cloud::after {
  content: url(./img/bk_cloud02.png);
  display: block;
  position: absolute;
  top: 100px;
  right: 0px;
}

.bk_cloud ul {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}

.bk_cloud ul>li {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
}


.bk_cloud ul>li:nth-of-type(2n-1) {
  margin-right: 50px;
  width: 60%;
  background-color: #f4f0ed;
}


.bk_cloud ul>li:nth-of-type(2n) {
  width: calc(100% - 60% - 50px);
  padding: 50px 20px;
  background: #fff url(./img/bk_moomin01.png) top 30px left 30px no-repeat;
}


.bk_cloud ul>li:nth-of-type(2n) h2 {
  padding: 50px 0;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding-left: 100px;
}

@media screen and (max-width: 1280px) {
  .bk_cloud ul>li:nth-of-type(2n-1) {
    margin-right: 0;
    width: 100%;
  }

  .bk_cloud ul>li:nth-of-type(2n) {
    width: 100%;
    background: #fff url(./img/bk_moomin01.png) top 120px center no-repeat;
  }

  .bk_cloud ul>li:nth-of-type(2n) h2 {
    padding: 0 0 200px;

  }

}
@media screen and (max-width: 800px) {
  .bk_cloud ul>li:nth-of-type(2n) {
    padding: 7%;
  }
  .bk_cloud ul>li:nth-of-type(2n) p {
    font-size: 3.5vw;
  }
}

.bk_half {
  background: linear-gradient(#D9FD9B 65%, #fff 65%);
  padding: 60px 0 20px;
}

.bk_half ul {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 32px;
  padding: 50px;
}

.bk_half ul li {
  display: flex;
  flex-direction: column;
}

.bk_half ul>li:nth-of-type(2n-1) {
  margin-right: 50px;
  width: 60%;
  background: url(./img/bk_moomin02.png) top 50px right 100px no-repeat;
}


.bk_half ul>li:nth-of-type(2n) {
  width: calc(100% - 60% - 50px);

}

.bk_half h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 100px 0;
}

@media screen and (max-width: 1280px) {
  .bk_half ul>li:nth-of-type(2n-1) {
    margin-right: 0px;
    width: 100%;
    background: url(./img/bk_moomin02.png) top 70px center no-repeat;
  }


  .bk_half ul>li:nth-of-type(2n) {
    width: 100%;

  }

  .bk_half h2 {
    padding: 0 0 200px;
    text-align: center;
  }

  .bk_half ul>li:nth-of-type(2n) figure {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .bk_half h2 {
    padding: 0 0 220px;
    text-align: center;
    font-size: 5vw;
  }

  .bk_half ul>li:nth-of-type(2n-1) {
    background: url(./img/bk_moomin02.png) top 120px center no-repeat;
  }

  .bk_half ul {
    padding: 7%;
  }
}

.bk_border {
  background: #fff;
  border-top: 20px solid #6CB5DA;
  border-bottom: 20px solid #6CB5DA;
  padding: 100px 0;
  margin: 0 0 100px;
}

.bk_border>div>figure {
  margin: 0 0 50px;
}

.bk_border h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 50px;
}

.bk_border h2 li {
  font-size: 4.5vw;
  font-weight: bold;
}

.bk_border ul {
  display: flex;
  flex-wrap: wrap;
}

.bk_border li {
  display: flex;
  flex-direction: column;
}

.bk_border ul>li:nth-of-type(2n-1) {
  margin-right: 50px;
  width: 70%;

}

.bk_border ul>li:nth-of-type(2n-1) p:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.bk_border ul>li:nth-of-type(2n-1) p:nth-of-type(2) {
  padding: 100px 0 0 150px;
  background: url(./img/bk_moomin03.png) top 50px left 0 no-repeat;
}


.bk_border ul>li:nth-of-type(2n) {
  width: calc(100% - 70% - 50px);

}

@media screen and (max-width: 1280px) {
  .bk_border {
  padding: 2% 0;
  margin-bottom: 5%;
  }
  .bk_border ul>li:nth-of-type(2n-1),
  .bk_border ul>li:nth-of-type(2n) {
    width: 100%;
  }

  .bk_border ul>li figure {
    max-width: 380px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .bk_border {
    padding: 5% 0;
  }

  .bk_border h2 {
    font-size: 4.5vw;
  }

  .bk_border ul>li {
    margin-right: 0 !important;
  }

  .bk_border ul>li:nth-of-type(2n-1) p:nth-of-type(1) {
    font-size: 4vw;
  }

  .bk_border ul>li:nth-of-type(2n-1) p:nth-of-type(2) {
    padding: 220px 0 0 0;
    background: url(./img/bk_moomin03.png) top 20px center no-repeat;
  }
}


.bk_border02::before,
.bk_border02::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(to right, #CD7984 60px, transparent 60px);
  background-size: 120px 20px;
  background-repeat: repeat-x;
}

.bk_border02::before {
  margin: 0 0 100px;
}

.bk_border02::after {
  margin: 100px 0 0;
}
@media screen and (max-width: 1280px) {
  .bk_border02::before {
  margin-bottom: 5%;
  }
  
  .bk_border02::after {
  margin-top: 0;
  }  
}
@media screen and (max-width: 800px) {
  .bk_border02::before {
  border-bottom: dashed 12px #cc7983;
  background: none;
  }
  
  .bk_border02::after {
  border-bottom: dashed 12px #cc7983;
  background: none;
  }  
}
.bk_border02 ul {
  display: flex;
  flex-wrap: wrap;
}

.bk_border02 ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px)/2);
}

.bk_border02 ul li:nth-of-type(1) {
  margin-right: 50px;
}

.bk_border02 h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 16px;
}

.bk_border02 li:nth-of-type(2) {
  background: url(./img/bk_moomin04.png) right bottom no-repeat;
}

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

  .bk_border02 ul li:nth-of-type(1),
  .bk_border02 ul li:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }

  .bk_border02 ul li:nth-of-type(2) {
    padding-bottom: 250px;
    background: url(./img/bk_moomin04.png) bottom 50px center no-repeat;
  }
}

@media screen and (max-width: 800px) {
  .bk_border02 ul li:nth-of-type(1) {
    margin-right: 0px;
  }

  .bk_border02 h2 {
    font-size: 4.5vw;
  }
}

#slide_pickup .slick-slide {
  margin: 0 20px;
}

.slide-arrow {
  display: block;
  width: 18px;
  height: 22px;
  position: absolute;
  bottom: 0px;

}

.next-arrow {
  right: 47%;
}

.prev-arrow {
  left: 47%;
}

@media screen and (max-width: 1280px) {
  .next-arrow {
    right: 40%;
  }

  .prev-arrow {
    left: 40%;
  }
}
@media screen and (max-width: 800px) {
  .slide-arrow {
  width: 14px;
  height: 16px;
  }
  .next-arrow {
  }

  .prev-arrow {
  }
}

#serv04_01,
#serv04_02 {
  padding-top: 10%;
  margin-bottom: 0;
}

.form label {
  display: flex;
  flex-wrap: wrap;
}

.input,
.label {
  display: flex;
  flex-direction: column;
  display: block;
}

.label {
  width: 150px;
  text-align: right;
  margin: 0 20px 20px 0;
  padding: 0.5em 0;

}

.input {
  width: calc(100% - 150px - 20px);
}

.input input,
.input textarea {
  padding: 0.5em;
  border: 1px solid #FF8BB8;
  width: 100%;
}

label:nth-of-type(1) .label::after,
label:nth-of-type(2) .label::after,
label:nth-last-of-type(1) .label::after,
label:nth-last-of-type(2) .label::after {
  content: "※";
  color: #f00;
}

input[type="submit"] {
  background: #FF8BA7;
  color: #fff;
  margin: 0 auto;
  display: block;
  width: 500px;
  padding: 0.5em 0;
  font-size: 20px;
  text-align: center;
  margin: 50px auto;
}
@media screen and (max-width: 800px) {
  .contact {
    padding: 30px;
  }
  .input,
.label {
  display: block;
width: 100%;
text-align: left;
font-size: 3.5vw;
margin: 0 0 .5em;
}
input[type="submit"] {
  width: 100%;
}
}
.fiveminit01 {
  margin: 100px 0 50px;
}

.fiveminit01 li {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  background: #fff;
  border-radius: 32px;
  margin-bottom: 50px;
}

.fiveminit01 li div,
.fiveminit01 li figure {
  display: flex;
  flex-direction: column;
  width: 50%;
}



.fiveminit01 li:nth-of-type(2) {
  flex-direction: row-reverse;
}

.fiveminit01 li div {
  position: relative;
  padding: 0 50px;
}

.fiveminit01 li div::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 120px;
  color: #F7BCBC;
  line-height: 1;
}

.fiveminit01 li:nth-of-type(1) div::before {
  content: "1";
}

.fiveminit01 li:nth-of-type(2) div::before {
  content: "2";
}



.fiveminit01 li h2 {
  font-size: 30px;
  padding: 50px 0 0 32px;
  margin: 0 0 32px;
}

.fiveminit01 li:nth-of-type(2) figure {
  text-align: center;
}

.fiveminit01 li:nth-of-type(2) figure img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}



.co03_logo figure {
  width: 250px;
  margin: 0 auto;
  padding: 100px 0 120px;
}




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

  .fiveminit01 li div,
  .fiveminit01 li figure {
    width: 100%;
  }

  .fiveminit01 li:nth-of-type(1) figure img {
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .fiveminit01 li div {
    padding: 0;
  }

  .fiveminit01 li div h2 {
    padding-left: 75px;
    padding-top: 68px;
  }

  .co03_logo figure {
    padding: 50px 0;
  }
}

@media screen and (max-width: 800px) {
  .fiveminit01_outa {
    padding: 0;
  }

  .fiveminit01 {
    padding: 0 15px
  }

  .fiveminit01 li {
    border-radius: 0;
  }

  .fiveminit01 li div::before {
    font-size: 20vw;
    left: 0%;
    top: -2%;
  }

  .fiveminit01 {
    margin: 50px auto 25px;
  }

  .fiveminit01 li div h2 {
    font-size: 4.5vw;
    padding: 10% 0 0 19%;
  }
}

.co03_logo {
  position: relative;
}

.co03_logo>div {
  position: absolute;
  width: 330px;
  font-size: 4.5vw;
}

.co03_logo>div h2 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 20px;
}

.co03_logo>div:nth-of-type(1) {
  top: 0;
  left: 0;
}

.co03_logo>div:nth-of-type(2) {
  top: 190px;
  right: 60px;
  margin: auto;
	left: auto;
}

.co03_logo>div:nth-of-type(3) {
  bottom: 0;
  left: 130px;
	right: auto;
}


@media screen and (max-width: 1280px) {
  .co03_logo>div {
    position: relative;
    width: 100%;
    text-align: left !important;
  }

  .co03_logo>div h2 {
    width: 100%;
    font-size: 20px;
  }

  .co03_logo>div:nth-of-type(1) {
    top: 0;
    left: 0;
  }

  .co03_logo>div:nth-of-type(2) {
    top: unset;
    right: unset;
  }

  .co03_logo>div:nth-of-type(3) {
    bottom: unset;
    left: unset;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .co03_logo>div h2{
    font-size: 3.5vw;
  }
}

.co03_03 {
  padding-top: 60px;
}

.co03_03 ul {
  display: flex;
  flex-wrap: wrap;
}

.co03_03 ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 100px * 3)/4);
  margin: 0 100px 0 0;
}

.co03_03 ul li:nth-of-type(4n) {
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .co03_03 ul {
    padding: 0 100px;
  }

  .co03_03 ul li {
    display: flex;
    flex-direction: column;
    width: calc((100% - 100px * 1)/2);
    margin: 0 100px 0 0;
  }

  .co03_03 ul li:nth-of-type(2n) {
    margin: 0;
  }
}



.co03_03 ul figure {
  margin: 0 0 16px;
  border-radius: 30px;
  overflow: hidden;
}

.co03_03 ul p {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .co03_03 ul {
    padding: 0;
  }

  .co03_03 ul li {

    width: calc((100% - 30px * 1)/2);
    margin: 0 30px 0 0;
  }

  .co03_03 ul p {
    font-weight: normal;
  }
}

.near_box {
  background: #fff;
  border: 4px solid #FF8BA7;
  border-radius: 32px;
  padding: 100px 50px 50px;
}

.near_box ul {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 100px; */
}

.near_box ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 55px * 4)/5);
  margin: 0 55px 24px 0;
}

.near_box ul li:nth-of-type(5n) {
  margin: 0 0 24px;
}

.near_box ul figure {
  overflow: hidden;
  border-radius: 50%;
  margin: 0 0 8px;
}

.near_box ul p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px !important;
}

.near_box ul li:nth-of-type(8) figure {
  overflow: auto;
  border-radius: 0%;
}

@media screen and (max-width: 1280px) {
  .near_box ul {
    padding: 0;
  }

  .near_box ul li {
    width: calc((100% - 55px * 2)/3);
    margin: 0 55px 24px 0;
  }

  .near_box ul li:nth-of-type(5n) {
    margin: 0 55px 24px 0;
  }

  .near_box ul li:nth-of-type(3n) {
    margin: 0 0 24px;
  }

  .near_box .inner02 {
    padding: 0;
  }
}

.number {
  margin-top: 150px;
}

.number ul {
  display: flex;
  flex-wrap: wrap;
}

.number ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px * 1)/2);
  margin: 0 50px 50px 0;
  background: #fff;
  border-radius: 32px;
  padding: 50px 50px 30px;
  text-align: center;
  font-weight: bold;
}

.number ul li:nth-of-type(2) {
  margin: 0 0 50px;
}
@media screen and (max-width: 1280px) {
  .number ul li:nth-of-type(2) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 800px) {
  .number ul li:nth-of-type(2) {
    margin-bottom: 24px;
  }
}

.number ul li:nth-of-type(3) {
  margin: 0 0 50px;
  width: 100%;
}

.number ul>li:nth-of-type(3)>div {
  display: flex;
  flex-wrap: wrap;
}


.number ul>li:nth-of-type(3)>div>figure,
.number ul>li:nth-of-type(3)>div>div {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px * 1)/2);
  margin: 0 50px 0 0;
}

.number ul>li:nth-of-type(3)>div>figure {
  margin: 0;
}

.number ul li h3 {
  font-size: 36px;
  color: #404040;
}

.number ul li p {
  font-weight: normal;
  font-size: 30px;
  margin: 0;
  color: #404040;
}

.number ul li p span {
  font-size: 100px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .number .tit_l {
    text-align: center;
    position: relative;
    left: -25px;
  }

  .number .tit01+p {
    padding-left: 0;
  }

  .number ul li {
    width: 100%;
    margin: 0 0 24px;
  }

  .number ul>li:nth-of-type(3)>div>figure,
  .number ul>li:nth-of-type(3)>div>div {
    width: 100%;
    margin: 0 0 24px;
  }
}

@media screen and (max-width: 800px) {
  .number ul li {
    border-radius: 16px;
    padding: 5% 12%;
  }

  .number .tit_l {
    text-align: left;
    position: relative;
    left: 25px;
  }

  .number ul li h3 {
    font-size: 4vw;
    text-align: left;
  }

  .number ul li p {
    font-size: 5vw;
    text-align: left;
  }

  .number ul li p span {
    font-size: 9vw;
  }

  .number {
    margin-bottom: 0;
  }
  .number ul>li:nth-of-type(3)>div>figure,
  .number ul>li:nth-of-type(3)>div>div {
    width: 100%;
    margin: 0;
  }
}

.histry {
  margin-top: 200px;
}

.histry dl {
  display: flex;
  flex-wrap: wrap;
}

.histry dl dt,
.histry dl dd {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.histry dl dt {
  width: 350px;
  font-size: 30px;
  padding: 0 0 0 100px;
  position: relative;
  font-weight: 400;
}

.histry dl dt::before {
  content: "";
  width: 11px;
  height: 100%;
  display: block;
  background: #F7BCBC;
  position: absolute;
  top: 0;
  left: 20px;
}

.histry dl dt::after {
  content: "";
  width: 50px;
  height: 11px;
  display: block;
  background: #F7BCBC;
  position: absolute;
  top: 25px;
  left: 0;
}

.histry dl dd {
  width: calc(100% - 350px);
}

.histry dl dd h3 {
  font-size: 24px;
  font-weight: 500;
}

.histry dl dd p {
  font-size: 20px;
  line-height: 1.5em;
}

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

  .histry dl dt,
  .histry dl dd {
    width: 100%;
    margin: 0;
  }

  .histry dl dt {
    padding: 0 0 0 50px;
  }

  .histry dl dd {
    padding: 0 0 0 50px;
    position: relative;
  }

  .histry dl dd::before {
    content: "";
    width: 11px;
    height: 100%;
    display: block;
    background: #F7BCBC;
    position: absolute;
    top: 0;
    left: 20px;
  }

}

@media screen and (max-width: 800px) {
  .histry {
    margin-top: 50px;
  }

  .histry .tit_l {
    text-align: left;
    position: relative;
    left: 24px;
  }

  .histry dl dt {
    font-size: 4vw;
  }

  .histry dl dd,
  .histry dl dd h3,
  .histry dl dd p {
    font-size: 3.5vw;
  }
  .histry dl dd p {
    padding-bottom: 5%;
  }
  .histry dl dt,
  .histry dl dd {
    padding: 0 0 0 60px;
  }

  .histry dl dt::after {
    top: 40%;
  }
}

#sdgs_02 ul li {
  width: calc((100% - 50px * 3)/4);
  margin: 0 50px 0 0;
  position: relative;
}

#sdgs_02 ul li:nth-of-type(4n) {
  margin: 0;
}

@media screen and (max-width: 1280px) {
  #sdgs_02 ul li {
    width: 100%;
    padding-bottom: 40px;
    margin: 0 auto;
  }
}

#sdgs_02 ul li figure {
  max-width: 200px;
  width: 100%;

}

#sdgs_02 ul li::after {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  background: url(./img/arrow_r02.png) center center no-repeat;
  position: absolute;
  top: -60px;
  bottom: 0;
  margin: auto;
  right: -35px;
}

#sdgs_02 ul li:nth-of-type(4n):after {
  display: none;
}

@media screen and (max-width: 1280px) {
  #sdgs_02 ul li::after {
    transform: rotate(90deg);
    top: auto;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

#sdgs_02 ul li figure {
  max-width: 200px;
  margin: 0 auto 16px;
  overflow: unset;
  border-radius: unset;
}

#sdgs_02 ul li p {
  text-align: center;
}

#sdgs_03 ul li {
  margin-bottom: 100px;
}

#sdgs_03 ul li:nth-of-type(1) {
  width: calc((100% - 250px - 50px));
}

#sdgs_03 ul li:nth-of-type(2) {
  width: 250px;
  margin: 0 50px 0 0;
}

#sdgs_03 ul li:nth-of-type(2) p {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  #sdgs_03 ul li:nth-of-type(1) {
    width: 100%;
  }

  #sdgs_03 ul li:nth-of-type(1) figure,
  #sdgs_03 ul li:nth-of-type(1) figure+p {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }

  #sdgs_03 ul li:nth-of-type(1) figure {
    margin: 0 auto 16px;
  }

  #sdgs_03 ul li:nth-of-type(1) figure+p {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #sdgs_03 .tit_l {
    text-align: center;
    position: relative;
    left: 25px;
  }

  #sdgs_03 ul li {
    margin-bottom: 0pc;
  }

}
@media screen and (max-width: 800px) {
  #sdgs_03 ul li:nth-of-type(2) p {
    font-size: 4.5vw;
  }
}
.fv_single {
  background-size: cover;
  position: relative;
  padding: 350px 0;

}

.fv_single::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}

.fv_single h1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  position: relative;
  z-index: 10;
  padding: 0 50px;
}

.dotted_area {
  background: #E4F0F5 url(./img/bk_dod.png) right 0 bottom 0 no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .dotted_area {
    background-size: 250%;
  }
}

.dotted_area figure {
  margin: 0 0 50px;
}

.cf_txt_dotted {
  background: #fff;
  padding: 50px;
  border-radius: 16px;
}

.cf_txt {
  padding-top: 10%;
}

.cf_box {
  border: 10px #E4F0F5 solid;
  padding: 50px;
}

.cat {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 10;
}

.cat li {
  display: inline-block;
}

.cat li a {
  background: #FF8BA7;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  margin: 0 1em 0 0;
}

.cf_txt .inner02 .cat {
  position: relative;
  left: 0;
  margin: 0 0 100px;
}

.cat02 {
    width: 80%;
    margin: 30px auto 0;
}

.cat02 li {
  display: inline-block;
}

.cat02 li a {
  display: block;
  background: #FF8BA7;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
  width: 100px;
  text-align: center;
  margin: 0 1em 0 0;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .fv_single h1 {
    font-size: 30px;
  }
  .cat02 {
    width: 100%;
}
  .cat02 li {
}
  .cat02 li a {
    width: auto;
    padding: 0px 15px;
}
  .cat {}
  .cat li {}
  .cat li a {}
}
@media screen and (max-width: 800px) {
  .fv_single h1 {
    font-size: 5vw;
  }

  .cat02 {}
  .cat02 li {}
  .cat02 li a {}
  .cat {}
  .cat {}
  .cat li {}
  .cat li a {}
}

.ar_news {
  padding: 100px 0 0;
}

.page-numbers {
  text-align: center;
}

.page-numbers li {
  display: inline-block;
}

.page-numbers li a,
.page-numbers li span {
  display: block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #FF8BB8;
}

.page-numbers li span {
  opacity: .5;
}

.page-numbers .next {
  margin-left: 50px;
}

.page-numbers .prev {
  margin-right: 50px;
}

.page-numbers .next,
.page-numbers .prev {
  color: #FF8BB8;
  background: rgba(0, 0, 0, 0);
  position: relative;
}

.page-numbers .next::before,
.page-numbers .prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.page-numbers .next::before {


  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #ff8bb7;

}

.page-numbers .prev::before {


  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #ff8bb7 transparent transparent;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: .6;
  display: none;
  /** 追記 **/
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.modal {
  max-width: 1000px;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  padding: 50px 100px;
  border-radius: 32px;
  z-index: 10000;
  max-height: 90%;
  overflow: scroll;
}

.modal ul {
  display: flex;
  flex-wrap: wrap;
}

.modal ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px)/2);
  margin: 0 50px 0 0;
}

.modal ul li:nth-of-type(2n) {
  margin: 0 0 0;
}

.modal ul li:nth-last-of-type(1) {
  margin: 0;
}

.modal ul li:nth-last-of-type(2) {
  margin: 0 50px 0 0;
}

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

  .modal {
    top: 50px;
    transform: translate(-50%, 0%);
    overflow-y: scroll;
    height: calc(100% - 100px);
  }

  .modal ul li {
    width: calc((100%));
    margin: 0 0 0 0;
  }
  .modal ul li figure{
    width: 100%;
}
  .modal ul li figure img{}
  .modal ul li:nth-last-of-type(2) {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .modal{
    padding: 7%;
}
  .modal ul{}
  .modal ul li{}
  .modal ul li figure{}
  .modal ul li figure img{}
}

.modal p {
  text-align: left !important;
}


.modal-close__wrap {
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal-close {
  background: url(./img/close.png) center center no-repeat;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 50px;
  display: block;
  height: 47px;
  background-size: cover;
}


.overlay.open {
  display: block;
}

.modal.open {
  display: block;
}

header nav ul {
  display: block;
  width: 330px;
  position: fixed;
  top: 100px;
  right: 0;
  transform: translateX(100%);
  transition: .3s;
  z-index: 500;
}

header nav ul.open {
  transform: translateX(0%);
}

header nav ul li {
  margin: 0 0 4px;
}

header nav ul li a {
  display: block;
  padding: 1em;
  margin: 0;
  color: #fff;
  background: #ff8ba7;
  border-radius: 32px 0 0 32px;
  font-weight: bold;
}

header nav ul li.lang{
	display: block;
	padding: 1em;
	margin: 0;
	color: #fff;
	background: #ff8ba7;
	border-radius: 32px 0 0 32px;
	font-weight: bold;
}
header nav ul li.lang p{
	margin-bottom: 0;
}
header nav ul li.lang p::before{
	content: '\f0ac';
	font-family: 'Font Awesome 6 Free';
	margin-right: 10px;
}
header nav ul li.lang a{
	display: inline-block;
	position: relative;
	padding: 0;
	font-size: 14px;
}
header nav ul li.lang a + a{
	margin-left: 8px;
}
header nav ul li.lang a + a::before{
	content: '';
	background: #fff;
	position: absolute;
	inset: 50% auto auto -6px;
	translate: 0 -50%;
	width: 1px;
	height: 50%;
}

@media screen and (max-width: 1280px) {
  #messege .tit_l {
    text-align: center;
    position: relative;
  }
}

@media screen and (max-width: 800px) {
  .tit01 {
    font-size: 4.5vw;
    position: relative;
    left: 10px;
    margin-bottom: 20px;
  }

  .tit01>span::before {
    transform: scale(50%);
  }
}

/*----------------------------------
bits*/

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  .youtube+ul li:nth-last-of-type(2) {
    margin: 0;
  }
}

.pc_none {
  display: none;
}

.pcnone {
  display: none;
}

@media screen and (max-width: 1280px) {
  .pc_none {
    display: block;
    margin-bottom: 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }

  .sp_none {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .pc_none {
    width: 100%;
  }
  .pcnone {
    display: block;
  }

  .spnone {
    display: none !important;
  }
}

.w57 {
  width: 57%;
  margin: 0 auto;
}

.fs20 {
  font-size: 20px;
}

.fs30 {
  font-size: 30px;
}

.fs40 {
  font-size: 40px;
}

.lh3 {display: flex;flex-wrap: wrap;justify-content: flex-start;}
.lh3 dt{width: 15%;margin-bottom: 20px;font-weight: normal;}
.lh3 dd{width: 85%;margin-bottom: 20px;}
@media screen and (max-width: 800px) {
  .lh3 {
  }
  .lh3 dt{
  width: 100%;
  margin-bottom: 0;
  }
  .lh3 dd{
  width: 100%;
  margin-bottom: 10%;
  }
  }
/*
.box_l {
  overflow: auto;
  clip-path: none;
    border-radius: 0;
    position: relative;
    z-index: 10;
    background: none;
}

.box_r {
  overflow: auto;
  clip-path: none;
  position: relative;
  z-index: 10;
  background: none;
}

.box_l_outa {
  position: relative;
}

.box_l_outa::after {
  content: "";
  background: rgba(0, 0, 0, 0) url(./img/l_tb.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}

@media screen and (max-width: 1280px) {
  .box_l {
    background: rgba(0, 0, 0, 0) url(./img/l_tb.png) center center no-repeat;
    background-size: contain;

  }
  
  .box_r {
    background: rgba(0, 0, 0, 0) url(./img/r_tb.png) center center no-repeat;
    background-size:contain;

  }

.inner01 {
  padding: 0;
}

  .box_l .inner02,
  .box_r .inner02 {
    padding-top: 100px;
  }
}

*/
br.sp{display: none;}
@media screen and (max-width: 800px) {
  br.sp{display: inline;}
}
@media screen and (max-width: 800px) {
  .col_logo_omoi{
    margin-top: 20%;
  }
}
@media screen and (max-width: 800px) {
  .head_sdgs{}
  .head_sdgs .col_sdgs{}
  .head_sdgs .col_sdgs .inner_sdgs{
    padding: 50% 0;
  }
}

#serv02_03 .tit01{
  padding-left: 50px;
}
#serv02_03 .tit_l+p{
  padding-left: 50px;
}
@media screen and (max-width: 1280px) {
  #serv02_03 .tit01{
    padding-left: 0px;
  }
  #serv02_03 .tit_l+p{
    padding-left: 0px;
  }  
}
@media screen and (max-width: 800px) {
}

br.pc{display: inline;}
br.tab{display: none;}
br.sp{display: none;}
@media screen and (max-width: 1280px) {
  br.pc{display: none;}
  br.tab{display: inline;}
  br.sp{display: none;}
}
@media screen and (max-width: 800px) {
  br.pc{display: none;}
  br.tab{display: none;}
  br.sp{display: inline;}
}
