@charset "UTF-8";

.page_title {
  background-color: #1793a5;
}

.block .block_ttl {
  font-size: 36px;
  line-height: 70px;
  font-weight: 400;
  color: #1793a5;
  background-color: #fff;
  height: 70px;
  width: 515px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #1793a5;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.block .block_ttl::before{
  content:"";
  display:block;
  height:0;
  width:0;
  border-style: solid;
  border-width: 36px 62px 0 62px;
  border-color: #1793a5 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
  z-index: 10;
}
.block .block_ttl::after{
  content:"";
  display:block;
  height:0;
  width:0;
  border-style: solid;
  border-width: 36px 62px 0 62px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  z-index: 11;
}
.block .block_ttl .illust {
  font-size: 1px;
  line-height: 0;
  position: absolute;
  left: -10px;
  top: -15px;
  z-index: 20;
}

.block .block_ttl .illust {
  font-size: 1px;
  line-height: 0;
  position: absolute;
  left: -10px;
  top: -15px;
  z-index: 20;
}

#block01 > .block_inner {
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 641px){
  #block01 > .block_inner {
    overflow: hidden;
  }
}
#block01 .lead {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 400;
  color: #1793a5;
  padding-bottom: 20px;
  padding-top: 40px;
}
#block01 .lead_txt {
  font-size: 22px;
  line-height: 1.9;
  font-weight: 500;
  color: #231815;
}
#block01 .lead_txt .ruby {
  display: inline-block;
}
#block01 .lead_txt .min{
  font-size: 15px;
  vertical-align: super;
}
#block01 .lead_txt .notice{
  font-size: 15px;
  line-height: 25px;
  padding-top: 38px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  flex-wrap: wrap;
  text-indent: -1em;
}
#block01 .lead_txt .notice .ruby[data-ruby]::before{
  content: none;
}
#block01 .illust {
  margin-top: 25px;
  position: relative;
}
#block01 .illust::before {
  content: "";
  background-image: url("images/illust01@2x.png");
  width: 218px;
  height: 263px;
  -webkit-background-size: contain;
  background-size: contain;
  transition: 1s;
  transition-delay: 0.5s;
  opacity: 0;
  transform: translate(-50%, 100px);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index:9999;
}
#block01 .illust.scrollAnimation.is-animated::before{
  opacity: 1;
  transform: translate(-50%, 60px);
}
#block01 .box_wrap {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 768px;
  margin: 0 auto;
  position: relative;
}
#block01 .box_wrap .box_ttl {
  position: absolute;
  left: 50%;
  top: -90px;
  margin-left: -476px;
}
#block01 .box_wrap > .box_wrap_inner {
  display: flex;
  width: 50%;
}
#block01 .box_wrap .box {
  width: calc(33.333% - 10px);
  margin: 0 5px;
}
#block01 .box_wrap .box dt {
  font-size: 24px;
  line-height: 28px;
  background-color: #efefef;
  padding-bottom: 10px;
  padding-top: 25px;
}
#block01 .box_wrap .box dt .ruby[data-ruby]::before {
  font-size: 14px;
  line-height: 0.7em;
}
#block01 .box_wrap .box dd {
  font-size: 1px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 248px;
  margin-bottom: 8px;
}

