﻿/*==============================================
 Base
 ===============================================*/
* {
  font-family: "Zen Kaku Gothic New", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
body {
  color: #51433D;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-x: hidden;
}
a:active, a:focus {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px 0;
  color: #009844;
  font-weight: normal;
  line-height: 1.5;
}
h1, h2 {
  letter-spacing: 2px;
}
h3, h4 {
  letter-spacing: 2px;
}
h5, h6 {
  letter-spacing: 1px;
}
p {
  color: #51433D;
}
a {
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #323232;
}
a, .btn {
  -webkit-transition: all .3s;
  transition: all .3s;
}
a img, iframe {
  border: none;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

/*==============================================
 Utility
 ===============================================*/
.m-top-0, .m-top-10, .m-top-15, .m-top-20, .m-top-25, .m-top-30, .m-top-35, .m-top-40, .m-top-50, .m-top-80, .m-top-100, .m-bot-0, .m-bot-10, .m-bot-15, .m-bot-20, .m-bot-25, .m-bot-30, .m-bot-35, .m-bot-40, .m-bot-50, .m-bot-80, .m-bot-100 {
  display: inline-block;
}
.m-top-0 {
  margin-top: 0 !important;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-15 {
  margin-top: 15px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-25 {
  margin-top: 25px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-35 {
  margin-top: 35px;
}
.m-top-40 {
  margin-top: 40px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-80 {
  margin-top: 80px;
}
.m-top-100 {
  margin-top: 100px;
}

/*margin bottom*/
.m-bot-0 {
  margin-bottom: 0 !important;
}
.m-bot-10 {
  margin-bottom: 10px;
}
.m-bot-15 {
  margin-bottom: 15px;
}
.m-bot-20 {
  margin-bottom: 20px;
}
.m-bot-25 {
  margin-bottom: 25px;
}
.m-bot-30 {
  margin-bottom: 30px;
}
.m-bot-35 {
  margin-bottom: 35px;
}
.m-bot-40 {
  margin-bottom: 40px;
}
.m-bot-50 {
  margin-bottom: 50px;
}
.m-bot-80 {
  margin-bottom: 80px;
}
.m-bot-100 {
  margin-bottom: 100px;
}

/*padding top*/
.p-top-0 {
  padding-top: 0;
}
.p-top-10 {
  padding-top: 10px;
}
.p-top-15 {
  padding-top: 15px;
}
.p-top-20 {
  padding-top: 20px;
}
.p-top-25 {
  padding-top: 25px;
}
.p-top-30 {
  padding-top: 30px;
}
.p-top-35 {
  padding-top: 35px;
}
.p-top-40 {
  padding-top: 40px;
}
.p-top-50 {
  padding-top: 50px;
}
.p-top-80 {
  padding-top: 80px;
}
.p-top-100 {
  padding-top: 100px;
}
.p-tb-10 {
  padding: 10px 0;
}
.p-tb-20 {
  padding: 20px 0;
}
.p-tb-30 {
  padding: 30px 0;
}
.p-tb-50 {
  padding: 50px 0;
}
.p-tb-100 {
  padding: 100px 0;
}
.p-tb-150 {
  padding: 150px 0;
}
.p-tb-200 {
  padding: 200px 0;
}
.p-top-0 {
  padding-top: 0 !important;
}
.p-bot-0 {
  padding-bottom: 0 !important;
}
.p-bot-100 {
  padding-bottom: 100px !important;
}
.inline-block {
  display: inline-block;
  width: 100%;
}
.relative {
  position: relative;
}
.vertical-align {
  position: relative;
}

/*==============================================
 Bootstrap Reset
 ===============================================*/
.container-fluid,
.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
  padding-right: 30px;
  padding-left: 30px;
}

/*==============================================
 Body
 ===============================================*/
.body-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page-content {
  display: block;
  width: 100%;
  padding: 100px 0;
  position: relative;
}

/*==============================================
 Banner: Static
 ===============================================*/
.vertical-align .container-mid {
  width: 100%;
  padding-top: 155px;
  padding-bottom: 80px;
}

/*==============================================
 Scroll Top
 ===============================================*/
.lift-off {
  position: fixed;
  right: 16%;
  bottom: 30px;
  width: 68%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.lift-off_show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.lift-off_hide {
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

/*==============================================
 Background Images
 ===============================================*/
div#home {
    background-color: #EAEAE1;
    background-image: url(../img/main_left.png), url(../img/main_right.png);
    background-size: 838px, 829px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
}
.main-visual h1 {
    margin: 0;
}
 h1 img {
    width: 710px;
    display: block;
    margin: 0 auto;
 }
 .page-content.top01 {
    padding: 0 0 210px;
    background-image: url(../img/1_back2.png), url(../img/1_back.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom 20px, center bottom -1px;
    background-size: 56px, 100%;
}
.top01 .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.cost-pilotexperiment-openrec-menu {
    width: 100%;
    max-width: 980px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 100px;
}
.cost-pilotexperiment-openrec-menu a {
    color: #009944;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-indent: 0.12em;
    font-size: 19px;
    width: calc(100% / 5);
}
.cost-pilotexperiment-openrec-menu a:hover {
    opacity: 0.8;
}
.cost-pilotexperiment-openrec-menu a img {
    display: block;
    margin: 0 auto;
}
.cost-pilotexperiment-openrec-menu a img:first-child {
    margin-bottom: 15px;
    max-height: 66px;
}
.cost-pilotexperiment-openrec-menu a img:last-child {
    margin-top: 15px;
    max-width: 9px;
}
.cost-pilotexperiment-openrec-menu a.coming-soon {
    pointer-events: none;
}
.purpose-block p {
    line-height: 2.4em;
    font-size: 20px;
    letter-spacing: 0.12em;
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: bold;
}
.title-section p {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 2.5em;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    font-weight: bold;
}
.title-section h3 {
    font-size: 40px;
    letter-spacing: 0.16em;
    text-indent: 0.16em;
    line-height: 1em;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: bold;
}
.top02 .title-section h3,
.top03 .title-section h3 {
    color: #FFFFFF;
}
.top05 .title-section h3 {
    color: #FFFFBB;
    margin-top: 0;
}
.title-section p span {
    color: #009844;
}
.title-section img.title-img {
    max-height: 72px;
}
.page-content.top02 {
    background-color: #009844;
    padding: 100px 0 0;
}
.project-sec {
    background-color: #F3F3EE;
    border-radius: 40px;
    padding: 100px;
    margin-top: 50px;
    position: relative;
}
.page-content.top03 {
    background-color: #009844;
    background-image: url(../img/nami_white.png);
    background-position: center bottom -1px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 100px 0 160px;
}
.guideline-sec {
    margin-top: 50px;
}
.guideline-sec .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.guideline-sec .tab-content {
    width: 100%;
    padding: 100px;
    border-radius: 40px;
    background-color: #F3F3EE;
}
.guideline-sec .tab-content > div {
    text-align: center;
}
.guideline-sec .tab-content.new-products-tab > div {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
}

.guideline-sec .tab-content > div .flow-2 .flow-2-1 {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    align-items: center;
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(even) {
    background-color: #f5faf4;
    background-color: rgba(243, 243, 238, 0.4);
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(7) span:first-child {
    background-color: transparent;
    padding: 0;
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
    color: #fff;
    background-color: #009844;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
    width: 88px;
    padding: 3px;
    margin-right: 25px;
    position: relative;
    display: block;
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child:after {
    content: "";
    width: 15px;
    height: 25px;
    background-color: #86CEA6;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1:last-child span:first-child:after {
    content: none;
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
    height: 35px;
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1:last-child span:first-child:before {
    content: "";
    width: 44px;
    height: 26px;
    background-color: transparent;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url(../img/3_yajirushi.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
    color: #51433D;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 250px;
    text-align: left;
    margin-right: 30px;
    display: block;
    position: relative;
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
    color: #009944;
    font-size: 19px;
    font-weight: bold;
    text-align: justify;
    letter-spacing: 0.06em;
    display: block;
}
.page-content.top04 {
    background-color: #EAEAE1;
    background-image: url(../img/nami_green.png);
    background-position: center bottom -1px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0 160px;
}
.top04 .btn01,
.top02 .btn01 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 50px;
    outline: none;
    transition: all 0.3s ease;
    width: 100%;
}
.top04 .btn01:hover {
    border-color:transparent;
}
.top02 .btn01:hover:before {
    background-color: rgba(92, 179, 75, 0.7);
    transition: all 0.3s ease;
}
.top04 .btn01 span,
.top02 .btn01 p {
    position: relative;
    z-index: 2;
    display: block;
    padding: 39.5px 25px;
    background:#009844;
    border-radius: 50px;
    font-weight: bold;
    color:#fff;
    font-size: 21px;
    line-height: 1em;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
    transition: all 0.3s ease;
    background-image: url(../img/4_icon1.png),url(../img/4_icon2.png);
    background-repeat: no-repeat;
    background-size: 31px, 26px;
    background-position: left 75px center,right 70px center;
}
.top02 .btn01 p {
    margin-bottom: 0;
    background: #F49351;
    background-image: url(../img/2_bt_icon.png), url(../img/2_bt_icon2.png);
    background-position: left 40px center, right 30px center;
    background-size: 28px, 20px;
    background-repeat: no-repeat, no-repeat;
    font-size: 16px;
    padding: 24px 30px;
    border-radius: 32px;
    text-align: center;
}
.top02 .btn01 p span {
    color: #FFFFBB;
}
.top04 .pushdown:before,
.top02 .pushdown:before {
    content:"";
    position: absolute;
    z-index: 1;
    top:8px;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgba(92, 179, 75, 0.3);
}
.top02 .pushdown:before {
    transition: all 0.3s ease;
    background-color: rgba(248, 149, 43, 0.3);
    top: 4.5px;
}
.top04 .pushdown:hover span,
.top02 .pushdown:hover p {
    background-color: #F49351;
    transform: translateY(8px);
}
.top02 .pushdown:hover p {
    background-color: #009844;
    background-image: url(../img/2_bt_icon.png), url(../img/2_bt_icon2_on.png);
    color: #ffffff;
    transform: translateY(4.5px);
}
.page-content.top05 {
    background-color: #009844;
    padding: 100px 0 110px;
}
.top05 .btn01{
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 15px;
    outline: none;
    transition: all 0.3s ease;
    width: 100%;
}
.top05 .btn01:hover{
    border-color:transparent;
}
.top05 .btn01 p {
    position: relative;
    z-index: 2;
    display: block;
    padding: 35px 20px;
    background:#FFFFBB;
    border-radius: 15px;
    font-weight: bold;
    color:#009844;
    font-size: 19px;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
    line-height: 1em;
    transition: all 0.3s ease;
    background-image: url(../img/5_mail.png),url(../img/5_icon2_mail.png);
    background-repeat: no-repeat;
    background-size: 40px, 30px;
    background-position: left 40px center,right 25px center;
    margin-bottom: 0;
}
.top05 .btn01 p span {
    display: block;
    font-size: 14px;
    min-height: 0;
    line-height: 1em;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    margin-top: 15px;
}
.top05 .pushdown:before {
    content:"";
    position: absolute;
    z-index: 1;
    top:8px;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: rgba(79, 55, 47, 0.3);
}
.top05 .pushdown:hover p {
    background-image: url(../img/5_mail_on.png),url(../img/5_icon2_mail_on.png);
    background-color: #F49351;
    color: #FFFFFF;
    transform: translateY(8px);
}
.contactbtn-sec {
    display: flex;
    justify-content: space-between;
}
.contactbtn-sec-inner {
    width: calc(50% - 20px);
}
.contactbtn-sec-inner,
.top05 .btn01 span {
    min-height: 100px;
}
.contactbtn-sec-inner.tel-info {
    background-color: #fff;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    border-radius: 12px;
    text-align: center;
    position: relative;
}
.tel-info-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.tel-info-detail p {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1em;
    font-weight: bold;
    color: #009844;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
}
.tel-info-detail h3 {
    position: relative;
    margin: 0;
    line-height: 1em;
    font-weight: bold;
    font-size: 38px;
    display: inline-block;
    padding-left: 50px;
    letter-spacing: 0.06em;
}
.tel-info-detail h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../img/5_tel_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.top05 .title-section p {
    color: #fff;
}
.row {
    position: relative;
}
img.mw100 {
  max-width: 100%;
}
div.float {
    background-position: center;
    background-size: initial;
    background-repeat: repeat;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
div.float a {
    display: inline-block;
    max-width: 100%;
}
div.float a:hover img {
    transition: .3s;
}
a.anc.top_back {
    width: 68px;
    height: 67px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    background-image: url(../img/top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 68px;
}
a.anc.top_back:hover {
    background-image: url(../img/top_on.png);
}
.secretariat-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.secretariat-child {
    width: 50%;
}
.secretariat-child p,
.secretariat-child h5 {
    color: #fff;
}
.secretariat-child p span {
    color: #FFFFBB;
}
.secretariat-child p {
    margin-bottom: 0;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
}
.secretariat-child p:nth-child(n+3) {
    margin-top: 15px;
}
.secretariat-child h5 {
    margin: 0;
    letter-spacing: 0.1em;
    font-size: 21px;
    font-weight: bold;
    line-height: 1em;
}
.secretariat-child:first-child {
    padding-right: 60px;
    text-align: right;
}
.secretariat-child:last-child {
    padding-left: 60px;
    border-left: 1px solid #fff;
    text-align: justify;
}
.purpose-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.purpose-child {
    width: 50%;
    position: relative;
}
.purpose-child:last-child {
    padding-left: 50px;
}
.purpose-child>img {
    max-height: 615px;
    position: absolute;
    right: 25px;
    top: 0;
}
.project-inner h3 {
    color: #009944;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0.16em;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 2px solid #009944;
}
.project-inner p,
.project-inner p a {
    color: #51433D;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 0;
    text-align: justify;
    word-break: break-all;
}
.project-inner p a:hover {
    opacity: 0.8;
}
.project-child p span {
    color: #009844;
    line-height: 1em;
}
.project-inner p a {
    padding-right: 31px;
    font-size: 16px;
    background-image: url(../img/2_icon1.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 0;
}
.project-inner p.font16 {
    font-size: 16px;
}
.project-inner:nth-child(odd) p a {
    background-image: url(../img/2_icon2.png);
}
.project-inner>p:nth-child(3),
.project-child>p:nth-child(n+2) {
    margin-top: 15px;
}
.project-child p:nth-child(3),
.project-child p:nth-child(5) {
    margin-top: 20px;
}
.project-inner:nth-child(even) h3 {
    color: #187FC3;
    border-bottom: 2px solid #187FC3;
}
.project-inner:nth-child(n+2) {
    margin-top: 70px;
}
.project-inner:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.project-inner:last-child h3 {
    width: 100%;
}
.project-child {
    width: calc(100% - 360px);
}
.project-child:last-child {
    width: 360px;
}
.project-child:last-child h4 {
    color: #F49351;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    margin-bottom: 25px;
    line-height: 1.4em;
    background-image: url(../img/2_bt_fukidashi1.png), url(../img/2_bt_fukidashi2.png);
    background-size: 16px, 16px;
    background-repeat: no-repeat, no-repeat;
    background-position: left 30px center, right 30px center;
}
span a {
    color: #fbaa54;
}
span a:hover {
    color: #fbaa54;
    opacity: .8;
}
span.nowrap {
    white-space: nowrap;
}

@media (max-width: 1919px) {
    div#home {
        background-position: calc(50% - 550px) top, calc(50% + 550px) top;
    }
}

@media (max-width: 1650px) {
    div#home {
        background-position: calc(50% - 485px) top, calc(50% + 485px) top;
        background-size: 678px, 679px;
    }
    .page-content.top01 {
        background-size: 46px, 100%;
    }
}

@media (max-width: 1500px) {
    h1 img {
        width: 680px;
    }
    div#home {
        background-position: calc(50% - 460px) top, calc(50% + 450px) top;
        background-size: 588px, 589px;
    }
    .page-content.top01 {
        background-size: 43px, 100%;
        padding: 0 0 195px;
    }
}

@media (max-width: 1450px) {
    .purpose-child>img {
        max-height: 585px;
    }
}

@media (max-width: 1400px) {
    h1 img {
        width: 650px;
    }
    div#home {
        background-position: calc(50% - 450px) top, calc(50% + 445px) top;
        background-size: 508px, 534px;
    }
    .purpose-child>img {
        max-height: 555px;
    }
    .page-content.top01 {
        background-size: 36px, 100%;
        padding: 0 0 180px;
    }
}

@media (max-width: 1350px) {
    .vertical-align .container-mid {
        padding-top: 140px;
        padding-bottom: 75px;
    }
    a.anc.top_back {
        width: 63px;
        height: 62px;
        bottom: 35px;
        right: 35px;
        background-size: 63px;
    }
}

@media (max-width: 1300px) {
    h1 img {
        width: 620px;
    }
    .vertical-align .container-mid {
        padding-top: 125px;
        padding-bottom: 70px;
    }
    div#home {
        background-position: calc(50% - 430px) top, calc(50% + 425px) top;
        background-size: 448px, 459px;
    }
    .purpose-child>img {
        max-height: 525px;
        right: 20px;
    }
    .page-content.top01 {
        background-size: 34px, 100%;
        padding: 0 0 160px;
    }
}

@media (max-width: 1250px) {
    h1 img {
        width: 590px;
    }
    .vertical-align .container-mid {
        padding-top: 110px;
        padding-bottom: 70px;
    }
    div#home {
        background-position: calc(50% - 425px) top, calc(50% + 415px) top;
        background-size: 418px, 429px;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        max-height: 61px;
    }
    .purpose-child>img {
        max-height: 500px;
        right: 20px;
    }
    .page-content.top01 {
        background-size: 32px, 100%;
        padding: 0 0 145px;
    }
}

@media (max-width: 1199px) {
    .cost-pilotexperiment-openrec-menu {
        max-width: 970px;
        margin: 0 auto 80px;
    }
    h1 img {
        width: 575px;
    }
    .title-section img.title-img {
        max-height: 67px;
    }
    .title-section h3 {
        font-size: 38px;
        letter-spacing: 0.14em;
        text-indent: 0.14em;
        margin-top: 22px;
    }
    .purpose-block p {
        line-height: 2.1em;
        font-size: 19px;
        letter-spacing: 0.1em;
    }
    .project-sec,
    .guideline-sec .tab-content {
        padding: 85px;
    }
    .page-content.top02 {
        padding: 90px 0 0;
    }
    .page-content.top03 {
        padding: 90px 0 140px;
    }
    .page-content.top04 {
        padding: 110px 0 140px;
    }
    .title-section p {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 2.2em;
    }
    .page-content.top05 {
        padding: 90px 0 100px;
    }
    .secretariat-child:first-child {
        padding-right: 45px;
    }
    .secretariat-child:last-child {
        padding-left: 45px;
    }
    .project-child {
        width: calc(100% - 320px);
    }
    .project-child:last-child {
        width: 320px;
    }
    .project-inner h3 {
        font-size: 23px;
    }
    .project-inner p {
        font-size: 19px;
    }
    .project-inner p.font16,
    .project-inner p a {
        font-size: 15px;
    }
    .project-child:last-child h4 {
        margin-bottom: 20px;
        background-position: left 20px center, right 20px center;
    }
    .page-content.top01 {
        background-size: 30px, 100%;
        padding: 0 0 140px;
    }
    .purpose-child>img {
        max-height: 485px;
        right: 0;
    }
    a.anc.top_back {
        width: 58px;
        height: 57px;
        bottom: 30px;
        right: 30px;
        background-size: 58px;
    }
    .tel-info-detail h3 {
        font-size: 36px;
        padding-left: 45px;
    }
    .top05 .btn01 p {
        font-size: 18px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        background-size: 32px, 27px;
        background-position: left 30px center, right 20px center;
    }
    .top05 .btn01 p span {
        font-size: 13px;
        margin-top: 10px;
    }
    .contactbtn-sec-inner {
        width: calc(50% - 15px);
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    div#home {
        background-position: calc(50% - 405px) top, calc(50% + 395px) top;
        background-size: 413px, 419px;
    }
}

@media (max-width: 1100px) {
    h1 img {
        width: 525px;
    }
    .vertical-align .container-mid {
        padding-top: 100px;
        padding-bottom: 65px;
    }
    div#home {
        background-position: calc(50% - 370px) top, calc(50% + 355px) top;
        background-size: 383px, 394px;
    }
    .cost-pilotexperiment-openrec-menu {
        margin: 0 auto 65px;
    }
    .purpose-child>img {
        max-height: 455px;
    }
    .purpose-block p {
        line-height: 2em;
        font-size: 18px;
        letter-spacing: 0.08em;
    }
    .purpose-child:last-child {
        padding-left: 45px;
    }
    .page-content.top01 {
        background-size: 28px, 100%;
        padding: 0 0 130px;
    }
}

@media (max-width: 1024px) {
    .cost-pilotexperiment-openrec-menu {
        max-width: 920px;
        margin: 0 auto 60px;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        max-height: 56px;
    }
    h1 img {
        width: 500px;
    }
    .vertical-align .container-mid {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    div#home {
        background-position: calc(50% - 340px) top, calc(50% + 330px) top;
        background-size: 358px, 369px;
    }
    .purpose-child>img {
        max-height: 440px;
    }
}

@media (max-width: 991px) {
    .cost-pilotexperiment-openrec-menu {
        max-width: 750px;
        padding: 0 30px;
    }
    .page-content {
      padding: 80px 0;
    }
    .project-sec,
    .guideline-sec .tab-content {
        padding: 60px;
        border-radius: 30px;
    }
    .contactbtn-sec {
        flex-wrap: wrap;
    }
    .contactbtn-sec-inner {
        width: 80%;
        margin: 0 auto;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        font-size: 13px;
        letter-spacing: 0.12em;
        text-indent: 0.12em;
        width: 80px;
        padding: 4px;
        margin-right: 20px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        font-size: 14px;
        letter-spacing: 0.08em;
        width: 210px;
        margin-right: 20px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        font-size: 16px;
    }
    .contactbtn-sec-inner.tel-info {
        margin-bottom: 30px;
    }
    .top05 .btn01 p {
        background-position: left 30px center, right 30px center;
        padding: 28px 30px;
    }
    .page-content.top05 {
        padding: 80px 0 90px;
    }
    .tel-info-detail h3 {
        font-size: 34px;
        padding-left: 40px;
    }
    .tel-info-detail h3:before {
        top: 3px;
        width: 30px;
        height: 30px;
    }
    .secretariat-child:first-child,
    .secretariat-child:last-child {
        text-align: center;
    }
    .secretariat-child:first-child {
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
        padding-bottom: 30px;
        width: 80%;
        padding-right: 0;
    }
    .secretariat-child:last-child {
        border-left: 0;
        width: 100%;
        padding-left: 0;
    }
    .page-content.top04 {
        padding: 90px 0 110px;
    }
    .page-content.top03 {
        padding: 80px 0 110px;
    }
    .title-section h3 {
        font-size: 36px;
        letter-spacing: 0.12em;
        text-indent: 0.12em;
    }
    .title-section img.title-img {
        max-height: 62px;
    }
    .top04 .btn01{
        width: 80%;
    }
    .purpose-block p {
        font-size: 17px;
        letter-spacing: 0.06em;
    }
    .purpose-child:last-child {
        padding-left: 35px;
    }
    .purpose-child>img {
        max-height: 400px;
    }
    .page-content.top01 {
        background-size: 25px, 100%;
        padding: 0 0 120px;
    }
    .page-content.top02 {
        padding: 80px 0 0;
    }
    .project-child {
        width: 100%;
    }
    .project-child:last-child {
        margin: 35px auto 0;
    }
    .project-child:last-child h4 {
        margin-bottom: 15px;
    }
    .top02 .btn01 p {
        background-position: left 35px center, right 30px center;
        font-size: 15px;
        padding: 22px 30px;
    }
    .project-inner:nth-child(n+2) {
        margin-top: 55px;
    }
    .project-inner p {
        font-size: 18px;
    }
    .project-inner h3 {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .top04 .btn01 span {
        padding: 35px 25px;
        font-size: 20px;
        letter-spacing: 0.12em;
        text-indent: 0.12em;
        background-position: left 70px center, right 70px center;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 920px) {
    div#home {
        background-position: calc(50% - 315px) top, calc(50% + 305px) top;
        background-size: 353px, 354px;
    }
}

@media screen and (max-width: 899px) {
    h1 img {
        width: 450px;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        max-height: 51px;
        margin-bottom: 12px;
    }
    .cost-pilotexperiment-openrec-menu a img:last-child {
        margin-top: 12px;
    }
    .title-section h3 {
        font-size: 34px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    div#home {
        background-position: calc(50% - 290px) top, calc(50% + 290px) top;
        background-size: 328px, 334px;
    }
    .cost-pilotexperiment-openrec-menu {
        margin: 0 auto 50px;
    }
    .cost-pilotexperiment-openrec-menu a {
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        font-size: 18px;
    }
    .purpose-child>img {
        max-height: 370px;
        right: -20px;
        top: 20px;
    }
}

@media screen and (max-width: 840px) {
    div#home {
        background-position: calc(50% - 275px) top, calc(50% + 270px) top;
        background-size: 323px, 314px;
    }
}

@media screen and (max-width: 799px) {
    .purpose-child>img {
        max-height: 355px;
        right: -20px;
        top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .page-content {
      padding: 65px 0;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        max-height: 46px;
        margin-bottom: 10px;
    }
    .cost-pilotexperiment-openrec-menu a {
        font-size: 17px;
    }
    .cost-pilotexperiment-openrec-menu a img:last-child {
        margin-top: 10px;
    }
    h1 img {
        width: 420px;
    }
    div#home {
        background-image: url(../img/main_left_sp.png), url(../img/main_right_sp.png);
        background-size: 306px, 296px;
        background-position: calc(50% - 230px) top, calc(50% + 235px) top;
    }
    .cost-pilotexperiment-openrec-menu {
        max-width: 660px;
        margin: 0 auto 45px;
    }
    .title-section img.title-img {
        max-height: 52px;
    }
    .title-section h3 {
        font-size: 32px;
        letter-spacing: 0.08em;
        text-indent: 0.08em;
        margin-top: 20px;
    }
    .purpose-block p {
        font-size: 16px;
        margin-top: 25px;
    }
    .project-sec, .guideline-sec .tab-content {
        padding: 40px;
        border-radius: 20px;
    }
    .project-inner h3 {
        font-size: 21px;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
    .project-inner p {
        font-size: 17px;
    }
    .project-inner p.font16, .project-inner p a {
        font-size: 14px;
    }
    .project-inner:nth-child(n+2) {
        margin-top: 40px;
    }
    .project-inner>p:nth-child(3), .project-child>p:nth-child(n+2) {
        margin-top: 12px;
    }
    .project-child p:nth-child(3), .project-child p:nth-child(5) {
        margin-top: 18px;
    }
    .project-child:last-child h4 {
        background-position: left 25px center, right 25px center;
        font-size: 17px;
        background-size: 14px, 14px;
    }
    .project-sec,
    .guideline-sec {
        margin-top: 45px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        letter-spacing: 0.04em;
        font-size: 15px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        letter-spacing: 0.04em;
        width: 190px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        font-size: 13px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        width: 75px;
        padding: 3px;
        margin-right: 20px;
    }
    .title-section p {
        margin-bottom: 35px;
        font-size: 15px;
        line-height: 2em;
    }
    .top02 .btn01 p,
    .top02 .btn01,
    .top02 .pushdown:before,
    .top04 .btn01 span,
    .top04 .btn01,
    .top04 .pushdown:before,
    .top05 .btn01 p,
    .top05 .btn01,
    .top05 .pushdown:before {
        border-radius: 10px;
    }
    .top05 .btn01 p {
      background-position: left 45px center,right 45px center;
    }
    a.anc.top_back {
        width: 53px;
        height: 52px;
        background-size: 53px;
    }
    .vertical-align .container-mid {
        padding-top: 100px;
        padding-bottom: 55px;
    }
    .page-content.top01 {
        background-size: 22px, 100%;
        padding: 0 0 100px;
        background-position: center bottom 5px, center bottom -1px;
    }
    .purpose-child>img {
        max-height: 370px;
        right: 0;
    }
    .page-content.top03 {
        padding: 70px 0 100px;
    }
    .page-content.top04 {
        padding: 80px 0 100px;
    }
    .page-content.top05 {
        padding: 70px 0 80px;
    }
    .top04 .btn01 span {
        background-position: left 55px center, right 55px center;
    }
    .project-inner p a {
        background-size: 15px;
    }
    img.none767 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    img.none768 {
      display: none;
    }
}

@media (min-width: 741px) {
  br.none741 {
    display: none;
  }
}

@media (max-width: 699px) {
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        width: 180px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 {
        padding: 10px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        width: 72px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        letter-spacing: 0.03em;
    }
    .top05 .btn01 p {
        background-position: left 40px center, right 40px center;
    }
    .top04 .btn01 span {
        background-position: left 50px center, right 50px center;
    }
    h1 img {
        width: 400px;
    }
    div#home {
        background-size: 286px, 281px;
        background-position: calc(50% - 215px) top, calc(50% + 215px) top;
    }
}

@media (min-width: 700px) {
    br.none700 {
      display: none;
    }
}

@media (max-width: 660px) {
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child,
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        margin-right: 15px;
    }
    .secretariat-child:first-child,
    .contactbtn-sec-inner,
    .top04 .btn01 {
        width: 85%;
    }
    .project-sec, .guideline-sec .tab-content {
        padding: 35px;
    }
    h1 img {
        width: 380px;
    }
    div#home {
        background-size: 271px, 261px;
        background-position: calc(50% - 200px) top, calc(50% + 210px) top;
    }
}

@media (max-width: 640px) {
    .title-section img.title-img {
        max-height: 42px;
    }
    .title-section h3 {
        font-size: 30px;
    }
    .purpose-block p {
        font-size: 15px;
    }
    .purpose-child:last-child {
        padding-left: 0;
        width: 100%;
    }
    .purpose-child {
        width: 100%;
    }
    .purpose-child>img {
        position: relative;
        top: 0;
        max-height: 350px;
    }
    .secretariat-child:first-child, .contactbtn-sec-inner, .top04 .btn01 {
        width: 90%;
    }
    .secretariat-child:first-child {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .secretariat-child h5 {
        font-size: 20px;
    }
    .secretariat-child p {
        font-size: 15px;
    }
    .purpose-child:first-child {
        order: 2;
        text-align: center;
        margin-top: 20px;
    }
    .purpose-child:last-child {
        order: 1;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span.nowrap.none640 {
        display: none;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        width: 100%;
        padding-left: 87px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        /* width: auto; */
        margin-right: 0;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(3) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(4) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(5) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(6) span:nth-child(3) {
        width: calc(100% - 90px);
        padding-left: 0;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 {
        padding: 10px 15px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child:after {
        height: 50px;
        bottom: -50px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
        height: 45px;
        bottom: -35px;
    }
    .cost-pilotexperiment-openrec-menu a {
        font-size: 16px;
    }
    .page-content.top01 {
        background-size: 20px, 100%;
        padding: 0 0 90px;
    }
    .page-content.top02 {
        padding: 70px 0 0;
    }
    .page-content.top03 {
        padding: 70px 0 90px;
    }
    .page-content.top04 {
        padding: 70px 0 90px;
    }
    .page-content.top05 {
        padding: 60px 0 70px;
    }
    .project-inner p {
        font-size: 16px;
    }
    .project-inner h3 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    h1 img {
        width: 370px;
    }
    .vertical-align .container-mid {
        padding-top: 110px;
        padding-bottom: 50px;
    }
    div#home {
        background-size: 266px, 251px;
        background-position: calc(50% - 195px) top, calc(50% + 205px) top;
    }
}

@media (max-width: 599px) {
    .secretariat-child:first-child, .contactbtn-sec-inner, .top04 .btn01 {
        width: 95%;
    }
    .cost-pilotexperiment-openrec-menu a {
        font-size: 15px;
    }
    .top04 .btn01 span {
        background-position: left 45px center,right 45px center;
    }
    .top05 .btn01 p {
        background-position: left 30px center,right 30px center;
    }
    h1 img {
        width: 350px;
    }
    div#home {
        background-size: 256px, 241px;
        background-position: calc(50% - 180px) top, calc(50% + 190px) top;
    }
}

@media (min-width: 600px) {
}

@media (max-width: 575px) {
    h1 img {
        width: 330px;
    }
    div#home {
        background-size: 241px, 231px;
        background-position: calc(50% - 170px) top, calc(50% + 180px) top;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        max-height: 41px;
        margin-bottom: 8px;
    }
    .cost-pilotexperiment-openrec-menu a img:last-child {
        margin-top: 8px;
    }
    .cost-pilotexperiment-openrec-menu a {
        font-size: 14px;
    }
    .title-section h3 {
        font-size: 28px;
    }
    .title-section img.title-img {
        max-height: 40px;
    }
    .project-sec, .guideline-sec {
        margin-top: 40px;
    }
    .project-sec, .guideline-sec .tab-content {
        padding: 30px;
        border-radius: 15px;
    }
    .project-inner h3 {
        font-size: 19px;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
    .project-inner p {
        font-size: 15px;
    }
    .project-inner p.font16, .project-inner p a {
        font-size: 13px;
    }
    .project-inner p a {
        background-size: 14px;
        padding-right: 26px;
    }
    .project-inner>p:nth-child(3), .project-child>p:nth-child(n+2) {
        margin-top: 10px;
    }
    .project-child p:nth-child(3), .project-child p:nth-child(5) {
        margin-top: 15px;
    }
    .top02 .btn01 p {
        background-position: left 30px center, right 25px center;
        font-size: 14px;
        padding: 20px 25px;
        background-size: 25px, 18px;
    }
    .project-child:last-child {
        width: 290px;
    }
    .project-child:last-child h4 {
        background-position: left 20px center, right 20px center;
        font-size: 16px;
        background-size: 13px, 13px;
        margin-bottom: 12px;
    }
    .project-child:last-child {
        margin: 30px auto 0;
    }
    .project-inner:nth-child(n+2) {
        margin-top: 35px;
    }
    .project-sec, .guideline-sec {
        margin-top: 35px;
    }
    .tel-info-detail h3 {
        font-size: 32px;
        padding-left: 35px;
    }
    .tel-info-detail h3:before {
        top: 4px;
        width: 28px;
        height: 28px;
    }
    .tel-info-detail p {
        font-size: 18px;
        margin-bottom: 8px;
        letter-spacing: 0.12em;
        text-indent: 0.12em;
    }
    .secretariat-child:first-child, .contactbtn-sec-inner, .top04 .btn01 {
        width: 100%;
    }
    .top05 .btn01 p {
        padding: 29px 30px;
    }
    .top04 .btn01 span {
        font-size: 19px;
    }
    .page-content.top05 {
        padding: 55px 0 65px;
    }
    .page-content.top04 {
        padding: 65px 0 85px;
    }
    .page-content.top03 {
        padding: 65px 0 85px;
    }
    .page-content.top02 {
        padding: 65px 0 0;
    }
    a.anc.top_back {
        width: 50px;
        height: 49px;
        background-size: 50px;
    }
}

@media (min-width: 576px) {
}

@media (max-width: 540px) {
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child:after {
        height: 70px;
        bottom: -70px;
    }
    .top05 .btn01 p {
        background-position: left 25px center, right 25px center;
        background-size: 30px, 24px;
        letter-spacing: 0.08em;
        text-indent: 0.08em;
    }
    .secretariat-inner {
        margin-bottom: 40px;
    }
    .top04 .btn01 span {
        background-position: left 40px center, right 40px center;
        background-size: 26px, 23px;
    }
    .project-inner:first-child p {
        line-height: 1.4em;
    }
    .project-inner:first-child h3 {
        margin-bottom: 13px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(6) span:first-child:after {
        height: 45px;
        bottom: -45px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
        height: 30px;
        bottom: -20px;
    }
    img.none768 {
       display: none;
    }
    h1 img {
        width: 310px;
    }
    div#home {
        background-size: 231px, 221px;
        background-position: calc(50% - 160px) top, calc(50% + 170px) top;
    }
}

@media (min-width: 541px) {
    img.none541 {
       display: none;
    }
}

.block_500 {
    display: none;
}

@media (max-width: 500px) {
    .page-content {
      padding: 60px 0;
    }
    .top04 .btn01 span {
        background-position: left 28px center,right 28px center;
        font-size: 18px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        padding: 28px;
    }
    .project-child>p:nth-child(2) {
        margin-top: 8px;
        line-height: 1.4em;
        padding-left: 1em;
        text-indent: -1em;
    }
    .project-inner h3 {
        font-size: 18px;
    }
    .top05 .btn01 p span {
        margin-top: 8px;
    }
    .top05 .btn01 p {
        padding: 17.5px 28px;
        line-height: 1.3 !important;
    }
    .block_500 {
        display: block;
    }
    .tel-info-detail p {
        font-size: 17px;
    }
    .tel-info-detail h3:before {
        top: 4px;
        width: 26px;
        height: 26px;
    }
    .tel-info-detail h3 {
        font-size: 30px;
    }
    .title-section p {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .secretariat-child:first-child {
        margin-bottom: 22px;
        padding-bottom: 22px;
    }
    .secretariat-child h5 {
        font-size: 19px;
    }
    .secretariat-child p {
        font-size: 14px;
    }
    .secretariat-child p:nth-child(n+3) {
        margin-top: 12px;
    }
    .purpose-block p {
        font-size: 14px;
    }
    h1 img {
        width: 280px;
    }
    div#home {
        background-size: 231px, 211px;
        background-position: calc(50% - 140px) top, calc(50% + 150px) top;
    }
}

@media (max-width: 479px) {
    .title-section p {
      margin-top: 25px;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        max-height: 38px;
    }
    .cost-pilotexperiment-openrec-menu a {
        font-size: 13px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    .title-section img.title-img {
        max-height: 35px;
    }
    .title-section h3 {
        font-size: 27px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        margin-top: 15px;
    }
    .title-section p {
        text-align: justify;
    }
    .title-section p br {
        display: none;
    }
    .page-content.top04 {
        padding: 60px 0 80px;
    }
    .page-content.top03 {
        padding: 60px 0 80px;
    }
    .project-sec, .guideline-sec {
        margin-top: 30px;
    }
    .title-section p {
        margin-bottom: 25px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        font-size: 13px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        font-size: 12px;
        width: 70px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        padding-left: 84px;
        font-size: 14px;
    }
    .purpose-child>img {
        position: relative;
        top: 0;
        max-height: 300px;
    }
    .page-content.top01 {
        background-size: 18px, 100%;
        padding: 0 0 80px;
        background-position: center bottom, center bottom -1px;
    }
    .page-content.top02 {
        padding: 60px 0 0;
    }
    .project-inner p {
        font-size: 14px;
    }
    .project-inner h3 {
        font-size: 17px;
        padding-bottom: 13px;
        margin-bottom: 13px;
        border-bottom: 1px solid #009944;
    }
    .project-inner:nth-child(even) h3 {
        border-bottom: 1px solid #187FC3;
    }
    .secretariat-child h5 {
        font-size: 18px;
    }
    .project-child:last-child {
        margin: 25px auto 0;
    }
    .project-child:last-child h4 {
        background-position: left 22px center, right 22px center;
        font-size: 15px;
        background-size: 12px, 12px;
        margin-bottom: 10px;
    }
    a.anc.top_back {
        width: 45px;
        height: 44px;
        background-size: 45px;
    }
}

@media (max-width: 440px) {
    .cost-pilotexperiment-openrec-menu a {
        letter-spacing: 0.04em;
        text-indent: 0.04em;
    }
    .title-section h3 {
        font-size: 26px;
    }
    .purpose-block p {
        margin-top: 22px;
    }
    .purpose-child>img {
        max-height: 280px;
    }
    .project-sec, .guideline-sec .tab-content {
        padding: 25px;
        border-radius: 12px;
    }
    .project-inner:nth-child(n+2) {
        margin-top: 30px;
    }
    .top04 .btn01 span,
    .top05 .btn01 p {
        background-position: left 25px center,right 25px center;
        padding: 25px;
        font-size: 17px;
    }
    .top05 .btn01 p {
        padding: 14.5px 25px;
    }
    .top05 .btn01 p span {
        letter-spacing: 0.05em;
        text-indent: 0.05em;
    }
    h1 img {
        width: 250px;
    }
    div#home {
        background-size: 211px, 201px;
        background-position: calc(50% - 120px) top, calc(50% + 135px) top;
    }
}

@media (max-width: 428px) {
    .tel-info-detail h3 {
        font-size: 28px;
        padding-left: 32px;
    }
    .tel-info-detail h3:before {
        width: 24px;
        height: 24px;
    }
    .tel-info-detail p {
        font-size: 16px;
    }
    .contactbtn-sec-inner, .top05 .btn01 span {
        min-height: 90px;
    }
    .top04 .btn01 span, .top05 .btn01 p {
        font-size: 16px;
    }
    .top05 .btn01 p {
        background-size: 27px, 21px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    .page-content.top04 {
        padding: 55px 0 70px;
    }
    .page-content.top03 {
        padding: 55px 0 70px;
    }
    .project-sec, .guideline-sec .tab-content {
        padding: 20px;
        border-radius: 10px;
    }
    .project-child:last-child {
        width: 260px;
    }
    .project-child:last-child h4 {
        background-position: left 15px center, right 15px center;
    }
    .project-inner h3 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .project-inner>p:nth-child(3), .project-child>p:nth-child(n+2) {
        margin-top: 8px;
    }
    .project-child p:nth-child(3), .project-child p:nth-child(5) {
        margin-top: 13px;
    }
    .page-content.top02 {
        padding: 55px 0 0;
    }
    a.anc.top_back {
        width: 40px;
        height: 39px;
        background-size: 40px;
    }
    .project-inner:first-child h3 {
        margin-bottom: 9px;
    }
    .vertical-align .container-mid {
        padding-top: 90px;
        padding-bottom: 45px;
    }
}

@media (min-width: 415px) {
}

@media (max-width: 414px) {
    .top02 .btn01 p,
    .top04 .btn01 span,
    .top05 .btn01 p {
        letter-spacing: 0.05em;
        text-indent: 0.05em;
    }
    .title-section p {
        margin-bottom: 22px;
        line-height: 1.8em;
        font-size: 13px;
    }
    .secretariat-child h5 {
        font-size: 17px;
        letter-spacing: 0.05em;
    }
    .secretariat-child p {
        font-size: 13px;
        letter-spacing: 0.05em;
    }
    .secretariat-child:first-child {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .secretariat-inner {
        margin-bottom: 35px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 {
        padding: 10px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        width: 65px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        margin-right: 10px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        width: 168px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        padding-left: 74px;
        font-size: 13px;
    }
    .top02 .btn01 p {
        background-size: 22px, 16px;
    }
    .project-child:last-child {
        width: 250px;
    }
    .project-child:last-child h4 {
        background-position: left 10px center, right 10px center;
        background-size: 10px, 10px;
    }
    .purpose-block p {
        font-size: 13px;
        margin-top: 20px;
    }
    .cost-pilotexperiment-openrec-menu a {
        width: calc(100% / 3);
    }
    .cost-pilotexperiment-openrec-menu a:nth-child(4),
    .cost-pilotexperiment-openrec-menu a:nth-child(5) {
        margin: 20px 0 0;
    }
    .cost-pilotexperiment-openrec-menu a {
        font-size: 14px;
    }
    .top05 .btn01 p span {
        margin-top: 5px;
    }
    .top05 .btn01 p {
        padding: 14px 25px;
    }
    .cost-pilotexperiment-openrec-menu {
        margin: 0 auto 40px;
        justify-content: center;
        max-width: 360px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(3) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(4) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(5) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(6) span:nth-child(3) {
        width: calc(100% - 75px);
    }
    h1 img {
        width: 240px;
    }
    div#home {
        background-size: 181px, 171px;
        background-position: calc(50% - 120px) top, calc(50% + 130px) top;
    }
    .vertical-align .container-mid {
        padding-top: 80px;
    }
}

@media (max-width: 390px) {
    .top04 .btn01 span {
        background-size: 23px, 20px;
        background-position: left 20px center, right 20px center;
    }
    .top05 .btn01 p {
        background-size: 26px,22px;
        background-position: left 20px center, right 20px center;
        padding: 10px 25px 12px;
    }
    .top05 .btn01 p span {
        font-size: 12px;
    }
    .tel-info-detail h3 {
        font-size: 26px;
        padding-left: 30px;
    }
    .tel-info-detail h3:before {
        width: 22px;
        height: 22px;
    }
    .tel-info-detail p {
        font-size: 15px;
        letter-spacing: 0.08em;
        text-indent: 0.08em;
        margin-bottom: 8px;
    }
    .contactbtn-sec-inner, .top05 .btn01 span {
        min-height: 80px;
    }
    .container-fluid,
    .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
    .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
    .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
    .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
    .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
    .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
    .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
    .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
    .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
    .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
    .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
    .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12,
    .cost-pilotexperiment-openrec-menu {
        padding-right: 20px;
        padding-left: 20px;
    }
    a.anc.top_back {
        bottom: 20px;
        right: 20px;
    }
    .cost-pilotexperiment-openrec-menu {
        max-width: 340px;
    }
    .cost-pilotexperiment-openrec-menu a {
        line-height: 1em;
    }
    h1 img {
        width: 230px;
    }
    .vertical-align .container-mid {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    div#home {
        background-size: 171px, 161px;
        background-position: calc(50% - 110px) top, calc(50% + 125px) top;
    }
}

@media (max-width: 375px) {
    .top04 .btn01 span,
    .top05 .btn01 p {
        letter-spacing: 0.03em;
        text-indent: 0.03em;
    }
    .top05 .btn01 p span {
        letter-spacing: 0.03em;
        text-indent: 0.03em;
    }
    .contactbtn-sec-inner.tel-info {
        margin-bottom: 25px;
    }
    .page-content.top05 {
        padding: 50px 0 60px;
    }
    .page-content.top03,
    .page-content.top04 {
        padding: 50px 0 65px;
    }
    .title-section h3 {
        font-size: 25px;
    }
    .purpose-child>img {
        max-height: 260px;
    }
    .page-content.top01 {
        background-size: 16px, 100%;
        padding: 0 0 70px;
    }
    .page-content.top02 {
        padding: 50px 0 0;
    }
    .title-section img.title-img {
        max-height: 32px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        width: 60px;
        font-size: 11px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        margin-right: 8px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        width: 155px;
        font-size: 12px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        padding-left: 67px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(3) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(4) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(5) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(6) span:nth-child(3) {
        width: calc(100% - 70px);
        padding-left: 0;
    }
    .purpose-child>img {
        max-height: 250px;
    }
    .cost-pilotexperiment-openrec-menu a:nth-child(4), .cost-pilotexperiment-openrec-menu a:nth-child(5) {
        margin: 15px 0 0;
    }
    .cost-pilotexperiment-openrec-menu {
        max-width: 330px;
    }
    div#home {
        background-size: 166px, 151px;
        background-position: calc(50% - 105px) top, calc(50% + 125px) top;
    }
}

@media (max-width: 360px) {
    .top04 .btn01 span {
        background-size: 22px,20px;
        background-position: left 18px center, right 18px center;
    }
    .project-child:last-child {
        margin: 20px auto 0;
        width: 230px;
    }
    .top02 .btn01 p {
        background-size: 20px, 16px;
        background-position: left 25px center, right 22px center;
    }
    .project-child:last-child h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .top05 .btn01 p {
        background-size: 24px,20px;
    }
    .secretariat-child h5 {
        font-size: 16px;
        letter-spacing: 0.04em;
    }
    .secretariat-child p {
        letter-spacing: 0.04em;
    }
    .secretariat-child:first-child {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
    .secretariat-inner {
        margin-bottom: 30px;
    }
    .title-section h3 {
        font-size: 24px;
    }
    .title-section p {
        margin-top: 22px;
    }
    .cost-pilotexperiment-openrec-menu a {
        font-size: 13px;
    }
    .cost-pilotexperiment-openrec-menu a img:first-child {
        max-height: 36px;
        margin-bottom: 6px;
    }
    .cost-pilotexperiment-openrec-menu a img:last-child {
        margin-top: 6px;
        max-width: 7px;
    }
    .cost-pilotexperiment-openrec-menu a:nth-child(4), .cost-pilotexperiment-openrec-menu a:nth-child(5) {
        margin: 10px 0 0;
    }
    .purpose-child:first-child {
        margin-top: 15px;
    }
    a.anc.top_back {
        width: 35px;
        height: 34px;
        background-size: 35px;
    }
    .project-inner h3 {
        font-size: 15px;
    }
    .project-inner p {
        font-size: 13px;
    }
    .project-inner:first-child h3 {
        margin-bottom: 8px;
    }
    .project-inner p.font16, .project-inner p a {
        font-size: 12px;
    }
    .project-inner:nth-child(n+2) {
        margin-top: 25px;
    }
    .project-inner p a {
        background-size: 13px;
        padding-right: 22px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        letter-spacing: 0.01em;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child:after {
        height: 80px;
        bottom: -80px;
    }
    p.none360 {
        display: none;
    }
    .secretariat-child p span {
        display: block;
        margin-bottom: 8px;
    }
    .secretariat-child p:nth-child(n+3) {
        margin-top: 15px;
    }
    .cost-pilotexperiment-openrec-menu {
        max-width: 300px;
        margin: 0 auto 35px;
    }
    h1 img {
        width: 210px;
    }
    .vertical-align .container-mid {
        padding-top: 60px;
    }
    div#home {
        background-size: 156px, 140px;
        background-position: calc(50% - 105px) top, calc(50% + 115px) top;
    }
}

@media (min-width: 361px) {
    p.none361 {
        display: none;
    }
}

@media (max-width: 340px) {
    .top02 .pushdown:before,
    .top04 .pushdown:before,
    .top05 .pushdown:before {
        top: 5px;
    }
    .top02 .pushdown:hover p,
    .top04 .pushdown:hover span,
    .top05 .pushdown:hover p {
        transform: translateY(5px);
    }
    .project-child:last-child {
        margin: 20px auto 0;
        width: 220px;
    }
    .top02 .btn01 p {
        background-size: 18px, 15px;
        background-position: left 23px center, right 22px center;
    }
    .project-child:last-child h4 {
        background-position: left 5px center, right 5px center;
    }
    .top04 .btn01 span,
    .top05 .btn01 p {
        font-size: 15px;
        background-position: left 15px center, right 15px center;
    }
    .top04 .btn01 span {
        background-size: 20px, 18px;
        background-position: left 15px center, right 15px center;
    }
    .top05 .btn01 p {
        background-size: 22px,18px;
        padding: 11px 20px;
    }
    .top05 .btn01 p span {
        margin-top: 3px;
        font-size: 11px;
    }
    .tel-info-detail h3 {
        font-size: 24px;
        padding-left: 28px;
    }
    .tel-info-detail h3:before {
        top: 2px;
    }
    .tel-info-detail p {
        font-size: 14px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        margin-bottom: 6px;
    }
    .contactbtn-sec-inner, .top05 .btn01 span {
        min-height: 75px;
    }
    .page-content.top05 {
        padding: 45px 0 55px;
    }
    .page-content.top03, .page-content.top04 {
        padding: 45px 0 60px;
    }
    .page-content.top02 {
        padding: 45px 0 0;
    }
    .purpose-child>img {
        max-height: 240px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2), .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        letter-spacing: 0;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        width: 150px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        width: 55px;
    }
    .project-sec, .guideline-sec {
        margin-top: 25px;
    }
    .project-sec, .guideline-sec .tab-content {
        padding: 15px;
        border-radius: 5px;
    }
    .project-sec {
        padding-bottom: 20px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(3) {
        padding-left: 63px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(3) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(4) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(5) span:nth-child(3),
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(6) span:nth-child(3) {
        width: calc(100% - 65px);
        padding-left: 0;
    }
    .purpose-block p {
        margin-top: 18px;
    }
    .cost-pilotexperiment-openrec-menu {
        max-width: 280px;
        margin: 0 auto 30px;
    }
    h1 img {
        width: 200px;
    }
    div#home {
        background-size: 151px, 135px;
        background-position: calc(50% - 100px) top, calc(50% + 110px) top;
    }
}

.page-content.top03.add0828 {
    padding-bottom: 0;
    background-image: none;
}
.top03 .title-section p.add0828 {
    color: #ffffff;
    margin-bottom: 0;
}
.link-btn-sec {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link-btn-sec .btn01 p {
    position: relative;
    z-index: 2;
    display: block;
    padding: 35px 20px;
    background: #FFFFBB;
    border-radius: 50px;
    font-weight: bold;
    color: #009844;
    font-size: 19px;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
    line-height: 1em;
    transition: all 0.3s ease;
    background-image: url(../img/6_bt.png), url(../img/5_icon2_mail.png);
    background-repeat: no-repeat;
    background-size: 30px, 30px;
    background-position: left 35px center, right 25px center;
    margin-bottom: 0;
}
.link-btn-sec .btn01 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 50px;
    outline: none;
    transition: all 0.3s ease;
    width: calc(50% - 20px);
}
.link-btn-sec .pushdown:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgba(79, 55, 47, 0.3);
}
.link-btn-sec .btn01:hover {
    border-color: transparent;
}
.link-btn-sec .pushdown:hover p {
    background-image: url(../img/6_bt_on.png), url(../img/5_icon2_mail_on.png);
    background-color: #F49351;
    color: #FFFFFF;
    transform: translateY(8px);
}
.secretariat-child h5 span {
    font-size: 17px;
    margin-top: 5px;
    display: block;
    padding-right: 80px;
}
@media (max-width: 1199px) {
  .link-btn-sec .btn01 p {
      font-size: 18px;
      letter-spacing: 0.1em;
      text-indent: 0.1em;
      background-size: 27px, 27px;
  }
}
@media (max-width: 991px) {
  .link-btn-sec .btn01 {
      width: 80%;
  }
  .link-btn-sec {
      justify-content: center;
      flex-wrap: wrap;
  }
  .link-btn-sec .btn01:last-child {
      margin-top: 38px;
  }
  .secretariat-child h5 span {
      padding-right: 0;
  }
}
@media (max-width: 767px) {
  .link-btn-sec {
      margin-top: 45px;
  }
  .link-btn-sec .btn01,
  .link-btn-sec .btn01 p,
  .link-btn-sec .pushdown:before {
      border-radius: 10px;
  }
  .link-btn-sec .btn01 p {
      background-position: left 30px center, right 30px center;
  }
}
@media (max-width: 660px) {
  .link-btn-sec .btn01 {
      width: 85%;
  }
}
@media (max-width: 640px) {
  .link-btn-sec .btn01 {
      width: 90%;
  }
  .secretariat-child h5 span {
      font-size: 16px;
  }
}
@media (max-width: 599px) {
  .link-btn-sec .btn01 {
      width: 95%;
  }
}
@media (max-width: 575px) {
  .link-btn-sec {
      margin-top: 35px;
  }
  .link-btn-sec .btn01 {
      width: 100%;
  }
  .top03 .title-section p.add0828 {
      text-align: justify;
  }
  .top03 .title-section p.add0828 br {
      display: none;
  }
}
@media (max-width: 540px) {
  .link-btn-sec .btn01 p {
      background-size: 24px, 24px;
  }
}
@media (max-width: 500px) {
  .link-btn-sec .btn01 p {
      font-size: 17px;
      padding: 28px;
      background-position: left 25px center, right 25px center;
  }
  .secretariat-child h5 span {
      font-size: 15px;
  }
}
@media (max-width: 479px) {
  .link-btn-sec {
      margin-top: 30px;
  }
}
@media (max-width: 440px) {
  .link-btn-sec .btn01 p {
      font-size: 16px;
      padding: 25px;
      letter-spacing: 0.08em;
      text-indent: 0.08em;
  }
}
@media (max-width: 428px) {
  .link-btn-sec .btn01 p {
      letter-spacing: 0.06em;
      text-indent: 0.06em;
      background-size: 21px, 21px;
  }
}
@media (max-width: 414px) {
  .link-btn-sec .btn01 p {
      letter-spacing: 0.05em;
      text-indent: 0.05em;
      background-position: left 20px center, right 20px center;
  }
  .secretariat-child h5 span {
      font-size: 14px;
  }
}
@media (max-width: 390px) {
  .link-btn-sec .btn01 p {
      font-size: 15px;
  }
}
@media (max-width: 375px) {
  .link-btn-sec .btn01:last-child {
      margin-top: 33px;
  }
  .link-btn-sec .btn01 p {
      letter-spacing: 0.03em;
      text-indent: 0.03em;
  }
}
@media (max-width: 360px) {
  .link-btn-sec .btn01 p {
      background-size: 20px, 20px;
      background-position: left 18px center, right 18px center;
  }
}
@media (max-width: 350px) {
  .link-btn-sec .btn01 p {
      background-size: 19px, 19px;
      background-position: left 15px center, right 15px center;
  }
}
@media (max-width: 340px) {
  .link-btn-sec .btn01 p {
      background-size: 18px, 18px;
      letter-spacing: 0;
      text-indent: 0;
  }
  .link-btn-sec {
      margin-top: 25px;
  }
  .link-btn-sec .pushdown:before {
      top: 5px;
  }
  .link-btn-sec .pushdown:hover p {
      transform: translateY(5px);
  }
}
@media (max-width: 330px) {
  .link-btn-sec .btn01 p {
      background-size: 17px, 17px;
      background-position: left 12px center, right 12px center;
  }
}
