@charset "euc-jp";
/* CSS Document */

* {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin: 0;
    padding: 0;
}
p {
    color: #69605b;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

h1 {
    background: #fff;
    text-align: center;
    padding: 10px 0 10px;
}

h1 img {
    width: 95px;
}

#wrapper {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.pc {
    display: none;
}

.mainV {
    position: relative;
}

.bg_pattern {
  padding: 20px 0 90px;
  margin: 0 auto;
  background : url("../img/bg_02.jpg") repeat;
}

.box01 {
    box-sizing: border-box;
    margin: 20px;
    border: 2px solid #ff908b;
    background: #ffffff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px;
}

.catchTx {
    text-align: center;
}

.contents01 .tx01 {
    font-size: 16px;
    line-height: 1.8;
    
}
.contents01 .tx01 span {
    font-weight: bold;
    color: #ff908b;
    font-size: 16px;
}

.contents01 .btn01 {
    margin-top: 30px;
}

.btn01 , .btn02 {
  position: relative;
    display:inline-block;
    border-radius: 30px;
    padding: 10px 0;
    max-width: 320px;
    width: 100%;
    font-size: 16px;
    background: #ff908b;
    color: #fff;
    font-weight: bold;
}
.btn01.off {
    pointer-events: none;
    background: #bababa;
}

h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 img {
    width: 29px;
}

h2 span {
    display: inline-block;
    padding: 0 10px;
}

.inner02 .comment01 {
    background: #f0f8ff;
    margin-top: 40px;
    padding: 30px 20px 40px;
}

.comment01 img {
    width: 100%;
    max-width: 320px;
}

.comment01 .txImg01 {
    margin-bottom: 10px;
}

.contents02 {
    margin-top: 40px;
}

.contents02 .title img {
    width: 100px;
}

.contents02 .step {
    background: #fff7f8;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px 20px 35px;
}

.step .stepTitle {
    text-align: center;
}

.step li:nth-of-type(1) .stepTitle img {
    width: 96px;
}

.step li:nth-of-type(2) .stepTitle img {
    width: 100px;
}

.step li:nth-of-type(3) .stepTitle img {
    width: 96px;
}

.step li:nth-of-type(4) .stepTitle img {
    width: 100px;
}

.inner01 .step li:nth-of-type(1) {
    padding-bottom: 25px;
}

.inner01 .step li:nth-of-type(n+2) {
    border-top: 2px dotted #ff908b;
    padding-top: 20px;
}

.step .tx01 {
    font-size: 15px;
    line-height: 1.7;
    color: #635a56;
    margin-top: 14px;
    padding-bottom: 15px;
    text-align: left;
}

.step .tx01 .tx02 {
    font-size: 12px;
}

.step .stepImg {
    display: inline-block;
    margin: 0px 20px 15px;
    justify-content:  space-between;
}

.caution {
    margin-top: 10px;
}