#block02{
  margin-top: -58px;
}
#block02 > .block_inner {
  padding-bottom: 60px;
}
#block02 .block_ttl_en {
  padding-bottom: 30px;
}
#block02 .box_wrap {
  padding-bottom: 35px;
  padding-top: 0;
}
#block02 .box_wrap .box {
  margin: 0 30px;
  padding-bottom: 10px;
}
#block02 .box_wrap .box .box_ttl {
  font-size: 35px;
  font-weight: 400;
  color: #1793a5;
  padding-bottom: 30px;
}
#block02 .box_wrap .box .box_inner {
  width: 894px;
  margin: 0 auto;
  text-align: right;
}
#block02 .box_wrap .box.box02 .box_inner,
#block02 .box_wrap .box.box03 .box_inner{
    display: flex;
}
#block02 .box_wrap .box .box_inner .img {
  font-size: 1px;
  line-height: 0;
  margin: 0 0 0 auto;
}
#block02 .box_wrap .box.box02{
  padding-bottom:90px;
}
#block02 .box_wrap .box.box03{
  padding-bottom:60px;
}
#block02 .box_wrap .box.box04 .box_ttl02{
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 23px;
  padding-bottom: 22px;
  font-weight: 700;
  color: #1793a5;
  text-align: center;
}
#block02 .box_wrap .box.box04 .box_ttl02>span:not(.ruby) {
  font-size: 25px;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
  text-align: center;
  margin-top: 0.25em;
  display: block;
  background-color: #1793a5;
  
}
#block02 .box_wrap .box.box04 .box_inner.flex{
    display: flex;
}
#block02 .box_wrap .box.box04 .box_inner.flex .box_row{
    width: 50%;
}
#block02 .box_wrap .box.box04 .box_inner.flex .box_row:nth-child(1){
    margin-right: 25px;
}
#block02 .box_wrap .box.box04 .box_inner.flex .box_row:nth-child(2){
    margin-left: 25px;
}
#block02 .box_wrap .box .box_inner .txt {
  width: 100%;
  font-size: 18px;
  line-height: 2.2em;
  text-align: left;
  font-weight: 500;
  max-width: 433px;
}
#block02 .box_wrap .box.box04 .box_inner.flex .box_row .box_ttl03{
    font-size: 25px;
    text-align: center;
    background-color: #f0f1f1;
    padding: 14px;
}
#block02 .box_wrap .box.box04 .box_inner.flex .box_row .box_ttl03 .ttl_min{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
}
#block02 .box_wrap .box.box04 .box_inner.flex .box_row .txt{
    font-size: 18px;
    line-height: 40px;
    padding-top: 22px;
    padding-bottom: 32px;
}
#block02 .box_wrap .box.box02 .box_inner dl.ghg_wrap{
  width: 427px;
  text-align: center;
  color: #009ee7;
  margin-top: 20px;
  padding: 15px;
  border: solid 1px #009ee7;
  box-sizing: border-box;
}
#block02 .box_wrap .box.box02 .box_inner dl.ghg_wrap dt{
  font-weight: 700;
  font-size: 19px;
  padding-bottom: 0.25em;
}
#block02 .box_wrap .box.box02 .box_inner dl.ghg_wrap dt .small{
  font-size: 12.8px;
  transform: scaleY(1.25);
  transform-origin: bottom;
  display: inline-block;
}
#block02 .box_wrap .box.box02 .box_inner dl.ghg_wrap dd{
  font-weight: 500;
  font-weight: 13px;
  line-height: 20px;
}
#block02 .box_wrap .box .txt .ruby{
  display: inline-block;
}

#block02.block .block_ttl{
  z-index: 2;
}
#block02 .box_wrap .box.box01{
  padding-bottom: 60px;
}
#block02 .box_wrap .box.box01 .box_inner{
  border: solid 7px #eee;
  border-radius: 37px;
  margin-top: -49px;
  padding: 90px 24px 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
#block02 .box_wrap .box.box01 .box_inner::before{
  content: "";
  width: 100%;
  height: 100%;
  border: solid 12px #fff;
  background-color: #eee;
  border-radius: 37px;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#block02 .box_wrap .box.box01 .box_inner::after{
  content: "";
  width: 111px;
  height: 151px;
  background-image: url("images/illust02@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  position: absolute;
  right: 56px;
  bottom: 0px;
}
#block02 .box_wrap .box.box01 .box_inner dl.possible{
  width: 50%;
  text-align: left;
  color: #000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}
