﻿/*==============================================
 Base
 ===============================================*/
* {
  font-family: "IBM Plex Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
.roboto {
  font-family: "Roboto", sans-serif !important;
}
body {
  color: #4D4D4D;
  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: #0062B0;
  font-weight: normal;
  line-height: 1.5;
}
h1, h2 {
  letter-spacing: 2px;
}
h3, h4 {
  letter-spacing: 2px;
}
h5, h6 {
  letter-spacing: 1px;
}
p {
  color: #4D4D4D;
}
h3.orange,
p.orange {
  color: #FF891D;
}
h1.white,
h3.white,
p.white {
  color: #ffffff;
}

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; */
    padding-right: 15px;
    padding-left: 15px;
}

/*==============================================
 Body
 ===============================================*/
.body-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page-content {
  display: block;
  width: 100%;
  padding: 120px 0;
  position: relative;
}

/*==============================================
 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: #FF891D; */
    /* 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; */
    position: relative;
}
.foodtech-menu {
    /* width: 100%;
    max-width: 980px;
    padding: 0 30px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin: 0 auto 100px; */
    /* margin-bottom: 120px; */
}
.foodtech-menu a {
    display: block;
    margin: 0 auto;
    width: calc(100% / 6);
    border-right: 1px solid #CCCCCC;
}
.foodtech-menu a.comingsoon {
    pointer-events: none;
    opacity: 0.7;
}
.foodtech-menu a p {
    color: #0062B0;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1.5em;
    /* height: 42px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.foodtech-menu a:first-child {
    border-left: 1px solid #CCCCCC;
}
.foodtech-menu a:hover {
    opacity: 0.8;
}
.foodtech-menu a img {
    display: block;
    margin: 0 auto;
}
.foodtech-menu a img:first-child {
    margin-bottom: 10px;
    max-height: 50px;
}
.foodtech-menu a img:last-child {
    margin-top: 15px;
    max-width: 12px;
}
.foodtech-menu a.coming-soon {
    pointer-events: none;
}
.title-section p {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.16em;
    text-indent: 0.16em;
    font-weight: bold;
}
.title-section h3,
.project-sec>h3,
.gaiyou-sec>h3,
.column2-flex-child>h3 {
    font-size: 40px;
    letter-spacing: 0.075em;
    line-height: 1em;
    margin-bottom: 60px;
    font-weight: bold;
}
.top02 .title-section h3,
.top03 .title-section h3,
.top05 .title-section h3 {
    color: #FFFFFF;
}
.top05 .title-section h3 {
    margin-top: 0;
}
.title-section p span {
    color: #009844;
}
.title-section img.title-img {
    max-height: 72px;
}
.page-content.top02 {
    /* background-color: #FFF8E6; */
    background-image: url(../img/bg_text2x.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 100%;
    padding-top: 90px;
}
.page-content.top02-2 {
    background-image: url(../img/bg_blue2x.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 356px;
    padding-top: 200px;
}
.page-content.top02-3 {
    background-image: url(../img/bg_gray2x.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 356px;
    padding-top: 200px;
}
.project-sec {
    background-color: #FFFFFF;
    /* border-radius: 28.5px; */
    /* padding: 40px 60px 68px; */
    padding: 0 60px 68px;
    /* margin-top: 100px; */
    position: relative;
    width: calc(100% + 120px);
    margin-left: -60px;
}
.project-sec.bg-blue {
    background-color: #0062B0;
    background-image: url(../img/isome_22x.png);
    background-position: right 60px bottom 60px;
    background-repeat: no-repeat;
    background-size: 198px;
    padding: 0 60px 60px;
}
.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 .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.guideline-sec .tab-content {
    width: 100%;
    padding: 100px;
    border-radius: 38px;
    background-color: #FFFFFF;
}
.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: #FFFFDD;
    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: #FFFFF4;
    /* background-color: rgba(243, 243, 238, 0.4); */
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
    color: #fff;
    background-color: #FF5204;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    margin-right: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 32px;
    width: 32px;
    height: 32px;
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child:after {
    content: "";
    width: 5px;
    height: 25px;
    background-color: #FFDB00;
    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: 15px;
    bottom: -15px;
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1:last-child span:first-child:before {
    content: "";
    width: 21px;
    height: 12px;
    background-color: transparent;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url(../img/hojyo21.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
    color: #FF5204;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: justify;
    display: block;
    position: relative;
}

.page-content.top04 {
    background-color: #FFFFFF;
    position: relative;
    padding-top: 170px;
}
.top04 .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;
}
.top04 .btn01 span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 39.5px 25px;
    background:#FFF476;
    border-radius: 15px;
    font-weight: bold;
    color:#FF891D;
    font-size: 21px;
    line-height: 1em;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
    transition: all 0.3s ease;
    background-image: url(../img/hojyo25.png),url(../img/hojyo14.png);
    background-repeat: no-repeat;
    background-size: 38px, 31px;
    background-position: left 50px center,right 30px center;
}
.top04 .pushdown:before {
    content:"";
    position: absolute;
    z-index: 1;
    top:8px;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(103, 79, 70, 0.3);
}
.top04 .pushdown:hover span {
    transform: translateY(8px);
}
.page-content.top05 {
    background-color: #0062B0;
    padding-bottom: 0;
}
.top05 .title-section p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.top05 .title-section h4 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.18em;
    text-indent: 0.18em;
    margin: 0 0 30px;
    line-height: 1em;
    font-weight: bold;
}
.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: 50px; */
    /* height: 50px; */
    /* border: 2px solid #E69100; */
    /* border-radius: 50px; */
    /* background-color: #fff; */
    position: absolute;
    /* top: -90px; */
    bottom: 30px;
    right: 30px;
    /* background-image: url(../img/up_2026.png); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 19px; */
    /* background-color: #E69100; */
    /* background-image: url(../img/up_on.png); */
    transition: 0.3s;
}
a.anc.top_back:hover {
    /* opacity: 0.8; */
    filter: brightness(1.1);
    transition: 0.3s;
}
a.anc.top_back img {
    max-height: 140px;
}
.project-inner h3 {
    color: #FF891D;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0.16em;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 2px solid #FF891D;
}
.project-inner p {
    color: #646364;
    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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 75px;
    position: relative;
}
.project-inner>img.abs {
    top: -40px;
    left: 0;
    max-height: 30px;
    position: absolute;
}
.project-inner:last-child h3 {
    width: 100%;
}
span a {
    color: #fbaa54;
}
span a:hover {
    color: #fbaa54;
    opacity: .8;
}
.project-sec>h3 {
    margin-bottom: 0;
}
.contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.contact-child>a {
    position: relative;
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */

    display: flex;
    flex-direction: column;   /* 子要素を縦に並べる */
    justify-content: center;  /* 【上下の中央】に寄せる設定 */
    align-items: flex-start;  /* 【左右の左端】に寄せる設定（ここがポイント！） */

    flex-wrap: wrap;
    text-align: justify;
    font-weight: bold;
    color: #0062B0;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.6em;
    height: 130px;
    border-radius: 10px;
    box-shadow: 0px 8px 0px #004494;
    background-color: #ffffff;
    background-image: url(../img/mail.png), url(../img/button_arrow_blue2x.png);
    background-size: 70px, 20px;
    background-repeat: no-repeat;
    background-position: left 35px center, right 30px center;
    border: 1px solid #0062B0;
    transition: 0.3s;
    padding-left: 130px;
    top: 0;
}
.contact-child:first-child>a {
    font-size: 45px;
    font-weight: 500;
    background-image: url(../img/call.png);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: left 35px center;
    box-shadow: none;
}
.contact-child>a>span {
    display: block;
    line-height: 1em;
}
.contact-child>a>span:first-child {
    color: #00B1C5;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.contact-child:last-child>a>span:first-child {
    margin-bottom: 15px;
}
.contact-child:last-child>a:hover {
    transition: 0.3s;
    top: 8px;
    box-shadow: none;
    color: #ffffff;
    background-color: #0062B0;
    background-image: url(../img/mail_on.png), url(../img/button_arrow_wh2x.png);
    border: 1px solid #ffffff;
}
.contact-child {
    width: calc(50% - 30px);
}
.page-content.news-session {
   background-color: #FFF8E6;
}
.page-content.top04 .title-section h3 {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.page-content.top04 .title-section h5 {
    margin: 40px 0 0;
    font-size: 30px;
    font-weight: bold;
    color: #646364;
}
.page-content.top07 {
    background-color: #FFF8E6;
    padding-bottom: 170px;
}
.page-content.top07 .title-section h3 {
    margin-bottom: 50px;
}

.project-sec>img.abs {
    position: absolute;
    max-height: 80px;
    top: -80px;
    left: 0;
}
.project-inner a {
    position: relative;
    width: calc(100%/2 - 35px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: justify;
    font-weight: 500;
    color: #0062B0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.6em;
    height: 85px;
    border-radius: 5px;
    box-shadow: 0px 8px 0px #0062B0;
    background-color: #ffffff;
    background-image: url(../img/description.png), url(../img/button_arrow_blue2x.png);
    background-size: 40px, 20px;
    background-repeat: no-repeat;
    background-position: left 30px center, right 30px center;
    border:1px solid #0062B0;
    transition: 0.3s;
    padding-left: 80px;
    padding-top: 5px;
    top: 0;
}
.project-inner a:hover {
    transition: 0.3s;
    top: 8px;
    box-shadow: none;
    color: #ffffff;
    background-color: #0062B0;
    background-image: url(../img/description_on.png), url(../img/button_arrow_wh2x.png);
}
.gaiyou-sec {
    /* background-color: #fff; */
    /* border-radius: 9px; */
    /* padding: 100px; */
    margin-top: 120px;
}
.gaiyou-sec>p {
    color: #646364;
    font-size: 17px;
    letter-spacing: 0.16em;
    line-height: 2.35em;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 0;
}
.page-content.top01 {
    background-color: #fff;
    padding: 30px 0;
}
.loop-sec {
    width: 100%;
}
.loop_wrap {
    display: flex;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    color: #ffffff;
    font-size: 180px;
}
.loop_wrap div:nth-child(odd) {
    animation: loop 100s -50s linear infinite;
    animation-direction: reverse;
}
.loop_wrap div:nth-child(even) {
    animation: loop2 100s linear infinite;
    animation-direction: reverse;
}
.loop_wrap div img {
    height: 300px;
    display: block;
}
.top05 .loop_wrap {
    margin-top: 120px;
    height: 120px;
}
.top05 .loop_wrap div img {
    height: 120px;
}
@keyframes loop {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0);
    }
}
.project-sec>h5,
.project-sec>h3 {
    position: relative;
    top: -25px;
}
.bg-blue.project-sec>h5,
.bg-blue.project-sec>h3,
.bg-blue.column2-flex-child>h5,
.bg-blue.column2-flex-child>h3,
.bg-blue.title-section h5,
.bg-blue.title-section h3 {
    color: #ffffff;
}
.bg-blue.project-sec>h5::before,
.bg-blue.project-sec>h5::after,
.bg-blue.column2-flex-child>h5::before,
.bg-blue.column2-flex-child>h5::after,
.bg-blue.title-section>h5::before,
.bg-blue.title-section>h5::after {
    background-color: #ffffff;
}
.gaiyou-sec>h5,
.project-sec>h5,
.column2-flex-child>h5,
.title-section>h5 {
    color: #00B1C5;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 1.5em;
    position: relative;
    padding-left: 25px;
    display: inline-block;
}
.gaiyou-sec>h5::before,
.project-sec>h5::before,
.column2-flex-child>h5::before,
.title-section>h5::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #00B1C5;
    z-index: 1;
    border-radius: 50%;
}
.gaiyou-sec>h5::after,
.project-sec>h5::after,
.column2-flex-child>h5::after,
.title-section>h5::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #3CA8C9;
    border-radius: 50%;
    opacity: 0;
    z-index: 0;
    animation: careerripple 2s infinite ease-out;
}
@keyframes careerripple {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.5); opacity: 0; }
}
.po-child>p {
    font-size: 18px;
    letter-spacing: 0.075em;
    line-height: 2em;
    margin: 0;
}
.po-child>p>span {
    color: #0062B0;
    background: linear-gradient(transparent 60%, #FFF05F 40%);
}
.po-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.po-child:last-child {
    width: 650px;
}
.po-child>h2 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 2.3em;
    margin: 0;
}
.bg-reveal {
  /* display: inline-block ではなく inline にするのがコツ！ */
  display: inline;
  line-height: 1.7; /* 行間の広さを調整（ここを広げると隙間ができます） */
  padding: 10px 20px 6px; /* 上下の色塗りの厚みと左右の余白 */
  /* 文字の後ろ側に背景を仕込む */
  background-image: linear-gradient(#0062B0, #0062B0); /* 塗りつぶしの色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 100%; /* 最初は横幅0% */
  /* アニメーションの設定 */
  transition: background-size 0.6s cubic-bezier(0.22, 1, 0.36, 1), color 0s 0.4s;
  /* 重なりの調整 */
  position: relative;
  color: transparent; /* 最初は文字を隠す */
  -webkit-box-decoration-break: clone; /* 改行しても各行にpaddingを適用させる魔法のプロパティ */
  box-decoration-break: clone;
}
/* JavaScriptでactiveがついた時 */
.bg-reveal.active {
  background-size: 100% 100%; /* 横幅を100%に伸ばす */
  color: #fff; /* 文字を白く出す */
}
/* JavaScriptでactiveがついた時 */
.bg-reveal.active {
  color: #fff; /* 背景色の上でも見やすい文字色（白など）に変える */
}
.bg-reveal.active::after {
  width: 100%; /* 右端まで伸びて、そのまま止まる */
}
.project-sec.mt180 {
    margin-top: 180px;
    padding: 0 60px 60px;
}
.bg-palla {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 400px;
    background-image: url(../img/para_bg2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* 基本は固定しない（OS未判別時やモバイルOS時） */
    background-attachment: scroll;
}
.bg-palla.is-pc {
    background-attachment: fixed;
}
.bg-palla>img {
    max-height: 80px;
}
.column2-flex-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.column2-flex-child {
    width: 50%;
    padding: 120px;
    background-color: #00B1C5;
    background-image: url(../img/kadosankaku2x.png), url(../img/isome_32x.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 80px, 250px;
    background-position: right top, right 70px center;
}
.column2-flex-child:last-child {
    background-color: #00B3EC;
    background-image: url(../img/kadosankaku2x.png), url(../img/isome_42x.png);
}
.column2-flex-child>p {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.5em;
    color: #fff;
    font-weight: 500;
}
.column2-flex-child>a {
    position: relative;
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: justify;
    font-weight: 500;
    color: #00B1C5;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.6em;
    height: 85px;
    border-radius: 5px;
    box-shadow: 0px 8px 0px #007B98;
    background-color: #ffffff;
    background-image: url(../img/description2.png), url(../img/button_arrow_green2x.png);
    background-size: 40px, 20px;
    background-repeat: no-repeat;
    background-position: left 30px center, right 30px center;
    border: 1px solid #00B1C5;
    transition: 0.3s;
    padding-left: 90px;
    padding-top: 5px;
    top: 0;
    margin-top: 60px;
}
.column2-flex-child:last-child>a {
    border: 1px solid #00B3EC;
    box-shadow: 0px 8px 0px #007EDA;
    background-image: url(../img/link.png), url(../img/button_arrow_cyan2x.png);
    color: #00B3EC;
}
.column2-flex-child>a:hover {
    transition: 0.3s;
    top: 8px;
    box-shadow: none;
    color: #ffffff;
    background-color: #0062B0;
    background-image: url(../img/description_on.png), url(../img/button_arrow_wh2x.png);
}
.column2-flex-child:last-child>a:hover {
    background-image: url(../img/link_on.png), url(../img/button_arrow_wh2x.png);
}
.page-content.top02-4 {
    padding: 100px 0;
}
.link-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.link-child {
    width: 750px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.link-detail {
    width: calc(50% - 15px);
}
.title-section h3.mb0 {
    margin-bottom: 0;
}
.link-detail a {
    display: block;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    transition: 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
.link-detail a:hover {
    border: 3px solid #0062B0;
    transition: 0s;
}
.link-detail a img {
    max-height: 65px;
}
.sub-title h3,
.sub-title p {
    color: #fff;
    letter-spacing: 0;
    line-height: 1.8em;
    margin: 0;
}
.sub-title h3 {
    font-weight: bold;
    font-size: 24px;
}
.sub-title p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
.project-img {
    margin-top: 35px;
    background-image: url(../img/isome_12x.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 274px;
}
.project-img img {
    max-height: 540px;
}
.keihi-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.keihi-child {
    width: calc(100% / 5 - 12px);
}
.keihi-child:nth-child(n+2) {
    margin-left: 15px;
}
.keihi-child:nth-child(5n+1) {
    margin-left: 0;
}
.keihi-child:nth-child(n+6) {
    margin-top: 15px;
}
.keihi-sec {
    margin-top: 35px;
}
.keihi-sec h3 {
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0;
    font-weight: bold;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}
.keihi-sec h3.mt60,
.keihi-inner2 {
    margin-top: 60px;
}
.keihi-inner2 {
    border-top: 1px solid #fff;
    padding-top: 30px;
    width: calc(100% - 250px);
}
.keihi-sec h3 span,
.keihi-inner2 p span {
    color: #FFEB31;
}
.keihi-inner2 p {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.page-content.top02.kasou-header {
    padding: 150px 0;
    background-image: url(../img/header_text2x.png);
    background-position: center;
}
.kasou-header-inner h1 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1em;
}
.kasou-header-inner .po-child:last-child {
    width: 100%;
}
.kasou-header-inner .po-child>h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 2.3em;
}
.opencall-inner.mt60,
.opencall-inner.mt35,
.flow-2 {
    margin-top: 35px;
}
.opencall-inner h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8em;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.opencall-inner p,
.opencall-inner a {
    color: #4D4D4D;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.8em;
    margin: 0;
    /* padding-left: 1.3em;
    text-indent: -1.3em; */
}
.opencall-inner a {
    text-decoration: underline !important;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}
.opencall-inner a:hover {
    transition: 0.3s;
    text-decoration: none !important;
    opacity: 0.8;
}
.opencall-inner a img {
    max-height: 28px;
    position: absolute;
    right: -30px;
    top: 0;
}
.opencall-inner h5 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8em;
    margin: 0;
}
.opencall-inner h5 span {
    background: linear-gradient(transparent 60%, #FFEB31 40%);
}
.opencall-sec .project-inner {
    margin-top: 15px;
}
.opencall-sec .project-inner a {
    font-size: 22px;
    width: calc(100% / 2 - 30px);
    background-color: #FFEB31;
    border: 1px solid #FFEB31;
    padding-left: 85px;
}
.opencall-sec .project-inner a:last-child {
    background-image: url(../img/how_to_vote.png), url(../img/button_arrow_blue2x.png);
}
.opencall-sec .project-inner a:hover {
    background-color: #0062B0;
    border: 1px solid #0062B0;
}
.opencall-sec .project-inner a:last-child:hover {
    background-image: url(../img/how_to_vote_on.png), url(../img/button_arrow_wh2x.png);
}
.bg-bj {
    background-color: #E7F4FC;
    padding: 25px 30px 38px;
    margin-top: 38px;
}
.bg-bj p {
    letter-spacing: 0.16em;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2em;
    text-align: justify;
}
.bg-bj p>span.color-green {
    color: #0062B0;
    background: linear-gradient(transparent 70%, #FFF05F 30%);
}
.dl-sec a {
    position: relative;
    width: 540px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: justify;
    font-weight: 500;
    color: #0062B0;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.6em;
    height: 85px;
    border-radius: 5px;
    box-shadow: 0px 8px 0px #0062B0;
    background-color: #ffffff;
    background-image: url(../img/account_circle.png), url(../img/button_arrow_blue2x.png);
    background-size: 40px, 20px;
    background-repeat: no-repeat;
    background-position: left 30px center, right 30px center;
    border: 1px solid #0062B0;
    transition: 0.3s;
    padding-left: 85px;
    padding-top: 5px;
    top: 0;
    margin: 20px auto 0;
}
.bg-bj h4 {
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 2em;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-weight: 500;
}
.bg-bj h4>span.color-red {
    color: #FA7700;
    font-weight: 500;
    letter-spacing: 0.06em;
    display: inline-block;
    margin-right: 20px;
    font-size: 1.2em;
    padding-left: 45px;
    background-image: url(../img/warning.png);
    background-position: center left;
    background-size: 35px;
    background-repeat: no-repeat;
}
.dl-sec a:hover {
    transition: 0.3s;
    top: 8px;
    box-shadow: none;
    color: #ffffff;
    background-color: #0062B0;
    background-image: url(../img/account_circle_on.png), url(../img/button_arrow_wh2x.png);
}
.opencall-inner p.text-small {
    font-size: 15px;
}
.flow-2 .flow-2-1 {
    background-color: #E7F4FC;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    align-items: center;
}
.flow-2 .flow-2-1:nth-child(even) {
    background-color: #FFFFFF;
}
.flow-2 .flow-2-1 span:first-child {
    color: #fff;
    background-color: #0062B0;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    width: 32px;
    padding: 3px;
    padding-bottom: 1px;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif !important;
    justify-content: center;
}
.flow-2 .flow-2-1 span:last-child {
    color: #0062B0;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    display: block;
}
.flow-2 .flow-2-1 span:first-child:after {
    content: "";
    width: 6px;
    height: 20px;
    background-color: #FFDB00;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.flow-2 .flow-2-1:last-child span:first-child:before {
    content: "";
    width: 17px;
    height: 8px;
    background-color: transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url(../img/shita2x.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.flow-2 .flow-2-1:last-child span:first-child:after {
    display: none;
}
.flow-2 .flow-2-1:nth-child(7) span:first-child:after {
    height: 13px;
    bottom: -13px;
}
.opencall-sec .project-sec {
    position: relative;
}
.project-sec>img.abs2 {
    position: absolute;
    max-height: 1100px;
    top: -80px;
    left: -200px;
}

@media (max-width: 1850px) {
  .column2-flex-child {
      background-size: 70px, 200px;
      background-position: right top, right 50px center;
  }
}

@media (min-width: 1751px) {
  br.none1751 {
    display: none;
  }
}

@media (max-width: 1700px) {
    .project-sec>img.abs2 {
        max-height: 1000px;
        left: -150px;
    }
}

@media (max-width: 1650px) {
    .column2-flex-child {
        padding: 100px;
    }
}

@media (max-width: 1600px) {
    .column2-flex-child {
        padding: 80px;
        background-size: 60px, 180px;
        background-position: right top, right 40px center;
    }
    .project-sec>img.abs2 {
        left: -120px;
    }
}

@media (max-width: 1550px) {
    .project-sec>img.abs2 {
        left: -100px;
        max-height: 900px;
    }
}

@media (max-width: 1500px) {
    .column2-flex-child {
        padding: 60px;
        background-size: 60px, 150px;
    }
    .project-sec>img.abs2 {
        left: -90px;
        max-height: 800px;
    }



  .page-content.top07 {
      padding-bottom: 160px;
  }
  .page-content.top04 {
      padding-top: 160px;
  }
}

@media (max-width: 1450px) {
    .project-sec>img.abs2 {
        max-height: 0;
    }
}

@media (max-width: 1400px) {
  .column2-flex-child>p,
  .column2-flex-child>a,
  .top05 .title-section p,
  .project-inner a,
  .contact-child>a>span:first-child,
  .po-child>p,
  .opencall-inner p, .opencall-inner a {
      font-size: 17px;
  }
  .sub-title h3,
  .keihi-sec h3,
  .opencall-inner h3 {
      font-size: 23px;
  }
  .keihi-sec h3 {
      margin-bottom: 25px;
  }
  .column2-flex-child>a {
      margin-top: 50px;
      width: 370px;
      height: 80px;
  }
  .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
      font-size: 38px;
      letter-spacing: 0.06em;
      margin-bottom: 50px;
  }
  .gaiyou-sec>h5, .project-sec>h5, .column2-flex-child>h5, .title-section>h5 {
      font-size: 19px;
      margin-bottom: 15px;
  }
  .po-child>h2 {
      font-size: 30px;
  }
  .keihi-sec h3.mt60, .keihi-inner2 {
      margin-top: 50px;
  }
  .project-inner {
      margin-top: 65px;
  }
  .project-sec>h3 {
      margin-bottom: 0;
  }
  .project-img,
  .keihi-sec,
  .opencall-inner.mt60, .flow-2 {
      margin-top: 25px;
  }
  .kasou-header-inner h1 {
      font-size: 46px;
      margin-bottom: 25px;
  }
  .kasou-header-inner .po-child>h2 {
      font-size: 38px;
      letter-spacing: 0.06em;
  }
}

@media (max-width: 1350px) {
    .column2-flex-child {
        padding: 50px;
        background-size: 50px, 140px;
        background-position: right top, right 30px bottom 40px;
    }
}

@media (max-width: 1300px) {
    .column2-flex-child {
        padding: 40px 40px 48px;
    }
    .project-sec {
        width: 100%;
        margin-left: 0;
    }
    .project-img img {
        max-height: 500px;
    }
    .project-img {
        background-size: 244px;
    }
    .dl-sec a {
        width: 480px;
    }
}

@media (max-width: 1250px) {
    .column2-flex-child>p, .column2-flex-child>a, .top05 .title-section p, .project-inner a, .contact-child>a>span:first-child, .po-child>p,
    .opencall-inner p, .opencall-inner a {
        font-size: 16px;
    }
    .column2-flex-child>a {
        width: 350px;
    }
    .column2-flex-child {
        background-position: right top, right 30px bottom 40px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
        font-size: 36px;
    }
    .gaiyou-sec>h5, .project-sec>h5, .column2-flex-child>h5, .title-section>h5 {
        font-size: 18px;
        padding-left: 22px;
    }
    .sub-title h3, .keihi-sec h3, .opencall-inner h3 {
        font-size: 22px;
    }
    .opencall-inner h3 {
        padding-bottom: 8px;
    }
    .opencall-sec .project-inner a,
    .dl-sec a {
        font-size: 20px;
    }
    .kasou-header-inner h1 {
        font-size: 44px;
        margin-bottom: 20px;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 36px;
    }
    .opencall-inner h5,
    .bg-bj h4 {
        font-size: 19px;
    }
    .bg-bj h4>span.color-red {
        padding-left: 40px;
        background-size: 32px;
    }
}

@media (max-width: 1199px) {
    .opencall-inner a img {
        max-height: 25px;
        right: -25px;
    }
    .top05 .loop_wrap {
        margin-top: 110px;
        height: 110px;
    }
    .top05 .loop_wrap div img {
        height: 110px;
    }
    .page-content.top02-4 {
        padding: 90px 0;
    }
    .link-child {
        width: 680px;
    }
    .link-detail a {
        height: 110px;
    }
    .link-detail a img {
        max-height: 60px;
    }
    .bg-palla>img {
        max-height: 65px;
    }
    .bg-palla {
        height: 350px;
    }
    .gaiyou-sec {
        margin-top: 110px;
    }
    .loop_wrap div img,
    .loop_wrap {
        height: 270px;
    }
    .contact-child {
        width: calc(50% - 20px);
    }
    .contact-child>a {
        font-size: 22px;
        height: 110px;
        background-size: 45px, 20px;
        background-position: left 20px center, right 20px center;
        padding-left: 80px;
    }
    .contact-child:last-child>a>span:first-child {
        margin-bottom: 10px;
    }
    .contact-child:first-child>a {
        font-size: 38px;
        background-size: 45px;
        background-position: left 20px center;
    }
    .page-content {
        padding: 110px 0;
    }
    .project-inner {
        margin-top: 55px;
    }

    .page-content.top04 .title-section h5 {
        margin: 30px 0 0;
        font-size: 28px;
    }
    .project-sec {
        margin-top: 80px;
    }
    .project-inner h3 {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .project-inner p {
        font-size: 18px;
    }
    .project-inner:last-child a {
        height: 80px;
    }
    .column2-flex-child {
        background-size: 50px, 0;
    }
    .project-sec.bg-blue {
        background-size: 138px;
    }
    .keihi-inner2 {
        width: calc(100% - 153px);
        padding-top: 25px;
    }
    .keihi-inner2 p {
        font-size: 13px;
    }
    .project-sec.bg-blue {
        padding: 0 50px 50px;
        background-position: right 50px bottom 50px;
    }
    .project-sec.mt180 {
        margin-top: 170px;
        padding: 0 50px 50px;
    }
    .project-img img {
        max-height: 400px;
    }
    .project-inner>img.abs {
        top: -35px;
        max-height: 25px;
    }
    .project-img {
        background-size: 204px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
        font-size: 34px;
    }
    .gaiyou-sec>h5, .project-sec>h5, .column2-flex-child>h5, .title-section>h5 {
        font-size: 17px;
    }
    .project-sec>img.abs {
        top: -70px;
    }
    .sub-title h3, .keihi-sec h3 {
        font-size: 21px;
    }
    .keihi-sec h3 {
        margin-bottom: 20px;
    }
    .project-sec {
        margin-top: 70px;
    }
    .page-content.top02-2,
    .page-content.top02-3 {
        padding-top: 110px;
    }
    .po-child:last-child {
        width: 500px;
    }
    .po-child>h2 {
        font-size: 28px;
    }
    .opencall-inner p.text-small {
        font-size: 14px;
    }
    .opencall-sec .project-inner a {
        width: calc(100% / 2 - 15px);
    }
    .opencall-sec .project-inner a, .dl-sec a {
        font-size: 18px;
        background-position: left 25px center, right 25px center;
        height: 80px;
    }
    .dl-sec a {
        width: 405px;
    }
    .page-content.top02.kasou-header {
        padding: 140px 0;
    }



    .page-content.top07 {
        padding-bottom: 130px;
    }
    .page-content.top04 {
        padding-top: 130px;
    }
    .project-sec {
        padding: 0 50px 58px;
    }
}

@media (max-width: 991px) {
    .page-content.top04 .title-section h5 {
        margin: 25px 0 0;
        font-size: 26px;
    }
    .page-content,
    .page-content.top04 {
      padding: 90px 0;
    }
    .foodtech-menu a p {
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        font-size: 13px;
        line-height: 1.4em;
        height: 36px;
        margin-bottom: 5px;
    }
    .foodtech-menu a img:first-child {
        margin-bottom: 5px;
        max-height: 40px;
    }
    .foodtech-menu a img:last-child {
        margin-top: 10px;
        max-width: 11px;
    }
    .project-img img {
        max-height: 450px;
    }
    .project-img {
        background-size: 0;
    }
    .bg-palla>img {
        max-height: 52px;
    }
    .bg-palla {
        height: 300px;
    }
    .top05 .loop_wrap {
        margin-top: 90px;
        height: 90px;
    }
    .contact-child {
        width: 450px;
        margin: 0 auto;
    }
    .contact-child:last-child {
        margin-top: 20px;
    }
    .sub-title h3, .keihi-sec h3 {
        font-size: 20px;
    }
    .sub-title p {
        font-size: 15px;
    }
    .page-content.top02-4 {
        padding: 70px 0;
    }
    .link-child {
        width: 100%;
        margin-top: 40px;
    }
    .column2-flex-child {
        width: 100%;
    }
    .column2-flex-child {
        background-size: 50px, 150px;
        background-position: right top, right 50px center;
        padding: 50px 50px 58px;
    }
    .column2-flex-child>a {
        margin-top: 40px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
        margin-bottom: 40px;
    }
    .project-sec>h3 {
        margin-bottom: 0;
    }
    .keihi-child {
        width: calc(100% / 4 - 15px);
    }
    .keihi-child:nth-child(n+2) {
        margin-left: 20px;
    }
    .keihi-child:nth-child(n+5) {
        margin-top: 20px;
    }
    .keihi-child:nth-child(4n+1) {
        margin-left: 0;
    }
    .keihi-inner2 p {
        font-size: 12px;
    }
    .page-content.top02-2, .page-content.top02-3 {
        padding-top: 90px;
    }
    .project-img, .keihi-sec {
        margin-top: 15px;
    }
    .project-inner:last-child a {
        width: 350px;
        margin: 0 auto;
    }
    .loop_wrap div img, .loop_wrap {
        height: 240px;
    }
    .column2-flex-child>p, .column2-flex-child>a, .top05 .title-section p, .project-inner a, .contact-child>a>span:first-child, .po-child>p {
        font-size: 15px;
    }
    .po-child:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .po-child>h2 {
        font-size: 26px;
    }
    .gaiyou-sec {
        margin-top: 90px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
        font-size: 32px;
    }
    .project-inner {
        margin-top: 50px;
    }
    .project-inner>img.abs {
        left: calc(50% - 175px);
    }
    .top05 .loop_wrap div img {
        height: 90px;
    }
    .project-sec.mt180 {
        margin-top: 140px;
    }
    .kasou-header-inner h1 {
        font-size: 42px;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 34px;
    }
    .page-content.top02.kasou-header {
        padding: 120px 0;
    }
    .opencall-inner.mt60, .flow-2 {
        margin-top: 15px;
    }
    .opencall-inner h3 {
        font-size: 20px;
    }
    .opencall-inner p, .opencall-inner a, .bg-bj p {
        font-size: 15px;
    }
    .opencall-inner h5, .bg-bj h4 {
        font-size: 18px;
    }
    .opencall-inner.mt35 {
        margin-top: 30px;
    }
    .bg-bj h4>span.color-red {
        padding-left: 35px;
        background-size: 30px;
    }
    .opencall-sec .project-inner a {
        width: 100%;
    }
    .opencall-sec .project-inner a:last-child {
        margin-top: 28px;
    }
    .dl-sec a {
        width: 100%;
    }
    .flow-2 .flow-2-1 span:last-child {
        font-size: 16px;
    }
        .opencall-inner a img {
            max-height: 24px;
        }
    .opencall-inner p.text-small {
        font-size: 13px;
    }



    .page-content.top07 {
        padding-bottom: 140px;
    }
    .top04 .btn01,
    .top04 .btn01 span,
    .top04 .pushdown:before {
        width: 400px;
    }
    .top04 .btn01 span {
        padding: 30px 20px;
        background-size: 33px, 26px;
        background-position: left 25px center, right 25px center;
        font-size: 18px;
        padding-left: 25px;
    }
    .page-content.top07 .title-section h3 {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 767px) {
    .page-content.top04 .title-section h5 {
        margin: 20px 0 0;
        font-size: 24px;
    }
    .page-content, .page-content.top04 {
      padding: 70px 0;
    }
    .foodtech-menu a p {
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        font-size: 12px;
        height: 32px;
    }
    .foodtech-menu a img:last-child {
        margin-top: 8px;
        max-width: 10px;
    }
    .foodtech-menu a img:first-child {
        max-height: 36px;
    }
    .gaiyou-sec {
        margin-top: 70px;
    }
    .po-child>h2 {
        font-size: 24px;
    }
    .loop_wrap div img, .loop_wrap {
        height: 210px;
    }
    .top05 .loop_wrap {
        margin-top: 70px;
        height: 70px;
    }
    .link-detail a img {
        max-height: 50px;
    }
    .link-detail a {
        height: 100px;
    }
    .project-sec.bg-blue {
        padding: 0 40px 40px;
        background-position: right 40px bottom 40px;
        background-size: 133px;
    }
    .sub-title h3, .keihi-sec h3 {
        font-size: 19px;
    }
    .project-sec>img.abs {
        top: -60px;
        max-height: 70px;
    }
    .project-sec {
        margin-top: 60px;
    }
    .bg-palla>img {
        max-height: 48px;
    }
    .project-sec {
        padding: 0 40px 48px;
    }
    .bg-palla {
        height: 270px;
    }
    .project-sec.mt180 {
        margin-top: 120px;
        padding: 0 40px 40px;
    }
    .bg-reveal {
        padding: 10px 15px 6px;
    }
    .top05 .loop_wrap div img {
        height: 70px;
    }
    .page-content.top02-2, .page-content.top02-3 {
        padding-top: 70px;
    }
    .page-content.top02 {
        padding-top: 70px;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 32px;
    }
    .opencall-inner p.text-small {
        font-size: 12px;
    }



    .page-content.top07 .title-section h3 {
        margin-bottom: 30px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        font-size: 16px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        font-size: 18px;
        margin-right: 15px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
    .page-content.top07 {
        padding-bottom: 120px;
    }
    .top05 .title-section h4 {
        font-size: 20px;
    }
}

@media (max-width: 699px) {
    img.none699 {
        display: none;
    }
    .bg-palla>img {
        max-height: 43px;
    }
    .column2-flex-child {
        background-size: 50px, 130px;
        background-position: right top, right 40px center;
        padding: 40px 40px 48px;
    }
    .project-sec.bg-blue {
        background-size: 118px;
    }
    .keihi-inner2 {
        width: calc(100% - 133px);
        padding-top: 20px;
    }
    .flow-2 .flow-2-1 span:last-child {
        font-size: 15px;
    }
}

@media (min-width: 700px) {
    img.none700,
    br.none700 {
        display: none;
    }
}

@media (max-width: 640px) {
    .foodtech-menu a {
        width: calc(100% / 3);
    }
    .foodtech-menu a:first-child,
    .foodtech-menu a:nth-child(4) {
        border-left: 1px solid #CCCCCC;
    }
    .foodtech-menu a:nth-child(n+4) {
        margin-top: 15px;
    }
    .bg-palla>img {
        max-height: 40px;
    }
    .bg-palla {
        height: 250px;
    }
    .loop_wrap div img, .loop_wrap {
        height: 180px;
    }
    .link-detail a img {
        max-height: 40px;
    }
    .link-detail a {
        height: 90px;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 30px;
        letter-spacing: 0.04em;
    }
    .kasou-header-inner h1 {
        font-size: 40px;
    }
    .page-content.top02.kasou-header {
        padding: 100px 0;
    }
    .flow-2 .flow-2-1 span:first-child {
        font-size: 15px;
        width: 27px;
        margin-right: 10px;
    }
    .flow-2 .flow-2-1 {
        padding: 10px;
    }
    .opencall-inner h3 {
        font-size: 18px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .opencall-inner h5, .bg-bj h4 {
        font-size: 17px;
    }
    .bg-bj h4>span.color-red {
        padding-left: 33px;
        background-size: 28px;
    }
}

@media (max-width: 599px) {
    .column2-flex-child {
        background-size: 50px, 0;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 28px;
        letter-spacing: 0;
    }
    .kasou-header-inner h1 {
        font-size: 38px;
    }
    .flow-2 .flow-2-1 span:last-child {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .page-content, .page-content.top04 {
        padding: 60px 0;
    }
    .column2-flex-child>p, .column2-flex-child>a, .top05 .title-section p, .project-inner a, .contact-child>a>span:first-child, .po-child>p {
        font-size: 14px;
    }
    .contact-child>a {
        font-size: 20px;
        height: 100px;
        background-size: 40px, 18px;
        padding-left: 75px;
    }
    .contact-child {
        width: 400px;
    }
    .contact-child:first-child>a {
        font-size: 36px;
        background-size: 40px;
    }
    .sub-title h3, .keihi-sec h3 {
        font-size: 18px;
    }
    .sub-title p {
        margin-top: 5px;
        font-size: 14px;
    }
    .contact-inner {
        margin-top: 30px;
    }
    .top05 .loop_wrap div img {
        height: 60px;
    }
    .top05 .loop_wrap {
        margin-top: 60px;
        height: 60px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
        font-size: 30px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
        margin-bottom: 35px;
    }
    .gaiyou-sec>h5, .project-sec>h5, .column2-flex-child>h5, .title-section>h5 {
        font-size: 16px;
        padding-left: 18px;
        margin-bottom: 10px;
    }
    .gaiyou-sec>h5::before, .project-sec>h5::before, .column2-flex-child>h5::before, .title-section>h5::before,
    .gaiyou-sec>h5::after, .project-sec>h5::after, .column2-flex-child>h5::after, .title-section>h5::after {
        width: 8px;
        height: 8px;
    }
    .column2-flex-child {
        background-size: 40px, 0;
    }
    .project-sec>h3 {
        margin-bottom: 0;
    }
    .project-img, .keihi-sec {
        margin-top: 10px;
    }
    .project-sec>img.abs {
        max-height: 65px;
    }
    .page-content.top02 {
        padding-top: 60px;
    }
    .gaiyou-sec {
        margin-top: 60px;
    }
    .po-child>h2 {
        font-size: 22px;
    }
    .bg-reveal {
        padding: 8px 10px 4px;
    }
    .bg-palla>img {
        max-height: 37px;
    }
    .bg-palla {
        height: 230px;
    }
    .loop_wrap div img, .loop_wrap {
        height: 150px;
    }
    .project-inner {
        margin-top: 45px;
    }
    .keihi-child {
        width: calc(100% / 3 - 10px);
    }
    .keihi-child:nth-child(n+2) {
        margin-left: 15px;
    }
    .keihi-child:nth-child(3n+1) {
        margin-left: 0;
    }
    .keihi-child:nth-child(n+4) {
        margin-top: 15px;
    }
    .keihi-sec h3.mt60, .keihi-inner2 {
        margin-top: 40px;
    }
    .keihi-inner2 {
        width: 100%;
        padding-top: 15px;
    }
    .project-sec.bg-blue {
        background-size: 0;
    }
    .column2-flex-child>a {
        margin-top: 35px;
    }
    .page-content.top02-4 {
        padding: 60px 0;
    }
    .page-content.top02-2, .page-content.top02-3 {
        padding-top: 60px;
    }
    .project-sec.mt180 {
        margin-top: 120px;
    }
    .opencall-inner.mt60, .flow-2 {
        margin-top: 10px;
    }
    .opencall-inner p, .opencall-inner a, .bg-bj p {
        font-size: 14px;
    }
    .opencall-inner h5, .bg-bj h4 {
        font-size: 16px;
    }
    .opencall-sec .project-inner a, .dl-sec a {
        font-size: 17px;
        height: 75px;
    }
    .bg-bj h4>span.color-red {
        padding-left: 32px;
        background-size: 26px;
    }
    .flow-2 .flow-2-1 span:first-child {
        font-size: 13px;
        width: 23px;
    }
    .flow-2 .flow-2-1 span:last-child {
        font-size: 13px;
    }
    .opencall-inner a img {
        max-height: 23px;
    }



    .page-content.top04 .title-section h5 {
        margin: 15px 0 0;
        font-size: 22px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        font-size: 15px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        font-size: 16px;
        margin-right: 12px;
        line-height: 28px;
        width: 28px;
        height: 28px;
    }
    .page-content.top07 .title-section h3 {
        margin-bottom: 25px;
    }
    .page-content.top07 {
        padding-bottom: 110px;
    }
    .top04 .btn01, .top04 .btn01 span, .top04 .pushdown:before {
        width: 350px;
    }
    .top04 .btn01 span {
        padding: 28px 15px;
        background-size: 28px, 23px;
        background-position: left 25px center, right 25px center;
        font-size: 17px;
        padding-left: 20px;
    }
}

@media (min-width: 576px) {
    br.none576 {
        display: none;
    }
}

@media (max-width: 540px) {
    .bg-palla>img {
        max-height: 34px;
    }
    .bg-bj {
        padding: 20px 25px 33px;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 26px;
    }
    .kasou-header-inner h1 {
        font-size: 36px;
    }
    .opencall-sec .project-inner a, .dl-sec a {
        font-size: 16px;
        background-position: left 20px center, right 20px center;
        background-size: 35px, 18px;
        padding-left: 75px;
    }
    .flow-2 .flow-2-1 span:first-child:after {
        height: 40px;
        bottom: -40px;
    }
    .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
        height: 22px;
        bottom: -22px;
    }
}

@media (min-width: 541px) {
    br.none541 {
        display: none;
    }
}

@media (max-width: 520px) {
    .bg-bj h4>span.color-red {
        margin-right: 10px;
        padding-left: 30px;
        background-size: 25px;
    }
    .bg-bj h4 {
        letter-spacing: 0.04em;
    }
}

@media (max-width: 500px) {
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        margin-right: 8px;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }
    .bg-palla>img {
        max-height: 32px;
    }
    img.none500 {
        display: none;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 25px;
    }
    .opencall-sec .project-inner a, .dl-sec a {
        font-size: 15px;
        background-position: left 20px center, right 20px center;
        background-size: 30px, 18px;
        padding-left: 65px;
    }
    .opencall-inner h5, .bg-bj h4 {
        font-size: 15px;
    }
    .bg-bj h4 {
        letter-spacing: 0;
    }
    .bg-bj h4>span.color-red {
        margin-right: 10px;
        padding-left: 28px;
        background-size: 24px;
        font-size: 1.1em;
    }
    .bg-bj h4 {
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
}

@media (min-width: 501px) {
    img.none501 {
        display: none;
    }
}

@media (max-width: 479px) {
    .contact-child {
        width: 100%;
    }
    .top05 .title-section p {
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
    .sub-title h3, .keihi-sec h3 {
        font-size: 17px;
    }
    .link-detail {
        width: 100%;
    }
    .link-detail:last-child {
        margin-top: 20px;
    }
    .column2-flex-child>a {
        width: 100%;
    }
    .keihi-child {
        width: calc(100% / 2 - 10px);
    }
    .keihi-child:nth-child(n+2) {
        margin-left: 20px;
    }
    .keihi-child:nth-child(2n+1) {
        margin-left: 0;
    }
    .keihi-child:nth-child(n+3) {
        margin-top: 20px;
    }
    .project-sec>img.abs {
        max-height: 60px;
    }
    .bg-palla>img {
        max-height: 29px;
    }
    .project-inner:last-child a {
        width: 100%;
    }
    .project-inner>img.abs {
        left: 0;
        top: -30px;
        max-height: 20px;
    }
    .project-inner {
        margin-top: 40px;
    }
    .page-content.top01 {
        padding: 20px 0;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 24px;
    }
    .kasou-header-inner h1 {
        font-size: 34px;
    }
    .page-content.top02.kasou-header {
        padding: 90px 0 80px;
    }
    .bg-bj h4>span.color-red {
        padding-left: 26px;
        background-size: 22px;
        display: block;
    }
    .opencall-sec .project-inner a, .dl-sec a {
        font-size: 14px;
        background-position: left 15px center, right 15px center;
        background-size: 25px, 15px;
        padding-left: 55px;
    }




    .page-content.top04 .title-section h5 {
        margin: 10px 0 0;
        font-size: 20px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        font-size: 14px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        font-size: 13px;
        margin-right: 10px;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }
}

@media (min-width: 480px) {
    br.none480 {
       display: none;
    }
}

@media (max-width: 460px) {
    .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;
        margin-right: 8px;
        line-height: 22px;
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 440px) {

}

@media (max-width: 430px) {
    .page-content, .page-content.top04 {
        padding: 50px 0;
    }
    .contact-child>a {
        font-size: 18px;
        height: 95px;
        background-size: 35px, 16px;
        padding-left: 70px;
    }
    .contact-child:first-child>a {
        font-size: 34px;
        background-size: 35px;
    }
    .top05 .loop_wrap div img {
        height: 50px;
    }
    .top05 .loop_wrap {
        margin-top: 58px;
        height: 50px;
    }
    .sub-title h3, .keihi-sec h3 {
        font-size: 16px;
    }
    .opencall-inner.mt60, .flow-2 {
        margin-top: 5px;
    }
    .column2-flex-child>p, .column2-flex-child>a, .top05 .title-section p, .project-inner a, .contact-child>a>span:first-child, .po-child>p {
        font-size: 13px;
    }
    .top05 .title-section p {
        margin-bottom: 15px;
        padding-bottom: 18px;
    }
    .page-content.top02-4 {
        padding: 50px 0;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
        font-size: 28px;
    }
    .project-inner:last-child a,
    .column2-flex-child>a {
        background-size: 35px, 18px;
        background-position: left 20px center, right 20px center;
        padding-left: 75px;
        height: 75px;
    }
    .project-sec {
        padding: 0 30px 38px;
    }
    .project-sec.bg-blue {
        padding: 0 30px 30px;
    }
    .project-sec>img.abs {
        max-height: 55px;
        top: -50px;
    }
    .project-sec {
        margin-top: 50px;
    }
    .page-content.top02-2, .page-content.top02-3 {
        padding-top: 50px;
    }
    .project-sec.mt180 {
        margin-top: 100px;
        padding: 0 30px 30px;
    }
    .bg-palla>img {
        max-height: 26px;
    }
    .bg-palla {
        height: 200px;
    }
    .po-child>h2 {
        font-size: 20px;
    }
    .gaiyou-sec {
        margin-top: 50px;
    }
    .page-content.top02 {
        padding-top: 50px;
    }
    .column2-flex-child {
        background-size: 30px, 0;
        padding: 30px 30px 38px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
        margin-bottom: 30px;
    }
    .column2-flex-child>a {
        margin-top: 30px;
    }
    .project-sec>h3 {
        margin-bottom: 0;
    }
    .project-img, .keihi-sec {
        margin-top: 5px;
    }
    .project-inner {
        margin-top: 35px;
    }
    .kasou-header-inner h1 {
        font-size: 32px;
    }
    .opencall-inner h3 {
        font-size: 17px;
    }
    .opencall-inner p, .opencall-inner a, .bg-bj p {
        font-size: 13px;
    }
    .opencall-sec .project-inner a, .dl-sec a {
        height: 70px;
    }
    .opencall-inner.mt35 {
        margin-top: 25px;
    }
    .flow-2 .flow-2-1 span:last-child {
        font-size: 12px;
    }
    .opencall-inner a img {
        max-height: 20px;
        right: -23px;
    }



    .page-content.top04 .title-section h5 {
        margin: 8px 0 0;
        font-size: 18px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        font-size: 13px;
        width: calc(100% - 30px);
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child:after {
        height: 30px;
        bottom: -30px;
    }
    .top04 .btn01, .top04 .btn01 span, .top04 .pushdown:before {
        width: 300px;
    }
    .top04 .btn01 span {
        padding: 25px 10px;
        background-size: 24px, 20px;
        background-position: left 15px center, right 15px center;
        font-size: 16px;
        padding-left: 15px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    .title-section p {
        font-size: 13px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    .top04 .title-section p {
        text-align: justify;
    }
}

@media (max-width: 414px) {
    .sub-title p {
        font-size: 13px;
    }
    .contact-child>a {
        font-size: 17px;
    }
    .contact-child:first-child>a {
        font-size: 32px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
        font-size: 26px;
    }
    .gaiyou-sec>h5, .project-sec>h5, .column2-flex-child>h5, .title-section>h5 {
        font-size: 15px;
        padding-left: 16px;
        margin-bottom: 8px;
    }
    .gaiyou-sec>h5::before, .project-sec>h5::before, .column2-flex-child>h5::before, .title-section>h5::before, .gaiyou-sec>h5::after, .project-sec>h5::after, .column2-flex-child>h5::after, .title-section>h5::after {
        top: 7px;
    }
    .po-child>h2 {
        font-size: 18px;
    }
    .bg-reveal {
        padding: 6px 8px 3px;
    }
    .po-child:last-child {
        margin-top: 15px;
    }
}

@media (max-width: 400px) {
    .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 {
        margin-right: 5px;
        line-height: 20px;
        width: 20px;
        height: 20px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        width: calc(100% - 25px);
    }
}

@media (max-width: 390px) {
    .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: 20px;
        padding-left: 20px;
    }
    a.anc.top_back {
        bottom: 20px;
        right: 20px;
    }
    .top05 .title-section p,
    .sub-title p {
        line-height: 1.6em;
        text-align: justify;
    }
    br.none480 {
        display: none;
    }
    .contact-child>a {
        font-size: 16px;
        height: 90px;
        background-size: 30px, 15px;
        padding-left: 60px;
        background-position: left 15px center, right 15px center;
    }
    .contact-child:first-child>a {
        font-size: 30px;
        background-size: 30px;
        background-position: left 15px center;
    }
    .project-sec.bg-blue {
        padding: 0 20px 20px;
    }
    .keihi-sec h3.mt60, .keihi-inner2 {
        margin-top: 30px;
    }
    .sub-title h3, .keihi-sec h3 {
        font-size: 15px;
    }
    .keihi-sec h3 {
        margin-bottom: 15px;
    }
    .keihi-child:nth-child(n+2) {
        margin-left: 10px;
    }
    .keihi-child {
        width: calc(100% / 2 - 5px);
    }
    .keihi-child:nth-child(n+3) {
        margin-top: 10px;
    }
    .project-sec>img.abs {
        max-height: 50px;
        top: -45px;
    }
    .project-sec {
        margin-top: 45px;
    }
    .bg-palla>img {
        max-height: 24px;
    }
    .bg-palla {
        height: 180px;
    }
    .project-inner:last-child a, .column2-flex-child>a {
        background-size: 30px, 15px;
        background-position: left 15px center, right 15px center;
        padding-left: 55px;
        height: 70px;
    }
    .keihi-child:nth-child(2n+1) {
        margin-left: 0;
    }
    .project-sec.mt180 {
        padding: 0 20px 20px;
    }
    .project-sec {
        padding: 0 20px 28px;
    }
    .kasou-header-inner .po-child>h2 br.none480,
    .opencall-sec .project-inner a br.none480,
    .dl-sec a br.none480 {
        display: block;
    }
    .page-content.top02.kasou-header {
        padding: 80px 0 75px;
    }
    .flow-2 .flow-2-1 span:first-child {
        font-size: 12px;
        width: 20px;
        margin-right: 8px;
    }



    .guideline-sec .tab-content > div .flow-2 .flow-2-1 {
        padding: 10px 15px;
    }
    .foodtech-menu a img:first-child {
        max-height: 32px;
    }
    .foodtech-menu a p {
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        font-size: 11px;
        height: 30px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
        height: 15px;
        bottom: -15px;
    }
    .top04 .btn01, .top04 .btn01 span, .top04 .pushdown:before {
        width: 100%;
    }
    .top04 .btn01 span {
        background-position: left 20px center, right 20px center;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        border-radius: 5px;
    }
    .top04 .pushdown:before {
        border-radius: 5px;
    }
    .top05 .title-section h4 {
        font-size: 15px;
    }
    .page-content.top07 .title-section h3 {
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .contact-child>a {
        font-size: 15px;
        height: 85px;
        background-size: 25px, 15px;
        padding-left: 55px;
    }
    .contact-child:first-child>a {
        font-size: 28px;
        background-size: 25px;
    }
    .opencall-inner h5, .bg-bj h4 {
        font-size: 14px;
    }
    .opencall-inner h3 {
        font-size: 16px;
    }
    .opencall-inner p, .opencall-inner a, .bg-bj p {
        font-size: 12px;
    }
    .opencall-inner a img {
        max-height: 19px;
        right: -22px;
    }
    .flow-2 .flow-2-1 {
        padding: 8px;
    }
    .flow-2 .flow-2-1 span:last-child {
        font-size: 11px;
    }
    .opencall-inner.mt35 {
        margin-top: 20px;
    }
    .bg-bj {
        padding: 15px 20px 28px;
    }
    .opencall-inner p.text-small {
        font-size: 11px;
    }
    .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
        height: 18px;
        bottom: -18px;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 23px;
    }
    .kasou-header-inner h1 {
        font-size: 30px;
    }



    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:nth-child(2) {
        font-size: 14px;
        letter-spacing: 0.08em;
        width: calc(100% - 35px);
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
        height: 20px;
        bottom: -20px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child {
        font-size: 13px;
        margin-right: 10px;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1 span:first-child:after {
        height: 80px;
        bottom: -80px;
    }
    .guideline-sec .tab-content > div .flow-2 .flow-2-1:last-child span:first-child:before {
        top: -11px;
    }
}

@media (max-width: 360px) {
    .column2-flex-child {
        background-size: 20px, 0;
        padding: 20px 20px 28px;
    }
    .loop_wrap div img, .loop_wrap {
        height: 130px;
    }
    .bg-palla {
        height: 150px;
    }
    .bg-palla>img {
        max-height: 22px;
    }
    .project-sec.mt180 {
        margin-top: 90px;
        padding: 0 20px 20px;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 22px;
    }
    .opencall-inner h5 span {
        display: inline-block;
    }
    .flow-2 .flow-2-1 span:first-child {
        font-size: 11px;
        width: 18px;
        margin-right: 5px;
    }
    .flow-2 .flow-2-1 {
        padding: 5px;
    }
    .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
        height: 13px;
        bottom: -13px;
    }
    .opencall-sec .project-inner a, .dl-sec a {
        font-size: 13px;
        height: 65px;
    }




    .page-content.top04 .title-section h5 {
        margin: 5px 0 0;
        font-size: 16px;
    }
    .foodtech-menu a img:first-child {
        max-height: 28px;
    }
    .top04 .btn01 span {
        background-position: left 15px center, right 15px center;
        font-size: 15px;
    }
}

@media (max-width: 340px) {
    .sub-title h3 {
        text-align: justify;
    }
    .project-sec>img.abs {
        max-height: 45px;
    }
    .title-section h3, .project-sec>h3, .gaiyou-sec>h3, .column2-flex-child>h3 {
        font-size: 24px;
    }
    .contact-child>a {
        font-size: 14px;
        height: 80px;
        background-size: 20px, 15px;
        padding-left: 45px;
        background-position: left 15px center, right 10px center;
    }
    .column2-flex-child>p, .column2-flex-child>a, .top05 .title-section p, .project-inner a, .contact-child>a>span:first-child, .po-child>p {
        font-size: 12px;
    }
    .contact-child:first-child>a {
        font-size: 26px;
        background-size: 20px;
    }
    .bg-palla>img {
        max-height: 20px;
    }
    .kasou-header-inner .po-child>h2 {
        font-size: 20px;
    }
    .kasou-header-inner h1 {
        font-size: 28px;
    }
    .bg-bj h4 {
        line-height: 1.6em;
    }
    .bg-bj h4>span.color-red {
        padding-left: 25px;
        background-size: 20px;
        margin-bottom: 3px;
    }
    .bg-bj {
        padding: 12px 15px 23px;
    }
}

.news-block {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* margin-bottom: 80px; */
    flex-wrap: wrap;
    border: 1px solid #0062B0;
}
.news-block-inner:first-child {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
    max-height: 140px;
}
.news-block-inner:last-child {
    width: calc(100% - 200px);
    max-height: 140px;
    overflow-y: scroll;
    padding: 30px 30px 30px 0px;
}
.news-block-inner:first-child h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    color: #0062B0;
    margin: 0px;
}
.news-block-inner:first-child h3 span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.16em;
    text-indent: 0.16em;
    color: #0062B0;
}
.news-block-child {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #CCCCCC;
}
.news-block-child p {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0px;
    font-weight: 500;
    color: #4D4D4D;
}
.news-block-child p:first-child {
    width: 150px;
    color: #00B1C5;
}
.news-block-child p:last-child {
    width: calc(100% - 150px);
}
.news-block-child p a {
    color: #00B1C5;
    transition: 0.3s;
    text-decoration: underline !important;
}
.news-block-child p a:hover {
    color: #4D4D4D;
    transition: 0.3s;
    text-decoration: none !important;
}

@media (max-width: 1199px) {
  .news-block-inner:first-child h3 {
      font-size: 28px;
  }
  .news-block-inner:first-child h3 span {
      font-size: 15px;
  }
}

@media (max-width: 991px) {
    .news-block-inner:first-child {
        width: 180px;
        padding: 25px;
    }
    .news-block-inner:last-child {
        width: calc(100% - 180px);
        padding: 25px 25px 25px 0;
    }
    .news-block-child p:first-child {
        width: 120px;
    }
    .news-block-child p:last-child {
        width: calc(100% - 120px);
    }
}
@media (max-width: 767px) {
    .news-block-inner:first-child {
        width: 160px;
        padding: 20px;
    }
    .news-block-inner:last-child {
        width: calc(100% - 160px);
        padding: 20px 20px 20px 0;
        max-height: 115px;
    }
    .news-block-inner:first-child h3 {
        font-size: 27px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    .news-block-inner:first-child h3 span {
        font-size: 15px;
    }
    .news-block-child {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}
@media (max-width: 575px) {
    .news-block-inner:first-child {
        width: 100%;
        padding: 30px;
    }
    .news-block-inner:last-child {
        width: 100%;
        padding: 0 30px 30px;
    }
    .news-block-inner:first-child h3 span {
        line-height: 1em;
        margin-top: 10px;
    }
    .news-block-inner:first-child h3 {
        line-height: 1em;
    }
}
@media (max-width: 479px) {
    .news-block-child {
        flex-wrap: wrap;
    }
    .news-block-child p:first-child, .news-block-child p:last-child {
        width: 100%;
    }
    .news-block-child p:first-child {
        margin-bottom: 5px;
    }
}
@media (max-width: 428px) {
    .news-block-child p {
        font-size: 13px;
    }
    .news-block-inner:first-child h3 span {
        font-size: 14px;
        margin-top: 8px;
    }
    .news-block-inner:first-child h3 {
        font-size: 26px;
    }
}
@media (max-width: 390px) {
    .news-block-inner:first-child h3 span {
        margin-top: 5px;
    }
}
@media (max-width: 360px) {
    .news-block-inner:first-child {
        padding: 25px;
    }
    .news-block-inner:last-child {
        padding: 0 25px 25px;
    }
    .news-block-inner:first-child h3 {
        font-size: 24px;
    }
}
@media (max-width: 340px) {
    .news-block-inner:first-child {
        padding: 20px;
    }
    .news-block-inner:last-child {
        padding: 0 20px 20px;
    }
}

.float .banner-inner {
  position: relative; /* これがボタンの親（基準点）になります */
  display: block;
}
.float .close-btn {
    position: absolute;
    bottom: 180px;
    right: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 20;
    transition: 0.3s;
}
.float .close-btn img {
    width: 100%;
    height: auto;
    display: block;
}
.float .close-btn:hover {
    filter: brightness(1.1);
    transition: 0.3s;
}

@media (max-width: 1600px) {
  a.anc.top_back img {
      max-height: 130px;
  }
  .float .close-btn {
      bottom: 170px;
  }
}

@media (max-width: 1500px) {
  a.anc.top_back img {
      max-height: 120px;
  }
  .float .close-btn {
      bottom: 160px;
  }
}

@media (max-width: 1400px) {
  a.anc.top_back img {
      max-height: 110px;
  }
  .float .close-btn {
      bottom: 150px;
  }
}

@media (max-width: 1300px) {
  a.anc.top_back img {
      max-height: 100px;
  }
  .float .close-btn {
      bottom: 140px;
  }
}

@media (max-width: 1199px) {
  a.anc.top_back img {
      max-height: 90px;
  }
  .float .close-btn {
      bottom: 125px;
      width: 25px;
      height: 25px;
  }
}

@media (max-width: 767px) {
    a.anc.top_back img {
        max-height: 80px;
    }
    .float .close-btn {
        bottom: 115px;
        width: 20px;
        height: 20px;
        right: 25px;
    }
    a.anc.top_back {
        bottom: 25px;
        right: 25px;
    }
}

@media (max-width: 699px) {
    a.anc.top_back img {
        max-height: 70px;
    }
    .float .close-btn {
        bottom: 100px;
        right: 20px;
    }
    a.anc.top_back {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 575px) {
    a.anc.top_back {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        right: auto;
        width: 295px;
    }
    .float .close-btn {
        right: calc(50% - 147.5px);
    }
}

@media (max-width: 360px) {
    a.anc.top_back img {
        max-height: 64px;
    }
    a.anc.top_back {
        width: 270px;
    }
    .float .close-btn {
        right: calc(50% - 135px);
        bottom: 90px;
    }
}