.caution li {
    font-size: 12px;
    color: #69605b;
    text-align: left;
    padding-left: 13px;
    position: relative;
    line-height: 1.5;
}
.caution li:before {
    display: inline-block;
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.step .stepImg img {
    width: 150px;
}

.inner01 .stepImg.flex {
    display: -webkit-flex;
    display: flex;
    max-width: 320px;
    margin: 0 auto 15px;
}
.inner01 .stepImg.flex p:first-of-type {
    margin-right: 10px;
}

.step .boldTx {
    font-weight: bold;
}

.under {
    color: #ff94a8;
    font-weight: bold;
    font-size: 16px;
    background: linear-gradient(transparent 60%, #fff479 50%);
}

.step .btn {
    margin-top: 5px;
    padding: 0 20px;
}

.step .btn01 {
    max-width: 265px;
    width: 100%;
    font-size: 16px;
}

.step .btn + .btn {
    margin-top: 10px;
}

.contents03 {
    margin: 40px 0 0;
}

.contents03 h2 .title img {
    width: 100px;
}

.txWrap01 {
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
    background: #fff7f8;
}

.contents03 p {
    font-size: 15px;
    font-weight: bold;
}

.contents04 {
    margin: 40px 0 0;
}

.contents04 h2 .title img {
    width: 125px;
}

.contents04 .tx01 {
    margin: 0 auto 10px;
    font-size: 15px;
    line-height: 1.6;
}

.contents04 dl {
     background: none;
    border: none;
}

.contents04 .caution {
    margin-top: 0;
}

.contents04 h2 .title img {
    width: 170px;
}

.typeList dl {
    display: flex;
    display: -webkit-flex;
    text-align: left;
    padding: 0 0 20px;
}

.typeList dt img {
    width: 70px;
}

.typeList dd {
    margin-left: 10px;
    width: calc( 100% - 80px);
}
.typeList .name {
    color: #ff908b;
    font-weight: bold;
}

.other {
    margin-top: 30px;
}

.other ul {
    margin: 15px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 13px;
    max-width: 350px;
}

.other ul li + li {
    margin-left: 10px;
}

.other ul li img {
    width: 100%;
    max-width: 90px;
}

.contents05 {
    margin: 40px 0 0; 
}

.contents05 h2 .title img {
    width: 205px;
}

.SDGs_logo {
    margin: 30px auto 0;
    padding: 0 10px;
    max-width: 280px;
}

.contents05 dl {
    border: none;
}

.contents05 .tx01 {
    margin: 30px auto;
}

.contents05 .typeList {
    padding: 0;
}

.contents05 dl .tx01 {
    margin: 0;
}

.contact {
    text-align: center;
    margin: 30px 0 0;
}

.btn02 {
    background: #ff908b;
    color: #ffffff;
    padding: 10px 0;
}

/*PAGE TOP*/

.pageTop {
  position:fixed;
  bottom:0!important;
  right: 0;
  display:block;
  width: 60px;
  height: 80px;
  z-index: 999;
}

 .pageTop img {
     display: block;
    width: 50px;
}

/* コメント */

.modaal-close:after, 
.modaal-close:before{
background:#ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*フッター*/
footer {
    background: #ff908b;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 8px 5px 5px;
}
.smallTx {
    color: #fff;
}

/* モーダル */

.modaal-content-container {
    padding: 25px 20px;
}

.modaal-content-container h3 {
    text-align: center;
    font-size: 20px;
    color: #ff908b;
}

.modaal-content-container h3 span {
    font-size: 16px;
}

.modaal-content-container p {
    margin-top: 15px;
    font-size: 14px;
    line-height:1.5;
    color: #69605b;
}

.modaal-content-container .profile {
    margin-top: 15px;
    font-size: 12px;
    line-height:1.5;
    color: #69605b;
}
.modaal-content-container .profile a {
    color: #2682FF;
    text-decoration: underline;
}
.profile.right {
    text-align: right;
}

@media screen and (min-width:749px) {

h1 {
    min-width: 1000px;
    margin: 0 auto;
    padding: 10px 0 10px;
}

h1 img {
    width: 130px;
}

.sp {
    display: none;
}

.pc {
    display: block;
}
    
.mainV {
    width: 100%;
    min-width: 1000px;
    background-color: #f7fcf6;
}

.bg_pattern {
    padding: 1px 0 150px;
}

.contentsWrap {
    margin: 0 auto;
}

.box01 {
    width: 1000px;
    box-sizing: border-box;
    margin: 100px auto 0;
    padding: 0;
    border: 3px solid #ff908b;
    font-size: 16px;
}
.box01 + .box01 {
    margin-top: 70px;
}

.catchTx {
    text-align: center;
}

.inner01 {
    padding: 50px 70px 50px;
}

.contents01 .tx01 {
    font-size: 18px;
    line-height: 2.3;
}

.contents01 .tx01 span {
    font-size: 22px;
}
    
/* ボタン共通設定 */
.btn01 , .btn02 {
    /*線の基点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
    /*ボタンの形状*/
    display:inline-block;
    border-radius: 30px;
    padding: 16px 0;
    max-width: 320px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
}

    /*ボタン内spanの形状*/
.btn01 span , .btn02 span {
  position: relative;
  z-index: 3;
  color:#fff;
}

.btn01:hover span , .btn02:hover span {
  color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background: #ffa5a1;
  width: 100%;
  height: 100%;
  border-radius: 30px;
    /*アニメーション*/
  transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
    
.contact .bgleft:before {
  background: #ffa5a1;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
  border-radius: 30px;
}

.btn01.off {
    pointer-events: none;
    background: #bababa;
}
.btn01.off {
    pointer-events: none;
    background: #bababa;
}

h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    -wbkit-display: flex;
    align-items: -webkit-center;
    justify-content: -webkit-center;
}

h2 img {
    width: 48px;
}

h2 span {
    padding: 0 15px;
}

.comment01 .txImg01 {
    margin-bottom: 20px;
}

.contents02 {
    margin: 80px 0 0;
}

.contents02 h2 .title img {
    width: 120px;
}
    
.contents02 .step {
    border-radius: 10px;
    margin: 30px auto 0;
    padding: 10px 0 0;
}

.step li {
     width: 780px;
    display: -webkit-flex;
    display: flex;
    padding:20px 10px 25px 30px;
}

.step li:nth-of-type(1) .stepTitle img {
    width: 112px;
}

.step li:nth-of-type(2) .stepTitle img {
    width: 122px;
}

.step li:nth-of-type(3) .stepTitle img {
    width: 118px;
}

.step .tx01 {
    line-height: 1.8;
    color: #635a56;
    margin: 0 0 0 30px;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: left;
    width: 610px;
}

.step .tx01 span {
    font-size: 16px;
}

.step .stepImg img {
    width: 180px;
}

.step li:nth-of-type(3) .tx01 {
    width: 455px;
}

.step li:nth-of-type(3) .stepImg img {
    width: 135px;
}

.under {
    color: #ff94a8;
    font-weight: bold;
    font-size: 17px;
    background: linear-gradient(transparent 60%, #fff479 50%);
}

.step .btn {
    margin-top: 25px;
    padding: 0 20px;
}

.inner01 .step li:nth-of-type(n+2) {
    border-top: 2px dotted #ff908b;
}

.inner01 .step .btnList {
    display: -webkit-flex;
    display: flex;
}
    .inner01 .step .btn {
    width: 250px;
    margin-top: 10px;
}

.inner01 .step li:nth-of-type(2) .tx01 {
    width: 300px;
}
.inner01 .stepImg.flex {
    width: 280px;
}
    
.contents03 {
    margin: 80px 0 0;
}
.contents03 h2 .title img {
    width: 121px;
}
.txWrap01 {
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px 20px;
}

.inner02 .txWrap01 {
    background: #f0f8ff;
}

.contents03 p {
    font-size: 18px;
}

.contents04 {
    margin: 80px 0 0;
}

.contents04 h2 .title img {
    width: 200px;
}

.contents04 .tx01 {
    margin: 5px auto;
    font-size: 18px;
}
.contents04 .under {
    font-size: 18px;
}
.contents04 .pcflex {
    width: 680px;
    margin: 0 auto;
}
.contents04 .tx02 {
    padding: 0 20px;
    font-size: 16px;
}

.contents04 .tx02 span {
    color: #68bf00;
    font-weight: bold;
    font-size: 18px;
}

.contents04 .tx02:nth-of-type(n+2) {
        margin-top: 30px;
    }
.contents05 {
    margin: 80px 0 0;
}

.contents05 .requirements {
    margin-top: 30px;
    padding: 30px 40px 30px;
    font-size: 14px;
    line-height: 1.5;
}

.contents05 h2 .title img {
    width: 240px;
}

    .contents05 .tx01 {
        font-size: 16px;
        margin: 50px 0;
    }

.typeList {
    padding: 50px;
}

.typeList dl {
    display: flex;
    display: -webkit-flex;
    text-align: left;
}

.typeList dl:nth-of-type(n+2) {
    margin-top: 40px;
}

.typeList dt img {
    width: 140px;
}

.typeList dd {
    margin-left: 30px;
    width: calc( 100% - 170px );
}

.typeList .name {
    font-size: 18px;
}
.typeList .tx01 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.6;
}

.SDGs_logo {
    margin: 50px auto 0;
    max-width: 410px;
}

.other {
    margin-top: 40px;
}

.other ul {
    margin: 20px auto 0;
    font-size: 16px;
    max-width: 580px;
}

.other ul li + li {
    margin-left: 0;
}

.other ul li img {
    max-width: 100%;
    width: 140px;
}

.contact {
    text-align: center;
    margin: 50px 0 0; 
    padding:  0;
}

/*PAGE TOP*/

.pageTop {
  bottom: 20px!important;
  right: 20px;
  display:block;
  width: 80px;
  height: 80px;
  z-index: 999;
}

 .pageTop img {
    display: block;
    width: 80px;
}

.pageTop:hover img {
    opacity: 0.7;
}

/*フッター*/
footer {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 8px 5px 5px;
}
.smallTx {
    color: #fff;
}

/* コメント */

.comment02 {
    padding: 68px 20px 75px;
}

.comment02 h2 {
    width: 1000px;
    margin: 0 auto;
}

.comment02 h2 img {
    width: 381px;
}

.comment02 p {
    width: 1000px;
    margin: 0 auto;
}

.comment02 .btn01 {
    width: 520px;
    max-width: inherit;
    text-align: center;
    padding: 16px 0px;
    margin: 25px auto 0;
    font-size: 18px;
    border-radius: 100px;
}

/* モーダル */

.modaal-container {
    width: 850px;
}

.modaal-content-container {
    padding: 50px 60px;
}

.modaal-content-container h3 span {
    font-size: 18px;
}

.modaal-content-container p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.7;
}

    /* 結果発表 */

.mapping {
    display: -webkit-flex;
    display: flex;
    justify-content: -webkit-space-between;
    justify-content: space-between;
    margin-top: 0;
}

.result .tx01  {
    margin-top: 45px;
}

.mapping img {
    width: 390px;
    margin-top: 55px;
}

.mapping li:nth-of-type(2) {
    margin-top: 0px;
}


.result .txWrap01 {
    margin-top: 55px;
    padding: 30px 20px 40px;
}

    
.result .btn01 {
    width: 520px;
    padding: 16px 0;
    font-size: 20px;
}
    
.modaal-content-container .profile {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.7;
}
}

@media all and (-ms-high-contrast: none) {
  /* IEのみ */
    .flowBt {
        bottom: 15%;
        left: 57%;
        width: 40%;
    }

.btn01, .btn02 {
    padding:  18px 0 13px;
}
.comment01.txWrap01 {
    padding: 40px 38px;
}
    
} 