#block02 .box_wrap .box.box01 .box_inner dl.possible.pos_box3{
  width: 100%;
  padding-top: 42px;
}
#block02 .box_wrap .box.box01 .box_inner dl.possible dt{
  font-size: 32px;
  font-weight: 700;
  padding: 0 25px 22px;
}
#block02 .box_wrap .box.box01 .box_inner dl.possible dt .pos_icon{
  width: 52px;
  height: 52px;
  margin: 0 10px 0 0;
  display: inline-block;
}
#block02 .box_wrap .box.box01 .box_inner dl.possible dt .pos_icon img{
  width: 100%;
  height: auto;
}
#block02 .box_wrap .box.box01 .box_inner dl.possible dd{
  font-size: 22px;
  line-height: 43px;
  font-weight: 500;
  padding: 0 25px;
}
#block02 .box_wrap .box.box01 .box_inner dl.possible dd .min{
    font-size: 13px;
    vertical-align: super;
}
#block02 .box_wrap .box.box01 .box_inner>ul{
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    text-align: left;
    padding: 25px 25px 0;
    z-index: 1;
}
#block02 .next .img {
  font-size: 1px;
  line-height: 0;
  padding-bottom: 15px;
}
#block02 .next .txt {
  font-size: 22px;
  color: #231815;
  padding-bottom: 15px;
}
#block02 .next .btn_box {
  display: flex;
  justify-content: center;
}
#block02 .next .btn_box .btn {
  width: 250px;
  margin: 0 13px;
  position: relative;
}
#block02 .next .btn_box .btn::after {
  content: "";
  display: block;
  height: 30px;
  width: 25px;
  position: absolute;
  left: 188px;
  top: 60px;
  z-index: 10;
  cursor: pointer;
}
#block02 .next .btn_box .btn.reduce::after {
  background: url(images/arrow01.png) no-repeat 0 0;
  background-size: contain;
}
#block02 .next .btn_box .btn.reuse::after {
  background: url(images/arrow02.png) no-repeat 0 0;
  background-size: contain;
}
#block02 .next .btn_box .btn.recycle::after {
  background: url(images/arrow03.png) no-repeat 0 0;
  background-size: contain;
}
#block02 .next .btn_box .btn a {
  display: block;
}
#block02 .next .btn_box .btn a .jp {
  font-size: 35px;
  line-height: 70px;
  color:#231815;
  display: block;
  height: 70px;
  cursor: pointer;
  transition: background-color .3s;
}
#block02 .next .btn_box .btn.reduce a .jp {
  background-color: #ec74b7;
}
#block02 .next .btn_box .btn.reuse a .jp {
  background-color: #f7b52d;
}
#block02 .next .btn_box .btn.recycle a .jp {
  background-color: #8ec21f;
}
@media only screen and (min-width: 641px){
  #block02 .next .btn_box .btn a:hover .jp {
    background-color:#fff100;
  }
}
#block02 .next .btn_box .btn a .en {
  font-size: 20px;
  color:#231815;
  cursor: pointer;
}

.smt375_on {
  display: none;
}

#block02 .next {
  padding-bottom: 55px;
}
#block02 .next .img {
  font-size: 1px;
  line-height: 0;
  padding-bottom: 10px;
}
#block02 .next .txt {
  font-size: 26px;
  color: #231815;
  padding-bottom: 18px;
}
#block02 .next .btn_box {
  display: flex;
  justify-content: center;
}
#block02 .next .btn_box .btn {
  width: 175px;
  margin: 0 9px;
  position: relative;
}
#block02 .next .btn_box .btn::after {
  content: "";
  display: block;
  height: 20px;
  width: 17px;
  position: absolute;
  left: 136px;
  top: 48px;
  z-index: 10;
  cursor: pointer;
}
#block02 .next .btn_box .btn.reduce::after {
  background: url(images/arrow01.png) no-repeat 0 0;
  background-size: contain;
}
#block02 .next .btn_box .btn.reuse::after {
  background: url(images/arrow02.png) no-repeat 0 0;
  background-size: contain;
}
#block02 .next .btn_box .btn.recycle::after {
  background: url(images/arrow03.png) no-repeat 0 0;
  background-size: contain;
}
#block02 .next .btn_box .btn.renewable::after {
  background: url(images/arrow04.png) no-repeat 0 0;
  background-size: contain;
}
#block02 .next .btn_box .btn a {
  display: block;
}
#block02 .next .btn_box .btn a .jp {
  font-size: 24px;
  line-height: 55px;
  color:#231815;
  display: block;
  height: 55px;
  cursor: pointer;
  transition: background-color .3s;
}
#block02 .next .btn_box .btn.reduce a .jp {
  background-color: #ec74b7;
}
#block02 .next .btn_box .btn.reuse a .jp {
  background-color: #f7b52d;
}
#block02 .next .btn_box .btn.recycle a .jp {
  background-color: #8ec21f;
}
#block02 .next .btn_box .btn.renewable a .jp {
  background-color: #63b6d1;
}
@media only screen and (min-width: 641px){
  #block02 .next .btn_box .btn a:hover .jp {
    background-color:#fff100;
  }
}
#block02 .next .btn_box .btn a .en {
  font-size: 14px;
  color:#231815;
  cursor: pointer;
}

#block02 .tolearnrenew_btn{
  width: 424px;
  margin: 0 auto;
  padding-bottom: 56px;
}
#block02 .tolearnrenew_btn>a{
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  color: #0097e0;
  text-decoration: none;
  display: block;
  background-color: #FFF;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid #0097e0;
  border-radius: 6px;
  transition: .3s;
}
@media only screen and (min-width: 641px){
  #block02 .tolearnrenew_btn>a:hover{
    color: #FFF;
    background-color: #0097e0;
  }
}

@media only screen and (max-width: 640px){
  .ruby[data-ruby]::before {
    top: -1.2em;
  }

  .block .block_ttl {
    font-size: 21px;
    line-height: 44px;
    font-weight: 500;
    height: 44px;
    width: auto;
    margin: 0 20px;
  }
  .block .block_ttl::before{
    border-width: 18px 37px 0 37px;
    bottom: -18px;
  }
  .block .block_ttl::after{
    border-width: 17px 35px 0 35px;
    bottom: -17px;
  }
  .block .block_ttl .illust {
    display: none;
  }

  #content {
    overflow: hidden;
  }

  #block01 > .block_inner {
    padding: 0 20px 50px;
    position: relative;
  }
  #block01 .lead {
    font-size: 22px;
    line-height: 1.8;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  #block01 .lead .sp_small{
    font-size: 16px;
    display: block;
    margin-top: -3px;
    font-weight: 700;
  }
  #block01 .lead .ruby[data-ruby]::before {
    font-size: 11px;
  }
  #block01 .lead_txt {
    font-size: 15px;
    line-height: 2.2;
    text-align: left;
    padding-bottom: 20px;
  }
    #block01 .lead_txt .min{
        font-size: 9px;
    }
    #block01 .lead_txt .notice{
        font-size: 12px;
        line-height: 20px;
        padding-top: 16px;
        padding-left: 1em;
    }
  #block01 .lead_txt .ruby[data-ruby]::before {
    font-size: 10px;
    transform: translateX(-50%) scale(.9);
    transform-origin: center;
  }
    #block01 .illust{
        width: 100%;
        max-width: 305px;
        margin: 0 auto;
    }
    #block01 .illust.scrollAnimation.is-animated::before{
        transform: translate(-50%, 30px);
    }
    #block01 .illust::before{
        width: 112px;
        height: 135px;
        transform: translate(-50%, 60px);
    }
  #block01 .box_wrap {
    width: auto;
    margin: -127px -9px 0;
    padding-top: 140px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  #block01 .box_wrap .box_ttl {
    top: -20px;
    margin-left: calc(-113px / 2);
  }
  #block01 .box_wrap > .box_wrap_inner {
    width: 100%;
    padding-bottom: 35px;
  }
  #block01 .box_wrap .box {
    width: calc(33.333% - 10px);
    margin: 0 5px;
  }
  #block01 .box_wrap .box_ttl img {
    height: auto;
    width: 113px;
  }
  #block01 .box_wrap .box {
    width: calc(33.333% - 8px);
    margin: 0 4px;
  }
  #block01 .box_wrap .box dt {
    font-size: 20px;
    padding-bottom: 8px;
    padding-top: 18px;
  }
  #block01 .box_wrap .box dt .ruby[data-ruby]::before {
    font-size: 12px;
    line-height: 1.3em;
  }
  #block01 .box_wrap .box dd {
    height: 168px;
    margin-bottom: 8px;
  }
  #block01 .box_wrap .box dd img {
    height: auto;
  }
  #block01 .box_wrap .box.box02 dd img {
    width: 47px;
  }
  #block01 .box_wrap .box.box03 dd img {
    width: 45px;
  }
  #block01 .box_wrap .box.box01 dd img {
    width: 36px;
  }
  #block01 .box_wrap .box.box04 dd img {
    width: 51px;
  }
  #block01 .box_wrap .box.box01 dd img {
    width: 57px;
  }
  #block01 .box_wrap .box.box06 dd img {
    width: 43px;
  }
    #block02{
      margin-top: -25px;
    }
  #block02 > .block_inner {
    padding-bottom: 55px;
  }
  #block02 .block_ttl_en {
    padding-bottom: 10px;
  }
  #block02 .block_ttl_en img {
    height: auto;
    width: 100%;
    max-width: 312px
  }
  #block02 .box_wrap {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  #block02 .box_wrap .box {
    margin: 0;
  }
  #block02 .box_wrap .box.box01{
    margin: 0 12px;
    padding-bottom: 70px;
  }
  #block02 .box_wrap .box.box01 .box_inner{
    border: solid 4px #eee;
    border-radius: 20px;
    padding: 25px;
  }
  #block02 .box_wrap .box.box01 .box_inner::before{
    border-radius: 16px;
    border: solid 6px #FFf;
  }
  #block02 .box_wrap .box.box01 .box_inner::after{
    width: 80px;
    height: 105px;
    left: auto;
    right: 0;
    bottom: -60px;
  }
  #block02 .box_wrap .box.box01 .box_inner dl.possible{
    width: 100%;
    align-items: flex-start;
  }
  #block02 .box_wrap .box.box01 .box_inner dl.possible.pos_box2,
  #block02 .box_wrap .box.box01 .box_inner dl.possible.pos_box3{
    padding-top: 24px;
  }
  #block02 .box_wrap .box.box01 .box_inner dl.possible dt{
    font-size: 26px;
    padding: 0 0 22px;
  }
  #block02 .box_wrap .box.box01 .box_inner dl.possible dt .pos_icon{
    width: 42px;
    height: 42px;
    margin: 0 8px 0 0;
  }
  #block02 .box_wrap .box.box01 .box_inner dl.possible dd{
    font-size: 15px;
    line-height: 32px;
    padding: 0;
  }
  #block02 .box_wrap .box.box01 .box_inner dl.possible dd .ruby[data-ruby]::before{
    font-size: 10px;
  }
    #block02 .box_wrap .box.box01 .box_inner dl.possible dd .min{
        font-size: 9px;
    }
    #block02 .box_wrap .box.box01 .box_inner>ul{
    font-size: 12px;
    line-height: 19px;
    padding: 20px 0 0;
    }
  #block02 .box_wrap .box .box_ttl {
    font-size: 22px;
    line-height: 1.8;
    font-weight: 500;
    padding-bottom: 0;
  }
  #block02 .box_wrap .box.box03{
    padding-bottom: 20px;
  }
  #block02 .box_wrap .box.box03 .box_ttl {
    padding-bottom: 12px;
  }
  #block02 .box_wrap .box .box_inner {
    width: auto;
    margin: 0;
    text-align: center;
  }
  #block02 .box_wrap .box .box_inner .img {
    margin: 0;
  }
  #block02 .box_wrap .box.box02 {
    padding-bottom: 50px;
  }
    #block02 .box_wrap .box.box02 .box_inner, 
    #block02 .box_wrap .box.box03 .box_inner{
        flex-direction: column-reverse;
    }
  #block02 .box_wrap .box.box02 .box_inner .img{
    padding: 0 15px;
  }
  #block02 .box_wrap .box.box02 .box_inner .img img {
    height: auto;
    width: calc(100% - 39px);
    max-width: 306px;
    margin: 0 auto;
    padding: 16px 0 6px;
  }
  #block02 .box_wrap .box.box03 .box_inner .img img {
    height: auto;
    width: calc(100% - 72px);
    max-width: 273px;
    margin: 0 auto;
  }
  #block02 .box_wrap .box .box_inner .txt {
    font-size: 15px;
    font-weight: 500;
    width: auto;
    margin: 0 15px;
  }
    #block02 .box_wrap .box.box02 .box_inner .txt,
    #block02 .box_wrap .box.box03 .box_inner .txt,
    #block02 .box_wrap .box.box04 .box_inner .txt
    {
        font-size: 15px;
        line-height: 32px;
        text-align: left;
        margin: 0 20px;
        padding-top: 15px;
        padding-bottom: 0;
    }
  #block02 .box_wrap .box.box04 .box_ttl02{
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 9px;
    font-weight: 500;
  }
  #block02 .box_wrap .box.box04 .box_ttl02>span:not(.ruby) {
    font-size: 18px;
    line-height: 48px;
  }
    #block02 .box_wrap .box.box04 .box_ttl02>span.ruby[data-ruby]::before{
        font-size: 10px;
    }
    #block02 .box_wrap .box.box04 .box_inner.flex{
        flex-direction: column;
    }
    #block02 .box_wrap .box.box04 .box_inner.flex .box_row{
        width: 100%;
    }
    #block02 .box_wrap .box.box04 .box_inner.flex .box_row:nth-child(1){
        margin: 0 0 70px;
    }
    #block02 .box_wrap .box.box04 .box_inner.flex .box_row:nth-child(2){
        margin: 0;
    }
    #block02 .box_wrap .box.box04 .box_inner.flex .box_row .box_ttl03{
        font-size: 22px;
        line-height: 35px;
        font-weight: 700;
        padding: 5px 12px 12px;
        margin: 0 20px;
    }
    #block02 .box_wrap .box.box04 .box_inner.flex .box_row .box_ttl03 .ttl_min{
        
    }
    #block02 .box_wrap .box.box04 .box_inner.flex .box_row .box_ttl03 .ruby[data-ruby]::before{
        font-size: 9px;
    }
    #block02 .box_wrap .box.box04 .box_inner.flex .box_row .txt{
        font-size: 15px;
        line-height: 32px;
        padding-top: 25px;
        padding-bottom: 18px;
    }
  #block02 .box_wrap .box.box04 .box_inner .txt {
    margin-top: 0;
  }
  #block02 .box_wrap .box.box02 .box_inner .txt {
    margin-top: auto;
  }
  #block02 .box_wrap .box.box02 .box_inner dl.ghg_wrap {
    width: auto;
    padding: 0 15px;
    border: none;
  }
  #block02 .box_wrap .box.box02 .box_inner dl.ghg_wrap dt {
    font-size: 15px;
  }
  #block02 .box_wrap .box.box02 .box_inner dl.ghg_wrap dd {
    font-size: 12px;
    line-height: 20px;
  }
  #block02 .box_wrap .box.box03 .box_inner .txt {
    margin-top: auto;
  }
  #block02 .box_wrap .box .txt .ruby{
    display: inline-block;
  }
  #block02 .box_wrap .box .txt .ruby[data-ruby]::before {
    font-size: 9px;
    line-height: 1.3em;
  }

  #block02 .next .img {
    padding-bottom: 15px;
  }
  #block02 .next .img img {
    height: auto;
    width: 154px;
  }
  #block02 .next .txt {
    font-size: 20px;
    line-height: 1.7;
    padding-bottom: 25px;
  }
  #block02 .next .btn_box {
    display: block;
  }
  #block02 .next .btn_box .btn {
    width: 180px;
    margin: 0 auto;
  }
  #block02 .next .btn_box .btn:not(:last-child) {
    margin-bottom: 16px;
  }
  #block02 .next .btn_box .btn::after {
    height: 25px;
    width: 21px;
    left: 135px;
    top: 42px;
  }
  #block02 .next .btn_box .btn a .jp {
    font-size: 25px;
    line-height: 50px;
    height: 50px;
  }
  #block02 .next .btn_box .btn a .en {
    font-size: 14px;
  }
  #block02 .next{
    padding-bottom: 24px;
  }
  #block02 .next .img {
    padding-bottom: 15px;
    padding-top: 25px;
  }
  #block02 .next .img img {
    height: auto;
    width: 220px;
  }
  #block02 .next .txt {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 25px;
  }
  #block02 .next .btn_box {
    display: block;
  }
  #block02 .next .btn_box .btn {
    width: 180px;
    margin: 0 auto;
  }
  #block02 .next .btn_box .btn:not(:last-child) {
    margin-bottom: 16px;
  }
  #block02 .next .btn_box .btn::after {
    height: 20px;
    width: 17px;
    left: 135px;
    top: 42px;
  }
  #block02 .next .btn_box .btn a .jp {
    font-size: 25px;
    line-height: 50px;
    height: 50px;
  }
  #block02 .next .btn_box .btn a .en {
    font-size: 14px;
  }
    #block02 .tolearnrenew_btn{
        width: auto;
        padding: 0;
    }
    #block02 .tolearnrenew_btn>a{
        font-size: 16px;
        line-height: 22px;
        height: 62px;
        margin: 0 16px 40px;
        padding: 10px;
    }
}

@media only screen and (max-width: 374px){
    #block01 .illust{
        top: -30px;
    }
    #block02 .box_wrap .box.box01 .box_inner dl.possible dt{
        font-size: 21px;
    }
    #block02 .box_wrap .box.box01 .box_inner dl.possible dt .pos_icon{
        width: 34px;
        height: 34px;
    }
    #block02 .box_wrap .box .box_ttl{
        font-size: 20px;
    }
    #block02 .box_wrap .box.box02 .box_inner dl.ghg_wrap{
        text-align: left;
    }
  #block02 .block_ttl_en img {
    width: 250px;
  }
  .smt375_on {
    display: block;
  }
}
